code
stringlengths
1
1.72M
language
stringclasses
1 value
# -*- coding: UTF-8 -*- """ $Id: calendar.py 270 2012-02-01 22:59:11Z steinhoff.mario $ $URL: http://fptbot.googlecode.com/svn/trunk/fptbot/src/python/interaction/irc/modules/calendar.py $ Copyright (c) 2010 foption Permission is hereby granted, free of charge, to any person obtaining a copy of this software and ass...
Python
# -*- coding: UTF-8 -*- ''' Created on 27.01.2012 @author: rack ''' import logging import random from datetime import date from interaction.irc.module import InteractiveModule, InteractiveModuleCommand, InteractiveModuleResponse from components.topic import TopicNotFound, AdditionNotFound, NoAdditionAvailable, NoAff...
Python
# -*- coding: UTF-8 -*- """ $Id: facts.py 260 2012-01-23 21:45:31Z steinhoff.mario@googlemail.com $ $URL: http://fptbot.googlecode.com/svn/trunk/fptbot/src/python/interaction/irc/modules/facts.py $ Copyright (c) 2010 foption Permission is hereby granted, free of charge, to any person obtaining a copy of this softwar...
Python
# -*- coding: UTF-8 -*- """ $Id: usermgmt.py 271 2012-02-02 18:20:23Z steinhoff.mario $ $URL: http://fptbot.googlecode.com/svn/trunk/fptbot/src/python/interaction/irc/modules/usermgmt.py $ Copyright (c) 2010 foption Permission is hereby granted, free of charge, to any person obtaining a copy of this software and ass...
Python
# -*- coding: UTF-8 -*- """ $Id: info.py 221 2011-07-21 18:25:10Z steinhoff.mario $ $URL: http://fptbot.googlecode.com/svn/trunk/fptbot/src/python/interaction/irc/modules/info.py $ Copyright (c) 2010 foption Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated ...
Python
# -*- coding: UTF-8 -*- """ $Id: orakel.py 278 2012-02-23 21:19:11Z rackowitsch@gmail.com $ $URL: http://fptbot.googlecode.com/svn/trunk/fptbot/src/python/interaction/irc/modules/orakel.py $ Copyright (c) 2010 foption Permission is hereby granted, free of charge, to any person obtaining a copy of this software and a...
Python
# -*- coding: UTF-8 -*- """ $Id: calendar.py 270 2012-02-01 22:59:11Z steinhoff.mario $ $URL: https://fptbot.googlecode.com/svn/trunk/fptbot/src/python/interaction/irc/modules/calendar.py $ Copyright (c) 2010 foption Permission is hereby granted, free of charge, to any person obtaining a copy of this software and as...
Python
# -*- coding: UTF-8 -*- """ $Id: roll.py 270 2012-02-01 22:59:11Z steinhoff.mario $ $URL: http://fptbot.googlecode.com/svn/trunk/fptbot/src/python/interaction/irc/modules/roll.py $ Copyright (c) 2010 foption Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated ...
Python
# -*- coding: UTF-8 -*- """ $Id: funlink.py 221 2011-07-21 18:25:10Z steinhoff.mario $ $URL: http://fptbot.googlecode.com/svn/trunk/fptbot/src/python/interaction/irc/modules/funlink.py $ Copyright (c) 2010 foption Permission is hereby granted, free of charge, to any person obtaining a copy of this software and assoc...
Python
# -*- coding: UTF-8 -*- """ $Id: __init__.py 118 2011-02-09 22:14:45Z steinhoff.mario $ $URL: http://fptbot.googlecode.com/svn/trunk/fptbot/src/python/interaction/irc/modules/__init__.py $ Copyright (c) 2010 foption Permission is hereby granted, free of charge, to any person obtaining a copy of this software and ass...
Python
# -*- coding: UTF-8 -*- ''' Created on 24.02.2012 @author: rack TODO: - limit .delquote to admin only? ''' import logging from interaction.irc.module import InteractiveModule, InteractiveModuleCommand, InteractiveModuleResponse from components.quote import NoQuoteAvailable, NoAffectedRows #-------------------------...
Python
# -*- coding: UTF-8 -*- """ $Id: bombkick.py 249 2011-09-27 00:31:00Z steinhoff.mario $ $URL: http://fptbot.googlecode.com/svn/trunk/fptbot/src/python/interaction/irc/modules/bombkick.py $ Copyright (c) 2010 foption Permission is hereby granted, free of charge, to any person obtaining a copy of this software and ass...
Python
# -*- coding: UTF-8 -*- """ $Id: satz.py 249 2011-09-27 00:31:00Z steinhoff.mario $ $URL: http://fptbot.googlecode.com/svn/trunk/fptbot/src/python/interaction/irc/modules/satz.py $ Copyright (c) 2010 foption Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated ...
Python
# -*- coding: UTF-8 -*- """ $Id: client.py 281 2012-03-08 19:38:55Z steinhoff.mario@googlemail.com $ $URL: http://fptbot.googlecode.com/svn/trunk/fptbot/src/python/interaction/irc/client.py $ Copyright (c) 2010 foption Permission is hereby granted, free of charge, to any person obtaining a copy of this software and ...
Python
# -*- coding: UTF-8 -*- """ $Id$ $URL$ Copyright (c) 2010 foption Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modif...
Python
# -*- coding: UTF-8 -*- """ $Id$ $URL$ Copyright (c) 2010 foption Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modif...
Python
# -*- coding: UTF-8 -*- """ $Id: commands.py 281 2012-03-08 19:38:55Z steinhoff.mario@googlemail.com $ $URL: http://fptbot.googlecode.com/svn/trunk/fptbot/src/python/interaction/irc/commands.py $ Copyright (c) 2010 foption Permission is hereby granted, free of charge, to any person obtaining a copy of this software ...
Python
# -*- coding: UTF-8 -*- """ $Id: __init__.py 221 2011-07-21 18:25:10Z steinhoff.mario $ $URL: http://fptbot.googlecode.com/svn/trunk/fptbot/src/python/interaction/irc/__init__.py $ Copyright (c) 2010 foption Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated ...
Python
# -*- coding: UTF-8 -*- """ $Id: module.py 272 2012-02-02 18:20:42Z steinhoff.mario $ $URL: http://fptbot.googlecode.com/svn/trunk/fptbot/src/python/interaction/irc/module.py $ Copyright (c) 2010 foption Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated docu...
Python
# -*- coding: UTF-8 -*- """ $Id: youtube.py 109 2011-02-09 22:07:37Z steinhoff.mario $ $URL: http://fptbot.googlecode.com/svn/trunk/fptbot/src/python/interaction/http/client/youtube.py $ Copyright (c) 2010 foption Permission is hereby granted, free of charge, to any person obtaining a copy of this software and assoc...
Python
# -*- coding: UTF-8 -*- """ $Id: twitter.py 109 2011-02-09 22:07:37Z steinhoff.mario $ $URL: http://fptbot.googlecode.com/svn/trunk/fptbot/src/python/interaction/http/client/twitter.py $ Copyright (c) 2010 foption Permission is hereby granted, free of charge, to any person obtaining a copy of this software and assoc...
Python
# -*- coding: UTF-8 -*- """ $Id$ $URL$ Copyright (c) 2010 foption Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modif...
Python
# -*- coding: UTF-8 -*- """ $Id: management.py 106 2011-02-09 22:05:09Z steinhoff.mario $ $URL: http://fptbot.googlecode.com/svn/trunk/fptbot/src/python/interaction/http/server/management.py $ Copyright (c) 2010 foption Permission is hereby granted, free of charge, to any person obtaining a copy of this software and...
Python
# -*- coding: UTF-8 -*- """ $Id$ $URL$ Copyright (c) 2010 foption Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modif...
Python
# -*- coding: UTF-8 -*- """ $Id$ $URL$ Copyright (c) 2010 foption Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modif...
Python
# -*- coding: UTF-8 -*- """ $Id: interaction.py 232 2011-09-23 01:26:30Z steinhoff.mario $ $URL: http://fptbot.googlecode.com/svn/trunk/fptbot/src/python/interaction/interaction.py $ Copyright (c) 2010 foption Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associate...
Python
# -*- coding: UTF-8 -*- """ $Id$ $URL$ Copyright (c) 2010 foption Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modif...
Python
# -*- coding: UTF-8 -*- """ $Id: calendar.py 257 2012-01-12 23:29:03Z steinhoff.mario $ $URL: http://fptbot.googlecode.com/svn/trunk/fptbot/src/python/objects/calendar.py $ Copyright (c) 2010 foption Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated document...
Python
# -*- coding: UTF-8 -*- """ $Id: principal.py 269 2012-02-01 22:58:55Z steinhoff.mario $ $URL: http://fptbot.googlecode.com/svn/trunk/fptbot/src/python/objects/principal.py $ Copyright (c) 2010 foption Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated docume...
Python
''' Created on 27.01.2012 @author: rack ''' from sqlalchemy import Column, Integer, DateTime, Text from sqlalchemy.orm import relationship, backref from sqlalchemy.schema import ForeignKey from core.persistence import SqlAlchemyPersistence class Topic(SqlAlchemyPersistence.Base): """ Represent...
Python
# -*- coding: UTF-8 -*- """ $Id: facts.py 227 2011-09-12 22:15:03Z steinhoff.mario $ $URL: http://fptbot.googlecode.com/svn/trunk/fptbot/src/python/objects/facts.py $ Copyright (c) 2010 foption Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation ...
Python
# -*- coding: UTF-8 -*- """ $Id: irc.py 269 2012-02-01 22:58:55Z steinhoff.mario $ $URL: http://fptbot.googlecode.com/svn/trunk/fptbot/src/python/objects/irc.py $ Copyright (c) 2010 foption Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation file...
Python
# -*- coding: UTF-8 -*- """ $Id: __init__.py 250 2011-09-27 00:35:29Z steinhoff.mario $ $URL: http://fptbot.googlecode.com/svn/trunk/fptbot/src/python/objects/__init__.py $ Copyright (c) 2010 foption Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated document...
Python
''' Created on 21.02.2012 @author: rack ''' from sqlalchemy import Column, Integer, DateTime, Text from core.persistence import SqlAlchemyPersistence class Quote(SqlAlchemyPersistence.Base): """ Represent a quote. """ __tablename__ = 'quotes' #DLL id = Column(Intege...
Python
# -*- coding: UTF-8 -*- """ $Id$ $URL$ Copyright (c) 2010 foption Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modif...
Python
# -*- coding: UTF-8 -*- """ $Id$ $URL$ Copyright (c) 2010 foption Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, ...
Python
# -*- coding: UTF-8 -*- """ $Id: mp.py 221 2011-07-21 18:25:10Z steinhoff.mario $ $URL: http://fptbot.googlecode.com/svn/trunk/fptbot/src/python/test/language/mp.py $ Copyright (c) 2010 foption Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation ...
Python
#!/usr/bin/env python # -*- coding: iso-8859-1 -*- """A really tiny interface to ``tinyurl.com``.""" import sys import urllib import optparse API_CREATE = "http://tinyurl.com/api-create.php" DEFAULT_DELIM = "\n" USAGE = """%prog [options] url [url url ...] """ + __doc__ + """ Any number of urls may be passed and ...
Python
#!/usr/bin/env python # -*- coding: iso-8859-1 -*- """A really tiny interface to ``tinyurl.com``.""" import sys import urllib import optparse API_CREATE = "http://tinyurl.com/api-create.php" DEFAULT_DELIM = "\n" USAGE = """%prog [options] url [url url ...] """ + __doc__ + """ Any number of urls may be passed and ...
Python
# -*- coding: UTF-8 -*- """ $Id: bottest.py 221 2011-07-21 18:25:10Z steinhoff.mario $ $URL: http://fptbot.googlecode.com/svn/trunk/fptbot/src/python/test/language/bottest.py $ Copyright (c) 2010 foption Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated docu...
Python
# -*- coding: UTF-8 -*- """ $Id: calendar.py 287 2012-05-31 17:26:48Z steinhoff.mario $ $URL: http://fptbot.googlecode.com/svn/trunk/fptbot/src/python/test/feature/components/calendar.py $ Copyright (c) 2011 foption Permission is hereby granted, free of charge, to any person obtaining a copy of this software and ass...
Python
# -*- coding: UTF-8 -*- """ $Id: persistence.py 285 2012-05-31 17:25:54Z steinhoff.mario $ $URL: http://fptbot.googlecode.com/svn/trunk/fptbot/src/python/test/feature/core/persistence.py $ Copyright (c) 2010 foption Permission is hereby granted, free of charge, to any person obtaining a copy of this software and ass...
Python
# -*- coding: UTF-8 -*- """ $Id: config.py 221 2011-07-21 18:25:10Z steinhoff.mario $ $URL: http://fptbot.googlecode.com/svn/trunk/fptbot/src/python/test/feature/core/config.py $ Copyright (c) 2010 foption Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated do...
Python
# -*- coding: UTF-8 -*- """ $Id: channel.py 201 2011-05-02 20:11:11Z steinhoff.mario $ $URL: http://fptbot.googlecode.com/svn/trunk/fptbot/src/python/test/feature/interaction/irc/channel.py $ Copyright (c) 2010 foption Permission is hereby granted, free of charge, to any person obtaining a copy of this software and ...
Python
# -*- coding: UTF-8 -*- """ $Id: source.py 221 2011-07-21 18:25:10Z steinhoff.mario $ $URL: http://fptbot.googlecode.com/svn/trunk/fptbot/src/python/test/feature/interaction/irc/source.py $ Copyright (c) 2010 foption Permission is hereby granted, free of charge, to any person obtaining a copy of this software and as...
Python
# -*- coding: UTF-8 -*- """ $Id: bot.py 221 2011-07-21 18:25:10Z steinhoff.mario $ $URL: http://fptbot.googlecode.com/svn/trunk/fptbot/src/python/test/feature/bot.py $ Copyright (c) 2010 foption Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation...
Python
# -*- coding: UTF-8 -*- """ $Id$ $URL$ Copyright (c) 2010 foption Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modif...
Python
import re import syms import copy from Odict import odict import pprint pretty = pprint.PrettyPrinter(indent=1) def get_line_number(original, position): return len(original[0:position].split('\n')) class Parsed(object): def __init__(self, obj, *args, **kwargs): self.type = obj.parser_name ...
Python
import Parser clean_methods = {} def clean_AST(self): return clean_methods[self.type](self) Parser.Parsed.clean = clean_AST def clean(aName): def aDecorator(aMethod): clean_methods[aName] = aMethod return aDecorator @clean('Statement_0') def simple(self): return AST('FunctionDecl', ...
Python
class symbol(object): """a class of symbol objects""" def __init__(self, name): self.name = name def __eq__(self, other): return self.name.__eq__(other.name) def __repr__(self): return 'S:'+self.name def set_default(def_sym_class): global symbol symbol = def_sym_c...
Python
from Parser import Node, D, R, Token, EMPTY, L, lit, AST import Parser import re token_types = ['TOKEN', 'COMMENT', 'LPAREN', 'RPAREN', 'LCURLY', 'COLON', 'NEXTLINE', 'RCURLY', 'LBRACK', 'RBRACK', 'EQUAL', 'COMMA', 'LANCE', 'SIMPLE_VAR', 'SPECIAL_VAR', 'TRUE', 'FALSE', 'ENDL', 'CODEBLOCK', 'STYLEBLOCK', 'E...
Python
import re class odict(dict): """implements an ordered dictionary by keeping track of the order of the keys >>> order_dict = odict( [(5, 'x'), (7,'r'), (1, 'err')] ) >>> for key in order_dict: ... print key ... 5 7 1 >>> order_dict ordered dict {5: 'x', 7: 'r', 1: 'err'} ...
Python
print "hello world" print "Here are the ten numbers from 0 to 9\n0 1 2 3 4 5 6 7 8 9" print "I'm done!"
Python
# To change this template, choose Tools | Templates # and open the template in the editor. import sys from xml.dom import minidom from xml.etree import ElementTree as ET __author__="muchmeck" __date__ ="$Dec 20, 2010 8:20:49 PM$" WIN_PROJECT_PATH = 'e:/programming/projectSettings.xml' LNX_PROJECT_PATH = '/media/Proj...
Python
# To change this template, choose Tools | Templates # and open the template in the editor. from maya.api import * __author__="muchmeck" __date__ ="$2011-jan-04 13:15:22$" class SpamCmd(MPxCommand): def __init__(self): MPxCommand.__init__(self) def doIt(self, arglist): print "Spam & Eggs" ...
Python
import random as rand #import maya.cmds as mc revolve = 5 amount = 10 while i < amount: print rand.randint(1, revolve) i += 1
Python
import random as rand #import maya.cmds as mc revolve = 5 amount = 10 while i < amount: print rand.randint(1, revolve) i += 1
Python
import random as rand #import maya.cmds as mc holeList = mc.ls(sl=True) materialList = mc.ls(mat=True) revolve = 5 amount = 10 while i < amount: print rand.randint(1, revolve) i += 1 """ ## this is up for review import random import maya.cmds as cmds dWin = cmds.window(title="Random Sha...
Python
import maya.cmds as mc selectionConnection = mc.outlinerEditor("graphEditor1OutlineEd", query=True, selectionConnection=True) selObj = mc.ls(selection=True, long=True) selAttr = mc.channelBox("mainChannelBox", query=True, selectedMainAttributes=True...
Python
### # tl_contribMapper # # The script automates the process of creating contribution mapsfor rendering or # # Author: Marcus Olofsson # Maya version: 2011-x64 # Date: 2011/03/15 ### import pymel.core as pm import maya.mel as mel def tl_contribMapper(): objList = pm.ls(sl=True) currentLayer = ...
Python
# setup.py build bdist_wininst from distutils.core import setup, Extension # get src root info import os p = '/'.join(os.path.abspath('.').split(os.path.sep)) p = p[:p.rfind('/wrapper/python')] # extract version info from dicom.i v = [l for l in file('dicom.i').readlines() if 'DICOMSDL_VER' in l] # com...
Python
# GET DICOMSDL VERSION import re version = 'UNKNOWN' for l in file('../../CMakeLists.txt').readlines(): version = re.findall(r'\(dicomsdl_version (\S+)\)', l) if version: version = version[0].strip() break release = version print >>file('Doxyfile', 'w'), r''' DOXYFILE_ENCODING ...
Python
import dicom def ex_dicom_to_pil(fn): dfo = dicom.dicomfile(fn) im = dfo.to_pil_image() im.show() def ex_dicom_to_numpy(fn): dfo = dicom.dicomfile(fn) a = dfo.to_numpy_array()
Python
import dicom #zipfn = r'E:\StorageA\Program.Free\zip\zip30.zip' #fnlist = dicom.zipfile_get_list(zipfn).split() #print '-'*80 #print fnlist[4] #print '-'*80 #print dicom.zipfile_extract_file(zipfn, fnlist[4]) dr = dicom.dicomdir() import os basepath = r'\lab\img\images\PET' basepath = r'\lab\sample' ba...
Python
#-*- coding: MS949 -*- ''' Copyright 2010, Kim, Tae-Sung. All rights reserved. See copyright.txt for details ''' __author__ = 'Kim Tae-Sung' __id__ = '$Id$' import dicom import os, sys import re, glob _NCCNMUIDROOT_ = '1.2.826.0.1.3680043.8.417' if len(sys.argv) == 1: print 'USAGE: %s /writ...
Python
#-*- coding: MS949 -*- ''' Copyright 2010, Kim, Tae-Sung. All rights reserved. See copyright.txt for details ''' __author__ = 'Kim Tae-Sung' __id__ = '$Id$' import sys import dicom if len(sys.argv) < 3: print 'python makedicomdir.py basedirpath dicomdir_name' sys.exit() try: ddobj ...
Python
#-*- coding: MS949 -*- ''' Copyright 2010, Kim, Tae-Sung. All rights reserved. See copyright.txt for details ''' __author__ = 'Kim Tae-Sung' __id__ = '$Id$' import sys import glob import dicom def extractimage(): pass #def extractimage(filename, outputfilename): # dcmfile = dicom.file(filen...
Python
import dicom def ex_dicom_to_pil(fn): dfo = dicom.dicomfile(fn) im = dfo.to_pil_image() im.show() def ex_dicom_to_numpy(fn): dfo = dicom.dicomfile(fn) a = dfo.to_numpy_array()
Python
#-*- coding: MS949 -*- ''' Copyright 2010, Kim, Tae-Sung. All rights reserved. See copyright.txt for details ''' __author__ = 'Kim Tae-Sung' __id__ = '$Id$' import sys import dicom if len(sys.argv) < 2: print 'python dumpdicomdir.py dicomdir_name' sys.exit() dfo = dicom.dicomfile(sys.ar...
Python
''' /* ----------------------------------------------------------------------- * * $Id$ * * Copyright 2010, Kim, Tae-Sung. All rights reserved. * See copyright.txt for details * * -------------------------------------------------------------------- */ ''' import sys import dicom def example_01_lo...
Python
import re, csv # # # Annex E Command Dictionary --------------------------------------------- # # chunku = [] commands = r'''0001H C-STORE-RQ 8001H C-STORE-RSP 0010H C-GET-RQ 8010H C-GET-RSP 0020H C-FIND-RQ 8020H C-FIND-RSP 0021H C-MOVE-RQ 8021H C-MOVE-RSP 0030H C-ECHO-RQ 8030H C-ECHO-RSP 0100H...
Python
#!/usr/bin/env python # pylint: disable-msg=C0103 # Copyright 2010 United States Government as represented by the # Administrator of the National Aeronautics and Space Administration. # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in c...
Python
#!/usr/bin/env python # Copyright 2010 United States Government as represented by the # Administrator of the National Aeronautics and Space Administration. # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License....
Python
#!/usr/bin/env python # Copyright 2010 United States Government as represented by the # Administrator of the National Aeronautics and Space Administration. # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License....
Python
#!/usr/bin/env python # pylint: disable-msg=C0103 # Copyright 2010 United States Government as represented by the # Administrator of the National Aeronautics and Space Administration. # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in c...
Python
# Copyright 2010 United States Government as represented by the # Administrator of the National Aeronautics and Space Administration. # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain # a ...
Python
# Copyright 2010 United States Government as represented by the # Administrator of the National Aeronautics and Space Administration. # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain # a ...
Python
# Copyright 2010 United States Government as represented by the # Administrator of the National Aeronautics and Space Administration. # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain # a ...
Python
# Copyright 2010 United States Government as represented by the # Administrator of the National Aeronautics and Space Administration. # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain # a ...
Python
# Copyright 2010 United States Government as represented by the # Administrator of the National Aeronautics and Space Administration. # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain # a ...
Python
# Copyright 2010 United States Government as represented by the # Administrator of the National Aeronautics and Space Administration. # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain # a ...
Python
# Copyright 2010 OpenStack LLC. # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain # a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required b...
Python
# Copyright 2010 United States Government as represented by the # Administrator of the National Aeronautics and Space Administration. # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain # a ...
Python
# Copyright 2011 Fractus Labs (www.fractus-labs.com) # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain # a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # #...
Python
# Copyright 2011 OpenStack LLC # # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain # a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or a...
Python
# Copyright 2010 United States Government as represented by the # Administrator of the National Aeronautics and Space Administration. # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain # a ...
Python
# Copyright 2010 United States Government as represented by the # Administrator of the National Aeronautics and Space Administration. # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain # a ...
Python
# Copyright 2010 United States Government as represented by the # Administrator of the National Aeronautics and Space Administration. # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain # a ...
Python
# Copyright 2010 United States Government as represented by the # Administrator of the National Aeronautics and Space Administration. # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain # a ...
Python
# Copyright 2010 United States Government as represented by the # Administrator of the National Aeronautics and Space Administration. # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain # a ...
Python
# Copyright 2010 United States Government as represented by the # Administrator of the National Aeronautics and Space Administration. # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain # a ...
Python
# Copyright 2010 United States Government as represented by the # Administrator of the National Aeronautics and Space Administration. # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain # a ...
Python
# Copyright 2010 United States Government as represented by the # Administrator of the National Aeronautics and Space Administration. # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain # a ...
Python
#!/usr/bin/env python from migrate.versioning.shell import main if __name__ == '__main__': main(debug='False', repository='.')
Python
#!/usr/bin/env python from migrate.versioning.shell import main if __name__ == '__main__': main(debug='False', repository='.')
Python
# Copyright 2010 United States Government as represented by the # Administrator of the National Aeronautics and Space Administration. # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain # a ...
Python
# Copyright 2010 United States Government as represented by the # Administrator of the National Aeronautics and Space Administration. # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain # a ...
Python
# Copyright 2010 United States Government as represented by the # Administrator of the National Aeronautics and Space Administration. # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain # a ...
Python
# Copyright 2010 United States Government as represented by the # Administrator of the National Aeronautics and Space Administration. # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain # a ...
Python
# Copyright 2010 United States Government as represented by the # Administrator of the National Aeronautics and Space Administration. # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain # a ...
Python