Skip to content

Instantly share code, notes, and snippets.

View aveao's full-sized avatar
🤔
delete this feature

ave aveao

🤔
delete this feature
View GitHub Profile
@aveao
aveao / darkuserstyles.md
Last active April 15, 2017 19:44
Dark Userstyles Collection

Disclosure

I do not own-ish any of the skins here. The ones hosted on my github gists are modified by me, NOT developed by me. All credits go to original developers.

Supported sites:

If you want anything added comment it down

  • userstyles editor
  • Global Dark Scrollbar
  • Hacker News -- news.ycombinator.com
  • Amazon.com
  • Stackexchange/stackoverflow chat -- chat.stackexchange.com -- chat.stackoverflow.com
@aveao
aveao / SELogger.py
Created July 12, 2017 22:21
SELogger
#!/usr/bin/env python
import os
import sys
import datetime
import chatexchange.client
import chatexchange.events
def main(args):
@aveao
aveao / wumboji.cs
Last active July 21, 2017 17:01
Wumboji maker- WIP
using System;
using System.IO;
using System.Drawing;
namespace wumboji
{
class Program
{
static void Main(string[] args)
{
@aveao
aveao / README.md
Created July 25, 2017 08:48
StackExchange Election Notifier -- Instantly checks results after they're announced, checks data, uses notify-send to send a notification with name of winner

StackExchange Election Notifier

{This project is not associated, approved or endorsed by StackExchange Inc in any way}

  • clone https://github.com/Conservatory/openstv to a directory on your computer.
  • download election.sh and run.sh
  • Change line 4 of election.sh to the /openstv/ folder in the openstv code you cloned, and line 4 on run.sh to the place election.sh is stored.
  • Change line 5 of election.sh to the site you want to use, and the ID of the election you want to check.
  • Set both files as executable (chmod +x election.sh, chmod +x run.sh)
  • run run.sh
#!/bin/sh
wget http://ligman.me/1IW1oab --content-disposition
wget http://ligman.me/1Uixtlq --content-disposition
wget http://ligman.me/1R9Ubgt --content-disposition
wget http://ligman.me/1H4VXHT --content-disposition
wget http://ligman.me/1f8XUKy --content-disposition
wget http://ligman.me/1HBEUPi --content-disposition
wget http://ligman.me/1NDTZR4 --content-disposition
wget http://ligman.me/1Uiy2f9 --content-disposition
wget http://ligman.me/1epZ0QU --content-disposition
@aveao
aveao / keybase.md
Last active September 12, 2017 17:10

Keybase proof

I hereby claim:

  • I am aveao on github.
  • I am ardao (https://keybase.io/ardao) on keybase.
  • I have a public key ASAitYPT4JsxV8YgiARGd81wedWOY1-bjfMhhv8ejbjJoAo

To claim this, I am signing this object:

@aveao
aveao / OtherAccounts.md
Last active September 12, 2017 17:14
Other Accounts
@aveao
aveao / aveSE.user.js
Created September 21, 2017 16:33
Ave's SEChat Mods (partially incompatible with rchern/StackExchangeScripts, remove your current version and install https://gist.github.com/aveao/c825253c63cffe84a1469416e0ada594 to get both working)
// ==UserScript==
// @name Ave's SEChat Mods
// @namespace https://ave.zone/
// @match *://chat.meta.stackexchange.com/rooms/*
// @match *://chat.stackoverflow.com/rooms/*
// @match *://chat.stackexchange.com/rooms/*
// @version 0.1
// @description A stack-chat mod
// @author Avery O (ave.zone)
// @grant none
@aveao
aveao / NotableExperiences.md
Last active October 10, 2017 20:28
My life in a nutshell

2000- Born.

2002- "Used" a computer.

2007- Accepted to Middle East Technical University's Primary Grade School.

2010- Started developing with Adobe Flash.

2011/2012- Bought a website called ardaozkal.com which was a Forum which turned into a flash game platform.

@aveao
aveao / DiscordChatExport.py
Last active January 11, 2018 09:41
Discord chat exporter
import logging
import discord
import asyncio
import datetime
logging.basicConfig(level=logging.INFO)
client = discord.Client()
# You need discord.py rewrite.
# pip3 install -U git+https://github.com/Rapptz/discord.py@rewrite