Skip to content

Instantly share code, notes, and snippets.

View HughP's full-sized avatar

HughP HughP

View GitHub Profile
This file has been truncated, but you can view the full file.
"Brevia" = Brevia (Rome)
"Dens sapiens" = Dens Sapiens
"Il Bassini" = Bassini
"Interferences" Series = Interf. Ser.
"Laboratorio;" analisis clinicos, bacteriologia, inmunologia, parasitologia, hematologia, anatomia patologica, quimica clinica = Laboratorio
"Meteor" Forschungsergebnisse = "Meteor" Forschungsergeb.
"Politehnica" University of Bucharest = Politehn. Univ. Bucharest Sci. Bull. Ser. D Mech. Engrg.
$K$-Monographs in Mathematics = $K$-Monogr. Math.
$K$-Theory = $K$-Theory
'Adiyat Halab = Adiyat Halab
@HughP
HughP / ipa.md
Created June 5, 2018 08:28 — forked from gorbiz/ipa.md
IPA Chart by Arthaey

Vowels

Front Near-front Central Near-back Back
Close i y ɨ ʉ ɯ u
Near-close ɪ ʏ ɪ̈ ʊ̈ ʊ
Close-mid e ø ɘ ɵ ɤ o
Mid e̞ ø̞ ə ɵ̞ ɤ̞ o̞
Open-mid ɛ œ ɜ ɞ ʌ ɔ
Near-open æ ɐ
@HughP
HughP / Unicode table
Created May 15, 2018 18:49 — forked from ruanyl/Unicode table
Unicode table - List of most common Unicode characters *
Unicode table - List of most common Unicode characters *
* This summary list contains about 2000 characters for most common ocidental/latin languages and most printable symbols but not chinese, japanese, arab, archaic and some unprintable.
Contains character codes in HEX (hexadecimal), decimal number, name/description and corresponding printable symbol.
What is Unicode?
Unicode is a standard created to define letters of all languages ​​and characters such as punctuation and technical symbols. Today, UNICODE (UTF-8) is the most used character set encoding (used by almost 70% of websites, in 2013). The second most used character set is ISO-8859-1 (about 20% of websites), but this old encoding format is being replaced by Unicode.
How to identify the Unicode number for a character?
Type or paste a character:
@HughP
HughP / context.json
Created April 19, 2017 04:59 — forked from edsu/context.json
A strawman example of encoding a Dublin Core Application Profile as JSON-LD context object.
{
"@id": "http://example.com/app-profile.json",
"@context": {
"title": "http://purl.org/dc/terms/title",
"description": "http://purl.org/dc/terms/description",
"creator": "http://purl.org/dc/terms/creator"
},
"title": "JSON-LD Dublin Core Application Profile",
"description": "This is an example of a Dublin Core Application Profile as a JSON-LD. The point is to demonstrate that a JSON-LD context document could contain metadata. If it is desirable to annotate the use of particular properties they could theoretically fit into @graph using existing or a new DCAP vocabulary, etc.",
"creator": "http://twitter.com/edsu",
@HughP
HughP / wordpress_install.sh
Created February 6, 2017 19:32 — forked from bugsysop/wordpress_install.sh
Script for installing the latest version of WordPress plus a number of useful plugins.
#!/bin/sh
#
# Instant Wordpress!
# ------------------
# Script for installing the latest version of WordPress plus a number of useful plugins.
# Source : https://github.com/snaptortoise/wordpress-quick-install
#
#
# Latest version of WP
@HughP
HughP / wordpress_install.sh
Created February 6, 2017 19:31 — forked from bugsysop/wordpress_install.sh
Script for installing the latest version of WordPress plus a number of useful plugins.
#!/bin/sh
#
# Instant Wordpress!
# ------------------
# Script for installing the latest version of WordPress plus a number of useful plugins.
# Source : https://github.com/snaptortoise/wordpress-quick-install
#
#
# Latest version of WP
@HughP
HughP / index.html
Last active August 29, 2015 14:22 — forked from andrewberls/index.html
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Bash Command Visualization</title>
<style type="text/css">
* { margin: 0; padding: 0; }
#chart {
@HughP
HughP / index.html
Last active January 18, 2024 16:50 — forked from wilson428/index.html
<!DOCTYPE html>
<html lang="en">
<head>
<title>The Word Stone</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div class="container">
<div class="canvas" id="canvas"></div>
<div id="wordlist" class="wordlist"></div>
from unicodedata import *
script_data = {
"names":['Common', 'Latin', 'Greek', 'Cyrillic', 'Armenian', 'Hebrew', 'Arabic',
'Syriac', 'Thaana', 'Devanagari', 'Bengali', 'Gurmukhi', 'Gujarati', 'Oriya',
'Tamil', 'Telugu', 'Kannada', 'Malayalam', 'Sinhala', 'Thai', 'Lao', 'Tibetan',
'Myanmar', 'Georgian', 'Hangul', 'Ethiopic', 'Cherokee', 'Canadian_Aboriginal',
'Ogham', 'Runic', 'Khmer', 'Mongolian', 'Hiragana', 'Katakana', 'Bopomofo',
'Han', 'Yi', 'Old_Italic', 'Gothic', 'Deseret', 'Inherited', 'Tagalog',
'Hanunoo', 'Buhid', 'Tagbanwa', 'Limbu', 'Tai_Le', 'Linear_B', 'Ugaritic',