trusktr


Member since 10/13/2010

Name: trusktr

Website: bettafootwear.com

I can\'t live without kickflips!

16 snippets

5636 profile views

4 Comment(s) Posted

View their favorites

Profile

Achievement

first submission:submitting first snipplet

trusktr's Recent Snippets



« Prev 1 Next »
This is a linked list that can be used like an array where instead of using [] after the reference you just used .get() (and some other methods) but now you don't have to worry about sizing. For example, with an array you would do: cout <<...
0 1437 posted 13 years ago by trusktr
Example: April 5th, 2011
0 1143 posted 14 years ago by trusktr
A php program to check whether two simple connected graphs are isomorphic.
0 1136 posted 14 years ago by trusktr
A recursive function to permute the items of an array. The function returns an array that contains many arrays, where each array is a permutation of the original array. This process can get intensive depending on how many items are in the initial arr...
0 1145 posted 14 years ago by trusktr
Place this at the top of your php files. This will remove white space and formatting from HTML, making it smaller and faster for download by your users.
0 1251 posted 14 years ago by trusktr
This code will allow you to embed flash on websites and those sites will validate on w3c validator. Unfortunately, sloppy developers don't usually care about validation. :/
1 2576 posted 14 years ago by trusktr
0 977 posted 15 years ago by trusktr
0 1049 posted 15 years ago by trusktr
The AppDriver for my employee payroll app.
0 1002 posted 15 years ago by trusktr
A custom class for retrieving deliminated data from a (custom) MyString string.
0 1016 posted 15 years ago by trusktr
0 1092 posted 15 years ago by trusktr
Use this to read from a file. It is wrapped in a try/catch statement in case something breaks when trying to read the file. It will simply throw and exception (error) and continue rather than crashing your app.
0 2966 posted 15 years ago by trusktr
0 1004 posted 15 years ago by trusktr
Great for formatting.
1 1371 posted 15 years ago by trusktr
« Prev 1 Next »