Skip to content

Instantly share code, notes, and snippets.

View recardona's full-sized avatar

Rogelio E. Cardona-Rivera recardona

View GitHub Profile
""" This script bulk uploads emoji to a slack channel """
import os, time
from pyvirtualdisplay import Display
from selenium import webdriver
from selenium.webdriver.common.keys import Keys
rootdir = 'EMOJI SOURCE'
display = Display(visible=0, size=(800, 600))
display.start()
@TApicella
TApicella / emoji_down.py
Created December 2, 2015 15:58
A way to download all emoji from a slack team
""" This script bulk downloads emoji from a slack channel """
import os, time, urllib
from pyvirtualdisplay import Display
from selenium import webdriver
from selenium.webdriver.common.keys import Keys
display = Display(visible=0, size=(800, 600))
display.start()
driver = webdriver.Chrome("DRIVER LOCATION")
@DanPuzey
DanPuzey / Log.cs
Last active May 21, 2024 12:34
Unity logging wrapper, for better performance and usage.
using UnityEngine;
namespace Assets.Phunk.Core
{
public static class Log
{
#region Error
public static void ErrorFormat(UnityEngine.Object context, string template, params object[] args)
{
var message = string.Format(template, args);
@1wErt3r
1wErt3r / SMBDIS.ASM
Created November 9, 2012 22:27
A Comprehensive Super Mario Bros. Disassembly
;SMBDIS.ASM - A COMPREHENSIVE SUPER MARIO BROS. DISASSEMBLY
;by doppelganger (doppelheathen@gmail.com)
;This file is provided for your own use as-is. It will require the character rom data
;and an iNES file header to get it to work.
;There are so many people I have to thank for this, that taking all the credit for
;myself would be an unforgivable act of arrogance. Without their help this would
;probably not be possible. So I thank all the peeps in the nesdev scene whose insight into
;the 6502 and the NES helped me learn how it works (you guys know who you are, there's no