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:
| /*--------------------------------------------------------------------------------- | |
| 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; |
| MANIPULATION | |
| -------------- | |
| http://www.ijcsi.org/papers/IJCSI-12-5-52-57.pdf | |
| SPECS | |
| ------- | |
| http://www.mdpi.com/1424-8220/14/2/3702/htm | |
| http://stanford.edu/class/ee267/Spring2016/report_lin.pdf | |
| http://www.mdpi.com/1424-8220/13/5/6380/htm |
I hereby claim:
To claim this, I am signing this object:
| // public domain | |
| #include <iostream> | |
| #include <string> | |
| #include <vector> | |
| using namespace std; | |
| int main() | |
| { | |
| int a, b; |