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
Play this game by pasting the script in http://www.puzzlescript.net/editor.html |
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
Play this game by pasting the script in http://www.puzzlescript.net/editor.html |
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
Play this game by pasting the script in http://www.puzzlescript.net/editor.html |
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
Play this game by pasting the script in http://www.puzzlescript.net/editor.html |
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
# Copyright (c) 2020 Robert Pfeiffer | |
# Terminal simulator | |
import pygame | |
pygame.init() | |
screen=pygame.display.set_mode((640,480), pygame.SCALED) | |
clock=pygame.time.Clock() | |
class Terminal(object): |
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
import pygame | |
import sys | |
import webm_recording | |
from yarn.ninepatch import NinePatchTemplate | |
from yarn.jrpg_froentend import Dialogue | |
pygame.init() | |
screen=pygame.display.set_mode((320,240), pygame.SCALED) | |
group=pygame.sprite.Group() |
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
//COPYRIGHT (c) 2015 Robert Pfeiffer | |
//ALL RIGHTS RESERVED | |
package; | |
import flixel.FlxG; | |
import flixel.FlxObject; | |
import flixel.FlxSprite; | |
import flixel.FlxState; | |
import flixel.text.FlxText; |
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
(use 'clojure.algo.generic.arithmetic) | |
(use '[de.blubberquark.autodiff.core :only [derivative]]) | |
(defn fun [x] | |
(reduce * | |
(for [i (range 20)] (+ x(* x i))))) | |
(fun 3N) | |
((derivative fun) 3N) |
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
#+LATEX_CMD: xelatex | |
#+LATEX_HEADER: \setmainfont[Mapping=tex-text]{Gentium} | |
#+LATEX_HEADER: \setdefaultlanguage{german} |
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
libxml2-dev zlib1g-dev libcurl4-gnutls-dev libc6-dev libfreetype6-dev libgdal1-dev libgif-dev libxi-dev libxmu-dev freeglut3-dev libcoin60-dev libjasper-dev libjasper-dev libjpeg62-dev libc6-dev libopenal-dev libgl1-mesa-dev libglu1-mesa-dev libpng12-dev libc6-dev libtiff4-dev libxine-dev zlib1g-dev git subversion git-svn cmake checkinstall build-essential |
NewerOlder