Skip to content

Instantly share code, notes, and snippets.

@alu96
alu96 / index.html
Created July 10, 2016 10:24
Canvas FormData POST
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
</head>
<body>
<canvas id="myCanvas" width="200" height="100" style="border:1px solid #000000;">
</canvas>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
</head>
<body>
<canvas id="myCanvas" width="200" height="100" style="border:1px solid #000000;">
</canvas>
@alu96
alu96 / digitsum_x86.s
Last active August 29, 2015 13:57
Assembler program to calculate the digit sum of a number
/***********************************************
Author : alu96
Date : 17.03.2014
Description : This small assembler programm calculates and prints out the digit sum of a number. (123 will result in 6)
**********************************************/
.globl _main # main entry point