Skip to content

Instantly share code, notes, and snippets.

View AskAlice's full-sized avatar
(>゚ヮ゚)> ~ much love 💖

Alice Knag AskAlice

(>゚ヮ゚)> ~ much love 💖
View GitHub Profile

Keybase proof

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:

@AskAlice
AskAlice / quirks.c
Last active October 28, 2016 07:15
Ubuntu linux-4.4.0/drivers/pci/quirks.c
/*
* 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
@AskAlice
AskAlice / quirks.c
Created October 28, 2016 05:41
Ubuntu linux-4.8.0/drivers/pci/quirks.c
/*
* 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
@AskAlice
AskAlice / dog.py
Created September 27, 2016 00:24
#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