code
stringlengths
1
1.72M
language
stringclasses
1 value
# Copyright (C) 2005, Giovanni Bajo # Based on previous work under copyright (c) 2001, 2002 McMillan Enterprises, Inc. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License # as published by the Free Software Foundation; either version 2 # of the...
Python
hiddenimports = ["sql_mar"]
Python
hiddenimports = ['sip', 'PyQt4.QtGui', 'PyQt4._qt'] from hooks.hookutils import qt4_phonon_plugins_dir pdir = qt4_phonon_plugins_dir() datas = [ (pdir + "/phonon_backend/*.so", "qt4_plugins/phonon_backend"), (pdir + "/phonon_backend/*.dll", "qt4_plugins/phonon_backend"), (pdir + "/phonon_backe...
Python
# Copyright (C) 2005, Giovanni Bajo # Based on previous work under copyright (c) 2001, 2002 McMillan Enterprises, Inc. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License # as published by the Free Software Foundation; either version 2 # of the...
Python
# Copyright (C) 2005, Giovanni Bajo # Based on previous work under copyright (c) 2001, 2002 McMillan Enterprises, Inc. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License # as published by the Free Software Foundation; either version 2 # of the...
Python
# Copyright (C) 2009, Lorenzo Berni # Based on previous work under copyright (c) 2001, 2002 McMillan Enterprises, Inc. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License # as published by the Free Software Foundation; either version 2 # ...
Python
hiddenimports = ['sip', 'PyQt4.QtCore', 'PyQt4._qt']
Python
# Copyright (C) 2009, Giovanni Bajo # Based on previous work under copyright (c) 2001, 2002 McMillan Enterprises, Inc. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License # as published by the Free Software Foundation; either version 2 # of the...
Python
hiddenimports = ['sip', 'PyQt4.QtCore', 'PyQt4.QtGui', 'PyQt4._qt']
Python
# Copyirght (C) 2005, Eugene Prigorodov # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License # as published by the Free Software Foundation; either version 2 # of the License, or (at your option) any later version. # # This program is distribute...
Python
# Copyright (C) 2005, Giovanni Bajo # Based on previous work under copyright (c) 2001, 2002 McMillan Enterprises, Inc. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License # as published by the Free Software Foundation; either version 2 # of the...
Python
# Copyright (C) 2005, Giovanni Bajo # Based on previous work under copyright (c) 2001, 2002 McMillan Enterprises, Inc. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License # as published by the Free Software Foundation; either version 2 # of the...
Python
from hooks import hookutils hiddenimports = ["PyQt4.QtCore", "PyQt4.QtGui", "PyQt4.QtSvg"] if hookutils.qwt_numpy_support(): hiddenimports.append("numpy") if hookutils.qwt_numeric_support(): hiddenimports.append("Numeric") if hookutils.qwt_numarray_support(): hiddenimports.append("numarray")
Python
# Copyright (C) 2009, Lorenzo Berni # Based on previous work under copyright (c) 2001, 2002 McMillan Enterprises, Inc. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License # as published by the Free Software Foundation; either version 2 # ...
Python
# Contributed by jkp@kirkconsulting.co.uk # This hook checks for the distutils hacks present when using the # virtualenv package. def hook(mod): import distutils if hasattr(distutils, "distutils_path"): import os import marshal mod_path = os.path.join(distutils.distutils_path, "__init__...
Python
hiddenimports = ['default']
Python
# Copyright (C) 2005, Giovanni Bajo # Based on previous work under copyright (c) 2001, 2002 McMillan Enterprises, Inc. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License # as published by the Free Software Foundation; either version 2 # of the...
Python
hiddenimports = ['sip', 'PyQt4._qt', 'PyQt4.QtAssistant', 'PyQt4.QtCore', 'PyQt4.QtGui', 'PyQt4.QtNetwork', 'PyQt4.Qt3Support', 'PyQt4.QtSql', 'PyQt4.QtSvg', 'PyQt4.Qt...
Python
hiddenimports = ['sip', 'PyQt4.QtCore', 'PyQt4.QtGui', 'PyQt4._qt'] from hooks.hookutils import qt4_plugins_dir pdir = qt4_plugins_dir() datas = [ (pdir + "/sqldrivers/*.so", "qt4_plugins/sqldrivers"), (pdir + "/sqldrivers/*.dll", "qt4_plugins/sqldrivers"), (pdir + "/sqldrivers/*.dylib", "qt...
Python
hiddenimports = ['sip', 'PyQt4._qt']
Python
# Copyright (C) 2005, Giovanni Bajo # Based on previous work under copyright (c) 2001, 2002 McMillan Enterprises, Inc. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License # as published by the Free Software Foundation; either version 2 # of the...
Python
# Copyright (C) 2009, Giovanni Bajo # Based on previous work under copyright (c) 2001, 2002 McMillan Enterprises, Inc. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License # as published by the Free Software Foundation; either version 2 # of the...
Python
hiddenimports = ['sip', 'PyQt4.QtCore', 'PyQt4.QtGui', 'PyQt4._qt']
Python
hiddenimports = ['sip', 'PyQt4.QtCore', 'PyQt4._qt']
Python
# Copyright (C) 2005, Giovanni Bajo # Based on previous work under copyright (c) 2001, 2002 McMillan Enterprises, Inc. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License # as published by the Free Software Foundation; either version 2 # of the...
Python
# Copyright (C) 2005, Giovanni Bajo # Based on previous work under copyright (c) 2001, 2002 McMillan Enterprises, Inc. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License # as published by the Free Software Foundation; either version 2 # of the...
Python
# email.message imports the old-style naming of two modules: # email.Iterators and email.Generator. Since those modules # don't exist anymore and there are import trick to map them # to the real modules (lowercase), we need to specify them # as hidden imports to make PyInstaller package them. hiddenimports = [ "email.i...
Python
# Copyright (C) 2005, Giovanni Bajo # Based on previous work under copyright (c) 2001, 2002 McMillan Enterprises, Inc. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License # as published by the Free Software Foundation; either version 2 # of the...
Python
# Copyright (C) 2009, Lorenzo Berni # Based on previous work under copyright (c) 2001, 2002 McMillan Enterprises, Inc. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License # as published by the Free Software Foundation; either version 2 # ...
Python
# Copyright (C) 2005, Giovanni Bajo # Based on previous work under copyright (c) 2001, 2002 McMillan Enterprises, Inc. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License # as published by the Free Software Foundation; either version 2 # of the...
Python
# Copyright (C) 2005, Giovanni Bajo # Based on previous work under copyright (c) 2001, 2002 McMillan Enterprises, Inc. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License # as published by the Free Software Foundation; either version 2 # of the...
Python
hiddenimports = [ "allcontrols", "asianhotkey", "comboboxdroppedheight", "comparetoreffont", "leadtrailspaces", "miscvalues", "missalignment", "missingextrastring", "overlapping", "repeatedhotkey", ...
Python
# Copyright (C) 2005, Giovanni Bajo # Based on previous work under copyright (c) 2001, 2002 McMillan Enterprises, Inc. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License # as published by the Free Software Foundation; either version 2 # of the...
Python
hiddenimports = ['agile', 'dotnet']
Python
hiddenimports = [ '_fontdata_enc_macexpert', '_fontdata_enc_macroman', '_fontdata_enc_pdfdoc', '_fontdata_enc_standard', '_fontdata_enc_symbol', '_fontdata_enc_winansi', '_fontdata_enc_zapfdingbats', '_fontdata_widths_courier', '_fontdata_widths_courierbold', '_fontdata_widths_co...
Python
# Copyright (C) 2006, Giovanni Bajo # Based on previous work under copyright (c) 2001, 2002 McMillan Enterprises, Inc. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License # as published by the Free Software Foundation; either version 2 # of the...
Python
# Copyright (C) 2005, Giovanni Bajo # Based on previous work under copyright (c) 2001, 2002 McMillan Enterprises, Inc. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License # as published by the Free Software Foundation; either version 2 # of the...
Python
# Copyright (C) 2005, Giovanni Bajo # Based on previous work under copyright (c) 2001, 2002 McMillan Enterprises, Inc. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License # as published by the Free Software Foundation; either version 2 # of the...
Python
# Copyright (C) 2006, Giovanni Bajo # Based on previous work under copyright (c) 2001, 2002 McMillan Enterprises, Inc. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License # as published by the Free Software Foundation; either version 2 # of the...
Python
# Contributed by Peter Burgers # The matplotlib.numerix package sneaks these imports in under the radar: hiddenimports = [ 'fft', 'linear_algebra', 'random_array', 'ma', 'mlab', ]
Python
# Copyright (C) 2005, Giovanni Bajo # Based on previous work under copyright (c) 2001, 2002 McMillan Enterprises, Inc. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License # as published by the Free Software Foundation; either version 2 # of the...
Python
# Copyright (C) 2005, Giovanni Bajo # Based on previous work under copyright (c) 2001, 2002 McMillan Enterprises, Inc. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License # as published by the Free Software Foundation; either version 2 # of the...
Python
# Copyright (C) 2005, Giovanni Bajo # Based on previous work under copyright (c) 2001, 2002 McMillan Enterprises, Inc. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License # as published by the Free Software Foundation; either version 2 # of the...
Python
# Copyright (C) 2009, Lorenzo Berni # Based on previous work under copyright (c) 2001, 2002 McMillan Enterprises, Inc. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License # as published by the Free Software Foundation; either version 2 # ...
Python
# Copyright (C) 2005, Giovanni Bajo # Based on previous work under copyright (c) 2001, 2002 McMillan Enterprises, Inc. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License # as published by the Free Software Foundation; either version 2 # of the...
Python
# Copyright (C) 2005, Giovanni Bajo # Based on previous work under copyright (c) 2001, 2002 McMillan Enterprises, Inc. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License # as published by the Free Software Foundation; either version 2 # of the...
Python
hiddenimports = ['mx.DateTime']
Python
# Copyright (C) 2005, Giovanni Bajo # Based on previous work under copyright (c) 2001, 2002 McMillan Enterprises, Inc. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License # as published by the Free Software Foundation; either version 2 # of the...
Python
hiddenimports = ["sip", "PyQt4.QtCore", "PyQt4.QtGui", "PyQt4.QtNetwork", "PyQt4._qt"]
Python
# Copyright (C) 2005, Giovanni Bajo # Based on previous work under copyright (c) 2001, 2002 McMillan Enterprises, Inc. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License # as published by the Free Software Foundation; either version 2 # of the...
Python
hiddenimports = ['sip', 'PyQt4.QtCore', 'PyQt4._qt']
Python
#!/usr/bin/env python import os def exec_statement(stat): """Executes a Python statement in an externally spawned interpreter, and returns anything that was emitted in the standard output as a single string. """ import os, tempfile, sys fnm = tempfile.mktemp() exe = sys.executable # Usi...
Python
hiddenimports = ["tables._comp_lzo", "tables._comp_bzip2"]
Python
## Hook for PyOpenGL 3.x versions from 3.0.0b6 up. Previous versions have a ## plugin system based on pkg_resources which is problematic to handle correctly ## under pyinstaller; 2.x versions used to run fine without hooks, so this one ## shouldn't hurt. import os import sys ## PlatformPlugin performs a conditional i...
Python
# Contributed by pyplant@googlemail.com hiddenimports = ['_elementpath', 'gzip']
Python
from hooks.hookutils import babel_localedata_dir hiddenimports = ["babel.dates"] datas = [ (babel_localedata_dir(), ""), ]
Python
# Copyright (C) 2005, Giovanni Bajo # Based on previous work under copyright (c) 2001, 2002 McMillan Enterprises, Inc. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License # as published by the Free Software Foundation; either version 2 # of the...
Python
# Copyright (C) 2005, Giovanni Bajo # Based on previous work under copyright (c) 2001, 2002 McMillan Enterprises, Inc. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License # as published by the Free Software Foundation; either version 2 # of the...
Python
# Copyright (C) 2005, Giovanni Bajo # Based on previous work under copyright (c) 2001, 2002 McMillan Enterprises, Inc. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License # as published by the Free Software Foundation; either version 2 # of the...
Python
# Copyright (C) 2005, Giovanni Bajo # Based on previous work under copyright (c) 2001, 2002 McMillan Enterprises, Inc. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License # as published by the Free Software Foundation; either version 2 # of the...
Python
# Copyright (C) 2005, Giovanni Bajo # Based on previous work under copyright (c) 2001, 2002 McMillan Enterprises, Inc. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License # as published by the Free Software Foundation; either version 2 # of the...
Python
# Copyright (C) 2005, Giovanni Bajo # Based on previous work under copyright (c) 2002 McMillan Enterprises, Inc. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License # as published by the Free Software Foundation; either version 2 # of the Licen...
Python
#!/usr/bin/python # Tkinter interface to the McMillan installer # (c) 2003 Alan James Salmoni - yes, all this bad code is all mine!!! # released under the MIT license import os, os.path from Tkinter import * import tkFileDialog import FileDialog class McGUI: def __init__(self): root = Tk() fr1 = ...
Python
#!/usr/bin/env python # Crypt support routines # Copyright (C) 2005, Giovanni Bajo import sys class ArgsError(Exception): pass def gen_random_key(size=32): """ Generate a cryptographically-secure random key. This is done by using Python 2.4's os.urandom, or PyCrypto. """ import os if hasat...
Python
# Copyright (C) 2005, Giovanni Bajo # Based on previous work under copyright (c) 2002 McMillan Enterprises, Inc. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License # as published by the Free Software Foundation; either version 2 # of the Licen...
Python
# Copyright (C) 2005, Giovanni Bajo # Based on previous work under copyright (c) 2002 McMillan Enterprises, Inc. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License # as published by the Free Software Foundation; either version 2 # of the Licen...
Python
#! /usr/bin/env python # # Find external dependencies of binary libraries. # # Copyright (C) 2005, Giovanni Bajo # Based on previous work under copyright (c) 2002 McMillan Enterprises, Inc. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License # ...
Python
#! /usr/bin/env python # Copyright (C) 2005, Giovanni Bajo # Based on previous work under copyright (c) 2002 McMillan Enterprises, Inc. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License # as published by the Free Software Foundation; either v...
Python
#!/usr/bin/env python """ Suffix definitions for cross platform builds. """ # Copyright (C) 2008 Hartmut Goebel <h.goebel@goebel-consult.de> # Licence: GNU General Public License version 3 (GPL v3) # # This file is part of PyInstaller <http://www.pyinstaller.org> # # pyinstaller is free software: you can redistribute i...
Python
#!/usr/bin/env python # # Automatically build spec files containing a description of the project # # Copyright (C) 2005, Giovanni Bajo # Based on previous work under copyright (c) 2002 McMillan Enterprises, Inc. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU Gen...
Python
# # Copyright (C) 2005, Giovanni Bajo # # Based on previous work under copyright (c) 2002 McMillan Enterprises, Inc. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License # as published by the Free Software Foundation; either version 2 # of the L...
Python
#!/usr/bin/env python # # Build packages using spec files # # Copyright (C) 2005, Giovanni Bajo # Based on previous work under copyright (c) 1999, 2002 McMillan Enterprises, Inc. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License # as publishe...
Python
#! /usr/bin/env python # # Configure PyInstaller for the current Python installation. # # Copyright (C) 2005, Giovanni Bajo # Based on previous work under copyright (c) 2002 McMillan Enterprises, Inc. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public...
Python
"""optik.option Defines the Option class and some standard value-checking functions. """ # Copyright (c) 2001-2004 Gregory P. Ward. All rights reserved. # See the README.txt distributed with Optik for licensing terms. import sys import types, string from pyi_optik.errors import OptionError, OptionValueError, gettex...
Python
"""optik.option_parser Provides the OptionParser and Values classes. """ # Copyright (c) 2001-2004 Gregory P. Ward. All rights reserved. # See the README.txt distributed with Optik for licensing terms. import sys, os import types, string from pyi_optik.option import Option, NO_DEFAULT, _repr from pyi_optik.help imp...
Python
"""optik.errors Exception classes used by Optik. """ # Copyright (c) 2001-2004 Gregory P. Ward. All rights reserved. # See the README.txt distributed with Optik for licensing terms. import string try: from gettext import gettext except ImportError: def gettext(message): return message _ = gettext _...
Python
"""Text wrapping and filling. """ # Copyright (C) 1999-2001 Gregory P. Ward. # Copyright (C) 2002, 2003 Python Software Foundation. # Written by Greg Ward <gward@python.net> __revision__ = "$Id: textwrap.py,v 1.35 2004/06/03 01:59:40 gward Exp $" import string, re import types # Do the right thing with boolean valu...
Python
"""optik.help Provides HelpFormatter and subclasses -- used by OptionParser to generate formatted help text. """ # Copyright (c) 2001-2004 Gregory P. Ward. All rights reserved. # See the README.txt distributed with Optik for licensing terms. import os import string import textwrap from pyi_optik.option import NO_DE...
Python
"""optik A powerful, extensible, and easy-to-use command-line parser for Python. By Greg Ward <gward@python.net> See http://optik.sourceforge.net/ """ # Copyright (c) 2001-2004 Gregory P. Ward. All rights reserved. # See the README.txt distributed with Optik for licensing terms. __revision__ = "$Id: __init__.py 4...
Python
#! /usr/bin/env python # Copyright (C) 2005, Giovanni Bajo # Based on previous work under copyright (c) 1999, 2002 McMillan Enterprises, Inc. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License # as published by the Free Software Foundation; ei...
Python
# Copyright (C) 2005, Giovanni Bajo # Based on previous work under copyright (c) 1999, 2002 McMillan Enterprises, Inc. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License # as published by the Free Software Foundation; either version 2 # of the...
Python
# Copyright (C) 2005, Giovanni Bajo # Based on previous work under copyright (c) 1999, 2002 McMillan Enterprises, Inc. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License # as published by the Free Software Foundation; either version 2 # of the...
Python
# for older Pythons, we need to set up for the import of cPickle import string import copy_reg import win32com.client.gencache x = win32com.client.gencache.EnsureDispatch('ADOR.Recordset') print x x = None #raw_input("Press any key to continue...")
Python
# Animated Towers of Hanoi using Tk with optional bitmap file in # background. # # Usage: tkhanoi [n [bitmapfile]] # # n is the number of pieces to animate; default is 4, maximum 15. # # The bitmap file can be any X11 bitmap file (look in # /usr/include/X11/bitmaps for samples); it is displayed as the # background of t...
Python
#!/usr/bin/env python # Copyright (C) 2005, Giovanni Bajo # Based on previous work under copyright (c) 1999, 2002 McMillan Enterprises, Inc. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License # as published by the Free Software Foundation; eit...
Python
# -*- coding: Latin-1 -*- """pefile, Portable Executable reader module All the PE file basic structures are available with their default names as attributes of the instance returned. Processed elements such as the import table are made available with lowercase names, to differentiate them from the upper case basic s...
Python
#!/usr/bin/env python # # Copyright (C) 2009, Florian Hoech # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License # as published by the Free Software Foundation; either version 2 # of the License, or (at your option) any later version. # ...
Python
""" optparse -- forward-compatibility wrapper for use with Python 2.2.x and earlier. If you import from 'optparse' rather than 'optik', your code will work on base Python 2.3 (and later), or on earlier Pythons with Optik 1.4.1 or later installed. """ from pyi_optik import __version__, __all__ from pyi_optik import *
Python
#!/usr/bin/env python # pyNetworkManager v1.1 - cross-platform Python network management library # Copyright (C) 2012 River Hill Robotics Team (Albert H.) # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Sof...
Python
#!/usr/bin/env python # wxAnimPlus v0.1 Alpha - an extension to the wxPython animation class # Copyright (C) 2012 River Hill HS Robotics Team (Albert H.) # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Soft...
Python
#!/usr/bin/env python # SpringDS v1.0 Beta 1 - a (cross-platform?) wrapper for the FRC Driver Station # Copyright (C) 2012 River Hill HS Robotics Team (Albert H.) # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the ...
Python
#!/usr/bin/env python # SpringDS v1.0 Beta 1 - a (cross-platform?) wrapper for the FRC Driver Station # Copyright (C) 2012 River Hill HS Robotics Team (Albert H.) # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the ...
Python
#!/usr/bin/env python # SpringDS v1.0 Beta 1 - a (cross-platform?) wrapper for the FRC Driver Station # Copyright (C) 2012 River Hill HS Robotics Team (Albert H.) # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the ...
Python
#!/usr/bin/env python # pyNetworkManager v1.1 - cross-platform Python network management library # Copyright (C) 2012 River Hill HS Robotics Team (Albert H.) # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free ...
Python
#!/usr/bin/env python # SpringDS v1.0 Beta 1 - a (cross-platform?) wrapper for the FRC Driver Station # Copyright (C) 2012 River Hill HS Robotics Team (Albert H.) # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the ...
Python
#!/usr/bin/env python # SpringDS v1.0 Beta 1 - a (cross-platform?) wrapper for the FRC Driver Station # Copyright (C) 2012 River Hill HS Robotics Team (Albert H.) # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the ...
Python
#!/usr/bin/env python # Team 4067 Java Cleanup - cleanup any old build files # Copyright (C) 2013 River Hill HS Robotics Team (Albert H.) # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, ...
Python
#!/usr/bin/env python # Team 4067 64-bit Java Disable Tool - Disable 64-bit Java to enable SmartDashboard to run! # Copyright (C) 2013 River Hill HS Robotics Team (Albert H.) # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published...
Python
#! /usr/bin/env python # encoding: utf-8 import platform import sys from distutils import sysconfig as _sysconfig import Utils import Options # the following two variables are used by the target "waf dist" VERSION='' APPNAME='' # these variables are mandatory ('/' are converted automatically) top = '.' out = 'bui...
Python
#!/usr/bin/env python from distutils.core import setup from distutils.extension import Extension setup( name = 'AES', ext_modules=[ Extension("AES", ["AES.c"]), ], )
Python