content
stringlengths 7
1.05M
| fixed_cases
stringlengths 1
1.28M
|
---|---|
name = '{name:s}'
isins = 'isinstance(' + name + ', '
isStr = 'isinstance({name:s}, str)'
isstr = isStr + ' or {name:s} is None'
isTpl = 'isinstance({name:s}, tuple)'
istpl = isTpl + ' or {name:s} is None'
isBool = 'isinstance({name:s}, (bool, np.bool_))'
isbool = isBool + ' or {name:s} is None'
isInt = 'isinstance({name:s}, (int, np.int64))'
isint = isInt + ' or {name:s} is None'
isNat = 'isinstance({name:s}, (int, np.int64)) and {name:s} > 0'
isnat = isNat + ' or {name:s} is None'
isFlt = 'isinstance({name:s}, float)'
isflt = isFlt + ' or {name:s} is None'
isLst = 'isinstance({name:s}, (list, np.ndarray))'
islst = isLst + ' or {name:s} is None'
isArr = 'isinstance({name:s}, (tuple, list, np.ndarray))'
isarr = isArr + ' or {name:s} is None'
isDct = 'isinstance({name:s}, (dict, OrderedDict))'
isdct = isDct + ' or {name:s} is None'
isSclr = 'isinstance({name:s}, (int, float, np.int64))'
issclr = isInt + ' or ' + isFlt + ' or {name:s} is None'
isSclrStr = 'isinstance({name:s}, (int, float, np.int64, str))'
issclrstr = isSclrStr + ' or {name:s} is None'
dflt = 'default'
asst = 'assert'
| name = '{name:s}'
isins = 'isinstance(' + name + ', '
is_str = 'isinstance({name:s}, str)'
isstr = isStr + ' or {name:s} is None'
is_tpl = 'isinstance({name:s}, tuple)'
istpl = isTpl + ' or {name:s} is None'
is_bool = 'isinstance({name:s}, (bool, np.bool_))'
isbool = isBool + ' or {name:s} is None'
is_int = 'isinstance({name:s}, (int, np.int64))'
isint = isInt + ' or {name:s} is None'
is_nat = 'isinstance({name:s}, (int, np.int64)) and {name:s} > 0'
isnat = isNat + ' or {name:s} is None'
is_flt = 'isinstance({name:s}, float)'
isflt = isFlt + ' or {name:s} is None'
is_lst = 'isinstance({name:s}, (list, np.ndarray))'
islst = isLst + ' or {name:s} is None'
is_arr = 'isinstance({name:s}, (tuple, list, np.ndarray))'
isarr = isArr + ' or {name:s} is None'
is_dct = 'isinstance({name:s}, (dict, OrderedDict))'
isdct = isDct + ' or {name:s} is None'
is_sclr = 'isinstance({name:s}, (int, float, np.int64))'
issclr = isInt + ' or ' + isFlt + ' or {name:s} is None'
is_sclr_str = 'isinstance({name:s}, (int, float, np.int64, str))'
issclrstr = isSclrStr + ' or {name:s} is None'
dflt = 'default'
asst = 'assert' |
# keyboard input and concatenation
name = input("Enter Name: ")
color = input("What's your favorite color? ")
count = input("How many? ")
print(name + " ate " + count + ' ' + color + " dicks today.") | name = input('Enter Name: ')
color = input("What's your favorite color? ")
count = input('How many? ')
print(name + ' ate ' + count + ' ' + color + ' dicks today.') |
#!/usr/bin/env python3
#
# MIT License
#
# Copyright (c) 2020-2021 EntySec
#
# 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, modify, merge, publish, distribute, sublicense, and/or sell
# copies of the Software, and to permit persons to whom the Software is
# furnished to do so, subject to the following conditions:
#
# The above copyright notice and this permission notice shall be included in all
# copies or substantial portions of the Software.
#
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.
#
class dictionary:
def __init__(self):
self.paths = ['~root',
'~toor',
'~bin',
'~daemon',
'~adm',
'~lp',
'~sync',
'~shutdown',
'~halt',
'~mail',
'~pop',
'~postmaster',
'~news',
'~uucp',
'~operator',
'~games',
'~gopher',
'~ftp',
'~nobody',
'~nscd',
'~mailnull',
'~ident',
'~rpc',
'~rpcuser',
'~xfs',
'~gdm',
'~apache',
'~http',
'~web',
'~www',
'~adm',
'~admin',
'~administrator',
'~guest',
'~firewall',
'~fwuser',
'~fwadmin',
'~fw',
'~test',
'~testuser',
'~user',
'~user1',
'~user2',
'~user3',
'~user4',
'~user5',
'~sql',
'~data',
'~database',
'~anonymous',
'~staff',
'~office',
'~help',
'~helpdesk',
'~reception',
'~system',
'~operator',
'~backup',
'~aaron',
'~ab',
'~abba',
'~abbe',
'~abbey',
'~abbie',
'~root',
'~abbot',
'~abbott',
'~abby',
'~abdel',
'~abdul',
'~abe',
'~abel',
'~abelard',
'~abeu',
'~abey',
'~abie',
'~abner',
'~abraham',
'~abrahan',
'~abram',
'~abramo',
'~abran',
'~ad',
'~adair',
'~adam',
'~adamo',
'~adams',
'~adan',
'~addie',
'~addison',
'~addy',
'~ade',
'~adelbert',
'~adham',
'~adlai',
'~adler',
'~ado',
'~adolf',
'~adolph',
'~adolphe',
'~adolpho',
'~adolphus',
'~adrian',
'~adriano',
'~adrien',
'~agosto',
'~aguie',
'~aguistin',
'~aguste',
'~agustin',
'~aharon',
'~ahmad',
'~ahmed',
'~ailbert',
'~akim',
'~aksel',
'~al',
'~alain',
'~alair',
'~alan',
'~aland',
'~alano',
'~alanson',
'~alard',
'~alaric',
'~alasdair',
'~alastair',
'~alasteir',
'~alaster',
'~alberik',
'~albert',
'~alberto',
'~albie',
'~albrecht',
'~alden',
'~aldin',
'~aldis',
'~aldo',
'~aldon',
'~aldous',
'~aldric',
'~aldrich',
'~aldridge',
'~aldus',
'~aldwin',
'~alec',
'~alejandro',
'~alejoa',
'~aleksandr',
'~alessandro',
'~alex',
'~alexander',
'~alexandr',
'~alexandre',
'~alexandro',
'~alexandros',
'~alexei',
'~alexio',
'~alexis',
'~alf',
'~alfie',
'~alfons',
'~alfonse',
'~alfonso',
'~alford',
'~alfred',
'~alfredo',
'~alfy',
'~algernon',
'~ali',
'~alic',
'~alick',
'~alisander',
'~alistair',
'~alister',
'~alix',
'~allan',
'~allard',
'~allayne',
'~allen',
'~alley',
'~alleyn',
'~allie',
'~allin',
'~allister',
'~allistir',
'~allyn',
'~aloin',
'~alon',
'~alonso',
'~alonzo',
'~aloysius',
'~alphard',
'~alphonse',
'~alphonso',
'~alric',
'~aluin',
'~aluino',
'~alva',
'~alvan',
'~alvie',
'~alvin',
'~alvis',
'~alvy',
'~alwin',
'~alwyn',
'~alyosha',
'~amble',
'~ambros',
'~ambrose',
'~ambrosi',
'~ambrosio',
'~ambrosius',
'~amby',
'~amerigo',
'~amery',
'~amory',
'~amos',
'~anatol',
'~anatole',
'~anatollo',
'~ancell',
'~anders',
'~anderson',
'~andie',
'~andonis',
'~andras',
'~andre',
'~andrea',
'~andreas',
'~andrej',
'~andres',
'~andrew',
'~andrey',
'~andris',
'~andros',
'~andrus',
'~andy',
'~ange',
'~angel',
'~angeli',
'~angelico',
'~angelo',
'~angie',
'~angus',
'~ansel',
'~ansell',
'~anselm',
'~anson',
'~anthony',
'~antin',
'~antoine',
'~anton',
'~antone',
'~antoni',
'~antonin',
'~antonino',
'~antonio',
'~antonius',
'~antons',
'~antony',
'~any',
'~ara',
'~araldo',
'~arch',
'~archaimbaud',
'~archambault',
'~archer',
'~archibald',
'~archibaldo',
'~archibold',
'~archie',
'~archy',
'~arel',
'~ari',
'~arie',
'~ariel',
'~arin',
'~ario',
'~aristotle',
'~arlan',
'~arlen',
'~arley',
'~arlin',
'~arman',
'~armand',
'~armando',
'~armin',
'~armstrong',
'~arnaldo',
'~arne',
'~arney',
'~arni',
'~arnie',
'~arnold',
'~arnoldo',
'~arnuad',
'~arny',
'~aron',
'~arri',
'~arron',
'~art',
'~artair',
'~arte',
'~artemas',
'~artemis',
'~artemus',
'~arther',
'~arthur',
'~artie',
'~artur',
'~arturo',
'~artus',
'~arty',
'~arv',
'~arvie',
'~arvin',
'~arvy',
'~asa',
'~ase',
'~ash',
'~ashbey',
'~ashby',
'~asher',
'~ashley',
'~ashlin',
'~ashton',
'~aube',
'~auberon',
'~aubert',
'~aubrey',
'~augie',
'~august',
'~augustin',
'~augustine',
'~augusto',
'~augustus',
'~augy',
'~aurthur',
'~austen',
'~austin',
'~ave',
'~averell',
'~averil',
'~averill',
'~avery',
'~avictor',
'~avigdor',
'~avram',
'~avrom',
'~ax',
'~axe',
'~axel',
'~aylmar',
'~aylmer',
'~aymer',
'~bail',
'~bailey',
'~bailie',
'~baillie',
'~baily',
'~baird',
'~bald',
'~balduin',
'~baldwin',
'~bale',
'~ban',
'~bancroft',
'~bank',
'~banky',
'~bar',
'~barbabas',
'~barclay',
'~bard',
'~barde',
'~barn',
'~barnabas',
'~barnabe',
'~barnaby',
'~barnard',
'~barnebas',
'~barnett',
'~barney',
'~barnie',
'~barny',
'~baron',
'~barr',
'~barret',
'~barrett',
'~barri',
'~barrie',
'~barris',
'~barron',
'~barry',
'~bart',
'~bartel',
'~barth',
'~barthel',
'~bartholemy',
'~bartholomeo',
'~bartholomeus',
'~bartholomew',
'~bartie',
'~bartlet',
'~bartlett',
'~bartolemo',
'~bartolomeo',
'~barton',
'~bartram',
'~barty',
'~bary',
'~baryram',
'~base',
'~basil',
'~basile',
'~basilio',
'~basilius',
'~bastian',
'~bastien',
'~bat',
'~batholomew',
'~baudoin',
'~bax',
'~baxie',
'~baxter',
'~baxy',
'~bay',
'~bayard',
'~beale',
'~bealle',
'~bear',
'~bearnard',
'~beau',
'~beaufort',
'~beauregard',
'~beck',
'~beltran',
'~ben',
'~bendick',
'~bendicty',
'~bendix',
'~benedetto',
'~benedick',
'~benedict',
'~benedicto',
'~benedikt',
'~bengt',
'~root',
'~beniamino',
'~benito',
'~benjamen',
'~benjamin',
'~benji',
'~benjie',
'~benjy',
'~benn',
'~bennett',
'~bennie',
'~benny',
'~benoit',
'~benson',
'~bent',
'~bentlee',
'~bentley',
'~benton',
'~benyamin',
'~ber',
'~berk',
'~berke',
'~berkeley',
'~berkie',
'~berkley',
'~berkly',
'~berky',
'~bern',
'~bernard',
'~bernardo',
'~bernarr',
'~berne',
'~bernhard',
'~bernie',
'~berny',
'~bert',
'~berti',
'~bertie',
'~berton',
'~bertram',
'~bertrand',
'~bertrando',
'~berty',
'~bev',
'~bevan',
'~bevin',
'~bevon',
'~bil',
'~bill',
'~billie',
'~billy',
'~bing',
'~bink',
'~binky',
'~birch',
'~birk',
'~biron',
'~bjorn',
'~blaine',
'~blair',
'~blake',
'~blane',
'~blayne',
'~bo',
'~bob',
'~bobbie',
'~bobby',
'~bogart',
'~bogey',
'~boigie',
'~bond',
'~bondie',
'~bondon',
'~bondy',
'~bone',
'~boniface',
'~boone',
'~boonie',
'~boony',
'~boot',
'~boote',
'~booth',
'~boothe',
'~bord',
'~borden',
'~bordie',
'~bordy',
'~borg',
'~boris',
'~bourke',
'~bowie',
'~boy',
'~boyce',
'~boycey',
'~boycie',
'~boyd',
'~brad',
'~bradan',
'~brade',
'~braden',
'~bradford',
'~bradley',
'~bradly',
'~bradney',
'~brady',
'~bram',
'~bran',
'~brand',
'~branden',
'~brander',
'~brandon',
'~brandtr',
'~brandy',
'~brandyn',
'~brannon',
'~brant',
'~brantley',
'~bren',
'~brendan',
'~brenden',
'~brendin',
'~brendis',
'~brendon',
'~brennan',
'~brennen',
'~brent',
'~bret',
'~brett',
'~brew',
'~brewer',
'~brewster',
'~brian',
'~briano',
'~briant',
'~brice',
'~brien',
'~brig',
'~brigg',
'~briggs',
'~brigham',
'~brion',
'~brit',
'~britt',
'~brnaba',
'~brnaby',
'~brock',
'~brockie',
'~brocky',
'~brod',
'~broddie',
'~broddy',
'~broderic',
'~broderick',
'~brodie',
'~brody',
'~brok',
'~bron',
'~bronnie',
'~bronny',
'~bronson',
'~brook',
'~brooke',
'~brooks',
'~brose',
'~bruce',
'~brucie',
'~bruis',
'~bruno',
'~bryan',
'~bryant',
'~bryanty',
'~bryce',
'~bryn',
'~bryon',
'~buck',
'~buckie',
'~bucky',
'~bud',
'~budd',
'~buddie',
'~buddy',
'~buiron',
'~burch',
'~burg',
'~burgess',
'~burk',
'~burke',
'~burl',
'~burlie',
'~burnaby',
'~burnard',
'~burr',
'~burt',
'~burtie',
'~burton',
'~burty',
'~butch',
'~byram',
'~byran',
'~byrann',
'~byrle',
'~byrom',
'~byron',
'~cad',
'~caddric',
'~caesar',
'~cal',
'~caldwell',
'~cale',
'~caleb',
'~calhoun',
'~callean',
'~calv',
'~calvin',
'~cam',
'~cameron',
'~camey',
'~cammy',
'~car',
'~carce',
'~care',
'~carey',
'~carl',
'~carleton',
'~carlie',
'~carlin',
'~carling',
'~carlo',
'~carlos',
'~carly',
'~carlyle',
'~carmine',
'~carney',
'~carny',
'~carolus',
'~carr',
'~carrol',
'~carroll',
'~carson',
'~cart',
'~carter',
'~carver',
'~cary',
'~caryl',
'~casar',
'~case',
'~casey',
'~cash',
'~caspar',
'~casper',
'~cass',
'~cassie',
'~cassius',
'~caz',
'~cazzie',
'~cchaddie',
'~cece',
'~cecil',
'~cecilio',
'~cecilius',
'~ced',
'~cedric',
'~cello',
'~cesar',
'~cesare',
'~cesaro',
'~chad',
'~chadd',
'~chaddie',
'~chaddy',
'~chadwick',
'~chaim',
'~chalmers',
'~chan',
'~chance',
'~chancey',
'~chandler',
'~chane',
'~chariot',
'~charles',
'~charley',
'~charlie',
'~charlton',
'~chas',
'~chase',
'~chaunce',
'~chauncey',
'~che',
'~chen',
'~ches',
'~chester',
'~cheston',
'~chet',
'~chev',
'~chevalier',
'~chevy',
'~chic',
'~chick',
'~chickie',
'~chicky',
'~chico',
'~chilton',
'~chip',
'~chris',
'~chrisse',
'~chrissie',
'~chrissy',
'~christian',
'~christiano',
'~christie',
'~christoffer',
'~christoforo',
'~christoper',
'~christoph',
'~christophe',
'~christopher',
'~christophorus',
'~christos',
'~christy',
'~chrisy',
'~chrotoem',
'~chucho',
'~chuck',
'~cirillo',
'~cirilo',
'~ciro',
'~cirstoforo',
'~claiborn',
'~claiborne',
'~clair',
'~claire',
'~clarance',
'~clare',
'~clarence',
'~clark',
'~clarke',
'~claudell',
'~claudian',
'~claudianus',
'~claudio',
'~claudius',
'~claus',
'~clay',
'~clayborn',
'~clayborne',
'~claybourne',
'~clayson',
'~clayton',
'~cleavland',
'~clem',
'~clemens',
'~clement',
'~clemente',
'~clementius',
'~clemmie',
'~clemmy',
'~cleon',
'~clerc',
'~clerkclaude',
'~cletis',
'~cletus',
'~cleve',
'~cleveland',
'~clevey',
'~clevie',
'~cliff',
'~clifford',
'~clim',
'~clint',
'~clive',
'~cly',
'~clyde',
'~clyve',
'~clywd',
'~cob',
'~cobb',
'~cobbie',
'~cobby',
'~codi',
'~codie',
'~cody',
'~cointon',
'~colan',
'~colas',
'~colby',
'~cole',
'~coleman',
'~colet',
'~colin',
'~collin',
'~colman',
'~colver',
'~con',
'~conan',
'~conant',
'~conn',
'~conney',
'~connie',
'~connor',
'~conny',
'~conrad',
'~conrade',
'~conrado',
'~conroy',
'~consalve',
'~constantin',
'~constantine',
'~constantino',
'~conway',
'~coop',
'~cooper',
'~corbet',
'~corbett',
'~corbie',
'~corbin',
'~corby',
'~cord',
'~cordell',
'~cordie',
'~cordy',
'~corey',
'~cori',
'~cornall',
'~cornelius',
'~cornell',
'~corney',
'~cornie',
'~corny',
'~correy',
'~corrie',
'~cort',
'~cortie',
'~corty',
'~cory',
'~cos',
'~cosimo',
'~cosme',
'~cosmo',
'~costa',
'~court',
'~courtnay',
'~courtney',
'~cozmo',
'~craggie',
'~craggy',
'~craig',
'~crawford',
'~creigh',
'~creight',
'~creighton',
'~crichton',
'~cris',
'~cristian',
'~cristiano',
'~cristobal',
'~crosby',
'~cross',
'~cull',
'~cullan',
'~cullen',
'~culley',
'~cullie',
'~cullin',
'~cully',
'~culver',
'~curcio',
'~curr',
'~curran',
'~currey',
'~currie',
'~curry',
'~curt',
'~curtice',
'~curtis',
'~cy',
'~cyril',
'~cyrill',
'~cyrille',
'~cyrillus',
'~cyrus',
'~darcy',
'~dael',
'~dag',
'~dagny',
'~dal',
'~dale',
'~dalis',
'~dall',
'~dallas',
'~dalli',
'~dallis',
'~dallon',
'~dalston',
'~dalt',
'~dalton',
'~dame',
'~damian',
'~damiano',
'~damien',
'~damon',
'~dan',
'~dana',
'~dane',
'~dani',
'~danie',
'~daniel',
'~dannel',
'~dannie',
'~danny',
'~dante',
'~danya',
'~dar',
'~darb',
'~darbee',
'~darby',
'~darcy',
'~dare',
'~daren',
'~darill',
'~darin',
'~dario',
'~darius',
'~darn',
'~darnall',
'~darnell',
'~daron',
'~darrel',
'~darrell',
'~darren',
'~darrick',
'~darrin',
'~darryl',
'~darwin',
'~daryl',
'~daryle',
'~dav',
'~dave',
'~daven',
'~davey',
'~david',
'~davidde',
'~davide',
'~davidson',
'~davie',
'~davin',
'~davis',
'~davon',
'~davy',
'~dean',
'~deane',
'~decca',
'~deck',
'~del',
'~delainey',
'~delaney',
'~delano',
'~delbert',
'~dell',
'~delmar',
'~delmer',
'~delmor',
'~delmore',
'~demetre',
'~demetri',
'~demetris',
'~demetrius',
'~demott',
'~den',
'~dene',
'~denis',
'~dennet',
'~denney',
'~dennie',
'~dennis',
'~dennison',
'~denny',
'~denver',
'~denys',
'~der',
'~derby',
'~derek',
'~derick',
'~derk',
'~dermot',
'~derrek',
'~derrick',
'~derrik',
'~derril',
'~derron',
'~derry',
'~derward',
'~derwin',
'~des',
'~desi',
'~desmond',
'~desmund',
'~dev',
'~devin',
'~devland',
'~devlen',
'~devlin',
'~devy',
'~dew',
'~dewain',
'~dewey',
'~dewie',
'~dewitt',
'~dex',
'~dexter',
'~diarmid',
'~dick',
'~dickie',
'~dicky',
'~diego',
'~dieter',
'~dietrich',
'~dilan',
'~dill',
'~dillie',
'~dillon',
'~dilly',
'~dimitri',
'~dimitry',
'~dino',
'~dion',
'~dionisio',
'~dionysus',
'~dirk',
'~dmitri',
'~dolf',
'~dolph',
'~dom',
'~domenic',
'~domenico',
'~domingo',
'~dominic',
'~dominick',
'~dominik',
'~dominique',
'~don',
'~donal',
'~donall',
'~donalt',
'~donaugh',
'~donavon',
'~donn',
'~donnell',
'~donnie',
'~donny',
'~donovan',
'~dore',
'~dorey',
'~dorian',
'~dorie',
'~dory',
'~doug',
'~dougie',
'~douglas',
'~douglass',
'~dougy',
'~dov',
'~doy',
'~doyle',
'~drake',
'~drew',
'~dru',
'~drud',
'~drugi',
'~duane',
'~dud',
'~dudley',
'~duff',
'~duffie',
'~duffy',
'~dugald',
'~duke',
'~dukey',
'~dukie',
'~duky',
'~dun',
'~dunc',
'~duncan',
'~dunn',
'~dunstan',
'~dur',
'~durand',
'~durant',
'~durante',
'~durward',
'~dwain',
'~dwayne',
'~dwight',
'~dylan',
'~eadmund',
'~eal',
'~eamon',
'~earl',
'~earle',
'~earlie',
'~early',
'~earvin',
'~eb',
'~eben',
'~ebeneser',
'~ebenezer',
'~eberhard',
'~eberto',
'~ed',
'~edan',
'~edd',
'~eddie',
'~eddy',
'~edgar',
'~edgard',
'~edgardo',
'~edik',
'~edlin',
'~edmon',
'~edmund',
'~edouard',
'~edsel',
'~eduard',
'~eduardo',
'~eduino',
'~edvard',
'~edward',
'~edwin',
'~efrem',
'~efren',
'~egan',
'~egbert',
'~egon',
'~egor',
'~el',
'~elbert',
'~elden',
'~eldin',
'~eldon',
'~eldredge',
'~eldridge',
'~eli',
'~elia',
'~elias',
'~elihu',
'~elijah',
'~eliot',
'~elisha',
'~ellary',
'~ellerey',
'~ellery',
'~elliot',
'~elliott',
'~ellis',
'~ellswerth',
'~ellsworth',
'~ellwood',
'~elmer',
'~elmo',
'~elmore',
'~elnar',
'~elroy',
'~elston',
'~elsworth',
'~elton',
'~elvin',
'~elvis',
'~elvyn',
'~elwin',
'~elwood',
'~elwyn',
'~ely',
'~em',
'~emanuel',
'~emanuele',
'~emelen',
'~emerson',
'~emery',
'~emile',
'~emilio',
'~emlen',
'~emlyn',
'~emmanuel',
'~emmerich',
'~emmery',
'~emmet',
'~emmett',
'~emmit',
'~emmott',
'~emmy',
'~emory',
'~engelbert',
'~englebert',
'~ennis',
'~enoch',
'~enos',
'~enrico',
'~enrique',
'~ephraim',
'~ephrayim',
'~ephrem',
'~erasmus',
'~erastus',
'~erek',
'~erhard',
'~erhart',
'~eric',
'~erich',
'~erick',
'~erie',
'~erik',
'~erin',
'~erl',
'~ermanno',
'~ermin',
'~ernest',
'~ernesto',
'~ernestus',
'~ernie',
'~ernst',
'~erny',
'~errick',
'~errol',
'~erroll',
'~erskine',
'~erv',
'~ervin',
'~erwin',
'~esdras',
'~esme',
'~esra',
'~esteban',
'~estevan',
'~etan',
'~ethan',
'~ethe',
'~ethelbert',
'~ethelred',
'~etienne',
'~ettore',
'~euell',
'~eugen',
'~eugene',
'~eugenio',
'~eugenius',
'~eustace',
'~ev',
'~evan',
'~evelin',
'~evelyn',
'~even',
'~everard',
'~evered',
'~everett',
'~evin',
'~evyn',
'~ewan',
'~eward',
'~ewart',
'~ewell',
'~ewen',
'~ezechiel',
'~ezekiel',
'~ezequiel',
'~eziechiele',
'~ezra',
'~ezri',
'~fabe',
'~faber',
'~fabian',
'~fabiano',
'~fabien',
'~fabio',
'~fair',
'~fairfax',
'~fairleigh',
'~fairlie',
'~falito',
'~falkner',
'~far',
'~farlay',
'~farlee',
'~farleigh',
'~farley',
'~farlie',
'~farly',
'~farr',
'~farrel',
'~farrell',
'~farris',
'~faulkner',
'~fax',
'~federico',
'~fee',
'~felic',
'~felice',
'~felicio',
'~felike',
'~feliks',
'~felipe',
'~felix',
'~felizio',
'~feodor',
'~ferd',
'~ferdie',
'~ferdinand',
'~ferdy',
'~fergus',
'~ferguson',
'~fernando',
'~ferrel',
'~ferrell',
'~ferris',
'~fidel',
'~fidelio',
'~fidole',
'~field',
'~fielding',
'~fields',
'~filbert',
'~filberte',
'~filberto',
'~filip',
'~filippo',
'~filmer',
'~filmore',
'~fin',
'~findlay',
'~findley',
'~finlay',
'~finley',
'~finn',
'~fitz',
'~fitzgerald',
'~flem',
'~fleming',
'~flemming',
'~fletch',
'~fletcher',
'~flin',
'~flinn',
'~flint',
'~florian',
'~flory',
'~floyd',
'~flynn',
'~fons',
'~fonsie',
'~fonz',
'~fonzie',
'~forbes',
'~ford',
'~forest',
'~forester',
'~forrest',
'~forrester',
'~forster',
'~foss',
'~foster',
'~fowler',
'~fran',
'~francesco',
'~franchot',
'~francis',
'~francisco',
'~franciskus',
'~francklin',
'~francklyn',
'~francois',
'~frank',
'~frankie',
'~franklin',
'~franklyn',
'~franky',
'~frannie',
'~franny',
'~frans',
'~fransisco',
'~frants',
'~franz',
'~franzen',
'~frasco',
'~fraser',
'~frasier',
'~frasquito',
'~fraze',
'~frazer',
'~frazier',
'~fred',
'~freddie',
'~freddy',
'~fredek',
'~frederic',
'~frederich',
'~frederick',
'~frederico',
'~frederigo',
'~frederik',
'~fredric',
'~fredrick',
'~free',
'~freedman',
'~freeland',
'~freeman',
'~freemon',
'~fremont',
'~friedrich',
'~friedrick',
'~fritz',
'~fulton',
'~gabbie',
'~gabby',
'~gabe',
'~gabi',
'~gabie',
'~gabriel',
'~gabriele',
'~gabriello',
'~gaby',
'~gael',
'~gaelan',
'~gage',
'~gail',
'~gaile',
'~gal',
'~gale',
'~galen',
'~gallagher',
'~gallard',
'~galvan',
'~galven',
'~galvin',
'~gamaliel',
'~gan',
'~gannie',
'~gannon',
'~ganny',
'~gar',
'~garald',
'~gard',
'~gardener',
'~gardie',
'~gardiner',
'~gardner',
'~gardy',
'~gare',
'~garek',
'~gareth',
'~garey',
'~garfield',
'~garik',
'~garner',
'~garold',
'~garrard',
'~garrek',
'~garret',
'~garreth',
'~garrett',
'~garrick',
'~garrik',
'~garrot',
'~garrott',
'~garry',
'~garth',
'~garv',
'~garvey',
'~garvin',
'~garvy',
'~garwin',
'~garwood',
'~gary',
'~gaspar',
'~gaspard',
'~gasparo',
'~gasper',
'~gaston',
'~gaultiero',
'~gauthier',
'~gav',
'~gavan',
'~gaven',
'~gavin',
'~gawain',
'~gawen',
'~gay',
'~gayelord',
'~gayle',
'~gayler',
'~gaylor',
'~gaylord',
'~gearalt',
'~gearard',
'~gene',
'~geno',
'~geoff',
'~geoffrey',
'~geoffry',
'~georas',
'~geordie',
'~georg',
'~george',
'~georges',
'~georgi',
'~georgie',
'~georgy',
'~gerald',
'~gerard',
'~gerardo',
'~gerek',
'~gerhard',
'~gerhardt',
'~geri',
'~gerick',
'~gerik',
'~germain',
'~germaine',
'~germayne',
'~gerome',
'~gerrard',
'~gerri',
'~gerrie',
'~gerry',
'~gery',
'~gherardo',
'~giacobo',
'~giacomo',
'~giacopo',
'~gian',
'~gianni',
'~giavani',
'~gib',
'~gibb',
'~gibbie',
'~gibby',
'~gideon',
'~giff',
'~giffard',
'~giffer',
'~giffie',
'~gifford',
'~giffy',
'~gil',
'~gilbert',
'~gilberto',
'~gilburt',
'~giles',
'~gill',
'~gilles',
'~ginger',
'~gino',
'~giordano',
'~giorgi',
'~giorgio',
'~giovanni',
'~giraldo',
'~giraud',
'~giselbert',
'~giulio',
'~giuseppe',
'~giustino',
'~giusto',
'~glen',
'~glenden',
'~glendon',
'~glenn',
'~glyn',
'~glynn',
'~godard',
'~godart',
'~goddard',
'~goddart',
'~godfree',
'~godfrey',
'~godfry',
'~godwin',
'~gonzales',
'~gonzalo',
'~goober',
'~goran',
'~goraud',
'~gordan',
'~gorden',
'~gordie',
'~gordon',
'~gordy',
'~gothart',
'~gottfried',
'~grace',
'~gradeigh',
'~gradey',
'~grady',
'~graehme',
'~graeme',
'~graham',
'~graig',
'~gram',
'~gran',
'~grange',
'~granger',
'~grannie',
'~granny',
'~grant',
'~grantham',
'~granthem',
'~grantley',
'~granville',
'~gray',
'~greg',
'~gregg',
'~greggory',
'~gregoire',
'~gregoor',
'~gregor',
'~gregorio',
'~gregorius',
'~gregory',
'~grenville',
'~griff',
'~griffie',
'~griffin',
'~griffith',
'~griffy',
'~gris',
'~griswold',
'~griz',
'~grove',
'~grover',
'~gualterio',
'~guglielmo',
'~guido',
'~guilbert',
'~guillaume',
'~guillermo',
'~gun',
'~gunar',
'~gunner',
'~guntar',
'~gunter',
'~gunther',
'~gus',
'~guss',
'~gustaf',
'~gustav',
'~gustave',
'~gustavo',
'~gustavus',
'~guthrey',
'~guthrie',
'~guthry',
'~guy',
'~had',
'~hadlee',
'~hadleigh',
'~hadley',
'~hadrian',
'~hagan',
'~hagen',
'~hailey',
'~haily',
'~hakeem',
'~hakim',
'~hal',
'~hale',
'~haleigh',
'~haley',
'~hall',
'~hallsy',
'~halsey',
'~halsy',
'~ham',
'~hamel',
'~hamid',
'~hamil',
'~hamilton',
'~hamish',
'~hamlen',
'~hamlin',
'~hammad',
'~hamnet',
'~hanan',
'~hank',
'~hans',
'~hansiain',
'~hanson',
'~harald',
'~harbert',
'~harcourt',
'~hardy',
'~harlan',
'~harland',
'~harlen',
'~harley',
'~harlin',
'~harman',
'~harmon',
'~harold',
'~haroun',
'~harp',
'~harper',
'~harris',
'~harrison',
'~harry',
'~hart',
'~hartley',
'~hartwell',
'~harv',
'~harvey',
'~harwell',
'~harwilll',
'~hasheem',
'~hashim',
'~haskel',
'~haskell',
'~haslett',
'~hastie',
'~hastings',
'~hasty',
'~haven',
'~hayden',
'~haydon',
'~hayes',
'~hayward',
'~haywood',
'~hayyim',
'~haze',
'~hazel',
'~hazlett',
'~heall',
'~heath',
'~hebert',
'~hector',
'~heindrick',
'~heinrick',
'~heinrik',
'~henderson',
'~hendrick',
'~hendrik',
'~henri',
'~henrik',
'~henry',
'~herb',
'~herbert',
'~herbie',
'~herby',
'~herc',
'~hercule',
'~hercules',
'~herculie',
'~heriberto',
'~herman',
'~hermann',
'~hermie',
'~hermon',
'~hermy',
'~hernando',
'~herold',
'~herrick',
'~hersch',
'~herschel',
'~hersh',
'~hershel',
'~herve',
'~hervey',
'~hew',
'~hewe',
'~hewet',
'~hewett',
'~hewie',
'~hewitt',
'~heywood',
'~hi',
'~hieronymus',
'~hilario',
'~hilarius',
'~hilary',
'~hill',
'~hillard',
'~hillary',
'~hillel',
'~hillery',
'~hilliard',
'~hillie',
'~hillier',
'~hilly',
'~hillyer',
'~hilton',
'~hinze',
'~hiram',
'~hirsch',
'~hobard',
'~hobart',
'~hobey',
'~hobie',
'~hodge',
'~hoebart',
'~hogan',
'~holden',
'~hollis',
'~holly',
'~holmes',
'~holt',
'~homer',
'~homere',
'~homerus',
'~horace',
'~horacio',
'~horatio',
'~horatius',
'~horst',
'~hort',
'~horten',
'~horton',
'~howard',
'~howey',
'~howie',
'~hoyt',
'~hube',
'~hubert',
'~huberto',
'~hubey',
'~hubie',
'~huey',
'~hugh',
'~hughie',
'~hugibert',
'~hugo',
'~hugues',
'~humbert',
'~humberto',
'~humfrey',
'~humfrid',
'~humfried',
'~humphrey',
'~hunfredo',
'~hunt',
'~hunter',
'~huntington',
'~huntlee',
'~huntley',
'~hurlee',
'~hurleigh',
'~hurley',
'~husain',
'~husein',
'~hussein',
'~hy',
'~hyatt',
'~hyman',
'~hymie',
'~iago',
'~iain',
'~ian',
'~ibrahim',
'~ichabod',
'~iggie',
'~iggy',
'~ignace',
'~ignacio',
'~ignacius',
'~ignatius',
'~ignaz',
'~ignazio',
'~igor',
'~ike',
'~ikey',
'~ilaire',
'~ilario',
'~immanuel',
'~ingamar',
'~ingar',
'~ingelbert',
'~ingemar',
'~inger',
'~inglebert',
'~inglis',
'~ingmar',
'~ingra',
'~ingram',
'~ingrim',
'~inigo',
'~inness',
'~innis',
'~iorgo',
'~iorgos',
'~iosep',
'~ira',
'~irv',
'~irvin',
'~irvine',
'~irving',
'~irwin',
'~irwinn',
'~isa',
'~isaac',
'~isaak',
'~isac',
'~isacco',
'~isador',
'~isadore',
'~isaiah',
'~isak',
'~isiahi',
'~isidor',
'~isidore',
'~isidoro',
'~isidro',
'~israel',
'~issiah',
'~itch',
'~ivan',
'~ivar',
'~ive',
'~iver',
'~ives',
'~ivor',
'~izaak',
'~izak',
'~izzy',
'~jabez',
'~jack',
'~jackie',
'~jackson',
'~jacky',
'~jacob',
'~jacobo',
'~jacques',
'~jae',
'~jaime',
'~jaimie',
'~jake',
'~jakie',
'~jakob',
'~jamaal',
'~jamal',
'~james',
'~jameson',
'~jamesy',
'~jamey',
'~jamie',
'~jamil',
'~jamill',
'~jamison',
'~jammal',
'~jan',
'~janek',
'~janos',
'~jarad',
'~jard',
'~jareb',
'~jared',
'~jarib',
'~jarid',
'~jarrad',
'~jarred',
'~jarret',
'~jarrett',
'~jarrid',
'~jarrod',
'~jarvis',
'~jase',
'~jasen',
'~jason',
'~jasper',
'~jasun',
'~javier',
'~jay',
'~jaye',
'~jayme',
'~jaymie',
'~jayson',
'~jdavie',
'~jean',
'~jecho',
'~jed',
'~jedd',
'~jeddy',
'~jedediah',
'~jedidiah',
'~jeff',
'~jefferey',
'~jefferson',
'~jeffie',
'~jeffrey',
'~jeffry',
'~jeffy',
'~jehu',
'~jeno',
'~jens',
'~jephthah',
'~jerad',
'~jerald',
'~jeramey',
'~jeramie',
'~jere',
'~jereme',
'~jeremiah',
'~jeremias',
'~jeremie',
'~jeremy',
'~jermain',
'~jermaine',
'~jermayne',
'~jerome',
'~jeromy',
'~jerri',
'~jerrie',
'~jerrold',
'~jerrome',
'~jerry',
'~jervis',
'~jess',
'~jesse',
'~jessee',
'~jessey',
'~jessie',
'~jesus',
'~jeth',
'~jethro',
'~jim',
'~jimmie',
'~jimmy',
'~jo',
'~joachim',
'~joaquin',
'~job',
'~jock',
'~jocko',
'~jodi',
'~jodie',
'~jody',
'~joe',
'~joel',
'~joey',
'~johan',
'~johann',
'~johannes',
'~john',
'~johnathan',
'~johnathon',
'~johnnie',
'~johnny',
'~johny',
'~jon',
'~jonah',
'~jonas',
'~jonathan',
'~jonathon',
'~jone',
'~jordan',
'~jordon',
'~jorgan',
'~jorge',
'~jory',
'~jose',
'~joseito',
'~joseph',
'~josh',
'~joshia',
'~joshua',
'~joshuah',
'~josiah',
'~josias',
'~jourdain',
'~jozef',
'~juan',
'~jud',
'~judah',
'~judas',
'~judd',
'~jude',
'~judon',
'~jule',
'~jules',
'~julian',
'~julie',
'~julio',
'~julius',
'~justen',
'~justin',
'~justinian',
'~justino',
'~justis',
'~justus',
'~kahaleel',
'~kahlil',
'~kain',
'~kaine',
'~kaiser',
'~kale',
'~kaleb',
'~kalil',
'~kalle',
'~kalvin',
'~kane',
'~kareem',
'~karel',
'~karim',
'~karl',
'~karlan',
'~karlens',
'~karlik',
'~karlis',
'~karney',
'~karoly',
'~kaspar',
'~kasper',
'~kayne',
'~kean',
'~keane',
'~kearney',
'~keary',
'~keefe',
'~keefer',
'~keelby',
'~keen',
'~keenan',
'~keene',
'~keir',
'~keith',
'~kelbee',
'~kelby',
'~kele',
'~kellby',
'~kellen',
'~kelley',
'~kelly',
'~kelsey',
'~kelvin',
'~kelwin',
'~ken',
'~kendal',
'~kendall',
'~kendell',
'~kendrick',
'~kendricks',
'~kenn',
'~kennan',
'~kennedy',
'~kenneth',
'~kennett',
'~kennie',
'~kennith',
'~kenny',
'~kenon',
'~kent',
'~kenton',
'~kenyon',
'~ker',
'~kerby',
'~kerk',
'~kermie',
'~kermit',
'~kermy',
'~kerr',
'~kerry',
'~kerwin',
'~kerwinn',
'~kev',
'~kevan',
'~keven',
'~kevin',
'~kevon',
'~khalil',
'~kiel',
'~kienan',
'~kile',
'~kiley',
'~kilian',
'~killian',
'~killie',
'~killy',
'~kim',
'~kimball',
'~kimbell',
'~kimble',
'~kin',
'~kincaid',
'~king',
'~kingsley',
'~kingsly',
'~kingston',
'~kinnie',
'~kinny',
'~kinsley',
'~kip',
'~kipp',
'~kippar',
'~kipper',
'~kippie',
'~kippy',
'~kirby',
'~kirk',
'~kit',
'~klaus',
'~klemens',
'~klement',
'~kleon',
'~kliment',
'~knox',
'~koenraad',
'~konrad',
'~konstantin',
'~konstantine',
'~korey',
'~kort',
'~kory',
'~kris',
'~krisha',
'~krishna',
'~krishnah',
'~krispin',
'~kristian',
'~kristo',
'~kristofer',
'~kristoffer',
'~kristofor',
'~kristoforo',
'~kristopher',
'~kristos',
'~kurt',
'~kurtis',
'~ky',
'~kyle',
'~kylie',
'~laird',
'~lalo',
'~lamar',
'~lambert',
'~lammond',
'~lamond',
'~lamont',
'~lance',
'~lancelot',
'~land',
'~lane',
'~laney',
'~langsdon',
'~langston',
'~lanie',
'~lannie',
'~lanny',
'~larry',
'~lars',
'~laughton',
'~launce',
'~lauren',
'~laurence',
'~laurens',
'~laurent',
'~laurie',
'~lauritz',
'~law',
'~lawrence',
'~lawry',
'~lawton',
'~lay',
'~layton',
'~lazar',
'~lazare',
'~lazaro',
'~lazarus',
'~lee',
'~leeland',
'~lefty',
'~leicester',
'~leif',
'~leigh',
'~leighton',
'~lek',
'~leland',
'~lem',
'~lemar',
'~lemmie',
'~lemmy',
'~lemuel',
'~lenard',
'~lenci',
'~lennard',
'~lennie',
'~leo',
'~leon',
'~leonard',
'~leonardo',
'~leonerd',
'~leonhard',
'~leonid',
'~leonidas',
'~leopold',
'~leroi',
'~leroy',
'~les',
'~lesley',
'~leslie',
'~lester',
'~leupold',
'~lev',
'~levey',
'~levi',
'~levin',
'~levon',
'~levy',
'~lew',
'~lewes',
'~lewie',
'~lewiss',
'~lezley',
'~liam',
'~lief',
'~lin',
'~linc',
'~lincoln',
'~lind',
'~lindon',
'~lindsay',
'~lindsey',
'~lindy',
'~link',
'~linn',
'~linoel',
'~linus',
'~lion',
'~lionel',
'~lionello',
'~lisle',
'~llewellyn',
'~lloyd',
'~llywellyn',
'~lock',
'~locke',
'~lockwood',
'~lodovico',
'~logan',
'~lombard',
'~lon',
'~lonnard',
'~lonnie',
'~lonny',
'~lorant',
'~loren',
'~lorens',
'~lorenzo',
'~lorin',
'~lorne',
'~lorrie',
'~lorry',
'~lothaire',
'~lothario',
'~lou',
'~louie',
'~louis',
'~lovell',
'~lowe',
'~lowell',
'~lowrance',
'~loy',
'~loydie',
'~luca',
'~lucais',
'~lucas',
'~luce',
'~lucho',
'~lucian',
'~luciano',
'~lucias',
'~lucien',
'~lucio',
'~lucius',
'~ludovico',
'~ludvig',
'~ludwig',
'~luigi',
'~luis',
'~lukas',
'~luke',
'~lutero',
'~luther',
'~ly',
'~lydon',
'~lyell',
'~lyle',
'~lyman',
'~lyn',
'~lynn',
'~lyon',
'~mac',
'~mace',
'~mack',
'~mackenzie',
'~maddie',
'~maddy',
'~madison',
'~magnum',
'~mahmoud',
'~mahmud',
'~maison',
'~maje',
'~major',
'~mal',
'~malachi',
'~malchy',
'~malcolm',
'~mallory',
'~malvin',
'~man',
'~mandel',
'~manfred',
'~mannie',
'~manny',
'~mano',
'~manolo',
'~manuel',
'~mar',
'~marc',
'~marcel',
'~marcello',
'~marcellus',
'~marcelo',
'~marchall',
'~marco',
'~marcos',
'~marcus',
'~marietta',
'~marijn',
'~mario',
'~marion',
'~marius',
'~mark',
'~markos',
'~markus',
'~marlin',
'~marlo',
'~marlon',
'~marlow',
'~marlowe',
'~marmaduke',
'~marsh',
'~marshal',
'~marshall',
'~mart',
'~martainn',
'~marten',
'~martie',
'~martin',
'~martino',
'~marty',
'~martyn',
'~marv',
'~marve',
'~marven',
'~marvin',
'~marwin',
'~mason',
'~massimiliano',
'~massimo',
'~mata',
'~mateo',
'~mathe',
'~mathew',
'~mathian',
'~mathias',
'~matias',
'~matt',
'~matteo',
'~matthaeus',
'~mattheus',
'~matthew',
'~matthias',
'~matthieu',
'~matthiew',
'~matthus',
'~mattias',
'~mattie',
'~matty',
'~maurice',
'~mauricio',
'~maurie',
'~maurise',
'~maurits',
'~maurizio',
'~maury',
'~max',
'~maxie',
'~maxim',
'~maximilian',
'~maximilianus',
'~maximilien',
'~maximo',
'~maxwell',
'~maxy',
'~mayer',
'~maynard',
'~mayne',
'~maynord',
'~mayor',
'~mead',
'~meade',
'~meier',
'~meir',
'~mel',
'~melvin',
'~melvyn',
'~menard',
'~mendel',
'~mendie',
'~mendy',
'~meredeth',
'~meredith',
'~merell',
'~merill',
'~merle',
'~merrel',
'~merrick',
'~merrill',
'~merry',
'~merv',
'~mervin',
'~merwin',
'~merwyn',
'~meryl',
'~meyer',
'~mic',
'~micah',
'~michael',
'~michail',
'~michal',
'~michale',
'~micheal',
'~micheil',
'~michel',
'~michele',
'~mick',
'~mickey',
'~mickie',
'~micky',
'~miguel',
'~mikael',
'~mike',
'~mikel',
'~mikey',
'~mikkel',
'~mikol',
'~mile',
'~miles',
'~mill',
'~millard',
'~miller',
'~milo',
'~milt',
'~miltie',
'~milton',
'~milty',
'~miner',
'~minor',
'~mischa',
'~mitch',
'~mitchael',
'~mitchel',
'~mitchell',
'~moe',
'~mohammed',
'~mohandas',
'~mohandis',
'~moise',
'~moises',
'~moishe',
'~monro',
'~monroe',
'~montague',
'~monte',
'~montgomery',
'~monti',
'~monty',
'~moore',
'~mord',
'~mordecai',
'~mordy',
'~morey',
'~morgan',
'~morgen',
'~morgun',
'~morie',
'~moritz',
'~morlee',
'~morley',
'~morly',
'~morrie',
'~morris',
'~morry',
'~morse',
'~mort',
'~morten',
'~mortie',
'~mortimer',
'~morton',
'~morty',
'~mose',
'~moses',
'~moshe',
'~moss',
'~mozes',
'~muffin',
'~muhammad',
'~munmro',
'~munroe',
'~murdoch',
'~murdock',
'~murray',
'~murry',
'~murvyn',
'~my',
'~myca',
'~mycah',
'~mychal',
'~myer',
'~myles',
'~mylo',
'~myron',
'~myrvyn',
'~myrwyn',
'~nahum',
'~nap',
'~napoleon',
'~nappie',
'~nappy',
'~nat',
'~natal',
'~natale',
'~nataniel',
'~nate',
'~nathan',
'~nathanael',
'~nathanial',
'~nathaniel',
'~nathanil',
'~natty',
'~neal',
'~neale',
'~neall',
'~nealon',
'~nealson',
'~nealy',
'~ned',
'~neddie',
'~neddy',
'~neel',
'~nefen',
'~nehemiah',
'~neil',
'~neill',
'~neils',
'~nels',
'~nelson',
'~nero',
'~neron',
'~nester',
'~nestor',
'~nev',
'~nevil',
'~nevile',
'~neville',
'~nevin',
'~nevins',
'~newton',
'~nial',
'~niall',
'~niccolo',
'~nicholas',
'~nichole',
'~nichols',
'~nick',
'~nickey',
'~nickie',
'~nicko',
'~nickola',
'~nickolai',
'~nickolas',
'~nickolaus',
'~nicky',
'~nico',
'~nicol',
'~nicola',
'~nicolai',
'~nicolais',
'~nicolas',
'~nicolis',
'~niel',
'~niels',
'~nigel',
'~niki',
'~nikita',
'~nikki',
'~niko',
'~nikola',
'~nikolai',
'~nikolaos',
'~nikolas',
'~nikolaus',
'~nikolos',
'~nikos',
'~nil',
'~niles',
'~nils',
'~nilson',
'~niven',
'~noach',
'~noah',
'~noak',
'~noam',
'~nobe',
'~nobie',
'~noble',
'~noby',
'~noe',
'~noel',
'~nolan',
'~noland',
'~noll',
'~nollie',
'~nolly',
'~norbert',
'~norbie',
'~norby',
'~norman',
'~normand',
'~normie',
'~normy',
'~norrie',
'~norris',
'~norry',
'~north',
'~northrop',
'~northrup',
'~norton',
'~nowell',
'~nye',
'~oates',
'~obadiah',
'~obadias',
'~obed',
'~obediah',
'~oberon',
'~obidiah',
'~obie',
'~oby',
'~octavius',
'~ode',
'~odell',
'~odey',
'~odie',
'~odo',
'~ody',
'~ogdan',
'~ogden',
'~ogdon',
'~olag',
'~olav',
'~ole',
'~olenolin',
'~olin',
'~oliver',
'~olivero',
'~olivier',
'~oliviero',
'~ollie',
'~olly',
'~olvan',
'~omar',
'~omero',
'~onfre',
'~onfroi',
'~onofredo',
'~oran',
'~orazio',
'~orbadiah',
'~oren',
'~orin',
'~orion',
'~orlan',
'~orland',
'~orlando',
'~orran',
'~orren',
'~orrin',
'~orson',
'~orton',
'~orv',
'~orville',
'~osbert',
'~osborn',
'~osborne',
'~osbourn',
'~osbourne',
'~osgood',
'~osmond',
'~osmund',
'~ossie',
'~oswald',
'~oswell',
'~otes',
'~othello',
'~otho',
'~otis',
'~otto',
'~owen',
'~ozzie',
'~ozzy',
'~pablo',
'~pace',
'~packston',
'~paco',
'~pacorro',
'~paddie',
'~paddy',
'~padget',
'~padgett',
'~padraic',
'~padraig',
'~padriac',
'~page',
'~paige',
'~pail',
'~pall',
'~palm',
'~palmer',
'~panchito',
'~pancho',
'~paolo',
'~papageno',
'~paquito',
'~park',
'~parke',
'~parker',
'~parnell',
'~parrnell',
'~parry',
'~parsifal',
'~pascal',
'~pascale',
'~pasquale',
'~pat',
'~pate',
'~paten',
'~patin',
'~paton',
'~patric',
'~patrice',
'~patricio',
'~patrick',
'~patrizio',
'~patrizius',
'~patsy',
'~patten',
'~pattie',
'~pattin',
'~patton',
'~patty',
'~paul',
'~paulie',
'~paulo',
'~pauly',
'~pavel',
'~pavlov',
'~paxon',
'~paxton',
'~payton',
'~peadar',
'~pearce',
'~pebrook',
'~peder',
'~pedro',
'~peirce',
'~pembroke',
'~pen',
'~penn',
'~pennie',
'~penny',
'~penrod',
'~pepe',
'~pepillo',
'~pepito',
'~perceval',
'~percival',
'~percy',
'~perice',
'~perkin',
'~pernell',
'~perren',
'~perry',
'~pete',
'~peter',
'~peterus',
'~petey',
'~petr',
'~peyter',
'~peyton',
'~phil',
'~philbert',
'~philip',
'~phillip',
'~phillipe',
'~phillipp',
'~phineas',
'~phip',
'~pierce',
'~pierre',
'~pierson',
'~pieter',
'~pietrek',
'~pietro',
'~piggy',
'~pincas',
'~pinchas',
'~pincus',
'~piotr',
'~pip',
'~pippo',
'~pooh',
'~port',
'~porter',
'~portie',
'~porty',
'~poul',
'~powell',
'~pren',
'~prent',
'~prentice',
'~prentiss',
'~prescott',
'~preston',
'~price',
'~prince',
'~prinz',
'~pryce',
'~puff',
'~purcell',
'~putnam',
'~putnem',
'~pyotr',
'~quent',
'~quentin',
'~quill',
'~quillan',
'~quincey',
'~quincy',
'~quinlan',
'~quinn',
'~quint',
'~quintin',
'~quinton',
'~quintus',
'~rab',
'~rabbi',
'~rabi',
'~rad',
'~radcliffe',
'~raddie',
'~raddy',
'~rafael',
'~rafaellle',
'~rafaello',
'~rafe',
'~raff',
'~raffaello',
'~raffarty',
'~rafferty',
'~rafi',
'~ragnar',
'~raimondo',
'~raimund',
'~raimundo',
'~rainer',
'~raleigh',
'~ralf',
'~ralph',
'~ram',
'~ramon',
'~ramsay',
'~ramsey',
'~rance',
'~rancell',
'~rand',
'~randal',
'~randall',
'~randell',
'~randi',
'~randie',
'~randolf',
'~randolph',
'~randy',
'~ransell',
'~ransom',
'~raoul',
'~raphael',
'~raul',
'~ravi',
'~ravid',
'~raviv',
'~rawley',
'~ray',
'~raymond',
'~raymund',
'~raynard',
'~rayner',
'~raynor',
'~read',
'~reade',
'~reagan',
'~reagen',
'~reamonn',
'~red',
'~redd',
'~redford',
'~reece',
'~reed',
'~rees',
'~reese',
'~reg',
'~regan',
'~regen',
'~reggie',
'~reggis',
'~reggy',
'~reginald',
'~reginauld',
'~reid',
'~reidar',
'~reider',
'~reilly',
'~reinald',
'~reinaldo',
'~reinaldos',
'~reinhard',
'~reinhold',
'~reinold',
'~reinwald',
'~rem',
'~remington',
'~remus',
'~renado',
'~renaldo',
'~renard',
'~renato',
'~renaud',
'~renault',
'~rene',
'~reube',
'~reuben',
'~reuven',
'~rex',
'~rey',
'~reynard',
'~reynold',
'~reynolds',
'~rhett',
'~rhys',
'~ric',
'~ricard',
'~ricardo',
'~riccardo',
'~rice',
'~rich',
'~richard',
'~richardo',
'~richart',
'~richie',
'~richmond',
'~richmound',
'~richy',
'~rick',
'~rickard',
'~rickert',
'~rickey',
'~ricki',
'~rickie',
'~ricky',
'~ricoriki',
'~rik',
'~rikki',
'~riley',
'~rinaldo',
'~ring',
'~ringo',
'~riobard',
'~riordan',
'~rip',
'~ripley',
'~ritchie',
'~roarke',
'~rob',
'~robb',
'~robbert',
'~robbie',
'~robby',
'~robers',
'~robert',
'~roberto',
'~robin',
'~robinet',
'~robinson',
'~rochester',
'~rock',
'~rockey',
'~rockie',
'~rockwell',
'~rocky',
'~rod',
'~rodd',
'~roddie',
'~roddy',
'~roderic',
'~roderich',
'~roderick',
'~roderigo',
'~rodge',
'~rodger',
'~rodney',
'~rodolfo',
'~rodolph',
'~rodolphe',
'~rodrick',
'~rodrigo',
'~rodrique',
'~rog',
'~roger',
'~rogerio',
'~rogers',
'~roi',
'~roland',
'~rolando',
'~roldan',
'~roley',
'~rolf',
'~rolfe',
'~rolland',
'~rollie',
'~rollin',
'~rollins',
'~rollo',
'~rolph',
'~roma',
'~romain',
'~roman',
'~romeo',
'~ron',
'~ronald',
'~ronnie',
'~ronny',
'~rooney',
'~roosevelt',
'~rorke',
'~rory',
'~rosco',
'~roscoe',
'~ross',
'~rossie',
'~rossy',
'~roth',
'~rourke',
'~rouvin',
'~rowan',
'~rowen',
'~rowland',
'~rowney',
'~roy',
'~royal',
'~royall',
'~royce',
'~rriocard',
'~rube',
'~ruben',
'~rubin',
'~ruby',
'~rudd',
'~ruddie',
'~ruddy',
'~rudie',
'~rudiger',
'~rudolf',
'~rudolfo',
'~rudolph',
'~rudy',
'~rudyard',
'~rufe',
'~rufus',
'~ruggiero',
'~rupert',
'~ruperto',
'~ruprecht',
'~rurik',
'~russ',
'~russell',
'~rustie',
'~rustin',
'~rusty',
'~rutger',
'~rutherford',
'~rutledge',
'~rutter',
'~ruttger',
'~ruy',
'~ryan',
'~ryley',
'~ryon',
'~ryun',
'~sal',
'~saleem',
'~salem',
'~salim',
'~salmon',
'~salomo',
'~salomon',
'~salomone',
'~salvador',
'~salvatore',
'~salvidor',
'~sam',
'~sammie',
'~sammy',
'~sampson',
'~samson',
'~samuel',
'~samuele',
'~sancho',
'~sander',
'~sanders',
'~sanderson',
'~sandor',
'~sandro',
'~sandy',
'~sanford',
'~sanson',
'~sansone',
'~sarge',
'~sargent',
'~sascha',
'~sasha',
'~saul',
'~sauncho',
'~saunder',
'~saunders',
'~saunderson',
'~saundra',
'~sauveur',
'~saw',
'~sawyer',
'~sawyere',
'~sax',
'~saxe',
'~saxon',
'~say',
'~sayer',
'~sayers',
'~sayre',
'~sayres',
'~scarface',
'~schuyler',
'~scot',
'~scott',
'~scotti',
'~scottie',
'~scotty',
'~seamus',
'~sean',
'~sebastian',
'~sebastiano',
'~sebastien',
'~see',
'~selby',
'~selig',
'~serge',
'~sergeant',
'~sergei',
'~sergent',
'~sergio',
'~seth',
'~seumas',
'~seward',
'~seymour',
'~shadow',
'~shae',
'~shaine',
'~shalom',
'~shamus',
'~shanan',
'~shane',
'~shannan',
'~shannon',
'~shaughn',
'~shaun',
'~shaw',
'~shawn',
'~shay',
'~shayne',
'~shea',
'~sheff',
'~sheffie',
'~sheffield',
'~sheffy',
'~shelby',
'~shelden',
'~shell',
'~shelley',
'~shellysheldon',
'~shelton',
'~shem',
'~shep',
'~shepard',
'~shepherd',
'~sheppard',
'~shepperd',
'~sheridan',
'~sherlock',
'~sherlocke',
'~sherm',
'~sherman',
'~shermie',
'~shermy',
'~sherwin',
'~sherwood',
'~sherwynd',
'~sholom',
'~shurlock',
'~shurlocke',
'~shurwood',
'~si',
'~sibyl',
'~sid',
'~sidnee',
'~sidney',
'~siegfried',
'~siffre',
'~sig',
'~sigfrid',
'~sigfried',
'~sigismond',
'~sigismondo',
'~sigismund',
'~sigismundo',
'~sigmund',
'~sigvard',
'~silas',
'~silvain',
'~silvan',
'~silvano',
'~silvanus',
'~silvester',
'~silvio',
'~sim',
'~simeon',
'~simmonds',
'~simon',
'~simone',
'~sinclair',
'~sinclare',
'~siward',
'~skell',
'~skelly',
'~skip',
'~skipp',
'~skipper',
'~skippie',
'~skippy',
'~skipton',
'~sky',
'~skye',
'~skylar',
'~skyler',
'~slade',
'~sloan',
'~sloane',
'~sly',
'~smith',
'~smitty',
'~sol',
'~sollie',
'~solly',
'~solomon',
'~somerset',
'~son',
'~sonnie',
'~sonny',
'~spence',
'~spencer',
'~spense',
'~spenser',
'~spike',
'~stacee',
'~stacy',
'~staffard',
'~stafford',
'~staford',
'~stan',
'~standford',
'~stanfield',
'~stanford',
'~stanislas',
'~stanislaus',
'~stanislaw',
'~stanleigh',
'~stanley',
'~stanly',
'~stanton',
'~stanwood',
'~stavro',
'~stavros',
'~stearn',
'~stearne',
'~stefan',
'~stefano',
'~steffen',
'~stephan',
'~stephanus',
'~stephen',
'~sterling',
'~stern',
'~sterne',
'~steve',
'~steven',
'~stevie',
'~stevy',
'~steward',
'~stewart',
'~stillman',
'~stillmann',
'~stinky',
'~stirling',
'~stu',
'~stuart',
'~sullivan',
'~sully',
'~sumner',
'~sunny',
'~sutherlan',
'~sutherland',
'~sutton',
'~sven',
'~svend',
'~swen',
'~syd',
'~sydney',
'~sylas',
'~sylvan',
'~sylvester',
'~syman',
'~symon',
'~tab',
'~tabb',
'~tabbie',
'~tabby',
'~taber',
'~tabor',
'~tad',
'~tadd',
'~taddeo',
'~taddeusz',
'~tadeas',
'~tadeo',
'~tades',
'~tadio',
'~tailor',
'~tait',
'~taite',
'~talbert',
'~talbot',
'~tallie',
'~tally',
'~tam',
'~tamas',
'~tammie',
'~tammy',
'~tan',
'~tann',
'~tanner',
'~tanney',
'~tannie',
'~tanny',
'~tarrance',
'~tate',
'~taylor',
'~teador',
'~ted',
'~tedd',
'~teddie',
'~teddy',
'~tedie',
'~tedman',
'~tedmund',
'~temp',
'~temple',
'~templeton',
'~teodoor',
'~teodor',
'~teodorico',
'~teodoro',
'~terence',
'~terencio',
'~terrance',
'~terrel',
'~terrell',
'~terrence',
'~terri',
'~terrill',
'~terry',
'~thacher',
'~thaddeus',
'~thaddus',
'~thadeus',
'~thain',
'~thaine',
'~thane',
'~thatch',
'~thatcher',
'~thaxter',
'~thayne',
'~thebault',
'~thedric',
'~thedrick',
'~theo',
'~theobald',
'~theodor',
'~theodore',
'~theodoric',
'~thibaud',
'~thibaut',
'~thom',
'~thoma',
'~thomas',
'~thor',
'~thorin',
'~thorn',
'~thorndike',
'~thornie',
'~thornton',
'~thorny',
'~thorpe',
'~thorstein',
'~thorsten',
'~thorvald',
'~thurstan',
'~thurston',
'~tibold',
'~tiebold',
'~tiebout',
'~tiler',
'~tim',
'~timmie',
'~timmy',
'~timofei',
'~timoteo',
'~timothee',
'~timotheus',
'~timothy',
'~tirrell',
'~tito',
'~titos',
'~titus',
'~tobe',
'~tobiah',
'~tobias',
'~tobie',
'~tobin',
'~tobit',
'~toby',
'~tod',
'~todd',
'~toddie',
'~toddy',
'~toiboid',
'~tom',
'~tomas',
'~tomaso',
'~tome',
'~tomkin',
'~tomlin',
'~tommie',
'~tommy',
'~tonnie',
'~tony',
'~tore',
'~torey',
'~torin',
'~torr',
'~torrance',
'~torre',
'~torrence',
'~torrey',
'~torrin',
'~torry',
'~town',
'~towney',
'~townie',
'~townsend',
'~towny',
'~trace',
'~tracey',
'~tracie',
'~tracy',
'~traver',
'~travers',
'~travis',
'~travus',
'~trefor',
'~tremain',
'~tremaine',
'~tremayne',
'~trent',
'~trenton',
'~trev',
'~trevar',
'~trever',
'~trevor',
'~trey',
'~trip',
'~tripp',
'~tris',
'~tristam',
'~tristan',
'~troy',
'~trstram',
'~trueman',
'~trumaine',
'~truman',
'~trumann',
'~tuck',
'~tucker',
'~tuckie',
'~tucky',
'~tudor',
'~tull',
'~tulley',
'~tully',
'~turner',
'~ty',
'~tybalt',
'~tye',
'~tyler',
'~tymon',
'~tymothy',
'~tynan',
'~tyrone',
'~tyrus',
'~tyson',
'~udale',
'~udall',
'~udell',
'~ugo',
'~ulberto',
'~ulick',
'~ulises',
'~ulric',
'~ulrich',
'~ulrick',
'~ulysses',
'~umberto',
'~upton',
'~urbain',
'~urban',
'~urbano',
'~urbanus',
'~uri',
'~uriah',
'~uriel',
'~urson',
'~vachel',
'~vaclav',
'~vail',
'~val',
'~valdemar',
'~vale',
'~valentijn',
'~valentin',
'~valentine',
'~valentino',
'~valle',
'~van',
'~vance',
'~vanya',
'~vasili',
'~vasilis',
'~vasily',
'~vassili',
'~vassily',
'~vaughan',
'~vaughn',
'~verge',
'~vergil',
'~vern',
'~verne',
'~vernen',
'~verney',
'~vernon',
'~vernor',
'~vic',
'~vick',
'~victoir',
'~victor',
'~vidovic',
'~vidovik',
'~vin',
'~vince',
'~vincent',
'~vincents',
'~vincenty',
'~vincenz',
'~vinnie',
'~vinny',
'~vinson',
'~virge',
'~virgie',
'~virgil',
'~virgilio',
'~vite',
'~vito',
'~vittorio',
'~vlad',
'~vladamir',
'~vladimir',
'~von',
'~wade',
'~wadsworth',
'~wain',
'~wainwright',
'~wait',
'~waite',
'~waiter',
'~wake',
'~wakefield',
'~wald',
'~waldemar',
'~walden',
'~waldo',
'~waldon',
'~walker',
'~wallace',
'~wallache',
'~wallas',
'~wallie',
'~wallis',
'~wally',
'~walsh',
'~walt',
'~walther',
'~walton',
'~wang',
'~ward',
'~warde',
'~warden',
'~ware',
'~waring',
'~warner',
'~warren',
'~wash',
'~washington',
'~wat',
'~waverley',
'~waverly',
'~way',
'~waylan',
'~wayland',
'~waylen',
'~waylin',
'~waylon',
'~wayne',
'~web',
'~webb',
'~weber',
'~webster',
'~weidar',
'~weider',
'~welbie',
'~welby',
'~welch',
'~wells',
'~welsh',
'~wendall',
'~wendel',
'~wendell',
'~werner',
'~wernher',
'~wes',
'~wesley',
'~west',
'~westbrook',
'~westbrooke',
'~westleigh',
'~westley',
'~weston',
'~weylin',
'~wheeler',
'~whit',
'~whitaker',
'~whitby',
'~whitman',
'~whitney',
'~whittaker',
'~wiatt',
'~wilbert',
'~wilbur',
'~wilburt',
'~wilden',
'~wildon',
'~wilek',
'~wiley',
'~wilfred',
'~wilfrid',
'~wilhelm',
'~will',
'~willard',
'~willdon',
'~willem',
'~willey',
'~willi',
'~william',
'~willie',
'~willis',
'~willy',
'~wilmar',
'~wilmer',
'~wilt',
'~wilton',
'~win',
'~windham',
'~winfield',
'~winfred',
'~winifield',
'~winn',
'~winnie',
'~winny',
'~winslow',
'~winston',
'~winthrop',
'~wit',
'~wittie',
'~witty',
'~wolf',
'~wolfgang',
'~wolfie',
'~wolfy',
'~wood',
'~woodie',
'~woodman',
'~woodrow',
'~woody',
'~worden',
'~worth',
'~worthington',
'~worthy',
'~wright',
'~wyatan',
'~wyatt',
'~wye',
'~wylie',
'~wyn',
'~wyndham',
'~wynn',
'~xavier',
'~xenos',
'~xerxes',
'~xever',
'~ximenes',
'~ximenez',
'~xymenes',
'~yale',
'~yanaton',
'~yance',
'~yancey',
'~yancy',
'~yank',
'~yankee',
'~yard',
'~yardley',
'~yehudi',
'~yehudit',
'~yorgo',
'~yorgos',
'~york',
'~yorke',
'~yorker',
'~yul',
'~yule',
'~yulma',
'~yuma',
'~yuri',
'~yurik',
'~yves',
'~yvon',
'~yvor',
'~zaccaria',
'~zach',
'~zacharia',
'~zachariah',
'~zacharias',
'~zacharie',
'~zachary',
'~zacherie',
'~zachery',
'~zack',
'~zackariah',
'~zak',
'~zane',
'~zared',
'~zeb',
'~zebadiah',
'~zebedee',
'~zebulen',
'~zebulon',
'~zechariah',
'~zed',
'~zedekiah',
'~zeke',
'~zelig',
'~zerk',
'~zollie',
'~zolly',
'~aaren',
'~aarika',
'~abagael',
'~abagail',
'~abbe',
'~abbey',
'~abbi',
'~abbie',
'~abby',
'~abbye',
'~abigael',
'~abigail',
'~abigale',
'~abra',
'~ada',
'~adah',
'~adaline',
'~adan',
'~adara',
'~adda',
'~addi',
'~addia',
'~addie',
'~addy',
'~adel',
'~adela',
'~adelaida',
'~adelaide',
'~adele',
'~adelheid',
'~adelice',
'~adelina',
'~adelind',
'~adeline',
'~adella',
'~adelle',
'~adena',
'~adey',
'~adi',
'~adiana',
'~adina',
'~adora',
'~adore',
'~adoree',
'~adorne',
'~adrea',
'~adria',
'~adriaens',
'~adrian',
'~adriana',
'~adriane',
'~adrianna',
'~adrianne',
'~adriena',
'~adrienne',
'~aeriel',
'~aeriela',
'~aeriell',
'~afton',
'~ag',
'~agace',
'~agata',
'~agatha',
'~agathe',
'~aggi',
'~aggie',
'~aggy',
'~agna',
'~agnella',
'~agnes',
'~agnese',
'~agnesse',
'~agneta',
'~agnola',
'~agretha',
'~aida',
'~aidan',
'~aigneis',
'~aila',
'~aile',
'~ailee',
'~aileen',
'~ailene',
'~ailey',
'~aili',
'~ailina',
'~ailis',
'~ailsun',
'~ailyn',
'~aime',
'~aimee',
'~aimil',
'~aindrea',
'~ainslee',
'~ainsley',
'~ainslie',
'~ajay',
'~alaine',
'~alameda',
'~alana',
'~alanah',
'~alane',
'~alanna',
'~alayne',
'~alberta',
'~albertina',
'~albertine',
'~albina',
'~alecia',
'~aleda',
'~aleece',
'~aleen',
'~alejandra',
'~alejandrina',
'~alena',
'~alene',
'~alessandra',
'~aleta',
'~alethea',
'~alex',
'~alexa',
'~alexandra',
'~alexandrina',
'~alexi',
'~alexia',
'~alexina',
'~alexine',
'~alexis',
'~alfi',
'~alfie',
'~alfreda',
'~alfy',
'~ali',
'~alia',
'~alica',
'~alice',
'~alicea',
'~alicia',
'~alida',
'~alidia',
'~alie',
'~alika',
'~alikee',
'~alina',
'~aline',
'~alis',
'~alisa',
'~alisha',
'~alison',
'~alissa',
'~alisun',
'~alix',
'~aliza',
'~alla',
'~alleen',
'~allegra',
'~allene',
'~alli',
'~allianora',
'~allie',
'~allina',
'~allis',
'~allison',
'~allissa',
'~allix',
'~allsun',
'~allx',
'~ally',
'~allyce',
'~allyn',
'~allys',
'~allyson',
'~alma',
'~almeda',
'~almeria',
'~almeta',
'~almira',
'~almire',
'~aloise',
'~aloisia',
'~aloysia',
'~alta',
'~althea',
'~alvera',
'~alverta',
'~alvina',
'~alvinia',
'~alvira',
'~alyce',
'~alyda',
'~alys',
'~alysa',
'~alyse',
'~alysia',
'~alyson',
'~alyss',
'~alyssa',
'~amabel',
'~amabelle',
'~amalea',
'~amalee',
'~amaleta',
'~amalia',
'~amalie',
'~amalita',
'~amalle',
'~amanda',
'~amandi',
'~amandie',
'~amandy',
'~amara',
'~amargo',
'~amata',
'~amber',
'~amberly',
'~ambur',
'~ame',
'~amelia',
'~amelie',
'~amelina',
'~ameline',
'~amelita',
'~ami',
'~amie',
'~amii',
'~amil',
'~amitie',
'~amity',
'~ammamaria',
'~amy',
'~amye',
'~ana',
'~anabal',
'~anabel',
'~anabella',
'~anabelle',
'~analiese',
'~analise',
'~anallese',
'~anallise',
'~anastasia',
'~anastasie',
'~anastassia',
'~anatola',
'~andee',
'~andeee',
'~anderea',
'~andi',
'~andie',
'~andra',
'~andrea',
'~andreana',
'~andree',
'~andrei',
'~andria',
'~andriana',
'~andriette',
'~andromache',
'~andy',
'~anestassia',
'~anet',
'~anett',
'~anetta',
'~anette',
'~ange',
'~angel',
'~angela',
'~angele',
'~angelia',
'~angelica',
'~angelika',
'~angelina',
'~angeline',
'~angelique',
'~angelita',
'~angelle',
'~angie',
'~angil',
'~angy',
'~ania',
'~anica',
'~anissa',
'~anita',
'~anitra',
'~anjanette',
'~anjela',
'~ann',
'~ann-marie',
'~anna',
'~anna-diana',
'~anna-diane',
'~anna-maria',
'~annabal',
'~annabel',
'~annabela',
'~annabell',
'~annabella',
'~annabelle',
'~annadiana',
'~annadiane',
'~annalee',
'~annaliese',
'~annalise',
'~annamaria',
'~annamarie',
'~anne',
'~anne-corinne',
'~anne-marie',
'~annecorinne',
'~anneliese',
'~annelise',
'~annemarie',
'~annetta',
'~annette',
'~anni',
'~annice',
'~annie',
'~annis',
'~annissa',
'~annmaria',
'~annmarie',
'~annnora',
'~annora',
'~anny',
'~anselma',
'~ansley',
'~anstice',
'~anthe',
'~anthea',
'~anthia',
'~anthiathia',
'~antoinette',
'~antonella',
'~antonetta',
'~antonia',
'~antonie',
'~antonietta',
'~antonina',
'~anya',
'~appolonia',
'~april',
'~aprilette',
'~ara',
'~arabel',
'~arabela',
'~arabele',
'~arabella',
'~arabelle',
'~arda',
'~ardath',
'~ardeen',
'~ardelia',
'~ardelis',
'~ardella',
'~ardelle',
'~arden',
'~ardene',
'~ardenia',
'~ardine',
'~ardis',
'~ardisj',
'~ardith',
'~ardra',
'~ardyce',
'~ardys',
'~ardyth',
'~aretha',
'~ariadne',
'~ariana',
'~aridatha',
'~ariel',
'~ariela',
'~ariella',
'~arielle',
'~arlana',
'~arlee',
'~arleen',
'~arlen',
'~arlena',
'~arlene',
'~arleta',
'~arlette',
'~arleyne',
'~arlie',
'~arliene',
'~arlina',
'~arlinda',
'~arline',
'~arluene',
'~arly',
'~arlyn',
'~arlyne',
'~aryn',
'~ashely',
'~ashia',
'~ashien',
'~ashil',
'~ashla',
'~ashlan',
'~ashlee',
'~ashleigh',
'~ashlen',
'~ashley',
'~ashli',
'~ashlie',
'~ashly',
'~asia',
'~astra',
'~astrid',
'~astrix',
'~atalanta',
'~athena',
'~athene',
'~atlanta',
'~atlante',
'~auberta',
'~aubine',
'~aubree',
'~aubrette',
'~aubrey',
'~aubrie',
'~aubry',
'~audi',
'~audie',
'~audra',
'~audre',
'~audrey',
'~audrie',
'~audry',
'~audrye',
'~audy',
'~augusta',
'~auguste',
'~augustina',
'~augustine',
'~aundrea',
'~aura',
'~aurea',
'~aurel',
'~aurelea',
'~aurelia',
'~aurelie',
'~auria',
'~aurie',
'~aurilia',
'~aurlie',
'~auroora',
'~aurora',
'~aurore',
'~austin',
'~austina',
'~austine',
'~ava',
'~aveline',
'~averil',
'~averyl',
'~avie',
'~avis',
'~aviva',
'~avivah',
'~avril',
'~avrit',
'~ayn',
'~bab',
'~babara',
'~babb',
'~babbette',
'~babbie',
'~babette',
'~babita',
'~babs',
'~bambi',
'~bambie',
'~bamby',
'~barb',
'~barbabra',
'~barbara',
'~barbara-anne',
'~barbaraanne',
'~barbe',
'~barbee',
'~barbette',
'~barbey',
'~barbi',
'~barbie',
'~barbra',
'~barby',
'~bari',
'~barrie',
'~barry',
'~basia',
'~bathsheba',
'~batsheva',
'~bea',
'~beatrice',
'~beatrisa',
'~beatrix',
'~beatriz',
'~bebe',
'~becca',
'~becka',
'~becki',
'~beckie',
'~becky',
'~bee',
'~beilul',
'~beitris',
'~bekki',
'~bel',
'~belia',
'~belicia',
'~belinda',
'~belita',
'~bell',
'~bella',
'~bellanca',
'~belle',
'~bellina',
'~belva',
'~belvia',
'~bendite',
'~benedetta',
'~benedicta',
'~benedikta',
'~benetta',
'~benita',
'~benni',
'~bennie',
'~benny',
'~benoite',
'~berenice',
'~beret',
'~berget',
'~berna',
'~bernadene',
'~bernadette',
'~bernadina',
'~bernadine',
'~bernardina',
'~bernardine',
'~bernelle',
'~bernete',
'~bernetta',
'~bernette',
'~berni',
'~bernice',
'~bernie',
'~bernita',
'~berny',
'~berri',
'~berrie',
'~berry',
'~bert',
'~berta',
'~berte',
'~bertha',
'~berthe',
'~berti',
'~bertie',
'~bertina',
'~bertine',
'~berty',
'~beryl',
'~beryle',
'~bess',
'~bessie',
'~bessy',
'~beth',
'~bethanne',
'~bethany',
'~bethena',
'~bethina',
'~betsey',
'~betsy',
'~betta',
'~bette',
'~bette-ann',
'~betteann',
'~betteanne',
'~betti',
'~bettina',
'~bettine',
'~betty',
'~bettye',
'~beulah',
'~bev',
'~beverie',
'~beverlee',
'~beverley',
'~beverlie',
'~beverly',
'~bevvy',
'~bianca',
'~bianka',
'~bibbie',
'~bibby',
'~bibbye',
'~bibi',
'~biddie',
'~biddy',
'~bidget',
'~bili',
'~bill',
'~billi',
'~billie',
'~billy',
'~billye',
'~binni',
'~binnie',
'~binny',
'~bird',
'~birdie',
'~birgit',
'~birgitta',
'~blair',
'~blaire',
'~blake',
'~blakelee',
'~blakeley',
'~blanca',
'~blanch',
'~blancha',
'~blanche',
'~blinni',
'~blinnie',
'~blinny',
'~bliss',
'~blisse',
'~blithe',
'~blondell',
'~blondelle',
'~blondie',
'~blondy',
'~blythe',
'~bobbe',
'~bobbee',
'~bobbette',
'~bobbi',
'~bobbie',
'~bobby',
'~bobbye',
'~bobette',
'~bobina',
'~bobine',
'~bobinette',
'~bonita',
'~bonnee',
'~bonni',
'~bonnibelle',
'~bonnie',
'~bonny',
'~brana',
'~brandais',
'~brande',
'~brandea',
'~brandi',
'~brandice',
'~brandie',
'~brandise',
'~brandy',
'~breanne',
'~brear',
'~bree',
'~breena',
'~bren',
'~brena',
'~brenda',
'~brenn',
'~brenna',
'~brett',
'~bria',
'~briana',
'~brianna',
'~brianne',
'~bride',
'~bridget',
'~bridgette',
'~bridie',
'~brier',
'~brietta',
'~brigid',
'~brigida',
'~brigit',
'~brigitta',
'~brigitte',
'~brina',
'~briney',
'~brinn',
'~brinna',
'~briny',
'~brit',
'~brita',
'~britney',
'~britni',
'~britt',
'~britta',
'~brittan',
'~brittaney',
'~brittani',
'~brittany',
'~britte',
'~britteny',
'~brittne',
'~brittney',
'~brittni',
'~brook',
'~brooke',
'~brooks',
'~brunhilda',
'~brunhilde',
'~bryana',
'~bryn',
'~bryna',
'~brynn',
'~brynna',
'~brynne',
'~buffy',
'~bunni',
'~bunnie',
'~bunny',
'~cacilia',
'~cacilie',
'~cahra',
'~cairistiona',
'~caitlin',
'~caitrin',
'~cal',
'~calida',
'~calla',
'~calley',
'~calli',
'~callida',
'~callie',
'~cally',
'~calypso',
'~cam',
'~camala',
'~camel',
'~camella',
'~camellia',
'~cami',
'~camila',
'~camile',
'~camilla',
'~camille',
'~cammi',
'~cammie',
'~cammy',
'~candace',
'~candi',
'~candice',
'~candida',
'~candide',
'~candie',
'~candis',
'~candra',
'~candy',
'~caprice',
'~cara',
'~caralie',
'~caren',
'~carena',
'~caresa',
'~caressa',
'~caresse',
'~carey',
'~cari',
'~caria',
'~carie',
'~caril',
'~carilyn',
'~carin',
'~carina',
'~carine',
'~cariotta',
'~carissa',
'~carita',
'~caritta',
'~carla',
'~carlee',
'~carleen',
'~carlen',
'~carlene',
'~carley',
'~carlie',
'~carlin',
'~carlina',
'~carline',
'~carlita',
'~carlota',
'~carlotta',
'~carly',
'~carlye',
'~carlyn',
'~carlynn',
'~carlynne',
'~carma',
'~carmel',
'~carmela',
'~carmelia',
'~carmelina',
'~carmelita',
'~carmella',
'~carmelle',
'~carmen',
'~carmencita',
'~carmina',
'~carmine',
'~carmita',
'~carmon',
'~caro',
'~carol',
'~carol-jean',
'~carola',
'~carolan',
'~carolann',
'~carole',
'~carolee',
'~carolin',
'~carolina',
'~caroline',
'~caroljean',
'~carolyn',
'~carolyne',
'~carolynn',
'~caron',
'~carree',
'~carri',
'~carrie',
'~carrissa',
'~carroll',
'~carry',
'~cary',
'~caryl',
'~caryn',
'~casandra',
'~casey',
'~casi',
'~casie',
'~cass',
'~cassandra',
'~cassandre',
'~cassandry',
'~cassaundra',
'~cassey',
'~cassi',
'~cassie',
'~cassondra',
'~cassy',
'~catarina',
'~cate',
'~caterina',
'~catha',
'~catharina',
'~catharine',
'~cathe',
'~cathee',
'~catherin',
'~catherina',
'~catherine',
'~cathi',
'~cathie',
'~cathleen',
'~cathlene',
'~cathrin',
'~cathrine',
'~cathryn',
'~cathy',
'~cathyleen',
'~cati',
'~catie',
'~catina',
'~catlaina',
'~catlee',
'~catlin',
'~catrina',
'~catriona',
'~caty',
'~caye',
'~cayla',
'~cecelia',
'~cecil',
'~cecile',
'~ceciley',
'~cecilia',
'~cecilla',
'~cecily',
'~ceil',
'~cele',
'~celene',
'~celesta',
'~celeste',
'~celestia',
'~celestina',
'~celestine',
'~celestyn',
'~celestyna',
'~celia',
'~celie',
'~celina',
'~celinda',
'~celine',
'~celinka',
'~celisse',
'~celka',
'~celle',
'~cesya',
'~chad',
'~chanda',
'~chandal',
'~chandra',
'~channa',
'~chantal',
'~chantalle',
'~charil',
'~charin',
'~charis',
'~charissa',
'~charisse',
'~charita',
'~charity',
'~charla',
'~charlean',
'~charleen',
'~charlena',
'~charlene',
'~charline',
'~charlot',
'~charlotta',
'~charlotte',
'~charmain',
'~charmaine',
'~charmane',
'~charmian',
'~charmine',
'~charmion',
'~charo',
'~charyl',
'~chastity',
'~chelsae',
'~chelsea',
'~chelsey',
'~chelsie',
'~chelsy',
'~cher',
'~chere',
'~cherey',
'~cheri',
'~cherianne',
'~cherice',
'~cherida',
'~cherie',
'~cherilyn',
'~cherilynn',
'~cherin',
'~cherise',
'~cherish',
'~cherlyn',
'~cherri',
'~cherrita',
'~cherry',
'~chery',
'~cherye',
'~cheryl',
'~cheslie',
'~chiarra',
'~chickie',
'~chicky',
'~chiquia',
'~chiquita',
'~chlo',
'~chloe',
'~chloette',
'~chloris',
'~chris',
'~chrissie',
'~chrissy',
'~christa',
'~christabel',
'~christabella',
'~christal',
'~christalle',
'~christan',
'~christean',
'~christel',
'~christen',
'~christi',
'~christian',
'~christiana',
'~christiane',
'~christie',
'~christin',
'~christina',
'~christine',
'~christy',
'~christye',
'~christyna',
'~chrysa',
'~chrysler',
'~chrystal',
'~chryste',
'~chrystel',
'~cicely',
'~cicily',
'~ciel',
'~cilka',
'~cinda',
'~cindee',
'~cindelyn',
'~cinderella',
'~cindi',
'~cindie',
'~cindra',
'~cindy',
'~cinnamon',
'~cissiee',
'~cissy',
'~clair',
'~claire',
'~clara',
'~clarabelle',
'~clare',
'~claresta',
'~clareta',
'~claretta',
'~clarette',
'~clarey',
'~clari',
'~claribel',
'~clarice',
'~clarie',
'~clarinda',
'~clarine',
'~clarissa',
'~clarisse',
'~clarita',
'~clary',
'~claude',
'~claudelle',
'~claudetta',
'~claudette',
'~claudia',
'~claudie',
'~claudina',
'~claudine',
'~clea',
'~clem',
'~clemence',
'~clementia',
'~clementina',
'~clementine',
'~clemmie',
'~clemmy',
'~cleo',
'~cleopatra',
'~clerissa',
'~clio',
'~clo',
'~cloe',
'~cloris',
'~clotilda',
'~clovis',
'~codee',
'~codi',
'~codie',
'~cody',
'~coleen',
'~colene',
'~coletta',
'~colette',
'~colleen',
'~collen',
'~collete',
'~collette',
'~collie',
'~colline',
'~colly',
'~con',
'~concettina',
'~conchita',
'~concordia',
'~conni',
'~connie',
'~conny',
'~consolata',
'~constance',
'~constancia',
'~constancy',
'~constanta',
'~constantia',
'~constantina',
'~constantine',
'~consuela',
'~consuelo',
'~cookie',
'~cora',
'~corabel',
'~corabella',
'~corabelle',
'~coral',
'~coralie',
'~coraline',
'~coralyn',
'~cordelia',
'~cordelie',
'~cordey',
'~cordi',
'~cordie',
'~cordula',
'~cordy',
'~coreen',
'~corella',
'~corena',
'~corenda',
'~corene',
'~coretta',
'~corette',
'~corey',
'~cori',
'~corie',
'~corilla',
'~corina',
'~corine',
'~corinna',
'~corinne',
'~coriss',
'~corissa',
'~corliss',
'~corly',
'~cornela',
'~cornelia',
'~cornelle',
'~cornie',
'~corny',
'~correna',
'~correy',
'~corri',
'~corrianne',
'~corrie',
'~corrina',
'~corrine',
'~corrinne',
'~corry',
'~cortney',
'~cory',
'~cosetta',
'~cosette',
'~costanza',
'~courtenay',
'~courtnay',
'~courtney',
'~crin',
'~cris',
'~crissie',
'~crissy',
'~crista',
'~cristabel',
'~cristal',
'~cristen',
'~cristi',
'~cristie',
'~cristin',
'~cristina',
'~cristine',
'~cristionna',
'~cristy',
'~crysta',
'~crystal',
'~crystie',
'~cthrine',
'~cyb',
'~cybil',
'~cybill',
'~cymbre',
'~cynde',
'~cyndi',
'~cyndia',
'~cyndie',
'~cyndy',
'~cynthea',
'~cynthia',
'~cynthie',
'~cynthy',
'~dacey',
'~dacia',
'~dacie',
'~dacy',
'~dael',
'~daffi',
'~daffie',
'~daffy',
'~dagmar',
'~dahlia',
'~daile',
'~daisey',
'~daisi',
'~daisie',
'~daisy',
'~dale',
'~dalenna',
'~dalia',
'~dalila',
'~dallas',
'~daloris',
'~damara',
'~damaris',
'~damita',
'~dana',
'~danell',
'~danella',
'~danette',
'~dani',
'~dania',
'~danica',
'~danice',
'~daniela',
'~daniele',
'~daniella',
'~danielle',
'~danika',
'~danila',
'~danit',
'~danita',
'~danna',
'~danni',
'~dannie',
'~danny',
'~dannye',
'~danya',
'~danyelle',
'~danyette',
'~daphene',
'~daphna',
'~daphne',
'~dara',
'~darb',
'~darbie',
'~darby',
'~darcee',
'~darcey',
'~darci',
'~darcie',
'~darcy',
'~darda',
'~dareen',
'~darell',
'~darelle',
'~dari',
'~daria',
'~darice',
'~darla',
'~darleen',
'~darlene',
'~darline',
'~darlleen',
'~daron',
'~darrelle',
'~darryl',
'~darsey',
'~darsie',
'~darya',
'~daryl',
'~daryn',
'~dasha',
'~dasi',
'~dasie',
'~dasya',
'~datha',
'~daune',
'~daveen',
'~daveta',
'~davida',
'~davina',
'~davine',
'~davita',
'~dawn',
'~dawna',
'~dayle',
'~dayna',
'~ddene',
'~de',
'~deana',
'~deane',
'~deanna',
'~deanne',
'~deb',
'~debbi',
'~debbie',
'~debby',
'~debee',
'~debera',
'~debi',
'~debor',
'~debora',
'~deborah',
'~debra',
'~dede',
'~dedie',
'~dedra',
'~dee',
'~deeann',
'~deeanne',
'~deedee',
'~deena',
'~deerdre',
'~deeyn',
'~dehlia',
'~deidre',
'~deina',
'~deirdre',
'~del',
'~dela',
'~delcina',
'~delcine',
'~delia',
'~delila',
'~delilah',
'~delinda',
'~dell',
'~della',
'~delly',
'~delora',
'~delores',
'~deloria',
'~deloris',
'~delphine',
'~delphinia',
'~demeter',
'~demetra',
'~demetria',
'~demetris',
'~dena',
'~deni',
'~denice',
'~denise',
'~denna',
'~denni',
'~dennie',
'~denny',
'~deny',
'~denys',
'~denyse',
'~deonne',
'~desdemona',
'~desirae',
'~desiree',
'~desiri',
'~deva',
'~devan',
'~devi',
'~devin',
'~devina',
'~devinne',
'~devon',
'~devondra',
'~devonna',
'~devonne',
'~devora',
'~di',
'~diahann',
'~dian',
'~diana',
'~diandra',
'~diane',
'~diane-marie',
'~dianemarie',
'~diann',
'~dianna',
'~dianne',
'~diannne',
'~didi',
'~dido',
'~diena',
'~dierdre',
'~dina',
'~dinah',
'~dinnie',
'~dinny',
'~dion',
'~dione',
'~dionis',
'~dionne',
'~dita',
'~dix',
'~dixie',
'~dniren',
'~dode',
'~dodi',
'~dodie',
'~dody',
'~doe',
'~doll',
'~dolley',
'~dolli',
'~dollie',
'~dolly',
'~dolores',
'~dolorita',
'~doloritas',
'~domeniga',
'~dominga',
'~domini',
'~dominica',
'~dominique',
'~dona',
'~donella',
'~donelle',
'~donetta',
'~donia',
'~donica',
'~donielle',
'~donna',
'~donnajean',
'~donnamarie',
'~donni',
'~donnie',
'~donny',
'~dora',
'~doralia',
'~doralin',
'~doralyn',
'~doralynn',
'~doralynne',
'~dore',
'~doreen',
'~dorelia',
'~dorella',
'~dorelle',
'~dorena',
'~dorene',
'~doretta',
'~dorette',
'~dorey',
'~dori',
'~doria',
'~dorian',
'~dorice',
'~dorie',
'~dorine',
'~doris',
'~dorisa',
'~dorise',
'~dorita',
'~doro',
'~dorolice',
'~dorolisa',
'~dorotea',
'~doroteya',
'~dorothea',
'~dorothee',
'~dorothy',
'~dorree',
'~dorri',
'~dorrie',
'~dorris',
'~dorry',
'~dorthea',
'~dorthy',
'~dory',
'~dosi',
'~dot',
'~doti',
'~dotti',
'~dottie',
'~dotty',
'~dre',
'~dreddy',
'~dredi',
'~drona',
'~dru',
'~druci',
'~drucie',
'~drucill',
'~drucy',
'~drusi',
'~drusie',
'~drusilla',
'~drusy',
'~dulce',
'~dulcea',
'~dulci',
'~dulcia',
'~dulciana',
'~dulcie',
'~dulcine',
'~dulcinea',
'~dulcy',
'~dulsea',
'~dusty',
'~dyan',
'~dyana',
'~dyane',
'~dyann',
'~dyanna',
'~dyanne',
'~dyna',
'~dynah',
'~eachelle',
'~eada',
'~eadie',
'~eadith',
'~ealasaid',
'~eartha',
'~easter',
'~eba',
'~ebba',
'~ebonee',
'~ebony',
'~eda',
'~eddi',
'~eddie',
'~eddy',
'~ede',
'~edee',
'~edeline',
'~eden',
'~edi',
'~edie',
'~edin',
'~edita',
'~edith',
'~editha',
'~edithe',
'~ediva',
'~edna',
'~edwina',
'~edy',
'~edyth',
'~edythe',
'~effie',
'~eileen',
'~eilis',
'~eimile',
'~eirena',
'~ekaterina',
'~elaina',
'~elaine',
'~elana',
'~elane',
'~elayne',
'~elberta',
'~elbertina',
'~elbertine',
'~eleanor',
'~eleanora',
'~eleanore',
'~electra',
'~eleen',
'~elena',
'~elene',
'~eleni',
'~elenore',
'~eleonora',
'~eleonore',
'~elfie',
'~elfreda',
'~elfrida',
'~elfrieda',
'~elga',
'~elianora',
'~elianore',
'~elicia',
'~elie',
'~elinor',
'~elinore',
'~elisa',
'~elisabet',
'~elisabeth',
'~elisabetta',
'~elise',
'~elisha',
'~elissa',
'~elita',
'~eliza',
'~elizabet',
'~elizabeth',
'~elka',
'~elke',
'~ella',
'~elladine',
'~elle',
'~ellen',
'~ellene',
'~ellette',
'~elli',
'~ellie',
'~ellissa',
'~elly',
'~ellyn',
'~ellynn',
'~elmira',
'~elna',
'~elnora',
'~elnore',
'~eloisa',
'~eloise',
'~elonore',
'~elora',
'~elsa',
'~elsbeth',
'~else',
'~elset',
'~elsey',
'~elsi',
'~elsie',
'~elsinore',
'~elspeth',
'~elsy',
'~elva',
'~elvera',
'~elvina',
'~elvira',
'~elwira',
'~elyn',
'~elyse',
'~elysee',
'~elysha',
'~elysia',
'~elyssa',
'~em',
'~ema',
'~emalee',
'~emalia',
'~emelda',
'~emelia',
'~emelina',
'~emeline',
'~emelita',
'~emelyne',
'~emera',
'~emilee',
'~emili',
'~emilia',
'~emilie',
'~emiline',
'~emily',
'~emlyn',
'~emlynn',
'~emlynne',
'~emma',
'~emmalee',
'~emmaline',
'~emmalyn',
'~emmalynn',
'~emmalynne',
'~emmeline',
'~emmey',
'~emmi',
'~emmie',
'~emmy',
'~emmye',
'~emogene',
'~emyle',
'~emylee',
'~engracia',
'~enid',
'~enrica',
'~enrichetta',
'~enrika',
'~enriqueta',
'~eolanda',
'~eolande',
'~eran',
'~erda',
'~erena',
'~erica',
'~ericha',
'~ericka',
'~erika',
'~erin',
'~erina',
'~erinn',
'~erinna',
'~erma',
'~ermengarde',
'~ermentrude',
'~ermina',
'~erminia',
'~erminie',
'~erna',
'~ernaline',
'~ernesta',
'~ernestine',
'~ertha',
'~eryn',
'~esma',
'~esmaria',
'~esme',
'~esmeralda',
'~essa',
'~essie',
'~essy',
'~esta',
'~estel',
'~estele',
'~estell',
'~estella',
'~estelle',
'~ester',
'~esther',
'~estrella',
'~estrellita',
'~ethel',
'~ethelda',
'~ethelin',
'~ethelind',
'~etheline',
'~ethelyn',
'~ethyl',
'~etta',
'~etti',
'~ettie',
'~etty',
'~eudora',
'~eugenia',
'~eugenie',
'~eugine',
'~eula',
'~eulalie',
'~eunice',
'~euphemia',
'~eustacia',
'~eva',
'~evaleen',
'~evangelia',
'~evangelin',
'~evangelina',
'~evangeline',
'~evania',
'~evanne',
'~eve',
'~eveleen',
'~evelina',
'~eveline',
'~evelyn',
'~evey',
'~evie',
'~evita',
'~evonne',
'~evvie',
'~evvy',
'~evy',
'~eyde',
'~eydie',
'~ezmeralda',
'~fae',
'~faina',
'~faith',
'~fallon',
'~fan',
'~fanchette',
'~fanchon',
'~fancie',
'~fancy',
'~fanechka',
'~fania',
'~fanni',
'~fannie',
'~fanny',
'~fanya',
'~fara',
'~farah',
'~farand',
'~farica',
'~farra',
'~farrah',
'~farrand',
'~faun',
'~faunie',
'~faustina',
'~faustine',
'~fawn',
'~fawne',
'~fawnia',
'~fay',
'~faydra',
'~faye',
'~fayette',
'~fayina',
'~fayre',
'~fayth',
'~faythe',
'~federica',
'~fedora',
'~felecia',
'~felicdad',
'~felice',
'~felicia',
'~felicity',
'~felicle',
'~felipa',
'~felisha',
'~felita',
'~feliza',
'~fenelia',
'~feodora',
'~ferdinanda',
'~ferdinande',
'~fern',
'~fernanda',
'~fernande',
'~fernandina',
'~ferne',
'~fey',
'~fiann',
'~fianna',
'~fidela',
'~fidelia',
'~fidelity',
'~fifi',
'~fifine',
'~filia',
'~filide',
'~filippa',
'~fina',
'~fiona',
'~fionna',
'~fionnula',
'~fiorenze',
'~fleur',
'~fleurette',
'~flo',
'~flor',
'~flora',
'~florance',
'~flore',
'~florella',
'~florence',
'~florencia',
'~florentia',
'~florenza',
'~florette',
'~flori',
'~floria',
'~florida',
'~florie',
'~florina',
'~florinda',
'~floris',
'~florri',
'~florrie',
'~florry',
'~flory',
'~flossi',
'~flossie',
'~flossy',
'~flss',
'~fran',
'~francene',
'~frances',
'~francesca',
'~francine',
'~francisca',
'~franciska',
'~francoise',
'~francyne',
'~frank',
'~frankie',
'~franky',
'~franni',
'~frannie',
'~franny',
'~frayda',
'~fred',
'~freda',
'~freddi',
'~freddie',
'~freddy',
'~fredelia',
'~frederica',
'~fredericka',
'~frederique',
'~fredi',
'~fredia',
'~fredra',
'~fredrika',
'~freida',
'~frieda',
'~friederike',
'~fulvia',
'~gabbey',
'~gabbi',
'~gabbie',
'~gabey',
'~gabi',
'~gabie',
'~gabriel',
'~gabriela',
'~gabriell',
'~gabriella',
'~gabrielle',
'~gabriellia',
'~gabrila',
'~gaby',
'~gae',
'~gael',
'~gail',
'~gale',
'~gale',
'~galina',
'~garland',
'~garnet',
'~garnette',
'~gates',
'~gavra',
'~gavrielle',
'~gay',
'~gaye',
'~gayel',
'~gayla',
'~gayle',
'~gayleen',
'~gaylene',
'~gaynor',
'~gelya',
'~gena',
'~gene',
'~geneva',
'~genevieve',
'~genevra',
'~genia',
'~genna',
'~genni',
'~gennie',
'~gennifer',
'~genny',
'~genovera',
'~genvieve',
'~george',
'~georgeanna',
'~georgeanne',
'~georgena',
'~georgeta',
'~georgetta',
'~georgette',
'~georgia',
'~georgiana',
'~georgianna',
'~georgianne',
'~georgie',
'~georgina',
'~georgine',
'~geralda',
'~geraldine',
'~gerda',
'~gerhardine',
'~geri',
'~gerianna',
'~gerianne',
'~gerladina',
'~germain',
'~germaine',
'~germana',
'~gerri',
'~gerrie',
'~gerrilee',
'~gerry',
'~gert',
'~gerta',
'~gerti',
'~gertie',
'~gertrud',
'~gertruda',
'~gertrude',
'~gertrudis',
'~gerty',
'~giacinta',
'~giana',
'~gianina',
'~gianna',
'~gigi',
'~gilberta',
'~gilberte',
'~gilbertina',
'~gilbertine',
'~gilda',
'~gilemette',
'~gill',
'~gillan',
'~gilli',
'~gillian',
'~gillie',
'~gilligan',
'~gilly',
'~gina',
'~ginelle',
'~ginevra',
'~ginger',
'~ginni',
'~ginnie',
'~ginnifer',
'~ginny',
'~giorgia',
'~giovanna',
'~gipsy',
'~giralda',
'~gisela',
'~gisele',
'~gisella',
'~giselle',
'~giuditta',
'~giulia',
'~giulietta',
'~giustina',
'~gizela',
'~glad',
'~gladi',
'~gladys',
'~gleda',
'~glen',
'~glenda',
'~glenine',
'~glenn',
'~glenna',
'~glennie',
'~glennis',
'~glori',
'~gloria',
'~gloriana',
'~gloriane',
'~glory',
'~glyn',
'~glynda',
'~glynis',
'~glynnis',
'~gnni',
'~godiva',
'~golda',
'~goldarina',
'~goldi',
'~goldia',
'~goldie',
'~goldina',
'~goldy',
'~grace',
'~gracia',
'~gracie',
'~grata',
'~gratia',
'~gratiana',
'~gray',
'~grayce',
'~grazia',
'~greer',
'~greta',
'~gretal',
'~gretchen',
'~grete',
'~gretel',
'~grethel',
'~gretna',
'~gretta',
'~grier',
'~griselda',
'~grissel',
'~guendolen',
'~guenevere',
'~guenna',
'~guglielma',
'~gui',
'~guillema',
'~guillemette',
'~guinevere',
'~guinna',
'~gunilla',
'~gus',
'~gusella',
'~gussi',
'~gussie',
'~gussy',
'~gusta',
'~gusti',
'~gustie',
'~gusty',
'~gwen',
'~gwendolen',
'~gwendolin',
'~gwendolyn',
'~gweneth',
'~gwenette',
'~gwenneth',
'~gwenni',
'~gwennie',
'~gwenny',
'~gwenora',
'~gwenore',
'~gwyn',
'~gwyneth',
'~gwynne',
'~gypsy',
'~hadria',
'~hailee',
'~haily',
'~haleigh',
'~halette',
'~haley',
'~hali',
'~halie',
'~halimeda',
'~halley',
'~halli',
'~hallie',
'~hally',
'~hana',
'~hanna',
'~hannah',
'~hanni',
'~hannie',
'~hannis',
'~hanny',
'~happy',
'~harlene',
'~harley',
'~harli',
'~harlie',
'~harmonia',
'~harmonie',
'~harmony',
'~harri',
'~harrie',
'~harriet',
'~harriett',
'~harrietta',
'~harriette',
'~harriot',
'~harriott',
'~hatti',
'~hattie',
'~hatty',
'~hayley',
'~hazel',
'~heath',
'~heather',
'~heda',
'~hedda',
'~heddi',
'~heddie',
'~hedi',
'~hedvig',
'~hedvige',
'~hedwig',
'~hedwiga',
'~hedy',
'~heida',
'~heidi',
'~heidie',
'~helaina',
'~helaine',
'~helen',
'~helen-elizabeth',
'~helena',
'~helene',
'~helenelizabeth',
'~helenka',
'~helga',
'~helge',
'~helli',
'~heloise',
'~helsa',
'~helyn',
'~hendrika',
'~henka',
'~henrie',
'~henrieta',
'~henrietta',
'~henriette',
'~henryetta',
'~hephzibah',
'~hermia',
'~hermina',
'~hermine',
'~herminia',
'~hermione',
'~herta',
'~hertha',
'~hester',
'~hesther',
'~hestia',
'~hetti',
'~hettie',
'~hetty',
'~hilary',
'~hilda',
'~hildagard',
'~hildagarde',
'~hilde',
'~hildegaard',
'~hildegarde',
'~hildy',
'~hillary',
'~hilliary',
'~hinda',
'~holli',
'~hollie',
'~holly',
'~holly-anne',
'~hollyanne',
'~honey',
'~honor',
'~honoria',
'~hope',
'~horatia',
'~hortense',
'~hortensia',
'~hulda',
'~hyacinth',
'~hyacintha',
'~hyacinthe',
'~hyacinthia',
'~hyacinthie',
'~hynda',
'~ianthe',
'~ibbie',
'~ibby',
'~ida',
'~idalia',
'~idalina',
'~idaline',
'~idell',
'~idelle',
'~idette',
'~ileana',
'~ileane',
'~ilene',
'~ilise',
'~ilka',
'~illa',
'~ilsa',
'~ilse',
'~ilysa',
'~ilyse',
'~ilyssa',
'~imelda',
'~imogen',
'~imogene',
'~imojean',
'~ina',
'~indira',
'~ines',
'~inesita',
'~inessa',
'~inez',
'~inga',
'~ingaberg',
'~ingaborg',
'~inge',
'~ingeberg',
'~ingeborg',
'~inger',
'~ingrid',
'~ingunna',
'~inna',
'~iolande',
'~iolanthe',
'~iona',
'~iormina',
'~ira',
'~irena',
'~irene',
'~irina',
'~iris',
'~irita',
'~irma',
'~isa',
'~isabeau',
'~isabel',
'~isabelita',
'~isabella',
'~isabelle',
'~isadora',
'~isahella',
'~iseabal',
'~isidora',
'~isis',
'~isobel',
'~issi',
'~issie',
'~issy',
'~ivett',
'~ivette',
'~ivie',
'~ivonne',
'~ivory',
'~ivy',
'~izabel',
'~jacenta',
'~jacinda',
'~jacinta',
'~jacintha',
'~jacinthe',
'~jackelyn',
'~jacki',
'~jackie',
'~jacklin',
'~jacklyn',
'~jackquelin',
'~jackqueline',
'~jacky',
'~jaclin',
'~jaclyn',
'~jacquelin',
'~jacqueline',
'~jacquelyn',
'~jacquelynn',
'~jacquenetta',
'~jacquenette',
'~jacquetta',
'~jacquette',
'~jacqui',
'~jacquie',
'~jacynth',
'~jada',
'~jade',
'~jaime',
'~jaimie',
'~jaine',
'~jami',
'~jamie',
'~jamima',
'~jammie',
'~jan',
'~jana',
'~janaya',
'~janaye',
'~jandy',
'~jane',
'~janean',
'~janeczka',
'~janeen',
'~janel',
'~janela',
'~janella',
'~janelle',
'~janene',
'~janenna',
'~janessa',
'~janet',
'~janeta',
'~janetta',
'~janette',
'~janeva',
'~janey',
'~jania',
'~janice',
'~janie',
'~janifer',
'~janina',
'~janine',
'~janis',
'~janith',
'~janka',
'~janna',
'~jannel',
'~jannelle',
'~janot',
'~jany',
'~jaquelin',
'~jaquelyn',
'~jaquenetta',
'~jaquenette',
'~jaquith',
'~jasmin',
'~jasmina',
'~jasmine',
'~jayme',
'~jaymee',
'~jayne',
'~jaynell',
'~jazmin',
'~jean',
'~jeana',
'~jeane',
'~jeanelle',
'~jeanette',
'~jeanie',
'~jeanine',
'~jeanna',
'~jeanne',
'~jeannette',
'~jeannie',
'~jeannine',
'~jehanna',
'~jelene',
'~jemie',
'~jemima',
'~jemimah',
'~jemmie',
'~jemmy',
'~jen',
'~jena',
'~jenda',
'~jenelle',
'~jeni',
'~jenica',
'~jeniece',
'~jenifer',
'~jeniffer',
'~jenilee',
'~jenine',
'~jenn',
'~jenna',
'~jennee',
'~jennette',
'~jenni',
'~jennica',
'~jennie',
'~jennifer',
'~jennilee',
'~jennine',
'~jenny',
'~jeralee',
'~jere',
'~jeri',
'~jermaine',
'~jerrie',
'~jerrilee',
'~jerrilyn',
'~jerrine',
'~jerry',
'~jerrylee',
'~jess',
'~jessa',
'~jessalin',
'~jessalyn',
'~jessamine',
'~jessamyn',
'~jesse',
'~jesselyn',
'~jessi',
'~jessica',
'~jessie',
'~jessika',
'~jessy',
'~jewel',
'~jewell',
'~jewelle',
'~jill',
'~jillana',
'~jillane',
'~jillayne',
'~jilleen',
'~jillene',
'~jilli',
'~jillian',
'~jillie',
'~jilly',
'~jinny',
'~jo',
'~joan',
'~joana',
'~joane',
'~joanie',
'~joann',
'~joanna',
'~joanne',
'~joannes',
'~jobey',
'~jobi',
'~jobie',
'~jobina',
'~joby',
'~jobye',
'~jobyna',
'~jocelin',
'~joceline',
'~jocelyn',
'~jocelyne',
'~jodee',
'~jodi',
'~jodie',
'~jody',
'~joeann',
'~joela',
'~joelie',
'~joell',
'~joella',
'~joelle',
'~joellen',
'~joelly',
'~joellyn',
'~joelynn',
'~joete',
'~joey',
'~johanna',
'~johannah',
'~johna',
'~johnath',
'~johnette',
'~johnna',
'~joice',
'~jojo',
'~jolee',
'~joleen',
'~jolene',
'~joletta',
'~joli',
'~jolie',
'~joline',
'~joly',
'~jolyn',
'~jolynn',
'~jonell',
'~joni',
'~jonie',
'~jonis',
'~jordain',
'~jordan',
'~jordana',
'~jordanna',
'~jorey',
'~jori',
'~jorie',
'~jorrie',
'~jorry',
'~joscelin',
'~josee',
'~josefa',
'~josefina',
'~josepha',
'~josephina',
'~josephine',
'~josey',
'~josi',
'~josie',
'~josselyn',
'~josy',
'~jourdan',
'~joy',
'~joya',
'~joyan',
'~joyann',
'~joyce',
'~joycelin',
'~joye',
'~joyous',
'~jsandye',
'~juana',
'~juanita',
'~judi',
'~judie',
'~judith',
'~juditha',
'~judy',
'~judye',
'~juieta',
'~julee',
'~juli',
'~julia',
'~juliana',
'~juliane',
'~juliann',
'~julianna',
'~julianne',
'~julie',
'~julienne',
'~juliet',
'~julieta',
'~julietta',
'~juliette',
'~julina',
'~juline',
'~julissa',
'~julita',
'~june',
'~junette',
'~junia',
'~junie',
'~junina',
'~justina',
'~justine',
'~justinn',
'~jyoti',
'~kacey',
'~kacie',
'~kacy',
'~kaela',
'~kai',
'~kaia',
'~kaila',
'~kaile',
'~kailey',
'~kaitlin',
'~kaitlyn',
'~kaitlynn',
'~kaja',
'~kakalina',
'~kala',
'~kaleena',
'~kali',
'~kalie',
'~kalila',
'~kalina',
'~kalinda',
'~kalindi',
'~kalli',
'~kally',
'~kameko',
'~kamila',
'~kamilah',
'~kamillah',
'~kandace',
'~kandy',
'~kania',
'~kanya',
'~kara',
'~kara-lynn',
'~karalee',
'~karalynn',
'~kare',
'~karee',
'~karel',
'~karen',
'~karena',
'~kari',
'~karia',
'~karie',
'~karil',
'~karilynn',
'~karin',
'~karina',
'~karine',
'~kariotta',
'~karisa',
'~karissa',
'~karita',
'~karla',
'~karlee',
'~karleen',
'~karlen',
'~karlene',
'~karlie',
'~karlotta',
'~karlotte',
'~karly',
'~karlyn',
'~karmen',
'~karna',
'~karol',
'~karola',
'~karole',
'~karolina',
'~karoline',
'~karoly',
'~karon',
'~karrah',
'~karrie',
'~karry',
'~kary',
'~karyl',
'~karylin',
'~karyn',
'~kasey',
'~kass',
'~kassandra',
'~kassey',
'~kassi',
'~kassia',
'~kassie',
'~kat',
'~kata',
'~katalin',
'~kate',
'~katee',
'~katerina',
'~katerine',
'~katey',
'~kath',
'~katha',
'~katharina',
'~katharine',
'~katharyn',
'~kathe',
'~katherina',
'~katherine',
'~katheryn',
'~kathi',
'~kathie',
'~kathleen',
'~kathlin',
'~kathrine',
'~kathryn',
'~kathryne',
'~kathy',
'~kathye',
'~kati',
'~katie',
'~katina',
'~katine',
'~katinka',
'~katleen',
'~katlin',
'~katrina',
'~katrine',
'~katrinka',
'~katti',
'~kattie',
'~katuscha',
'~katusha',
'~katy',
'~katya',
'~kay',
'~kaycee',
'~kaye',
'~kayla',
'~kayle',
'~kaylee',
'~kayley',
'~kaylil',
'~kaylyn',
'~keeley',
'~keelia',
'~keely',
'~kelcey',
'~kelci',
'~kelcie',
'~kelcy',
'~kelila',
'~kellen',
'~kelley',
'~kelli',
'~kellia',
'~kellie',
'~kellina',
'~kellsie',
'~kelly',
'~kellyann',
'~kelsey',
'~kelsi',
'~kelsy',
'~kendra',
'~kendre',
'~kenna',
'~keri',
'~keriann',
'~kerianne',
'~kerri',
'~kerrie',
'~kerrill',
'~kerrin',
'~kerry',
'~kerstin',
'~kesley',
'~keslie',
'~kessia',
'~kessiah',
'~ketti',
'~kettie',
'~ketty',
'~kevina',
'~kevyn',
'~ki',
'~kiah',
'~kial',
'~kiele',
'~kiersten',
'~kikelia',
'~kiley',
'~kim',
'~kimberlee',
'~kimberley',
'~kimberli',
'~kimberly',
'~kimberlyn',
'~kimbra',
'~kimmi',
'~kimmie',
'~kimmy',
'~kinna',
'~kip',
'~kipp',
'~kippie',
'~kippy',
'~kira',
'~kirbee',
'~kirbie',
'~kirby',
'~kiri',
'~kirsten',
'~kirsteni',
'~kirsti',
'~kirstin',
'~kirstyn',
'~kissee',
'~kissiah',
'~kissie',
'~kit',
'~kitti',
'~kittie',
'~kitty',
'~kizzee',
'~kizzie',
'~klara',
'~klarika',
'~klarrisa',
'~konstance',
'~konstanze',
'~koo',
'~kora',
'~koral',
'~koralle',
'~kordula',
'~kore',
'~korella',
'~koren',
'~koressa',
'~kori',
'~korie',
'~korney',
'~korrie',
'~korry',
'~kris',
'~krissie',
'~krissy',
'~krista',
'~kristal',
'~kristan',
'~kriste',
'~kristel',
'~kristen',
'~kristi',
'~kristien',
'~kristin',
'~kristina',
'~kristine',
'~kristy',
'~kristyn',
'~krysta',
'~krystal',
'~krystalle',
'~krystle',
'~krystyna',
'~kyla',
'~kyle',
'~kylen',
'~kylie',
'~kylila',
'~kylynn',
'~kym',
'~kynthia',
'~kyrstin',
'~lacee',
'~lacey',
'~lacie',
'~lacy',
'~ladonna',
'~laetitia',
'~laina',
'~lainey',
'~lana',
'~lanae',
'~lane',
'~lanette',
'~laney',
'~lani',
'~lanie',
'~lanita',
'~lanna',
'~lanni',
'~lanny',
'~lara',
'~laraine',
'~lari',
'~larina',
'~larine',
'~larisa',
'~larissa',
'~lark',
'~laryssa',
'~latashia',
'~latia',
'~latisha',
'~latrena',
'~latrina',
'~laura',
'~lauraine',
'~laural',
'~lauralee',
'~laure',
'~lauree',
'~laureen',
'~laurel',
'~laurella',
'~lauren',
'~laurena',
'~laurene',
'~lauretta',
'~laurette',
'~lauri',
'~laurianne',
'~laurice',
'~laurie',
'~lauryn',
'~lavena',
'~laverna',
'~laverne',
'~lavina',
'~lavinia',
'~lavinie',
'~layla',
'~layne',
'~layney',
'~lea',
'~leah',
'~leandra',
'~leann',
'~leanna',
'~leanor',
'~leanora',
'~lebbie',
'~leda',
'~lee',
'~leeann',
'~leeanne',
'~leela',
'~leelah',
'~leena',
'~leesa',
'~leese',
'~legra',
'~leia',
'~leigh',
'~leigha',
'~leila',
'~leilah',
'~leisha',
'~lela',
'~lelah',
'~leland',
'~lelia',
'~lena',
'~lenee',
'~lenette',
'~lenka',
'~lenna',
'~lenora',
'~lenore',
'~leodora',
'~leoine',
'~leola',
'~leoline',
'~leona',
'~leonanie',
'~leone',
'~leonelle',
'~leonie',
'~leonora',
'~leonore',
'~leontine',
'~leontyne',
'~leora',
'~leshia',
'~lesley',
'~lesli',
'~leslie',
'~lesly',
'~lesya',
'~leta',
'~lethia',
'~leticia',
'~letisha',
'~letitia',
'~letizia',
'~letta',
'~letti',
'~lettie',
'~letty',
'~lexi',
'~lexie',
'~lexine',
'~lexis',
'~lexy',
'~leyla',
'~lezlie',
'~lia',
'~lian',
'~liana',
'~liane',
'~lianna',
'~lianne',
'~lib',
'~libbey',
'~libbi',
'~libbie',
'~libby',
'~licha',
'~lida',
'~lidia',
'~liesa',
'~lil',
'~lila',
'~lilah',
'~lilas',
'~lilia',
'~lilian',
'~liliane',
'~lilias',
'~lilith',
'~lilla',
'~lilli',
'~lillian',
'~lillis',
'~lilllie',
'~lilly',
'~lily',
'~lilyan',
'~lin',
'~lina',
'~lind',
'~linda',
'~lindi',
'~lindie',
'~lindsay',
'~lindsey',
'~lindsy',
'~lindy',
'~linea',
'~linell',
'~linet',
'~linette',
'~linn',
'~linnea',
'~linnell',
'~linnet',
'~linnie',
'~linzy',
'~lira',
'~lisa',
'~lisabeth',
'~lisbeth',
'~lise',
'~lisetta',
'~lisette',
'~lisha',
'~lishe',
'~lissa',
'~lissi',
'~lissie',
'~lissy',
'~lita',
'~liuka',
'~liv',
'~liva',
'~livia',
'~livvie',
'~livvy',
'~livvyy',
'~livy',
'~liz',
'~liza',
'~lizabeth',
'~lizbeth',
'~lizette',
'~lizzie',
'~lizzy',
'~loella',
'~lois',
'~loise',
'~lola',
'~loleta',
'~lolita',
'~lolly',
'~lona',
'~lonee',
'~loni',
'~lonna',
'~lonni',
'~lonnie',
'~lora',
'~lorain',
'~loraine',
'~loralee',
'~loralie',
'~loralyn',
'~loree',
'~loreen',
'~lorelei',
'~lorelle',
'~loren',
'~lorena',
'~lorene',
'~lorenza',
'~loretta',
'~lorettalorna',
'~lorette',
'~lori',
'~loria',
'~lorianna',
'~lorianne',
'~lorie',
'~lorilee',
'~lorilyn',
'~lorinda',
'~lorine',
'~lorita',
'~lorna',
'~lorne',
'~lorraine',
'~lorrayne',
'~lorri',
'~lorrie',
'~lorrin',
'~lorry',
'~lory',
'~lotta',
'~lotte',
'~lotti',
'~lottie',
'~lotty',
'~lou',
'~louella',
'~louisa',
'~louise',
'~louisette',
'~loutitia',
'~lu',
'~luce',
'~luci',
'~lucia',
'~luciana',
'~lucie',
'~lucienne',
'~lucila',
'~lucilia',
'~lucille',
'~lucina',
'~lucinda',
'~lucine',
'~lucita',
'~lucky',
'~lucretia',
'~lucy',
'~ludovika',
'~luella',
'~luelle',
'~luisa',
'~luise',
'~lula',
'~lulita',
'~lulu',
'~lura',
'~lurette',
'~lurleen',
'~lurlene',
'~lurline',
'~lusa',
'~luz',
'~lyda',
'~lydia',
'~lydie',
'~lyn',
'~lynda',
'~lynde',
'~lyndel',
'~lyndell',
'~lyndsay',
'~lyndsey',
'~lyndsie',
'~lyndy',
'~lynea',
'~lynelle',
'~lynett',
'~lynette',
'~lynn',
'~lynna',
'~lynne',
'~lynnea',
'~lynnell',
'~lynnelle',
'~lynnet',
'~lynnett',
'~lynnette',
'~lynsey',
'~lyssa',
'~mab',
'~mabel',
'~mabelle',
'~mable',
'~mada',
'~madalena',
'~madalyn',
'~maddalena',
'~maddi',
'~maddie',
'~maddy',
'~madel',
'~madelaine',
'~madeleine',
'~madelena',
'~madelene',
'~madelin',
'~madelina',
'~madeline',
'~madella',
'~madelle',
'~madelon',
'~madelyn',
'~madge',
'~madlen',
'~madlin',
'~madonna',
'~mady',
'~mae',
'~maegan',
'~mag',
'~magda',
'~magdaia',
'~magdalen',
'~magdalena',
'~magdalene',
'~maggee',
'~maggi',
'~maggie',
'~maggy',
'~mahala',
'~mahalia',
'~maia',
'~maible',
'~maiga',
'~maighdiln',
'~mair',
'~maire',
'~maisey',
'~maisie',
'~maitilde',
'~mala',
'~malanie',
'~malena',
'~malia',
'~malina',
'~malinda',
'~malinde',
'~malissa',
'~malissia',
'~mallissa',
'~mallorie',
'~mallory',
'~malorie',
'~malory',
'~malva',
'~malvina',
'~malynda',
'~mame',
'~mamie',
'~manda',
'~mandi',
'~mandie',
'~mandy',
'~manon',
'~manya',
'~mara',
'~marabel',
'~marcela',
'~marcelia',
'~marcella',
'~marcelle',
'~marcellina',
'~marcelline',
'~marchelle',
'~marci',
'~marcia',
'~marcie',
'~marcile',
'~marcille',
'~marcy',
'~mareah',
'~maren',
'~marena',
'~maressa',
'~marga',
'~margalit',
'~margalo',
'~margaret',
'~margareta',
'~margarete',
'~margaretha',
'~margarethe',
'~margaretta',
'~margarette',
'~margarita',
'~margaux',
'~marge',
'~margeaux',
'~margery',
'~marget',
'~margette',
'~margi',
'~margie',
'~margit',
'~margo',
'~margot',
'~margret',
'~marguerite',
'~margy',
'~mari',
'~maria',
'~mariam',
'~marian',
'~mariana',
'~mariann',
'~marianna',
'~marianne',
'~maribel',
'~maribelle',
'~maribeth',
'~marice',
'~maridel',
'~marie',
'~marie-ann',
'~marie-jeanne',
'~marieann',
'~mariejeanne',
'~mariel',
'~mariele',
'~marielle',
'~mariellen',
'~marietta',
'~mariette',
'~marigold',
'~marijo',
'~marika',
'~marilee',
'~marilin',
'~marillin',
'~marilyn',
'~marin',
'~marina',
'~marinna',
'~marion',
'~mariquilla',
'~maris',
'~marisa',
'~mariska',
'~marissa',
'~marita',
'~maritsa',
'~mariya',
'~marj',
'~marja',
'~marje',
'~marji',
'~marjie',
'~marjorie',
'~marjory',
'~marjy',
'~marketa',
'~marla',
'~marlane',
'~marleah',
'~marlee',
'~marleen',
'~marlena',
'~marlene',
'~marley',
'~marlie',
'~marline',
'~marlo',
'~marlyn',
'~marna',
'~marne',
'~marney',
'~marni',
'~marnia',
'~marnie',
'~marquita',
'~marrilee',
'~marris',
'~marrissa',
'~marsha',
'~marsiella',
'~marta',
'~martelle',
'~martguerita',
'~martha',
'~marthe',
'~marthena',
'~marti',
'~martica',
'~martie',
'~martina',
'~martita',
'~marty',
'~martynne',
'~mary',
'~marya',
'~maryann',
'~maryanna',
'~maryanne',
'~marybelle',
'~marybeth',
'~maryellen',
'~maryjane',
'~maryjo',
'~maryl',
'~marylee',
'~marylin',
'~marylinda',
'~marylou',
'~marylynne',
'~maryrose',
'~marys',
'~marysa',
'~masha',
'~matelda',
'~mathilda',
'~mathilde',
'~matilda',
'~matilde',
'~matti',
'~mattie',
'~matty',
'~maud',
'~maude',
'~maudie',
'~maura',
'~maure',
'~maureen',
'~maureene',
'~maurene',
'~maurine',
'~maurise',
'~maurita',
'~maurizia',
'~mavis',
'~mavra',
'~max',
'~maxi',
'~maxie',
'~maxine',
'~maxy',
'~may',
'~maybelle',
'~maye',
'~mead',
'~meade',
'~meagan',
'~meaghan',
'~meara',
'~mechelle',
'~meg',
'~megan',
'~megen',
'~meggi',
'~meggie',
'~meggy',
'~meghan',
'~meghann',
'~mehetabel',
'~mei',
'~mel',
'~mela',
'~melamie',
'~melania',
'~melanie',
'~melantha',
'~melany',
'~melba',
'~melesa',
'~melessa',
'~melicent',
'~melina',
'~melinda',
'~melinde',
'~melisa',
'~melisande',
'~melisandra',
'~melisenda',
'~melisent',
'~melissa',
'~melisse',
'~melita',
'~melitta',
'~mella',
'~melli',
'~mellicent',
'~mellie',
'~mellisa',
'~mellisent',
'~melloney',
'~melly',
'~melodee',
'~melodie',
'~melody',
'~melonie',
'~melony',
'~melosa',
'~melva',
'~mercedes',
'~merci',
'~mercie',
'~mercy',
'~meredith',
'~meredithe',
'~meridel',
'~meridith',
'~meriel',
'~merilee',
'~merilyn',
'~meris',
'~merissa',
'~merl',
'~merla',
'~merle',
'~merlina',
'~merline',
'~merna',
'~merola',
'~merralee',
'~merridie',
'~merrie',
'~merrielle',
'~merrile',
'~merrilee',
'~merrili',
'~merrill',
'~merrily',
'~merry',
'~mersey',
'~meryl',
'~meta',
'~mia',
'~micaela',
'~michaela',
'~michaelina',
'~michaeline',
'~michaella',
'~michal',
'~michel',
'~michele',
'~michelina',
'~micheline',
'~michell',
'~michelle',
'~micki',
'~mickie',
'~micky',
'~midge',
'~mignon',
'~mignonne',
'~miguela',
'~miguelita',
'~mikaela',
'~mil',
'~mildred',
'~mildrid',
'~milena',
'~milicent',
'~milissent',
'~milka',
'~milli',
'~millicent',
'~millie',
'~millisent',
'~milly',
'~milzie',
'~mimi',
'~min',
'~mina',
'~minda',
'~mindy',
'~minerva',
'~minetta',
'~minette',
'~minna',
'~minnaminnie',
'~minne',
'~minni',
'~minnie',
'~minnnie',
'~minny',
'~minta',
'~miquela',
'~mira',
'~mirabel',
'~mirabella',
'~mirabelle',
'~miran',
'~miranda',
'~mireielle',
'~mireille',
'~mirella',
'~mirelle',
'~miriam',
'~mirilla',
'~mirna',
'~misha',
'~missie',
'~missy',
'~misti',
'~misty',
'~mitzi',
'~modesta',
'~modestia',
'~modestine',
'~modesty',
'~moina',
'~moira',
'~moll',
'~mollee',
'~molli',
'~mollie',
'~molly',
'~mommy',
'~mona',
'~monah',
'~monica',
'~monika',
'~monique',
'~mora',
'~moreen',
'~morena',
'~morgan',
'~morgana',
'~morganica',
'~morganne',
'~morgen',
'~moria',
'~morissa',
'~morna',
'~moselle',
'~moyna',
'~moyra',
'~mozelle',
'~muffin',
'~mufi',
'~mufinella',
'~muire',
'~mureil',
'~murial',
'~muriel',
'~murielle',
'~myra',
'~myrah',
'~myranda',
'~myriam',
'~myrilla',
'~myrle',
'~myrlene',
'~myrna',
'~myrta',
'~myrtia',
'~myrtice',
'~myrtie',
'~myrtle',
'~nada',
'~nadean',
'~nadeen',
'~nadia',
'~nadine',
'~nadiya',
'~nady',
'~nadya',
'~nalani',
'~nan',
'~nana',
'~nananne',
'~nance',
'~nancee',
'~nancey',
'~nanci',
'~nancie',
'~nancy',
'~nanete',
'~nanette',
'~nani',
'~nanice',
'~nanine',
'~nannette',
'~nanni',
'~nannie',
'~nanny',
'~nanon',
'~naoma',
'~naomi',
'~nara',
'~nari',
'~nariko',
'~nat',
'~nata',
'~natala',
'~natalee',
'~natalie',
'~natalina',
'~nataline',
'~natalya',
'~natasha',
'~natassia',
'~nathalia',
'~nathalie',
'~natividad',
'~natka',
'~natty',
'~neala',
'~neda',
'~nedda',
'~nedi',
'~neely',
'~neila',
'~neile',
'~neilla',
'~neille',
'~nelia',
'~nelie',
'~nell',
'~nelle',
'~nelli',
'~nellie',
'~nelly',
'~nerissa',
'~nerita',
'~nert',
'~nerta',
'~nerte',
'~nerti',
'~nertie',
'~nerty',
'~nessa',
'~nessi',
'~nessie',
'~nessy',
'~nesta',
'~netta',
'~netti',
'~nettie',
'~nettle',
'~netty',
'~nevsa',
'~neysa',
'~nichol',
'~nichole',
'~nicholle',
'~nicki',
'~nickie',
'~nicky',
'~nicol',
'~nicola',
'~nicole',
'~nicolea',
'~nicolette',
'~nicoli',
'~nicolina',
'~nicoline',
'~nicolle',
'~nikaniki',
'~nike',
'~niki',
'~nikki',
'~nikkie',
'~nikoletta',
'~nikolia',
'~nina',
'~ninetta',
'~ninette',
'~ninnetta',
'~ninnette',
'~ninon',
'~nissa',
'~nisse',
'~nissie',
'~nissy',
'~nita',
'~nixie',
'~noami',
'~noel',
'~noelani',
'~noell',
'~noella',
'~noelle',
'~noellyn',
'~noelyn',
'~noemi',
'~nola',
'~nolana',
'~nolie',
'~nollie',
'~nomi',
'~nona',
'~nonah',
'~noni',
'~nonie',
'~nonna',
'~nonnah',
'~nora',
'~norah',
'~norean',
'~noreen',
'~norene',
'~norina',
'~norine',
'~norma',
'~norri',
'~norrie',
'~norry',
'~novelia',
'~nydia',
'~nyssa',
'~octavia',
'~odele',
'~odelia',
'~odelinda',
'~odella',
'~odelle',
'~odessa',
'~odetta',
'~odette',
'~odilia',
'~odille',
'~ofelia',
'~ofella',
'~ofilia',
'~ola',
'~olenka',
'~olga',
'~olia',
'~olimpia',
'~olive',
'~olivette',
'~olivia',
'~olivie',
'~oliy',
'~ollie',
'~olly',
'~olva',
'~olwen',
'~olympe',
'~olympia',
'~olympie',
'~ondrea',
'~oneida',
'~onida',
'~oona',
'~opal',
'~opalina',
'~opaline',
'~ophelia',
'~ophelie',
'~ora',
'~oralee',
'~oralia',
'~oralie',
'~oralla',
'~oralle',
'~orel',
'~orelee',
'~orelia',
'~orelie',
'~orella',
'~orelle',
'~oriana',
'~orly',
'~orsa',
'~orsola',
'~ortensia',
'~otha',
'~othelia',
'~othella',
'~othilia',
'~othilie',
'~ottilie',
'~page',
'~paige',
'~paloma',
'~pam',
'~pamela',
'~pamelina',
'~pamella',
'~pammi',
'~pammie',
'~pammy',
'~pandora',
'~pansie',
'~pansy',
'~paola',
'~paolina',
'~papagena',
'~pat',
'~patience',
'~patrica',
'~patrice',
'~patricia',
'~patrizia',
'~patsy',
'~patti',
'~pattie',
'~patty',
'~paula',
'~paule',
'~pauletta',
'~paulette',
'~pauli',
'~paulie',
'~paulina',
'~pauline',
'~paulita',
'~pauly',
'~pavia',
'~pavla',
'~pearl',
'~pearla',
'~pearle',
'~pearline',
'~peg',
'~pegeen',
'~peggi',
'~peggie',
'~peggy',
'~pen',
'~penelopa',
'~penelope',
'~penni',
'~pennie',
'~penny',
'~pepi',
'~pepita',
'~peri',
'~peria',
'~perl',
'~perla',
'~perle',
'~perri',
'~perrine',
'~perry',
'~persis',
'~pet',
'~peta',
'~petra',
'~petrina',
'~petronella',
'~petronia',
'~petronilla',
'~petronille',
'~petunia',
'~phaedra',
'~phaidra',
'~phebe',
'~phedra',
'~phelia',
'~phil',
'~philipa',
'~philippa',
'~philippe',
'~philippine',
'~philis',
'~phillida',
'~phillie',
'~phillis',
'~philly',
'~philomena',
'~phoebe',
'~phylis',
'~phyllida',
'~phyllis',
'~phyllys',
'~phylys',
'~pia',
'~pier',
'~pierette',
'~pierrette',
'~pietra',
'~piper',
'~pippa',
'~pippy',
'~polly',
'~pollyanna',
'~pooh',
'~poppy',
'~portia',
'~pris',
'~prisca',
'~priscella',
'~priscilla',
'~prissie',
'~pru',
'~prudence',
'~prudi',
'~prudy',
'~prue',
'~queenie',
'~quentin',
'~querida',
'~quinn',
'~quinta',
'~quintana',
'~quintilla',
'~quintina',
'~rachael',
'~rachel',
'~rachele',
'~rachelle',
'~rae',
'~raeann',
'~raf',
'~rafa',
'~rafaela',
'~rafaelia',
'~rafaelita',
'~rahal',
'~rahel',
'~raina',
'~raine',
'~rakel',
'~ralina',
'~ramona',
'~ramonda',
'~rana',
'~randa',
'~randee',
'~randene',
'~randi',
'~randie',
'~randy',
'~ranee',
'~rani',
'~rania',
'~ranice',
'~ranique',
'~ranna',
'~raphaela',
'~raquel',
'~raquela',
'~rasia',
'~rasla',
'~raven',
'~ray',
'~raychel',
'~raye',
'~rayna',
'~raynell',
'~rayshell',
'~rea',
'~reba',
'~rebbecca',
'~rebe',
'~rebeca',
'~rebecca',
'~rebecka',
'~rebeka',
'~rebekah',
'~rebekkah',
'~ree',
'~reeba',
'~reena',
'~reeta',
'~reeva',
'~regan',
'~reggi',
'~reggie',
'~regina',
'~regine',
'~reiko',
'~reina',
'~reine',
'~remy',
'~rena',
'~renae',
'~renata',
'~renate',
'~rene',
'~renee',
'~renell',
'~renelle',
'~renie',
'~rennie',
'~reta',
'~retha',
'~revkah',
'~rey',
'~reyna',
'~rhea',
'~rheba',
'~rheta',
'~rhetta',
'~rhiamon',
'~rhianna',
'~rhianon',
'~rhoda',
'~rhodia',
'~rhodie',
'~rhody',
'~rhona',
'~rhonda',
'~riane',
'~riannon',
'~rianon',
'~rica',
'~ricca',
'~rici',
'~ricki',
'~rickie',
'~ricky',
'~riki',
'~rikki',
'~rina',
'~risa',
'~rita',
'~riva',
'~rivalee',
'~rivi',
'~rivkah',
'~rivy',
'~roana',
'~roanna',
'~roanne',
'~robbi',
'~robbie',
'~robbin',
'~robby',
'~robbyn',
'~robena',
'~robenia',
'~roberta',
'~robin',
'~robina',
'~robinet',
'~robinett',
'~robinetta',
'~robinette',
'~robinia',
'~roby',
'~robyn',
'~roch',
'~rochell',
'~rochella',
'~rochelle',
'~rochette',
'~roda',
'~rodi',
'~rodie',
'~rodina',
'~rois',
'~romola',
'~romona',
'~romonda',
'~romy',
'~rona',
'~ronalda',
'~ronda',
'~ronica',
'~ronna',
'~ronni',
'~ronnica',
'~ronnie',
'~ronny',
'~roobbie',
'~rora',
'~rori',
'~rorie',
'~rory',
'~ros',
'~rosa',
'~rosabel',
'~rosabella',
'~rosabelle',
'~rosaleen',
'~rosalia',
'~rosalie',
'~rosalind',
'~rosalinda',
'~rosalinde',
'~rosaline',
'~rosalyn',
'~rosalynd',
'~rosamond',
'~rosamund',
'~rosana',
'~rosanna',
'~rosanne',
'~rose',
'~roseann',
'~roseanna',
'~roseanne',
'~roselia',
'~roselin',
'~roseline',
'~rosella',
'~roselle',
'~rosemaria',
'~rosemarie',
'~rosemary',
'~rosemonde',
'~rosene',
'~rosetta',
'~rosette',
'~roshelle',
'~rosie',
'~rosina',
'~rosita',
'~roslyn',
'~rosmunda',
'~rosy',
'~row',
'~rowe',
'~rowena',
'~roxana',
'~roxane',
'~roxanna',
'~roxanne',
'~roxi',
'~roxie',
'~roxine',
'~roxy',
'~roz',
'~rozalie',
'~rozalin',
'~rozamond',
'~rozanna',
'~rozanne',
'~roze',
'~rozele',
'~rozella',
'~rozelle',
'~rozina',
'~rubetta',
'~rubi',
'~rubia',
'~rubie',
'~rubina',
'~ruby',
'~ruperta',
'~ruth',
'~ruthann',
'~ruthanne',
'~ruthe',
'~ruthi',
'~ruthie',
'~ruthy',
'~ryann',
'~rycca',
'~saba',
'~sabina',
'~sabine',
'~sabra',
'~sabrina',
'~sacha',
'~sada',
'~sadella',
'~sadie',
'~sadye',
'~saidee',
'~sal',
'~salaidh',
'~sallee',
'~salli',
'~sallie',
'~sally',
'~sallyann',
'~sallyanne',
'~saloma',
'~salome',
'~salomi',
'~sam',
'~samantha',
'~samara',
'~samaria',
'~sammy',
'~sande',
'~sandi',
'~sandie',
'~sandra',
'~sandy',
'~sandye',
'~sapphira',
'~sapphire',
'~sara',
'~sara-ann',
'~saraann',
'~sarah',
'~sarajane',
'~saree',
'~sarena',
'~sarene',
'~sarette',
'~sari',
'~sarina',
'~sarine',
'~sarita',
'~sascha',
'~sasha',
'~sashenka',
'~saudra',
'~saundra',
'~savina',
'~sayre',
'~scarlet',
'~scarlett',
'~sean',
'~seana',
'~seka',
'~sela',
'~selena',
'~selene',
'~selestina',
'~selia',
'~selie',
'~selina',
'~selinda',
'~seline',
'~sella',
'~selle',
'~selma',
'~sena',
'~sephira',
'~serena',
'~serene',
'~shae',
'~shaina',
'~shaine',
'~shalna',
'~shalne',
'~shana',
'~shanda',
'~shandee',
'~shandeigh',
'~shandie',
'~shandra',
'~shandy',
'~shane',
'~shani',
'~shanie',
'~shanna',
'~shannah',
'~shannen',
'~shannon',
'~shanon',
'~shanta',
'~shantee',
'~shara',
'~sharai',
'~shari',
'~sharia',
'~sharity',
'~sharl',
'~sharla',
'~sharleen',
'~sharlene',
'~sharline',
'~sharon',
'~sharona',
'~sharron',
'~sharyl',
'~shaun',
'~shauna',
'~shawn',
'~shawna',
'~shawnee',
'~shay',
'~shayla',
'~shaylah',
'~shaylyn',
'~shaylynn',
'~shayna',
'~shayne',
'~shea',
'~sheba',
'~sheela',
'~sheelagh',
'~sheelah',
'~sheena',
'~sheeree',
'~sheila',
'~sheila-kathryn',
'~sheilah',
'~sheilakathryn',
'~shel',
'~shela',
'~shelagh',
'~shelba',
'~shelbi',
'~shelby',
'~shelia',
'~shell',
'~shelley',
'~shelli',
'~shellie',
'~shelly',
'~shena',
'~sher',
'~sheree',
'~sheri',
'~sherie',
'~sherill',
'~sherilyn',
'~sherline',
'~sherri',
'~sherrie',
'~sherry',
'~sherye',
'~sheryl',
'~shina',
'~shir',
'~shirl',
'~shirlee',
'~shirleen',
'~shirlene',
'~shirley',
'~shirline',
'~shoshana',
'~shoshanna',
'~siana',
'~sianna',
'~sib',
'~sibbie',
'~sibby',
'~sibeal',
'~sibel',
'~sibella',
'~sibelle',
'~sibilla',
'~sibley',
'~sibyl',
'~sibylla',
'~sibylle',
'~sidoney',
'~sidonia',
'~sidonnie',
'~sigrid',
'~sile',
'~sileas',
'~silva',
'~silvana',
'~silvia',
'~silvie',
'~simona',
'~simone',
'~simonette',
'~simonne',
'~sindee',
'~siobhan',
'~sioux',
'~siouxie',
'~sisely',
'~sisile',
'~sissie',
'~sissy',
'~siusan',
'~sofia',
'~sofie',
'~sondra',
'~sonia',
'~sonja',
'~sonni',
'~sonnie',
'~sonnnie',
'~sonny',
'~sonya',
'~sophey',
'~sophi',
'~sophia',
'~sophie',
'~sophronia',
'~sorcha',
'~sosanna',
'~stace',
'~stacee',
'~stacey',
'~staci',
'~stacia',
'~stacie',
'~stacy',
'~stafani',
'~star',
'~starla',
'~starlene',
'~starlin',
'~starr',
'~stefa',
'~stefania',
'~stefanie',
'~steffane',
'~steffi',
'~steffie',
'~stella',
'~stepha',
'~stephana',
'~stephani',
'~stephanie',
'~stephannie',
'~stephenie',
'~stephi',
'~stephie',
'~stephine',
'~stesha',
'~stevana',
'~stevena',
'~stoddard',
'~storm',
'~stormi',
'~stormie',
'~stormy',
'~sue',
'~suellen',
'~sukey',
'~suki',
'~sula',
'~sunny',
'~sunshine',
'~susan',
'~susana',
'~susanetta',
'~susann',
'~susanna',
'~susannah',
'~susanne',
'~susette',
'~susi',
'~susie',
'~susy',
'~suzann',
'~suzanna',
'~suzanne',
'~suzette',
'~suzi',
'~suzie',
'~suzy',
'~sybil',
'~sybila',
'~sybilla',
'~sybille',
'~sybyl',
'~sydel',
'~sydelle',
'~sydney',
'~sylvia',
'~tabatha',
'~tabbatha',
'~tabbi',
'~tabbie',
'~tabbitha',
'~tabby',
'~tabina',
'~tabitha',
'~taffy',
'~talia',
'~tallia',
'~tallie',
'~tallou',
'~tallulah',
'~tally',
'~talya',
'~talyah',
'~tamar',
'~tamara',
'~tamarah',
'~tamarra',
'~tamera',
'~tami',
'~tamiko',
'~tamma',
'~tammara',
'~tammi',
'~tammie',
'~tammy',
'~tamqrah',
'~tamra',
'~tana',
'~tandi',
'~tandie',
'~tandy',
'~tanhya',
'~tani',
'~tania',
'~tanitansy',
'~tansy',
'~tanya',
'~tara',
'~tarah',
'~tarra',
'~tarrah',
'~taryn',
'~tasha',
'~tasia',
'~tate',
'~tatiana',
'~tatiania',
'~tatum',
'~tawnya',
'~tawsha',
'~ted',
'~tedda',
'~teddi',
'~teddie',
'~teddy',
'~tedi',
'~tedra',
'~teena',
'~teirtza',
'~teodora',
'~tera',
'~teresa',
'~terese',
'~teresina',
'~teresita',
'~teressa',
'~teri',
'~teriann',
'~terra',
'~terri',
'~terri-jo',
'~terrie',
'~terrijo',
'~terry',
'~terrye',
'~tersina',
'~terza',
'~tess',
'~tessa',
'~tessi',
'~tessie',
'~tessy',
'~thalia',
'~thea',
'~theadora',
'~theda',
'~thekla',
'~thelma',
'~theo',
'~theodora',
'~theodosia',
'~theresa',
'~therese',
'~theresina',
'~theresita',
'~theressa',
'~therine',
'~thia',
'~thomasa',
'~thomasin',
'~thomasina',
'~thomasine',
'~tiena',
'~tierney',
'~tiertza',
'~tiff',
'~tiffani',
'~tiffanie',
'~tiffany',
'~tiffi',
'~tiffie',
'~tiffy',
'~tilda',
'~tildi',
'~tildie',
'~tildy',
'~tillie',
'~tilly',
'~tim',
'~timi',
'~timmi',
'~timmie',
'~timmy',
'~timothea',
'~tina',
'~tine',
'~tiphani',
'~tiphanie',
'~tiphany',
'~tish',
'~tisha',
'~tobe',
'~tobey',
'~tobi',
'~toby',
'~tobye',
'~toinette',
'~toma',
'~tomasina',
'~tomasine',
'~tomi',
'~tommi',
'~tommie',
'~tommy',
'~toni',
'~tonia',
'~tonie',
'~tony',
'~tonya',
'~tonye',
'~tootsie',
'~torey',
'~tori',
'~torie',
'~torrie',
'~tory',
'~tova',
'~tove',
'~tracee',
'~tracey',
'~traci',
'~tracie',
'~tracy',
'~trenna',
'~tresa',
'~trescha',
'~tressa',
'~tricia',
'~trina',
'~trish',
'~trisha',
'~trista',
'~trix',
'~trixi',
'~trixie',
'~trixy',
'~truda',
'~trude',
'~trudey',
'~trudi',
'~trudie',
'~trudy',
'~trula',
'~tuesday',
'~twila',
'~twyla',
'~tybi',
'~tybie',
'~tyne',
'~ula',
'~ulla',
'~ulrica',
'~ulrika',
'~ulrikaumeko',
'~ulrike',
'~umeko',
'~una',
'~ursa',
'~ursala',
'~ursola',
'~ursula',
'~ursulina',
'~ursuline',
'~uta',
'~val',
'~valaree',
'~valaria',
'~vale',
'~valeda',
'~valencia',
'~valene',
'~valenka',
'~valentia',
'~valentina',
'~valentine',
'~valera',
'~valeria',
'~valerie',
'~valery',
'~valerye',
'~valida',
'~valina',
'~valli',
'~vallie',
'~vally',
'~valma',
'~valry',
'~van',
'~vanda',
'~vanessa',
'~vania',
'~vanna',
'~vanni',
'~vannie',
'~vanny',
'~vanya',
'~veda',
'~velma',
'~velvet',
'~venita',
'~venus',
'~vera',
'~veradis',
'~vere',
'~verena',
'~verene',
'~veriee',
'~verile',
'~verina',
'~verine',
'~verla',
'~verna',
'~vernice',
'~veronica',
'~veronika',
'~veronike',
'~veronique',
'~vevay',
'~vi',
'~vicki',
'~vickie',
'~vicky',
'~victoria',
'~vida',
'~viki',
'~vikki',
'~vikky',
'~vilhelmina',
'~vilma',
'~vin',
'~vina',
'~vinita',
'~vinni',
'~vinnie',
'~vinny',
'~viola',
'~violante',
'~viole',
'~violet',
'~violetta',
'~violette',
'~virgie',
'~virgina',
'~virginia',
'~virginie',
'~vita',
'~vitia',
'~vitoria',
'~vittoria',
'~viv',
'~viva',
'~vivi',
'~vivia',
'~vivian',
'~viviana',
'~vivianna',
'~vivianne',
'~vivie',
'~vivien',
'~viviene',
'~vivienne',
'~viviyan',
'~vivyan',
'~vivyanne',
'~vonni',
'~vonnie',
'~vonny',
'~vyky',
'~wallie',
'~wallis',
'~walliw',
'~wally',
'~waly',
'~wanda',
'~wandie',
'~wandis',
'~waneta',
'~wanids',
'~wenda',
'~wendeline',
'~wendi',
'~wendie',
'~wendy',
'~wendye',
'~wenona',
'~wenonah',
'~whitney',
'~wileen',
'~wilhelmina',
'~wilhelmine',
'~wilie',
'~willa',
'~willabella',
'~willamina',
'~willetta',
'~willette',
'~willi',
'~willie',
'~willow',
'~willy',
'~willyt',
'~wilma',
'~wilmette',
'~wilona',
'~wilone',
'~wilow',
'~windy',
'~wini',
'~winifred',
'~winna',
'~winnah',
'~winne',
'~winni',
'~winnie',
'~winnifred',
'~winny',
'~winona',
'~winonah',
'~wren',
'~wrennie',
'~wylma',
'~wynn',
'~wynne',
'~wynnie',
'~wynny',
'~xaviera',
'~xena',
'~xenia',
'~xylia',
'~xylina',
'~yalonda',
'~yasmeen',
'~yasmin',
'~yelena',
'~yetta',
'~yettie',
'~yetty',
'~yevette',
'~ynes',
'~ynez',
'~yoko',
'~yolanda',
'~yolande',
'~yolane',
'~yolanthe',
'~yoshi',
'~yoshiko',
'~yovonnda',
'~ysabel',
'~yvette',
'~yvonne',
'~zabrina',
'~zahara',
'~zandra',
'~zaneta',
'~zara',
'~zarah',
'~zaria',
'~zarla',
'~zea',
'~zelda',
'~zelma',
'~zena',
'~zenia',
'~zia',
'~zilvia',
'~zita',
'~zitella',
'~zoe',
'~zola',
'~zonda',
'~zondra',
'~zonnya',
'~zora',
'~zorah',
'~zorana',
'~zorina',
'~zorine',
'~zsazsa',
'~zulema',
'~zuzana',]
| class Dictionary:
def __init__(self):
self.paths = ['~root', '~toor', '~bin', '~daemon', '~adm', '~lp', '~sync', '~shutdown', '~halt', '~mail', '~pop', '~postmaster', '~news', '~uucp', '~operator', '~games', '~gopher', '~ftp', '~nobody', '~nscd', '~mailnull', '~ident', '~rpc', '~rpcuser', '~xfs', '~gdm', '~apache', '~http', '~web', '~www', '~adm', '~admin', '~administrator', '~guest', '~firewall', '~fwuser', '~fwadmin', '~fw', '~test', '~testuser', '~user', '~user1', '~user2', '~user3', '~user4', '~user5', '~sql', '~data', '~database', '~anonymous', '~staff', '~office', '~help', '~helpdesk', '~reception', '~system', '~operator', '~backup', '~aaron', '~ab', '~abba', '~abbe', '~abbey', '~abbie', '~root', '~abbot', '~abbott', '~abby', '~abdel', '~abdul', '~abe', '~abel', '~abelard', '~abeu', '~abey', '~abie', '~abner', '~abraham', '~abrahan', '~abram', '~abramo', '~abran', '~ad', '~adair', '~adam', '~adamo', '~adams', '~adan', '~addie', '~addison', '~addy', '~ade', '~adelbert', '~adham', '~adlai', '~adler', '~ado', '~adolf', '~adolph', '~adolphe', '~adolpho', '~adolphus', '~adrian', '~adriano', '~adrien', '~agosto', '~aguie', '~aguistin', '~aguste', '~agustin', '~aharon', '~ahmad', '~ahmed', '~ailbert', '~akim', '~aksel', '~al', '~alain', '~alair', '~alan', '~aland', '~alano', '~alanson', '~alard', '~alaric', '~alasdair', '~alastair', '~alasteir', '~alaster', '~alberik', '~albert', '~alberto', '~albie', '~albrecht', '~alden', '~aldin', '~aldis', '~aldo', '~aldon', '~aldous', '~aldric', '~aldrich', '~aldridge', '~aldus', '~aldwin', '~alec', '~alejandro', '~alejoa', '~aleksandr', '~alessandro', '~alex', '~alexander', '~alexandr', '~alexandre', '~alexandro', '~alexandros', '~alexei', '~alexio', '~alexis', '~alf', '~alfie', '~alfons', '~alfonse', '~alfonso', '~alford', '~alfred', '~alfredo', '~alfy', '~algernon', '~ali', '~alic', '~alick', '~alisander', '~alistair', '~alister', '~alix', '~allan', '~allard', '~allayne', '~allen', '~alley', '~alleyn', '~allie', '~allin', '~allister', '~allistir', '~allyn', '~aloin', '~alon', '~alonso', '~alonzo', '~aloysius', '~alphard', '~alphonse', '~alphonso', '~alric', '~aluin', '~aluino', '~alva', '~alvan', '~alvie', '~alvin', '~alvis', '~alvy', '~alwin', '~alwyn', '~alyosha', '~amble', '~ambros', '~ambrose', '~ambrosi', '~ambrosio', '~ambrosius', '~amby', '~amerigo', '~amery', '~amory', '~amos', '~anatol', '~anatole', '~anatollo', '~ancell', '~anders', '~anderson', '~andie', '~andonis', '~andras', '~andre', '~andrea', '~andreas', '~andrej', '~andres', '~andrew', '~andrey', '~andris', '~andros', '~andrus', '~andy', '~ange', '~angel', '~angeli', '~angelico', '~angelo', '~angie', '~angus', '~ansel', '~ansell', '~anselm', '~anson', '~anthony', '~antin', '~antoine', '~anton', '~antone', '~antoni', '~antonin', '~antonino', '~antonio', '~antonius', '~antons', '~antony', '~any', '~ara', '~araldo', '~arch', '~archaimbaud', '~archambault', '~archer', '~archibald', '~archibaldo', '~archibold', '~archie', '~archy', '~arel', '~ari', '~arie', '~ariel', '~arin', '~ario', '~aristotle', '~arlan', '~arlen', '~arley', '~arlin', '~arman', '~armand', '~armando', '~armin', '~armstrong', '~arnaldo', '~arne', '~arney', '~arni', '~arnie', '~arnold', '~arnoldo', '~arnuad', '~arny', '~aron', '~arri', '~arron', '~art', '~artair', '~arte', '~artemas', '~artemis', '~artemus', '~arther', '~arthur', '~artie', '~artur', '~arturo', '~artus', '~arty', '~arv', '~arvie', '~arvin', '~arvy', '~asa', '~ase', '~ash', '~ashbey', '~ashby', '~asher', '~ashley', '~ashlin', '~ashton', '~aube', '~auberon', '~aubert', '~aubrey', '~augie', '~august', '~augustin', '~augustine', '~augusto', '~augustus', '~augy', '~aurthur', '~austen', '~austin', '~ave', '~averell', '~averil', '~averill', '~avery', '~avictor', '~avigdor', '~avram', '~avrom', '~ax', '~axe', '~axel', '~aylmar', '~aylmer', '~aymer', '~bail', '~bailey', '~bailie', '~baillie', '~baily', '~baird', '~bald', '~balduin', '~baldwin', '~bale', '~ban', '~bancroft', '~bank', '~banky', '~bar', '~barbabas', '~barclay', '~bard', '~barde', '~barn', '~barnabas', '~barnabe', '~barnaby', '~barnard', '~barnebas', '~barnett', '~barney', '~barnie', '~barny', '~baron', '~barr', '~barret', '~barrett', '~barri', '~barrie', '~barris', '~barron', '~barry', '~bart', '~bartel', '~barth', '~barthel', '~bartholemy', '~bartholomeo', '~bartholomeus', '~bartholomew', '~bartie', '~bartlet', '~bartlett', '~bartolemo', '~bartolomeo', '~barton', '~bartram', '~barty', '~bary', '~baryram', '~base', '~basil', '~basile', '~basilio', '~basilius', '~bastian', '~bastien', '~bat', '~batholomew', '~baudoin', '~bax', '~baxie', '~baxter', '~baxy', '~bay', '~bayard', '~beale', '~bealle', '~bear', '~bearnard', '~beau', '~beaufort', '~beauregard', '~beck', '~beltran', '~ben', '~bendick', '~bendicty', '~bendix', '~benedetto', '~benedick', '~benedict', '~benedicto', '~benedikt', '~bengt', '~root', '~beniamino', '~benito', '~benjamen', '~benjamin', '~benji', '~benjie', '~benjy', '~benn', '~bennett', '~bennie', '~benny', '~benoit', '~benson', '~bent', '~bentlee', '~bentley', '~benton', '~benyamin', '~ber', '~berk', '~berke', '~berkeley', '~berkie', '~berkley', '~berkly', '~berky', '~bern', '~bernard', '~bernardo', '~bernarr', '~berne', '~bernhard', '~bernie', '~berny', '~bert', '~berti', '~bertie', '~berton', '~bertram', '~bertrand', '~bertrando', '~berty', '~bev', '~bevan', '~bevin', '~bevon', '~bil', '~bill', '~billie', '~billy', '~bing', '~bink', '~binky', '~birch', '~birk', '~biron', '~bjorn', '~blaine', '~blair', '~blake', '~blane', '~blayne', '~bo', '~bob', '~bobbie', '~bobby', '~bogart', '~bogey', '~boigie', '~bond', '~bondie', '~bondon', '~bondy', '~bone', '~boniface', '~boone', '~boonie', '~boony', '~boot', '~boote', '~booth', '~boothe', '~bord', '~borden', '~bordie', '~bordy', '~borg', '~boris', '~bourke', '~bowie', '~boy', '~boyce', '~boycey', '~boycie', '~boyd', '~brad', '~bradan', '~brade', '~braden', '~bradford', '~bradley', '~bradly', '~bradney', '~brady', '~bram', '~bran', '~brand', '~branden', '~brander', '~brandon', '~brandtr', '~brandy', '~brandyn', '~brannon', '~brant', '~brantley', '~bren', '~brendan', '~brenden', '~brendin', '~brendis', '~brendon', '~brennan', '~brennen', '~brent', '~bret', '~brett', '~brew', '~brewer', '~brewster', '~brian', '~briano', '~briant', '~brice', '~brien', '~brig', '~brigg', '~briggs', '~brigham', '~brion', '~brit', '~britt', '~brnaba', '~brnaby', '~brock', '~brockie', '~brocky', '~brod', '~broddie', '~broddy', '~broderic', '~broderick', '~brodie', '~brody', '~brok', '~bron', '~bronnie', '~bronny', '~bronson', '~brook', '~brooke', '~brooks', '~brose', '~bruce', '~brucie', '~bruis', '~bruno', '~bryan', '~bryant', '~bryanty', '~bryce', '~bryn', '~bryon', '~buck', '~buckie', '~bucky', '~bud', '~budd', '~buddie', '~buddy', '~buiron', '~burch', '~burg', '~burgess', '~burk', '~burke', '~burl', '~burlie', '~burnaby', '~burnard', '~burr', '~burt', '~burtie', '~burton', '~burty', '~butch', '~byram', '~byran', '~byrann', '~byrle', '~byrom', '~byron', '~cad', '~caddric', '~caesar', '~cal', '~caldwell', '~cale', '~caleb', '~calhoun', '~callean', '~calv', '~calvin', '~cam', '~cameron', '~camey', '~cammy', '~car', '~carce', '~care', '~carey', '~carl', '~carleton', '~carlie', '~carlin', '~carling', '~carlo', '~carlos', '~carly', '~carlyle', '~carmine', '~carney', '~carny', '~carolus', '~carr', '~carrol', '~carroll', '~carson', '~cart', '~carter', '~carver', '~cary', '~caryl', '~casar', '~case', '~casey', '~cash', '~caspar', '~casper', '~cass', '~cassie', '~cassius', '~caz', '~cazzie', '~cchaddie', '~cece', '~cecil', '~cecilio', '~cecilius', '~ced', '~cedric', '~cello', '~cesar', '~cesare', '~cesaro', '~chad', '~chadd', '~chaddie', '~chaddy', '~chadwick', '~chaim', '~chalmers', '~chan', '~chance', '~chancey', '~chandler', '~chane', '~chariot', '~charles', '~charley', '~charlie', '~charlton', '~chas', '~chase', '~chaunce', '~chauncey', '~che', '~chen', '~ches', '~chester', '~cheston', '~chet', '~chev', '~chevalier', '~chevy', '~chic', '~chick', '~chickie', '~chicky', '~chico', '~chilton', '~chip', '~chris', '~chrisse', '~chrissie', '~chrissy', '~christian', '~christiano', '~christie', '~christoffer', '~christoforo', '~christoper', '~christoph', '~christophe', '~christopher', '~christophorus', '~christos', '~christy', '~chrisy', '~chrotoem', '~chucho', '~chuck', '~cirillo', '~cirilo', '~ciro', '~cirstoforo', '~claiborn', '~claiborne', '~clair', '~claire', '~clarance', '~clare', '~clarence', '~clark', '~clarke', '~claudell', '~claudian', '~claudianus', '~claudio', '~claudius', '~claus', '~clay', '~clayborn', '~clayborne', '~claybourne', '~clayson', '~clayton', '~cleavland', '~clem', '~clemens', '~clement', '~clemente', '~clementius', '~clemmie', '~clemmy', '~cleon', '~clerc', '~clerkclaude', '~cletis', '~cletus', '~cleve', '~cleveland', '~clevey', '~clevie', '~cliff', '~clifford', '~clim', '~clint', '~clive', '~cly', '~clyde', '~clyve', '~clywd', '~cob', '~cobb', '~cobbie', '~cobby', '~codi', '~codie', '~cody', '~cointon', '~colan', '~colas', '~colby', '~cole', '~coleman', '~colet', '~colin', '~collin', '~colman', '~colver', '~con', '~conan', '~conant', '~conn', '~conney', '~connie', '~connor', '~conny', '~conrad', '~conrade', '~conrado', '~conroy', '~consalve', '~constantin', '~constantine', '~constantino', '~conway', '~coop', '~cooper', '~corbet', '~corbett', '~corbie', '~corbin', '~corby', '~cord', '~cordell', '~cordie', '~cordy', '~corey', '~cori', '~cornall', '~cornelius', '~cornell', '~corney', '~cornie', '~corny', '~correy', '~corrie', '~cort', '~cortie', '~corty', '~cory', '~cos', '~cosimo', '~cosme', '~cosmo', '~costa', '~court', '~courtnay', '~courtney', '~cozmo', '~craggie', '~craggy', '~craig', '~crawford', '~creigh', '~creight', '~creighton', '~crichton', '~cris', '~cristian', '~cristiano', '~cristobal', '~crosby', '~cross', '~cull', '~cullan', '~cullen', '~culley', '~cullie', '~cullin', '~cully', '~culver', '~curcio', '~curr', '~curran', '~currey', '~currie', '~curry', '~curt', '~curtice', '~curtis', '~cy', '~cyril', '~cyrill', '~cyrille', '~cyrillus', '~cyrus', '~darcy', '~dael', '~dag', '~dagny', '~dal', '~dale', '~dalis', '~dall', '~dallas', '~dalli', '~dallis', '~dallon', '~dalston', '~dalt', '~dalton', '~dame', '~damian', '~damiano', '~damien', '~damon', '~dan', '~dana', '~dane', '~dani', '~danie', '~daniel', '~dannel', '~dannie', '~danny', '~dante', '~danya', '~dar', '~darb', '~darbee', '~darby', '~darcy', '~dare', '~daren', '~darill', '~darin', '~dario', '~darius', '~darn', '~darnall', '~darnell', '~daron', '~darrel', '~darrell', '~darren', '~darrick', '~darrin', '~darryl', '~darwin', '~daryl', '~daryle', '~dav', '~dave', '~daven', '~davey', '~david', '~davidde', '~davide', '~davidson', '~davie', '~davin', '~davis', '~davon', '~davy', '~dean', '~deane', '~decca', '~deck', '~del', '~delainey', '~delaney', '~delano', '~delbert', '~dell', '~delmar', '~delmer', '~delmor', '~delmore', '~demetre', '~demetri', '~demetris', '~demetrius', '~demott', '~den', '~dene', '~denis', '~dennet', '~denney', '~dennie', '~dennis', '~dennison', '~denny', '~denver', '~denys', '~der', '~derby', '~derek', '~derick', '~derk', '~dermot', '~derrek', '~derrick', '~derrik', '~derril', '~derron', '~derry', '~derward', '~derwin', '~des', '~desi', '~desmond', '~desmund', '~dev', '~devin', '~devland', '~devlen', '~devlin', '~devy', '~dew', '~dewain', '~dewey', '~dewie', '~dewitt', '~dex', '~dexter', '~diarmid', '~dick', '~dickie', '~dicky', '~diego', '~dieter', '~dietrich', '~dilan', '~dill', '~dillie', '~dillon', '~dilly', '~dimitri', '~dimitry', '~dino', '~dion', '~dionisio', '~dionysus', '~dirk', '~dmitri', '~dolf', '~dolph', '~dom', '~domenic', '~domenico', '~domingo', '~dominic', '~dominick', '~dominik', '~dominique', '~don', '~donal', '~donall', '~donalt', '~donaugh', '~donavon', '~donn', '~donnell', '~donnie', '~donny', '~donovan', '~dore', '~dorey', '~dorian', '~dorie', '~dory', '~doug', '~dougie', '~douglas', '~douglass', '~dougy', '~dov', '~doy', '~doyle', '~drake', '~drew', '~dru', '~drud', '~drugi', '~duane', '~dud', '~dudley', '~duff', '~duffie', '~duffy', '~dugald', '~duke', '~dukey', '~dukie', '~duky', '~dun', '~dunc', '~duncan', '~dunn', '~dunstan', '~dur', '~durand', '~durant', '~durante', '~durward', '~dwain', '~dwayne', '~dwight', '~dylan', '~eadmund', '~eal', '~eamon', '~earl', '~earle', '~earlie', '~early', '~earvin', '~eb', '~eben', '~ebeneser', '~ebenezer', '~eberhard', '~eberto', '~ed', '~edan', '~edd', '~eddie', '~eddy', '~edgar', '~edgard', '~edgardo', '~edik', '~edlin', '~edmon', '~edmund', '~edouard', '~edsel', '~eduard', '~eduardo', '~eduino', '~edvard', '~edward', '~edwin', '~efrem', '~efren', '~egan', '~egbert', '~egon', '~egor', '~el', '~elbert', '~elden', '~eldin', '~eldon', '~eldredge', '~eldridge', '~eli', '~elia', '~elias', '~elihu', '~elijah', '~eliot', '~elisha', '~ellary', '~ellerey', '~ellery', '~elliot', '~elliott', '~ellis', '~ellswerth', '~ellsworth', '~ellwood', '~elmer', '~elmo', '~elmore', '~elnar', '~elroy', '~elston', '~elsworth', '~elton', '~elvin', '~elvis', '~elvyn', '~elwin', '~elwood', '~elwyn', '~ely', '~em', '~emanuel', '~emanuele', '~emelen', '~emerson', '~emery', '~emile', '~emilio', '~emlen', '~emlyn', '~emmanuel', '~emmerich', '~emmery', '~emmet', '~emmett', '~emmit', '~emmott', '~emmy', '~emory', '~engelbert', '~englebert', '~ennis', '~enoch', '~enos', '~enrico', '~enrique', '~ephraim', '~ephrayim', '~ephrem', '~erasmus', '~erastus', '~erek', '~erhard', '~erhart', '~eric', '~erich', '~erick', '~erie', '~erik', '~erin', '~erl', '~ermanno', '~ermin', '~ernest', '~ernesto', '~ernestus', '~ernie', '~ernst', '~erny', '~errick', '~errol', '~erroll', '~erskine', '~erv', '~ervin', '~erwin', '~esdras', '~esme', '~esra', '~esteban', '~estevan', '~etan', '~ethan', '~ethe', '~ethelbert', '~ethelred', '~etienne', '~ettore', '~euell', '~eugen', '~eugene', '~eugenio', '~eugenius', '~eustace', '~ev', '~evan', '~evelin', '~evelyn', '~even', '~everard', '~evered', '~everett', '~evin', '~evyn', '~ewan', '~eward', '~ewart', '~ewell', '~ewen', '~ezechiel', '~ezekiel', '~ezequiel', '~eziechiele', '~ezra', '~ezri', '~fabe', '~faber', '~fabian', '~fabiano', '~fabien', '~fabio', '~fair', '~fairfax', '~fairleigh', '~fairlie', '~falito', '~falkner', '~far', '~farlay', '~farlee', '~farleigh', '~farley', '~farlie', '~farly', '~farr', '~farrel', '~farrell', '~farris', '~faulkner', '~fax', '~federico', '~fee', '~felic', '~felice', '~felicio', '~felike', '~feliks', '~felipe', '~felix', '~felizio', '~feodor', '~ferd', '~ferdie', '~ferdinand', '~ferdy', '~fergus', '~ferguson', '~fernando', '~ferrel', '~ferrell', '~ferris', '~fidel', '~fidelio', '~fidole', '~field', '~fielding', '~fields', '~filbert', '~filberte', '~filberto', '~filip', '~filippo', '~filmer', '~filmore', '~fin', '~findlay', '~findley', '~finlay', '~finley', '~finn', '~fitz', '~fitzgerald', '~flem', '~fleming', '~flemming', '~fletch', '~fletcher', '~flin', '~flinn', '~flint', '~florian', '~flory', '~floyd', '~flynn', '~fons', '~fonsie', '~fonz', '~fonzie', '~forbes', '~ford', '~forest', '~forester', '~forrest', '~forrester', '~forster', '~foss', '~foster', '~fowler', '~fran', '~francesco', '~franchot', '~francis', '~francisco', '~franciskus', '~francklin', '~francklyn', '~francois', '~frank', '~frankie', '~franklin', '~franklyn', '~franky', '~frannie', '~franny', '~frans', '~fransisco', '~frants', '~franz', '~franzen', '~frasco', '~fraser', '~frasier', '~frasquito', '~fraze', '~frazer', '~frazier', '~fred', '~freddie', '~freddy', '~fredek', '~frederic', '~frederich', '~frederick', '~frederico', '~frederigo', '~frederik', '~fredric', '~fredrick', '~free', '~freedman', '~freeland', '~freeman', '~freemon', '~fremont', '~friedrich', '~friedrick', '~fritz', '~fulton', '~gabbie', '~gabby', '~gabe', '~gabi', '~gabie', '~gabriel', '~gabriele', '~gabriello', '~gaby', '~gael', '~gaelan', '~gage', '~gail', '~gaile', '~gal', '~gale', '~galen', '~gallagher', '~gallard', '~galvan', '~galven', '~galvin', '~gamaliel', '~gan', '~gannie', '~gannon', '~ganny', '~gar', '~garald', '~gard', '~gardener', '~gardie', '~gardiner', '~gardner', '~gardy', '~gare', '~garek', '~gareth', '~garey', '~garfield', '~garik', '~garner', '~garold', '~garrard', '~garrek', '~garret', '~garreth', '~garrett', '~garrick', '~garrik', '~garrot', '~garrott', '~garry', '~garth', '~garv', '~garvey', '~garvin', '~garvy', '~garwin', '~garwood', '~gary', '~gaspar', '~gaspard', '~gasparo', '~gasper', '~gaston', '~gaultiero', '~gauthier', '~gav', '~gavan', '~gaven', '~gavin', '~gawain', '~gawen', '~gay', '~gayelord', '~gayle', '~gayler', '~gaylor', '~gaylord', '~gearalt', '~gearard', '~gene', '~geno', '~geoff', '~geoffrey', '~geoffry', '~georas', '~geordie', '~georg', '~george', '~georges', '~georgi', '~georgie', '~georgy', '~gerald', '~gerard', '~gerardo', '~gerek', '~gerhard', '~gerhardt', '~geri', '~gerick', '~gerik', '~germain', '~germaine', '~germayne', '~gerome', '~gerrard', '~gerri', '~gerrie', '~gerry', '~gery', '~gherardo', '~giacobo', '~giacomo', '~giacopo', '~gian', '~gianni', '~giavani', '~gib', '~gibb', '~gibbie', '~gibby', '~gideon', '~giff', '~giffard', '~giffer', '~giffie', '~gifford', '~giffy', '~gil', '~gilbert', '~gilberto', '~gilburt', '~giles', '~gill', '~gilles', '~ginger', '~gino', '~giordano', '~giorgi', '~giorgio', '~giovanni', '~giraldo', '~giraud', '~giselbert', '~giulio', '~giuseppe', '~giustino', '~giusto', '~glen', '~glenden', '~glendon', '~glenn', '~glyn', '~glynn', '~godard', '~godart', '~goddard', '~goddart', '~godfree', '~godfrey', '~godfry', '~godwin', '~gonzales', '~gonzalo', '~goober', '~goran', '~goraud', '~gordan', '~gorden', '~gordie', '~gordon', '~gordy', '~gothart', '~gottfried', '~grace', '~gradeigh', '~gradey', '~grady', '~graehme', '~graeme', '~graham', '~graig', '~gram', '~gran', '~grange', '~granger', '~grannie', '~granny', '~grant', '~grantham', '~granthem', '~grantley', '~granville', '~gray', '~greg', '~gregg', '~greggory', '~gregoire', '~gregoor', '~gregor', '~gregorio', '~gregorius', '~gregory', '~grenville', '~griff', '~griffie', '~griffin', '~griffith', '~griffy', '~gris', '~griswold', '~griz', '~grove', '~grover', '~gualterio', '~guglielmo', '~guido', '~guilbert', '~guillaume', '~guillermo', '~gun', '~gunar', '~gunner', '~guntar', '~gunter', '~gunther', '~gus', '~guss', '~gustaf', '~gustav', '~gustave', '~gustavo', '~gustavus', '~guthrey', '~guthrie', '~guthry', '~guy', '~had', '~hadlee', '~hadleigh', '~hadley', '~hadrian', '~hagan', '~hagen', '~hailey', '~haily', '~hakeem', '~hakim', '~hal', '~hale', '~haleigh', '~haley', '~hall', '~hallsy', '~halsey', '~halsy', '~ham', '~hamel', '~hamid', '~hamil', '~hamilton', '~hamish', '~hamlen', '~hamlin', '~hammad', '~hamnet', '~hanan', '~hank', '~hans', '~hansiain', '~hanson', '~harald', '~harbert', '~harcourt', '~hardy', '~harlan', '~harland', '~harlen', '~harley', '~harlin', '~harman', '~harmon', '~harold', '~haroun', '~harp', '~harper', '~harris', '~harrison', '~harry', '~hart', '~hartley', '~hartwell', '~harv', '~harvey', '~harwell', '~harwilll', '~hasheem', '~hashim', '~haskel', '~haskell', '~haslett', '~hastie', '~hastings', '~hasty', '~haven', '~hayden', '~haydon', '~hayes', '~hayward', '~haywood', '~hayyim', '~haze', '~hazel', '~hazlett', '~heall', '~heath', '~hebert', '~hector', '~heindrick', '~heinrick', '~heinrik', '~henderson', '~hendrick', '~hendrik', '~henri', '~henrik', '~henry', '~herb', '~herbert', '~herbie', '~herby', '~herc', '~hercule', '~hercules', '~herculie', '~heriberto', '~herman', '~hermann', '~hermie', '~hermon', '~hermy', '~hernando', '~herold', '~herrick', '~hersch', '~herschel', '~hersh', '~hershel', '~herve', '~hervey', '~hew', '~hewe', '~hewet', '~hewett', '~hewie', '~hewitt', '~heywood', '~hi', '~hieronymus', '~hilario', '~hilarius', '~hilary', '~hill', '~hillard', '~hillary', '~hillel', '~hillery', '~hilliard', '~hillie', '~hillier', '~hilly', '~hillyer', '~hilton', '~hinze', '~hiram', '~hirsch', '~hobard', '~hobart', '~hobey', '~hobie', '~hodge', '~hoebart', '~hogan', '~holden', '~hollis', '~holly', '~holmes', '~holt', '~homer', '~homere', '~homerus', '~horace', '~horacio', '~horatio', '~horatius', '~horst', '~hort', '~horten', '~horton', '~howard', '~howey', '~howie', '~hoyt', '~hube', '~hubert', '~huberto', '~hubey', '~hubie', '~huey', '~hugh', '~hughie', '~hugibert', '~hugo', '~hugues', '~humbert', '~humberto', '~humfrey', '~humfrid', '~humfried', '~humphrey', '~hunfredo', '~hunt', '~hunter', '~huntington', '~huntlee', '~huntley', '~hurlee', '~hurleigh', '~hurley', '~husain', '~husein', '~hussein', '~hy', '~hyatt', '~hyman', '~hymie', '~iago', '~iain', '~ian', '~ibrahim', '~ichabod', '~iggie', '~iggy', '~ignace', '~ignacio', '~ignacius', '~ignatius', '~ignaz', '~ignazio', '~igor', '~ike', '~ikey', '~ilaire', '~ilario', '~immanuel', '~ingamar', '~ingar', '~ingelbert', '~ingemar', '~inger', '~inglebert', '~inglis', '~ingmar', '~ingra', '~ingram', '~ingrim', '~inigo', '~inness', '~innis', '~iorgo', '~iorgos', '~iosep', '~ira', '~irv', '~irvin', '~irvine', '~irving', '~irwin', '~irwinn', '~isa', '~isaac', '~isaak', '~isac', '~isacco', '~isador', '~isadore', '~isaiah', '~isak', '~isiahi', '~isidor', '~isidore', '~isidoro', '~isidro', '~israel', '~issiah', '~itch', '~ivan', '~ivar', '~ive', '~iver', '~ives', '~ivor', '~izaak', '~izak', '~izzy', '~jabez', '~jack', '~jackie', '~jackson', '~jacky', '~jacob', '~jacobo', '~jacques', '~jae', '~jaime', '~jaimie', '~jake', '~jakie', '~jakob', '~jamaal', '~jamal', '~james', '~jameson', '~jamesy', '~jamey', '~jamie', '~jamil', '~jamill', '~jamison', '~jammal', '~jan', '~janek', '~janos', '~jarad', '~jard', '~jareb', '~jared', '~jarib', '~jarid', '~jarrad', '~jarred', '~jarret', '~jarrett', '~jarrid', '~jarrod', '~jarvis', '~jase', '~jasen', '~jason', '~jasper', '~jasun', '~javier', '~jay', '~jaye', '~jayme', '~jaymie', '~jayson', '~jdavie', '~jean', '~jecho', '~jed', '~jedd', '~jeddy', '~jedediah', '~jedidiah', '~jeff', '~jefferey', '~jefferson', '~jeffie', '~jeffrey', '~jeffry', '~jeffy', '~jehu', '~jeno', '~jens', '~jephthah', '~jerad', '~jerald', '~jeramey', '~jeramie', '~jere', '~jereme', '~jeremiah', '~jeremias', '~jeremie', '~jeremy', '~jermain', '~jermaine', '~jermayne', '~jerome', '~jeromy', '~jerri', '~jerrie', '~jerrold', '~jerrome', '~jerry', '~jervis', '~jess', '~jesse', '~jessee', '~jessey', '~jessie', '~jesus', '~jeth', '~jethro', '~jim', '~jimmie', '~jimmy', '~jo', '~joachim', '~joaquin', '~job', '~jock', '~jocko', '~jodi', '~jodie', '~jody', '~joe', '~joel', '~joey', '~johan', '~johann', '~johannes', '~john', '~johnathan', '~johnathon', '~johnnie', '~johnny', '~johny', '~jon', '~jonah', '~jonas', '~jonathan', '~jonathon', '~jone', '~jordan', '~jordon', '~jorgan', '~jorge', '~jory', '~jose', '~joseito', '~joseph', '~josh', '~joshia', '~joshua', '~joshuah', '~josiah', '~josias', '~jourdain', '~jozef', '~juan', '~jud', '~judah', '~judas', '~judd', '~jude', '~judon', '~jule', '~jules', '~julian', '~julie', '~julio', '~julius', '~justen', '~justin', '~justinian', '~justino', '~justis', '~justus', '~kahaleel', '~kahlil', '~kain', '~kaine', '~kaiser', '~kale', '~kaleb', '~kalil', '~kalle', '~kalvin', '~kane', '~kareem', '~karel', '~karim', '~karl', '~karlan', '~karlens', '~karlik', '~karlis', '~karney', '~karoly', '~kaspar', '~kasper', '~kayne', '~kean', '~keane', '~kearney', '~keary', '~keefe', '~keefer', '~keelby', '~keen', '~keenan', '~keene', '~keir', '~keith', '~kelbee', '~kelby', '~kele', '~kellby', '~kellen', '~kelley', '~kelly', '~kelsey', '~kelvin', '~kelwin', '~ken', '~kendal', '~kendall', '~kendell', '~kendrick', '~kendricks', '~kenn', '~kennan', '~kennedy', '~kenneth', '~kennett', '~kennie', '~kennith', '~kenny', '~kenon', '~kent', '~kenton', '~kenyon', '~ker', '~kerby', '~kerk', '~kermie', '~kermit', '~kermy', '~kerr', '~kerry', '~kerwin', '~kerwinn', '~kev', '~kevan', '~keven', '~kevin', '~kevon', '~khalil', '~kiel', '~kienan', '~kile', '~kiley', '~kilian', '~killian', '~killie', '~killy', '~kim', '~kimball', '~kimbell', '~kimble', '~kin', '~kincaid', '~king', '~kingsley', '~kingsly', '~kingston', '~kinnie', '~kinny', '~kinsley', '~kip', '~kipp', '~kippar', '~kipper', '~kippie', '~kippy', '~kirby', '~kirk', '~kit', '~klaus', '~klemens', '~klement', '~kleon', '~kliment', '~knox', '~koenraad', '~konrad', '~konstantin', '~konstantine', '~korey', '~kort', '~kory', '~kris', '~krisha', '~krishna', '~krishnah', '~krispin', '~kristian', '~kristo', '~kristofer', '~kristoffer', '~kristofor', '~kristoforo', '~kristopher', '~kristos', '~kurt', '~kurtis', '~ky', '~kyle', '~kylie', '~laird', '~lalo', '~lamar', '~lambert', '~lammond', '~lamond', '~lamont', '~lance', '~lancelot', '~land', '~lane', '~laney', '~langsdon', '~langston', '~lanie', '~lannie', '~lanny', '~larry', '~lars', '~laughton', '~launce', '~lauren', '~laurence', '~laurens', '~laurent', '~laurie', '~lauritz', '~law', '~lawrence', '~lawry', '~lawton', '~lay', '~layton', '~lazar', '~lazare', '~lazaro', '~lazarus', '~lee', '~leeland', '~lefty', '~leicester', '~leif', '~leigh', '~leighton', '~lek', '~leland', '~lem', '~lemar', '~lemmie', '~lemmy', '~lemuel', '~lenard', '~lenci', '~lennard', '~lennie', '~leo', '~leon', '~leonard', '~leonardo', '~leonerd', '~leonhard', '~leonid', '~leonidas', '~leopold', '~leroi', '~leroy', '~les', '~lesley', '~leslie', '~lester', '~leupold', '~lev', '~levey', '~levi', '~levin', '~levon', '~levy', '~lew', '~lewes', '~lewie', '~lewiss', '~lezley', '~liam', '~lief', '~lin', '~linc', '~lincoln', '~lind', '~lindon', '~lindsay', '~lindsey', '~lindy', '~link', '~linn', '~linoel', '~linus', '~lion', '~lionel', '~lionello', '~lisle', '~llewellyn', '~lloyd', '~llywellyn', '~lock', '~locke', '~lockwood', '~lodovico', '~logan', '~lombard', '~lon', '~lonnard', '~lonnie', '~lonny', '~lorant', '~loren', '~lorens', '~lorenzo', '~lorin', '~lorne', '~lorrie', '~lorry', '~lothaire', '~lothario', '~lou', '~louie', '~louis', '~lovell', '~lowe', '~lowell', '~lowrance', '~loy', '~loydie', '~luca', '~lucais', '~lucas', '~luce', '~lucho', '~lucian', '~luciano', '~lucias', '~lucien', '~lucio', '~lucius', '~ludovico', '~ludvig', '~ludwig', '~luigi', '~luis', '~lukas', '~luke', '~lutero', '~luther', '~ly', '~lydon', '~lyell', '~lyle', '~lyman', '~lyn', '~lynn', '~lyon', '~mac', '~mace', '~mack', '~mackenzie', '~maddie', '~maddy', '~madison', '~magnum', '~mahmoud', '~mahmud', '~maison', '~maje', '~major', '~mal', '~malachi', '~malchy', '~malcolm', '~mallory', '~malvin', '~man', '~mandel', '~manfred', '~mannie', '~manny', '~mano', '~manolo', '~manuel', '~mar', '~marc', '~marcel', '~marcello', '~marcellus', '~marcelo', '~marchall', '~marco', '~marcos', '~marcus', '~marietta', '~marijn', '~mario', '~marion', '~marius', '~mark', '~markos', '~markus', '~marlin', '~marlo', '~marlon', '~marlow', '~marlowe', '~marmaduke', '~marsh', '~marshal', '~marshall', '~mart', '~martainn', '~marten', '~martie', '~martin', '~martino', '~marty', '~martyn', '~marv', '~marve', '~marven', '~marvin', '~marwin', '~mason', '~massimiliano', '~massimo', '~mata', '~mateo', '~mathe', '~mathew', '~mathian', '~mathias', '~matias', '~matt', '~matteo', '~matthaeus', '~mattheus', '~matthew', '~matthias', '~matthieu', '~matthiew', '~matthus', '~mattias', '~mattie', '~matty', '~maurice', '~mauricio', '~maurie', '~maurise', '~maurits', '~maurizio', '~maury', '~max', '~maxie', '~maxim', '~maximilian', '~maximilianus', '~maximilien', '~maximo', '~maxwell', '~maxy', '~mayer', '~maynard', '~mayne', '~maynord', '~mayor', '~mead', '~meade', '~meier', '~meir', '~mel', '~melvin', '~melvyn', '~menard', '~mendel', '~mendie', '~mendy', '~meredeth', '~meredith', '~merell', '~merill', '~merle', '~merrel', '~merrick', '~merrill', '~merry', '~merv', '~mervin', '~merwin', '~merwyn', '~meryl', '~meyer', '~mic', '~micah', '~michael', '~michail', '~michal', '~michale', '~micheal', '~micheil', '~michel', '~michele', '~mick', '~mickey', '~mickie', '~micky', '~miguel', '~mikael', '~mike', '~mikel', '~mikey', '~mikkel', '~mikol', '~mile', '~miles', '~mill', '~millard', '~miller', '~milo', '~milt', '~miltie', '~milton', '~milty', '~miner', '~minor', '~mischa', '~mitch', '~mitchael', '~mitchel', '~mitchell', '~moe', '~mohammed', '~mohandas', '~mohandis', '~moise', '~moises', '~moishe', '~monro', '~monroe', '~montague', '~monte', '~montgomery', '~monti', '~monty', '~moore', '~mord', '~mordecai', '~mordy', '~morey', '~morgan', '~morgen', '~morgun', '~morie', '~moritz', '~morlee', '~morley', '~morly', '~morrie', '~morris', '~morry', '~morse', '~mort', '~morten', '~mortie', '~mortimer', '~morton', '~morty', '~mose', '~moses', '~moshe', '~moss', '~mozes', '~muffin', '~muhammad', '~munmro', '~munroe', '~murdoch', '~murdock', '~murray', '~murry', '~murvyn', '~my', '~myca', '~mycah', '~mychal', '~myer', '~myles', '~mylo', '~myron', '~myrvyn', '~myrwyn', '~nahum', '~nap', '~napoleon', '~nappie', '~nappy', '~nat', '~natal', '~natale', '~nataniel', '~nate', '~nathan', '~nathanael', '~nathanial', '~nathaniel', '~nathanil', '~natty', '~neal', '~neale', '~neall', '~nealon', '~nealson', '~nealy', '~ned', '~neddie', '~neddy', '~neel', '~nefen', '~nehemiah', '~neil', '~neill', '~neils', '~nels', '~nelson', '~nero', '~neron', '~nester', '~nestor', '~nev', '~nevil', '~nevile', '~neville', '~nevin', '~nevins', '~newton', '~nial', '~niall', '~niccolo', '~nicholas', '~nichole', '~nichols', '~nick', '~nickey', '~nickie', '~nicko', '~nickola', '~nickolai', '~nickolas', '~nickolaus', '~nicky', '~nico', '~nicol', '~nicola', '~nicolai', '~nicolais', '~nicolas', '~nicolis', '~niel', '~niels', '~nigel', '~niki', '~nikita', '~nikki', '~niko', '~nikola', '~nikolai', '~nikolaos', '~nikolas', '~nikolaus', '~nikolos', '~nikos', '~nil', '~niles', '~nils', '~nilson', '~niven', '~noach', '~noah', '~noak', '~noam', '~nobe', '~nobie', '~noble', '~noby', '~noe', '~noel', '~nolan', '~noland', '~noll', '~nollie', '~nolly', '~norbert', '~norbie', '~norby', '~norman', '~normand', '~normie', '~normy', '~norrie', '~norris', '~norry', '~north', '~northrop', '~northrup', '~norton', '~nowell', '~nye', '~oates', '~obadiah', '~obadias', '~obed', '~obediah', '~oberon', '~obidiah', '~obie', '~oby', '~octavius', '~ode', '~odell', '~odey', '~odie', '~odo', '~ody', '~ogdan', '~ogden', '~ogdon', '~olag', '~olav', '~ole', '~olenolin', '~olin', '~oliver', '~olivero', '~olivier', '~oliviero', '~ollie', '~olly', '~olvan', '~omar', '~omero', '~onfre', '~onfroi', '~onofredo', '~oran', '~orazio', '~orbadiah', '~oren', '~orin', '~orion', '~orlan', '~orland', '~orlando', '~orran', '~orren', '~orrin', '~orson', '~orton', '~orv', '~orville', '~osbert', '~osborn', '~osborne', '~osbourn', '~osbourne', '~osgood', '~osmond', '~osmund', '~ossie', '~oswald', '~oswell', '~otes', '~othello', '~otho', '~otis', '~otto', '~owen', '~ozzie', '~ozzy', '~pablo', '~pace', '~packston', '~paco', '~pacorro', '~paddie', '~paddy', '~padget', '~padgett', '~padraic', '~padraig', '~padriac', '~page', '~paige', '~pail', '~pall', '~palm', '~palmer', '~panchito', '~pancho', '~paolo', '~papageno', '~paquito', '~park', '~parke', '~parker', '~parnell', '~parrnell', '~parry', '~parsifal', '~pascal', '~pascale', '~pasquale', '~pat', '~pate', '~paten', '~patin', '~paton', '~patric', '~patrice', '~patricio', '~patrick', '~patrizio', '~patrizius', '~patsy', '~patten', '~pattie', '~pattin', '~patton', '~patty', '~paul', '~paulie', '~paulo', '~pauly', '~pavel', '~pavlov', '~paxon', '~paxton', '~payton', '~peadar', '~pearce', '~pebrook', '~peder', '~pedro', '~peirce', '~pembroke', '~pen', '~penn', '~pennie', '~penny', '~penrod', '~pepe', '~pepillo', '~pepito', '~perceval', '~percival', '~percy', '~perice', '~perkin', '~pernell', '~perren', '~perry', '~pete', '~peter', '~peterus', '~petey', '~petr', '~peyter', '~peyton', '~phil', '~philbert', '~philip', '~phillip', '~phillipe', '~phillipp', '~phineas', '~phip', '~pierce', '~pierre', '~pierson', '~pieter', '~pietrek', '~pietro', '~piggy', '~pincas', '~pinchas', '~pincus', '~piotr', '~pip', '~pippo', '~pooh', '~port', '~porter', '~portie', '~porty', '~poul', '~powell', '~pren', '~prent', '~prentice', '~prentiss', '~prescott', '~preston', '~price', '~prince', '~prinz', '~pryce', '~puff', '~purcell', '~putnam', '~putnem', '~pyotr', '~quent', '~quentin', '~quill', '~quillan', '~quincey', '~quincy', '~quinlan', '~quinn', '~quint', '~quintin', '~quinton', '~quintus', '~rab', '~rabbi', '~rabi', '~rad', '~radcliffe', '~raddie', '~raddy', '~rafael', '~rafaellle', '~rafaello', '~rafe', '~raff', '~raffaello', '~raffarty', '~rafferty', '~rafi', '~ragnar', '~raimondo', '~raimund', '~raimundo', '~rainer', '~raleigh', '~ralf', '~ralph', '~ram', '~ramon', '~ramsay', '~ramsey', '~rance', '~rancell', '~rand', '~randal', '~randall', '~randell', '~randi', '~randie', '~randolf', '~randolph', '~randy', '~ransell', '~ransom', '~raoul', '~raphael', '~raul', '~ravi', '~ravid', '~raviv', '~rawley', '~ray', '~raymond', '~raymund', '~raynard', '~rayner', '~raynor', '~read', '~reade', '~reagan', '~reagen', '~reamonn', '~red', '~redd', '~redford', '~reece', '~reed', '~rees', '~reese', '~reg', '~regan', '~regen', '~reggie', '~reggis', '~reggy', '~reginald', '~reginauld', '~reid', '~reidar', '~reider', '~reilly', '~reinald', '~reinaldo', '~reinaldos', '~reinhard', '~reinhold', '~reinold', '~reinwald', '~rem', '~remington', '~remus', '~renado', '~renaldo', '~renard', '~renato', '~renaud', '~renault', '~rene', '~reube', '~reuben', '~reuven', '~rex', '~rey', '~reynard', '~reynold', '~reynolds', '~rhett', '~rhys', '~ric', '~ricard', '~ricardo', '~riccardo', '~rice', '~rich', '~richard', '~richardo', '~richart', '~richie', '~richmond', '~richmound', '~richy', '~rick', '~rickard', '~rickert', '~rickey', '~ricki', '~rickie', '~ricky', '~ricoriki', '~rik', '~rikki', '~riley', '~rinaldo', '~ring', '~ringo', '~riobard', '~riordan', '~rip', '~ripley', '~ritchie', '~roarke', '~rob', '~robb', '~robbert', '~robbie', '~robby', '~robers', '~robert', '~roberto', '~robin', '~robinet', '~robinson', '~rochester', '~rock', '~rockey', '~rockie', '~rockwell', '~rocky', '~rod', '~rodd', '~roddie', '~roddy', '~roderic', '~roderich', '~roderick', '~roderigo', '~rodge', '~rodger', '~rodney', '~rodolfo', '~rodolph', '~rodolphe', '~rodrick', '~rodrigo', '~rodrique', '~rog', '~roger', '~rogerio', '~rogers', '~roi', '~roland', '~rolando', '~roldan', '~roley', '~rolf', '~rolfe', '~rolland', '~rollie', '~rollin', '~rollins', '~rollo', '~rolph', '~roma', '~romain', '~roman', '~romeo', '~ron', '~ronald', '~ronnie', '~ronny', '~rooney', '~roosevelt', '~rorke', '~rory', '~rosco', '~roscoe', '~ross', '~rossie', '~rossy', '~roth', '~rourke', '~rouvin', '~rowan', '~rowen', '~rowland', '~rowney', '~roy', '~royal', '~royall', '~royce', '~rriocard', '~rube', '~ruben', '~rubin', '~ruby', '~rudd', '~ruddie', '~ruddy', '~rudie', '~rudiger', '~rudolf', '~rudolfo', '~rudolph', '~rudy', '~rudyard', '~rufe', '~rufus', '~ruggiero', '~rupert', '~ruperto', '~ruprecht', '~rurik', '~russ', '~russell', '~rustie', '~rustin', '~rusty', '~rutger', '~rutherford', '~rutledge', '~rutter', '~ruttger', '~ruy', '~ryan', '~ryley', '~ryon', '~ryun', '~sal', '~saleem', '~salem', '~salim', '~salmon', '~salomo', '~salomon', '~salomone', '~salvador', '~salvatore', '~salvidor', '~sam', '~sammie', '~sammy', '~sampson', '~samson', '~samuel', '~samuele', '~sancho', '~sander', '~sanders', '~sanderson', '~sandor', '~sandro', '~sandy', '~sanford', '~sanson', '~sansone', '~sarge', '~sargent', '~sascha', '~sasha', '~saul', '~sauncho', '~saunder', '~saunders', '~saunderson', '~saundra', '~sauveur', '~saw', '~sawyer', '~sawyere', '~sax', '~saxe', '~saxon', '~say', '~sayer', '~sayers', '~sayre', '~sayres', '~scarface', '~schuyler', '~scot', '~scott', '~scotti', '~scottie', '~scotty', '~seamus', '~sean', '~sebastian', '~sebastiano', '~sebastien', '~see', '~selby', '~selig', '~serge', '~sergeant', '~sergei', '~sergent', '~sergio', '~seth', '~seumas', '~seward', '~seymour', '~shadow', '~shae', '~shaine', '~shalom', '~shamus', '~shanan', '~shane', '~shannan', '~shannon', '~shaughn', '~shaun', '~shaw', '~shawn', '~shay', '~shayne', '~shea', '~sheff', '~sheffie', '~sheffield', '~sheffy', '~shelby', '~shelden', '~shell', '~shelley', '~shellysheldon', '~shelton', '~shem', '~shep', '~shepard', '~shepherd', '~sheppard', '~shepperd', '~sheridan', '~sherlock', '~sherlocke', '~sherm', '~sherman', '~shermie', '~shermy', '~sherwin', '~sherwood', '~sherwynd', '~sholom', '~shurlock', '~shurlocke', '~shurwood', '~si', '~sibyl', '~sid', '~sidnee', '~sidney', '~siegfried', '~siffre', '~sig', '~sigfrid', '~sigfried', '~sigismond', '~sigismondo', '~sigismund', '~sigismundo', '~sigmund', '~sigvard', '~silas', '~silvain', '~silvan', '~silvano', '~silvanus', '~silvester', '~silvio', '~sim', '~simeon', '~simmonds', '~simon', '~simone', '~sinclair', '~sinclare', '~siward', '~skell', '~skelly', '~skip', '~skipp', '~skipper', '~skippie', '~skippy', '~skipton', '~sky', '~skye', '~skylar', '~skyler', '~slade', '~sloan', '~sloane', '~sly', '~smith', '~smitty', '~sol', '~sollie', '~solly', '~solomon', '~somerset', '~son', '~sonnie', '~sonny', '~spence', '~spencer', '~spense', '~spenser', '~spike', '~stacee', '~stacy', '~staffard', '~stafford', '~staford', '~stan', '~standford', '~stanfield', '~stanford', '~stanislas', '~stanislaus', '~stanislaw', '~stanleigh', '~stanley', '~stanly', '~stanton', '~stanwood', '~stavro', '~stavros', '~stearn', '~stearne', '~stefan', '~stefano', '~steffen', '~stephan', '~stephanus', '~stephen', '~sterling', '~stern', '~sterne', '~steve', '~steven', '~stevie', '~stevy', '~steward', '~stewart', '~stillman', '~stillmann', '~stinky', '~stirling', '~stu', '~stuart', '~sullivan', '~sully', '~sumner', '~sunny', '~sutherlan', '~sutherland', '~sutton', '~sven', '~svend', '~swen', '~syd', '~sydney', '~sylas', '~sylvan', '~sylvester', '~syman', '~symon', '~tab', '~tabb', '~tabbie', '~tabby', '~taber', '~tabor', '~tad', '~tadd', '~taddeo', '~taddeusz', '~tadeas', '~tadeo', '~tades', '~tadio', '~tailor', '~tait', '~taite', '~talbert', '~talbot', '~tallie', '~tally', '~tam', '~tamas', '~tammie', '~tammy', '~tan', '~tann', '~tanner', '~tanney', '~tannie', '~tanny', '~tarrance', '~tate', '~taylor', '~teador', '~ted', '~tedd', '~teddie', '~teddy', '~tedie', '~tedman', '~tedmund', '~temp', '~temple', '~templeton', '~teodoor', '~teodor', '~teodorico', '~teodoro', '~terence', '~terencio', '~terrance', '~terrel', '~terrell', '~terrence', '~terri', '~terrill', '~terry', '~thacher', '~thaddeus', '~thaddus', '~thadeus', '~thain', '~thaine', '~thane', '~thatch', '~thatcher', '~thaxter', '~thayne', '~thebault', '~thedric', '~thedrick', '~theo', '~theobald', '~theodor', '~theodore', '~theodoric', '~thibaud', '~thibaut', '~thom', '~thoma', '~thomas', '~thor', '~thorin', '~thorn', '~thorndike', '~thornie', '~thornton', '~thorny', '~thorpe', '~thorstein', '~thorsten', '~thorvald', '~thurstan', '~thurston', '~tibold', '~tiebold', '~tiebout', '~tiler', '~tim', '~timmie', '~timmy', '~timofei', '~timoteo', '~timothee', '~timotheus', '~timothy', '~tirrell', '~tito', '~titos', '~titus', '~tobe', '~tobiah', '~tobias', '~tobie', '~tobin', '~tobit', '~toby', '~tod', '~todd', '~toddie', '~toddy', '~toiboid', '~tom', '~tomas', '~tomaso', '~tome', '~tomkin', '~tomlin', '~tommie', '~tommy', '~tonnie', '~tony', '~tore', '~torey', '~torin', '~torr', '~torrance', '~torre', '~torrence', '~torrey', '~torrin', '~torry', '~town', '~towney', '~townie', '~townsend', '~towny', '~trace', '~tracey', '~tracie', '~tracy', '~traver', '~travers', '~travis', '~travus', '~trefor', '~tremain', '~tremaine', '~tremayne', '~trent', '~trenton', '~trev', '~trevar', '~trever', '~trevor', '~trey', '~trip', '~tripp', '~tris', '~tristam', '~tristan', '~troy', '~trstram', '~trueman', '~trumaine', '~truman', '~trumann', '~tuck', '~tucker', '~tuckie', '~tucky', '~tudor', '~tull', '~tulley', '~tully', '~turner', '~ty', '~tybalt', '~tye', '~tyler', '~tymon', '~tymothy', '~tynan', '~tyrone', '~tyrus', '~tyson', '~udale', '~udall', '~udell', '~ugo', '~ulberto', '~ulick', '~ulises', '~ulric', '~ulrich', '~ulrick', '~ulysses', '~umberto', '~upton', '~urbain', '~urban', '~urbano', '~urbanus', '~uri', '~uriah', '~uriel', '~urson', '~vachel', '~vaclav', '~vail', '~val', '~valdemar', '~vale', '~valentijn', '~valentin', '~valentine', '~valentino', '~valle', '~van', '~vance', '~vanya', '~vasili', '~vasilis', '~vasily', '~vassili', '~vassily', '~vaughan', '~vaughn', '~verge', '~vergil', '~vern', '~verne', '~vernen', '~verney', '~vernon', '~vernor', '~vic', '~vick', '~victoir', '~victor', '~vidovic', '~vidovik', '~vin', '~vince', '~vincent', '~vincents', '~vincenty', '~vincenz', '~vinnie', '~vinny', '~vinson', '~virge', '~virgie', '~virgil', '~virgilio', '~vite', '~vito', '~vittorio', '~vlad', '~vladamir', '~vladimir', '~von', '~wade', '~wadsworth', '~wain', '~wainwright', '~wait', '~waite', '~waiter', '~wake', '~wakefield', '~wald', '~waldemar', '~walden', '~waldo', '~waldon', '~walker', '~wallace', '~wallache', '~wallas', '~wallie', '~wallis', '~wally', '~walsh', '~walt', '~walther', '~walton', '~wang', '~ward', '~warde', '~warden', '~ware', '~waring', '~warner', '~warren', '~wash', '~washington', '~wat', '~waverley', '~waverly', '~way', '~waylan', '~wayland', '~waylen', '~waylin', '~waylon', '~wayne', '~web', '~webb', '~weber', '~webster', '~weidar', '~weider', '~welbie', '~welby', '~welch', '~wells', '~welsh', '~wendall', '~wendel', '~wendell', '~werner', '~wernher', '~wes', '~wesley', '~west', '~westbrook', '~westbrooke', '~westleigh', '~westley', '~weston', '~weylin', '~wheeler', '~whit', '~whitaker', '~whitby', '~whitman', '~whitney', '~whittaker', '~wiatt', '~wilbert', '~wilbur', '~wilburt', '~wilden', '~wildon', '~wilek', '~wiley', '~wilfred', '~wilfrid', '~wilhelm', '~will', '~willard', '~willdon', '~willem', '~willey', '~willi', '~william', '~willie', '~willis', '~willy', '~wilmar', '~wilmer', '~wilt', '~wilton', '~win', '~windham', '~winfield', '~winfred', '~winifield', '~winn', '~winnie', '~winny', '~winslow', '~winston', '~winthrop', '~wit', '~wittie', '~witty', '~wolf', '~wolfgang', '~wolfie', '~wolfy', '~wood', '~woodie', '~woodman', '~woodrow', '~woody', '~worden', '~worth', '~worthington', '~worthy', '~wright', '~wyatan', '~wyatt', '~wye', '~wylie', '~wyn', '~wyndham', '~wynn', '~xavier', '~xenos', '~xerxes', '~xever', '~ximenes', '~ximenez', '~xymenes', '~yale', '~yanaton', '~yance', '~yancey', '~yancy', '~yank', '~yankee', '~yard', '~yardley', '~yehudi', '~yehudit', '~yorgo', '~yorgos', '~york', '~yorke', '~yorker', '~yul', '~yule', '~yulma', '~yuma', '~yuri', '~yurik', '~yves', '~yvon', '~yvor', '~zaccaria', '~zach', '~zacharia', '~zachariah', '~zacharias', '~zacharie', '~zachary', '~zacherie', '~zachery', '~zack', '~zackariah', '~zak', '~zane', '~zared', '~zeb', '~zebadiah', '~zebedee', '~zebulen', '~zebulon', '~zechariah', '~zed', '~zedekiah', '~zeke', '~zelig', '~zerk', '~zollie', '~zolly', '~aaren', '~aarika', '~abagael', '~abagail', '~abbe', '~abbey', '~abbi', '~abbie', '~abby', '~abbye', '~abigael', '~abigail', '~abigale', '~abra', '~ada', '~adah', '~adaline', '~adan', '~adara', '~adda', '~addi', '~addia', '~addie', '~addy', '~adel', '~adela', '~adelaida', '~adelaide', '~adele', '~adelheid', '~adelice', '~adelina', '~adelind', '~adeline', '~adella', '~adelle', '~adena', '~adey', '~adi', '~adiana', '~adina', '~adora', '~adore', '~adoree', '~adorne', '~adrea', '~adria', '~adriaens', '~adrian', '~adriana', '~adriane', '~adrianna', '~adrianne', '~adriena', '~adrienne', '~aeriel', '~aeriela', '~aeriell', '~afton', '~ag', '~agace', '~agata', '~agatha', '~agathe', '~aggi', '~aggie', '~aggy', '~agna', '~agnella', '~agnes', '~agnese', '~agnesse', '~agneta', '~agnola', '~agretha', '~aida', '~aidan', '~aigneis', '~aila', '~aile', '~ailee', '~aileen', '~ailene', '~ailey', '~aili', '~ailina', '~ailis', '~ailsun', '~ailyn', '~aime', '~aimee', '~aimil', '~aindrea', '~ainslee', '~ainsley', '~ainslie', '~ajay', '~alaine', '~alameda', '~alana', '~alanah', '~alane', '~alanna', '~alayne', '~alberta', '~albertina', '~albertine', '~albina', '~alecia', '~aleda', '~aleece', '~aleen', '~alejandra', '~alejandrina', '~alena', '~alene', '~alessandra', '~aleta', '~alethea', '~alex', '~alexa', '~alexandra', '~alexandrina', '~alexi', '~alexia', '~alexina', '~alexine', '~alexis', '~alfi', '~alfie', '~alfreda', '~alfy', '~ali', '~alia', '~alica', '~alice', '~alicea', '~alicia', '~alida', '~alidia', '~alie', '~alika', '~alikee', '~alina', '~aline', '~alis', '~alisa', '~alisha', '~alison', '~alissa', '~alisun', '~alix', '~aliza', '~alla', '~alleen', '~allegra', '~allene', '~alli', '~allianora', '~allie', '~allina', '~allis', '~allison', '~allissa', '~allix', '~allsun', '~allx', '~ally', '~allyce', '~allyn', '~allys', '~allyson', '~alma', '~almeda', '~almeria', '~almeta', '~almira', '~almire', '~aloise', '~aloisia', '~aloysia', '~alta', '~althea', '~alvera', '~alverta', '~alvina', '~alvinia', '~alvira', '~alyce', '~alyda', '~alys', '~alysa', '~alyse', '~alysia', '~alyson', '~alyss', '~alyssa', '~amabel', '~amabelle', '~amalea', '~amalee', '~amaleta', '~amalia', '~amalie', '~amalita', '~amalle', '~amanda', '~amandi', '~amandie', '~amandy', '~amara', '~amargo', '~amata', '~amber', '~amberly', '~ambur', '~ame', '~amelia', '~amelie', '~amelina', '~ameline', '~amelita', '~ami', '~amie', '~amii', '~amil', '~amitie', '~amity', '~ammamaria', '~amy', '~amye', '~ana', '~anabal', '~anabel', '~anabella', '~anabelle', '~analiese', '~analise', '~anallese', '~anallise', '~anastasia', '~anastasie', '~anastassia', '~anatola', '~andee', '~andeee', '~anderea', '~andi', '~andie', '~andra', '~andrea', '~andreana', '~andree', '~andrei', '~andria', '~andriana', '~andriette', '~andromache', '~andy', '~anestassia', '~anet', '~anett', '~anetta', '~anette', '~ange', '~angel', '~angela', '~angele', '~angelia', '~angelica', '~angelika', '~angelina', '~angeline', '~angelique', '~angelita', '~angelle', '~angie', '~angil', '~angy', '~ania', '~anica', '~anissa', '~anita', '~anitra', '~anjanette', '~anjela', '~ann', '~ann-marie', '~anna', '~anna-diana', '~anna-diane', '~anna-maria', '~annabal', '~annabel', '~annabela', '~annabell', '~annabella', '~annabelle', '~annadiana', '~annadiane', '~annalee', '~annaliese', '~annalise', '~annamaria', '~annamarie', '~anne', '~anne-corinne', '~anne-marie', '~annecorinne', '~anneliese', '~annelise', '~annemarie', '~annetta', '~annette', '~anni', '~annice', '~annie', '~annis', '~annissa', '~annmaria', '~annmarie', '~annnora', '~annora', '~anny', '~anselma', '~ansley', '~anstice', '~anthe', '~anthea', '~anthia', '~anthiathia', '~antoinette', '~antonella', '~antonetta', '~antonia', '~antonie', '~antonietta', '~antonina', '~anya', '~appolonia', '~april', '~aprilette', '~ara', '~arabel', '~arabela', '~arabele', '~arabella', '~arabelle', '~arda', '~ardath', '~ardeen', '~ardelia', '~ardelis', '~ardella', '~ardelle', '~arden', '~ardene', '~ardenia', '~ardine', '~ardis', '~ardisj', '~ardith', '~ardra', '~ardyce', '~ardys', '~ardyth', '~aretha', '~ariadne', '~ariana', '~aridatha', '~ariel', '~ariela', '~ariella', '~arielle', '~arlana', '~arlee', '~arleen', '~arlen', '~arlena', '~arlene', '~arleta', '~arlette', '~arleyne', '~arlie', '~arliene', '~arlina', '~arlinda', '~arline', '~arluene', '~arly', '~arlyn', '~arlyne', '~aryn', '~ashely', '~ashia', '~ashien', '~ashil', '~ashla', '~ashlan', '~ashlee', '~ashleigh', '~ashlen', '~ashley', '~ashli', '~ashlie', '~ashly', '~asia', '~astra', '~astrid', '~astrix', '~atalanta', '~athena', '~athene', '~atlanta', '~atlante', '~auberta', '~aubine', '~aubree', '~aubrette', '~aubrey', '~aubrie', '~aubry', '~audi', '~audie', '~audra', '~audre', '~audrey', '~audrie', '~audry', '~audrye', '~audy', '~augusta', '~auguste', '~augustina', '~augustine', '~aundrea', '~aura', '~aurea', '~aurel', '~aurelea', '~aurelia', '~aurelie', '~auria', '~aurie', '~aurilia', '~aurlie', '~auroora', '~aurora', '~aurore', '~austin', '~austina', '~austine', '~ava', '~aveline', '~averil', '~averyl', '~avie', '~avis', '~aviva', '~avivah', '~avril', '~avrit', '~ayn', '~bab', '~babara', '~babb', '~babbette', '~babbie', '~babette', '~babita', '~babs', '~bambi', '~bambie', '~bamby', '~barb', '~barbabra', '~barbara', '~barbara-anne', '~barbaraanne', '~barbe', '~barbee', '~barbette', '~barbey', '~barbi', '~barbie', '~barbra', '~barby', '~bari', '~barrie', '~barry', '~basia', '~bathsheba', '~batsheva', '~bea', '~beatrice', '~beatrisa', '~beatrix', '~beatriz', '~bebe', '~becca', '~becka', '~becki', '~beckie', '~becky', '~bee', '~beilul', '~beitris', '~bekki', '~bel', '~belia', '~belicia', '~belinda', '~belita', '~bell', '~bella', '~bellanca', '~belle', '~bellina', '~belva', '~belvia', '~bendite', '~benedetta', '~benedicta', '~benedikta', '~benetta', '~benita', '~benni', '~bennie', '~benny', '~benoite', '~berenice', '~beret', '~berget', '~berna', '~bernadene', '~bernadette', '~bernadina', '~bernadine', '~bernardina', '~bernardine', '~bernelle', '~bernete', '~bernetta', '~bernette', '~berni', '~bernice', '~bernie', '~bernita', '~berny', '~berri', '~berrie', '~berry', '~bert', '~berta', '~berte', '~bertha', '~berthe', '~berti', '~bertie', '~bertina', '~bertine', '~berty', '~beryl', '~beryle', '~bess', '~bessie', '~bessy', '~beth', '~bethanne', '~bethany', '~bethena', '~bethina', '~betsey', '~betsy', '~betta', '~bette', '~bette-ann', '~betteann', '~betteanne', '~betti', '~bettina', '~bettine', '~betty', '~bettye', '~beulah', '~bev', '~beverie', '~beverlee', '~beverley', '~beverlie', '~beverly', '~bevvy', '~bianca', '~bianka', '~bibbie', '~bibby', '~bibbye', '~bibi', '~biddie', '~biddy', '~bidget', '~bili', '~bill', '~billi', '~billie', '~billy', '~billye', '~binni', '~binnie', '~binny', '~bird', '~birdie', '~birgit', '~birgitta', '~blair', '~blaire', '~blake', '~blakelee', '~blakeley', '~blanca', '~blanch', '~blancha', '~blanche', '~blinni', '~blinnie', '~blinny', '~bliss', '~blisse', '~blithe', '~blondell', '~blondelle', '~blondie', '~blondy', '~blythe', '~bobbe', '~bobbee', '~bobbette', '~bobbi', '~bobbie', '~bobby', '~bobbye', '~bobette', '~bobina', '~bobine', '~bobinette', '~bonita', '~bonnee', '~bonni', '~bonnibelle', '~bonnie', '~bonny', '~brana', '~brandais', '~brande', '~brandea', '~brandi', '~brandice', '~brandie', '~brandise', '~brandy', '~breanne', '~brear', '~bree', '~breena', '~bren', '~brena', '~brenda', '~brenn', '~brenna', '~brett', '~bria', '~briana', '~brianna', '~brianne', '~bride', '~bridget', '~bridgette', '~bridie', '~brier', '~brietta', '~brigid', '~brigida', '~brigit', '~brigitta', '~brigitte', '~brina', '~briney', '~brinn', '~brinna', '~briny', '~brit', '~brita', '~britney', '~britni', '~britt', '~britta', '~brittan', '~brittaney', '~brittani', '~brittany', '~britte', '~britteny', '~brittne', '~brittney', '~brittni', '~brook', '~brooke', '~brooks', '~brunhilda', '~brunhilde', '~bryana', '~bryn', '~bryna', '~brynn', '~brynna', '~brynne', '~buffy', '~bunni', '~bunnie', '~bunny', '~cacilia', '~cacilie', '~cahra', '~cairistiona', '~caitlin', '~caitrin', '~cal', '~calida', '~calla', '~calley', '~calli', '~callida', '~callie', '~cally', '~calypso', '~cam', '~camala', '~camel', '~camella', '~camellia', '~cami', '~camila', '~camile', '~camilla', '~camille', '~cammi', '~cammie', '~cammy', '~candace', '~candi', '~candice', '~candida', '~candide', '~candie', '~candis', '~candra', '~candy', '~caprice', '~cara', '~caralie', '~caren', '~carena', '~caresa', '~caressa', '~caresse', '~carey', '~cari', '~caria', '~carie', '~caril', '~carilyn', '~carin', '~carina', '~carine', '~cariotta', '~carissa', '~carita', '~caritta', '~carla', '~carlee', '~carleen', '~carlen', '~carlene', '~carley', '~carlie', '~carlin', '~carlina', '~carline', '~carlita', '~carlota', '~carlotta', '~carly', '~carlye', '~carlyn', '~carlynn', '~carlynne', '~carma', '~carmel', '~carmela', '~carmelia', '~carmelina', '~carmelita', '~carmella', '~carmelle', '~carmen', '~carmencita', '~carmina', '~carmine', '~carmita', '~carmon', '~caro', '~carol', '~carol-jean', '~carola', '~carolan', '~carolann', '~carole', '~carolee', '~carolin', '~carolina', '~caroline', '~caroljean', '~carolyn', '~carolyne', '~carolynn', '~caron', '~carree', '~carri', '~carrie', '~carrissa', '~carroll', '~carry', '~cary', '~caryl', '~caryn', '~casandra', '~casey', '~casi', '~casie', '~cass', '~cassandra', '~cassandre', '~cassandry', '~cassaundra', '~cassey', '~cassi', '~cassie', '~cassondra', '~cassy', '~catarina', '~cate', '~caterina', '~catha', '~catharina', '~catharine', '~cathe', '~cathee', '~catherin', '~catherina', '~catherine', '~cathi', '~cathie', '~cathleen', '~cathlene', '~cathrin', '~cathrine', '~cathryn', '~cathy', '~cathyleen', '~cati', '~catie', '~catina', '~catlaina', '~catlee', '~catlin', '~catrina', '~catriona', '~caty', '~caye', '~cayla', '~cecelia', '~cecil', '~cecile', '~ceciley', '~cecilia', '~cecilla', '~cecily', '~ceil', '~cele', '~celene', '~celesta', '~celeste', '~celestia', '~celestina', '~celestine', '~celestyn', '~celestyna', '~celia', '~celie', '~celina', '~celinda', '~celine', '~celinka', '~celisse', '~celka', '~celle', '~cesya', '~chad', '~chanda', '~chandal', '~chandra', '~channa', '~chantal', '~chantalle', '~charil', '~charin', '~charis', '~charissa', '~charisse', '~charita', '~charity', '~charla', '~charlean', '~charleen', '~charlena', '~charlene', '~charline', '~charlot', '~charlotta', '~charlotte', '~charmain', '~charmaine', '~charmane', '~charmian', '~charmine', '~charmion', '~charo', '~charyl', '~chastity', '~chelsae', '~chelsea', '~chelsey', '~chelsie', '~chelsy', '~cher', '~chere', '~cherey', '~cheri', '~cherianne', '~cherice', '~cherida', '~cherie', '~cherilyn', '~cherilynn', '~cherin', '~cherise', '~cherish', '~cherlyn', '~cherri', '~cherrita', '~cherry', '~chery', '~cherye', '~cheryl', '~cheslie', '~chiarra', '~chickie', '~chicky', '~chiquia', '~chiquita', '~chlo', '~chloe', '~chloette', '~chloris', '~chris', '~chrissie', '~chrissy', '~christa', '~christabel', '~christabella', '~christal', '~christalle', '~christan', '~christean', '~christel', '~christen', '~christi', '~christian', '~christiana', '~christiane', '~christie', '~christin', '~christina', '~christine', '~christy', '~christye', '~christyna', '~chrysa', '~chrysler', '~chrystal', '~chryste', '~chrystel', '~cicely', '~cicily', '~ciel', '~cilka', '~cinda', '~cindee', '~cindelyn', '~cinderella', '~cindi', '~cindie', '~cindra', '~cindy', '~cinnamon', '~cissiee', '~cissy', '~clair', '~claire', '~clara', '~clarabelle', '~clare', '~claresta', '~clareta', '~claretta', '~clarette', '~clarey', '~clari', '~claribel', '~clarice', '~clarie', '~clarinda', '~clarine', '~clarissa', '~clarisse', '~clarita', '~clary', '~claude', '~claudelle', '~claudetta', '~claudette', '~claudia', '~claudie', '~claudina', '~claudine', '~clea', '~clem', '~clemence', '~clementia', '~clementina', '~clementine', '~clemmie', '~clemmy', '~cleo', '~cleopatra', '~clerissa', '~clio', '~clo', '~cloe', '~cloris', '~clotilda', '~clovis', '~codee', '~codi', '~codie', '~cody', '~coleen', '~colene', '~coletta', '~colette', '~colleen', '~collen', '~collete', '~collette', '~collie', '~colline', '~colly', '~con', '~concettina', '~conchita', '~concordia', '~conni', '~connie', '~conny', '~consolata', '~constance', '~constancia', '~constancy', '~constanta', '~constantia', '~constantina', '~constantine', '~consuela', '~consuelo', '~cookie', '~cora', '~corabel', '~corabella', '~corabelle', '~coral', '~coralie', '~coraline', '~coralyn', '~cordelia', '~cordelie', '~cordey', '~cordi', '~cordie', '~cordula', '~cordy', '~coreen', '~corella', '~corena', '~corenda', '~corene', '~coretta', '~corette', '~corey', '~cori', '~corie', '~corilla', '~corina', '~corine', '~corinna', '~corinne', '~coriss', '~corissa', '~corliss', '~corly', '~cornela', '~cornelia', '~cornelle', '~cornie', '~corny', '~correna', '~correy', '~corri', '~corrianne', '~corrie', '~corrina', '~corrine', '~corrinne', '~corry', '~cortney', '~cory', '~cosetta', '~cosette', '~costanza', '~courtenay', '~courtnay', '~courtney', '~crin', '~cris', '~crissie', '~crissy', '~crista', '~cristabel', '~cristal', '~cristen', '~cristi', '~cristie', '~cristin', '~cristina', '~cristine', '~cristionna', '~cristy', '~crysta', '~crystal', '~crystie', '~cthrine', '~cyb', '~cybil', '~cybill', '~cymbre', '~cynde', '~cyndi', '~cyndia', '~cyndie', '~cyndy', '~cynthea', '~cynthia', '~cynthie', '~cynthy', '~dacey', '~dacia', '~dacie', '~dacy', '~dael', '~daffi', '~daffie', '~daffy', '~dagmar', '~dahlia', '~daile', '~daisey', '~daisi', '~daisie', '~daisy', '~dale', '~dalenna', '~dalia', '~dalila', '~dallas', '~daloris', '~damara', '~damaris', '~damita', '~dana', '~danell', '~danella', '~danette', '~dani', '~dania', '~danica', '~danice', '~daniela', '~daniele', '~daniella', '~danielle', '~danika', '~danila', '~danit', '~danita', '~danna', '~danni', '~dannie', '~danny', '~dannye', '~danya', '~danyelle', '~danyette', '~daphene', '~daphna', '~daphne', '~dara', '~darb', '~darbie', '~darby', '~darcee', '~darcey', '~darci', '~darcie', '~darcy', '~darda', '~dareen', '~darell', '~darelle', '~dari', '~daria', '~darice', '~darla', '~darleen', '~darlene', '~darline', '~darlleen', '~daron', '~darrelle', '~darryl', '~darsey', '~darsie', '~darya', '~daryl', '~daryn', '~dasha', '~dasi', '~dasie', '~dasya', '~datha', '~daune', '~daveen', '~daveta', '~davida', '~davina', '~davine', '~davita', '~dawn', '~dawna', '~dayle', '~dayna', '~ddene', '~de', '~deana', '~deane', '~deanna', '~deanne', '~deb', '~debbi', '~debbie', '~debby', '~debee', '~debera', '~debi', '~debor', '~debora', '~deborah', '~debra', '~dede', '~dedie', '~dedra', '~dee', '~deeann', '~deeanne', '~deedee', '~deena', '~deerdre', '~deeyn', '~dehlia', '~deidre', '~deina', '~deirdre', '~del', '~dela', '~delcina', '~delcine', '~delia', '~delila', '~delilah', '~delinda', '~dell', '~della', '~delly', '~delora', '~delores', '~deloria', '~deloris', '~delphine', '~delphinia', '~demeter', '~demetra', '~demetria', '~demetris', '~dena', '~deni', '~denice', '~denise', '~denna', '~denni', '~dennie', '~denny', '~deny', '~denys', '~denyse', '~deonne', '~desdemona', '~desirae', '~desiree', '~desiri', '~deva', '~devan', '~devi', '~devin', '~devina', '~devinne', '~devon', '~devondra', '~devonna', '~devonne', '~devora', '~di', '~diahann', '~dian', '~diana', '~diandra', '~diane', '~diane-marie', '~dianemarie', '~diann', '~dianna', '~dianne', '~diannne', '~didi', '~dido', '~diena', '~dierdre', '~dina', '~dinah', '~dinnie', '~dinny', '~dion', '~dione', '~dionis', '~dionne', '~dita', '~dix', '~dixie', '~dniren', '~dode', '~dodi', '~dodie', '~dody', '~doe', '~doll', '~dolley', '~dolli', '~dollie', '~dolly', '~dolores', '~dolorita', '~doloritas', '~domeniga', '~dominga', '~domini', '~dominica', '~dominique', '~dona', '~donella', '~donelle', '~donetta', '~donia', '~donica', '~donielle', '~donna', '~donnajean', '~donnamarie', '~donni', '~donnie', '~donny', '~dora', '~doralia', '~doralin', '~doralyn', '~doralynn', '~doralynne', '~dore', '~doreen', '~dorelia', '~dorella', '~dorelle', '~dorena', '~dorene', '~doretta', '~dorette', '~dorey', '~dori', '~doria', '~dorian', '~dorice', '~dorie', '~dorine', '~doris', '~dorisa', '~dorise', '~dorita', '~doro', '~dorolice', '~dorolisa', '~dorotea', '~doroteya', '~dorothea', '~dorothee', '~dorothy', '~dorree', '~dorri', '~dorrie', '~dorris', '~dorry', '~dorthea', '~dorthy', '~dory', '~dosi', '~dot', '~doti', '~dotti', '~dottie', '~dotty', '~dre', '~dreddy', '~dredi', '~drona', '~dru', '~druci', '~drucie', '~drucill', '~drucy', '~drusi', '~drusie', '~drusilla', '~drusy', '~dulce', '~dulcea', '~dulci', '~dulcia', '~dulciana', '~dulcie', '~dulcine', '~dulcinea', '~dulcy', '~dulsea', '~dusty', '~dyan', '~dyana', '~dyane', '~dyann', '~dyanna', '~dyanne', '~dyna', '~dynah', '~eachelle', '~eada', '~eadie', '~eadith', '~ealasaid', '~eartha', '~easter', '~eba', '~ebba', '~ebonee', '~ebony', '~eda', '~eddi', '~eddie', '~eddy', '~ede', '~edee', '~edeline', '~eden', '~edi', '~edie', '~edin', '~edita', '~edith', '~editha', '~edithe', '~ediva', '~edna', '~edwina', '~edy', '~edyth', '~edythe', '~effie', '~eileen', '~eilis', '~eimile', '~eirena', '~ekaterina', '~elaina', '~elaine', '~elana', '~elane', '~elayne', '~elberta', '~elbertina', '~elbertine', '~eleanor', '~eleanora', '~eleanore', '~electra', '~eleen', '~elena', '~elene', '~eleni', '~elenore', '~eleonora', '~eleonore', '~elfie', '~elfreda', '~elfrida', '~elfrieda', '~elga', '~elianora', '~elianore', '~elicia', '~elie', '~elinor', '~elinore', '~elisa', '~elisabet', '~elisabeth', '~elisabetta', '~elise', '~elisha', '~elissa', '~elita', '~eliza', '~elizabet', '~elizabeth', '~elka', '~elke', '~ella', '~elladine', '~elle', '~ellen', '~ellene', '~ellette', '~elli', '~ellie', '~ellissa', '~elly', '~ellyn', '~ellynn', '~elmira', '~elna', '~elnora', '~elnore', '~eloisa', '~eloise', '~elonore', '~elora', '~elsa', '~elsbeth', '~else', '~elset', '~elsey', '~elsi', '~elsie', '~elsinore', '~elspeth', '~elsy', '~elva', '~elvera', '~elvina', '~elvira', '~elwira', '~elyn', '~elyse', '~elysee', '~elysha', '~elysia', '~elyssa', '~em', '~ema', '~emalee', '~emalia', '~emelda', '~emelia', '~emelina', '~emeline', '~emelita', '~emelyne', '~emera', '~emilee', '~emili', '~emilia', '~emilie', '~emiline', '~emily', '~emlyn', '~emlynn', '~emlynne', '~emma', '~emmalee', '~emmaline', '~emmalyn', '~emmalynn', '~emmalynne', '~emmeline', '~emmey', '~emmi', '~emmie', '~emmy', '~emmye', '~emogene', '~emyle', '~emylee', '~engracia', '~enid', '~enrica', '~enrichetta', '~enrika', '~enriqueta', '~eolanda', '~eolande', '~eran', '~erda', '~erena', '~erica', '~ericha', '~ericka', '~erika', '~erin', '~erina', '~erinn', '~erinna', '~erma', '~ermengarde', '~ermentrude', '~ermina', '~erminia', '~erminie', '~erna', '~ernaline', '~ernesta', '~ernestine', '~ertha', '~eryn', '~esma', '~esmaria', '~esme', '~esmeralda', '~essa', '~essie', '~essy', '~esta', '~estel', '~estele', '~estell', '~estella', '~estelle', '~ester', '~esther', '~estrella', '~estrellita', '~ethel', '~ethelda', '~ethelin', '~ethelind', '~etheline', '~ethelyn', '~ethyl', '~etta', '~etti', '~ettie', '~etty', '~eudora', '~eugenia', '~eugenie', '~eugine', '~eula', '~eulalie', '~eunice', '~euphemia', '~eustacia', '~eva', '~evaleen', '~evangelia', '~evangelin', '~evangelina', '~evangeline', '~evania', '~evanne', '~eve', '~eveleen', '~evelina', '~eveline', '~evelyn', '~evey', '~evie', '~evita', '~evonne', '~evvie', '~evvy', '~evy', '~eyde', '~eydie', '~ezmeralda', '~fae', '~faina', '~faith', '~fallon', '~fan', '~fanchette', '~fanchon', '~fancie', '~fancy', '~fanechka', '~fania', '~fanni', '~fannie', '~fanny', '~fanya', '~fara', '~farah', '~farand', '~farica', '~farra', '~farrah', '~farrand', '~faun', '~faunie', '~faustina', '~faustine', '~fawn', '~fawne', '~fawnia', '~fay', '~faydra', '~faye', '~fayette', '~fayina', '~fayre', '~fayth', '~faythe', '~federica', '~fedora', '~felecia', '~felicdad', '~felice', '~felicia', '~felicity', '~felicle', '~felipa', '~felisha', '~felita', '~feliza', '~fenelia', '~feodora', '~ferdinanda', '~ferdinande', '~fern', '~fernanda', '~fernande', '~fernandina', '~ferne', '~fey', '~fiann', '~fianna', '~fidela', '~fidelia', '~fidelity', '~fifi', '~fifine', '~filia', '~filide', '~filippa', '~fina', '~fiona', '~fionna', '~fionnula', '~fiorenze', '~fleur', '~fleurette', '~flo', '~flor', '~flora', '~florance', '~flore', '~florella', '~florence', '~florencia', '~florentia', '~florenza', '~florette', '~flori', '~floria', '~florida', '~florie', '~florina', '~florinda', '~floris', '~florri', '~florrie', '~florry', '~flory', '~flossi', '~flossie', '~flossy', '~flss', '~fran', '~francene', '~frances', '~francesca', '~francine', '~francisca', '~franciska', '~francoise', '~francyne', '~frank', '~frankie', '~franky', '~franni', '~frannie', '~franny', '~frayda', '~fred', '~freda', '~freddi', '~freddie', '~freddy', '~fredelia', '~frederica', '~fredericka', '~frederique', '~fredi', '~fredia', '~fredra', '~fredrika', '~freida', '~frieda', '~friederike', '~fulvia', '~gabbey', '~gabbi', '~gabbie', '~gabey', '~gabi', '~gabie', '~gabriel', '~gabriela', '~gabriell', '~gabriella', '~gabrielle', '~gabriellia', '~gabrila', '~gaby', '~gae', '~gael', '~gail', '~gale', '~gale', '~galina', '~garland', '~garnet', '~garnette', '~gates', '~gavra', '~gavrielle', '~gay', '~gaye', '~gayel', '~gayla', '~gayle', '~gayleen', '~gaylene', '~gaynor', '~gelya', '~gena', '~gene', '~geneva', '~genevieve', '~genevra', '~genia', '~genna', '~genni', '~gennie', '~gennifer', '~genny', '~genovera', '~genvieve', '~george', '~georgeanna', '~georgeanne', '~georgena', '~georgeta', '~georgetta', '~georgette', '~georgia', '~georgiana', '~georgianna', '~georgianne', '~georgie', '~georgina', '~georgine', '~geralda', '~geraldine', '~gerda', '~gerhardine', '~geri', '~gerianna', '~gerianne', '~gerladina', '~germain', '~germaine', '~germana', '~gerri', '~gerrie', '~gerrilee', '~gerry', '~gert', '~gerta', '~gerti', '~gertie', '~gertrud', '~gertruda', '~gertrude', '~gertrudis', '~gerty', '~giacinta', '~giana', '~gianina', '~gianna', '~gigi', '~gilberta', '~gilberte', '~gilbertina', '~gilbertine', '~gilda', '~gilemette', '~gill', '~gillan', '~gilli', '~gillian', '~gillie', '~gilligan', '~gilly', '~gina', '~ginelle', '~ginevra', '~ginger', '~ginni', '~ginnie', '~ginnifer', '~ginny', '~giorgia', '~giovanna', '~gipsy', '~giralda', '~gisela', '~gisele', '~gisella', '~giselle', '~giuditta', '~giulia', '~giulietta', '~giustina', '~gizela', '~glad', '~gladi', '~gladys', '~gleda', '~glen', '~glenda', '~glenine', '~glenn', '~glenna', '~glennie', '~glennis', '~glori', '~gloria', '~gloriana', '~gloriane', '~glory', '~glyn', '~glynda', '~glynis', '~glynnis', '~gnni', '~godiva', '~golda', '~goldarina', '~goldi', '~goldia', '~goldie', '~goldina', '~goldy', '~grace', '~gracia', '~gracie', '~grata', '~gratia', '~gratiana', '~gray', '~grayce', '~grazia', '~greer', '~greta', '~gretal', '~gretchen', '~grete', '~gretel', '~grethel', '~gretna', '~gretta', '~grier', '~griselda', '~grissel', '~guendolen', '~guenevere', '~guenna', '~guglielma', '~gui', '~guillema', '~guillemette', '~guinevere', '~guinna', '~gunilla', '~gus', '~gusella', '~gussi', '~gussie', '~gussy', '~gusta', '~gusti', '~gustie', '~gusty', '~gwen', '~gwendolen', '~gwendolin', '~gwendolyn', '~gweneth', '~gwenette', '~gwenneth', '~gwenni', '~gwennie', '~gwenny', '~gwenora', '~gwenore', '~gwyn', '~gwyneth', '~gwynne', '~gypsy', '~hadria', '~hailee', '~haily', '~haleigh', '~halette', '~haley', '~hali', '~halie', '~halimeda', '~halley', '~halli', '~hallie', '~hally', '~hana', '~hanna', '~hannah', '~hanni', '~hannie', '~hannis', '~hanny', '~happy', '~harlene', '~harley', '~harli', '~harlie', '~harmonia', '~harmonie', '~harmony', '~harri', '~harrie', '~harriet', '~harriett', '~harrietta', '~harriette', '~harriot', '~harriott', '~hatti', '~hattie', '~hatty', '~hayley', '~hazel', '~heath', '~heather', '~heda', '~hedda', '~heddi', '~heddie', '~hedi', '~hedvig', '~hedvige', '~hedwig', '~hedwiga', '~hedy', '~heida', '~heidi', '~heidie', '~helaina', '~helaine', '~helen', '~helen-elizabeth', '~helena', '~helene', '~helenelizabeth', '~helenka', '~helga', '~helge', '~helli', '~heloise', '~helsa', '~helyn', '~hendrika', '~henka', '~henrie', '~henrieta', '~henrietta', '~henriette', '~henryetta', '~hephzibah', '~hermia', '~hermina', '~hermine', '~herminia', '~hermione', '~herta', '~hertha', '~hester', '~hesther', '~hestia', '~hetti', '~hettie', '~hetty', '~hilary', '~hilda', '~hildagard', '~hildagarde', '~hilde', '~hildegaard', '~hildegarde', '~hildy', '~hillary', '~hilliary', '~hinda', '~holli', '~hollie', '~holly', '~holly-anne', '~hollyanne', '~honey', '~honor', '~honoria', '~hope', '~horatia', '~hortense', '~hortensia', '~hulda', '~hyacinth', '~hyacintha', '~hyacinthe', '~hyacinthia', '~hyacinthie', '~hynda', '~ianthe', '~ibbie', '~ibby', '~ida', '~idalia', '~idalina', '~idaline', '~idell', '~idelle', '~idette', '~ileana', '~ileane', '~ilene', '~ilise', '~ilka', '~illa', '~ilsa', '~ilse', '~ilysa', '~ilyse', '~ilyssa', '~imelda', '~imogen', '~imogene', '~imojean', '~ina', '~indira', '~ines', '~inesita', '~inessa', '~inez', '~inga', '~ingaberg', '~ingaborg', '~inge', '~ingeberg', '~ingeborg', '~inger', '~ingrid', '~ingunna', '~inna', '~iolande', '~iolanthe', '~iona', '~iormina', '~ira', '~irena', '~irene', '~irina', '~iris', '~irita', '~irma', '~isa', '~isabeau', '~isabel', '~isabelita', '~isabella', '~isabelle', '~isadora', '~isahella', '~iseabal', '~isidora', '~isis', '~isobel', '~issi', '~issie', '~issy', '~ivett', '~ivette', '~ivie', '~ivonne', '~ivory', '~ivy', '~izabel', '~jacenta', '~jacinda', '~jacinta', '~jacintha', '~jacinthe', '~jackelyn', '~jacki', '~jackie', '~jacklin', '~jacklyn', '~jackquelin', '~jackqueline', '~jacky', '~jaclin', '~jaclyn', '~jacquelin', '~jacqueline', '~jacquelyn', '~jacquelynn', '~jacquenetta', '~jacquenette', '~jacquetta', '~jacquette', '~jacqui', '~jacquie', '~jacynth', '~jada', '~jade', '~jaime', '~jaimie', '~jaine', '~jami', '~jamie', '~jamima', '~jammie', '~jan', '~jana', '~janaya', '~janaye', '~jandy', '~jane', '~janean', '~janeczka', '~janeen', '~janel', '~janela', '~janella', '~janelle', '~janene', '~janenna', '~janessa', '~janet', '~janeta', '~janetta', '~janette', '~janeva', '~janey', '~jania', '~janice', '~janie', '~janifer', '~janina', '~janine', '~janis', '~janith', '~janka', '~janna', '~jannel', '~jannelle', '~janot', '~jany', '~jaquelin', '~jaquelyn', '~jaquenetta', '~jaquenette', '~jaquith', '~jasmin', '~jasmina', '~jasmine', '~jayme', '~jaymee', '~jayne', '~jaynell', '~jazmin', '~jean', '~jeana', '~jeane', '~jeanelle', '~jeanette', '~jeanie', '~jeanine', '~jeanna', '~jeanne', '~jeannette', '~jeannie', '~jeannine', '~jehanna', '~jelene', '~jemie', '~jemima', '~jemimah', '~jemmie', '~jemmy', '~jen', '~jena', '~jenda', '~jenelle', '~jeni', '~jenica', '~jeniece', '~jenifer', '~jeniffer', '~jenilee', '~jenine', '~jenn', '~jenna', '~jennee', '~jennette', '~jenni', '~jennica', '~jennie', '~jennifer', '~jennilee', '~jennine', '~jenny', '~jeralee', '~jere', '~jeri', '~jermaine', '~jerrie', '~jerrilee', '~jerrilyn', '~jerrine', '~jerry', '~jerrylee', '~jess', '~jessa', '~jessalin', '~jessalyn', '~jessamine', '~jessamyn', '~jesse', '~jesselyn', '~jessi', '~jessica', '~jessie', '~jessika', '~jessy', '~jewel', '~jewell', '~jewelle', '~jill', '~jillana', '~jillane', '~jillayne', '~jilleen', '~jillene', '~jilli', '~jillian', '~jillie', '~jilly', '~jinny', '~jo', '~joan', '~joana', '~joane', '~joanie', '~joann', '~joanna', '~joanne', '~joannes', '~jobey', '~jobi', '~jobie', '~jobina', '~joby', '~jobye', '~jobyna', '~jocelin', '~joceline', '~jocelyn', '~jocelyne', '~jodee', '~jodi', '~jodie', '~jody', '~joeann', '~joela', '~joelie', '~joell', '~joella', '~joelle', '~joellen', '~joelly', '~joellyn', '~joelynn', '~joete', '~joey', '~johanna', '~johannah', '~johna', '~johnath', '~johnette', '~johnna', '~joice', '~jojo', '~jolee', '~joleen', '~jolene', '~joletta', '~joli', '~jolie', '~joline', '~joly', '~jolyn', '~jolynn', '~jonell', '~joni', '~jonie', '~jonis', '~jordain', '~jordan', '~jordana', '~jordanna', '~jorey', '~jori', '~jorie', '~jorrie', '~jorry', '~joscelin', '~josee', '~josefa', '~josefina', '~josepha', '~josephina', '~josephine', '~josey', '~josi', '~josie', '~josselyn', '~josy', '~jourdan', '~joy', '~joya', '~joyan', '~joyann', '~joyce', '~joycelin', '~joye', '~joyous', '~jsandye', '~juana', '~juanita', '~judi', '~judie', '~judith', '~juditha', '~judy', '~judye', '~juieta', '~julee', '~juli', '~julia', '~juliana', '~juliane', '~juliann', '~julianna', '~julianne', '~julie', '~julienne', '~juliet', '~julieta', '~julietta', '~juliette', '~julina', '~juline', '~julissa', '~julita', '~june', '~junette', '~junia', '~junie', '~junina', '~justina', '~justine', '~justinn', '~jyoti', '~kacey', '~kacie', '~kacy', '~kaela', '~kai', '~kaia', '~kaila', '~kaile', '~kailey', '~kaitlin', '~kaitlyn', '~kaitlynn', '~kaja', '~kakalina', '~kala', '~kaleena', '~kali', '~kalie', '~kalila', '~kalina', '~kalinda', '~kalindi', '~kalli', '~kally', '~kameko', '~kamila', '~kamilah', '~kamillah', '~kandace', '~kandy', '~kania', '~kanya', '~kara', '~kara-lynn', '~karalee', '~karalynn', '~kare', '~karee', '~karel', '~karen', '~karena', '~kari', '~karia', '~karie', '~karil', '~karilynn', '~karin', '~karina', '~karine', '~kariotta', '~karisa', '~karissa', '~karita', '~karla', '~karlee', '~karleen', '~karlen', '~karlene', '~karlie', '~karlotta', '~karlotte', '~karly', '~karlyn', '~karmen', '~karna', '~karol', '~karola', '~karole', '~karolina', '~karoline', '~karoly', '~karon', '~karrah', '~karrie', '~karry', '~kary', '~karyl', '~karylin', '~karyn', '~kasey', '~kass', '~kassandra', '~kassey', '~kassi', '~kassia', '~kassie', '~kat', '~kata', '~katalin', '~kate', '~katee', '~katerina', '~katerine', '~katey', '~kath', '~katha', '~katharina', '~katharine', '~katharyn', '~kathe', '~katherina', '~katherine', '~katheryn', '~kathi', '~kathie', '~kathleen', '~kathlin', '~kathrine', '~kathryn', '~kathryne', '~kathy', '~kathye', '~kati', '~katie', '~katina', '~katine', '~katinka', '~katleen', '~katlin', '~katrina', '~katrine', '~katrinka', '~katti', '~kattie', '~katuscha', '~katusha', '~katy', '~katya', '~kay', '~kaycee', '~kaye', '~kayla', '~kayle', '~kaylee', '~kayley', '~kaylil', '~kaylyn', '~keeley', '~keelia', '~keely', '~kelcey', '~kelci', '~kelcie', '~kelcy', '~kelila', '~kellen', '~kelley', '~kelli', '~kellia', '~kellie', '~kellina', '~kellsie', '~kelly', '~kellyann', '~kelsey', '~kelsi', '~kelsy', '~kendra', '~kendre', '~kenna', '~keri', '~keriann', '~kerianne', '~kerri', '~kerrie', '~kerrill', '~kerrin', '~kerry', '~kerstin', '~kesley', '~keslie', '~kessia', '~kessiah', '~ketti', '~kettie', '~ketty', '~kevina', '~kevyn', '~ki', '~kiah', '~kial', '~kiele', '~kiersten', '~kikelia', '~kiley', '~kim', '~kimberlee', '~kimberley', '~kimberli', '~kimberly', '~kimberlyn', '~kimbra', '~kimmi', '~kimmie', '~kimmy', '~kinna', '~kip', '~kipp', '~kippie', '~kippy', '~kira', '~kirbee', '~kirbie', '~kirby', '~kiri', '~kirsten', '~kirsteni', '~kirsti', '~kirstin', '~kirstyn', '~kissee', '~kissiah', '~kissie', '~kit', '~kitti', '~kittie', '~kitty', '~kizzee', '~kizzie', '~klara', '~klarika', '~klarrisa', '~konstance', '~konstanze', '~koo', '~kora', '~koral', '~koralle', '~kordula', '~kore', '~korella', '~koren', '~koressa', '~kori', '~korie', '~korney', '~korrie', '~korry', '~kris', '~krissie', '~krissy', '~krista', '~kristal', '~kristan', '~kriste', '~kristel', '~kristen', '~kristi', '~kristien', '~kristin', '~kristina', '~kristine', '~kristy', '~kristyn', '~krysta', '~krystal', '~krystalle', '~krystle', '~krystyna', '~kyla', '~kyle', '~kylen', '~kylie', '~kylila', '~kylynn', '~kym', '~kynthia', '~kyrstin', '~lacee', '~lacey', '~lacie', '~lacy', '~ladonna', '~laetitia', '~laina', '~lainey', '~lana', '~lanae', '~lane', '~lanette', '~laney', '~lani', '~lanie', '~lanita', '~lanna', '~lanni', '~lanny', '~lara', '~laraine', '~lari', '~larina', '~larine', '~larisa', '~larissa', '~lark', '~laryssa', '~latashia', '~latia', '~latisha', '~latrena', '~latrina', '~laura', '~lauraine', '~laural', '~lauralee', '~laure', '~lauree', '~laureen', '~laurel', '~laurella', '~lauren', '~laurena', '~laurene', '~lauretta', '~laurette', '~lauri', '~laurianne', '~laurice', '~laurie', '~lauryn', '~lavena', '~laverna', '~laverne', '~lavina', '~lavinia', '~lavinie', '~layla', '~layne', '~layney', '~lea', '~leah', '~leandra', '~leann', '~leanna', '~leanor', '~leanora', '~lebbie', '~leda', '~lee', '~leeann', '~leeanne', '~leela', '~leelah', '~leena', '~leesa', '~leese', '~legra', '~leia', '~leigh', '~leigha', '~leila', '~leilah', '~leisha', '~lela', '~lelah', '~leland', '~lelia', '~lena', '~lenee', '~lenette', '~lenka', '~lenna', '~lenora', '~lenore', '~leodora', '~leoine', '~leola', '~leoline', '~leona', '~leonanie', '~leone', '~leonelle', '~leonie', '~leonora', '~leonore', '~leontine', '~leontyne', '~leora', '~leshia', '~lesley', '~lesli', '~leslie', '~lesly', '~lesya', '~leta', '~lethia', '~leticia', '~letisha', '~letitia', '~letizia', '~letta', '~letti', '~lettie', '~letty', '~lexi', '~lexie', '~lexine', '~lexis', '~lexy', '~leyla', '~lezlie', '~lia', '~lian', '~liana', '~liane', '~lianna', '~lianne', '~lib', '~libbey', '~libbi', '~libbie', '~libby', '~licha', '~lida', '~lidia', '~liesa', '~lil', '~lila', '~lilah', '~lilas', '~lilia', '~lilian', '~liliane', '~lilias', '~lilith', '~lilla', '~lilli', '~lillian', '~lillis', '~lilllie', '~lilly', '~lily', '~lilyan', '~lin', '~lina', '~lind', '~linda', '~lindi', '~lindie', '~lindsay', '~lindsey', '~lindsy', '~lindy', '~linea', '~linell', '~linet', '~linette', '~linn', '~linnea', '~linnell', '~linnet', '~linnie', '~linzy', '~lira', '~lisa', '~lisabeth', '~lisbeth', '~lise', '~lisetta', '~lisette', '~lisha', '~lishe', '~lissa', '~lissi', '~lissie', '~lissy', '~lita', '~liuka', '~liv', '~liva', '~livia', '~livvie', '~livvy', '~livvyy', '~livy', '~liz', '~liza', '~lizabeth', '~lizbeth', '~lizette', '~lizzie', '~lizzy', '~loella', '~lois', '~loise', '~lola', '~loleta', '~lolita', '~lolly', '~lona', '~lonee', '~loni', '~lonna', '~lonni', '~lonnie', '~lora', '~lorain', '~loraine', '~loralee', '~loralie', '~loralyn', '~loree', '~loreen', '~lorelei', '~lorelle', '~loren', '~lorena', '~lorene', '~lorenza', '~loretta', '~lorettalorna', '~lorette', '~lori', '~loria', '~lorianna', '~lorianne', '~lorie', '~lorilee', '~lorilyn', '~lorinda', '~lorine', '~lorita', '~lorna', '~lorne', '~lorraine', '~lorrayne', '~lorri', '~lorrie', '~lorrin', '~lorry', '~lory', '~lotta', '~lotte', '~lotti', '~lottie', '~lotty', '~lou', '~louella', '~louisa', '~louise', '~louisette', '~loutitia', '~lu', '~luce', '~luci', '~lucia', '~luciana', '~lucie', '~lucienne', '~lucila', '~lucilia', '~lucille', '~lucina', '~lucinda', '~lucine', '~lucita', '~lucky', '~lucretia', '~lucy', '~ludovika', '~luella', '~luelle', '~luisa', '~luise', '~lula', '~lulita', '~lulu', '~lura', '~lurette', '~lurleen', '~lurlene', '~lurline', '~lusa', '~luz', '~lyda', '~lydia', '~lydie', '~lyn', '~lynda', '~lynde', '~lyndel', '~lyndell', '~lyndsay', '~lyndsey', '~lyndsie', '~lyndy', '~lynea', '~lynelle', '~lynett', '~lynette', '~lynn', '~lynna', '~lynne', '~lynnea', '~lynnell', '~lynnelle', '~lynnet', '~lynnett', '~lynnette', '~lynsey', '~lyssa', '~mab', '~mabel', '~mabelle', '~mable', '~mada', '~madalena', '~madalyn', '~maddalena', '~maddi', '~maddie', '~maddy', '~madel', '~madelaine', '~madeleine', '~madelena', '~madelene', '~madelin', '~madelina', '~madeline', '~madella', '~madelle', '~madelon', '~madelyn', '~madge', '~madlen', '~madlin', '~madonna', '~mady', '~mae', '~maegan', '~mag', '~magda', '~magdaia', '~magdalen', '~magdalena', '~magdalene', '~maggee', '~maggi', '~maggie', '~maggy', '~mahala', '~mahalia', '~maia', '~maible', '~maiga', '~maighdiln', '~mair', '~maire', '~maisey', '~maisie', '~maitilde', '~mala', '~malanie', '~malena', '~malia', '~malina', '~malinda', '~malinde', '~malissa', '~malissia', '~mallissa', '~mallorie', '~mallory', '~malorie', '~malory', '~malva', '~malvina', '~malynda', '~mame', '~mamie', '~manda', '~mandi', '~mandie', '~mandy', '~manon', '~manya', '~mara', '~marabel', '~marcela', '~marcelia', '~marcella', '~marcelle', '~marcellina', '~marcelline', '~marchelle', '~marci', '~marcia', '~marcie', '~marcile', '~marcille', '~marcy', '~mareah', '~maren', '~marena', '~maressa', '~marga', '~margalit', '~margalo', '~margaret', '~margareta', '~margarete', '~margaretha', '~margarethe', '~margaretta', '~margarette', '~margarita', '~margaux', '~marge', '~margeaux', '~margery', '~marget', '~margette', '~margi', '~margie', '~margit', '~margo', '~margot', '~margret', '~marguerite', '~margy', '~mari', '~maria', '~mariam', '~marian', '~mariana', '~mariann', '~marianna', '~marianne', '~maribel', '~maribelle', '~maribeth', '~marice', '~maridel', '~marie', '~marie-ann', '~marie-jeanne', '~marieann', '~mariejeanne', '~mariel', '~mariele', '~marielle', '~mariellen', '~marietta', '~mariette', '~marigold', '~marijo', '~marika', '~marilee', '~marilin', '~marillin', '~marilyn', '~marin', '~marina', '~marinna', '~marion', '~mariquilla', '~maris', '~marisa', '~mariska', '~marissa', '~marita', '~maritsa', '~mariya', '~marj', '~marja', '~marje', '~marji', '~marjie', '~marjorie', '~marjory', '~marjy', '~marketa', '~marla', '~marlane', '~marleah', '~marlee', '~marleen', '~marlena', '~marlene', '~marley', '~marlie', '~marline', '~marlo', '~marlyn', '~marna', '~marne', '~marney', '~marni', '~marnia', '~marnie', '~marquita', '~marrilee', '~marris', '~marrissa', '~marsha', '~marsiella', '~marta', '~martelle', '~martguerita', '~martha', '~marthe', '~marthena', '~marti', '~martica', '~martie', '~martina', '~martita', '~marty', '~martynne', '~mary', '~marya', '~maryann', '~maryanna', '~maryanne', '~marybelle', '~marybeth', '~maryellen', '~maryjane', '~maryjo', '~maryl', '~marylee', '~marylin', '~marylinda', '~marylou', '~marylynne', '~maryrose', '~marys', '~marysa', '~masha', '~matelda', '~mathilda', '~mathilde', '~matilda', '~matilde', '~matti', '~mattie', '~matty', '~maud', '~maude', '~maudie', '~maura', '~maure', '~maureen', '~maureene', '~maurene', '~maurine', '~maurise', '~maurita', '~maurizia', '~mavis', '~mavra', '~max', '~maxi', '~maxie', '~maxine', '~maxy', '~may', '~maybelle', '~maye', '~mead', '~meade', '~meagan', '~meaghan', '~meara', '~mechelle', '~meg', '~megan', '~megen', '~meggi', '~meggie', '~meggy', '~meghan', '~meghann', '~mehetabel', '~mei', '~mel', '~mela', '~melamie', '~melania', '~melanie', '~melantha', '~melany', '~melba', '~melesa', '~melessa', '~melicent', '~melina', '~melinda', '~melinde', '~melisa', '~melisande', '~melisandra', '~melisenda', '~melisent', '~melissa', '~melisse', '~melita', '~melitta', '~mella', '~melli', '~mellicent', '~mellie', '~mellisa', '~mellisent', '~melloney', '~melly', '~melodee', '~melodie', '~melody', '~melonie', '~melony', '~melosa', '~melva', '~mercedes', '~merci', '~mercie', '~mercy', '~meredith', '~meredithe', '~meridel', '~meridith', '~meriel', '~merilee', '~merilyn', '~meris', '~merissa', '~merl', '~merla', '~merle', '~merlina', '~merline', '~merna', '~merola', '~merralee', '~merridie', '~merrie', '~merrielle', '~merrile', '~merrilee', '~merrili', '~merrill', '~merrily', '~merry', '~mersey', '~meryl', '~meta', '~mia', '~micaela', '~michaela', '~michaelina', '~michaeline', '~michaella', '~michal', '~michel', '~michele', '~michelina', '~micheline', '~michell', '~michelle', '~micki', '~mickie', '~micky', '~midge', '~mignon', '~mignonne', '~miguela', '~miguelita', '~mikaela', '~mil', '~mildred', '~mildrid', '~milena', '~milicent', '~milissent', '~milka', '~milli', '~millicent', '~millie', '~millisent', '~milly', '~milzie', '~mimi', '~min', '~mina', '~minda', '~mindy', '~minerva', '~minetta', '~minette', '~minna', '~minnaminnie', '~minne', '~minni', '~minnie', '~minnnie', '~minny', '~minta', '~miquela', '~mira', '~mirabel', '~mirabella', '~mirabelle', '~miran', '~miranda', '~mireielle', '~mireille', '~mirella', '~mirelle', '~miriam', '~mirilla', '~mirna', '~misha', '~missie', '~missy', '~misti', '~misty', '~mitzi', '~modesta', '~modestia', '~modestine', '~modesty', '~moina', '~moira', '~moll', '~mollee', '~molli', '~mollie', '~molly', '~mommy', '~mona', '~monah', '~monica', '~monika', '~monique', '~mora', '~moreen', '~morena', '~morgan', '~morgana', '~morganica', '~morganne', '~morgen', '~moria', '~morissa', '~morna', '~moselle', '~moyna', '~moyra', '~mozelle', '~muffin', '~mufi', '~mufinella', '~muire', '~mureil', '~murial', '~muriel', '~murielle', '~myra', '~myrah', '~myranda', '~myriam', '~myrilla', '~myrle', '~myrlene', '~myrna', '~myrta', '~myrtia', '~myrtice', '~myrtie', '~myrtle', '~nada', '~nadean', '~nadeen', '~nadia', '~nadine', '~nadiya', '~nady', '~nadya', '~nalani', '~nan', '~nana', '~nananne', '~nance', '~nancee', '~nancey', '~nanci', '~nancie', '~nancy', '~nanete', '~nanette', '~nani', '~nanice', '~nanine', '~nannette', '~nanni', '~nannie', '~nanny', '~nanon', '~naoma', '~naomi', '~nara', '~nari', '~nariko', '~nat', '~nata', '~natala', '~natalee', '~natalie', '~natalina', '~nataline', '~natalya', '~natasha', '~natassia', '~nathalia', '~nathalie', '~natividad', '~natka', '~natty', '~neala', '~neda', '~nedda', '~nedi', '~neely', '~neila', '~neile', '~neilla', '~neille', '~nelia', '~nelie', '~nell', '~nelle', '~nelli', '~nellie', '~nelly', '~nerissa', '~nerita', '~nert', '~nerta', '~nerte', '~nerti', '~nertie', '~nerty', '~nessa', '~nessi', '~nessie', '~nessy', '~nesta', '~netta', '~netti', '~nettie', '~nettle', '~netty', '~nevsa', '~neysa', '~nichol', '~nichole', '~nicholle', '~nicki', '~nickie', '~nicky', '~nicol', '~nicola', '~nicole', '~nicolea', '~nicolette', '~nicoli', '~nicolina', '~nicoline', '~nicolle', '~nikaniki', '~nike', '~niki', '~nikki', '~nikkie', '~nikoletta', '~nikolia', '~nina', '~ninetta', '~ninette', '~ninnetta', '~ninnette', '~ninon', '~nissa', '~nisse', '~nissie', '~nissy', '~nita', '~nixie', '~noami', '~noel', '~noelani', '~noell', '~noella', '~noelle', '~noellyn', '~noelyn', '~noemi', '~nola', '~nolana', '~nolie', '~nollie', '~nomi', '~nona', '~nonah', '~noni', '~nonie', '~nonna', '~nonnah', '~nora', '~norah', '~norean', '~noreen', '~norene', '~norina', '~norine', '~norma', '~norri', '~norrie', '~norry', '~novelia', '~nydia', '~nyssa', '~octavia', '~odele', '~odelia', '~odelinda', '~odella', '~odelle', '~odessa', '~odetta', '~odette', '~odilia', '~odille', '~ofelia', '~ofella', '~ofilia', '~ola', '~olenka', '~olga', '~olia', '~olimpia', '~olive', '~olivette', '~olivia', '~olivie', '~oliy', '~ollie', '~olly', '~olva', '~olwen', '~olympe', '~olympia', '~olympie', '~ondrea', '~oneida', '~onida', '~oona', '~opal', '~opalina', '~opaline', '~ophelia', '~ophelie', '~ora', '~oralee', '~oralia', '~oralie', '~oralla', '~oralle', '~orel', '~orelee', '~orelia', '~orelie', '~orella', '~orelle', '~oriana', '~orly', '~orsa', '~orsola', '~ortensia', '~otha', '~othelia', '~othella', '~othilia', '~othilie', '~ottilie', '~page', '~paige', '~paloma', '~pam', '~pamela', '~pamelina', '~pamella', '~pammi', '~pammie', '~pammy', '~pandora', '~pansie', '~pansy', '~paola', '~paolina', '~papagena', '~pat', '~patience', '~patrica', '~patrice', '~patricia', '~patrizia', '~patsy', '~patti', '~pattie', '~patty', '~paula', '~paule', '~pauletta', '~paulette', '~pauli', '~paulie', '~paulina', '~pauline', '~paulita', '~pauly', '~pavia', '~pavla', '~pearl', '~pearla', '~pearle', '~pearline', '~peg', '~pegeen', '~peggi', '~peggie', '~peggy', '~pen', '~penelopa', '~penelope', '~penni', '~pennie', '~penny', '~pepi', '~pepita', '~peri', '~peria', '~perl', '~perla', '~perle', '~perri', '~perrine', '~perry', '~persis', '~pet', '~peta', '~petra', '~petrina', '~petronella', '~petronia', '~petronilla', '~petronille', '~petunia', '~phaedra', '~phaidra', '~phebe', '~phedra', '~phelia', '~phil', '~philipa', '~philippa', '~philippe', '~philippine', '~philis', '~phillida', '~phillie', '~phillis', '~philly', '~philomena', '~phoebe', '~phylis', '~phyllida', '~phyllis', '~phyllys', '~phylys', '~pia', '~pier', '~pierette', '~pierrette', '~pietra', '~piper', '~pippa', '~pippy', '~polly', '~pollyanna', '~pooh', '~poppy', '~portia', '~pris', '~prisca', '~priscella', '~priscilla', '~prissie', '~pru', '~prudence', '~prudi', '~prudy', '~prue', '~queenie', '~quentin', '~querida', '~quinn', '~quinta', '~quintana', '~quintilla', '~quintina', '~rachael', '~rachel', '~rachele', '~rachelle', '~rae', '~raeann', '~raf', '~rafa', '~rafaela', '~rafaelia', '~rafaelita', '~rahal', '~rahel', '~raina', '~raine', '~rakel', '~ralina', '~ramona', '~ramonda', '~rana', '~randa', '~randee', '~randene', '~randi', '~randie', '~randy', '~ranee', '~rani', '~rania', '~ranice', '~ranique', '~ranna', '~raphaela', '~raquel', '~raquela', '~rasia', '~rasla', '~raven', '~ray', '~raychel', '~raye', '~rayna', '~raynell', '~rayshell', '~rea', '~reba', '~rebbecca', '~rebe', '~rebeca', '~rebecca', '~rebecka', '~rebeka', '~rebekah', '~rebekkah', '~ree', '~reeba', '~reena', '~reeta', '~reeva', '~regan', '~reggi', '~reggie', '~regina', '~regine', '~reiko', '~reina', '~reine', '~remy', '~rena', '~renae', '~renata', '~renate', '~rene', '~renee', '~renell', '~renelle', '~renie', '~rennie', '~reta', '~retha', '~revkah', '~rey', '~reyna', '~rhea', '~rheba', '~rheta', '~rhetta', '~rhiamon', '~rhianna', '~rhianon', '~rhoda', '~rhodia', '~rhodie', '~rhody', '~rhona', '~rhonda', '~riane', '~riannon', '~rianon', '~rica', '~ricca', '~rici', '~ricki', '~rickie', '~ricky', '~riki', '~rikki', '~rina', '~risa', '~rita', '~riva', '~rivalee', '~rivi', '~rivkah', '~rivy', '~roana', '~roanna', '~roanne', '~robbi', '~robbie', '~robbin', '~robby', '~robbyn', '~robena', '~robenia', '~roberta', '~robin', '~robina', '~robinet', '~robinett', '~robinetta', '~robinette', '~robinia', '~roby', '~robyn', '~roch', '~rochell', '~rochella', '~rochelle', '~rochette', '~roda', '~rodi', '~rodie', '~rodina', '~rois', '~romola', '~romona', '~romonda', '~romy', '~rona', '~ronalda', '~ronda', '~ronica', '~ronna', '~ronni', '~ronnica', '~ronnie', '~ronny', '~roobbie', '~rora', '~rori', '~rorie', '~rory', '~ros', '~rosa', '~rosabel', '~rosabella', '~rosabelle', '~rosaleen', '~rosalia', '~rosalie', '~rosalind', '~rosalinda', '~rosalinde', '~rosaline', '~rosalyn', '~rosalynd', '~rosamond', '~rosamund', '~rosana', '~rosanna', '~rosanne', '~rose', '~roseann', '~roseanna', '~roseanne', '~roselia', '~roselin', '~roseline', '~rosella', '~roselle', '~rosemaria', '~rosemarie', '~rosemary', '~rosemonde', '~rosene', '~rosetta', '~rosette', '~roshelle', '~rosie', '~rosina', '~rosita', '~roslyn', '~rosmunda', '~rosy', '~row', '~rowe', '~rowena', '~roxana', '~roxane', '~roxanna', '~roxanne', '~roxi', '~roxie', '~roxine', '~roxy', '~roz', '~rozalie', '~rozalin', '~rozamond', '~rozanna', '~rozanne', '~roze', '~rozele', '~rozella', '~rozelle', '~rozina', '~rubetta', '~rubi', '~rubia', '~rubie', '~rubina', '~ruby', '~ruperta', '~ruth', '~ruthann', '~ruthanne', '~ruthe', '~ruthi', '~ruthie', '~ruthy', '~ryann', '~rycca', '~saba', '~sabina', '~sabine', '~sabra', '~sabrina', '~sacha', '~sada', '~sadella', '~sadie', '~sadye', '~saidee', '~sal', '~salaidh', '~sallee', '~salli', '~sallie', '~sally', '~sallyann', '~sallyanne', '~saloma', '~salome', '~salomi', '~sam', '~samantha', '~samara', '~samaria', '~sammy', '~sande', '~sandi', '~sandie', '~sandra', '~sandy', '~sandye', '~sapphira', '~sapphire', '~sara', '~sara-ann', '~saraann', '~sarah', '~sarajane', '~saree', '~sarena', '~sarene', '~sarette', '~sari', '~sarina', '~sarine', '~sarita', '~sascha', '~sasha', '~sashenka', '~saudra', '~saundra', '~savina', '~sayre', '~scarlet', '~scarlett', '~sean', '~seana', '~seka', '~sela', '~selena', '~selene', '~selestina', '~selia', '~selie', '~selina', '~selinda', '~seline', '~sella', '~selle', '~selma', '~sena', '~sephira', '~serena', '~serene', '~shae', '~shaina', '~shaine', '~shalna', '~shalne', '~shana', '~shanda', '~shandee', '~shandeigh', '~shandie', '~shandra', '~shandy', '~shane', '~shani', '~shanie', '~shanna', '~shannah', '~shannen', '~shannon', '~shanon', '~shanta', '~shantee', '~shara', '~sharai', '~shari', '~sharia', '~sharity', '~sharl', '~sharla', '~sharleen', '~sharlene', '~sharline', '~sharon', '~sharona', '~sharron', '~sharyl', '~shaun', '~shauna', '~shawn', '~shawna', '~shawnee', '~shay', '~shayla', '~shaylah', '~shaylyn', '~shaylynn', '~shayna', '~shayne', '~shea', '~sheba', '~sheela', '~sheelagh', '~sheelah', '~sheena', '~sheeree', '~sheila', '~sheila-kathryn', '~sheilah', '~sheilakathryn', '~shel', '~shela', '~shelagh', '~shelba', '~shelbi', '~shelby', '~shelia', '~shell', '~shelley', '~shelli', '~shellie', '~shelly', '~shena', '~sher', '~sheree', '~sheri', '~sherie', '~sherill', '~sherilyn', '~sherline', '~sherri', '~sherrie', '~sherry', '~sherye', '~sheryl', '~shina', '~shir', '~shirl', '~shirlee', '~shirleen', '~shirlene', '~shirley', '~shirline', '~shoshana', '~shoshanna', '~siana', '~sianna', '~sib', '~sibbie', '~sibby', '~sibeal', '~sibel', '~sibella', '~sibelle', '~sibilla', '~sibley', '~sibyl', '~sibylla', '~sibylle', '~sidoney', '~sidonia', '~sidonnie', '~sigrid', '~sile', '~sileas', '~silva', '~silvana', '~silvia', '~silvie', '~simona', '~simone', '~simonette', '~simonne', '~sindee', '~siobhan', '~sioux', '~siouxie', '~sisely', '~sisile', '~sissie', '~sissy', '~siusan', '~sofia', '~sofie', '~sondra', '~sonia', '~sonja', '~sonni', '~sonnie', '~sonnnie', '~sonny', '~sonya', '~sophey', '~sophi', '~sophia', '~sophie', '~sophronia', '~sorcha', '~sosanna', '~stace', '~stacee', '~stacey', '~staci', '~stacia', '~stacie', '~stacy', '~stafani', '~star', '~starla', '~starlene', '~starlin', '~starr', '~stefa', '~stefania', '~stefanie', '~steffane', '~steffi', '~steffie', '~stella', '~stepha', '~stephana', '~stephani', '~stephanie', '~stephannie', '~stephenie', '~stephi', '~stephie', '~stephine', '~stesha', '~stevana', '~stevena', '~stoddard', '~storm', '~stormi', '~stormie', '~stormy', '~sue', '~suellen', '~sukey', '~suki', '~sula', '~sunny', '~sunshine', '~susan', '~susana', '~susanetta', '~susann', '~susanna', '~susannah', '~susanne', '~susette', '~susi', '~susie', '~susy', '~suzann', '~suzanna', '~suzanne', '~suzette', '~suzi', '~suzie', '~suzy', '~sybil', '~sybila', '~sybilla', '~sybille', '~sybyl', '~sydel', '~sydelle', '~sydney', '~sylvia', '~tabatha', '~tabbatha', '~tabbi', '~tabbie', '~tabbitha', '~tabby', '~tabina', '~tabitha', '~taffy', '~talia', '~tallia', '~tallie', '~tallou', '~tallulah', '~tally', '~talya', '~talyah', '~tamar', '~tamara', '~tamarah', '~tamarra', '~tamera', '~tami', '~tamiko', '~tamma', '~tammara', '~tammi', '~tammie', '~tammy', '~tamqrah', '~tamra', '~tana', '~tandi', '~tandie', '~tandy', '~tanhya', '~tani', '~tania', '~tanitansy', '~tansy', '~tanya', '~tara', '~tarah', '~tarra', '~tarrah', '~taryn', '~tasha', '~tasia', '~tate', '~tatiana', '~tatiania', '~tatum', '~tawnya', '~tawsha', '~ted', '~tedda', '~teddi', '~teddie', '~teddy', '~tedi', '~tedra', '~teena', '~teirtza', '~teodora', '~tera', '~teresa', '~terese', '~teresina', '~teresita', '~teressa', '~teri', '~teriann', '~terra', '~terri', '~terri-jo', '~terrie', '~terrijo', '~terry', '~terrye', '~tersina', '~terza', '~tess', '~tessa', '~tessi', '~tessie', '~tessy', '~thalia', '~thea', '~theadora', '~theda', '~thekla', '~thelma', '~theo', '~theodora', '~theodosia', '~theresa', '~therese', '~theresina', '~theresita', '~theressa', '~therine', '~thia', '~thomasa', '~thomasin', '~thomasina', '~thomasine', '~tiena', '~tierney', '~tiertza', '~tiff', '~tiffani', '~tiffanie', '~tiffany', '~tiffi', '~tiffie', '~tiffy', '~tilda', '~tildi', '~tildie', '~tildy', '~tillie', '~tilly', '~tim', '~timi', '~timmi', '~timmie', '~timmy', '~timothea', '~tina', '~tine', '~tiphani', '~tiphanie', '~tiphany', '~tish', '~tisha', '~tobe', '~tobey', '~tobi', '~toby', '~tobye', '~toinette', '~toma', '~tomasina', '~tomasine', '~tomi', '~tommi', '~tommie', '~tommy', '~toni', '~tonia', '~tonie', '~tony', '~tonya', '~tonye', '~tootsie', '~torey', '~tori', '~torie', '~torrie', '~tory', '~tova', '~tove', '~tracee', '~tracey', '~traci', '~tracie', '~tracy', '~trenna', '~tresa', '~trescha', '~tressa', '~tricia', '~trina', '~trish', '~trisha', '~trista', '~trix', '~trixi', '~trixie', '~trixy', '~truda', '~trude', '~trudey', '~trudi', '~trudie', '~trudy', '~trula', '~tuesday', '~twila', '~twyla', '~tybi', '~tybie', '~tyne', '~ula', '~ulla', '~ulrica', '~ulrika', '~ulrikaumeko', '~ulrike', '~umeko', '~una', '~ursa', '~ursala', '~ursola', '~ursula', '~ursulina', '~ursuline', '~uta', '~val', '~valaree', '~valaria', '~vale', '~valeda', '~valencia', '~valene', '~valenka', '~valentia', '~valentina', '~valentine', '~valera', '~valeria', '~valerie', '~valery', '~valerye', '~valida', '~valina', '~valli', '~vallie', '~vally', '~valma', '~valry', '~van', '~vanda', '~vanessa', '~vania', '~vanna', '~vanni', '~vannie', '~vanny', '~vanya', '~veda', '~velma', '~velvet', '~venita', '~venus', '~vera', '~veradis', '~vere', '~verena', '~verene', '~veriee', '~verile', '~verina', '~verine', '~verla', '~verna', '~vernice', '~veronica', '~veronika', '~veronike', '~veronique', '~vevay', '~vi', '~vicki', '~vickie', '~vicky', '~victoria', '~vida', '~viki', '~vikki', '~vikky', '~vilhelmina', '~vilma', '~vin', '~vina', '~vinita', '~vinni', '~vinnie', '~vinny', '~viola', '~violante', '~viole', '~violet', '~violetta', '~violette', '~virgie', '~virgina', '~virginia', '~virginie', '~vita', '~vitia', '~vitoria', '~vittoria', '~viv', '~viva', '~vivi', '~vivia', '~vivian', '~viviana', '~vivianna', '~vivianne', '~vivie', '~vivien', '~viviene', '~vivienne', '~viviyan', '~vivyan', '~vivyanne', '~vonni', '~vonnie', '~vonny', '~vyky', '~wallie', '~wallis', '~walliw', '~wally', '~waly', '~wanda', '~wandie', '~wandis', '~waneta', '~wanids', '~wenda', '~wendeline', '~wendi', '~wendie', '~wendy', '~wendye', '~wenona', '~wenonah', '~whitney', '~wileen', '~wilhelmina', '~wilhelmine', '~wilie', '~willa', '~willabella', '~willamina', '~willetta', '~willette', '~willi', '~willie', '~willow', '~willy', '~willyt', '~wilma', '~wilmette', '~wilona', '~wilone', '~wilow', '~windy', '~wini', '~winifred', '~winna', '~winnah', '~winne', '~winni', '~winnie', '~winnifred', '~winny', '~winona', '~winonah', '~wren', '~wrennie', '~wylma', '~wynn', '~wynne', '~wynnie', '~wynny', '~xaviera', '~xena', '~xenia', '~xylia', '~xylina', '~yalonda', '~yasmeen', '~yasmin', '~yelena', '~yetta', '~yettie', '~yetty', '~yevette', '~ynes', '~ynez', '~yoko', '~yolanda', '~yolande', '~yolane', '~yolanthe', '~yoshi', '~yoshiko', '~yovonnda', '~ysabel', '~yvette', '~yvonne', '~zabrina', '~zahara', '~zandra', '~zaneta', '~zara', '~zarah', '~zaria', '~zarla', '~zea', '~zelda', '~zelma', '~zena', '~zenia', '~zia', '~zilvia', '~zita', '~zitella', '~zoe', '~zola', '~zonda', '~zondra', '~zonnya', '~zora', '~zorah', '~zorana', '~zorina', '~zorine', '~zsazsa', '~zulema', '~zuzana'] |
SERVER_HOST = '0.0.0.0'
SERVER_PORT = 5000
SECRET_KEY = 'ABCJKSKMKJFJIF'
DEBUG = True
| server_host = '0.0.0.0'
server_port = 5000
secret_key = 'ABCJKSKMKJFJIF'
debug = True |
# my_lambbdata/polos.py
# Polo Class!
# attributes / properties (NOUNS): size, style, color, texture, price
# methods (VERBS): wash, fold, pop collar
class Polo():
def __init__(self, size, color):
self.size = size
self.color = color
@property
def full_name(self):
return f"{self.size} {self.color}"
def wash(self):
print(f"WASHING THE {self.size} {self.color} POLO!")
@staticmethod
def fold():
print(f"FOLDING THE POLO!")
if __name__ == "__main__":
# initialize a small blue polo and a large yellow polo
#df = DataFrame(_____)
#df.columns
#df.head()
p1 = Polo(size="Small", color="Blue")
print(p1.size, p1.color)
print(p1.full_name)
p1.wash()
p2 = Polo(size="Large", color="Yellow")
print(p2.size, p2.color)
print(p2.full_name)
p2.fold() | class Polo:
def __init__(self, size, color):
self.size = size
self.color = color
@property
def full_name(self):
return f'{self.size} {self.color}'
def wash(self):
print(f'WASHING THE {self.size} {self.color} POLO!')
@staticmethod
def fold():
print(f'FOLDING THE POLO!')
if __name__ == '__main__':
p1 = polo(size='Small', color='Blue')
print(p1.size, p1.color)
print(p1.full_name)
p1.wash()
p2 = polo(size='Large', color='Yellow')
print(p2.size, p2.color)
print(p2.full_name)
p2.fold() |
# Constants
IMG_SIZE = (48, 48)
EMOTIONS = {
# 'anger': 1,
# 'disgust': 2,
# 'fear': 3,
4: 'happy',
# 'sad': 5,
6: 'surprise',
}
THRESHOLDS = {
# 1: 0.5,
# 2: 0.5,
# 3: 0.5,
4: 0.80,
# 5: 0.5,
6: 0.6,
}
| img_size = (48, 48)
emotions = {4: 'happy', 6: 'surprise'}
thresholds = {4: 0.8, 6: 0.6} |
class FrontendPortName(object):
def read_get(self, name, idx_name, unity_client):
return unity_client.get_frontend_port_name(idx_name)
class FrontendPortNameColumn(object):
def get_idx(self, name, idx, unity_client):
return unity_client.get_frontend_ports()
| class Frontendportname(object):
def read_get(self, name, idx_name, unity_client):
return unity_client.get_frontend_port_name(idx_name)
class Frontendportnamecolumn(object):
def get_idx(self, name, idx, unity_client):
return unity_client.get_frontend_ports() |
# part 1
with open("inputs/day1.txt", "r") as f:
lines = f.read().strip().split("\n")
n_increases = 0
for left, right in zip(lines[:-1], lines[1:]):
if int(right) > int(left):
n_increases += 1
print("Part 1:", n_increases)
# part 2
n_increases = 0
prevval = None
for left, middle, right in zip(lines[:-2], lines[1:-1], lines[2:]):
curval = int(left) + int(middle) + int(right)
if prevval is not None and curval > prevval:
n_increases += 1
prevval = curval
print("Part 2:", n_increases)
| with open('inputs/day1.txt', 'r') as f:
lines = f.read().strip().split('\n')
n_increases = 0
for (left, right) in zip(lines[:-1], lines[1:]):
if int(right) > int(left):
n_increases += 1
print('Part 1:', n_increases)
n_increases = 0
prevval = None
for (left, middle, right) in zip(lines[:-2], lines[1:-1], lines[2:]):
curval = int(left) + int(middle) + int(right)
if prevval is not None and curval > prevval:
n_increases += 1
prevval = curval
print('Part 2:', n_increases) |
class C:
def method(self):
def foo():
def bar():
pass
# bar
# bar
# bar
# method
# class
| class C:
def method(self):
def foo():
def bar():
pass |
def test_user_login_logged_in(cli_run, mock_user):
result = cli_run(['user', 'login'])
assert result.exit_code == 0
assert 'Hello' in result.output
| def test_user_login_logged_in(cli_run, mock_user):
result = cli_run(['user', 'login'])
assert result.exit_code == 0
assert 'Hello' in result.output |
class Solution:
def findMedianSortedArrays(self, nums1: [int], nums2: [int]) -> float:
if len(nums1) > len(nums2): nums1, nums2 = nums2, nums1
l, r = 0, 2 * len(nums1)
while l <= r:
m1 = (l + r) // 2
m2 = len(nums1) + len(nums2) - m1
left1 = nums1[(m1 - 1) // 2] if m1 != 0 else float("-inf")
right1 = nums1[m1 // 2] if m1 != 2 * len(nums1) else float("+inf")
left2 = nums2[(m2 - 1) // 2] if m2 != 0 else float("-inf")
right2 = nums2[m2 // 2] if m2 != 2 * len(nums2) else float("+inf")
if left1 > right2: r = m1 - 1
elif left2 > right1: l = m1 + 1
else: return (max(left1, left2) + min(right1, right2)) / 2 | class Solution:
def find_median_sorted_arrays(self, nums1: [int], nums2: [int]) -> float:
if len(nums1) > len(nums2):
(nums1, nums2) = (nums2, nums1)
(l, r) = (0, 2 * len(nums1))
while l <= r:
m1 = (l + r) // 2
m2 = len(nums1) + len(nums2) - m1
left1 = nums1[(m1 - 1) // 2] if m1 != 0 else float('-inf')
right1 = nums1[m1 // 2] if m1 != 2 * len(nums1) else float('+inf')
left2 = nums2[(m2 - 1) // 2] if m2 != 0 else float('-inf')
right2 = nums2[m2 // 2] if m2 != 2 * len(nums2) else float('+inf')
if left1 > right2:
r = m1 - 1
elif left2 > right1:
l = m1 + 1
else:
return (max(left1, left2) + min(right1, right2)) / 2 |
class BUILD_TREE(object):
def __init__(self, **args):
self.tree = {}
def _convertargs(self, args):
for item, value in args.items():
if not ((type(value) is list) or (type(value) is dict)):
args[item] = str(value)
def populateTree(self, tag, text='', attr=None, children=None):
if attr is None:
attr = {}
if children is None:
children = {}
return {'tag': tag, 'text': text, 'attr': attr, 'children': children}
| class Build_Tree(object):
def __init__(self, **args):
self.tree = {}
def _convertargs(self, args):
for (item, value) in args.items():
if not (type(value) is list or type(value) is dict):
args[item] = str(value)
def populate_tree(self, tag, text='', attr=None, children=None):
if attr is None:
attr = {}
if children is None:
children = {}
return {'tag': tag, 'text': text, 'attr': attr, 'children': children} |
__author__ = 'ktisha'
class A:
ccc = True
def foo(self):
self.ccc = False | __author__ = 'ktisha'
class A:
ccc = True
def foo(self):
self.ccc = False |
#
# PySNMP MIB module ERI-DNX-SMC-MIB (http://snmplabs.com/pysmi)
# ASN.1 source file:///Users/davwang4/Dev/mibs.snmplabs.com/asn1/ERI-DNX-SMC-MIB
# Produced by pysmi-0.3.4 at Mon Apr 29 18:51:36 2019
# On host DAVWANG4-M-1475 platform Darwin version 18.5.0 by user davwang4
# Using Python version 3.7.3 (default, Mar 27 2019, 09:23:15)
#
ObjectIdentifier, Integer, OctetString = mibBuilder.importSymbols("ASN1", "ObjectIdentifier", "Integer", "OctetString")
NamedValues, = mibBuilder.importSymbols("ASN1-ENUMERATION", "NamedValues")
SingleValueConstraint, ValueSizeConstraint, ConstraintsIntersection, ValueRangeConstraint, ConstraintsUnion = mibBuilder.importSymbols("ASN1-REFINEMENT", "SingleValueConstraint", "ValueSizeConstraint", "ConstraintsIntersection", "ValueRangeConstraint", "ConstraintsUnion")
eriMibs, eriProducts = mibBuilder.importSymbols("ERI-ROOT-SMI", "eriMibs", "eriProducts")
NotificationGroup, ModuleCompliance = mibBuilder.importSymbols("SNMPv2-CONF", "NotificationGroup", "ModuleCompliance")
iso, IpAddress, Unsigned32, Gauge32, MibIdentifier, NotificationType, Counter64, ModuleIdentity, Counter32, ObjectIdentity, Integer32, Bits, TimeTicks, MibScalar, MibTable, MibTableRow, MibTableColumn = mibBuilder.importSymbols("SNMPv2-SMI", "iso", "IpAddress", "Unsigned32", "Gauge32", "MibIdentifier", "NotificationType", "Counter64", "ModuleIdentity", "Counter32", "ObjectIdentity", "Integer32", "Bits", "TimeTicks", "MibScalar", "MibTable", "MibTableRow", "MibTableColumn")
DisplayString, TextualConvention = mibBuilder.importSymbols("SNMPv2-TC", "DisplayString", "TextualConvention")
eriDNXSmcMIB = ModuleIdentity((1, 3, 6, 1, 4, 1, 644, 3, 1))
eriDNXSmcMIB.setRevisions(('2003-05-19 00:00', '2003-05-06 00:00', '2003-03-21 00:00', '2003-02-25 00:00', '2003-01-28 00:00', '2003-01-10 00:00', '2003-01-03 00:00', '2002-11-18 00:00', '2002-10-30 00:00', '2002-09-19 00:00', '2002-08-20 00:00', '2002-07-22 00:00', '2002-07-03 00:00', '2002-05-31 00:00', '2002-05-13 00:00', '2002-05-06 00:00', '2002-04-22 00:00', '2002-04-18 00:00', '2002-04-12 00:00', '2002-03-11 00:00', '2001-11-13 00:00', '2001-09-10 00:00', '2001-08-13 00:00', '2001-07-19 00:00', '2001-07-05 00:00', '2001-06-23 00:00', '2001-06-01 00:00', '2001-05-21 00:00', '2001-03-23 00:00', '2001-03-01 00:00', '2001-01-02 00:00', '2000-12-01 00:00', '2000-10-26 00:00', '2000-10-02 00:00', '2000-07-26 00:00', '2000-05-31 00:00', '2000-05-15 00:00', '2000-02-25 00:00', '1999-12-15 00:00', '1999-11-09 00:00', '1998-12-15 00:00',))
if mibBuilder.loadTexts: eriDNXSmcMIB.setLastUpdated('200305190000Z')
if mibBuilder.loadTexts: eriDNXSmcMIB.setOrganization('Eastern Research, Inc.')
dnx = MibIdentifier((1, 3, 6, 1, 4, 1, 644, 2, 4))
sysMgr = MibIdentifier((1, 3, 6, 1, 4, 1, 644, 2, 4, 1))
devices = MibIdentifier((1, 3, 6, 1, 4, 1, 644, 2, 4, 2))
traps = MibIdentifier((1, 3, 6, 1, 4, 1, 644, 2, 4, 3))
class DnxResourceType(TextualConvention, Integer32):
status = 'current'
subtypeSpec = Integer32.subtypeSpec + ConstraintsUnion(SingleValueConstraint(0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 124, 125, 126, 127, 128, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144))
namedValues = NamedValues(("slot", 0), ("deviceOctalE1T1", 1), ("deviceQuadHighSpeed", 2), ("deviceOctalHighSpeed", 3), ("deviceQuadOcu", 4), ("deviceSystemManager", 5), ("deviceQuadT1", 6), ("deviceT3", 7), ("deviceTestAccess", 8), ("deviceVoice", 9), ("deviceVoiceEM", 10), ("deviceVoiceFXO", 11), ("deviceVoiceFXS", 12), ("powerSupply", 14), ("protectionSwitch", 15), ("deviceRouterCard", 16), ("deviceSts1", 17), ("deviceHybridDS3", 18), ("deviceGr303", 19), ("deviceXCC", 20), ("deviceXLC", 21), ("deviceNodeManager", 22), ("nest", 23), ("node", 24), ("deviceDs0DP", 25), ("deviceSTM1", 26), ("deviceOC3", 27), ("deviceE3", 28), ("deviceXLC-T1E1", 29), ("deviceSTM1X", 30), ("deviceOC3X", 31), ("deviceContact", 32), ("deviceVoltage", 33), ("deviceAsync", 34), ("deviceSync", 35), ("deviceWan", 36), ("dnx1UQuadT1E1", 37), ("deviceTempSensor", 38), ("dnx1UPowerSupply", 39), ("dnx1USysMgr", 40), ("deviceTranscoder", 41), ("portOctal-T1E1", 100), ("portQuadHighSpeed", 101), ("portOctalHighSpeed", 102), ("portQuadOcu", 103), ("portQuadT1", 104), ("portOctalT1", 105), ("linkT3-T1", 106), ("portT3", 107), ("portTestAccess", 108), ("portVoiceEM", 109), ("portVoiceFXO", 110), ("portVoiceFXS", 111), ("psxNarrowband", 112), ("psxBroadband", 113), ("psxNarrowbandSpare", 114), ("psxBroadbandSpare", 115), ("portRouter", 116), ("linkSts1-T1E1", 117), ("portSts1", 118), ("linkHds3-T1E1", 119), ("portHybridDS3", 120), ("portGr303", 121), ("linkXlink", 124), ("portDs0DP", 125), ("clockDs0DP", 126), ("sysMgrClock", 127), ("linkSTM1-T1E1", 128), ("linkOC3-T1E1", 130), ("payloadSTM1", 131), ("overheadSTM1", 132), ("payloadOC3", 133), ("overheadOC3", 134), ("portE3", 135), ("linkE3-E1", 136), ("opticalXlink", 137), ("portContact", 138), ("portVoltage", 139), ("portAsync", 140), ("linkT1E1", 141), ("portHighSpeed", 142), ("portVirtualWan", 143), ("portTranscoder", 144))
class AlarmSeverity(TextualConvention, Integer32):
status = 'current'
subtypeSpec = Integer32.subtypeSpec + ConstraintsUnion(SingleValueConstraint(0, 1, 2, 3, 4))
namedValues = NamedValues(("nominal", 0), ("informational", 1), ("minor", 2), ("major", 3), ("critical", 4))
class DecisionType(TextualConvention, Integer32):
status = 'current'
subtypeSpec = Integer32.subtypeSpec + ConstraintsUnion(SingleValueConstraint(0, 1))
namedValues = NamedValues(("no", 0), ("yes", 1))
class FunctionSwitch(TextualConvention, Integer32):
status = 'current'
subtypeSpec = Integer32.subtypeSpec + ConstraintsUnion(SingleValueConstraint(0, 1))
namedValues = NamedValues(("disable", 0), ("enable", 1))
class CurrentDevStatus(TextualConvention, Integer32):
status = 'current'
subtypeSpec = Integer32.subtypeSpec + ConstraintsUnion(SingleValueConstraint(0, 1))
namedValues = NamedValues(("inactive", 0), ("active", 1))
class PortStatus(TextualConvention, Integer32):
status = 'current'
subtypeSpec = Integer32.subtypeSpec + ConstraintsUnion(SingleValueConstraint(0, 1))
namedValues = NamedValues(("out-service", 0), ("in-service", 1))
class DataSwitch(TextualConvention, Integer32):
status = 'current'
subtypeSpec = Integer32.subtypeSpec + ConstraintsUnion(SingleValueConstraint(0, 1))
namedValues = NamedValues(("off", 0), ("on", 1))
class TimeSlotAddress(TextualConvention, IpAddress):
status = 'current'
class LinkPortAddress(TextualConvention, IpAddress):
status = 'current'
class ClockSrcAddress(TextualConvention, IpAddress):
status = 'current'
class NestSlotAddress(TextualConvention, IpAddress):
status = 'current'
class UnsignedInt(TextualConvention, Unsigned32):
status = 'current'
class ConnectionType(TextualConvention, Integer32):
status = 'current'
subtypeSpec = Integer32.subtypeSpec + ConstraintsUnion(SingleValueConstraint(0, 1, 2, 3, 4, 7, 8, 9, 10))
namedValues = NamedValues(("fullDuplex", 0), ("broadcastConnection", 1), ("broadcastMaster", 2), ("listenSrc", 3), ("listenDest", 4), ("listenerConnection", 7), ("vcmp", 8), ("subChannel", 9), ("subRate", 10))
class CommunicationsType(TextualConvention, Integer32):
status = 'current'
subtypeSpec = Integer32.subtypeSpec + ConstraintsUnion(SingleValueConstraint(0, 1, 2, 3, 4, 5, 6, 7, 8))
namedValues = NamedValues(("data", 0), ("voice", 1), ("voiceAuToMu", 2), ("comp16kBitGrp1-2", 3), ("comp16kBitGrp3-4", 4), ("comp16kBitGrp5-6", 5), ("comp16kBitGrp7-8", 6), ("comp32kBitGrp1-4", 7), ("comp32kBitGrp5-8", 8))
class ConnectionState1(TextualConvention, Integer32):
status = 'current'
subtypeSpec = Integer32.subtypeSpec + ConstraintsUnion(SingleValueConstraint(0, 1))
namedValues = NamedValues(("inSrvc", 0), ("outOfSrvc", 1))
class ConnectionState2(TextualConvention, Integer32):
status = 'current'
subtypeSpec = Integer32.subtypeSpec + ConstraintsUnion(SingleValueConstraint(1, 2, 3))
namedValues = NamedValues(("ok", 1), ("underTest", 2), ("cfgError", 3))
class MapNumber(TextualConvention, Integer32):
status = 'current'
subtypeSpec = Integer32.subtypeSpec + ConstraintsUnion(SingleValueConstraint(0, 1, 2, 3, 4, 5))
namedValues = NamedValues(("activeMap", 0), ("map01", 1), ("map02", 2), ("map03", 3), ("map04", 4), ("map05", 5))
class TestAccess(TextualConvention, Integer32):
status = 'current'
subtypeSpec = Integer32.subtypeSpec + ConstraintsUnion(SingleValueConstraint(0, 1, 2, 3, 4, 5, 6))
namedValues = NamedValues(("none", 0), ("monitorSrc", 1), ("monitorDest", 2), ("monitorSrcNDest", 3), ("splitSrc", 4), ("splitDest", 5), ("splitSrcNDest", 6))
class ConnectionSpeed(TextualConvention, Integer32):
status = 'current'
subtypeSpec = Integer32.subtypeSpec + ConstraintsUnion(SingleValueConstraint(0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 96, 99))
namedValues = NamedValues(("s48k", 0), ("s56k", 1), ("s64k", 2), ("s112k-2x56", 3), ("s128k-2x64", 4), ("s168k-3x56", 5), ("s192k-3x64", 6), ("s224k-4x56", 7), ("s256k-4x64", 8), ("s280k-5x56", 9), ("s320k-5x64", 10), ("s336k-6x56", 11), ("s384k-6x64", 12), ("s392k-7x56", 13), ("s448k-7x64", 14), ("s448k-8x56", 15), ("s512k-8x64", 16), ("s504k-9x56", 17), ("s576k-9x64", 18), ("s560k-10x56", 19), ("s640k-10x64", 20), ("s616k-11x56", 21), ("s704k-11x64", 22), ("s672k-12x56", 23), ("s768k-12x64", 24), ("s728k-13x56", 25), ("s832k-13x64", 26), ("s784k-14x56", 27), ("s896k-14x64", 28), ("s840k-15x56", 29), ("s960k-15x64", 30), ("s896k-16x56", 31), ("s1024k-16x64", 32), ("s952k-17x56", 33), ("s1088k-17x64", 34), ("s1008k-18x56", 35), ("s1152k-18x64", 36), ("s1064k-19x56", 37), ("s1216k-19x64", 38), ("s1120k-20x56", 39), ("s1280k-20x64", 40), ("s1176k-21x56", 41), ("s1344k-21x64", 42), ("s1232k-22x56", 43), ("s1408k-22x64", 44), ("s1288k-23x56", 45), ("s1472k-23x64", 46), ("s1344k-24x56", 47), ("s1536k-24x64", 48), ("s1400k-25x56", 49), ("s1600k-25x64", 50), ("s1456k-26x56", 51), ("s1664k-26x64", 52), ("s1512k-27x56", 53), ("s1728k-27x64", 54), ("s1568k-28x56", 55), ("s1792k-28x64", 56), ("s1624k-29x56", 57), ("s1856k-29x64", 58), ("s1680k-30x56", 59), ("s1920k-30x64", 60), ("s1736k-31x56", 61), ("s1984k-31x64", 62), ("s1792k-32x56", 63), ("s2048k-32x64", 64), ("clearT1-25x64", 65), ("clearE1-32x64", 66), ("s32k", 67), ("s16k", 68), ("s9600-baud", 96), ("no-connection", 99))
class ConnCmdStatus(TextualConvention, Integer32):
status = 'current'
subtypeSpec = Integer32.subtypeSpec + ConstraintsUnion(SingleValueConstraint(0, 1, 2, 3, 4, 5, 6, 101, 102, 103, 104, 105, 106, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 450, 500, 501, 502))
namedValues = NamedValues(("ready-for-command", 0), ("update", 1), ("delete", 2), ("add", 3), ("addNsave", 4), ("updateNsave", 5), ("deleteNsave", 6), ("update-successful", 101), ("delete-successful", 102), ("add-successful", 103), ("add-save-successful", 104), ("update-save-successful", 105), ("del-save-successful", 106), ("err-general-connection-error", 400), ("err-src-broadcast-id-not-found", 401), ("err-src-port-in-use", 402), ("err-dest-port-in-use", 403), ("err-conn-name-in-use", 404), ("err-invalid-broadcast-id", 405), ("err-invalid-src-slot", 406), ("err-invalid-src-port", 407), ("err-invalid-src-timeslot", 408), ("err-src-port-bandwidth-exceeded", 409), ("err-invalid-dest-slot", 410), ("err-invalid-dest-port", 411), ("err-invalid-dest-timeslot", 412), ("err-dest-port-bandwidth-exceeded", 413), ("err-invalid-command", 414), ("err-not-enough-bts-available", 415), ("err-src-port-cannot-be-voice", 416), ("err-dest-port-cannot-be-voice", 417), ("err-invalid-communications-dev", 418), ("err-invalid-communications-type", 419), ("err-invalid-conn-name", 420), ("err-invalid-conn-type", 421), ("err-invalid-conn-speed", 422), ("err-invalid-conn-record", 423), ("err-conn-test-in-progress", 424), ("err-invalid-conn-id", 425), ("err-conn-not-saved-to-map", 426), ("err-connection-map-full", 427), ("err-invalid-card-type", 428), ("err-invalid-conn-bit-group", 429), ("err-conn-max-channels-used", 430), ("err-src-xlink-slot-not-assigned", 431), ("err-dest-xlink-slot-not-assigned", 432), ("err-protection-grp-conn-error", 433), ("err-cannot-chg-net-conn", 434), ("err-data-locked-by-another-user", 450), ("err-snmp-parse-failed", 500), ("err-invalid-snmp-type", 501), ("err-invalid-snmp-var-size", 502))
class LinkCmdStatus(TextualConvention, Integer32):
status = 'current'
subtypeSpec = Integer32.subtypeSpec + ConstraintsUnion(SingleValueConstraint(0, 1, 7, 9, 12, 101, 107, 109, 112, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 450, 500, 501, 502))
namedValues = NamedValues(("ready-for-command", 0), ("update", 1), ("inServiceAll", 7), ("copyToAll", 9), ("outOfServiceAll", 12), ("update-successful", 101), ("insvc-successful", 107), ("copy-successful", 109), ("oos-successful", 112), ("err-general-link-config-error", 400), ("err-invalid-link-status", 401), ("err-invalid-link-framing", 402), ("err-invalid-link-command", 403), ("err-invalid-link-lbo", 404), ("err-invalid-esf-format", 405), ("err-invalid-link-density", 406), ("err-invalid-link-op-mode", 407), ("err-invalid-link-rem-loop", 408), ("err-invalid-link-ais", 409), ("err-invalid-network-loop", 410), ("err-invalid-yellow-alarm", 411), ("err-invalid-red-timeout", 412), ("err-invalid-idle-code", 413), ("err-device-in-standby", 414), ("err-invalid-link-mapping", 415), ("err-invalid-link-vt-group", 416), ("err-invalid-rcv-clocksrc", 417), ("err-invalid-link-name", 418), ("err-invalid-interface", 419), ("err-invalid-polarity", 420), ("err-invalid-clock-timing", 421), ("err-invalid-control-signal", 422), ("err-dcd-dsr-not-applicable", 423), ("err-requires-special-mode", 424), ("err-cts-not-applicable", 425), ("err-gr303-not-applicable", 426), ("err-invalid-link-bits", 427), ("err-device-is-protection-module", 428), ("err-data-locked-by-another-user", 450), ("err-snmp-parse-failed", 500), ("err-invalid-snmp-type", 501), ("err-invalid-snmp-var-size", 502))
class OneByteField(TextualConvention, OctetString):
status = 'current'
subtypeSpec = OctetString.subtypeSpec + ValueSizeConstraint(1, 1)
fixedLength = 1
class DnxTsPortType(TextualConvention, Integer32):
status = 'current'
subtypeSpec = Integer32.subtypeSpec + ConstraintsUnion(SingleValueConstraint(0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13))
namedValues = NamedValues(("unknown", 0), ("e1", 1), ("t1", 2), ("high-speed", 3), ("wan", 4), ("e1-cas", 5), ("e1-clear-frm", 6), ("t1-clear-frm", 7), ("e1-clear-unfrm", 8), ("t1-clear-unfrm", 9), ("voice", 10), ("ds0dp", 11), ("ocu", 12), ("tam", 13))
class DnxTrunkProfSelection(TextualConvention, Integer32):
status = 'current'
subtypeSpec = Integer32.subtypeSpec + ConstraintsUnion(SingleValueConstraint(0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16))
namedValues = NamedValues(("none", 0), ("profile-1", 1), ("profile-2", 2), ("profile-3", 3), ("profile-4", 4), ("profile-5", 5), ("profile-6", 6), ("profile-7", 7), ("profile-8", 8), ("profile-9", 9), ("profile-10", 10), ("profile-11", 11), ("profile-12", 12), ("profile-13", 13), ("profile-14", 14), ("profile-15", 15), ("profile-16", 16))
resourceTable = MibTable((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 1), )
if mibBuilder.loadTexts: resourceTable.setStatus('current')
resourceEntry = MibTableRow((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 1, 1), ).setIndexNames((0, "ERI-DNX-SMC-MIB", "resourceKey"))
if mibBuilder.loadTexts: resourceEntry.setStatus('current')
resourceKey = MibTableColumn((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 1, 1, 1), UnsignedInt()).setMaxAccess("readonly")
if mibBuilder.loadTexts: resourceKey.setStatus('current')
resourceAddr = MibTableColumn((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 1, 1, 2), DisplayString()).setMaxAccess("readonly")
if mibBuilder.loadTexts: resourceAddr.setStatus('current')
resourceType = MibTableColumn((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 1, 1, 3), DnxResourceType()).setMaxAccess("readonly")
if mibBuilder.loadTexts: resourceType.setStatus('current')
resourceState = MibTableColumn((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 1, 1, 4), UnsignedInt()).setMaxAccess("readonly")
if mibBuilder.loadTexts: resourceState.setStatus('current')
resourceCriticalMask = MibTableColumn((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 1, 1, 5), UnsignedInt()).setMaxAccess("readonly")
if mibBuilder.loadTexts: resourceCriticalMask.setStatus('current')
resourceMajorMask = MibTableColumn((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 1, 1, 6), UnsignedInt()).setMaxAccess("readonly")
if mibBuilder.loadTexts: resourceMajorMask.setStatus('current')
resourceMinorMask = MibTableColumn((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 1, 1, 7), UnsignedInt()).setMaxAccess("readonly")
if mibBuilder.loadTexts: resourceMinorMask.setStatus('current')
resourceInfoMask = MibTableColumn((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 1, 1, 8), UnsignedInt()).setMaxAccess("readonly")
if mibBuilder.loadTexts: resourceInfoMask.setStatus('current')
resourceNominalMask = MibTableColumn((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 1, 1, 9), UnsignedInt()).setMaxAccess("readonly")
if mibBuilder.loadTexts: resourceNominalMask.setStatus('current')
resourceTrapMask = MibTableColumn((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 1, 1, 10), UnsignedInt()).setMaxAccess("readonly")
if mibBuilder.loadTexts: resourceTrapMask.setStatus('current')
resourceAlarmTable = MibTable((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 2), )
if mibBuilder.loadTexts: resourceAlarmTable.setStatus('current')
resourceAlarmEntry = MibTableRow((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 2, 1), ).setIndexNames((0, "ERI-DNX-SMC-MIB", "resourceAlarmKey"))
if mibBuilder.loadTexts: resourceAlarmEntry.setStatus('current')
resourceAlarmKey = MibTableColumn((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 2, 1, 1), UnsignedInt()).setMaxAccess("readonly")
if mibBuilder.loadTexts: resourceAlarmKey.setStatus('current')
resourceAlarmAddr = MibTableColumn((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 2, 1, 2), DisplayString()).setMaxAccess("readonly")
if mibBuilder.loadTexts: resourceAlarmAddr.setStatus('current')
resourceAlarmType = MibTableColumn((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 2, 1, 3), DnxResourceType()).setMaxAccess("readonly")
if mibBuilder.loadTexts: resourceAlarmType.setStatus('current')
resourceAlarmState = MibTableColumn((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 2, 1, 4), UnsignedInt()).setMaxAccess("readonly")
if mibBuilder.loadTexts: resourceAlarmState.setStatus('current')
resourceAlarmCriticalMask = MibTableColumn((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 2, 1, 5), UnsignedInt()).setMaxAccess("readonly")
if mibBuilder.loadTexts: resourceAlarmCriticalMask.setStatus('current')
resourceAlarmMajorMask = MibTableColumn((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 2, 1, 6), UnsignedInt()).setMaxAccess("readonly")
if mibBuilder.loadTexts: resourceAlarmMajorMask.setStatus('current')
resourceAlarmMinorMask = MibTableColumn((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 2, 1, 7), UnsignedInt()).setMaxAccess("readonly")
if mibBuilder.loadTexts: resourceAlarmMinorMask.setStatus('current')
resourceAlarmInfoMask = MibTableColumn((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 2, 1, 8), UnsignedInt()).setMaxAccess("readonly")
if mibBuilder.loadTexts: resourceAlarmInfoMask.setStatus('current')
resourceAlarmNominalMask = MibTableColumn((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 2, 1, 9), UnsignedInt()).setMaxAccess("readonly")
if mibBuilder.loadTexts: resourceAlarmNominalMask.setStatus('current')
resourceAlarmTrapMask = MibTableColumn((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 2, 1, 10), UnsignedInt()).setMaxAccess("readonly")
if mibBuilder.loadTexts: resourceAlarmTrapMask.setStatus('current')
sysProfile = MibIdentifier((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 6))
unitName = MibScalar((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 6, 1), DisplayString().subtype(subtypeSpec=ValueSizeConstraint(0, 30))).setMaxAccess("readwrite")
if mibBuilder.loadTexts: unitName.setStatus('current')
unitType = MibScalar((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 6, 2), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2, 3, 4, 5))).clone(namedValues=NamedValues(("dnx4", 1), ("dnx11", 2), ("dnx11-psx", 3), ("dnx88", 4), ("dnx1U", 5)))).setMaxAccess("readonly")
if mibBuilder.loadTexts: unitType.setStatus('current')
activeSMC = MibScalar((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 6, 3), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("smc-A", 1), ("smc-B", 2)))).setMaxAccess("readonly")
if mibBuilder.loadTexts: activeSMC.setStatus('current')
systemRelease = MibScalar((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 6, 4), DisplayString().subtype(subtypeSpec=ValueSizeConstraint(1, 5))).setMaxAccess("readonly")
if mibBuilder.loadTexts: systemRelease.setStatus('current')
releaseDate = MibScalar((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 6, 5), DisplayString().subtype(subtypeSpec=ValueSizeConstraint(1, 20))).setMaxAccess("readonly")
if mibBuilder.loadTexts: releaseDate.setStatus('current')
flashChksum = MibScalar((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 6, 6), DisplayString().subtype(subtypeSpec=ValueSizeConstraint(6, 6)).setFixedLength(6)).setMaxAccess("readonly")
if mibBuilder.loadTexts: flashChksum.setStatus('current')
xilinxType = MibScalar((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 6, 7), DisplayString().subtype(subtypeSpec=ValueSizeConstraint(1, 20))).setMaxAccess("readonly")
if mibBuilder.loadTexts: xilinxType.setStatus('current')
xilinxVersion = MibScalar((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 6, 8), DisplayString().subtype(subtypeSpec=ValueSizeConstraint(1, 30))).setMaxAccess("readonly")
if mibBuilder.loadTexts: xilinxVersion.setStatus('current')
rearModem = MibScalar((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 6, 9), DecisionType()).setMaxAccess("readonly")
if mibBuilder.loadTexts: rearModem.setStatus('current')
mibProfile = MibScalar((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 6, 10), DisplayString().subtype(subtypeSpec=ValueSizeConstraint(1, 256))).setMaxAccess("readonly")
if mibBuilder.loadTexts: mibProfile.setStatus('current')
systemMgrType = MibScalar((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 6, 11), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2, 3, 4))).clone(namedValues=NamedValues(("smc-I", 1), ("smc-II", 2), ("xnm", 3), ("dnx1u-sys", 4)))).setMaxAccess("readonly")
if mibBuilder.loadTexts: systemMgrType.setStatus('current')
sysAlarmCutOff = MibScalar((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 6, 12), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(0, 1))).clone(namedValues=NamedValues(("enabled", 0), ("disabled", 1)))).setMaxAccess("readwrite")
if mibBuilder.loadTexts: sysAlarmCutOff.setStatus('current')
sysMacAddress = MibScalar((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 6, 13), OctetString().subtype(subtypeSpec=ValueSizeConstraint(6, 6)).setFixedLength(6)).setMaxAccess("readonly")
if mibBuilder.loadTexts: sysMacAddress.setStatus('current')
sysSa4RxTxTrap = MibScalar((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 6, 14), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 0))).clone(namedValues=NamedValues(("enabled", 1), ("disabled", 0)))).setMaxAccess("readwrite")
if mibBuilder.loadTexts: sysSa4RxTxTrap.setStatus('current')
sysCustomerId = MibScalar((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 6, 15), Integer32().subtype(subtypeSpec=ValueRangeConstraint(1, 9999))).setMaxAccess("readonly")
if mibBuilder.loadTexts: sysCustomerId.setStatus('current')
sysMgrOnlineTime = MibScalar((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 6, 16), TimeTicks()).setMaxAccess("readonly")
if mibBuilder.loadTexts: sysMgrOnlineTime.setStatus('current')
featureKeys = MibIdentifier((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 6, 100))
dnxFeatureKeyTable = MibTable((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 6, 100, 1), )
if mibBuilder.loadTexts: dnxFeatureKeyTable.setStatus('current')
dnxFeatureKeyEntry = MibTableRow((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 6, 100, 1, 1), ).setIndexNames((0, "ERI-DNX-SMC-MIB", "featureKeyId"))
if mibBuilder.loadTexts: dnxFeatureKeyEntry.setStatus('current')
featureKeyId = MibTableColumn((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 6, 100, 1, 1, 1), Integer32().subtype(subtypeSpec=ValueRangeConstraint(1, 8))).setMaxAccess("readonly")
if mibBuilder.loadTexts: featureKeyId.setStatus('current')
featureKeyName = MibTableColumn((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 6, 100, 1, 1, 2), DisplayString()).setMaxAccess("readonly")
if mibBuilder.loadTexts: featureKeyName.setStatus('current')
featureKeyState = MibTableColumn((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 6, 100, 1, 1, 3), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(0, 1, 2))).clone(namedValues=NamedValues(("noKey", 0), ("active", 1), ("inactive", 2)))).setMaxAccess("readwrite")
if mibBuilder.loadTexts: featureKeyState.setStatus('current')
featureKeyCmdStatus = MibTableColumn((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 6, 100, 1, 1, 4), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(0, 1, 2, 101, 102, 400, 401, 450, 451, 500, 501, 502))).clone(namedValues=NamedValues(("ready-for-command", 0), ("update", 1), ("deleteKey", 2), ("update-successful", 101), ("delete-successful", 102), ("err-general-key-config-error", 400), ("err-invalid-state", 401), ("err-data-locked-by-another-user", 450), ("err-invalid-cmd-status", 451), ("err-snmp-parse-failed", 500), ("err-invalid-snmp-type", 501), ("err-invalid-snmp-var-size", 502)))).setMaxAccess("readwrite")
if mibBuilder.loadTexts: featureKeyCmdStatus.setStatus('current')
enterNewFeatureKey = MibIdentifier((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 6, 100, 2))
newKeyCode = MibScalar((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 6, 100, 2, 1), DisplayString()).setMaxAccess("readwrite")
if mibBuilder.loadTexts: newKeyCode.setStatus('current')
newKeyCodeCmdStatus = MibScalar((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 6, 100, 2, 2), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(0, 1, 101, 402, 450, 451, 500, 501, 502))).clone(namedValues=NamedValues(("ready-for-command", 0), ("enterKey", 1), ("key-successful", 101), ("err-invalid-key", 402), ("err-data-locked-by-another-user", 450), ("err-invalid-cmd-status", 451), ("err-snmp-parse-failed", 500), ("err-invalid-snmp-type", 501), ("err-invalid-snmp-var-size", 502)))).setMaxAccess("readwrite")
if mibBuilder.loadTexts: newKeyCodeCmdStatus.setStatus('current')
sysClock = MibIdentifier((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 7))
sysDateTime = MibIdentifier((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 7, 1))
sysMonth = MibScalar((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 7, 1, 1), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12))).clone(namedValues=NamedValues(("january", 1), ("february", 2), ("march", 3), ("april", 4), ("may", 5), ("june", 6), ("july", 7), ("august", 8), ("september", 9), ("october", 10), ("november", 11), ("december", 12)))).setMaxAccess("readwrite")
if mibBuilder.loadTexts: sysMonth.setStatus('current')
sysDay = MibScalar((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 7, 1, 2), Integer32().subtype(subtypeSpec=ValueRangeConstraint(1, 31))).setMaxAccess("readwrite")
if mibBuilder.loadTexts: sysDay.setStatus('current')
sysYear = MibScalar((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 7, 1, 3), Integer32()).setMaxAccess("readwrite")
if mibBuilder.loadTexts: sysYear.setStatus('current')
sysHour = MibScalar((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 7, 1, 4), Integer32().subtype(subtypeSpec=ValueRangeConstraint(0, 23))).setMaxAccess("readwrite")
if mibBuilder.loadTexts: sysHour.setStatus('current')
sysMin = MibScalar((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 7, 1, 5), Integer32().subtype(subtypeSpec=ValueRangeConstraint(0, 59))).setMaxAccess("readwrite")
if mibBuilder.loadTexts: sysMin.setStatus('current')
sysSec = MibScalar((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 7, 1, 6), Integer32().subtype(subtypeSpec=ValueRangeConstraint(0, 59))).setMaxAccess("readwrite")
if mibBuilder.loadTexts: sysSec.setStatus('current')
sysWeekday = MibScalar((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 7, 1, 7), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2, 3, 4, 5, 6, 7))).clone(namedValues=NamedValues(("monday", 1), ("tuesday", 2), ("wednesday", 3), ("thursday", 4), ("friday", 5), ("saturday", 6), ("sunday", 7)))).setMaxAccess("readwrite")
if mibBuilder.loadTexts: sysWeekday.setStatus('current')
sysTimeCmdStatus = MibScalar((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 7, 1, 8), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(0, 1, 101, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 450, 500, 501, 502))).clone(namedValues=NamedValues(("ready-for-command", 0), ("update-sys-time", 1), ("update-successful", 101), ("err-general-time-date-error", 200), ("err-invalid-day", 201), ("err-invalid-month", 202), ("err-invalid-year", 203), ("err-invalid-hours", 204), ("err-invalid-minutes", 205), ("err-invalid-seconds", 206), ("err-invalid-weekday", 207), ("err-invalid-calendar", 208), ("err-invalid-sys-time-cmd", 209), ("err-data-locked-by-another-user", 450), ("err-snmp-parse-failed", 500), ("err-invalid-snmp-type", 501), ("err-invalid-snmp-var-size", 502)))).setMaxAccess("readwrite")
if mibBuilder.loadTexts: sysTimeCmdStatus.setStatus('current')
clockSrcConfig = MibIdentifier((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 7, 2))
clockSrcActive = MibScalar((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 7, 2, 1), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(0, 1, 2, 3, 4, 6, 7, 8))).clone(namedValues=NamedValues(("freerun", 0), ("holdover", 1), ("primary", 2), ("secondary", 3), ("tertiary", 4), ("primary-protected", 6), ("secondary-protected", 7), ("tertiary-protected", 8)))).setMaxAccess("readonly")
if mibBuilder.loadTexts: clockSrcActive.setStatus('current')
primaryClockSrc = MibScalar((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 7, 2, 2), ClockSrcAddress()).setMaxAccess("readwrite")
if mibBuilder.loadTexts: primaryClockSrc.setStatus('current')
secondaryClockSrc = MibScalar((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 7, 2, 3), ClockSrcAddress()).setMaxAccess("readwrite")
if mibBuilder.loadTexts: secondaryClockSrc.setStatus('current')
tertiaryClockSrc = MibScalar((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 7, 2, 4), ClockSrcAddress()).setMaxAccess("readwrite")
if mibBuilder.loadTexts: tertiaryClockSrc.setStatus('current')
clockSrcMode = MibScalar((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 7, 2, 5), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(0, 1, 2, 3, 4))).clone(namedValues=NamedValues(("freerun", 0), ("auto", 1), ("primary", 2), ("secondary", 3), ("tertiary", 4)))).setMaxAccess("readwrite")
if mibBuilder.loadTexts: clockSrcMode.setStatus('current')
clockSrcCmdStatus = MibScalar((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 7, 2, 6), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(0, 1, 101, 200, 201, 202, 203, 204, 205, 450, 500, 501, 502))).clone(namedValues=NamedValues(("ready-for-command", 0), ("update-clock-src", 1), ("update-successful", 101), ("err-gen-clock-src-config-error", 200), ("err-invalid-slot", 201), ("err-invalid-port", 202), ("err-invalid-clock-src-command", 203), ("err-invalid-clock-mode", 204), ("err-invalid-station-clock", 205), ("err-data-locked-by-another-user", 450), ("err-snmp-parse-failed", 500), ("err-invalid-snmp-type", 501), ("err-invalid-snmp-var-size", 502)))).setMaxAccess("readwrite")
if mibBuilder.loadTexts: clockSrcCmdStatus.setStatus('current')
connections = MibIdentifier((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 8))
connInfo = MibIdentifier((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 8, 1))
activeMapId = MibScalar((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 8, 1, 1), Integer32().subtype(subtypeSpec=ValueRangeConstraint(1, 5))).setMaxAccess("readonly")
if mibBuilder.loadTexts: activeMapId.setStatus('current')
connDBChecksum = MibScalar((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 8, 1, 2), UnsignedInt()).setMaxAccess("readonly")
if mibBuilder.loadTexts: connDBChecksum.setStatus('current')
lastMapCopied = MibScalar((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 8, 1, 3), Integer32().subtype(subtypeSpec=ValueRangeConstraint(0, 5))).setMaxAccess("readonly")
if mibBuilder.loadTexts: lastMapCopied.setStatus('current')
connMapTable = MibTable((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 8, 2), )
if mibBuilder.loadTexts: connMapTable.setStatus('current')
connMapEntry = MibTableRow((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 8, 2, 1), ).setIndexNames((0, "ERI-DNX-SMC-MIB", "connMapID"))
if mibBuilder.loadTexts: connMapEntry.setStatus('current')
connMapID = MibTableColumn((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 8, 2, 1, 1), Integer32().subtype(subtypeSpec=ValueRangeConstraint(1, 5))).setMaxAccess("readonly")
if mibBuilder.loadTexts: connMapID.setStatus('current')
connMapName = MibTableColumn((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 8, 2, 1, 2), DisplayString().subtype(subtypeSpec=ValueSizeConstraint(1, 11))).setMaxAccess("readwrite")
if mibBuilder.loadTexts: connMapName.setStatus('current')
connMapCurrStatus = MibTableColumn((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 8, 2, 1, 3), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2, 3))).clone(namedValues=NamedValues(("active", 1), ("non-active", 2), ("non-active-tagged", 3)))).setMaxAccess("readwrite")
if mibBuilder.loadTexts: connMapCurrStatus.setStatus('current')
connMapDescription = MibTableColumn((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 8, 2, 1, 4), DisplayString().subtype(subtypeSpec=ValueSizeConstraint(0, 20))).setMaxAccess("readwrite")
if mibBuilder.loadTexts: connMapDescription.setStatus('current')
connMapCounts = MibTableColumn((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 8, 2, 1, 5), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: connMapCounts.setStatus('current')
connMapVersions = MibTableColumn((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 8, 2, 1, 6), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: connMapVersions.setStatus('current')
connMapDate = MibTableColumn((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 8, 2, 1, 7), DisplayString()).setMaxAccess("readonly")
if mibBuilder.loadTexts: connMapDate.setStatus('current')
connMapCmdStatus = MibTableColumn((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 8, 2, 1, 8), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(0, 1, 2, 7, 8, 9, 100, 101, 102, 107, 108, 109, 200, 202, 203, 204, 205, 450, 500, 501, 502))).clone(namedValues=NamedValues(("ready-for-command", 0), ("update-map", 1), ("delete-map", 2), ("activate-map", 7), ("save-map", 8), ("copy-map-to-tagged-maps", 9), ("command-in-progress", 100), ("update-successful", 101), ("delete-successful", 102), ("activate-successful", 107), ("save-successful", 108), ("copy-successful", 109), ("err-general-map-config-error", 200), ("err-invalid-map-command", 202), ("err-invalid-map-name", 203), ("err-invalid-map-desc", 204), ("err-invalid-map-status", 205), ("err-data-locked-by-another-user", 450), ("err-snmp-parse-failed", 500), ("err-invalid-snmp-type", 501), ("err-invalid-snmp-var-size", 502)))).setMaxAccess("readwrite")
if mibBuilder.loadTexts: connMapCmdStatus.setStatus('current')
connMapChecksum = MibTableColumn((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 8, 2, 1, 9), UnsignedInt()).setMaxAccess("readonly")
if mibBuilder.loadTexts: connMapChecksum.setStatus('current')
sysConnTable = MibTable((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 8, 3), )
if mibBuilder.loadTexts: sysConnTable.setStatus('current')
sysConnEntry = MibTableRow((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 8, 3, 1), ).setIndexNames((0, "ERI-DNX-SMC-MIB", "sysMapID"), (0, "ERI-DNX-SMC-MIB", "sysConnID"))
if mibBuilder.loadTexts: sysConnEntry.setStatus('current')
sysMapID = MibTableColumn((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 8, 3, 1, 1), MapNumber()).setMaxAccess("readonly")
if mibBuilder.loadTexts: sysMapID.setStatus('current')
sysConnID = MibTableColumn((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 8, 3, 1, 2), Integer32().subtype(subtypeSpec=ValueRangeConstraint(0, 16224))).setMaxAccess("readonly")
if mibBuilder.loadTexts: sysConnID.setStatus('current')
sysConnName = MibTableColumn((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 8, 3, 1, 3), DisplayString().subtype(subtypeSpec=ValueSizeConstraint(1, 19))).setMaxAccess("readwrite")
if mibBuilder.loadTexts: sysConnName.setStatus('current')
sysConnType = MibTableColumn((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 8, 3, 1, 4), ConnectionType()).setMaxAccess("readonly")
if mibBuilder.loadTexts: sysConnType.setStatus('current')
sysSrcAddr = MibTableColumn((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 8, 3, 1, 5), TimeSlotAddress()).setMaxAccess("readonly")
if mibBuilder.loadTexts: sysSrcAddr.setStatus('current')
sysDestAddr = MibTableColumn((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 8, 3, 1, 6), TimeSlotAddress()).setMaxAccess("readonly")
if mibBuilder.loadTexts: sysDestAddr.setStatus('current')
sysComm = MibTableColumn((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 8, 3, 1, 7), CommunicationsType()).setMaxAccess("readwrite")
if mibBuilder.loadTexts: sysComm.setStatus('current')
sysConnSpeed = MibTableColumn((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 8, 3, 1, 8), ConnectionSpeed()).setMaxAccess("readwrite")
if mibBuilder.loadTexts: sysConnSpeed.setStatus('current')
sysSrcTsBitmap = MibTableColumn((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 8, 3, 1, 9), Integer32()).setMaxAccess("readwrite")
if mibBuilder.loadTexts: sysSrcTsBitmap.setStatus('current')
sysDestTsBitmap = MibTableColumn((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 8, 3, 1, 10), Integer32()).setMaxAccess("readwrite")
if mibBuilder.loadTexts: sysDestTsBitmap.setStatus('current')
sysBroadSrcId = MibTableColumn((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 8, 3, 1, 11), Integer32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: sysBroadSrcId.setStatus('current')
sysTestMode = MibTableColumn((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 8, 3, 1, 12), TestAccess()).setMaxAccess("readonly")
if mibBuilder.loadTexts: sysTestMode.setStatus('obsolete')
sysCmdStatus = MibTableColumn((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 8, 3, 1, 13), ConnCmdStatus()).setMaxAccess("readwrite")
if mibBuilder.loadTexts: sysCmdStatus.setStatus('current')
sysPrimaryState = MibTableColumn((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 8, 3, 1, 14), ConnectionState1()).setMaxAccess("readonly")
if mibBuilder.loadTexts: sysPrimaryState.setStatus('current')
sysSecondaryState = MibTableColumn((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 8, 3, 1, 15), ConnectionState2()).setMaxAccess("readonly")
if mibBuilder.loadTexts: sysSecondaryState.setStatus('current')
sysConnInstance = MibTableColumn((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 8, 3, 1, 16), Integer32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: sysConnInstance.setStatus('current')
sysConnChecksum = MibTableColumn((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 8, 3, 1, 17), UnsignedInt()).setMaxAccess("readonly")
if mibBuilder.loadTexts: sysConnChecksum.setStatus('current')
sysSrcTsLineType = MibTableColumn((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 8, 3, 1, 18), DnxTsPortType()).setMaxAccess("readonly")
if mibBuilder.loadTexts: sysSrcTsLineType.setStatus('current')
sysDestTsLineType = MibTableColumn((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 8, 3, 1, 19), DnxTsPortType()).setMaxAccess("readonly")
if mibBuilder.loadTexts: sysDestTsLineType.setStatus('current')
sysSrcTrunkCProfile = MibTableColumn((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 8, 3, 1, 20), DnxTrunkProfSelection()).setMaxAccess("readwrite")
if mibBuilder.loadTexts: sysSrcTrunkCProfile.setStatus('current')
sysDestTrunkCProfile = MibTableColumn((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 8, 3, 1, 21), DnxTrunkProfSelection()).setMaxAccess("readwrite")
if mibBuilder.loadTexts: sysDestTrunkCProfile.setStatus('current')
actvConnTable = MibTable((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 8, 4), )
if mibBuilder.loadTexts: actvConnTable.setStatus('current')
actvConnEntry = MibTableRow((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 8, 4, 1), ).setIndexNames((0, "ERI-DNX-SMC-MIB", "actvMapID"), (0, "ERI-DNX-SMC-MIB", "actvConnID"))
if mibBuilder.loadTexts: actvConnEntry.setStatus('current')
actvMapID = MibTableColumn((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 8, 4, 1, 1), MapNumber()).setMaxAccess("readonly")
if mibBuilder.loadTexts: actvMapID.setStatus('current')
actvConnID = MibTableColumn((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 8, 4, 1, 2), Integer32().subtype(subtypeSpec=ValueRangeConstraint(0, 16224))).setMaxAccess("readonly")
if mibBuilder.loadTexts: actvConnID.setStatus('current')
actvConnName = MibTableColumn((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 8, 4, 1, 3), DisplayString().subtype(subtypeSpec=ValueSizeConstraint(1, 19))).setMaxAccess("readwrite")
if mibBuilder.loadTexts: actvConnName.setStatus('current')
actvConnType = MibTableColumn((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 8, 4, 1, 4), ConnectionType()).setMaxAccess("readonly")
if mibBuilder.loadTexts: actvConnType.setStatus('current')
actvSrcAddr = MibTableColumn((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 8, 4, 1, 5), TimeSlotAddress()).setMaxAccess("readonly")
if mibBuilder.loadTexts: actvSrcAddr.setStatus('current')
actvDestAddr = MibTableColumn((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 8, 4, 1, 6), TimeSlotAddress()).setMaxAccess("readonly")
if mibBuilder.loadTexts: actvDestAddr.setStatus('current')
actvComm = MibTableColumn((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 8, 4, 1, 7), CommunicationsType()).setMaxAccess("readwrite")
if mibBuilder.loadTexts: actvComm.setStatus('current')
actvConnSpeed = MibTableColumn((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 8, 4, 1, 8), ConnectionSpeed()).setMaxAccess("readwrite")
if mibBuilder.loadTexts: actvConnSpeed.setStatus('current')
actvSrcTsBitmap = MibTableColumn((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 8, 4, 1, 9), Integer32()).setMaxAccess("readwrite")
if mibBuilder.loadTexts: actvSrcTsBitmap.setStatus('current')
actvDestTsBitmap = MibTableColumn((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 8, 4, 1, 10), Integer32()).setMaxAccess("readwrite")
if mibBuilder.loadTexts: actvDestTsBitmap.setStatus('current')
actvBroadSrcId = MibTableColumn((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 8, 4, 1, 11), Integer32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: actvBroadSrcId.setStatus('current')
actvTestMode = MibTableColumn((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 8, 4, 1, 12), TestAccess()).setMaxAccess("readonly")
if mibBuilder.loadTexts: actvTestMode.setStatus('obsolete')
actvCmdStatus = MibTableColumn((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 8, 4, 1, 13), ConnCmdStatus()).setMaxAccess("readwrite")
if mibBuilder.loadTexts: actvCmdStatus.setStatus('current')
actvPrimaryState = MibTableColumn((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 8, 4, 1, 14), ConnectionState1()).setMaxAccess("readonly")
if mibBuilder.loadTexts: actvPrimaryState.setStatus('current')
actvSecondaryState = MibTableColumn((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 8, 4, 1, 15), ConnectionState2()).setMaxAccess("readonly")
if mibBuilder.loadTexts: actvSecondaryState.setStatus('current')
actvConnInstance = MibTableColumn((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 8, 4, 1, 16), Integer32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: actvConnInstance.setStatus('current')
actvConnChecksum = MibTableColumn((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 8, 4, 1, 17), UnsignedInt()).setMaxAccess("readonly")
if mibBuilder.loadTexts: actvConnChecksum.setStatus('current')
actvSrcTsLineType = MibTableColumn((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 8, 4, 1, 18), DnxTsPortType()).setMaxAccess("readonly")
if mibBuilder.loadTexts: actvSrcTsLineType.setStatus('current')
actvDestTsLineType = MibTableColumn((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 8, 4, 1, 19), DnxTsPortType()).setMaxAccess("readonly")
if mibBuilder.loadTexts: actvDestTsLineType.setStatus('current')
actvSrcTrunkCProfile = MibTableColumn((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 8, 4, 1, 20), DnxTrunkProfSelection()).setMaxAccess("readwrite")
if mibBuilder.loadTexts: actvSrcTrunkCProfile.setStatus('current')
actvDestTrunkCProfile = MibTableColumn((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 8, 4, 1, 21), DnxTrunkProfSelection()).setMaxAccess("readwrite")
if mibBuilder.loadTexts: actvDestTrunkCProfile.setStatus('current')
addConnRecord = MibIdentifier((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 8, 5))
addMapID = MibScalar((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 8, 5, 1), MapNumber()).setMaxAccess("readwrite")
if mibBuilder.loadTexts: addMapID.setStatus('current')
addConnID = MibScalar((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 8, 5, 2), Integer32().subtype(subtypeSpec=ValueRangeConstraint(0, 16224))).setMaxAccess("readwrite")
if mibBuilder.loadTexts: addConnID.setStatus('current')
addConnName = MibScalar((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 8, 5, 3), DisplayString().subtype(subtypeSpec=ValueSizeConstraint(1, 19))).setMaxAccess("readwrite")
if mibBuilder.loadTexts: addConnName.setStatus('current')
addConnType = MibScalar((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 8, 5, 4), ConnectionType()).setMaxAccess("readwrite")
if mibBuilder.loadTexts: addConnType.setStatus('current')
addSrcAddr = MibScalar((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 8, 5, 5), TimeSlotAddress()).setMaxAccess("readwrite")
if mibBuilder.loadTexts: addSrcAddr.setStatus('current')
addDestAddr = MibScalar((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 8, 5, 6), TimeSlotAddress()).setMaxAccess("readwrite")
if mibBuilder.loadTexts: addDestAddr.setStatus('current')
addComm = MibScalar((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 8, 5, 7), CommunicationsType()).setMaxAccess("readwrite")
if mibBuilder.loadTexts: addComm.setStatus('current')
addConnSpeed = MibScalar((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 8, 5, 8), ConnectionSpeed()).setMaxAccess("readwrite")
if mibBuilder.loadTexts: addConnSpeed.setStatus('current')
addSrcTsBitmap = MibScalar((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 8, 5, 9), Integer32()).setMaxAccess("readwrite")
if mibBuilder.loadTexts: addSrcTsBitmap.setStatus('current')
addDestTsBitmap = MibScalar((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 8, 5, 10), Integer32()).setMaxAccess("readwrite")
if mibBuilder.loadTexts: addDestTsBitmap.setStatus('current')
addBroadSrcId = MibScalar((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 8, 5, 11), Integer32().subtype(subtypeSpec=ValueRangeConstraint(0, 16224))).setMaxAccess("readwrite")
if mibBuilder.loadTexts: addBroadSrcId.setStatus('current')
addTestMode = MibScalar((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 8, 5, 12), TestAccess()).setMaxAccess("readonly")
if mibBuilder.loadTexts: addTestMode.setStatus('current')
addCmdStatus = MibScalar((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 8, 5, 13), ConnCmdStatus()).setMaxAccess("readwrite")
if mibBuilder.loadTexts: addCmdStatus.setStatus('current')
addSrcTrunkCProfile = MibScalar((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 8, 5, 14), DnxTrunkProfSelection()).setMaxAccess("readwrite")
if mibBuilder.loadTexts: addSrcTrunkCProfile.setStatus('current')
addDestTrunkCProfile = MibScalar((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 8, 5, 15), DnxTrunkProfSelection()).setMaxAccess("readwrite")
if mibBuilder.loadTexts: addDestTrunkCProfile.setStatus('current')
trunkCProfileTable = MibTable((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 8, 6), )
if mibBuilder.loadTexts: trunkCProfileTable.setStatus('current')
trunkCProfileEntry = MibTableRow((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 8, 6, 1), ).setIndexNames((0, "ERI-DNX-SMC-MIB", "trunkProfileID"))
if mibBuilder.loadTexts: trunkCProfileEntry.setStatus('current')
trunkProfileID = MibTableColumn((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 8, 6, 1, 1), Integer32().subtype(subtypeSpec=ValueRangeConstraint(1, 16))).setMaxAccess("readonly")
if mibBuilder.loadTexts: trunkProfileID.setStatus('current')
trunkSignalStart = MibTableColumn((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 8, 6, 1, 2), OctetString().subtype(subtypeSpec=ValueSizeConstraint(1, 1)).setFixedLength(1)).setMaxAccess("readwrite")
if mibBuilder.loadTexts: trunkSignalStart.setStatus('current')
trunkSignalEnd = MibTableColumn((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 8, 6, 1, 3), OctetString().subtype(subtypeSpec=ValueSizeConstraint(1, 1)).setFixedLength(1)).setMaxAccess("readwrite")
if mibBuilder.loadTexts: trunkSignalEnd.setStatus('current')
trunkData = MibTableColumn((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 8, 6, 1, 4), OctetString().subtype(subtypeSpec=ValueSizeConstraint(1, 1)).setFixedLength(1)).setMaxAccess("readwrite")
if mibBuilder.loadTexts: trunkData.setStatus('current')
trunkCmdStatus = MibTableColumn((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 8, 6, 1, 5), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(0, 1, 101, 200, 208, 400, 404, 450, 500, 501, 502))).clone(namedValues=NamedValues(("ready-for-command", 0), ("update", 1), ("update-successful", 101), ("err-general-trunk-error", 200), ("err-invalid-command", 208), ("err-general-config-error", 400), ("err-invalid-trunk-value", 404), ("err-data-locked-by-another-user", 450), ("err-snmp-parse-failed", 500), ("err-invalid-snmp-type", 501), ("err-invalid-snmp-var-size", 502)))).setMaxAccess("readwrite")
if mibBuilder.loadTexts: trunkCmdStatus.setStatus('current')
utilities = MibIdentifier((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 12))
database = MibIdentifier((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 12, 1))
dbBackup = MibIdentifier((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 12, 1, 1))
dbAutoBackup = MibScalar((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 12, 1, 1, 1), DecisionType()).setMaxAccess("readwrite")
if mibBuilder.loadTexts: dbAutoBackup.setStatus('current')
dbBackupOccurrence = MibScalar((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 12, 1, 1, 2), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(0, 1))).clone(namedValues=NamedValues(("weekly", 0), ("daily", 1)))).setMaxAccess("readwrite")
if mibBuilder.loadTexts: dbBackupOccurrence.setStatus('current')
dbBackupDayOfWeek = MibScalar((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 12, 1, 1, 3), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2, 3, 4, 5, 6, 7))).clone(namedValues=NamedValues(("monday", 1), ("tuesday", 2), ("wednesday", 3), ("thursday", 4), ("friday", 5), ("saturday", 6), ("sunday", 7)))).setMaxAccess("readwrite")
if mibBuilder.loadTexts: dbBackupDayOfWeek.setStatus('current')
dbBackupHour = MibScalar((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 12, 1, 1, 4), Integer32().subtype(subtypeSpec=ValueRangeConstraint(0, 23))).setMaxAccess("readwrite")
if mibBuilder.loadTexts: dbBackupHour.setStatus('current')
dbBackupMin = MibScalar((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 12, 1, 1, 5), Integer32().subtype(subtypeSpec=ValueRangeConstraint(0, 59))).setMaxAccess("readwrite")
if mibBuilder.loadTexts: dbBackupMin.setStatus('current')
dbRemoteHostTable = MibTable((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 12, 1, 1, 10), )
if mibBuilder.loadTexts: dbRemoteHostTable.setStatus('current')
dbRemoteHostTableEntry = MibTableRow((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 12, 1, 1, 10, 1), ).setIndexNames((0, "ERI-DNX-SMC-MIB", "dbHostIndex"))
if mibBuilder.loadTexts: dbRemoteHostTableEntry.setStatus('current')
dbHostIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 12, 1, 1, 10, 1, 1), Integer32().subtype(subtypeSpec=ValueRangeConstraint(1, 3))).setMaxAccess("readonly")
if mibBuilder.loadTexts: dbHostIndex.setStatus('current')
dbHostIp = MibTableColumn((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 12, 1, 1, 10, 1, 2), IpAddress()).setMaxAccess("readwrite")
if mibBuilder.loadTexts: dbHostIp.setStatus('current')
dbHostDirectory = MibTableColumn((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 12, 1, 1, 10, 1, 3), DisplayString().subtype(subtypeSpec=ValueSizeConstraint(0, 45))).setMaxAccess("readwrite")
if mibBuilder.loadTexts: dbHostDirectory.setStatus('current')
dbHostFilename = MibTableColumn((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 12, 1, 1, 10, 1, 4), DisplayString().subtype(subtypeSpec=ValueSizeConstraint(0, 8))).setMaxAccess("readwrite")
if mibBuilder.loadTexts: dbHostFilename.setStatus('current')
dbHostCmdStatus = MibTableColumn((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 12, 1, 1, 10, 1, 5), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(0, 1, 2, 8, 9, 11, 100, 101, 102, 108, 109, 111, 200, 201, 202, 203, 204, 210, 211, 450, 500, 501, 502))).clone(namedValues=NamedValues(("ready-for-command", 0), ("update-host", 1), ("clear-host", 2), ("saveDB", 8), ("saveDBToAll", 9), ("restoreDB", 11), ("command-in-progress", 100), ("update-successful", 101), ("clear-successful", 102), ("save-successful", 108), ("save-all-successful", 109), ("restore-successful", 111), ("err-general-host-config-error", 200), ("err-invalid-host-command", 201), ("err-invalid-host-addr", 202), ("err-invalid-host-name", 203), ("err-invalid-host-dir", 204), ("err-backup-file-creation-failed", 210), ("err-backup-file-transfer-failed", 211), ("err-data-locked-by-another-user", 450), ("err-snmp-parse-failed", 500), ("err-invalid-snmp-type", 501), ("err-invalid-snmp-var-size", 502)))).setMaxAccess("readwrite")
if mibBuilder.loadTexts: dbHostCmdStatus.setStatus('current')
trapSequence = MibScalar((1, 3, 6, 1, 4, 1, 644, 2, 4, 3, 1), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: trapSequence.setStatus('current')
trapResourceKey = MibScalar((1, 3, 6, 1, 4, 1, 644, 2, 4, 3, 2), Integer32()).setMaxAccess("accessiblefornotify")
if mibBuilder.loadTexts: trapResourceKey.setStatus('current')
trapTime = MibScalar((1, 3, 6, 1, 4, 1, 644, 2, 4, 3, 3), DisplayString()).setMaxAccess("accessiblefornotify")
if mibBuilder.loadTexts: trapTime.setStatus('current')
trapResourceAddress = MibScalar((1, 3, 6, 1, 4, 1, 644, 2, 4, 3, 4), DisplayString()).setMaxAccess("accessiblefornotify")
if mibBuilder.loadTexts: trapResourceAddress.setStatus('current')
trapResourceType = MibScalar((1, 3, 6, 1, 4, 1, 644, 2, 4, 3, 5), DnxResourceType()).setMaxAccess("accessiblefornotify")
if mibBuilder.loadTexts: trapResourceType.setStatus('current')
trapType = MibScalar((1, 3, 6, 1, 4, 1, 644, 2, 4, 3, 6), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(101, 102, 141, 142, 203, 204, 206, 207, 208, 209, 210, 216, 219, 225, 228, 243, 244, 246, 247, 248, 249, 250, 256, 259, 265, 268, 301, 302, 304, 305, 306, 308, 309, 310, 312, 313, 321, 322, 323, 324, 325, 341, 342, 344, 345, 346, 348, 349, 350, 352, 353, 361, 362, 363, 364, 365, 401, 402, 403, 404, 425, 441, 442, 443, 444, 465, 501, 502, 503, 504, 505, 506, 512, 513, 515, 516, 517, 518, 519, 520, 522, 523, 524, 525, 541, 542, 543, 544, 545, 546, 552, 553, 555, 556, 557, 558, 559, 560, 562, 563, 564, 565, 601, 602, 641, 642, 706, 712, 723, 725, 746, 752, 763, 765, 825, 865, 925, 965, 1003, 1004, 1005, 1006, 1007, 1008, 1043, 1044, 1045, 1046, 1047, 1048, 1102, 1103, 1106, 1107, 1108, 1142, 1143, 1146, 1147, 1148, 1201, 1202, 1203, 1225, 1241, 1242, 1243, 1265, 1301, 1302, 1304, 1305, 1308, 1309, 1310, 1312, 1313, 1316, 1317, 1318, 1320, 1321, 1322, 1323, 1324, 1325, 1341, 1342, 1344, 1345, 1348, 1349, 1350, 1352, 1353, 1356, 1357, 1358, 1360, 1361, 1362, 1363, 1364, 1365, 1404, 1405, 1406, 1408, 1409, 1411, 1412, 1413, 1417, 1418, 1419, 1420, 1421, 1422, 1423, 1424, 1425, 1444, 1445, 1446, 1448, 1449, 1451, 1452, 1453, 1457, 1458, 1459, 1460, 1461, 1462, 1463, 1464, 1465, 1606, 1615, 1616, 1617, 1618, 1620, 1621, 1646, 1655, 1656, 1657, 1658, 1660, 1661, 1701, 1702, 1705, 1706, 1707, 1708, 1709, 1741, 1742, 1745, 1746, 1747, 1748, 1749, 1801, 1802, 1803, 1841, 1842, 1843, 1901, 1902, 1925), SingleValueConstraint(1941, 1942, 1965, 2001, 2002, 2041, 2042, 2201, 2202, 2204, 2205, 2208, 2209, 2210, 2213, 2217, 2218, 2219, 2220, 2221, 2222, 2223, 2224, 2225, 2241, 2242, 2244, 2245, 2248, 2249, 2250, 2253, 2257, 2258, 2259, 2260, 2261, 2262, 2263, 2264, 2265, 2301, 2302, 2303, 2304, 2305, 2341, 2342, 2343, 2344, 2345, 2401, 2402, 2403, 2404, 2405, 2413, 2414, 2415, 2441, 2442, 2443, 2444, 2445, 2453, 2454, 2455, 2501, 2502, 2504, 2505, 2506, 2512, 2513, 2515, 2516, 2517, 2519, 2520, 2523, 2525, 2541, 2542, 2544, 2545, 2546, 2552, 2553, 2555, 2556, 2557, 2559, 2560, 2563, 2565, 2601, 2625, 2641, 2665, 2701, 2725, 2741, 2765, 2801, 2802, 2803, 2804, 2805, 2841, 2842, 2843, 2844, 2845, 2901, 2941, 3001, 3025, 3041, 3065, 3108, 3109, 3110, 3119, 3125, 3148, 3149, 3159, 3150, 3165, 1, 2, 201, 202, 231, 241, 242, 271, 303, 307, 314, 316, 330, 331, 343, 347, 354, 356, 370, 371, 407, 424, 430, 431, 447, 464, 470, 471, 507, 514, 530, 531, 547, 554, 570, 571, 731, 771, 831, 871, 931, 971, 1001, 1009, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1231, 1271, 1303, 1307, 1314, 1330, 1331, 1343, 1347, 1354, 1370, 1371, 1403, 1407, 1414, 1430, 1431, 1443, 1447, 1454, 1470, 1471, 1531, 1571, 1930, 1931, 1970, 1971, 2203, 2207, 2216, 2230, 2231, 2243, 2247, 2256, 2270, 2271, 2307, 2308, 2330, 2347, 2348, 2370, 2407, 2408, 2409, 2430, 2447, 2448, 2449, 2470, 2503, 2507, 2514, 2530, 2531, 2543, 2547, 2554), SingleValueConstraint(2570, 2571, 3116, 3156))).clone(namedValues=NamedValues(("setSlotMismatch", 101), ("setSlotMissing", 102), ("clearSlotMismatch", 141), ("clearSlotMissing", 142), ("setDevFrameSyncNotPresent", 203), ("setDevSystemClockNotPresent", 204), ("setDevDataBaseNotInsync", 206), ("setDevFreeRunError", 207), ("setDevOffline", 208), ("setDevDefective", 209), ("setDevBusError", 210), ("setDevStratum3ClkFailure", 216), ("setDevCircuitCardMissing", 219), ("setDevConfigError", 225), ("setDevNoRearCard", 228), ("clearDevFrameSyncNotPresent", 243), ("clearDevSystemClockNotPresent", 244), ("clearDevDataBaseNotInsync", 246), ("clearDevFreeRunError", 247), ("clearDevOffline", 248), ("clearDevDefective", 249), ("clearDevBusError", 250), ("clearDevStratum3ClkFailure", 256), ("clearDevCircuitCardMissing", 259), ("clearDevConfigError", 265), ("clearDevNoRearCard", 268), ("setT1E1RcvFarEndLOF", 301), ("setT1E1NearEndSendLOF", 302), ("setT1E1NearEndSendingAIS", 304), ("setT1E1NearEndLOF", 305), ("setT1E1NearEndLossOfSignal", 306), ("setT1E1Ts16AIS", 308), ("setT1E1FarEndSendingTs16LOMF", 309), ("setT1E1NearEndSendingTs16LOMF", 310), ("setT1E1OtherLineStatus", 312), ("setT1E1NearEndUnavailableSig", 313), ("setT1E1NearEndTxSlip", 321), ("setT1E1NearEndRxSlip", 322), ("setT1E1NearEndSeverErroredFrame", 323), ("setT1E1ChangeFrameAlignment", 324), ("setT1E1ConfigError", 325), ("clearT1E1RcvFarEndLOF", 341), ("clearT1E1NearEndSendLOF", 342), ("clearT1E1NearEndSendingAIS", 344), ("clearT1E1NearEndLOF", 345), ("clearT1E1NearEndLossOfSignal", 346), ("clearT1E1Ts16AIS", 348), ("clearT1E1FarEndSendingTs16LOMF", 349), ("clearT1E1NearEndSendingTs16LOMF", 350), ("clearT1E1OtherLineStatus", 352), ("clearT1E1NearEndUnavailableSig", 353), ("clearT1E1NearEndTxSlip", 361), ("clearT1E1NearEndRxSlip", 362), ("clearT1E1NearEndSeverErroredFrame", 363), ("clearT1E1ChangeFrameAlignment", 364), ("clearT1E1ConfigError", 365), ("setHsRcvFIFOError", 401), ("setHsXmtFIFOError", 402), ("setHsClockEdgeError", 403), ("setHsCarrierFailure", 404), ("setHsConfigError", 425), ("clearHsRcvFIFOError", 441), ("clearHsXmtFIFOError", 442), ("clearHsClockEdgeError", 443), ("clearHsCarrierFailure", 444), ("clearHsConfigError", 465), ("setT3RcvFarEndLOF", 501), ("setT3NearEndSendLOF", 502), ("setT3FarEndSendingAIS", 503), ("setT3NearEndSendingAIS", 504), ("setT3NearEndLOF", 505), ("setT3NearEndLossOfSignal", 506), ("setT3OtherLineStatus", 512), ("setT3NearEndUnavailableSig", 513), ("setT3NearEndSeverErroredFrame", 515), ("setT3TxRxClockFailure", 516), ("setT3FarEndBlockError", 517), ("setT3PbitCbitParityError", 518), ("setT3MbitsInError", 519), ("setT3LIUOtherStatus", 520), ("setT3LIUExcessZeros", 522), ("setT3LIUCodingViolation", 523), ("setT3LIUPrbsError", 524), ("setT3ConfigError", 525), ("clearT3RcvFarEndLOF", 541), ("clearT3NearEndSendLOF", 542), ("clearT3FarEndSendingAIS", 543), ("clearT3NearEndSendingAIS", 544), ("clearT3NearEndLOF", 545), ("clearT3NearEndLossOfSignal", 546), ("clearT3OtherLineStatus", 552), ("clearT3NearEndUnavailableSig", 553), ("clearT3NearEndSeverErroredFrame", 555), ("clearT3TxRxClockFailure", 556), ("clearT3FarEndBlockError", 557), ("clearT3PbitCbitParityError", 558), ("clearT3MbitsInError", 559), ("clearT3LIUOtherStatus", 560), ("clearT3LIUExcessZeros", 562), ("clearT3LIUCodingViolation", 563), ("clearT3LIUPrbsError", 564), ("clearT3ConfigError", 565), ("setPowerSupplyNotPresent", 601), ("setPowerSupplyProblem", 602), ("clearPowerSupplyNotPresent", 641), ("clearPowerSupplyProblem", 642), ("setOcuNearEndLOS", 706), ("setOcuOtherLineStatus", 712), ("setOcuNearEndSeverErroredFrame", 723), ("setOcuConfigError", 725), ("clearOcuNearEndLOS", 746), ("clearOcuOtherLineStatus", 752), ("clearOcuNearEndSeverErroredFrame", 763), ("clearOcuConfigError", 765), ("setTamConfigError", 825), ("clearTamConfigError", 865), ("setVoiceConfigError", 925), ("clearVoiceConfigError", 965), ("setPsxPowerSupplyANotOk", 1003), ("setPsxPowerSupplyBNotOk", 1004), ("setPsxFan01NotOk", 1005), ("setPsxFan02NotOk", 1006), ("setPsxFan03NotOk", 1007), ("setPsxDualBroadbandNotSupported", 1008), ("clearPsxPowerSupplyANotOk", 1043), ("clearPsxPowerSupplyBNotOk", 1044), ("clearPsxFan01NotOk", 1045), ("clearPsxFan02NotOk", 1046), ("clearPsxFan03NotOk", 1047), ("clearPsxDualBroadbandNotSupported", 1048), ("setPsxLineCardRelaySwitchToSpare", 1102), ("setPsxLineCardCableMissing", 1103), ("setPsxLineCardMissing", 1106), ("setPsxLineCardMismatch", 1107), ("setPsxLineCardRelayMalfunction", 1108), ("clearPsxLineCardRelaySwitchToSpare", 1142), ("clearPsxLineCardCableMissing", 1143), ("clearPsxLineCardMissing", 1146), ("clearPsxLineCardMismatch", 1147), ("clearPsxLineCardRelayMalfunction", 1148), ("setRtrUserAlarm1", 1201), ("setRtrUserAlarm2", 1202), ("setRtrUserAlarm3", 1203), ("setRtrConfigError", 1225), ("clearRtrUserAlarm1", 1241), ("clearRtrUserAlarm2", 1242), ("clearRtrUserAlarm3", 1243), ("clearRtrConfigError", 1265), ("setSts1RcvFarEndLOF", 1301), ("setSts1NearEndSendLOF", 1302), ("setSts1NearEndSendingAIS", 1304), ("setSts1NearEndLOF", 1305), ("setSts1NearEndLOP", 1308), ("setSts1NearEndOOF", 1309), ("setSts1NearEndAIS", 1310), ("setSts1OtherLineStatus", 1312), ("setSts1NearEndUnavailableSig", 1313), ("setSts1TxRxClockFailure", 1316), ("setSts1NearEndLOMF", 1317), ("setSts1NearEndTraceError", 1318), ("setSts1LIUDigitalLOS", 1320), ("setSts1LIUAnalogLOS", 1321), ("setSts1LIUExcessZeros", 1322), ("setSts1LIUCodingViolation", 1323), ("setSts1LIUPrbsError", 1324), ("setSts1ConfigError", 1325), ("clearSts1RcvFarEndLOF", 1341), ("clearSts1NearEndSendLOF", 1342), ("clearSts1NearEndSendingAIS", 1344), ("clearSts1NearEndLOF", 1345), ("clearSts1NearEndLOP", 1348), ("clearSts1NearEndOOF", 1349), ("clearSts1NearEndAIS", 1350), ("clearSts1OtherLineStatus", 1352), ("clearSts1NearEndUnavailableSig", 1353), ("clearSts1TxRxClockFailure", 1356), ("clearSts1NearEndLOMF", 1357), ("clearSts1NearEndTraceError", 1358), ("clearSts1LIUDigitalLOS", 1360), ("clearSts1LIUAnalogLOS", 1361), ("clearSts1LIUExcessZeros", 1362), ("clearSts1LIUCodingViolation", 1363), ("clearSts1LIUPrbsError", 1364), ("clearSts1ConfigError", 1365), ("setHt3NearEndSendingAIS", 1404), ("setHt3NearEndOOF", 1405), ("setHt3NearEndLossOfSignal", 1406), ("setHt3NearEndLOF", 1408), ("setHt3FarEndRcvFailure", 1409), ("setHt3NearEndLCVError", 1411), ("setHt3NearEndFERRError", 1412), ("setHt3NearEndExcessZeros", 1413), ("setHt3FarEndBlockError", 1417), ("setHt3PbitCbitParityError", 1418), ("setHt3ChangeInFrameAlignment", 1419), ("setHt3LIUDigitalLOS", 1420), ("setHt3LIUAnalogLOS", 1421), ("setHt3LIUExcessZeros", 1422), ("setHt3LIUCodingViolation", 1423), ("setHt3LIUPrbsError", 1424), ("setHt3ConfigError", 1425), ("clearHt3NearEndSendingAIS", 1444), ("clearHt3NearEndOOF", 1445), ("clearHt3NearEndLossOfSignal", 1446), ("clearHt3NearEndLOF", 1448), ("clearHt3FarEndRcvFailure", 1449), ("clearHt3NearEndLCVError", 1451), ("clearHt3NearEndFERRError", 1452), ("clearHt3NearEndExcessZeros", 1453), ("clearHt3FarEndBlockError", 1457), ("clearHt3PbitCbitParityError", 1458), ("clearHt3ChangeInFrameAlignment", 1459), ("clearHt3LIUDigitalLOS", 1460), ("clearHt3LIUAnalogLOS", 1461), ("clearHt3LIUExcessZeros", 1462), ("clearHt3LIUCodingViolation", 1463), ("clearHt3LIUPrbsError", 1464), ("clearHt3ConfigError", 1465), ("setXlinkCableMismatch", 1606), ("setXlinkSerializerError", 1615), ("setXlinkFramerError", 1616), ("setXlinkBertError", 1617), ("setXlinkClockError", 1618), ("setXlinkInUseError", 1620), ("setXlinkCrcError", 1621), ("clearXlinkCableMismatch", 1646), ("clearXlinkSerializerError", 1655), ("clearXlinkFramerError", 1656), ("clearXlinkBertError", 1657), ("clearXlinkClockError", 1658), ("clearXlinkInUseError", 1660), ("clearXlinkCrcError", 1661), ("setNestMismatch", 1701), ("setNestMissing", 1702), ("setNestOffline", 1705), ("setNestCriticalAlarm", 1706), ("setNestMajorAlarm", 1707), ("setNestMinorAlarm", 1708), ("setNestSwMismatch", 1709), ("clearNestMismatch", 1741), ("clearNestMissing", 1742), ("clearNestOffline", 1745), ("clearNestCriticalAlarm", 1746), ("clearNestMajorAlarm", 1747), ("clearNestMinorAlarm", 1748), ("clearNestSwMismatch", 1749), ("setNodeCriticalAlarm", 1801), ("setNodeMajorAlarm", 1802), ("setNodeMinorAlarm", 1803), ("clearNodeCriticalAlarm", 1841), ("clearNodeMajorAlarm", 1842), ("clearNodeMinorAlarm", 1843), ("setDs0DpPortLossOfSignal", 1901), ("setDs0DpPortBPV", 1902), ("setDs0DpPortConfigError", 1925)) + NamedValues(("clearDs0DpPortLossOfSignal", 1941), ("clearDs0DpPortBPV", 1942), ("clearDs0DpPortConfigError", 1965), ("setDs0DpClockLossOfSignal", 2001), ("setDs0DpClockBPV", 2002), ("clearDs0DpClockLossOfSignal", 2041), ("clearDs0DpClockBPV", 2042), ("setOpticalT1E1RedAlarm", 2201), ("setOpticalT1E1NearEndSendLOF", 2202), ("setOpticalT1E1NearEndSendingAIS", 2204), ("setOpticalT1E1NearEndLOF", 2205), ("setOpticalT1E1LossOfPointer", 2208), ("setOpticalT1E1OutOfFrame", 2209), ("setOpticalT1E1DetectedAIS", 2210), ("setOpticalT1E1NearEndLOS", 2213), ("setOpticalT1E1RcvFarEndYellow", 2217), ("setOpticalT1E1NearEndSEF", 2218), ("setOpticalT1E1Tug2LOP", 2219), ("setOpticalT1E1Tug2RDI", 2220), ("setOpticalT1E1Tug2RFI", 2221), ("setOpticalT1E1Tug2AIS", 2222), ("setOpticalT1E1Tug2PSLM", 2223), ("setOpticalT1E1Tug2PSLU", 2224), ("setOpticalT1E1ConfigError", 2225), ("clearOpticalT1E1RedAlarm", 2241), ("clearOpticalT1E1NearEndSendLOF", 2242), ("clearOpticalT1E1NearEndSendingAIS", 2244), ("clearOpticalT1E1NearEndLOF", 2245), ("clearOpticalT1E1LossOfPointer", 2248), ("clearOpticalT1E1OutOfFrame", 2249), ("clearOpticalT1E1DetectedAIS", 2250), ("clearOpticalT1E1NearEndLOS", 2253), ("clearOpticalT1E1RcvFarEndYellow", 2257), ("clearOpticalT1E1NearEndSEF", 2258), ("clearOpticalT1E1Tug2LOP", 2259), ("clearOpticalT1E1Tug2RDI", 2260), ("clearOpticalT1E1Tug2RFI", 2261), ("clearOpticalT1E1Tug2AIS", 2262), ("clearOpticalT1E1Tug2PSLM", 2263), ("clearOpticalT1E1Tug2PSLU", 2264), ("clearOpticalT1E1ConfigError", 2265), ("setVtNearEndLOP", 2301), ("setVtNearEndAIS", 2302), ("setPayloadPathLOP", 2303), ("setPayloadPathAIS", 2304), ("setPayloadPathRDI", 2305), ("clearVtNearEndLOP", 2341), ("clearVtNearEndAIS", 2342), ("clearPayloadPathLOP", 2343), ("clearPayloadPathAIS", 2344), ("clearPayloadPathRDI", 2345), ("setTransOverheadAIS", 2401), ("setTransOverheadRDI", 2402), ("setTransOverheadOOF", 2403), ("setTransOverheadLOF", 2404), ("setTransOverheadLOS", 2405), ("setTransOverheadSfDetect", 2413), ("setTransOverheadSdDetect", 2414), ("setTransOverheadLaserOffDetect", 2415), ("clearTransOverheadAIS", 2441), ("clearTransOverheadRDI", 2442), ("clearTransOverheadOOF", 2443), ("clearTransOverheadLOF", 2444), ("clearTransOverheadLOS", 2445), ("clearTransOverheadSfDetect", 2453), ("clearTransOverheadSdDetect", 2454), ("clearTransOverheadLaserOffDetect", 2455), ("setE3RcvFarEndLOF", 2501), ("setE3NearEndSendLOF", 2502), ("setE3NearEndSendingAIS", 2504), ("setE3NearEndLOF", 2505), ("setE3NearEndLossOfSignal", 2506), ("setE3OtherLineStatus", 2512), ("setE3NearEndUnavailableSig", 2513), ("setE3NearEndSeverErroredFrame", 2515), ("setE3TxRxClockFailure", 2516), ("setE3FarEndBlockError", 2517), ("setE3MbitsInError", 2519), ("setE3LIUOtherStatus", 2520), ("setE3LIUCodingViolation", 2523), ("setE3ConfigError", 2525), ("clearE3RcvFarEndLOF", 2541), ("clearE3NearEndSendLOF", 2542), ("clearE3NearEndSendingAIS", 2544), ("clearE3NearEndLOF", 2545), ("clearE3NearEndLossOfSignal", 2546), ("clearE3OtherLineStatus", 2552), ("clearE3NearEndUnavailableSig", 2553), ("clearE3NearEndSeverErroredFrame", 2555), ("clearE3TxRxClockFailure", 2556), ("clearE3FarEndBlockError", 2557), ("clearE3MbitsInError", 2559), ("clearE3LIUOtherStatus", 2560), ("clearE3LIUCodingViolation", 2563), ("clearE3ConfigError", 2565), ("setContactClosureInputAlarm", 2601), ("setContactClosureCfgError", 2625), ("clearContactClosureInputAlarm", 2641), ("clearContactClosureCfgError", 2665), ("setVoltMeasureAlarm", 2701), ("setVoltMeasureCfgError", 2725), ("clearVoltMeasureAlarm", 2741), ("clearVoltMeasureCfgError", 2765), ("setAsyncRxFifoError", 2801), ("setAsyncTxFifoError", 2802), ("setAsyncOverrunError", 2803), ("setAsyncParityError", 2804), ("setAsyncFramingError", 2805), ("clearAsyncRxFifoError", 2841), ("clearAsyncTxFifoError", 2842), ("clearAsyncOverrunError", 2843), ("clearAsyncParityError", 2844), ("clearAsyncFramingError", 2845), ("setTempSensorOutOfRange", 2901), ("clearTempSensorOutOfRange", 2941), ("setVWanError", 3001), ("setVWanCfgError", 3025), ("clearVWanError", 3041), ("clearVWanCfgError", 3065), ("set1uPowerSupplyOffline", 3108), ("set1uPowerSupplyDefective", 3109), ("set1uPowerSupplyFanFailure", 3110), ("set1uPowerSupplyCircuitMissing", 3119), ("set1uPowerSupplyCfgMismatch", 3125), ("clear1uPowerSupplyOffline", 3148), ("clear1uPowerSupplyDefective", 3149), ("clear1uPowerSupplyCircuitMissing", 3159), ("clear1uPowerSupplyFanFailure", 3150), ("clear1uPowerSupplyCfgMismatch", 3165), ("evntDevColdStart", 1), ("evntDevWarmStart", 2), ("evntDevOnline", 201), ("evntDevStandby", 202), ("evntDevOutOfService", 231), ("evntDevNotOnline", 241), ("evntDevNotStandby", 242), ("evntDevInService", 271), ("evntT1E1RcvingAIS", 303), ("evntT1E1NearEndLooped", 307), ("evntT1E1CarrierEquipOutOfService", 314), ("evntE1NationalSa4TxRxSame", 316), ("evntT1E1InTest", 330), ("evntT1E1OutOfService", 331), ("evntT1E1StoppedRcvingAIS", 343), ("evntT1E1NearEndLoopOff", 347), ("evntT1E1CarrierEquipInService", 354), ("evntE1NationalSa4TxRxDiff", 356), ("evntT1E1TestOff", 370), ("evntT1E1InService", 371), ("evntHsNearEndLooped", 407), ("evntHsNoBtsAssigned", 424), ("evntHsInTest", 430), ("evntHsOutOfService", 431), ("evntHsNearEndLoopOff", 447), ("evntHsBtsAssigned", 464), ("evntHsTestOff", 470), ("evntHsInService", 471), ("evntT3NearEndLooped", 507), ("evntT3CarrierEquipOutOfService", 514), ("evntT3InTest", 530), ("evntT3OutOfService", 531), ("evntT3NearEndLoopOff", 547), ("evntT3CarrierEquipInService", 554), ("evntT3TestOff", 570), ("evntT3InService", 571), ("evntOcuOutOfService", 731), ("evntOcuInService", 771), ("evntTamOutOfService", 831), ("evntTamInService", 871), ("evntVoiceOutOfService", 931), ("evntVoiceInService", 971), ("evntPsxDevOnline", 1001), ("evntPsxNewControllerRev", 1009), ("evntPsxLineCard01Missing", 1014), ("evntPsxLineCard02Missing", 1015), ("evntPsxLineCard03Missing", 1016), ("evntPsxLineCard04Missing", 1017), ("evntPsxLineCard05Missing", 1018), ("evntPsxLineCard06Missing", 1019), ("evntPsxLineCard07Missing", 1020), ("evntPsxLineCard08Missing", 1021), ("evntPsxLineCard09Missing", 1022), ("evntPsxLineCard10Missing", 1023), ("evntPsxLineCard11Missing", 1024), ("evntPsxLineCard01Present", 1054), ("evntPsxLineCard02Present", 1055), ("evntPsxLineCard03Present", 1056), ("evntPsxLineCard04Present", 1057), ("evntPsxLineCard05Present", 1058), ("evntPsxLineCard06Present", 1059), ("evntPsxLineCard07Present", 1060), ("evntPsxLineCard08Present", 1061), ("evntPsxLineCard09Present", 1062), ("evntPsxLineCard10Present", 1063), ("evntPsxLineCard11Present", 1064), ("evntRtrOutOfService", 1231), ("evntRtrInService", 1271), ("evntSts1RcvingAIS", 1303), ("evntSts1NearEndLooped", 1307), ("evntSts1CarrierEquipOutOfService", 1314), ("evntSts1InTest", 1330), ("evntSts1OutOfService", 1331), ("evntSts1StoppedRcvingAIS", 1343), ("evntSts1NearEndLoopOff", 1347), ("evntSts1CarrierEquipInService", 1354), ("evntSts1TestOff", 1370), ("evntSts1InService", 1371), ("evntHt3RcvingAIS", 1403), ("evntHt3NearEndLooped", 1407), ("evntHt3CarrierEquipOutOfService", 1414), ("evntHt3InTest", 1430), ("evntHt3OutOfService", 1431), ("evntHt3StoppedRcvingAIS", 1443), ("evntHt3NearEndLoopOff", 1447), ("evntHt3CarrierEquipInService", 1454), ("evntHt3TestOff", 1470), ("evntHt3InService", 1471), ("evntGr303OutOfService", 1531), ("evntGr303InService", 1571), ("evntDs0DpPortInTest", 1930), ("evntDs0DpPortOutOfService", 1931), ("evntDs0DpPortTestOff", 1970), ("evntDs0DpPortInService", 1971), ("evntOpticalT1E1RcvingAIS", 2203), ("evntOpticalT1E1NearEndLooped", 2207), ("evntOpticalE1NationalSa4TxRxSame", 2216), ("evntOpticalT1E1InTest", 2230), ("evntOpticalT1E1OutOfService", 2231), ("evntOpticalT1E1StoppedRcvingAIS", 2243), ("evntOpticalT1E1NearEndLoopOff", 2247), ("evntOpticalE1NationalSa4TxRxDiff", 2256), ("evntOpticalT1E1TestOff", 2270), ("evntOpticalT1E1InService", 2271), ("evntPayloadNearEndLineLooped", 2307), ("evntPayloadNearEndLocalLooped", 2308), ("evntPayloadInTest", 2330), ("evntPayloadNearEndLineLoopOff", 2347), ("evntPayloadNearEndLocalLoopOff", 2348), ("evntPayloadTestOff", 2370), ("evntTransOverheadNearEndSysLineLooped", 2407), ("evntTransOverheadNearEndPathLineLooped", 2408), ("evntTransOverheadNearEndLocalLooped", 2409), ("evntTransOverheadInTest", 2430), ("evntTransOverheadNearEndSysLineLoopOff", 2447), ("evntTransOverheadNearEndPathLineLoopOff", 2448), ("evntTransOverheadNearEndLocalLoopOff", 2449), ("evntTransOverheadTestOff", 2470), ("evntE3RcvingAIS", 2503), ("evntE3NearEndLooped", 2507), ("evntE3CarrierEquipOutOfService", 2514), ("evntE3InTest", 2530), ("evntE3OutOfService", 2531), ("evntE3StoppedRcvingAIS", 2543), ("evntE3NearEndLoopOff", 2547), ("evntE3CarrierEquipInService", 2554)) + NamedValues(("evntE3TestOff", 2570), ("evntE3InService", 2571), ("evnt1uPowerSupplyFanOn", 3116), ("evnt1uPowerSupplyFanOff", 3156)))).setMaxAccess("accessiblefornotify")
if mibBuilder.loadTexts: trapType.setStatus('current')
trapState = MibScalar((1, 3, 6, 1, 4, 1, 644, 2, 4, 3, 7), Integer32()).setMaxAccess("accessiblefornotify")
if mibBuilder.loadTexts: trapState.setStatus('current')
trapSeverity = MibScalar((1, 3, 6, 1, 4, 1, 644, 2, 4, 3, 8), AlarmSeverity()).setMaxAccess("accessiblefornotify")
if mibBuilder.loadTexts: trapSeverity.setStatus('current')
trapSysEvent = MibScalar((1, 3, 6, 1, 4, 1, 644, 2, 4, 3, 9), DisplayString()).setMaxAccess("accessiblefornotify")
if mibBuilder.loadTexts: trapSysEvent.setStatus('current')
trapCfg = MibIdentifier((1, 3, 6, 1, 4, 1, 644, 2, 4, 3, 20))
trapDestinationTable = MibTable((1, 3, 6, 1, 4, 1, 644, 2, 4, 3, 20, 1), )
if mibBuilder.loadTexts: trapDestinationTable.setStatus('current')
trapDestinationEntry = MibTableRow((1, 3, 6, 1, 4, 1, 644, 2, 4, 3, 20, 1, 1), ).setIndexNames((0, "ERI-DNX-SMC-MIB", "trapDestAddr"))
if mibBuilder.loadTexts: trapDestinationEntry.setStatus('current')
trapDestAddr = MibTableColumn((1, 3, 6, 1, 4, 1, 644, 2, 4, 3, 20, 1, 1, 1), IpAddress()).setMaxAccess("readwrite")
if mibBuilder.loadTexts: trapDestAddr.setStatus('current')
trapDestName = MibTableColumn((1, 3, 6, 1, 4, 1, 644, 2, 4, 3, 20, 1, 1, 2), DisplayString().subtype(subtypeSpec=ValueSizeConstraint(0, 35))).setMaxAccess("readwrite")
if mibBuilder.loadTexts: trapDestName.setStatus('current')
trapDestCmdStatus = MibTableColumn((1, 3, 6, 1, 4, 1, 644, 2, 4, 3, 20, 1, 1, 3), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(0, 1, 2, 3, 101, 102, 103, 200, 201, 202, 203, 204, 205, 206, 450, 500, 501, 502))).clone(namedValues=NamedValues(("ready-for-command", 0), ("update-trap-dest", 1), ("delete-trap-dest", 2), ("create-trap-dest", 3), ("update-successful", 101), ("delete-successful", 102), ("create-successful", 103), ("err-general-trap-dest-cfg-error", 200), ("err-invalid-trap-dest-addr", 201), ("err-invalid-trap-dest-cmd", 202), ("err-invalid-trap-dest-name", 203), ("err-invalid-trap-dest-pdu", 204), ("err-invalid-trap-dest-retry", 205), ("err-invalid-trap-dest-tmout", 206), ("err-data-locked-by-another-user", 450), ("err-snmp-parse-failed", 500), ("err-invalid-snmp-type", 501), ("err-invalid-snmp-var-size", 502)))).setMaxAccess("readwrite")
if mibBuilder.loadTexts: trapDestCmdStatus.setStatus('current')
trapDestPduType = MibTableColumn((1, 3, 6, 1, 4, 1, 644, 2, 4, 3, 20, 1, 1, 4), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(0, 1, 2))).clone(namedValues=NamedValues(("v1Trap", 0), ("v2Trap", 1), ("inform", 2)))).setMaxAccess("readwrite")
if mibBuilder.loadTexts: trapDestPduType.setStatus('current')
trapDestMaxRetry = MibTableColumn((1, 3, 6, 1, 4, 1, 644, 2, 4, 3, 20, 1, 1, 5), Integer32().subtype(subtypeSpec=ValueRangeConstraint(0, 10))).setMaxAccess("readwrite")
if mibBuilder.loadTexts: trapDestMaxRetry.setStatus('current')
trapDestTimeout = MibTableColumn((1, 3, 6, 1, 4, 1, 644, 2, 4, 3, 20, 1, 1, 6), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(0, 5, 10, 15, 20))).clone(namedValues=NamedValues(("none", 0), ("secs-5", 5), ("secs-10", 10), ("secs-15", 15), ("secs-20", 20)))).setMaxAccess("readwrite")
if mibBuilder.loadTexts: trapDestTimeout.setStatus('current')
eriTrapEnterprise = ObjectIdentity((1, 3, 6, 1, 4, 1, 644, 2, 0))
if mibBuilder.loadTexts: eriTrapEnterprise.setStatus('current')
alarmTrap = NotificationType((1, 3, 6, 1, 4, 1, 644, 2, 0, 1)).setObjects(("ERI-DNX-SMC-MIB", "trapSequence"), ("ERI-DNX-SMC-MIB", "trapResourceKey"), ("ERI-DNX-SMC-MIB", "trapTime"), ("ERI-DNX-SMC-MIB", "trapResourceAddress"), ("ERI-DNX-SMC-MIB", "trapResourceType"), ("ERI-DNX-SMC-MIB", "trapType"), ("ERI-DNX-SMC-MIB", "trapState"), ("ERI-DNX-SMC-MIB", "trapSeverity"))
if mibBuilder.loadTexts: alarmTrap.setStatus('current')
deleteResourceTrap = NotificationType((1, 3, 6, 1, 4, 1, 644, 2, 0, 2)).setObjects(("ERI-DNX-SMC-MIB", "resourceKey"), ("ERI-DNX-SMC-MIB", "trapSequence"))
if mibBuilder.loadTexts: deleteResourceTrap.setStatus('current')
dnxTrapEnterprise = ObjectIdentity((1, 3, 6, 1, 4, 1, 644, 2, 4, 0))
if mibBuilder.loadTexts: dnxTrapEnterprise.setStatus('current')
connectionEventTrap = NotificationType((1, 3, 6, 1, 4, 1, 644, 2, 4, 0, 3)).setObjects(("ERI-DNX-SMC-MIB", "trapSequence"), ("ERI-DNX-SMC-MIB", "sysMapID"), ("ERI-DNX-SMC-MIB", "sysConnID"), ("ERI-DNX-SMC-MIB", "sysCmdStatus"))
if mibBuilder.loadTexts: connectionEventTrap.setStatus('current')
connMapMgrTrap = NotificationType((1, 3, 6, 1, 4, 1, 644, 2, 4, 0, 4)).setObjects(("ERI-DNX-SMC-MIB", "trapSequence"), ("ERI-DNX-SMC-MIB", "connMapID"), ("ERI-DNX-SMC-MIB", "connMapCmdStatus"))
if mibBuilder.loadTexts: connMapMgrTrap.setStatus('current')
connMapCopyTrap = NotificationType((1, 3, 6, 1, 4, 1, 644, 2, 4, 0, 6)).setObjects(("ERI-DNX-SMC-MIB", "trapSequence"), ("ERI-DNX-SMC-MIB", "lastMapCopied"), ("ERI-DNX-SMC-MIB", "connMapID"))
if mibBuilder.loadTexts: connMapCopyTrap.setStatus('current')
bulkConnPurgeTrap = NotificationType((1, 3, 6, 1, 4, 1, 644, 2, 4, 0, 7)).setObjects(("ERI-DNX-SMC-MIB", "trapSequence"), ("ERI-DNX-SMC-MIB", "resourceKey"), ("ERI-DNX-SMC-MIB", "connMapID"), ("ERI-DNX-SMC-MIB", "connMapCounts"))
if mibBuilder.loadTexts: bulkConnPurgeTrap.setStatus('current')
clockSrcChgTrap = NotificationType((1, 3, 6, 1, 4, 1, 644, 2, 4, 0, 10)).setObjects(("ERI-DNX-SMC-MIB", "trapSequence"), ("ERI-DNX-SMC-MIB", "clockSrcActive"), ("ERI-DNX-SMC-MIB", "primaryClockSrc"), ("ERI-DNX-SMC-MIB", "secondaryClockSrc"), ("ERI-DNX-SMC-MIB", "tertiaryClockSrc"), ("ERI-DNX-SMC-MIB", "clockSrcCmdStatus"))
if mibBuilder.loadTexts: clockSrcChgTrap.setStatus('current')
trunkCondProfTrap = NotificationType((1, 3, 6, 1, 4, 1, 644, 2, 4, 0, 13)).setObjects(("ERI-DNX-SMC-MIB", "trapSequence"), ("ERI-DNX-SMC-MIB", "trunkProfileID"), ("ERI-DNX-SMC-MIB", "trunkCmdStatus"))
if mibBuilder.loadTexts: trunkCondProfTrap.setStatus('current')
systemEventTrap = NotificationType((1, 3, 6, 1, 4, 1, 644, 2, 4, 0, 14)).setObjects(("ERI-DNX-SMC-MIB", "trapSequence"), ("ERI-DNX-SMC-MIB", "trapSysEvent"), ("ERI-DNX-SMC-MIB", "trapSeverity"))
if mibBuilder.loadTexts: systemEventTrap.setStatus('current')
trapDestCfgTrap = NotificationType((1, 3, 6, 1, 4, 1, 644, 2, 4, 0, 15)).setObjects(("ERI-DNX-SMC-MIB", "trapSequence"), ("ERI-DNX-SMC-MIB", "trapDestAddr"), ("ERI-DNX-SMC-MIB", "trapDestCmdStatus"))
if mibBuilder.loadTexts: trapDestCfgTrap.setStatus('current')
featureKeyCfgTrap = NotificationType((1, 3, 6, 1, 4, 1, 644, 2, 4, 0, 16)).setObjects(("ERI-DNX-SMC-MIB", "trapSequence"), ("ERI-DNX-SMC-MIB", "featureKeyName"), ("ERI-DNX-SMC-MIB", "featureKeyState"), ("ERI-DNX-SMC-MIB", "featureKeyCmdStatus"))
if mibBuilder.loadTexts: featureKeyCfgTrap.setStatus('current')
mibBuilder.exportSymbols("ERI-DNX-SMC-MIB", trunkCondProfTrap=trunkCondProfTrap, resourceCriticalMask=resourceCriticalMask, sysSrcTrunkCProfile=sysSrcTrunkCProfile, resourceKey=resourceKey, resourceAlarmTable=resourceAlarmTable, lastMapCopied=lastMapCopied, trapCfg=trapCfg, PYSNMP_MODULE_ID=eriDNXSmcMIB, dbHostFilename=dbHostFilename, connMapCurrStatus=connMapCurrStatus, addConnRecord=addConnRecord, trunkCProfileEntry=trunkCProfileEntry, sysConnType=sysConnType, enterNewFeatureKey=enterNewFeatureKey, trapDestinationTable=trapDestinationTable, dbRemoteHostTableEntry=dbRemoteHostTableEntry, deleteResourceTrap=deleteResourceTrap, sysProfile=sysProfile, activeMapId=activeMapId, eriDNXSmcMIB=eriDNXSmcMIB, sysConnTable=sysConnTable, NestSlotAddress=NestSlotAddress, resourceAlarmInfoMask=resourceAlarmInfoMask, sysConnSpeed=sysConnSpeed, sysDestTsLineType=sysDestTsLineType, trapResourceAddress=trapResourceAddress, sysSrcAddr=sysSrcAddr, trunkProfileID=trunkProfileID, sysConnInstance=sysConnInstance, resourceEntry=resourceEntry, resourceInfoMask=resourceInfoMask, addConnSpeed=addConnSpeed, utilities=utilities, trapDestTimeout=trapDestTimeout, DataSwitch=DataSwitch, trapSeverity=trapSeverity, actvSrcTsLineType=actvSrcTsLineType, LinkCmdStatus=LinkCmdStatus, sysSecondaryState=sysSecondaryState, sysDateTime=sysDateTime, mibProfile=mibProfile, addComm=addComm, dbBackupHour=dbBackupHour, actvConnType=actvConnType, trapType=trapType, sysMacAddress=sysMacAddress, trunkCProfileTable=trunkCProfileTable, sysWeekday=sysWeekday, primaryClockSrc=primaryClockSrc, ConnectionSpeed=ConnectionSpeed, resourceAlarmAddr=resourceAlarmAddr, actvConnTable=actvConnTable, dbHostIp=dbHostIp, systemEventTrap=systemEventTrap, addDestTrunkCProfile=addDestTrunkCProfile, actvSrcTrunkCProfile=actvSrcTrunkCProfile, devices=devices, trapSequence=trapSequence, sysMin=sysMin, trapDestCmdStatus=trapDestCmdStatus, actvDestTsLineType=actvDestTsLineType, featureKeyCmdStatus=featureKeyCmdStatus, dbHostDirectory=dbHostDirectory, trapResourceKey=trapResourceKey, xilinxType=xilinxType, DecisionType=DecisionType, addSrcTrunkCProfile=addSrcTrunkCProfile, ConnectionState2=ConnectionState2, sysDestAddr=sysDestAddr, addDestTsBitmap=addDestTsBitmap, connMapCmdStatus=connMapCmdStatus, rearModem=rearModem, dbAutoBackup=dbAutoBackup, trunkCmdStatus=trunkCmdStatus, releaseDate=releaseDate, trapSysEvent=trapSysEvent, connMapName=connMapName, FunctionSwitch=FunctionSwitch, sysMonth=sysMonth, resourceNominalMask=resourceNominalMask, featureKeyState=featureKeyState, activeSMC=activeSMC, sysDay=sysDay, addMapID=addMapID, resourceType=resourceType, addSrcAddr=addSrcAddr, dbHostIndex=dbHostIndex, alarmTrap=alarmTrap, resourceAlarmType=resourceAlarmType, dnxFeatureKeyTable=dnxFeatureKeyTable, newKeyCode=newKeyCode, actvConnID=actvConnID, flashChksum=flashChksum, sysAlarmCutOff=sysAlarmCutOff, actvDestTrunkCProfile=actvDestTrunkCProfile, resourceAddr=resourceAddr, dbRemoteHostTable=dbRemoteHostTable, dbHostCmdStatus=dbHostCmdStatus, database=database, traps=traps, clockSrcActive=clockSrcActive, CurrentDevStatus=CurrentDevStatus, systemRelease=systemRelease, connectionEventTrap=connectionEventTrap, addCmdStatus=addCmdStatus, ConnectionState1=ConnectionState1, connMapCopyTrap=connMapCopyTrap, actvSecondaryState=actvSecondaryState, featureKeyName=featureKeyName, secondaryClockSrc=secondaryClockSrc, connections=connections, systemMgrType=systemMgrType, actvDestAddr=actvDestAddr, actvMapID=actvMapID, sysYear=sysYear, trunkSignalStart=trunkSignalStart, actvConnName=actvConnName, featureKeyCfgTrap=featureKeyCfgTrap, connInfo=connInfo, connMapDescription=connMapDescription, actvConnEntry=actvConnEntry, addBroadSrcId=addBroadSrcId, connMapTable=connMapTable, actvDestTsBitmap=actvDestTsBitmap, trapState=trapState, xilinxVersion=xilinxVersion, addConnName=addConnName, sysTimeCmdStatus=sysTimeCmdStatus, resourceMajorMask=resourceMajorMask, actvConnSpeed=actvConnSpeed, trapTime=trapTime, sysSrcTsBitmap=sysSrcTsBitmap, DnxResourceType=DnxResourceType, actvComm=actvComm, actvSrcAddr=actvSrcAddr, sysCustomerId=sysCustomerId, sysSec=sysSec, PortStatus=PortStatus, featureKeys=featureKeys, resourceState=resourceState, sysComm=sysComm, sysSa4RxTxTrap=sysSa4RxTxTrap, actvBroadSrcId=actvBroadSrcId, unitName=unitName, connMapDate=connMapDate, connMapMgrTrap=connMapMgrTrap, CommunicationsType=CommunicationsType, resourceTrapMask=resourceTrapMask, clockSrcConfig=clockSrcConfig, sysMapID=sysMapID, newKeyCodeCmdStatus=newKeyCodeCmdStatus, resourceAlarmState=resourceAlarmState, DnxTsPortType=DnxTsPortType, tertiaryClockSrc=tertiaryClockSrc, actvSrcTsBitmap=actvSrcTsBitmap, actvTestMode=actvTestMode, addSrcTsBitmap=addSrcTsBitmap, dbBackupDayOfWeek=dbBackupDayOfWeek, trunkData=trunkData, addTestMode=addTestMode, resourceAlarmMajorMask=resourceAlarmMajorMask, sysSrcTsLineType=sysSrcTsLineType, MapNumber=MapNumber, resourceAlarmMinorMask=resourceAlarmMinorMask, sysConnName=sysConnName, resourceMinorMask=resourceMinorMask, eriTrapEnterprise=eriTrapEnterprise, clockSrcChgTrap=clockSrcChgTrap, clockSrcCmdStatus=clockSrcCmdStatus, connDBChecksum=connDBChecksum, connMapChecksum=connMapChecksum, resourceAlarmNominalMask=resourceAlarmNominalMask, dnx=dnx, bulkConnPurgeTrap=bulkConnPurgeTrap, UnsignedInt=UnsignedInt, sysMgrOnlineTime=sysMgrOnlineTime, sysConnChecksum=sysConnChecksum, resourceAlarmEntry=resourceAlarmEntry, resourceAlarmCriticalMask=resourceAlarmCriticalMask, trunkSignalEnd=trunkSignalEnd, dbBackup=dbBackup, connMapEntry=connMapEntry, ConnCmdStatus=ConnCmdStatus, sysConnID=sysConnID, DnxTrunkProfSelection=DnxTrunkProfSelection, featureKeyId=featureKeyId, sysBroadSrcId=sysBroadSrcId, trapResourceType=trapResourceType, AlarmSeverity=AlarmSeverity, resourceAlarmTrapMask=resourceAlarmTrapMask, OneByteField=OneByteField, TimeSlotAddress=TimeSlotAddress, dbBackupOccurrence=dbBackupOccurrence, actvConnChecksum=actvConnChecksum, sysClock=sysClock, trapDestPduType=trapDestPduType, addConnType=addConnType, sysPrimaryState=sysPrimaryState, addConnID=addConnID, ClockSrcAddress=ClockSrcAddress, addDestAddr=addDestAddr, connMapID=connMapID, ConnectionType=ConnectionType, unitType=unitType, sysHour=sysHour, dnxFeatureKeyEntry=dnxFeatureKeyEntry, sysDestTsBitmap=sysDestTsBitmap, LinkPortAddress=LinkPortAddress, sysTestMode=sysTestMode, actvPrimaryState=actvPrimaryState, actvConnInstance=actvConnInstance, dnxTrapEnterprise=dnxTrapEnterprise, actvCmdStatus=actvCmdStatus, trapDestMaxRetry=trapDestMaxRetry, trapDestName=trapDestName, connMapVersions=connMapVersions, sysDestTrunkCProfile=sysDestTrunkCProfile, trapDestCfgTrap=trapDestCfgTrap, resourceTable=resourceTable, trapDestAddr=trapDestAddr, clockSrcMode=clockSrcMode, dbBackupMin=dbBackupMin, sysConnEntry=sysConnEntry, TestAccess=TestAccess, trapDestinationEntry=trapDestinationEntry, connMapCounts=connMapCounts, resourceAlarmKey=resourceAlarmKey, sysMgr=sysMgr, sysCmdStatus=sysCmdStatus)
| (object_identifier, integer, octet_string) = mibBuilder.importSymbols('ASN1', 'ObjectIdentifier', 'Integer', 'OctetString')
(named_values,) = mibBuilder.importSymbols('ASN1-ENUMERATION', 'NamedValues')
(single_value_constraint, value_size_constraint, constraints_intersection, value_range_constraint, constraints_union) = mibBuilder.importSymbols('ASN1-REFINEMENT', 'SingleValueConstraint', 'ValueSizeConstraint', 'ConstraintsIntersection', 'ValueRangeConstraint', 'ConstraintsUnion')
(eri_mibs, eri_products) = mibBuilder.importSymbols('ERI-ROOT-SMI', 'eriMibs', 'eriProducts')
(notification_group, module_compliance) = mibBuilder.importSymbols('SNMPv2-CONF', 'NotificationGroup', 'ModuleCompliance')
(iso, ip_address, unsigned32, gauge32, mib_identifier, notification_type, counter64, module_identity, counter32, object_identity, integer32, bits, time_ticks, mib_scalar, mib_table, mib_table_row, mib_table_column) = mibBuilder.importSymbols('SNMPv2-SMI', 'iso', 'IpAddress', 'Unsigned32', 'Gauge32', 'MibIdentifier', 'NotificationType', 'Counter64', 'ModuleIdentity', 'Counter32', 'ObjectIdentity', 'Integer32', 'Bits', 'TimeTicks', 'MibScalar', 'MibTable', 'MibTableRow', 'MibTableColumn')
(display_string, textual_convention) = mibBuilder.importSymbols('SNMPv2-TC', 'DisplayString', 'TextualConvention')
eri_dnx_smc_mib = module_identity((1, 3, 6, 1, 4, 1, 644, 3, 1))
eriDNXSmcMIB.setRevisions(('2003-05-19 00:00', '2003-05-06 00:00', '2003-03-21 00:00', '2003-02-25 00:00', '2003-01-28 00:00', '2003-01-10 00:00', '2003-01-03 00:00', '2002-11-18 00:00', '2002-10-30 00:00', '2002-09-19 00:00', '2002-08-20 00:00', '2002-07-22 00:00', '2002-07-03 00:00', '2002-05-31 00:00', '2002-05-13 00:00', '2002-05-06 00:00', '2002-04-22 00:00', '2002-04-18 00:00', '2002-04-12 00:00', '2002-03-11 00:00', '2001-11-13 00:00', '2001-09-10 00:00', '2001-08-13 00:00', '2001-07-19 00:00', '2001-07-05 00:00', '2001-06-23 00:00', '2001-06-01 00:00', '2001-05-21 00:00', '2001-03-23 00:00', '2001-03-01 00:00', '2001-01-02 00:00', '2000-12-01 00:00', '2000-10-26 00:00', '2000-10-02 00:00', '2000-07-26 00:00', '2000-05-31 00:00', '2000-05-15 00:00', '2000-02-25 00:00', '1999-12-15 00:00', '1999-11-09 00:00', '1998-12-15 00:00'))
if mibBuilder.loadTexts:
eriDNXSmcMIB.setLastUpdated('200305190000Z')
if mibBuilder.loadTexts:
eriDNXSmcMIB.setOrganization('Eastern Research, Inc.')
dnx = mib_identifier((1, 3, 6, 1, 4, 1, 644, 2, 4))
sys_mgr = mib_identifier((1, 3, 6, 1, 4, 1, 644, 2, 4, 1))
devices = mib_identifier((1, 3, 6, 1, 4, 1, 644, 2, 4, 2))
traps = mib_identifier((1, 3, 6, 1, 4, 1, 644, 2, 4, 3))
class Dnxresourcetype(TextualConvention, Integer32):
status = 'current'
subtype_spec = Integer32.subtypeSpec + constraints_union(single_value_constraint(0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 124, 125, 126, 127, 128, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144))
named_values = named_values(('slot', 0), ('deviceOctalE1T1', 1), ('deviceQuadHighSpeed', 2), ('deviceOctalHighSpeed', 3), ('deviceQuadOcu', 4), ('deviceSystemManager', 5), ('deviceQuadT1', 6), ('deviceT3', 7), ('deviceTestAccess', 8), ('deviceVoice', 9), ('deviceVoiceEM', 10), ('deviceVoiceFXO', 11), ('deviceVoiceFXS', 12), ('powerSupply', 14), ('protectionSwitch', 15), ('deviceRouterCard', 16), ('deviceSts1', 17), ('deviceHybridDS3', 18), ('deviceGr303', 19), ('deviceXCC', 20), ('deviceXLC', 21), ('deviceNodeManager', 22), ('nest', 23), ('node', 24), ('deviceDs0DP', 25), ('deviceSTM1', 26), ('deviceOC3', 27), ('deviceE3', 28), ('deviceXLC-T1E1', 29), ('deviceSTM1X', 30), ('deviceOC3X', 31), ('deviceContact', 32), ('deviceVoltage', 33), ('deviceAsync', 34), ('deviceSync', 35), ('deviceWan', 36), ('dnx1UQuadT1E1', 37), ('deviceTempSensor', 38), ('dnx1UPowerSupply', 39), ('dnx1USysMgr', 40), ('deviceTranscoder', 41), ('portOctal-T1E1', 100), ('portQuadHighSpeed', 101), ('portOctalHighSpeed', 102), ('portQuadOcu', 103), ('portQuadT1', 104), ('portOctalT1', 105), ('linkT3-T1', 106), ('portT3', 107), ('portTestAccess', 108), ('portVoiceEM', 109), ('portVoiceFXO', 110), ('portVoiceFXS', 111), ('psxNarrowband', 112), ('psxBroadband', 113), ('psxNarrowbandSpare', 114), ('psxBroadbandSpare', 115), ('portRouter', 116), ('linkSts1-T1E1', 117), ('portSts1', 118), ('linkHds3-T1E1', 119), ('portHybridDS3', 120), ('portGr303', 121), ('linkXlink', 124), ('portDs0DP', 125), ('clockDs0DP', 126), ('sysMgrClock', 127), ('linkSTM1-T1E1', 128), ('linkOC3-T1E1', 130), ('payloadSTM1', 131), ('overheadSTM1', 132), ('payloadOC3', 133), ('overheadOC3', 134), ('portE3', 135), ('linkE3-E1', 136), ('opticalXlink', 137), ('portContact', 138), ('portVoltage', 139), ('portAsync', 140), ('linkT1E1', 141), ('portHighSpeed', 142), ('portVirtualWan', 143), ('portTranscoder', 144))
class Alarmseverity(TextualConvention, Integer32):
status = 'current'
subtype_spec = Integer32.subtypeSpec + constraints_union(single_value_constraint(0, 1, 2, 3, 4))
named_values = named_values(('nominal', 0), ('informational', 1), ('minor', 2), ('major', 3), ('critical', 4))
class Decisiontype(TextualConvention, Integer32):
status = 'current'
subtype_spec = Integer32.subtypeSpec + constraints_union(single_value_constraint(0, 1))
named_values = named_values(('no', 0), ('yes', 1))
class Functionswitch(TextualConvention, Integer32):
status = 'current'
subtype_spec = Integer32.subtypeSpec + constraints_union(single_value_constraint(0, 1))
named_values = named_values(('disable', 0), ('enable', 1))
class Currentdevstatus(TextualConvention, Integer32):
status = 'current'
subtype_spec = Integer32.subtypeSpec + constraints_union(single_value_constraint(0, 1))
named_values = named_values(('inactive', 0), ('active', 1))
class Portstatus(TextualConvention, Integer32):
status = 'current'
subtype_spec = Integer32.subtypeSpec + constraints_union(single_value_constraint(0, 1))
named_values = named_values(('out-service', 0), ('in-service', 1))
class Dataswitch(TextualConvention, Integer32):
status = 'current'
subtype_spec = Integer32.subtypeSpec + constraints_union(single_value_constraint(0, 1))
named_values = named_values(('off', 0), ('on', 1))
class Timeslotaddress(TextualConvention, IpAddress):
status = 'current'
class Linkportaddress(TextualConvention, IpAddress):
status = 'current'
class Clocksrcaddress(TextualConvention, IpAddress):
status = 'current'
class Nestslotaddress(TextualConvention, IpAddress):
status = 'current'
class Unsignedint(TextualConvention, Unsigned32):
status = 'current'
class Connectiontype(TextualConvention, Integer32):
status = 'current'
subtype_spec = Integer32.subtypeSpec + constraints_union(single_value_constraint(0, 1, 2, 3, 4, 7, 8, 9, 10))
named_values = named_values(('fullDuplex', 0), ('broadcastConnection', 1), ('broadcastMaster', 2), ('listenSrc', 3), ('listenDest', 4), ('listenerConnection', 7), ('vcmp', 8), ('subChannel', 9), ('subRate', 10))
class Communicationstype(TextualConvention, Integer32):
status = 'current'
subtype_spec = Integer32.subtypeSpec + constraints_union(single_value_constraint(0, 1, 2, 3, 4, 5, 6, 7, 8))
named_values = named_values(('data', 0), ('voice', 1), ('voiceAuToMu', 2), ('comp16kBitGrp1-2', 3), ('comp16kBitGrp3-4', 4), ('comp16kBitGrp5-6', 5), ('comp16kBitGrp7-8', 6), ('comp32kBitGrp1-4', 7), ('comp32kBitGrp5-8', 8))
class Connectionstate1(TextualConvention, Integer32):
status = 'current'
subtype_spec = Integer32.subtypeSpec + constraints_union(single_value_constraint(0, 1))
named_values = named_values(('inSrvc', 0), ('outOfSrvc', 1))
class Connectionstate2(TextualConvention, Integer32):
status = 'current'
subtype_spec = Integer32.subtypeSpec + constraints_union(single_value_constraint(1, 2, 3))
named_values = named_values(('ok', 1), ('underTest', 2), ('cfgError', 3))
class Mapnumber(TextualConvention, Integer32):
status = 'current'
subtype_spec = Integer32.subtypeSpec + constraints_union(single_value_constraint(0, 1, 2, 3, 4, 5))
named_values = named_values(('activeMap', 0), ('map01', 1), ('map02', 2), ('map03', 3), ('map04', 4), ('map05', 5))
class Testaccess(TextualConvention, Integer32):
status = 'current'
subtype_spec = Integer32.subtypeSpec + constraints_union(single_value_constraint(0, 1, 2, 3, 4, 5, 6))
named_values = named_values(('none', 0), ('monitorSrc', 1), ('monitorDest', 2), ('monitorSrcNDest', 3), ('splitSrc', 4), ('splitDest', 5), ('splitSrcNDest', 6))
class Connectionspeed(TextualConvention, Integer32):
status = 'current'
subtype_spec = Integer32.subtypeSpec + constraints_union(single_value_constraint(0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 96, 99))
named_values = named_values(('s48k', 0), ('s56k', 1), ('s64k', 2), ('s112k-2x56', 3), ('s128k-2x64', 4), ('s168k-3x56', 5), ('s192k-3x64', 6), ('s224k-4x56', 7), ('s256k-4x64', 8), ('s280k-5x56', 9), ('s320k-5x64', 10), ('s336k-6x56', 11), ('s384k-6x64', 12), ('s392k-7x56', 13), ('s448k-7x64', 14), ('s448k-8x56', 15), ('s512k-8x64', 16), ('s504k-9x56', 17), ('s576k-9x64', 18), ('s560k-10x56', 19), ('s640k-10x64', 20), ('s616k-11x56', 21), ('s704k-11x64', 22), ('s672k-12x56', 23), ('s768k-12x64', 24), ('s728k-13x56', 25), ('s832k-13x64', 26), ('s784k-14x56', 27), ('s896k-14x64', 28), ('s840k-15x56', 29), ('s960k-15x64', 30), ('s896k-16x56', 31), ('s1024k-16x64', 32), ('s952k-17x56', 33), ('s1088k-17x64', 34), ('s1008k-18x56', 35), ('s1152k-18x64', 36), ('s1064k-19x56', 37), ('s1216k-19x64', 38), ('s1120k-20x56', 39), ('s1280k-20x64', 40), ('s1176k-21x56', 41), ('s1344k-21x64', 42), ('s1232k-22x56', 43), ('s1408k-22x64', 44), ('s1288k-23x56', 45), ('s1472k-23x64', 46), ('s1344k-24x56', 47), ('s1536k-24x64', 48), ('s1400k-25x56', 49), ('s1600k-25x64', 50), ('s1456k-26x56', 51), ('s1664k-26x64', 52), ('s1512k-27x56', 53), ('s1728k-27x64', 54), ('s1568k-28x56', 55), ('s1792k-28x64', 56), ('s1624k-29x56', 57), ('s1856k-29x64', 58), ('s1680k-30x56', 59), ('s1920k-30x64', 60), ('s1736k-31x56', 61), ('s1984k-31x64', 62), ('s1792k-32x56', 63), ('s2048k-32x64', 64), ('clearT1-25x64', 65), ('clearE1-32x64', 66), ('s32k', 67), ('s16k', 68), ('s9600-baud', 96), ('no-connection', 99))
class Conncmdstatus(TextualConvention, Integer32):
status = 'current'
subtype_spec = Integer32.subtypeSpec + constraints_union(single_value_constraint(0, 1, 2, 3, 4, 5, 6, 101, 102, 103, 104, 105, 106, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 450, 500, 501, 502))
named_values = named_values(('ready-for-command', 0), ('update', 1), ('delete', 2), ('add', 3), ('addNsave', 4), ('updateNsave', 5), ('deleteNsave', 6), ('update-successful', 101), ('delete-successful', 102), ('add-successful', 103), ('add-save-successful', 104), ('update-save-successful', 105), ('del-save-successful', 106), ('err-general-connection-error', 400), ('err-src-broadcast-id-not-found', 401), ('err-src-port-in-use', 402), ('err-dest-port-in-use', 403), ('err-conn-name-in-use', 404), ('err-invalid-broadcast-id', 405), ('err-invalid-src-slot', 406), ('err-invalid-src-port', 407), ('err-invalid-src-timeslot', 408), ('err-src-port-bandwidth-exceeded', 409), ('err-invalid-dest-slot', 410), ('err-invalid-dest-port', 411), ('err-invalid-dest-timeslot', 412), ('err-dest-port-bandwidth-exceeded', 413), ('err-invalid-command', 414), ('err-not-enough-bts-available', 415), ('err-src-port-cannot-be-voice', 416), ('err-dest-port-cannot-be-voice', 417), ('err-invalid-communications-dev', 418), ('err-invalid-communications-type', 419), ('err-invalid-conn-name', 420), ('err-invalid-conn-type', 421), ('err-invalid-conn-speed', 422), ('err-invalid-conn-record', 423), ('err-conn-test-in-progress', 424), ('err-invalid-conn-id', 425), ('err-conn-not-saved-to-map', 426), ('err-connection-map-full', 427), ('err-invalid-card-type', 428), ('err-invalid-conn-bit-group', 429), ('err-conn-max-channels-used', 430), ('err-src-xlink-slot-not-assigned', 431), ('err-dest-xlink-slot-not-assigned', 432), ('err-protection-grp-conn-error', 433), ('err-cannot-chg-net-conn', 434), ('err-data-locked-by-another-user', 450), ('err-snmp-parse-failed', 500), ('err-invalid-snmp-type', 501), ('err-invalid-snmp-var-size', 502))
class Linkcmdstatus(TextualConvention, Integer32):
status = 'current'
subtype_spec = Integer32.subtypeSpec + constraints_union(single_value_constraint(0, 1, 7, 9, 12, 101, 107, 109, 112, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 450, 500, 501, 502))
named_values = named_values(('ready-for-command', 0), ('update', 1), ('inServiceAll', 7), ('copyToAll', 9), ('outOfServiceAll', 12), ('update-successful', 101), ('insvc-successful', 107), ('copy-successful', 109), ('oos-successful', 112), ('err-general-link-config-error', 400), ('err-invalid-link-status', 401), ('err-invalid-link-framing', 402), ('err-invalid-link-command', 403), ('err-invalid-link-lbo', 404), ('err-invalid-esf-format', 405), ('err-invalid-link-density', 406), ('err-invalid-link-op-mode', 407), ('err-invalid-link-rem-loop', 408), ('err-invalid-link-ais', 409), ('err-invalid-network-loop', 410), ('err-invalid-yellow-alarm', 411), ('err-invalid-red-timeout', 412), ('err-invalid-idle-code', 413), ('err-device-in-standby', 414), ('err-invalid-link-mapping', 415), ('err-invalid-link-vt-group', 416), ('err-invalid-rcv-clocksrc', 417), ('err-invalid-link-name', 418), ('err-invalid-interface', 419), ('err-invalid-polarity', 420), ('err-invalid-clock-timing', 421), ('err-invalid-control-signal', 422), ('err-dcd-dsr-not-applicable', 423), ('err-requires-special-mode', 424), ('err-cts-not-applicable', 425), ('err-gr303-not-applicable', 426), ('err-invalid-link-bits', 427), ('err-device-is-protection-module', 428), ('err-data-locked-by-another-user', 450), ('err-snmp-parse-failed', 500), ('err-invalid-snmp-type', 501), ('err-invalid-snmp-var-size', 502))
class Onebytefield(TextualConvention, OctetString):
status = 'current'
subtype_spec = OctetString.subtypeSpec + value_size_constraint(1, 1)
fixed_length = 1
class Dnxtsporttype(TextualConvention, Integer32):
status = 'current'
subtype_spec = Integer32.subtypeSpec + constraints_union(single_value_constraint(0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13))
named_values = named_values(('unknown', 0), ('e1', 1), ('t1', 2), ('high-speed', 3), ('wan', 4), ('e1-cas', 5), ('e1-clear-frm', 6), ('t1-clear-frm', 7), ('e1-clear-unfrm', 8), ('t1-clear-unfrm', 9), ('voice', 10), ('ds0dp', 11), ('ocu', 12), ('tam', 13))
class Dnxtrunkprofselection(TextualConvention, Integer32):
status = 'current'
subtype_spec = Integer32.subtypeSpec + constraints_union(single_value_constraint(0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16))
named_values = named_values(('none', 0), ('profile-1', 1), ('profile-2', 2), ('profile-3', 3), ('profile-4', 4), ('profile-5', 5), ('profile-6', 6), ('profile-7', 7), ('profile-8', 8), ('profile-9', 9), ('profile-10', 10), ('profile-11', 11), ('profile-12', 12), ('profile-13', 13), ('profile-14', 14), ('profile-15', 15), ('profile-16', 16))
resource_table = mib_table((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 1))
if mibBuilder.loadTexts:
resourceTable.setStatus('current')
resource_entry = mib_table_row((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 1, 1)).setIndexNames((0, 'ERI-DNX-SMC-MIB', 'resourceKey'))
if mibBuilder.loadTexts:
resourceEntry.setStatus('current')
resource_key = mib_table_column((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 1, 1, 1), unsigned_int()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
resourceKey.setStatus('current')
resource_addr = mib_table_column((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 1, 1, 2), display_string()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
resourceAddr.setStatus('current')
resource_type = mib_table_column((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 1, 1, 3), dnx_resource_type()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
resourceType.setStatus('current')
resource_state = mib_table_column((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 1, 1, 4), unsigned_int()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
resourceState.setStatus('current')
resource_critical_mask = mib_table_column((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 1, 1, 5), unsigned_int()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
resourceCriticalMask.setStatus('current')
resource_major_mask = mib_table_column((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 1, 1, 6), unsigned_int()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
resourceMajorMask.setStatus('current')
resource_minor_mask = mib_table_column((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 1, 1, 7), unsigned_int()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
resourceMinorMask.setStatus('current')
resource_info_mask = mib_table_column((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 1, 1, 8), unsigned_int()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
resourceInfoMask.setStatus('current')
resource_nominal_mask = mib_table_column((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 1, 1, 9), unsigned_int()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
resourceNominalMask.setStatus('current')
resource_trap_mask = mib_table_column((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 1, 1, 10), unsigned_int()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
resourceTrapMask.setStatus('current')
resource_alarm_table = mib_table((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 2))
if mibBuilder.loadTexts:
resourceAlarmTable.setStatus('current')
resource_alarm_entry = mib_table_row((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 2, 1)).setIndexNames((0, 'ERI-DNX-SMC-MIB', 'resourceAlarmKey'))
if mibBuilder.loadTexts:
resourceAlarmEntry.setStatus('current')
resource_alarm_key = mib_table_column((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 2, 1, 1), unsigned_int()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
resourceAlarmKey.setStatus('current')
resource_alarm_addr = mib_table_column((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 2, 1, 2), display_string()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
resourceAlarmAddr.setStatus('current')
resource_alarm_type = mib_table_column((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 2, 1, 3), dnx_resource_type()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
resourceAlarmType.setStatus('current')
resource_alarm_state = mib_table_column((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 2, 1, 4), unsigned_int()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
resourceAlarmState.setStatus('current')
resource_alarm_critical_mask = mib_table_column((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 2, 1, 5), unsigned_int()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
resourceAlarmCriticalMask.setStatus('current')
resource_alarm_major_mask = mib_table_column((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 2, 1, 6), unsigned_int()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
resourceAlarmMajorMask.setStatus('current')
resource_alarm_minor_mask = mib_table_column((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 2, 1, 7), unsigned_int()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
resourceAlarmMinorMask.setStatus('current')
resource_alarm_info_mask = mib_table_column((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 2, 1, 8), unsigned_int()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
resourceAlarmInfoMask.setStatus('current')
resource_alarm_nominal_mask = mib_table_column((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 2, 1, 9), unsigned_int()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
resourceAlarmNominalMask.setStatus('current')
resource_alarm_trap_mask = mib_table_column((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 2, 1, 10), unsigned_int()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
resourceAlarmTrapMask.setStatus('current')
sys_profile = mib_identifier((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 6))
unit_name = mib_scalar((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 6, 1), display_string().subtype(subtypeSpec=value_size_constraint(0, 30))).setMaxAccess('readwrite')
if mibBuilder.loadTexts:
unitName.setStatus('current')
unit_type = mib_scalar((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 6, 2), integer32().subtype(subtypeSpec=constraints_union(single_value_constraint(1, 2, 3, 4, 5))).clone(namedValues=named_values(('dnx4', 1), ('dnx11', 2), ('dnx11-psx', 3), ('dnx88', 4), ('dnx1U', 5)))).setMaxAccess('readonly')
if mibBuilder.loadTexts:
unitType.setStatus('current')
active_smc = mib_scalar((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 6, 3), integer32().subtype(subtypeSpec=constraints_union(single_value_constraint(1, 2))).clone(namedValues=named_values(('smc-A', 1), ('smc-B', 2)))).setMaxAccess('readonly')
if mibBuilder.loadTexts:
activeSMC.setStatus('current')
system_release = mib_scalar((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 6, 4), display_string().subtype(subtypeSpec=value_size_constraint(1, 5))).setMaxAccess('readonly')
if mibBuilder.loadTexts:
systemRelease.setStatus('current')
release_date = mib_scalar((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 6, 5), display_string().subtype(subtypeSpec=value_size_constraint(1, 20))).setMaxAccess('readonly')
if mibBuilder.loadTexts:
releaseDate.setStatus('current')
flash_chksum = mib_scalar((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 6, 6), display_string().subtype(subtypeSpec=value_size_constraint(6, 6)).setFixedLength(6)).setMaxAccess('readonly')
if mibBuilder.loadTexts:
flashChksum.setStatus('current')
xilinx_type = mib_scalar((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 6, 7), display_string().subtype(subtypeSpec=value_size_constraint(1, 20))).setMaxAccess('readonly')
if mibBuilder.loadTexts:
xilinxType.setStatus('current')
xilinx_version = mib_scalar((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 6, 8), display_string().subtype(subtypeSpec=value_size_constraint(1, 30))).setMaxAccess('readonly')
if mibBuilder.loadTexts:
xilinxVersion.setStatus('current')
rear_modem = mib_scalar((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 6, 9), decision_type()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
rearModem.setStatus('current')
mib_profile = mib_scalar((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 6, 10), display_string().subtype(subtypeSpec=value_size_constraint(1, 256))).setMaxAccess('readonly')
if mibBuilder.loadTexts:
mibProfile.setStatus('current')
system_mgr_type = mib_scalar((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 6, 11), integer32().subtype(subtypeSpec=constraints_union(single_value_constraint(1, 2, 3, 4))).clone(namedValues=named_values(('smc-I', 1), ('smc-II', 2), ('xnm', 3), ('dnx1u-sys', 4)))).setMaxAccess('readonly')
if mibBuilder.loadTexts:
systemMgrType.setStatus('current')
sys_alarm_cut_off = mib_scalar((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 6, 12), integer32().subtype(subtypeSpec=constraints_union(single_value_constraint(0, 1))).clone(namedValues=named_values(('enabled', 0), ('disabled', 1)))).setMaxAccess('readwrite')
if mibBuilder.loadTexts:
sysAlarmCutOff.setStatus('current')
sys_mac_address = mib_scalar((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 6, 13), octet_string().subtype(subtypeSpec=value_size_constraint(6, 6)).setFixedLength(6)).setMaxAccess('readonly')
if mibBuilder.loadTexts:
sysMacAddress.setStatus('current')
sys_sa4_rx_tx_trap = mib_scalar((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 6, 14), integer32().subtype(subtypeSpec=constraints_union(single_value_constraint(1, 0))).clone(namedValues=named_values(('enabled', 1), ('disabled', 0)))).setMaxAccess('readwrite')
if mibBuilder.loadTexts:
sysSa4RxTxTrap.setStatus('current')
sys_customer_id = mib_scalar((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 6, 15), integer32().subtype(subtypeSpec=value_range_constraint(1, 9999))).setMaxAccess('readonly')
if mibBuilder.loadTexts:
sysCustomerId.setStatus('current')
sys_mgr_online_time = mib_scalar((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 6, 16), time_ticks()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
sysMgrOnlineTime.setStatus('current')
feature_keys = mib_identifier((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 6, 100))
dnx_feature_key_table = mib_table((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 6, 100, 1))
if mibBuilder.loadTexts:
dnxFeatureKeyTable.setStatus('current')
dnx_feature_key_entry = mib_table_row((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 6, 100, 1, 1)).setIndexNames((0, 'ERI-DNX-SMC-MIB', 'featureKeyId'))
if mibBuilder.loadTexts:
dnxFeatureKeyEntry.setStatus('current')
feature_key_id = mib_table_column((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 6, 100, 1, 1, 1), integer32().subtype(subtypeSpec=value_range_constraint(1, 8))).setMaxAccess('readonly')
if mibBuilder.loadTexts:
featureKeyId.setStatus('current')
feature_key_name = mib_table_column((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 6, 100, 1, 1, 2), display_string()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
featureKeyName.setStatus('current')
feature_key_state = mib_table_column((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 6, 100, 1, 1, 3), integer32().subtype(subtypeSpec=constraints_union(single_value_constraint(0, 1, 2))).clone(namedValues=named_values(('noKey', 0), ('active', 1), ('inactive', 2)))).setMaxAccess('readwrite')
if mibBuilder.loadTexts:
featureKeyState.setStatus('current')
feature_key_cmd_status = mib_table_column((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 6, 100, 1, 1, 4), integer32().subtype(subtypeSpec=constraints_union(single_value_constraint(0, 1, 2, 101, 102, 400, 401, 450, 451, 500, 501, 502))).clone(namedValues=named_values(('ready-for-command', 0), ('update', 1), ('deleteKey', 2), ('update-successful', 101), ('delete-successful', 102), ('err-general-key-config-error', 400), ('err-invalid-state', 401), ('err-data-locked-by-another-user', 450), ('err-invalid-cmd-status', 451), ('err-snmp-parse-failed', 500), ('err-invalid-snmp-type', 501), ('err-invalid-snmp-var-size', 502)))).setMaxAccess('readwrite')
if mibBuilder.loadTexts:
featureKeyCmdStatus.setStatus('current')
enter_new_feature_key = mib_identifier((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 6, 100, 2))
new_key_code = mib_scalar((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 6, 100, 2, 1), display_string()).setMaxAccess('readwrite')
if mibBuilder.loadTexts:
newKeyCode.setStatus('current')
new_key_code_cmd_status = mib_scalar((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 6, 100, 2, 2), integer32().subtype(subtypeSpec=constraints_union(single_value_constraint(0, 1, 101, 402, 450, 451, 500, 501, 502))).clone(namedValues=named_values(('ready-for-command', 0), ('enterKey', 1), ('key-successful', 101), ('err-invalid-key', 402), ('err-data-locked-by-another-user', 450), ('err-invalid-cmd-status', 451), ('err-snmp-parse-failed', 500), ('err-invalid-snmp-type', 501), ('err-invalid-snmp-var-size', 502)))).setMaxAccess('readwrite')
if mibBuilder.loadTexts:
newKeyCodeCmdStatus.setStatus('current')
sys_clock = mib_identifier((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 7))
sys_date_time = mib_identifier((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 7, 1))
sys_month = mib_scalar((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 7, 1, 1), integer32().subtype(subtypeSpec=constraints_union(single_value_constraint(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12))).clone(namedValues=named_values(('january', 1), ('february', 2), ('march', 3), ('april', 4), ('may', 5), ('june', 6), ('july', 7), ('august', 8), ('september', 9), ('october', 10), ('november', 11), ('december', 12)))).setMaxAccess('readwrite')
if mibBuilder.loadTexts:
sysMonth.setStatus('current')
sys_day = mib_scalar((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 7, 1, 2), integer32().subtype(subtypeSpec=value_range_constraint(1, 31))).setMaxAccess('readwrite')
if mibBuilder.loadTexts:
sysDay.setStatus('current')
sys_year = mib_scalar((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 7, 1, 3), integer32()).setMaxAccess('readwrite')
if mibBuilder.loadTexts:
sysYear.setStatus('current')
sys_hour = mib_scalar((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 7, 1, 4), integer32().subtype(subtypeSpec=value_range_constraint(0, 23))).setMaxAccess('readwrite')
if mibBuilder.loadTexts:
sysHour.setStatus('current')
sys_min = mib_scalar((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 7, 1, 5), integer32().subtype(subtypeSpec=value_range_constraint(0, 59))).setMaxAccess('readwrite')
if mibBuilder.loadTexts:
sysMin.setStatus('current')
sys_sec = mib_scalar((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 7, 1, 6), integer32().subtype(subtypeSpec=value_range_constraint(0, 59))).setMaxAccess('readwrite')
if mibBuilder.loadTexts:
sysSec.setStatus('current')
sys_weekday = mib_scalar((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 7, 1, 7), integer32().subtype(subtypeSpec=constraints_union(single_value_constraint(1, 2, 3, 4, 5, 6, 7))).clone(namedValues=named_values(('monday', 1), ('tuesday', 2), ('wednesday', 3), ('thursday', 4), ('friday', 5), ('saturday', 6), ('sunday', 7)))).setMaxAccess('readwrite')
if mibBuilder.loadTexts:
sysWeekday.setStatus('current')
sys_time_cmd_status = mib_scalar((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 7, 1, 8), integer32().subtype(subtypeSpec=constraints_union(single_value_constraint(0, 1, 101, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 450, 500, 501, 502))).clone(namedValues=named_values(('ready-for-command', 0), ('update-sys-time', 1), ('update-successful', 101), ('err-general-time-date-error', 200), ('err-invalid-day', 201), ('err-invalid-month', 202), ('err-invalid-year', 203), ('err-invalid-hours', 204), ('err-invalid-minutes', 205), ('err-invalid-seconds', 206), ('err-invalid-weekday', 207), ('err-invalid-calendar', 208), ('err-invalid-sys-time-cmd', 209), ('err-data-locked-by-another-user', 450), ('err-snmp-parse-failed', 500), ('err-invalid-snmp-type', 501), ('err-invalid-snmp-var-size', 502)))).setMaxAccess('readwrite')
if mibBuilder.loadTexts:
sysTimeCmdStatus.setStatus('current')
clock_src_config = mib_identifier((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 7, 2))
clock_src_active = mib_scalar((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 7, 2, 1), integer32().subtype(subtypeSpec=constraints_union(single_value_constraint(0, 1, 2, 3, 4, 6, 7, 8))).clone(namedValues=named_values(('freerun', 0), ('holdover', 1), ('primary', 2), ('secondary', 3), ('tertiary', 4), ('primary-protected', 6), ('secondary-protected', 7), ('tertiary-protected', 8)))).setMaxAccess('readonly')
if mibBuilder.loadTexts:
clockSrcActive.setStatus('current')
primary_clock_src = mib_scalar((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 7, 2, 2), clock_src_address()).setMaxAccess('readwrite')
if mibBuilder.loadTexts:
primaryClockSrc.setStatus('current')
secondary_clock_src = mib_scalar((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 7, 2, 3), clock_src_address()).setMaxAccess('readwrite')
if mibBuilder.loadTexts:
secondaryClockSrc.setStatus('current')
tertiary_clock_src = mib_scalar((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 7, 2, 4), clock_src_address()).setMaxAccess('readwrite')
if mibBuilder.loadTexts:
tertiaryClockSrc.setStatus('current')
clock_src_mode = mib_scalar((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 7, 2, 5), integer32().subtype(subtypeSpec=constraints_union(single_value_constraint(0, 1, 2, 3, 4))).clone(namedValues=named_values(('freerun', 0), ('auto', 1), ('primary', 2), ('secondary', 3), ('tertiary', 4)))).setMaxAccess('readwrite')
if mibBuilder.loadTexts:
clockSrcMode.setStatus('current')
clock_src_cmd_status = mib_scalar((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 7, 2, 6), integer32().subtype(subtypeSpec=constraints_union(single_value_constraint(0, 1, 101, 200, 201, 202, 203, 204, 205, 450, 500, 501, 502))).clone(namedValues=named_values(('ready-for-command', 0), ('update-clock-src', 1), ('update-successful', 101), ('err-gen-clock-src-config-error', 200), ('err-invalid-slot', 201), ('err-invalid-port', 202), ('err-invalid-clock-src-command', 203), ('err-invalid-clock-mode', 204), ('err-invalid-station-clock', 205), ('err-data-locked-by-another-user', 450), ('err-snmp-parse-failed', 500), ('err-invalid-snmp-type', 501), ('err-invalid-snmp-var-size', 502)))).setMaxAccess('readwrite')
if mibBuilder.loadTexts:
clockSrcCmdStatus.setStatus('current')
connections = mib_identifier((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 8))
conn_info = mib_identifier((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 8, 1))
active_map_id = mib_scalar((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 8, 1, 1), integer32().subtype(subtypeSpec=value_range_constraint(1, 5))).setMaxAccess('readonly')
if mibBuilder.loadTexts:
activeMapId.setStatus('current')
conn_db_checksum = mib_scalar((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 8, 1, 2), unsigned_int()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
connDBChecksum.setStatus('current')
last_map_copied = mib_scalar((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 8, 1, 3), integer32().subtype(subtypeSpec=value_range_constraint(0, 5))).setMaxAccess('readonly')
if mibBuilder.loadTexts:
lastMapCopied.setStatus('current')
conn_map_table = mib_table((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 8, 2))
if mibBuilder.loadTexts:
connMapTable.setStatus('current')
conn_map_entry = mib_table_row((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 8, 2, 1)).setIndexNames((0, 'ERI-DNX-SMC-MIB', 'connMapID'))
if mibBuilder.loadTexts:
connMapEntry.setStatus('current')
conn_map_id = mib_table_column((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 8, 2, 1, 1), integer32().subtype(subtypeSpec=value_range_constraint(1, 5))).setMaxAccess('readonly')
if mibBuilder.loadTexts:
connMapID.setStatus('current')
conn_map_name = mib_table_column((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 8, 2, 1, 2), display_string().subtype(subtypeSpec=value_size_constraint(1, 11))).setMaxAccess('readwrite')
if mibBuilder.loadTexts:
connMapName.setStatus('current')
conn_map_curr_status = mib_table_column((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 8, 2, 1, 3), integer32().subtype(subtypeSpec=constraints_union(single_value_constraint(1, 2, 3))).clone(namedValues=named_values(('active', 1), ('non-active', 2), ('non-active-tagged', 3)))).setMaxAccess('readwrite')
if mibBuilder.loadTexts:
connMapCurrStatus.setStatus('current')
conn_map_description = mib_table_column((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 8, 2, 1, 4), display_string().subtype(subtypeSpec=value_size_constraint(0, 20))).setMaxAccess('readwrite')
if mibBuilder.loadTexts:
connMapDescription.setStatus('current')
conn_map_counts = mib_table_column((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 8, 2, 1, 5), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
connMapCounts.setStatus('current')
conn_map_versions = mib_table_column((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 8, 2, 1, 6), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
connMapVersions.setStatus('current')
conn_map_date = mib_table_column((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 8, 2, 1, 7), display_string()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
connMapDate.setStatus('current')
conn_map_cmd_status = mib_table_column((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 8, 2, 1, 8), integer32().subtype(subtypeSpec=constraints_union(single_value_constraint(0, 1, 2, 7, 8, 9, 100, 101, 102, 107, 108, 109, 200, 202, 203, 204, 205, 450, 500, 501, 502))).clone(namedValues=named_values(('ready-for-command', 0), ('update-map', 1), ('delete-map', 2), ('activate-map', 7), ('save-map', 8), ('copy-map-to-tagged-maps', 9), ('command-in-progress', 100), ('update-successful', 101), ('delete-successful', 102), ('activate-successful', 107), ('save-successful', 108), ('copy-successful', 109), ('err-general-map-config-error', 200), ('err-invalid-map-command', 202), ('err-invalid-map-name', 203), ('err-invalid-map-desc', 204), ('err-invalid-map-status', 205), ('err-data-locked-by-another-user', 450), ('err-snmp-parse-failed', 500), ('err-invalid-snmp-type', 501), ('err-invalid-snmp-var-size', 502)))).setMaxAccess('readwrite')
if mibBuilder.loadTexts:
connMapCmdStatus.setStatus('current')
conn_map_checksum = mib_table_column((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 8, 2, 1, 9), unsigned_int()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
connMapChecksum.setStatus('current')
sys_conn_table = mib_table((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 8, 3))
if mibBuilder.loadTexts:
sysConnTable.setStatus('current')
sys_conn_entry = mib_table_row((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 8, 3, 1)).setIndexNames((0, 'ERI-DNX-SMC-MIB', 'sysMapID'), (0, 'ERI-DNX-SMC-MIB', 'sysConnID'))
if mibBuilder.loadTexts:
sysConnEntry.setStatus('current')
sys_map_id = mib_table_column((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 8, 3, 1, 1), map_number()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
sysMapID.setStatus('current')
sys_conn_id = mib_table_column((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 8, 3, 1, 2), integer32().subtype(subtypeSpec=value_range_constraint(0, 16224))).setMaxAccess('readonly')
if mibBuilder.loadTexts:
sysConnID.setStatus('current')
sys_conn_name = mib_table_column((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 8, 3, 1, 3), display_string().subtype(subtypeSpec=value_size_constraint(1, 19))).setMaxAccess('readwrite')
if mibBuilder.loadTexts:
sysConnName.setStatus('current')
sys_conn_type = mib_table_column((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 8, 3, 1, 4), connection_type()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
sysConnType.setStatus('current')
sys_src_addr = mib_table_column((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 8, 3, 1, 5), time_slot_address()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
sysSrcAddr.setStatus('current')
sys_dest_addr = mib_table_column((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 8, 3, 1, 6), time_slot_address()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
sysDestAddr.setStatus('current')
sys_comm = mib_table_column((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 8, 3, 1, 7), communications_type()).setMaxAccess('readwrite')
if mibBuilder.loadTexts:
sysComm.setStatus('current')
sys_conn_speed = mib_table_column((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 8, 3, 1, 8), connection_speed()).setMaxAccess('readwrite')
if mibBuilder.loadTexts:
sysConnSpeed.setStatus('current')
sys_src_ts_bitmap = mib_table_column((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 8, 3, 1, 9), integer32()).setMaxAccess('readwrite')
if mibBuilder.loadTexts:
sysSrcTsBitmap.setStatus('current')
sys_dest_ts_bitmap = mib_table_column((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 8, 3, 1, 10), integer32()).setMaxAccess('readwrite')
if mibBuilder.loadTexts:
sysDestTsBitmap.setStatus('current')
sys_broad_src_id = mib_table_column((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 8, 3, 1, 11), integer32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
sysBroadSrcId.setStatus('current')
sys_test_mode = mib_table_column((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 8, 3, 1, 12), test_access()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
sysTestMode.setStatus('obsolete')
sys_cmd_status = mib_table_column((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 8, 3, 1, 13), conn_cmd_status()).setMaxAccess('readwrite')
if mibBuilder.loadTexts:
sysCmdStatus.setStatus('current')
sys_primary_state = mib_table_column((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 8, 3, 1, 14), connection_state1()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
sysPrimaryState.setStatus('current')
sys_secondary_state = mib_table_column((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 8, 3, 1, 15), connection_state2()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
sysSecondaryState.setStatus('current')
sys_conn_instance = mib_table_column((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 8, 3, 1, 16), integer32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
sysConnInstance.setStatus('current')
sys_conn_checksum = mib_table_column((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 8, 3, 1, 17), unsigned_int()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
sysConnChecksum.setStatus('current')
sys_src_ts_line_type = mib_table_column((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 8, 3, 1, 18), dnx_ts_port_type()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
sysSrcTsLineType.setStatus('current')
sys_dest_ts_line_type = mib_table_column((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 8, 3, 1, 19), dnx_ts_port_type()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
sysDestTsLineType.setStatus('current')
sys_src_trunk_c_profile = mib_table_column((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 8, 3, 1, 20), dnx_trunk_prof_selection()).setMaxAccess('readwrite')
if mibBuilder.loadTexts:
sysSrcTrunkCProfile.setStatus('current')
sys_dest_trunk_c_profile = mib_table_column((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 8, 3, 1, 21), dnx_trunk_prof_selection()).setMaxAccess('readwrite')
if mibBuilder.loadTexts:
sysDestTrunkCProfile.setStatus('current')
actv_conn_table = mib_table((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 8, 4))
if mibBuilder.loadTexts:
actvConnTable.setStatus('current')
actv_conn_entry = mib_table_row((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 8, 4, 1)).setIndexNames((0, 'ERI-DNX-SMC-MIB', 'actvMapID'), (0, 'ERI-DNX-SMC-MIB', 'actvConnID'))
if mibBuilder.loadTexts:
actvConnEntry.setStatus('current')
actv_map_id = mib_table_column((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 8, 4, 1, 1), map_number()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
actvMapID.setStatus('current')
actv_conn_id = mib_table_column((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 8, 4, 1, 2), integer32().subtype(subtypeSpec=value_range_constraint(0, 16224))).setMaxAccess('readonly')
if mibBuilder.loadTexts:
actvConnID.setStatus('current')
actv_conn_name = mib_table_column((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 8, 4, 1, 3), display_string().subtype(subtypeSpec=value_size_constraint(1, 19))).setMaxAccess('readwrite')
if mibBuilder.loadTexts:
actvConnName.setStatus('current')
actv_conn_type = mib_table_column((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 8, 4, 1, 4), connection_type()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
actvConnType.setStatus('current')
actv_src_addr = mib_table_column((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 8, 4, 1, 5), time_slot_address()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
actvSrcAddr.setStatus('current')
actv_dest_addr = mib_table_column((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 8, 4, 1, 6), time_slot_address()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
actvDestAddr.setStatus('current')
actv_comm = mib_table_column((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 8, 4, 1, 7), communications_type()).setMaxAccess('readwrite')
if mibBuilder.loadTexts:
actvComm.setStatus('current')
actv_conn_speed = mib_table_column((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 8, 4, 1, 8), connection_speed()).setMaxAccess('readwrite')
if mibBuilder.loadTexts:
actvConnSpeed.setStatus('current')
actv_src_ts_bitmap = mib_table_column((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 8, 4, 1, 9), integer32()).setMaxAccess('readwrite')
if mibBuilder.loadTexts:
actvSrcTsBitmap.setStatus('current')
actv_dest_ts_bitmap = mib_table_column((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 8, 4, 1, 10), integer32()).setMaxAccess('readwrite')
if mibBuilder.loadTexts:
actvDestTsBitmap.setStatus('current')
actv_broad_src_id = mib_table_column((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 8, 4, 1, 11), integer32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
actvBroadSrcId.setStatus('current')
actv_test_mode = mib_table_column((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 8, 4, 1, 12), test_access()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
actvTestMode.setStatus('obsolete')
actv_cmd_status = mib_table_column((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 8, 4, 1, 13), conn_cmd_status()).setMaxAccess('readwrite')
if mibBuilder.loadTexts:
actvCmdStatus.setStatus('current')
actv_primary_state = mib_table_column((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 8, 4, 1, 14), connection_state1()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
actvPrimaryState.setStatus('current')
actv_secondary_state = mib_table_column((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 8, 4, 1, 15), connection_state2()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
actvSecondaryState.setStatus('current')
actv_conn_instance = mib_table_column((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 8, 4, 1, 16), integer32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
actvConnInstance.setStatus('current')
actv_conn_checksum = mib_table_column((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 8, 4, 1, 17), unsigned_int()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
actvConnChecksum.setStatus('current')
actv_src_ts_line_type = mib_table_column((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 8, 4, 1, 18), dnx_ts_port_type()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
actvSrcTsLineType.setStatus('current')
actv_dest_ts_line_type = mib_table_column((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 8, 4, 1, 19), dnx_ts_port_type()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
actvDestTsLineType.setStatus('current')
actv_src_trunk_c_profile = mib_table_column((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 8, 4, 1, 20), dnx_trunk_prof_selection()).setMaxAccess('readwrite')
if mibBuilder.loadTexts:
actvSrcTrunkCProfile.setStatus('current')
actv_dest_trunk_c_profile = mib_table_column((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 8, 4, 1, 21), dnx_trunk_prof_selection()).setMaxAccess('readwrite')
if mibBuilder.loadTexts:
actvDestTrunkCProfile.setStatus('current')
add_conn_record = mib_identifier((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 8, 5))
add_map_id = mib_scalar((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 8, 5, 1), map_number()).setMaxAccess('readwrite')
if mibBuilder.loadTexts:
addMapID.setStatus('current')
add_conn_id = mib_scalar((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 8, 5, 2), integer32().subtype(subtypeSpec=value_range_constraint(0, 16224))).setMaxAccess('readwrite')
if mibBuilder.loadTexts:
addConnID.setStatus('current')
add_conn_name = mib_scalar((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 8, 5, 3), display_string().subtype(subtypeSpec=value_size_constraint(1, 19))).setMaxAccess('readwrite')
if mibBuilder.loadTexts:
addConnName.setStatus('current')
add_conn_type = mib_scalar((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 8, 5, 4), connection_type()).setMaxAccess('readwrite')
if mibBuilder.loadTexts:
addConnType.setStatus('current')
add_src_addr = mib_scalar((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 8, 5, 5), time_slot_address()).setMaxAccess('readwrite')
if mibBuilder.loadTexts:
addSrcAddr.setStatus('current')
add_dest_addr = mib_scalar((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 8, 5, 6), time_slot_address()).setMaxAccess('readwrite')
if mibBuilder.loadTexts:
addDestAddr.setStatus('current')
add_comm = mib_scalar((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 8, 5, 7), communications_type()).setMaxAccess('readwrite')
if mibBuilder.loadTexts:
addComm.setStatus('current')
add_conn_speed = mib_scalar((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 8, 5, 8), connection_speed()).setMaxAccess('readwrite')
if mibBuilder.loadTexts:
addConnSpeed.setStatus('current')
add_src_ts_bitmap = mib_scalar((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 8, 5, 9), integer32()).setMaxAccess('readwrite')
if mibBuilder.loadTexts:
addSrcTsBitmap.setStatus('current')
add_dest_ts_bitmap = mib_scalar((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 8, 5, 10), integer32()).setMaxAccess('readwrite')
if mibBuilder.loadTexts:
addDestTsBitmap.setStatus('current')
add_broad_src_id = mib_scalar((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 8, 5, 11), integer32().subtype(subtypeSpec=value_range_constraint(0, 16224))).setMaxAccess('readwrite')
if mibBuilder.loadTexts:
addBroadSrcId.setStatus('current')
add_test_mode = mib_scalar((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 8, 5, 12), test_access()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
addTestMode.setStatus('current')
add_cmd_status = mib_scalar((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 8, 5, 13), conn_cmd_status()).setMaxAccess('readwrite')
if mibBuilder.loadTexts:
addCmdStatus.setStatus('current')
add_src_trunk_c_profile = mib_scalar((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 8, 5, 14), dnx_trunk_prof_selection()).setMaxAccess('readwrite')
if mibBuilder.loadTexts:
addSrcTrunkCProfile.setStatus('current')
add_dest_trunk_c_profile = mib_scalar((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 8, 5, 15), dnx_trunk_prof_selection()).setMaxAccess('readwrite')
if mibBuilder.loadTexts:
addDestTrunkCProfile.setStatus('current')
trunk_c_profile_table = mib_table((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 8, 6))
if mibBuilder.loadTexts:
trunkCProfileTable.setStatus('current')
trunk_c_profile_entry = mib_table_row((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 8, 6, 1)).setIndexNames((0, 'ERI-DNX-SMC-MIB', 'trunkProfileID'))
if mibBuilder.loadTexts:
trunkCProfileEntry.setStatus('current')
trunk_profile_id = mib_table_column((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 8, 6, 1, 1), integer32().subtype(subtypeSpec=value_range_constraint(1, 16))).setMaxAccess('readonly')
if mibBuilder.loadTexts:
trunkProfileID.setStatus('current')
trunk_signal_start = mib_table_column((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 8, 6, 1, 2), octet_string().subtype(subtypeSpec=value_size_constraint(1, 1)).setFixedLength(1)).setMaxAccess('readwrite')
if mibBuilder.loadTexts:
trunkSignalStart.setStatus('current')
trunk_signal_end = mib_table_column((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 8, 6, 1, 3), octet_string().subtype(subtypeSpec=value_size_constraint(1, 1)).setFixedLength(1)).setMaxAccess('readwrite')
if mibBuilder.loadTexts:
trunkSignalEnd.setStatus('current')
trunk_data = mib_table_column((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 8, 6, 1, 4), octet_string().subtype(subtypeSpec=value_size_constraint(1, 1)).setFixedLength(1)).setMaxAccess('readwrite')
if mibBuilder.loadTexts:
trunkData.setStatus('current')
trunk_cmd_status = mib_table_column((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 8, 6, 1, 5), integer32().subtype(subtypeSpec=constraints_union(single_value_constraint(0, 1, 101, 200, 208, 400, 404, 450, 500, 501, 502))).clone(namedValues=named_values(('ready-for-command', 0), ('update', 1), ('update-successful', 101), ('err-general-trunk-error', 200), ('err-invalid-command', 208), ('err-general-config-error', 400), ('err-invalid-trunk-value', 404), ('err-data-locked-by-another-user', 450), ('err-snmp-parse-failed', 500), ('err-invalid-snmp-type', 501), ('err-invalid-snmp-var-size', 502)))).setMaxAccess('readwrite')
if mibBuilder.loadTexts:
trunkCmdStatus.setStatus('current')
utilities = mib_identifier((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 12))
database = mib_identifier((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 12, 1))
db_backup = mib_identifier((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 12, 1, 1))
db_auto_backup = mib_scalar((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 12, 1, 1, 1), decision_type()).setMaxAccess('readwrite')
if mibBuilder.loadTexts:
dbAutoBackup.setStatus('current')
db_backup_occurrence = mib_scalar((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 12, 1, 1, 2), integer32().subtype(subtypeSpec=constraints_union(single_value_constraint(0, 1))).clone(namedValues=named_values(('weekly', 0), ('daily', 1)))).setMaxAccess('readwrite')
if mibBuilder.loadTexts:
dbBackupOccurrence.setStatus('current')
db_backup_day_of_week = mib_scalar((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 12, 1, 1, 3), integer32().subtype(subtypeSpec=constraints_union(single_value_constraint(1, 2, 3, 4, 5, 6, 7))).clone(namedValues=named_values(('monday', 1), ('tuesday', 2), ('wednesday', 3), ('thursday', 4), ('friday', 5), ('saturday', 6), ('sunday', 7)))).setMaxAccess('readwrite')
if mibBuilder.loadTexts:
dbBackupDayOfWeek.setStatus('current')
db_backup_hour = mib_scalar((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 12, 1, 1, 4), integer32().subtype(subtypeSpec=value_range_constraint(0, 23))).setMaxAccess('readwrite')
if mibBuilder.loadTexts:
dbBackupHour.setStatus('current')
db_backup_min = mib_scalar((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 12, 1, 1, 5), integer32().subtype(subtypeSpec=value_range_constraint(0, 59))).setMaxAccess('readwrite')
if mibBuilder.loadTexts:
dbBackupMin.setStatus('current')
db_remote_host_table = mib_table((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 12, 1, 1, 10))
if mibBuilder.loadTexts:
dbRemoteHostTable.setStatus('current')
db_remote_host_table_entry = mib_table_row((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 12, 1, 1, 10, 1)).setIndexNames((0, 'ERI-DNX-SMC-MIB', 'dbHostIndex'))
if mibBuilder.loadTexts:
dbRemoteHostTableEntry.setStatus('current')
db_host_index = mib_table_column((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 12, 1, 1, 10, 1, 1), integer32().subtype(subtypeSpec=value_range_constraint(1, 3))).setMaxAccess('readonly')
if mibBuilder.loadTexts:
dbHostIndex.setStatus('current')
db_host_ip = mib_table_column((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 12, 1, 1, 10, 1, 2), ip_address()).setMaxAccess('readwrite')
if mibBuilder.loadTexts:
dbHostIp.setStatus('current')
db_host_directory = mib_table_column((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 12, 1, 1, 10, 1, 3), display_string().subtype(subtypeSpec=value_size_constraint(0, 45))).setMaxAccess('readwrite')
if mibBuilder.loadTexts:
dbHostDirectory.setStatus('current')
db_host_filename = mib_table_column((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 12, 1, 1, 10, 1, 4), display_string().subtype(subtypeSpec=value_size_constraint(0, 8))).setMaxAccess('readwrite')
if mibBuilder.loadTexts:
dbHostFilename.setStatus('current')
db_host_cmd_status = mib_table_column((1, 3, 6, 1, 4, 1, 644, 2, 4, 1, 12, 1, 1, 10, 1, 5), integer32().subtype(subtypeSpec=constraints_union(single_value_constraint(0, 1, 2, 8, 9, 11, 100, 101, 102, 108, 109, 111, 200, 201, 202, 203, 204, 210, 211, 450, 500, 501, 502))).clone(namedValues=named_values(('ready-for-command', 0), ('update-host', 1), ('clear-host', 2), ('saveDB', 8), ('saveDBToAll', 9), ('restoreDB', 11), ('command-in-progress', 100), ('update-successful', 101), ('clear-successful', 102), ('save-successful', 108), ('save-all-successful', 109), ('restore-successful', 111), ('err-general-host-config-error', 200), ('err-invalid-host-command', 201), ('err-invalid-host-addr', 202), ('err-invalid-host-name', 203), ('err-invalid-host-dir', 204), ('err-backup-file-creation-failed', 210), ('err-backup-file-transfer-failed', 211), ('err-data-locked-by-another-user', 450), ('err-snmp-parse-failed', 500), ('err-invalid-snmp-type', 501), ('err-invalid-snmp-var-size', 502)))).setMaxAccess('readwrite')
if mibBuilder.loadTexts:
dbHostCmdStatus.setStatus('current')
trap_sequence = mib_scalar((1, 3, 6, 1, 4, 1, 644, 2, 4, 3, 1), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
trapSequence.setStatus('current')
trap_resource_key = mib_scalar((1, 3, 6, 1, 4, 1, 644, 2, 4, 3, 2), integer32()).setMaxAccess('accessiblefornotify')
if mibBuilder.loadTexts:
trapResourceKey.setStatus('current')
trap_time = mib_scalar((1, 3, 6, 1, 4, 1, 644, 2, 4, 3, 3), display_string()).setMaxAccess('accessiblefornotify')
if mibBuilder.loadTexts:
trapTime.setStatus('current')
trap_resource_address = mib_scalar((1, 3, 6, 1, 4, 1, 644, 2, 4, 3, 4), display_string()).setMaxAccess('accessiblefornotify')
if mibBuilder.loadTexts:
trapResourceAddress.setStatus('current')
trap_resource_type = mib_scalar((1, 3, 6, 1, 4, 1, 644, 2, 4, 3, 5), dnx_resource_type()).setMaxAccess('accessiblefornotify')
if mibBuilder.loadTexts:
trapResourceType.setStatus('current')
trap_type = mib_scalar((1, 3, 6, 1, 4, 1, 644, 2, 4, 3, 6), integer32().subtype(subtypeSpec=constraints_union(single_value_constraint(101, 102, 141, 142, 203, 204, 206, 207, 208, 209, 210, 216, 219, 225, 228, 243, 244, 246, 247, 248, 249, 250, 256, 259, 265, 268, 301, 302, 304, 305, 306, 308, 309, 310, 312, 313, 321, 322, 323, 324, 325, 341, 342, 344, 345, 346, 348, 349, 350, 352, 353, 361, 362, 363, 364, 365, 401, 402, 403, 404, 425, 441, 442, 443, 444, 465, 501, 502, 503, 504, 505, 506, 512, 513, 515, 516, 517, 518, 519, 520, 522, 523, 524, 525, 541, 542, 543, 544, 545, 546, 552, 553, 555, 556, 557, 558, 559, 560, 562, 563, 564, 565, 601, 602, 641, 642, 706, 712, 723, 725, 746, 752, 763, 765, 825, 865, 925, 965, 1003, 1004, 1005, 1006, 1007, 1008, 1043, 1044, 1045, 1046, 1047, 1048, 1102, 1103, 1106, 1107, 1108, 1142, 1143, 1146, 1147, 1148, 1201, 1202, 1203, 1225, 1241, 1242, 1243, 1265, 1301, 1302, 1304, 1305, 1308, 1309, 1310, 1312, 1313, 1316, 1317, 1318, 1320, 1321, 1322, 1323, 1324, 1325, 1341, 1342, 1344, 1345, 1348, 1349, 1350, 1352, 1353, 1356, 1357, 1358, 1360, 1361, 1362, 1363, 1364, 1365, 1404, 1405, 1406, 1408, 1409, 1411, 1412, 1413, 1417, 1418, 1419, 1420, 1421, 1422, 1423, 1424, 1425, 1444, 1445, 1446, 1448, 1449, 1451, 1452, 1453, 1457, 1458, 1459, 1460, 1461, 1462, 1463, 1464, 1465, 1606, 1615, 1616, 1617, 1618, 1620, 1621, 1646, 1655, 1656, 1657, 1658, 1660, 1661, 1701, 1702, 1705, 1706, 1707, 1708, 1709, 1741, 1742, 1745, 1746, 1747, 1748, 1749, 1801, 1802, 1803, 1841, 1842, 1843, 1901, 1902, 1925), single_value_constraint(1941, 1942, 1965, 2001, 2002, 2041, 2042, 2201, 2202, 2204, 2205, 2208, 2209, 2210, 2213, 2217, 2218, 2219, 2220, 2221, 2222, 2223, 2224, 2225, 2241, 2242, 2244, 2245, 2248, 2249, 2250, 2253, 2257, 2258, 2259, 2260, 2261, 2262, 2263, 2264, 2265, 2301, 2302, 2303, 2304, 2305, 2341, 2342, 2343, 2344, 2345, 2401, 2402, 2403, 2404, 2405, 2413, 2414, 2415, 2441, 2442, 2443, 2444, 2445, 2453, 2454, 2455, 2501, 2502, 2504, 2505, 2506, 2512, 2513, 2515, 2516, 2517, 2519, 2520, 2523, 2525, 2541, 2542, 2544, 2545, 2546, 2552, 2553, 2555, 2556, 2557, 2559, 2560, 2563, 2565, 2601, 2625, 2641, 2665, 2701, 2725, 2741, 2765, 2801, 2802, 2803, 2804, 2805, 2841, 2842, 2843, 2844, 2845, 2901, 2941, 3001, 3025, 3041, 3065, 3108, 3109, 3110, 3119, 3125, 3148, 3149, 3159, 3150, 3165, 1, 2, 201, 202, 231, 241, 242, 271, 303, 307, 314, 316, 330, 331, 343, 347, 354, 356, 370, 371, 407, 424, 430, 431, 447, 464, 470, 471, 507, 514, 530, 531, 547, 554, 570, 571, 731, 771, 831, 871, 931, 971, 1001, 1009, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1231, 1271, 1303, 1307, 1314, 1330, 1331, 1343, 1347, 1354, 1370, 1371, 1403, 1407, 1414, 1430, 1431, 1443, 1447, 1454, 1470, 1471, 1531, 1571, 1930, 1931, 1970, 1971, 2203, 2207, 2216, 2230, 2231, 2243, 2247, 2256, 2270, 2271, 2307, 2308, 2330, 2347, 2348, 2370, 2407, 2408, 2409, 2430, 2447, 2448, 2449, 2470, 2503, 2507, 2514, 2530, 2531, 2543, 2547, 2554), single_value_constraint(2570, 2571, 3116, 3156))).clone(namedValues=named_values(('setSlotMismatch', 101), ('setSlotMissing', 102), ('clearSlotMismatch', 141), ('clearSlotMissing', 142), ('setDevFrameSyncNotPresent', 203), ('setDevSystemClockNotPresent', 204), ('setDevDataBaseNotInsync', 206), ('setDevFreeRunError', 207), ('setDevOffline', 208), ('setDevDefective', 209), ('setDevBusError', 210), ('setDevStratum3ClkFailure', 216), ('setDevCircuitCardMissing', 219), ('setDevConfigError', 225), ('setDevNoRearCard', 228), ('clearDevFrameSyncNotPresent', 243), ('clearDevSystemClockNotPresent', 244), ('clearDevDataBaseNotInsync', 246), ('clearDevFreeRunError', 247), ('clearDevOffline', 248), ('clearDevDefective', 249), ('clearDevBusError', 250), ('clearDevStratum3ClkFailure', 256), ('clearDevCircuitCardMissing', 259), ('clearDevConfigError', 265), ('clearDevNoRearCard', 268), ('setT1E1RcvFarEndLOF', 301), ('setT1E1NearEndSendLOF', 302), ('setT1E1NearEndSendingAIS', 304), ('setT1E1NearEndLOF', 305), ('setT1E1NearEndLossOfSignal', 306), ('setT1E1Ts16AIS', 308), ('setT1E1FarEndSendingTs16LOMF', 309), ('setT1E1NearEndSendingTs16LOMF', 310), ('setT1E1OtherLineStatus', 312), ('setT1E1NearEndUnavailableSig', 313), ('setT1E1NearEndTxSlip', 321), ('setT1E1NearEndRxSlip', 322), ('setT1E1NearEndSeverErroredFrame', 323), ('setT1E1ChangeFrameAlignment', 324), ('setT1E1ConfigError', 325), ('clearT1E1RcvFarEndLOF', 341), ('clearT1E1NearEndSendLOF', 342), ('clearT1E1NearEndSendingAIS', 344), ('clearT1E1NearEndLOF', 345), ('clearT1E1NearEndLossOfSignal', 346), ('clearT1E1Ts16AIS', 348), ('clearT1E1FarEndSendingTs16LOMF', 349), ('clearT1E1NearEndSendingTs16LOMF', 350), ('clearT1E1OtherLineStatus', 352), ('clearT1E1NearEndUnavailableSig', 353), ('clearT1E1NearEndTxSlip', 361), ('clearT1E1NearEndRxSlip', 362), ('clearT1E1NearEndSeverErroredFrame', 363), ('clearT1E1ChangeFrameAlignment', 364), ('clearT1E1ConfigError', 365), ('setHsRcvFIFOError', 401), ('setHsXmtFIFOError', 402), ('setHsClockEdgeError', 403), ('setHsCarrierFailure', 404), ('setHsConfigError', 425), ('clearHsRcvFIFOError', 441), ('clearHsXmtFIFOError', 442), ('clearHsClockEdgeError', 443), ('clearHsCarrierFailure', 444), ('clearHsConfigError', 465), ('setT3RcvFarEndLOF', 501), ('setT3NearEndSendLOF', 502), ('setT3FarEndSendingAIS', 503), ('setT3NearEndSendingAIS', 504), ('setT3NearEndLOF', 505), ('setT3NearEndLossOfSignal', 506), ('setT3OtherLineStatus', 512), ('setT3NearEndUnavailableSig', 513), ('setT3NearEndSeverErroredFrame', 515), ('setT3TxRxClockFailure', 516), ('setT3FarEndBlockError', 517), ('setT3PbitCbitParityError', 518), ('setT3MbitsInError', 519), ('setT3LIUOtherStatus', 520), ('setT3LIUExcessZeros', 522), ('setT3LIUCodingViolation', 523), ('setT3LIUPrbsError', 524), ('setT3ConfigError', 525), ('clearT3RcvFarEndLOF', 541), ('clearT3NearEndSendLOF', 542), ('clearT3FarEndSendingAIS', 543), ('clearT3NearEndSendingAIS', 544), ('clearT3NearEndLOF', 545), ('clearT3NearEndLossOfSignal', 546), ('clearT3OtherLineStatus', 552), ('clearT3NearEndUnavailableSig', 553), ('clearT3NearEndSeverErroredFrame', 555), ('clearT3TxRxClockFailure', 556), ('clearT3FarEndBlockError', 557), ('clearT3PbitCbitParityError', 558), ('clearT3MbitsInError', 559), ('clearT3LIUOtherStatus', 560), ('clearT3LIUExcessZeros', 562), ('clearT3LIUCodingViolation', 563), ('clearT3LIUPrbsError', 564), ('clearT3ConfigError', 565), ('setPowerSupplyNotPresent', 601), ('setPowerSupplyProblem', 602), ('clearPowerSupplyNotPresent', 641), ('clearPowerSupplyProblem', 642), ('setOcuNearEndLOS', 706), ('setOcuOtherLineStatus', 712), ('setOcuNearEndSeverErroredFrame', 723), ('setOcuConfigError', 725), ('clearOcuNearEndLOS', 746), ('clearOcuOtherLineStatus', 752), ('clearOcuNearEndSeverErroredFrame', 763), ('clearOcuConfigError', 765), ('setTamConfigError', 825), ('clearTamConfigError', 865), ('setVoiceConfigError', 925), ('clearVoiceConfigError', 965), ('setPsxPowerSupplyANotOk', 1003), ('setPsxPowerSupplyBNotOk', 1004), ('setPsxFan01NotOk', 1005), ('setPsxFan02NotOk', 1006), ('setPsxFan03NotOk', 1007), ('setPsxDualBroadbandNotSupported', 1008), ('clearPsxPowerSupplyANotOk', 1043), ('clearPsxPowerSupplyBNotOk', 1044), ('clearPsxFan01NotOk', 1045), ('clearPsxFan02NotOk', 1046), ('clearPsxFan03NotOk', 1047), ('clearPsxDualBroadbandNotSupported', 1048), ('setPsxLineCardRelaySwitchToSpare', 1102), ('setPsxLineCardCableMissing', 1103), ('setPsxLineCardMissing', 1106), ('setPsxLineCardMismatch', 1107), ('setPsxLineCardRelayMalfunction', 1108), ('clearPsxLineCardRelaySwitchToSpare', 1142), ('clearPsxLineCardCableMissing', 1143), ('clearPsxLineCardMissing', 1146), ('clearPsxLineCardMismatch', 1147), ('clearPsxLineCardRelayMalfunction', 1148), ('setRtrUserAlarm1', 1201), ('setRtrUserAlarm2', 1202), ('setRtrUserAlarm3', 1203), ('setRtrConfigError', 1225), ('clearRtrUserAlarm1', 1241), ('clearRtrUserAlarm2', 1242), ('clearRtrUserAlarm3', 1243), ('clearRtrConfigError', 1265), ('setSts1RcvFarEndLOF', 1301), ('setSts1NearEndSendLOF', 1302), ('setSts1NearEndSendingAIS', 1304), ('setSts1NearEndLOF', 1305), ('setSts1NearEndLOP', 1308), ('setSts1NearEndOOF', 1309), ('setSts1NearEndAIS', 1310), ('setSts1OtherLineStatus', 1312), ('setSts1NearEndUnavailableSig', 1313), ('setSts1TxRxClockFailure', 1316), ('setSts1NearEndLOMF', 1317), ('setSts1NearEndTraceError', 1318), ('setSts1LIUDigitalLOS', 1320), ('setSts1LIUAnalogLOS', 1321), ('setSts1LIUExcessZeros', 1322), ('setSts1LIUCodingViolation', 1323), ('setSts1LIUPrbsError', 1324), ('setSts1ConfigError', 1325), ('clearSts1RcvFarEndLOF', 1341), ('clearSts1NearEndSendLOF', 1342), ('clearSts1NearEndSendingAIS', 1344), ('clearSts1NearEndLOF', 1345), ('clearSts1NearEndLOP', 1348), ('clearSts1NearEndOOF', 1349), ('clearSts1NearEndAIS', 1350), ('clearSts1OtherLineStatus', 1352), ('clearSts1NearEndUnavailableSig', 1353), ('clearSts1TxRxClockFailure', 1356), ('clearSts1NearEndLOMF', 1357), ('clearSts1NearEndTraceError', 1358), ('clearSts1LIUDigitalLOS', 1360), ('clearSts1LIUAnalogLOS', 1361), ('clearSts1LIUExcessZeros', 1362), ('clearSts1LIUCodingViolation', 1363), ('clearSts1LIUPrbsError', 1364), ('clearSts1ConfigError', 1365), ('setHt3NearEndSendingAIS', 1404), ('setHt3NearEndOOF', 1405), ('setHt3NearEndLossOfSignal', 1406), ('setHt3NearEndLOF', 1408), ('setHt3FarEndRcvFailure', 1409), ('setHt3NearEndLCVError', 1411), ('setHt3NearEndFERRError', 1412), ('setHt3NearEndExcessZeros', 1413), ('setHt3FarEndBlockError', 1417), ('setHt3PbitCbitParityError', 1418), ('setHt3ChangeInFrameAlignment', 1419), ('setHt3LIUDigitalLOS', 1420), ('setHt3LIUAnalogLOS', 1421), ('setHt3LIUExcessZeros', 1422), ('setHt3LIUCodingViolation', 1423), ('setHt3LIUPrbsError', 1424), ('setHt3ConfigError', 1425), ('clearHt3NearEndSendingAIS', 1444), ('clearHt3NearEndOOF', 1445), ('clearHt3NearEndLossOfSignal', 1446), ('clearHt3NearEndLOF', 1448), ('clearHt3FarEndRcvFailure', 1449), ('clearHt3NearEndLCVError', 1451), ('clearHt3NearEndFERRError', 1452), ('clearHt3NearEndExcessZeros', 1453), ('clearHt3FarEndBlockError', 1457), ('clearHt3PbitCbitParityError', 1458), ('clearHt3ChangeInFrameAlignment', 1459), ('clearHt3LIUDigitalLOS', 1460), ('clearHt3LIUAnalogLOS', 1461), ('clearHt3LIUExcessZeros', 1462), ('clearHt3LIUCodingViolation', 1463), ('clearHt3LIUPrbsError', 1464), ('clearHt3ConfigError', 1465), ('setXlinkCableMismatch', 1606), ('setXlinkSerializerError', 1615), ('setXlinkFramerError', 1616), ('setXlinkBertError', 1617), ('setXlinkClockError', 1618), ('setXlinkInUseError', 1620), ('setXlinkCrcError', 1621), ('clearXlinkCableMismatch', 1646), ('clearXlinkSerializerError', 1655), ('clearXlinkFramerError', 1656), ('clearXlinkBertError', 1657), ('clearXlinkClockError', 1658), ('clearXlinkInUseError', 1660), ('clearXlinkCrcError', 1661), ('setNestMismatch', 1701), ('setNestMissing', 1702), ('setNestOffline', 1705), ('setNestCriticalAlarm', 1706), ('setNestMajorAlarm', 1707), ('setNestMinorAlarm', 1708), ('setNestSwMismatch', 1709), ('clearNestMismatch', 1741), ('clearNestMissing', 1742), ('clearNestOffline', 1745), ('clearNestCriticalAlarm', 1746), ('clearNestMajorAlarm', 1747), ('clearNestMinorAlarm', 1748), ('clearNestSwMismatch', 1749), ('setNodeCriticalAlarm', 1801), ('setNodeMajorAlarm', 1802), ('setNodeMinorAlarm', 1803), ('clearNodeCriticalAlarm', 1841), ('clearNodeMajorAlarm', 1842), ('clearNodeMinorAlarm', 1843), ('setDs0DpPortLossOfSignal', 1901), ('setDs0DpPortBPV', 1902), ('setDs0DpPortConfigError', 1925)) + named_values(('clearDs0DpPortLossOfSignal', 1941), ('clearDs0DpPortBPV', 1942), ('clearDs0DpPortConfigError', 1965), ('setDs0DpClockLossOfSignal', 2001), ('setDs0DpClockBPV', 2002), ('clearDs0DpClockLossOfSignal', 2041), ('clearDs0DpClockBPV', 2042), ('setOpticalT1E1RedAlarm', 2201), ('setOpticalT1E1NearEndSendLOF', 2202), ('setOpticalT1E1NearEndSendingAIS', 2204), ('setOpticalT1E1NearEndLOF', 2205), ('setOpticalT1E1LossOfPointer', 2208), ('setOpticalT1E1OutOfFrame', 2209), ('setOpticalT1E1DetectedAIS', 2210), ('setOpticalT1E1NearEndLOS', 2213), ('setOpticalT1E1RcvFarEndYellow', 2217), ('setOpticalT1E1NearEndSEF', 2218), ('setOpticalT1E1Tug2LOP', 2219), ('setOpticalT1E1Tug2RDI', 2220), ('setOpticalT1E1Tug2RFI', 2221), ('setOpticalT1E1Tug2AIS', 2222), ('setOpticalT1E1Tug2PSLM', 2223), ('setOpticalT1E1Tug2PSLU', 2224), ('setOpticalT1E1ConfigError', 2225), ('clearOpticalT1E1RedAlarm', 2241), ('clearOpticalT1E1NearEndSendLOF', 2242), ('clearOpticalT1E1NearEndSendingAIS', 2244), ('clearOpticalT1E1NearEndLOF', 2245), ('clearOpticalT1E1LossOfPointer', 2248), ('clearOpticalT1E1OutOfFrame', 2249), ('clearOpticalT1E1DetectedAIS', 2250), ('clearOpticalT1E1NearEndLOS', 2253), ('clearOpticalT1E1RcvFarEndYellow', 2257), ('clearOpticalT1E1NearEndSEF', 2258), ('clearOpticalT1E1Tug2LOP', 2259), ('clearOpticalT1E1Tug2RDI', 2260), ('clearOpticalT1E1Tug2RFI', 2261), ('clearOpticalT1E1Tug2AIS', 2262), ('clearOpticalT1E1Tug2PSLM', 2263), ('clearOpticalT1E1Tug2PSLU', 2264), ('clearOpticalT1E1ConfigError', 2265), ('setVtNearEndLOP', 2301), ('setVtNearEndAIS', 2302), ('setPayloadPathLOP', 2303), ('setPayloadPathAIS', 2304), ('setPayloadPathRDI', 2305), ('clearVtNearEndLOP', 2341), ('clearVtNearEndAIS', 2342), ('clearPayloadPathLOP', 2343), ('clearPayloadPathAIS', 2344), ('clearPayloadPathRDI', 2345), ('setTransOverheadAIS', 2401), ('setTransOverheadRDI', 2402), ('setTransOverheadOOF', 2403), ('setTransOverheadLOF', 2404), ('setTransOverheadLOS', 2405), ('setTransOverheadSfDetect', 2413), ('setTransOverheadSdDetect', 2414), ('setTransOverheadLaserOffDetect', 2415), ('clearTransOverheadAIS', 2441), ('clearTransOverheadRDI', 2442), ('clearTransOverheadOOF', 2443), ('clearTransOverheadLOF', 2444), ('clearTransOverheadLOS', 2445), ('clearTransOverheadSfDetect', 2453), ('clearTransOverheadSdDetect', 2454), ('clearTransOverheadLaserOffDetect', 2455), ('setE3RcvFarEndLOF', 2501), ('setE3NearEndSendLOF', 2502), ('setE3NearEndSendingAIS', 2504), ('setE3NearEndLOF', 2505), ('setE3NearEndLossOfSignal', 2506), ('setE3OtherLineStatus', 2512), ('setE3NearEndUnavailableSig', 2513), ('setE3NearEndSeverErroredFrame', 2515), ('setE3TxRxClockFailure', 2516), ('setE3FarEndBlockError', 2517), ('setE3MbitsInError', 2519), ('setE3LIUOtherStatus', 2520), ('setE3LIUCodingViolation', 2523), ('setE3ConfigError', 2525), ('clearE3RcvFarEndLOF', 2541), ('clearE3NearEndSendLOF', 2542), ('clearE3NearEndSendingAIS', 2544), ('clearE3NearEndLOF', 2545), ('clearE3NearEndLossOfSignal', 2546), ('clearE3OtherLineStatus', 2552), ('clearE3NearEndUnavailableSig', 2553), ('clearE3NearEndSeverErroredFrame', 2555), ('clearE3TxRxClockFailure', 2556), ('clearE3FarEndBlockError', 2557), ('clearE3MbitsInError', 2559), ('clearE3LIUOtherStatus', 2560), ('clearE3LIUCodingViolation', 2563), ('clearE3ConfigError', 2565), ('setContactClosureInputAlarm', 2601), ('setContactClosureCfgError', 2625), ('clearContactClosureInputAlarm', 2641), ('clearContactClosureCfgError', 2665), ('setVoltMeasureAlarm', 2701), ('setVoltMeasureCfgError', 2725), ('clearVoltMeasureAlarm', 2741), ('clearVoltMeasureCfgError', 2765), ('setAsyncRxFifoError', 2801), ('setAsyncTxFifoError', 2802), ('setAsyncOverrunError', 2803), ('setAsyncParityError', 2804), ('setAsyncFramingError', 2805), ('clearAsyncRxFifoError', 2841), ('clearAsyncTxFifoError', 2842), ('clearAsyncOverrunError', 2843), ('clearAsyncParityError', 2844), ('clearAsyncFramingError', 2845), ('setTempSensorOutOfRange', 2901), ('clearTempSensorOutOfRange', 2941), ('setVWanError', 3001), ('setVWanCfgError', 3025), ('clearVWanError', 3041), ('clearVWanCfgError', 3065), ('set1uPowerSupplyOffline', 3108), ('set1uPowerSupplyDefective', 3109), ('set1uPowerSupplyFanFailure', 3110), ('set1uPowerSupplyCircuitMissing', 3119), ('set1uPowerSupplyCfgMismatch', 3125), ('clear1uPowerSupplyOffline', 3148), ('clear1uPowerSupplyDefective', 3149), ('clear1uPowerSupplyCircuitMissing', 3159), ('clear1uPowerSupplyFanFailure', 3150), ('clear1uPowerSupplyCfgMismatch', 3165), ('evntDevColdStart', 1), ('evntDevWarmStart', 2), ('evntDevOnline', 201), ('evntDevStandby', 202), ('evntDevOutOfService', 231), ('evntDevNotOnline', 241), ('evntDevNotStandby', 242), ('evntDevInService', 271), ('evntT1E1RcvingAIS', 303), ('evntT1E1NearEndLooped', 307), ('evntT1E1CarrierEquipOutOfService', 314), ('evntE1NationalSa4TxRxSame', 316), ('evntT1E1InTest', 330), ('evntT1E1OutOfService', 331), ('evntT1E1StoppedRcvingAIS', 343), ('evntT1E1NearEndLoopOff', 347), ('evntT1E1CarrierEquipInService', 354), ('evntE1NationalSa4TxRxDiff', 356), ('evntT1E1TestOff', 370), ('evntT1E1InService', 371), ('evntHsNearEndLooped', 407), ('evntHsNoBtsAssigned', 424), ('evntHsInTest', 430), ('evntHsOutOfService', 431), ('evntHsNearEndLoopOff', 447), ('evntHsBtsAssigned', 464), ('evntHsTestOff', 470), ('evntHsInService', 471), ('evntT3NearEndLooped', 507), ('evntT3CarrierEquipOutOfService', 514), ('evntT3InTest', 530), ('evntT3OutOfService', 531), ('evntT3NearEndLoopOff', 547), ('evntT3CarrierEquipInService', 554), ('evntT3TestOff', 570), ('evntT3InService', 571), ('evntOcuOutOfService', 731), ('evntOcuInService', 771), ('evntTamOutOfService', 831), ('evntTamInService', 871), ('evntVoiceOutOfService', 931), ('evntVoiceInService', 971), ('evntPsxDevOnline', 1001), ('evntPsxNewControllerRev', 1009), ('evntPsxLineCard01Missing', 1014), ('evntPsxLineCard02Missing', 1015), ('evntPsxLineCard03Missing', 1016), ('evntPsxLineCard04Missing', 1017), ('evntPsxLineCard05Missing', 1018), ('evntPsxLineCard06Missing', 1019), ('evntPsxLineCard07Missing', 1020), ('evntPsxLineCard08Missing', 1021), ('evntPsxLineCard09Missing', 1022), ('evntPsxLineCard10Missing', 1023), ('evntPsxLineCard11Missing', 1024), ('evntPsxLineCard01Present', 1054), ('evntPsxLineCard02Present', 1055), ('evntPsxLineCard03Present', 1056), ('evntPsxLineCard04Present', 1057), ('evntPsxLineCard05Present', 1058), ('evntPsxLineCard06Present', 1059), ('evntPsxLineCard07Present', 1060), ('evntPsxLineCard08Present', 1061), ('evntPsxLineCard09Present', 1062), ('evntPsxLineCard10Present', 1063), ('evntPsxLineCard11Present', 1064), ('evntRtrOutOfService', 1231), ('evntRtrInService', 1271), ('evntSts1RcvingAIS', 1303), ('evntSts1NearEndLooped', 1307), ('evntSts1CarrierEquipOutOfService', 1314), ('evntSts1InTest', 1330), ('evntSts1OutOfService', 1331), ('evntSts1StoppedRcvingAIS', 1343), ('evntSts1NearEndLoopOff', 1347), ('evntSts1CarrierEquipInService', 1354), ('evntSts1TestOff', 1370), ('evntSts1InService', 1371), ('evntHt3RcvingAIS', 1403), ('evntHt3NearEndLooped', 1407), ('evntHt3CarrierEquipOutOfService', 1414), ('evntHt3InTest', 1430), ('evntHt3OutOfService', 1431), ('evntHt3StoppedRcvingAIS', 1443), ('evntHt3NearEndLoopOff', 1447), ('evntHt3CarrierEquipInService', 1454), ('evntHt3TestOff', 1470), ('evntHt3InService', 1471), ('evntGr303OutOfService', 1531), ('evntGr303InService', 1571), ('evntDs0DpPortInTest', 1930), ('evntDs0DpPortOutOfService', 1931), ('evntDs0DpPortTestOff', 1970), ('evntDs0DpPortInService', 1971), ('evntOpticalT1E1RcvingAIS', 2203), ('evntOpticalT1E1NearEndLooped', 2207), ('evntOpticalE1NationalSa4TxRxSame', 2216), ('evntOpticalT1E1InTest', 2230), ('evntOpticalT1E1OutOfService', 2231), ('evntOpticalT1E1StoppedRcvingAIS', 2243), ('evntOpticalT1E1NearEndLoopOff', 2247), ('evntOpticalE1NationalSa4TxRxDiff', 2256), ('evntOpticalT1E1TestOff', 2270), ('evntOpticalT1E1InService', 2271), ('evntPayloadNearEndLineLooped', 2307), ('evntPayloadNearEndLocalLooped', 2308), ('evntPayloadInTest', 2330), ('evntPayloadNearEndLineLoopOff', 2347), ('evntPayloadNearEndLocalLoopOff', 2348), ('evntPayloadTestOff', 2370), ('evntTransOverheadNearEndSysLineLooped', 2407), ('evntTransOverheadNearEndPathLineLooped', 2408), ('evntTransOverheadNearEndLocalLooped', 2409), ('evntTransOverheadInTest', 2430), ('evntTransOverheadNearEndSysLineLoopOff', 2447), ('evntTransOverheadNearEndPathLineLoopOff', 2448), ('evntTransOverheadNearEndLocalLoopOff', 2449), ('evntTransOverheadTestOff', 2470), ('evntE3RcvingAIS', 2503), ('evntE3NearEndLooped', 2507), ('evntE3CarrierEquipOutOfService', 2514), ('evntE3InTest', 2530), ('evntE3OutOfService', 2531), ('evntE3StoppedRcvingAIS', 2543), ('evntE3NearEndLoopOff', 2547), ('evntE3CarrierEquipInService', 2554)) + named_values(('evntE3TestOff', 2570), ('evntE3InService', 2571), ('evnt1uPowerSupplyFanOn', 3116), ('evnt1uPowerSupplyFanOff', 3156)))).setMaxAccess('accessiblefornotify')
if mibBuilder.loadTexts:
trapType.setStatus('current')
trap_state = mib_scalar((1, 3, 6, 1, 4, 1, 644, 2, 4, 3, 7), integer32()).setMaxAccess('accessiblefornotify')
if mibBuilder.loadTexts:
trapState.setStatus('current')
trap_severity = mib_scalar((1, 3, 6, 1, 4, 1, 644, 2, 4, 3, 8), alarm_severity()).setMaxAccess('accessiblefornotify')
if mibBuilder.loadTexts:
trapSeverity.setStatus('current')
trap_sys_event = mib_scalar((1, 3, 6, 1, 4, 1, 644, 2, 4, 3, 9), display_string()).setMaxAccess('accessiblefornotify')
if mibBuilder.loadTexts:
trapSysEvent.setStatus('current')
trap_cfg = mib_identifier((1, 3, 6, 1, 4, 1, 644, 2, 4, 3, 20))
trap_destination_table = mib_table((1, 3, 6, 1, 4, 1, 644, 2, 4, 3, 20, 1))
if mibBuilder.loadTexts:
trapDestinationTable.setStatus('current')
trap_destination_entry = mib_table_row((1, 3, 6, 1, 4, 1, 644, 2, 4, 3, 20, 1, 1)).setIndexNames((0, 'ERI-DNX-SMC-MIB', 'trapDestAddr'))
if mibBuilder.loadTexts:
trapDestinationEntry.setStatus('current')
trap_dest_addr = mib_table_column((1, 3, 6, 1, 4, 1, 644, 2, 4, 3, 20, 1, 1, 1), ip_address()).setMaxAccess('readwrite')
if mibBuilder.loadTexts:
trapDestAddr.setStatus('current')
trap_dest_name = mib_table_column((1, 3, 6, 1, 4, 1, 644, 2, 4, 3, 20, 1, 1, 2), display_string().subtype(subtypeSpec=value_size_constraint(0, 35))).setMaxAccess('readwrite')
if mibBuilder.loadTexts:
trapDestName.setStatus('current')
trap_dest_cmd_status = mib_table_column((1, 3, 6, 1, 4, 1, 644, 2, 4, 3, 20, 1, 1, 3), integer32().subtype(subtypeSpec=constraints_union(single_value_constraint(0, 1, 2, 3, 101, 102, 103, 200, 201, 202, 203, 204, 205, 206, 450, 500, 501, 502))).clone(namedValues=named_values(('ready-for-command', 0), ('update-trap-dest', 1), ('delete-trap-dest', 2), ('create-trap-dest', 3), ('update-successful', 101), ('delete-successful', 102), ('create-successful', 103), ('err-general-trap-dest-cfg-error', 200), ('err-invalid-trap-dest-addr', 201), ('err-invalid-trap-dest-cmd', 202), ('err-invalid-trap-dest-name', 203), ('err-invalid-trap-dest-pdu', 204), ('err-invalid-trap-dest-retry', 205), ('err-invalid-trap-dest-tmout', 206), ('err-data-locked-by-another-user', 450), ('err-snmp-parse-failed', 500), ('err-invalid-snmp-type', 501), ('err-invalid-snmp-var-size', 502)))).setMaxAccess('readwrite')
if mibBuilder.loadTexts:
trapDestCmdStatus.setStatus('current')
trap_dest_pdu_type = mib_table_column((1, 3, 6, 1, 4, 1, 644, 2, 4, 3, 20, 1, 1, 4), integer32().subtype(subtypeSpec=constraints_union(single_value_constraint(0, 1, 2))).clone(namedValues=named_values(('v1Trap', 0), ('v2Trap', 1), ('inform', 2)))).setMaxAccess('readwrite')
if mibBuilder.loadTexts:
trapDestPduType.setStatus('current')
trap_dest_max_retry = mib_table_column((1, 3, 6, 1, 4, 1, 644, 2, 4, 3, 20, 1, 1, 5), integer32().subtype(subtypeSpec=value_range_constraint(0, 10))).setMaxAccess('readwrite')
if mibBuilder.loadTexts:
trapDestMaxRetry.setStatus('current')
trap_dest_timeout = mib_table_column((1, 3, 6, 1, 4, 1, 644, 2, 4, 3, 20, 1, 1, 6), integer32().subtype(subtypeSpec=constraints_union(single_value_constraint(0, 5, 10, 15, 20))).clone(namedValues=named_values(('none', 0), ('secs-5', 5), ('secs-10', 10), ('secs-15', 15), ('secs-20', 20)))).setMaxAccess('readwrite')
if mibBuilder.loadTexts:
trapDestTimeout.setStatus('current')
eri_trap_enterprise = object_identity((1, 3, 6, 1, 4, 1, 644, 2, 0))
if mibBuilder.loadTexts:
eriTrapEnterprise.setStatus('current')
alarm_trap = notification_type((1, 3, 6, 1, 4, 1, 644, 2, 0, 1)).setObjects(('ERI-DNX-SMC-MIB', 'trapSequence'), ('ERI-DNX-SMC-MIB', 'trapResourceKey'), ('ERI-DNX-SMC-MIB', 'trapTime'), ('ERI-DNX-SMC-MIB', 'trapResourceAddress'), ('ERI-DNX-SMC-MIB', 'trapResourceType'), ('ERI-DNX-SMC-MIB', 'trapType'), ('ERI-DNX-SMC-MIB', 'trapState'), ('ERI-DNX-SMC-MIB', 'trapSeverity'))
if mibBuilder.loadTexts:
alarmTrap.setStatus('current')
delete_resource_trap = notification_type((1, 3, 6, 1, 4, 1, 644, 2, 0, 2)).setObjects(('ERI-DNX-SMC-MIB', 'resourceKey'), ('ERI-DNX-SMC-MIB', 'trapSequence'))
if mibBuilder.loadTexts:
deleteResourceTrap.setStatus('current')
dnx_trap_enterprise = object_identity((1, 3, 6, 1, 4, 1, 644, 2, 4, 0))
if mibBuilder.loadTexts:
dnxTrapEnterprise.setStatus('current')
connection_event_trap = notification_type((1, 3, 6, 1, 4, 1, 644, 2, 4, 0, 3)).setObjects(('ERI-DNX-SMC-MIB', 'trapSequence'), ('ERI-DNX-SMC-MIB', 'sysMapID'), ('ERI-DNX-SMC-MIB', 'sysConnID'), ('ERI-DNX-SMC-MIB', 'sysCmdStatus'))
if mibBuilder.loadTexts:
connectionEventTrap.setStatus('current')
conn_map_mgr_trap = notification_type((1, 3, 6, 1, 4, 1, 644, 2, 4, 0, 4)).setObjects(('ERI-DNX-SMC-MIB', 'trapSequence'), ('ERI-DNX-SMC-MIB', 'connMapID'), ('ERI-DNX-SMC-MIB', 'connMapCmdStatus'))
if mibBuilder.loadTexts:
connMapMgrTrap.setStatus('current')
conn_map_copy_trap = notification_type((1, 3, 6, 1, 4, 1, 644, 2, 4, 0, 6)).setObjects(('ERI-DNX-SMC-MIB', 'trapSequence'), ('ERI-DNX-SMC-MIB', 'lastMapCopied'), ('ERI-DNX-SMC-MIB', 'connMapID'))
if mibBuilder.loadTexts:
connMapCopyTrap.setStatus('current')
bulk_conn_purge_trap = notification_type((1, 3, 6, 1, 4, 1, 644, 2, 4, 0, 7)).setObjects(('ERI-DNX-SMC-MIB', 'trapSequence'), ('ERI-DNX-SMC-MIB', 'resourceKey'), ('ERI-DNX-SMC-MIB', 'connMapID'), ('ERI-DNX-SMC-MIB', 'connMapCounts'))
if mibBuilder.loadTexts:
bulkConnPurgeTrap.setStatus('current')
clock_src_chg_trap = notification_type((1, 3, 6, 1, 4, 1, 644, 2, 4, 0, 10)).setObjects(('ERI-DNX-SMC-MIB', 'trapSequence'), ('ERI-DNX-SMC-MIB', 'clockSrcActive'), ('ERI-DNX-SMC-MIB', 'primaryClockSrc'), ('ERI-DNX-SMC-MIB', 'secondaryClockSrc'), ('ERI-DNX-SMC-MIB', 'tertiaryClockSrc'), ('ERI-DNX-SMC-MIB', 'clockSrcCmdStatus'))
if mibBuilder.loadTexts:
clockSrcChgTrap.setStatus('current')
trunk_cond_prof_trap = notification_type((1, 3, 6, 1, 4, 1, 644, 2, 4, 0, 13)).setObjects(('ERI-DNX-SMC-MIB', 'trapSequence'), ('ERI-DNX-SMC-MIB', 'trunkProfileID'), ('ERI-DNX-SMC-MIB', 'trunkCmdStatus'))
if mibBuilder.loadTexts:
trunkCondProfTrap.setStatus('current')
system_event_trap = notification_type((1, 3, 6, 1, 4, 1, 644, 2, 4, 0, 14)).setObjects(('ERI-DNX-SMC-MIB', 'trapSequence'), ('ERI-DNX-SMC-MIB', 'trapSysEvent'), ('ERI-DNX-SMC-MIB', 'trapSeverity'))
if mibBuilder.loadTexts:
systemEventTrap.setStatus('current')
trap_dest_cfg_trap = notification_type((1, 3, 6, 1, 4, 1, 644, 2, 4, 0, 15)).setObjects(('ERI-DNX-SMC-MIB', 'trapSequence'), ('ERI-DNX-SMC-MIB', 'trapDestAddr'), ('ERI-DNX-SMC-MIB', 'trapDestCmdStatus'))
if mibBuilder.loadTexts:
trapDestCfgTrap.setStatus('current')
feature_key_cfg_trap = notification_type((1, 3, 6, 1, 4, 1, 644, 2, 4, 0, 16)).setObjects(('ERI-DNX-SMC-MIB', 'trapSequence'), ('ERI-DNX-SMC-MIB', 'featureKeyName'), ('ERI-DNX-SMC-MIB', 'featureKeyState'), ('ERI-DNX-SMC-MIB', 'featureKeyCmdStatus'))
if mibBuilder.loadTexts:
featureKeyCfgTrap.setStatus('current')
mibBuilder.exportSymbols('ERI-DNX-SMC-MIB', trunkCondProfTrap=trunkCondProfTrap, resourceCriticalMask=resourceCriticalMask, sysSrcTrunkCProfile=sysSrcTrunkCProfile, resourceKey=resourceKey, resourceAlarmTable=resourceAlarmTable, lastMapCopied=lastMapCopied, trapCfg=trapCfg, PYSNMP_MODULE_ID=eriDNXSmcMIB, dbHostFilename=dbHostFilename, connMapCurrStatus=connMapCurrStatus, addConnRecord=addConnRecord, trunkCProfileEntry=trunkCProfileEntry, sysConnType=sysConnType, enterNewFeatureKey=enterNewFeatureKey, trapDestinationTable=trapDestinationTable, dbRemoteHostTableEntry=dbRemoteHostTableEntry, deleteResourceTrap=deleteResourceTrap, sysProfile=sysProfile, activeMapId=activeMapId, eriDNXSmcMIB=eriDNXSmcMIB, sysConnTable=sysConnTable, NestSlotAddress=NestSlotAddress, resourceAlarmInfoMask=resourceAlarmInfoMask, sysConnSpeed=sysConnSpeed, sysDestTsLineType=sysDestTsLineType, trapResourceAddress=trapResourceAddress, sysSrcAddr=sysSrcAddr, trunkProfileID=trunkProfileID, sysConnInstance=sysConnInstance, resourceEntry=resourceEntry, resourceInfoMask=resourceInfoMask, addConnSpeed=addConnSpeed, utilities=utilities, trapDestTimeout=trapDestTimeout, DataSwitch=DataSwitch, trapSeverity=trapSeverity, actvSrcTsLineType=actvSrcTsLineType, LinkCmdStatus=LinkCmdStatus, sysSecondaryState=sysSecondaryState, sysDateTime=sysDateTime, mibProfile=mibProfile, addComm=addComm, dbBackupHour=dbBackupHour, actvConnType=actvConnType, trapType=trapType, sysMacAddress=sysMacAddress, trunkCProfileTable=trunkCProfileTable, sysWeekday=sysWeekday, primaryClockSrc=primaryClockSrc, ConnectionSpeed=ConnectionSpeed, resourceAlarmAddr=resourceAlarmAddr, actvConnTable=actvConnTable, dbHostIp=dbHostIp, systemEventTrap=systemEventTrap, addDestTrunkCProfile=addDestTrunkCProfile, actvSrcTrunkCProfile=actvSrcTrunkCProfile, devices=devices, trapSequence=trapSequence, sysMin=sysMin, trapDestCmdStatus=trapDestCmdStatus, actvDestTsLineType=actvDestTsLineType, featureKeyCmdStatus=featureKeyCmdStatus, dbHostDirectory=dbHostDirectory, trapResourceKey=trapResourceKey, xilinxType=xilinxType, DecisionType=DecisionType, addSrcTrunkCProfile=addSrcTrunkCProfile, ConnectionState2=ConnectionState2, sysDestAddr=sysDestAddr, addDestTsBitmap=addDestTsBitmap, connMapCmdStatus=connMapCmdStatus, rearModem=rearModem, dbAutoBackup=dbAutoBackup, trunkCmdStatus=trunkCmdStatus, releaseDate=releaseDate, trapSysEvent=trapSysEvent, connMapName=connMapName, FunctionSwitch=FunctionSwitch, sysMonth=sysMonth, resourceNominalMask=resourceNominalMask, featureKeyState=featureKeyState, activeSMC=activeSMC, sysDay=sysDay, addMapID=addMapID, resourceType=resourceType, addSrcAddr=addSrcAddr, dbHostIndex=dbHostIndex, alarmTrap=alarmTrap, resourceAlarmType=resourceAlarmType, dnxFeatureKeyTable=dnxFeatureKeyTable, newKeyCode=newKeyCode, actvConnID=actvConnID, flashChksum=flashChksum, sysAlarmCutOff=sysAlarmCutOff, actvDestTrunkCProfile=actvDestTrunkCProfile, resourceAddr=resourceAddr, dbRemoteHostTable=dbRemoteHostTable, dbHostCmdStatus=dbHostCmdStatus, database=database, traps=traps, clockSrcActive=clockSrcActive, CurrentDevStatus=CurrentDevStatus, systemRelease=systemRelease, connectionEventTrap=connectionEventTrap, addCmdStatus=addCmdStatus, ConnectionState1=ConnectionState1, connMapCopyTrap=connMapCopyTrap, actvSecondaryState=actvSecondaryState, featureKeyName=featureKeyName, secondaryClockSrc=secondaryClockSrc, connections=connections, systemMgrType=systemMgrType, actvDestAddr=actvDestAddr, actvMapID=actvMapID, sysYear=sysYear, trunkSignalStart=trunkSignalStart, actvConnName=actvConnName, featureKeyCfgTrap=featureKeyCfgTrap, connInfo=connInfo, connMapDescription=connMapDescription, actvConnEntry=actvConnEntry, addBroadSrcId=addBroadSrcId, connMapTable=connMapTable, actvDestTsBitmap=actvDestTsBitmap, trapState=trapState, xilinxVersion=xilinxVersion, addConnName=addConnName, sysTimeCmdStatus=sysTimeCmdStatus, resourceMajorMask=resourceMajorMask, actvConnSpeed=actvConnSpeed, trapTime=trapTime, sysSrcTsBitmap=sysSrcTsBitmap, DnxResourceType=DnxResourceType, actvComm=actvComm, actvSrcAddr=actvSrcAddr, sysCustomerId=sysCustomerId, sysSec=sysSec, PortStatus=PortStatus, featureKeys=featureKeys, resourceState=resourceState, sysComm=sysComm, sysSa4RxTxTrap=sysSa4RxTxTrap, actvBroadSrcId=actvBroadSrcId, unitName=unitName, connMapDate=connMapDate, connMapMgrTrap=connMapMgrTrap, CommunicationsType=CommunicationsType, resourceTrapMask=resourceTrapMask, clockSrcConfig=clockSrcConfig, sysMapID=sysMapID, newKeyCodeCmdStatus=newKeyCodeCmdStatus, resourceAlarmState=resourceAlarmState, DnxTsPortType=DnxTsPortType, tertiaryClockSrc=tertiaryClockSrc, actvSrcTsBitmap=actvSrcTsBitmap, actvTestMode=actvTestMode, addSrcTsBitmap=addSrcTsBitmap, dbBackupDayOfWeek=dbBackupDayOfWeek, trunkData=trunkData, addTestMode=addTestMode, resourceAlarmMajorMask=resourceAlarmMajorMask, sysSrcTsLineType=sysSrcTsLineType, MapNumber=MapNumber, resourceAlarmMinorMask=resourceAlarmMinorMask, sysConnName=sysConnName, resourceMinorMask=resourceMinorMask, eriTrapEnterprise=eriTrapEnterprise, clockSrcChgTrap=clockSrcChgTrap, clockSrcCmdStatus=clockSrcCmdStatus, connDBChecksum=connDBChecksum, connMapChecksum=connMapChecksum, resourceAlarmNominalMask=resourceAlarmNominalMask, dnx=dnx, bulkConnPurgeTrap=bulkConnPurgeTrap, UnsignedInt=UnsignedInt, sysMgrOnlineTime=sysMgrOnlineTime, sysConnChecksum=sysConnChecksum, resourceAlarmEntry=resourceAlarmEntry, resourceAlarmCriticalMask=resourceAlarmCriticalMask, trunkSignalEnd=trunkSignalEnd, dbBackup=dbBackup, connMapEntry=connMapEntry, ConnCmdStatus=ConnCmdStatus, sysConnID=sysConnID, DnxTrunkProfSelection=DnxTrunkProfSelection, featureKeyId=featureKeyId, sysBroadSrcId=sysBroadSrcId, trapResourceType=trapResourceType, AlarmSeverity=AlarmSeverity, resourceAlarmTrapMask=resourceAlarmTrapMask, OneByteField=OneByteField, TimeSlotAddress=TimeSlotAddress, dbBackupOccurrence=dbBackupOccurrence, actvConnChecksum=actvConnChecksum, sysClock=sysClock, trapDestPduType=trapDestPduType, addConnType=addConnType, sysPrimaryState=sysPrimaryState, addConnID=addConnID, ClockSrcAddress=ClockSrcAddress, addDestAddr=addDestAddr, connMapID=connMapID, ConnectionType=ConnectionType, unitType=unitType, sysHour=sysHour, dnxFeatureKeyEntry=dnxFeatureKeyEntry, sysDestTsBitmap=sysDestTsBitmap, LinkPortAddress=LinkPortAddress, sysTestMode=sysTestMode, actvPrimaryState=actvPrimaryState, actvConnInstance=actvConnInstance, dnxTrapEnterprise=dnxTrapEnterprise, actvCmdStatus=actvCmdStatus, trapDestMaxRetry=trapDestMaxRetry, trapDestName=trapDestName, connMapVersions=connMapVersions, sysDestTrunkCProfile=sysDestTrunkCProfile, trapDestCfgTrap=trapDestCfgTrap, resourceTable=resourceTable, trapDestAddr=trapDestAddr, clockSrcMode=clockSrcMode, dbBackupMin=dbBackupMin, sysConnEntry=sysConnEntry, TestAccess=TestAccess, trapDestinationEntry=trapDestinationEntry, connMapCounts=connMapCounts, resourceAlarmKey=resourceAlarmKey, sysMgr=sysMgr, sysCmdStatus=sysCmdStatus) |
class File_List:
wordList=[]
def __init__(self):
self.wordList = ['.c', '.h', '.java', '.py', '.php',
'.html', '.css', '.xml', '.tcp', 'sqlite3.o',
'sqlite.o', 'sqlite2.o', '.sh', '.dat', '.josn',
'http', 'www', 'sconscript',
]
def getList(self):
return self.wordList | class File_List:
word_list = []
def __init__(self):
self.wordList = ['.c', '.h', '.java', '.py', '.php', '.html', '.css', '.xml', '.tcp', 'sqlite3.o', 'sqlite.o', 'sqlite2.o', '.sh', '.dat', '.josn', 'http', 'www', 'sconscript']
def get_list(self):
return self.wordList |
_base_ = [
'../_base_/models/resnet50_doc_quality.py', '../_base_/datasets/doc_quality.py',
'../_base_/schedules/schedule_200.py', '../_base_/default_runtime.py'
]
| _base_ = ['../_base_/models/resnet50_doc_quality.py', '../_base_/datasets/doc_quality.py', '../_base_/schedules/schedule_200.py', '../_base_/default_runtime.py'] |
load("//python:python_grpc_compile.bzl", "python_grpc_compile")
def python_grpc_library(**kwargs):
# Compile protos
name_pb = kwargs.get("name") + "_pb"
python_grpc_compile(
name = name_pb,
**{k: v for (k, v) in kwargs.items() if k in ("deps", "verbose")} # Forward args
)
# Pick deps based on python version
if "python_version" not in kwargs or kwargs["python_version"] == "PY3":
grpc_deps = GRPC_PYTHON3_DEPS
elif kwargs["python_version"] == "PY2":
grpc_deps = GRPC_PYTHON2_DEPS
else:
fail("The 'python_version' attribute to python_grpc_library must be one of ['PY2', 'PY3']")
# Create python library
native.py_library(
name = kwargs.get("name"),
srcs = [name_pb],
deps = [
"@com_google_protobuf//:protobuf_python",
] + grpc_deps,
imports = [name_pb],
visibility = kwargs.get("visibility"),
)
GRPC_PYTHON2_DEPS = [
"@rules_proto_grpc_py2_deps//grpcio"
]
GRPC_PYTHON3_DEPS = [
"@rules_proto_grpc_py3_deps//grpcio"
]
| load('//python:python_grpc_compile.bzl', 'python_grpc_compile')
def python_grpc_library(**kwargs):
name_pb = kwargs.get('name') + '_pb'
python_grpc_compile(name=name_pb, **{k: v for (k, v) in kwargs.items() if k in ('deps', 'verbose')})
if 'python_version' not in kwargs or kwargs['python_version'] == 'PY3':
grpc_deps = GRPC_PYTHON3_DEPS
elif kwargs['python_version'] == 'PY2':
grpc_deps = GRPC_PYTHON2_DEPS
else:
fail("The 'python_version' attribute to python_grpc_library must be one of ['PY2', 'PY3']")
native.py_library(name=kwargs.get('name'), srcs=[name_pb], deps=['@com_google_protobuf//:protobuf_python'] + grpc_deps, imports=[name_pb], visibility=kwargs.get('visibility'))
grpc_python2_deps = ['@rules_proto_grpc_py2_deps//grpcio']
grpc_python3_deps = ['@rules_proto_grpc_py3_deps//grpcio'] |
class ChangelogError(Exception):
pass
class ChangelogParseError(ChangelogError):
pass
class ChangelogValidationError(ChangelogError):
pass
class ChangelogMissingConfigError(ChangelogError):
def __init__(self, message: str, field: str = None):
super().__init__(message)
self.field = field
| class Changelogerror(Exception):
pass
class Changelogparseerror(ChangelogError):
pass
class Changelogvalidationerror(ChangelogError):
pass
class Changelogmissingconfigerror(ChangelogError):
def __init__(self, message: str, field: str=None):
super().__init__(message)
self.field = field |
def no_space(x):
l = []
for i in x:
if i == " " :
continue
l.append(i)
return ''.join(l)
def no_space1(x):
x = x.replace(" ", "")
return x | def no_space(x):
l = []
for i in x:
if i == ' ':
continue
l.append(i)
return ''.join(l)
def no_space1(x):
x = x.replace(' ', '')
return x |
# fn to generate fibonacci numbers upto a given range
def fibonacci_Series(upto):
fibonacci_list = []
x = 0
y = 1
while x < upto:
fibonacci_list.append(x)
x, y = y, x+y
return fibonacci_list
# Driver's Code
print(fibonacci_Series(100)) | def fibonacci__series(upto):
fibonacci_list = []
x = 0
y = 1
while x < upto:
fibonacci_list.append(x)
(x, y) = (y, x + y)
return fibonacci_list
print(fibonacci__series(100)) |
people = {'name': 'Henrique', 'sex': 'M', 'age': 24}
print(f'{people["name"]} is {people["age"]} years old')
print(people.keys())
print(people.values())
print(people.items())
for key, values in people.items():
print(f'{key} = {values}')
del people['sex']
print(people)
people['name'] = 'Gustavo'
people['weight'] = 59
print(people)
| people = {'name': 'Henrique', 'sex': 'M', 'age': 24}
print(f"{people['name']} is {people['age']} years old")
print(people.keys())
print(people.values())
print(people.items())
for (key, values) in people.items():
print(f'{key} = {values}')
del people['sex']
print(people)
people['name'] = 'Gustavo'
people['weight'] = 59
print(people) |
try:
print(int(input()))
except:
print("Bad String")
| try:
print(int(input()))
except:
print('Bad String') |
def pairwise(iterable):
it = iter(iterable)
a = next(it, None)
for b in it:
yield (a, b)
a = b
num_tests = int(input())
for test in range(num_tests):
num_walls = int(input())
walls = list(map(int, input().split()))
h = l = 0
if len(walls) >= 2:
for c, n in pairwise(walls):
if n > c:
h += 1
elif n < c:
l += 1
print("Case {}: {} {}".format(test + 1, h, l)) | def pairwise(iterable):
it = iter(iterable)
a = next(it, None)
for b in it:
yield (a, b)
a = b
num_tests = int(input())
for test in range(num_tests):
num_walls = int(input())
walls = list(map(int, input().split()))
h = l = 0
if len(walls) >= 2:
for (c, n) in pairwise(walls):
if n > c:
h += 1
elif n < c:
l += 1
print('Case {}: {} {}'.format(test + 1, h, l)) |
# MIT License
#
# Copyright (c) 2019 Nathaniel Brough
#
# 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, modify, merge, publish, distribute, sublicense, and/or sell
# copies of the Software, and to permit persons to whom the Software is
# furnished to do so, subject to the following conditions:
#
# The above copyright notice and this permission notice shall be included in all
# copies or substantial portions of the Software.
#
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.
load("@rules_cc//cc:defs.bzl", "cc_toolchain")
load(
"@bazel_tools//tools/cpp:cc_toolchain_config_lib.bzl",
"tool_path",
)
load("@bazel_tools//tools/build_defs/cc:action_names.bzl", "ACTION_NAMES")
load("@com_llvm_compiler//:defs.bzl", "SYSTEM_INCLUDE_COMMAND_LINE", "SYSTEM_INCLUDE_PATHS", "SYSTEM_SYSROOT")
load("//toolchains/features/common:defs.bzl", "GetCommonFeatures")
_ARM_NONE_VERSION = "9.2.1"
_CPP_ALL_COMPILE_ACTIONS = [
ACTION_NAMES.assemble,
ACTION_NAMES.preprocess_assemble,
ACTION_NAMES.linkstamp_compile,
ACTION_NAMES.cpp_compile,
ACTION_NAMES.cpp_header_parsing,
ACTION_NAMES.cpp_module_compile,
ACTION_NAMES.cpp_module_codegen,
ACTION_NAMES.lto_backend,
ACTION_NAMES.clif_match,
]
_C_ALL_COMPILE_ACTIONS = [
ACTION_NAMES.assemble,
ACTION_NAMES.c_compile,
]
_LD_ALL_ACTIONS = [
ACTION_NAMES.cpp_link_executable,
]
def _get_injected_headers_command_line(ctx):
command_line = []
for hdr_lib in ctx.attr.injected_hdr_deps:
cc_ctx = hdr_lib[CcInfo].compilation_context
for hdr in cc_ctx.headers.to_list():
command_line += ["-include", hdr.short_path]
return command_line
def _get_additional_system_includes_command_line(ctx):
command_line = []
for hdr_lib in ctx.attr.system_hdr_deps:
cc_ctx = hdr_lib[CcInfo].compilation_context
for inc in cc_ctx.system_includes.to_list():
command_line += ["-isystem", inc]
return command_line
def _get_additional_system_include_paths(ctx):
include_paths = []
for hdr_lib in ctx.attr.system_hdr_deps:
cc_ctx = hdr_lib[CcInfo].compilation_context
for inc in cc_ctx.system_includes.to_list():
if inc not in ".":
include_paths.append(inc)
return include_paths
def _clang_toolchain_config_info_impl(ctx):
tool_paths = [
tool_path(
name = "gcc",
path = "clang_wrappers/{os}/gcc",
),
tool_path(
name = "ld",
path = "clang_wrappers/{os}/ld",
),
tool_path(
name = "ar",
path = "clang_wrappers/{os}/ar",
),
tool_path(
name = "cpp",
path = "clang_wrappers/{os}/cpp",
),
tool_path(
name = "gcov",
path = "clang_wrappers/{os}/gcov",
),
tool_path(
name = "nm",
path = "clang_wrappers/{os}/nm",
),
tool_path(
name = "objdump",
path = "clang_wrappers/{os}/objdump",
),
tool_path(
name = "strip",
path = "clang_wrappers/{os}/strip",
),
tool_path(
name = "llvm-cov",
path = "clang_wrappers/{os}/llvm-cov",
),
]
os = "nix"
postfix = ""
if ctx.host_configuration.host_path_separator == ";":
os = "windows"
postfix = ".bat"
tool_paths = [tool_path(name = t.name, path = t.path.format(os = os) + postfix) for t in tool_paths]
common_features = GetCommonFeatures(
compiler = "CLANG",
architecture = "x86-64",
float_abi = "auto",
endian = "little",
fpu = "auto",
include_paths = _get_additional_system_includes_command_line(ctx) + SYSTEM_INCLUDE_COMMAND_LINE + _get_injected_headers_command_line(ctx),
sysroot = SYSTEM_SYSROOT,
)
toolchain_config_info = cc_common.create_cc_toolchain_config_info(
ctx = ctx,
toolchain_identifier = ctx.attr.toolchain_identifier,
cxx_builtin_include_directories = SYSTEM_INCLUDE_PATHS + _get_additional_system_include_paths(ctx),
host_system_name = "i686-unknown-linux-gnu",
target_system_name = "arm-none-eabi",
target_cpu = "x86_64",
target_libc = "unknown",
compiler = "clang",
abi_version = "unknown",
abi_libc_version = "unknown",
tool_paths = tool_paths,
features = [
common_features.all_warnings,
common_features.all_warnings_as_errors,
common_features.reproducible,
common_features.includes,
common_features.symbol_garbage_collection,
common_features.architecture,
common_features.dbg,
common_features.opt,
common_features.fastbuild,
common_features.output_format,
common_features.coverage,
common_features.misc,
],
)
return toolchain_config_info
clang_toolchain_config = rule(
implementation = _clang_toolchain_config_info_impl,
attrs = {
"toolchain_identifier": attr.string(
mandatory = True,
doc = "Identifier used by the toolchain, this should be consistent with the cc_toolchain rule attribute",
),
"system_hdr_deps": attr.label_list(
doc = "A set of additional system header libraries that are added as a dependency of every cc_<target>",
default = ["@bazel_embedded_upstream_toolchain//:polyfill"],
providers = [CcInfo],
),
"injected_hdr_deps": attr.label_list(
doc = "A set of headers that are injected into the toolchain e.g. by -include",
default = ["@bazel_embedded_upstream_toolchain//:injected_headers"],
providers = [CcInfo],
),
"_clang_wrappers": attr.label(
doc = "Passthrough gcc wrappers used for the compiler",
default = "//toolchains/clang/clang_wrappers:all",
),
},
provides = [CcToolchainConfigInfo],
)
def compiler_components(system_hdr_deps, injected_hdr_deps):
native.filegroup(
name = "additional_headers",
srcs = [
system_hdr_deps,
injected_hdr_deps,
],
#output_group = "CcInfo",
)
native.filegroup(
name = "compiler_components",
srcs = [
"//toolchains/clang/clang_wrappers:all",
"@com_llvm_compiler//:all",
":additional_headers",
],
)
def clang_toolchain(name):
toolchain_config = name + "_config"
compiler_components(
system_hdr_deps = "@bazel_embedded_upstream_toolchain//:polyfill",
injected_hdr_deps = "@bazel_embedded_upstream_toolchain//:injected_headers",
)
compiler_components_target = ":compiler_components"
clang_toolchain_config(
name = toolchain_config,
toolchain_identifier = "clang",
)
cc_toolchain(
name = name,
all_files = compiler_components_target,
compiler_files = compiler_components_target,
dwp_files = compiler_components_target,
linker_files = compiler_components_target,
objcopy_files = compiler_components_target,
strip_files = compiler_components_target,
as_files = compiler_components_target,
ar_files = compiler_components_target,
supports_param_files = 0,
toolchain_config = ":" + toolchain_config,
toolchain_identifier = "clang",
)
native.toolchain(
name = name + "_cc_toolchain",
exec_compatible_with = [
"@platforms//cpu:x86_64",
"@platforms//os:linux",
],
target_compatible_with = [
"@platforms//cpu:x86_64",
"@platforms//os:linux",
],
toolchain = ":" + name,
toolchain_type = "@bazel_tools//tools/cpp:toolchain_type",
)
def register_clang_toolchain():
native.register_toolchains("@bazel_embedded//toolchains/clang:all")
| load('@rules_cc//cc:defs.bzl', 'cc_toolchain')
load('@bazel_tools//tools/cpp:cc_toolchain_config_lib.bzl', 'tool_path')
load('@bazel_tools//tools/build_defs/cc:action_names.bzl', 'ACTION_NAMES')
load('@com_llvm_compiler//:defs.bzl', 'SYSTEM_INCLUDE_COMMAND_LINE', 'SYSTEM_INCLUDE_PATHS', 'SYSTEM_SYSROOT')
load('//toolchains/features/common:defs.bzl', 'GetCommonFeatures')
_arm_none_version = '9.2.1'
_cpp_all_compile_actions = [ACTION_NAMES.assemble, ACTION_NAMES.preprocess_assemble, ACTION_NAMES.linkstamp_compile, ACTION_NAMES.cpp_compile, ACTION_NAMES.cpp_header_parsing, ACTION_NAMES.cpp_module_compile, ACTION_NAMES.cpp_module_codegen, ACTION_NAMES.lto_backend, ACTION_NAMES.clif_match]
_c_all_compile_actions = [ACTION_NAMES.assemble, ACTION_NAMES.c_compile]
_ld_all_actions = [ACTION_NAMES.cpp_link_executable]
def _get_injected_headers_command_line(ctx):
command_line = []
for hdr_lib in ctx.attr.injected_hdr_deps:
cc_ctx = hdr_lib[CcInfo].compilation_context
for hdr in cc_ctx.headers.to_list():
command_line += ['-include', hdr.short_path]
return command_line
def _get_additional_system_includes_command_line(ctx):
command_line = []
for hdr_lib in ctx.attr.system_hdr_deps:
cc_ctx = hdr_lib[CcInfo].compilation_context
for inc in cc_ctx.system_includes.to_list():
command_line += ['-isystem', inc]
return command_line
def _get_additional_system_include_paths(ctx):
include_paths = []
for hdr_lib in ctx.attr.system_hdr_deps:
cc_ctx = hdr_lib[CcInfo].compilation_context
for inc in cc_ctx.system_includes.to_list():
if inc not in '.':
include_paths.append(inc)
return include_paths
def _clang_toolchain_config_info_impl(ctx):
tool_paths = [tool_path(name='gcc', path='clang_wrappers/{os}/gcc'), tool_path(name='ld', path='clang_wrappers/{os}/ld'), tool_path(name='ar', path='clang_wrappers/{os}/ar'), tool_path(name='cpp', path='clang_wrappers/{os}/cpp'), tool_path(name='gcov', path='clang_wrappers/{os}/gcov'), tool_path(name='nm', path='clang_wrappers/{os}/nm'), tool_path(name='objdump', path='clang_wrappers/{os}/objdump'), tool_path(name='strip', path='clang_wrappers/{os}/strip'), tool_path(name='llvm-cov', path='clang_wrappers/{os}/llvm-cov')]
os = 'nix'
postfix = ''
if ctx.host_configuration.host_path_separator == ';':
os = 'windows'
postfix = '.bat'
tool_paths = [tool_path(name=t.name, path=t.path.format(os=os) + postfix) for t in tool_paths]
common_features = get_common_features(compiler='CLANG', architecture='x86-64', float_abi='auto', endian='little', fpu='auto', include_paths=_get_additional_system_includes_command_line(ctx) + SYSTEM_INCLUDE_COMMAND_LINE + _get_injected_headers_command_line(ctx), sysroot=SYSTEM_SYSROOT)
toolchain_config_info = cc_common.create_cc_toolchain_config_info(ctx=ctx, toolchain_identifier=ctx.attr.toolchain_identifier, cxx_builtin_include_directories=SYSTEM_INCLUDE_PATHS + _get_additional_system_include_paths(ctx), host_system_name='i686-unknown-linux-gnu', target_system_name='arm-none-eabi', target_cpu='x86_64', target_libc='unknown', compiler='clang', abi_version='unknown', abi_libc_version='unknown', tool_paths=tool_paths, features=[common_features.all_warnings, common_features.all_warnings_as_errors, common_features.reproducible, common_features.includes, common_features.symbol_garbage_collection, common_features.architecture, common_features.dbg, common_features.opt, common_features.fastbuild, common_features.output_format, common_features.coverage, common_features.misc])
return toolchain_config_info
clang_toolchain_config = rule(implementation=_clang_toolchain_config_info_impl, attrs={'toolchain_identifier': attr.string(mandatory=True, doc='Identifier used by the toolchain, this should be consistent with the cc_toolchain rule attribute'), 'system_hdr_deps': attr.label_list(doc='A set of additional system header libraries that are added as a dependency of every cc_<target>', default=['@bazel_embedded_upstream_toolchain//:polyfill'], providers=[CcInfo]), 'injected_hdr_deps': attr.label_list(doc='A set of headers that are injected into the toolchain e.g. by -include', default=['@bazel_embedded_upstream_toolchain//:injected_headers'], providers=[CcInfo]), '_clang_wrappers': attr.label(doc='Passthrough gcc wrappers used for the compiler', default='//toolchains/clang/clang_wrappers:all')}, provides=[CcToolchainConfigInfo])
def compiler_components(system_hdr_deps, injected_hdr_deps):
native.filegroup(name='additional_headers', srcs=[system_hdr_deps, injected_hdr_deps])
native.filegroup(name='compiler_components', srcs=['//toolchains/clang/clang_wrappers:all', '@com_llvm_compiler//:all', ':additional_headers'])
def clang_toolchain(name):
toolchain_config = name + '_config'
compiler_components(system_hdr_deps='@bazel_embedded_upstream_toolchain//:polyfill', injected_hdr_deps='@bazel_embedded_upstream_toolchain//:injected_headers')
compiler_components_target = ':compiler_components'
clang_toolchain_config(name=toolchain_config, toolchain_identifier='clang')
cc_toolchain(name=name, all_files=compiler_components_target, compiler_files=compiler_components_target, dwp_files=compiler_components_target, linker_files=compiler_components_target, objcopy_files=compiler_components_target, strip_files=compiler_components_target, as_files=compiler_components_target, ar_files=compiler_components_target, supports_param_files=0, toolchain_config=':' + toolchain_config, toolchain_identifier='clang')
native.toolchain(name=name + '_cc_toolchain', exec_compatible_with=['@platforms//cpu:x86_64', '@platforms//os:linux'], target_compatible_with=['@platforms//cpu:x86_64', '@platforms//os:linux'], toolchain=':' + name, toolchain_type='@bazel_tools//tools/cpp:toolchain_type')
def register_clang_toolchain():
native.register_toolchains('@bazel_embedded//toolchains/clang:all') |
#
# This file is subject to the terms and conditions defined in
# file 'LICENSE', which is part of this source code package.
#
class Menu:
def __init__(self, header=None, choices=None, on_show=None, on_invalid_choice=None, key_sep=': ', input_text='Choice: ', invalid_choice_text='Invalid input.'):
self.header = header
self.choices = choices
self.on_show = on_show
self.on_invalid_choice = on_invalid_choice
self.key_sep = key_sep
self.input_text = input_text
self.invalid_choice_text = invalid_choice_text
def add_choice(self, choice):
if self.choices is None:
self.choices = dict()
self.choices[choice.key] = choice
def remove_choice(self, choice):
del self.choices[choice.key]
def show(self):
if self.on_show is not None:
self.on_show.function(**self.on_show.args)
if self.header is not None:
print(self.header)
if self.choices is None:
raise RuntimeError('Menu must have at least one choice.')
else:
for key, choice in self.choices.items():
print('{}{}{}'.format(choice.key, self.key_sep, choice.text))
sel = input(self.input_text)
try:
self.choices[sel].execute()
except KeyError:
print(self.invalid_choice_text)
if self.on_invalid_choice is not None:
self.on_invalid_choice.function(**self.on_show.args)
| class Menu:
def __init__(self, header=None, choices=None, on_show=None, on_invalid_choice=None, key_sep=': ', input_text='Choice: ', invalid_choice_text='Invalid input.'):
self.header = header
self.choices = choices
self.on_show = on_show
self.on_invalid_choice = on_invalid_choice
self.key_sep = key_sep
self.input_text = input_text
self.invalid_choice_text = invalid_choice_text
def add_choice(self, choice):
if self.choices is None:
self.choices = dict()
self.choices[choice.key] = choice
def remove_choice(self, choice):
del self.choices[choice.key]
def show(self):
if self.on_show is not None:
self.on_show.function(**self.on_show.args)
if self.header is not None:
print(self.header)
if self.choices is None:
raise runtime_error('Menu must have at least one choice.')
else:
for (key, choice) in self.choices.items():
print('{}{}{}'.format(choice.key, self.key_sep, choice.text))
sel = input(self.input_text)
try:
self.choices[sel].execute()
except KeyError:
print(self.invalid_choice_text)
if self.on_invalid_choice is not None:
self.on_invalid_choice.function(**self.on_show.args) |
'''
Reversed Queue
Write a function that takes a queue as an input and returns a reversed version of it.
'''
# Solution
class LinkedListNode:
def __init__(self, data):
self.data = data
self.next = None
class Stack:
def __init__(self):
self.num_elements = 0
self.head = None
def push(self, data):
new_node = LinkedListNode(data)
if self.head is None:
self.head = new_node
else:
new_node.next = self.head
self.head = new_node
self.num_elements += 1
def pop(self):
if self.is_empty():
return None
temp = self.head.data
self.head = self.head.next
self.num_elements -= 1
return temp
def top(self):
if self.head is None:
return None
return self.head.data
def size(self):
return self.num_elements
def is_empty(self):
return self.num_elements == 0
class Queue:
def __init__(self):
self.head = None
self.tail = None
self.num_elements = 0
def enqueue(self, data):
new_node = LinkedListNode(data)
if self.head is None:
self.head = new_node
self.tail = new_node
else:
self.tail.next = new_node
self.tail = new_node
self.num_elements += 1
def dequeue(self):
if self.is_empty():
return None
temp = self.head.data
self.head = self.head.next
self.num_elements -= 1
return temp
def front(self):
if self.head is None:
return None
return self.head.data
def size(self):
return self.num_elements
def is_empty(self):
return self.num_elements == 0
def reverse_queue(queue):
stack = Stack()
while not queue.is_empty():
stack.push(queue.dequeue())
while not stack.is_empty():
queue.enqueue(stack.pop())
def test_function(test_case):
queue = Queue()
for num in test_case:
queue.enqueue(num)
reverse_queue(queue)
index = len(test_case) - 1
while not queue.is_empty():
removed = queue.dequeue()
if removed != test_case[index]:
print("Fail")
return
else:
index -= 1
print("Pass")
test_case_1 = [1, 2, 3, 4]
test_function(test_case_1)
test_case_2 = [1]
test_function(test_case_2)
# or just use 2 queues and dequeue the first and enqueue it in the other one
# https://youtu.be/l_tnEtFCXnc
| """
Reversed Queue
Write a function that takes a queue as an input and returns a reversed version of it.
"""
class Linkedlistnode:
def __init__(self, data):
self.data = data
self.next = None
class Stack:
def __init__(self):
self.num_elements = 0
self.head = None
def push(self, data):
new_node = linked_list_node(data)
if self.head is None:
self.head = new_node
else:
new_node.next = self.head
self.head = new_node
self.num_elements += 1
def pop(self):
if self.is_empty():
return None
temp = self.head.data
self.head = self.head.next
self.num_elements -= 1
return temp
def top(self):
if self.head is None:
return None
return self.head.data
def size(self):
return self.num_elements
def is_empty(self):
return self.num_elements == 0
class Queue:
def __init__(self):
self.head = None
self.tail = None
self.num_elements = 0
def enqueue(self, data):
new_node = linked_list_node(data)
if self.head is None:
self.head = new_node
self.tail = new_node
else:
self.tail.next = new_node
self.tail = new_node
self.num_elements += 1
def dequeue(self):
if self.is_empty():
return None
temp = self.head.data
self.head = self.head.next
self.num_elements -= 1
return temp
def front(self):
if self.head is None:
return None
return self.head.data
def size(self):
return self.num_elements
def is_empty(self):
return self.num_elements == 0
def reverse_queue(queue):
stack = stack()
while not queue.is_empty():
stack.push(queue.dequeue())
while not stack.is_empty():
queue.enqueue(stack.pop())
def test_function(test_case):
queue = queue()
for num in test_case:
queue.enqueue(num)
reverse_queue(queue)
index = len(test_case) - 1
while not queue.is_empty():
removed = queue.dequeue()
if removed != test_case[index]:
print('Fail')
return
else:
index -= 1
print('Pass')
test_case_1 = [1, 2, 3, 4]
test_function(test_case_1)
test_case_2 = [1]
test_function(test_case_2) |
class Solution:
def maximalSquare(self, matrix):
if not matrix:
return 0
row = [0] * len(matrix[0])
res = 0
for i in xrange(len(matrix)):
top_left = 0
for j in xrange(len(matrix[i])):
if matrix[i][j] == "0":
top_left = row[j]
row[j] = 0
else:
val = min(row[j], row[j - 1] if j > 0 else 0, top_left) + 1
top_left = row[j]
row[j] = val
res = max(res, row[j])
return res ** 2
| class Solution:
def maximal_square(self, matrix):
if not matrix:
return 0
row = [0] * len(matrix[0])
res = 0
for i in xrange(len(matrix)):
top_left = 0
for j in xrange(len(matrix[i])):
if matrix[i][j] == '0':
top_left = row[j]
row[j] = 0
else:
val = min(row[j], row[j - 1] if j > 0 else 0, top_left) + 1
top_left = row[j]
row[j] = val
res = max(res, row[j])
return res ** 2 |
optimizer = dict(type='Adam', lr=0.001)
optimizer_config = dict(grad_clip=None)
lr_config = dict(policy='poly', power=0.9)
total_epochs = 5000
checkpoint_config = dict(interval=10)
log_config = dict(interval=5, hooks=[dict(type='TextLoggerHook')])
dist_params = dict(backend='nccl')
log_level = 'INFO'
load_from = None
resume_from = None
workflow = [('train', 1)]
model = dict(
type='PANet',
backbone=dict(
type='mmdet.ResNet',
depth=18,
num_stages=4,
out_indices=(0, 1, 2, 3),
frozen_stages=-1,
norm_cfg=dict(type='SyncBN', requires_grad=True),
init_cfg=dict(type='Pretrained', checkpoint='torchvision://resnet18'),
norm_eval=True,
style='caffe'),
neck=dict(type='FPEM_FFM', in_channels=[64, 128, 256, 512]),
bbox_head=dict(
type='PANHead',
text_repr_type='poly',
in_channels=[128, 128, 128, 128],
out_channels=6,
loss=dict(type='PANLoss')),
train_cfg=None,
test_cfg=None)
dataset_type = 'IcdarDataset'
data_root = 'data'
img_norm_cfg = dict(
mean=[123.675, 116.28, 103.53], std=[58.395, 57.12, 57.375], to_rgb=True)
train_pipeline = [
dict(type='LoadImageFromFile', color_type='color_ignore_orientation'),
dict(
type='LoadTextAnnotations',
with_bbox=True,
with_mask=True,
poly2mask=False),
dict(type='ColorJitter', brightness=0.12549019607843137, saturation=0.5),
dict(
type='Normalize',
mean=[123.675, 116.28, 103.53],
std=[58.395, 57.12, 57.375],
to_rgb=True),
dict(
type='ScaleAspectJitter',
img_scale=[(3000, 640)],
ratio_range=(0.7, 1.3),
aspect_ratio_range=(0.9, 1.1),
multiscale_mode='value',
keep_ratio=False),
dict(type='PANetTargets', shrink_ratio=(1.0, 0.7)),
dict(type='RandomFlip', flip_ratio=0.5, direction='horizontal'),
dict(type='RandomRotateTextDet'),
dict(
type='RandomCropInstances',
target_size=(640, 640),
instance_key='gt_kernels'),
dict(type='Pad', size_divisor=32),
dict(
type='CustomFormatBundle',
keys=['gt_kernels', 'gt_mask'],
visualize=dict(flag=False, boundary_key='gt_kernels')),
dict(type='Collect', keys=['img', 'gt_kernels', 'gt_mask'])
]
test_pipeline = [
dict(type='LoadImageFromFile', color_type='color_ignore_orientation'),
dict(
type='MultiScaleFlipAug',
img_scale=(3000, 640),
flip=False,
transforms=[
dict(type='Resize', img_scale=(3000, 640), keep_ratio=True),
dict(
type='Normalize',
mean=[123.675, 116.28, 103.53],
std=[58.395, 57.12, 57.375],
to_rgb=True),
dict(type='Pad', size_divisor=32),
dict(type='ImageToTensor', keys=['img']),
dict(type='Collect', keys=['img'])
])
]
data = dict(
samples_per_gpu=2,
workers_per_gpu=2,
val_dataloader=dict(samples_per_gpu=1),
test_dataloader=dict(samples_per_gpu=1),
train=dict(
type='IcdarDataset',
ann_file='data/instances_training.json',
img_prefix='data/imgs',
pipeline=[
dict(
type='LoadImageFromFile',
color_type='color_ignore_orientation'),
dict(
type='LoadTextAnnotations',
with_bbox=True,
with_mask=True,
poly2mask=False),
dict(
type='ColorJitter',
brightness=0.12549019607843137,
saturation=0.5),
dict(
type='Normalize',
mean=[123.675, 116.28, 103.53],
std=[58.395, 57.12, 57.375],
to_rgb=True),
dict(
type='ScaleAspectJitter',
img_scale=[(3000, 640)],
ratio_range=(0.7, 1.3),
aspect_ratio_range=(0.9, 1.1),
multiscale_mode='value',
keep_ratio=False),
dict(type='PANetTargets', shrink_ratio=(1.0, 0.7)),
dict(type='RandomFlip', flip_ratio=0.5, direction='horizontal'),
dict(type='RandomRotateTextDet'),
dict(
type='RandomCropInstances',
target_size=(640, 640),
instance_key='gt_kernels'),
dict(type='Pad', size_divisor=32),
dict(
type='CustomFormatBundle',
keys=['gt_kernels', 'gt_mask'],
visualize=dict(flag=False, boundary_key='gt_kernels')),
dict(type='Collect', keys=['img', 'gt_kernels', 'gt_mask'])
]),
val=dict(
type='IcdarDataset',
ann_file='data/instances_test.json',
img_prefix='data/imgs',
pipeline=[
dict(
type='LoadImageFromFile',
color_type='color_ignore_orientation'),
dict(
type='MultiScaleFlipAug',
img_scale=(3000, 640),
flip=False,
transforms=[
dict(
type='Resize', img_scale=(3000, 640), keep_ratio=True),
dict(
type='Normalize',
mean=[123.675, 116.28, 103.53],
std=[58.395, 57.12, 57.375],
to_rgb=True),
dict(type='Pad', size_divisor=32),
dict(type='ImageToTensor', keys=['img']),
dict(type='Collect', keys=['img'])
])
]),
test=dict(
type='IcdarDataset',
ann_file='data/instances_test.json',
img_prefix='data/imgs',
pipeline=[
dict(
type='LoadImageFromFile',
color_type='color_ignore_orientation'),
dict(
type='MultiScaleFlipAug',
img_scale=(3000, 640),
flip=False,
transforms=[
dict(
type='Resize', img_scale=(3000, 640), keep_ratio=True),
dict(
type='Normalize',
mean=[123.675, 116.28, 103.53],
std=[58.395, 57.12, 57.375],
to_rgb=True),
dict(type='Pad', size_divisor=32),
dict(type='ImageToTensor', keys=['img']),
dict(type='Collect', keys=['img'])
])
]))
evaluation = dict(interval=10, metric='hmean-iou')
work_dir = 'panet'
gpu_ids = range(0, 1)
| optimizer = dict(type='Adam', lr=0.001)
optimizer_config = dict(grad_clip=None)
lr_config = dict(policy='poly', power=0.9)
total_epochs = 5000
checkpoint_config = dict(interval=10)
log_config = dict(interval=5, hooks=[dict(type='TextLoggerHook')])
dist_params = dict(backend='nccl')
log_level = 'INFO'
load_from = None
resume_from = None
workflow = [('train', 1)]
model = dict(type='PANet', backbone=dict(type='mmdet.ResNet', depth=18, num_stages=4, out_indices=(0, 1, 2, 3), frozen_stages=-1, norm_cfg=dict(type='SyncBN', requires_grad=True), init_cfg=dict(type='Pretrained', checkpoint='torchvision://resnet18'), norm_eval=True, style='caffe'), neck=dict(type='FPEM_FFM', in_channels=[64, 128, 256, 512]), bbox_head=dict(type='PANHead', text_repr_type='poly', in_channels=[128, 128, 128, 128], out_channels=6, loss=dict(type='PANLoss')), train_cfg=None, test_cfg=None)
dataset_type = 'IcdarDataset'
data_root = 'data'
img_norm_cfg = dict(mean=[123.675, 116.28, 103.53], std=[58.395, 57.12, 57.375], to_rgb=True)
train_pipeline = [dict(type='LoadImageFromFile', color_type='color_ignore_orientation'), dict(type='LoadTextAnnotations', with_bbox=True, with_mask=True, poly2mask=False), dict(type='ColorJitter', brightness=0.12549019607843137, saturation=0.5), dict(type='Normalize', mean=[123.675, 116.28, 103.53], std=[58.395, 57.12, 57.375], to_rgb=True), dict(type='ScaleAspectJitter', img_scale=[(3000, 640)], ratio_range=(0.7, 1.3), aspect_ratio_range=(0.9, 1.1), multiscale_mode='value', keep_ratio=False), dict(type='PANetTargets', shrink_ratio=(1.0, 0.7)), dict(type='RandomFlip', flip_ratio=0.5, direction='horizontal'), dict(type='RandomRotateTextDet'), dict(type='RandomCropInstances', target_size=(640, 640), instance_key='gt_kernels'), dict(type='Pad', size_divisor=32), dict(type='CustomFormatBundle', keys=['gt_kernels', 'gt_mask'], visualize=dict(flag=False, boundary_key='gt_kernels')), dict(type='Collect', keys=['img', 'gt_kernels', 'gt_mask'])]
test_pipeline = [dict(type='LoadImageFromFile', color_type='color_ignore_orientation'), dict(type='MultiScaleFlipAug', img_scale=(3000, 640), flip=False, transforms=[dict(type='Resize', img_scale=(3000, 640), keep_ratio=True), dict(type='Normalize', mean=[123.675, 116.28, 103.53], std=[58.395, 57.12, 57.375], to_rgb=True), dict(type='Pad', size_divisor=32), dict(type='ImageToTensor', keys=['img']), dict(type='Collect', keys=['img'])])]
data = dict(samples_per_gpu=2, workers_per_gpu=2, val_dataloader=dict(samples_per_gpu=1), test_dataloader=dict(samples_per_gpu=1), train=dict(type='IcdarDataset', ann_file='data/instances_training.json', img_prefix='data/imgs', pipeline=[dict(type='LoadImageFromFile', color_type='color_ignore_orientation'), dict(type='LoadTextAnnotations', with_bbox=True, with_mask=True, poly2mask=False), dict(type='ColorJitter', brightness=0.12549019607843137, saturation=0.5), dict(type='Normalize', mean=[123.675, 116.28, 103.53], std=[58.395, 57.12, 57.375], to_rgb=True), dict(type='ScaleAspectJitter', img_scale=[(3000, 640)], ratio_range=(0.7, 1.3), aspect_ratio_range=(0.9, 1.1), multiscale_mode='value', keep_ratio=False), dict(type='PANetTargets', shrink_ratio=(1.0, 0.7)), dict(type='RandomFlip', flip_ratio=0.5, direction='horizontal'), dict(type='RandomRotateTextDet'), dict(type='RandomCropInstances', target_size=(640, 640), instance_key='gt_kernels'), dict(type='Pad', size_divisor=32), dict(type='CustomFormatBundle', keys=['gt_kernels', 'gt_mask'], visualize=dict(flag=False, boundary_key='gt_kernels')), dict(type='Collect', keys=['img', 'gt_kernels', 'gt_mask'])]), val=dict(type='IcdarDataset', ann_file='data/instances_test.json', img_prefix='data/imgs', pipeline=[dict(type='LoadImageFromFile', color_type='color_ignore_orientation'), dict(type='MultiScaleFlipAug', img_scale=(3000, 640), flip=False, transforms=[dict(type='Resize', img_scale=(3000, 640), keep_ratio=True), dict(type='Normalize', mean=[123.675, 116.28, 103.53], std=[58.395, 57.12, 57.375], to_rgb=True), dict(type='Pad', size_divisor=32), dict(type='ImageToTensor', keys=['img']), dict(type='Collect', keys=['img'])])]), test=dict(type='IcdarDataset', ann_file='data/instances_test.json', img_prefix='data/imgs', pipeline=[dict(type='LoadImageFromFile', color_type='color_ignore_orientation'), dict(type='MultiScaleFlipAug', img_scale=(3000, 640), flip=False, transforms=[dict(type='Resize', img_scale=(3000, 640), keep_ratio=True), dict(type='Normalize', mean=[123.675, 116.28, 103.53], std=[58.395, 57.12, 57.375], to_rgb=True), dict(type='Pad', size_divisor=32), dict(type='ImageToTensor', keys=['img']), dict(type='Collect', keys=['img'])])]))
evaluation = dict(interval=10, metric='hmean-iou')
work_dir = 'panet'
gpu_ids = range(0, 1) |
# Simple game in python
print('Hi, welcome to the Tim quiz!')
print('Try to get as many questions correct as possible...')
totalQuestions = 4
score = 0
ans = input('1. What is the name of my youtube channel? ')
if ans.lower() == 'tech with tim':
print('Correct!')
score += 1
else:
print('Incorrect')
ans = input('2. What is my age? ')
if ans == "17":
print('Correct!')
score += 1
else:
print('Incorrect')
ans = input('3. What is my favourite sport? ')
if ans.lower() == "soccer":
print('Correct!')
score += 1
else:
print('Incorrect')
ans = input('4. What is my favourite food? ')
if ans.lower() == "pizza":
print('Correct!')
score += 1
else:
print('Incorrect')
print("Thank you for playing, you got " + str(score) + ' questions correct!' )
percent = (score/totalQuestions) * 100
print("Mark: " + str(int(percent)) + '%')
if percent >= 50:
print('Nice! You passed!')
else:
print('Better luck next time')
| print('Hi, welcome to the Tim quiz!')
print('Try to get as many questions correct as possible...')
total_questions = 4
score = 0
ans = input('1. What is the name of my youtube channel? ')
if ans.lower() == 'tech with tim':
print('Correct!')
score += 1
else:
print('Incorrect')
ans = input('2. What is my age? ')
if ans == '17':
print('Correct!')
score += 1
else:
print('Incorrect')
ans = input('3. What is my favourite sport? ')
if ans.lower() == 'soccer':
print('Correct!')
score += 1
else:
print('Incorrect')
ans = input('4. What is my favourite food? ')
if ans.lower() == 'pizza':
print('Correct!')
score += 1
else:
print('Incorrect')
print('Thank you for playing, you got ' + str(score) + ' questions correct!')
percent = score / totalQuestions * 100
print('Mark: ' + str(int(percent)) + '%')
if percent >= 50:
print('Nice! You passed!')
else:
print('Better luck next time') |
# add this file to your .gitignore file of the project
LOCAL_SETTINGS = dict(
media_root='/Users/user/projects/project/media',
path='/Users/user/projects/project',
virtualenv_path='/Users/user/virtualenvs/project',
)
| local_settings = dict(media_root='/Users/user/projects/project/media', path='/Users/user/projects/project', virtualenv_path='/Users/user/virtualenvs/project') |
def tw(f,t,st):
for x in range(t):
f.write("\t")
nl = True
if st[-1] == "#":
nl = False
st = st[:-1]
f.write(st)
if nl:
f.write("\n")
def write_property_lua(f, tab, name, value, pref = ""):
tw(f, tab, '%s{ name = "%s",' % (pref, name))
tab = tab + 1
if (type(value)==str):
tw(f, tab, 'value = "%s",' % value)
tw(f, t, 'type = "string",')
elif (type(value)==bool):
if (value):
tw(f, tab, 'value = true,')
else:
tw(f, tab, 'value = false,')
tw(f, t, 'type = "bool",')
elif (type(value)==int):
tw(f, t, 'type = "int",')
tw(f, tab, 'value = %d,' % value)
elif (type(value)==float):
tw(f, t, 'type = "real",')
tw(f, tab, 'value = %f,' % value)
elif (type(value)==dict):
tw(f, t, 'type = "dictionary",')
for x in value:
write_property_lua(f,tab,x,value[x])
elif (isinstance(value,ObjectTree)):
if (not value._resource):
print("ERROR: Not a resource!!")
tw(f, tab-1, "},")
return
tw(f, tab, 'type = "resource",')
tw(f, tab, 'resource_type = "%s",' % value._type)
if (value._res_path!=""):
tw(f, tab, 'path = "%s",' % value._res_path)
else:
tw(f, tab, "value = {")
tab = tab + 1
tw(f, tab, 'type = "%s",' % value._type)
for x in value._properties:
write_property_lua(f,tab,x[0],x[1])
tab = tab - 1
tw(f, tab, "},")
elif (isinstance(value,Color)):
tw(f, tab, 'type = "color",')
tw(f, tab, 'value = { %.20f, %.20f, %.20f, %.20f },' % (value.r, value.g, value.b, value.a))
elif (isinstance(value,Vector3)):
tw(f, tab, 'type = "vector3",')
tw(f, tab, 'value = { %.20f, %.20f, %.20f },' % (value.x, value.y, value.z))
elif (isinstance(value,Quat)):
tw(f, tab, 'type = "quaternion",')
tw(f, tab, 'value = { %.20f, %.20f, %.20f, %.20f },' % (value.x, value.y, value.z, value.w))
elif (isinstance(value,Matrix4x3)): # wtf, blender matrix?
tw(f, tab, 'type = "transform",')
tw(f, tab, 'value = { #')
for i in range(3):
for j in range(3):
f.write("%.20f, " % value.m[j][i])
for i in range(3):
f.write("%.20f, " % value.m[i][3])
f.write("},\n")
elif (type(value)==list):
if (len(value)==0):
tw(f, tab-1, "},")
return
first=value[0]
if (type(first)==int):
tw(f, tab, 'type = "int_array",')
tw(f, tab, 'value = #')
for i in range(len(value)):
f.write("%d, " % value[i])
f.write("},\n")
elif (type(first)==float):
tw(f, tab, 'type = "real_array",')
tw(f, tab, 'value = #')
for i in range(len(value)):
f.write("%.20f, " % value[i])
f.write("},\n")
elif (type(first)==str):
tw(f, tab, 'type = "string_array",')
tw(f, tab, 'value = #')
for i in range(len(value)):
f.write('"%s", ' % value[i])
f.write("},\n")
elif (isinstance(first,Vector3)):
tw(f, tab, 'type = "vector3_array",')
tw(f, tab, 'value = #')
for i in range(len(value)):
f.write("{ %.20f, %.20f, %.20f }, " % (value[i].x, value[i].y, value[i].z))
f.write("},\n")
elif (isinstance(first,Color)):
tw(f, tab, 'type = "color_array",')
tw(f, tab, 'value = #')
for i in range(len(value)):
f.write("{ %.20f, %.20f, %.20f, %.20f }, " % (value[i].r, value[i].g, value[i].b, value[i].a))
f.write("},\n")
elif (type(first)==dict):
tw(f, tab, 'type = "dict_array",')
tw(f, tab, 'value = {')
for i in range(len(value)):
write_property_lua(f,tab+1,str(i+1),value[i])
tw(f, tab, '},')
tw(f, tab-1, "},")
def write_node_lua(f,tab,tree,path):
tw(f, tab, '{ type = "%s",')
if not tree._resource:
tw(f, tab+1, 'meta = {')
write_property_lua(f, tab+3, "name", tree._name)
if path != "":
write_property_lua(f, tab+3, "path", path)
tw(f, tab+1, '},')
tw(f, tab+1, "properties = {,")
for x in tree._properties:
write_property_lua(f,tab+2,x[0],x[1])
tw(f, tab+1, "},")
tw(f, tab, '},')
if (path==""):
path="."
else:
if (path=="."):
path=tree._name
else:
path=path+"/"+tree._name
#path="."
for x in tree._children:
write_node_lua(f,tab,x,path)
def write(tree,fname):
f=open(fname,"wb")
f.write("return = {\n")
f.write('\tmagic = "SCENE",\n')
tab = 1
write_node_lua(f,tab,tree,"")
f.write("}\n\n")
| def tw(f, t, st):
for x in range(t):
f.write('\t')
nl = True
if st[-1] == '#':
nl = False
st = st[:-1]
f.write(st)
if nl:
f.write('\n')
def write_property_lua(f, tab, name, value, pref=''):
tw(f, tab, '%s{ name = "%s",' % (pref, name))
tab = tab + 1
if type(value) == str:
tw(f, tab, 'value = "%s",' % value)
tw(f, t, 'type = "string",')
elif type(value) == bool:
if value:
tw(f, tab, 'value = true,')
else:
tw(f, tab, 'value = false,')
tw(f, t, 'type = "bool",')
elif type(value) == int:
tw(f, t, 'type = "int",')
tw(f, tab, 'value = %d,' % value)
elif type(value) == float:
tw(f, t, 'type = "real",')
tw(f, tab, 'value = %f,' % value)
elif type(value) == dict:
tw(f, t, 'type = "dictionary",')
for x in value:
write_property_lua(f, tab, x, value[x])
elif isinstance(value, ObjectTree):
if not value._resource:
print('ERROR: Not a resource!!')
tw(f, tab - 1, '},')
return
tw(f, tab, 'type = "resource",')
tw(f, tab, 'resource_type = "%s",' % value._type)
if value._res_path != '':
tw(f, tab, 'path = "%s",' % value._res_path)
else:
tw(f, tab, 'value = {')
tab = tab + 1
tw(f, tab, 'type = "%s",' % value._type)
for x in value._properties:
write_property_lua(f, tab, x[0], x[1])
tab = tab - 1
tw(f, tab, '},')
elif isinstance(value, Color):
tw(f, tab, 'type = "color",')
tw(f, tab, 'value = { %.20f, %.20f, %.20f, %.20f },' % (value.r, value.g, value.b, value.a))
elif isinstance(value, Vector3):
tw(f, tab, 'type = "vector3",')
tw(f, tab, 'value = { %.20f, %.20f, %.20f },' % (value.x, value.y, value.z))
elif isinstance(value, Quat):
tw(f, tab, 'type = "quaternion",')
tw(f, tab, 'value = { %.20f, %.20f, %.20f, %.20f },' % (value.x, value.y, value.z, value.w))
elif isinstance(value, Matrix4x3):
tw(f, tab, 'type = "transform",')
tw(f, tab, 'value = { #')
for i in range(3):
for j in range(3):
f.write('%.20f, ' % value.m[j][i])
for i in range(3):
f.write('%.20f, ' % value.m[i][3])
f.write('},\n')
elif type(value) == list:
if len(value) == 0:
tw(f, tab - 1, '},')
return
first = value[0]
if type(first) == int:
tw(f, tab, 'type = "int_array",')
tw(f, tab, 'value = #')
for i in range(len(value)):
f.write('%d, ' % value[i])
f.write('},\n')
elif type(first) == float:
tw(f, tab, 'type = "real_array",')
tw(f, tab, 'value = #')
for i in range(len(value)):
f.write('%.20f, ' % value[i])
f.write('},\n')
elif type(first) == str:
tw(f, tab, 'type = "string_array",')
tw(f, tab, 'value = #')
for i in range(len(value)):
f.write('"%s", ' % value[i])
f.write('},\n')
elif isinstance(first, Vector3):
tw(f, tab, 'type = "vector3_array",')
tw(f, tab, 'value = #')
for i in range(len(value)):
f.write('{ %.20f, %.20f, %.20f }, ' % (value[i].x, value[i].y, value[i].z))
f.write('},\n')
elif isinstance(first, Color):
tw(f, tab, 'type = "color_array",')
tw(f, tab, 'value = #')
for i in range(len(value)):
f.write('{ %.20f, %.20f, %.20f, %.20f }, ' % (value[i].r, value[i].g, value[i].b, value[i].a))
f.write('},\n')
elif type(first) == dict:
tw(f, tab, 'type = "dict_array",')
tw(f, tab, 'value = {')
for i in range(len(value)):
write_property_lua(f, tab + 1, str(i + 1), value[i])
tw(f, tab, '},')
tw(f, tab - 1, '},')
def write_node_lua(f, tab, tree, path):
tw(f, tab, '{ type = "%s",')
if not tree._resource:
tw(f, tab + 1, 'meta = {')
write_property_lua(f, tab + 3, 'name', tree._name)
if path != '':
write_property_lua(f, tab + 3, 'path', path)
tw(f, tab + 1, '},')
tw(f, tab + 1, 'properties = {,')
for x in tree._properties:
write_property_lua(f, tab + 2, x[0], x[1])
tw(f, tab + 1, '},')
tw(f, tab, '},')
if path == '':
path = '.'
elif path == '.':
path = tree._name
else:
path = path + '/' + tree._name
for x in tree._children:
write_node_lua(f, tab, x, path)
def write(tree, fname):
f = open(fname, 'wb')
f.write('return = {\n')
f.write('\tmagic = "SCENE",\n')
tab = 1
write_node_lua(f, tab, tree, '')
f.write('}\n\n') |
fileout = open("requests.sh", "w")
for i in range(1,57):
if i >= 10:
s = "0" + str(i)
else:
s = "00" + str(i)
fileout.write("curl -s -H 'Content-Type: application/json' -H " + '"Authorization: Bearer `gcloud auth print-access-token`"' + " https://speech.googleapis.com/v1/speech:recognize -d" + ''' "{'config': {'encoding':'FLAC','sampleRateHertz': 44100,'languageCode': 'en-US','enableWordTimeOffsets': false},'audio': {'uri':'gs://bamboo-foundation-6245/SPLIT-'''+s+'''.flac'}}" > TEMP/OUT-'''+s+".txt\n")
fileout.close(); | fileout = open('requests.sh', 'w')
for i in range(1, 57):
if i >= 10:
s = '0' + str(i)
else:
s = '00' + str(i)
fileout.write("curl -s -H 'Content-Type: application/json' -H " + '"Authorization: Bearer `gcloud auth print-access-token`"' + ' https://speech.googleapis.com/v1/speech:recognize -d' + ' "{\'config\': {\'encoding\':\'FLAC\',\'sampleRateHertz\': 44100,\'languageCode\': \'en-US\',\'enableWordTimeOffsets\': false},\'audio\': {\'uri\':\'gs://bamboo-foundation-6245/SPLIT-' + s + '.flac\'}}" > TEMP/OUT-' + s + '.txt\n')
fileout.close() |
def define_env(env):
"Definition of the module"
@env.macro
def feedback(title, section, slug):
email_address = f"{section}+{slug}@technotes.jakoubek.net"
md = "\n\n## Feedback / Kontakt\n\n"
md += f"Wenn Sie Fragen oder Anregungen zum Artikel *{title}* haben, senden Sie mir bitte eine E-Mail an: [{email_address}](mailto:{email_address}?subject=[Technotes] {title})"
return md
# def on_post_page_macros(env):
# env.raw_markdown += "{{ feedback(page.meta.title, page.meta.section, page.meta.slug) }}"
# env.raw_markdown += '\n\n## Feedback / Kontakt\n\n'
# env.raw_markdown += 'Wenn Sie Fragen oder Anregungen zum Artikel *' + \
# env.page.title + '* haben ...'
# env.raw_markdown += env.page.abs_url
| def define_env(env):
"""Definition of the module"""
@env.macro
def feedback(title, section, slug):
email_address = f'{section}+{slug}@technotes.jakoubek.net'
md = '\n\n## Feedback / Kontakt\n\n'
md += f'Wenn Sie Fragen oder Anregungen zum Artikel *{title}* haben, senden Sie mir bitte eine E-Mail an: [{email_address}](mailto:{email_address}?subject=[Technotes] {title})'
return md |
class Solution:
# # Greedy (Accepted), O(n) time, O(1) space
# def canPlaceFlowers(self, flowerbed: List[int], n: int) -> bool:
# plots = len(flowerbed)
# flowerbed.append(0)
# prev = planted = 0
# for i in range(plots):
# if flowerbed[i] == 0:
# if prev == 0 and flowerbed[i+1] == 0:
# planted += 1
# flowerbed[i] = 1
# prev = flowerbed[i]
# return planted >= n
# Greedy (Top Voted), O(n) time, O(1) space
def canPlaceFlowers(self, A: List[int], N: int) -> bool:
for i, x in enumerate(A):
if (not x and (i == 0 or A[i-1] == 0)
and (i == len(A)-1 or A[i+1] == 0)):
N -= 1
A[i] = 1
return N <= 0
| class Solution:
def can_place_flowers(self, A: List[int], N: int) -> bool:
for (i, x) in enumerate(A):
if not x and (i == 0 or A[i - 1] == 0) and (i == len(A) - 1 or A[i + 1] == 0):
n -= 1
A[i] = 1
return N <= 0 |
# PyZ3950_parsetab.py
# This file is automatically generated. Do not edit.
_lr_method = 'SLR'
_lr_signature = '\xfc\xb2\xa8\xb7\xd9\xe7\xad\xba"\xb2Ss\'\xcd\x08\x16'
_lr_action_items = {'QUOTEDVALUE':([18,12,14,0,26,],[1,1,1,1,1,]),'LOGOP':([3,5,20,4,6,27,19,24,25,13,22,1,],[-5,-8,-4,-14,14,14,14,-9,-6,-13,-7,-12,]),'SET':([12,14,0,26,],[10,10,10,10,]),'WORD':([12,14,0,5,18,13,24,4,16,15,1,26,],[4,4,4,13,4,-13,13,-14,22,21,-12,4,]),'$':([2,5,3,7,28,25,13,1,4,6,22,20,24,],[-1,-8,-5,0,-3,-6,-13,-12,-14,-2,-7,-4,-9,]),'SLASH':([21,],[26,]),'ATTRSET':([0,],[8,]),'QUAL':([26,17,14,0,12,],[9,23,9,9,9,]),'COMMA':([23,9,11,],[-11,-10,17,]),'LPAREN':([26,14,0,8,12,],[12,12,12,15,12,]),'RPAREN':([19,3,22,1,25,27,5,13,20,4,24,],[25,-5,-7,-12,-6,28,-8,-13,-4,-14,-9,]),'RELOP':([9,11,23,10,],[-10,18,-11,16,]),}
_lr_action = { }
for _k, _v in _lr_action_items.items():
for _x,_y in zip(_v[0],_v[1]):
_lr_action[(_x,_k)] = _y
del _lr_action_items
_lr_goto_items = {'cclfind_or_attrset':([0,],[2,]),'elements':([12,14,26,0,],[3,20,3,3,]),'val':([12,18,14,26,0,],[5,24,5,5,5,]),'top':([0,],[7,]),'cclfind':([12,0,26,],[19,6,27,]),'quallist':([26,12,14,0,],[11,11,11,11,]),}
_lr_goto = { }
for _k, _v in _lr_goto_items.items():
for _x,_y in zip(_v[0],_v[1]):
_lr_goto[(_x,_k)] = _y
del _lr_goto_items
_lr_productions = [
("S'",1,None,None,None),
('top',1,'p_top','/Users/cjkarr/Desktop/python-z3950-importer/PyZ3950/ccl.py',170),
('cclfind_or_attrset',1,'p_cclfind_or_attrset_1','/Users/cjkarr/Desktop/python-z3950-importer/PyZ3950/ccl.py',174),
('cclfind_or_attrset',6,'p_cclfind_or_attrset_2','/Users/cjkarr/Desktop/python-z3950-importer/PyZ3950/ccl.py',178),
('cclfind',3,'p_ccl_find_1','/Users/cjkarr/Desktop/python-z3950-importer/PyZ3950/ccl.py',182),
('cclfind',1,'p_ccl_find_2','/Users/cjkarr/Desktop/python-z3950-importer/PyZ3950/ccl.py',186),
('elements',3,'p_elements_1','/Users/cjkarr/Desktop/python-z3950-importer/PyZ3950/ccl.py',190),
('elements',3,'p_elements_2','/Users/cjkarr/Desktop/python-z3950-importer/PyZ3950/ccl.py',212),
('elements',1,'p_elements_3','/Users/cjkarr/Desktop/python-z3950-importer/PyZ3950/ccl.py',218),
('elements',3,'p_elements_4','/Users/cjkarr/Desktop/python-z3950-importer/PyZ3950/ccl.py',222),
('quallist',1,'p_quallist_1','/Users/cjkarr/Desktop/python-z3950-importer/PyZ3950/ccl.py',229),
('quallist',3,'p_quallist_2','/Users/cjkarr/Desktop/python-z3950-importer/PyZ3950/ccl.py',233),
('val',1,'p_val_1','/Users/cjkarr/Desktop/python-z3950-importer/PyZ3950/ccl.py',237),
('val',2,'p_val_2','/Users/cjkarr/Desktop/python-z3950-importer/PyZ3950/ccl.py',241),
('val',1,'p_val_3','/Users/cjkarr/Desktop/python-z3950-importer/PyZ3950/ccl.py',245),
]
| _lr_method = 'SLR'
_lr_signature = 'ü²¨·Ùç\xadº"²Ss\'Í\x08\x16'
_lr_action_items = {'QUOTEDVALUE': ([18, 12, 14, 0, 26], [1, 1, 1, 1, 1]), 'LOGOP': ([3, 5, 20, 4, 6, 27, 19, 24, 25, 13, 22, 1], [-5, -8, -4, -14, 14, 14, 14, -9, -6, -13, -7, -12]), 'SET': ([12, 14, 0, 26], [10, 10, 10, 10]), 'WORD': ([12, 14, 0, 5, 18, 13, 24, 4, 16, 15, 1, 26], [4, 4, 4, 13, 4, -13, 13, -14, 22, 21, -12, 4]), '$': ([2, 5, 3, 7, 28, 25, 13, 1, 4, 6, 22, 20, 24], [-1, -8, -5, 0, -3, -6, -13, -12, -14, -2, -7, -4, -9]), 'SLASH': ([21], [26]), 'ATTRSET': ([0], [8]), 'QUAL': ([26, 17, 14, 0, 12], [9, 23, 9, 9, 9]), 'COMMA': ([23, 9, 11], [-11, -10, 17]), 'LPAREN': ([26, 14, 0, 8, 12], [12, 12, 12, 15, 12]), 'RPAREN': ([19, 3, 22, 1, 25, 27, 5, 13, 20, 4, 24], [25, -5, -7, -12, -6, 28, -8, -13, -4, -14, -9]), 'RELOP': ([9, 11, 23, 10], [-10, 18, -11, 16])}
_lr_action = {}
for (_k, _v) in _lr_action_items.items():
for (_x, _y) in zip(_v[0], _v[1]):
_lr_action[_x, _k] = _y
del _lr_action_items
_lr_goto_items = {'cclfind_or_attrset': ([0], [2]), 'elements': ([12, 14, 26, 0], [3, 20, 3, 3]), 'val': ([12, 18, 14, 26, 0], [5, 24, 5, 5, 5]), 'top': ([0], [7]), 'cclfind': ([12, 0, 26], [19, 6, 27]), 'quallist': ([26, 12, 14, 0], [11, 11, 11, 11])}
_lr_goto = {}
for (_k, _v) in _lr_goto_items.items():
for (_x, _y) in zip(_v[0], _v[1]):
_lr_goto[_x, _k] = _y
del _lr_goto_items
_lr_productions = [("S'", 1, None, None, None), ('top', 1, 'p_top', '/Users/cjkarr/Desktop/python-z3950-importer/PyZ3950/ccl.py', 170), ('cclfind_or_attrset', 1, 'p_cclfind_or_attrset_1', '/Users/cjkarr/Desktop/python-z3950-importer/PyZ3950/ccl.py', 174), ('cclfind_or_attrset', 6, 'p_cclfind_or_attrset_2', '/Users/cjkarr/Desktop/python-z3950-importer/PyZ3950/ccl.py', 178), ('cclfind', 3, 'p_ccl_find_1', '/Users/cjkarr/Desktop/python-z3950-importer/PyZ3950/ccl.py', 182), ('cclfind', 1, 'p_ccl_find_2', '/Users/cjkarr/Desktop/python-z3950-importer/PyZ3950/ccl.py', 186), ('elements', 3, 'p_elements_1', '/Users/cjkarr/Desktop/python-z3950-importer/PyZ3950/ccl.py', 190), ('elements', 3, 'p_elements_2', '/Users/cjkarr/Desktop/python-z3950-importer/PyZ3950/ccl.py', 212), ('elements', 1, 'p_elements_3', '/Users/cjkarr/Desktop/python-z3950-importer/PyZ3950/ccl.py', 218), ('elements', 3, 'p_elements_4', '/Users/cjkarr/Desktop/python-z3950-importer/PyZ3950/ccl.py', 222), ('quallist', 1, 'p_quallist_1', '/Users/cjkarr/Desktop/python-z3950-importer/PyZ3950/ccl.py', 229), ('quallist', 3, 'p_quallist_2', '/Users/cjkarr/Desktop/python-z3950-importer/PyZ3950/ccl.py', 233), ('val', 1, 'p_val_1', '/Users/cjkarr/Desktop/python-z3950-importer/PyZ3950/ccl.py', 237), ('val', 2, 'p_val_2', '/Users/cjkarr/Desktop/python-z3950-importer/PyZ3950/ccl.py', 241), ('val', 1, 'p_val_3', '/Users/cjkarr/Desktop/python-z3950-importer/PyZ3950/ccl.py', 245)] |
#
# PySNMP MIB module RSPAN-MGMT-MIB (http://snmplabs.com/pysmi)
# ASN.1 source file:///Users/davwang4/Dev/mibs.snmplabs.com/asn1/RSPAN-MGMT-MIB
# Produced by pysmi-0.3.4 at Mon Apr 29 20:50:21 2019
# On host DAVWANG4-M-1475 platform Darwin version 18.5.0 by user davwang4
# Using Python version 3.7.3 (default, Mar 27 2019, 09:23:15)
#
Integer, OctetString, ObjectIdentifier = mibBuilder.importSymbols("ASN1", "Integer", "OctetString", "ObjectIdentifier")
NamedValues, = mibBuilder.importSymbols("ASN1-ENUMERATION", "NamedValues")
ValueRangeConstraint, ValueSizeConstraint, ConstraintsIntersection, ConstraintsUnion, SingleValueConstraint = mibBuilder.importSymbols("ASN1-REFINEMENT", "ValueRangeConstraint", "ValueSizeConstraint", "ConstraintsIntersection", "ConstraintsUnion", "SingleValueConstraint")
dlink_common_mgmt, = mibBuilder.importSymbols("DLINK-ID-REC-MIB", "dlink-common-mgmt")
NotificationGroup, ModuleCompliance = mibBuilder.importSymbols("SNMPv2-CONF", "NotificationGroup", "ModuleCompliance")
MibIdentifier, iso, Counter64, Bits, ModuleIdentity, ObjectIdentity, IpAddress, NotificationType, Unsigned32, Gauge32, Integer32, Counter32, MibScalar, MibTable, MibTableRow, MibTableColumn, TimeTicks = mibBuilder.importSymbols("SNMPv2-SMI", "MibIdentifier", "iso", "Counter64", "Bits", "ModuleIdentity", "ObjectIdentity", "IpAddress", "NotificationType", "Unsigned32", "Gauge32", "Integer32", "Counter32", "MibScalar", "MibTable", "MibTableRow", "MibTableColumn", "TimeTicks")
TextualConvention, DisplayString, RowStatus = mibBuilder.importSymbols("SNMPv2-TC", "TextualConvention", "DisplayString", "RowStatus")
class VlanId(Integer32):
subtypeSpec = Integer32.subtypeSpec + ValueRangeConstraint(1, 4094)
class PortList(OctetString):
subtypeSpec = OctetString.subtypeSpec + ValueSizeConstraint(0, 127)
swRSPANMIB = ModuleIdentity((1, 3, 6, 1, 4, 1, 171, 12, 68))
if mibBuilder.loadTexts: swRSPANMIB.setLastUpdated('200807290000Z')
if mibBuilder.loadTexts: swRSPANMIB.setOrganization('D-Link Crop.')
swRSPANCtrl = MibIdentifier((1, 3, 6, 1, 4, 1, 171, 12, 68, 1))
swRSPANInfo = MibIdentifier((1, 3, 6, 1, 4, 1, 171, 12, 68, 2))
swRSPANMgmt = MibIdentifier((1, 3, 6, 1, 4, 1, 171, 12, 68, 3))
swRSPANState = MibScalar((1, 3, 6, 1, 4, 1, 171, 12, 68, 1, 1), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("enabled", 1), ("disabled", 2)))).setMaxAccess("readwrite")
if mibBuilder.loadTexts: swRSPANState.setStatus('current')
swRSPANMaxSupportedEntry = MibScalar((1, 3, 6, 1, 4, 1, 171, 12, 68, 2, 1), Integer32().subtype(subtypeSpec=ValueRangeConstraint(0, 65535))).setMaxAccess("readonly")
if mibBuilder.loadTexts: swRSPANMaxSupportedEntry.setStatus('current')
swRSPANCurrentNumEntries = MibScalar((1, 3, 6, 1, 4, 1, 171, 12, 68, 2, 2), Integer32().subtype(subtypeSpec=ValueRangeConstraint(0, 65535))).setMaxAccess("readonly")
if mibBuilder.loadTexts: swRSPANCurrentNumEntries.setStatus('current')
swRSPANTable = MibTable((1, 3, 6, 1, 4, 1, 171, 12, 68, 3, 1), )
if mibBuilder.loadTexts: swRSPANTable.setStatus('current')
swRSPANEntry = MibTableRow((1, 3, 6, 1, 4, 1, 171, 12, 68, 3, 1, 1), ).setIndexNames((0, "RSPAN-MGMT-MIB", "swRSPANVLANID"))
if mibBuilder.loadTexts: swRSPANEntry.setStatus('current')
swRSPANVLANID = MibTableColumn((1, 3, 6, 1, 4, 1, 171, 12, 68, 3, 1, 1, 1), VlanId()).setMaxAccess("readonly")
if mibBuilder.loadTexts: swRSPANVLANID.setStatus('current')
swRSPANSourceIngress = MibTableColumn((1, 3, 6, 1, 4, 1, 171, 12, 68, 3, 1, 1, 2), PortList()).setMaxAccess("readcreate")
if mibBuilder.loadTexts: swRSPANSourceIngress.setStatus('current')
swRSPANSourceEgress = MibTableColumn((1, 3, 6, 1, 4, 1, 171, 12, 68, 3, 1, 1, 3), PortList()).setMaxAccess("readcreate")
if mibBuilder.loadTexts: swRSPANSourceEgress.setStatus('current')
swRSPANRedirct = MibTableColumn((1, 3, 6, 1, 4, 1, 171, 12, 68, 3, 1, 1, 4), PortList()).setMaxAccess("readcreate")
if mibBuilder.loadTexts: swRSPANRedirct.setStatus('current')
swRSPANRowStatus = MibTableColumn((1, 3, 6, 1, 4, 1, 171, 12, 68, 3, 1, 1, 5), RowStatus()).setMaxAccess("readcreate")
if mibBuilder.loadTexts: swRSPANRowStatus.setStatus('current')
mibBuilder.exportSymbols("RSPAN-MGMT-MIB", swRSPANTable=swRSPANTable, PortList=PortList, swRSPANInfo=swRSPANInfo, swRSPANSourceIngress=swRSPANSourceIngress, swRSPANSourceEgress=swRSPANSourceEgress, swRSPANRedirct=swRSPANRedirct, swRSPANMIB=swRSPANMIB, swRSPANEntry=swRSPANEntry, VlanId=VlanId, swRSPANMaxSupportedEntry=swRSPANMaxSupportedEntry, swRSPANState=swRSPANState, swRSPANRowStatus=swRSPANRowStatus, swRSPANVLANID=swRSPANVLANID, swRSPANCurrentNumEntries=swRSPANCurrentNumEntries, swRSPANCtrl=swRSPANCtrl, PYSNMP_MODULE_ID=swRSPANMIB, swRSPANMgmt=swRSPANMgmt)
| (integer, octet_string, object_identifier) = mibBuilder.importSymbols('ASN1', 'Integer', 'OctetString', 'ObjectIdentifier')
(named_values,) = mibBuilder.importSymbols('ASN1-ENUMERATION', 'NamedValues')
(value_range_constraint, value_size_constraint, constraints_intersection, constraints_union, single_value_constraint) = mibBuilder.importSymbols('ASN1-REFINEMENT', 'ValueRangeConstraint', 'ValueSizeConstraint', 'ConstraintsIntersection', 'ConstraintsUnion', 'SingleValueConstraint')
(dlink_common_mgmt,) = mibBuilder.importSymbols('DLINK-ID-REC-MIB', 'dlink-common-mgmt')
(notification_group, module_compliance) = mibBuilder.importSymbols('SNMPv2-CONF', 'NotificationGroup', 'ModuleCompliance')
(mib_identifier, iso, counter64, bits, module_identity, object_identity, ip_address, notification_type, unsigned32, gauge32, integer32, counter32, mib_scalar, mib_table, mib_table_row, mib_table_column, time_ticks) = mibBuilder.importSymbols('SNMPv2-SMI', 'MibIdentifier', 'iso', 'Counter64', 'Bits', 'ModuleIdentity', 'ObjectIdentity', 'IpAddress', 'NotificationType', 'Unsigned32', 'Gauge32', 'Integer32', 'Counter32', 'MibScalar', 'MibTable', 'MibTableRow', 'MibTableColumn', 'TimeTicks')
(textual_convention, display_string, row_status) = mibBuilder.importSymbols('SNMPv2-TC', 'TextualConvention', 'DisplayString', 'RowStatus')
class Vlanid(Integer32):
subtype_spec = Integer32.subtypeSpec + value_range_constraint(1, 4094)
class Portlist(OctetString):
subtype_spec = OctetString.subtypeSpec + value_size_constraint(0, 127)
sw_rspanmib = module_identity((1, 3, 6, 1, 4, 1, 171, 12, 68))
if mibBuilder.loadTexts:
swRSPANMIB.setLastUpdated('200807290000Z')
if mibBuilder.loadTexts:
swRSPANMIB.setOrganization('D-Link Crop.')
sw_rspan_ctrl = mib_identifier((1, 3, 6, 1, 4, 1, 171, 12, 68, 1))
sw_rspan_info = mib_identifier((1, 3, 6, 1, 4, 1, 171, 12, 68, 2))
sw_rspan_mgmt = mib_identifier((1, 3, 6, 1, 4, 1, 171, 12, 68, 3))
sw_rspan_state = mib_scalar((1, 3, 6, 1, 4, 1, 171, 12, 68, 1, 1), integer32().subtype(subtypeSpec=constraints_union(single_value_constraint(1, 2))).clone(namedValues=named_values(('enabled', 1), ('disabled', 2)))).setMaxAccess('readwrite')
if mibBuilder.loadTexts:
swRSPANState.setStatus('current')
sw_rspan_max_supported_entry = mib_scalar((1, 3, 6, 1, 4, 1, 171, 12, 68, 2, 1), integer32().subtype(subtypeSpec=value_range_constraint(0, 65535))).setMaxAccess('readonly')
if mibBuilder.loadTexts:
swRSPANMaxSupportedEntry.setStatus('current')
sw_rspan_current_num_entries = mib_scalar((1, 3, 6, 1, 4, 1, 171, 12, 68, 2, 2), integer32().subtype(subtypeSpec=value_range_constraint(0, 65535))).setMaxAccess('readonly')
if mibBuilder.loadTexts:
swRSPANCurrentNumEntries.setStatus('current')
sw_rspan_table = mib_table((1, 3, 6, 1, 4, 1, 171, 12, 68, 3, 1))
if mibBuilder.loadTexts:
swRSPANTable.setStatus('current')
sw_rspan_entry = mib_table_row((1, 3, 6, 1, 4, 1, 171, 12, 68, 3, 1, 1)).setIndexNames((0, 'RSPAN-MGMT-MIB', 'swRSPANVLANID'))
if mibBuilder.loadTexts:
swRSPANEntry.setStatus('current')
sw_rspanvlanid = mib_table_column((1, 3, 6, 1, 4, 1, 171, 12, 68, 3, 1, 1, 1), vlan_id()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
swRSPANVLANID.setStatus('current')
sw_rspan_source_ingress = mib_table_column((1, 3, 6, 1, 4, 1, 171, 12, 68, 3, 1, 1, 2), port_list()).setMaxAccess('readcreate')
if mibBuilder.loadTexts:
swRSPANSourceIngress.setStatus('current')
sw_rspan_source_egress = mib_table_column((1, 3, 6, 1, 4, 1, 171, 12, 68, 3, 1, 1, 3), port_list()).setMaxAccess('readcreate')
if mibBuilder.loadTexts:
swRSPANSourceEgress.setStatus('current')
sw_rspan_redirct = mib_table_column((1, 3, 6, 1, 4, 1, 171, 12, 68, 3, 1, 1, 4), port_list()).setMaxAccess('readcreate')
if mibBuilder.loadTexts:
swRSPANRedirct.setStatus('current')
sw_rspan_row_status = mib_table_column((1, 3, 6, 1, 4, 1, 171, 12, 68, 3, 1, 1, 5), row_status()).setMaxAccess('readcreate')
if mibBuilder.loadTexts:
swRSPANRowStatus.setStatus('current')
mibBuilder.exportSymbols('RSPAN-MGMT-MIB', swRSPANTable=swRSPANTable, PortList=PortList, swRSPANInfo=swRSPANInfo, swRSPANSourceIngress=swRSPANSourceIngress, swRSPANSourceEgress=swRSPANSourceEgress, swRSPANRedirct=swRSPANRedirct, swRSPANMIB=swRSPANMIB, swRSPANEntry=swRSPANEntry, VlanId=VlanId, swRSPANMaxSupportedEntry=swRSPANMaxSupportedEntry, swRSPANState=swRSPANState, swRSPANRowStatus=swRSPANRowStatus, swRSPANVLANID=swRSPANVLANID, swRSPANCurrentNumEntries=swRSPANCurrentNumEntries, swRSPANCtrl=swRSPANCtrl, PYSNMP_MODULE_ID=swRSPANMIB, swRSPANMgmt=swRSPANMgmt) |
class Node:
def __init__(self, declaration_list):
self.declaration_list = declaration_list
def visit(self):
context = {"type": "program"}
return self.declaration_list.visit(context)
| class Node:
def __init__(self, declaration_list):
self.declaration_list = declaration_list
def visit(self):
context = {'type': 'program'}
return self.declaration_list.visit(context) |
# Definition for a binary tree node.
class TreeNode:
def __init__(self, x):
self.val = x
self.left = None
self.right = None
class Solution:
def _diameterBTree(self,root):
if not root:
return 0
l = self._diameterBTree(root.left)
r = self._diameterBTree(root.right)
self.ans = max(self.ans,1+l+r)
return 1+max(l,r)
def diameterOfBinaryTree(self, root: TreeNode) -> int:
if not root:
return 0
self.ans = 0
self._diameterBTree(root)
return self.ans-1 | class Treenode:
def __init__(self, x):
self.val = x
self.left = None
self.right = None
class Solution:
def _diameter_b_tree(self, root):
if not root:
return 0
l = self._diameterBTree(root.left)
r = self._diameterBTree(root.right)
self.ans = max(self.ans, 1 + l + r)
return 1 + max(l, r)
def diameter_of_binary_tree(self, root: TreeNode) -> int:
if not root:
return 0
self.ans = 0
self._diameterBTree(root)
return self.ans - 1 |
class Modification:
def __init__(self):
self.AAs=[]
self.mass=0.0
self.NL={}
self.DI={}
self.factor=1
self.name=""
self.ID=-1
def setAAs(self, newAAlist):
self.AAs=newAAlist
return True
def getAAs(self):
return self.AAs
def setMass(self, newMass):
self.mass=newMass
return True
def getMass(self):
return self.mass
def setNL(self, newNLdict):
self.NL=newNLdict
return True
def getNL(self):
return self.NL
def setDI(self, newDIdict):
self.DI=newDIdict
return True
def getDI(self):
return self.DI
def setName(self, newName):
self.name=newName
return True
def getName(self):
return self.name
def setID(self, newID):
self.ID=str(newID)
return True
def getID(self):
return self.ID
def create(self,nameString,modString,NLstring):#,DIstring):
self.name=nameString
for each in modString.split()[0]: # This will be each AA...
self.AAs.append(each)
self.mass=modString.split()[1]
for each in NLstring.split()[0]:
if each != "-":
self.NL[each]=float(NLstring.split()[1])
#for each in DIstring.split()[0]:
# if each != "-":
# self.DI[each]=float(DIstring.split()[1])
def __str__(self):
return self.ID+"_"+self.name+"_"+str(self.mass)
| class Modification:
def __init__(self):
self.AAs = []
self.mass = 0.0
self.NL = {}
self.DI = {}
self.factor = 1
self.name = ''
self.ID = -1
def set_a_as(self, newAAlist):
self.AAs = newAAlist
return True
def get_a_as(self):
return self.AAs
def set_mass(self, newMass):
self.mass = newMass
return True
def get_mass(self):
return self.mass
def set_nl(self, newNLdict):
self.NL = newNLdict
return True
def get_nl(self):
return self.NL
def set_di(self, newDIdict):
self.DI = newDIdict
return True
def get_di(self):
return self.DI
def set_name(self, newName):
self.name = newName
return True
def get_name(self):
return self.name
def set_id(self, newID):
self.ID = str(newID)
return True
def get_id(self):
return self.ID
def create(self, nameString, modString, NLstring):
self.name = nameString
for each in modString.split()[0]:
self.AAs.append(each)
self.mass = modString.split()[1]
for each in NLstring.split()[0]:
if each != '-':
self.NL[each] = float(NLstring.split()[1])
def __str__(self):
return self.ID + '_' + self.name + '_' + str(self.mass) |
class Node:
def __init__(self,data):
self.data=data
self.next=None
class LinkedList:
def __init__(self):
self.head=None
def append(self,newdata):
new_node=Node(newdata)
if self.head is None:
self.head=new_node
return
temp=self.head
while(temp.next):
temp=temp.next
temp.next=new_node
def first_node_of_loop(self,node):
# finding the position where fast=slow
slow=self.head
fast = self.head
while(True):
slow = slow.next
fast = fast.next.next
if slow==fast:
break
#starting from head move fast & cur_node until they are equal
cur_node=self.head
while(cur_node!=fast):
fast=fast.next
cur_node=cur_node.next
return cur_node
arr = list(map(int,input().split()))
l = LinkedList()
for i in range(lenn(arr)):
l.append(arr[i])
print(l.first_node_of_loop(l.head))
| class Node:
def __init__(self, data):
self.data = data
self.next = None
class Linkedlist:
def __init__(self):
self.head = None
def append(self, newdata):
new_node = node(newdata)
if self.head is None:
self.head = new_node
return
temp = self.head
while temp.next:
temp = temp.next
temp.next = new_node
def first_node_of_loop(self, node):
slow = self.head
fast = self.head
while True:
slow = slow.next
fast = fast.next.next
if slow == fast:
break
cur_node = self.head
while cur_node != fast:
fast = fast.next
cur_node = cur_node.next
return cur_node
arr = list(map(int, input().split()))
l = linked_list()
for i in range(lenn(arr)):
l.append(arr[i])
print(l.first_node_of_loop(l.head)) |
class Error(Exception):
message = None
def __str__(self):
return repr(self.message)
class GSLZeroDivision(Error):
message = "GSL encountered zero division"
class GSLFailure(Error):
message = "GSL failed"
class GSLMemoryFailure(Error):
message = "GSL failed to allocate necessary memory"
class EFSMTruncationIndexExceeded(Error):
message = "Index of truncation exceeds permissible range"
class EFSMCompilationError(Error):
message = "Import error, perhaps you forgot to run 'make'?"
class EFSMConvergenceParam(Error):
message = "Could not estimate convergence parameter"
class EFSMMaximumIterationExceeded(Error):
message = "Exceeded maximum number of iterations allowed"
class EFSMFailure(Error):
message = "EFSM failed"
gsl_error_mapping = {
-1: GSLFailure,
8: GSLMemoryFailure,
12: GSLZeroDivision
}
| class Error(Exception):
message = None
def __str__(self):
return repr(self.message)
class Gslzerodivision(Error):
message = 'GSL encountered zero division'
class Gslfailure(Error):
message = 'GSL failed'
class Gslmemoryfailure(Error):
message = 'GSL failed to allocate necessary memory'
class Efsmtruncationindexexceeded(Error):
message = 'Index of truncation exceeds permissible range'
class Efsmcompilationerror(Error):
message = "Import error, perhaps you forgot to run 'make'?"
class Efsmconvergenceparam(Error):
message = 'Could not estimate convergence parameter'
class Efsmmaximumiterationexceeded(Error):
message = 'Exceeded maximum number of iterations allowed'
class Efsmfailure(Error):
message = 'EFSM failed'
gsl_error_mapping = {-1: GSLFailure, 8: GSLMemoryFailure, 12: GSLZeroDivision} |
# coding=utf-8
class TestTeamcityMessages:
def testPass(self):
pass
def testAssertEqual(self):
assert (True == True)
def testAssertEqualFails(self):
assert 1 == 2
def testAssertFalse(self):
assert False
def testException(self):
raise Exception("some exception")
| class Testteamcitymessages:
def test_pass(self):
pass
def test_assert_equal(self):
assert True == True
def test_assert_equal_fails(self):
assert 1 == 2
def test_assert_false(self):
assert False
def test_exception(self):
raise exception('some exception') |
volatile = False
log_norm = False
# Maximal sequence length in training data
max_seq_len = 50
'''
Embedding layer
'''
# Size of word embedding of source word and target word
src_wemb_size = 512
trg_wemb_size = 512
'''
Encoder layer
'''
# Size of hidden units in encoder
enc_hid_size = 512
'''
Attention layer
'''
# Size of alignment vector
align_size = 512
'''
Decoder layer
'''
# Size of hidden units in decoder
dec_hid_size = 512
# Size of the output vector
out_size = 512
drop_rate = 0.5
# Directory to save model, test output and validation output
dir_model = 'wmodel'
dir_valid = 'wvalid'
dir_tests = 'wtests'
# Validation data
val_shuffle = True
#val_tst_dir = '/home/wen/3.corpus/allnist_stanfordseg_jiujiu/'
#val_tst_dir = '/home5/wen/2.data/allnist_stanseg/'
#val_tst_dir = '/home5/wen/2.data/segment_allnist_stanseg/'
#val_tst_dir = '/home5/wen/2.data/segment_allnist_stanseg_low/'
#val_tst_dir = '/home5/wen/2.data/mt/nist_data_stanseg/'
val_tst_dir = '/home/wen/3.corpus/mt/nist_data_stanseg/'
#val_tst_dir = '/home/wen/3.corpus/segment_allnist_stanseg/'
#val_tst_dir = '/home/wen/3.corpus/wmt2017/de-en/'
#val_tst_dir = './data/'
#val_prefix = 'wmt17.dev'
val_prefix = 'nist02'
#val_prefix = 'devset1_2.lc'
#val_prefix = 'newstest2014.tc'
val_src_suffix = 'src'
val_ref_suffix = 'ref.plain_'
#val_src_suffix = 'zh'
#val_ref_suffix = 'en'
#val_src_suffix = 'en'
#val_ref_suffix = 'de'
ref_cnt = 4
#tests_prefix = ['nist02', 'nist03', 'nist04', 'nist05', 'nist06', 'nist08', 'wmt17.tst']
tests_prefix = ['nist03', 'nist04', 'nist05', 'nist06', 'nist08']
#tests_prefix = ['data2', 'data3', 'test']
#tests_prefix = ['devset3.lc', '900']
#tests_prefix = ['devset3.lc']
#tests_prefix = ['newstest2015.tc', 'newstest2016.tc', 'newstest2017.tc']
#tests_prefix = None
# Training data
train_shuffle = True
batch_size = 80
sort_k_batches = 20
# Data path
dir_data = 'data/'
train_src = dir_data + 'train.src'
train_trg = dir_data + 'train.trg'
# Dictionary
src_vocab_from = train_src
trg_vocab_from = train_trg
src_dict_size = 30000
trg_dict_size = 30000
src_dict = dir_data + 'src.dict.tcf'
trg_dict = dir_data + 'trg.dict.tcf'
inputs_data = dir_data + 'inputs.pt'
# Training
max_epochs = 30
epoch_shuffle = False
epoch_shuffle_minibatch = 1
small = False
display_freq = 10 if small else 1000
sampling_freq = 100 if small else 5000
sample_size = 5
if_fixed_sampling = False
epoch_eval = False
final_test = False
eval_valid_from = 20 if small else 50000
eval_valid_freq = 50 if small else 20000
save_one_model = True
start_epoch = 1
model_prefix = dir_model + '/model'
best_model = dir_valid + '/best.model.pt' if dir_valid else 'best.model.pt'
# pretrained model
#pre_train = None
pre_train = best_model
fix_pre_params = True
# decoder hype-parameters
search_mode = 1
with_batch = 1
ori_search = 0
beam_size = 10
vocab_norm = 1
len_norm = 1
with_mv = 0
merge_way = 'Y'
avg_att = 0
m_threshold = 100.
ngram = 3
length_norm = 0.
cover_penalty = 0.
# optimizer
'''
Starting learning rate. If adagrad/adadelta/adam is used, then this is the global learning rate.
Recommended settings: sgd = 1, adagrad = 0.1, adadelta = 1, adam = 0.001
'''
opt_mode = 'adadelta'
learning_rate = 1.0
#opt_mode = 'adam'
#learning_rate = 1e-3
#opt_mode = 'sgd'
#learning_rate = 1.
max_grad_norm = 1.0
# Start decaying every epoch after and including this epoch
start_decay_from = None
learning_rate_decay = 0.5
last_valid_bleu = 0.
snip_size = 10
file_tran_dir = 'wexp-gpu-nist03'
laynorm = False
segments = False
seg_val_tst_dir = 'orule_1.7'
# model
enc_rnn_type = 'sru' # rnn, gru, lstm, sru
enc_layer_cnt = 4
dec_rnn_type = 'sru' # rnn, gru, lstm, sru
dec_layer_cnt = 4
with_bpe = False
with_postproc = True
copy_trg_emb = False
# 0: groundhog, 1: rnnsearch, 2: ia, 3: ran, 4: rn, 5: sru, 6: cyknet
model = 4
# convolutional layer
#filter_window_size = [1, 3, 5] # windows size
filter_window_size = [1] # windows size
#filter_feats_size = [32, 64, 96]
filter_feats_size = [96]
mlp_size = 256
# generate BTG tree when decoding
dynamic_cyk_decoding = False
print_att = True
# Scheduled Sampling of Samy bengio's paper
ss_type = 1 # 1: linear decay, 2: exponential decay, 3: inverse sigmoid decay
ss_eps_begin = 1 # set None for no scheduled sampling
ss_eps_end = 1
#ss_decay_rate = 0.005
ss_decay_rate = (ss_eps_begin - ss_eps_end) / 10.
ss_k = 0.98 # k < 1 for exponential decay, k >= 1 for inverse sigmoid decay
# free parameter for self-normalization
# 0 is equivalent to the standard neural network objective function.
self_norm_alpha = None
nonlocal_mode = 'dot' # gaussian, dot, embeddedGaussian
#dec_gpu_id = [1]
#dec_gpu_id = None
gpu_id = [0]
#gpu_id = None
| volatile = False
log_norm = False
max_seq_len = 50
'\nEmbedding layer\n'
src_wemb_size = 512
trg_wemb_size = 512
'\nEncoder layer\n'
enc_hid_size = 512
'\nAttention layer\n'
align_size = 512
'\nDecoder layer\n'
dec_hid_size = 512
out_size = 512
drop_rate = 0.5
dir_model = 'wmodel'
dir_valid = 'wvalid'
dir_tests = 'wtests'
val_shuffle = True
val_tst_dir = '/home/wen/3.corpus/mt/nist_data_stanseg/'
val_prefix = 'nist02'
val_src_suffix = 'src'
val_ref_suffix = 'ref.plain_'
ref_cnt = 4
tests_prefix = ['nist03', 'nist04', 'nist05', 'nist06', 'nist08']
train_shuffle = True
batch_size = 80
sort_k_batches = 20
dir_data = 'data/'
train_src = dir_data + 'train.src'
train_trg = dir_data + 'train.trg'
src_vocab_from = train_src
trg_vocab_from = train_trg
src_dict_size = 30000
trg_dict_size = 30000
src_dict = dir_data + 'src.dict.tcf'
trg_dict = dir_data + 'trg.dict.tcf'
inputs_data = dir_data + 'inputs.pt'
max_epochs = 30
epoch_shuffle = False
epoch_shuffle_minibatch = 1
small = False
display_freq = 10 if small else 1000
sampling_freq = 100 if small else 5000
sample_size = 5
if_fixed_sampling = False
epoch_eval = False
final_test = False
eval_valid_from = 20 if small else 50000
eval_valid_freq = 50 if small else 20000
save_one_model = True
start_epoch = 1
model_prefix = dir_model + '/model'
best_model = dir_valid + '/best.model.pt' if dir_valid else 'best.model.pt'
pre_train = best_model
fix_pre_params = True
search_mode = 1
with_batch = 1
ori_search = 0
beam_size = 10
vocab_norm = 1
len_norm = 1
with_mv = 0
merge_way = 'Y'
avg_att = 0
m_threshold = 100.0
ngram = 3
length_norm = 0.0
cover_penalty = 0.0
'\nStarting learning rate. If adagrad/adadelta/adam is used, then this is the global learning rate.\nRecommended settings: sgd = 1, adagrad = 0.1, adadelta = 1, adam = 0.001\n'
opt_mode = 'adadelta'
learning_rate = 1.0
max_grad_norm = 1.0
start_decay_from = None
learning_rate_decay = 0.5
last_valid_bleu = 0.0
snip_size = 10
file_tran_dir = 'wexp-gpu-nist03'
laynorm = False
segments = False
seg_val_tst_dir = 'orule_1.7'
enc_rnn_type = 'sru'
enc_layer_cnt = 4
dec_rnn_type = 'sru'
dec_layer_cnt = 4
with_bpe = False
with_postproc = True
copy_trg_emb = False
model = 4
filter_window_size = [1]
filter_feats_size = [96]
mlp_size = 256
dynamic_cyk_decoding = False
print_att = True
ss_type = 1
ss_eps_begin = 1
ss_eps_end = 1
ss_decay_rate = (ss_eps_begin - ss_eps_end) / 10.0
ss_k = 0.98
self_norm_alpha = None
nonlocal_mode = 'dot'
gpu_id = [0] |
# PROBLEM
#
# Now write a program that calculates the minimum fixed monthly payment needed
# in order to pay off a credit card balance within 12 months. By a fixed
# monthly payment, we mean a single number which does not change each month,
# but instead is a constant amount that will be paid each month.
#
# In this problem, we will not be dealing with a minimum monthly payment rate.
#
# The following variables contain values as described below:
# 1. balance - the outstanding balance on the credit card
# 2. annualInterestRate - annual interest rate as a decimal
#
# The program should print out one line: the lowest monthly payment that will
# pay off all debt in under 1 year, for example:
#
# 'Lowest Payment: 180'
#
# Assume that the interest is compounded monthly according to the balance at
# the end of the month (after the payment for that month is made). The monthly
# payment must be a multiple of $10 and is the same for all months. Notice
# that it is possible for the balance to become negative using this payment
# scheme, which is okay.
# For test purposes
balance = 5000
annualInterestRate = 0.18
# SOLUTION
def yearEndBalance(balance, monthlyPayment):
'''
balance: outstanding balance on the credit card (int or float)
monthlyPayment: fixed monthly payment (int or float)
returns: ending balance on the credit card after 12 months (int or float)
'''
for month in range(12):
balance = (balance - monthlyPayment) * (1 + monthlyInterestRate)
return balance
monthlyInterestRate = annualInterestRate / 12.0
monthlyPayment = 10*int(balance/12/10) # Initial guess set as 1/12th of balance
while yearEndBalance(balance, monthlyPayment) > 0:
monthlyPayment += 10
print('Lowest Payment:', monthlyPayment)
| balance = 5000
annual_interest_rate = 0.18
def year_end_balance(balance, monthlyPayment):
"""
balance: outstanding balance on the credit card (int or float)
monthlyPayment: fixed monthly payment (int or float)
returns: ending balance on the credit card after 12 months (int or float)
"""
for month in range(12):
balance = (balance - monthlyPayment) * (1 + monthlyInterestRate)
return balance
monthly_interest_rate = annualInterestRate / 12.0
monthly_payment = 10 * int(balance / 12 / 10)
while year_end_balance(balance, monthlyPayment) > 0:
monthly_payment += 10
print('Lowest Payment:', monthlyPayment) |
##Hello World Example
#!/user/bin/env python3
print("Hello", "world!")
| print('Hello', 'world!') |
buttons = {
"brightness up": [9097, 4455, 635, 495, 629, 502, 632, 499, 636, 494, 630, 500, 603, 528, 627, 503, 632, 500, 603, 1628, 599, 1632, 606, 1625, 602, 1627, 600, 530, 604, 1626, 601, 1630, 628, 1603, 603, 529, 606, 525, 599, 532, 602, 530, 604, 528, 607, 524, 599, 532, 603, 528, 606, 1625, 610, 1622, 608, 1624, 603, 1627, 600, 1629, 598, 1630, 597, 1631, 596, 1634, 603],
"brightness down": [9115, 4429, 629, 501, 633, 499, 635, 498, 636, 497, 628, 505, 632, 500, 631, 502, 633, 498, 626, 1610, 627, 1597, 630, 1602, 636, 1595, 631, 501, 634, 1598, 598, 1633, 635, 1595, 601, 1630, 627, 505, 629, 502, 633, 499, 604, 527, 631, 502, 629, 503, 600, 532, 634, 497, 606, 1624, 603, 1627, 600, 1630, 597, 1633, 605, 1624, 603, 1627, 600, 1629, 629],
"off": [9093, 4428, 629, 500, 624, 505, 630, 499, 624, 506, 629, 500, 634, 496, 628, 502, 632, 498, 626, 1603, 625, 1604, 633, 1596, 631, 1598, 629, 500, 624, 1605, 636, 1594, 630, 1599, 628, 503, 631, 1598, 629, 501, 633, 498, 626, 504, 630, 501, 633, 497, 627, 503, 631, 1599, 628, 501, 634, 1596, 631, 1599, 628, 1601, 626, 1603, 625, 1605, 632, 1597, 630],
"on": [9103, 4429, 627, 502, 633, 496, 628, 501, 633, 496, 628, 502, 632, 503, 621, 500, 624, 505, 629, 1599, 628, 1600, 627, 1600, 627, 1601, 626, 502, 633, 1595, 631, 1596, 632, 1596, 631, 1597, 629, 1599, 598, 530, 625, 503, 600, 528, 596, 531, 624, 504, 599, 529, 626, 502, 632, 497, 596, 1631, 596, 1632, 595, 1633, 625, 1603, 604, 1624, 603, 1625, 601],
"red": [9119, 4420, 627, 503, 631, 495, 629, 499, 625, 503, 631, 497, 627, 502, 633, 494, 629, 499, 625, 1602, 626, 1602, 625, 1602, 624, 1603, 624, 503, 631, 1597, 630, 1597, 630, 1596, 631, 497, 627, 500, 623, 1604, 623, 505, 630, 497, 627, 501, 633, 495, 629, 499, 625, 1604, 623, 1605, 632, 497, 627, 1601, 626, 1602, 636, 1592, 624, 1605, 632, 1596, 631],
"green": [9083, 4424, 623, 505, 630, 498, 625, 503, 653, 476, 627, 502, 632, 496, 628, 501, 633, 496, 628, 1600, 627, 1601, 626, 1602, 625, 1602, 625, 504, 630, 1598, 629, 1599, 668, 1560, 627, 1601, 626, 503, 631, 1597, 630, 499, 625, 504, 599, 529, 626, 503, 600, 528, 596, 532, 602, 1626, 632, 496, 597, 1631, 596, 1631, 596, 1631, 597, 1631, 596, 1631, 627],
"blue": [9080, 4457, 631, 499, 625, 505, 598, 530, 604, 525, 599, 531, 604, 525, 630, 498, 605, 524, 600, 1628, 599, 1629, 598, 1630, 597, 1631, 596, 532, 602, 1627, 600, 1629, 598, 1631, 596, 533, 601, 1628, 599, 1631, 596, 533, 601, 528, 596, 533, 602, 531, 592, 533, 602, 1627, 600, 528, 596, 533, 601, 1627, 600, 1629, 598, 1630, 597, 1630, 597, 1631, 596],
"white": [9045, 4456, 601, 526, 598, 530, 605, 524, 600, 528, 596, 532, 602, 526, 598, 530, 604, 523, 601, 1627, 600, 1628, 599, 1629, 598, 1631, 596, 532, 602, 1626, 601, 1627, 600, 1628, 599, 1629, 598, 1629, 598, 1630, 597, 532, 602, 526, 598, 531, 604, 525, 599, 529, 605, 524, 600, 528, 606, 522, 603, 1625, 601, 1627, 600, 1627, 600, 1627, 600, 1628, 599],
"orangered": [9072, 4454, 655, 474, 597, 532, 602, 526, 598, 531, 604, 525, 598, 530, 605, 523, 600, 528, 596, 1632, 595, 1632, 595, 1632, 594, 1633, 594, 534, 601, 1627, 600, 1627, 600, 1628, 599, 530, 604, 526, 598, 530, 604, 1623, 604, 524, 600, 528, 596, 533, 601, 527, 597, 1631, 596, 1632, 605, 1624, 603, 525, 599, 1629, 597, 1631, 596, 1632, 595, 1632, 595],
"mediumseagreen": [9058, 4453, 605, 523, 601, 528, 595, 544, 591, 528, 596, 533, 601, 527, 597, 532, 603, 525, 599, 1629, 598, 1629, 598, 1630, 597, 1630, 596, 533, 602, 1625, 602, 1626, 632, 1595, 601, 1626, 632, 496, 628, 500, 624, 1603, 624, 504, 630, 497, 627, 501, 633, 494, 630, 498, 626, 1601, 626, 1601, 625, 503, 632, 1595, 631, 1597, 630, 1597, 630, 1598, 629],
"duke blue": [9048, 4454, 634, 494, 598, 530, 625, 504, 599, 529, 626, 502, 601, 527, 628, 500, 624, 504, 630, 1597, 630, 1598, 630, 1597, 629, 1599, 628, 500, 624, 1603, 624, 1603, 634, 1594, 633, 495, 629, 1599, 628, 500, 634, 1594, 633, 495, 629, 500, 634, 495, 629, 499, 625, 1603, 634, 494, 634, 1594, 629, 500, 624, 1603, 634, 1594, 633, 1595, 632, 1595, 632],
"flash": [9093, 4425, 601, 527, 629, 499, 625, 503, 631, 497, 596, 532, 602, 526, 598, 530, 605, 523, 600, 1627, 601, 1627, 600, 1627, 600, 1628, 599, 529, 605, 1623, 604, 1624, 603, 1625, 603, 1625, 602, 1626, 601, 526, 598, 1629, 598, 530, 604, 523, 601, 527, 597, 531, 604, 524, 600, 528, 596, 1631, 600, 529, 601, 1626, 601, 1627, 600, 1627, 600, 1628, 599],
"darkorange": [9091, 4425, 601, 528, 596, 533, 643, 486, 597, 532, 602, 527, 597, 532, 602, 527, 597, 532, 602, 1627, 600, 1628, 599, 1630, 597, 1631, 596, 533, 601, 1628, 599, 1629, 598, 1631, 596, 543, 592, 526, 597, 1632, 595, 1633, 605, 524, 600, 528, 596, 533, 601, 527, 597, 1632, 605, 1623, 604, 526, 598, 532, 602, 1629, 598, 1631, 607, 1623, 604, 1626, 601],
"carolina blue": [9086, 4456, 602, 528, 606, 525, 599, 537, 598, 528, 606, 525, 599, 532, 602, 528, 596, 534, 600, 1630, 598, 1632, 608, 1622, 602, 1628, 599, 531, 603, 1627, 600, 1629, 598, 1632, 595, 1634, 604, 524, 600, 1629, 598, 1631, 596, 533, 602, 526, 598, 532, 602, 527, 597, 532, 602, 1627, 600, 529, 605, 524, 600, 1629, 598, 1631, 596, 1633, 605, 1624, 603],
"purple": [9081, 4425, 632, 496, 629, 499, 624, 505, 630, 498, 626, 506, 628, 497, 628, 500, 634, 494, 630, 1599, 628, 1600, 627, 1601, 626, 1604, 623, 503, 632, 1596, 630, 1598, 630, 1598, 629, 499, 625, 1604, 633, 1595, 632, 1596, 631, 498, 626, 502, 632, 496, 628, 501, 633, 1596, 635, 495, 625, 505, 630, 501, 633, 1596, 631, 1597, 630, 1599, 628, 1601, 626],
"strobe": [9081, 4424, 633, 496, 628, 501, 634, 495, 628, 501, 634, 496, 628, 502, 632, 497, 627, 502, 601, 1628, 599, 1630, 597, 1632, 595, 1633, 604, 525, 599, 1630, 597, 1632, 605, 1624, 603, 1626, 601, 1628, 599, 1630, 597, 1632, 605, 524, 600, 529, 595, 533, 602, 527, 596, 533, 602, 527, 597, 531, 603, 526, 598, 1631, 596, 1632, 605, 1624, 603, 1626, 601],
"orange": [9082, 4424, 602, 527, 628, 500, 635, 494, 630, 499, 635, 494, 599, 531, 634, 494, 630, 499, 604, 1625, 634, 1594, 632, 1597, 630, 1598, 629, 500, 635, 1594, 633, 1595, 632, 1597, 630, 498, 626, 503, 632, 497, 627, 502, 632, 1596, 631, 497, 627, 502, 632, 496, 628, 1600, 627, 1601, 626, 1602, 626, 1601, 626, 502, 632, 1597, 630, 1599, 628, 1600, 627],
"lightseagreen": [9084, 4461, 597, 533, 601, 528, 596, 533, 601, 527, 628, 501, 633, 496, 597, 531, 603, 527, 597, 1632, 595, 1634, 624, 1604, 634, 1594, 633, 496, 628, 1600, 626, 1603, 624, 1604, 634, 1595, 632, 498, 605, 525, 599, 531, 634, 1594, 633, 496, 628, 500, 634, 495, 629, 499, 625, 1604, 634, 1594, 643, 1586, 631, 497, 627, 1602, 625, 1603, 624, 1604, 633],
"mediumorchid": [9100, 4455, 603, 528, 606, 525, 599, 532, 602, 529, 606, 525, 599, 532, 602, 529, 606, 525, 599, 1636, 601, 1628, 599, 1631, 596, 1634, 603, 527, 597, 1633, 604, 1625, 602, 1628, 599, 532, 602, 1628, 599, 533, 602, 526, 597, 1633, 605, 526, 598, 533, 601, 530, 605, 1626, 601, 530, 604, 1637, 590, 1631, 607, 524, 600, 1630, 597, 1634, 603, 1628, 602],
"fade": [9084, 4459, 599, 532, 602, 529, 605, 525, 599, 532, 602, 528, 607, 524, 599, 532, 603, 528, 595, 1634, 604, 1626, 600, 1629, 598, 1632, 606, 524, 599, 1631, 596, 1634, 604, 1626, 601, 1629, 598, 1631, 596, 534, 600, 528, 596, 1633, 604, 525, 599, 530, 604, 531, 593, 529, 596, 533, 601, 1628, 599, 1630, 597, 532, 602, 1627, 600, 1629, 630, 1599, 597],
"yellow": [9075, 4432, 625, 503, 631, 497, 627, 502, 632, 496, 628, 500, 634, 494, 630, 498, 625, 503, 632, 1597, 630, 1598, 629, 1600, 596, 1631, 627, 502, 632, 1597, 630, 1599, 628, 1603, 635, 496, 628, 502, 601, 1629, 598, 533, 632, 1599, 597, 534, 632, 500, 634, 497, 606, 1625, 633, 1598, 598, 536, 598, 1629, 598, 543, 591, 1628, 599, 1631, 596, 1633, 604],
"teal": [9089, 4454, 602, 529, 626, 505, 599, 532, 602, 528, 627, 504, 631, 499, 635, 495, 629, 501, 633, 1605, 626, 1598, 626, 1605, 601, 1630, 628, 503, 632, 1599, 628, 1602, 604, 1628, 599, 1632, 626, 505, 598, 1633, 604, 528, 607, 1624, 634, 497, 627, 505, 629, 502, 632, 509, 626, 1595, 631, 499, 646, 1585, 631, 500, 635, 1595, 632, 1598, 629, 1601, 626],
"pink": [9095, 4425, 633, 495, 629, 500, 634, 495, 629, 500, 624, 504, 631, 498, 626, 503, 631, 499, 636, 1595, 632, 1596, 631, 1598, 629, 1599, 628, 501, 633, 1595, 632, 1596, 632, 1597, 599, 528, 596, 1632, 595, 1633, 604, 524, 600, 1627, 600, 528, 596, 531, 604, 524, 600, 1628, 599, 529, 595, 533, 604, 1623, 601, 527, 636, 1592, 596, 1632, 605, 1624, 603],
"smooth": [9078, 4423, 635, 495, 629, 502, 632, 498, 637, 494, 629, 501, 634, 497, 627, 503, 631, 499, 635, 1595, 632, 1598, 629, 1601, 626, 1604, 633, 497, 627, 1602, 625, 1605, 633, 1596, 631, 1598, 628, 1602, 625, 1604, 634, 496, 627, 1602, 625, 504, 631, 498, 636, 494, 630, 500, 634, 496, 628, 502, 633, 1597, 630, 501, 633, 1598, 629, 1601, 627, 1604, 633],
}
colors = {
"red": (255,0,0),
"green": (0,255,0),
"blue": (0,0,255),
"white": (255,255,255),
"orangered": (255,69,0),
"mediumseagreen": (60,179,113),
"duke blue": (0,83,155),
"darkorange": (255,140,0),
"carolina blue": (123,175,233),
"purple": (82,45,128),
"orange": (155,165,0),
"lightseagreen": (32,178,170),
"mediumorchid": (186,85,211),
"yellow": (255,255,0),
"teal": (0,128,128),
"pink": (255, 128, 255),
}
| buttons = {'brightness up': [9097, 4455, 635, 495, 629, 502, 632, 499, 636, 494, 630, 500, 603, 528, 627, 503, 632, 500, 603, 1628, 599, 1632, 606, 1625, 602, 1627, 600, 530, 604, 1626, 601, 1630, 628, 1603, 603, 529, 606, 525, 599, 532, 602, 530, 604, 528, 607, 524, 599, 532, 603, 528, 606, 1625, 610, 1622, 608, 1624, 603, 1627, 600, 1629, 598, 1630, 597, 1631, 596, 1634, 603], 'brightness down': [9115, 4429, 629, 501, 633, 499, 635, 498, 636, 497, 628, 505, 632, 500, 631, 502, 633, 498, 626, 1610, 627, 1597, 630, 1602, 636, 1595, 631, 501, 634, 1598, 598, 1633, 635, 1595, 601, 1630, 627, 505, 629, 502, 633, 499, 604, 527, 631, 502, 629, 503, 600, 532, 634, 497, 606, 1624, 603, 1627, 600, 1630, 597, 1633, 605, 1624, 603, 1627, 600, 1629, 629], 'off': [9093, 4428, 629, 500, 624, 505, 630, 499, 624, 506, 629, 500, 634, 496, 628, 502, 632, 498, 626, 1603, 625, 1604, 633, 1596, 631, 1598, 629, 500, 624, 1605, 636, 1594, 630, 1599, 628, 503, 631, 1598, 629, 501, 633, 498, 626, 504, 630, 501, 633, 497, 627, 503, 631, 1599, 628, 501, 634, 1596, 631, 1599, 628, 1601, 626, 1603, 625, 1605, 632, 1597, 630], 'on': [9103, 4429, 627, 502, 633, 496, 628, 501, 633, 496, 628, 502, 632, 503, 621, 500, 624, 505, 629, 1599, 628, 1600, 627, 1600, 627, 1601, 626, 502, 633, 1595, 631, 1596, 632, 1596, 631, 1597, 629, 1599, 598, 530, 625, 503, 600, 528, 596, 531, 624, 504, 599, 529, 626, 502, 632, 497, 596, 1631, 596, 1632, 595, 1633, 625, 1603, 604, 1624, 603, 1625, 601], 'red': [9119, 4420, 627, 503, 631, 495, 629, 499, 625, 503, 631, 497, 627, 502, 633, 494, 629, 499, 625, 1602, 626, 1602, 625, 1602, 624, 1603, 624, 503, 631, 1597, 630, 1597, 630, 1596, 631, 497, 627, 500, 623, 1604, 623, 505, 630, 497, 627, 501, 633, 495, 629, 499, 625, 1604, 623, 1605, 632, 497, 627, 1601, 626, 1602, 636, 1592, 624, 1605, 632, 1596, 631], 'green': [9083, 4424, 623, 505, 630, 498, 625, 503, 653, 476, 627, 502, 632, 496, 628, 501, 633, 496, 628, 1600, 627, 1601, 626, 1602, 625, 1602, 625, 504, 630, 1598, 629, 1599, 668, 1560, 627, 1601, 626, 503, 631, 1597, 630, 499, 625, 504, 599, 529, 626, 503, 600, 528, 596, 532, 602, 1626, 632, 496, 597, 1631, 596, 1631, 596, 1631, 597, 1631, 596, 1631, 627], 'blue': [9080, 4457, 631, 499, 625, 505, 598, 530, 604, 525, 599, 531, 604, 525, 630, 498, 605, 524, 600, 1628, 599, 1629, 598, 1630, 597, 1631, 596, 532, 602, 1627, 600, 1629, 598, 1631, 596, 533, 601, 1628, 599, 1631, 596, 533, 601, 528, 596, 533, 602, 531, 592, 533, 602, 1627, 600, 528, 596, 533, 601, 1627, 600, 1629, 598, 1630, 597, 1630, 597, 1631, 596], 'white': [9045, 4456, 601, 526, 598, 530, 605, 524, 600, 528, 596, 532, 602, 526, 598, 530, 604, 523, 601, 1627, 600, 1628, 599, 1629, 598, 1631, 596, 532, 602, 1626, 601, 1627, 600, 1628, 599, 1629, 598, 1629, 598, 1630, 597, 532, 602, 526, 598, 531, 604, 525, 599, 529, 605, 524, 600, 528, 606, 522, 603, 1625, 601, 1627, 600, 1627, 600, 1627, 600, 1628, 599], 'orangered': [9072, 4454, 655, 474, 597, 532, 602, 526, 598, 531, 604, 525, 598, 530, 605, 523, 600, 528, 596, 1632, 595, 1632, 595, 1632, 594, 1633, 594, 534, 601, 1627, 600, 1627, 600, 1628, 599, 530, 604, 526, 598, 530, 604, 1623, 604, 524, 600, 528, 596, 533, 601, 527, 597, 1631, 596, 1632, 605, 1624, 603, 525, 599, 1629, 597, 1631, 596, 1632, 595, 1632, 595], 'mediumseagreen': [9058, 4453, 605, 523, 601, 528, 595, 544, 591, 528, 596, 533, 601, 527, 597, 532, 603, 525, 599, 1629, 598, 1629, 598, 1630, 597, 1630, 596, 533, 602, 1625, 602, 1626, 632, 1595, 601, 1626, 632, 496, 628, 500, 624, 1603, 624, 504, 630, 497, 627, 501, 633, 494, 630, 498, 626, 1601, 626, 1601, 625, 503, 632, 1595, 631, 1597, 630, 1597, 630, 1598, 629], 'duke blue': [9048, 4454, 634, 494, 598, 530, 625, 504, 599, 529, 626, 502, 601, 527, 628, 500, 624, 504, 630, 1597, 630, 1598, 630, 1597, 629, 1599, 628, 500, 624, 1603, 624, 1603, 634, 1594, 633, 495, 629, 1599, 628, 500, 634, 1594, 633, 495, 629, 500, 634, 495, 629, 499, 625, 1603, 634, 494, 634, 1594, 629, 500, 624, 1603, 634, 1594, 633, 1595, 632, 1595, 632], 'flash': [9093, 4425, 601, 527, 629, 499, 625, 503, 631, 497, 596, 532, 602, 526, 598, 530, 605, 523, 600, 1627, 601, 1627, 600, 1627, 600, 1628, 599, 529, 605, 1623, 604, 1624, 603, 1625, 603, 1625, 602, 1626, 601, 526, 598, 1629, 598, 530, 604, 523, 601, 527, 597, 531, 604, 524, 600, 528, 596, 1631, 600, 529, 601, 1626, 601, 1627, 600, 1627, 600, 1628, 599], 'darkorange': [9091, 4425, 601, 528, 596, 533, 643, 486, 597, 532, 602, 527, 597, 532, 602, 527, 597, 532, 602, 1627, 600, 1628, 599, 1630, 597, 1631, 596, 533, 601, 1628, 599, 1629, 598, 1631, 596, 543, 592, 526, 597, 1632, 595, 1633, 605, 524, 600, 528, 596, 533, 601, 527, 597, 1632, 605, 1623, 604, 526, 598, 532, 602, 1629, 598, 1631, 607, 1623, 604, 1626, 601], 'carolina blue': [9086, 4456, 602, 528, 606, 525, 599, 537, 598, 528, 606, 525, 599, 532, 602, 528, 596, 534, 600, 1630, 598, 1632, 608, 1622, 602, 1628, 599, 531, 603, 1627, 600, 1629, 598, 1632, 595, 1634, 604, 524, 600, 1629, 598, 1631, 596, 533, 602, 526, 598, 532, 602, 527, 597, 532, 602, 1627, 600, 529, 605, 524, 600, 1629, 598, 1631, 596, 1633, 605, 1624, 603], 'purple': [9081, 4425, 632, 496, 629, 499, 624, 505, 630, 498, 626, 506, 628, 497, 628, 500, 634, 494, 630, 1599, 628, 1600, 627, 1601, 626, 1604, 623, 503, 632, 1596, 630, 1598, 630, 1598, 629, 499, 625, 1604, 633, 1595, 632, 1596, 631, 498, 626, 502, 632, 496, 628, 501, 633, 1596, 635, 495, 625, 505, 630, 501, 633, 1596, 631, 1597, 630, 1599, 628, 1601, 626], 'strobe': [9081, 4424, 633, 496, 628, 501, 634, 495, 628, 501, 634, 496, 628, 502, 632, 497, 627, 502, 601, 1628, 599, 1630, 597, 1632, 595, 1633, 604, 525, 599, 1630, 597, 1632, 605, 1624, 603, 1626, 601, 1628, 599, 1630, 597, 1632, 605, 524, 600, 529, 595, 533, 602, 527, 596, 533, 602, 527, 597, 531, 603, 526, 598, 1631, 596, 1632, 605, 1624, 603, 1626, 601], 'orange': [9082, 4424, 602, 527, 628, 500, 635, 494, 630, 499, 635, 494, 599, 531, 634, 494, 630, 499, 604, 1625, 634, 1594, 632, 1597, 630, 1598, 629, 500, 635, 1594, 633, 1595, 632, 1597, 630, 498, 626, 503, 632, 497, 627, 502, 632, 1596, 631, 497, 627, 502, 632, 496, 628, 1600, 627, 1601, 626, 1602, 626, 1601, 626, 502, 632, 1597, 630, 1599, 628, 1600, 627], 'lightseagreen': [9084, 4461, 597, 533, 601, 528, 596, 533, 601, 527, 628, 501, 633, 496, 597, 531, 603, 527, 597, 1632, 595, 1634, 624, 1604, 634, 1594, 633, 496, 628, 1600, 626, 1603, 624, 1604, 634, 1595, 632, 498, 605, 525, 599, 531, 634, 1594, 633, 496, 628, 500, 634, 495, 629, 499, 625, 1604, 634, 1594, 643, 1586, 631, 497, 627, 1602, 625, 1603, 624, 1604, 633], 'mediumorchid': [9100, 4455, 603, 528, 606, 525, 599, 532, 602, 529, 606, 525, 599, 532, 602, 529, 606, 525, 599, 1636, 601, 1628, 599, 1631, 596, 1634, 603, 527, 597, 1633, 604, 1625, 602, 1628, 599, 532, 602, 1628, 599, 533, 602, 526, 597, 1633, 605, 526, 598, 533, 601, 530, 605, 1626, 601, 530, 604, 1637, 590, 1631, 607, 524, 600, 1630, 597, 1634, 603, 1628, 602], 'fade': [9084, 4459, 599, 532, 602, 529, 605, 525, 599, 532, 602, 528, 607, 524, 599, 532, 603, 528, 595, 1634, 604, 1626, 600, 1629, 598, 1632, 606, 524, 599, 1631, 596, 1634, 604, 1626, 601, 1629, 598, 1631, 596, 534, 600, 528, 596, 1633, 604, 525, 599, 530, 604, 531, 593, 529, 596, 533, 601, 1628, 599, 1630, 597, 532, 602, 1627, 600, 1629, 630, 1599, 597], 'yellow': [9075, 4432, 625, 503, 631, 497, 627, 502, 632, 496, 628, 500, 634, 494, 630, 498, 625, 503, 632, 1597, 630, 1598, 629, 1600, 596, 1631, 627, 502, 632, 1597, 630, 1599, 628, 1603, 635, 496, 628, 502, 601, 1629, 598, 533, 632, 1599, 597, 534, 632, 500, 634, 497, 606, 1625, 633, 1598, 598, 536, 598, 1629, 598, 543, 591, 1628, 599, 1631, 596, 1633, 604], 'teal': [9089, 4454, 602, 529, 626, 505, 599, 532, 602, 528, 627, 504, 631, 499, 635, 495, 629, 501, 633, 1605, 626, 1598, 626, 1605, 601, 1630, 628, 503, 632, 1599, 628, 1602, 604, 1628, 599, 1632, 626, 505, 598, 1633, 604, 528, 607, 1624, 634, 497, 627, 505, 629, 502, 632, 509, 626, 1595, 631, 499, 646, 1585, 631, 500, 635, 1595, 632, 1598, 629, 1601, 626], 'pink': [9095, 4425, 633, 495, 629, 500, 634, 495, 629, 500, 624, 504, 631, 498, 626, 503, 631, 499, 636, 1595, 632, 1596, 631, 1598, 629, 1599, 628, 501, 633, 1595, 632, 1596, 632, 1597, 599, 528, 596, 1632, 595, 1633, 604, 524, 600, 1627, 600, 528, 596, 531, 604, 524, 600, 1628, 599, 529, 595, 533, 604, 1623, 601, 527, 636, 1592, 596, 1632, 605, 1624, 603], 'smooth': [9078, 4423, 635, 495, 629, 502, 632, 498, 637, 494, 629, 501, 634, 497, 627, 503, 631, 499, 635, 1595, 632, 1598, 629, 1601, 626, 1604, 633, 497, 627, 1602, 625, 1605, 633, 1596, 631, 1598, 628, 1602, 625, 1604, 634, 496, 627, 1602, 625, 504, 631, 498, 636, 494, 630, 500, 634, 496, 628, 502, 633, 1597, 630, 501, 633, 1598, 629, 1601, 627, 1604, 633]}
colors = {'red': (255, 0, 0), 'green': (0, 255, 0), 'blue': (0, 0, 255), 'white': (255, 255, 255), 'orangered': (255, 69, 0), 'mediumseagreen': (60, 179, 113), 'duke blue': (0, 83, 155), 'darkorange': (255, 140, 0), 'carolina blue': (123, 175, 233), 'purple': (82, 45, 128), 'orange': (155, 165, 0), 'lightseagreen': (32, 178, 170), 'mediumorchid': (186, 85, 211), 'yellow': (255, 255, 0), 'teal': (0, 128, 128), 'pink': (255, 128, 255)} |
# Haystack settings for running tests.
DATABASE_ENGINE = 'sqlite3'
DATABASE_NAME = 'haystack_tests.db'
INSTALLED_APPS = [
'django.contrib.admin',
'django.contrib.auth',
'django.contrib.contenttypes',
'django.contrib.sessions',
'django.contrib.sites',
'haystack',
'core',
]
ROOT_URLCONF = 'core.urls'
HAYSTACK_CONNECTIONS = {
'default': {
'ENGINE': 'core.tests.mocks.MockEngine',
},
}
| database_engine = 'sqlite3'
database_name = 'haystack_tests.db'
installed_apps = ['django.contrib.admin', 'django.contrib.auth', 'django.contrib.contenttypes', 'django.contrib.sessions', 'django.contrib.sites', 'haystack', 'core']
root_urlconf = 'core.urls'
haystack_connections = {'default': {'ENGINE': 'core.tests.mocks.MockEngine'}} |
# Python program for implementation of MergeSort(Implement Divide and conquer)
# MergeSort(arr[], l, r)
# If r > l
# 1. Find the middle point to divide the array into two halves:
# middle m = l+ (r-l)/2
# 2. Call mergeSort for first half:
# Call mergeSort(arr, l, m)
# 3. Call mergeSort for second half:
# Call mergeSort(arr, m+1, r)
# 4. Merge the two halves sorted in step 2 and 3:
# Call merge(arr, l, m, r)
def mergeSort(arr):
if len(arr) > 1:
mid = len(arr)//2
L = arr[:mid]
R = arr[mid:]
mergeSort(L)
mergeSort(R)
i = j = k = 0
while i < len(L) and j < len(R):
if L[i] < R[j]:
arr[k] = L[i]
i += 1
else:
arr[k] = R[j]
j += 1
k += 1
while i < len(L):
arr[k] = L[i]
i += 1
k += 1
while j < len(R):
arr[k] = R[j]
j += 1
k += 1
def printList(arr):
for i in range(len(arr)):
print(arr[i], end=" ")
print()
if __name__ == '__main__':
arr = [12, 11, 13, 5, 6, 7]
print("Given array is", end="\n")
printList(arr)
mergeSort(arr)
print("Sorted array is: ", end="\n")
printList(arr)
# Input:
# Given array is
# 12 11 13 5 6 7
# Output:
# Given array is
# 12 11 13 5 6 7
# Sorted array is:
# 5 6 7 11 12 13
| def merge_sort(arr):
if len(arr) > 1:
mid = len(arr) // 2
l = arr[:mid]
r = arr[mid:]
merge_sort(L)
merge_sort(R)
i = j = k = 0
while i < len(L) and j < len(R):
if L[i] < R[j]:
arr[k] = L[i]
i += 1
else:
arr[k] = R[j]
j += 1
k += 1
while i < len(L):
arr[k] = L[i]
i += 1
k += 1
while j < len(R):
arr[k] = R[j]
j += 1
k += 1
def print_list(arr):
for i in range(len(arr)):
print(arr[i], end=' ')
print()
if __name__ == '__main__':
arr = [12, 11, 13, 5, 6, 7]
print('Given array is', end='\n')
print_list(arr)
merge_sort(arr)
print('Sorted array is: ', end='\n')
print_list(arr) |
class Component(object):
_env = None
_di = None
_args = None
_kwargs = None
def setDi(self, di):
self._di = di
def getDi(self):
return self._di
def getEnv(self):
return self._env
def setEnv(self, env):
self._env = env
def setArgs(self, args):
self._args = args
def getArgs(self):
return self._args
def setKwargs(self,kwargs):
self._kwargs = kwargs
def getKwargs(self):
return self._kwargs
def __init__(self, env, di, args, **kwargs):
self._env = env
self._di = di
self._args = args
self._kwargs = kwargs
def run(self):
raise Exception("implement run in {0}".format(self))
| class Component(object):
_env = None
_di = None
_args = None
_kwargs = None
def set_di(self, di):
self._di = di
def get_di(self):
return self._di
def get_env(self):
return self._env
def set_env(self, env):
self._env = env
def set_args(self, args):
self._args = args
def get_args(self):
return self._args
def set_kwargs(self, kwargs):
self._kwargs = kwargs
def get_kwargs(self):
return self._kwargs
def __init__(self, env, di, args, **kwargs):
self._env = env
self._di = di
self._args = args
self._kwargs = kwargs
def run(self):
raise exception('implement run in {0}'.format(self)) |
with open('F:\\url.txt', 'r') as f:
list1 = f.readlines()
def remain720p(args):
return args.find('720P') > 0
list2 = filter(remain720p, list1)
with open('F:\\url2.txt', 'w') as f2:
for str2 in list2:
f2.writelines(str2) | with open('F:\\url.txt', 'r') as f:
list1 = f.readlines()
def remain720p(args):
return args.find('720P') > 0
list2 = filter(remain720p, list1)
with open('F:\\url2.txt', 'w') as f2:
for str2 in list2:
f2.writelines(str2) |
def fib(i: int) -> int:
if i == 0 or i == 1:
return 1
return fib(i - 1) + fib(i - 2)
if __name__ == "__main__":
# Using a variable to workaround
# https://github.com/adsharma/py2many/issues/64
rv = fib(5)
print(rv)
| def fib(i: int) -> int:
if i == 0 or i == 1:
return 1
return fib(i - 1) + fib(i - 2)
if __name__ == '__main__':
rv = fib(5)
print(rv) |
class Defaults(object):
window_size = 7
hidden_sizes = [300]
hidden_activation = 'relu'
max_vocab_size = 1000000
optimizer = 'sgd' # 'adam'
learning_rate = 0.1 # 1e-4
epochs = 20
iobes = True # Map tags to IOBES on input
max_tokens = None # Max dataset size in tokens
encoding = 'utf-8' # Data encoding
output_drop_prob = 0.0 # Dropout probablility prior to output
token_level_eval = False # Force token-level evaluation
verbosity = 1 # 0=quiet, 1=progress bar, 2=one line per epoch
fixed_wordvecs = False # Don't fine-tune word vectors
word_features = True
batch_size = 50
viterbi = True
# Learning rate multiplier for embeddings. This is a tweak to
# implement faster learning for embeddings compared to other
# layers. As the feature is not yet implemented in Keras master
# (see https://github.com/fchollet/keras/pull/1991), this option
# currently requires the fork https://github.com/spyysalo/keras .
embedding_lr_multiplier = 1.0
| class Defaults(object):
window_size = 7
hidden_sizes = [300]
hidden_activation = 'relu'
max_vocab_size = 1000000
optimizer = 'sgd'
learning_rate = 0.1
epochs = 20
iobes = True
max_tokens = None
encoding = 'utf-8'
output_drop_prob = 0.0
token_level_eval = False
verbosity = 1
fixed_wordvecs = False
word_features = True
batch_size = 50
viterbi = True
embedding_lr_multiplier = 1.0 |
class Config:
EPS = 1e-14
RPN_CLOBBER_POSITIVES = False
RPN_NEGATIVE_OVERLAP = 0.3
RPN_POSITIVE_OVERLAP = 0.7
RPN_FG_FRACTION = 0.5
RPN_BATCHSIZE = 300
RPN_BBOX_INSIDE_WEIGHTS = (1.0, 1.0, 1.0, 1.0)
RPN_POSITIVE_WEIGHT = -1.0
RPN_PRE_NMS_TOP_N = 12000
RPN_POST_NMS_TOP_N = 1000
RPN_NMS_THRESH = 0.7
RPN_MIN_SIZE = 8
# origin [11, 16, 23, 33, 48, 68, 97, 139, 198, 283]
ANCHORS_HEIGHT = [23, 33, 48, 68, 97, 139]
| class Config:
eps = 1e-14
rpn_clobber_positives = False
rpn_negative_overlap = 0.3
rpn_positive_overlap = 0.7
rpn_fg_fraction = 0.5
rpn_batchsize = 300
rpn_bbox_inside_weights = (1.0, 1.0, 1.0, 1.0)
rpn_positive_weight = -1.0
rpn_pre_nms_top_n = 12000
rpn_post_nms_top_n = 1000
rpn_nms_thresh = 0.7
rpn_min_size = 8
anchors_height = [23, 33, 48, 68, 97, 139] |
hps = {
"0351291110650853": {
"ott_len": 35,
"ott_percent": 129,
"ott_bw_up": 111,
"tps_qty_index": 65,
"max_risk_long": 85
},
"0561821341040643": {
"ott_len": 56,
"ott_percent": 182,
"ott_bw_up": 134,
"tps_qty_index": 104,
"max_risk_long": 64
},
"0351291110200403": {
"ott_len": 35,
"ott_percent": 129,
"ott_bw_up": 111,
"tps_qty_index": 20,
"max_risk_long": 40
},
"0572181720720673": {
"ott_len": 57,
"ott_percent": 218,
"ott_bw_up": 172,
"tps_qty_index": 72,
"max_risk_long": 67
},
"0331701430640973": {
"ott_len": 33,
"ott_percent": 170,
"ott_bw_up": 143,
"tps_qty_index": 64,
"max_risk_long": 97
},
"66787357652": {
"ott_len": 66,
"ott_percent": 78,
"ott_bw_up": 73,
"tps_qty_index": 57,
"max_risk_long": 65
},
"0701701490000913": {
"ott_len": 70,
"ott_percent": 170,
"ott_bw_up": 149,
"tps_qty_index": 0,
"max_risk_long": 91
},
"0700781390290673": {
"ott_len": 70,
"ott_percent": 78,
"ott_bw_up": 139,
"tps_qty_index": 29,
"max_risk_long": 67
},
"0601050950650813": {
"ott_len": 60,
"ott_percent": 105,
"ott_bw_up": 95,
"tps_qty_index": 65,
"max_risk_long": 81
},
"0400781490420563": {
"ott_len": 40,
"ott_percent": 78,
"ott_bw_up": 149,
"tps_qty_index": 42,
"max_risk_long": 56
},
"0572181750000913": {
"ott_len": 57,
"ott_percent": 218,
"ott_bw_up": 175,
"tps_qty_index": 0,
"max_risk_long": 91
},
"0281701690020483": {
"ott_len": 28,
"ott_percent": 170,
"ott_bw_up": 169,
"tps_qty_index": 2,
"max_risk_long": 48
},
"0631701340690723": {
"ott_len": 63,
"ott_percent": 170,
"ott_bw_up": 134,
"tps_qty_index": 69,
"max_risk_long": 72
},
"0691581140650703": {
"ott_len": 69,
"ott_percent": 158,
"ott_bw_up": 114,
"tps_qty_index": 65,
"max_risk_long": 70
},
"0450781491120653": {
"ott_len": 45,
"ott_percent": 78,
"ott_bw_up": 149,
"tps_qty_index": 112,
"max_risk_long": 65
},
"0691050980650663": {
"ott_len": 69,
"ott_percent": 105,
"ott_bw_up": 98,
"tps_qty_index": 65,
"max_risk_long": 66
},
"0391701430640973": {
"ott_len": 39,
"ott_percent": 170,
"ott_bw_up": 143,
"tps_qty_index": 64,
"max_risk_long": 97
},
"0331291110650813": {
"ott_len": 33,
"ott_percent": 129,
"ott_bw_up": 111,
"tps_qty_index": 65,
"max_risk_long": 81
},
"0351291110200453": {
"ott_len": 35,
"ott_percent": 129,
"ott_bw_up": 111,
"tps_qty_index": 20,
"max_risk_long": 45
},
"0701701380640523": {
"ott_len": 70,
"ott_percent": 170,
"ott_bw_up": 138,
"tps_qty_index": 64,
"max_risk_long": 52
},
"0450781490370653": {
"ott_len": 45,
"ott_percent": 78,
"ott_bw_up": 149,
"tps_qty_index": 37,
"max_risk_long": 65
},
"0521051340690693": {
"ott_len": 52,
"ott_percent": 105,
"ott_bw_up": 134,
"tps_qty_index": 69,
"max_risk_long": 69
},
"66788842652": {
"ott_len": 66,
"ott_percent": 78,
"ott_bw_up": 88,
"tps_qty_index": 42,
"max_risk_long": 65
},
"0640781390420673": {
"ott_len": 64,
"ott_percent": 78,
"ott_bw_up": 139,
"tps_qty_index": 42,
"max_risk_long": 67
},
"0700701120370653": {
"ott_len": 70,
"ott_percent": 70,
"ott_bw_up": 112,
"tps_qty_index": 37,
"max_risk_long": 65
},
"0682181720800673": {
"ott_len": 68,
"ott_percent": 218,
"ott_bw_up": 172,
"tps_qty_index": 80,
"max_risk_long": 67
},
"0311051471100663": {
"ott_len": 31,
"ott_percent": 105,
"ott_bw_up": 147,
"tps_qty_index": 110,
"max_risk_long": 66
},
"0701291110370653": {
"ott_len": 70,
"ott_percent": 129,
"ott_bw_up": 111,
"tps_qty_index": 37,
"max_risk_long": 65
},
"0400781360170653": {
"ott_len": 40,
"ott_percent": 78,
"ott_bw_up": 136,
"tps_qty_index": 17,
"max_risk_long": 65
},
"0682181721120663": {
"ott_len": 68,
"ott_percent": 218,
"ott_bw_up": 172,
"tps_qty_index": 112,
"max_risk_long": 66
},
"0331291490650523": {
"ott_len": 33,
"ott_percent": 129,
"ott_bw_up": 149,
"tps_qty_index": 65,
"max_risk_long": 52
},
"0334791750000813": {
"ott_len": 33,
"ott_percent": 479,
"ott_bw_up": 175,
"tps_qty_index": 0,
"max_risk_long": 81
},
"57788850852": {
"ott_len": 57,
"ott_percent": 78,
"ott_bw_up": 88,
"tps_qty_index": 50,
"max_risk_long": 85
},
"0581050990500523": {
"ott_len": 58,
"ott_percent": 105,
"ott_bw_up": 99,
"tps_qty_index": 50,
"max_risk_long": 52
},
"0531701470690723": {
"ott_len": 53,
"ott_percent": 170,
"ott_bw_up": 147,
"tps_qty_index": 69,
"max_risk_long": 72
},
"0541701430841003": {
"ott_len": 54,
"ott_percent": 170,
"ott_bw_up": 143,
"tps_qty_index": 84,
"max_risk_long": 100
},
"57788842712": {
"ott_len": 57,
"ott_percent": 78,
"ott_bw_up": 88,
"tps_qty_index": 42,
"max_risk_long": 71
},
"70709372652": {
"ott_len": 70,
"ott_percent": 70,
"ott_bw_up": 93,
"tps_qty_index": 72,
"max_risk_long": 65
},
"0540971110650593": {
"ott_len": 54,
"ott_percent": 97,
"ott_bw_up": 111,
"tps_qty_index": 65,
"max_risk_long": 59
},
"0331291110610813": {
"ott_len": 33,
"ott_percent": 129,
"ott_bw_up": 111,
"tps_qty_index": 61,
"max_risk_long": 81
},
"0311031470410553": {
"ott_len": 31,
"ott_percent": 103,
"ott_bw_up": 147,
"tps_qty_index": 41,
"max_risk_long": 55
},
"0292181721120663": {
"ott_len": 29,
"ott_percent": 218,
"ott_bw_up": 172,
"tps_qty_index": 112,
"max_risk_long": 66
},
"0400781470420563": {
"ott_len": 40,
"ott_percent": 78,
"ott_bw_up": 147,
"tps_qty_index": 42,
"max_risk_long": 56
},
"0541291400650653": {
"ott_len": 54,
"ott_percent": 129,
"ott_bw_up": 140,
"tps_qty_index": 65,
"max_risk_long": 65
},
"0312181721100913": {
"ott_len": 31,
"ott_percent": 218,
"ott_bw_up": 172,
"tps_qty_index": 110,
"max_risk_long": 91
},
"0330781470590493": {
"ott_len": 33,
"ott_percent": 78,
"ott_bw_up": 147,
"tps_qty_index": 59,
"max_risk_long": 49
},
"0400781490170563": {
"ott_len": 40,
"ott_percent": 78,
"ott_bw_up": 149,
"tps_qty_index": 17,
"max_risk_long": 56
},
"40789942562": {
"ott_len": 40,
"ott_percent": 78,
"ott_bw_up": 99,
"tps_qty_index": 42,
"max_risk_long": 56
},
"0701291160370653": {
"ott_len": 70,
"ott_percent": 129,
"ott_bw_up": 116,
"tps_qty_index": 37,
"max_risk_long": 65
},
"0331291170220593": {
"ott_len": 33,
"ott_percent": 129,
"ott_bw_up": 117,
"tps_qty_index": 22,
"max_risk_long": 59
},
"0310781471100493": {
"ott_len": 31,
"ott_percent": 78,
"ott_bw_up": 147,
"tps_qty_index": 110,
"max_risk_long": 49
},
"57788872652": {
"ott_len": 57,
"ott_percent": 78,
"ott_bw_up": 88,
"tps_qty_index": 72,
"max_risk_long": 65
},
"0660781240650673": {
"ott_len": 66,
"ott_percent": 78,
"ott_bw_up": 124,
"tps_qty_index": 65,
"max_risk_long": 67
},
"0400781360480653": {
"ott_len": 40,
"ott_percent": 78,
"ott_bw_up": 136,
"tps_qty_index": 48,
"max_risk_long": 65
},
"70788864712": {
"ott_len": 70,
"ott_percent": 78,
"ott_bw_up": 88,
"tps_qty_index": 64,
"max_risk_long": 71
},
"0350781380090653": {
"ott_len": 35,
"ott_percent": 78,
"ott_bw_up": 138,
"tps_qty_index": 9,
"max_risk_long": 65
},
"0331291110410523": {
"ott_len": 33,
"ott_percent": 129,
"ott_bw_up": 111,
"tps_qty_index": 41,
"max_risk_long": 52
},
"0331701340470523": {
"ott_len": 33,
"ott_percent": 170,
"ott_bw_up": 134,
"tps_qty_index": 47,
"max_risk_long": 52
},
"0311031470420523": {
"ott_len": 31,
"ott_percent": 103,
"ott_bw_up": 147,
"tps_qty_index": 42,
"max_risk_long": 52
},
"0331051110270913": {
"ott_len": 33,
"ott_percent": 105,
"ott_bw_up": 111,
"tps_qty_index": 27,
"max_risk_long": 91
},
"0682181731120663": {
"ott_len": 68,
"ott_percent": 218,
"ott_bw_up": 173,
"tps_qty_index": 112,
"max_risk_long": 66
},
"0701701340690523": {
"ott_len": 70,
"ott_percent": 170,
"ott_bw_up": 134,
"tps_qty_index": 69,
"max_risk_long": 52
},
"70788872612": {
"ott_len": 70,
"ott_percent": 78,
"ott_bw_up": 88,
"tps_qty_index": 72,
"max_risk_long": 61
},
"0312181721100663": {
"ott_len": 31,
"ott_percent": 218,
"ott_bw_up": 172,
"tps_qty_index": 110,
"max_risk_long": 66
},
"0331291490590523": {
"ott_len": 33,
"ott_percent": 129,
"ott_bw_up": 149,
"tps_qty_index": 59,
"max_risk_long": 52
},
"0682181571120663": {
"ott_len": 68,
"ott_percent": 218,
"ott_bw_up": 157,
"tps_qty_index": 112,
"max_risk_long": 66
},
"0550781430310673": {
"ott_len": 55,
"ott_percent": 78,
"ott_bw_up": 143,
"tps_qty_index": 31,
"max_risk_long": 67
},
"48788842652": {
"ott_len": 48,
"ott_percent": 78,
"ott_bw_up": 88,
"tps_qty_index": 42,
"max_risk_long": 65
},
"0581050970270653": {
"ott_len": 58,
"ott_percent": 105,
"ott_bw_up": 97,
"tps_qty_index": 27,
"max_risk_long": 65
},
"0572181390030713": {
"ott_len": 57,
"ott_percent": 218,
"ott_bw_up": 139,
"tps_qty_index": 3,
"max_risk_long": 71
},
"0701701341090523": {
"ott_len": 70,
"ott_percent": 170,
"ott_bw_up": 134,
"tps_qty_index": 109,
"max_risk_long": 52
},
"0331291110610493": {
"ott_len": 33,
"ott_percent": 129,
"ott_bw_up": 111,
"tps_qty_index": 61,
"max_risk_long": 49
},
"0420781430420553": {
"ott_len": 42,
"ott_percent": 78,
"ott_bw_up": 143,
"tps_qty_index": 42,
"max_risk_long": 55
},
"0631701380480523": {
"ott_len": 63,
"ott_percent": 170,
"ott_bw_up": 138,
"tps_qty_index": 48,
"max_risk_long": 52
},
"0311291490650523": {
"ott_len": 31,
"ott_percent": 129,
"ott_bw_up": 149,
"tps_qty_index": 65,
"max_risk_long": 52
},
"0330781490890673": {
"ott_len": 33,
"ott_percent": 78,
"ott_bw_up": 149,
"tps_qty_index": 89,
"max_risk_long": 67
},
"0311031470030523": {
"ott_len": 31,
"ott_percent": 103,
"ott_bw_up": 147,
"tps_qty_index": 3,
"max_risk_long": 52
},
"0331291490410793": {
"ott_len": 33,
"ott_percent": 129,
"ott_bw_up": 149,
"tps_qty_index": 41,
"max_risk_long": 79
},
"0631701471100913": {
"ott_len": 63,
"ott_percent": 170,
"ott_bw_up": 147,
"tps_qty_index": 110,
"max_risk_long": 91
},
"0321031470840913": {
"ott_len": 32,
"ott_percent": 103,
"ott_bw_up": 147,
"tps_qty_index": 84,
"max_risk_long": 91
},
"0311291160930823": {
"ott_len": 31,
"ott_percent": 129,
"ott_bw_up": 116,
"tps_qty_index": 93,
"max_risk_long": 82
},
"0350781380640523": {
"ott_len": 35,
"ott_percent": 78,
"ott_bw_up": 138,
"tps_qty_index": 64,
"max_risk_long": 52
},
"0590821210640523": {
"ott_len": 59,
"ott_percent": 82,
"ott_bw_up": 121,
"tps_qty_index": 64,
"max_risk_long": 52
},
"0660781110370653": {
"ott_len": 66,
"ott_percent": 78,
"ott_bw_up": 111,
"tps_qty_index": 37,
"max_risk_long": 65
},
"0631291110100523": {
"ott_len": 63,
"ott_percent": 129,
"ott_bw_up": 111,
"tps_qty_index": 10,
"max_risk_long": 52
},
"0701701110370653": {
"ott_len": 70,
"ott_percent": 170,
"ott_bw_up": 111,
"tps_qty_index": 37,
"max_risk_long": 65
},
"0331411470590593": {
"ott_len": 33,
"ott_percent": 141,
"ott_bw_up": 147,
"tps_qty_index": 59,
"max_risk_long": 59
},
"0331291080590793": {
"ott_len": 33,
"ott_percent": 129,
"ott_bw_up": 108,
"tps_qty_index": 59,
"max_risk_long": 79
},
"0311411471100543": {
"ott_len": 31,
"ott_percent": 141,
"ott_bw_up": 147,
"tps_qty_index": 110,
"max_risk_long": 54
},
"0311291360170653": {
"ott_len": 31,
"ott_percent": 129,
"ott_bw_up": 136,
"tps_qty_index": 17,
"max_risk_long": 65
},
"0331291490980613": {
"ott_len": 33,
"ott_percent": 129,
"ott_bw_up": 149,
"tps_qty_index": 98,
"max_risk_long": 61
},
"0321031490840673": {
"ott_len": 32,
"ott_percent": 103,
"ott_bw_up": 149,
"tps_qty_index": 84,
"max_risk_long": 67
},
"0701701400650653": {
"ott_len": 70,
"ott_percent": 170,
"ott_bw_up": 140,
"tps_qty_index": 65,
"max_risk_long": 65
},
"0321031491100913": {
"ott_len": 32,
"ott_percent": 103,
"ott_bw_up": 149,
"tps_qty_index": 110,
"max_risk_long": 91
},
"0321031240840913": {
"ott_len": 32,
"ott_percent": 103,
"ott_bw_up": 124,
"tps_qty_index": 84,
"max_risk_long": 91
},
"0701291160160823": {
"ott_len": 70,
"ott_percent": 129,
"ott_bw_up": 116,
"tps_qty_index": 16,
"max_risk_long": 82
},
"0681701340690523": {
"ott_len": 68,
"ott_percent": 170,
"ott_bw_up": 134,
"tps_qty_index": 69,
"max_risk_long": 52
},
"0731291110650813": {
"ott_len": 73,
"ott_percent": 129,
"ott_bw_up": 111,
"tps_qty_index": 65,
"max_risk_long": 81
},
"0330781470860523": {
"ott_len": 33,
"ott_percent": 78,
"ott_bw_up": 147,
"tps_qty_index": 86,
"max_risk_long": 52
},
"0331031491100493": {
"ott_len": 33,
"ott_percent": 103,
"ott_bw_up": 149,
"tps_qty_index": 110,
"max_risk_long": 49
},
"0311031471070553": {
"ott_len": 31,
"ott_percent": 103,
"ott_bw_up": 147,
"tps_qty_index": 107,
"max_risk_long": 55
},
"0331701710590653": {
"ott_len": 33,
"ott_percent": 170,
"ott_bw_up": 171,
"tps_qty_index": 59,
"max_risk_long": 65
},
"0701291160930653": {
"ott_len": 70,
"ott_percent": 129,
"ott_bw_up": 116,
"tps_qty_index": 93,
"max_risk_long": 65
},
"0331291490980913": {
"ott_len": 33,
"ott_percent": 129,
"ott_bw_up": 149,
"tps_qty_index": 98,
"max_risk_long": 91
},
"0331291710790653": {
"ott_len": 33,
"ott_percent": 129,
"ott_bw_up": 171,
"tps_qty_index": 79,
"max_risk_long": 65
},
"0312021470370653": {
"ott_len": 31,
"ott_percent": 202,
"ott_bw_up": 147,
"tps_qty_index": 37,
"max_risk_long": 65
},
"0330781470840673": {
"ott_len": 33,
"ott_percent": 78,
"ott_bw_up": 147,
"tps_qty_index": 84,
"max_risk_long": 67
},
"0331121490940803": {
"ott_len": 33,
"ott_percent": 112,
"ott_bw_up": 149,
"tps_qty_index": 94,
"max_risk_long": 80
},
"0331701380700523": {
"ott_len": 33,
"ott_percent": 170,
"ott_bw_up": 138,
"tps_qty_index": 70,
"max_risk_long": 52
},
"0311571490980603": {
"ott_len": 31,
"ott_percent": 157,
"ott_bw_up": 149,
"tps_qty_index": 98,
"max_risk_long": 60
},
"40788117652": {
"ott_len": 40,
"ott_percent": 78,
"ott_bw_up": 81,
"tps_qty_index": 17,
"max_risk_long": 65
},
"0480781390650613": {
"ott_len": 48,
"ott_percent": 78,
"ott_bw_up": 139,
"tps_qty_index": 65,
"max_risk_long": 61
},
"0321031470840773": {
"ott_len": 32,
"ott_percent": 103,
"ott_bw_up": 147,
"tps_qty_index": 84,
"max_risk_long": 77
},
"0311330940420553": {
"ott_len": 31,
"ott_percent": 133,
"ott_bw_up": 94,
"tps_qty_index": 42,
"max_risk_long": 55
},
"0331291490690523": {
"ott_len": 33,
"ott_percent": 129,
"ott_bw_up": 149,
"tps_qty_index": 69,
"max_risk_long": 52
},
"0681291350650663": {
"ott_len": 68,
"ott_percent": 129,
"ott_bw_up": 135,
"tps_qty_index": 65,
"max_risk_long": 66
},
"0331761490860523": {
"ott_len": 33,
"ott_percent": 176,
"ott_bw_up": 149,
"tps_qty_index": 86,
"max_risk_long": 52
},
"0371291110420653": {
"ott_len": 37,
"ott_percent": 129,
"ott_bw_up": 111,
"tps_qty_index": 42,
"max_risk_long": 65
},
"0480781470100613": {
"ott_len": 48,
"ott_percent": 78,
"ott_bw_up": 147,
"tps_qty_index": 10,
"max_risk_long": 61
},
"0331291450690523": {
"ott_len": 33,
"ott_percent": 129,
"ott_bw_up": 145,
"tps_qty_index": 69,
"max_risk_long": 52
},
"0330911470840853": {
"ott_len": 33,
"ott_percent": 91,
"ott_bw_up": 147,
"tps_qty_index": 84,
"max_risk_long": 85
},
"0400781040690653": {
"ott_len": 40,
"ott_percent": 78,
"ott_bw_up": 104,
"tps_qty_index": 69,
"max_risk_long": 65
},
"0441031110840693": {
"ott_len": 44,
"ott_percent": 103,
"ott_bw_up": 111,
"tps_qty_index": 84,
"max_risk_long": 69
},
"0330781470770673": {
"ott_len": 33,
"ott_percent": 78,
"ott_bw_up": 147,
"tps_qty_index": 77,
"max_risk_long": 67
},
"0661291100370653": {
"ott_len": 66,
"ott_percent": 129,
"ott_bw_up": 110,
"tps_qty_index": 37,
"max_risk_long": 65
},
"0701701380930653": {
"ott_len": 70,
"ott_percent": 170,
"ott_bw_up": 138,
"tps_qty_index": 93,
"max_risk_long": 65
},
"0331291110560823": {
"ott_len": 33,
"ott_percent": 129,
"ott_bw_up": 111,
"tps_qty_index": 56,
"max_risk_long": 82
},
"0501030920420453": {
"ott_len": 50,
"ott_percent": 103,
"ott_bw_up": 92,
"tps_qty_index": 42,
"max_risk_long": 45
},
"0331291490840503": {
"ott_len": 33,
"ott_percent": 129,
"ott_bw_up": 149,
"tps_qty_index": 84,
"max_risk_long": 50
},
"0331701340690523": {
"ott_len": 33,
"ott_percent": 170,
"ott_bw_up": 134,
"tps_qty_index": 69,
"max_risk_long": 52
},
"0331031471100493": {
"ott_len": 33,
"ott_percent": 103,
"ott_bw_up": 147,
"tps_qty_index": 110,
"max_risk_long": 49
},
"68788818492": {
"ott_len": 68,
"ott_percent": 78,
"ott_bw_up": 88,
"tps_qty_index": 18,
"max_risk_long": 49
},
"0311031471100553": {
"ott_len": 31,
"ott_percent": 103,
"ott_bw_up": 147,
"tps_qty_index": 110,
"max_risk_long": 55
},
"0331701380640523": {
"ott_len": 33,
"ott_percent": 170,
"ott_bw_up": 138,
"tps_qty_index": 64,
"max_risk_long": 52
},
"0701701380570523": {
"ott_len": 70,
"ott_percent": 170,
"ott_bw_up": 138,
"tps_qty_index": 57,
"max_risk_long": 52
},
"0621291110650913": {
"ott_len": 62,
"ott_percent": 129,
"ott_bw_up": 111,
"tps_qty_index": 65,
"max_risk_long": 91
},
"0350781340640523": {
"ott_len": 35,
"ott_percent": 78,
"ott_bw_up": 134,
"tps_qty_index": 64,
"max_risk_long": 52
},
"0311291471100653": {
"ott_len": 31,
"ott_percent": 129,
"ott_bw_up": 147,
"tps_qty_index": 110,
"max_risk_long": 65
},
"0311701350380933": {
"ott_len": 31,
"ott_percent": 170,
"ott_bw_up": 135,
"tps_qty_index": 38,
"max_risk_long": 93
},
"0311030880720553": {
"ott_len": 31,
"ott_percent": 103,
"ott_bw_up": 88,
"tps_qty_index": 72,
"max_risk_long": 55
},
"0331701490640523": {
"ott_len": 33,
"ott_percent": 170,
"ott_bw_up": 149,
"tps_qty_index": 64,
"max_risk_long": 52
},
"66788884672": {
"ott_len": 66,
"ott_percent": 78,
"ott_bw_up": 88,
"tps_qty_index": 84,
"max_risk_long": 67
},
"0331291050940523": {
"ott_len": 33,
"ott_percent": 129,
"ott_bw_up": 105,
"tps_qty_index": 94,
"max_risk_long": 52
},
"0400781470690653": {
"ott_len": 40,
"ott_percent": 78,
"ott_bw_up": 147,
"tps_qty_index": 69,
"max_risk_long": 65
},
"0321031481100913": {
"ott_len": 32,
"ott_percent": 103,
"ott_bw_up": 148,
"tps_qty_index": 110,
"max_risk_long": 91
},
"0311031470420653": {
"ott_len": 31,
"ott_percent": 103,
"ott_bw_up": 147,
"tps_qty_index": 42,
"max_risk_long": 65
},
"0331291080420793": {
"ott_len": 33,
"ott_percent": 129,
"ott_bw_up": 108,
"tps_qty_index": 42,
"max_risk_long": 79
},
"0331291470690523": {
"ott_len": 33,
"ott_percent": 129,
"ott_bw_up": 147,
"tps_qty_index": 69,
"max_risk_long": 52
},
"0331291490110653": {
"ott_len": 33,
"ott_percent": 129,
"ott_bw_up": 149,
"tps_qty_index": 11,
"max_risk_long": 65
},
"0701701380570653": {
"ott_len": 70,
"ott_percent": 170,
"ott_bw_up": 138,
"tps_qty_index": 57,
"max_risk_long": 65
},
"0331561340640863": {
"ott_len": 33,
"ott_percent": 156,
"ott_bw_up": 134,
"tps_qty_index": 64,
"max_risk_long": 86
},
"0330781490650503": {
"ott_len": 33,
"ott_percent": 78,
"ott_bw_up": 149,
"tps_qty_index": 65,
"max_risk_long": 50
},
"0311030880400553": {
"ott_len": 31,
"ott_percent": 103,
"ott_bw_up": 88,
"tps_qty_index": 40,
"max_risk_long": 55
},
"0330781470690493": {
"ott_len": 33,
"ott_percent": 78,
"ott_bw_up": 147,
"tps_qty_index": 69,
"max_risk_long": 49
},
"0321031490980913": {
"ott_len": 32,
"ott_percent": 103,
"ott_bw_up": 149,
"tps_qty_index": 98,
"max_risk_long": 91
},
"0321031491100523": {
"ott_len": 32,
"ott_percent": 103,
"ott_bw_up": 149,
"tps_qty_index": 110,
"max_risk_long": 52
},
"0331701490590653": {
"ott_len": 33,
"ott_percent": 170,
"ott_bw_up": 149,
"tps_qty_index": 59,
"max_risk_long": 65
},
"0331291490770553": {
"ott_len": 33,
"ott_percent": 129,
"ott_bw_up": 149,
"tps_qty_index": 77,
"max_risk_long": 55
},
"0291291160930583": {
"ott_len": 29,
"ott_percent": 129,
"ott_bw_up": 116,
"tps_qty_index": 93,
"max_risk_long": 58
},
"0341291471100663": {
"ott_len": 34,
"ott_percent": 129,
"ott_bw_up": 147,
"tps_qty_index": 110,
"max_risk_long": 66
},
"0701701380370653": {
"ott_len": 70,
"ott_percent": 170,
"ott_bw_up": 138,
"tps_qty_index": 37,
"max_risk_long": 65
},
"0331291491100613": {
"ott_len": 33,
"ott_percent": 129,
"ott_bw_up": 149,
"tps_qty_index": 110,
"max_risk_long": 61
},
"33788842652": {
"ott_len": 33,
"ott_percent": 78,
"ott_bw_up": 88,
"tps_qty_index": 42,
"max_risk_long": 65
},
"0331291490410673": {
"ott_len": 33,
"ott_percent": 129,
"ott_bw_up": 149,
"tps_qty_index": 41,
"max_risk_long": 67
},
"0331291490590653": {
"ott_len": 33,
"ott_percent": 129,
"ott_bw_up": 149,
"tps_qty_index": 59,
"max_risk_long": 65
},
"70788872532": {
"ott_len": 70,
"ott_percent": 78,
"ott_bw_up": 88,
"tps_qty_index": 72,
"max_risk_long": 53
},
"0701701380840653": {
"ott_len": 70,
"ott_percent": 170,
"ott_bw_up": 138,
"tps_qty_index": 84,
"max_risk_long": 65
},
"39788977342": {
"ott_len": 39,
"ott_percent": 78,
"ott_bw_up": 89,
"tps_qty_index": 77,
"max_risk_long": 34
},
"68788856442": {
"ott_len": 68,
"ott_percent": 78,
"ott_bw_up": 88,
"tps_qty_index": 56,
"max_risk_long": 44
},
"0331271710570653": {
"ott_len": 33,
"ott_percent": 127,
"ott_bw_up": 171,
"tps_qty_index": 57,
"max_risk_long": 65
},
"68788872652": {
"ott_len": 68,
"ott_percent": 78,
"ott_bw_up": 88,
"tps_qty_index": 72,
"max_risk_long": 65
},
"0331531490660793": {
"ott_len": 33,
"ott_percent": 153,
"ott_bw_up": 149,
"tps_qty_index": 66,
"max_risk_long": 79
},
"0331291470650453": {
"ott_len": 33,
"ott_percent": 129,
"ott_bw_up": 147,
"tps_qty_index": 65,
"max_risk_long": 45
},
"0330781471040523": {
"ott_len": 33,
"ott_percent": 78,
"ott_bw_up": 147,
"tps_qty_index": 104,
"max_risk_long": 52
},
"0701291161100653": {
"ott_len": 70,
"ott_percent": 129,
"ott_bw_up": 116,
"tps_qty_index": 110,
"max_risk_long": 65
},
"0310781471100523": {
"ott_len": 31,
"ott_percent": 78,
"ott_bw_up": 147,
"tps_qty_index": 110,
"max_risk_long": 52
},
"33788841792": {
"ott_len": 33,
"ott_percent": 78,
"ott_bw_up": 88,
"tps_qty_index": 41,
"max_risk_long": 79
},
"0321291160930523": {
"ott_len": 32,
"ott_percent": 129,
"ott_bw_up": 116,
"tps_qty_index": 93,
"max_risk_long": 52
},
"0331291490110503": {
"ott_len": 33,
"ott_percent": 129,
"ott_bw_up": 149,
"tps_qty_index": 11,
"max_risk_long": 50
},
"0331291071100613": {
"ott_len": 33,
"ott_percent": 129,
"ott_bw_up": 107,
"tps_qty_index": 110,
"max_risk_long": 61
},
"0701701381100523": {
"ott_len": 70,
"ott_percent": 170,
"ott_bw_up": 138,
"tps_qty_index": 110,
"max_risk_long": 52
},
"0680781090180743": {
"ott_len": 68,
"ott_percent": 78,
"ott_bw_up": 109,
"tps_qty_index": 18,
"max_risk_long": 74
},
"0651291490650523": {
"ott_len": 65,
"ott_percent": 129,
"ott_bw_up": 149,
"tps_qty_index": 65,
"max_risk_long": 52
},
"0331701491100883": {
"ott_len": 33,
"ott_percent": 170,
"ott_bw_up": 149,
"tps_qty_index": 110,
"max_risk_long": 88
},
"0330781490640663": {
"ott_len": 33,
"ott_percent": 78,
"ott_bw_up": 149,
"tps_qty_index": 64,
"max_risk_long": 66
},
"0701701380840573": {
"ott_len": 70,
"ott_percent": 170,
"ott_bw_up": 138,
"tps_qty_index": 84,
"max_risk_long": 57
},
"0331291471100663": {
"ott_len": 33,
"ott_percent": 129,
"ott_bw_up": 147,
"tps_qty_index": 110,
"max_risk_long": 66
},
"68788818982": {
"ott_len": 68,
"ott_percent": 78,
"ott_bw_up": 88,
"tps_qty_index": 18,
"max_risk_long": 98
},
"0331291710770653": {
"ott_len": 33,
"ott_percent": 129,
"ott_bw_up": 171,
"tps_qty_index": 77,
"max_risk_long": 65
},
"0331701710110653": {
"ott_len": 33,
"ott_percent": 170,
"ott_bw_up": 171,
"tps_qty_index": 11,
"max_risk_long": 65
},
"0310941471100553": {
"ott_len": 31,
"ott_percent": 94,
"ott_bw_up": 147,
"tps_qty_index": 110,
"max_risk_long": 55
},
"0321031470770553": {
"ott_len": 32,
"ott_percent": 103,
"ott_bw_up": 147,
"tps_qty_index": 77,
"max_risk_long": 55
},
"0321031491060503": {
"ott_len": 32,
"ott_percent": 103,
"ott_bw_up": 149,
"tps_qty_index": 106,
"max_risk_long": 50
},
"0680780881100493": {
"ott_len": 68,
"ott_percent": 78,
"ott_bw_up": 88,
"tps_qty_index": 110,
"max_risk_long": 49
},
"0331291491100793": {
"ott_len": 33,
"ott_percent": 129,
"ott_bw_up": 149,
"tps_qty_index": 110,
"max_risk_long": 79
},
"0331031471060643": {
"ott_len": 33,
"ott_percent": 103,
"ott_bw_up": 147,
"tps_qty_index": 106,
"max_risk_long": 64
},
"0331291330650943": {
"ott_len": 33,
"ott_percent": 129,
"ott_bw_up": 133,
"tps_qty_index": 65,
"max_risk_long": 94
},
"0560781380350573": {
"ott_len": 56,
"ott_percent": 78,
"ott_bw_up": 138,
"tps_qty_index": 35,
"max_risk_long": 57
},
"0331291710590523": {
"ott_len": 33,
"ott_percent": 129,
"ott_bw_up": 171,
"tps_qty_index": 59,
"max_risk_long": 52
},
"0331291471100523": {
"ott_len": 33,
"ott_percent": 129,
"ott_bw_up": 147,
"tps_qty_index": 110,
"max_risk_long": 52
},
"0320781161100523": {
"ott_len": 32,
"ott_percent": 78,
"ott_bw_up": 116,
"tps_qty_index": 110,
"max_risk_long": 52
},
"0701701380320523": {
"ott_len": 70,
"ott_percent": 170,
"ott_bw_up": 138,
"tps_qty_index": 32,
"max_risk_long": 52
},
"0331031491100523": {
"ott_len": 33,
"ott_percent": 103,
"ott_bw_up": 149,
"tps_qty_index": 110,
"max_risk_long": 52
},
"0331701710640633": {
"ott_len": 33,
"ott_percent": 170,
"ott_bw_up": 171,
"tps_qty_index": 64,
"max_risk_long": 63
},
"0331501550690523": {
"ott_len": 33,
"ott_percent": 150,
"ott_bw_up": 155,
"tps_qty_index": 69,
"max_risk_long": 52
},
"0331291380840503": {
"ott_len": 33,
"ott_percent": 129,
"ott_bw_up": 138,
"tps_qty_index": 84,
"max_risk_long": 50
},
"0701291380570763": {
"ott_len": 70,
"ott_percent": 129,
"ott_bw_up": 138,
"tps_qty_index": 57,
"max_risk_long": 76
},
"0331291490570523": {
"ott_len": 33,
"ott_percent": 129,
"ott_bw_up": 149,
"tps_qty_index": 57,
"max_risk_long": 52
},
"0331291491160523": {
"ott_len": 33,
"ott_percent": 129,
"ott_bw_up": 149,
"tps_qty_index": 116,
"max_risk_long": 52
},
"68788825492": {
"ott_len": 68,
"ott_percent": 78,
"ott_bw_up": 88,
"tps_qty_index": 25,
"max_risk_long": 49
},
"0330781340640553": {
"ott_len": 33,
"ott_percent": 78,
"ott_bw_up": 134,
"tps_qty_index": 64,
"max_risk_long": 55
},
"0331291710770463": {
"ott_len": 33,
"ott_percent": 129,
"ott_bw_up": 171,
"tps_qty_index": 77,
"max_risk_long": 46
},
"0341291490840663": {
"ott_len": 34,
"ott_percent": 129,
"ott_bw_up": 149,
"tps_qty_index": 84,
"max_risk_long": 66
},
"0331291490650663": {
"ott_len": 33,
"ott_percent": 129,
"ott_bw_up": 149,
"tps_qty_index": 65,
"max_risk_long": 66
},
"0321291710980523": {
"ott_len": 32,
"ott_percent": 129,
"ott_bw_up": 171,
"tps_qty_index": 98,
"max_risk_long": 52
},
"0451291490590523": {
"ott_len": 45,
"ott_percent": 129,
"ott_bw_up": 149,
"tps_qty_index": 59,
"max_risk_long": 52
},
"0331291490840523": {
"ott_len": 33,
"ott_percent": 129,
"ott_bw_up": 149,
"tps_qty_index": 84,
"max_risk_long": 52
},
"0331031490590653": {
"ott_len": 33,
"ott_percent": 103,
"ott_bw_up": 149,
"tps_qty_index": 59,
"max_risk_long": 65
},
"0301471471100553": {
"ott_len": 30,
"ott_percent": 147,
"ott_bw_up": 147,
"tps_qty_index": 110,
"max_risk_long": 55
},
"0330941470920553": {
"ott_len": 33,
"ott_percent": 94,
"ott_bw_up": 147,
"tps_qty_index": 92,
"max_risk_long": 55
},
"0311031390420563": {
"ott_len": 31,
"ott_percent": 103,
"ott_bw_up": 139,
"tps_qty_index": 42,
"max_risk_long": 56
},
"0340861470860523": {
"ott_len": 34,
"ott_percent": 86,
"ott_bw_up": 147,
"tps_qty_index": 86,
"max_risk_long": 52
},
"0451291490770553": {
"ott_len": 45,
"ott_percent": 129,
"ott_bw_up": 149,
"tps_qty_index": 77,
"max_risk_long": 55
},
"0331291490590913": {
"ott_len": 33,
"ott_percent": 129,
"ott_bw_up": 149,
"tps_qty_index": 59,
"max_risk_long": 91
},
"0331291471040773": {
"ott_len": 33,
"ott_percent": 129,
"ott_bw_up": 147,
"tps_qty_index": 104,
"max_risk_long": 77
},
"0331031160930523": {
"ott_len": 33,
"ott_percent": 103,
"ott_bw_up": 116,
"tps_qty_index": 93,
"max_risk_long": 52
},
"0321031491100503": {
"ott_len": 32,
"ott_percent": 103,
"ott_bw_up": 149,
"tps_qty_index": 110,
"max_risk_long": 50
},
"70788869522": {
"ott_len": 70,
"ott_percent": 78,
"ott_bw_up": 88,
"tps_qty_index": 69,
"max_risk_long": 52
},
"0331701560110653": {
"ott_len": 33,
"ott_percent": 170,
"ott_bw_up": 156,
"tps_qty_index": 11,
"max_risk_long": 65
},
"0320781481040913": {
"ott_len": 32,
"ott_percent": 78,
"ott_bw_up": 148,
"tps_qty_index": 104,
"max_risk_long": 91
},
"0330781471100523": {
"ott_len": 33,
"ott_percent": 78,
"ott_bw_up": 147,
"tps_qty_index": 110,
"max_risk_long": 52
},
"0331291491100523": {
"ott_len": 33,
"ott_percent": 129,
"ott_bw_up": 149,
"tps_qty_index": 110,
"max_risk_long": 52
},
"0310940951100553": {
"ott_len": 31,
"ott_percent": 94,
"ott_bw_up": 95,
"tps_qty_index": 110,
"max_risk_long": 55
},
"0331291490770523": {
"ott_len": 33,
"ott_percent": 129,
"ott_bw_up": 149,
"tps_qty_index": 77,
"max_risk_long": 52
},
"0331031470990523": {
"ott_len": 33,
"ott_percent": 103,
"ott_bw_up": 147,
"tps_qty_index": 99,
"max_risk_long": 52
},
"0331291490750553": {
"ott_len": 33,
"ott_percent": 129,
"ott_bw_up": 149,
"tps_qty_index": 75,
"max_risk_long": 55
},
"0310941491060553": {
"ott_len": 31,
"ott_percent": 94,
"ott_bw_up": 149,
"tps_qty_index": 106,
"max_risk_long": 55
},
"0331031250590653": {
"ott_len": 33,
"ott_percent": 103,
"ott_bw_up": 125,
"tps_qty_index": 59,
"max_risk_long": 65
},
"0321031491060523": {
"ott_len": 32,
"ott_percent": 103,
"ott_bw_up": 149,
"tps_qty_index": 106,
"max_risk_long": 52
},
"0321031471100913": {
"ott_len": 32,
"ott_percent": 103,
"ott_bw_up": 147,
"tps_qty_index": 110,
"max_risk_long": 91
},
"0331291390590523": {
"ott_len": 33,
"ott_percent": 129,
"ott_bw_up": 139,
"tps_qty_index": 59,
"max_risk_long": 52
},
"0331031490990523": {
"ott_len": 33,
"ott_percent": 103,
"ott_bw_up": 149,
"tps_qty_index": 99,
"max_risk_long": 52
},
"0331701490570523": {
"ott_len": 33,
"ott_percent": 170,
"ott_bw_up": 149,
"tps_qty_index": 57,
"max_risk_long": 52
},
"0331030930990523": {
"ott_len": 33,
"ott_percent": 103,
"ott_bw_up": 93,
"tps_qty_index": 99,
"max_risk_long": 52
},
"0331291490920553": {
"ott_len": 33,
"ott_percent": 129,
"ott_bw_up": 149,
"tps_qty_index": 92,
"max_risk_long": 55
},
"0330781490840673": {
"ott_len": 33,
"ott_percent": 78,
"ott_bw_up": 149,
"tps_qty_index": 84,
"max_risk_long": 67
},
"70788893512": {
"ott_len": 70,
"ott_percent": 78,
"ott_bw_up": 88,
"tps_qty_index": 93,
"max_risk_long": 51
},
"0331291490750463": {
"ott_len": 33,
"ott_percent": 129,
"ott_bw_up": 149,
"tps_qty_index": 75,
"max_risk_long": 46
},
"0331031471030523": {
"ott_len": 33,
"ott_percent": 103,
"ott_bw_up": 147,
"tps_qty_index": 103,
"max_risk_long": 52
},
"0331701490770653": {
"ott_len": 33,
"ott_percent": 170,
"ott_bw_up": 149,
"tps_qty_index": 77,
"max_risk_long": 65
},
"0331291490320523": {
"ott_len": 33,
"ott_percent": 129,
"ott_bw_up": 149,
"tps_qty_index": 32,
"max_risk_long": 52
},
"0331031470860523": {
"ott_len": 33,
"ott_percent": 103,
"ott_bw_up": 147,
"tps_qty_index": 86,
"max_risk_long": 52
},
"0331031470500493": {
"ott_len": 33,
"ott_percent": 103,
"ott_bw_up": 147,
"tps_qty_index": 50,
"max_risk_long": 49
},
"0331481490610653": {
"ott_len": 33,
"ott_percent": 148,
"ott_bw_up": 149,
"tps_qty_index": 61,
"max_risk_long": 65
},
"0331031471040493": {
"ott_len": 33,
"ott_percent": 103,
"ott_bw_up": 147,
"tps_qty_index": 104,
"max_risk_long": 49
},
"0331701440590523": {
"ott_len": 33,
"ott_percent": 170,
"ott_bw_up": 144,
"tps_qty_index": 59,
"max_risk_long": 52
},
"0611291380590583": {
"ott_len": 61,
"ott_percent": 129,
"ott_bw_up": 138,
"tps_qty_index": 59,
"max_risk_long": 58
},
"0701030980120503": {
"ott_len": 70,
"ott_percent": 103,
"ott_bw_up": 98,
"tps_qty_index": 12,
"max_risk_long": 50
},
"0331291490930653": {
"ott_len": 33,
"ott_percent": 129,
"ott_bw_up": 149,
"tps_qty_index": 93,
"max_risk_long": 65
},
"0320781481100493": {
"ott_len": 32,
"ott_percent": 78,
"ott_bw_up": 148,
"tps_qty_index": 110,
"max_risk_long": 49
},
"0321701310840573": {
"ott_len": 32,
"ott_percent": 170,
"ott_bw_up": 131,
"tps_qty_index": 84,
"max_risk_long": 57
},
"0331701380590653": {
"ott_len": 33,
"ott_percent": 170,
"ott_bw_up": 138,
"tps_qty_index": 59,
"max_risk_long": 65
},
"0310941380570523": {
"ott_len": 31,
"ott_percent": 94,
"ott_bw_up": 138,
"tps_qty_index": 57,
"max_risk_long": 52
},
"0331701490110553": {
"ott_len": 33,
"ott_percent": 170,
"ott_bw_up": 149,
"tps_qty_index": 11,
"max_risk_long": 55
},
"0331291121060523": {
"ott_len": 33,
"ott_percent": 129,
"ott_bw_up": 112,
"tps_qty_index": 106,
"max_risk_long": 52
},
"0331031471100523": {
"ott_len": 33,
"ott_percent": 103,
"ott_bw_up": 147,
"tps_qty_index": 110,
"max_risk_long": 52
},
"0701701380670503": {
"ott_len": 70,
"ott_percent": 170,
"ott_bw_up": 138,
"tps_qty_index": 67,
"max_risk_long": 50
},
"0701701381100913": {
"ott_len": 70,
"ott_percent": 170,
"ott_bw_up": 138,
"tps_qty_index": 110,
"max_risk_long": 91
},
"0331031180590453": {
"ott_len": 33,
"ott_percent": 103,
"ott_bw_up": 118,
"tps_qty_index": 59,
"max_risk_long": 45
},
"0331291470920553": {
"ott_len": 33,
"ott_percent": 129,
"ott_bw_up": 147,
"tps_qty_index": 92,
"max_risk_long": 55
},
"0331031490680493": {
"ott_len": 33,
"ott_percent": 103,
"ott_bw_up": 149,
"tps_qty_index": 68,
"max_risk_long": 49
},
"0310941471120553": {
"ott_len": 31,
"ott_percent": 94,
"ott_bw_up": 147,
"tps_qty_index": 112,
"max_risk_long": 55
},
"0331291490770663": {
"ott_len": 33,
"ott_percent": 129,
"ott_bw_up": 149,
"tps_qty_index": 77,
"max_risk_long": 66
},
"0361701470570523": {
"ott_len": 36,
"ott_percent": 170,
"ott_bw_up": 147,
"tps_qty_index": 57,
"max_risk_long": 52
},
"0310781291100523": {
"ott_len": 31,
"ott_percent": 78,
"ott_bw_up": 129,
"tps_qty_index": 110,
"max_risk_long": 52
},
"0310941471100523": {
"ott_len": 31,
"ott_percent": 94,
"ott_bw_up": 147,
"tps_qty_index": 110,
"max_risk_long": 52
},
"0331031470510523": {
"ott_len": 33,
"ott_percent": 103,
"ott_bw_up": 147,
"tps_qty_index": 51,
"max_risk_long": 52
},
"0701701490770553": {
"ott_len": 70,
"ott_percent": 170,
"ott_bw_up": 149,
"tps_qty_index": 77,
"max_risk_long": 55
},
"0331031471100553": {
"ott_len": 33,
"ott_percent": 103,
"ott_bw_up": 147,
"tps_qty_index": 110,
"max_risk_long": 55
},
"0331291180570523": {
"ott_len": 33,
"ott_percent": 129,
"ott_bw_up": 118,
"tps_qty_index": 57,
"max_risk_long": 52
},
"0311031490750553": {
"ott_len": 31,
"ott_percent": 103,
"ott_bw_up": 149,
"tps_qty_index": 75,
"max_risk_long": 55
},
"0321031471100553": {
"ott_len": 32,
"ott_percent": 103,
"ott_bw_up": 147,
"tps_qty_index": 110,
"max_risk_long": 55
},
"0331291110130453": {
"ott_len": 33,
"ott_percent": 129,
"ott_bw_up": 111,
"tps_qty_index": 13,
"max_risk_long": 45
},
"0331291481100553": {
"ott_len": 33,
"ott_percent": 129,
"ott_bw_up": 148,
"tps_qty_index": 110,
"max_risk_long": 55
},
"0321291490930913": {
"ott_len": 32,
"ott_percent": 129,
"ott_bw_up": 149,
"tps_qty_index": 93,
"max_risk_long": 91
}
} | hps = {'0351291110650853': {'ott_len': 35, 'ott_percent': 129, 'ott_bw_up': 111, 'tps_qty_index': 65, 'max_risk_long': 85}, '0561821341040643': {'ott_len': 56, 'ott_percent': 182, 'ott_bw_up': 134, 'tps_qty_index': 104, 'max_risk_long': 64}, '0351291110200403': {'ott_len': 35, 'ott_percent': 129, 'ott_bw_up': 111, 'tps_qty_index': 20, 'max_risk_long': 40}, '0572181720720673': {'ott_len': 57, 'ott_percent': 218, 'ott_bw_up': 172, 'tps_qty_index': 72, 'max_risk_long': 67}, '0331701430640973': {'ott_len': 33, 'ott_percent': 170, 'ott_bw_up': 143, 'tps_qty_index': 64, 'max_risk_long': 97}, '66787357652': {'ott_len': 66, 'ott_percent': 78, 'ott_bw_up': 73, 'tps_qty_index': 57, 'max_risk_long': 65}, '0701701490000913': {'ott_len': 70, 'ott_percent': 170, 'ott_bw_up': 149, 'tps_qty_index': 0, 'max_risk_long': 91}, '0700781390290673': {'ott_len': 70, 'ott_percent': 78, 'ott_bw_up': 139, 'tps_qty_index': 29, 'max_risk_long': 67}, '0601050950650813': {'ott_len': 60, 'ott_percent': 105, 'ott_bw_up': 95, 'tps_qty_index': 65, 'max_risk_long': 81}, '0400781490420563': {'ott_len': 40, 'ott_percent': 78, 'ott_bw_up': 149, 'tps_qty_index': 42, 'max_risk_long': 56}, '0572181750000913': {'ott_len': 57, 'ott_percent': 218, 'ott_bw_up': 175, 'tps_qty_index': 0, 'max_risk_long': 91}, '0281701690020483': {'ott_len': 28, 'ott_percent': 170, 'ott_bw_up': 169, 'tps_qty_index': 2, 'max_risk_long': 48}, '0631701340690723': {'ott_len': 63, 'ott_percent': 170, 'ott_bw_up': 134, 'tps_qty_index': 69, 'max_risk_long': 72}, '0691581140650703': {'ott_len': 69, 'ott_percent': 158, 'ott_bw_up': 114, 'tps_qty_index': 65, 'max_risk_long': 70}, '0450781491120653': {'ott_len': 45, 'ott_percent': 78, 'ott_bw_up': 149, 'tps_qty_index': 112, 'max_risk_long': 65}, '0691050980650663': {'ott_len': 69, 'ott_percent': 105, 'ott_bw_up': 98, 'tps_qty_index': 65, 'max_risk_long': 66}, '0391701430640973': {'ott_len': 39, 'ott_percent': 170, 'ott_bw_up': 143, 'tps_qty_index': 64, 'max_risk_long': 97}, '0331291110650813': {'ott_len': 33, 'ott_percent': 129, 'ott_bw_up': 111, 'tps_qty_index': 65, 'max_risk_long': 81}, '0351291110200453': {'ott_len': 35, 'ott_percent': 129, 'ott_bw_up': 111, 'tps_qty_index': 20, 'max_risk_long': 45}, '0701701380640523': {'ott_len': 70, 'ott_percent': 170, 'ott_bw_up': 138, 'tps_qty_index': 64, 'max_risk_long': 52}, '0450781490370653': {'ott_len': 45, 'ott_percent': 78, 'ott_bw_up': 149, 'tps_qty_index': 37, 'max_risk_long': 65}, '0521051340690693': {'ott_len': 52, 'ott_percent': 105, 'ott_bw_up': 134, 'tps_qty_index': 69, 'max_risk_long': 69}, '66788842652': {'ott_len': 66, 'ott_percent': 78, 'ott_bw_up': 88, 'tps_qty_index': 42, 'max_risk_long': 65}, '0640781390420673': {'ott_len': 64, 'ott_percent': 78, 'ott_bw_up': 139, 'tps_qty_index': 42, 'max_risk_long': 67}, '0700701120370653': {'ott_len': 70, 'ott_percent': 70, 'ott_bw_up': 112, 'tps_qty_index': 37, 'max_risk_long': 65}, '0682181720800673': {'ott_len': 68, 'ott_percent': 218, 'ott_bw_up': 172, 'tps_qty_index': 80, 'max_risk_long': 67}, '0311051471100663': {'ott_len': 31, 'ott_percent': 105, 'ott_bw_up': 147, 'tps_qty_index': 110, 'max_risk_long': 66}, '0701291110370653': {'ott_len': 70, 'ott_percent': 129, 'ott_bw_up': 111, 'tps_qty_index': 37, 'max_risk_long': 65}, '0400781360170653': {'ott_len': 40, 'ott_percent': 78, 'ott_bw_up': 136, 'tps_qty_index': 17, 'max_risk_long': 65}, '0682181721120663': {'ott_len': 68, 'ott_percent': 218, 'ott_bw_up': 172, 'tps_qty_index': 112, 'max_risk_long': 66}, '0331291490650523': {'ott_len': 33, 'ott_percent': 129, 'ott_bw_up': 149, 'tps_qty_index': 65, 'max_risk_long': 52}, '0334791750000813': {'ott_len': 33, 'ott_percent': 479, 'ott_bw_up': 175, 'tps_qty_index': 0, 'max_risk_long': 81}, '57788850852': {'ott_len': 57, 'ott_percent': 78, 'ott_bw_up': 88, 'tps_qty_index': 50, 'max_risk_long': 85}, '0581050990500523': {'ott_len': 58, 'ott_percent': 105, 'ott_bw_up': 99, 'tps_qty_index': 50, 'max_risk_long': 52}, '0531701470690723': {'ott_len': 53, 'ott_percent': 170, 'ott_bw_up': 147, 'tps_qty_index': 69, 'max_risk_long': 72}, '0541701430841003': {'ott_len': 54, 'ott_percent': 170, 'ott_bw_up': 143, 'tps_qty_index': 84, 'max_risk_long': 100}, '57788842712': {'ott_len': 57, 'ott_percent': 78, 'ott_bw_up': 88, 'tps_qty_index': 42, 'max_risk_long': 71}, '70709372652': {'ott_len': 70, 'ott_percent': 70, 'ott_bw_up': 93, 'tps_qty_index': 72, 'max_risk_long': 65}, '0540971110650593': {'ott_len': 54, 'ott_percent': 97, 'ott_bw_up': 111, 'tps_qty_index': 65, 'max_risk_long': 59}, '0331291110610813': {'ott_len': 33, 'ott_percent': 129, 'ott_bw_up': 111, 'tps_qty_index': 61, 'max_risk_long': 81}, '0311031470410553': {'ott_len': 31, 'ott_percent': 103, 'ott_bw_up': 147, 'tps_qty_index': 41, 'max_risk_long': 55}, '0292181721120663': {'ott_len': 29, 'ott_percent': 218, 'ott_bw_up': 172, 'tps_qty_index': 112, 'max_risk_long': 66}, '0400781470420563': {'ott_len': 40, 'ott_percent': 78, 'ott_bw_up': 147, 'tps_qty_index': 42, 'max_risk_long': 56}, '0541291400650653': {'ott_len': 54, 'ott_percent': 129, 'ott_bw_up': 140, 'tps_qty_index': 65, 'max_risk_long': 65}, '0312181721100913': {'ott_len': 31, 'ott_percent': 218, 'ott_bw_up': 172, 'tps_qty_index': 110, 'max_risk_long': 91}, '0330781470590493': {'ott_len': 33, 'ott_percent': 78, 'ott_bw_up': 147, 'tps_qty_index': 59, 'max_risk_long': 49}, '0400781490170563': {'ott_len': 40, 'ott_percent': 78, 'ott_bw_up': 149, 'tps_qty_index': 17, 'max_risk_long': 56}, '40789942562': {'ott_len': 40, 'ott_percent': 78, 'ott_bw_up': 99, 'tps_qty_index': 42, 'max_risk_long': 56}, '0701291160370653': {'ott_len': 70, 'ott_percent': 129, 'ott_bw_up': 116, 'tps_qty_index': 37, 'max_risk_long': 65}, '0331291170220593': {'ott_len': 33, 'ott_percent': 129, 'ott_bw_up': 117, 'tps_qty_index': 22, 'max_risk_long': 59}, '0310781471100493': {'ott_len': 31, 'ott_percent': 78, 'ott_bw_up': 147, 'tps_qty_index': 110, 'max_risk_long': 49}, '57788872652': {'ott_len': 57, 'ott_percent': 78, 'ott_bw_up': 88, 'tps_qty_index': 72, 'max_risk_long': 65}, '0660781240650673': {'ott_len': 66, 'ott_percent': 78, 'ott_bw_up': 124, 'tps_qty_index': 65, 'max_risk_long': 67}, '0400781360480653': {'ott_len': 40, 'ott_percent': 78, 'ott_bw_up': 136, 'tps_qty_index': 48, 'max_risk_long': 65}, '70788864712': {'ott_len': 70, 'ott_percent': 78, 'ott_bw_up': 88, 'tps_qty_index': 64, 'max_risk_long': 71}, '0350781380090653': {'ott_len': 35, 'ott_percent': 78, 'ott_bw_up': 138, 'tps_qty_index': 9, 'max_risk_long': 65}, '0331291110410523': {'ott_len': 33, 'ott_percent': 129, 'ott_bw_up': 111, 'tps_qty_index': 41, 'max_risk_long': 52}, '0331701340470523': {'ott_len': 33, 'ott_percent': 170, 'ott_bw_up': 134, 'tps_qty_index': 47, 'max_risk_long': 52}, '0311031470420523': {'ott_len': 31, 'ott_percent': 103, 'ott_bw_up': 147, 'tps_qty_index': 42, 'max_risk_long': 52}, '0331051110270913': {'ott_len': 33, 'ott_percent': 105, 'ott_bw_up': 111, 'tps_qty_index': 27, 'max_risk_long': 91}, '0682181731120663': {'ott_len': 68, 'ott_percent': 218, 'ott_bw_up': 173, 'tps_qty_index': 112, 'max_risk_long': 66}, '0701701340690523': {'ott_len': 70, 'ott_percent': 170, 'ott_bw_up': 134, 'tps_qty_index': 69, 'max_risk_long': 52}, '70788872612': {'ott_len': 70, 'ott_percent': 78, 'ott_bw_up': 88, 'tps_qty_index': 72, 'max_risk_long': 61}, '0312181721100663': {'ott_len': 31, 'ott_percent': 218, 'ott_bw_up': 172, 'tps_qty_index': 110, 'max_risk_long': 66}, '0331291490590523': {'ott_len': 33, 'ott_percent': 129, 'ott_bw_up': 149, 'tps_qty_index': 59, 'max_risk_long': 52}, '0682181571120663': {'ott_len': 68, 'ott_percent': 218, 'ott_bw_up': 157, 'tps_qty_index': 112, 'max_risk_long': 66}, '0550781430310673': {'ott_len': 55, 'ott_percent': 78, 'ott_bw_up': 143, 'tps_qty_index': 31, 'max_risk_long': 67}, '48788842652': {'ott_len': 48, 'ott_percent': 78, 'ott_bw_up': 88, 'tps_qty_index': 42, 'max_risk_long': 65}, '0581050970270653': {'ott_len': 58, 'ott_percent': 105, 'ott_bw_up': 97, 'tps_qty_index': 27, 'max_risk_long': 65}, '0572181390030713': {'ott_len': 57, 'ott_percent': 218, 'ott_bw_up': 139, 'tps_qty_index': 3, 'max_risk_long': 71}, '0701701341090523': {'ott_len': 70, 'ott_percent': 170, 'ott_bw_up': 134, 'tps_qty_index': 109, 'max_risk_long': 52}, '0331291110610493': {'ott_len': 33, 'ott_percent': 129, 'ott_bw_up': 111, 'tps_qty_index': 61, 'max_risk_long': 49}, '0420781430420553': {'ott_len': 42, 'ott_percent': 78, 'ott_bw_up': 143, 'tps_qty_index': 42, 'max_risk_long': 55}, '0631701380480523': {'ott_len': 63, 'ott_percent': 170, 'ott_bw_up': 138, 'tps_qty_index': 48, 'max_risk_long': 52}, '0311291490650523': {'ott_len': 31, 'ott_percent': 129, 'ott_bw_up': 149, 'tps_qty_index': 65, 'max_risk_long': 52}, '0330781490890673': {'ott_len': 33, 'ott_percent': 78, 'ott_bw_up': 149, 'tps_qty_index': 89, 'max_risk_long': 67}, '0311031470030523': {'ott_len': 31, 'ott_percent': 103, 'ott_bw_up': 147, 'tps_qty_index': 3, 'max_risk_long': 52}, '0331291490410793': {'ott_len': 33, 'ott_percent': 129, 'ott_bw_up': 149, 'tps_qty_index': 41, 'max_risk_long': 79}, '0631701471100913': {'ott_len': 63, 'ott_percent': 170, 'ott_bw_up': 147, 'tps_qty_index': 110, 'max_risk_long': 91}, '0321031470840913': {'ott_len': 32, 'ott_percent': 103, 'ott_bw_up': 147, 'tps_qty_index': 84, 'max_risk_long': 91}, '0311291160930823': {'ott_len': 31, 'ott_percent': 129, 'ott_bw_up': 116, 'tps_qty_index': 93, 'max_risk_long': 82}, '0350781380640523': {'ott_len': 35, 'ott_percent': 78, 'ott_bw_up': 138, 'tps_qty_index': 64, 'max_risk_long': 52}, '0590821210640523': {'ott_len': 59, 'ott_percent': 82, 'ott_bw_up': 121, 'tps_qty_index': 64, 'max_risk_long': 52}, '0660781110370653': {'ott_len': 66, 'ott_percent': 78, 'ott_bw_up': 111, 'tps_qty_index': 37, 'max_risk_long': 65}, '0631291110100523': {'ott_len': 63, 'ott_percent': 129, 'ott_bw_up': 111, 'tps_qty_index': 10, 'max_risk_long': 52}, '0701701110370653': {'ott_len': 70, 'ott_percent': 170, 'ott_bw_up': 111, 'tps_qty_index': 37, 'max_risk_long': 65}, '0331411470590593': {'ott_len': 33, 'ott_percent': 141, 'ott_bw_up': 147, 'tps_qty_index': 59, 'max_risk_long': 59}, '0331291080590793': {'ott_len': 33, 'ott_percent': 129, 'ott_bw_up': 108, 'tps_qty_index': 59, 'max_risk_long': 79}, '0311411471100543': {'ott_len': 31, 'ott_percent': 141, 'ott_bw_up': 147, 'tps_qty_index': 110, 'max_risk_long': 54}, '0311291360170653': {'ott_len': 31, 'ott_percent': 129, 'ott_bw_up': 136, 'tps_qty_index': 17, 'max_risk_long': 65}, '0331291490980613': {'ott_len': 33, 'ott_percent': 129, 'ott_bw_up': 149, 'tps_qty_index': 98, 'max_risk_long': 61}, '0321031490840673': {'ott_len': 32, 'ott_percent': 103, 'ott_bw_up': 149, 'tps_qty_index': 84, 'max_risk_long': 67}, '0701701400650653': {'ott_len': 70, 'ott_percent': 170, 'ott_bw_up': 140, 'tps_qty_index': 65, 'max_risk_long': 65}, '0321031491100913': {'ott_len': 32, 'ott_percent': 103, 'ott_bw_up': 149, 'tps_qty_index': 110, 'max_risk_long': 91}, '0321031240840913': {'ott_len': 32, 'ott_percent': 103, 'ott_bw_up': 124, 'tps_qty_index': 84, 'max_risk_long': 91}, '0701291160160823': {'ott_len': 70, 'ott_percent': 129, 'ott_bw_up': 116, 'tps_qty_index': 16, 'max_risk_long': 82}, '0681701340690523': {'ott_len': 68, 'ott_percent': 170, 'ott_bw_up': 134, 'tps_qty_index': 69, 'max_risk_long': 52}, '0731291110650813': {'ott_len': 73, 'ott_percent': 129, 'ott_bw_up': 111, 'tps_qty_index': 65, 'max_risk_long': 81}, '0330781470860523': {'ott_len': 33, 'ott_percent': 78, 'ott_bw_up': 147, 'tps_qty_index': 86, 'max_risk_long': 52}, '0331031491100493': {'ott_len': 33, 'ott_percent': 103, 'ott_bw_up': 149, 'tps_qty_index': 110, 'max_risk_long': 49}, '0311031471070553': {'ott_len': 31, 'ott_percent': 103, 'ott_bw_up': 147, 'tps_qty_index': 107, 'max_risk_long': 55}, '0331701710590653': {'ott_len': 33, 'ott_percent': 170, 'ott_bw_up': 171, 'tps_qty_index': 59, 'max_risk_long': 65}, '0701291160930653': {'ott_len': 70, 'ott_percent': 129, 'ott_bw_up': 116, 'tps_qty_index': 93, 'max_risk_long': 65}, '0331291490980913': {'ott_len': 33, 'ott_percent': 129, 'ott_bw_up': 149, 'tps_qty_index': 98, 'max_risk_long': 91}, '0331291710790653': {'ott_len': 33, 'ott_percent': 129, 'ott_bw_up': 171, 'tps_qty_index': 79, 'max_risk_long': 65}, '0312021470370653': {'ott_len': 31, 'ott_percent': 202, 'ott_bw_up': 147, 'tps_qty_index': 37, 'max_risk_long': 65}, '0330781470840673': {'ott_len': 33, 'ott_percent': 78, 'ott_bw_up': 147, 'tps_qty_index': 84, 'max_risk_long': 67}, '0331121490940803': {'ott_len': 33, 'ott_percent': 112, 'ott_bw_up': 149, 'tps_qty_index': 94, 'max_risk_long': 80}, '0331701380700523': {'ott_len': 33, 'ott_percent': 170, 'ott_bw_up': 138, 'tps_qty_index': 70, 'max_risk_long': 52}, '0311571490980603': {'ott_len': 31, 'ott_percent': 157, 'ott_bw_up': 149, 'tps_qty_index': 98, 'max_risk_long': 60}, '40788117652': {'ott_len': 40, 'ott_percent': 78, 'ott_bw_up': 81, 'tps_qty_index': 17, 'max_risk_long': 65}, '0480781390650613': {'ott_len': 48, 'ott_percent': 78, 'ott_bw_up': 139, 'tps_qty_index': 65, 'max_risk_long': 61}, '0321031470840773': {'ott_len': 32, 'ott_percent': 103, 'ott_bw_up': 147, 'tps_qty_index': 84, 'max_risk_long': 77}, '0311330940420553': {'ott_len': 31, 'ott_percent': 133, 'ott_bw_up': 94, 'tps_qty_index': 42, 'max_risk_long': 55}, '0331291490690523': {'ott_len': 33, 'ott_percent': 129, 'ott_bw_up': 149, 'tps_qty_index': 69, 'max_risk_long': 52}, '0681291350650663': {'ott_len': 68, 'ott_percent': 129, 'ott_bw_up': 135, 'tps_qty_index': 65, 'max_risk_long': 66}, '0331761490860523': {'ott_len': 33, 'ott_percent': 176, 'ott_bw_up': 149, 'tps_qty_index': 86, 'max_risk_long': 52}, '0371291110420653': {'ott_len': 37, 'ott_percent': 129, 'ott_bw_up': 111, 'tps_qty_index': 42, 'max_risk_long': 65}, '0480781470100613': {'ott_len': 48, 'ott_percent': 78, 'ott_bw_up': 147, 'tps_qty_index': 10, 'max_risk_long': 61}, '0331291450690523': {'ott_len': 33, 'ott_percent': 129, 'ott_bw_up': 145, 'tps_qty_index': 69, 'max_risk_long': 52}, '0330911470840853': {'ott_len': 33, 'ott_percent': 91, 'ott_bw_up': 147, 'tps_qty_index': 84, 'max_risk_long': 85}, '0400781040690653': {'ott_len': 40, 'ott_percent': 78, 'ott_bw_up': 104, 'tps_qty_index': 69, 'max_risk_long': 65}, '0441031110840693': {'ott_len': 44, 'ott_percent': 103, 'ott_bw_up': 111, 'tps_qty_index': 84, 'max_risk_long': 69}, '0330781470770673': {'ott_len': 33, 'ott_percent': 78, 'ott_bw_up': 147, 'tps_qty_index': 77, 'max_risk_long': 67}, '0661291100370653': {'ott_len': 66, 'ott_percent': 129, 'ott_bw_up': 110, 'tps_qty_index': 37, 'max_risk_long': 65}, '0701701380930653': {'ott_len': 70, 'ott_percent': 170, 'ott_bw_up': 138, 'tps_qty_index': 93, 'max_risk_long': 65}, '0331291110560823': {'ott_len': 33, 'ott_percent': 129, 'ott_bw_up': 111, 'tps_qty_index': 56, 'max_risk_long': 82}, '0501030920420453': {'ott_len': 50, 'ott_percent': 103, 'ott_bw_up': 92, 'tps_qty_index': 42, 'max_risk_long': 45}, '0331291490840503': {'ott_len': 33, 'ott_percent': 129, 'ott_bw_up': 149, 'tps_qty_index': 84, 'max_risk_long': 50}, '0331701340690523': {'ott_len': 33, 'ott_percent': 170, 'ott_bw_up': 134, 'tps_qty_index': 69, 'max_risk_long': 52}, '0331031471100493': {'ott_len': 33, 'ott_percent': 103, 'ott_bw_up': 147, 'tps_qty_index': 110, 'max_risk_long': 49}, '68788818492': {'ott_len': 68, 'ott_percent': 78, 'ott_bw_up': 88, 'tps_qty_index': 18, 'max_risk_long': 49}, '0311031471100553': {'ott_len': 31, 'ott_percent': 103, 'ott_bw_up': 147, 'tps_qty_index': 110, 'max_risk_long': 55}, '0331701380640523': {'ott_len': 33, 'ott_percent': 170, 'ott_bw_up': 138, 'tps_qty_index': 64, 'max_risk_long': 52}, '0701701380570523': {'ott_len': 70, 'ott_percent': 170, 'ott_bw_up': 138, 'tps_qty_index': 57, 'max_risk_long': 52}, '0621291110650913': {'ott_len': 62, 'ott_percent': 129, 'ott_bw_up': 111, 'tps_qty_index': 65, 'max_risk_long': 91}, '0350781340640523': {'ott_len': 35, 'ott_percent': 78, 'ott_bw_up': 134, 'tps_qty_index': 64, 'max_risk_long': 52}, '0311291471100653': {'ott_len': 31, 'ott_percent': 129, 'ott_bw_up': 147, 'tps_qty_index': 110, 'max_risk_long': 65}, '0311701350380933': {'ott_len': 31, 'ott_percent': 170, 'ott_bw_up': 135, 'tps_qty_index': 38, 'max_risk_long': 93}, '0311030880720553': {'ott_len': 31, 'ott_percent': 103, 'ott_bw_up': 88, 'tps_qty_index': 72, 'max_risk_long': 55}, '0331701490640523': {'ott_len': 33, 'ott_percent': 170, 'ott_bw_up': 149, 'tps_qty_index': 64, 'max_risk_long': 52}, '66788884672': {'ott_len': 66, 'ott_percent': 78, 'ott_bw_up': 88, 'tps_qty_index': 84, 'max_risk_long': 67}, '0331291050940523': {'ott_len': 33, 'ott_percent': 129, 'ott_bw_up': 105, 'tps_qty_index': 94, 'max_risk_long': 52}, '0400781470690653': {'ott_len': 40, 'ott_percent': 78, 'ott_bw_up': 147, 'tps_qty_index': 69, 'max_risk_long': 65}, '0321031481100913': {'ott_len': 32, 'ott_percent': 103, 'ott_bw_up': 148, 'tps_qty_index': 110, 'max_risk_long': 91}, '0311031470420653': {'ott_len': 31, 'ott_percent': 103, 'ott_bw_up': 147, 'tps_qty_index': 42, 'max_risk_long': 65}, '0331291080420793': {'ott_len': 33, 'ott_percent': 129, 'ott_bw_up': 108, 'tps_qty_index': 42, 'max_risk_long': 79}, '0331291470690523': {'ott_len': 33, 'ott_percent': 129, 'ott_bw_up': 147, 'tps_qty_index': 69, 'max_risk_long': 52}, '0331291490110653': {'ott_len': 33, 'ott_percent': 129, 'ott_bw_up': 149, 'tps_qty_index': 11, 'max_risk_long': 65}, '0701701380570653': {'ott_len': 70, 'ott_percent': 170, 'ott_bw_up': 138, 'tps_qty_index': 57, 'max_risk_long': 65}, '0331561340640863': {'ott_len': 33, 'ott_percent': 156, 'ott_bw_up': 134, 'tps_qty_index': 64, 'max_risk_long': 86}, '0330781490650503': {'ott_len': 33, 'ott_percent': 78, 'ott_bw_up': 149, 'tps_qty_index': 65, 'max_risk_long': 50}, '0311030880400553': {'ott_len': 31, 'ott_percent': 103, 'ott_bw_up': 88, 'tps_qty_index': 40, 'max_risk_long': 55}, '0330781470690493': {'ott_len': 33, 'ott_percent': 78, 'ott_bw_up': 147, 'tps_qty_index': 69, 'max_risk_long': 49}, '0321031490980913': {'ott_len': 32, 'ott_percent': 103, 'ott_bw_up': 149, 'tps_qty_index': 98, 'max_risk_long': 91}, '0321031491100523': {'ott_len': 32, 'ott_percent': 103, 'ott_bw_up': 149, 'tps_qty_index': 110, 'max_risk_long': 52}, '0331701490590653': {'ott_len': 33, 'ott_percent': 170, 'ott_bw_up': 149, 'tps_qty_index': 59, 'max_risk_long': 65}, '0331291490770553': {'ott_len': 33, 'ott_percent': 129, 'ott_bw_up': 149, 'tps_qty_index': 77, 'max_risk_long': 55}, '0291291160930583': {'ott_len': 29, 'ott_percent': 129, 'ott_bw_up': 116, 'tps_qty_index': 93, 'max_risk_long': 58}, '0341291471100663': {'ott_len': 34, 'ott_percent': 129, 'ott_bw_up': 147, 'tps_qty_index': 110, 'max_risk_long': 66}, '0701701380370653': {'ott_len': 70, 'ott_percent': 170, 'ott_bw_up': 138, 'tps_qty_index': 37, 'max_risk_long': 65}, '0331291491100613': {'ott_len': 33, 'ott_percent': 129, 'ott_bw_up': 149, 'tps_qty_index': 110, 'max_risk_long': 61}, '33788842652': {'ott_len': 33, 'ott_percent': 78, 'ott_bw_up': 88, 'tps_qty_index': 42, 'max_risk_long': 65}, '0331291490410673': {'ott_len': 33, 'ott_percent': 129, 'ott_bw_up': 149, 'tps_qty_index': 41, 'max_risk_long': 67}, '0331291490590653': {'ott_len': 33, 'ott_percent': 129, 'ott_bw_up': 149, 'tps_qty_index': 59, 'max_risk_long': 65}, '70788872532': {'ott_len': 70, 'ott_percent': 78, 'ott_bw_up': 88, 'tps_qty_index': 72, 'max_risk_long': 53}, '0701701380840653': {'ott_len': 70, 'ott_percent': 170, 'ott_bw_up': 138, 'tps_qty_index': 84, 'max_risk_long': 65}, '39788977342': {'ott_len': 39, 'ott_percent': 78, 'ott_bw_up': 89, 'tps_qty_index': 77, 'max_risk_long': 34}, '68788856442': {'ott_len': 68, 'ott_percent': 78, 'ott_bw_up': 88, 'tps_qty_index': 56, 'max_risk_long': 44}, '0331271710570653': {'ott_len': 33, 'ott_percent': 127, 'ott_bw_up': 171, 'tps_qty_index': 57, 'max_risk_long': 65}, '68788872652': {'ott_len': 68, 'ott_percent': 78, 'ott_bw_up': 88, 'tps_qty_index': 72, 'max_risk_long': 65}, '0331531490660793': {'ott_len': 33, 'ott_percent': 153, 'ott_bw_up': 149, 'tps_qty_index': 66, 'max_risk_long': 79}, '0331291470650453': {'ott_len': 33, 'ott_percent': 129, 'ott_bw_up': 147, 'tps_qty_index': 65, 'max_risk_long': 45}, '0330781471040523': {'ott_len': 33, 'ott_percent': 78, 'ott_bw_up': 147, 'tps_qty_index': 104, 'max_risk_long': 52}, '0701291161100653': {'ott_len': 70, 'ott_percent': 129, 'ott_bw_up': 116, 'tps_qty_index': 110, 'max_risk_long': 65}, '0310781471100523': {'ott_len': 31, 'ott_percent': 78, 'ott_bw_up': 147, 'tps_qty_index': 110, 'max_risk_long': 52}, '33788841792': {'ott_len': 33, 'ott_percent': 78, 'ott_bw_up': 88, 'tps_qty_index': 41, 'max_risk_long': 79}, '0321291160930523': {'ott_len': 32, 'ott_percent': 129, 'ott_bw_up': 116, 'tps_qty_index': 93, 'max_risk_long': 52}, '0331291490110503': {'ott_len': 33, 'ott_percent': 129, 'ott_bw_up': 149, 'tps_qty_index': 11, 'max_risk_long': 50}, '0331291071100613': {'ott_len': 33, 'ott_percent': 129, 'ott_bw_up': 107, 'tps_qty_index': 110, 'max_risk_long': 61}, '0701701381100523': {'ott_len': 70, 'ott_percent': 170, 'ott_bw_up': 138, 'tps_qty_index': 110, 'max_risk_long': 52}, '0680781090180743': {'ott_len': 68, 'ott_percent': 78, 'ott_bw_up': 109, 'tps_qty_index': 18, 'max_risk_long': 74}, '0651291490650523': {'ott_len': 65, 'ott_percent': 129, 'ott_bw_up': 149, 'tps_qty_index': 65, 'max_risk_long': 52}, '0331701491100883': {'ott_len': 33, 'ott_percent': 170, 'ott_bw_up': 149, 'tps_qty_index': 110, 'max_risk_long': 88}, '0330781490640663': {'ott_len': 33, 'ott_percent': 78, 'ott_bw_up': 149, 'tps_qty_index': 64, 'max_risk_long': 66}, '0701701380840573': {'ott_len': 70, 'ott_percent': 170, 'ott_bw_up': 138, 'tps_qty_index': 84, 'max_risk_long': 57}, '0331291471100663': {'ott_len': 33, 'ott_percent': 129, 'ott_bw_up': 147, 'tps_qty_index': 110, 'max_risk_long': 66}, '68788818982': {'ott_len': 68, 'ott_percent': 78, 'ott_bw_up': 88, 'tps_qty_index': 18, 'max_risk_long': 98}, '0331291710770653': {'ott_len': 33, 'ott_percent': 129, 'ott_bw_up': 171, 'tps_qty_index': 77, 'max_risk_long': 65}, '0331701710110653': {'ott_len': 33, 'ott_percent': 170, 'ott_bw_up': 171, 'tps_qty_index': 11, 'max_risk_long': 65}, '0310941471100553': {'ott_len': 31, 'ott_percent': 94, 'ott_bw_up': 147, 'tps_qty_index': 110, 'max_risk_long': 55}, '0321031470770553': {'ott_len': 32, 'ott_percent': 103, 'ott_bw_up': 147, 'tps_qty_index': 77, 'max_risk_long': 55}, '0321031491060503': {'ott_len': 32, 'ott_percent': 103, 'ott_bw_up': 149, 'tps_qty_index': 106, 'max_risk_long': 50}, '0680780881100493': {'ott_len': 68, 'ott_percent': 78, 'ott_bw_up': 88, 'tps_qty_index': 110, 'max_risk_long': 49}, '0331291491100793': {'ott_len': 33, 'ott_percent': 129, 'ott_bw_up': 149, 'tps_qty_index': 110, 'max_risk_long': 79}, '0331031471060643': {'ott_len': 33, 'ott_percent': 103, 'ott_bw_up': 147, 'tps_qty_index': 106, 'max_risk_long': 64}, '0331291330650943': {'ott_len': 33, 'ott_percent': 129, 'ott_bw_up': 133, 'tps_qty_index': 65, 'max_risk_long': 94}, '0560781380350573': {'ott_len': 56, 'ott_percent': 78, 'ott_bw_up': 138, 'tps_qty_index': 35, 'max_risk_long': 57}, '0331291710590523': {'ott_len': 33, 'ott_percent': 129, 'ott_bw_up': 171, 'tps_qty_index': 59, 'max_risk_long': 52}, '0331291471100523': {'ott_len': 33, 'ott_percent': 129, 'ott_bw_up': 147, 'tps_qty_index': 110, 'max_risk_long': 52}, '0320781161100523': {'ott_len': 32, 'ott_percent': 78, 'ott_bw_up': 116, 'tps_qty_index': 110, 'max_risk_long': 52}, '0701701380320523': {'ott_len': 70, 'ott_percent': 170, 'ott_bw_up': 138, 'tps_qty_index': 32, 'max_risk_long': 52}, '0331031491100523': {'ott_len': 33, 'ott_percent': 103, 'ott_bw_up': 149, 'tps_qty_index': 110, 'max_risk_long': 52}, '0331701710640633': {'ott_len': 33, 'ott_percent': 170, 'ott_bw_up': 171, 'tps_qty_index': 64, 'max_risk_long': 63}, '0331501550690523': {'ott_len': 33, 'ott_percent': 150, 'ott_bw_up': 155, 'tps_qty_index': 69, 'max_risk_long': 52}, '0331291380840503': {'ott_len': 33, 'ott_percent': 129, 'ott_bw_up': 138, 'tps_qty_index': 84, 'max_risk_long': 50}, '0701291380570763': {'ott_len': 70, 'ott_percent': 129, 'ott_bw_up': 138, 'tps_qty_index': 57, 'max_risk_long': 76}, '0331291490570523': {'ott_len': 33, 'ott_percent': 129, 'ott_bw_up': 149, 'tps_qty_index': 57, 'max_risk_long': 52}, '0331291491160523': {'ott_len': 33, 'ott_percent': 129, 'ott_bw_up': 149, 'tps_qty_index': 116, 'max_risk_long': 52}, '68788825492': {'ott_len': 68, 'ott_percent': 78, 'ott_bw_up': 88, 'tps_qty_index': 25, 'max_risk_long': 49}, '0330781340640553': {'ott_len': 33, 'ott_percent': 78, 'ott_bw_up': 134, 'tps_qty_index': 64, 'max_risk_long': 55}, '0331291710770463': {'ott_len': 33, 'ott_percent': 129, 'ott_bw_up': 171, 'tps_qty_index': 77, 'max_risk_long': 46}, '0341291490840663': {'ott_len': 34, 'ott_percent': 129, 'ott_bw_up': 149, 'tps_qty_index': 84, 'max_risk_long': 66}, '0331291490650663': {'ott_len': 33, 'ott_percent': 129, 'ott_bw_up': 149, 'tps_qty_index': 65, 'max_risk_long': 66}, '0321291710980523': {'ott_len': 32, 'ott_percent': 129, 'ott_bw_up': 171, 'tps_qty_index': 98, 'max_risk_long': 52}, '0451291490590523': {'ott_len': 45, 'ott_percent': 129, 'ott_bw_up': 149, 'tps_qty_index': 59, 'max_risk_long': 52}, '0331291490840523': {'ott_len': 33, 'ott_percent': 129, 'ott_bw_up': 149, 'tps_qty_index': 84, 'max_risk_long': 52}, '0331031490590653': {'ott_len': 33, 'ott_percent': 103, 'ott_bw_up': 149, 'tps_qty_index': 59, 'max_risk_long': 65}, '0301471471100553': {'ott_len': 30, 'ott_percent': 147, 'ott_bw_up': 147, 'tps_qty_index': 110, 'max_risk_long': 55}, '0330941470920553': {'ott_len': 33, 'ott_percent': 94, 'ott_bw_up': 147, 'tps_qty_index': 92, 'max_risk_long': 55}, '0311031390420563': {'ott_len': 31, 'ott_percent': 103, 'ott_bw_up': 139, 'tps_qty_index': 42, 'max_risk_long': 56}, '0340861470860523': {'ott_len': 34, 'ott_percent': 86, 'ott_bw_up': 147, 'tps_qty_index': 86, 'max_risk_long': 52}, '0451291490770553': {'ott_len': 45, 'ott_percent': 129, 'ott_bw_up': 149, 'tps_qty_index': 77, 'max_risk_long': 55}, '0331291490590913': {'ott_len': 33, 'ott_percent': 129, 'ott_bw_up': 149, 'tps_qty_index': 59, 'max_risk_long': 91}, '0331291471040773': {'ott_len': 33, 'ott_percent': 129, 'ott_bw_up': 147, 'tps_qty_index': 104, 'max_risk_long': 77}, '0331031160930523': {'ott_len': 33, 'ott_percent': 103, 'ott_bw_up': 116, 'tps_qty_index': 93, 'max_risk_long': 52}, '0321031491100503': {'ott_len': 32, 'ott_percent': 103, 'ott_bw_up': 149, 'tps_qty_index': 110, 'max_risk_long': 50}, '70788869522': {'ott_len': 70, 'ott_percent': 78, 'ott_bw_up': 88, 'tps_qty_index': 69, 'max_risk_long': 52}, '0331701560110653': {'ott_len': 33, 'ott_percent': 170, 'ott_bw_up': 156, 'tps_qty_index': 11, 'max_risk_long': 65}, '0320781481040913': {'ott_len': 32, 'ott_percent': 78, 'ott_bw_up': 148, 'tps_qty_index': 104, 'max_risk_long': 91}, '0330781471100523': {'ott_len': 33, 'ott_percent': 78, 'ott_bw_up': 147, 'tps_qty_index': 110, 'max_risk_long': 52}, '0331291491100523': {'ott_len': 33, 'ott_percent': 129, 'ott_bw_up': 149, 'tps_qty_index': 110, 'max_risk_long': 52}, '0310940951100553': {'ott_len': 31, 'ott_percent': 94, 'ott_bw_up': 95, 'tps_qty_index': 110, 'max_risk_long': 55}, '0331291490770523': {'ott_len': 33, 'ott_percent': 129, 'ott_bw_up': 149, 'tps_qty_index': 77, 'max_risk_long': 52}, '0331031470990523': {'ott_len': 33, 'ott_percent': 103, 'ott_bw_up': 147, 'tps_qty_index': 99, 'max_risk_long': 52}, '0331291490750553': {'ott_len': 33, 'ott_percent': 129, 'ott_bw_up': 149, 'tps_qty_index': 75, 'max_risk_long': 55}, '0310941491060553': {'ott_len': 31, 'ott_percent': 94, 'ott_bw_up': 149, 'tps_qty_index': 106, 'max_risk_long': 55}, '0331031250590653': {'ott_len': 33, 'ott_percent': 103, 'ott_bw_up': 125, 'tps_qty_index': 59, 'max_risk_long': 65}, '0321031491060523': {'ott_len': 32, 'ott_percent': 103, 'ott_bw_up': 149, 'tps_qty_index': 106, 'max_risk_long': 52}, '0321031471100913': {'ott_len': 32, 'ott_percent': 103, 'ott_bw_up': 147, 'tps_qty_index': 110, 'max_risk_long': 91}, '0331291390590523': {'ott_len': 33, 'ott_percent': 129, 'ott_bw_up': 139, 'tps_qty_index': 59, 'max_risk_long': 52}, '0331031490990523': {'ott_len': 33, 'ott_percent': 103, 'ott_bw_up': 149, 'tps_qty_index': 99, 'max_risk_long': 52}, '0331701490570523': {'ott_len': 33, 'ott_percent': 170, 'ott_bw_up': 149, 'tps_qty_index': 57, 'max_risk_long': 52}, '0331030930990523': {'ott_len': 33, 'ott_percent': 103, 'ott_bw_up': 93, 'tps_qty_index': 99, 'max_risk_long': 52}, '0331291490920553': {'ott_len': 33, 'ott_percent': 129, 'ott_bw_up': 149, 'tps_qty_index': 92, 'max_risk_long': 55}, '0330781490840673': {'ott_len': 33, 'ott_percent': 78, 'ott_bw_up': 149, 'tps_qty_index': 84, 'max_risk_long': 67}, '70788893512': {'ott_len': 70, 'ott_percent': 78, 'ott_bw_up': 88, 'tps_qty_index': 93, 'max_risk_long': 51}, '0331291490750463': {'ott_len': 33, 'ott_percent': 129, 'ott_bw_up': 149, 'tps_qty_index': 75, 'max_risk_long': 46}, '0331031471030523': {'ott_len': 33, 'ott_percent': 103, 'ott_bw_up': 147, 'tps_qty_index': 103, 'max_risk_long': 52}, '0331701490770653': {'ott_len': 33, 'ott_percent': 170, 'ott_bw_up': 149, 'tps_qty_index': 77, 'max_risk_long': 65}, '0331291490320523': {'ott_len': 33, 'ott_percent': 129, 'ott_bw_up': 149, 'tps_qty_index': 32, 'max_risk_long': 52}, '0331031470860523': {'ott_len': 33, 'ott_percent': 103, 'ott_bw_up': 147, 'tps_qty_index': 86, 'max_risk_long': 52}, '0331031470500493': {'ott_len': 33, 'ott_percent': 103, 'ott_bw_up': 147, 'tps_qty_index': 50, 'max_risk_long': 49}, '0331481490610653': {'ott_len': 33, 'ott_percent': 148, 'ott_bw_up': 149, 'tps_qty_index': 61, 'max_risk_long': 65}, '0331031471040493': {'ott_len': 33, 'ott_percent': 103, 'ott_bw_up': 147, 'tps_qty_index': 104, 'max_risk_long': 49}, '0331701440590523': {'ott_len': 33, 'ott_percent': 170, 'ott_bw_up': 144, 'tps_qty_index': 59, 'max_risk_long': 52}, '0611291380590583': {'ott_len': 61, 'ott_percent': 129, 'ott_bw_up': 138, 'tps_qty_index': 59, 'max_risk_long': 58}, '0701030980120503': {'ott_len': 70, 'ott_percent': 103, 'ott_bw_up': 98, 'tps_qty_index': 12, 'max_risk_long': 50}, '0331291490930653': {'ott_len': 33, 'ott_percent': 129, 'ott_bw_up': 149, 'tps_qty_index': 93, 'max_risk_long': 65}, '0320781481100493': {'ott_len': 32, 'ott_percent': 78, 'ott_bw_up': 148, 'tps_qty_index': 110, 'max_risk_long': 49}, '0321701310840573': {'ott_len': 32, 'ott_percent': 170, 'ott_bw_up': 131, 'tps_qty_index': 84, 'max_risk_long': 57}, '0331701380590653': {'ott_len': 33, 'ott_percent': 170, 'ott_bw_up': 138, 'tps_qty_index': 59, 'max_risk_long': 65}, '0310941380570523': {'ott_len': 31, 'ott_percent': 94, 'ott_bw_up': 138, 'tps_qty_index': 57, 'max_risk_long': 52}, '0331701490110553': {'ott_len': 33, 'ott_percent': 170, 'ott_bw_up': 149, 'tps_qty_index': 11, 'max_risk_long': 55}, '0331291121060523': {'ott_len': 33, 'ott_percent': 129, 'ott_bw_up': 112, 'tps_qty_index': 106, 'max_risk_long': 52}, '0331031471100523': {'ott_len': 33, 'ott_percent': 103, 'ott_bw_up': 147, 'tps_qty_index': 110, 'max_risk_long': 52}, '0701701380670503': {'ott_len': 70, 'ott_percent': 170, 'ott_bw_up': 138, 'tps_qty_index': 67, 'max_risk_long': 50}, '0701701381100913': {'ott_len': 70, 'ott_percent': 170, 'ott_bw_up': 138, 'tps_qty_index': 110, 'max_risk_long': 91}, '0331031180590453': {'ott_len': 33, 'ott_percent': 103, 'ott_bw_up': 118, 'tps_qty_index': 59, 'max_risk_long': 45}, '0331291470920553': {'ott_len': 33, 'ott_percent': 129, 'ott_bw_up': 147, 'tps_qty_index': 92, 'max_risk_long': 55}, '0331031490680493': {'ott_len': 33, 'ott_percent': 103, 'ott_bw_up': 149, 'tps_qty_index': 68, 'max_risk_long': 49}, '0310941471120553': {'ott_len': 31, 'ott_percent': 94, 'ott_bw_up': 147, 'tps_qty_index': 112, 'max_risk_long': 55}, '0331291490770663': {'ott_len': 33, 'ott_percent': 129, 'ott_bw_up': 149, 'tps_qty_index': 77, 'max_risk_long': 66}, '0361701470570523': {'ott_len': 36, 'ott_percent': 170, 'ott_bw_up': 147, 'tps_qty_index': 57, 'max_risk_long': 52}, '0310781291100523': {'ott_len': 31, 'ott_percent': 78, 'ott_bw_up': 129, 'tps_qty_index': 110, 'max_risk_long': 52}, '0310941471100523': {'ott_len': 31, 'ott_percent': 94, 'ott_bw_up': 147, 'tps_qty_index': 110, 'max_risk_long': 52}, '0331031470510523': {'ott_len': 33, 'ott_percent': 103, 'ott_bw_up': 147, 'tps_qty_index': 51, 'max_risk_long': 52}, '0701701490770553': {'ott_len': 70, 'ott_percent': 170, 'ott_bw_up': 149, 'tps_qty_index': 77, 'max_risk_long': 55}, '0331031471100553': {'ott_len': 33, 'ott_percent': 103, 'ott_bw_up': 147, 'tps_qty_index': 110, 'max_risk_long': 55}, '0331291180570523': {'ott_len': 33, 'ott_percent': 129, 'ott_bw_up': 118, 'tps_qty_index': 57, 'max_risk_long': 52}, '0311031490750553': {'ott_len': 31, 'ott_percent': 103, 'ott_bw_up': 149, 'tps_qty_index': 75, 'max_risk_long': 55}, '0321031471100553': {'ott_len': 32, 'ott_percent': 103, 'ott_bw_up': 147, 'tps_qty_index': 110, 'max_risk_long': 55}, '0331291110130453': {'ott_len': 33, 'ott_percent': 129, 'ott_bw_up': 111, 'tps_qty_index': 13, 'max_risk_long': 45}, '0331291481100553': {'ott_len': 33, 'ott_percent': 129, 'ott_bw_up': 148, 'tps_qty_index': 110, 'max_risk_long': 55}, '0321291490930913': {'ott_len': 32, 'ott_percent': 129, 'ott_bw_up': 149, 'tps_qty_index': 93, 'max_risk_long': 91}} |
class Configuration(object):
def __init__(self, **kwargs):
for key, value in kwargs.items():
if isinstance(value, dict):
value = Configuration(**value)
setattr(self, key, value)
def to_dict(self):
rv = {}
for key, value in self.__dict__.items():
if isinstance(value, Configuration):
value = value.to_dict()
rv[key] = value
return rv
def __str__(self):
return str(self.to_dict())
def __repr__(self):
return f"<{self.__class__.__name__} '{str(self)}'>"
| class Configuration(object):
def __init__(self, **kwargs):
for (key, value) in kwargs.items():
if isinstance(value, dict):
value = configuration(**value)
setattr(self, key, value)
def to_dict(self):
rv = {}
for (key, value) in self.__dict__.items():
if isinstance(value, Configuration):
value = value.to_dict()
rv[key] = value
return rv
def __str__(self):
return str(self.to_dict())
def __repr__(self):
return f"<{self.__class__.__name__} '{str(self)}'>" |
product = input()
day = input()
quantity = float(input())
price = 0
isError = False
if day == 'Saturday' or day == 'Sunday':
if product == 'banana':
price = 2.7
elif product == 'apple':
price = 1.25
elif product == 'orange':
price = 0.9
elif product == 'grapefruit':
price = 1.60
elif product == 'kiwi':
price = 3
elif product == 'pineapple':
price = 5.6
elif product == 'grapes':
price = 4.2
else:
print('error')
isError = True
elif day == 'Monday' or day == 'Tuesday' or day == 'Wednesday' or day == 'Thursday' or day == 'Friday':
if product == 'banana':
price = 2.5
elif product == 'apple':
price = 1.2
elif product == 'orange':
price = 0.85
elif product == 'grapefruit':
price = 1.45
elif product == 'kiwi':
price = 2.7
elif product == 'pineapple':
price = 5.5
elif product == 'grapes':
price = 3.85
else:
print('error')
isError = True
else:
print('error')
isError = True
if isError == False:
print(f"{(price * quantity):.2f}") | product = input()
day = input()
quantity = float(input())
price = 0
is_error = False
if day == 'Saturday' or day == 'Sunday':
if product == 'banana':
price = 2.7
elif product == 'apple':
price = 1.25
elif product == 'orange':
price = 0.9
elif product == 'grapefruit':
price = 1.6
elif product == 'kiwi':
price = 3
elif product == 'pineapple':
price = 5.6
elif product == 'grapes':
price = 4.2
else:
print('error')
is_error = True
elif day == 'Monday' or day == 'Tuesday' or day == 'Wednesday' or (day == 'Thursday') or (day == 'Friday'):
if product == 'banana':
price = 2.5
elif product == 'apple':
price = 1.2
elif product == 'orange':
price = 0.85
elif product == 'grapefruit':
price = 1.45
elif product == 'kiwi':
price = 2.7
elif product == 'pineapple':
price = 5.5
elif product == 'grapes':
price = 3.85
else:
print('error')
is_error = True
else:
print('error')
is_error = True
if isError == False:
print(f'{price * quantity:.2f}') |
# -*- coding: utf-8 -*-
class Precipitation(object):
def __init__(self, precipitation):
self.value = float(precipitation['value'])
try:
self.minValue = float(precipitation['minvalue'])
except KeyError:
self.minValue = None
try:
self.maxValue = float(precipitation['maxvalue'])
except KeyError:
self.maxValue = None
def __str__(self):
return '\t\t\t\tValue: {0} \n\t\t\t\tMinValue: {1} \n\t\t\t\tMaxValue: {2}'.format(self.value, self.minValue, self.maxValue) | class Precipitation(object):
def __init__(self, precipitation):
self.value = float(precipitation['value'])
try:
self.minValue = float(precipitation['minvalue'])
except KeyError:
self.minValue = None
try:
self.maxValue = float(precipitation['maxvalue'])
except KeyError:
self.maxValue = None
def __str__(self):
return '\t\t\t\tValue: {0} \n\t\t\t\tMinValue: {1} \n\t\t\t\tMaxValue: {2}'.format(self.value, self.minValue, self.maxValue) |
def run():
r.setpos(0,0,0)
| def run():
r.setpos(0, 0, 0) |
class Command:
TO_CN = 1
TO_EN = 2
JSON_FORMAT = 3
URL_ENCODE = 4
URL_DECODE = 5 | class Command:
to_cn = 1
to_en = 2
json_format = 3
url_encode = 4
url_decode = 5 |
# checking for armstrong number
a = input("Enter a number")
n = int(a)
S = 0
while n > 0:
d = n % 10
S = S + d * d * d
n = n / 10
if int(a) == S:
print("Armstrong Number")
else:
print("Not an Armstrong Number")
| a = input('Enter a number')
n = int(a)
s = 0
while n > 0:
d = n % 10
s = S + d * d * d
n = n / 10
if int(a) == S:
print('Armstrong Number')
else:
print('Not an Armstrong Number') |
class BuildEnvironmentError(Exception):
def __init__(self, msg, build_env):
self.msg = msg
self.build_env = build_env
def __str__(self):
return "{}({})".format(self.__class__.__name__, repr(self.msg))
class VariantDBConnectionError(BuildEnvironmentError):
def __init__(self, connection, build_env):
self.connection = connection
self.msg = "Could not connect to database \"{}\"".format(connection)
self.build_env = build_env
| class Buildenvironmenterror(Exception):
def __init__(self, msg, build_env):
self.msg = msg
self.build_env = build_env
def __str__(self):
return '{}({})'.format(self.__class__.__name__, repr(self.msg))
class Variantdbconnectionerror(BuildEnvironmentError):
def __init__(self, connection, build_env):
self.connection = connection
self.msg = 'Could not connect to database "{}"'.format(connection)
self.build_env = build_env |
class Queue:
def __init__(self):
self.queue = list()
def enqueue(self,data):
if data not in self.queue:
self.queue.insert(0,data)
return True
return False
def dequeue(self):
if len(self.queue)>0:
return self.queue.pop()
return ("Queue Empty!")
def size(self):
return len(self.queue)
def printQueue(self):
return self.queue
myQueue = Queue()
print(myQueue.enqueue(5))
print(myQueue.enqueue(6))
print(myQueue.enqueue(9))
print(myQueue.enqueue(5))
print(myQueue.enqueue(3))
print(myQueue.size())
print(myQueue.dequeue())
print(myQueue.dequeue())
print(myQueue.dequeue())
print(myQueue.dequeue())
print(myQueue.size())
print(myQueue.dequeue())
| class Queue:
def __init__(self):
self.queue = list()
def enqueue(self, data):
if data not in self.queue:
self.queue.insert(0, data)
return True
return False
def dequeue(self):
if len(self.queue) > 0:
return self.queue.pop()
return 'Queue Empty!'
def size(self):
return len(self.queue)
def print_queue(self):
return self.queue
my_queue = queue()
print(myQueue.enqueue(5))
print(myQueue.enqueue(6))
print(myQueue.enqueue(9))
print(myQueue.enqueue(5))
print(myQueue.enqueue(3))
print(myQueue.size())
print(myQueue.dequeue())
print(myQueue.dequeue())
print(myQueue.dequeue())
print(myQueue.dequeue())
print(myQueue.size())
print(myQueue.dequeue()) |
class TerminalSet:
NODE_TYPE = 'terminal'
@classmethod
def is_terminal_value(cls, node):
return node['node_type'] == cls.NODE_TYPE and node.has_key('value') and (node['type'] in ['int', 'float'])
@classmethod
def terminal_value(cls, value):
return {'node_type': cls.NODE_TYPE, 'name': str(value), 'value': value, 'type': type(value).__name__}
def __init__(self):
self.terminal_set = []
def add_terminal_value(self, name, value):
self.terminal_set.append({'node_type': self.NODE_TYPE, 'name': name, 'value': value, 'type': type(value).__name__})
def add_terminal_function(self, name, func_ref, value_type, args=[]):
self.terminal_set.append({'node_type': self.NODE_TYPE, 'name': name, 'function': func_ref, 'type': value_type, 'args': args})
def add_terminal_function_to_value(self, func_ref, args=[]):
self.terminal_set.append({'node_type': self.NODE_TYPE, 'function': func_ref, 'args': args})
def get(self):
return self.terminal_set
| class Terminalset:
node_type = 'terminal'
@classmethod
def is_terminal_value(cls, node):
return node['node_type'] == cls.NODE_TYPE and node.has_key('value') and (node['type'] in ['int', 'float'])
@classmethod
def terminal_value(cls, value):
return {'node_type': cls.NODE_TYPE, 'name': str(value), 'value': value, 'type': type(value).__name__}
def __init__(self):
self.terminal_set = []
def add_terminal_value(self, name, value):
self.terminal_set.append({'node_type': self.NODE_TYPE, 'name': name, 'value': value, 'type': type(value).__name__})
def add_terminal_function(self, name, func_ref, value_type, args=[]):
self.terminal_set.append({'node_type': self.NODE_TYPE, 'name': name, 'function': func_ref, 'type': value_type, 'args': args})
def add_terminal_function_to_value(self, func_ref, args=[]):
self.terminal_set.append({'node_type': self.NODE_TYPE, 'function': func_ref, 'args': args})
def get(self):
return self.terminal_set |
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
#
# Copyright (c) 2019 Idiap Research Institute, http://www.idiap.ch/
# Written by Bastian Schnell <[email protected]>
#
class EmbeddingConfig(object):
def __init__(self, f_get_emb_index, num_embeddings, embedding_dim, name=None, **args):
assert callable(f_get_emb_index), "f_get_emb_index must be callable."
self.f_get_emb_index = f_get_emb_index
self.num_embeddings = num_embeddings
self.embedding_dim = embedding_dim
self.name = name
self.args = args
def __repr__(self):
if self.name is None:
output = ""
else:
output = "{}: ".format(self.name)
output += "{}x{}".format(self.num_embeddings, self.embedding_dim)
if len(self.args.keys()) > 0:
output += "with " + " ".join(map(str, **self.args))
return output
| class Embeddingconfig(object):
def __init__(self, f_get_emb_index, num_embeddings, embedding_dim, name=None, **args):
assert callable(f_get_emb_index), 'f_get_emb_index must be callable.'
self.f_get_emb_index = f_get_emb_index
self.num_embeddings = num_embeddings
self.embedding_dim = embedding_dim
self.name = name
self.args = args
def __repr__(self):
if self.name is None:
output = ''
else:
output = '{}: '.format(self.name)
output += '{}x{}'.format(self.num_embeddings, self.embedding_dim)
if len(self.args.keys()) > 0:
output += 'with ' + ' '.join(map(str, **self.args))
return output |
y=int(input("Enter The year: "))
if(((y%2==0)or (y%400==0))and y%100!=0):
print("leap Year")
else:
print("Not Leap year")
| y = int(input('Enter The year: '))
if (y % 2 == 0 or y % 400 == 0) and y % 100 != 0:
print('leap Year')
else:
print('Not Leap year') |
class Notifier:
def __init(self):
pass
def notify(self, msg):
print(msg)
def message(self, msg):
print(msg)
def message2(self, msg2):
print(msg2) | class Notifier:
def __init(self):
pass
def notify(self, msg):
print(msg)
def message(self, msg):
print(msg)
def message2(self, msg2):
print(msg2) |
class Solution:
def reverseWords(self, s: str) -> str:
list1 = s.split(' ')[::-1]
new_string = ""
for i in range(0,len(list1)):
if(list1[i]!=""):
if(len(new_string)>0):
new_string+=" "
new_string+=list1[i]
return new_string
| class Solution:
def reverse_words(self, s: str) -> str:
list1 = s.split(' ')[::-1]
new_string = ''
for i in range(0, len(list1)):
if list1[i] != '':
if len(new_string) > 0:
new_string += ' '
new_string += list1[i]
return new_string |
def relay_states_registar_value(relay_states):
num = 0
n = 8
for relay_state in relay_states:
if relay_state:
num += 2**n
n += 1
return num
def relay_states_from_register_value(value):
relay_states = []
num = value
for i in range(11, 7, -1):
if num >= 2**i:
num -= 2**i
relay_states.append(1)
else:
relay_states.append(0)
return relay_states
| def relay_states_registar_value(relay_states):
num = 0
n = 8
for relay_state in relay_states:
if relay_state:
num += 2 ** n
n += 1
return num
def relay_states_from_register_value(value):
relay_states = []
num = value
for i in range(11, 7, -1):
if num >= 2 ** i:
num -= 2 ** i
relay_states.append(1)
else:
relay_states.append(0)
return relay_states |
# for loop
# Iterating over a list
print("List Iteration")
l = ["Ankit", "Gupta"]
for i in l:
print(i)
# Iterating over a tuple (immutable)
print("\nTuple Iteration")
t = ("ankit", "gupta")
for i in t:
print(i)
# Iterating over a String
print("\nString Iteration")
s = "Ankit"
for i in s:
print(i)
# Iterating over dictionary
print("\nDictionary Iteration")
d = dict()
d['xyz'] = 123
d['abc'] = 345
for i in d:
print("% s % d" % (i, d[i]))
# for loop Using range() function
# Factorial of number
num = int(input('Number:'))
factorial = 1
# check if the number is negative, positive or zero
if num < 0:
print("Sorry, factorial does not exist for negative numbers")
elif num == 0:
print("The factorial of 0 is 1")
else:
for i in range(1,num + 1):
factorial = factorial*i
print("The factorial of",num,"is",factorial)
# printing a number
for i in range(10):
print(i, end=" ")
print()
# using range for iteration
l = [10, 20, 30, 40]
for i in range(len(l)):
print(l[i], end=" ")
print()
# performing sum of first 10 numbers
sum = 0
for i in range(1, 10):
sum = sum + i
print("Sum of first 10 numbers :", sum)
# Program to print table of given number
n = int(input("Enter the number "))
for i in range(1,11):
c = n*i
print(n,"*",i,"=",c)
# Program to print even number using step size in range()
n = int(input("Enter the number "))
for i in range(2,n,2):
print(i)
# Python program to demonstrate for-else loop
for i in range(1, 4):
print(i)
else: # Executed because no break in for
print("No Break")
for i in range(1, 4):
print(i)
break
else: # Not executed as there is a break
print("Break")
| print('List Iteration')
l = ['Ankit', 'Gupta']
for i in l:
print(i)
print('\nTuple Iteration')
t = ('ankit', 'gupta')
for i in t:
print(i)
print('\nString Iteration')
s = 'Ankit'
for i in s:
print(i)
print('\nDictionary Iteration')
d = dict()
d['xyz'] = 123
d['abc'] = 345
for i in d:
print('% s % d' % (i, d[i]))
num = int(input('Number:'))
factorial = 1
if num < 0:
print('Sorry, factorial does not exist for negative numbers')
elif num == 0:
print('The factorial of 0 is 1')
else:
for i in range(1, num + 1):
factorial = factorial * i
print('The factorial of', num, 'is', factorial)
for i in range(10):
print(i, end=' ')
print()
l = [10, 20, 30, 40]
for i in range(len(l)):
print(l[i], end=' ')
print()
sum = 0
for i in range(1, 10):
sum = sum + i
print('Sum of first 10 numbers :', sum)
n = int(input('Enter the number '))
for i in range(1, 11):
c = n * i
print(n, '*', i, '=', c)
n = int(input('Enter the number '))
for i in range(2, n, 2):
print(i)
for i in range(1, 4):
print(i)
else:
print('No Break')
for i in range(1, 4):
print(i)
break
else:
print('Break') |
with open('html_file.html','r') as rf:
with open('output.txt','w') as of:
for string in rf.readlines():
if "<a href=" in string :
of.write(string)
#Some Better Solution for video lecture no. 223 | with open('html_file.html', 'r') as rf:
with open('output.txt', 'w') as of:
for string in rf.readlines():
if '<a href=' in string:
of.write(string) |
#!/usr/bin/env python
input = input("Enter IP address: ")
octets = input.split(".")
first_octet = bin(int(octets[0]))
second_octet = bin(int(octets[1]))
third_octet = bin(int(octets[2]))
forth_octet = bin(int(octets[3]))
print("%-20s%-20s%-20s%-20s" % ("First Octet", "Second Octet",
"Third Octet", "Forth Octet"))
print("%-20s%-20s%-20s%-20s" % (first_octet, second_octet,
third_octet, forth_octet))
| input = input('Enter IP address: ')
octets = input.split('.')
first_octet = bin(int(octets[0]))
second_octet = bin(int(octets[1]))
third_octet = bin(int(octets[2]))
forth_octet = bin(int(octets[3]))
print('%-20s%-20s%-20s%-20s' % ('First Octet', 'Second Octet', 'Third Octet', 'Forth Octet'))
print('%-20s%-20s%-20s%-20s' % (first_octet, second_octet, third_octet, forth_octet)) |
class Region:
def __init__ (self, bbox, region_):
self.bbox = bbox # [xmin, ymin, xmax, ymax] float
self.region_ = region_ # (d_region)
| class Region:
def __init__(self, bbox, region_):
self.bbox = bbox
self.region_ = region_ |
def metade(x):
s = x / 2
return s
def dobro(n):
return 2 * n
def aumentar(n, p):
return (n * (p / 100)) + n
| def metade(x):
s = x / 2
return s
def dobro(n):
return 2 * n
def aumentar(n, p):
return n * (p / 100) + n |
# -*- coding: utf-8 -*-
'''
Package containing network handshakes
'''
| """
Package containing network handshakes
""" |
def _merge(a, b):
members = set()
members.update(a.members if isinstance(a, TagSet) else {a})
members.update(b.members if isinstance(b, TagSet) else {b})
return TagSet(members)
class Tag:
def __init__(self, name):
self.name = name
__and__ = _merge
__rand__ = _merge
def __repr__(self):
return f"ptera.tag.{self.name}"
__str__ = __repr__
class TagSet:
def __init__(self, members):
self.members = frozenset(members)
__and__ = _merge
__rand__ = _merge
def __eq__(self, other):
return isinstance(other, TagSet) and other.members == self.members
def __repr__(self):
return " & ".join(sorted(map(str, self.members)))
__str__ = __repr__
class _TagFactory:
def __init__(self):
self._cache = {}
def __getattr__(self, name):
if name not in self._cache:
self._cache[name] = Tag(name)
return self._cache[name]
def match_tag(to_match, tg):
if to_match is None:
return True
if tg is None:
return False
elif isinstance(tg, TagSet):
return any(cat == to_match for cat in tg.members)
else:
return tg == to_match
def get_tags(*tags):
tags = [getattr(tag, tg) if isinstance(tg, str) else tg for tg in tags]
if len(tags) == 1:
return tags[0]
else:
return TagSet(tags)
tag = _TagFactory()
| def _merge(a, b):
members = set()
members.update(a.members if isinstance(a, TagSet) else {a})
members.update(b.members if isinstance(b, TagSet) else {b})
return tag_set(members)
class Tag:
def __init__(self, name):
self.name = name
__and__ = _merge
__rand__ = _merge
def __repr__(self):
return f'ptera.tag.{self.name}'
__str__ = __repr__
class Tagset:
def __init__(self, members):
self.members = frozenset(members)
__and__ = _merge
__rand__ = _merge
def __eq__(self, other):
return isinstance(other, TagSet) and other.members == self.members
def __repr__(self):
return ' & '.join(sorted(map(str, self.members)))
__str__ = __repr__
class _Tagfactory:
def __init__(self):
self._cache = {}
def __getattr__(self, name):
if name not in self._cache:
self._cache[name] = tag(name)
return self._cache[name]
def match_tag(to_match, tg):
if to_match is None:
return True
if tg is None:
return False
elif isinstance(tg, TagSet):
return any((cat == to_match for cat in tg.members))
else:
return tg == to_match
def get_tags(*tags):
tags = [getattr(tag, tg) if isinstance(tg, str) else tg for tg in tags]
if len(tags) == 1:
return tags[0]
else:
return tag_set(tags)
tag = __tag_factory() |
'''Unstamp Mail Submission Agent Server
This server receives outgoing mail from the email client, and gives it to the
Mail Transfer Agent to send.
'''
| """Unstamp Mail Submission Agent Server
This server receives outgoing mail from the email client, and gives it to the
Mail Transfer Agent to send.
""" |
# Copyright 2013 Locaweb.
# 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 by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
# @author: Thiago Morello (morellon), Locaweb.
# @author: Willian Molinari (PotHix), Locaweb.
class Formatter(object):
def host(self, host_id, name, address):
return {
'id': host_id,
'name': name,
'address': address
}
def storage(self, sr_id, name, sr_type, used_space, allocated_space,
physical_size):
return {
'id': sr_id,
'name': name,
'type': sr_type,
'used_space': int(used_space),
'allocated_space': int(allocated_space),
'size': int(physical_size)
}
def guest(self, vmid, name, cpus, mem, hdd, pvirt, tools, ip, state, host):
return {
'id': vmid,
'name': name,
'cpus': int(cpus),
'memory': int(mem),
'hdd': hdd,
'paravirtualized': pvirt,
'tools_up_to_date': tools,
'ip': ip,
'state': state,
'host': host
}
def disk(self, disk_id, name, device, size, extra_info):
return {
'id': disk_id,
'name': name,
'number': device,
'size': size,
'extra_info': extra_info
}
def snapshot(self, snap_id, name, state=None, path=None, created=None):
return {
'id': snap_id,
'name': name,
'state': state,
'path': path,
'created': created
}
def network_interface(self, vif_id, device, mac, name_label, locking_mode, ipv4_allowed, ipv6_allowed, rate_limit=None):
return {
'id': vif_id,
'number': device,
'mac': mac,
'locking_mode': locking_mode,
'ipv4_allowed': ipv4_allowed,
'ipv6_allowed': ipv6_allowed,
'network': name_label,
'rate_limit': rate_limit
}
def pool(self, used_memory, total_memory, uuid, master, software_info=None):
return {
"used_memory": used_memory,
"total_memory": total_memory,
"uuid": uuid,
"master": master,
"software_info": software_info
}
| class Formatter(object):
def host(self, host_id, name, address):
return {'id': host_id, 'name': name, 'address': address}
def storage(self, sr_id, name, sr_type, used_space, allocated_space, physical_size):
return {'id': sr_id, 'name': name, 'type': sr_type, 'used_space': int(used_space), 'allocated_space': int(allocated_space), 'size': int(physical_size)}
def guest(self, vmid, name, cpus, mem, hdd, pvirt, tools, ip, state, host):
return {'id': vmid, 'name': name, 'cpus': int(cpus), 'memory': int(mem), 'hdd': hdd, 'paravirtualized': pvirt, 'tools_up_to_date': tools, 'ip': ip, 'state': state, 'host': host}
def disk(self, disk_id, name, device, size, extra_info):
return {'id': disk_id, 'name': name, 'number': device, 'size': size, 'extra_info': extra_info}
def snapshot(self, snap_id, name, state=None, path=None, created=None):
return {'id': snap_id, 'name': name, 'state': state, 'path': path, 'created': created}
def network_interface(self, vif_id, device, mac, name_label, locking_mode, ipv4_allowed, ipv6_allowed, rate_limit=None):
return {'id': vif_id, 'number': device, 'mac': mac, 'locking_mode': locking_mode, 'ipv4_allowed': ipv4_allowed, 'ipv6_allowed': ipv6_allowed, 'network': name_label, 'rate_limit': rate_limit}
def pool(self, used_memory, total_memory, uuid, master, software_info=None):
return {'used_memory': used_memory, 'total_memory': total_memory, 'uuid': uuid, 'master': master, 'software_info': software_info} |
class Settings:
def __init__(self):
# Rotors = Moveable wheels
self.rotors = {
"I": {"sequence": "ekmflgdqvzntowyhxuspaibrcj", "notches": ["r"]},
"II": {"sequence": "ajdksiruxblhwtmcqgznpyfvoe", "notches": ["f"]},
"III": {"sequence": "bdfhjlcprtxvznyeiwgakmusqo", "notches": ["w"]},
"IV": {"sequence": "esovpzjayquirhxlnftgkdcmwb", "notches": ["k"]},
"V": {"sequence": "vzbrgityupsdnhlxawmjqofeck", "notches": ["a"]},
"VI": {"sequence": "jpgvoumfyqbenhzrdkasxlictw", "notches": ["a", "n"]},
"VII": {"sequence": "nzjhgrcxmyswboufaivlpekqdt", "notches": ["a", "n"]},
"VIII": {"sequence": "fkqhtlxocbjspdzramewniuygv", "notches": ["a", "n"]},
}
# Reflector = Reflect the letter back for a second round of encryption
self.reflectors = {
"UKW-B-thin": "enkqauywjicopblmdxzvfthrgs",
"UKW-C-thin": "rdobjntkvehmlfcwzaxgyipsuq",
}
# zusatzwalze = left-most WHEEL, does not move
self.zusatzwalze = {
"beta": {"sequence": "leyjvcnixwpbqmdrtakzgfuhos", "notches": []},
"gamma": {"sequence": "fsokanuerhmbtiycwlqpzxvgjd", "notches": []},
}
self.alphabet = "abcdefghijklmnopqrstuvwxyz"
self.config = None
def to_position(self, param):
# convert a configuration parameter (letter or number) to the position it has in the alphabet
if type(param) is str and param in self.alphabet:
# Returns the position in the alphabet of a letter
return self.alphabet.index(param.lower())
elif type(param) is int and param > 0 and param < 27:
# This is already a number, return it - 1
return param - 1
else:
raise Exception("Invalid param. '" + str(param) + "' is not a valid argument")
def configure(self, configObj):
# create the actual configuration object
self.config = {
"reflector": configObj["reflector"],
"plugboard": configObj["plugboard"],
"rotors": {
"zusatzwalze": {
"rotor": configObj["zus"].get("rot"),
"starting_pos": self.to_position(configObj["zus"].get("pos")),
"ringstellung": self.to_position(configObj["zus"].get("ring")),
},
"rotor3": {
"rotor": configObj["rot3"].get("rot"),
"starting_pos": self.to_position(configObj["rot3"].get("pos")),
"ringstellung": self.to_position(configObj["rot3"].get("ring")),
},
"rotor2": {
"rotor": configObj["rot2"].get("rot"),
"starting_pos": self.to_position(configObj["rot2"].get("pos")),
"ringstellung": self.to_position(configObj["rot2"].get("ring")),
},
"rotor1": {
"rotor": configObj["rot1"].get("rot"),
"starting_pos": self.to_position(configObj["rot1"].get("pos")),
"ringstellung": self.to_position(configObj["rot1"].get("ring")),
},
},
}
def get_rotor(self, rotorName):
# return the rotor configuration after taking its name as input
if self.config != None:
if (rotorName in ["rotor1", "rotor2", "rotor3"]):
return {
"rotor": self.rotors[self.config["rotors"][rotorName]["rotor"]],
"starting_pos": self.config["rotors"][rotorName]["starting_pos"],
"ringstellung": self.config["rotors"][rotorName]["ringstellung"]
}
elif (rotorName == "zusatzwalze"):
return {
"rotor": self.zusatzwalze[self.config["rotors"][rotorName]["rotor"]],
"starting_pos": self.config["rotors"][rotorName]["starting_pos"],
"ringstellung": self.config["rotors"][rotorName]["ringstellung"]
}
return None
def get_reflector(self):
if self.config != None and self.config.get("reflector"):
return self.reflectors[self.config["reflector"]]
return None
def plugboard(self):
if self.config != None:
return self.config.get("plugboard", [])
return None | class Settings:
def __init__(self):
self.rotors = {'I': {'sequence': 'ekmflgdqvzntowyhxuspaibrcj', 'notches': ['r']}, 'II': {'sequence': 'ajdksiruxblhwtmcqgznpyfvoe', 'notches': ['f']}, 'III': {'sequence': 'bdfhjlcprtxvznyeiwgakmusqo', 'notches': ['w']}, 'IV': {'sequence': 'esovpzjayquirhxlnftgkdcmwb', 'notches': ['k']}, 'V': {'sequence': 'vzbrgityupsdnhlxawmjqofeck', 'notches': ['a']}, 'VI': {'sequence': 'jpgvoumfyqbenhzrdkasxlictw', 'notches': ['a', 'n']}, 'VII': {'sequence': 'nzjhgrcxmyswboufaivlpekqdt', 'notches': ['a', 'n']}, 'VIII': {'sequence': 'fkqhtlxocbjspdzramewniuygv', 'notches': ['a', 'n']}}
self.reflectors = {'UKW-B-thin': 'enkqauywjicopblmdxzvfthrgs', 'UKW-C-thin': 'rdobjntkvehmlfcwzaxgyipsuq'}
self.zusatzwalze = {'beta': {'sequence': 'leyjvcnixwpbqmdrtakzgfuhos', 'notches': []}, 'gamma': {'sequence': 'fsokanuerhmbtiycwlqpzxvgjd', 'notches': []}}
self.alphabet = 'abcdefghijklmnopqrstuvwxyz'
self.config = None
def to_position(self, param):
if type(param) is str and param in self.alphabet:
return self.alphabet.index(param.lower())
elif type(param) is int and param > 0 and (param < 27):
return param - 1
else:
raise exception("Invalid param. '" + str(param) + "' is not a valid argument")
def configure(self, configObj):
self.config = {'reflector': configObj['reflector'], 'plugboard': configObj['plugboard'], 'rotors': {'zusatzwalze': {'rotor': configObj['zus'].get('rot'), 'starting_pos': self.to_position(configObj['zus'].get('pos')), 'ringstellung': self.to_position(configObj['zus'].get('ring'))}, 'rotor3': {'rotor': configObj['rot3'].get('rot'), 'starting_pos': self.to_position(configObj['rot3'].get('pos')), 'ringstellung': self.to_position(configObj['rot3'].get('ring'))}, 'rotor2': {'rotor': configObj['rot2'].get('rot'), 'starting_pos': self.to_position(configObj['rot2'].get('pos')), 'ringstellung': self.to_position(configObj['rot2'].get('ring'))}, 'rotor1': {'rotor': configObj['rot1'].get('rot'), 'starting_pos': self.to_position(configObj['rot1'].get('pos')), 'ringstellung': self.to_position(configObj['rot1'].get('ring'))}}}
def get_rotor(self, rotorName):
if self.config != None:
if rotorName in ['rotor1', 'rotor2', 'rotor3']:
return {'rotor': self.rotors[self.config['rotors'][rotorName]['rotor']], 'starting_pos': self.config['rotors'][rotorName]['starting_pos'], 'ringstellung': self.config['rotors'][rotorName]['ringstellung']}
elif rotorName == 'zusatzwalze':
return {'rotor': self.zusatzwalze[self.config['rotors'][rotorName]['rotor']], 'starting_pos': self.config['rotors'][rotorName]['starting_pos'], 'ringstellung': self.config['rotors'][rotorName]['ringstellung']}
return None
def get_reflector(self):
if self.config != None and self.config.get('reflector'):
return self.reflectors[self.config['reflector']]
return None
def plugboard(self):
if self.config != None:
return self.config.get('plugboard', [])
return None |
# Copyright 2019 Nicole Borrelli
#
# 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 agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
VANILLA_FLAGS = {
"garland_defeated": 0x01,
"bridge_to_be_rebuilt": 0x02,
"obtained_bridge": 0x03,
"obtained_lute": 0x04,
"obtained_ship": 0x05,
"obtained_crown": 0x06,
"obtained_crystal_eye": 0x07,
"obtained_jolt_tonic": 0x08,
"obtained_mystic_key": 0x09,
"obtained_nitro_powder": 0x0a,
"obtained_canal": 0x0b,
"vampire_defeated": 0x0c,
"obtained_ruby": 0x0d,
"titan_fed": 0x0e,
"obtained_earth_rod": 0x0f,
"broke_earth_plate": 0x10,
"lit_earth_crystal": 0x11,
"obtained_canoe": 0x12,
"lit_fire_crystal": 0x13,
"obtained_levistone": 0x14,
"airship_visible": 0x15,
"can_undertake_trials": 0x16,
"obtained_rats_tail": 0x17,
"obtained_promotion": 0x18,
"released_fairy": 0x19,
"obtained_oxyale": 0x1a,
"opened_sea_shrine": 0x1b,
"obtained_rosetta_stone": 0x1c,
"lit_water_crystal": 0x1d,
"learned_lufienian": 0x1e,
"obtained_chime": 0x1f,
"obtained_warp_cube": 0x20,
"obtained_adamantite": 0x21,
"lit_air_crystal": 0x22,
"obtained_excalibur": 0x23,
"black_orb_removed": 0x24,
"broke_lute_plate": 0x25,
"defeated_chaos": 0x26,
"heard_matoyas_plight": 0x27,
"heard_kings_plight": 0x28,
"watched_bridge_credits": 0x29
}
| vanilla_flags = {'garland_defeated': 1, 'bridge_to_be_rebuilt': 2, 'obtained_bridge': 3, 'obtained_lute': 4, 'obtained_ship': 5, 'obtained_crown': 6, 'obtained_crystal_eye': 7, 'obtained_jolt_tonic': 8, 'obtained_mystic_key': 9, 'obtained_nitro_powder': 10, 'obtained_canal': 11, 'vampire_defeated': 12, 'obtained_ruby': 13, 'titan_fed': 14, 'obtained_earth_rod': 15, 'broke_earth_plate': 16, 'lit_earth_crystal': 17, 'obtained_canoe': 18, 'lit_fire_crystal': 19, 'obtained_levistone': 20, 'airship_visible': 21, 'can_undertake_trials': 22, 'obtained_rats_tail': 23, 'obtained_promotion': 24, 'released_fairy': 25, 'obtained_oxyale': 26, 'opened_sea_shrine': 27, 'obtained_rosetta_stone': 28, 'lit_water_crystal': 29, 'learned_lufienian': 30, 'obtained_chime': 31, 'obtained_warp_cube': 32, 'obtained_adamantite': 33, 'lit_air_crystal': 34, 'obtained_excalibur': 35, 'black_orb_removed': 36, 'broke_lute_plate': 37, 'defeated_chaos': 38, 'heard_matoyas_plight': 39, 'heard_kings_plight': 40, 'watched_bridge_credits': 41} |
#!/usr/bin/env python3
#encoding=utf-8
#-------------------------------------------------
# Usage: python3 4-getattribute_to_compute_attribute.py
# Description: attribute management 4 of 4
# Same, but with generic __getattribute__ all attribute interception
#-------------------------------------------------
class Powers(object): # Need (object) in 2.X only
def __init__(self, square, cube):
self._square = square
self._cube = cube
def __getattribute__(self, name):
if name == 'square':
return object.__getattribute__(self, '_square') ** 2 # call superclass's __getattribute__, avoid recursive loop
elif name == 'cube':
return object.__getattribute__(self, '_cube') ** 3 # call superclass's __getattribute__, avoid recursive loop
else:
return object.__getattribute__(self, name) # call superclass's __getattribute__, avoid recursive loop
def __setattr__(self, name, value):
if name == 'square':
object.__setattr__(self, '_square', value) # Or use __dict__
elif name == 'cube':
object.__setattr__(self, '_cube', value)
else:
object.__setattr__(self, name , value)
if __name__ == '__main__':
X = Powers(3, 4)
print(X.square) # 3 ** 2 = 9
print(X.cube) # 4 ** 3 = 64
X.square = 5
print(X.square) # 5 ** 2 = 25
X.cube = 7
print(X.cube)
| class Powers(object):
def __init__(self, square, cube):
self._square = square
self._cube = cube
def __getattribute__(self, name):
if name == 'square':
return object.__getattribute__(self, '_square') ** 2
elif name == 'cube':
return object.__getattribute__(self, '_cube') ** 3
else:
return object.__getattribute__(self, name)
def __setattr__(self, name, value):
if name == 'square':
object.__setattr__(self, '_square', value)
elif name == 'cube':
object.__setattr__(self, '_cube', value)
else:
object.__setattr__(self, name, value)
if __name__ == '__main__':
x = powers(3, 4)
print(X.square)
print(X.cube)
X.square = 5
print(X.square)
X.cube = 7
print(X.cube) |
#!/usr/bin/python3
# files.py by Bill Weinman [http://bw.org/]
# This is an exercise file from Python 3 Essential Training on lynda.com
# Copyright 2010 The BearHeart Group, LLC
def main():
f = open('lines.txt')
for line in f:
print(line, end = '')
if __name__ == "__main__": main()
| def main():
f = open('lines.txt')
for line in f:
print(line, end='')
if __name__ == '__main__':
main() |
#Extensions:
# I have Taken Example 5.9 and extended it to dictionary
#no users:
usernames = {
'aes':{
'password':'64545465',
'key' : '56'
},
'bes':{
'password':'64545465',
'key' : '56'
},
'ces':{
'password':'64546545',
'key' : '56'
},
'admin':{
'password':'64546465',
'key' : '5'
}
}
if usernames != {}:
for user,info in usernames.items():
if user == 'admin':
print("Hello, admin! here are all the username and password")
print(usernames)
else :
print("hello",user,". Thank you for logging in.")
for password,key in info.items():
print(password,":",key)
else :
print("we need to find more users.")
| usernames = {'aes': {'password': '64545465', 'key': '56'}, 'bes': {'password': '64545465', 'key': '56'}, 'ces': {'password': '64546545', 'key': '56'}, 'admin': {'password': '64546465', 'key': '5'}}
if usernames != {}:
for (user, info) in usernames.items():
if user == 'admin':
print('Hello, admin! here are all the username and password')
print(usernames)
else:
print('hello', user, '. Thank you for logging in.')
for (password, key) in info.items():
print(password, ':', key)
else:
print('we need to find more users.') |
MACS_VERSION = "3.0.0a7"
MAX_PAIRNUM = 1000
MAX_LAMBDA = 100000
FESTEP = 20
BUFFER_SIZE = 100000 # np array will increase at step of 1 million items
READ_BUFFER_SIZE = 10000000 # 10M bytes for read buffer size
N_MP = 2 # Number of processers
| macs_version = '3.0.0a7'
max_pairnum = 1000
max_lambda = 100000
festep = 20
buffer_size = 100000
read_buffer_size = 10000000
n_mp = 2 |
# error if not grade for a student
# OPTION 2: change the policy
def get_stats(class_list):
new_stats = []
for item in class_list:
new_stats.append([item[0], item[1], avg(item[1])])
return new_stats
def avg(grades):
try:
return sum(grades)/len(grades)
except ZeroDivisionError:
print('no grades data')
return 0.0 # decided that students w/o grades get a 0
# test_grades = [[['peter', 'parker'], [10.0, 5.0, 85.0]], [['bruce', 'wayne'], [10.0, 8.0, 74.0]]]
test_grades = [[['peter', 'parker'], [10.0, 5.0, 85.0]],
[['bruce', 'wayne'], [10.0, 8.0, 74.0]], [['deadpool'], []]]
print(get_stats(test_grades))
| def get_stats(class_list):
new_stats = []
for item in class_list:
new_stats.append([item[0], item[1], avg(item[1])])
return new_stats
def avg(grades):
try:
return sum(grades) / len(grades)
except ZeroDivisionError:
print('no grades data')
return 0.0
test_grades = [[['peter', 'parker'], [10.0, 5.0, 85.0]], [['bruce', 'wayne'], [10.0, 8.0, 74.0]], [['deadpool'], []]]
print(get_stats(test_grades)) |
class BaseHelper:
def __init__(self, device):
self.device = device
def params(self, locals_: dict):
params = locals_.copy()
params.pop('self')
return params
| class Basehelper:
def __init__(self, device):
self.device = device
def params(self, locals_: dict):
params = locals_.copy()
params.pop('self')
return params |
#!/usr/bin/env python
# -*- coding: utf-8 -*-
class Watchdog(object):
KEEP_ALIVE = '\n'
DEVICE = '/dev/watchdog'
# STOP = 'V' in bleaglebone black not works
def __init__(self):
pass
def notify(self, device, msg):
'''
/dev/watchdog is opened and will reboot unless the watchdog is pinged
within a certain time.
:param device str: path of watchdog special device
:param msg str: string to send
'''
with open(device, 'w+') as file:
file.write(msg)
file.flush()
def main():
Watchdog().notify(Watchdog.DEVICE,
Watchdog.KEEP_ALIVE)
if __name__ == '__main__':
main()
| class Watchdog(object):
keep_alive = '\n'
device = '/dev/watchdog'
def __init__(self):
pass
def notify(self, device, msg):
"""
/dev/watchdog is opened and will reboot unless the watchdog is pinged
within a certain time.
:param device str: path of watchdog special device
:param msg str: string to send
"""
with open(device, 'w+') as file:
file.write(msg)
file.flush()
def main():
watchdog().notify(Watchdog.DEVICE, Watchdog.KEEP_ALIVE)
if __name__ == '__main__':
main() |
class Solution:
def backspaceCompare(self, S: str, T: str) -> bool:
s_bcount, t_bcount = 0, 0
s_idx, t_idx = len(S) - 1, len(T) - 1
while s_idx >= 0 or t_idx >= 0:
while s_idx >= 0:
if S[s_idx] == '#':
s_bcount += 1
s_idx -= 1
continue
if s_bcount > 0:
s_idx -= 1
s_bcount -= 1
else:
break
while t_idx >= 0:
if T[t_idx] == '#':
t_bcount += 1
t_idx -= 1
continue
if t_bcount > 0:
t_idx -= 1
t_bcount -= 1
else:
break
if s_idx >= 0 and t_idx >= 0 and S[s_idx] != T[t_idx]:
return False
elif (s_idx >= 0 and t_idx < 0) or (s_idx < 0 and t_idx >= 0):
return False
s_idx -= 1
t_idx -= 1
return True
| class Solution:
def backspace_compare(self, S: str, T: str) -> bool:
(s_bcount, t_bcount) = (0, 0)
(s_idx, t_idx) = (len(S) - 1, len(T) - 1)
while s_idx >= 0 or t_idx >= 0:
while s_idx >= 0:
if S[s_idx] == '#':
s_bcount += 1
s_idx -= 1
continue
if s_bcount > 0:
s_idx -= 1
s_bcount -= 1
else:
break
while t_idx >= 0:
if T[t_idx] == '#':
t_bcount += 1
t_idx -= 1
continue
if t_bcount > 0:
t_idx -= 1
t_bcount -= 1
else:
break
if s_idx >= 0 and t_idx >= 0 and (S[s_idx] != T[t_idx]):
return False
elif s_idx >= 0 and t_idx < 0 or (s_idx < 0 and t_idx >= 0):
return False
s_idx -= 1
t_idx -= 1
return True |
class Solution:
def ladderLength(self, beginWord: str, endWord: str, wordList: List[str]) -> int:
if endWord not in wordList:
return 0
result = 0
l = len(beginWord)
beginSet = {beginWord}
endSet = {endWord}
wordList = set(wordList)
while beginSet or endSet:
result += 1
if len(beginSet) < len(endSet):
beginSet, endSet = endSet, beginSet
newSet = set()
for word in beginSet:
for index in range(l):
for c in string.ascii_lowercase:
newWord = word[:index] + c + word[index + 1:]
if newWord in endSet:
return result + 1
if newWord not in wordList:
continue
wordList.remove(newWord)
newSet.add(newWord)
beginSet = newSet
return 0
| class Solution:
def ladder_length(self, beginWord: str, endWord: str, wordList: List[str]) -> int:
if endWord not in wordList:
return 0
result = 0
l = len(beginWord)
begin_set = {beginWord}
end_set = {endWord}
word_list = set(wordList)
while beginSet or endSet:
result += 1
if len(beginSet) < len(endSet):
(begin_set, end_set) = (endSet, beginSet)
new_set = set()
for word in beginSet:
for index in range(l):
for c in string.ascii_lowercase:
new_word = word[:index] + c + word[index + 1:]
if newWord in endSet:
return result + 1
if newWord not in wordList:
continue
wordList.remove(newWord)
newSet.add(newWord)
begin_set = newSet
return 0 |
# coding: utf8
# try something like
# coding: utf8
# try something like
def index():
rows = db((db.activity.type=='stand')&(db.activity.status=='accepted')).select()
if rows:
return dict(projects=rows)
else:
return plugin_flatpage()
| def index():
rows = db((db.activity.type == 'stand') & (db.activity.status == 'accepted')).select()
if rows:
return dict(projects=rows)
else:
return plugin_flatpage() |
#re-learning about class and objects.
class MyClass: #ini class, class adalah blueprint dari object
var = "blah" #variable ini adalah object didalan class
def function(self): #ini adalah fungsi didalam class
print("This is a message inside the class.")
myobjectx = MyClass() #myobjectx adalah variable, yang menyimpan object dari class MyClass() yang isinya berupa var(object) dan function.
myobjectx.var #mengakses var
print(myobjectx.var)
print("####\n")
###################
## 2 object menggunakan class yang sama
myobjecty = MyClass()
myobjectz = MyClass()
myobjectz.var = "zlah" #mendefinisikan var
print(myobjectx.var) #hasilnya tetap blah
print(myobjectz.var) #hasilnya akan menjadi zlah, karena habis di redefinisi
print("####\n")
###################
## mengakses fungsi
myobjectx.function()
print("####\n")
###################
## exercise
class Vehicle:
name = ""
kind = "car"
color = ""
value = 100.00
def description(self):
desc = "%s is a %s %s worth $%.2f." % (self.name, self.color, self.kind, self.value)
return desc
car1 = Vehicle()
car1.name = "Fer"
car1.kind = "Convertible"
car1.color = "Red"
car1.value = 60000.00
car2 = Vehicle()
car2.name = "Jump"
car2.kind = "Van"
car2.color = "Blue"
car2.value = 10000
print(car1.description())
print(car2.description()) | class Myclass:
var = 'blah'
def function(self):
print('This is a message inside the class.')
myobjectx = my_class()
myobjectx.var
print(myobjectx.var)
print('####\n')
myobjecty = my_class()
myobjectz = my_class()
myobjectz.var = 'zlah'
print(myobjectx.var)
print(myobjectz.var)
print('####\n')
myobjectx.function()
print('####\n')
class Vehicle:
name = ''
kind = 'car'
color = ''
value = 100.0
def description(self):
desc = '%s is a %s %s worth $%.2f.' % (self.name, self.color, self.kind, self.value)
return desc
car1 = vehicle()
car1.name = 'Fer'
car1.kind = 'Convertible'
car1.color = 'Red'
car1.value = 60000.0
car2 = vehicle()
car2.name = 'Jump'
car2.kind = 'Van'
car2.color = 'Blue'
car2.value = 10000
print(car1.description())
print(car2.description()) |
def lend_money(debts, person, amount):
value = debts.get(person, 0)
quantity = [amount]
if value != 0:
debts[person] = value + quantity
else:
debts[person] = quantity
print(debts)
def amount_owed_by(debts, person):
value = debts.get(person, [0])
out = sum(value)
return out
def total_amount_owed(debts):
my_money = 0
for values in debts.values():
for numbers in values:
my_money += numbers
return my_money | def lend_money(debts, person, amount):
value = debts.get(person, 0)
quantity = [amount]
if value != 0:
debts[person] = value + quantity
else:
debts[person] = quantity
print(debts)
def amount_owed_by(debts, person):
value = debts.get(person, [0])
out = sum(value)
return out
def total_amount_owed(debts):
my_money = 0
for values in debts.values():
for numbers in values:
my_money += numbers
return my_money |
kwh_used = 1000
out = 0
if(kwh_used < 500):
out += 500 * 0.45
elif(kwh_used >= 500 and kwh_used < 1500):
out += 500 * 0.45 + ((kwh_used - 500) * 0.74)
elif(kwh_used >= 1500 and kwh_used < 2500):
out += 500 * 0.45 + ((kwh_used - 500) * 0.74) + ((kwh_used - 1500) * 1.25)
elif(kwh_used >= 2500):
out += 500 * 0.45 + ((kwh_used - 500) * 0.74) + ((kwh_used - 1500) * 1.25) + ((kwh_used - 2500) * 2)
out += out * 0.2
print(out) | kwh_used = 1000
out = 0
if kwh_used < 500:
out += 500 * 0.45
elif kwh_used >= 500 and kwh_used < 1500:
out += 500 * 0.45 + (kwh_used - 500) * 0.74
elif kwh_used >= 1500 and kwh_used < 2500:
out += 500 * 0.45 + (kwh_used - 500) * 0.74 + (kwh_used - 1500) * 1.25
elif kwh_used >= 2500:
out += 500 * 0.45 + (kwh_used - 500) * 0.74 + (kwh_used - 1500) * 1.25 + (kwh_used - 2500) * 2
out += out * 0.2
print(out) |
def solution(A):
list_range = len(A)
difference_list = []
for p in range(1, list_range):
post_sum = sum(A[p:])
behind_sum = sum(A[:p])
difference = behind_sum - post_sum
if difference < 0:
difference *= -1
difference_list.append(difference)
return min(difference_list)
print(solution([3, 1, 2, 4, 3]))
| def solution(A):
list_range = len(A)
difference_list = []
for p in range(1, list_range):
post_sum = sum(A[p:])
behind_sum = sum(A[:p])
difference = behind_sum - post_sum
if difference < 0:
difference *= -1
difference_list.append(difference)
return min(difference_list)
print(solution([3, 1, 2, 4, 3])) |
def heapify(heap, root):
newRoot = root
leftChild = 2*root+1
rightChild = 2*root+2
if leftChild < len(heap) and heap[leftChild] > heap[newRoot]:
newRoot = leftChild
if rightChild < len(heap) and heap[rightChild] > heap[newRoot]:
newRoot = rightChild
if root!=newRoot:
heap[root],heap[newRoot]=heap[newRoot],heap[root]
heapify(heap,newRoot)
def heapSort(heap):
for i in range(len(heap), -1, -1):
heapify(heap, i)
answer = []
while(len(heap)>1):
answer.insert(len(answer),heap[0])
heap[0],heap[-1]=heap[-1],heap[0]
heap.pop()
heapify(heap, 0)
return answer
| def heapify(heap, root):
new_root = root
left_child = 2 * root + 1
right_child = 2 * root + 2
if leftChild < len(heap) and heap[leftChild] > heap[newRoot]:
new_root = leftChild
if rightChild < len(heap) and heap[rightChild] > heap[newRoot]:
new_root = rightChild
if root != newRoot:
(heap[root], heap[newRoot]) = (heap[newRoot], heap[root])
heapify(heap, newRoot)
def heap_sort(heap):
for i in range(len(heap), -1, -1):
heapify(heap, i)
answer = []
while len(heap) > 1:
answer.insert(len(answer), heap[0])
(heap[0], heap[-1]) = (heap[-1], heap[0])
heap.pop()
heapify(heap, 0)
return answer |
EXAMPLES1 = (
('1122', 3),
('1111', 4),
('1234', 0),
('91212129', 9)
)
EXAMPLES2 = (
('1212', 6),
('1221', 0),
('123425', 4),
('123123', 12),
('12131415', 4)
)
INPUT = '31813174349235972159811869755166343882958376474278437681632495222499211488649543755655138842553867246131245462881756862736922925752647341673342756514856663979496747158241792857625471323535183222497949751644488277317173496124473893452425118133645984488759128897146498831373795721661696492622276282881218371273973538163779782435211491196616375135472517935481964439956844536136823757764494967297251545389464472794474447941564778733926532741752757865243946976266426548341889873514383464142659425122786667399143335772174973128383869893325977319651839516694295534146668728822393452626321892357192574444856264721585365164945647254645264693957898373214897848424966266582991272496771159583715456714645585576641458358326521858518319315233857473695712238323787254556597566461188452279853766184333696344395818615215846348586541164194624371353556812548945447432787795489443312941687221314432694115847863129826532628228386894683392352799514942665396273726821936346663485499159141368443782475714679953213388375939519711591262489869326145476958378464652451441434846382474578535468433514121336844727988128998543975147649823215332929623574231738442281161294838499441799996857746549441142859199799125595761724782225452394593514388571187279266291364278184761833324476838939898258225748562345853633364314923186685534864178665214135631494876474186833392929124337161222959459117554238429216916532175247326391321525832362274683763488347654497889261543959591212539851835354335598844669618391876623638137926893582131945361264841733341247646125278489995838369127582438419889922365596554237153412394494932582424222479798382932335239274297663365164912953364777876187522324991837775492621675953397843833247525599771974555545348388871578347332456586949283657613841414576976542343934911424716613479249893113961925713317644349946444271959375981158445151659431844142242547191181944395897963146947935463718145169266129118413523541222444997678726644615185324461293228124456118853885552279849917342474792984425629248492847827653133583215539325866881662159421987315186914769478947389188382383546881622246793781846254253759714573354544997853153798862436887889318646643359555663135476261863'
def code1(string):
return sum(ord(x) - ord('0') for i, x in enumerate(string) if x == string[(i + 1) % len(string)])
def code2(string):
return sum(ord(x) - ord('0') for i, x in enumerate(string) if x == string[(i + len(string) // 2) % len(string)])
def test(code, examples, myinput):
for data, result in examples:
assert code(data) == result, (data, result, code(data))
print('>', code(myinput))
test(code1, EXAMPLES1, INPUT)
test(code2, EXAMPLES2, INPUT)
| examples1 = (('1122', 3), ('1111', 4), ('1234', 0), ('91212129', 9))
examples2 = (('1212', 6), ('1221', 0), ('123425', 4), ('123123', 12), ('12131415', 4))
input = '31813174349235972159811869755166343882958376474278437681632495222499211488649543755655138842553867246131245462881756862736922925752647341673342756514856663979496747158241792857625471323535183222497949751644488277317173496124473893452425118133645984488759128897146498831373795721661696492622276282881218371273973538163779782435211491196616375135472517935481964439956844536136823757764494967297251545389464472794474447941564778733926532741752757865243946976266426548341889873514383464142659425122786667399143335772174973128383869893325977319651839516694295534146668728822393452626321892357192574444856264721585365164945647254645264693957898373214897848424966266582991272496771159583715456714645585576641458358326521858518319315233857473695712238323787254556597566461188452279853766184333696344395818615215846348586541164194624371353556812548945447432787795489443312941687221314432694115847863129826532628228386894683392352799514942665396273726821936346663485499159141368443782475714679953213388375939519711591262489869326145476958378464652451441434846382474578535468433514121336844727988128998543975147649823215332929623574231738442281161294838499441799996857746549441142859199799125595761724782225452394593514388571187279266291364278184761833324476838939898258225748562345853633364314923186685534864178665214135631494876474186833392929124337161222959459117554238429216916532175247326391321525832362274683763488347654497889261543959591212539851835354335598844669618391876623638137926893582131945361264841733341247646125278489995838369127582438419889922365596554237153412394494932582424222479798382932335239274297663365164912953364777876187522324991837775492621675953397843833247525599771974555545348388871578347332456586949283657613841414576976542343934911424716613479249893113961925713317644349946444271959375981158445151659431844142242547191181944395897963146947935463718145169266129118413523541222444997678726644615185324461293228124456118853885552279849917342474792984425629248492847827653133583215539325866881662159421987315186914769478947389188382383546881622246793781846254253759714573354544997853153798862436887889318646643359555663135476261863'
def code1(string):
return sum((ord(x) - ord('0') for (i, x) in enumerate(string) if x == string[(i + 1) % len(string)]))
def code2(string):
return sum((ord(x) - ord('0') for (i, x) in enumerate(string) if x == string[(i + len(string) // 2) % len(string)]))
def test(code, examples, myinput):
for (data, result) in examples:
assert code(data) == result, (data, result, code(data))
print('>', code(myinput))
test(code1, EXAMPLES1, INPUT)
test(code2, EXAMPLES2, INPUT) |
p = np.eye(3)[y][:, None]
grad_d = q - p
grad_C = grad_d @ U.T
grad_b = (C.T @ grad_d ) * Drelu(A@x+b)
grad_A = grad_b @ x.T | p = np.eye(3)[y][:, None]
grad_d = q - p
grad_c = grad_d @ U.T
grad_b = C.T @ grad_d * drelu(A @ x + b)
grad_a = grad_b @ x.T |
#! /usr/bin/env python
# encoding: utf-8
# WARNING! Do not edit! https://waf.io/book/index.html#_obtaining_the_waf_file
class MandatoryOptions(object):
def __init__(self,options):
self.options=options
def __getattr__(self,name):
call=getattr(self.options,name)
def require(*args,**kwargs):
value=call(*args,**kwargs)
if not value:
raise RuntimeError("WTF Dude")
return value
return require
| class Mandatoryoptions(object):
def __init__(self, options):
self.options = options
def __getattr__(self, name):
call = getattr(self.options, name)
def require(*args, **kwargs):
value = call(*args, **kwargs)
if not value:
raise runtime_error('WTF Dude')
return value
return require |
class Queue():
# Queue Initialization
def __init__(self):
self.MAX = 5
self.queue = []
# OVERFLOW CONDITION
def OVERFLOW(self):
if len(self.queue) == self.MAX:
return True
else:
return False
# UNDERFLOW CONDITION
def UNDERFLOW(self):
if len(self.queue) == 0:
return True
else:
return False
# Insert into queue
def insert(self, item):
if not self.OVERFLOW():
self.queue.insert(0, item)
return True
else:
return False
# Delete from queue
def delete(self):
if not self.UNDERFLOW():
temp = self.queue.pop()
return temp
else:
return False
def display(self):
if not self.UNDERFLOW():
# if self.FRONT <= self.BACK:
print(" ".join([str(i) for i in self.queue]))
else:
print("-> UNDERFLOW <-")
menu = '''
Enter
1. INSERT
2. DELETE
3. DISPAY
4. EXIT
-> '''
if __name__ == "__main__":
obj = Queue()
exit = False
while not exit:
switch_var = int(input(menu))
# INSERT
if switch_var == 1:
temp = int(input("Enter the number : "))
if obj.insert(temp):
print(f"{temp} is inserted into queue.")
else:
print("-> OVERFLOW <-")
# DELETE
elif switch_var == 2:
temp = obj.delete()
if temp:
print(f"{temp} is deleted from queue.")
else:
print("-> UNDERFLOW <-")
# DISPLAY
elif switch_var == 3:
obj.display()
# EXIT
elif switch_var == 4:
exit = True
# INVALID
else:
print("Please enter a valid statement.")
| class Queue:
def __init__(self):
self.MAX = 5
self.queue = []
def overflow(self):
if len(self.queue) == self.MAX:
return True
else:
return False
def underflow(self):
if len(self.queue) == 0:
return True
else:
return False
def insert(self, item):
if not self.OVERFLOW():
self.queue.insert(0, item)
return True
else:
return False
def delete(self):
if not self.UNDERFLOW():
temp = self.queue.pop()
return temp
else:
return False
def display(self):
if not self.UNDERFLOW():
print(' '.join([str(i) for i in self.queue]))
else:
print('-> UNDERFLOW <-')
menu = '\nEnter\n\t1. INSERT\n\t2. DELETE\n\t3. DISPAY\n\t4. EXIT\n-> '
if __name__ == '__main__':
obj = queue()
exit = False
while not exit:
switch_var = int(input(menu))
if switch_var == 1:
temp = int(input('Enter the number : '))
if obj.insert(temp):
print(f'{temp} is inserted into queue.')
else:
print('-> OVERFLOW <-')
elif switch_var == 2:
temp = obj.delete()
if temp:
print(f'{temp} is deleted from queue.')
else:
print('-> UNDERFLOW <-')
elif switch_var == 3:
obj.display()
elif switch_var == 4:
exit = True
else:
print('Please enter a valid statement.') |
# input
N, X, r = map(int, input().split())
MOD = pow(10, 9)
# compute
# output
print(X * (pow(r, N, MOD) - 1) % MOD)
| (n, x, r) = map(int, input().split())
mod = pow(10, 9)
print(X * (pow(r, N, MOD) - 1) % MOD) |
boys = ['John', 'Jack', 'Jeremy']
girls = ['Mary', 'Nancy', 'Joyce']
names = [*boys, *girls]
| boys = ['John', 'Jack', 'Jeremy']
girls = ['Mary', 'Nancy', 'Joyce']
names = [*boys, *girls] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.