Skip to content

Instantly share code, notes, and snippets.

View vigo's full-sized avatar
🕶️
I may be slow to respond.

Uğur Özyılmazel vigo

🕶️
I may be slow to respond.
View GitHub Profile
@vigo
vigo / keybase.md
Last active October 2, 2015 12:34

Keybase proof

I hereby claim:

  • I am vigo on github.
  • I am vigo (https://keybase.io/vigo) on keybase.
  • I have a public key whose fingerprint is 6EB6 3DE7 F53B 1F2B 83AF 578B EFF1 8B16 572C 9F36

To claim this, I am signing this object:

@vigo
vigo / readme.md
Created March 7, 2014 12:39
Python / JSON server :)

Kullanımı:

aynı dizine .json olarak dummy datayı koy sonra;

source ./server.sh

server_json

@vigo
vigo / kod.io-2014-code-of-conduct.md
Created December 19, 2013 15:28
Kod.io 2014, Code of Conduct

Conference Code of Conduct

All attendees, speakers, sponsors and volunteers at our conference are required to agree with the following code of conduct. Organisers will enforce this code throughout the event. We are expecting cooperation from all participants to help ensuring a safe environment for everybody.

tl;dr: Don’t be a Jerk

Need our Help?

At any time you can walk up to one of our team members and report your concern. Else: shoot an email at social -at- kod.io, or call the number we’ll publish on the day of the conference.

The Quick Version

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>webBox.io | web 101 eğitimi, 24 Kasım 2014</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.0.2/css/bootstrap.min.css">
<link rel="stylesheet" href="/css/style.css">
</head>
<body>
@vigo
vigo / index.html
Created August 24, 2013 21:06
coffee test
<!doctype html>
<html>
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width" />
<title>Coffee Test</title>
$styles
</head>
<body>
<h1>Coffee Script Tests on iPad</h1>
@vigo
vigo / links.md
Last active December 20, 2015 21:49
iOS Libs and related links...
@vigo
vigo / flac_to_mp3.sh
Created May 5, 2013 05:09
convert `.flac` to `.mp3` - high quality
#!/usr/bin/env bash
set -e
for flac_file in *.flac; do
f=$(basename "${flac_file}" .flac)
flac -c -d "${flac_file}" | lame --preset insane - "${f}.mp3"
done
@vigo
vigo / bunde_complete.sh
Last active July 20, 2016 02:32
Bash completion for bundle
_bundler_complete()
{
if [[ ! `which bundle` ]]; then
return
fi
local cur prev commands
commands="help install update package exec config check list show outdated console open viz init gem platform"
cur="${COMP_WORDS[COMP_CWORD]}"
prev="${COMP_WORDS[COMP_CWORD-1]}"
@vigo
vigo / index.html
Last active December 10, 2015 20:28
git-tips tumblr theme
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>{Title}{block:PostTitle} — {PostTitle}{/block:PostTitle}</title>
{block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
<meta name="text:Disqus Shortname" content="" />
<meta name="text:Google Analytics ID" content="" />
@vigo
vigo / developer-bul.md
Last active December 10, 2015 06:48
Girişimci Yazılımcıyı Nerede ve Nasıl Bulur? (27 Aralık 2012, Fit Startup Toplantısından)

Girişimci, Yazılımıcıyı Nasıl / Nerede Bulur?

Konferanslar

  • [Özgür Web Günleri][a01]
  • [Özgür Yazılım Günleri][a02]
  • [Linux Seminer][a03]
  • [jstanbul][a04]