Skip to content

Instantly share code, notes, and snippets.

/*---------------------------------------------------------------------------------
Sprite animation using two naive but common approaches to animating frames.
Sprites were created by via the sprite tool at:
http://charas-project.net/
http://charas-project.net/charas2/index.php
They were altered from their original 24x32 to 32x32 to make loading of frames simple
#!/usr/bin/env python
# -*- coding: utf-8 -*
import time
import smtplib
from smartencoding import smart_unicode, smart_unicode_with_replace
import splinter
from splinter import Browser
{
"name": "PointLight",
"struct":
{
"pos":
{
"size": 3,
"type": "float"
},
"dir":
sudo apt-get install ibus-anthy
2016年 5月 1日
MESES (mes: gatsu)
------------------
enero : ichi gatsu
febrero : ni gatsu
marzo : san gatsu
VOCABULARIO
-----------
casa : ie
uchi : hogar
edificio : tatemono
hospital : byôin
médico : isha
estudiante : gakusei
universidad : daigaku
0 0 0 0 0 1
0 0 0 0 0 0
0 0 0 0 0 0
0 0 0 0 0 0
0 0 0 0 0 0
0 0 0 0 0 1
0 0 0 0 1 1
0 0 0 0 0 0
0 0 0 0 0 0
#include <iostream>
#include <vector>
#include <set>
#include <string>
#include <sstream>
#include <cmath>
using namespace std;
typedef unsigned long long ull;

Keybase proof

I hereby claim:

  • I am tuket on github.
  • I am tuket (https://keybase.io/tuket) on keybase.
  • I have a public key whose fingerprint is 7111 30F6 6043 BDE7 6275 EAE6 8FFC 47D7 A2CB 8829

To claim this, I am signing this object:

@tuket
tuket / gcd.cpp
Created September 14, 2017 06:47
gcd
// public domain
#include <iostream>
#include <string>
#include <vector>
using namespace std;
int main()
{
int a, b;