- [Sublime Text 2][1]
- [Sublime Paket Yöneticisi][2]
Zaten python, virtualenv vs gibi şeylerin kurulu olduğunu varsayıyorum.
| <script type="text/javascript" charset="utf-8"> | |
| (function($){ | |
| $.fn.turko = function(options){ | |
| var defaults = { | |
| }, | |
| dictionaryItems = { | |
| /* aylar uzun */ | |
| 'January': "Ocak", | |
| 'February': "Şubat", | |
| 'March': "Mart", |
| ## .css | |
| ############################################################################## | |
| syntax "css" "\.css$" | |
| color brightred "." | |
| color brightyellow start="\{" end="\}" | |
| color brightwhite start=":" end="[;^\{]" | |
| color brightblue ":active|:focus|:hover|:link|:visited|:link|:after|:before|$" | |
| color brightblue start="\/\*" end="\\*/" | |
| color green ";|:|\{|\}" | |
| ############################################################################## |
| #!/usr/bin/env ruby | |
| # encoding: utf-8 | |
| # By Uğur Özyılmazel, @vigobronx | @ugurozyilmazel | |
| # http://vigodome.com | http://ugur.ozyilmazel.com | http://github.com/vigo | |
| def get_paged_memory_usage(match_string, paging=4096) | |
| mvar = 3 | |
| if match_string.split(/[^\w]/).length > 1 | |
| mvar = 4 |
| #!/usr/bin/env ruby | |
| # -*- coding: utf-8 -*- | |
| # The methods that get called more than once are memoized. | |
| # original: | |
| # https://github.com/benhoskings/dot-files/blob/master/files/bin/git_cwd_info | |
| $RESET = "\e[0m" # reset |
| #!/usr/bin/env ruby | |
| # encoding: utf-8 | |
| # Uğur Özyılmazel, [email protected] @vigobronx, @ugurozyilmazel | |
| require 'optparse' | |
| require 'open-uri' | |
| require 'uri' | |
| $VERSION = 1.1 |
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="utf-8"> | |
| <title>{Title}{block:SearchPage}, {lang:Search results for SearchQuery}{/block:SearchPage}{block:PostSummary}, {PostSummary}{/block:PostSummary}</title> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description} | |
| <meta name="text:Meta Author Name" content=""/> | |
| <meta name="author" content="{text:Meta Author Name}"> | |
| <meta name="image:Header" content="" /> |
| # you must install powder gem | |
| # | |
| # gem install powder | |
| # | |
| # | |
| _powder() | |
| { | |
| local cur prev opts | |
| COMPREPLY=() | |
| cur="${COMP_WORDS[COMP_CWORD]}" |
| { | |
| "find_selected_text": true, | |
| "font_face": "Menlo", | |
| "font_size": 14, | |
| "folder_exclude_patterns": | |
| [ | |
| ".svn", | |
| ".git", | |
| ".hg", | |
| "CVS", |