I hereby claim:
- I am shugabuga on github.
- I am heyitsshuga (https://keybase.io/heyitsshuga) on keybase.
- I have a public key ASCZcuIE50b5cfXQpf48V83nx1vOtnLcUQ1Ms4T0JAydSAo
To claim this, I am signing this object:
/* | |
This is a fork of https://github.com/sindresorhus/github-markdown-css but without the CSS classes. | |
*/ | |
@font-face { | |
font-family: octicons-link; | |
src: url(data:font/woff;charset=utf-8;base64,d09GRgABAAAAAAZwABAAAAAACFQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABEU0lHAAAGaAAAAAgAAAAIAAAAAUdTVUIAAAZcAAAACgAAAAoAAQAAT1MvMgAAAyQAAABJAAAAYFYEU3RjbWFwAAADcAAAAEUAAACAAJThvmN2dCAAAATkAAAABAAAAAQAAAAAZnBnbQAAA7gAAACyAAABCUM+8IhnYXNwAAAGTAAAABAAAAAQABoAI2dseWYAAAFsAAABPAAAAZwcEq9taGVhZAAAAsgAAAA0AAAANgh4a91oaGVhAAADCAAAABoAAAAkCA8DRGhtdHgAAAL8AAAADAAAAAwGAACfbG9jYQAAAsAAAAAIAAAACABiATBtYXhwAAACqAAAABgAAAAgAA8ASm5hbWUAAAToAAABQgAAAlXu73sOcG9zdAAABiwAAAAeAAAAME3QpOBwcmVwAAAEbAAAAHYAAAB/aFGpk3jaTY6xa8JAGMW/O62BDi0tJLYQincXEypYIiGJjSgHniQ6umTsUEyLm5BV6NDBP8Tpts6F0v+k/0an2i+itHDw3v2+9+DBKTzsJNnWJNTgHEy4BgG3EMI9DCEDOGEXzDADU5hBKMIgNPZqoD3SilVaXZCER3/I7AtxEJLtzzuZfI+VVkprxTlXShWKb3TBecG11rwoNlmmn1P2WYcJczl32etSpKnziC7lQyWe1smVPy/Lt7Kc+0vWY/gAgIIEqAN9we0pwKXreiMasxvabDQMM4riO+qxM2ogwDGOZTXxwxDiycQIcoYFBLj5K3EIaSctAq2kTYiw+ymhce7vwM9j |
I hereby claim:
To claim this, I am signing this object:
#!/Library/Frameworks/Python.framework/Versions/2.7/bin/python2 | |
# -*- coding: utf-8 -*- | |
# <bitbar.title>Reddit Notifications</bitbar.title> | |
# <bitbar.version>v2.0.0</bitbar.version> | |
# <bitbar.author>HeyItsShuga</bitbar.author> | |
# <bitbar.author.github>Shugabuga</bitbar.author.github> | |
# <bitbar.desc>Check your Reddit messages in your status bar!</bitbar.desc> | |
# <bitbar.image>http://i.imgur.com/ohM8E6u.png</bitbar.image> | |
# <bitbar.dependencies>python,praw</bitbar.dependencies> |
#!/bin/python2 | |
# Centibelle Measuring System (Python) | |
# By /u/HeyItsShuga | |
import json | |
import requests | |
print "Milibelle Automated Measuring System v1.1" | |
url = raw_input("Please enter Derpibooru image to analyze: ") |
7e ef bf bd ef bf bd ef bf bd ef bf bd 53 ef bf bd ef bf bd 6f 7d ef bf bd ef bf bd 5a 60 ef bf bd cd 84 77 ef bf bd 02 24 6a 69 ef bf bd 03 5a 76 1a 0b 3a ef bf bd 78 ef bf bd 3d 32 2b ef bf bd 73 ef bf bd 69 38 72 ef bf bd 3b ef bf bd 71 ef bf bd ef bf bd 52 ef bf bd ef bf bd 32 3d ef bf bd 40 ef bf bd 67 ef bf bd ef bf bd 07 57 ef bf bd 04 27 6f 7f ef bf bd 58 ef bf bd ef bf bd 17 0a ef bf bd 5c ef bf bd ef bf bd ef bf bd ef bf bd ef bf bd ef bf bd ef bf bd 0d 2a ef bf bd 06 5c 40 38 ef bf bd 2f 00 04 2b ef bf bd ef bf bd 00 00 50 4f 4b 45 03 00 00 00 00 00 0a |
/************************************/ | |
/* Controller Center theme for iGBA */ | |
/* Version 0.2 Beta */ | |
/* Ported by HeyItsShuga */ | |
/* Licensed for use by iGBA. */ | |
/************************************/ | |
body { | |
background: #141c26 !important; | |
color: white !important; |
#!/bin/bash | |
if [ -n "${2+set}" ]; then | |
echo "Music file at '$1' selected" | |
ffmpeg -i "$1" -filter:a "atempo=1.5, asetrate=r=48K" -metadata composer="nightcore.sh - by HeyItsShuga" -loglevel quiet -write_xing 0 $3 -vn "$2" | |
else | |
echo "nightcore <input.mp3> <output.mp3> [\"-flags\"]" | |
echo "Running nightcore.sh stable 1.0.1" | |
fi | |
############################################################ |
# S H U G A B O T / / / | |
# Created by HeyItsShuga | |
# | |
# This is the open-source version of ShugaBot. | |
# It is different from the version you can add | |
# at https://shuga.co/discord/add, only | |
# including the most interesting features. | |
# To implement, use Red-DiscordBot and put this | |
# file in the cogs/ folder as "shuga.py". This | |
# will add the ShugaBot OSS commands into your |
#spinner { | |
background:url('https://i.imgur.com/klnTf3g.png'); | |
width:100px; | |
height:100px; | |
background-size:contain; | |
} | |
@keyframes spin { | |
from { | |
transform: rotate(0deg)scaleX(1)rotateZ(0deg) | |
} |