Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
KazukiPrzyborowski authored Apr 4, 2020
1 parent e23d8a3 commit b03c0d4
Show file tree
Hide file tree
Showing 20 changed files with 25 additions and 22 deletions.
2 changes: 1 addition & 1 deletion example.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
Copyright 2015-2020 Game Maker 2k - https://github.com/GameMaker2k
Copyright 2015-2020 Kazuki Przyborowski - https://github.com/KazukiPrzyborowski
$FileInfo: example.py - Last Update: 3/21/2020 Ver. 0.3.9 RC 1 - Author: cooldude2k $
$FileInfo: example.py - Last Update: 4/4/2020 Ver. 0.4.0 RC 1 - Author: cooldude2k $
'''

import libhockeydata, os, sys, random;
Expand Down
2 changes: 1 addition & 1 deletion libhockeydata/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
Copyright 2015-2020 Game Maker 2k - https://github.com/GameMaker2k
Copyright 2015-2020 Kazuki Przyborowski - https://github.com/KazukiPrzyborowski
$FileInfo: __init__.py - Last Update: 3/21/2020 Ver. 0.3.9 RC 1 - Author: cooldude2k $
$FileInfo: __init__.py - Last Update: 4/4/2020 Ver. 0.4.0 RC 1 - Author: cooldude2k $
'''

from __future__ import absolute_import, division, print_function, unicode_literals;
Expand Down
2 changes: 1 addition & 1 deletion libhockeydata/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
Copyright 2015-2020 Game Maker 2k - https://github.com/GameMaker2k
Copyright 2015-2020 Kazuki Przyborowski - https://github.com/KazukiPrzyborowski
$FileInfo: __main__.py - Last Update: 3/21/2020 Ver. 0.3.9 RC 1 - Author: cooldude2k $
$FileInfo: __main__.py - Last Update: 4/4/2020 Ver. 0.4.0 RC 1 - Author: cooldude2k $
'''

from __future__ import absolute_import, division, print_function, unicode_literals;
Expand Down
2 changes: 1 addition & 1 deletion libhockeydata/hockeydatabase.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
Copyright 2015-2020 Game Maker 2k - https://github.com/GameMaker2k
Copyright 2015-2020 Kazuki Przyborowski - https://github.com/KazukiPrzyborowski
$FileInfo: hockeydatabase.py - Last Update: 3/21/2020 Ver. 0.3.9 RC 1 - Author: cooldude2k $
$FileInfo: hockeydatabase.py - Last Update: 4/4/2020 Ver. 0.4.0 RC 1 - Author: cooldude2k $
'''

from __future__ import absolute_import, division, print_function, unicode_literals;
Expand Down
9 changes: 6 additions & 3 deletions libhockeydata/hockeydwnload.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-

'''
This program is free software; you can redistribute it and/or modify
it under the terms of the Revised BSD License.
Expand All @@ -7,10 +10,10 @@
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
Revised BSD License for more details.
Copyright 2011-2020 Game Maker 2k - https://github.com/GameMaker2k
Copyright 2011-2020 Kazuki Przyborowski - https://github.com/KazukiPrzyborowski
Copyright 2015-2020 Game Maker 2k - https://github.com/GameMaker2k
Copyright 2015-2020 Kazuki Przyborowski - https://github.com/KazukiPrzyborowski
$FileInfo: downloader.py - Last Update: 12/3/2019 Ver. 2.7.19 RC 1 - Author: cooldude2k $
$FileInfo: downloader.py - Last Update: 4/4/2020 Ver. 0.4.0 RC 1 - Author: cooldude2k $
'''

from __future__ import division, absolute_import, print_function;
Expand Down
2 changes: 1 addition & 1 deletion libhockeydata/hockeyfunctions.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
Copyright 2015-2020 Game Maker 2k - https://github.com/GameMaker2k
Copyright 2015-2020 Kazuki Przyborowski - https://github.com/KazukiPrzyborowski
$FileInfo: hockeyfunctions.py - Last Update: 3/21/2020 Ver. 0.3.9 RC 1 - Author: cooldude2k $
$FileInfo: hockeyfunctions.py - Last Update: 4/4/2020 Ver. 0.4.0 RC 1 - Author: cooldude2k $
'''

from __future__ import absolute_import, division, print_function, unicode_literals;
Expand Down
2 changes: 1 addition & 1 deletion libhockeydata/hockeyoopfuncs.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
Copyright 2015-2020 Game Maker 2k - https://github.com/GameMaker2k
Copyright 2015-2020 Kazuki Przyborowski - https://github.com/KazukiPrzyborowski
$FileInfo: hockeyoopfuncs.py - Last Update: 3/21/2020 Ver. 0.3.9 RC 1 - Author: cooldude2k $
$FileInfo: hockeyoopfuncs.py - Last Update: 4/4/2020 Ver. 0.4.0 RC 1 - Author: cooldude2k $
'''

