This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
%I forget if you need pgfplots or if I have it for another reason... | |
\usepackage{tikz} | |
\usepackage{pgfplots} | |
\begin{document} | |
\begin{figure} | |
\begin{tikzpicture} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from xml.etree import ElementTree as ET | |
import urllib | |
import os | |
import itertools, random | |
plus = "%2B" | |
neg = "-" | |
def getText(nodelist): | |
rc = [] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package ccg.angelina.staticgame; | |
import org.newdawn.slick.Animation; | |
import org.newdawn.slick.AppGameContainer; | |
import org.newdawn.slick.Image; | |
import org.newdawn.slick.SlickException; | |
import apace.PACGame; | |
import apace.model.Hotspot; | |
import apace.model.Item; |
NewerOlder