What's Here?
- Members: 306,894
- Replies: 841,372
- Topics: 140,581
- Snippets: 4,465
- Tutorials: 1,166
- Total Online: 1,696
- Members: 70
- Guests: 1,626
|
'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
in (Last Comment: , Views: 7,143)
|
|
Code Snippets
|
 |
|
|
Submitted: November 15, 2006
Views: 4090
A 3D engine written in PHP which highlights you can do anything if you set your mind to it.
|
|
|
 |
|
|
Submitted: November 15, 2006
Views: 1905
This snippet takes an input file of the type gif, jpg, or png and then modifies it to display as a sequence of colored text in your browser window.
|
|
|
 |
|
|
Submitted: November 15, 2006
Views: 7006
This little snippet draws Bezier Curves on the screen
|
|
|
 |
|
|
Submitted: August 12, 2008
Views: 396
A function which given n, m-sided dice returns an array with the probabilities of each collective score.
|
|
|
 |
|
|
Submitted: November 28, 2007
Views: 686
This snippet takes a directory and returns or excludes certain files/directories from the output.
|
|
|
 |
|
|
Submitted: November 15, 2006
Views: 3658
I created this to keep track of all the backups I make of data on CDs from my computer.
|
|
|
 |
|
|
Submitted: November 15, 2006
Views: 1343
Draws a hexagonal grid on the screen as opposed to the traditional square grid.
|
|
|
 |
|
|
Submitted: November 15, 2006
Views: 3134
A class of static functions that lets you work with multidimensional arrays so as to perform operations in Linear Algebra (find the determinant of a matrix, etc.)
|
|
|
 |
|
|
Submitted: November 15, 2006
Views: 1870
Java already has an md5 computation method in it, but I wanted to work it out myself and see if I could make the implementation. These are my results.
|
|
|
 |
|
|
Submitted: January 15, 2008
Views: 5037
This function locks files without using the flock function provided by PHP, as this function does not work on certain types of filesystems.
|
|
|
 |
|
|
Submitted: March 19, 2007
Views: 1303
This is a php script that takes a php file as an input and then outputs its code with the standard php highlighting but with line numbers as well.
|
|
|
 |
|
|
Submitted: November 15, 2006
Views: 1696
A tiny snippet that generates a random quote onto the page based on an array of quotes input by the user.
|
|
|
 |
|
|
Submitted: August 20, 2008
Views: 455
Implementation of the Sieve of Eratosthenes algorithm for finding prime numbers from 2 to N.
|
|
|
| |