Uncategorized

How to Benchmark Your Javascript?

This is a quick tutorial on how to benchmark your javascript with console.time("arg") and console.timeEnd("arg") You would use developer tools…

8 years ago

Returning Functions and Immediate Invocation

// ride and wait time var parkRides = [["birch bumpers", 40], ["dank bumpers", 36], ["trap bumpers", 41], ["wtf bumpers", 43],];…

8 years ago

jQuery – $.each vs $.map jquery

We are going to go over what are the difference between $.each and $.map in jquery. Both are like foreach…

9 years ago

This is Example Code of php Inheritance

This is example code of php inheritance parents and child. extend is the keyword to inherit from the parent class.…

9 years ago

How to Setup a squid3 proxy with username and password

This is a tutorial on how to set up a username and password on your squid 3 proxy for ubuntu.…

9 years ago

Chess

[chess]

9 years ago

Tablehockey – Game

[tablehockey]

9 years ago

Billiards – 8 Ball Game

[billiards]

9 years ago

Super Mario World – Game

[supermarioworld]   A - Jump S - Fireball Arrow Keys to Move Disclaimer: I do not own mario, mario is…

9 years ago

Car Twisted Dreams – Game

[cartwisteddreams]

9 years ago