blob_id
stringlengths
40
40
directory_id
stringlengths
40
40
path
stringlengths
3
616
content_id
stringlengths
40
40
detected_licenses
listlengths
0
112
license_type
stringclasses
2 values
repo_name
stringlengths
5
115
snapshot_id
stringlengths
40
40
revision_id
stringlengths
40
40
branch_name
stringclasses
777 values
visit_date
timestamp[us]date
2015-08-06 10:31:46
2023-09-06 10:44:38
revision_date
timestamp[us]date
1970-01-01 02:38:32
2037-05-03 13:00:00
committer_date
timestamp[us]date
1970-01-01 02:38:32
2023-09-06 01:08:06
github_id
int64
4.92k
681M
star_events_count
int64
0
209k
fork_events_count
int64
0
110k
gha_license_id
stringclasses
22 values
gha_event_created_at
timestamp[us]date
2012-06-04 01:52:49
2023-09-14 21:59:50
gha_created_at
timestamp[us]date
2008-05-22 07:58:19
2023-08-21 12:35:19
gha_language
stringclasses
149 values
src_encoding
stringclasses
26 values
language
stringclasses
1 value
is_vendor
bool
2 classes
is_generated
bool
2 classes
length_bytes
int64
3
10.2M
extension
stringclasses
188 values
content
stringlengths
3
10.2M
authors
listlengths
1
1
author_id
stringlengths
1
132
319a26e285ba0b3dd2ed26cc8707ab62a6c12548
77717d0024c8597fec83600259ea5547abbc183a
/tools/test_robustness.py
478eafb2c6408aeccc059e44ca00556b1f601877
[ "Apache-2.0" ]
permissive
fengyouliang/wheat_detection
0a090ef5eda7f2c5463996f4795f9ce06dd04050
d056123426a1260c29b486cbb8e44a88a0a3c5bc
refs/heads/master
2022-11-17T15:09:29.113493
2020-07-18T13:47:34
2020-07-18T13:47:34
276,532,878
0
0
null
null
null
null
UTF-8
Python
false
false
17,611
py
import argparse import copy import os import os.path as osp import shutil import tempfile import mmcv import torch import torch.distributed as dist from mmcv.parallel import MMDataParallel, MMDistributedDataParallel from mmcv.runner import get_dist_info, init_dist, load_checkpoint from pycocotools.coco imp...
[ "1654388696@qq.com" ]
1654388696@qq.com
ec96395680b9454b0b1a4e15719186c299b15355
8c4e20343b8e901981f592ec420356dd5c7d3079
/mapproxy/test/helper.py
f5a0d4b4bf35d159e0f2df7121873abfa94f876c
[ "BSD-3-Clause", "Python-2.0", "Bitstream-Vera", "MIT", "ZPL-2.1", "Apache-2.0", "LicenseRef-scancode-public-domain" ]
permissive
jukkatolonen/mapproxy
94337ee44b7b47d11d717bcb9d36969d8cb03ce1
e4ad1972858dfbb72d8686c5b59751b4b781fc35
refs/heads/master
2021-02-10T04:00:13.079893
2020-03-05T15:18:16
2020-03-05T15:18:16
244,350,181
0
1
NOASSERTION
2020-03-03T13:48:35
2020-03-02T11:07:43
null
UTF-8
Python
false
false
7,623
py
# This file is part of the MapProxy project. # Copyright (C) 2010 Omniscale <http://omniscale.de> # # 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...
[ "olt@bogosoft.com" ]
olt@bogosoft.com
8fbe0b915a4895d240f0b8f9a530e338488a7fde
be7cdd0c8e55a8fec0d1b226c2ea1664f28636a5
/steps/step39.py
1f3824de4816a17de355a3d6b1cfa5e9647f3311
[ "MIT" ]
permissive
peaceiris/deep-learning-from-scratch-3
8274ba7735dc36a86305bfe3db683423aff2095e
6f05c642cb6d1ee1f25f5b3ed538f1d1d19a4a08
refs/heads/master
2021-03-25T02:19:09.161809
2020-03-13T02:16:18
2020-03-13T02:16:18
null
0
0
null
null
null
null
UTF-8
Python
false
false
564
py
import os, sys; if '__file__' in globals(): sys.path.append(os.path.join(os.path.dirname(__file__), '..')) import numpy as np from dezero import Variable import dezero.functions as F x = Variable(np.array([1, 2, 3, 4, 5, 6])) y = F.sum(x) y.backward() print(y) print(x.grad) x = Variable(np.array([[1, 2, 3], [4, 5...
[ "koki0702@gmail.com" ]
koki0702@gmail.com
e67818904e5a156fb0c9b8bb42a92efd60ef479d
0421da0c3ba42e4758cb4da4679f3218d4ea733d
/setup_cython.py
4a9d2d872ad922a9379f7f8eecc98ad916038591
[]
no_license
vanife/Mandelbrot_pyCUDA_Cython_Numpy
f252a6773791414468859a77e8ed0d6bd1dc2586
baa164a392078019dffc886981f0107ad3f0fca1
refs/heads/master
2021-01-18T01:54:56.383453
2010-10-29T16:54:44
2010-10-29T16:54:44
null
0
0
null
null
null
null
UTF-8
Python
false
false
310
py
from distutils.core import setup from distutils.extension import Extension from Cython.Distutils import build_ext import numpy ext = Extension("mandel", ["mandelbrot_cython.pyx"], include_dirs = [numpy.get_include()]) setup(ext_modules=[ext], cmdclass = {'build_ext': build_ext})
[ "ian@ianozsvald.com" ]
ian@ianozsvald.com
3b34f72942d5a210ed18059182dee423557a6d20
c855bc4640a54630b62fafd89a20967606a8f14e
/breadth_first_search/200_number_of_islands.py
f01cf9ae63404df6a0a9aa9d380da3c0c64bdc5b
[ "MIT" ]
permissive
asethi-ds/Algorithm-Toolbox
0d8f7e68ebce47810c7dd88df0bb6d911013e1d1
b6c7b2228d8e70e0842e0bad607533a2c8322cf0
refs/heads/master
2021-01-02T15:44:06.833196
2019-08-31T11:32:11
2019-08-31T11:32:11
null
0
0
null
null
null
null
UTF-8
Python
false
false
4,485
py
class DU(object): def __init__(self, n): self.count = 0 self.parent = [-1] * n self.rank = [0] * n def isLand(self, idx): return self.parent[idx] != -1 def setLand(self, idx): self.parent[idx] = idx # initialize parent to itself self.count += 1 def fin...
[ "shawlu@github.com" ]
shawlu@github.com
cfa87a320b1aed769df2a85d3e917fa91cae9bdb
6b70e48ddc38f58a142229bcfb5c4dc5553dfd4f
/tests/year2015/test_day05.py
5cbb7ea5658d39adf0fabe78343051ab4404f93d
[]
no_license
N8Brooks/aoc_py
eaea98db5cdd1c795edae48a46f765e0628b53e8
fab391ac33aa3c9623e8f5d2b9af44693c04bd00
refs/heads/master
2023-02-22T20:07:16.265316
2021-01-27T02:50:47
2021-01-27T02:50:47
326,284,848
0
0
null
null
null
null
UTF-8
Python
false
false
1,240
py
#!/usr/bin/env python3 # -*- coding: utf-8 -*- """ https://adventofcode.com/2015/day/5 """ from unittest import TestCase, main from aoc.year2015.day05 import part1, part2 from data.utils import get_input class TestPart1(TestCase): def test_input(self): self.assertEqual(part1(get_input(2015, 5)), 238) ...
[ "natebrooks004@gmail.com" ]
natebrooks004@gmail.com
99017c4177c3a784d610e345e4fbeb33dcbb03b1
78980891d3137810bf3a3c1bb229966b7f49f0dd
/leetcode_projects/leetcode_79/main.py
81c9df7e276c5deb6365ca9f25aa4e317a87f92d
[]
no_license
miniyk2012/leetcode
204927d3aefc9746070c1bf13abde517c6c16dc0
91ca9cd0df3c88fc7ef3c829dacd4d13f6b71ab1
refs/heads/master
2021-06-17T21:50:31.001111
2021-03-10T11:36:23
2021-03-10T11:36:23
185,042,818
1
0
null
null
null
null
UTF-8
Python
false
false
1,586
py
from typing import List class Solution: def exist(self, board: List[List[str]], word: str) -> bool: visited = [[False for _ in range(len(board[0]))] for _ in range(len(board))] for i in range(len(board)): for j in range(len(board[i])): if self.dfs_visit(board, i, j, vis...
[ "yk_ecust_2007@163.com" ]
yk_ecust_2007@163.com
93e98da2888ffdc5e81a842198548cdc41a1f8b7
5fe72bb13baf3649058ebe11aa86ad4fc56c69ed
/hard-gists/8555125/snippet.py
2e295f5380a400a7b3a6254a9c0e1ce26a8c10c3
[ "Apache-2.0" ]
permissive
dockerizeme/dockerizeme
8825fed45ff0ce8fb1dbe34959237e8048900a29
408f3fa3d36542d8fc1236ba1cac804de6f14b0c
refs/heads/master
2022-12-10T09:30:51.029846
2020-09-02T13:34:49
2020-09-02T13:34:49
144,501,661
24
20
Apache-2.0
2022-11-21T12:34:29
2018-08-12T21:21:04
Python
UTF-8
Python
false
false
799
py
#!/usr/bin/env python from gmusicapi import Musicmanager from gmusicapi import Mobileclient import sys import os.path params = sys.argv if len(params) < 2: print "usage:" + sys.argv[0] + " filename [playlist name]" sys.exit() file = params[1] if len(params) == 3: plname = params[2] else: plname = N...
[ "42325807+dockerizeme@users.noreply.github.com" ]
42325807+dockerizeme@users.noreply.github.com
9712d805806c5ebc08e5a784664f19fa245f635e
0bc0db1edc610c9f08261c777d06cb1be4b7a524
/lgp/pythonSpider/ch6_baseSpider/SpiderMan.py
27fa7cea73087d54c1dc84ca5aae57aee0591090
[]
no_license
danpianji/python3.7
9bc7f9a765ec76d7d4c5fb413dcdada4f9e8f510
f66bc7139f9441583b1043d3da11597987e3fbc0
refs/heads/master
2020-12-28T14:49:41.410708
2019-05-19T10:13:32
2019-05-19T10:13:32
null
0
0
null
null
null
null
UTF-8
Python
false
false
1,029
py
# -*- coding: UTF-8 -*- import DataOutput import UrlManager import HtmlDownloader import HtmlParser class SpiderMan: def __init__(self): self.manager=UrlManager.UrlManager() self.downloader=HtmlDownloader.HtmlDownloader() self.parser=HtmlParser.HtmlParser() self.output=DataOutput.D...
[ "liguangpei1@163.com" ]
liguangpei1@163.com
b477b6935dc4429c088f96e141aecd0facda38c5
ffd14a5749fae8dbf6f284bf54d026fb9f3a79dd
/leetcode/problem407/problem407.py
4f2cf2355186fac460a5149068b2c11555ddbf38
[]
no_license
speciallan/algorithm
2dc307b4bcc4ac0adda97a24059346028f71f412
306927b65320af9f3177d28a6367ea65ea9044d5
refs/heads/master
2020-04-15T21:55:39.874010
2019-07-22T14:05:38
2019-07-22T14:05:38
165,052,274
1
0
null
null
null
null
UTF-8
Python
false
false
1,232
py
def spe(*vars): for var in vars: print(var) exit() class Solution: def trapRainWater(self, heightMap): """ :type heightMap: List[List[int]] :rtype: int """ h, w = len(heightMap), len(heightMap[0]) i, j = 1, 1 while 1 <= i and i <= h-2: ...
[ "350394776@qq.com" ]
350394776@qq.com
55be60bcef1440bdbe2a556d4d6040d48a722fc2
9124e66c8ec04e61537473437a92b53daa32ce20
/linares/app7.py
96108d4cda6858d3f7e424b32b73af8cc2e1953d
[]
no_license
erick1984linares/t10_linares_rojas
28618baccb3472fb8d48b34f5d1107b702c399d0
ba9462b3b881dbd3665907a7a33c4c7d80aa4251
refs/heads/master
2020-12-04T06:38:06.929626
2020-01-10T11:52:29
2020-01-10T11:52:29
231,661,040
0
0
null
null
null
null
UTF-8
Python
false
false
808
py
import libreria def agregartrabajo(): trabajo=libreria.pedir_trabajo("ingrese trabajo:") sueldo=libreria.pedir_numero("ingrese sueldo :", 1500, 4000) contenido=trabajo + "-" + str(sueldo) + "\n" libreria.guardar_datos("info.txt", contenido, "a") print("Datos guardados") def verDatos(): datos ...
[ "ylinares@unprg.edu.pe" ]
ylinares@unprg.edu.pe
c46b00db0d82519840cf3e18ea0069b174f42ca1
78f3fe4a148c86ce9b80411a3433a49ccfdc02dd
/2017/01/climate-anomaly-20170118/graphic_config.py
239d3e7a57c82ad7aae3803427073bcdc9ec9e73
[]
no_license
nprapps/graphics-archive
54cfc4d4d670aca4d71839d70f23a8bf645c692f
fe92cd061730496cb95c9df8fa624505c3b291f8
refs/heads/master
2023-03-04T11:35:36.413216
2023-02-26T23:26:48
2023-02-26T23:26:48
22,472,848
16
7
null
null
null
null
UTF-8
Python
false
false
305
py
#!/usr/bin/env python import base_filters COPY_GOOGLE_DOC_KEY = '1Cnn0p5LpuF8chCzjUOVQcIO5NBvBpIoLLeDpbBMLP6M' USE_ASSETS = False # Use these variables to override the default cache timeouts for this graphic # DEFAULT_MAX_AGE = 20 # ASSETS_MAX_AGE = 300 JINJA_FILTER_FUNCTIONS = base_filters.FILTERS
[ "ahurt@npr.org" ]
ahurt@npr.org
02fd6948ff472f910b32eda2c39cf98b58009ff4
8323f95ad0083bfe6da57b777a1af078a454bb04
/ssm/version.py
45b058b3d7179dad6109b590f93ac78881bb9e4d
[ "BSD-3-Clause" ]
permissive
sflis/SSM-analysis
600c867b68845850e7af54d02dc4dd344b9f1427
317db8b296fd189832b9344b0429ea6016e35999
refs/heads/master
2020-04-19T10:19:28.810811
2020-01-23T15:41:36
2020-01-23T15:41:36
168,136,746
0
1
BSD-3-Clause
2019-09-27T09:00:48
2019-01-29T10:33:01
Python
UTF-8
Python
false
false
5,922
py
""" Get version identification from git. The update_release_version() function writes the current version to the VERSION file. This function should be called before packaging a release version. Use the get_version() function to get the version string, including the latest commit, from git. If git is not available t...
[ "samuel.d.flis@gmail.com" ]
samuel.d.flis@gmail.com
ee8830814c25c7b4ace1b95ca6d4dcb8eb422d37
43e303f0a00f7854b9405bb2a2a9ecbad18ae0fa
/venv/lib/python3.7/site-packages/py2app/recipes/sip.py
0ab3cb8cbfafc9cbed42e2d549ba3adca0b3d981
[ "MIT" ]
permissive
ykhade/Advent_Of_Code_2019
f64005c6e8872c17468f00eac2b247b6fa77c7f5
375ab43104712c5e1c782e5ea5f04073b5f8916c
refs/heads/master
2023-02-26T03:43:47.668384
2022-06-21T03:31:22
2022-06-21T03:31:22
224,943,590
1
1
MIT
2023-02-08T00:45:15
2019-11-30T01:27:48
Python
UTF-8
Python
false
false
4,408
py
""" Py2app support for project using sip, which basicly means PyQt and wrappers for other Qt-based libraries. This will include all C modules that might be used when you import a package using sip because we have no way to fine-tune this. The problem with SIP is that all inter-module depedencies (for example from PyQ...
[ "ykhade@nevada.unr.edu" ]
ykhade@nevada.unr.edu
09691989e4f1280519fda2aeb11c1288c5554678
4d89652acca24e0bc653e0b4cb5846ceb5b568e4
/google-cloud-sdk/lib/surface/labelmanager/keys/create.py
84f9e6cb8034b58c702180d29b613d537fa4faec
[ "LicenseRef-scancode-unknown-license-reference", "Apache-2.0" ]
permissive
ibssasimon/LyricLingo
410fcec94d2bd3ea75c975c55713f5b8fb913229
0dfc951b270912470b36ce0083afd9d4fe41b10a
refs/heads/master
2021-06-25T10:00:18.215900
2020-01-09T00:35:46
2020-01-09T00:35:46
222,135,399
2
1
null
2021-04-30T20:54:14
2019-11-16T17:32:19
Python
UTF-8
Python
false
false
2,418
py
# -*- coding: utf-8 -*- # # Copyright 2019 Google LLC. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless requir...
[ "ibssasimon@gmail.com" ]
ibssasimon@gmail.com
fd6cdee2e8db28bf843350dbc736a90cb32aec8b
74698be74d244ebbabcb0b3cf17ebed26adfa37c
/official/vision/beta/tasks/semantic_segmentation.py
55d3900245809bad71e8a06126ee2937ff52809b
[ "Apache-2.0" ]
permissive
lfads/models
aa75616fee2476641aa98ca1cbdce7e5d27a9aff
fd700f0cb2e104544c445d9fbf3991d8388ff18a
refs/heads/master
2021-01-25T13:50:55.423010
2021-01-05T18:27:01
2021-01-05T18:27:01
123,619,512
16
9
Apache-2.0
2021-01-05T18:27:02
2018-03-02T19:07:50
Python
UTF-8
Python
false
false
9,364
py
# Lint as: python3 # Copyright 2020 The TensorFlow Authors. 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 ...
[ "gardener@tensorflow.org" ]
gardener@tensorflow.org
3bcd9aaedf53c7af0773cdd3d311d0726810e8d5
238e46a903cf7fac4f83fa8681094bf3c417d22d
/VTK/vtk_7.1.1_x64_Release/lib/python2.7/site-packages/twisted/runner/topfiles/setup.py
a518a5d15ca8bcb5df74efde6fc8793442fb2a1f
[ "LicenseRef-scancode-unknown-license-reference", "MIT", "BSD-3-Clause" ]
permissive
baojunli/FastCAE
da1277f90e584084d461590a3699b941d8c4030b
a3f99f6402da564df87fcef30674ce5f44379962
refs/heads/master
2023-02-25T20:25:31.815729
2021-02-01T03:17:33
2021-02-01T03:17:33
268,390,180
1
0
BSD-3-Clause
2020-06-01T00:39:31
2020-06-01T00:39:31
null
UTF-8
Python
false
false
1,327
py
# Copyright (c) Twisted Matrix Laboratories. # See LICENSE for details. try: from twisted.python.dist import setup, ConditionalExtension as Extension except ImportError: raise SystemExit("twisted.python.dist module not found. Make sure you " "have installed the Twisted core package...
[ "l”ibaojunqd@foxmail.com“" ]
l”ibaojunqd@foxmail.com“
4cecb71e22c01f0e61c998a992a6d5fcbfbc0541
eed7b5aa4861086d34e539e7bbfeff4286506692
/src/Game/Results/game_results.py
5ff645ba5e36aadc25cb7288b60a7dc942190796
[]
no_license
dfwarden/DeckBuilding
0be2ccb68fc9a69c8eaa1d8acedeaa7cebef1a31
0b5a7573a3cf33430fe61e4ff8a8a7a0ae20b258
refs/heads/master
2021-01-18T09:52:51.880892
2015-02-03T03:21:17
2015-02-03T03:21:17
null
0
0
null
null
null
null
UTF-8
Python
false
false
617
py
class GameResults: """ Represents the results for a game """ def __init__(self, players, game, defaultResultsClass): """ Initialize the Game Results with the results for each player """ self.playerToResultClass = {player:defaultResultsClass for player in players} self.game =...
[ "cloew123@gmail.com" ]
cloew123@gmail.com
461d99183fb1f0ac514de76d2367582ad8224ac6
d2332b8695d27cba4062af1f292067fcb1114e9d
/manage.py
2766ce668123df33323d0c120768f36d18387568
[]
no_license
srksuman/Comment-system-in-Django
611c7986b3bb3cfd0f744fcfab6876b230184dd4
ede8a75d309160a08f26e8bcd0068300cc5d417e
refs/heads/master
2023-06-29T03:01:45.288770
2021-08-07T15:13:31
2021-08-07T15:13:31
393,669,407
13
0
null
null
null
null
UTF-8
Python
false
false
660
py
#!/usr/bin/env python """Django's command-line utility for administrative tasks.""" import os import sys def main(): """Run administrative tasks.""" os.environ.setdefault('DJANGO_SETTINGS_MODULE', 'post.settings') try: from django.core.management import execute_from_command_line except ImportE...
[ "sumanrajkhanal@gmail.com" ]
sumanrajkhanal@gmail.com
8919747792cd04daf9b547144dc5d7dc485fc54d
44064ed79f173ddca96174913910c1610992b7cb
/Second_Processing_app/temboo/Library/Facebook/Actions/Video/WantsToWatch/ReadWantsToWatch.py
13506f3389f7e11ebe6dd0d0b9c0afde812792c2
[]
no_license
dattasaurabh82/Final_thesis
440fb5e29ebc28dd64fe59ecd87f01494ed6d4e5
8edaea62f5987db026adfffb6b52b59b119f6375
refs/heads/master
2021-01-20T22:25:48.999100
2014-10-14T18:58:00
2014-10-14T18:58:00
null
0
0
null
null
null
null
UTF-8
Python
false
false
4,656
py
# -*- coding: utf-8 -*- ############################################################################### # # ReadWantsToWatch # Retrieves one or more video wants_to_watch actions. # # Python version 2.6 # ############################################################################### from temboo.core.choreography impo...
[ "dattasaurabh82@gmail.com" ]
dattasaurabh82@gmail.com
8ff9c5273da808a4fbe65a14c5947b860c7a317b
6d8a7664b25fbe9c24ca972d310c5934d0d991e8
/FUNÇÃO Largua X Altura = Area.py
787def50df0dea807f540501b89e09db16fbadb4
[]
no_license
LeoGraciano/python
c6d24f438c3735fd97d1e71ea7bfd53d16fc2205
bf447bb42a5fab399a8cae5a5d2f5785f9ed0ebf
refs/heads/master
2022-12-22T11:48:11.757387
2020-09-29T03:24:11
2020-09-29T03:24:11
287,509,893
0
0
null
null
null
null
UTF-8
Python
false
false
236
py
def area(A, B): p = A*B print(f"A área de um terreno de {A}x{B} é de {p}m².") print(f"{'CONTROLE DE TERRENO':^5}") print("-"*30) a = eval(input(" Qual Altura (m): ")) l = eval(input(" Qual Largura (m): ")) area(a, l)
[ "leonardof.graciano@gmail.com" ]
leonardof.graciano@gmail.com
ddf498c24b175949c03e84b4d71872d9fec3d4b6
caa72788fdae6b05c5ce4c132b45fc00d55bb607
/47Tkinter/选择框/5-CheckButton实现选择.py
a71d9f0175c111c1a8aef35537f25a8e81fa7e71
[]
no_license
DamonZCR/PythonStu
dcc2ba49195f5859fd63227fe0f8f78b36ed46df
88fec97e3bccff47ba1c5f521f53a69af6ca2b2d
refs/heads/master
2023-07-05T06:29:53.300920
2021-08-13T12:22:30
2021-08-13T12:22:30
302,256,563
1
0
null
null
null
null
UTF-8
Python
false
false
174
py
from tkinter import * root = Tk() v = IntVar() c = Checkbutton(root, text='测试选中', variable=v) c.pack() l = Label(root, textvariable=v) l.pack(anchor='se') mainloop()
[ "137593938@qq.com" ]
137593938@qq.com
e1aa900a4966a021ea32f0c408e6224675a37033
b3c4edfb5c526768fbe4b46b9ea9805d084c7735
/PyQt561、62、63、64/Ui__mainUI.py
4033ff2f85bf19035d4b6df2ef6590d7964c3b73
[]
no_license
mach8686devops/pyqt5-demo
c7ed79310372c38e232c94694670f7b9b33ed7f8
44072d6ffc8919715bc2da3cf35c6ce88b2e7208
refs/heads/main
2023-04-16T16:50:32.962316
2021-04-29T17:06:47
2021-04-29T17:06:47
362,890,284
0
0
null
null
null
null
UTF-8
Python
false
false
12,457
py
# -*- coding: utf-8 -*- # Form implementation generated from reading ui file 'F:\PyQt5\source_code_for_pyqt5_tutorials\PyQt561\_mainUI.ui' # # Created by: PyQt5 UI code generator 5.11.2 # # WARNING! All changes made in this file will be lost! from PyQt5 import QtCore, QtGui, QtWidgets class Ui_MainWindow(o...
[ "zhangjohn202@gmail.com" ]
zhangjohn202@gmail.com
2fa98fcda422f0478d9bb5fd56f27aca56ee3d68
d8734b5bb65e43dfd5c9af80ffbed7d87803517d
/HW_1/test_main_unittest.py
324b73eaff5bc17d302ea17823b16db0ccee910f
[]
no_license
DariaMikhailovna/technosphere
f012b59c20cd9455e874b09c0debbe4c1ccf3608
f755edee26a3c86b5325a0f90e544a04d138c6ab
refs/heads/main
2023-04-16T03:41:19.958214
2021-05-04T13:29:12
2021-05-04T13:29:12
348,362,972
0
0
null
null
null
null
UTF-8
Python
false
false
4,274
py
import unittest from HW_1.main import Board class BoardTestCase(unittest.TestCase): def setUp(self): board = Board() board.grid = [['0', '0', '0'], ['0', '0', '0'], ['0', '0', '0']] self.full_board = board self.empty_board = Board() ...
[ "0610-1994@mail.ru" ]
0610-1994@mail.ru
ff2abfac46a5644809736691859dae9baa1bc63d
7a97d08146dad2120f8364e392c36d20c2487853
/python/k.py
c93422045eec60fc31fcb60d9c8e3a1c9bb69676
[]
no_license
livelikeabel/abel-algorithm
80adee03d45c6143b613fab0c9aa432084e07c62
8582e633aa316abb43fe070610f65d1a06dc07a9
refs/heads/master
2021-01-01T00:50:35.925100
2020-04-28T05:01:47
2020-04-28T05:01:47
239,104,846
1
0
null
null
null
null
UTF-8
Python
false
false
219
py
import sys sys.stdin = open("input.txt", "rt") n, k = map(int, input().split()) cnt = 0 for i in range(1, n + 1): if n % i == 0: cnt += 1 if cnt == k: print(i) break else: print(-1)
[ "esung1129@gmail.com" ]
esung1129@gmail.com
f0639033a33226b06bdee86293166e7906a87b4d
362224f8a23387e8b369b02a6ff8690c200a2bce
/django/django_extra/formFun/formApp/views.py
8094c9700194019cb9af4780cdab17cc2734dc1b
[]
no_license
Helenyixuanwang/python_stack
ac94c7c532655bf47592a8453738daac10f220ad
97fbc77e3971b5df1fe3e79652b294facf8d6cee
refs/heads/main
2023-06-11T02:17:27.277551
2021-06-21T17:01:09
2021-06-21T17:01:09
364,336,066
0
0
null
null
null
null
UTF-8
Python
false
false
535
py
from django.shortcuts import redirect, render from .forms import * from django.contrib.auth.forms import AuthenticationForm # Create your views here. def index(request): # myForm=RegisterForm() # context={ # "myform":myForm # } login_form = AuthenticationForm() context={'myform':login_form...
[ "wangyixuan@msn.com" ]
wangyixuan@msn.com
13ab09f1b696555138f142ef55a217ed3ef643a3
3cd4e2aae2a3ee3f9002fea903a6695f9fd5d373
/bigml/api_handlers/pcahandler.py
2166746021326663e5ebe0e0dc57d391a17c0012
[ "Apache-2.0", "LicenseRef-scancode-public-domain" ]
permissive
jaykamau7/python
1c2daf7222f12909563005701b02308b8b80c732
faf718173e4a108ae8d500e82a6b4197fabbecb4
refs/heads/master
2023-02-28T13:29:59.759663
2021-02-07T14:10:20
2021-02-07T14:10:20
null
0
0
null
null
null
null
UTF-8
Python
false
false
3,702
py
# -*- coding: utf-8 -*- # # Copyright 2018-2020 BigML # # 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 ...
[ "merce@bigml.com" ]
merce@bigml.com
4522ee6c5e468713cd2a8f56df01b575f0b21404
277f976227c7590f6de5e7991d8fbed23b6646fe
/euler/cleaned_solutions/p56.py
a55092ed385e8799552c3231d7e3455d59a91071
[]
no_license
domspad/euler
ca19aae72165eb4d08104ef7a2757115cfdb9a18
a4901403e442b376c2edd987a1571ab962dadab2
refs/heads/master
2021-01-17T14:04:39.198658
2016-07-25T23:40:10
2016-07-25T23:40:10
54,561,463
0
0
null
null
null
null
UTF-8
Python
false
false
240
py
# 2 mins # In [7]: time %run p56.py # 972 # CPU times: user 662 ms, sys: 12 ms, total: 674 ms # Wall time: 674 ms def digit_sum(n): return sum(int(d) for d in str(n)) print max(digit_sum(a**b) for a in xrange(100) for b in xrange(100))
[ "domspad@umich.edu" ]
domspad@umich.edu
69919a3651703f97d5f3cf9c1b16bf6160fd8d00
e9538b7ad6d0ce0ccfbb8e10c458f9e0b73926f6
/tests/unit/modules/network/fortimanager/test_fmgr_device_config.py
e0be3934096ea08f7a097be0ccf7fa36a1d9310f
[]
no_license
ansible-collection-migration/misc.not_a_real_collection
b3ef8090c59de9ac30aca083c746ec3595d7f5f5
7ab1af924a3db4ada2f714b09bb392614344cb1e
refs/heads/master
2020-12-18T13:48:51.849567
2020-01-22T17:39:18
2020-01-22T17:39:18
235,400,821
0
0
null
null
null
null
UTF-8
Python
false
false
7,313
py
# Copyright 2018 Fortinet, Inc. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # This program is distributed in the...
[ "ansible_migration@example.com" ]
ansible_migration@example.com
52c627ca53565f30d86878726ff73d5d52a24d28
1fe8d4133981e53e88abf633046060b56fae883e
/venv/lib/python3.8/site-packages/tensorflow/python/autograph/converters/call_trees 2.py
0563589169aa076e608dbb30c6236cc9a05e18da
[]
no_license
Akira331/flask-cifar10
6c49db8485038731ce67d23f0972b9574746c7a7
283e7a2867c77d4b6aba7aea9013bf241d35d76c
refs/heads/master
2023-06-14T16:35:06.384755
2021-07-05T14:09:15
2021-07-05T14:09:15
382,864,970
0
0
null
null
null
null
UTF-8
Python
false
false
129
py
version https://git-lfs.github.com/spec/v1 oid sha256:9da573568f59bd33ef92c84d65c3c4bddedbcee5e4f54d70a2fc920ccd9bffeb size 7435
[ "business030301@gmail.com" ]
business030301@gmail.com
b85f62bda9d07d71763ee046dd7411731a9ea547
fd86752c58059da70f9ea56233a02d9b5bdae445
/src/tests/test_checks.py
705469a29f80b71d647b73bdba8dbcd4be95085a
[]
no_license
SUNET/scriptherder
4eab03f77df152148ccd565fb333145f85bebe73
ccb788212cf3471f1d38af316a1e6af6f7c41846
refs/heads/master
2023-06-16T00:08:12.984584
2023-03-01T10:12:57
2023-03-01T10:12:57
19,273,787
1
1
null
2015-09-30T11:16:07
2014-04-29T11:16:25
Python
UTF-8
Python
false
false
6,344
py
import sys import logging import unittest from scriptherder import Job, Check logging.basicConfig(level = logging.DEBUG, stream = sys.stderr, format = '%(asctime)s: %(threadName)s %(levelname)s %(message)s') logger = logging.getLogger('unittest') class TestChecks(unittest.TestCase): def _ru...
[ "fredrik@thulin.net" ]
fredrik@thulin.net
123745a51a4487931e5561380391b6c3319da0f7
00c6ded41b84008489a126a36657a8dc773626a5
/.history/Sizing_Method/ConstrainsAnalysis/ConstrainsAnlysisPDP1P2_20210712110121.PY
77e48836eda05077e0c57d444cd96df38cf8a9d6
[]
no_license
12libao/DEA
85f5f4274edf72c7f030a356bae9c499e3afc2ed
1c6f8109bbc18c4451a50eacad9b4dedd29682bd
refs/heads/master
2023-06-17T02:10:40.184423
2021-07-16T19:05:18
2021-07-16T19:05:18
346,111,158
0
0
null
null
null
null
UTF-8
Python
false
false
21,441
py
# author: Bao Li # # Georgia Institute of Technology # import Sizing_Method.ConstrainsAnalysis.ConstrainsAnalysis as ca import Sizing_Method.ConstrainsAnalysis.ConstrainsAnalysisPD as ca_pd import Sizing_Method.Aerodynamics.Aerodynamics as ad import Sizing_Method.Aerodynamics.ThrustLapse as thrust_lapse import Sizing_...
[ "libao@gatech.edu" ]
libao@gatech.edu
1c402ab7373067bbc21a099324a4a52e008eaf33
e2f68f7f2b96af92d0d56ef9aa3119e7909cd992
/dataplicity/app.py
4324d9a7ad59def5aae43dca0bbb127b31f85691
[ "BSD-3-Clause", "BSD-2-Clause" ]
permissive
anuradhawick/dataplicity-agent
c89edd563103aa251f858d38aeba8ed6c605481c
9d4c234f0d7b24aa144a079f54883d38eb8b9f40
refs/heads/master
2022-04-09T18:16:18.590182
2020-03-26T12:10:44
2020-03-26T12:10:44
null
0
0
null
null
null
null
UTF-8
Python
false
false
5,933
py
from __future__ import unicode_literals from __future__ import print_function import argparse import logging import logging.config import sys from . import __version__ from . import subcommand from .client import Client from .subcommands import run, version log = logging.getLogger("app") # Map log levels on to inte...
[ "willmcgugan@gmail.com" ]
willmcgugan@gmail.com
5ac7b412818bafed0c9a0fdd1e88eb758822a248
1089437ea52a24ef7e64c22ef4f9887884ddd3fa
/Cursos/Desenvolvimento de Games 2D/Games/Scrolling Platformer/07_Collectible Items/main.py
5117466781411a5766798ce736b786dd71c30126
[]
no_license
Rafael-doctom/CC33Z
326b3d2aae7b1c903ab57753cbe5493d183159b3
df25c2a3d30a79efe0e5d5958ec3a79d6fe5f42f
refs/heads/master
2023-08-01T02:42:18.945223
2021-09-18T18:05:59
2021-09-18T18:05:59
null
0
0
null
null
null
null
UTF-8
Python
false
false
14,570
py
import pygame import os pygame.init() # Definições da tela WIDTH = 800 HEIGHT = int(WIDTH * 0.8) screen = pygame.display.set_mode((WIDTH, HEIGHT)) pygame.display.set_caption('Scrolling Platformer') # Definir frame rate clock = pygame.time.Clock() FPS = 60 # Definir váriaveis do game GRAVITY = 0.75 TILE_SIZE = 40 #...
[ "gabrielfelippe90@gmail.com" ]
gabrielfelippe90@gmail.com
ceaaef67a466aa7984b5aeb9fc34214bdf9d406f
75f6bbcdf10dec884202b3136feb0317842df55f
/apps/task/migrations/0004_taskhistory_run_time.py
d4d47070a627c7c134373d9e2215331eb3433b6a
[]
no_license
qt-pay/python-devops
bafa305fbcd7bef4498857ab75be7447bc1e0a42
60e9481ab84628cf817fde1c52f4a15d5085e503
refs/heads/main
2023-03-15T12:39:45.813287
2021-01-24T18:40:38
2021-01-24T18:40:38
null
0
0
null
null
null
null
UTF-8
Python
false
false
446
py
# Generated by Django 2.2.2 on 2021-01-06 14:23 from django.db import migrations, models class Migration(migrations.Migration): dependencies = [ ('task', '0003_auto_20210105_1927'), ] operations = [ migrations.AddField( model_name='taskhistory', name='run_time', ...
[ "yans121@sina.com" ]
yans121@sina.com
7004ab283426443a3f4451a5ffc528d9736cf14c
31317fee8b739559ca90a5cee532bc71a1e7196d
/sbds/storages/db/utils.py
f92a19a4b35dfffa6ddb76bcaed0b3ee1d4610ab
[ "LicenseRef-scancode-warranty-disclaimer", "BSD-2-Clause" ]
permissive
arpwv/sbds
402a966826f1ca4d88816b65ff7dfb19555c103c
a065599365c7b86349dc1223ca1013b3985f56e3
refs/heads/master
2021-01-24T03:43:53.102829
2018-02-16T02:35:29
2018-02-16T02:35:29
null
0
0
null
null
null
null
UTF-8
Python
false
false
9,633
py
# -*- coding: utf-8 -*- from contextlib import contextmanager from collections import namedtuple import sqlalchemy.orm.exc import sqlalchemy.exc from sqlalchemy import create_engine from sqlalchemy.engine.url import make_url from sqlalchemy.pool import NullPool from sbds.sbds_logging import getLogger import sbds.sbds...
[ "john.gerlock@gmail.com" ]
john.gerlock@gmail.com
afe99c5dbd056a118f4b8016b5e82309d514bfcb
cec68acfc0187b7d92fb7d6e5107058e3f8269ea
/Degiskenler/sozluk.py
d095580f7fa0dd6618f37d68ac9c10ee1cf7d9b9
[]
no_license
vektorelpython/Python8
441575224100a687467c4934f7c741aa0c4bd087
d135fbf1444d56a0da38c42fd2e8feda48646f49
refs/heads/master
2022-01-18T12:17:40.387422
2019-09-07T13:47:55
2019-09-07T13:47:55
205,534,765
1
0
null
null
null
null
UTF-8
Python
false
false
206
py
sozluk = {"elma":"apple","portakal":"orange","kitap":"book"} print(sozluk) print(sozluk["elma"]) sozluk["elma"] = "alma" print(sozluk) sozluk.update({"kalem":"pencil"}) print(sozluk) print(sozluk.values())
[ "Kurs" ]
Kurs
a1c0ae12360d7f426f7df523dba5d075c446021e
11ca0c393c854fa7212e783a34269f9dae84e8c7
/Python/381. O(1) 时间插入、删除和获取随机元素 - 允许重复.py
9b0953c2ceda3750878644fdc4c09fbf6a49a38e
[]
no_license
VictoriqueCQ/LeetCode
dc84d81163eed26fa9dbc2114bba0b5c2ea881f4
a77b3ead157f97f5d9599badb4d4c5da69de44ba
refs/heads/master
2021-06-05T06:40:24.659909
2021-03-31T08:31:51
2021-03-31T08:31:51
97,978,957
0
0
null
null
null
null
UTF-8
Python
false
false
828
py
import random class RandomizedCollection: def __init__(self): """ Initialize your data structure here. """ self.v = [] def insert(self, val: int) -> bool: """ Inserts a value to the collection. Returns true if the collection did not already contain the specified ...
[ "1997Victorique0317" ]
1997Victorique0317
d1f9477dfbe06bd03429351846beab4de65d55b0
b5cc6d7b5f7ccea36fce4eab961979404414f8b0
/fem/fenics_solvers.py
f3d97983089a684391179e43738572f19b731b8b
[]
no_license
MiroK/cutFEM-beam
adf0c925dbe64b370dab48e82335617450675f5d
2fb3686804e836d4031fbf231a36a0f9ac8a3012
refs/heads/master
2021-01-21T23:54:32.868307
2015-02-14T13:14:59
2015-02-14T13:14:59
25,625,143
0
0
null
null
null
null
UTF-8
Python
false
false
6,241
py
from dolfin import * # Optimization options for the form compiler parameters["form_compiler"]["cpp_optimize"] = True parameters["form_compiler"]["optimize"] = True # Make mesh ghosted for evaluation of DG terms parameters["ghost_mode"] = "shared_facet" def cg_solver(mesh, problem, p=2, verbose=False): ''' S...
[ "miroslav.kuchta@gmail.com" ]
miroslav.kuchta@gmail.com
677089b7b1256a45b93d36d61e4e372fe35bacc7
f0fd2b4f56b1753e47139a3557a1625abcfead9e
/django/full_stack/dojo_reads/dojo_reads/settings.py
0b4358dfd60ebfcbe0fa20911d6c4c865e8f3ac9
[]
no_license
nlee1229/Python-Stack
16dd6078be98392d8a21a93965beb7d39ba4157e
1aba5cf17f1f6c50d8fd50de031fcd6ec2bdda21
refs/heads/master
2023-03-26T05:12:14.264780
2021-03-22T01:56:22
2021-03-22T01:56:22
328,876,685
0
0
null
null
null
null
UTF-8
Python
false
false
3,137
py
""" Django settings for dojo_reads project. Generated by 'django-admin startproject' using Django 2.2.4. For more information on this file, see https://docs.djangoproject.com/en/2.2/topics/settings/ For the full list of settings and their values, see https://docs.djangoproject.com/en/2.2/ref/settings/ """ import os...
[ "72540269+nlee1229@users.noreply.github.com" ]
72540269+nlee1229@users.noreply.github.com
1384c1ff2612ff5f0f8be90dfae43879dd290276
af4479ae394a5c9d3bc8abe2bf24919f74abe1f8
/stopwatch_gui_withmenu.py
f242feb020c34dd050086c2f80ef539a81850153
[]
no_license
icyflame/stopwatch2
4795f57d34fbc6d3090d391db344049f617c6506
b090c98b449e3013296e1884cbfb00851187ec31
refs/heads/master
2021-01-20T06:17:28.537807
2013-05-31T07:49:40
2013-05-31T07:49:40
null
0
0
null
null
null
null
UTF-8
Python
false
false
10,182
py
##STOPWATCH 2.0 ## ##CREATED BY SIDDHARTH KANNAN ## ##WRITTEN ON PYTHON 2.7 AND TKINTER 8.5 ## ##OS: WINDOWS XP SP 3 ## This program is free software. It comes without any warranty, to ## the extent permitted by applicable law. You can redistribute it ## and/or modify it under the terms of the ...
[ "kannan.siddharth12@gmail.com" ]
kannan.siddharth12@gmail.com
e82af246a4fabbf3a2ba385c7b0c50fb773c3ad8
628ec414b7807fc50de67345361e41cc68ba3720
/mayan/apps/ocr/apps.py
e1d21110b14b38c12ebf713b08bd02902cf0438c
[ "Apache-2.0" ]
permissive
TestingCodeReview/Mayan-EDMS
aafe144424ffa8128a4ff7cee24d91bf1e1f2750
d493ec34b2f93244e32e1a2a4e6cda4501d3cf4e
refs/heads/master
2020-05-27T23:34:44.118503
2019-04-05T02:04:18
2019-04-05T02:04:18
null
0
0
null
null
null
null
UTF-8
Python
false
false
6,645
py
from __future__ import unicode_literals from datetime import timedelta import logging from kombu import Exchange, Queue from django.apps import apps from django.db.models.signals import post_save from django.utils.timezone import now from django.utils.translation import ugettext_lazy as _ from acls import ModelPerm...
[ "roberto.rosario.gonzalez@gmail.com" ]
roberto.rosario.gonzalez@gmail.com
e74d834f30df938cbf83fabfa08b56e39b2ee9ff
268568ff2d483f39de78a5b29d941ce499cace33
/spyder/plugins/editor/utils/editor.py
234ab01fc1548bf301f06c4a28ef0661786b8b54
[ "MIT" ]
permissive
MarkMoretto/spyder-master
61e7f8007144562978da9c6adecaa3022758c56f
5f8c64edc0bbd203a97607950b53a9fcec9d2f0b
refs/heads/master
2023-01-10T16:34:37.825886
2020-08-07T19:07:56
2020-08-07T19:07:56
285,901,914
2
1
MIT
2022-12-20T13:46:41
2020-08-07T19:03:37
Python
UTF-8
Python
false
false
41,275
py
# -*- coding: utf-8 -*- # ----------------------------------------------------------------------------- # Copyright (c) 2013-2016 Colin Duquesnoy and others (see pyqode/AUTHORS.rst) # Copyright (c) 2016- Spyder Project Contributors (see AUTHORS.txt) # # Distributed under the terms of the MIT License # (see NOTICE.txt i...
[ "mark.moretto@forcepoint.com" ]
mark.moretto@forcepoint.com
152ffb10dc25b1ca59f9931e30c3976970cc1f2a
e754658e64e2bf6361fb01dcdf52d3f7364c2dae
/geemap/__init__.py
dbd53ffe9b416156f0132ee9ae815c0684ad3764
[ "MIT" ]
permissive
wha7/geemap
ad4f00163d8a13aac583b32e74916ac5011877cf
57f1cb182ac51e9560976ac1452b28beee6d5312
refs/heads/master
2023-01-08T08:45:24.860924
2020-11-06T04:03:28
2020-11-06T04:03:28
null
0
0
null
null
null
null
UTF-8
Python
false
false
220
py
"""Top-level package for geemap.""" __author__ = """Qiusheng Wu""" __email__ = "giswqs@gmail.com" __version__ = "0.8.1" from .geemap import * # from .basemaps import ee_basemaps # from .legends import builtin_legends
[ "giswqs@gmail.com" ]
giswqs@gmail.com
4595a184419af2980cd94de30541698d57fcb270
97fbcd3e36f8a4fbe02c03f3433107be597cd5db
/anvil/type_utils.py
84f09746a037b710fd1b3ff63588ed9c69dbfca8
[ "Apache-2.0", "LicenseRef-scancode-unknown-license-reference" ]
permissive
jzako/anvil
049f04eb49d13ea12bb9d65cc2f0650cef575490
1bbe7a5059fcaba5f6f8c84b01dbf44fcccf9d8a
refs/heads/master
2021-01-22T14:20:27.198719
2015-10-20T20:24:37
2015-10-20T20:24:37
null
0
0
null
null
null
null
UTF-8
Python
false
false
1,332
py
# vim: tabstop=4 shiftwidth=4 softtabstop=4 # Copyright (C) 2012 Yahoo! Inc. 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.or...
[ "harlowja@yahoo-inc.com" ]
harlowja@yahoo-inc.com
923de07c828013eb85346a55e30a0a84ed441652
d99e5b65624f115db6982dd88af9390e8d766042
/tensorflow/contrib/solvers/python/ops/lanczos.py
e2eba0d999f3458f68d3d068b11cef2a0e0202fe
[ "Apache-2.0" ]
permissive
golbin/tensorflow
03dbecb6f093f5628c072086c780659bcc14dba8
8a58a304bdcf909f8b55ec49e9280fc3af01c7d3
refs/heads/master
2021-01-12T07:05:41.360503
2016-12-20T00:15:41
2016-12-20T00:15:41
76,907,006
2
0
null
2016-12-19T23:58:44
2016-12-19T23:58:43
null
UTF-8
Python
false
false
9,296
py
# Copyright 2016 The TensorFlow Authors. 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 applica...
[ "gardener@tensorflow.org" ]
gardener@tensorflow.org
8cac4526b7a7108207dd13871b04a87c0ec849b3
22be44dce81f6c0ac9f891e1661118299e4feaf1
/labs/src/A.0.HelloPython/startingpoint/main.py
807eef2c1b435052d484207f144f158a3277586d
[]
no_license
KathiW/python_foundations
18a1b24a140e8f3e482a1581986c9bafd64565ff
02b6d5b2532fb9c71a497ab1fe506a7d70bc13e1
refs/heads/main
2023-02-19T10:47:02.391016
2021-01-20T13:00:51
2021-01-20T13:00:51
null
0
0
null
null
null
null
UTF-8
Python
false
false
182
py
min_possible=1 max_possible=100 print("Think of a whole number between 1 and 100.") print("Then I'll try to guess it.") print("Ready?") print('\n\nTODO:Implement this game\n\n')
[ "you@example.com" ]
you@example.com
40f444b118b051a4a4b714f45b5074514526826d
7bb3b187c9cd2b5f16bd740e920eb875bccd2bbb
/Sqlite.py
6da147a1460fc3f925efe642aa5a17333e588bdd
[]
no_license
yaowenqiang/python-security-demo
c85c3066eb944267e2693f49f3291b1459ea829b
ece715fbb824fa395710fc5e82b8731ce1d370a8
refs/heads/master
2020-05-29T08:47:31.487050
2016-10-05T19:47:30
2016-10-05T19:47:30
70,012,123
0
0
null
null
null
null
UTF-8
Python
false
false
135
py
import sqlite3 conn = sqlite3.connect('dbname.db') cur = conn.cursor() for row in cur.execute('select * from table'): print(row)
[ "yaowenqiang111@163.com" ]
yaowenqiang111@163.com
16b0f445540dde1647ce7b4edbe3557f4e17109d
555b9f764d9bca5232360979460bc35c2f5ad424
/google/ads/google_ads/v1/proto/enums/price_extension_type_pb2.py
d68fc2e76ee0a79c0fb5e4882d13b5b99bbeac9c
[ "Apache-2.0", "LicenseRef-scancode-generic-cla" ]
permissive
juanmacugat/google-ads-python
b50256163782bc0223bcd8b29f789d74f4cfad05
0fc8a7dbf31d9e8e2a4364df93bec5f6b7edd50a
refs/heads/master
2021-02-18T17:00:22.067673
2020-03-05T16:13:57
2020-03-05T16:13:57
245,215,877
1
0
Apache-2.0
2020-03-05T16:39:34
2020-03-05T16:39:33
null
UTF-8
Python
false
true
5,168
py
# -*- coding: utf-8 -*- # Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/ads/googleads_v1/proto/enums/price_extension_type.proto import sys _b=sys.version_info[0]<3 and (lambda x:x) or (lambda x:x.encode('latin1')) from google.protobuf import descriptor as _descriptor from google.protobuf im...
[ "noreply@github.com" ]
juanmacugat.noreply@github.com
07be74c1ce70c9e40a4ac69d3170a13087bb46e4
eff2fe0333955dee20091e5de3ff7beb5c49a447
/django_project/projet1/site_info/infos/forms.py
c75ba26a9bfedd48edc57a46bc0260cc61de834e
[]
no_license
xarala221/python-pour-toure
ec8aad2100f9a157b158fe1727c3b0566f09c2da
27d90bc580acb159182e0914dffd2e037ef6f86b
refs/heads/master
2023-04-27T00:29:55.927458
2019-11-08T00:09:55
2019-11-08T00:09:55
209,387,702
0
0
null
2023-04-21T20:39:02
2019-09-18T19:26:11
Python
UTF-8
Python
false
false
283
py
from django import forms from .models import Article class ArticleForm(forms.ModelForm): titre = forms.CharField(label="Titre", max_length=150) contenu = forms.CharField(widget=forms.Textarea) class Meta: model = Article fields = ('titre', 'contenu',)
[ "xaralaxarala@gmail.com" ]
xaralaxarala@gmail.com
d32f045e7c74e6bb2e63be845ceb6e1fa3fc9139
24d8cf871b092b2d60fc85d5320e1bc761a7cbe2
/eXe/rev2735-2877/left-trunk-2877/nevow/rend.py
96afeed9d470191caa470c225a6500c17feb9fb9
[]
no_license
joliebig/featurehouse_fstmerge_examples
af1b963537839d13e834f829cf51f8ad5e6ffe76
1a99c1788f0eb9f1e5d8c2ced3892d00cd9449ad
refs/heads/master
2016-09-05T10:24:50.974902
2013-03-28T16:28:47
2013-03-28T16:28:47
9,080,611
3
2
null
null
null
null
UTF-8
Python
false
false
22,657
py
"""Page, Fragment and other standard renderers. This module contains classes and function responsible for rendering dynamic content and a few useful mixin classes for inheriting common functionality. Mostly, you'll use the renderers: - B{Page} - Nevow's main resource type for rendering web pages and locating child ...
[ "joliebig@fim.uni-passau.de" ]
joliebig@fim.uni-passau.de
189efb22bc96c8dbf39159cfa00bac64b62041ab
384e179223c646e6390fce9e97242d34842cb192
/tests/minmax.py
b691b3232828b0326e6803175594c6c94da6bd27
[]
no_license
mykespb/edu
3a36fd1981fb696b622e23d878d45a098da819e7
0364b261234a2488c0ad3408ad83406594a5238e
refs/heads/master
2023-08-07T15:37:19.285125
2023-08-06T18:13:28
2023-08-06T18:13:28
20,329,609
0
0
null
null
null
null
UTF-8
Python
false
false
2,589
py
#!/usr/bin/env python3 # программа ищет максимумы и минимумы в списке # (C) М.Колодин, 2021-06-25, 2021-10-06 1.3 # -------------------------------------- подготовка import random rang = range(10) def makerand(size=10, lower=-100, upper=100): """ сделать список из size элементов, минимальное значение lower...
[ "mykespb@gmail.com" ]
mykespb@gmail.com
d95dd338136787acdc0eb23e72b41ad2b218308d
846a7668ac964632bdb6db639ab381be11c13b77
/android/tools/test/connectivity/acts/framework/acts/controllers/native_android_device.py
cbe32373eacb752b1ca8049113a18167327983d1
[]
no_license
BPI-SINOVOIP/BPI-A64-Android8
f2900965e96fd6f2a28ced68af668a858b15ebe1
744c72c133b9bf5d2e9efe0ab33e01e6e51d5743
refs/heads/master
2023-05-21T08:02:23.364495
2020-07-15T11:27:51
2020-07-15T11:27:51
143,945,191
2
0
null
null
null
null
UTF-8
Python
false
false
4,263
py
#!/usr/bin/env python3.4 # # Copyright 2016 - The Android Open Source Project # # 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 # # ...
[ "mingxin.android@gmail.com" ]
mingxin.android@gmail.com
45a4c5a576c3940d7582246e107c9e4cf88223a8
e206cc00299804ce2271eb5d1513620e44ee9a9b
/course1-algorithm-toolbox/assignments/assignment_003_binary_search/binary_search.py
9f88ea80fac72e56ee2a8046d8fed1a86d21c756
[]
no_license
dmitri-mamrukov/coursera-data-structures-and-algorithms
15459cd160f7bbae5464bf53d995bca868a0b415
01dd6f0dadf62a520bcafafddf7bf2b79e8e2603
refs/heads/master
2020-05-24T18:27:00.665642
2019-05-21T20:45:37
2019-05-21T20:45:37
187,410,737
1
0
null
null
null
null
UTF-8
Python
false
false
774
py
#!/usr/bin/python3 import sys def binary_search(data, key): """Finds the index of the key in the array if any. Otherwise, -1 is returned. """ low = 0 high = len(data) - 1 while low <= high: mid = low + (high - low) // 2 if data[mid] == key: return mid elif k...
[ "dmitri.mamrukov@gmail.com" ]
dmitri.mamrukov@gmail.com
256abba517d9e7d62ae15a8a78fa14b8944a73e9
2e43fc58f2a70b38c8f74101d639d1ad6fffb609
/ParadoxTrading/Indicator/General/STD.py
83f4e6feb10387c9f7a07fe2930542fb323df01c
[ "MIT" ]
permissive
ppaanngggg/ParadoxTrading
9cac27dee26a49739dde661c1e03d83bda09df9b
2c4024e60b14bf630fd141ccd4c77f197b7c901a
refs/heads/master
2021-05-11T20:13:14.871616
2018-07-13T05:49:15
2018-07-13T05:49:15
117,434,771
96
26
MIT
2018-03-21T08:47:27
2018-01-14T13:57:16
Python
UTF-8
Python
false
false
946
py
import statistics from collections import deque from ParadoxTrading.Indicator.IndicatorAbstract import IndicatorAbstract from ParadoxTrading.Utils import DataStruct class STD(IndicatorAbstract): def __init__( self, _period: int, _use_key: str = 'closeprice', _idx_key: str = 'time', _ret_k...
[ "hantian.pang@gmail.com" ]
hantian.pang@gmail.com
4986ee44c897cc2a4e04b19ff047103d8eca4928
f30b91db647dca1f77fffa4b7e26b6c6a68abbc6
/7_kyu/Some (but not all)/python/solution.py
b48c4eab6b9c5151e62e37c956fd72d09b425a2e
[]
no_license
estraviz/codewars
73caf95519eaac6f34962b8ade543bf4417df5b7
5f8685e883cb78381c528a0988f2b5cad6c129c2
refs/heads/master
2023-05-13T07:57:43.165290
2023-05-08T21:50:39
2023-05-08T21:50:39
159,744,593
10
55
null
null
null
null
UTF-8
Python
false
false
100
py
# Some (but not all) def some_but_not_all(seq, pred): return 0 < sum(map(pred, seq)) < len(seq)
[ "javier.estraviz@gmail.com" ]
javier.estraviz@gmail.com
f4a4f1b9134f9a48c469deecb483c3546f1f388b
4be56098894a95da5964622fc4102b69e4530ab6
/题库/685.冗余连接II.py
339cc805281bb9a05de9b605ac333a5b24b13f4b
[]
no_license
ACENDER/LeetCode
7c7c7ecc8d0cc52215272f47ec34638637fae7ac
3383b09ab1246651b1d7b56ab426a456f56a4ece
refs/heads/master
2023-03-13T19:19:07.084141
2021-03-15T09:29:21
2021-03-15T09:29:21
299,332,864
0
0
null
null
null
null
UTF-8
Python
false
false
81
py
# !/usr/bin/env python3 # -*- coding: utf-8 -*- # @File : 685.冗余连接II.py
[ "1641429327@qq.com" ]
1641429327@qq.com
e3e11bcf554e35eb35d669c631db19e936d7b28b
05536893d069dd87256ba74ecdee06bdf481d44b
/args_api/ORAXE/ORAXE-SYIQ.py
9a9aa44a950397dc067696eb28519378a6436380
[]
no_license
TheRockStarDBA/DataBuddy
b2d889e11745d0afe1b39a11aab5945e2bd08cf7
38fa7adfdd228e2b2e4b4408393505163c5702e8
refs/heads/master
2020-12-25T23:27:02.363977
2015-05-28T19:14:12
2015-05-28T19:14:12
null
0
0
null
null
null
null
UTF-8
Python
false
false
20,444
py
#do not change aa={'ORAXE_ShardedTable.SYIQ_Table': [{'field_term': ('-t', '--field_term', '"|"', 'Field terminator.'), 'num_of_shards': ('-r', '--num_of_shards', 3, 'Number of shards.'), 'pool_size': ('-o', '--pool_size', 3, 'Pool size.'), 'copy_vector': ('-w', '--copy_vector', 'oraxe-syiq', 'Data copy direction.'), '...
[ "alexbuzunov@gmail.com" ]
alexbuzunov@gmail.com
6ef3df3ba55360dabdcd3af3998b357a862e67e0
4ddb15eff1020ce0a8045bc04837dc9ec6e00ca9
/flexinfer/postprocess/obj_det/bbox/bbox.py
3035a187fa9ee293135ceed6329bda3fc0553f61
[ "Apache-2.0" ]
permissive
YuxinZou/flexinfer
ebd8db24efcf983a5abfb9b5b7cf68e038ba00f8
f2b45251b919e3426745c712f3a380e6f44a17d8
refs/heads/master
2023-04-20T11:45:28.218726
2021-04-29T11:37:00
2021-04-29T11:37:00
283,115,582
0
0
Apache-2.0
2020-07-28T06:00:22
2020-07-28T06:00:22
null
UTF-8
Python
false
false
9,731
py
# adapted from https://github.com/open-mmlab/mmcv or # https://github.com/open-mmlab/mmdetection import numpy as np import torch from flexinfer.ops import batched_nms def bbox_overlaps(bboxes1, bboxes2, mode='iou', is_aligned=False, eps=1e-6): """Calculate overlap between two set of bboxes. If ``is_aligned``...
[ "hongxiang.cai@media-smart.cn" ]
hongxiang.cai@media-smart.cn
95d67ed09c630944139103b90f434f4f81b48a2f
48e124e97cc776feb0ad6d17b9ef1dfa24e2e474
/sdk/python/pulumi_azure_native/servicefabricmesh/v20180701preview/volume.py
e9863b6c451d2a6b1da47a09dd3c2dce483ffbc6
[ "BSD-3-Clause", "Apache-2.0" ]
permissive
bpkgoud/pulumi-azure-native
0817502630062efbc35134410c4a784b61a4736d
a3215fe1b87fba69294f248017b1591767c2b96c
refs/heads/master
2023-08-29T22:39:49.984212
2021-11-15T12:43:41
2021-11-15T12:43:41
null
0
0
null
null
null
null
UTF-8
Python
false
false
13,030
py
# coding=utf-8 # *** WARNING: this file was generated by the Pulumi SDK Generator. *** # *** Do not edit by hand unless you're certain you know what you are doing! *** import warnings import pulumi import pulumi.runtime from typing import Any, Mapping, Optional, Sequence, Union, overload from ... import _utilities fro...
[ "noreply@github.com" ]
bpkgoud.noreply@github.com
68124a7b67fd1c6095d96303a8aca0f384c4afdc
8acffb8c4ddca5bfef910e58d3faa0e4de83fce8
/ml-flask/Lib/site-packages/transformers/benchmark/benchmark_args_tf.py
cd36a0cecd7e703e619b11f5e9e7cad729ff38b1
[ "MIT" ]
permissive
YaminiHP/SimilitudeApp
8cbde52caec3c19d5fa73508fc005f38f79b8418
005c59894d8788c97be16ec420c0a43aaec99b80
refs/heads/master
2023-06-27T00:03:00.404080
2021-07-25T17:51:27
2021-07-25T17:51:27
389,390,951
0
0
null
null
null
null
UTF-8
Python
false
false
129
py
version https://git-lfs.github.com/spec/v1 oid sha256:afce00f23314b1eaf01e6b9073d8607e187acc93116a0521b1dc0774527c6b52 size 4573
[ "yamprakash130@gmail.com" ]
yamprakash130@gmail.com
47bc42a6c5aa9ec5584da4120261c20195f8b5b2
fdb9bdc6c4ab2f14ba71e544493706d5e275899f
/fhir/resources/R4B/coding.py
fbfc479eed95b3821cf73e2b01b529bc8a6270ca
[ "BSD-3-Clause" ]
permissive
nazrulworld/fhir.resources
6ae8aea8180c611b0c5050759c6dcdf63e4cb061
1fd6ea476b27b3fcb8c4ef8f23bc51cf161e69e3
refs/heads/main
2023-08-30T18:27:27.277249
2023-07-03T19:57:06
2023-07-03T19:57:06
165,297,877
256
83
NOASSERTION
2023-08-24T15:34:05
2019-01-11T19:26:41
Python
UTF-8
Python
false
false
3,954
py
# -*- coding: utf-8 -*- """ Profile: http://hl7.org/fhir/StructureDefinition/Coding Release: R4B Version: 4.3.0 Build ID: c475c22 Last updated: 2022-05-28T12:47:40.239+10:00 """ from pydantic import Field from . import element, fhirtypes class Coding(element.Element): """Disclaimer: Any field name ends with ``__...
[ "connect2nazrul@gmail.com" ]
connect2nazrul@gmail.com
aabda3c3f3bf812d7795a082ede806aac3d5fa23
8b4516cb0b39a9cdd81656d788443992d1cdf11c
/setup.py
2177e876e8f0ebf3db288220b09885128a7ee444
[]
no_license
zwl-max/mmdetection_clw
321e7c2af349bce5d54c4e2388be0833937b9645
d6d05ce10e2cebe8fac72c06cf79a88e0b1bbefb
refs/heads/main
2023-04-04T00:42:59.671784
2021-04-12T17:06:49
2021-04-12T17:06:49
null
0
0
null
null
null
null
UTF-8
Python
false
false
6,306
py
#!/usr/bin/env python import os from setuptools import find_packages, setup import torch from torch.utils.cpp_extension import (BuildExtension, CppExtension, CUDAExtension) def readme(): with open('README.md', encoding='utf-8') as f: content = f.read() return co...
[ "623497281@qq.com" ]
623497281@qq.com
6482dd6d3f523eae4b49c9c65952243b23ecdf56
fb7efe44f4d9f30d623f880d0eb620f3a81f0fbd
/components/metrics/net/DEPS
df18a66dd19fb30a0ed7f84f6657cd48a48c334c
[ "BSD-3-Clause" ]
permissive
wzyy2/chromium-browser
2644b0daf58f8b3caee8a6c09a2b448b2dfe059c
eb905f00a0f7e141e8d6c89be8fb26192a88c4b7
refs/heads/master
2022-11-23T20:25:08.120045
2018-01-16T06:41:26
2018-01-16T06:41:26
117,618,467
3
2
BSD-3-Clause
2022-11-20T22:03:57
2018-01-16T02:09:10
null
UTF-8
Python
false
false
178
include_rules = [ "+chromeos/dbus", "+chromeos/network", "+components/data_use_measurement/core", "+components/variations", "+net", "+third_party/cros_system_api", ]
[ "jacob-chen@iotwrt.com" ]
jacob-chen@iotwrt.com
ccb8c6765f17d87c44c46722046e8925fa3aacce
40028d1859d9653386ed6c59e22fc539f17d5c64
/ecommerseapi/api/models.py
8a4a50e7074964385d3888b859bf4ea7504f8134
[]
no_license
shobhit1215/E_Commerse_API
20da72298c6ded5b4590a84443fb2f9f2dee177c
76cd8915609f02050138c5c4d47ba13c8050223b
refs/heads/main
2023-06-08T10:31:11.747416
2021-06-06T14:20:47
2021-06-06T14:20:47
373,506,156
1
0
null
null
null
null
UTF-8
Python
false
false
1,931
py
from django.db import models from django.contrib.auth.models import User # Create your models here class Category(models.Model): title = models.CharField(max_length=100) class Meta: verbose_name_plural='categories' def __str__(self): return self.title class Book(models.Model): title = ...
[ "imshobhit.sb@gmail.com" ]
imshobhit.sb@gmail.com
9951109087ec9d12722fc9f82d84fd9982978987
102a9e14dc7d86c4b397101b426c6846a6949d5d
/drdown/forum/tests/test_model_category.py
b6539b7ce9a0ccf0ea247e153b5b4927dadd1011
[ "MIT" ]
permissive
fga-eps-mds/2018.1-Dr-Down
2371535227aed7c09bbae9fd8871b8eac8068c05
3423374360105b06ac2c57a320bf2ee8deaa08a3
refs/heads/develop
2023-04-13T18:08:44.880516
2018-06-25T23:36:27
2018-06-25T23:36:27
124,143,479
3
13
MIT
2021-03-29T17:31:49
2018-03-06T21:55:37
Python
UTF-8
Python
false
false
2,358
py
from test_plus.test import TestCase from drdown.forum.models.model_category import Category class ModelTestCase(TestCase): def setUp(self): """ This method will run before any test case. """ self.category1 = Category.objects.create( name='Medicamentos', ...
[ "joberth.rogers18@gmail.com" ]
joberth.rogers18@gmail.com
8fc7138fff62bf36605f163a89c9620cc018d8a0
53bab92377bf98e2c98e0d94b95c5c6f7c3aef31
/bbs/templatetags/table.py
49d0207fbf38a6665c638e2c78d310fdf3811a93
[]
no_license
seiya0723/assets_manager_01
e4a3d7b5bf00803be41261d1ac72db9f878bf58d
c421f3e728836d45077f745a7f26766361a9fe24
refs/heads/master
2023-05-31T14:12:25.713436
2021-06-19T01:04:58
2021-06-19T01:04:58
378,149,413
0
0
null
null
null
null
UTF-8
Python
false
false
1,075
py
from django import template register = template.Library() @register.inclusion_tag("bbs/table.html") def generate_balance(topics): balances = [] # TODO:ページネーション化させる時はこの時点でこれまでのページの残高を計算しておく total = 0 for topic in topics: row = {} row["id"] = topic.id row["cat...
[ "seiya@asahina" ]
seiya@asahina
255cd831c415c060347e3abee618ed7d545d1406
4cb8c8f11c2a19a75495771b1d6b53881cd67b58
/Production/test/condorSub/dict_wjets.py
712d8b7480e597b4af4713672f587c5df75c08b8
[]
no_license
kpedro88/TreeMaker
d7498274106067e56aebbed7f086fbee8bf46f7e
0260dc10392e4828452e559beb3b6dc8fa765df5
refs/heads/upgrade2017
2023-07-06T13:24:04.465706
2018-04-03T17:56:48
2018-04-03T17:56:48
38,841,239
0
1
null
2021-11-11T17:20:57
2015-07-09T19:35:41
Python
UTF-8
Python
false
false
1,367
py
flist = { "scenario": "Summer16", "samples": [ ['Summer16.WJetsToLNu_HT-100To200_TuneCUETP8M1_13TeV-madgraphMLM-pythia8_ext1'], ['Summer16.WJetsToLNu_HT-200To400_TuneCUETP8M1_13TeV-madgraphMLM-pythia8'], ['Summer16.WJetsToLNu_HT-200To400_TuneCUETP8M1_13TeV-madgraphMLM-pythia8_ext1']...
[ "kpedro88@gmail.com" ]
kpedro88@gmail.com
6609db224439f06b9e1265ebd59eea9c2ba6e642
75dcb56e318688499bdab789262839e7f58bd4f6
/_algorithms_challenges/codeabbey/CodeAbbey_Solutions-master(1)/id055-Matching_Words.py
f700af4611d805c49ae2c364c9265a046a60b80d
[]
no_license
syurskyi/Algorithms_and_Data_Structure
9a1f358577e51e89c862d0f93f373b7f20ddd261
929dde1723fb2f54870c8a9badc80fc23e8400d3
refs/heads/master
2023-02-22T17:55:55.453535
2022-12-23T03:15:00
2022-12-23T03:15:00
226,243,987
4
1
null
2023-02-07T21:01:45
2019-12-06T04:14:10
Jupyter Notebook
UTF-8
Python
false
false
120
py
import collections; print (' '.join(sorted([x for x, y in collections.Counter(raw_input().split()).items() if y > 1])))
[ "sergejyurskyj@yahoo.com" ]
sergejyurskyj@yahoo.com
5aacee947944b556598823f2dc0174abf527df76
487ce91881032c1de16e35ed8bc187d6034205f7
/codes/CodeJamCrawler/16_0_1/kochie/main.py
d0b158a2aab7b94c30ec932f4a95c829ee42d1d4
[]
no_license
DaHuO/Supergraph
9cd26d8c5a081803015d93cf5f2674009e92ef7e
c88059dc66297af577ad2b8afa4e0ac0ad622915
refs/heads/master
2021-06-14T16:07:52.405091
2016-08-21T13:39:13
2016-08-21T13:39:13
49,829,508
2
0
null
2021-03-19T21:55:46
2016-01-17T18:23:00
Python
UTF-8
Python
false
false
904
py
__author__ = 'Robert' def main(): with open("A-large.in") as input_data: data = input_data.readlines() for i in range(1, len(data)): solution = count_sheep(data[i][0:-1]) print("Case #{0}: {1}".format(i, solution)) with open("A-large.out", "a") as out_data: ...
[ "[dhuo@tcd.ie]" ]
[dhuo@tcd.ie]
f6a6a40912984765f880af58386530c7c612fdb1
52b5773617a1b972a905de4d692540d26ff74926
/.history/FrogRiver_20200723131519.py
6effa38dcc4a1b3b5fdf8f76bfbf253c3caa9f2f
[]
no_license
MaryanneNjeri/pythonModules
56f54bf098ae58ea069bf33f11ae94fa8eedcabc
f4e56b1e4dda2349267af634a46f6b9df6686020
refs/heads/master
2022-12-16T02:59:19.896129
2020-09-11T12:05:22
2020-09-11T12:05:22
null
0
0
null
null
null
null
UTF-8
Python
false
false
214
py
def Frog(X,A): # given x where the frog wants to go # find earliest time # once you get the second that has that position # return the second for i in A: print(Frog(5,[1,3,1,4,2,3,]))
[ "mary.jereh@gmail.com" ]
mary.jereh@gmail.com
d497ebe83fb0fc8317599a55ee0b0965f03144e7
795df757ef84073c3adaf552d5f4b79fcb111bad
/elliptic_integral/elliptic_pia.py
cf5577cb036a99449ebb86a48fffbc5007c68c9e
[]
no_license
tnakaicode/jburkardt-python
02cb2f9ba817abf158fc93203eb17bf1cb3a5008
1a63f7664e47d6b81c07f2261b44f472adc4274d
refs/heads/master
2022-05-21T04:41:37.611658
2022-04-09T03:31:00
2022-04-09T03:31:00
243,854,197
3
0
null
null
null
null
UTF-8
Python
false
false
2,415
py
#! /usr/bin/env python3 # def elliptic_pia ( n, a ): #*****************************************************************************80 # ## ELLIPTIC_PIA evaluates the complete elliptic integral Pi(N,A). # # Discussion: # # This is one form of what is sometimes called the complete elliptic # integral of the third...
[ "tnakaicode@gmail.com" ]
tnakaicode@gmail.com
e0b2f99cbca64ba9f6779056bc840ddd61ca06bd
bc441bb06b8948288f110af63feda4e798f30225
/easy_flow_sdk/model/topology/property_pb2.pyi
d0dbef32cc3fe22a59c299ab9123bf7e0f71f90a
[ "Apache-2.0" ]
permissive
easyopsapis/easyops-api-python
23204f8846a332c30f5f3ff627bf220940137b6b
adf6e3bad33fa6266b5fa0a449dd4ac42f8447d0
refs/heads/master
2020-06-26T23:38:27.308803
2020-06-16T07:25:41
2020-06-16T07:25:41
199,773,131
5
0
null
null
null
null
UTF-8
Python
false
false
2,822
pyi
# @generated by generate_proto_mypy_stubs.py. Do not edit! import sys from easy_flow_sdk.model.topology.cmdb_instance_pb2 import ( CmdbInstance as easy_flow_sdk___model___topology___cmdb_instance_pb2___CmdbInstance, ) from easy_flow_sdk.model.topology.strategy_pb2 import ( Strategy as easy_flow_sdk___model___...
[ "service@easyops.cn" ]
service@easyops.cn
bbbd2d726161d9fb00f8dc6eefd6b35ec2230fb4
3da6b8a0c049a403374e787149d9523012a1f0fc
/Coder_Old/pycharm_daima/爬虫大师班/代理/ip_test.py
2f983188dcfea397ba5a11c983db0967a738a609
[]
no_license
AndersonHJB/PyCharm_Coder
d65250d943e84b523f022f65ef74b13e7c5bc348
32f2866f68cc3a391795247d6aba69a7156e6196
refs/heads/master
2022-07-25T11:43:58.057376
2021-08-03T02:50:01
2021-08-03T02:50:01
348,922,058
3
3
null
2021-09-05T02:20:10
2021-03-18T02:57:16
Python
UTF-8
Python
false
false
1,308
py
# !/usr/bin/python3 # -*- coding: utf-8 -*- # @Author:AI悦创 @DateTime :2020/2/2 15:36 @Function :功能 Development_tool :PyCharm # code is far away from bugs with the god animal protecting #    I love animals. They taste delicious. import requests # url = 'https://www.kuaidaili.com/free/' # url = 'https://www.kua...
[ "1432803776@qq.com" ]
1432803776@qq.com
61027afb89c2cbe3b76699d2d494ba891d4779b8
e514bbdf8e0abe5ef0b58b94fe5f7d2afb38ea6b
/test_suite/system_tests/scripts/frame_order/cam/iso_cone.py
89a05903a501948e08f4b948fb8b3f2df9ede2b7
[]
no_license
edward-dauvergne/relax
98ad63703e68a4535bfef3d6c0529e07cc84ff29
9710dc0f2dfe797f413756272d4bec83cf6ca1c9
refs/heads/master
2020-04-07T04:25:25.382027
2017-01-04T15:38:09
2017-01-04T15:38:09
46,500,334
1
1
null
null
null
null
UTF-8
Python
false
false
2,134
py
############################################################################### # # # Copyright (C) 2012-2014 Edward d'Auvergne # # # ...
[ "bugman@b7916896-f9f9-0310-9fe5-b3996d8957d5" ]
bugman@b7916896-f9f9-0310-9fe5-b3996d8957d5
71489e2a730b9d585b1695295c9ff3b287aad20f
552556631580799b16d0fb31e8f10850383ef3b2
/ex3/outputs/astar/astar.DW_32-WS_064.out/info.py
586a79bd1699b923cc3bab97288cf9b5e20c148e
[]
no_license
gregth/NTUA-advcomparch
f19ee414f8b77f749a09f263feb980350f88880d
bc501f427ddf1423f851ce1a052dc335183c5103
refs/heads/master
2022-11-14T20:11:49.035503
2020-06-27T09:17:43
2020-06-27T09:17:43
262,262,423
0
2
null
null
null
null
UTF-8
Python
false
false
18,827
py
power = {'BUSES': {'Area': 1.51446, 'Bus/Area': 1.51446, 'Bus/Gate Leakage': 0.00754019, 'Bus/Peak Dynamic': 0.0, 'Bus/Runtime Dynamic': 0.0, 'Bus/Subthreshold Leakage': 0.0786284, 'Bus/Subthreshold Leakage with power gating': 0.0294857, 'Gate...
[ "gregthanasoulas@gmail.com" ]
gregthanasoulas@gmail.com
fec0bc215597217e9037b9916c94e29b98c8eeb0
acb8e84e3b9c987fcab341f799f41d5a5ec4d587
/langs/7/r0a.py
3f272fcfb59e98d7736a30ad74b89a06ca97175f
[]
no_license
G4te-Keep3r/HowdyHackers
46bfad63eafe5ac515da363e1c75fa6f4b9bca32
fb6d391aaecb60ab5c4650d4ae2ddd599fd85db2
refs/heads/master
2020-08-01T12:08:10.782018
2016-11-13T20:45:50
2016-11-13T20:45:50
73,624,224
0
1
null
null
null
null
UTF-8
Python
false
false
486
py
import sys def printFunction(lineRemaining): if lineRemaining[0] == '"' and lineRemaining[-1] == '"': if len(lineRemaining) > 2: #data to print lineRemaining = lineRemaining[1:-1] print ' '.join(lineRemaining) else: print def main(fileName): with open(fileName) as f: for line in f: ...
[ "juliettaylorswift@gmail.com" ]
juliettaylorswift@gmail.com
b0baa479b033bd29837c2a9f4e3a838c7a5127db
9140ba97a4ff6e9ef9f4e49d67ab238b669a3597
/verify/migrations/0001_initial.py
c3671a31e432d3d8842519b23a9845a56ab6c277
[]
no_license
poojapauskar/foodromeoproject-api
877ada5d72db0ac364e735a1ad7af0f46ad02bcc
2007ed7ae12a3f5d1d227faaccaf7e6bd93f760d
refs/heads/master
2021-01-21T13:30:31.838067
2016-05-09T06:41:10
2016-05-09T06:41:10
54,105,875
0
0
null
null
null
null
UTF-8
Python
false
false
869
py
# -*- coding: utf-8 -*- # Generated by Django 1.9.1 on 2016-01-19 12:39 from __future__ import unicode_literals from django.db import migrations, models class Migration(migrations.Migration): initial = True dependencies = [ ] operations = [ migrations.CreateModel( name='Verify'...
[ "git.poojapauskar@gmail.com" ]
git.poojapauskar@gmail.com
757da35bcf9e29eb2f8637c05bb3c0f0bf47ff64
786232b3c9eac87728cbf2b5c5636d7b6f10f807
/Leetcode/medium/179.py
bdfde1bbaf3d55528702f8c3f435055590278c86
[]
no_license
luoyanhan/Algorithm-and-data-structure
c9ada2e123fae33826975665be37ca625940ddd4
fb42c3a193f58360f6b6f3b7d5d755cd6e80ad5b
refs/heads/master
2021-12-22T15:45:28.260386
2021-12-02T03:08:35
2021-12-02T03:08:35
251,007,078
0
0
null
null
null
null
UTF-8
Python
false
false
297
py
class Solution: def largestNumber(self, nums): from functools import cmp_to_key temp = sorted(list(map(str, nums)), key=cmp_to_key(lambda x, y: int(x+y)-int(y+x)), reverse=True) return ''.join(temp if temp[0] != '0' else '0') print(Solution().largestNumber([10,2]))
[ "707025023@qq.com" ]
707025023@qq.com
629fe2adc3713e315432d3b15fd4fba274bebdcb
ae13e905feec06f2f94245481b31fcb605e485de
/practice/algorithms/sorting/running_time_of_algorithms.py
17ad574e552f3d72e89f7b310cc6e374b6d893e3
[]
no_license
feadoor/hackerrank
e7a84bb20c01d420a3c37f0a7e5176ab0aac6604
8fa88b71d37ae83b0826a76499c9e69f947d0aeb
refs/heads/master
2021-05-04T17:28:27.089671
2019-02-21T17:25:34
2019-02-21T17:25:34
120,271,651
0
0
null
null
null
null
UTF-8
Python
false
false
696
py
#!/usr/local/bin/pypy3 def read_space_separated_integers(): return [int(x) for x in input().strip().split(' ')] def do_step(values, curr_idx): curr = values[curr_idx] for idx in range(curr_idx - 1, -1, -1): if values[idx] > curr: values[idx + 1] = values[idx] else: ...
[ "sam.capplemanlynes@gmail.com" ]
sam.capplemanlynes@gmail.com
be56930ad1eee66ec01c8926ba39ee318fecbaaf
ec85250addb7357dfe7bb3e0680d53fc7b0fd8fb
/python_modules/libraries/dagster-snowflake-pyspark/dagster_snowflake_pyspark_tests/test_version.py
c22e2549820ed9442e2c4eb4c5d04a21559e40bc
[ "Apache-2.0" ]
permissive
dagster-io/dagster
6adb5deee8bcf3ea1866a6a64f2ed81e1db5e73a
fe21995e0402878437a828c6a4244025eac8c43b
refs/heads/master
2023-09-05T20:46:08.203794
2023-09-05T19:54:52
2023-09-05T19:54:52
131,619,646
8,565
1,154
Apache-2.0
2023-09-14T21:57:37
2018-04-30T16:30:04
Python
UTF-8
Python
false
false
103
py
from dagster_snowflake_pyspark.version import __version__ def test_version(): assert __version__
[ "noreply@github.com" ]
dagster-io.noreply@github.com
5dc83ed2b8b1d5fbec5ca51398141236af407567
aa4024b6a846d2f6032a9b79a89d2e29b67d0e49
/GM2AUTOSAR_MM/Properties/unit_contracts/HUnitR04a_IsolatedLHS.py
1ba6aae69ee4d2788ef8b611c16c451ffdad007c
[ "MIT" ]
permissive
levilucio/SyVOLT
41311743d23fdb0b569300df464709c4954b8300
0f88827a653f2e9d3bb7b839a5253e74d48379dc
refs/heads/master
2023-08-11T22:14:01.998341
2023-07-21T13:33:36
2023-07-21T13:33:36
36,246,850
3
2
MIT
2023-07-21T13:33:39
2015-05-25T18:15:26
Python
UTF-8
Python
false
false
2,513
py
from core.himesis import Himesis, HimesisPreConditionPatternLHS import uuid class HUnitR04a_IsolatedLHS(HimesisPreConditionPatternLHS): def __init__(self): """ Creates the himesis graph representing the AToM3 model HUnitR04a_IsolatedLHS """ # Flag this instance as compiled now self.is_compiled = True sup...
[ "bentleyjoakes@gmail.com" ]
bentleyjoakes@gmail.com
ac87d87525a2a7a63d565f016d76f063a999f440
2bdedcda705f6dcf45a1e9a090377f892bcb58bb
/src/main/output/DNS/car/job_group_morning_mother/history/way/information/car.py
9a3868ea3b6b3e2c6836fc812a9b7b4faa377dcb
[]
no_license
matkosoric/GenericNameTesting
860a22af1098dda9ea9e24a1fc681bb728aa2d69
03f4a38229c28bc6d83258e5a84fce4b189d5f00
refs/heads/master
2021-01-08T22:35:20.022350
2020-02-21T11:28:21
2020-02-21T11:28:21
242,123,053
1
0
null
null
null
null
UTF-8
Python
false
false
1,564
py
'use strict'; let https = require ('https'); // ********************************************** // *** Update or verify the following values. *** // ********************************************** // Replace the subscriptionKey string value with your valid subscription key. let subscriptionKey = '956bf92f63606179b70ab...
[ "soric.matko@gmail.com" ]
soric.matko@gmail.com
bf4f5a8e047458e90c20456c37a3e40e2fda51c2
77b16dcd465b497c22cf3c096fa5c7d887d9b0c2
/Tan_ShinYi/Assignments/Python_Fundamentals/Selection_Sort.py
09d9c318ca543d40256519af0d891fbfe65a5aac
[ "MIT" ]
permissive
curest0x1021/Python-Django-Web
a7cf8a45e0b924ce23791c18f6a6fb3732c36322
6264bc4c90ef1432ba0902c76b567cf3caaae221
refs/heads/master
2020-04-26T17:14:20.277967
2016-10-18T21:54:39
2016-10-18T21:54:39
173,706,702
6
0
null
null
null
null
UTF-8
Python
false
false
412
py
import random nums = [] for i in range(100): nums.append(int((random.random())*10000)) #fills empty nums list with 100 random int's from 0-1000 count=0 while count<(len(nums)-1): min_place=count for i in range(count,len(nums)): if nums[i]<nums[min_place]: min_place=i nums[count]...
[ "43941751+curest0x1021@users.noreply.github.com" ]
43941751+curest0x1021@users.noreply.github.com
086d8ff799a7540f1931f3cd2a406d7bedad981d
1e1e4ca56b0363d267d9cbef2ea24fdb6f52c025
/day10/进程池.py
2c4017405c16b3bcf4c886842c6c792d9867239e
[]
no_license
yuyuyuyushui/s14
c478ec59f3f5e63cd0e336e30ab3e8dea92f5894
bcc1716c2e2dab86f1fd529f654d8b34fd7efb93
refs/heads/master
2021-04-06T00:33:05.542098
2018-03-24T15:52:04
2018-03-24T15:52:04
116,809,247
0
0
null
null
null
null
UTF-8
Python
false
false
412
py
import multiprocessing import os,time def f(i): time.sleep(2) print(os.getpid()) return i+200 def bar(arg): print('--exce--',arg,os.getpid()) if __name__ == '__main__': pool = multiprocessing.Pool(processes=5)#建立进程池 print(os.getpid()) for i in range(10): pool.apply_async(func=f,args...
[ "786313105@qq.com" ]
786313105@qq.com
061e1a6a8220ce1294d21994f1de664fcd50ee6d
88b91b19a659e90aea4b2cf4da6418f2fd04b9ef
/testPractice/repository/rental_repository.py
c26675b066279181cbcef775dc627f6df79d3ce4
[]
no_license
GeorgianBadita/Python-Problems
d759d7099486179532f9c0f456099ba780b89468
e0324bf24bfc801cc68404f86c720926e144e5aa
refs/heads/master
2021-09-03T01:51:49.865850
2018-01-04T18:03:03
2018-01-04T18:03:03
107,010,845
6
0
null
null
null
null
UTF-8
Python
false
false
1,805
py
""" @author: Badita Marin-Georgian @email: geo.badita@gmail.com @date: 12/10/2017 19:28 """ from repository.client_repository import RepositoryException class RentalRepository: ''' Class controlling the rental data ''' def __init__(self, rent_validator): ''' Function th...
[ "geo.badita@gmail.com" ]
geo.badita@gmail.com
1b403491a8d428779b0a35f972ab5513d4e83ace
c90674d955fe1399c0e99cf34437e583d1cf9fb9
/loop2.py
824c0c074802ea462bb02e3e49e7750afaf7f5ae
[]
no_license
TrellixVulnTeam/My_python_code_QQZ2
556878cbe4f8d6d92e71f48285a6d2439b10ca81
8cd8b697d92e1a79cce109baf560eeff27717ce8
refs/heads/master
2023-03-19T15:26:35.836114
2018-06-29T14:09:06
2018-06-29T14:09:06
null
0
0
null
null
null
null
UTF-8
Python
false
false
133
py
names = ["a","b","c"] emaildomain = ["gmail","hotmail","yahoo"] for i,j in zip(names,emaildomain): text = i+"@"+j print(text)
[ "apple@Apples-MacBook-Pro.local" ]
apple@Apples-MacBook-Pro.local
43956a4b7bdeceabe1c6152721cde3980124cf70
473fc28d466ddbe9758ca49c7d4fb42e7d82586e
/app/src/main/java/com/syd/source/aosp/external/toolchain-utils/get_common_image_version.py
da36b98fcf8ba6ea1b5a51ae49d4d952fd6136e3
[ "BSD-3-Clause", "LicenseRef-scancode-unknown-license-reference" ]
permissive
lz-purple/Source
a7788070623f2965a8caa3264778f48d17372bab
e2745b756317aac3c7a27a4c10bdfe0921a82a1c
refs/heads/master
2020-12-23T17:03:12.412572
2020-01-31T01:54:37
2020-01-31T01:54:37
237,205,127
4
2
null
null
null
null
UTF-8
Python
false
false
2,561
py
#!/usr/bin/python2 # # Copyright 2013 Google Inc. All Rights Reserved. """Script to find list of common images (first beta releases) in Chromeos. Display information about stable ChromeOS/Chrome versions to be used by the team developers. The purpose is to increase team productivity by using stable (known and tested) ...
[ "997530783@qq.com" ]
997530783@qq.com
6583249fabc74884a3eef7897d442bc0e7b7e6c4
d6f84bfc45de7e0e2cb9d058549642b4a50bb23c
/draw2image.py
989cc8209b80108b46ef6ea9512390f77600b50e
[]
no_license
MadhuV99/pypilzet
f007de7213b1cc190f379d9f98ad977d9566e83e
7583b2480fbf32ec8ef8bb62ae685a9c9fafb4cc
refs/heads/main
2023-02-08T11:07:16.855357
2020-12-27T03:36:50
2020-12-27T03:36:50
324,604,495
0
0
null
null
null
null
UTF-8
Python
false
false
554
py
# draw2image.py #!/usr/bin/python from PIL import Image, ImageDraw import sys my_img_rect = Image.new('RGBA', (200, 200), 'white') idraw = ImageDraw.Draw(my_img_rect) idraw.rectangle((10, 10, 100, 100), fill='blue') my_img_rect.show() my_img_fldr = r".\my_imgs\\" my_img_pic = r"rectangle" my_img_format = r".png" ...
[ "madhuvasudevan@yahoo.com" ]
madhuvasudevan@yahoo.com
e8be57f2d75bd38180bc6f61eeb02cdb845ad0e4
1adb3f388f06e11d9f85ba00be61931b16304146
/brc_python/reviews/admin.py
d3ad9f6c08e08a7eefd873863a93d89397b79c2a
[]
no_license
jeanruggiero/brc-web
b315e2670a6251a4768b01fe6663c213e5c9d63f
7ac2301a8019da4ffa8e16ea2face94b75dadfa7
refs/heads/master
2021-09-24T00:46:17.498207
2020-01-27T02:59:41
2020-01-27T02:59:41
228,442,226
0
0
null
2021-09-22T18:28:07
2019-12-16T17:44:56
JavaScript
UTF-8
Python
false
false
317
py
from django.contrib import admin from .models import LeavenworthReview, SkillsNightReview, Squamish1Review, \ Squamish2Review, GradClimbReview, InstructorReview admin.site.register([LeavenworthReview, SkillsNightReview, Squamish1Review, Squamish2Review, GradClimbReview, InstructorReview])
[ "jeanruggiero@gmail.com" ]
jeanruggiero@gmail.com
ee177ad5248cdfb57d2f75318dbc120fd3a1113a
26d6c34df00a229dc85ad7326de6cb5672be7acc
/msgraph-cli-extensions/beta/planner_beta/azext_planner_beta/vendored_sdks/planner/aio/operations/_groups_operations.py
2f8dcc1e8df93e9e9efc38e6d1f109232ea6558d
[ "MIT" ]
permissive
BrianTJackett/msgraph-cli
87f92471f68f85e44872939d876b9ff5f0ae6b2c
78a4b1c73a23b85c070fed2fbca93758733f620e
refs/heads/main
2023-06-23T21:31:53.306655
2021-07-09T07:58:56
2021-07-09T07:58:56
386,993,555
0
0
NOASSERTION
2021-07-17T16:56:05
2021-07-17T16:56:05
null
UTF-8
Python
false
false
9,518
py
# coding=utf-8 # -------------------------------------------------------------------------- # Copyright (c) Microsoft Corporation. All rights reserved. # Licensed under the MIT License. See License.txt in the project root for license information. # Code generated by Microsoft (R) AutoRest Code Generator. # Changes may ...
[ "japhethobalak@gmail.com" ]
japhethobalak@gmail.com
93fc3918c0adf0e6cc267eb31cea767f7c925ba3
74be814f7cd10d3c91a53460bd6698aa8bc95704
/剑指offer/面试题66. 构建乘积数组.py
90873a93e5900fe421206f4e8f6a77e68c282d3f
[]
no_license
weiyuyan/LeetCode
7202f7422bc3bef6bd35ea299550b51905401656
19db0e78826d3e3d27d2574abd9d461eb41458d1
refs/heads/master
2020-12-03T17:10:53.738507
2020-05-27T08:28:36
2020-05-27T08:28:36
231,402,839
2
0
null
null
null
null
UTF-8
Python
false
false
1,536
py
#!/usr/bin/env python # -*- coding: utf-8 -*- # author:ShidongDu time:2020/3/7 ''' 给定一个数组 A[0,1,…,n-1],请构建一个数组 B[0,1,…,n-1],其中 B 中的元素 B[i]=A[0]×A[1]×…×A[i-1]×A[i+1]×…×A[n-1]。 不能使用除法。 示例: 输入: [1,2,3,4,5] 输出: [120,60,40,30,24]   提示: 所有元素乘积之和不会溢出 32 位整数 a.length <= 100000 ''' # 构造前缀树 class Solution: def constructAr...
[ "244128764@qq.com" ]
244128764@qq.com
0aaa65c940fe287810eb79b7feb929c0cc22be6e
001002103510c9f96addeaea7a9861ca24442829
/src/data/datasets/__init__.py
0046350ab2049495ba41179e8cbcce31ba057395
[]
no_license
Tung-I/Mango
d21caf95d737947730186d4369c3327a11ff00d2
7cf2ee84251e8c6c07f37a52dec8750f322086bb
refs/heads/master
2022-10-25T04:58:09.701042
2020-06-16T07:28:51
2020-06-16T07:28:51
261,380,873
0
0
null
null
null
null
UTF-8
Python
false
false
191
py
from .base_dataset import BaseDataset from .mango_dataset import MangoDataset from .cifar_dataset import CIFARDataset from .aug_dataset import AugDataset from .test_dataset import TestDataset
[ "dong893610@gmail.com" ]
dong893610@gmail.com
4de0ff2cd80ffb3061918f2941c6feffb3a36ff4
eb9f655206c43c12b497c667ba56a0d358b6bc3a
/python/testData/resolve/TupleInExcept.py
1ebd91de1cde02793b85153112647b10932d971c
[ "Apache-2.0" ]
permissive
JetBrains/intellij-community
2ed226e200ecc17c037dcddd4a006de56cd43941
05dbd4575d01a213f3f4d69aa4968473f2536142
refs/heads/master
2023-09-03T17:06:37.560889
2023-09-03T11:51:00
2023-09-03T12:12:27
2,489,216
16,288
6,635
Apache-2.0
2023-09-12T07:41:58
2011-09-30T13:33:05
null
UTF-8
Python
false
false
187
py
import errno try: f = open('myfile.txt') s = f.readline() i = int(s.strip()) except IOError as (errno, strerror): print "I/O error({0}): {1}".format(e<ref>rrno, strerror)
[ "yole@jetbrains.com" ]
yole@jetbrains.com
d20e5a24ef5e784cc61dd6f91edf377bf6f668d6
439386f9097632d44d31d1f599df76ec2820d072
/常规项目/约牌房/1600/YuePai/src/cases/dfqp_enter.py
8336784584c0075cb0c7edab93f0eeade1ec7387
[]
no_license
YiFeng0755/testcase
33693f0940a6497aa40e2e51a0535c9eb6c12b29
edc19480c3e94cbcbf004aa9d20099ec6d1b9304
refs/heads/master
2020-04-28T04:34:28.232022
2019-03-11T11:13:25
2019-03-11T11:13:25
146,287,761
0
0
null
null
null
null
UTF-8
Python
false
false
3,845
py
#!/usr/bin/env python # -*- coding:utf-8 -*- ''' 入口 ''' import time from runcenter.enums import EnumPriority,EnumStatus from runcenter.testcase import debug_run_all,TestCase from uilib.hall_page import Hall_Page from uilib.game_page import Game_Page from uilib.yuepai_page import Yuepai_Page from common.common import Co...
[ "YoungLiu@boyaa.com" ]
YoungLiu@boyaa.com
d793f58074e7c3e61444249240e95137417aac64
39a1d46fdf2acb22759774a027a09aa9d10103ba
/model-optimizer/unit_tests/extensions/front/CTCGreedyDecoderReplacement_test.py
063d71173e1f7e5c923ffaf1190fff21491ce5c9
[ "Apache-2.0" ]
permissive
mashoujiang/openvino
32c9c325ffe44f93a15e87305affd6099d40f3bc
bc3642538190a622265560be6d88096a18d8a842
refs/heads/master
2023-07-28T19:39:36.803623
2021-07-16T15:55:05
2021-07-16T15:55:05
355,786,209
1
3
Apache-2.0
2021-06-30T01:32:47
2021-04-08T06:22:16
C++
UTF-8
Python
false
false
5,203
py
# Copyright (C) 2018-2021 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import unittest from extensions.front.CTCGreedyDecoderReplacement import CTCGreedyDecoderReplacement, CTCGreedyDecoderWithSparseToDenseShapeReplacement from mo.front.common.partial_infer.utils import int64_array from mo.utils.ir_engine....
[ "noreply@github.com" ]
mashoujiang.noreply@github.com
ac7b07e642d05dc0d1ff270fac4e20c2f046348c
200bc48000f6821b5d449ddc3d3269b8e10623be
/dashboard/dashboard/delete_old_tests.py
3ef7ab087b74c2a09d26736697a77184db18b203
[ "BSD-3-Clause" ]
permissive
marcelfarres/catapult
97dab55fc2b231e47fe245c12e76f7169dfa7227
f49c20888bb8ea3208efa29a2eb625ffb926ebc4
refs/heads/master
2021-01-18T04:39:58.000436
2016-06-28T17:49:43
2016-06-28T17:49:43
null
0
0
null
null
null
null
UTF-8
Python
false
false
2,276
py
# Copyright 2016 The Chromium Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. """A cron job which queues old tests for deletion.""" import datetime from google.appengine.api import taskqueue from google.appengine.datastore import dat...
[ "commit-bot@chromium.org" ]
commit-bot@chromium.org
85f92496e765df21ac2cd7377c68dff80637ed1d
7b102f9c8f2e3f9240090d1d67af50333a2ba98d
/shared_code/central_comp/non_fatal/dismod/cascade_ode/run_children.py
9b87545d7d12131ab52a929d1b26c53cba7a0b94
[]
no_license
Nermin-Ghith/ihme-modeling
9c8ec56b249cb0c417361102724fef1e6e0bcebd
746ea5fb76a9c049c37a8c15aa089c041a90a6d5
refs/heads/main
2023-04-13T00:26:55.363986
2020-10-28T19:51:51
2020-10-28T19:51:51
null
0
0
null
null
null
null
UTF-8
Python
false
false
3,316
py
import logging from copy import copy import sys import drill from drill import Cascade, Cascade_loc import pandas as pd import multiprocessing as mp import gc import os from jobmon import job # Set dUSERt file mask to readable-for all users os.umask(0o0002) def run_loc(args): gc.collect() loc_id, sex_id, yea...
[ "nsidles@uw.edu" ]
nsidles@uw.edu
17a4bc2d55265f97b424078b0d607270b98f569a
32c56293475f49c6dd1b0f1334756b5ad8763da9
/google-cloud-sdk/lib/third_party/kubernetes/client/models/v1_handler.py
8fdb314fd03254108947f916c63f52e75d99f2df
[ "LicenseRef-scancode-unknown-license-reference", "Apache-2.0", "MIT" ]
permissive
bopopescu/socialliteapp
b9041f17f8724ee86f2ecc6e2e45b8ff6a44b494
85bb264e273568b5a0408f733b403c56373e2508
refs/heads/master
2022-11-20T03:01:47.654498
2020-02-01T20:29:43
2020-02-01T20:29:43
282,403,750
0
0
MIT
2020-07-25T08:31:59
2020-07-25T08:31:59
null
UTF-8
Python
false
false
4,438
py
# coding: utf-8 """ Kubernetes No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) OpenAPI spec version: v1.14.4 Generated by: https://github.com/swagger-api/swagger-codegen.git """ from pprint import pformat from six import iteritems import re ...
[ "jonathang132298@gmail.com" ]
jonathang132298@gmail.com
b55fbb662ee45a07998c60bbe7ca4a437076ce1f
acd9ff3b087317a9f1261be1d376af80f12351cc
/snippets/sample.py
a6d2c160fc14edadd40a4273770b23f18dcae3e7
[ "MIT" ]
permissive
tgandor/urban_oculus
6f18f5fd39eae0db9309aebd5b206bea0cdb50e9
069a69ea35fe5072377d9b9cac15d285920d29e8
refs/heads/master
2022-10-03T19:34:37.518871
2022-09-26T23:45:00
2022-09-26T23:45:00
212,092,683
0
0
null
null
null
null
UTF-8
Python
false
false
310
py
# mogrify to successive qualities 50 imgs at a time # works best with val2017 ;) import glob import os imgs = sorted(glob.glob("*.jpg")) for q, img in zip((i for i in range(1, 101) for _ in range(50)), imgs): print(img) os.system(f"mogrify -quality {q} {img}") os.rename(img, f"{q:03d}_{img}")
[ "tomasz.gandor@gmail.com" ]
tomasz.gandor@gmail.com