Skip to content

Instantly share code, notes, and snippets.

View Radu-D's full-sized avatar
:octocat:
🐸

Radu Dumitru Radu-D

:octocat:
🐸
View GitHub Profile
@logonoff
logonoff / alexa.py
Created June 27, 2019 04:05
alexa
#
# Alexa | Plays despacito on "this is so sad alexa play despacito" (MIT)
# a reduced version of https://github.com/Rapptz/discord.py/blob/master/examples/basic_voice.py
# written 27 June 2019
#
import asyncio
import discord
import youtube_dl
@sm00th
sm00th / cc_slave.pde
Created May 14, 2015 06:33
Classic Wii Controller Emulation with Arduino
#include <Wire.h>
#include "wm_crypto.h"
#define TWI_FREQ 400000L
#define EC_ADDR 0x52
#define PACKET_SIZE 6
#define REC_EV 0x01
#define REQ_EV 0x02