from .hockeyfunctions import *;
Expand Down
2 changes: 1 addition & 1 deletion libhockeydata/hockeyshortcuts.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
Copyright 2015-2020 Game Maker 2k - https://github.com/GameMaker2k
Copyright 2015-2020 Kazuki Przyborowski - https://github.com/KazukiPrzyborowski
$FileInfo: hockeyshortcuts.py - Last Update: 3/21/2020 Ver. 0.3.9 RC 1 - Author: cooldude2k $
$FileInfo: hockeyshortcuts.py - Last Update: 4/4/2020 Ver. 0.4.0 RC 1 - Author: cooldude2k $
'''

from __future__ import absolute_import, division, print_function, unicode_literals;
Expand Down
2 changes: 1 addition & 1 deletion libhockeydata/xml/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
Copyright 2015-2020 Game Maker 2k - https://github.com/GameMaker2k
Copyright 2015-2020 Kazuki Przyborowski - https://github.com/KazukiPrzyborowski
$FileInfo: __init__.py - Last Update: 3/21/2020 Ver. 0.3.9 RC 1 - Author: cooldude2k $
$FileInfo: __init__.py - Last Update: 4/4/2020 Ver. 0.4.0 RC 1 - Author: cooldude2k $
'''

from __future__ import absolute_import, division, print_function, unicode_literals;
Expand Down
2 changes: 1 addition & 1 deletion mkhockeybundle.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
Copyright 2015-2020 Game Maker 2k - https://github.com/GameMaker2k
Copyright 2015-2020 Kazuki Przyborowski - https://github.com/KazukiPrzyborowski
$FileInfo: mkbundle.py - Last Update: 3/21/2020 Ver. 0.3.9 RC 1 - Author: cooldude2k $
$FileInfo: mkbundle.py - Last Update: 4/4/2020 Ver. 0.4.0 RC 1 - Author: cooldude2k $
'''

import os, sys, shutil, subprocess, tempfile, subprocess, platform;
Expand Down
2 changes: 1 addition & 1 deletion mkhockeydata.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
Copyright 2015-2020 Game Maker 2k - https://github.com/GameMaker2k
Copyright 2015-2020 Kazuki Przyborowski - https://github.com/KazukiPrzyborowski
$FileInfo: mkhockeydata.py - Last Update: 3/21/2020 Ver. 0.3.9 RC 1 - Author: cooldude2k $
$FileInfo: mkhockeydata.py - Last Update: 4/4/2020 Ver. 0.4.0 RC 1 - Author: cooldude2k $
'''

