This file contains 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
#------------------------------------------------------------------------------- | |
# Name: FACEBOOK TEST | |
# Purpose: | |
# | |
# Author: Julius | |
# | |
# Created: 16.06.2015 | |
# Copyright: (c) Julius 2015 | |
# Licence: <APACHE> | |
#------------------------------------------------------------------------------- |
This file contains 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
#SIMPLE SC DOWNLOAD SCRIPT BY JULIUS HINZE | |
#07.04.2015 | |
#USE THIS SCRIPT AS YOU WANT (WAS ONLY 5 MINUTES OF WORK SO I DO NOT CARE) | |
import json | |
import urllib2 | |
#ALL PARAMETER FOR DOWNLOAD HERE |
This file contains 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
#PROJECTOR VERSION 2 USING MATPLOTLIB (AKA PYPLOT) | |
#BY JULIUS HINZE | |
from math import * | |
from time import * | |
from tkinter import * | |
#UPDATER | |
master = Tk() | |
master.title("3D Plotter") |
NewerOlder