⌘T | go to file |
⌘⌃P | go to project |
⌘R | go to methods |
⌃G | go to line |
⌘KB | toggle side bar |
⌘⇧P | command prompt |
This file contains 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
/* For modern browsers http://ow.ly/91hqf */ | |
.cf:before, | |
.cf:after { | |
content:""; | |
display:table; | |
} | |
.cf:after { | |
clear:both; | |
} | |
/* For IE 6/7 (trigger hasLayout) */ |
This file contains 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
[ | |
{ "keys": ["f8"], "command": "toggle_side_bar" } | |
] |
This file contains 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/Color Scheme - Default/Twilight.tmTheme", | |
"font_face": "Droid Sans Mono", | |
"ignored_packages": | |
[ | |
"Vintage", | |
"Git", | |
"SFTP" | |
] | |
} |
This file contains 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
[ | |
{ name: "Robin Van Persie", age: 28 }, | |
{ name: "Theo Walcott", age: 22 }, | |
{ name: "Bacary Sagna", age: 26 } | |
].sort(function(obj1, obj2) { | |
// Ascending: first age greater than the previous | |
return obj1.age - obj2.age; | |
}); | |
// Returns: | |
// [ |
This file contains 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
/* Kudos to Scott Kellum & Jeffrey Zeldman | |
* http://www.zeldman.com/2012/03/01/replacing-the-9999px-hack-new-image-replacement/ */ | |
.hide-text { | |
text-indent: 100%; | |
white-space: nowrap; | |
overflow: hidden; | |
position: absolute; | |
} |
This file contains 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
.ir { border: 0; font: 0/0 a; text-shadow: none; color: transparent; background-color: transparent; } |
This file contains 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
<?php | |
/* Function that reads directory content and | |
returns the result as links to every file in the directory | |
also it disply type wheather its a file or directory | |
for any help please contact Chetan Akarte... */ | |
function DirDisply($data) { | |
$TrackDir=opendir('.'); | |
while ($file = readdir($TrackDir)) { | |
if ($file == '.' || $file == '..' || $file == '.DS_Store') { | |
// do nothing |
This file contains 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
/////////////////////////////////////////////////////////////////////////////////// | |
// | |
// 88888888ba db ad88888ba 88888888888 | |
// 88 "8b d88b d8" "8b 88 | |
// 88 ,8P d8'`8b Y8, 88 | |
// 88aaaaaa8P' d8' `8b `Y8aaaaa, 88aaaaa | |
// 88""""""8b, d8YaaaaY8b `"""""8b, 88""""" | |
// 88 `8b d8""""""""8b `8b 88 | |
// 88 a8P d8' `8b Y8a a8P 88 | |
// 88888888P" d8' `8b "Y88888P" 88888888888 |
Revised date: 07/11/2012
Between us [company name]
and you [customer name]
We’ll always do our best to fulfil your needs and meet your expectations but it’s important to have things written down so that we both know what’s what, who should do what and when, and what will happen if something goes wrong. In this contract you won’t find any complicated legal terms or long passages of unreadable text. We’ve no desire to trick you into signing something that you might later regret. What we do want is what’s best for both parties, now and in the future.
OlderNewer