jQuery internals
A video by Paul Irish about the jQuery internals. It explains the jQuery functioning and some elegant and very useful JavaScript tecniques, which can be adapted and used inside your own projects.
A video by Paul Irish about the jQuery internals. It explains the jQuery functioning and some elegant and very useful JavaScript tecniques, which can be adapted and used inside your own projects.
Need information about a WAVE audio file? No problem. The format of a WAVE file is quite simple, and most of the information about a given file is stored in its header, which has the following format:
Reading it from a file and storing it in memory, is a a matter of a couple of function calls:
Now you have the header
variable containing all the information about the
file.
Here is a little more complete example:
You can find the code in GitHub too.
In this video Greg Kroah-Hartmann (one of the main Linux developers) explains how patches are applied to the stable tree. It is quite old (about 4 months) but it’s useful to test the template of the blog.