melling

2,156
reputation
297 views

Registered User

name melling
member for 1 year
seen 1 hour ago
website
location
age
8h
awarded  Popular Question
1d
awarded  Popular Question
Dec
15
awarded  Popular Question
Dec
11
asked Best way to handle distributed databases and unique keys in MySql
Dec
10
awarded  Popular Question
Nov
27
asked Reverse engineering MySql schema with SchemaSpy
Nov
25
awarded  Good Answer
Nov
20
comment Using Groovy/Grails in a legacy Java/JSP web app
I already outlined in an answer how to include Groovlets in an existing Java/JSP project.
Nov
13
awarded  Popular Question
Nov
11
awarded  Nice Answer
Nov
11
answered What’s your take on the programming language Go?
Nov
10
asked Hello World examples in script-fu?
Nov
10
revised Sharing authentication between Glassfish and Apache?
Added another tag
Nov
9
awarded  Tumbleweed
Nov
6
answered Glassfish in a production environment?
Nov
5
answered Using Lisp to reprint a list
Nov
3
awarded  Notable Question
Nov
3
comment Guile and Emacs?
I see there was a Google Summer of Code project to make Guile handle elisp: code.google.com/p/google-summer-of-code-2009-gnu/…
Nov
3
comment Guile and Emacs?
A few years? Sounds like it's making the Perl 6 project look good. :-) If you have any current info, please post. It would be nice to learn more.
Nov
2
asked Guile and Emacs?
Nov
2
comment What makes emacs a good editor?
F3 - start macro, F4 stop/run -- Now you know.
Nov
2
asked Sharing authentication between Glassfish and Apache?
Nov
2
answered Building and maintaining a database in Emacs?
Nov
2
answered URL Checker in Clojure?
Nov
2
awarded  
Nov
1
answered Extracting URLs from an Emacs buffer?
Oct
30
accepted Netbeans IDE setting for advanced file dialog.
Oct
30
answered Netbeans IDE setting for advanced file dialog.
Oct
29
revised Extracting URLs from an Emacs buffer?
added missing a in href
Oct
29
asked Extracting URLs from an Emacs buffer?
Oct
28
comment Building and maintaining a database in Emacs?
I extracted the (with-temp-buffer ...) section and used that.
Oct
28
comment Building and maintaining a database in Emacs?
I almost have this working but I only get partial results in my result set. I think minaev's answer is better suited to the question because I'd like to build the database in (Emacs) Lisp and not in a SQL database. Thanks for the help. This is useful.
Oct
27
awarded  Self-Learner
Oct
27
comment Building and maintaining a database in Emacs?
Could you include a sample db file? Your commands aren't interactive. How do you invoke them?
Oct
26
asked Building and maintaining a database in Emacs?
Oct
25
awarded  Popular Question
Oct
23
awarded  Civic Duty
Oct
22
comment MySql queries from elisp?
Shell'ing out is inefficient but it will work. (split-string (shell-command-to-string "mysql -u root -p<password> -B <db> --execute='select id,name from projects'") )
Oct
21
revised Hidden features of Emacs Lisp?
Emac...s
Oct
21
answered Hidden features of Emacs Lisp?
Oct
21
asked Hidden features of Emacs Lisp?
Oct
21
accepted Opening browser from emacs script?
Oct
20
comment Lisp/Scheme interpreter without Emacs?
Link is no longer valid. sbcl --script; #sbcl.org/manual/…
Oct
20
revised Opening browser from emacs script?
fixed typo
Oct
20
answered Opening browser from emacs script?
Oct
16
comment Opening browser from emacs script?
I tried on a Mac and on OpenSolaris. Maybe I'm missing a config value?
Oct
16
asked Opening browser from emacs script?
Oct
16
accepted Getting Emacs to respect my default shell + options
Oct
15
answered Getting Emacs to respect my default shell + options
Oct
13
asked Wrap selection in Open/Close Tag like TextMate?