Skip to content

Optimization & Engineering

  • Author
  • Thank You
Optimization & Engineering

Blog

software

How to Recover a List of Files with Git

Bycoliveira August 10, 2009August 10, 2009

This is a piece of information I am posting for my own convenience, but that may be of use to other people using Git. I use git to keep my local files. Not only programming files, but also all types of information, including blog entries and other miscellaneous data. Sometimes I delete or move a…

Read More How to Recover a List of Files with GitContinue

software

Accessing MySql From SBCL

Bycoliveira August 8, 2009August 10, 2009

This weekend I spent some time to test clsql on sbcl. I tried to do this before on Windows, but I couldn’t get it to work. So I used my trusted Amazon ec2 linux machine to do the job. Initially, I had to use yum to install sbcl. It is as simple as yum install…

Read More Accessing MySql From SBCLContinue

software

Making the Compiler Work Harder for You

Bycoliveira July 23, 2009July 24, 2009

In the last post about learning to use the debugger, I mentioned a few tricks that you can perform with a good debugger, like for example changing the values at certain memory locations. These are tricks that can speed up your debugging process, because you don’t need to recompile lots of code and restart your…

Read More Making the Compiler Work Harder for YouContinue

Page navigation

Previous PagePrevious 1 … 36 37 38 39 40 … 52 Next PageNext

© 2025 Optimization & Engineering - WordPress Theme by Kadence WP

  • Author
  • Thank You