Skip to content

Instantly share code, notes, and snippets.

View OMGVee's full-sized avatar
🥶
I may be slow to respond.

VM OMGVee

🥶
I may be slow to respond.
  • my own stuff
  • Toronto, ON, Canada
  • X @OMG_Vee
View GitHub Profile
{
"$id": "https://gist.githubusercontent.com/OMGVee/7b37b94f52cf7862420780eb78584162/raw/20dcaf49dc91109f8fe7f5162b9b63cabcd3ed7c/profiles.schema.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "Microsoft's Windows Terminal Settings Profile Schema'",
"definitions": {
"Color": {
"default": "#",
"pattern": "^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$",
"type": "string"
},
### Keybase proof
I hereby claim:
* I am omgvee on github.
* I am omg_vee (https://keybase.io/omg_vee) on keybase.
* I have a public key ASDeFaWGQI_LMteLK-N1_-_uLXR34UjjWxnayAJnzSFA9Qo
To claim this, I am signing this object:
function loadXMLDoc(meth,url)
{
var xmlhttp;
if (window.XMLHttpRequest) {// code for IE7+, Firefox, Chrome, Opera, Safari
xmlhttp=new XMLHttpRequest();
} else {// code for IE6, IE5
xmlhttp=new ActiveXObject("Microsoft.XMLHTTP");
}
xmlhttp.onreadystatechange=function() {
if (xmlhttp.readyState==4 && xmlhttp.status==200) {
a {
text-decoration: none;
color: white;
}
a:hover {
color: #149ad4;
}
#navigation a {
font-size: 16px;
padding-left: 15px;
padding-right: 15px;
color: white;
text-decoration: none;
}
#navigation a:hover {
color: #149ad4;
<?
$timestamp = explode(" ", "08-27-13 05:45 pm");
$datestring = $timestamp[0];
$timestring = $timestamp[1];
$meridian = $timestamp[2];
$date = explode("-", $datestring);
$day = $date[1];
$month = $date[0];
$year = $date[2];