This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
DIY shop, | |
sale, | |
mail order, | |
bakery, | |
grocery/greengrocery, | |
supermarket, | |
trolley, | |
shoplifter/rubber, | |
electrical dealer, | |
dairy, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
{ | |
"caret_extra_width": 1, | |
"caret_style": "phase", | |
"close_windows_when_empty": false, | |
"theme": "Spacegray.sublime-theme", | |
"color_scheme": "Packages/Theme - Spacegray/base16-ocean.dark.tmTheme", | |
"copy_with_empty_selection": false, | |
"drag_text": false, | |
"draw_centered": true, | |
"draw_indent_guides": false, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* ========================================================================== | |
Section comment block | |
========================================================================== */ | |
/* Sub-section comment block | |
========================================================================== */ | |
/** | |
* Short description using Doxygen-style comment format | |
* |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"color_scheme": "Packages/User/Monokai Soda.tmTheme", | |
"soda_folder_icons": true, | |
"theme": "Soda Dark 3.sublime-theme", | |
"font_face": "Ubuntu Mono", | |
"font_size": 12, | |
"line_padding_top": 1.5, | |
"line_padding_bottom": 1.5, | |
"highlight_line": true, | |
"tab_size": 4, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function chicken(CHICKEN, Chicken) { | |
Chicken &&( chicken. chicken =[, | |
CHICKEN, CHICKEN = Chicken = chicken. | |
$Chicken =-( CHICKEN ==( chicken. | |
Chicken = Chicken ))], chicken. | |
chicken [Chicken++] = chicken. chicken, chicken. | |
CHICKEN = ++Chicken, chicken (--Chicken), chicken. | |
$Chicken = ++Chicken, chicken. CHICKEN++ ); | |
Chicken = chicken. Chicken [chicken. | |
$Chicken++ ]; chicken. Chicken = CHICKEN? Chicken? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <iostream> | |
using namespace std; | |
unsigned int fib(unsigned int n) { | |
if(n == 0) return 0; | |
if(n == 1) return 1; | |
return fib(n-1)+fib(n-2); | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.btn { | |
background-color: #e9e9e9; | |
border: 1px solid #cacaca; | |
border-bottom-color: #c3c3c3; | |
-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.3); | |
box-shadow: inset 0 1px 0 rgba(255,255,255,.3); | |
display: inline-block; | |
*display: inline; | |
*zoom: 1; | |
padding: 6px 14px; |
NewerOlder