lacqui

943
Reputation
130 views

Registered User

Name lacqui
Member for 9 months
Seen 9 hours ago
Website
Location Victoria, BC
Age 31
I used to be a professional programmer, but economic realities had me move on some time ago. I now program on my own projects at my own pace, while making my paycheck defending my country.
Nov
19
comment What was your first computer game that got you interested in computers?
I've been playing Crazy Machines, its spiritual successor crazymachinesgame.com
Nov
5
comment Why is MySQL said to be open source?
Take a look at mysql.org, where you can get the source code for MySQL, as well as licensing information which will explain why it's considered open source.
Nov
1
comment Regex for escaping quotes in a string
In this case, however, the shell has taken care of the first and last quotes for you. This would not be the case if the input was taken from a file.
Oct
31
accepted Avoid linking to libstdc++
Oct
31
comment Avoid linking to libstdc++
I think that means you're using some C++ specific feature. As to which feature it is, I'm not sure.
Oct
31
answered Avoid linking to libstdc++
Oct
17
awarded  Enlightened
Oct
17
awarded  Nice Answer
Sep
4
answered Why are SSL certs self-signed if they have no real signature
Aug
16
answered How to share my jar utility with selected buddies only ?
Aug
4
answered When does Google re-crawl a site?
Aug
2
answered Should i use gVim, or the terminal?
Jul
25
answered SEO - noindex, nofollow and canonical tag
Jul
25
answered Please help me understand a few things found in the SO page source
Jul
16
answered Possible to block form fillers?
Jul
16
answered Is there a difference between !== and != in PHP?