codebrainz.ca codebrainz.ca

codebrainz.ca

codebrainz.ca

Personal homepage of Matthew Brush (codebrainz)

http://www.codebrainz.ca/

WEBSITE DETAILS
SEO
PAGES
SIMILAR SITES

TRAFFIC RANK FOR CODEBRAINZ.CA

TODAY'S RATING

>1,000,000

TRAFFIC RANK - AVERAGE PER MONTH

BEST MONTH

December

AVERAGE PER DAY Of THE WEEK

HIGHEST TRAFFIC ON

Tuesday

TRAFFIC BY CITY

CUSTOMER REVIEWS

Average Rating: 3.6 out of 5 with 14 reviews
5 star
3
4 star
6
3 star
3
2 star
0
1 star
2

Hey there! Start your review of codebrainz.ca

AVERAGE USER RATING

Write a Review

WEBSITE PREVIEW

Desktop Preview Tablet Preview Mobile Preview

LOAD TIME

0.6 seconds

FAVICON PREVIEW

  • codebrainz.ca

    16x16

  • codebrainz.ca

    32x32

  • codebrainz.ca

    64x64

  • codebrainz.ca

    128x128

  • codebrainz.ca

    160x160

  • codebrainz.ca

    192x192

  • codebrainz.ca

    256x256

CONTACTS AT CODEBRAINZ.CA

Login

TO VIEW CONTACTS

Remove Contacts

FOR PRIVACY ISSUES

CONTENT

SCORE

6.2

PAGE TITLE
codebrainz.ca | codebrainz.ca Reviews
<META>
DESCRIPTION
Personal homepage of Matthew Brush (codebrainz)
<META>
KEYWORDS
1 codebrainz
2 blog
3 software
4 programming
5 coding
6
7 coupons
8 reviews
9 scam
10 fraud
CONTENT
Page content here
KEYWORDS ON
PAGE
codebrainz ca
SERVER
nginx
CONTENT-TYPE
utf-8
GOOGLE PREVIEW

codebrainz.ca | codebrainz.ca Reviews

https://codebrainz.ca

Personal homepage of Matthew Brush (codebrainz)

LINKS TO THIS WEBSITE

alexonlinux.com alexonlinux.com

tcpdump for Dummies - Alex on Linux

http://www.alexonlinux.com/tcpdump-for-dummies

Posted on May 18, 2008, 4:29 pm, by Alexander Sandler, under System Administrator Articles. Turning off name resolution. Limiting number of packets to intercept. Changing packet size in the capture file. Reading from capture file. Seeing Ethernet header for each packet. Printing content of the packet. Introduction BACK TO TOC. Uses BACK TO TOC. It is exceptionally useful tool for debugging what might have caused certain networking related problem. It is an excellent tool to learn new things. Running tcpd...

tristanswork.blogspot.com tristanswork.blogspot.com

Tristan's werke: Snapshots from a live video source in gstreamer

http://tristanswork.blogspot.com/2009/02/snapshots-from-live-video-source-in.html

Code & sound & pictures & music. Monday, February 9, 2009. Snapshots from a live video source in gstreamer. A helpful reader pointed out that using videorate in the pipeline should do the trick, something like:. Video/x-raw-yuv, width=640, height=480, framerate=1/1! I'm fairly sure I tried this before with no success, but it works fine now. There have been some major bugfixes to videorate since I wrote this. In any case, I'll leave the rest of the article up in the hope that it is still useful. Developme...

alexonlinux.com alexonlinux.com

printf - Alex on Linux

http://www.alexonlinux.com/tag/printf

Posts Tagged ‘printf’. Printf() vs stream IO in C. Posted on August 14, 2012, 9:10 pm, by Alexander Sandler, under Blog. Before joining Dell I was mostly working in kernel writing in C programming language. At Dell I still work on mostly low level stuff, but this time it is user-mode, so I am not tied up to C anymore. We’re writing in C and I am learning C . One of the less appealing things for […]. Tags: c programming language. Read the rest of this entry ». Search Alex on Linux.

alexonlinux.com alexonlinux.com

performance - Alex on Linux

http://www.alexonlinux.com/tag/performance

