Skip to content

Instantly share code, notes, and snippets.

@benemohamed
benemohamed / type.txt
Last active June 20, 2020 19:17
my type
application/pdf
image/jpeg
audio/aacp
audio/mp4
application/x-tika-msoffice
image/png
audio/mpeg
application/zip
application/gzip
audio/aac
@benemohamed
benemohamed / stream.php
Created February 2, 2020 15:00
stream context exmple header
<?php
$opts = [
'http' => [
'header' => "User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Ubuntu Chromium/79.0.3945.79 Chrome/79.0.3945.79 Safari/537.36\r\n" .
"Authority: www.name.me\r\n" .
"Cache-Control: max-age=0\r\n" .
"Upgrade-Insecure-Requests: 1\r\n" .
"Sec-Fetch-User: ?1\r\n" .
"Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9\r\n" .
"Sec-Fetch-Site: same-origin\r\n" .
accountsservice install
acl install
acpi-support install
acpid install
adb install
add-apt-key install
adduser install
adobe-flashplugin install
adwaita-icon-theme install
alsa-base install
@benemohamed
benemohamed / emojis.json
Created July 21, 2019 11:15 — forked from oliveratgithub/emojis.json
Emoji-list with emojis, names, shortcodes, unicode and html entities [massive list]
{
"emojis": [
{"emoji": "👩‍👩‍👧‍👧", "name": "family_mothers_two_girls", "shortname": "", "unicode": "", "html": "&#128105;&zwj;&#128105;&zwj;&#128103;&zwj;&#128103;", "category": "p", "order": ""},
{"emoji": "👩‍👩‍👧‍👦", "name": "family_mothers_children", "shortname": "", "unicode": "", "html": "&#128105;&zwj;&#128105;&zwj;&#128103;&zwj;&#128102;", "category": "p", "order": ""},
{"emoji": "👩‍👩‍👦‍👦", "name": "family_mothers_two_boys", "shortname": "", "unicode": "", "html": "&#128105;&zwj;&#128105;&zwj;&#128102;&zwj;&#128102;", "category": "p", "order": ""},
{"emoji": "👨‍👩‍👧‍👧", "name": "family_two_girls", "shortname": "", "unicode": "", "html": "&#128104;&zwj;&#128105;&zwj;&#128103;&zwj;&#128103;", "category": "p", "order": ""},
{"emoji": "👨‍👩‍👧‍👦", "name": "family_children", "shortname": "", "unicode": "", "html": "&#128104;&zwj;&#128105;&zwj;&#128103;&zwj;&#128102;", "category": "p", "order": ""},
{"emoji": "👨‍👩‍👦‍👦", "name": "family_two_boys", "shortname": "", "unicode": "", "html": "&#128104;&zw
@benemohamed
benemohamed / user_agent.json
Created May 10, 2019 17:35
User Agent Module ipfinder.io
{
"header": {
"total_user_agent": 8,
"list_user_agent": [
{
"user_agent": "Mozilla\/5.0 (Windows NT 6.1) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/41.0.2228.0 Safari\/537.36",
"browser_name": "Chrome",
"os_name": "Windows",
"device_type": "desktop"
},
@benemohamed
benemohamed / security.json
Created May 10, 2019 17:32
Security Module ipfinder.io
{
"security": {
"is_proxy": false,
"proxy_type": false,
"is_tor": false,
"is_spam": false,
"threat_level": "Low"
}
}
@benemohamed
benemohamed / connection.json
Created May 10, 2019 17:31
Connection Module ipfinder.io
{
"connection": {
"asn": "36351",
"organization": "SoftLayer Technologies Inc.",
"domain": "softlayer.com",
"type": "Hosting"
}
}
@benemohamed
benemohamed / languages.json
Created May 10, 2019 17:29
Languages Module ipfinder.io
{
"languages": {
"code": "en",
"name": "English",
"name_native": "English"
}
}
@benemohamed
benemohamed / time_zone.json
Created May 10, 2019 17:28
Time Zone Module ipfinder.io
{
"time_zone": {
"id": "America\/New_York",
"UTC": "UTC\u221212:00",
"gmt_offset": -18000,
"current_time": "2019-02-18 14:08:18"
}
}
@benemohamed
benemohamed / currency.json
Created May 10, 2019 17:27
Currency Module ipfinder.io
{
"currency": {
"name": "United States dollar",
"symbol": "USD",
"symbol_native": "$"
}
}