Skip to content

Instantly share code, notes, and snippets.

View geoah's full-sized avatar
🦄
Arghxd

George Antoniadis geoah

🦄
Arghxd
View GitHub Profile
@geoah
geoah / __readme.md
Created November 23, 2012 19:04 — forked from jimeh/__readme.md
Let's not localize programming languages. Please >_<

Let's not localize programming languages. Please >_<

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 :)

@geoah
geoah / app.coffee
Created December 25, 2012 11:10
ExpressJs Issue 1277 Test case - https://github.com/visionmedia/express/issues/1277 npm install express jade npm install coffee-script -g coffee app.coffee http://localhost:1014/
# -------------------------------------------------------------------------
# FIlE app.coffee
# -------------------------------------------------------------------------
express = require 'express'
app = express()
server = app.listen 1014
app.set 'views', __dirname + '/views'
app.set 'view engine', 'jade'
007 - Agent Under Fire (USA).7z 1102.0 MB
007 - Everything or Nothing (USA).7z 1428.0 MB
007 - From Russia with Love (USA).7z 1883.7 MB
007 - Nightfire (USA).7z 1560.4 MB
007 - Quantum of Solace (USA).7z 1131.4 MB
18 Wheeler - American Pro Trucker (USA).7z 189.4 MB
187 - Ride or Die (USA) (En,Fr,Es).7z 960.1 MB
24 - The Game (USA) (En,Fr,Es).7z 2852.0 MB
25 to Life (USA).7z 1242.6 MB
4x4 Evolution (USA).7z 371.4 MB
@geoah
geoah / filebot.md
Last active August 29, 2015 14:02
Filebot

Filebot

Formats

Tv / Anime

{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+']'}

Movies

@geoah
geoah / kill_zombies
Created December 5, 2014 10:27
EdgeOS kill pptp zombie connections
#!/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");
package main
import (
"crypto/sha256"
"encoding/hex"
"encoding/json"
"fmt"
"github.com/docker/libtrust"
)
package main
import (
"database/sql"
"fmt"
"log"
"github.com/coopernurse/gorp"
_ "github.com/ziutek/mymysql/autorc"
_ "github.com/ziutek/mymysql/godrv"
@geoah
geoah / bullshit.js
Last active August 29, 2015 14:16
Bullshit-ify bookmarklet
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);}());

Keybase proof

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:

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)