Posts Tagged ‘performance’. Laquo; Older Entries. Printf() vs stream IO in C. Posted on August 14, 2012, 9:10 pm, by Alexander Sandler, under Blog. Before joining Dell I was mostly working in kernel writing in C programming language. At Dell I still work on mostly low level stuff, but this time it is user-mode, so I am not tied up to C anymore. We’re writing in C and I am learning C . One of the less appealing things for […]. Tags: c programming language. Read the rest of this entry ». One of the feature...

alexonlinux.com alexonlinux.com

CPU - Alex on Linux

http://www.alexonlinux.com/tag/cpu

Posts Tagged ‘CPU’. Laquo; Older Entries. Printf() vs stream IO in C. Posted on August 14, 2012, 9:10 pm, by Alexander Sandler, under Blog. Before joining Dell I was mostly working in kernel writing in C programming language. At Dell I still work on mostly low level stuff, but this time it is user-mode, so I am not tied up to C anymore. We’re writing in C and I am learning C . One of the less appealing things for […]. Tags: c programming language. Read the rest of this entry ». This article explains how ...

alexonlinux.com alexonlinux.com

debug macro - Alex on Linux

http://www.alexonlinux.com/tag/debug-macro

Posts Tagged ‘debug macro’. Gcc macro language extensions. Posted on February 9, 2012, 12:28 am, by Alexander Sandler, under Blog. One of the great things about gcc and in particular its C/C preprocessor is various extensions that it has. In this post I would like to briefly describe three of them. One allows to turn C/C token into a string. Here token is anything that you can pass as an argument to a macro. Second allows you […]. Macros with variable number of arguments. Search Alex on Linux.

alexonlinux.com alexonlinux.com

gcc macro language extensions - Alex on Linux

http://www.alexonlinux.com/gcc-macro-language-extensions

Gcc macro language extensions. Posted on February 9, 2012, 12:28 am, by Alexander Sandler, under Blog. Its amazing how useful this is. Take following code for example. Wouldn’t you give a kidney just not to write name of every single member of. Well, it appears that this can be done. Watch this:. Define PMEM(mem) #mem ": " mem #define PCMEM(mem) ", " #mem ": " mem. Now you can do the following:. Into a string using # operator # and then I concatenated it with. Std: cout #some token std: endl;. Using this...

alexonlinux.com alexonlinux.com

standard library - Alex on Linux

http://www.alexonlinux.com/tag/standard-library

Posts Tagged ‘standard library’. Printf() vs stream IO in C. Posted on August 14, 2012, 9:10 pm, by Alexander Sandler, under Blog. Before joining Dell I was mostly working in kernel writing in C programming language. At Dell I still work on mostly low level stuff, but this time it is user-mode, so I am not tied up to C anymore. We’re writing in C and I am learning C . One of the less appealing things for […]. Tags: c programming language. Read the rest of this entry ». Search Alex on Linux.

alexonlinux.com alexonlinux.com

output stream - Alex on Linux

http://www.alexonlinux.com/tag/output-stream

Posts Tagged ‘output stream’. Printf() vs stream IO in C. Posted on August 14, 2012, 9:10 pm, by Alexander Sandler, under Blog. Before joining Dell I was mostly working in kernel writing in C programming language. At Dell I still work on mostly low level stuff, but this time it is user-mode, so I am not tied up to C anymore. We’re writing in C and I am learning C . One of the less appealing things for […]. Tags: c programming language. Read the rest of this entry ». How less processes its input.

alexonlinux.com alexonlinux.com

stream - Alex on Linux

http://www.alexonlinux.com/tag/stream

Posts Tagged ‘stream’. Printf() vs stream IO in C. Posted on August 14, 2012, 9:10 pm, by Alexander Sandler, under Blog. Before joining Dell I was mostly working in kernel writing in C programming language. At Dell I still work on mostly low level stuff, but this time it is user-mode, so I am not tied up to C anymore. We’re writing in C and I am learning C . One of the less appealing things for […]. Tags: c programming language. Read the rest of this entry ». Search Alex on Linux.

UPGRADE TO PREMIUM TO VIEW 16 MORE

