Skip to content

Instantly share code, notes, and snippets.

<iframe
src="http://jobsoft.se/api/iframe/module?api_token=##API-KEY##"
style="min-height: 450px;border:none;"
></iframe>
{
"always_show_minimap_viewport": true,
"auto_complete_commit_on_tab": true,
"bold_folder_labels": true,
"close_windows_when_empty": true,
"color_scheme": "Packages/User/themes/Lean.tmTheme",
"drag_text": false,
"ensure_newline_at_eof_on_save": true,
"fade_fold_buttons": false,
"file_exclude_patterns":
{
"always_show_minimap_viewport": true,
"auto_complete_commit_on_tab": true,
"bold_folder_labels": true,
"close_windows_when_empty": true,
"color_scheme": "Packages/User/themes/Lean.tmTheme",
"drag_text": false,
"ensure_newline_at_eof_on_save": true,
"fade_fold_buttons": false,
"file_exclude_patterns":
@samnydahl
samnydahl / scopes.txt
Created October 10, 2015 20:03 — forked from iambibhas/scopes.txt
Sublime Text 2: Snippet scopes
Here is a list of scopes to use in Sublime Text 2 snippets -
ActionScript: source.actionscript.2
AppleScript: source.applescript
ASP: source.asp
Batch FIle: source.dosbatch
C#: source.cs
C++: source.c++
Clojure: source.clojure
CoffeeScript: source.coffee
@samnydahl
samnydahl / .editorconfig
Created April 29, 2015 22:01
Sample editorconfig
# Editor Config <editorconfig.org>
# =================================================
root = true
# All files
[*]
indent_style = space
end_of_line = lf
charset = utf-8
@samnydahl
samnydahl / .gitignore
Created April 29, 2015 22:00
.gitignore for Laravel projects
### Laravel ###
/vendor
/node_modules
/workbench
.env
public/**
!public/.htaccess
!public/index.php
!public/robots.txt
@samnydahl
samnydahl / README.md
Last active August 29, 2015 14:20 — forked from jxson/README.md

Project name

Synopsis

At the top of the file there should be a short introduction and/ or overview that explains what the project is. This description should match descriptions added for package managers (Gemspec, package.json, etc.)

Code Example

Show what the library does as concisely as possible, developers should be able to figure out how your project solves their problem by looking at the code example. Make sure the API you are showing off is obvious, and that your code is short and concise.