rq

4,351
Reputation
357 views

Registered User

Name rq
Member for 1 year
Seen 10 hours ago
Website
Location Madrid, Spain
Age 32
I code mostly in Python and C++, with a bit of Java every now and then. Some things that I have written include:
  • Bunjalloo - a web browser for the Nintendo DS.
  • GBA Remakes - Game Boy Advance games that are remakes of old 8-bit classics, based on Z80 and 6502 source code archeology.
  • CMake Lint - lint checker for CMake scripts.
I occasionally tweet.
Nov
20
accepted Out of souce build with scons?
Nov
19
revised Out of souce build with scons?
added 170 characters in body
Nov
19
answered Out of souce build with scons?
Nov
11
comment Go command line arguments
@Kinopiko: Take a look at go-mode.el in the misc/emacs directory of the source code repo.
Nov
5
revised How can I grab the color of a pixel on my desktop? (Linux)
Ubuntu 9.10 is somewhat buggy.
Nov
2
answered scons: foiling an IDE when using alternate build directories
Oct
26
comment Are there any libraries/frameworks for SCons?
Interesting to see that Ardour has switched to Waf recently. Paul Davis went into a bit more detail as to why on FLOSS weekly 86 twit.tv/floss86
Oct
26
accepted What are the good open source implementations of Java Virtual Machine ?
Oct
25
accepted CMake Post Build Step
Oct
25
revised What are the good open source implementations of Java Virtual Machine ?
added 167 characters in body
Oct
25
revised What are the good open source implementations of Java Virtual Machine ?
Added Jam
Oct
25
answered What are the good open source implementations of Java Virtual Machine ?
Oct
25
revised Never-ending GIT story - what am I doing wrong here?
added 176 characters in body
Oct
25
answered Never-ending GIT story - what am I doing wrong here?
Oct
25
answered CMake Post Build Step
Oct
24
revised cmake: How to make a script for copying Data files accompanying my program
I checked when this was actually copied - it is at *build* time
Oct
23
comment cmake: How to make a script for copying Data files accompanying my program
cmake --help-full FTW! :-)
Oct
22
accepted cmake: How to make a script for copying Data files accompanying my program
Oct
22
comment How can I grab the color of a pixel on my desktop? (Linux)
200 pix-per-second - you could pass a list of the pixels to check and just pull it out of the pixel array. Should be ok-ish speed wise.
Oct
22
accepted How can I grab the color of a pixel on my desktop? (Linux)
Oct
22
revised How can I grab the color of a pixel on my desktop? (Linux)
pixel_array is deprecated it seems...
Oct
22
answered How can I grab the color of a pixel on my desktop? (Linux)
Oct
21
answered cmake: How to make a script for copying Data files accompanying my program
Oct
21
comment How do I use waf to build a shared library?
Handy that one, thanks.
Oct
21
accepted How do I use waf to build a shared library?
Oct
21
answered How do I use waf to build a shared library?
Oct
19
accepted What is different about the CMake command configure_file on Windows?
Oct
19
answered What is different about the CMake command configure_file on Windows?
Oct
16
revised Eclipse CDT + SCons
Added Eclipse CDT tag
Oct
16
revised Eclipse CDT + SCons
Changed the URL
Oct
14
accepted CMake output name for dynamic-loaded library?
Oct
14
answered CMake output name for dynamic-loaded library?
Oct
14
comment splitting a git repository
The flag is --prune-empty - it isn't turned on with the subdir filter.
Oct
12
comment splitting a git repository
Nice one, glad I helped :-)
Oct
12
accepted splitting a git repository
Oct
12
answered splitting a git repository
Oct
11
comment Manual for Cross-Compile a c++ application from linux to windows?
wine hello.exe should do it!
Oct
9
accepted Is there a version of os.getcwd() that doesn’t dereference symlinks?
Oct
9
answered Is there a version of os.getcwd() that doesn’t dereference symlinks?
Oct
8
awarded  Nice Answer
Oct
2
revised C++ Nested classes driving me crazy…
blah blah blah
Sep
22
answered getting the scons root directory
Sep
20
accepted Git equivalents of most common Mercurial commands?
Sep
20
answered Git equivalents of most common Mercurial commands?
Sep
17
answered How to run a command at compile with in Makefile generated by CMake ?
Sep
17
accepted force scons to use Sconstruct file as a global dependency
Sep
17
comment force scons to use Sconstruct file as a global dependency
I believe in the .sconsign.dblite cache file it stores the command line from last time as part of the hash.
Sep
17
answered force scons to use Sconstruct file as a global dependency
Sep
16
revised Preventing vim to auto-expand folds
Not so crazy
Sep
16
accepted Preventing vim to auto-expand folds