Skip to content

Instantly share code, notes, and snippets.

@battal84
battal84 / html5paint.html
Created February 29, 2012 02:00
HTML5 Canvas Paint
<!DOCTYPE html>
<html lang="tr">
<head>
<meta charset="utf-8">
<title>HTML5 Paint</title>
<link rel="stylesheet" href="html5reset-1.6.1.css">
<style>/*tools*/
#tools{
float:left;
@battal84
battal84 / update-java.sh
Created January 21, 2014 09:07
Debian ve türevi linux dağıtımlarında JDK (Java Development Kit) kurulumunu sağlayan, Bruce Ingalls tarafından yazılan script.
#!/bin/bash
#update-java
PROG_VERSION='java-update_v0.5beta'; #spaces not allowed
HELP='Easy way to maintain default Java version in $PATH';
#Copyright 2010, Bruce Ingalls GPL 3 Affero see http://www.gnu.org/ for details
#Downloads & discussion at http://www.webupd8.org/
#Contact bingalls at users dot sf dot net for licensing & additional help
#Currently supports Ubuntu, only. Likely less useful for RPM based Linux distros.
#Currently supports only full java jdk, not jre.