Skip to content

Instantly share code, notes, and snippets.

@TheAhmedGad
TheAhmedGad / utf8_arabic_ci.md
Last active August 14, 2024 17:35
Add Arabic utf8 arabic case insensitive Collation to MYSQL ENGINE

Support Arabic CI Collation

To make mysql understand Arabic letters synonyms like "أ" and "إ"

  • Run This to get Collation Path SHOW VARIABLES LIKE 'character_sets_dir';

  • in /collation/path/Index.xml add this to <charset name="utf8"> section

@teslatronic
teslatronic / random_proxy.pac
Created August 26, 2014 15:11
A PAC file that picks a random proxy from a list
/*
By Daan Rijks ([email protected]).
Idea & Inititative: Niels Meijer ([email protected])
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License
(http://creativecommons.org/licenses/by-nc-sa/4.0/)
*/
var hosts = ""; // HTTP proxies go here, in the format host:port separated by a single space.