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
@thehowl
thehowl / ISC.md
Last active March 10, 2016 19:59 — forked from indexzero/ISC.md
ISC vs. MIT

Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, (no free of charge).

THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

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:

@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.")
})
// ==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==
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 |
@thehowl
thehowl / peppymessages.txt
Last active September 28, 2023 04:35
wank wank wank wank
+---------+----------+----------+---------------------+-----------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| id | username | channel | moment | is_action | message |
+---------+----------+----------+---------------------+-----------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| 36582 | peppy | #osu | 2015-07-15 09:33:16 | 0 | !system restart tatoe |
| 37137 | peppy | #osu | 2015-07-15 09:38:09 |
@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
// ==UserScript==
// @name quad squad unmemer
// @namespace http://howl.moe/
// @version 0.1
// @description reasons
// @author You
// @match http*://quadsquad.xyz/*
// @grant none
// ==/UserScript==
// ==UserScript==
// @name Slack stats unveiler
// @namespace http://howl.moe/
// @version 1.0
// @description There's not much to see on the stats slack page if you're not on a slack paid plan. Let's get around it, because you *can* see more stats even if you did not pay for them!
// @author Howl
// @match http*://*.slack.com/admin/stats
// @grant none
// @updateURL https://gist.github.com/TheHowl/bad883282a676cefbcb2/raw/slack-stats-unveiler.user.js
// ==/UserScript==