TOTAL LINKS TO THIS WEBSITE

26

OTHER SITES

codebrain.es codebrain.es

CODEBRAIN Sistemas Lógicos

Redes Cableadas e Inalámbricas, certificación de cableado estructurado,. Enrutamiento y conmutación, enlaces punto a punto, hotspots, Voip, Redes Privadas Virtuales, etc. Desarrollo de contenidos, gestión, alquiler y venta de equipos de señalización digital y eventos. Suministros y Soluciones Informáticas, Cámaras de Seguridad, Video Grabadores y automatismos. Información: ( 34) 922 462 425 - info@codebrain.es. SITIO WEB EN DESARROLLO -.

codebrain.net codebrain.net

CodeBrain.NET

codebraindump.wordpress.com codebraindump.wordpress.com

braindump | notes to self by a web developer

Notes to self by a web developer. Quick and dirty way to remove html from string in python. Posted at 12:49 am on February 15, 2010 Leave a comment. Filed Under: code sample. Continue reading →. Posted at 1:59 pm on December 13, 2009 Leave a comment. Continue reading →. Quick and dirty way to remove html from string in python. Android: Load image from URL. Adding drag n drop to flex components. Blog at WordPress.com.

codebrainer.com codebrainer.com

Codebrainer.com

codebrainmedia.com codebrainmedia.com

CodeBrain Media | WordPress Development

Using WordPress since 2003. Coding websites since 1996. Specializing in plugin development and content migration. We love moving sites from Expression Engine to WordPress! Have a current website in a different CMS or custom solution and want to move to WordPress? Do you need a plugin made? Currently considering limited projects. We’re making a plugin! We’re looking to develop the most awesome WordPress list plugin. Want to help make it happen? Connect with Us on Twitter. Using WordPress since 2003.

codebrainz.ca codebrainz.ca

codebrainz.ca

Matthewbrush.ca leftclick.ca.

codebrake.com codebrake.com

IFSC Code, Pin Code

IFSC Code, Pin Code. Search Pincode, IFSC and MICR Codes. Select To Find Pincode or IFSC. Pin Code: 721651 List of Post Office Sulochanarambhadrapur, East Midnapore Address. Pin Code: 721644 List of Post Office Sudampur, East Midnapore Address. Pin Code: 721139 List of Post Office Shyamsundarpatna, East Midnapore Address. Pin Code: 721650 List of Post Office Shibrampur, East Midnapore Address. Pin Code: 721154 List of Post Office Sajinagechhia, East Midnapore Address. Next Page ». Https:/ www.faceboo...

codebraker.com codebraker.com

codebraker.com - This website is for sale! - codebraker Resources and Information.

The domain codebraker.com. May be for sale by its owner! This page provided to the domain owner free. By Sedo's Domain Parking. Disclaimer: Domain owner and Sedo maintain no relationship with third party advertisers. Reference to any specific service or trade mark is not controlled by Sedo or domain owner and does not constitute or imply its association, endorsement or recommendation.

codebrakers.com codebrakers.com

codebrakers.com

The Sponsored Listings displayed above are served automatically by a third party. Neither the service provider nor the domain owner maintain any relationship with the advertisers. In case of trademark issues please contact the domain owner directly (contact information can be found in whois).

codebranch.com codebranch.com

codebranch.com

Click Here to Buy. The Sponsored Listings displayed above are served automatically by a third party. Neither the service provider nor the domain owner maintain any relationship with the advertisers. In case of trademark issues please contact the domain owner directly (contact information can be found in whois).

codebrand.com.br codebrand.com.br

codebrand. | Soluções Digitais | Só mais um site codebrand.

Coloque a sua empresa. Aonde seus clientes estão. Conheça nossas outras soluções digitais:. Tour Virtual 360 Google. A estratégia é uma ferramenta fundamental no processo da comunicação. Uma boa estratégia começa no planejamento. Planejamento não existe sem conhecimento e por isso nós somos parceiros da VSD. Empresa especializada em capacitação, consultoria, marketing e assessoria de imprensa. Saiba mais sobre esse nosso grande parceiro! Saiba mais sobre a VSD. Cadastre-se, é grátis!