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
{ | |
"question_id": "q_1a", | |
"label": "When was the last time that you had significant problems with feeling very trapped, lonely, sad, blue, depressed, or hopeless about the future?", | |
"question_type_id": "segmented_slider", | |
"unskippable": false, | |
"possible_responses": [ | |
{ | |
"value": "Past month", | |
"label": "Past month", | |
"tallies": { |
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
;; Copyright © 2014 Le Wang | |
;; Author: Le Wang | |
;; Maintainer: Le Wang | |
;; Description: Use flx algorithm for fuzzy helm matching. | |
;; Created: 2014-12-27 | |
;; Version: 0.1 | |
;; URL: https://github.com/lewang/helm-flx.el | |
;; Package-Requires: ((heap "0.3")) |
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
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<title>Range Slider Test</title> | |
<link rel="stylesheet" type="text/css" href="rangetest.css"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
</head> | |
<body> | |
<div class="range-container"> |
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
~/src/tickit-app [feature/new-survey] | |
% be rake db:migrate Thu 09:54:07 | |
== AddRawSubmissionJsonColumnToSubmission: migrating ========================= | |
-- add_column(:submissions, :encrypted_raw_json, :text) | |
-> 0.1021s | |
-- add_column(:submissions, :is_malformed, :boolean, {:default=>false}) | |
-> 0.0611s | |
== AddRawSubmissionJsonColumnToSubmission: migrated (0.1634s) ================ |
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
*** /var/folders/vl/9vkq4lm17ndcdqmk_lwcgn5w0000gn/T/ediff4466kXN 2014-08-08 09:49:35.000000000 -0400 | |
--- /var/folders/vl/9vkq4lm17ndcdqmk_lwcgn5w0000gn/T/ediff4466xhT 2014-08-08 09:49:35.000000000 -0400 | |
*************** | |
*** 1 **** | |
! (replace-regexp-in-string "\\(.*\\)\..*$" "\\1.org" "file.conserv.module") | |
--- 1 ---- | |
! (replace-regexp-in-string "\\(.*\\)\\..*$" "\\1.org" "file.conserv.module") |
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
encryption_key: 'ABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890' | |
secret_token: "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" |
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
diff -u /Users/lewang/src/middleman/test/source/stylesheets/all.css /Users/lewang/.emacs_common/backup/\!Users\!lewang\!src\!middleman\!test\!source\!stylesheets\!all.css.\~1\~ | |
--- /Users/lewang/.emacs_common/backup/!Users!lewang!src!middleman!test!source!stylesheets!all.css.~1~ 2014-04-17 18:48:24.000000000 -0400 | |
+++ /Users/lewang/src/middleman/test/source/stylesheets/all.css 2014-04-17 18:49:12.000000000 -0400 | |
@@ -1,7 +1,7 @@ | |
@charset "utf-8"; | |
body { | |
- background: #d4d4d4 url("../images/background.png"); | |
+ background: #d4d4d4 image-url("background.png"); | |
text-align: center; |
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
<div id="container"> | |
<div id="inner">content</div> | |
</div> |
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
<div id="container"> | |
<div id="inner">content</div> | |
</div> |
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
<header>header</header> | |
<nav>navigation</nav> | |
<article>article</article> | |
<footer>footer</footer> |