We can make this file beautiful and searchable if this error is corrected: Any value after quoted field isn't allowed in line 2.
This file contains 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
528630387246116864 cstross We were two-thirds of the drive up the M1, almost at Doncaster, when the horse in the trunk finally started to smoulder. #NaNoWriMoOpeners | |
528588624325922817 drewtoothpaste "You take the red pill," RuPaul said, her palms upturned, "and I show you how deep this Drag Race goes." #NaNoWriMoOpeners | |
528583934448513024 Mobute Sergeant O'Leary is walking the beat. At night he becomes a Charmander. #NaNoWriMoOpeners | |
528927801265913856 bltitus These haven’t been used before, have they? #NaNoWriMoOpeners | |
528927712409579521 bltitus “Call me Ishmael.” #NaNoWriMoOpeners | |
528927651780890625 bltitus “Happy families are all alike.” #NaNoWriMoOpeners | |
528927572110106624 bltitus My #NaNoWriMoOpeners - “it was the best of times, it was the worst of times.” | |
528804452401049600 hunktears Liam reflected on the past week. "Oh my god Harry," he exclaimed as he realized what was happening, "you're in heat!" #NaNoWriMoOpeners | |
528903713071841280 hydinout Richard Dawkins started warming up the Death Star's lase |
This file contains 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
Processing global_page_title_color.page_title (color) from page_title_color > global_page_title_color.page_title | |
Assinging 'ffffff' to value | |
Processing feature_titles.feature_title_background (rgba) from subheader_background.color > feature_titles.feature_title_background | |
Assinging 'rgba(255, 255, 255, 1.0)' to value | |
Processing global_page_title_font.page_title (font_face) from header_font_id > global_page_title_font(_legacy).page_title | |
Assinging '12528' to value | |
Processing feature_titles.feature_title (background_image) from subheader_background.image > feature_titles.feature_title.background_image | |
Assinging '5168626' to value | |
Processing global_page_title_font.page_title_size (number) from header_font_size > global_page_title_font(_legacy).page_title_size | |
Assinging '46' to value |
This file contains 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
gem uninstall oauth | |
gem install oauth --version="0.4.7" |
We can't make this file beautiful and searchable because it's too large.
This file contains 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
aries Good vibes in the air will help make today's Full Moon pleasant. You feel genuinely sympathetic and sensitive to the needs of partners and close friends. Gosh, golly, gee! | |
taurus Today, the only Full Moon in your sign all year takes place. Fortunately for you, other planetary aspects nicely smooth everything over. (Looking good!) | |
gemini This is an interesting day for love affairs, romance and sweet flirtations. Similarly, the arts and sports also are pleasantly blessed. Enjoy good times with children. | |
cancer Even though there is some tension with today's Full Moon, it's still a very pleasant day with family members. People are gentle and kind to each other. | |
leo Your communications with siblings and relatives are particularly warm and caring today because you appreciate where the other person is coming from and what he or she is going through. This is a good thing. | |
virgo You might be tempted to spend too much money on elegance and luxury today. Just keep this in mind. Don't be rash with your hard-earned |
This file contains 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> | |
<head> | |
<title>Screen Flipper</title> | |
<script> | |
// this little javascript snippet will parse any incoming URL | |
// parameters and place them in the window.urlParams object | |
window.urlParams = window.location.search.split(/[?&]/).slice(1).map(function(paramPair) { | |
return paramPair.split(/=(.+)?/).slice(0, 2); | |
}).reduce(function (obj, pairArray) { |
This file contains 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
#!/usr/bin/env ruby | |
# | |
# this code is modified from | |
# | |
# https://github.com/gingerbeardman/loveletter | |
# | |
# any mistakes are certainly added from me | |
# |
This file contains 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
source 'https://rubygems.org' | |
gem "chatterbot", :git => "https://github.com/muffinista/chatterbot.git" |
This file contains 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
# | |
# java -jar ./swagger-codegen-cli.jar generate -l ruby -i docs/http-api/swagger/authoritative-api-swagger.yaml -o /tmp/foo | |
# | |
[main] INFO io.swagger.parser.Swagger20Parser - reading from docs/http-api/swagger/authoritative-api-swagger.yaml | |
[main] INFO io.swagger.parser.Swagger20Parser - reading from docs/http-api/swagger/authoritative-api-swagger.yaml | |
[main] WARN io.swagger.util.PropertyDeserializer - no property from null, null, {ENUM=null, TITLE=null, DESCRIPTION=null, DEFAULT=null, PATTERN=null, DESCRIMINATOR=null, MIN_ITEMS=null, MAX_ITEMS=null, MIN_PROPERTIES=null, MAX_PROPERTIES=null, MIN_LENGTH=null, MAX_LENGTH=null, MINIMUM=null, MAXIMUM=null, EXCLUSIVE_MINIMUM=null, EXCLUSIVE_MAXIMUM=null, UNIQUE_ITEMS=null, EXAMPLE=null, TYPE=null, FORMAT=null, READ_ONLY=null, VENDOR_EXTENSIONS={}, MULTIPLE_OF=null}[main] WARN io.swagger.util.PropertyDeserializer - no property from null, null, {ENUM=null, TITLE=null, DESCRIPTION=null, DEFAULT=null, PATTERN=null, DESCRIMINATOR=null, MIN_ITEMS=null, MAX_ITEMS=null, |
This file contains 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
{ | |
"basePath": "/api", | |
"consumes": [ | |
"application/json" | |
], | |
"definitions": { | |
"Status": { | |
"properties": { | |
"id": { | |
"format": "int64", |
This file contains 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
Date,What,Amount,Notes | |
9/3/2018,AWS,$17.06, | |
9/1/2018,Digital Ocean,$26.28, | |
8/3/2018,AWS,$13.01, | |
8/1/2018,Digital Ocean,$27.34, | |
7/3/2018,AWS,$9.36, | |
7/1/2018,Digital Ocean,$27.34, | |
6/3/2018,AWS,$8.56, | |
6/1/2018,Digital Ocean,$27.34, | |
5/3/2018,AWS,$7.15, |