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 / userconfig.json
Created September 18, 2012 12:53
Sublime2 Settings
{
"find_selected_text": true,
"font_face": "Menlo",
"font_size": 14,
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
@vigo
vigo / python-tips.md
Created November 4, 2012 22:52
Python Tips

Python Tips

@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]
@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 / 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 / links.md
Last active December 20, 2015 21:49
iOS Libs and related links...
@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>
<!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 / 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

@vigo
vigo / README.md
Last active February 1, 2016 15:16
Akademik Bilişim 2016 - Rails 101 - Linkler