Skip to content

Instantly share code, notes, and snippets.

View Shugabuga's full-sized avatar

Shuga Shugabuga

View GitHub Profile
@Shugabuga
Shugabuga / README.md
Last active July 31, 2017 02:00
Ubuntu Logo Vector
@Shugabuga
Shugabuga / index.py
Created July 18, 2017 03:26
AmIShadowBanned Source Code
# Licensed under MIT. In addition to those terms, you must credit me (@HeyItsShuga) publicly, I suggest in the account's bio.
import twitter
import sched, time
def botProcess(sc):
api = twitter.Api(consumer_key='',
consumer_secret='',
access_token_key='',
access_token_secret='')
results = api.GetSearch(term='"Am I Shadowbanned"')
@Shugabuga
Shugabuga / README.md
Last active July 8, 2017 19:30
Random Login Images - macOS

Random Login Images on macOS

  • Tested on macOS Sierria, but anything post-Yosemite will probally work.

  • Will change the login background to a random one on initial login

  • Ensure that the file sizes and type (PNG) are correct. If not, I don't know what will happen.

  • I am not responsible for any damage this program causes, nor is any support provided/warantee given. USE AT YOUR OWN RISK!

@Shugabuga
Shugabuga / spinner.css
Created June 14, 2017 16:20
Fidget Spinner animation in CSS
#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)
}
@Shugabuga
Shugabuga / shuga.py
Created May 23, 2017 01:32
ShugaBot OSS Edition
# 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
@Shugabuga
Shugabuga / login-background.svg
Last active March 10, 2017 00:59
shugaOS splash SVG
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Shugabuga
Shugabuga / nightcore.sh
Last active March 26, 2019 10:37
nightcore.sh - Nightcore Music Generator for macOS and Linux
#!/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
############################################################
@Shugabuga
Shugabuga / theme.css
Last active December 22, 2016 23:10
iGBA Controller Center
/************************************/
/* Controller Center theme for iGBA */
/* Version 0.2 Beta */
/* Ported by HeyItsShuga */
/* Licensed for use by iGBA. */
/************************************/
body {
background: #141c26 !important;
color: white !important;
@Shugabuga
Shugabuga / Hex Values
Created December 9, 2016 23:10
SunMoon QR Code
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
@Shugabuga
Shugabuga / milibelle.py
Created November 19, 2016 22:48
Milibelle Measuring System
#!/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: ")