Reading about x86 calling conventions…
x86 calling conventions
Reply
Reading about x86 calling conventions…
Here’s the home page for Guide to Assembly Language Programming In Linux… includes a zip file with assembler source code for examples.
Heard about GNU PSPP recently. It’s a free software SPSS knock-off!
Reading about network sockets…
Use the ‘source’ command:
mysql> source path/to/file.sql
Check out Web Developer’s Toolbox…
See here for a list of languagse along with their code and local name.
Kickass Favicon & App Icon Generator…
See here for example:
<meta name="theme-color" content="#123456">
A handy tool for code metrics: sloccount… use it to count lines-of-code (LOC) and other software metrics.