Feel free to fork and expand and/or add more languages as an example to why this would be horrible, and I'll add them here :)
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
# ------------------------------------------------------------------------- | |
# FIlE app.coffee | |
# ------------------------------------------------------------------------- | |
express = require 'express' | |
app = express() | |
server = app.listen 1014 | |
app.set 'views', __dirname + '/views' | |
app.set 'view engine', 'jade' |
{n.ascii().replaceAll(/[:!?,.]/,'').replaceAll(/[`´‘’ʻ]/, "'").lowerTrail().space('.')}/{episode.special ? 'Special/' : "Season."+s+"/"}{n.ascii().replaceAll(/[:!?,.]/,'').replaceAll(/[`´‘’ʻ]/, "'").lowerTrail().space('.')}.{"S"+s.pad(2)}E{e.pad(2)}{'.'+resolution}{'.'+vc}{'.'+ac}{'['+group+']'}{'['+crc32+']'}
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
#!/usr/bin/perl | |
# http://community.ubnt.com/t5/EdgeMAX/PPPoE-Server-static-ip-issues/td-p/489341 | |
use strict; | |
use warnings; | |
use Net::Ping; | |
my $sess_dir = "/opt/vyatta/etc/ravpn/sessions"; | |
opendir(SDIR, "$sess_dir"); |
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
package main | |
import ( | |
"crypto/sha256" | |
"encoding/hex" | |
"encoding/json" | |
"fmt" | |
"github.com/docker/libtrust" | |
) |
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
package main | |
import ( | |
"database/sql" | |
"fmt" | |
"log" | |
"github.com/coopernurse/gorp" | |
_ "github.com/ziutek/mymysql/autorc" | |
_ "github.com/ziutek/mymysql/godrv" |
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
javascript:(function(){var cssCode = document.createElement('style');cssCode.innerHTML='@font-face{font-family:SansBullshitSans;src:url(https://dl.dropboxusercontent.com/u/200262/SansBullshitSans.ttf);font-weight:normal}*{font-family:SansBullshitSans !important;font-variant-ligatures:common-ligatures;-webkit-font-feature-settings:"liga" 1, "dlig" 1;-moz-font-feature-settings:"liga" 1, "dlig" 1;-ms-font-feature-settings:"liga" 1, "dlig" 1;font-feature-settings:"liga" 1, "dlig" 1;}';document.body.appendChild(cssCode);}()); |
I hereby claim:
- I am geoah on github.
- I am geoah (https://keybase.io/geoah) on keybase.
- I have a public key whose fingerprint is 5B6A E881 FCB3 7CD3 8865 4D2C 8D26 68FE E602 0367
To claim this, I am signing this object:
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
THIRD-PARTY SOFTWARE NOTICES AND INFORMATION | |
Do Not Translate or Localize | |
This file provides information regarding components that are being relicensed to you by Microsoft under Microsoftís Visual Studio Code ìPreviewî software licensing terms. Microsoft reserves all rights not expressly granted herein, whether by implication, estoppel or otherwise. | |
Microsoft is offering you a license to use the following components subject to the Microsoft Visual Studio Code ìPreviewî software license terms, except that components licensed under open source licenses requiring that such component remain under the original license are being made available to you by Microsoft under the original licensing terms. Please refer to the accompanying Credits_41.0.2272.76.html file for additional notices regarding the Chromium open source project. | |
1. Async-each version 0.1.6 (https://github.com/paulmillr/async-each) | |
2. atom-electron version 0.22.3 (https://github.com/atom/electron) |
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
# Ubuntu 14.04 OpenTripPlanner (OTP) 0.19.0 SNAPSHOT Installation | |
add-apt-repository ppa:webupd8team/java | |
apt-get update | |
apt-get install -y oracle-java8-installer wget git-core | |
rm -rf /var/lib/apt/lists/* | |
mkdir -p /var/otp/graphs | |
wget -q -O /var/otp/otp.jar http://dev.opentripplanner.org/jars/otp-0.19.0-SNAPSHOT.jar | |
java -Xmx6G -Xverify:none -jar /var/otp/otp.jar --help |
OlderNewer