Skip to content

Instantly share code, notes, and snippets.

View nabeen's full-sized avatar
🤔
Who am I ?

Kenichiro Watanabe nabeen

🤔
Who am I ?
View GitHub Profile
#include <stdio.h>
int calc(int a, int b)
{
return a + b;
}
int main(void)
{
int a = 1;
@nabeen
nabeen / index.php
Created November 13, 2019 17:00
toDataURL with Cross Origin image
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<title>Document</title>
</head>
<body>
<canvas id="canvas"></canvas>
@nabeen
nabeen / two-sum.ipynb
Last active May 8, 2020 13:28
two-sum.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@nabeen
nabeen / add-two-numbers.ipynb
Created May 11, 2020 15:25
add-two-numbers.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.