Skip to content

Instantly share code, notes, and snippets.

@volkanozcan
volkanozcan / elektronik.ipynb
Created December 22, 2016 17:51
elektronik.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@volkanozcan
volkanozcan / index.html
Last active February 29, 2016 10:17
su sineği
<!DOCTYPE html>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="theme-color" content="#999999">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<html>
<head>
@volkanozcan
volkanozcan / my.css
Created February 1, 2016 11:40 — forked from anonymous/my.css
CSS Gradient Animation
background: linear-gradient(178deg, #05668d, #028090, #00a896, #02c39a, #f0f3bd);
background-size: 1000% 1000%;
-webkit-animation: AnimationName 30s ease infinite;
-moz-animation: AnimationName 30s ease infinite;
-o-animation: AnimationName 30s ease infinite;
animation: AnimationName 30s ease infinite;
@-webkit-keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
@volkanozcan
volkanozcan / loto_requests.ipynb
Created January 29, 2016 22:43
loto_requests.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@volkanozcan
volkanozcan / numpy_tut.ipynb
Created January 17, 2016 23:04
spiral_var.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@volkanozcan
volkanozcan / random_pixel_generator.ipynb
Created January 12, 2016 22:57
random_pixel_generator.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@volkanozcan
volkanozcan / deneme.ipynb
Created January 12, 2016 22:56
deneme.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@volkanozcan
volkanozcan / app.js
Created December 21, 2015 13:24
js:nodejs_read_xml
var fs = require('fs'),
xml2js = require('xml2js');
var parser = new xml2js.Parser();
fs.readFile(__dirname + '/buhara.xml', function(err, data) {
parser.parseString(data, function(err, result) {
//console.dir(result);
var buf = new Buffer(result)
console.log(buf)
@volkanozcan
volkanozcan / source.js
Created December 15, 2015 23:25
js:material_deneme
var names = ["Faxtop", "Nimflex", "Hay String", "Faxity", "U--Job", "Icelab", "Matis", "Lexilux", "U-tone", "Danstring", "Betalex", "Jaying", "Y-sailwarm", "Dentoflex", "Volt-Dex", "Uni Lotkix", "Medstring", "Zoomlax", "Bam Redfax", "Itin", "Whitetech", "Daltstock", "K-ing", "Saltstrong", "Fixtone", "Quadqvohome", "Trusthome", "Zone Bam", "Sanfan", "Geo Anla", "Toughtough", "Jay Flex", "Donkix", "Ding-Lab", "Villalax", "Reit", "Temptrax", "Mathstatstrong", "Tamphome", "K- Gofan", "Sumfresh", "Freefan", "Quotenix", "Ontotop", "Toneco", "Indigolux", "True Strong", "Salthold", "Blueranlight", "Operemla", "Zumdex", "Alpha-Com", "Unaeco", "Zonedox", "Tinlab", "Indigocom", "Unoplus", "Son Canit", "Medtone", "Hotphase", "Vento-Lab"];
var animation_name = ["bounce", "flash", "pulse", "rubberBand", "shake", "headShake", "swing", "tada", "wobble", "jello", "bounceIn", "bounceInDown", "bounceInLeft", "bounceInRight", "bounceInUp", "bounceOut", "bounceOutDown", "bounceOutLeft", "bounceOutRight", "bounceOutUp", "fadeIn",
@volkanozcan
volkanozcan / index.html
Last active December 14, 2015 14:00
bootstrap_test
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="description" content="$1">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>
app