| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 1 year, 1 month |
| seen | yesterday | |
| stats | profile views | 35 |
|
Apr 6 |
awarded | Yearling |
|
Mar 19 |
awarded | Popular Question |
|
Mar 14 |
awarded | Nice Answer |
|
Dec 2 |
asked | youtube HD embed + full screen enabled not working |
|
Oct 13 |
comment |
EC2 Instance Cloning sure but it is so much easier from the new web console :) you also don't have all the issues with keys etc |
|
Oct 12 |
awarded | Necromancer |
|
Oct 8 |
accepted | @fontface on blackberry os 7 |
|
Oct 8 |
comment |
@fontface on blackberry os 7 the problem was that font squirrel does not rename the svg so, to other people, be sure to check the svg first line that has to match the font family name :) this is solved and works now thanks!! |
|
Oct 8 |
asked | @fontface on blackberry os 7 |
|
Oct 7 |
accepted | nested alist to plist with alexandria |
|
Oct 7 |
comment |
nested alist to plist with alexandria well the problem is ((:|total_rows| . 2) (:|offset| . 0) (:|rows| desired output a plist with id key and value :) :ID :KEY :VALUE |
|
Oct 7 |
comment |
nested alist to plist with alexandria sad to see that some ppl browse common-lisp just to vote down questions ! |
|
Oct 7 |
accepted | ordering records by time |
|
Oct 7 |
asked | nested alist to plist with alexandria |
|
Oct 7 |
asked | ordering records by time |
|
Oct 7 |
accepted | Simple CouchDB Fetch and Display records in Common LISP |
|
Oct 7 |
comment |
Simple CouchDB Fetch and Display records in Common LISP any idea why the above doesn't work? the only difference is that it includes now the date in unix format or did the view change the overall structure ? |
|
Oct 7 |
comment |
Simple CouchDB Fetch and Display records in Common LISP (maprows 'print-row '((:|total_rows| . 4) (:|offset| . 0) (:|rows| ((:|id| . "flower-photo-with-lytro") (:|key| . "flower-photo-with-lytro") (:|value| . "3558566236")) ((:|id| . "hello-world-in-common-lisp-and-restas") (:|key| . "hello-world-in-common-lisp-and-restas") (:|value| . "3558567019")) ((:|id| . "the-circus-is-nice") (:|key| . "the-circus-is-nice") (:|value|)) ((:|id| . "yet-another-lisp-test") (:|key| . "yet-another-lisp-test") (:|value|))))) > Error: value "3558566236" is not of the expected type LIST. > While executing: PRINT-ROW, in process Listener(32). |
|
Oct 2 |
comment |
Simple CouchDB Fetch and Display records in Common LISP there is no fake data. The first set was fetched using (invoke-view "hulk" "hulk" ) in clouchdb. This is what a couchdb returns using that lisp library. |
|
Oct 2 |
asked | Simple CouchDB Fetch and Display records in Common LISP |