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 / 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
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 / 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 / tr-developer-podcasts.md
Last active June 9, 2017 11:11
Türkçe Developer PodCast'leri

Türkçe Developer PodCast’leri

devPod

[Web][1a] - [iTunes][1b]

webBox5

[Web][2a] - [iTunes][2b]

on run
tell application "Finder"
get bounds of window of desktop
set DesktopSize to bounds of window of desktop
set DesktopWidth to item 3 of DesktopSize
set DesktopHeight to item 4 of DesktopSize
end tell
tell application "App Store"
activate
set the bounds of the first window to {0, 0, DesktopWidth, DesktopHeight}
@vigo
vigo / resources.md
Created August 27, 2015 12:21
Resources, libs etc.
@vigo
vigo / README.md
Last active February 1, 2016 15:16
Akademik Bilişim 2016 - Rails 101 - Linkler
@vigo
vigo / show_opened_tab_count_of_safari.applescript
Last active July 19, 2016 06:30
Show opened tab count of Safari
tell application "Safari"
set total_tab_count to 0
set number_of_windows to number of windows
repeat with x from 1 to number_of_windows
try
set current_windows_tab_count to number of tabs in window x
set total_tab_count to total_tab_count + current_windows_tab_count
on error error_message
log error_message
end try
@vigo
vigo / style.css
Last active February 21, 2017 08:51
GitHub - Stylish
body {
font-family: 'Helvetica';
}
.markdown-body {
font-family: 'Helvetica';
}
.octotree_views {
font-family: 'FiraCode-retina';
font-size: .75rem;
}
@vigo
vigo / env.sh
Last active January 25, 2017 12:46
Dotfiles Fever - Linux setup
export PS1=$PS1_ADVANCED