Skip to content

Instantly share code, notes, and snippets.

View thehowl's full-sized avatar
🧙‍♂️
cooking scrambled eggs on my cpu

Morgan thehowl

🧙‍♂️
cooking scrambled eggs on my cpu
View GitHub Profile
#!/usr/bin/python
import json, threading, urllib.request, time, sys, traceback
import tweepy
auth = tweepy.OAuthHandler("Key", "Key")
auth.set_access_token("Key", "Key")
api = tweepy.API(auth)

Keybase proof

I hereby claim:

  • I am TheHowl on github.
  • I am tyge (https://keybase.io/tyge) on keybase.
  • I have a public key whose fingerprint is 20C1 DE5C 996B FF08 5CE7 9776 9130 A048 95AD 76B2

To claim this, I am signing this object:

// ==UserScript==
// @name Flash youtube videos to HTML5
// @namespace http://howl.moe/
// @version 0.1
// @description fuck flash with a fucking huge cactus. It goddamn sucks and should die in a fire.
// @author Howl
// @match *://*/*
// @grant none
// ==/UserScript==
// ==UserScript==
// @name quad squad unmemer
// @namespace http://howl.moe/
// @version 0.1
// @description reasons
// @author You
// @match http*://quadsquad.xyz/*
// @grant none
// ==/UserScript==
@thehowl
thehowl / pre-commit
Created September 27, 2015 08:46
pre-commit hook to automatically `go fmt` your changed go files
#!/bin/sh
git diff --name-only --cached | grep \.go | while read line
do
echo "hook : go fmt for $line..."
go fmt $line
git add $line
done
MariaDB [osulogbot]> SELECT * FROM messages WHERE username="Nyo";
+---------+----------+----------+---------------------+-----------+--------------------------+
| id | username | channel | moment | is_action | message |
+---------+----------+----------+---------------------+-----------+--------------------------+
| 1733194 | Nyo | #italian | 2015-08-02 22:36:31 | 0 | ciao chi mi chiama? |
| 1733264 | Nyo | #italian | 2015-08-02 22:37:13 | 0 | me too <3<3<3<3 |
| 3681843 | Nyo | #italian | 2015-08-19 23:14:24 | 0 | OMG GIAN QUITTA OSU!!!11 |
| 3681879 | Nyo | #italian | 2015-08-19 23:14:45 | 0 | che c'è? |
| 3681898 | Nyo | #italian | 2015-08-19 23:14:55 | 0 | bravoh |
| 3681900 | Nyo | #italian | 2015-08-19 23:14:55 | 0 | anche tu |
// ==UserScript==
// @name like => fave in notifications
// @namespace http://howl.moe/
// @version 0.1
// @description what
// @author Howl
// @match https://tweetdeck.twitter.com/
// @grant none
// ==/UserScript==
@thehowl
thehowl / main.go
Created November 11, 2015 19:57
test for gitbao
package main
import (
"github.com/gin-gonic/gin"
)
func main() {
r := gin.Default()
r.GET("/", func(c *gin.Context) {
c.String(200, "Welcome. This is a test.")
})

Keybase proof

I hereby claim:

  • I am thehowl on github.
  • I am tyge (https://keybase.io/tyge) on keybase.
  • I have a public key whose fingerprint is C7B8 F456 A04E B803 4B94 BB50 40D3 2830 0D24 5DA5

To claim this, I am signing this object: