This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| I need SQL to turn this: | |
| | user_id | question_name | answer | | |
| | 1 | 'q1' | 'a' | | |
| | 1 | 'q2' | 'b' | | |
| | 1 | 'q3' | 'c' | | |
| | 2 | 'q1' | 'd' | | |
| | 2 | 'q2' | 'e' | | |
| | 2 | 'q3' | 'f' | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ### | |
| Web Toolkit v0.4 (by M@ McCray) | |
| http://gist.github.com/515035 | |
| NOTE: This is meant to be used as a Cakefile (Coffee's RAKE equivalent). | |
| ### | |
| COFFEE_SRC="source/coffee" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| --- | |
| provides : BuildSugar | |
| version : 0.1alpha1 | |
| description : Provides a bizarrely clean & simple syntax sugar for building HTML/XML strings | |
| source : http://gist.github.com/278016 | |
| git : git://gist.github.com/278016.git | |
| demo : http://jsfiddle.net/SubtleGradient/4W3RR/ | |
| author : Thomas Aylott |
NewerOlder