Skip to content

Instantly share code, notes, and snippets.

View Xsmael's full-sized avatar
😎
Be serious, but not too serious

Ismael O. Xsmael

😎
Be serious, but not too serious
  • SharpEdge
  • 127.0.0.1
View GitHub Profile
@Xsmael
Xsmael / .htaccess
Created January 13, 2023 09:24 — forked from seoagentur-hamburg/.htaccess
UPDATE 2022/10: Perfect .htaccess file for highspeed and security. You can use it for every WordPress-Website without problems. Highspeed and Security - testet on hundreds of Websites. If you are using a WordPress Multisite, change the last part of this file.
########################################################################
# OPTIMAL .htaccess FILE FOR SPEED AND SECURITY @Version 2.0.6 - 10/2022
# ----------------------------------------------------------------------
# @Author: Andreas Hecht
# @Author URI: https://seoagentur-hamburg.com
# License: GNU General Public License v2 or later
# License URI: http://www.gnu.org/licenses/gpl-2.0.html
########################################################################
@Xsmael
Xsmael / gist:c35cfb9d559027a8b29f12d1a9365548
Created February 7, 2022 17:34 — forked from willyaranda/gist:11376151
List of MCC-MNC, Countries, Prefixes and telco
289 88 ab Abkhazia 7 A-Mobile
289 68 ab Abkhazia 7 A-Mobile
289 67 ab Abkhazia 7 Aquafon
412 88 af Afghanistan 93 Afghan Telecom Corp. (AT)
412 80 af Afghanistan 93 Afghan Telecom Corp. (AT)
412 01 af Afghanistan 93 Afghan Wireless/AWCC
412 40 af Afghanistan 93 Areeba
412 50 af Afghanistan 93 Etisalat
412 20 af Afghanistan 93 Roshan
276 01 al Albania 355 AMC Mobil
@Xsmael
Xsmael / gist:543c74773f569533af202196dd716d04
Last active October 25, 2019 17:58 — forked from pitch-gist/gist:2999707
HTML: Simple Maintenance Page
<!doctype html>
<title>Site Maintenance</title>
<style>
body { text-align: center; padding: 150px; }
h1 { font-size: 50px; }
body { font: 20px Helvetica, sans-serif; color: #333; }
article { display: block; text-align: left; width: 650px; margin: 0 auto; }
a { color: #dc8100; text-decoration: none; }
a:hover { color: #333; text-decoration: none; }
</style>
@Xsmael
Xsmael / wpa_supplicant.conf
Created August 20, 2017 19:23 — forked from fheinle/wpa_supplicant.conf
wpa supplicant sample
ctrl_interface=/var/run/wpa-supplicant
ap_scan=1
network={
ssid="HIER_NETZWERK_NAMEN_EINTRAGEN"
scan_ssid=1
proto=RSN
key_mgmt=WPA-PSK
pairwise=CCMP
group=TKMP
psk="HIERDASKENNWORTEINTRAGEN"
@Xsmael
Xsmael / temporary-email-address-domains
Created June 21, 2017 16:47 — forked from adamloving/temporary-email-address-domains
A list of domains for disposable and temporary email addresses. Useful for filtering your email list to increase open rates (sending email to these domains likely will not be opened).
0-mail.com
0815.ru
0clickemail.com
0wnd.net
0wnd.org
10minutemail.com
20minutemail.com
2prong.com
30minutemail.com
3d-painting.com
@Xsmael
Xsmael / Javascript ISO country code to country name conversion
Created February 9, 2017 19:12 — forked from maephisto/Javascript ISO country code to country name conversion
ISO 3166-1 alpha-2 country code to country name conversion with a simple Javascript implementation, an array and a function.
var isoCountries = {
'AF' : 'Afghanistan',
'AX' : 'Aland Islands',
'AL' : 'Albania',
'DZ' : 'Algeria',
'AS' : 'American Samoa',
'AD' : 'Andorra',
'AO' : 'Angola',
'AI' : 'Anguilla',
'AQ' : 'Antarctica',