School Assignment? Project Due Tomorrow? Chat LIVE With A Programming Expert!
Welcome to Dream.In.Code
Become an Expert!

Join 307,212 Programmers for FREE! Get instant access to thousands of experts, tutorials, code snippets, and more! There are 1,564 people online right now. Registration is fast and FREE... Join Now!



's Contributions
Below are the tutorials, code snippets, and resources has submitted to dream.in.code. For more information on Kudos and contributing to dream.in.code visit: http://home.dreamincode.net/?p=about#kudos.
Tutorials
Setting up NTFS for user in Linux Tutorials (Last Comment: k0b13r, Views: 4,062)
Code Snippets
Bubble Sort in C++ by k0b13r
Submitted: April 12, 2007        Views: 14130
Implementation of bubble sorting algorithm.
Submitted: March 26, 2009        Views: 971
This snippet will return cartesian product of two sets (sets are represented as arrays). Provides both AxB and BxA products.
Submitted: August 19, 2007        Views: 833
This code will counts hits on your page. Cookie will prevent from counter "cheating" with every refresh.
Submitted: August 15, 2007        Views: 788
This code will count lines in each file in folder
Submitted: June 16, 2009        Views: 246
This code will calculate value of function's definite integral in specified range using Monte Carlo method ;)
Submitted: June 16, 2009        Views: 308
This code will calculate value of function's definite integral in specified range using Simpson method ;)
Submitted: May 7, 2007        Views: 7720
This code use Euclides algorithm to find GCD (Greatest Common Divisior) of two numbers.
Submitted: August 24, 2007        Views: 10878
This code generate image, with random generated number (weak and user-annoying anti-bot security :P)
Submitted: March 30, 2009        Views: 214
This litte code will check if word is palindrome. It's proof to LowerCase and UpperCase, so both "Kayak" and "kayak" will return true
Submitted: August 27, 2007        Views: 1569
Function used to generate random 8 chars length passwords
Submitted: April 18, 2009        Views: 835
This little code will calculate mathematic expression written with RPN (Reverse Polish Notation)
Submitted: March 25, 2009        Views: 521
This code will return intersection of two sets (sets are represented as arrays)
Submitted: February 5, 2008        Views: 472
This code will show/hide content wrapped within div/span/p tag
Submitted: March 25, 2009        Views: 366
It's a very simple singleton design pattern example