I hereby claim:
- I am askalice on github.
- I am askalice (https://keybase.io/askalice) on keybase.
- I have a public key whose fingerprint is 4F8F A912 396B 9C4F C7AA D78E 862D 0179 B916 068C
To claim this, I am signing this object:
#Tutorial made by Mayday Parade (xDar1D) | |
from direct.actor.Actor import Actor | |
from pandac.PandaModules import * | |
from direct.task import Task | |
import math | |
from math import pi, sin, cos | |
from direct.showbase.ShowBase import ShowBase | |
from direct.task import Task | |
from direct.interval.IntervalGlobal import Sequence | |
from pandac.PandaModules import Point3 |
/* | |
* This file contains work-arounds for many known PCI hardware | |
* bugs. Devices present only on certain architectures (host | |
* bridges et cetera) should be handled in arch-specific code. | |
* | |
* Note: any quirks for hotpluggable devices must _NOT_ be declared __init. | |
* | |
* Copyright (c) 1999 Martin Mares <[email protected]> | |
* | |
* Init/reset quirks for USB host controllers should be in the |
/* | |
* This file contains work-arounds for many known PCI hardware | |
* bugs. Devices present only on certain architectures (host | |
* bridges et cetera) should be handled in arch-specific code. | |
* | |
* Note: any quirks for hotpluggable devices must _NOT_ be declared __init. | |
* | |
* Copyright (c) 1999 Martin Mares <[email protected]> | |
* | |
* Init/reset quirks for USB host controllers should be in the |
I hereby claim:
To claim this, I am signing this object:
#SingleInstance Force | |
#MaxThreadsPerHotkey 10 | |
#MaxHotKeysPerInterval 200 | |
SetBatchLines, -1 | |
AutoTrim, Off | |
AlphaIncrement = 1 | |
^+MButton:: | |
; GetKeyState, ShiftState, Shift |
var x2A_a = null; | |
var x2A_b = false; | |
var ao_subid = ''; | |
var x2A_c = false; | |
var x8E_a = 'XMI6a9Ur'; | |
var x8E_b = 'G6vMvuJtiW'; | |
var x8E_c = '0SCyw4DmYq'; | |
var x8E_d = 'res'; | |
var x8E_e = 'q'; | |
var x8E_f = 'rc'; |
const packages = []; | |
document.querySelectorAll("div.pack_row").forEach(package => { | |
let pack = {} | |
const details = package.querySelector(".pack_details #coltextR2"); | |
const greenText = details.querySelector("span:nth-child(5)")?.innerText; | |
pack.provider = greenText?.startsWith("Delivered at") ? undefined : greenText; | |
pack.trackingNumber = details.querySelector(".pack_h4").innerText.replace("/\s/g", ""); | |
const statusArray = package.querySelector(".pack_coltext").innerText.trim().replace(/[\s\t]{2,}/g,"~~").split("~~"); | |
const statusKeys = ["status","longStatus","date"]; | |
pack = {...pack, ...Object.fromEntries(statusKeys.map((_, i) => [statusKeys[i], statusArray[i]]))} |
{ | |
"SHJ": { | |
"country_code": "AE", | |
"region_name": "Ash Shariqah", | |
"iata": "SHJ", | |
"icao": "OMSJ", | |
"airport": "Sharjah International Airport", | |
"latitude": 25.32859993, | |
"longitude": 55.51720047 | |
}, |
#SingleInstance Force | |
#MaxThreadsPerHotkey 10 | |
#MaxHotKeysPerInterval 200 | |
SetBatchLines, -1 | |
AutoTrim, Off | |
AlphaIncrement = 1 | |
^+MButton:: | |
; GetKeyState, ShiftState, Shift |
. |