I hereby claim:
- I am tacumi on github.
- I am sugita_takumi (https://keybase.io/sugita_takumi) on keybase.
- I have a public key ASAvkt8rKB95HJXLoY04SkgV5WUgpIo8vsbjEuNYTdAT3go
To claim this, I am signing this object:
#include <stdio.h> | |
#include <stdlib.h> | |
#include <string.h> | |
typedef struct _stack { | |
char **m; | |
int index; | |
int limit_index; | |
int ttl; | |
int size; |
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>canvas tutorial</title> | |
<style> | |
#canvas { | |
background: #ccc; | |
} | |
</style> | |
<script type="text/javascript"> |
I hereby claim:
To claim this, I am signing this object:
#include <stdio.h> | |
#include <stdlib.h> | |
int multiply10 (int in) | |
{ | |
return in * 10; | |
} | |
void apply (int (*fpa)(int), int *pa, size_t siz) | |
{ |
hogefuga |
ctrl_interface=/var/run/wpa_supplicant GROUP=netdev | |
update_config=1 | |
network={ | |
ssid="" | |
proto=RSN | |
pairwise=CCMP TKIP | |
group=CCMP TKIP | |
key_mgmt=WPA-EAP | |
eap=PEAP TTLS TLS | |
identity="" |