blob_id
stringlengths
40
40
directory_id
stringlengths
40
40
path
stringlengths
3
288
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
684 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
147 values
src_encoding
stringclasses
25 values
language
stringclasses
1 value
is_vendor
bool
2 classes
is_generated
bool
2 classes
length_bytes
int64
128
12.7k
extension
stringclasses
142 values
content
stringlengths
128
8.19k
authors
listlengths
1
1
author_id
stringlengths
1
132
15ed13c2acac4ae704432839fec63024737531b7
98c6ea9c884152e8340605a706efefbea6170be5
/examples/data/Assignment_7/bhrrae003/util.py
e84a57a6a42bd391b9d939d114e902f3ee049313
[]
no_license
MrHamdulay/csc3-capstone
479d659e1dcd28040e83ebd9e3374d0ccc0c6817
6f0fa0fa1555ceb1b0fb33f25e9694e68b6a53d2
refs/heads/master
2021-03-12T21:55:57.781339
2014-09-22T02:22:22
2014-09-22T02:22:22
22,372,174
0
0
null
null
null
null
UTF-8
Python
false
false
2,041
py
"""Raeesa Behardien BHRRAE003 Assignment 7 Question 2 02 May 2014""" def create_grid(grid): """create a 4x4 grid""" for a in range(4): grid.append([0,0,0,0]) return grid def print_grid (grid): """print out a 4x4 grid in 5-width columns within a box""" print("+--------------------+") ...
[ "jarr2000@gmail.com" ]
jarr2000@gmail.com
29d310e981165585e9df37a87690f77880cb6a57
fd21d6384ba36aa83d0c9f05f889bdbf8912551a
/a10sdk/core/vrrp/vrrp_a_interface_trunk.py
6bbfc3c25628a4e18801f09572c963b7c1a24d0d
[ "Apache-2.0" ]
permissive
0xtobit/a10sdk-python
32a364684d98c1d56538aaa4ccb0e3a5a87ecd00
1ea4886eea3a1609b2ac1f81e7326758d3124dba
refs/heads/master
2021-01-18T03:08:58.576707
2014-12-10T00:31:52
2014-12-10T00:31:52
34,410,031
0
0
null
2015-04-22T19:05:12
2015-04-22T19:05:12
null
UTF-8
Python
false
false
2,065
py
from a10sdk.common.A10BaseClass import A10BaseClass class Trunk(A10BaseClass): """Class Description:: VRRP-A interface trunk. Class trunk supports CRUD Operations and inherits from `common/A10BaseClass`. This class is the `"PARENT"` class for this module.` :param both: {"description": "both...
[ "doug@parksidesoftware.com" ]
doug@parksidesoftware.com
5286ddc0d57db0e1cb2d944f3d00ffae3b12fec8
c73165911c1e9f62178376ae1e860f42bdaf74f6
/backend/apps/plugin/serializers/base.py
c974a9ad47e7ce09d3b70d296fbc010faa35fef2
[ "MIT" ]
permissive
codelieche/erp
aa5994b0c79e99c07aaf3ea440e4cf4389d433b7
96861ff63a63a93918fbd5181ffb2646446d0eec
refs/heads/main
2022-12-22T13:30:23.398639
2021-10-22T16:26:28
2021-10-22T16:26:28
171,668,277
0
0
MIT
2022-12-10T02:32:50
2019-02-20T12:22:17
Python
UTF-8
Python
false
false
343
py
# -*- coding:utf-8 -*- from rest_framework import serializers class PluginInfoSerializer(serializers.Serializer): """ 插件信息Serailizer """ code = serializers.CharField(help_text="插件Code") name = serializers.CharField(help_text="插件名称") description = serializers.CharField(help_text="插件描述")
[ "codelieche@gmail.com" ]
codelieche@gmail.com
0626e2f2f2b884a02c2f86b3e380d86b73fd69f4
1608a43a29821106d361ab80ce61255d4a715f3a
/src/pretix/base/migrations/0012_remove_order_tickets.py
7486be3f8e8355f81dd467e5a8b6d22c1d9cf596
[ "Apache-2.0", "BSD-3-Clause" ]
permissive
ilmjstrope/pretix
873f1bb14eb1f8bf63de2d98295655ccea2c734a
7fc56b77db16e7e0783a4ba52b8ed5ef09ce9558
refs/heads/master
2021-01-18T00:42:02.873888
2015-09-29T14:46:45
2015-09-29T14:46:45
null
0
0
null
null
null
null
UTF-8
Python
false
false
355
py
# -*- coding: utf-8 -*- from __future__ import unicode_literals from django.db import migrations, models class Migration(migrations.Migration): dependencies = [ ('pretixbase', '0011_auto_20150915_2020'), ] operations = [ migrations.RemoveField( model_name='order', ...
[ "mail@raphaelmichel.de" ]
mail@raphaelmichel.de
447d2060908ab3a461a172209dc183a9fae81b6d
b0532e7e48729702db60918a8ea44b72319dadc7
/roomai/kuhnpoker/KuhnPokerAction.py
b7dcdecf26880b932be755ad1a6bc439b54099d5
[ "MIT" ]
permissive
abcdcamey/RoomAI
7186b39d2d55dafa98cf40288b73d2977087da41
fe884645b65bff6205d089d24c508b5a37dfdf3b
refs/heads/master
2020-03-25T20:16:12.254187
2018-08-02T15:33:39
2018-08-02T15:33:39
null
0
0
null
null
null
null
UTF-8
Python
false
false
1,098
py
import roomai.common class KuhnPokerAction(roomai.common.AbstractAction): ''' The KuhnPoker action used by the normal players. There are only two actions: bet and check. Examples of usages: \n >> import roomai.kuhnpoker\n >> action = roomai.kuhnpoker.KuhnPokerAction.lookup("bet")\n >> action.key\n ...
[ "lili1987mail@gmail.com" ]
lili1987mail@gmail.com
44392f80ccc1f2b66ba022fbbfaedec999972af8
0c110eb32f2eaea5c65d40bda846ddc05757ced6
/python_scripts/pimriscripts/mastersort/scripts_dir/p7580_run2L6.py
e7e36dc227bc5518683dc0475d734610c58036b9
[]
no_license
nyspisoccog/ks_scripts
792148a288d1a9d808e397c1d2e93deda2580ff4
744b5a9dfa0f958062fc66e0331613faaaee5419
refs/heads/master
2021-01-18T14:22:25.291331
2018-10-15T13:08:24
2018-10-15T13:08:24
46,814,408
0
0
null
null
null
null
UTF-8
Python
false
false
1,199
py
from __future__ import with_statement import os, csv, shutil,tarfile, uf, dcm_ops dest_root = '/ifs/scratch/pimri/soccog/test_working' dst_path_lst = ['7580', 'run2L6'] uf.buildtree(dest_root, dst_path_lst) uf.copytree('/ifs/scratch/pimri/soccog/old/SocCog_Raw_Data_By_Exam_Number/2961/E2961_e4354087/s4409419_1904_2L6_s...
[ "katherine@Katherines-MacBook-Pro.local" ]
katherine@Katherines-MacBook-Pro.local
4a2279505e0d062e31700ce37d3373c049a1adec
53fab060fa262e5d5026e0807d93c75fb81e67b9
/backup/user_001/ch35_2019_06_06_00_27_42_702661.py
1c0d89cb25c60940d66f046a84d71724d1ce4de7
[]
no_license
gabriellaec/desoft-analise-exercicios
b77c6999424c5ce7e44086a12589a0ad43d6adca
01940ab0897aa6005764fc220b900e4d6161d36b
refs/heads/main
2023-01-31T17:19:42.050628
2020-12-16T05:21:31
2020-12-16T05:21:31
306,735,108
0
0
null
null
null
null
UTF-8
Python
false
false
458
py
deposito_inicial = float(input("Depósito inicial: ")) deposito_mensal = float(input("Depósito mensal: ")) taxa_de_juros = float(input("Taxa de juros: ")) total = deposito_inicial juros = taxa_de_juros/100 + 1 mes = 0 while mes < 24: total = total*juros + deposito_mensal mes += 1 print("Saldo do mês {0} é d...
[ "you@example.com" ]
you@example.com
136a3ffeda37fe653bc8b661374d35eefd307b4a
71501709864eff17c873abbb97ffabbeba4cb5e3
/llvm14.0.4/lldb/test/API/functionalities/scripted_process/dummy_scripted_process.py
67850cf57a73dd66d6f168913268a148917aec6d
[ "NCSA", "Apache-2.0", "LLVM-exception" ]
permissive
LEA0317/LLVM-VideoCore4
d08ba6e6f26f7893709d3285bdbd67442b3e1651
7ae2304339760685e8b5556aacc7e9eee91de05c
refs/heads/master
2022-06-22T15:15:52.112867
2022-06-09T08:45:24
2022-06-09T08:45:24
189,765,789
1
0
NOASSERTION
2019-06-01T18:31:29
2019-06-01T18:31:29
null
UTF-8
Python
false
false
2,858
py
import os,struct, signal from typing import Any, Dict import lldb from lldb.plugins.scripted_process import ScriptedProcess from lldb.plugins.scripted_process import ScriptedThread class DummyScriptedProcess(ScriptedProcess): def __init__(self, target: lldb.SBTarget, args : lldb.SBStructuredData): super(...
[ "kontoshi0317@gmail.com" ]
kontoshi0317@gmail.com
b7d9ff78558e217ce2ba72d504a2fc2154ae91b1
6189f34eff2831e3e727cd7c5e43bc5b591adffc
/WebMirror/management/rss_parser_funcs/feed_parse_extractNovelGilegatiCom.py
555142d8fee58800bc37a387984e5f7fdc425216
[ "BSD-3-Clause" ]
permissive
fake-name/ReadableWebProxy
24603660b204a9e7965cfdd4a942ff62d7711e27
ca2e086818433abc08c014dd06bfd22d4985ea2a
refs/heads/master
2023-09-04T03:54:50.043051
2023-08-26T16:08:46
2023-08-26T16:08:46
39,611,770
207
20
BSD-3-Clause
2023-09-11T15:48:15
2015-07-24T04:30:43
Python
UTF-8
Python
false
false
519
py
def extractNovelGilegatiCom(item): ''' Parser for 'novel.gilegati.com' ''' vol, chp, frag, postfix = extractVolChapterFragmentPostfix(item['title']) if not (chp or vol) or "preview" in item['title'].lower(): return None tagmap = [ ('Spirit Conductor', 'Spirit Conductor', 'translat...
[ "something@fake-url.com" ]
something@fake-url.com
25c4685c444ce65edcdfff005e0060f97157f3b3
a46d135ba8fd7bd40f0b7d7a96c72be446025719
/packages/python/plotly/plotly/validators/isosurface/colorbar/_tickcolor.py
8d235833cab3bc7fb1364a4236a3091d952369eb
[ "MIT" ]
permissive
hugovk/plotly.py
5e763fe96f225d964c4fcd1dea79dbefa50b4692
cfad7862594b35965c0e000813bd7805e8494a5b
refs/heads/master
2022-05-10T12:17:38.797994
2021-12-21T03:49:19
2021-12-21T03:49:19
234,146,634
0
0
MIT
2020-01-15T18:33:43
2020-01-15T18:33:41
null
UTF-8
Python
false
false
427
py
import _plotly_utils.basevalidators class TickcolorValidator(_plotly_utils.basevalidators.ColorValidator): def __init__( self, plotly_name="tickcolor", parent_name="isosurface.colorbar", **kwargs ): super(TickcolorValidator, self).__init__( plotly_name=plotly_name, pare...
[ "noreply@github.com" ]
hugovk.noreply@github.com
4f9b132d0127390b4ded48630da6093bf8a6a6c2
5946112229fe1d9a04b7536f076a656438fcd05b
/dev_env/lib/python3.8/site-packages/pygments/console.py
6c024a8d3484cecf9ff30eea0e7135c8eace379a
[]
no_license
Gear-Droid/openCV_study_project
3b117967eb8a28bb0c90088e1556fbc1d306a98b
28c9a494680c4a280f87dd0cc87675dfb2262176
refs/heads/main
2023-05-14T14:27:42.284265
2021-06-05T00:16:09
2021-06-05T00:16:09
307,807,458
0
1
null
null
null
null
UTF-8
Python
false
false
1,792
py
# -*- coding: utf-8 -*- """ pygments.console ~~~~~~~~~~~~~~~~ Format colored console output. :copyright: Copyright 2006-2020 by the Pygments team, see AUTHORS. :license: BSD, see LICENSE for details. """ esc = "\x1b[" codes = {} codes[""] = "" codes["reset"] = esc + "39;49;00m" ...
[ "Vladi003@yandex.ru" ]
Vladi003@yandex.ru
0f29d4819c4edbbd216beaccd65020d52f2aab4c
20176bf4fbd8aec139c7b5a27f2c2e155e173e6e
/data/all-pratic/oinam_singh/myprogram/dfEx4.py
e6046a036d10a2b7017578704d751ac80e542276
[]
no_license
githubjyotiranjan/pytraining
4ac4a1f83cc4270e2939d9d32c705019c5bc61c5
8b50c4ab7848bd4cbfdfbc06489768d577289c66
refs/heads/master
2020-03-19T06:22:20.793296
2018-06-15T20:08:11
2018-06-15T20:08:11
136,013,642
0
0
null
null
null
null
UTF-8
Python
false
false
653
py
import pandas as pd data1={'A':['A0','A1','A2','A3'], 'B':['B0','B1','B2','B3'], 'C':['C0','C1','C2','C3'], 'D':['D0','D1','D2','D3']} df1=pd.DataFrame(data1,index=[0,1,2,3]) data2={'A':['A4','A5','A6','A7'], 'B':['B4','B5','B6','B7'], 'C':['C4','C5','C6','C7'], 'D':['D4','D5','D6'...
[ "jsatapathy007@gmail.com" ]
jsatapathy007@gmail.com
86c175d1f1af29f44d196cc3b3948293dcccab2a
01dad4d1d2ffaf2fa070e99fe828d42f59a9f9d1
/src/pycrop2ml_ui/packages/SQ_Energy_Balance/src/openalea/Netradiationequivalentevaporation.py
9b16174bb6d9032e26b78f9a1441551e454fadc7
[ "BSD-3-Clause", "MIT" ]
permissive
AgriculturalModelExchangeInitiative/Pycrop2ml_ui
5e210facf9689348bb57c16060967118b7c5f49a
3d5d2b87a74f0be306056b71808286922fef2945
refs/heads/master
2023-06-24T13:52:39.933728
2023-06-17T00:17:26
2023-06-17T00:17:26
193,912,881
0
4
MIT
2023-02-25T13:26:57
2019-06-26T13:44:34
Jupyter Notebook
UTF-8
Python
false
false
2,389
py
# coding: utf8 import numpy from math import * def model_netradiationequivalentevaporation(lambdaV = 2.454, netRadiation = 1.566): """ - Description: * Title: NetRadiationEquivalentEvaporation Model * Author: Pierre Martre * Reference: Modelling ener...
[ "ahmedmidingoyi@yahoo.fr" ]
ahmedmidingoyi@yahoo.fr
64a511b95ea60b2cca1c7f11eb3400f1df6d6211
6a61667e176b06ccdef07e84d79b382b2fb491bb
/app/interviews/tests/views/interview.py
d5b9842a2c394d0c54c84f5d15b493e834871cf6
[]
no_license
vsokoltsov/Interview360Server
333f08f13b33ef88928b3e4b844f60e72ebec809
252b0ebd77eefbcc945a0efc3068cc3421f46d5f
refs/heads/master
2022-12-11T05:38:01.310133
2019-03-24T17:47:09
2019-03-24T17:47:09
95,320,167
2
3
null
2022-12-08T04:54:08
2017-06-24T20:09:08
Python
UTF-8
Python
false
false
3,216
py
from . import APITestCase, datetime, Token, Company, HR, CANDIDATE import ipdb class InterviewViewSetTests(APITestCase): """Tests for InterviewViewSet class.""" fixtures = [ "skill.yaml", "user.yaml", "auth_token.yaml", "company.yaml", "vacancy.yaml", "intervie...
[ "vforvad@gmail.com" ]
vforvad@gmail.com
ef80458b3c26c42b8ba73347abdde6d49679144f
7db93c328243cd2f6ffcabb66b0d148bb0e3d198
/lintcode/07BinaryTree/155MinDepthOfBinaryTree.py
e838e2337dde723bea7750ab777d5826379f940f
[ "MIT" ]
permissive
zhaoxinlu/leetcode-algorithms
62cc67efdc1b0e8514c83bb7643b369b4f681948
f5e1c94c99628e7fb04ba158f686a55a8093e933
refs/heads/master
2021-05-11T23:47:43.385660
2018-04-25T08:27:57
2018-04-25T08:27:57
117,520,203
0
0
null
null
null
null
UTF-8
Python
false
false
819
py
# -*- coding: utf-8 -*- """ Editor: Zhao Xinlu School: BUPT Date: 2018-03-10 算法思想: 二叉树的最小深度 """ """ Definition of TreeNode: """ class TreeNode: def __init__(self, val): self.val = val self.left, self.right = None, None class Solution: """ @param root: The root of binary tree @return: An...
[ "446571703@qq.com" ]
446571703@qq.com
cf70a287c7007e7788a1deba514996acca6a6361
d326cd8d4ca98e89b32e6a6bf6ecb26310cebdc1
/BioinformaticsStronghold/inod/inod.py
f56d33de9bff5554c7a1f662eb81fcda0118c1c3
[]
no_license
dswisher/rosalind
d6af5195cdbe03adb5a19ed60fcbf8c05beac784
4519740350e47202f7a45ce70e434f7ee15c6afc
refs/heads/master
2021-08-09T02:58:17.131164
2017-11-12T01:26:26
2017-11-12T01:26:26
100,122,283
0
0
null
null
null
null
UTF-8
Python
false
false
131
py
import sys if len(sys.argv) != 2: print "Enter the number of leaf nodes." sys.exit(1) n = int(sys.argv[1]) print n - 2
[ "big.swish@gmail.com" ]
big.swish@gmail.com
335adfd99ad95714abcd6661f54e15f6570b44c8
6bb80d482bfd0cd5feb6f2d37c7235a27b3466d6
/pretrained-model/multispeaker-separation/fastsep-4-mel.py
1c1ff8e391e1667dc0c0bdcf0ef294f05dbbc4d2
[ "MIT" ]
permissive
dakmatt/malaya-speech
deadb00e1aa8a03593721c26457f35158e67d96d
957cfb1952760c30d3b4a2a2e60b7f142394cbd3
refs/heads/master
2023-04-03T13:56:53.675046
2021-04-19T03:31:40
2021-04-19T03:31:40
null
0
0
null
null
null
null
UTF-8
Python
false
false
4,562
py
import os import warnings os.environ['CUDA_VISIBLE_DEVICES'] = '1' warnings.filterwarnings('ignore') import tensorflow as tf import malaya_speech import numpy as np import IPython.display as ipd import matplotlib.pyplot as plt import malaya_speech.augmentation.waveform as augmentation from malaya_speech.train.model i...
[ "husein.zol05@gmail.com" ]
husein.zol05@gmail.com
a939e1424dc025b49be00eec0aa30b151b213231
caf644aa3e6aa7551567f806481a0465870b7ad8
/login/migrations/0001_initial.py
c58190f1c6d91c015ccb8552792bb1b1bcd7f4ff
[]
no_license
270466585/restudy_dj
86b79ec5924c9c998a2f6841a64509df21ccd885
ba7295ecfd947e475cb328334cc70d68a49c3e51
refs/heads/master
2020-04-18T12:11:13.041477
2019-01-25T10:13:34
2019-01-25T10:13:34
167,526,547
0
0
null
null
null
null
UTF-8
Python
false
false
993
py
# Generated by Django 2.1.5 on 2019-01-25 05:21 from django.db import migrations, models class Migration(migrations.Migration): initial = True dependencies = [ ] operations = [ migrations.CreateModel( name='User', fields=[ ('id', models.AutoField(aut...
[ "27066585@qq.com" ]
27066585@qq.com
2a4db2a394411b0b979fb3fcab54c78eda1e0084
34d6ec6c9a459ab592f82137927107f967831400
/week01/6-plus-one.py
0ba349debae40b719c8d4e01eaa728d962cee038
[ "MIT" ]
permissive
MiracleWong/algorithm-learning-camp
228605311597dc3c29f73d4fb6b7abedc65d05a7
aa5bee8f12dc25992aaebd46647537633bf1207f
refs/heads/master
2023-07-15T21:34:11.229006
2021-09-05T09:06:16
2021-09-05T09:06:16
379,647,005
0
0
null
null
null
null
UTF-8
Python
false
false
276
py
class Solution: def plusOne(self, digits: List[int]) -> List[int]: digits = [str(i) for i in digits] num = int(''.join(digits)) num += 1 num = str(num) res = [] for i in num: res.append(int(i)) return res
[ "cfwr1991@126.com" ]
cfwr1991@126.com
d50dfca35776427690928466b7cbd9a5e88a3c3d
1a80fa7faf79b34c6eff3fa08226964c04bba0c7
/centipede.py
b8d68543cb206384d962841f40fd72365e48ca1e
[ "MIT" ]
permissive
brentru/CircuitPython_Centipede_Chromebook
4d274efd375c59b7197f7b4dd35948a7e85a53ab
b4972aadbfb3890b7b9137373f5c11ae7dd8a727
refs/heads/master
2021-01-25T10:00:16.383835
2018-02-28T20:20:03
2018-02-28T20:20:03
123,333,335
0
0
null
null
null
null
UTF-8
Python
false
false
2,462
py
""" Centipede for Chromebook for CircuitPython Copyright (c) 2018, Brent Rubell for Adafruit Industries Centipede_for_Chromebook_Enrollment by Amplified_Labs Copyright (c) 2016, Amplified IT See the full description at http://labs.amplifiedit.com/centipede Support forums are available at https://plus.google.com/commu...
[ "robots199@me.com" ]
robots199@me.com
2f20ea73c211654103ed77f7d94454777f5cfc0d
37c5a0a8ee807ec7e40bd38d4ecb6d7a8d1e21cd
/src/python/serif/theory/icews_event_mention.py
5aa8b7b09dae41264fbcd246ebabfc270080420a
[ "Apache-2.0" ]
permissive
BBN-E/text-open
3321187f17b3fbc0317c95d32aa3a741c8e9769b
b486a66339a330e94d81850e6acb3a7e34df746e
refs/heads/main
2023-06-10T09:45:57.952476
2023-05-25T18:44:11
2023-05-25T18:44:11
302,090,801
2
0
null
null
null
null
UTF-8
Python
false
false
926
py
from serif.theory.proposition import Proposition from serif.theory.serif_theory import SerifTheory from serif.theory.value_mention import ValueMention from serif.xmlio import _SimpleAttribute, _ChildTheoryElementList, _ReferenceAttribute, _ReferenceListAttribute class ICEWSEventMention(SerifTheory): participants ...
[ "hqiu@bbn.com" ]
hqiu@bbn.com
b0e958e2cf63938be65865ac0cfdf533a47698b0
ff6248be9573caec94bea0fa2b1e4b6bf0aa682b
/output/StudentProblem/10.21.12.1/7/1569572792.py
26ebc69dac781be379b9c65043af3ac844948ef0
[]
no_license
LennartElbe/codeEvo
0e41b1a7705204e934ef71a5a28c047366c10f71
e89b329bc9edd37d5d9986f07ca8a63d50686882
refs/heads/master
2020-12-21T17:28:25.150352
2020-03-26T10:22:35
2020-03-26T10:22:35
236,498,032
0
0
null
null
null
null
UTF-8
Python
false
false
1,069
py
============================= test session starts ============================== platform darwin -- Python 3.7.4, pytest-5.4.1, py-1.8.1, pluggy-0.13.1 rootdir: /tmp collected 1 item ../../../../../tmp F [100%] =================================== FAILURES ==========...
[ "lenni.elbe@gmail.com" ]
lenni.elbe@gmail.com
2abe504e9ab45cb335111ffdbc077fec444f5b0c
dab7eb86a8ffe3fcf012a851b2bf243ff7e06088
/longestpossibleappna_3898/wsgi.py
d89f34b75ea5f57ca3a45a3dcb580dbe20c3e61a
[]
no_license
crowdbotics-apps/longestpossibleappna-3898
54760668be0c30a41fd6235232bf7782e70958a7
dc57d9786b53d7018cca6256c28a8202625345ce
refs/heads/master
2023-05-26T07:21:41.191231
2020-04-30T14:23:13
2020-04-30T14:23:13
260,232,643
0
0
null
2021-06-10T17:01:00
2020-04-30T14:22:47
Python
UTF-8
Python
false
false
427
py
""" WSGI config for longestpossibleappna_3898 project. It exposes the WSGI callable as a module-level variable named ``application``. For more information on this file, see https://docs.djangoproject.com/en/2.2/howto/deployment/wsgi/ """ import os from django.core.wsgi import get_wsgi_application os.environ.setdef...
[ "team@crowdbotics.com" ]
team@crowdbotics.com
737c77a191f20cede4d4431f84652b00e894ce30
d2970ef359537f553e86dc05015b265611bd8f4f
/Aiden/Ceaser_Cypher.py
7c503c72fa83a9975e1d05fd1c12ae791c0e2549
[]
no_license
idcrypt3/camp_2019_07_07
cc68c28f9c84a0ad6ac893cb65a0a48502a09af6
4c748b60f1553072dbda9d4d226b39a32548521f
refs/heads/master
2020-06-17T08:23:30.734953
2019-07-17T16:29:55
2019-07-17T16:29:55
195,860,120
0
0
null
null
null
null
UTF-8
Python
false
false
713
py
alphabet = "abcdefghijklmnopqrstuvwxyz" partialOne = "" partialTwo = "" newAlphabet = "" newMessage = "" message = input("Please enter a secret message: ").lower() key = int(input("Please enter a number to shift by: ")) if key == 0: newAlphabet = alphabet elif key > 0: partialOne = alphabet[:key] partialTw...
[ "idcrypt3@gmail.com" ]
idcrypt3@gmail.com
25a6097e0dd1368a43cac42ba3c40ecfc7ad22aa
03e91d7a923d94a4c0cd016e3c64cdefa7d0e1c5
/order/migrations/0006_productinordermodel_image.py
073bb3ff6d5e5c476b1fc8d43e10aeac1f91c923
[]
no_license
win77g/irashop
0e6afec6fd0397ee82484f718e90502cfc627efb
9244c59ca69e263c24c9ad92ddf355b8f9ee4efc
refs/heads/master
2023-06-30T03:17:09.333673
2021-08-05T21:10:26
2021-08-05T21:10:26
261,574,988
0
0
null
null
null
null
UTF-8
Python
false
false
464
py
# Generated by Django 2.2.11 on 2020-04-05 13:56 from django.db import migrations, models class Migration(migrations.Migration): dependencies = [ ('order', '0005_productinordermodel_size'), ] operations = [ migrations.AddField( model_name='productinordermodel', n...
[ "win21g@mail.ru" ]
win21g@mail.ru
41b624dfe2a84d1fa0848874a189accdc719f795
c61bcb0732a1c92bbed4195573e68393400c9fb7
/suorganizer/suorganizer/settings.py
3dac5bc8cb21252fd0fb73a1d3018c49f0cd77d6
[]
no_license
paulhendricks/django-unleashed
ba181454a644d53a555adf814769965bf7a2fded
209bb4f42e8d6856ff760f46f4338834d96d711d
refs/heads/master
2021-01-20T18:36:33.677366
2016-07-24T23:11:48
2016-07-24T23:11:48
61,044,954
0
0
null
null
null
null
UTF-8
Python
false
false
3,209
py
""" Django settings for suorganizer project. Generated by 'django-admin startproject' using Django 1.9.8. For more information on this file, see https://docs.djangoproject.com/en/1.9/topics/settings/ For the full list of settings and their values, see https://docs.djangoproject.com/en/1.9/ref/settings/ """ import o...
[ "paul.hendricks.2013@owu.edu" ]
paul.hendricks.2013@owu.edu
cc23921f539f87f2abaf47cf8abbe9bab1429e24
c8f10dd7dbb1a4cf2e22f5fc1cef6affa68013f9
/myproject/crm/mixins.py
64dd03a65e19c9dd476331f195ed2c36fd15df26
[]
no_license
olivx/jc-challenge
72f016d47c31fa7c7d8c57222eb60861dbc397ef
55e8c24231605dcaec22f0d24d133e1702daa0c5
refs/heads/master
2021-01-12T09:19:17.059412
2017-02-13T03:06:24
2017-02-13T03:06:24
81,324,849
0
0
null
2017-02-13T03:03:19
2017-02-08T11:52:31
Python
UTF-8
Python
false
false
244
py
# -*- coding: utf-8 -*- class CounterMixin(object): def get_context_data(self, **kwargs): context = super(CounterMixin, self).get_context_data(**kwargs) context['count'] = self.get_queryset().count() return context
[ "rg3915@yahoo.com.br" ]
rg3915@yahoo.com.br
0fa45dc47e6ff8104a20a15bfe36e559a5a7764e
d138deda43e36f6c79c5e3a9ef1cc62c6a92e881
/python/paddle/amp/auto_cast.py
441bc31b93684f94fd1dc36183679f493c03ada0
[ "Apache-2.0" ]
permissive
seiriosPlus/Paddle
51afd6f5c85c3ce41dd72953ee659d1539c19f90
9602a182b2a4979247c09df1ec283fc39cb4a981
refs/heads/develop
2021-08-16T16:05:10.848535
2020-12-27T15:15:19
2020-12-27T15:15:19
123,257,829
2
0
Apache-2.0
2019-12-10T08:22:01
2018-02-28T08:57:42
C++
UTF-8
Python
false
false
2,562
py
# Copyright (c) 2020 PaddlePaddle 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 app...
[ "noreply@github.com" ]
seiriosPlus.noreply@github.com
b991c27bef8a290364d95bb429d91db56f260232
8dffff5ff7f2645a50fd9846198e12e4c96a91da
/32-gcf.py
40180be85f2c2280d2e4c6ac1c55700e901f6693
[]
no_license
akshaypawar2508/Coderbyte-pythonSol
b233c5ee0c34e0413a26b24b423dae45342b9ade
5c7d2028fe09fd02aad7808f88abc40fdea0f81e
refs/heads/master
2022-01-03T09:44:18.635060
2014-07-31T13:32:08
2014-07-31T13:32:08
null
0
0
null
null
null
null
UTF-8
Python
false
false
226
py
def Division(num1,num2): while num2 != 0: num1, num2 = num2, num1%num2 return num1 # keep this function call here # to see how to enter arguments in Python scroll down print Division(raw_input())
[ "xzhu15@illinois.edu" ]
xzhu15@illinois.edu
3de488bf4eb42746d03ff642d52f553da3b0a0a9
38828c16d3f6f466fe416067a099e139ba85a441
/imageupload/migrations/0008_auto_20181011_1407.py
677150fe5f7c6d89d7755a39b13514f4ee8858fc
[]
no_license
finebrush/takeatrips
20c46329af0135f1bc3773a179520f78d042fc53
8641a669f3daca646e915cd82a69d5d61ee7ab3d
refs/heads/master
2022-12-30T08:21:17.191846
2018-11-07T15:29:23
2018-11-07T15:29:23
155,531,775
0
0
null
2022-12-08T02:59:00
2018-10-31T09:33:15
JavaScript
UTF-8
Python
false
false
973
py
# -*- coding: utf-8 -*- # Generated by Django 1.10.3 on 2018-10-11 05:07 from __future__ import unicode_literals from django.db import migrations, models class Migration(migrations.Migration): dependencies = [ ('imageupload', '0007_auto_20181011_1404'), ] operations = [ migrations.Alter...
[ "finebrush.mlab@gmail.com" ]
finebrush.mlab@gmail.com
a348cd18fff127c70b3192663bfbcd78170a7dcf
22d368661afd1ba00378d9da8eacadb86e2d4f95
/vk/types/responses/__init__.py
965c47e5089b6c9feb0aa36b023c7ff21b364cf9
[ "MIT" ]
permissive
yilbegan/vk.py
e5e0887fde758e12577b394cd2636c48a5dc74be
128029969edb57806b1d3d13a0a43613bc33abd3
refs/heads/master
2020-07-08T08:48:13.334133
2019-08-21T15:50:17
2019-08-21T15:50:17
203,623,364
3
1
MIT
2019-08-21T16:28:03
2019-08-21T16:28:03
null
UTF-8
Python
false
false
358
py
from . import others from . import account from . import apps from . import appwidgets from . import auth from . import board from . import database from . import docs from . import fave from . import friends from . import gift from . import groups from . import leadforms from . import leads from . import likes from ....
[ "botyavs@gmail.com" ]
botyavs@gmail.com
ae5aea420cf4046d5d1af7d4f13928738ec44541
fdec477002fb0c5f013faf369d2a1e782172a1d6
/shop/mainapp/api/api_views.py
1b4b14641b6fdb7f493b43dfb8c352a846ffacea
[]
no_license
aimiranarzhigitova/API_projects
19fb416479e5a76dab760f38621e643e2db609cb
8256cc1bc8dc939453c61a39215e89dbd96fecb1
refs/heads/master
2023-05-16T08:52:51.209458
2021-06-06T09:44:53
2021-06-06T09:44:53
374,322,074
1
0
null
null
null
null
UTF-8
Python
false
false
2,602
py
from collections import OrderedDict from rest_framework import generics from rest_framework.response import Response from rest_framework.generics import ListAPIView, ListCreateAPIView, RetrieveUpdateDestroyAPIView from rest_framework.filters import SearchFilter from rest_framework.pagination import PageNumberPaginati...
[ "aymira.narzhigitova@gmail.com" ]
aymira.narzhigitova@gmail.com
efe00f1898d63c1220007f55cbf52362ae1563d3
e43906683d87683705670655bc185d113b797f9c
/spectrumFit/apr2018dijetgamma.py
6d4cf1cd6b365cac3b63ca8791c060ce063d51bd
[]
no_license
Yvonne-Ng/GP
1fcba24faa868c86bee71da26386600e94d179d9
7dba2626fd417d3b6e432160ed49f09980b59d1e
refs/heads/master
2020-03-11T14:22:32.271495
2018-09-11T13:29:03
2018-09-11T13:29:03
130,051,806
0
0
null
null
null
null
UTF-8
Python
false
false
1,438
py
from runFunctions import spectrumGlobalFit if __name__=="__main__": #-----------a template config file -------# config={#-----Title "title": "TrijetBtagged1", "useScaled": False, #-----fit range "xMinFit": 300, "xMaxFit": 1500, "xMinGP": 300, ...
[ "yvonne.ng@cern.ch" ]
yvonne.ng@cern.ch
60bafb492156b02c296679d940270394ce35ffce
683a90831bb591526c6786e5f8c4a2b34852cf99
/HackerRank/Interview/Strings/2_AlternatingCharacters.py
a5e68da537d3ea7f3412c42110cbce7e63191e9a
[]
no_license
dbetm/cp-history
32a3ee0b19236a759ce0a6b9ba1b72ceb56b194d
0ceeba631525c4776c21d547e5ab101f10c4fe70
refs/heads/main
2023-04-29T19:36:31.180763
2023-04-15T18:03:19
2023-04-15T18:03:19
164,786,056
8
0
null
null
null
null
UTF-8
Python
false
false
606
py
# https://www.hackerrank.com/challenges/alternating-characters/problem # Tag(s): Greedy, strings def alternatingCharacters(s): flag_1 = 'A' flag_2 = 'B' x = 0 y = 0 n = len(s) for i in range(n): if s[i] == flag_1: flag_1 = ('B' if flag_1 == 'A' else 'A') else: ...
[ "davbetm@gmail.com" ]
davbetm@gmail.com
260d7c448653d6a14a06b38e37e97db6a29a0c48
c1db9d9bca3c908d5c30f3c02e7bc7bb2dc5b892
/task/models.py
1c1be9e97539791fc75e151a7adcf115623b147f
[]
no_license
rashidhamid139/Practice
00e3aa1f3caa2648d8f62b1791687dd1313608ad
dcfe96a124687ec87545e34fb7021ef2d6e13bdb
refs/heads/master
2023-03-17T13:27:13.719717
2021-03-04T16:28:56
2021-03-04T16:28:56
278,792,646
0
0
null
null
null
null
UTF-8
Python
false
false
342
py
from django.db import models # Create your models here. class Task(models.Model): title = models.CharField(max_length=255) date = models.DateTimeField(auto_now_add=True) completed = models.BooleanField(default=False) class Meta: ordering = ['completed', 'date'] def __str__(self): ...
[ "rashidhamid139@gmail.com" ]
rashidhamid139@gmail.com
6398b36c28197d9034cac3de143b8dbaa16bb367
d24a6e0be809ae3af8bc8daa6dacfc1789d38a84
/other_contests/SMTB2019/A.py
aa4532f9e5732cb8c1cbfa619c0ff436ae54baa8
[]
no_license
k-harada/AtCoder
5d8004ce41c5fc6ad6ef90480ef847eaddeea179
02b0a6c92a05c6858b87cb22623ce877c1039f8f
refs/heads/master
2023-08-21T18:55:53.644331
2023-08-05T14:21:25
2023-08-05T14:21:25
184,904,794
9
0
null
2023-05-22T16:29:18
2019-05-04T14:24:18
Python
UTF-8
Python
false
false
367
py
def solve(m1, d1, m2, d2): if m1 == m2: return 0 else: return 1 def main(): m1, d1 = map(int, input().split()) m2, d2 = map(int, input().split()) res = solve(m1, d1, m2, d2) print(res) def test(): assert solve(11, 16, 11, 17) == 0 assert solve(11, 30, 12, 1) == 1 if...
[ "cashfeg@gmail.com" ]
cashfeg@gmail.com
364c7fbdbdd853836d7faa2d48f0d96d450b696b
eec9299fd80ed057585e84e0f0e5b4d82b1ed9a7
/comment/migrations/0002_auto_20181126_2237.py
f43103e474077979c288a083e9963fdafb9ec8e6
[]
no_license
aimiliya/mysite
f51967f35c0297be7051d9f485dd0e59b8bb60c2
b8e3b639de6c89fb8e6af7ee0092ee744a75be41
refs/heads/master
2020-04-08T19:06:36.539404
2018-12-01T08:05:18
2018-12-01T08:05:18
159,640,181
0
0
null
null
null
null
UTF-8
Python
false
false
504
py
# Generated by Django 2.1.3 on 2018-11-26 14:37 from django.db import migrations, models class Migration(migrations.Migration): dependencies = [ ('comment', '0001_initial'), ] operations = [ migrations.AlterModelOptions( name='coment', options={'ordering': ['-com...
[ "951416267@qq.com" ]
951416267@qq.com
1b8186b33b4e154abe2da78ebfd54ce03d98b9f8
9433ce01c6e2906c694b6f0956a4640e1872d4d2
/src/test/python/wdbd/test_girlant_down.py
e562510bb938cca541c18a206e5bb1b08ea78b43
[]
no_license
shwdbd/python_codepool
fcd7950fc1339994186461ae18c34cee238938ee
92a4fb61d060f9a545499b6b7f99a4dc211d5009
refs/heads/master
2023-02-20T19:49:23.677824
2022-06-15T08:53:51
2022-06-15T08:53:51
209,431,254
0
1
null
2023-02-15T21:58:53
2019-09-19T00:56:03
Python
UTF-8
Python
false
false
2,250
py
#!/usr/bin/env python # -*- encoding: utf-8 -*- ''' @File : test_girlant_down.py @Time : 2020/02/03 19:50:02 @Author : Jeffrey Wang @Version : 1.0 @Contact : shwangjj@163.com @Desc : 影集下载功能单元测试 ''' import unittest import wdbd.codepool.ant.girl_picture_ant as girl_ant import wdbd.codepool.ant.girl_...
[ "shwangjj@163.com" ]
shwangjj@163.com
c62a44507b5b34f7b2ce5401b569a0453dfa4af0
b0b8d735473c79bae43d939a605bc60c07137b46
/devices/readers.py
5a9e606339baaa6e4646113c8ba67d05ebc78fee
[]
no_license
frnhr/plc_lines
39e965d7481bde72c04bf2091497dfb0ec49198e
60366cb5fd3b06d1558da921fe301fdb7a5d017e
refs/heads/master
2022-10-05T08:27:23.669929
2020-05-19T13:12:31
2020-05-19T13:12:31
243,630,119
0
0
null
2022-09-30T01:21:53
2020-02-27T22:31:06
Python
UTF-8
Python
false
false
1,668
py
from __future__ import annotations import json from typing import Optional from django.conf import settings from pylogix.eip import Response, PLC class ReaderError(RuntimeError): """Failed to read PLC device.""" SUCCESS_STATUSES = ("Success", "Partial transfer") class ReaderBase: def __init__(self, ip, ...
[ "fran.hrzenjak@gmail.com" ]
fran.hrzenjak@gmail.com
eeb25bb99a16c36f21171b4e54186e08259a1435
7fdf37c8bb0fe575a28a996ccff08445777d7a59
/image_server/wx_app/migrations/0014_img_fsize.py
d7fdb6906bba047ed956c7a82c573a9bf51fdede
[]
no_license
bushitan/image_str
8285884b3aef06935023afa69d49bfc3baecaf2a
dca6f38cffe1f1d1c72a3a098bc4b106a4f5914d
refs/heads/master
2020-05-21T19:19:39.403015
2017-07-20T08:38:31
2017-07-20T08:38:31
62,543,330
0
0
null
null
null
null
UTF-8
Python
false
false
476
py
# -*- coding: utf-8 -*- from __future__ import unicode_literals from django.db import migrations, models class Migration(migrations.Migration): dependencies = [ ('wx_app', '0013_img_user_id'), ] operations = [ migrations.AddField( model_name='img', name='fsize', ...
[ "373514952@qq.com" ]
373514952@qq.com
b6faa6b647be48cc1f8a41e6d699d2e4bcdb91c4
1897bb1a06572018eee4ef30b56e5e12425a4085
/12306/1.29scrapy中的去重/project29/project29/spiders/custom.py
8a63c14e438f4d34c404792c4fee3a83aaf2c93f
[]
no_license
xiaozhiqi2000/spider_advanced
3f16e140b2f92206ad1ac0298ee0a94f57ad067d
0a32fcb1fd409ae1bf686a7ed9809c2ee277dec7
refs/heads/master
2020-05-27T09:58:06.127519
2016-10-17T07:02:37
2016-10-17T07:02:37
null
0
0
null
null
null
null
UTF-8
Python
false
false
1,259
py
# -*- coding: utf-8 -*- import scrapy import json from scrapy.http.request import Request class CustomSpider(scrapy.Spider): name = 'custom' start_urls = ['https://kyfw.12306.cn/otn/userCommon/allProvince'] custom_settings = { 'DUPEFILTER_DEBUG': True, # 'DUPEFILTER_CLASS': "proje...
[ "xiaozhiqi2015@live.com" ]
xiaozhiqi2015@live.com
03c6825d137329f515bb5c6d91bfd057aefa5a1d
1e08e2c0a1cd9677b35347b9aedd579e8676ee41
/blog/migrations/0004_blogtagindexpage.py
da35bd1521b74920e4add159baf03d570b2e6dcf
[ "MIT" ]
permissive
tbrlpld/wagtail-gatsby-blog-backend
023eb4db9166cc860990bbf0414712932508dfa1
f68f1d9e2577d5271960f142bf37dcbcdac6767a
refs/heads/master
2022-11-30T11:01:48.115493
2020-08-18T17:40:46
2020-08-18T17:40:46
284,381,118
0
0
MIT
2020-08-18T17:47:24
2020-08-02T03:14:21
Python
UTF-8
Python
false
false
752
py
# Generated by Django 2.2.13 on 2020-06-12 01:27 from django.db import migrations, models import django.db.models.deletion class Migration(migrations.Migration): dependencies = [ ('wagtailcore', '0045_assign_unlock_grouppagepermission'), ('blog', '0003_auto_20200612_0111'), ] operations...
[ "tibor@lpld.io" ]
tibor@lpld.io
71263850c4721086a1a743b2e881050df61695dc
caf794c8f43560ef71ba189191d1d8313af3c6ba
/datamanagement/add_generic_dataset.py
8efe998de5033214280312401e780df473631eeb
[]
no_license
sanansakura/sisyphus
007ac7f23edb2bb84ebeb32f6af60796df134b75
eb82e2e141e896bdc5a980c44f908e4f68f68696
refs/heads/master
2021-04-24T02:57:15.308297
2020-03-24T21:49:26
2020-03-24T21:49:26
null
0
0
null
null
null
null
UTF-8
Python
false
false
4,632
py
#!/usr/bin/env python from __future__ import absolute_import from __future__ import division from __future__ import print_function import logging import os import sys import click import json import ast import pandas as pd from utils.constants import LOGGING_FORMAT from utils.runtime_args import parse_runtime_args fr...
[ "andrew.mcpherson@gmail.com" ]
andrew.mcpherson@gmail.com
67b11257facdac50c09a31ffdcc0173abaefcf28
9743d5fd24822f79c156ad112229e25adb9ed6f6
/xai/brain/wordbase/verbs/_exhume.py
d04f4905b10af793887ef7eef394520e46e5b7d8
[ "MIT" ]
permissive
cash2one/xai
de7adad1758f50dd6786bf0111e71a903f039b64
e76f12c9f4dcf3ac1c7c08b0cc8844c0b0a104b6
refs/heads/master
2021-01-19T12:33:54.964379
2017-01-28T02:00:50
2017-01-28T02:00:50
null
0
0
null
null
null
null
UTF-8
Python
false
false
341
py
#calss header class _EXHUME(): def __init__(self,): self.name = "EXHUME" self.definitions = [u'to remove a dead body from the ground after it has been buried'] self.parents = [] self.childen = [] self.properties = [] self.jsondata = {} self.specie = 'verbs' def run(self, obj1 = [], obj2 = []): ...
[ "xingwang1991@gmail.com" ]
xingwang1991@gmail.com
1a2483954aba597c54da8e7a9cd1c48efadc0a79
706f239f0df4586221e6a7aac001626ab531c224
/src/client_libraries/python/dynamics/customerinsights/api/models/measure_metadata_py3.py
35818f8ac79c086ff065198678dc705906946fb2
[ "MIT", "LicenseRef-scancode-generic-cla" ]
permissive
Global19-atlassian-net/Dynamics365-CustomerInsights-Client-Libraries
9681d258c649b005a2379d32b23d374695a6fca4
0ce81ae25e97c3b8de12b97963a8c765c0248238
refs/heads/main
2023-02-28T20:39:33.622885
2021-02-09T23:34:38
2021-02-09T23:34:38
null
0
0
null
null
null
null
UTF-8
Python
false
false
4,925
py
# coding=utf-8 # -------------------------------------------------------------------------- # Code generated by Microsoft (R) AutoRest Code Generator. # Changes may cause incorrect behavior and will be lost if the code is # regenerated. # -------------------------------------------------------------------------- from ...
[ "michaelajohnston@mac.com" ]
michaelajohnston@mac.com
a5201f74952396af8a36123428177ee24f8d8dd1
c65d9b487df6cdbbe6c4cb773f262ac13270e095
/engine_modules/corporation/migrations/0007_auto_20151030_1102.py
e9e515d8af2970235652b1329b532c59639fab9e
[]
no_license
Neamar/corporate
40c254e068f84d59109b25c49a7f613b4b9c7cdc
3029e2e46087172d7ac187309b771b275446d0ce
refs/heads/master
2021-06-21T20:26:34.471294
2021-03-06T08:40:53
2021-03-06T08:40:53
15,422,111
5
0
null
2020-07-24T19:38:15
2013-12-24T16:57:52
Python
UTF-8
Python
false
false
769
py
# -*- coding: utf-8 -*- from __future__ import unicode_literals from django.db import models, migrations class Migration(migrations.Migration): dependencies = [ ('corporation', '0006_auto_20150813_1714'), ] operations = [ migrations.AlterField( model_name='assetdelta', ...
[ "neamar@neamar.fr" ]
neamar@neamar.fr
dd0572748eea6b61edb50906f94377efe2355281
077c91b9d5cb1a6a724da47067483c622ce64be6
/fuzz_pyretic_mesh_proactive_firewall_no_close_check_loop_mcs_with_max_replays_5/interreplay_39_r_3/replay_config.py
11cfacf3dd3ff4ad4b224792869d3fc7f377c640
[]
no_license
Spencerx/experiments
0edd16398725f6fd9365ddbb1b773942e4878369
aaa98b0f67b0d0c0c826b8a1565916bf97ae3179
refs/heads/master
2020-04-03T10:11:40.671606
2014-06-11T23:55:11
2014-06-11T23:55:11
null
0
0
null
null
null
null
UTF-8
Python
false
false
1,225
py
from config.experiment_config_lib import ControllerConfig from sts.topology import * from sts.control_flow import Replayer from sts.simulation_state import SimulationConfig from sts.input_traces.input_logger import InputLogger simulation_config = SimulationConfig(controller_configs=[ControllerConfig(start_cmd='./pyre...
[ "cs@cs.berkeley.edu" ]
cs@cs.berkeley.edu
f52e97d68bc016b621734e17240755ff95ec2b80
215fe73df20c3d44214c8693434617210f0aba9e
/barViz.py
c2bc1f3a0d9ef171f11b4e9ce1fb62d58ee4ca9c
[]
no_license
Schuck9/Game_Transition
1c5ae2e902b6f6ae6ec636143edb377d7c010546
44450ddd0161578231d4a340f348c2f8d9dcfb64
refs/heads/master
2022-07-18T21:36:00.091202
2020-05-19T01:36:39
2020-05-19T01:36:39
260,609,205
0
0
null
null
null
null
UTF-8
Python
false
false
1,372
py
""" A simple implementation of Ultimatum Game visualization @date: 2020.5.18 @author: Tingyu Mo """ import numpy as np import pandas as pd import os import time import fractions import matplotlib matplotlib.use('Agg') import matplotlib.pyplot as plt from matplotlib.colors import BoundaryNorm from matplot...
[ "noreply@github.com" ]
Schuck9.noreply@github.com
bc1188fe3e82e135991a580d3245a4232bca1a39
c39f999cae8825afe2cdf1518d93ba31bd4c0e95
/PYME/Analysis/LMVis/tcHist.py
83371f074e9cd421f12f1495b9a26991ead89c65
[]
no_license
WilliamRo/CLipPYME
0b69860136a9b2533f2f29fc29408d7471cb934d
6596167034c727ad7dad0a741dd59e0e48f6852a
refs/heads/master
2023-05-11T09:50:58.605989
2023-05-09T02:17:47
2023-05-09T02:17:47
60,789,741
3
1
null
2016-06-17T08:52:44
2016-06-09T16:30:14
Python
UTF-8
Python
false
false
1,682
py
#!/usr/bin/python ################## # tcHist.py # # Copyright David Baddeley, 2009 # d.baddeley@auckland.ac.nz # # 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...
[ "willi4m@zju.edu.cn" ]
willi4m@zju.edu.cn
352ccb19b87d55b6408f0744e1b2d22f5f1fa9a8
3cf1535ce25f3f0a71bfd5c7697b0efd1a9ce08c
/Experiments/forontiers_jupyter/pipe_utils.py
40ad6099d3b3d895a5d271f28ead36f985a5adde
[ "MIT" ]
permissive
junhull/Resic
11ac59a2caf4399822f6280fee41275a7a1fd5a8
30b96870713a3dfb356122cb71576dd00be60329
refs/heads/main
2023-05-31T11:30:11.469612
2021-06-25T17:34:29
2021-06-25T17:34:29
null
0
0
null
null
null
null
UTF-8
Python
false
false
3,157
py
import os from tkinter import filedialog from tkinter import * import itertools import subprocess from functools import partial import Processing.genome_3nt as genome_3nt # TODO note that orchestration is done in functions with clear explanation def all_genome_pair_combinations(): yield from itertools.combination...
[ "you@example.com" ]
you@example.com
64f56a690ecf18c897dc21fc3c4486792d2c8951
e3c8f786d09e311d6ea1cab50edde040bf1ea988
/Incident-Response/Tools/grr/grr/client/grr_response_client/local/binary_whitelist.py
8c4e5b27c32b76d489f50185d4ea98a673d345b2
[ "MIT", "Apache-2.0" ]
permissive
foss2cyber/Incident-Playbook
d1add8aec6e28a19e515754c6ce2e524d67f368e
a379a134c0c5af14df4ed2afa066c1626506b754
refs/heads/main
2023-06-07T09:16:27.876561
2021-07-07T03:48:54
2021-07-07T03:48:54
384,988,036
1
0
MIT
2021-07-11T15:45:31
2021-07-11T15:45:31
null
UTF-8
Python
false
false
607
py
#!/usr/bin/env python """Deployment-specific whitelisted binaries.""" from __future__ import absolute_import from __future__ import division from __future__ import unicode_literals def IsExecutionWhitelisted(cmd, args): """Check if a binary and args is whitelisted. Args: cmd: Canonical path to the binary. ...
[ "a.songer@protonmail.com" ]
a.songer@protonmail.com
f4a5f6ff610a2ef870fbcd75f625332f734d48f0
7f52618136c8d9b9ba0ce8f89f3fcc90c4e6feb7
/csa_new/csa_new/doctype/umpire/test_umpire.py
680f95b417bffcbca637abc61e953926fe0cf808
[ "MIT" ]
permissive
Jishnu70055/user_management
7ade7f196f974ea0b3ddb220e3fca49665d9de3b
82d3d2c85a62c7f1162633c164cb7d50e229d2fd
refs/heads/main
2023-07-06T14:03:00.213723
2021-08-10T12:42:10
2021-08-10T12:42:10
394,649,042
0
0
null
null
null
null
UTF-8
Python
false
false
137
py
# Copyright (c) 2021, sd and Contributors # See license.txt # import frappe import unittest class TestUmpire(unittest.TestCase): pass
[ "jishnudq70055@gmail.com" ]
jishnudq70055@gmail.com
cfd15ad4fd1f86eb6e93d87b51cc4e985e79c39d
3d9ec6fddb04669104091b2f3b6f8fd0617db64d
/api/cloud_provider/compute_model.py
0665ec64b08f60672fbcf8a1d2059be952f4c802
[ "Apache-2.0" ]
permissive
lixianseng-limeidong/KubeOperator
b4403de8b38de54b5d0f153b19da38e6870283b3
124d7d9320a563d7f9f82c82bb762b523f921567
refs/heads/master
2020-08-07T17:34:35.196221
2019-10-08T03:12:20
2019-10-08T03:12:20
null
0
0
null
null
null
null
UTF-8
Python
false
false
352
py
import logging import os import yaml from fit2ansible.settings import CLOUDS_RESOURCE_DIR logger = logging.getLogger(__name__) compute_models = [] def load_compute_model(): with open((os.path.join(CLOUDS_RESOURCE_DIR, 'compute_model_meta.yml'))) as f: logger.info('Load compute model meta') comp...
[ "scydeai@qq.com" ]
scydeai@qq.com
07f03ddd26a9d4f0c1263c883b35fa596a4e0cf2
517a7be46b56c7a9658255dc9d2abc5872ead589
/Line_sweep/the_skyline_problem.py
1ce50e56c6eb0758eaccfbaa556cedda5445be58
[]
no_license
timwangmusic/Algorithm-Design
d1f1f7cdd6b769edbb0fa0d6cf5ddd641568baeb
5aea290f55ec80d733c596fd6fa595adac776b97
refs/heads/master
2022-10-03T12:23:26.134172
2020-05-22T00:38:47
2020-05-22T03:55:51
null
0
0
null
null
null
null
UTF-8
Python
false
false
1,575
py
import collections import heapq from typing import List """ Skyline problem A city's skyline is the outer contour of the silhouette formed by all the buildings in that city when viewed from a distance. Now suppose you are given the locations and height of all the buildings, output the skyline formed by these building...
[ "weihewang2012@gmail.com" ]
weihewang2012@gmail.com
df9d3e526751041179700b307c8cfb940b7c8a4b
e2426d7c01500ca4a2df4e4555f217f957baf957
/cows/xml/util.py
9a9fbbd3fc3cc0537e00ab8b27933d2b0ba9c54a
[ "BSD-3-Clause", "BSD-2-Clause" ]
permissive
cedadev/cows
959a5e1ad220cfe0cce48a2131d6971106c765aa
db9ed729c886b271ce85355b97e39243081e8246
refs/heads/master
2020-03-16T15:17:45.710584
2018-05-09T10:35:47
2018-05-09T10:36:37
132,736,968
2
0
null
null
null
null
UTF-8
Python
false
false
1,124
py
# BSD Licence # Copyright (c) 2009, Science & Technology Facilities Council (STFC) # All rights reserved. # # See the LICENSE file in the source distribution of this software for # the full license text. # Copyright (C) 2007 STFC & NERC (Science and Technology Facilities Council). # This software may be distributed un...
[ "ag.stephens@stfc.ac.uk" ]
ag.stephens@stfc.ac.uk
864325413a3e37a779f35facb6b7925229555615
fac6e2aeba6873719a349f3f088a22183f92466c
/oracle/python/protectOracle/protectOracle.py
00a0c61070908e63a21adc4ecbae136f980d078c
[]
no_license
geoffaskam/scripts
b8cd177f19c9990f93317d245d8ea87fe4cbfff3
1909d2dad935f10a26992a17541407b07c6b7884
refs/heads/master
2023-08-20T14:26:36.900054
2021-09-13T10:32:11
2021-09-13T10:32:11
null
0
0
null
null
null
null
UTF-8
Python
false
false
5,570
py
#!/usr/bin/env python """Protect Oracle""" # usage: # ./protectOracle.py -v mycluster \ # -u myuser \ # -d mydomain.net \ # -p 'My Policy' \ # -j 'My New Job' \ # -z 'America/New_York' \ # -s myserver.mydo...
[ "bseltzer@cohesity.com" ]
bseltzer@cohesity.com
439d402a75de7bc30ffde90e79926a8c711ed6fc
f88f900c0384f6da82eeb749371ad44115527700
/course-book/09-matching/0911-sift.py
22566d262cac06e2ecb7a1028026128497681c01
[]
no_license
aaron-kr/learning-opencv
eff382e8f0c822400f765451d57b192a63cd1b74
158239f0140569aec519fc1fbf255c54ef2567d2
refs/heads/main
2023-08-21T11:02:49.775425
2021-10-27T00:04:01
2021-10-27T00:04:01
null
0
0
null
null
null
null
UTF-8
Python
false
false
1,619
py
# 0911.py # SIFT = Scale Invariant Feature Transform import cv2 import numpy as np #1 def distance(f1,f2): x1,y1 = f1.pt x2,y2 = f2.pt return np.sqrt((x2-x1) ** 2 + (y2-y1) ** 2) def filteringByDistance(kp, distE = 0.5): size = len(kp) mask = np.arange(1, size + 1).astype(np.bool8) # all True ...
[ "jekkilekki@gmail.com" ]
jekkilekki@gmail.com
bf2e7bde9751dd59167e44ff617162cc3d743610
482ed16cd1c8d721e98a9c460555802f7cce8906
/run-tests/t226.py
c3179519a2fe24c123647a0afa2d80f4d0ce9940
[ "MIT" ]
permissive
forkcodeaiyc/skulpt_parser
ea2347b2a452476854cf03412474fae63bca31c0
dd592e9b91bcbbe0c5cfdb5c2da0fb5ae604a428
refs/heads/master
2023-09-04T11:32:09.760317
2021-10-11T22:58:18
2021-10-11T22:58:18
null
0
0
null
null
null
null
UTF-8
Python
false
false
331
py
for const in (1, 2, 3): print(const) def f(): for const in (1, 2, 3): print(const) for object in (1, 2, 3): print(object) instanceof = 5 void = 6 var = 7 delete = 8 switch = 9 default = 10 catch = 11 print((instanceof, void, var, delete, switch, default, cat...
[ "albert-jan.nijburg@babylonhealth.com" ]
albert-jan.nijburg@babylonhealth.com
1f42f6a26b04a814d2e50725049e505104c4b7cb
b9286e5866373b777739f8a13ee06afa810451d5
/antisocial/main/tests/test_models.py
2a872f2af2ccf6ce8b1c891b839a08896ddffdcb
[ "BSD-3-Clause" ]
permissive
peicheng/antisocial
ff476d965e5f37cf038c88b13146ffe30dcd8e27
7ba8da6aa58ee20e5f01870b30a62d478cc707c9
refs/heads/master
2021-01-12T12:18:25.290271
2016-10-25T13:27:34
2016-10-25T21:08:25
null
0
0
null
null
null
null
UTF-8
Python
false
false
1,946
py
from django.test import TestCase from antisocial.main.models import Feed, Entry, extract_published from datetime import datetime, timedelta def feed_factory(): return Feed.objects.create( url="http://example.com/", guid="1234", title="test feed", last_fetched=datetime.now(), ...
[ "anders@columbia.edu" ]
anders@columbia.edu
bae7da5bd3bf39389bc7010564d8a48d2f341187
0377a4135f9e8940809a62186b229295bed9e9bc
/剑指offer/素数对/solution.py
8f7cd0843bb2c0886a8583a50ff0752e5a9d95fa
[]
no_license
neko-niko/leetcode
80f54a8ffa799cb026a7f60296de26d59a0826b0
311f19641d890772cc78d5aad9d4162dedfc20a0
refs/heads/master
2021-07-10T10:24:57.284226
2020-09-13T11:28:45
2020-09-13T11:28:45
198,792,951
0
0
null
null
null
null
UTF-8
Python
false
false
657
py
# 给定一个正整数,编写程序计算有多少对质数的和等于输入的这个正整数,并输出结果。输入值小于1000。 # 如,输入为10, 程序应该输出结果为2。(共有两对质数的和为10,分别为(5,5),(3,7)) import math def Solution(num): cot = 0 for i in range(1, (num // 2)+1): if Judge(i): if Judge(num-i): cot += 1 return cot def Judge(num): if num <= 2: ...
[ "2361253285@qq.com" ]
2361253285@qq.com
863df0383c9787e542ce56e905fdafa519dba0cc
adecd0537a42ae728db1dea2b754c503dc533f9f
/docs/cycles.py
b92db1c1aa11ae72731c03e42d231df14990ecaa
[ "MIT" ]
permissive
mickaellalande/proplot
596ab4a2c9c820b64b38bf6f54ccda440e98fe4a
31bdb57f88190dc64f70bbd4d784b1af69ec36fc
refs/heads/master
2022-12-17T12:00:43.428061
2020-09-23T15:04:10
2020-09-23T15:04:10
287,268,054
0
0
MIT
2020-08-13T12:02:26
2020-08-13T12:02:26
null
UTF-8
Python
false
false
7,362
py
# --- # jupyter: # jupytext: # text_representation: # extension: .py # format_name: percent # format_version: '1.3' # jupytext_version: 1.3.0 # kernelspec: # display_name: Python 3 # language: python # name: python3 # --- # %% [raw] raw_mimetype="text/restructuredtext" # .. ...
[ "lukelbd@gmail.com" ]
lukelbd@gmail.com
0bf18a73e83e14446d208b46726489c1f8870061
e99dfc900052272f89d55f2fd284389de2cf6a73
/apostello/loaddotenv.py
4a4189db4fdd1e2b38c5c29fcd1b383351778925
[ "MIT" ]
permissive
armenzg/apostello
a3e6ca3d34917608af79fbab4134ee4de1f5e8ee
1827547b5a8cf94bf1708bb4029c0b0e834416a9
refs/heads/master
2021-01-18T18:16:02.364837
2017-03-22T20:34:21
2017-03-22T20:34:21
null
0
0
null
null
null
null
UTF-8
Python
false
false
274
py
#!/usr/bin/env python import os from dotenv import load_dotenv def loaddotenv(): """Load env vars from .env file.""" fname = '.env' dotenv_path = os.path.abspath( os.path.join(os.path.dirname(__file__), '..', fname) ) load_dotenv(dotenv_path)
[ "montgomery.dean97@gmail.com" ]
montgomery.dean97@gmail.com
7bf14c0c23f8195723424bf053dcaecb469ab14c
8e90a7759ec7143427823547e0fbff58e0343aaa
/training_api/application/paths/services/path_service.py
a82588bb1dc00c46b4dd497a83fefd245a8bb3a8
[ "LicenseRef-scancode-free-unknown", "Apache-2.0" ]
permissive
BMW-InnovationLab/BMW-TensorFlow-Training-GUI
646a6f86f26887e94351b4c572b7fe7f0842f75c
06531dae14365986c86baf735fd149317f4bb67a
refs/heads/master
2023-07-20T01:48:27.299962
2023-07-12T15:22:22
2023-07-12T15:22:22
227,429,492
1,030
198
Apache-2.0
2023-05-22T17:40:23
2019-12-11T18:06:11
Python
UTF-8
Python
false
false
528
py
import json from domain.models.paths import Paths from domain.services.contract.abstract_path_service import AbstractPathService class PathService(AbstractPathService): """ A class used to get paths from path.json and return object of type Paths ... """ def __init__(self): with open("...
[ "Daniel.Jess@bmw.de" ]
Daniel.Jess@bmw.de
bec7895cdef7c093a11c9933c559bcc908c7a1b2
3839400cb89316ce591667f17c0f72c85b16b242
/misc/mutalyzer-comparison/bin/hgvs-g-to-c
d346afda01cd8ec0c8a126fa0bcb3f0c43d687a3
[ "Apache-2.0" ]
permissive
HealthVivo/hgvs-1
73f768345fb2144c1c737a00436e524c22a9423d
26aba8877791b0f94f1e14a5a49c60bcdaf2e6fd
refs/heads/master
2020-12-13T01:28:10.625165
2014-09-03T05:51:43
2014-09-03T05:51:43
null
0
0
null
null
null
null
UTF-8
Python
false
false
2,360
#!/usr/bin/env python # -*- coding: utf-8 -*- from __future__ import absolute_import, division, print_function, unicode_literals """compare hgvs and mutalyzer for c. and g. variants provided on the command line The comparison has two basic cases: 1) When a c. variant is provided, it is converted to g. by both hgv...
[ "reecehart@gmail.com" ]
reecehart@gmail.com
74ddc9a8dc922ee096e065d875cfc1e898f7a31d
2031771d8c226806a0b35c3579af990dd0747e64
/pyobjc-framework-SystemConfiguration/PyObjCTest/test_scpreferences.py
ee461b1fa5e0c25b9106f2e1df010723e61a60ec
[ "MIT" ]
permissive
GreatFruitOmsk/pyobjc-mirror
a146b5363a5e39181f09761087fd854127c07c86
4f4cf0e4416ea67240633077e5665f5ed9724140
refs/heads/master
2018-12-22T12:38:52.382389
2018-11-12T09:54:18
2018-11-12T09:54:18
109,211,701
2
0
null
null
null
null
UTF-8
Python
false
false
2,819
py
from PyObjCTools.TestSupport import * from SystemConfiguration import * #from SecurityFoundation import SFAuthorization class TestSCPreferences (TestCase): def testConstants(self): self.assertEqual(kSCPreferencesNotificationCommit, 1<<0) self.assertEqual(kSCPreferencesNotificationApply, 1<<1) ...
[ "ronaldoussoren@mac.com" ]
ronaldoussoren@mac.com
136a39269006d806aaa99a0bac22de80bf3cab16
5a0b6cc5f6e0c19503fb4eb713cfa5c8a6f657d1
/apps/accounts/forms.py
a777ce3364ff9763a8e79ad60147081e419d5410
[]
no_license
ehoversten/django_user_auth
5069780a70c3c7ce8707b107907f45e9a98e0583
91f5bc75f5bcc95c714f55f6ebcb2b4b50083d47
refs/heads/master
2020-04-02T03:15:27.770591
2018-10-21T23:47:48
2018-10-21T23:47:48
153,954,359
0
0
null
null
null
null
UTF-8
Python
false
false
936
py
from django import forms from django.contrib.auth.models import User from django.contrib.auth.forms import UserCreationForm class UserCreateForm(UserCreationForm): email = forms.EmailField(required=True) # you can set extra validations here to prevent is_valid from succeeding f you don't want it to. first...
[ "ehoversten@gmail.com" ]
ehoversten@gmail.com
97e39489a1008862592dc919c505fe0a8e088228
d346c1e694e376c303f1b55808d90429a1ad3c3a
/medium/284.Peeking_Iterator.py
1fc3679df11e721e85b5a1d2040e23cc759c49a1
[]
no_license
littleliona/leetcode
3d06bc27c0ef59b863a2119cd5222dc94ed57b56
789d8d5c9cfd90b872be4a4c35a34a766d95f282
refs/heads/master
2021-01-19T11:52:11.938391
2018-02-19T03:01:47
2018-02-19T03:01:47
88,000,832
0
0
null
null
null
null
UTF-8
Python
false
false
1,338
py
# Below is the interface for Iterator, which is already defined for you. # class Iterator(object): def __init__(self, nums): """ Initializes an iterator object to the beginning of a list. :type nums: List[int] """ self.L = [] for i,num in enumerate(nums): ...
[ "aria@Arias-MacBook-Pro.local" ]
aria@Arias-MacBook-Pro.local
c5a1e157aea842650f2144ec231bb7166234b266
4bfc3c184e736bb68dccbb6d5657f11c950df002
/tests/operators/vector/test_minimum_ad_001.py
7d7952f9c327d7e59295b101f0f6af6ed9cc7880
[ "Apache-2.0", "Zlib", "BSD-3-Clause", "MIT", "LicenseRef-scancode-unknown-license-reference", "Unlicense", "BSD-2-Clause" ]
permissive
laekov/akg
159aa64ef6135222b5af784c408731275dfa9bdb
5316b8cb2340bbf71bdc724dc9d81513a67b3104
refs/heads/master
2022-12-01T04:09:03.548063
2020-08-19T08:38:57
2020-08-19T08:41:28
288,678,192
0
0
Apache-2.0
2020-08-19T08:41:30
2020-08-19T08:36:53
Python
UTF-8
Python
false
false
2,560
py
# Copyright 2020 Huawei Technologies Co., Ltd # # 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...
[ "ckey.chengbin@huawei.com" ]
ckey.chengbin@huawei.com
3059be9fd2c16b15f1b6fae6da39e0af08430466
1f7847055332e16614f5358f0ec39b39bb9a66a7
/exercises/14_generators/test_task_14_1a.py
4b50c494e9e7b9b19e0aae6f7a719e0deb3d277b
[]
no_license
satperm/advpyneng-examples-exercises
6641dae31fa7f44db7e99547bc70d740988f21b9
6b12c320cace1d303dae38ddba9b19550a8708ec
refs/heads/master
2022-12-14T09:28:48.255804
2020-09-06T14:14:42
2020-09-06T14:14:42
null
0
0
null
null
null
null
UTF-8
Python
false
false
1,909
py
import time import pytest import task_14_1a from collections.abc import Generator import sys sys.path.append('..') from common_functions import check_function_exists, check_function_params def test_func_created(): '''Проверяем, что функция создана''' check_function_exists(task_14_1a, 'get_intf_ip') def tes...
[ "nataliya.samoylenko@gmail.com" ]
nataliya.samoylenko@gmail.com
8d66c48f1cf17ed6e117de35119616e410c9e269
3b2867636844ab4b402ef091b61222a5870bae6e
/year2017/day14.py
765292b38d049a9d76ff935743617f5776e13d1b
[]
no_license
feigaoxyz/adventofcode
f992478ff6518930a60b9d4e15e5902d1f208f06
18918e16709eef833544f48d8c1a46c93d950000
refs/heads/master
2021-06-21T18:33:45.229440
2021-01-12T16:10:03
2021-01-12T16:10:03
51,060,975
0
0
null
null
null
null
UTF-8
Python
false
false
1,939
py
from common import load_input from day10 import knot_hash_full PART1_DOC = """Part 1: For i in 0..127, how many '1' in 128 knot hashes (day 10) of strings "INPUT-$i"? """ PART2_DOC = """Part 2: Return number of connected components (4-direction) of 1's """ def disk_grid_recover(raw: str) -> list: grid = [] ...
[ "contact@feigao.org" ]
contact@feigao.org
0603ccdfdf7026c83b1b6adbeb8206cdd97687ee
69371d185a807c2754c460e7c7ccf8debe1bf384
/src/robot/parsing/lexerwrapper.py
97cc47e501426872e8e91563105988f3798536ef
[ "Apache-2.0", "CC-BY-3.0" ]
permissive
eternalconcert/robotframework
bf5b8df519642fe383ba82f15f2b4c4f467a5c5e
802f6a4986a34a6f64f7b48467d0a38f2b14fdd8
refs/heads/master
2020-07-17T09:38:35.126356
2019-09-04T20:13:47
2019-09-04T20:13:47
205,995,467
2
0
NOASSERTION
2019-09-03T05:25:15
2019-09-03T05:25:14
null
UTF-8
Python
false
false
2,301
py
# Copyright 2008-2015 Nokia Networks # Copyright 2016- Robot Framework Foundation # # 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 ...
[ "peke@iki.fi" ]
peke@iki.fi
1ffd905a0dc4a4c67f0015ba2c5379758054c570
f281d0d6431c1b45c6e5ebfff5856c374af4b130
/DAY100~199/DAY148-LEET1011-CapacityToShipPackagesWithinDDays/joohyuk.py
2fff9fa5c66fb2651695712afd4d3d1c98716ac2
[]
no_license
tachyon83/code-rhino
ec802dc91dce20980fac401b26165a487494adb4
b1af000f5798cd12ecdab36aeb9c7a36f91c1101
refs/heads/master
2022-08-13T09:10:16.369287
2022-07-30T11:27:34
2022-07-30T11:27:34
292,142,812
5
6
null
null
null
null
UTF-8
Python
false
false
359
py
import sys si = sys.stdin.readline def solve(weights,d): t=sum(weights) s,e=0,t while s<e: m=(s+e)//2 hold,c=0,0 for e in weights: if hold<m: hold+=e else: hold=e c+=1 if c<d: e=m e...
[ "noreply@github.com" ]
tachyon83.noreply@github.com
4e60cf2724fa2e5c06ab75f0f32b8a440d656ec1
cd4bbecc3f713b0c25508d0c5674d9e103db5df4
/toontown/minigame/TwoDCamera.py
5e1022d1ec3b0d80cd7d937278f60e318d768b98
[]
no_license
peppythegod/ToontownOnline
dce0351cfa1ad8c476e035aa3947fdf53de916a6
2e5a106f3027714d301f284721382cb956cd87a0
refs/heads/master
2020-04-20T05:05:22.934339
2020-01-02T18:05:28
2020-01-02T18:05:28
168,646,608
11
2
null
null
null
null
UTF-8
Python
false
false
2,591
py
from pandac.PandaModules import * from direct.interval.IntervalGlobal import * from direct.task.Task import Task from direct.directnotify import DirectNotifyGlobal from direct.distributed import DistributedObject from toontown.minigame import ToonBlitzGlobals import math class TwoDCamera(DistributedObject.Distributed...
[ "47166977+peppythegod@users.noreply.github.com" ]
47166977+peppythegod@users.noreply.github.com
bc4ea94f6b02b9e24b146d3a2061fc53211512ef
3ec4823d1cf7197da0fe086613383c0d2f85ba7b
/Lesson 7 function/7.4_positional_arguments.py
4c675f46308702213181bef6274075a9463ee4dc
[]
no_license
JamCrumpet/Lesson-notes
268f114d420cd55ec3c87c9334814a6e8398b6e6
501ef9687be8da4205a640fbc391444ebd65a15d
refs/heads/master
2022-12-16T05:58:35.413156
2020-09-16T14:52:19
2020-09-16T14:52:19
288,780,558
0
0
null
null
null
null
UTF-8
Python
false
false
697
py
# when calling a function python will match each argument in the function call with a parameter ... # ... in the function definition # the simplest way to do this is bases on the order of the argument provided # values match up this way are called positional argument # for example consider a function that display...
[ "noreply@github.com" ]
JamCrumpet.noreply@github.com
3acd80e802c20c4c87da449e8fecd10a0d1bbc5d
1595ffcb2e59f511cabf4b9dc2b8de66862cc5a2
/run_phase1.py
9edf2f184e13eb252df596eb0256db2ff85e9163
[]
no_license
littlepretty/SensorPGM
ab741064f2c9d8c5a6c8a917ef235250f80829eb
06c8c980b0724f18247dab31a545c504f99e045b
refs/heads/master
2021-01-14T12:44:42.769800
2016-05-05T14:39:09
2016-05-05T14:39:09
52,915,875
0
0
null
null
null
null
UTF-8
Python
false
false
6,346
py
#!/usr/bin/env python import csv import logging as lg import numpy as np import matplotlib.pyplot as plt import matplotlib from python_log_indenter import IndentedLoggerAdapter def learnModel(filename, n=48, m=50): f = open(filename, 'rb') reader = csv.reader(f) day1 = [] day2 = [] day3 = [] ...
[ "littlepretty881203@gmail.com" ]
littlepretty881203@gmail.com
e4e7ba162eaf4533e33f22af3e2304d322d02af4
d554b1aa8b70fddf81da8988b4aaa43788fede88
/5 - Notebooks e Data/1 - Análises numéricas/Arquivos David/Atualizados/logDicas-master/data/2019-1/226/users/4150/codes/1585_1015.py
7c3f11b65c17fa5d163e69c25b1d75d669bc1e27
[]
no_license
JosephLevinthal/Research-projects
a3bc3ca3b09faad16f5cce5949a2279cf14742ba
60d5fd6eb864a5181f4321e7a992812f3c2139f9
refs/heads/master
2022-07-31T06:43:02.686109
2020-05-23T00:24:26
2020-05-23T00:24:26
266,199,309
1
0
null
null
null
null
UTF-8
Python
false
false
438
py
# Teste seu codigo aos poucos. # Nao teste tudo no final, pois fica mais dificil de identificar erros. # Nao se intimide com as mensagens de erro. Elas ajudam a corrigir seu codigo. a = int(input("valor 1: ")) b = int(input("valor 2: ")) c = int(input("valor 3: ")) minimo = (min(a,b,c)) maximo = (max(a,b,c)) interme...
[ "jvlo@icomp.ufam.edu.br" ]
jvlo@icomp.ufam.edu.br
9e09f4b3ae1d0853cbe16395aa8aa8d3699e6d1e
306d2a92fb331aec6ddf0794b538d6e3385a0df9
/app/model/account.py
8f9c579c1ff38d8f743848f6c95fcc6bd5f55c7f
[]
no_license
Zarinabonu/ForceApp
f343d3a52aee08890230c5425c9e238df99c5a7f
13f8e8613999c4850fc6f0bfcec66f897eecbe4a
refs/heads/master
2020-12-10T08:00:25.072289
2020-01-20T13:14:07
2020-01-20T13:14:07
233,540,795
0
0
null
null
null
null
UTF-8
Python
false
false
1,320
py
from random import randint, randrange from django.contrib.auth.models import User from django.db import models from django.db.models.signals import post_save from django.dispatch import receiver from rest_framework.authtoken.models import Token class Account(models.Model): user = models.ForeignKey(User, on_delet...
[ "zarinabonu199924@gmail.com" ]
zarinabonu199924@gmail.com
fe65fbb3d6367aae8acb39fc61f23ca80d548b1a
aa2157e595b89c3512857e41fee16e8b11d7a657
/Fresher Lavel Logical Programms/Between Two number print prime number.py
94f23ce6807fc887991b4303536dbc6271acaff8
[]
no_license
biswaranjanroul/Python-Logical-Programms
efee6276eea3eafab9ee6b6e7e0910b715a504d1
152dcecf2ecae7891a11769f250a4dc8d9d6b15f
refs/heads/master
2022-12-15T07:37:45.978218
2020-09-17T13:24:53
2020-09-17T13:24:53
296,326,250
0
0
null
null
null
null
UTF-8
Python
false
false
257
py
lower=int(input("Enter lower range number:")) upper=int(input("Enter upper range number:")) for num in range(lower,upper+1): if num>1: for i in range(2,num): if (num % i)==0: break else: print(num)
[ "biswaranjanroul2@gmail.com" ]
biswaranjanroul2@gmail.com
3df314f92c0af4d60757e92c6b59b97b7bd43315
0de67c078e00b9f43bfd6c4ddb1f4ffd153f8b7e
/clubs_website/settings.py
88f227d2f0e998d94739536e11fb99e1cbeb5270
[]
no_license
jreinstra/menlo-clubs
c249d754942a2a49e2ebae5914a1f81a27f845ef
ff50d07e6220a537d5de42c18ae73c845d8c35d7
refs/heads/master
2020-04-26T11:05:12.537802
2015-11-18T22:18:11
2015-11-18T22:18:11
39,816,289
0
0
null
null
null
null
UTF-8
Python
false
false
3,076
py
""" Django settings for clubs_website project. Generated by 'django-admin startproject' using Django 1.8.2. For more information on this file, see https://docs.djangoproject.com/en/1.8/topics/settings/ For the full list of settings and their values, see https://docs.djangoproject.com/en/1.8/ref/settings/ """ # Buil...
[ "jreinstra@gmail.com" ]
jreinstra@gmail.com
6ed5d3c73ea9d4460a02feac33d5553147dbe7f1
956cc6ff2b58a69292f7d1223461bc9c2b9ea6f1
/setups/cuda9.2/setup_all.py
b015fd581d34eec93edcca09d13adfb412600491
[ "Apache-2.0" ]
permissive
Aanisha/monk_v1
c24279b2b461df9b3de2984bae0e2583aba48143
c9e89b2bc0c1dbb320aa6da5cba0aa1c1526ad72
refs/heads/master
2022-12-29T00:37:15.320129
2020-10-18T09:12:13
2020-10-18T09:12:13
286,278,278
0
0
Apache-2.0
2020-08-09T16:51:02
2020-08-09T16:51:02
null
UTF-8
Python
false
false
1,358
py
import setuptools with open("README.md", "r") as fh: long_description = fh.read() setuptools.setup( name="monk_cuda92", # Replace with your own username version="0.0.1", author="Tessellate Imaging", author_email="abhishek@tessellateimaging.com", description="Monk Classification Library - Cuda9...
[ "abhishek4273@gmail.com" ]
abhishek4273@gmail.com
db97c2663b86fb19553854a8de36158cd641b64b
a5638a2ff9381b1a5b804eab3d90db04e9614c4f
/Python/Easy/multiplesOfANumber.py
3ab47faf75bd90882b94721a9d2e81973e7a609f
[]
no_license
jeffthemaximum/CodeEval
c9e1fe5a966718a627d72e3f73f9c1bddb42c0ef
e2e85e7564a711c2ae83acbcab6b5c67023b3659
refs/heads/master
2021-01-17T07:21:25.490894
2016-07-18T23:54:22
2016-07-18T23:54:22
40,488,983
0
0
null
null
null
null
UTF-8
Python
false
false
304
py
import sys with open(sys.argv[1], 'r') as input: test_cases = input.read().strip().splitlines() for test in test_cases: x = test.split(',') #an array i = 1 flag = True while flag: if (int(x[1]) * i) > int(x[0]): print int(x[1]) * i flag = False else: i = i + 1 continue break
[ "frey.maxim@gmail.com" ]
frey.maxim@gmail.com
0cadc9640709c0c2dd78d9014603c391ed1cf5fa
e23a4f57ce5474d468258e5e63b9e23fb6011188
/045_functions/009_functools_module/examples/13-chain.py
d7e02c6a1ee13cce91b500f4c51f840784da80d8
[]
no_license
syurskyi/Python_Topics
52851ecce000cb751a3b986408efe32f0b4c0835
be331826b490b73f0a176e6abed86ef68ff2dd2b
refs/heads/master
2023-06-08T19:29:16.214395
2023-05-29T17:09:11
2023-05-29T17:09:11
220,583,118
3
2
null
2023-02-16T03:08:10
2019-11-09T02:58:47
Python
UTF-8
Python
false
false
172
py
"""Пример использования функции chain модуля itertools""" from itertools import chain for i in chain(range(2), range(3)): print(i)
[ "sergejyurskyj@yahoo.com" ]
sergejyurskyj@yahoo.com
9a46dd5c59b0f01363d42c4eead8dcff3f0a4dbf
52b5773617a1b972a905de4d692540d26ff74926
/.history/insert_20200610160638.py
4b1c20b5c255f499b25e5a60015365369be8bac8
[]
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
392
py
# nums is a list # find where n is to be inserted # soo,you loop through the array # the array is sorted # to know the position you should check whethere n is greater than nums[i] # continue the loop as you check def Insert(nums,n): for i in range(len(nums)): print(nums[i]) # if n in nums[i]: ...
[ "mary.jereh@gmail.com" ]
mary.jereh@gmail.com
6a7a82c9c0a99d0b647ecff1e459848d4a2ac2e3
41f960a830752877bf2248bb2c620491752ccfe5
/fork/multipprocessing.py
1fe7394082645c192a8111fbf878346eed726efa
[]
no_license
drakhero/python_base
368617032d2d3d5388f22de2cb2ca0af81de00ec
90848ef630ab607a1b5563f773e1b4ca7eaef08f
refs/heads/master
2020-04-24T09:51:09.596139
2019-02-23T03:52:35
2019-02-23T03:52:35
171,875,042
0
0
null
null
null
null
UTF-8
Python
false
false
257
py
from multiprocessing import Process import time #事件1 def fun1(): print("子进程做事件1") #创建1个进程 p = Process(target=fun1) #进程启动,执行fun1函数中的代码 p.start() time.sleep(1) #父进程 print('父进程在做事')
[ "17504336124@163.com" ]
17504336124@163.com
ad80d80796527bb59b38b55a1a1ec677fb086100
94c4a1a14cc9e68584912340c8b2fd54686dd638
/Day9/select_Ftp/server/server.py
e50b72d485949db91c8b08747249b21954a9e665
[]
no_license
Anne19953/LearnPython
33da4ae57b3aed9cb687567958cafa8a55ff2b7b
a2bcb620ed453ff802862ae31efd0e8c159d8bfe
refs/heads/master
2020-08-09T00:25:31.839253
2019-10-10T02:53:45
2019-10-10T02:53:45
192,083,669
0
0
null
null
null
null
UTF-8
Python
false
false
3,289
py
#!/usr/bin/env python # coding:utf-8 """ Name : server.py Author : anne Time : 2019-08-27 17:28 Desc: """ import os import time BASE_DIR = os.path.dirname(os.path.abspath(__file__)) import socket import selectors class selectTtpServer: def __init__(self): self.dic = {} self.hasReceived = 0 ...
[ "anne@199534.com" ]
anne@199534.com
b7f03924a22aa5e1a6b5585208e2c3461ac89f15
bf64d19174ef332f39e2d8210f3eb4f783262554
/lib/networks/Resnet18_fcn_classifier_test.py
af272fabe9f6981c3d58530213a26620b2263652
[]
no_license
juzisedefeimao/cv
3e4dd7deee471321e071ca996769fc3b65481993
fb9e9292030481f5a26efde4003fb83d37a34962
refs/heads/master
2020-05-30T14:29:13.253563
2019-06-02T01:08:53
2019-06-02T01:08:53
189,791,743
1
0
null
null
null
null
UTF-8
Python
false
false
7,027
py
from lib.networks.network import Network import numpy as np from lib.networks.netconfig import cfg import tensorflow as tf cls_num = cfg.ZLRM.TRAIN.CLASSIFY_NUM class Resnet18_fcn_classifier_test(Network): def __init__(self): self.inputs = [] self.data = tf.placeholder(tf.float32, shape=[None, Non...
[ "17696272096@163.com" ]
17696272096@163.com
05c69d8e932f1b7de373e2b187bfd9d583ee9ff4
ac3093b2b1b37244fbd10f6eee4de22fa50911da
/links/forms.py
cecf01dc0104575fdf01dc26ebe776d62ce94999
[ "MIT" ]
permissive
moshthepitt/product.co.ke
7b5e7b18d0fd2673be52455dbfbcbbeecf2b9224
41b32c4019f30ce9483b4d84f335450f45f0e1cb
refs/heads/master
2021-01-14T11:53:06.899243
2016-05-12T13:02:22
2016-05-12T13:02:22
57,992,423
0
0
null
null
null
null
UTF-8
Python
false
false
1,144
py
# -*- coding: utf-8 -*- from django import forms from django.utils.translation import ugettext as _ from crispy_forms.helper import FormHelper from crispy_forms.layout import Layout, Submit, HTML from crispy_forms.bootstrap import Field, FormActions from .models import Link class LinkForm(forms.ModelForm): des...
[ "kelvin@jayanoris.com" ]
kelvin@jayanoris.com
5175579f392fdd01f9d697c958ad775828bc60e6
d2c4934325f5ddd567963e7bd2bdc0673f92bc40
/tests/artificial/transf_None/trend_Lag1Trend/cycle_0/ar_/test_artificial_1024_None_Lag1Trend_0__20.py
df4b1542088823a0e850d7fad698d78d1c3a2ab6
[ "BSD-3-Clause", "LicenseRef-scancode-unknown-license-reference" ]
permissive
jmabry/pyaf
797acdd585842474ff4ae1d9db5606877252d9b8
afbc15a851a2445a7824bf255af612dc429265af
refs/heads/master
2020-03-20T02:14:12.597970
2018-12-17T22:08:11
2018-12-17T22:08:11
137,104,552
0
0
BSD-3-Clause
2018-12-17T22:08:12
2018-06-12T17:15:43
Python
UTF-8
Python
false
false
265
py
import pyaf.Bench.TS_datasets as tsds import pyaf.tests.artificial.process_artificial_dataset as art art.process_dataset(N = 1024 , FREQ = 'D', seed = 0, trendtype = "Lag1Trend", cycle_length = 0, transform = "None", sigma = 0.0, exog_count = 20, ar_order = 0);
[ "antoine.carme@laposte.net" ]
antoine.carme@laposte.net
5670329fa6b2b9d2c32ff04c5c850e4875756d9a
cfa2417f07259e512a1bbface4f1f4ccd66502c6
/test/test_Util/test_ifu_util.py
e96fc21970bd9cf8f6e5e013a2f6847d8ecdd5c7
[ "BSD-3-Clause" ]
permissive
jiwoncpark/hierArc
3779439533d3c9c5fe2e687f4bdf737dfc7673e8
3f31c0ae7540387fe98f778035d415c3cff38756
refs/heads/master
2021-05-18T21:32:45.590675
2020-12-23T00:01:01
2020-12-23T00:01:01
251,431,028
0
0
NOASSERTION
2020-03-30T21:20:08
2020-03-30T21:20:08
null
UTF-8
Python
false
false
788
py
import numpy as np import numpy.testing as npt import pytest from hierarc.Util import ifu_util class TestIFUUtil(object): def setup(self): pass def test_radial_dispersion(self): num = 10 dispersion_map = np.zeros((num, num)) weight_map_disp = np.ones((num, num)) v...
[ "sibirrer@gmail.com" ]
sibirrer@gmail.com
9c5cf35ff34488e229c78f5ead98107df7ee0731
2352bc07e12b0256913559cf3485a360569ccd5e
/Practice/code_class/Crossin-practices/python_weekly_question/capitalize_words.py
ec65131874c754c9acc1776b29306e73cfbd2694
[]
no_license
Dis-count/Python_practice
166ae563be7f6d99a12bdc0e221c550ef37bd4fd
fa0cae54e853157a1d2d78bf90408c68ce617c1a
refs/heads/master
2022-12-12T03:38:24.091529
2021-12-22T09:51:59
2021-12-22T09:51:59
224,171,833
2
1
null
2022-12-08T05:29:38
2019-11-26T11:07:00
Jupyter Notebook
UTF-8
Python
false
false
292
py
#-*- coding:utf-8 -*- quote = "How can mirrors be real if our eyes aren't real" def fuc(string): '''func - 使某一字符串所有字符都大写''' list_new_string = [i.capitalize() for i in string.split()] new_string = ' '.join(c_n_s) return new_string print(fuc(quote))
[ "492193947@qq.com" ]
492193947@qq.com
93a7ca5e3dd067ae8ba260b3d7caf5fabfba15e3
d62e0bf740c8b9ee96dd161d6f1ed2e6a01616fc
/examples/twisted/wamp/pubsub/simple/example1/server.py
f9f14248acac91914594c4f5e85446bc83aa22fc
[ "Python-2.0", "Apache-2.0" ]
permissive
devbazy/AutobahnPython
4ff867e84811fb1c43083a139f4184824e1df8d2
f14ca62fd59e15e078796e88153c26cb2f54a35a
refs/heads/master
2020-12-31T05:39:39.824777
2014-01-19T10:02:17
2014-01-19T10:02:17
null
0
0
null
null
null
null
UTF-8
Python
false
false
1,887
py
############################################################################### ## ## Copyright (C) 2011-2013 Tavendo GmbH ## ## 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 ## ## h...
[ "tobias.oberstein@tavendo.de" ]
tobias.oberstein@tavendo.de
a1103dcb4e7eb7b56f15ff380ba3acb5cd6f83bb
521c1beeb2776161ae6d550be35cd0c180887129
/elvis/utils/xmlparse.py
2b88d726b7ac85815abba0ae6279ea0aa4354d38
[]
no_license
elvis2workspace/CustomLibrary
601b552792ac2c33beeb709474f857c82793ac7e
6449eea8aa99ca1172f54b669d97703d36132ce3
refs/heads/master
2021-01-23T21:33:05.617871
2017-09-26T01:57:48
2017-09-26T01:57:48
58,983,388
0
1
null
2016-12-06T09:56:14
2016-05-17T02:22:14
Python
UTF-8
Python
false
false
1,199
py
#!/usr/bin/env python #coding=utf-8 ''' Created on 2016年1月27日 @author: zhang.xiuhai ''' import re import urllib local = 'D:\\testdir\\' def getHtml(url): page = urllib.urlopen(url)#创建一个表示远程url的类文件对象,然后像本地文件一样操作这个类文件对象来获取远程数据。 html = page.read() return html def getImg(html): reg = r'res="(.+?\.jpg)"'...
[ "xiuhai5052@hotmail.com" ]
xiuhai5052@hotmail.com
09f2f4cbd1def8e671fdebdfccf32af887d19f4a
eb6f6e4fd2b358805d8b41c883a27c80067f748c
/chapter8/material.py
c8635923273822c0e8dd71b349921c2a7273c105
[]
no_license
candyer/Ray-tracing
a4b5637ccb63eec0bddf5533abf54c6d0b164c57
d121380f9f35ad4ad596bec1d58b4021ba022f58
refs/heads/master
2021-07-13T03:04:37.938321
2017-10-18T18:41:20
2017-10-18T18:41:20
105,039,166
0
0
null
null
null
null
UTF-8
Python
false
false
227
py
from abc import ABCMeta, abstractmethod class Material: __metaclass__ = ABCMeta @abstractmethod def scatter(self, ray_in, rec, attenuation, scattered): pass def reflect(self, v, n): return v - n * (v.dot(n) * 2)
[ "candyer@users.noreply.github.com" ]
candyer@users.noreply.github.com
158e10f3fc5f523e30714eeeb904b4f920555b5a
25bb4e760769cc483a20f27b6312698891dce034
/python/Sets/py-set-difference-operation-English.py
c13712f5d892bff5d1b28e0d29f3bfb1088ffb44
[]
no_license
rangaeeeee/codes-hackerrank
e13d22adff1ef74974e34251d9bfac6cfd36f2b0
ce7fdf7f336c10164fd2f779d4ed3713849d7c2b
refs/heads/master
2021-01-19T17:07:28.451983
2017-09-01T18:05:33
2017-09-01T18:05:33
101,049,197
0
0
null
null
null
null
UTF-8
Python
false
false
145
py
n = int(input()) nSet = set(map(int,input().split())) b = int(input()) bSet = set(map(int,input().split())) print(len(nSet.difference(bSet)))
[ "rrangarajan.85@gmail.com" ]
rrangarajan.85@gmail.com
5d532060d925ffa94c8657a4ad75368b5d37e3ac
1b3ed8b5b474e8346cf19279e3cec33ea5dc9c94
/quick_start2/new_task.py
b8d4c3e9a85c91feeb7f6ed040d23c5d50a61f90
[]
no_license
valerydmitrieva/rabbitmq_quick-start
4b1d94b1fbe521b80adfd17dfdaf8afb7935548a
8d9e46b96379b0957d9b85097d028d9162d1595e
refs/heads/master
2020-04-19T04:46:45.405471
2019-01-28T13:57:45
2019-01-28T13:57:45
null
0
0
null
null
null
null
UTF-8
Python
false
false
490
py
import sys import pika connection = pika.BlockingConnection(pika.ConnectionParameters(host='localhost')) channel = connection.channel() channel.queue_declare(queue='task_queue', durable=True) message = ' '.join(sys.argv[1:]) or "Hello World!" channel.basic_publish(exchange='', routing_key='task_...
[ "test@example.com" ]
test@example.com
6ceda38c5b9c5ecefdcce21508c0ceb213a35c2e
517600ba1ab1e7781b26df1439227f4569746d5a
/blog/migrations/0010_auto_20200521_2035.py
76f4c00cec504ac5b01278e71bcabf23473394ae
[]
no_license
Smartybrainy/myworldgist
885d86c838881ace6bced2492a46169dbd33b19d
592f404c1047eccbbc8dad4b83032ffafb8d797a
refs/heads/master
2023-01-21T19:29:47.208445
2020-12-05T00:52:10
2020-12-05T00:52:10
315,742,460
0
0
null
null
null
null
UTF-8
Python
false
false
396
py
# Generated by Django 3.0.5 on 2020-05-21 19:35 from django.db import migrations, models class Migration(migrations.Migration): dependencies = [ ('blog', '0009_auto_20200520_1119'), ] operations = [ migrations.AlterField( model_name='comment', name='added_date', ...
[ "smartyleey@gmail.com" ]
smartyleey@gmail.com
588a1a3d27e75aaae0ccf3b96f5c76030132b90f
e3887534dffc1b5d1d97d4a6a030b22d46ae3a5c
/shah_entp_erpnext/config/docs.py
e89464f41a4e1144fe21c69dd17ae27bad91116f
[ "MIT" ]
permissive
anandpdoshi/shah_entp_erpnext
5da4ba98a6e668b5ec970e0c361e081fa14ebdf8
7c19c629188b8f1e3449fd6f3a5a0ee371d3158c
refs/heads/master
2016-08-12T05:24:51.194469
2016-04-24T17:46:57
2016-04-24T17:46:57
55,857,173
0
0
null
null
null
null
UTF-8
Python
false
false
360
py
""" Configuration for docs """ # source_link = "https://github.com/[org_name]/shah_entp_erpnext" # docs_base_url = "https://[org_name].github.io/shah_entp_erpnext" # headline = "App that does everything" # sub_heading = "Yes, you got that right the first time, everything" def get_context(context): context.brand_html...
[ "anand@erpnext.com" ]
anand@erpnext.com
ceb1b4e0137321f1a236b1f2b9cd803efd2087b6
77fa2374a6d119a5a1890857ff16fc9f15004882
/clishdeonly_15466/settings.py
4a31aac7d924862912ff89cc47a756534ff99607
[]
no_license
crowdbotics-apps/clishdeonly-15466
b8ec985c6d819a3296c1763c0f38efacca2f6c7c
5d136cbfab7f37755d2eae2ac0e54c9fcb912623
refs/heads/master
2022-12-10T12:37:08.378715
2020-04-05T16:16:50
2020-04-05T16:16:50
253,275,964
0
0
null
2022-12-08T09:29:33
2020-04-05T16:09:50
Python
UTF-8
Python
false
false
5,487
py
""" Django settings for clishdeonly_15466 project. Generated by 'django-admin startproject' using Django 2.2.2. 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/ """ im...
[ "team@crowdbotics.com" ]
team@crowdbotics.com
fa9a1379d28d85b2fc26b90fae36448da8f77891
18f8abb90efece37949f5b5758c7752b1602fb12
/py/django_tools/django-haystack/haystack/management/commands/clear_index.py
d99fb5bb36e64bb0017632e707949d2afb342da0
[ "BSD-3-Clause", "MIT" ]
permissive
marceltoben/evandrix.github.com
caa7d4c2ef84ba8c5a9a6ace2126e8fd6db1a516
abc3fbfb34f791f84e9a9d4dc522966421778ab2
refs/heads/master
2021-08-02T06:18:12.953567
2011-08-23T16:49:33
2011-08-23T16:49:33
2,267,457
3
5
null
2021-07-28T11:39:25
2011-08-25T11:18:56
C
UTF-8
Python
false
false
1,778
py
from optparse import make_option import sys from django.core.management.base import BaseCommand from haystack.constants import DEFAULT_ALIAS class Command(BaseCommand): help = "Clears out the search index completely." base_options = ( make_option('--noinput', action='store_false', dest='interactive', ...
[ "evandrix@gmail.com" ]
evandrix@gmail.com
853bbc1268691dba67496264c74d9d41b009b1e5
a84bc49dba142c4047a23d85917f411f42e196aa
/doc/src/web4sa/src-web4sa/apps/flask_apps/vib5/generate.py
7abac724856713c9b47a14879f7a847d3b93ceb1
[]
no_license
TZer0/web4sciapps
40297ec4efd7bcad58514bfd891b6090eff7ff1f
cdcda068bbb44929a48d221410c635fa4d73da9c
refs/heads/master
2021-01-22T08:59:27.682367
2014-09-23T11:45:05
2014-09-23T11:45:05
null
0
0
null
null
null
null
UTF-8
Python
false
false
153
py
from parampool.generator.flask import generate from compute import compute_gamma generate(compute_gamma, default_field='FloatField', enable_login=True)
[ "hpl@simula.no" ]
hpl@simula.no