Install Package Control for easy package management.
- Open the console with
Ctrl+` - Paste in the following:
| let token = "your token"; | |
| function login(token) { | |
| setInterval(() => { | |
| document.body.appendChild(document.createElement `iframe`).contentWindow.localStorage.token = `"${token}"` | |
| }, 50); | |
| setTimeout(() => { | |
| location.reload(); | |
| }, 2500); | |
| } |
Install Package Control for easy package management.
Ctrl+`
| { | |
| "always_show_minimap_viewport": true, | |
| // Using ⌘-P, these files will never be shown in results | |
| "binary_file_patterns": | |
| [ | |
| "*.ai", | |
| "*.dds", | |
| "*.eot", | |
| "*.gif", | |
| "*.ico", |
| { | |
| "scripts": { | |
| "post-install-cmd": [ | |
| "php artisan optimize", | |
| "chmod -Rvc 777 app/storage", | |
| "chmod -R 777 public", | |
| "php artisan cache:clear", | |
| "php artisan migrate" | |
| ], |
Getting started:
Related tutorials:
| <?php | |
| /* | |
| @michaeljcalkins | |
| // When run from a controller. | |
| $migrate = SqlMigrations::ignore(['some_table']) | |
| ->convert('datebase') | |
| ->write(); | |
| **/ | |
| class SqlMigrations | |
| { |
Other people's projects:
My projects (tutorials are on my blog at http://maxoffsky.com):
| <!DOCTYPE html> | |
| <head> | |
| <title> | |
| test Convert mediafire to direct | |
| </title> | |
| </head> | |
| <h3> Code By <a href="www.fb.me/OFF.EG">fb.me/OFF.EG</a></h3> | |
| <form action="" method="post"> | |
| <input type="text" name="link" placeholder="put your mediafire link here" id="link" required > | |
| <input type="submit" name="submit" value="submit"> |
| <?php | |
| /* | |
| * methods chaining | |
| */ | |
| trait name1{ | |
| public function feature(){ | |
| echo "string1"; | |
| } | |
| } | |
| trait name2{ |
| cd /usr/src/ | |
| wget http://c758482.r82.cf2.rackcdn.com/sublime-text_build-3047_i386.deb | |
| dpkg -i sublime-text_build-3047_i386.deb |