search for: andromede

Displaying 2 results from an estimated 2 matches for "andromede".

Did you mean: andromeda
2005 Jan 06
0
Lotus 123 under Wine
...g the default wine config with one change under [Version] "Windows" = "win95". I have little knowledge of gdb. I get the following errors after I mount the first of seven 3.5in floppies. Can anyone give me some pointers? Please e-mail me directly. Thanks. John ------------------ andromede:~/.wine$ /media/floppy/install.exe err:fixup:NE_LoadSegment No implementation for MSCOMSTF.FSETBEEPING, setting to 0xdeadbeef err:local:LOCAL_GetBlock not enough space in local heap 140f for 4104 bytes ------------------ andromede:/etc/wine$ winedbg --gdb /media/floppy/install.exe 0000000a:0000000b...
2007 Dec 13
1
How to set response code
...K. My controller code: class Observations < Application def create(feature, node, observation_type) # Do some work... response.status = "201 Created" "" end end And the curl output: $ curl -v http://localhost:4000/observations -d feature=www -d node=andromede -d observation_type=mem:used -d value=632243 * About to connect() to localhost port 4000 (#0) * Trying 127.0.0.1... connected * Connected to localhost (127.0.0.1) port 4000 (#0) > POST /observations HTTP/1.1 > User-Agent: curl/7.16.4 (i486-pc-linux-gnu) libcurl/7.16.4 OpenSSL/0.9.8e zlib...