from __future__ import absolute_import, division, print_function, unicode_literals;
Expand Down
2 changes: 1 addition & 1 deletion php/data/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
Copyright 2015-2020 Game Maker 2k - https://github.com/GameMaker2k
Copyright 2015-2020 Kazuki Przyborowski - https://github.com/KazukiPrzyborowski
$FileInfo: index.php - Last Update: 3/21/2020 Ver. 0.3.9 RC 1 - Author: cooldude2k $
$FileInfo: index.php - Last Update: 4/4/2020 Ver. 0.4.0 RC 1 - Author: cooldude2k $
*/
header('Location: ../index.php');
?>
2 changes: 1 addition & 1 deletion php/html.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
Copyright 2015-2020 Game Maker 2k - https://github.com/GameMaker2k
Copyright 2015-2020 Kazuki Przyborowski - https://github.com/KazukiPrzyborowski
$FileInfo: html.php - Last Update: 3/21/2020 Ver. 0.3.9 RC 1 - Author: cooldude2k $
$FileInfo: html.php - Last Update: 4/4/2020 Ver. 0.4.0 RC 1 - Author: cooldude2k $
*/
if(!ob_start("ob_gzhandler")) { ob_start(); }
date_default_timezone_set("UTC");
Expand Down
2 changes: 1 addition & 1 deletion php/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
Copyright 2015-2020 Game Maker 2k - https://github.com/GameMaker2k
Copyright 2015-2020 Kazuki Przyborowski - https://github.com/KazukiPrzyborowski
$FileInfo: index.php - Last Update: 3/21/2020 Ver. 0.3.9 RC 1 - Author: cooldude2k $
$FileInfo: index.php - Last Update: 4/4/2020 Ver. 0.4.0 RC 1 - Author: cooldude2k $
*/
if(!ob_start("ob_gzhandler")) { ob_start(); }
date_default_timezone_set("UTC");
Expand Down
2 changes: 1 addition & 1 deletion php/xhtml.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
Copyright 2015-2020 Game Maker 2k - https://github.com/GameMaker2k
Copyright 2015-2020 Kazuki Przyborowski - https://github.com/KazukiPrzyborowski
$FileInfo: xhtml.php - Last Update: 3/21/2020 Ver. 0.3.9 RC 1 - Author: cooldude2k $
$FileInfo: xhtml.php - Last Update: 4/4/2020 Ver. 0.4.0 RC 1 - Author: cooldude2k $
*/
if(!ob_start("ob_gzhandler")) { ob_start(); }
date_default_timezone_set("UTC");
Expand Down
2 changes: 1 addition & 1 deletion php/xml.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
Copyright 2015-2020 Game Maker 2k - https://github.com/GameMaker2k
Copyright 2015-2020 Kazuki Przyborowski - https://github.com/KazukiPrzyborowski
$FileInfo: xml.php - Last Update: 3/21/2020 Ver. 0.3.9 RC 1 - Author: cooldude2k $
$FileInfo: xml.php - Last Update: 4/4/2020 Ver. 0.4.0 RC 1 - Author: cooldude2k $
*/
if(!ob_start("ob_gzhandler")) { ob_start(); }
date_default_timezone_set("UTC");
Expand Down
2 changes: 1 addition & 1 deletion pyshell-old.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
Copyright 2015-2020 Game Maker 2k - https://github.com/GameMaker2k
Copyright 2015-2020 Kazuki Przyborowski - https://github.com/KazukiPrzyborowski
$FileInfo: pyshell-old.py - Last Update: 3/21/2020 Ver. 0.3.9 RC 1 - Author: cooldude2k $
$FileInfo: pyshell-old.py - Last Update: 4/4/2020 Ver. 0.4.0 RC 1 - Author: cooldude2k $
'''

from __future__ import print_function
Expand Down
2 changes: 1 addition & 1 deletion pyshell.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
Copyright 2015-2020 Game Maker 2k - https://github.com/GameMaker2k
Copyright 2015-2020 Kazuki Przyborowski - https://github.com/KazukiPrzyborowski
$FileInfo: pyshell.py - Last Update: 3/21/2020 Ver. 0.3.9 RC 1 - Author: cooldude2k $
$FileInfo: pyshell.py - Last Update: 4/4/2020 Ver. 0.4.0 RC 1 - Author: cooldude2k $
'''

from __future__ import division, absolute_import, print_function;
Expand Down
2 changes: 1 addition & 1 deletion pyverinfo.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
Copyright 2011-2020 Game Maker 2k - https://github.com/GameMaker2k
Copyright 2011-2020 Kazuki Przyborowski - https://github.com/KazukiPrzyborowski
$FileInfo: pyverinfo.py - Last Update: 3/21/2020 Ver. 0.3.9 RC 1 - Author: cooldude2k $
$FileInfo: pyverinfo.py - Last Update: 4/4/2020 Ver. 0.4.0 RC 1 - Author: cooldude2k $
'''

import re, os, sys, json, subprocess;
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
Copyright 2015-2020 Game Maker 2k - https://github.com/GameMaker2k
Copyright 2015-2020 Kazuki Przyborowski - https://github.com/KazukiPrzyborowski
$FileInfo: setup.py - Last Update: 3/21/2020 Ver. 0.3.9 RC 1 - Author: cooldude2k $
$FileInfo: setup.py - Last Update: 4/4/2020 Ver. 0.4.0 RC 1 - Author: cooldude2k $
'''

import re, os, sys, time, datetime, platform, pkg_resources;
Expand Down

0 comments on commit b03c0d4

Please sign in to comment.