mjs

407
Reputation
447 views

Registered User

Name mjs
Member for 1 year
Seen yesterday
Website
Location London
Age 33
Nov
26
comment AppleScript to open named terminal window
I'm on Snow Leopard (10.6) and I don't have a ~/Library/Application Support/Terminal directory--did that change? The config seems to be in ~/Library/Preferences/com.apple.Terminal.plist now.
Nov
25
asked AppleScript to open named terminal window
Nov
22
revised How to use the alt/option key as the “meta” key in NetBeans on OS X with emacs keybindings?
added "emacs" and "keybindings" to the title
Nov
22
answered Grabbing status code without using a server-side language (javascript, perhaps?)
Nov
18
comment Using PHP within XSL
Can you modify your original question to add this information?
Nov
17
comment Are the PUT, DELETE, HEAD, etc methods available in most web browsers?
Can anyone confirm which version of Safari gained support for PUT and DELETE?
Nov
17
comment How does the DropBox Mac client work?
Regarding conflicts, Dropbox apparently won't (ever) [attempt to merge changes](dropbox.com/help/36). Instead it'll create two file.
Nov
14
comment Go language benchmarks?
I have no idea how valid this is but the [FAQ](golang.org/doc/go_faq.html) says: "We also considered using LLVM for 6g but we felt it was too large and slow to meet our performance goals."
Nov
14
answered Netbeans unicode problems
Nov
13
comment rsync error: failed to set times on “foo.txt”: Operation not permitted
The Apple-provided rsync (at least on 10.5 and 10.6) has an --extended-attributes option that copies file attributes across.
Oct
27
awarded  Necromancer
Oct
27
accepted Google Latitude API
Oct
24
comment How to get the first item from an associative PHP array?
Probably because reset() is simpler.
Oct
6
answered Print Ruby object members
Oct
5
answered How do check if a php session is empty?
Oct
5
comment How to calculate the bounding box for a given lat/lng location?
This probably happened in an edit after the original question was posted, but the question is after a function that converts latitude, longitude, radius to a bounding box.
Oct
5
comment Are the first 32 bits of an md5 hash just as “random” as any other substring?
I don't know whether you knew about this already, but 1% chance of a collision with 10,000 entries is in fact pretty much exactly what you'd expect with a 32-bit hash--see en.wikipedia.org/wiki/Birthday_problem
Sep
26
revised What does document.domain = document.domain do?
added link to orbited
Sep
26
asked What does document.domain = document.domain do?
Sep
21
awarded  Popular Question
Sep
17
revised How to use the alt/option key as the “meta” key in NetBeans on OS X with emacs keybindings?
added question mark to question
Sep
17
asked How to show/reveal hidden or invisible characters in NetBeans?
Sep
17
awarded  Yearling
Sep
12
comment Saving Meta in OS X Terminal
In detail: go to Settings | Shell, and enter something like "ssh example.com" in the "Run Command" box.
Sep
9
awarded  Popular Question
Sep
9
awarded  Notable Question
Aug
30
comment How to use the alt/option key as the “meta” key in NetBeans on OS X with emacs keybindings?
Those files somehow represent keybindings? There don't seem to be enough of them. Also, what do I do? The files have names like A-W.shadow_hidden D-6.shadow DS-F.shadow OS-D.shadow, etc.
Aug
27
awarded  Popular Question
Aug
26
revised How to efficiently count the number of keys/properties of an object in JavaScript?
rewrote question to make it possible to meaningfully accept an answer
Aug
23
awarded  Tumbleweed
Aug
23
comment Tokyo Cabinet vs SQLite3 on iPhone
It's not true that TC only provides a key-value store; TC's table database does support simple queries. They are equivalent to SELECT ... WHERE x <OPERATOR> y where the operator can be equality, string prefix, string suffix, string regexp, numeric greater than, numeric less than. Search for tcrdbqryaddcond in tokyocabinet.sourceforge.net/tyrantdoc.
Aug
22
comment How to share APC cache between several PHP processes when running under FastCGI?
According to another comment, to configure mod_fastcgi to only start up one instance of php-cgi (so that php-cgi itself handles the workers, and hence share cache), is with "FastCgiConfig -maxClassProcesses 1" in the httpd.conf. See also fastcgi.com/mod_fastcgi/docs/….
Aug
22
comment How to link opened file with project tree in NetBeans
Thanks, amended with version info.
Aug
22
revised How to link opened file with project tree in NetBeans
added version information
Aug
21
comment How do you handle unit/regression tests which are expected to fail during development?
Is a similar facility available in other test frameworks? It seems somewhat uncommon. (PHPUnit doesn't have it, for example.)
Aug
19
answered How to link opened file with project tree in NetBeans
Aug
16
asked How to use the alt/option key as the “meta” key in NetBeans on OS X with emacs keybindings?