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
e54795bb281bdf8f85f066736ab758402ee247bb
8d35b8aa63f3cae4e885e3c081f41235d2a8f61f
/discord/ext/dl/extractor/formula1.py
fe89d221c6f687c2412b0273b350ca3685ae8f59
[ "MIT" ]
permissive
alexyy802/Texus
1255f4e54c8d3cc067f0d30daff1cf24932ea0c9
c282a836f43dfd588d89d5c13f432896aebb540f
refs/heads/master
2023-09-05T06:14:36.217601
2021-11-21T03:39:55
2021-11-21T03:39:55
429,390,575
0
0
MIT
2021-11-19T09:22:22
2021-11-18T10:43:11
Python
UTF-8
Python
false
false
1,020
py
# coding: utf-8 from __future__ import unicode_literals from .common import InfoExtractor class Formula1IE(InfoExtractor): _VALID_URL = ( r"https?://(?:www\.)?formula1\.com/en/latest/video\.[^.]+\.(?P<id>\d+)\.html" ) _TEST = { "url": "https://www.formula1.com/en/latest/video.race-highlig...
[ "noreply@github.com" ]
alexyy802.noreply@github.com
ad2d33429d0c99627e9c18caa875ca3926d8864f
f028c7ca2e4c42505011ac0543cde4a111ee5c74
/eggs/django_lfs-0.10.2-py2.7.egg/lfs/order/settings.py
deea3ffc34011276d45e862026eca7c9462fbb11
[]
no_license
yunmengyanjin/website
d625544330c28f072707dcbbc5eb7308a3f4bd9f
77e9c70687b35fd8b65a7f2d879e0261ae69c00e
refs/heads/master
2021-04-22T13:10:09.584559
2017-05-15T07:39:32
2017-05-15T07:39:32
56,428,389
2
16
null
2020-10-02T07:41:08
2016-04-17T09:18:33
Python
UTF-8
Python
false
false
755
py
# django imports from django.utils.translation import ugettext_lazy as _ from django.conf import settings SUBMITTED = 0 PAID = 1 SENT = 2 CLOSED = 3 CANCELED = 4 PAYMENT_FAILED = 5 PAYMENT_FLAGGED = 6 PREPARED = 7 ORDER_STATES = [ (SUBMITTED, _(u"Submitted")), (PAID, _(u"Paid")), (PREPARED, _(u"Prepared")...
[ "daniel48@126.com" ]
daniel48@126.com
f3bcde6ae30cfb731230794841388499d4d42f42
4403600c57fd170aad6bb505e4f14c4b70e63356
/sensor.py
3d90ccfcb357c6b8161da75db9832f89fceda02f
[]
no_license
moonclearner/sensor
de4ef554cbc3dadb5fe5e801c55627d9f9340d19
0c3ad14375267b135940e8254262b0d054bd472c
refs/heads/master
2021-01-12T05:11:52.667742
2017-01-03T06:38:59
2017-01-03T06:38:59
77,886,520
0
0
null
null
null
null
UTF-8
Python
false
false
680
py
# sensor collection system from __future__ import unicode_literals # starting time: 30, December,2016 # author: moonclearner # -*- coding: utf-8 -*- from socket import * from time import ctime Host = '127.0.0.1' Port = 21010 BufferSize = 1024 ADDR = (Host,Port) def server_init(): tcpserversock = socket(AF_INET,S...
[ "718857460@qq.com" ]
718857460@qq.com
3ea4d53a79484f18a2f537cce2b80ff6fb76d9d5
2e9f3f35cd239ce59f528c7b3b5e9714f7e5d5a3
/furnace/kernels/lib_tree_filter/functions/bfs.py
0c42bda0aebff2c10db5ec40a4cd5d48df3bdd46
[ "MIT" ]
permissive
CV-IP/TreeFilter-Torch
8e2bd831060d0fa4e589a56353c2d91a7d4ac87b
46f36024f4522056fb9a3edf90c94f0a86a1352b
refs/heads/master
2023-02-04T19:09:32.790909
2020-12-16T07:14:41
2020-12-16T07:14:41
null
0
0
null
null
null
null
UTF-8
Python
false
false
485
py
import torch from torch import nn from torch.autograd import Function from torch.autograd.function import once_differentiable from torch.nn.modules.utils import _pair import tree_filter_cuda as _C class _BFS(Function): @staticmethod def forward(ctx, edge_index, max_adj_per_vertex): sorted_index, sorte...
[ "stevengrove@stu.xjtu.edu.cn" ]
stevengrove@stu.xjtu.edu.cn
cf3574e7f1b07fdaf295f9b85a87e7e6aa4fa6a1
34bb6071725fb31f50ef7ff147fce5a06a5bb534
/code/router/handler.py
131eb17758636f15b29d37e503a366f93725e8eb
[]
no_license
joshmarshall/intro-to-wsgi-presentation-2013
6f28612da4fc7225e8ed2081f725ae940821c0d3
19bf30410f435a0bb9a101bb2800cac294096931
refs/heads/master
2023-08-14T09:39:08.858311
2019-01-09T11:45:25
2019-01-09T11:45:25
164,854,894
0
0
null
null
null
null
UTF-8
Python
false
false
486
py
class Handler(object): def __init__(self, environ, start_response): self._environ = environ self._start_response = start_response self._response_started = False self._code = 200 self._message = "OK" self.headers = {} def start_response(self, code, status="OK"): ...
[ "catchjosh@gmail.com" ]
catchjosh@gmail.com
3305807a13f174ff87ead377d7acd503806033be
a6e4a6f0a73d24a6ba957277899adbd9b84bd594
/sdk/python/pulumi_azure_native/netapp/v20190601/_inputs.py
6ac3e38e0fdff20cacdaccca6e8025b52fcd1b8f
[ "BSD-3-Clause", "Apache-2.0" ]
permissive
MisinformedDNA/pulumi-azure-native
9cbd75306e9c8f92abc25be3f73c113cb93865e9
de974fd984f7e98649951dbe80b4fc0603d03356
refs/heads/master
2023-03-24T22:02:03.842935
2021-03-08T21:16:19
2021-03-08T21:16:19
null
0
0
null
null
null
null
UTF-8
Python
false
false
10,825
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 from ... import _utilities, _tables from...
[ "noreply@github.com" ]
MisinformedDNA.noreply@github.com
f595c71d34cfb1606170d2728772f40f56279ff0
2309a185c5427f576b7f5bb927a572c778533403
/smc_updater.py
5f0996cfab1af45aa08a92a4ed4d4888848be66d
[]
no_license
wxlg1117/smc_updater
6f4b8a5389dd417a3fce33270f78b036e31e1119
aa88364a7c000c2dfed80cb70a77751ff4ae7a9f
refs/heads/master
2020-06-20T11:11:45.107570
2019-05-20T21:18:46
2019-05-20T21:18:46
197,104,198
1
1
null
2019-07-16T02:16:17
2019-07-16T02:16:16
null
UTF-8
Python
false
false
9,690
py
import os import time import sys import re import json import cli_ui import delegator import logging import urllib.request from selenium import webdriver from selenium.webdriver.firefox.options import Options from pyvirtualdisplay import Display manual_run = True sum_bin = "./sum_2.1.0_Linux_x86_64/sum" ipmicfg_bin ...
[ "root@localhost.localdomain" ]
root@localhost.localdomain
08c134f6f876b56b29c1de913786e6806a67d98e
74b12c96a73d464e3ca3241ae83a0b6fe984b913
/python/tvm/runtime/__init__.py
e0da680a24fc3e555e5824caa81dc414f22c6abf
[ "Apache-2.0", "BSD-3-Clause", "Zlib", "MIT", "LicenseRef-scancode-unknown-license-reference", "Unlicense", "BSD-2-Clause" ]
permissive
masahi/tvm
cf765bb892655f02135e1ce3afde88698f026483
c400f7e871214451b75f20f4879992becfe5e3a4
refs/heads/master
2023-08-22T20:46:25.795382
2022-04-13T08:47:10
2022-04-13T08:47:10
138,661,036
4
2
Apache-2.0
2021-09-03T20:35:19
2018-06-25T23:39:51
Python
UTF-8
Python
false
false
1,454
py
# Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information # regarding copyright ownership. The ASF licenses this file # to you under the Apache License, Version 2.0 (the # "License"); you may not u...
[ "noreply@github.com" ]
masahi.noreply@github.com
839c9387ac151c746e63cdb75c3c0509c99be87d
f9e1d9c71d232aa0bcf03627259e6c9f88538b18
/gs92QuerysetAggregation/gs92/asgi.py
a4d73d71bdf12411bd1bef9349c4ca3d3cea7831
[]
no_license
nayan-gujju/Django-Practice
a7db202b6a3627a6a4e9f96953b61e43eaf68cb1
eafa29e9321a1683867b2ea1d26ca74dfa6db12d
refs/heads/master
2023-07-27T11:41:43.956705
2021-09-09T08:47:44
2021-09-09T08:47:44
403,917,725
0
0
null
null
null
null
UTF-8
Python
false
false
385
py
""" ASGI config for gs92 project. It exposes the ASGI callable as a module-level variable named ``application``. For more information on this file, see https://docs.djangoproject.com/en/3.2/howto/deployment/asgi/ """ import os from django.core.asgi import get_asgi_application os.environ.setdefault('DJANGO_SETTINGS...
[ "nayangujarati007@gmail.com" ]
nayangujarati007@gmail.com
9f36779e687ed1474e2e97a9940161e6764000b2
b0c8e0cafa4a8916faab3cce65756ae91426c43f
/study/Python/Week8/BOJ_11497_강의현.py
e96c5e3d830e8bd8766220fac444dcc77cd359af
[]
no_license
Rurril/IT-DA-3rd
b3e3ec3c2a5efbc75b76b84e9002c27a0ba4a1c4
9985e237cb1b90e9609656d534e0ed164723e281
refs/heads/master
2022-07-22T15:26:39.085369
2021-11-23T13:30:06
2021-11-23T13:30:06
288,980,334
3
29
null
2020-11-05T10:25:30
2020-08-20T10:49:17
Java
UTF-8
Python
false
false
598
py
# 통나무 건너뛰기 - S2 import sys from collections import deque T=int(sys.stdin.readline()) for _ in range(T): new_log=deque() N=int(sys.stdin.readline()) log=list(map(int,sys.stdin.readline().split())) log.sort() new_log.append(log[-1]) for i in range(N-2,-1,-1): if i%2==0: ...
[ "riverkeh@naver.com" ]
riverkeh@naver.com
bf3ab03aff33092943b6feb95eb8ecc781d53477
91d9bba0d7608818c077676c588701855dd1382c
/virtual/bin/pyrsa-encrypt
3bf93434aec95d8f816bcb119259cc94286688e0
[]
no_license
Antony-me/movie-library
89e82c908288d55153aa81f2289087246e383cf4
cbd333a79362ab1a2aa26356a6e914e9b67f5a63
refs/heads/main
2023-01-11T10:29:56.626291
2020-11-19T12:17:29
2020-11-19T12:17:29
313,741,106
0
0
null
null
null
null
UTF-8
Python
false
false
283
#!/home/moringa/Documents/Moringa-Projects/CORE-PYTHON/Django/Netflix/virtual/bin/python3 # -*- coding: utf-8 -*- import re import sys from rsa.cli import encrypt if __name__ == '__main__': sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0]) sys.exit(encrypt())
[ "antonymunyasia993@gmail.com" ]
antonymunyasia993@gmail.com
0485c06a92bd564030cc3dff86d3ed9c9bb8fbd3
ec931947aa3e06ce565637e7ee1cb707f56375a2
/aoc2015/modules/grid.py
145b44dc85960aecdd0fa419d8dbac10c91fa804
[]
no_license
chrisglencross/advent-of-code
5f16ed7e2265d27ce15f502ce2a1c2f11fc99fc0
21623d4aa01a9e20285a0233c50f8f56c4099af5
refs/heads/master
2023-01-24T22:01:30.829679
2023-01-12T23:03:03
2023-01-12T23:03:03
224,833,969
0
0
null
null
null
null
UTF-8
Python
false
false
4,596
py
from __future__ import annotations from typing import Tuple, Dict, List, Optional import networkx as nx from aoc2019.modules import textgridprinter from aoc2019.modules.directions import COMPASS_DIRECTIONS Coords = Tuple[int, int] def default_is_navigable(grid: Grid, from_coord: Coords, to_coord: Coords): ret...
[ "chris@glencross.org" ]
chris@glencross.org
4c651e654d7a4629ae37b0c69f86348993078c0b
8d753bb8f19b5b1f526b0688d3cb199b396ed843
/osp_sai_2.1.8/system/third_party/precompiled/arm64/python/usr/bin/smtpd.py
88dc01c9dee2f9d29f28fcd5b376d6d926094198
[]
no_license
bonald/vim_cfg
f166e5ff650db9fa40b564d05dc5103552184db8
2fee6115caec25fd040188dda0cb922bfca1a55f
refs/heads/master
2023-01-23T05:33:00.416311
2020-11-19T02:09:18
2020-11-19T02:09:18
null
0
0
null
null
null
null
UTF-8
Python
false
false
18,654
py
#!/data01/users/sw/shil/my_tmp/osp_sai/arm64/Python-2.7.13_dir/python2_7_13_for_aarch64/../python2_7_13_for_aarch64_out/bin/python2.7 """An RFC 2821 smtp proxy. Usage: %(program)s [options] [localhost:localport [remotehost:remoteport]] Options: --nosetuid -n This program generally tries to setuid `no...
[ "zhwwan@gmail.com" ]
zhwwan@gmail.com
590dfe20b180eb3890d52d15e988acae284a291f
c9ddbdb5678ba6e1c5c7e64adf2802ca16df778c
/cases/synthetic/sieve-big-7295.py
b08c00077bf2436014166c990deddcaa8e461e1f
[]
no_license
Virtlink/ccbench-chocopy
c3f7f6af6349aff6503196f727ef89f210a1eac8
c7efae43bf32696ee2b2ee781bdfe4f7730dec3f
refs/heads/main
2023-04-07T15:07:12.464038
2022-02-03T15:42:39
2022-02-03T15:42:39
451,969,776
0
0
null
null
null
null
UTF-8
Python
false
false
31,755
py
# A resizable list of integers class Vector(object): items: [int] = None size: int = 0 def __init__(self:"Vector"): self.items = [0] # Returns current capacity def capacity(self:"Vector") -> int: return len(self.items) # Increases capacity of vector by one element def incr...
[ "647530+Virtlink@users.noreply.github.com" ]
647530+Virtlink@users.noreply.github.com
24f099a2224e7baa91a9ab2ebaa2b26ed626e085
b86a0656dfb861e0af4b784c94f52742738c29ae
/abf-repoclosure/repoclosure/renders/render_repoclosure.py
a50e71f3bd0e2a7cd0cf7642ac73fd62d6f25f28
[]
no_license
OpenMandrivaSoftware/docker-abf
dba52547ac51fa86028a4ee56f9b165297e66fd5
635774f0f97e71aeaa8f9a3965bfa94c99ad1d93
refs/heads/master
2023-06-21T14:59:42.311892
2023-06-20T01:04:10
2023-06-20T01:04:10
45,573,628
0
6
null
2018-03-19T21:56:09
2015-11-04T23:12:59
Shell
UTF-8
Python
false
false
560
py
from ..templates import repoclosure def render_repoclosure(result, title, compressed_report, path): t = repoclosure() if result['return_code'] == -1: t.code = -1 t.title = title t.errors = result['errors_raw'] else: t.bad_packages = result['report'] t.code = result['return_code'] t.errors...
[ "you@example.com" ]
you@example.com
2ba8d0457b0f510232d4d95043d81f82a5fa7b41
b8fed8222b41e447cd5ce83513eb4d014c01742b
/sbm_purchase_rent/contract/po_contract.py
bc25bb0bcb7486749663e8676b19e87b615275c2
[]
no_license
lajayuhniyarsyah/ERP-Supra
e993d8face6e022b6f863d1dff7cb51cda36be8d
5a64dbb57ee40070354926700091fb9025c1350c
refs/heads/master
2021-01-25T22:09:46.306990
2017-11-08T05:32:04
2017-11-08T05:32:04
23,605,825
0
10
null
2017-11-08T05:32:05
2014-09-03T03:58:28
Python
UTF-8
Python
false
false
1,186
py
from datetime import datetime import netsvc from osv import osv, fields class POContract(osv.osv): _inherit = 'purchase.order' _columns = { 'contract_id' : fields.many2one('purchase.order.contract.data','Contract',ondelete="Cascade"), 'contract_no' : fields.related('contract_id','contract_no',type="char",string...
[ "lajayuhni@gmail.com" ]
lajayuhni@gmail.com
6d4ccc01a0dc81b33d21a9f1ecd1714a78978b4a
9b1446b26e81a79c303f9799fb6a91785c7adb03
/.history/Code/markov_chain_20200121115909.py
bdd2412da83d245c8cc5b9d7f73b3d70654d3c82
[]
no_license
SamirIngley/CS1.2-Tweet-Gen
017ea15b1113881a156ff24682828bc654eb6c81
bcd95fa63e05849cbf8e36230d8e31032b99daaa
refs/heads/master
2020-12-14T20:19:57.733290
2020-08-04T23:19:23
2020-08-04T23:19:23
234,856,234
0
0
null
2020-06-05T21:13:04
2020-01-19T07:05:55
Python
UTF-8
Python
false
false
2,340
py
import sample import random from clean_text import clean from dictogram import Dictogram class Markov(): def __init__(self, corpus): self.corpus = clean(corpus) self.states = {} self.chain() def chain(self): last_word = None for word in self.corpus: i...
[ "samir.ingle7@gmail.com" ]
samir.ingle7@gmail.com
9ea95b3cbe04b5c4c0ea9517f7307f3eab838f14
349dadbf45b7c12a3fe41c5e0421c0488b679919
/transformers/src/transformers/models/pegasus/tokenization_pegasus_fast.py
67c065e7ecf815ac334c6ebdf52ce62839538df3
[ "BSD-3-Clause", "CC0-1.0", "LicenseRef-scancode-unknown-license-reference", "Unlicense", "Apache-2.0" ]
permissive
salesforce/CodeRL
c772e408bac690527759f416ea22add4c97e5bec
51db4ff983d5376e62b9e7eba150316a651c80d9
refs/heads/main
2023-08-18T18:38:02.740995
2022-11-18T16:14:28
2022-11-18T16:14:28
508,912,853
412
52
BSD-3-Clause
2023-08-31T07:51:27
2022-06-30T02:54:36
Python
UTF-8
Python
false
false
9,820
py
# coding=utf-8 # Copyright 2020 Google and The HuggingFace Inc. team. # # 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...
[ "hungle@salesforce.com" ]
hungle@salesforce.com
3af099fce18a35cd4837291a2a99727140954c97
74f8d8c8030ce0c8cd3622cb99f0a668ba93a7e8
/dialogue-engine/test/programytest/parser/template/node_tests/test_authorise.py
d421ef78f11762c08248c75b2c9b95023a672603
[ "MIT", "LicenseRef-scancode-unknown-license-reference" ]
permissive
Tommytosik/cotoba-agent-oss
3124a376ac0ca1147a58405a8f269a0eb68bc014
78e5c2c244b92e71755783d972228904c4d0d373
refs/heads/master
2022-12-08T15:44:27.731731
2020-08-04T08:36:41
2020-08-04T08:36:41
null
0
0
null
null
null
null
UTF-8
Python
false
false
5,002
py
""" Copyright (c) 2020 COTOBA DESIGN, Inc. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distri...
[ "cliff@cotobadesign.com" ]
cliff@cotobadesign.com
d92d88a90e3d3629c5262cff0521dabd3e43ceb5
fbe3a52d2dd02bec18f7f52b31e357aed192a308
/misc/begin/recursion/misc_lhm.py
261358dc125ac9c701cf6739853038d988549f0f
[]
no_license
lherrada/python
8fc5bd5ceb6038479fa6347dd6c0bd6e17f92e98
d8260f35ba91b89590ef8e489188fb80ca1aed4e
refs/heads/master
2022-10-29T06:23:17.297554
2022-09-24T15:45:59
2022-09-24T15:45:59
23,411,904
0
0
null
null
null
null
UTF-8
Python
false
false
104
py
#!/usr/bin/python #import misc1 #print misc1.fib2(30) import fibo print fibo.fib2(10) fibo.printing()
[ "lherrada@lucid64.hsd1.ca.comcast.net" ]
lherrada@lucid64.hsd1.ca.comcast.net
d6a017668b77161fc0092d339bbc5ee76cb9b2a8
29ed133feb870455ca619c9fa2ce9b7eb1dcc470
/URIs/URI1930.py
22e1944f07f5f32fae61f640c2b1136be3f4465e
[]
no_license
jrantunes/URIs-Python-3
c5e676686a979b6bbfd10b8e7168a6d35fb8f6a2
4692f3fba4a1c9a0f51322a13e9e267d8b07ea3e
refs/heads/master
2022-04-17T10:56:52.468275
2020-03-28T17:07:46
2020-03-28T17:07:46
250,395,664
1
0
null
null
null
null
UTF-8
Python
false
false
174
py
#Electrical Outlet t1, t2, t3, t4 = input().split() t1, t2, t3, t4 = int(t1) - 1, int(t2) - 1, int(t3) - 1, int(t4) tomadas = [t1, t2, t3, t4] print(sum(tomadas))
[ "noreply@github.com" ]
jrantunes.noreply@github.com
24c9821ee09e36a22850395bcbc3a104f1b923c9
de24f83a5e3768a2638ebcf13cbe717e75740168
/moodledata/vpl_data/429/usersdata/321/101584/submittedfiles/jogoDaVelha.py
6a1f739064ae86cf4550efd44217ef6939a0aeb4
[]
no_license
rafaelperazzo/programacao-web
95643423a35c44613b0f64bed05bd34780fe2436
170dd5440afb9ee68a973f3de13a99aa4c735d79
refs/heads/master
2021-01-12T14:06:25.773146
2017-12-22T16:05:45
2017-12-22T16:05:45
69,566,344
0
0
null
null
null
null
UTF-8
Python
false
false
468
py
# -*- coding: utf-8 -*- from jogoDaVelha_BIB import * # COLOQUE SEU PROGRAMA A PARTIR DAQUI print('Bem vindo ao JogoDaVelha do grupo 8 [Iara, Ingrid, Luiz Otávio, Tatiane]') nome = str(input('Qual seu nome? ')) s = str(input('Qual símbolo você deseja utilizar no jogo? (X ou O) ')) while s != X or s != O: print('I...
[ "rafael.mota@ufca.edu.br" ]
rafael.mota@ufca.edu.br
1cb73c6568858279025a470e045c2fd95de4ee58
1d1f173d67a04b78f732aee99ef0e2d4e8284d63
/dev/migrate_testing_phylesystem.py
8df26db7e044c0beb132c03618620d7e68edd506
[ "Python-2.0", "BSD-2-Clause" ]
permissive
rvosa/peyotl
8767165ec85129c8f25c56a572f0bd879158aa2a
98154af9832d18cbcb079f7e2db3b0e45893e1da
refs/heads/master
2021-01-18T19:48:31.273061
2015-09-03T15:30:13
2015-09-03T15:30:13
41,867,598
0
0
null
2015-09-03T15:29:00
2015-09-03T15:29:00
null
UTF-8
Python
false
false
4,445
py
#!/usr/bin/env python from peyotl.phylografter.nexson_workaround import workaround_phylografter_export_diffs, \ add_default_prop from peyotl.phylesystem.git_actions import get_filepath_for_namespaced_id from peyotl import get_logger from subprocess import cal...
[ "mtholder@gmail.com" ]
mtholder@gmail.com
b6fc79b993cd002a05a15ed4d474c68787c15613
1b9075ffea7d4b846d42981b41be44238c371202
/2009/devel/programming/library/caps/actions.py
518c5e326c2b2857a117363e060e5b3fc85eebcc
[]
no_license
pars-linux/contrib
bf630d4be77f4e484b8c6c8b0698a5b34b3371f4
908210110796ef9461a1f9b080b6171fa022e56a
refs/heads/master
2020-05-26T20:35:58.697670
2011-07-11T11:16:38
2011-07-11T11:16:38
82,484,996
0
0
null
null
null
null
UTF-8
Python
false
false
644
py
#!/usr/bin/python # -*- coding: utf-8 -*- # # Licensed under the GNU General Public License, version 2. # See the file http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt from pisi.actionsapi import pisitools WorkDir = "ipfdevlib_linux" def install(): pisitools.dobin("examples/i686/ipfinfo") pisitools.insi...
[ "zaburt@users.noreply.github.com" ]
zaburt@users.noreply.github.com
caa1324452f60f4345f56ee55fdce418254174e2
32606415426b55b12f2c991a56a238a08a12baca
/ostrich/steps.py
33875d59810c56f5b30a64136695a291a67a061e
[ "Apache-2.0" ]
permissive
shakenfist/ostrich
773c6bc15b1a0b571fb80906d4e865238f349cf9
f1a557c2dc19adf70d32152fbd07bc34676ee345
refs/heads/master
2021-07-21T23:26:28.448778
2017-07-18T01:24:36
2017-07-18T01:24:36
83,365,646
0
0
Apache-2.0
2021-08-03T04:55:48
2017-02-27T22:57:05
Python
UTF-8
Python
false
false
14,298
py
#!/usr/bin/env python # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, softwar...
[ "mikal@stillhq.com" ]
mikal@stillhq.com
c0a560dc7b728ab8f5e2bb57b87cb1e63a75ab05
30a2f77f5427a3fe89e8d7980a4b67fe7526de2c
/python/HERWIGPP_POWHEG_GluonFusion_H1200_bbbar_8TeV_cff.py
69a444d3216d8ed1263402b24a90ec1ffe8bbca7
[]
no_license
DryRun/QCDAnalysis
7fb145ce05e1a7862ee2185220112a00cb8feb72
adf97713956d7a017189901e858e5c2b4b8339b6
refs/heads/master
2020-04-06T04:23:44.112686
2018-01-08T19:47:01
2018-01-08T19:47:01
55,909,998
0
0
null
null
null
null
UTF-8
Python
false
false
3,112
py
import FWCore.ParameterSet.Config as cms from Configuration.Generator.HerwigppDefaults_cfi import * generator = cms.EDFilter( "ThePEGGeneratorFilter", herwigDefaultsBlock, configFiles = cms.vstring(), parameterSets = cms.vstring( 'cm8TeV', 'powhegNewDefaults', 'GluonFusionHbbParameters', ...
[ "david.renhwa.yu@gmail.com" ]
david.renhwa.yu@gmail.com
b614ca7ed169de8fd6bc9ceab1f35f66a6ecbd4e
3bb70650b4b83e4653dcc18c8233c106c7a5611a
/receipt/models.py
a0249ce6f92b8a79eb8446196a76c3d5c9ab0a32
[]
no_license
khanhlu2013/pos_connect_code
48e736a6b1c5ca6a5c4ff39d842d8a93f66e67ef
fdf70de858c10b175832af31ecc0cf770d028396
refs/heads/master
2023-04-08T02:35:46.181265
2016-10-18T21:12:51
2016-10-18T21:12:51
null
0
0
null
null
null
null
UTF-8
Python
false
false
2,959
py
from django.db import models from store.models import Store from store_product.models import Store_product import decimal from payment_type.models import Payment_type class Receipt(models.Model): date = models.DateTimeField() tax_rate = models.DecimalField(max_digits=6, decimal_places=4) store = models.For...
[ "khanhlu2013@gmail.com" ]
khanhlu2013@gmail.com
0ce8d4ae15eba8e000cbe459928f96dd85b9f175
9e5eca27222871dd04e42c9106bb2fba07e598ff
/src/osxification/foundation/ns_string.py
4305958fd9999299dcc1df4b9c9d9d5641838191
[]
no_license
jepebe/osxification
b2a68dec07cd0be3b7ebd519bd99d0bbd51e61c7
c9a539f4dbeda9200e32a2eea2c955dd94e6f45e
refs/heads/master
2016-09-03T06:35:41.659315
2015-05-19T18:00:23
2015-05-19T18:00:23
35,567,134
0
0
null
null
null
null
UTF-8
Python
false
false
1,614
py
from osxification.foundation import NSStringEncoding, NSObject class NSString(NSObject): def __init__(self, content, encoding=None): if isinstance(content, str): encoding = NSStringEncoding.NSUTF8StringEncoding # elif isinstance(content, unicode): # encoding = NSStringEncod...
[ "jepebe@users.noreply.github.com" ]
jepebe@users.noreply.github.com
bb4e08299b87e0d44389027cb157b9ba193b8b62
de24f83a5e3768a2638ebcf13cbe717e75740168
/moodledata/vpl_data/63/usersdata/250/32382/submittedfiles/swamee.py
65a4d92fd968b2221e8050cbd8814d6ae8e3c0f0
[]
no_license
rafaelperazzo/programacao-web
95643423a35c44613b0f64bed05bd34780fe2436
170dd5440afb9ee68a973f3de13a99aa4c735d79
refs/heads/master
2021-01-12T14:06:25.773146
2017-12-22T16:05:45
2017-12-22T16:05:45
69,566,344
0
0
null
null
null
null
UTF-8
Python
false
false
461
py
# -*- coding: utf-8 -*- import math #COMECE SEU CÓDIGO AQUI f=float(input('digite f:')) l=float(input('digite l:')) q=float(input('digite q:')) deltah=float(input('digite o delta:')) v=float(input('digite v:')) g=9.81 e=0.000002 D=((((8*f*l*q*q)/((math.pi**2)*(g*deltah))))**1/5) print('o valor de D é:%.4f'%D) rey=((4*q...
[ "rafael.mota@ufca.edu.br" ]
rafael.mota@ufca.edu.br
a4a1a15fcd715bdc69965843f94c3b2f571c20b3
30227ff573bcec32644fca1cca42ef4cdd612c3e
/leetcode/linkedList/singly_linked_list/remove_node_a1.py
8ee8af6cdfb55f3965cc1e1c627c57e7e5e85560
[]
no_license
saurabh-pandey/AlgoAndDS
bc55864422c93e6c93b8432e483394f286ce8ef2
dad11dedea9ceb4904d6c2dea801ce0172abfc81
refs/heads/master
2023-07-01T09:12:57.951949
2023-06-15T12:16:36
2023-06-15T12:16:36
88,239,921
0
0
null
null
null
null
UTF-8
Python
false
false
1,079
py
#URL: https://leetcode.com/explore/learn/card/linked-list/219/classic-problems/1207/ # Description """ Given the head of a linked list and an integer val, remove all the nodes of the linked list that has Node.val == val, and return the new head. Example 1: Input: head = [1,2,6,3,4,5,6], val = 6 Output: [1,2,3,4,5] ...
[ "saurabhpandey85@gmail.com" ]
saurabhpandey85@gmail.com
cd8aecca91fd152be1487734efe54d582598aa3d
ab47546a5fbf086193130b66a0ac8d849aa75d23
/venv/bin/pip3.7
aa3156ab60ab683ac043913e5b5ec19d31981c22
[]
no_license
icerahi/ecommerce-webapp
1f7b7a29d78d73ab03baa6aeeb69a4c95e042090
eb44e9c1f5b8444a72b3aaf5fcd96f30aa4757c9
refs/heads/master
2020-05-01T06:30:05.477773
2019-03-24T08:11:38
2019-03-24T08:11:38
177,331,593
0
0
null
null
null
null
UTF-8
Python
false
false
408
7
#!/home/rahi/PycharmProjects/E-commerce/venv/bin/python # EASY-INSTALL-ENTRY-SCRIPT: 'pip==10.0.1','console_scripts','pip3.7' __requires__ = 'pip==10.0.1' import re import sys from pkg_resources import load_entry_point if __name__ == '__main__': sys.argv[0] = re.sub(r'(-script\.pyw?|\.exe)?$', '', sys.argv[0]) ...
[ "zanjarwhite@gmail.com" ]
zanjarwhite@gmail.com
ddf2a1f0cc0195a7ea1195d4200196e3b871e4be
7a20dac7b15879b9453150b1a1026e8760bcd817
/Curso/ModuloTkinter/Aula001HelloWorld.py
32a092bff66a7ed68b5bc07212de60aeb6f607e8
[ "MIT" ]
permissive
DavidBitner/Aprendizado-Python
7afbe94c48c210ddf1ab6ae21109a8475e11bdbc
e1dcf18f9473c697fc2302f34a2d3e025ca6c969
refs/heads/master
2023-01-02T13:24:38.987257
2020-10-26T19:31:22
2020-10-26T19:31:22
283,448,224
0
0
null
null
null
null
UTF-8
Python
false
false
547
py
from tkinter import * # Sempre começar um programa com o root e a classe Tk root = Tk() # Criação do primeiro widget, nesse caso uma label presa a root com o texto "Hello World!" myLabel = Label(root, text="Hello World!") # Posicionando a label criada myLabel.pack() # Todo programa roda através de um loop, e com o ...
[ "david-bitner@hotmail.com" ]
david-bitner@hotmail.com
a90cd4d5bf5d588410d769c97cfa33f4a39619c4
d0eb9e95c796042067aceaf0fc3d43f56d4eb87b
/Tests/PootyTests.py
a75560eb9533c2d64a49521fcaed266ae119f381
[]
no_license
finneyjm/RynLib
ea0fd0f8ccd21fdac4663d5fb2b6836efce49a10
42e7d07ff879f72ae163f682cb07ba7489ce0a06
refs/heads/master
2021-02-16T15:30:02.181769
2020-03-05T19:20:22
2020-03-05T19:20:22
245,020,012
0
0
null
2020-03-04T22:47:09
2020-03-04T22:47:08
null
UTF-8
Python
false
false
1,094
py
from Peeves.TestUtils import * from unittest import TestCase from PootyAndTheBlowfish.Templator import * from PootyAndTheBlowfish.PotentialTemplator import PotentialTemplate import sys class PootyTests(TestCase): @inactiveTest def test_ApplyBaseTemplate(self): import os curdir = os.getcwd() ...
[ "b3m2a1@gmail.com" ]
b3m2a1@gmail.com
20dafa7d284b657578456c3c93e1fdde8a345ed6
5817da2441abfe5974cd31f323caaa00958e26f5
/dekanat/migrations/0002_news_newsimage.py
aa0501d98902d0f66c90062049b5e6076b935ab5
[]
no_license
katalyzator/Dekanat
3923f05eefb120fb366db2658e418ea9d87272f3
af32167bc78ca6ed52ad5910f6bfc8dfa3f91469
refs/heads/master
2021-01-12T15:05:09.618166
2016-10-23T08:51:11
2016-10-23T08:51:11
71,691,607
0
0
null
null
null
null
UTF-8
Python
false
false
2,473
py
# -*- coding: utf-8 -*- # Generated by Django 1.9.6 on 2016-10-18 02:24 from __future__ import unicode_literals from django.db import migrations, models import django.db.models.deletion class Migration(migrations.Migration): dependencies = [ ('dekanat', '0001_initial'), ] operations = [ ...
[ "web.coder96@gmail.com" ]
web.coder96@gmail.com
ac89a3e772ac4651679f9bbcd3d7859f8433465b
63f9a0d150cbef75f4e6e8246dc7ecac3f3b6d09
/python/ray/serve/controller.py
3176a6321bab846bb8ad713f732a0067362fc473
[ "Apache-2.0", "MIT" ]
permissive
ray-project/maze-raylit
79f0a5af9fe4bdc13a2d5b3919da867ed5439aab
a03cd14a50d87d58effea1d749391af530d7609c
refs/heads/master
2023-01-23T04:23:35.178501
2020-12-04T22:34:14
2020-12-04T22:34:14
318,274,659
5
0
Apache-2.0
2020-12-04T22:34:15
2020-12-03T17:47:58
Python
UTF-8
Python
false
false
41,020
py
import asyncio from collections import defaultdict from itertools import chain import os import random import time from dataclasses import dataclass, field from typing import Dict, Any, List, Optional, Tuple from pydantic import BaseModel import ray import ray.cloudpickle as pickle from ray.serve.autoscaling_policy im...
[ "noreply@github.com" ]
ray-project.noreply@github.com
218f7f161ce570b21a5293386e4ddc9cc7759bd2
9b722ca41671eb2cea19bac5126d0920639261bd
/.history/app_20201124112830.py
dfe4f24e89674672c3d491d9d14c2ce2f017531e
[]
no_license
thawalk/db_flask_server
7928fd481f99d30bdccc60d97f02db78324cfdbe
cd55f1c9bf84c734457ee02d9f64a6833e295fad
refs/heads/master
2023-01-25T02:40:19.097457
2020-12-06T07:45:50
2020-12-06T07:45:50
314,229,480
0
0
null
null
null
null
UTF-8
Python
false
false
4,465
py
import json import pymongo from flask import Flask, jsonify, url_for, request, redirect,Response,Request import pymongo from bson.json_util import dumps import mysql.connector from werkzeug.serving import run_simple import os from dotenv import load_dotenv import datetime import time app = Flask(__name__) test_collec...
[ "akmal_hakim_teo@hotmail.com" ]
akmal_hakim_teo@hotmail.com
7bc09e89695184c589a6db756b746e3e9450f047
ab8ea44704ea1a444e4f68ee740b584288d3e558
/tests/test_execer.py
f0b0661a8b670a8b6d6093ea78392b65de20eb17
[ "BSD-2-Clause" ]
permissive
jamiees2/xonsh
96514c3381ac2fcca872e473ea9d414d74c2fdc9
f7b5985a88b32fafdaf162012c1ebbd19e48e6b9
refs/heads/master
2021-01-18T07:49:58.323584
2015-03-11T01:56:42
2015-03-11T01:56:42
31,949,439
0
0
null
2015-03-10T09:42:21
2015-03-10T09:42:21
null
UTF-8
Python
false
false
869
py
"""Tests the xonsh lexer.""" from __future__ import unicode_literals, print_function import os import sys import ast from xonsh.execer import Execer from tools import mock_xonsh_env DEBUG_LEVEL = 0 EXECER = None # # Helpers # def setup(): # only setup one parser global EXECER EXECER = Execer(debug_leve...
[ "scopatz@gmail.com" ]
scopatz@gmail.com
3d787e6984f3eee88abe60dd5170ec3af6010e22
c6cd9829966c730e52ba932ff04b05c186c3af99
/udpserver.py
c14eb6b87daa9bfa2fcbed85a24e70c5792b7053
[]
no_license
fotopretty/ESP8266Server
ba3b9c980c35edd57a5c759225bfedfdb82c26e6
aca0baa6762e5230593a1fe3bf1379db89530a78
refs/heads/master
2021-05-29T12:19:18.611152
2015-09-16T17:03:40
2015-09-16T17:03:40
null
0
0
null
null
null
null
UTF-8
Python
false
false
730
py
# This is a Python UDP server to display UDP messages sent by the ESP8266 Arduino Shield by http://www.doit.am/ # Listen to UDP port 9000 and print any message received. # Based on https://pymotw.com/2/socket/udp.html __author__ = 'Luppy' import socket import sys # Create a TCP/IP socket sock = socket.socket(sock...
[ "lupyuen@gmail.com" ]
lupyuen@gmail.com
d9f1f1ef4a21917821be03f6b3eae82be1d88ae0
2728543f61eb17dcccca9853ba6e6d2d932c8f8e
/roundsolutions/src/g4f_ws.py
c7273191eeff049503dbb05f0d4afbf69c165e74
[ "MIT" ]
permissive
bewest/unapy
7a77afb841e354de5943f4bdfe9a08f1d3f49c88
cc55cfb90f38c7ac01ef244cc4b3509e4426b0e4
refs/heads/master
2016-09-11T06:09:39.908520
2012-06-17T23:10:20
2012-06-17T23:10:20
2,311,697
3
6
null
null
null
null
WINDOWS-1252
Python
false
false
2,461
py
############################################ # gauge4free WS2300 Python application # # Copyright 2008, © Round Solutions # # # ############################################ #Redistribution and use in source and binary forms, with or without #modification, are...
[ "bewest@gmail.com" ]
bewest@gmail.com
1968cafb7539e6a61fb1b2c491c4ca2d09e9891d
e6dd376fdb9b511975e90c8ec73972984b4a4895
/tests/test_numba.py
772bb541e64c0e1871a8d23e54402a1295d5c67d
[ "MIT", "LicenseRef-scancode-unknown-license-reference" ]
permissive
levandoskije/chemicals
41fd8ad2230a64797953d16937eec61d82050c49
a5c531c1c1822a816cce9d071eb03092fb311a41
refs/heads/master
2023-04-09T19:52:50.317171
2021-04-15T02:38:32
2021-04-15T02:38:32
null
0
0
null
null
null
null
UTF-8
Python
false
false
23,414
py
# -*- coding: utf-8 -*- """Chemical Engineering Design Library (ChEDL). Utilities for process modeling. Copyright (C) 2020 Caleb Bell <Caleb.Andrew.Bell@gmail.com> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal ...
[ "Caleb.Andrew.Bell@gmail.com" ]
Caleb.Andrew.Bell@gmail.com
bba3cbf765243f23c4a7e1d0c54c19cce2b7e9b6
08ee36e0bb1c250f7f2dfda12c1a73d1984cd2bc
/src/mnistk/networks/conv1dthenlinear_81.py
da2fc2b67de2ce6afe44794e2c90add3e214fc37
[]
no_license
ahgamut/mnistk
58dadffad204602d425b18549e9b3d245dbf5486
19a661185e6d82996624fc6fcc03de7ad9213eb0
refs/heads/master
2021-11-04T07:36:07.394100
2021-10-27T18:37:12
2021-10-27T18:37:12
227,103,881
2
1
null
2020-02-19T22:07:24
2019-12-10T11:33:09
Python
UTF-8
Python
false
false
1,094
py
# -*- coding: utf-8 -*- """ conv1dthenlinear_81.py :copyright: (c) 2019 by Gautham Venkatasubramanian. :license: MIT """ import torch from torch import nn class Conv1dThenLinear_81(nn.Module): def __init__(self): nn.Module.__init__(self) self.f0 = nn.Conv1d(in_channels=16, out_channels...
[ "41098605+ahgamut@users.noreply.github.com" ]
41098605+ahgamut@users.noreply.github.com
8aee48b71c0ebb2d53999918e1c552b0a87ce133
72409ee3ffad4d865bfd900ba989a0756ff12e24
/time_series_detector/algorithm/xgboosting.py
e9ec290e6904b48ed32c1af6aaa202fbf2131f15
[]
no_license
ncucjm/ts_detector
559cb5b25932e1a46aac2966fc0b031382080b11
742f4026a6da89331b9d6e46ae6ae4e2ea697215
refs/heads/master
2020-07-06T01:04:41.299625
2019-08-30T15:07:14
2019-08-30T15:07:14
202,840,403
1
0
null
null
null
null
UTF-8
Python
false
false
6,709
py
#!/usr/bin/env python # -*- coding: UTF-8 -*- import os import xgboost as xgb from time_series_detector.feature import feature_service from time_series_detector.common.tsd_errorcode import * from time_series_detector.common.tsd_common import * MODEL_PATH = os.path.join(os.path.dirname(__file__), '../model/') DEFAULT_MO...
[ "1300887184@qq.com" ]
1300887184@qq.com
5249901142f31f7c35f886b5c7193b60b5816526
fb1e852da0a026fb59c8cb24aeb40e62005501f1
/kosmos-2/torchscale/examples/fairseq/tasks/data/lm_loader.py
6be575239088da94981dd64c5f831ab4cd96fc5f
[ "MIT", "LicenseRef-scancode-generic-cla", "LicenseRef-scancode-unknown-license-reference", "LGPL-2.1-or-later", "LicenseRef-scancode-free-unknown", "Apache-2.0" ]
permissive
microsoft/unilm
134aa44867c5ed36222220d3f4fd9616d02db573
b60c741f746877293bb85eed6806736fc8fa0ffd
refs/heads/master
2023-08-31T04:09:05.779071
2023-08-29T14:07:57
2023-08-29T14:07:57
198,350,484
15,313
2,192
MIT
2023-08-19T11:33:20
2019-07-23T04:15:28
Python
UTF-8
Python
false
false
13,974
py
import glob import os import torch import numpy as np import time import json import random import itertools import hydra import copy from omegaconf import DictConfig, OmegaConf from infinibatch import iterators from .basic_loader import BaseBatchGen from .utils import NativeCheckpointableIterator, Weigh...
[ "1083127130@qq.com" ]
1083127130@qq.com
db8d15fe436a1605c48b2d2a6915384b202132f1
c44a3227d1c2b3a892a9a52438a324e675485ff7
/odp/ui/admin/views/providers.py
0b97bea6fff0e6ea171b7e750a6c02b9312ef3de
[ "MIT" ]
permissive
SAEONData/Open-Data-Platform
4b87aece6a83befd82a67f97d4ae330380c1f947
50c52bf476fd5c82afdf44379805f8790bb20319
refs/heads/main
2022-11-07T00:30:38.697706
2022-11-04T15:09:37
2022-11-04T15:09:37
251,641,495
2
1
MIT
2022-09-20T12:35:56
2020-03-31T15:12:19
Python
UTF-8
Python
false
false
2,215
py
from flask import Blueprint, flash, redirect, render_template, request, url_for from odp.ui.admin.forms import ProviderForm from odplib.const import ODPScope from odplib.ui import api bp = Blueprint('providers', __name__) @bp.route('/') @api.client(ODPScope.PROVIDER_READ) def index(): page = request.args.get('p...
[ "52427991+marksparkza@users.noreply.github.com" ]
52427991+marksparkza@users.noreply.github.com
038fbd532f9fd4dbb174c02e9e979f5807987c8e
9cbe84017abd74dd4863c60c3438420aeaa4cb5b
/OcCo_Torch/models/pointnet_util.py
223edb2e5970e591f491deb0d0fde065371aadb5
[ "MIT" ]
permissive
zebrajack/OcCo
3c7be8e4c46b61e0899c533c5c101dad56127a3f
c218a2bb446f91702cf8fa6f56bb3a1da406009f
refs/heads/master
2023-04-30T08:15:48.189980
2020-12-29T10:49:21
2020-12-29T10:49:21
null
0
0
null
null
null
null
UTF-8
Python
false
false
7,576
py
# Copyright (c) 2020. Hanchen Wang, hw501@cam.ac.uk # Ref: https://github.com/fxia22/pointnet.pytorch/pointnet/model.py import torch, torch.nn as nn, numpy as np, torch.nn.functional as F from torch.autograd import Variable def feature_transform_regularizer(trans): d = trans.size()[1] I = torch.eye(d)[None...
[ "hc.wang96@gmail.com" ]
hc.wang96@gmail.com
51a5067c854b3664f8ea3cae774a82ffda609903
a5a99f646e371b45974a6fb6ccc06b0a674818f2
/RecoBTag/PerformanceDB/python/PoolBTagPerformanceDBMC36X.py
51f9ad82857168c4520d2aadbf7b5b494f03b156
[ "Apache-2.0" ]
permissive
cms-sw/cmssw
4ecd2c1105d59c66d385551230542c6615b9ab58
19c178740257eb48367778593da55dcad08b7a4f
refs/heads/master
2023-08-23T21:57:42.491143
2023-08-22T20:22:40
2023-08-22T20:22:40
10,969,551
1,006
3,696
Apache-2.0
2023-09-14T19:14:28
2013-06-26T14:09:07
C++
UTF-8
Python
false
false
112
py
from RecoBTag.PerformanceDB.measure.Pool_pf36 import * from RecoBTag.PerformanceDB.measure.Pool_calo36 import *
[ "giulio.eulisse@gmail.com" ]
giulio.eulisse@gmail.com
9e19072ff7971bc211783e2524be3902ccd8e5c3
39b8dddb1bda5e8055c661da060a9c71040c0ae3
/reinforcement/tensorflow/minigo/tests/test_shipname.py
93a9e7848d426fc5cb67bf8191c89a4eecd8e1c1
[ "Apache-2.0" ]
permissive
dagarcia-nvidia/mlperf_training
22e7c120bce338ec84b008b5cd64a3e53c2362e3
bad6f14e6f5a119bfffb3181a8a742874c441753
refs/heads/master
2022-12-11T03:28:22.641969
2019-02-27T19:05:59
2019-02-27T19:05:59
172,770,644
1
1
Apache-2.0
2022-12-08T02:29:51
2019-02-26T18:54:19
Jupyter Notebook
UTF-8
Python
false
false
1,119
py
# Copyright 2018 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, ...
[ "deepakn94@gmail.com" ]
deepakn94@gmail.com
ddabea7784ef8342f76c1ca6530fde0cfab7b4f2
15f321878face2af9317363c5f6de1e5ddd9b749
/solutions_python/Problem_200/3378.py
d9230c40d82e40ec840c98885d3db4d3250b8334
[]
no_license
dr-dos-ok/Code_Jam_Webscraper
c06fd59870842664cd79c41eb460a09553e1c80a
26a35bf114a3aa30fc4c677ef069d95f41665cc0
refs/heads/master
2020-04-06T08:17:40.938460
2018-10-14T10:12:47
2018-10-14T10:12:47
null
0
0
null
null
null
null
UTF-8
Python
false
false
1,242
py
# -*- coding: utf-8 -*- """ Created on Sun Apr 09 06:47:06 2017 @author: rajbhagat For Code Jam - Faster Tidy numbers """ readfileopen=open("C:/Users/rajbh/Desktop/B-large.in",'r') writefileout=open("C:/Users/rajbh/Desktop/B-large.out",'w') caseno=0 for e in readfileopen: if caseno>0: ...
[ "miliar1732@gmail.com" ]
miliar1732@gmail.com
9eada00291e92ba1f68d9cc92d349c53d4607a32
e6dab5aa1754ff13755a1f74a28a201681ab7e1c
/.parts/lib/python2.7/test/badsyntax_future7.py
016f61f770519913d07d97611d89fa2688ab4a4f
[]
no_license
ronkagan/Euler_1
67679203a9510147320f7c6513eefd391630703e
022633cc298475c4f3fd0c6e2bde4f4728713995
refs/heads/master
2021-01-06T20:45:52.901025
2014-09-06T22:34:16
2014-09-06T22:34:16
23,744,842
0
1
null
null
null
null
UTF-8
Python
false
false
82
py
/home/action/.parts/packages/python2/2.7.6/lib/python2.7/test/badsyntax_future7.py
[ "ron.y.kagan@gmail.com" ]
ron.y.kagan@gmail.com
daf27f71cbc15575ee65fd0f02661c46889e6984
2efda4e99b5b9da5041d4984b71a2121561a29d3
/EwhaEverytimeEverywhere/board/views.py
4acb5691431bf2776659eac49a6cf82d7009ef6f
[]
no_license
yunaisme/Cyber_Graduation_Project
2ff31284ced20688cad9e4546fad2d3af2217cdf
5388fe8a3dce0c6053ff00522c50390e8a6160b1
refs/heads/main
2023-07-30T12:50:15.754026
2021-09-26T14:20:19
2021-09-26T14:20:19
397,037,621
0
0
null
2021-08-17T01:04:28
2021-08-17T01:04:27
null
UTF-8
Python
false
false
2,572
py
from django.contrib import messages from django.contrib.auth.decorators import login_required from django.shortcuts import render, redirect, get_object_or_404 from .forms import PostForm, CommentForm from .models import Post, Comment @login_required(login_url='login') def post_list(request): posts = Po...
[ "gegiraffe@gmail.com" ]
gegiraffe@gmail.com
8bce87db52839bfb325e37a18ea9b5a477384736
6b2a8dd202fdce77c971c412717e305e1caaac51
/solutions_5634697451274240_0/Python/sachinr20/b.py
1805d5abd977f454eca786173f8e9a14c75ab1cd
[]
no_license
alexandraback/datacollection
0bc67a9ace00abbc843f4912562f3a064992e0e9
076a7bc7693f3abf07bfdbdac838cb4ef65ccfcf
refs/heads/master
2021-01-24T18:27:24.417992
2017-05-23T09:23:38
2017-05-23T09:23:38
84,313,442
2
4
null
null
null
null
UTF-8
Python
false
false
1,425
py
import sys def flip(st, count): #if count==len(st): # return st[::-1] l = count st2 = "" for i in range(count): if st[i]=='+': st2 = st2 + "-" else: st2 = st2 + "+" #print("st2new:"+st2) st2 = st2[::-1] return st2+st[count:] def handleit(line,...
[ "alexandra1.back@gmail.com" ]
alexandra1.back@gmail.com
95502ab595a584f1de7be5054524ea97671baa2f
dcb984494ae1ae88192f0ba685f76a0dbc73dcdb
/venv/lib/python3.6/bisect.py
1f16dfa58a74cdbde010e65540d31c009ef9d94d
[]
no_license
hornLK/Django_LKproject
55393a7d92e5a4441df309c5d7c898c1e91e248f
c0ce7a524f2fc4c37b79deaab06c4abc08de7398
refs/heads/master
2021-04-30T14:52:36.223985
2018-03-30T04:04:12
2018-03-30T04:04:12
121,226,741
0
0
null
null
null
null
UTF-8
Python
false
false
43
py
/usr/local/python36/lib/python3.6/bisect.py
[ "bjlkq546449541@gmail.com" ]
bjlkq546449541@gmail.com
97a9944271b7d91b192683ba190c0287a2a545fd
f281d0d6431c1b45c6e5ebfff5856c374af4b130
/DAY001~099/DAY05-BOJ1260-DFS와BFS/joohyuk.py
db9bbd3aa34e66679027eda6a4ef5d38dca52708
[]
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
1,020
py
import sys from collections import deque si = sys.stdin.readline graph_unsorted = [set() for _ in range(1001)] graph = [[]for _ in range(1001)] visited = [False for _ in range(1001)] def dfs(s): print(s, end=' ') for e in graph[s]: if not visited[e]: visited[e] = True dfs(e) ...
[ "noreply@github.com" ]
tachyon83.noreply@github.com
52333cc2e65db038cbb4d42924cde56aee596bdb
a290925e8c3103bb84327f6f38f0b4ffd7945c1d
/dataugmentation/reverse_para_order.py
46b542bb4e9b7a02170208992335f7e00154d9dd
[]
no_license
enterpriseih/lightningHotpotQA
6db502747b2b7a876e7f32743b839c65f851ee49
b3a992f27a1c2b7881e6ab0c16132c20fb880f8d
refs/heads/master
2023-08-24T05:38:32.419496
2021-05-27T01:09:29
2021-05-27T01:09:29
null
0
0
null
null
null
null
UTF-8
Python
false
false
1,252
py
import json import sys from tqdm import tqdm assert len(sys.argv) == 4 raw_data = json.load(open(sys.argv[1], 'r')) para_file = sys.argv[2] with open(para_file, 'r', encoding='utf-8') as reader: para_data = json.load(reader) ################################# reverse_output_file = sys.argv[3] ######################...
[ "guangtao.wang@jd.com" ]
guangtao.wang@jd.com
93f40d4918907f15aad52856cb8a80bb9202195c
e6252e7ad0e024cd20e0e0779347945b735dd64a
/myenv/restdemo.py
2c0d9453c08607d15e642c47b4412ccd350d5fee
[]
no_license
Icode4passion/FlaskApp_RestDemo_Calculator_WeightConvertor
97391a9c7ed1f2b6eab402169f52ac17e4e49c64
8865d0d98c070331e3ebcd70ecd5b7ad2dd9c2e2
refs/heads/master
2020-04-11T07:33:25.152968
2018-12-13T14:33:29
2018-12-13T14:33:29
161,614,605
0
0
null
null
null
null
UTF-8
Python
false
false
1,219
py
from flask import Flask , jsonify , make_response , abort, render_template , request app = Flask(__name__) movies = [ { 'id' : 1, 'title': 'Batman', 'Author': 'Bob Kane', 'Director' : 'Christopher' }, { 'id' : 2, 'title': 'Superman', 'Author': 'Jerry Siegel', 'Director' : 'Richard Donner' }] @app.route('/m...
[ "yogeerama@gmail.com" ]
yogeerama@gmail.com
ce15a2c788b6fc97e976ebdd0a17dcdda74f20b8
67b440e37a6a613a9bb11f47fee1e0cf9531001b
/scripts/dict/amber_model_building_water.py
167d4436fd4089249adf54e759f433ac3b4eeb20
[ "WTFPL" ]
permissive
09alpha/amber-in-the-dark
96d8b93136ce749161b7c4ae2942e1feb95dd8c6
5183737ef71e87ebc9dd2d2ea729c928052310e7
refs/heads/master
2020-06-12T18:58:48.708114
2019-06-28T01:50:48
2019-06-28T01:50:48
null
0
0
null
null
null
null
UTF-8
Python
false
false
29,729
py
#---- # Водоснабжение (коррекция величин): metadict_model['-Городское водоснабжение (литр)'] = { '-Городское водоснабжение (кубометр)':1 / 1000, } metadict_model['-Сельское водоснабжение (литр)'] = { '-Сельское водоснабжение (кубометр)':1 / 1000, } metadict_model['-Городское водоснабж...
[ "celestia@safe-mail.net" ]
celestia@safe-mail.net
e504ebb5f478fb423b42fd1cbe28748625513ef9
c93a0a6dedc8ebf100dd15eefc897457410e2d06
/opsweb/resources/migrations/0008_cmdbmodel_dev_team.py
334ca0cdc4e2e901f6fa80d9ece75cf34c848bee
[]
no_license
sungy2014/WS-OPS
efaab4ca8d3c56352c685508fe5b273daaedc2bb
7563e40c130d0791ccacb259f7a71a9f276ca6c6
refs/heads/master
2020-03-11T12:25:42.030148
2018-04-11T12:44:02
2018-04-11T12:44:02
129,997,121
1
0
null
2018-04-18T03:14:03
2018-04-18T03:14:03
null
UTF-8
Python
false
false
564
py
# -*- coding: utf-8 -*- # Generated by Django 1.11.7 on 2018-03-22 14:40 from __future__ import unicode_literals from django.db import migrations, models class Migration(migrations.Migration): dependencies = [ ('auth', '0008_alter_user_username_max_length'), ('resources', '0007_cmdbmodel_ansible...
[ "root@172-17-134-23.(none)" ]
root@172-17-134-23.(none)
51d68dfea5891cefb0d83811d3e1cff7af52b92b
f72ecf85bc1d6b4014af4b35f7677adb7c3a77f3
/venv/lib/python3.7/heapq.py
c1d7b074887df5b805bb3d55fea8740954088e10
[]
no_license
PropeReferio/covid19dashapp
cef5a803a26a00fc5a7adca57625d7f3de8710f8
aea672aca23e0d6782080c966b24da6d826e1f91
refs/heads/master
2022-07-14T23:09:21.063273
2020-11-01T18:46:14
2020-11-01T18:46:14
253,976,374
0
0
null
2022-06-22T01:41:02
2020-04-08T03:32:05
Python
UTF-8
Python
false
false
41
py
/home/bo/anaconda3/lib/python3.7/heapq.py
[ "lemuel.b.stevens@gmail.com" ]
lemuel.b.stevens@gmail.com
f7931575c366e22a71c78e7146d1397848ab5a87
92bf9ddd7b92e7ed73fa6989164700b2be3657b8
/Project1/download/google-cloud-sdk/.install/.backup/lib/surface/config/configurations/describe.py
0b368769e222fe9b76407d71ace98df3c1c32661
[ "LicenseRef-scancode-unknown-license-reference", "Apache-2.0" ]
permissive
bopopescu/8220-lab
bc991424557ff46f325d4611a84d02560ba5a6cb
3f0ca82028962e5b1c0f4a2c4a2390ce6603e11c
refs/heads/master
2022-11-19T22:31:54.741707
2018-01-07T16:56:47
2018-01-07T16:56:47
282,337,970
0
0
null
2020-07-25T00:01:24
2020-07-25T00:01:23
null
UTF-8
Python
false
false
2,295
py
# Copyright 2015 Google 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.org/licenses/LICENSE-2.0 # # Unless required by applicable law or ag...
[ "yitianl@g.clemson.edu" ]
yitianl@g.clemson.edu
64bb9f225783b606da3d8267a0ac7d33b510a04b
2430b2a50efec6eebf27c0162b11d10d88f62729
/pyprob/__init__.py
57d07c2a883967767c0ab26beb5ea4593b133414
[ "BSD-2-Clause", "BSD-3-Clause" ]
permissive
feynmanliang/pyprob
60d27e67c02e96f7a8116d9f1c5bdf1c374d908a
16e345fde1d4305138bc909b087c81ad0f668cc5
refs/heads/master
2022-11-28T16:28:19.921825
2020-05-25T22:28:45
2020-05-25T22:28:45
268,595,724
0
0
null
2020-06-01T18:05:21
2020-06-01T18:05:21
null
UTF-8
Python
false
false
336
py
__version__ = '1.1.3' from .util import TraceMode, PriorInflation, InferenceEngine, InferenceNetwork, ImportanceWeighting, Optimizer, LearningRateScheduler, ObserveEmbedding, set_verbosity, set_device, seed from .state import sample, observe, tag from .address_dictionary import AddressDictionary from .model import Mod...
[ "atilimgunes.baydin@gmail.com" ]
atilimgunes.baydin@gmail.com
7eba8f570b7af1fd4e912d31ca096771effd2c08
99e0fef58ec7d3985f7471d0ab021333f8ea8c95
/output_head_tables.py
7eedb6ba85940104fdb796ed0260cc5c87a52a95
[]
no_license
deBroglieeeen/get_pair_noun_in_corpus_2
176d6d1ea69a0947dbf7fe991525aafaab5d1e50
5667598604158c18f096c731f59780c83f79f8f7
refs/heads/main
2023-02-24T17:05:16.111928
2021-01-30T07:53:51
2021-01-30T07:53:51
326,991,591
0
0
null
2021-01-18T02:15:26
2021-01-05T12:26:49
Python
UTF-8
Python
false
false
229
py
import pandas as pd import scipy as sp import scipy.stats # コンマ区切りのテキストデータを読み込む data = pd.read_csv("output/df_sample2.tsv", sep='/t') data.head(15).to_csv('output/head_alldata_sample.csv')
[ "u825246d@ecs.osaka-u.ac.jp" ]
u825246d@ecs.osaka-u.ac.jp
cb0026bf57ccc9abc71541d4c3d1f690f344d7ae
47aaa3f1fa5764779e5246fa3b765adaaac15bd1
/distributed_jobman/parsers/config.py
f18760451974217f79da36fcfa3e1de8d8f31456
[]
no_license
bouthilx/distributed-jobman
a3ec4958001b052a8327416b4be268f55dea2bf7
d20aeda23bb9137445f754c8542d2f7e328a7fae
refs/heads/master
2021-01-24T21:12:47.077725
2016-02-18T16:02:32
2016-02-18T16:05:16
49,673,710
0
0
null
null
null
null
UTF-8
Python
false
false
883
py
from ConfigParser import ConfigParser, Error import os p2_config = ConfigParser() p2_config.read(os.path.join(os.environ["HOME"], ".distributed_jobman.rc")) default_values = dict(cache_timeout=str(60 * 5)) keys = ["username", "password", "address", "name", "cache_timeout"] database = dict() for key in keys: val...
[ "xavier.bouthillier@umontreal.ca" ]
xavier.bouthillier@umontreal.ca
24c5484f67c0ebe9391bd91e453f7b27f8619284
01b7cc0017c81c99d1da1c37c6a5dcb0bf4af9a5
/python/PythonBinding.py
d2d8ed69c64c69724515739b1392ad016908ff42
[ "BSD-2-Clause", "LicenseRef-scancode-unknown-license-reference" ]
permissive
lsst-camera-dh/jh-ccs-utils
8c366c2cf3883944373a2aed02ee328c823a5cc7
4948df295311dff95d2b7d8e11f9ba392cd6b933
refs/heads/master
2022-03-09T09:37:31.640529
2022-01-17T03:27:47
2022-01-17T03:27:47
87,144,848
0
0
NOASSERTION
2022-01-17T03:27:48
2017-04-04T03:38:53
Python
UTF-8
Python
false
false
4,898
py
""" Socket connection interface to CCS Jython interpreter. """ import sys import time import re import socket import threading import uuid __all__ = ['CcsJythonInterpreter', 'CcsException', 'CcsExecutionResult'] class CcsExecutionResult: """Results class.""" def __init__(self, thread): self.thread = ...
[ "jchiang@slac.stanford.edu" ]
jchiang@slac.stanford.edu
580b18797f6bcd128bf024691e448bb0b188ad18
52b5773617a1b972a905de4d692540d26ff74926
/.history/fish1_20200805130243.py
e999797ad429e042ebb73a7054817607af8ed019
[]
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
509
py
def fish(A,B): # we place fish moving downwards to a downstream stack # then when its not empty we'll check with the empty at A[i] # if it eats that fish we deduct it from the alive fish and del from A # otherwise we shall pop from the down stream stack downStream = [] j = 0 aliveFish = ...
[ "mary.jereh@gmail.com" ]
mary.jereh@gmail.com
30e1d63614fa8d56d2ca697cb2da652ee3a00995
e836275adf8adca9b77acdd3d25bac157592a995
/dyconnmap/cluster/__init__.py
958f031b8568d142c88bb25e94a002ca0a8d42f5
[ "BSD-3-Clause" ]
permissive
makism/dyconnmap
3de6f482d1370bf25ec3813ddf576b675ed99d9e
cbef247e635d55cb1489ba1e429d9d472b501b56
refs/heads/master
2023-08-03T19:30:40.779333
2022-03-14T18:24:16
2022-03-14T18:24:16
98,643,787
67
25
BSD-3-Clause
2023-07-24T04:49:03
2017-07-28T11:37:17
Python
UTF-8
Python
false
false
485
py
# -*- coding: utf-8 -*- """ """ # Author: Avraam Marimpis <avraam.marimpis@gmail.com> from .ng import NeuralGas from .mng import MergeNeuralGas from .rng import RelationalNeuralGas from .gng import GrowingNeuralGas from .som import SOM from .umatrix import umatrix from .validity import ray_turi, davies_bouldin __a...
[ "makhsm@gmail.com" ]
makhsm@gmail.com
7533ca90907b697d0dc23a74d914beb543005ff5
03f6ad21c4332b9b26dfb11ed04e63bdb9236b3c
/codegen/funcs2_testgen.py
edada136932bf16c484a72dc13c4369ce9f380ad
[ "Apache-2.0" ]
permissive
m1griffin/arrayfunc
ddf9ea9c8fa363f79babd788c8d0428ede8dfc60
c04561c5d565ae8d3ee776783bfb34b242deca93
refs/heads/master
2023-08-05T00:09:27.530893
2023-07-19T12:46:37
2023-07-19T12:46:37
40,577,669
3
0
null
null
null
null
UTF-8
Python
false
false
103,190
py
#!/usr/bin/env python3 ############################################################################## # Project: arrayfunc # Purpose: Generate the unit tests for math functions which use two # input parameters. # Language: Python 3.5 # Date: 08-Dec-2017 # ###############################################...
[ "m12.griffin@gmail.com" ]
m12.griffin@gmail.com
9407a3410c3adf54c911ab96278515594e083f7c
8cd15fba24b6dfa431f3764932101969f5fb524f
/JAMediaVideo/gtk2/Globales.py
814c31044263af9b38ece76b1e5a3998450b5472
[]
no_license
srevinsaju/JAMediaSuite
c872b4781657bf1bcf63908f71abeca799b8c666
1813d1205cf31f89be3c4512eb495baed427494f
refs/heads/master
2020-12-04T12:14:53.794749
2019-01-05T12:52:13
2019-01-05T12:52:13
null
0
0
null
null
null
null
UTF-8
Python
false
false
7,966
py
#!/usr/bin/env python # -*- coding: utf-8 -*- # Globals.py por: # Flavio Danesse <fdanesse@gmail.com> # Uruguay # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the Li...
[ "fdanesse@gmail.com" ]
fdanesse@gmail.com
0d178fa066c1f4c5d384bfd333819d9ac8351337
fd5edffed3c69a4d749880e18189c391a0a92562
/blog/migrations/0002_auto_20181026_1956.py
b69729dbed11c9f0b6dd0221836d82990b3583f9
[]
no_license
bgarcial/hostayni_platform
4e9768bc1a13f006167d16b6d33bce88a029c524
2cf136b24b27db1a907ccc1274d32c1523abe1a2
refs/heads/master
2021-10-14T07:42:30.095351
2018-11-14T16:11:54
2018-11-14T16:11:54
103,794,415
1
0
null
null
null
null
UTF-8
Python
false
false
672
py
# -*- coding: utf-8 -*- # Generated by Django 1.10.7 on 2018-10-26 19:56 from __future__ import unicode_literals from django.db import migrations, models class Migration(migrations.Migration): dependencies = [ ('blog', '0001_initial'), ] operations = [ migrations.RemoveField( ...
[ "botibagl@gmail.com" ]
botibagl@gmail.com
4ec65bf797fd519390932f21927af6966f94336b
de24f83a5e3768a2638ebcf13cbe717e75740168
/moodledata/vpl_data/168/usersdata/276/70781/submittedfiles/exercicio24.py
65d4c1fabd7be393ddb9b1c8b13fb77cc8cf2feb
[]
no_license
rafaelperazzo/programacao-web
95643423a35c44613b0f64bed05bd34780fe2436
170dd5440afb9ee68a973f3de13a99aa4c735d79
refs/heads/master
2021-01-12T14:06:25.773146
2017-12-22T16:05:45
2017-12-22T16:05:45
69,566,344
0
0
null
null
null
null
UTF-8
Python
false
false
231
py
# -*- coding: utf-8 -*- import math x = int (input('Digite o valor de x: ')) y = int (input('Digite o valor de y: ')) i = 1 mdc = 0 while (i<=y): if (x%i==0) and (y%i==0): mdc = i print (i) i = i + 1
[ "rafael.mota@ufca.edu.br" ]
rafael.mota@ufca.edu.br
39defe150001c2805ae5c7822c51642555a4b3dc
2bd8fbe6e2ee2511d00479440aa589249234c2d8
/01-Supervised/11-16/day17/day17-01-integrate-2-RandomForest-2-parallelized.py
0698a4110a7311f17677f8802c4b7f25c36c8f54
[]
no_license
LeenonGo/sklearn-learn
71d21f9b26cfb5cc6d65a22883127db873a31091
460d6e75e82943c802f7c025a03c821d02b5d232
refs/heads/master
2023-07-13T18:42:17.510938
2021-08-18T11:34:06
2021-08-18T11:34:06
371,628,997
0
0
null
null
null
null
UTF-8
Python
false
false
1,362
py
# -*- coding: utf-8 -*- # @Author : Lee # @Time : 2021/7/20 15:09 # @Function: 并行化: https://www.scikitlearn.com.cn/0.21.3/12/#11124 # n_jobs = k ,则计算被划分为 k 个作业,并运行在机器的 k 个核上 # 如果设置 n_jobs = -1 ,则使用机器的所有核。 # from time import time import matplotlib.pyplot as plt from sklearn.datasets import fetch_olivetti_faces fr...
[ "yaa.lee@hotmail.com" ]
yaa.lee@hotmail.com
ccd07e782ba302eaba43b3b517b58b8b67f736ae
62758b6067133b1a4c75da979197d21a5691c34e
/ichnaea/cache.py
8cc5409f92eecfc5ca30f27177bcc16e2e11344f
[ "Apache-2.0" ]
permissive
mate1983/ichnaea
903450705f9a83fd74aeb16e5b6fd9644de04065
ac3ed0640ee8cc7f142ba21cb6976dbf2bd488cb
refs/heads/master
2020-12-03T10:44:19.124756
2016-03-11T11:17:57
2016-03-11T11:59:34
null
0
0
null
null
null
null
UTF-8
Python
false
false
2,454
py
""" Functionality related to using Redis as a cache and a queue. """ from contextlib import contextmanager import redis from redis.exceptions import RedisError from six.moves.urllib.parse import urlparse def configure_redis(cache_url, _client=None): """ Configure and return a :class:`~ichnaea.cache.RedisCli...
[ "hanno@hannosch.eu" ]
hanno@hannosch.eu
79a6bd1bd4c4a106b21e7d931958f60298534be3
0ba9f66cd4db73e49a0beb644a893a2ef7040486
/objdet/modelloader/ssd.py
e5a159c1de99c234af427f4f2eb54897f32fd2af
[]
no_license
NMADALI97/objdet
7009d8d2d05190b9aa108575c5eec8441883c524
f67834b252e0bf1938b794af33a226241fa6899a
refs/heads/master
2021-09-25T05:21:14.578893
2018-10-18T14:37:27
2018-10-18T14:37:27
null
0
0
null
null
null
null
UTF-8
Python
false
false
15,838
py
# -*- coding: utf-8 -*- import torch from torch import nn import torch.nn.functional as F import itertools import math from . import utils class StrideConv(nn.Module): """ StrideConv:H,W根据stride进行下采样,H*W->(H/stride)*(W/stride) """ def __init__(self, in_channels, out_channels, kernel_size, stride=1, ...
[ "guanfuchen@zju.edu.cn" ]
guanfuchen@zju.edu.cn
8e76debaea8ecc60552b1c5384895640a9b54d55
bbc8fbbdd40665af61fedf69962b38c1d5939683
/deploy/pinax.wsgi
702a6744a1f0adf054e2dce91b62c0c1158c1580
[]
no_license
braskin/pd
64b299ad8058e8d3939bc9778fd1576522f786b0
df32f96b432c2f07e1a20bcbd84df3eccad5e29a
refs/heads/master
2021-01-10T22:10:34.318229
2013-01-23T11:50:37
2013-01-23T11:50:37
7,773,119
0
1
null
2020-07-25T19:53:06
2013-01-23T11:09:43
Python
UTF-8
Python
false
false
454
wsgi
# pinax.wsgi is configured to live in projects/playdation/deploy. import os import sys from os.path import abspath, dirname, join from site import addsitedir sys.path.insert(0, abspath(join(dirname(__file__), "../../"))) from django.conf import settings os.environ["DJANGO_SETTINGS_MODULE"] = "playdation.settings" ...
[ "boris.raskin@gmail.com" ]
boris.raskin@gmail.com
4adb56b19f422e4b95744f384d76d14ff2d0e9c6
e6ede210d500b8f0772ff09f6a91578297ad6395
/tests/database/database_perf_load01.py
5d0fed1c12eb4b69890a20306a01f56a6878d493
[ "BSD-3-Clause" ]
permissive
pnarvor/nephelae_base
392d70e001c49d03e7027989d75adaf065f968ee
d5f1abeae0b0473b895b4735f182ddae0516a1bd
refs/heads/master
2020-06-23T14:23:41.294273
2020-02-28T17:01:26
2020-02-28T17:01:26
198,648,271
0
0
null
null
null
null
UTF-8
Python
false
false
1,619
py
#! /usr/bin/python3 import sys sys.path.append('../../') import os import signal import time from ivy.std_api import * import logging from nephelae_mapping.database import NephelaeDataServer from helpers.helpers import * print("loading database... ", end='', flush=True) t0 = time.time() # dtbase = NephelaeDataServ...
[ "pnarvor@laas.fr" ]
pnarvor@laas.fr
81f7e1a32b448da0c2743974e650e6d2b9659d73
acb8e84e3b9c987fcab341f799f41d5a5ec4d587
/langs/9/v-1.py
3c7d5e588805d8f24918006b23a615c626a88574
[]
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
b38cc83718ba67b213d350be50f5983e023c5b64
838a0c32eb0ab8fa513cfdc698a09ab1eaaef00a
/codes/275. H-Index II.py
e0705b2c4b55f09ebc65aec748c8f9f6ec607acd
[]
no_license
zcgu/leetcode
ff270db9deb000e63dc9f338131c746ce7d24dfb
a041962eeab9192799ad7f74b4bbd3e4f74933d0
refs/heads/master
2021-01-11T20:02:49.126449
2016-12-31T23:51:38
2016-12-31T23:51:38
68,346,234
1
0
null
null
null
null
UTF-8
Python
false
false
403
py
class Solution(object): def hIndex(self, citations): """ :type citations: List[int] :rtype: int """ if not citations: return 0 h = 0 i = len(citations) - 1 while citations[i] > h and i >= 0: # this citations[i] > h no...
[ "patron@loan-rds-490-x.local" ]
patron@loan-rds-490-x.local
0d0107c5fc211ba55a7f4194bd58bfb09b71cc71
0764489a1cb0793a39252bb0e6afa76854119644
/scenarios/credit_failed_state/executable.py
965e78d1121ac9ff409962b2dae867a57ae767dc
[]
no_license
rserna2010/balanced-python
8ac7bef3cb309be8affaa2aa62e882d631b62bda
093a401d187bc09293a88214156e9e316185bfa3
refs/heads/master
2021-01-21T07:20:47.157987
2013-11-08T17:39:54
2013-11-08T17:39:54
null
0
0
null
null
null
null
UTF-8
Python
false
false
323
py
import balanced balanced.configure('ak-test-1p1Tsac7gHeMQowL2seB7ieliuAJAufyq') bank_account_info = { "routing_number": "121000358", "type": "checking", "account_number": "9900000005", "name": "Johann Bernoulli" } credit = balanced.Credit( amount=10000, bank_account=bank_account_info ).sav...
[ "ben@unfiniti.com" ]
ben@unfiniti.com
f6588639e6480140e4ca5522ba6434637eccbae4
183caf378df099da122f65ea9b75002b1e12b774
/projFocus/ceRNA/model/projCeRNA_step3-4_WGSC.py
d6335c4a2e5f5ffe52644dc2776b872148729be7
[]
no_license
cwt1/scripts-1
f58e476ddb2c83e0480856a95a95a644ad3c001c
061d6592aa6ab11c93363fcb40305a57db05e3f2
refs/heads/master
2021-05-28T01:31:30.896133
2014-08-25T19:02:37
2014-08-25T19:02:37
null
0
0
null
null
null
null
UTF-8
Python
false
false
8,846
py
import numpy as np import sys,getopt from collections import defaultdict from parseKeyRegFile import parseKeyRegFile from collections import Counter, Sequence from parseGslistFile import parseGslistFile class MutSet(): def __init__(self, gene, mutSample, zscore): self.gene = gene ...
[ "violet.hj@gmail.com" ]
violet.hj@gmail.com
1b10ff1579271a1232c1aa6dffaea63bf8a0342d
8bd6b0784de9a1e6a39d0f5f23f2d8fb50c73d49
/MethodRefine-Rand/satellite/MethodRefine/satellite_benchmark-high/validating/validating_20.py
6b5fe7da51099a834f291860f10739404d5f325e
[]
no_license
sysulic/MethodRefine
a483d74e65337dff4bc2539ce3caa3bf83748b48
adbb22d4663041d853d3132f75032b7561bf605c
refs/heads/master
2020-09-14T10:45:55.948174
2020-05-01T09:13:59
2020-05-01T09:13:59
223,104,986
3
2
null
2020-04-27T11:01:36
2019-11-21T06:33:16
Python
UTF-8
Python
false
false
3,502
py
#!/usr/bin/env python # coding=utf-8 import sys sys.path.insert(0, './') from satellite import * import new_tihtn_planner state0 = new_tihtn_planner.State('state0') allow = False state0.sate_num = 3 state0.inst_num = 13 state0.mode_num = 3 state0.direc_num = 5 state0.img_num = 4 state0.on_board = {'inst-3-1':'sate-...
[ "526552330@qq.com" ]
526552330@qq.com
65aabc1185420c1de3350fef656d55b4d0889e67
f3050b7f84e584dcde54ca1690944bfccc6f5d9c
/doReport.py
1f3e2459f51cf6acf2c67e58f657274c4e11e715
[]
no_license
azhenglianxi/api_Project
0c8444c2bad7464fd57911be4fdcd131a63c46b2
2ae87b87e41f522d4ef20f63bad6adcaec1f9874
refs/heads/master
2020-09-14T12:08:07.080748
2019-12-12T09:08:22
2019-12-12T09:08:22
223,124,370
0
0
null
null
null
null
UTF-8
Python
false
false
1,537
py
import unittest import ddt from testCase.course.courseTest1 import CourseTest1 from testCase.course.courseTest2 import CourseTest2 import HtmlTestRunner from HTMLTestRunner import HTMLTestRunner # 测试套件 test_suite # 1.-1: 用例 一个个的添加到suite # suite=unittest.TestSuite() # suite.addTest(CourseTest1("test_101")) # suite.addT...
[ "azhenglianxi@163.com" ]
azhenglianxi@163.com
1630d428b45f4ba249a3ce615b8614472bebbcec
efd55bc63da8ab6ee964ec82bd0b761fd36107cc
/leetcode/easy/add-strings.py
9a65e671a52bd084d149cc8082da1b152c7e4665
[]
no_license
gsantam/competitive-programming
f9a2c9999470eeae9ef4aada6af43b91a65fcb50
0b208516a6ae3e72bc7b79ef0ac83dcbfa100496
refs/heads/master
2021-06-20T23:27:30.274275
2021-06-20T19:44:51
2021-06-20T19:44:51
162,201,988
0
0
null
null
null
null
UTF-8
Python
false
false
621
py
class Solution: def addStrings(self, num1: str, num2: str) -> str: i = 0 l1 = len(num1) l2 = len(num2) rest = 0 total_sum = 0 while l1-1-i>=0 or l2-1-i>=0: sum_ = rest if l1-1-i>=0: sum_+=int(num1[l1-1-i]) if l2-1-i...
[ "santamaria.guille@gmail.com" ]
santamaria.guille@gmail.com
7adcf3af90dc069ab9bec98b2839947c8aeeb910
0c2130f0aabf2e27fae19ba93a52b444d4abdffd
/webscraping_beautifulSoup/09 Hand on with AMAZON projects/043 amazon-project2-part2-get-book-detail-information-for-one-book.py
e17c7d86efde3a513d5c15b75c8bf65a8b03a310
[]
no_license
abuzarrizvi/WebScrapingBeautifulSoup4
3e583b736f575596b69e0102dbde797d46f47a61
9e847e83cef9a914bc1774295fc48f974a1ab796
refs/heads/master
2020-06-17T15:01:16.657407
2019-08-14T05:08:32
2019-08-14T05:08:32
195,956,866
1
0
null
null
null
null
UTF-8
Python
false
false
967
py
# strategy # soup --> ISBN table id="productDetailsTable" # find_all li tag --> get 4th li # --> Detail --> iframe --> div.text from bs4 import BeautifulSoup from selenium import webdriver #driver = webdriver.PhantomJS(executable_path = r'C:\phantomjs-2.1.1-windows\bin\phantomjs.exe') driver = ...
[ "noreply@github.com" ]
abuzarrizvi.noreply@github.com
78d781b8f81b16601a05083f18e8517528c0ccd2
f9f94ac82a5e78adedd8c87118b13725f7e1cb13
/service_management/faulty_logging/apps.py
6db74420b66659fc35b37e95947ad2b4bda92048
[]
no_license
poppykode/sm
1b4245c8b03ecb0385ce282e5ab3c89bc3cb57d1
44dcf34db94de336a689f1e8456aa6bd802b7734
refs/heads/master
2022-11-30T02:25:39.471284
2020-01-13T12:04:19
2020-01-13T12:04:19
220,422,113
0
0
null
2022-11-22T04:18:23
2019-11-08T08:32:21
JavaScript
UTF-8
Python
false
false
102
py
from django.apps import AppConfig class FaultyLoggingConfig(AppConfig): name = 'faulty_logging'
[ "ngonimug@gmail.com" ]
ngonimug@gmail.com
003d4fcb554b08dd645a2f33bd3035bdd7d5d3f1
7234e6c72eb3f09c4a66dbe91f00fdf7742f010f
/algo/arrays/fruitsIntoBasket.py
52054c5a06bb6d3e66bb587ba1ab54b57a3e8c24
[]
no_license
srinathalla/python
718ac603473e7bed060ba66aa3d39a90cf7ef69d
b6c546070b1738350303df3939888d1b0e90e89b
refs/heads/master
2021-06-13T06:11:42.653311
2021-02-19T06:01:41
2021-02-19T06:01:41
150,374,828
0
0
null
null
null
null
UTF-8
Python
false
false
1,106
py
from typing import List # # This problem is similar to longest sub array with two distinct characters.. # # T.C : O(2n) => O(n) Two pass solution # S.C : O(3) => O(1) as map holds only 3 entries at max # # class Solution: def totalFruit(self, tree: List[int]) -> int: if len(tree) < 3: return ...
[ "srinathb10j.ik@gmail.com" ]
srinathb10j.ik@gmail.com
76c42d25f8cacebb06202933fa87bbde25eaea41
9743d5fd24822f79c156ad112229e25adb9ed6f6
/xai/brain/wordbase/verbs/_coarsens.py
7e3f51e1ea0cdb68080e778c6311c0f110396d1c
[ "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
245
py
from xai.brain.wordbase.verbs._coarsen import _COARSEN #calss header class _COARSENS(_COARSEN, ): def __init__(self,): _COARSEN.__init__(self) self.name = "COARSENS" self.specie = 'verbs' self.basic = "coarsen" self.jsondata = {}
[ "xingwang1991@gmail.com" ]
xingwang1991@gmail.com
ca1ea0bfa5e35ba455e7b13dca16a027b2a67ae0
76fb0a3cfc9d9362ab29174bd1d55e888ea4d7f6
/tfx/orchestration/kubeflow/v2/components/experimental/ai_platform_training_executor.py
22029308648a87a84dc866cf7e1b633872bbf10c
[ "Apache-2.0" ]
permissive
tensorflow/tfx
0cfc9c55171352ecc98c9dfa8ffe976c689d7073
1b328504fa08a70388691e4072df76f143631325
refs/heads/master
2023-08-30T11:56:50.894497
2023-08-29T22:47:19
2023-08-29T22:48:26
169,116,405
2,116
899
Apache-2.0
2023-09-14T21:51:42
2019-02-04T17:14:36
Python
UTF-8
Python
false
false
2,422
py
# Copyright 2020 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 required by applicable law or a...
[ "tensorflow-extended-nonhuman@googlegroups.com" ]
tensorflow-extended-nonhuman@googlegroups.com
1674abf712c6b066af59fe0fea6ab7e259a5eb39
2d74104aaa132896a65ea0032951eee5d4c97840
/chemman/msds_collector/migrations/0003_uploadedmsds_token.py
4bd9419402891cf29b641c4c80e6ef4bb2b7ea19
[]
no_license
Whitie/ChemManager
6e228e8713f9dfeca21adbd3e9a65c8871a822bc
d40792361527219514b1b4cc03718ea7c2a92777
refs/heads/master
2023-06-09T09:29:41.626087
2022-12-14T13:29:44
2022-12-14T13:29:44
189,994,861
0
0
null
2023-04-21T21:40:13
2019-06-03T11:47:23
Python
UTF-8
Python
false
false
553
py
# -*- coding: utf-8 -*- # Generated by Django 1.10.5 on 2017-07-26 06:36 from __future__ import unicode_literals from django.db import migrations, models class Migration(migrations.Migration): dependencies = [ ('msds_collector', '0002_parseddata'), ] operations = [ migrations.AddField( ...
[ "weimann.th@yahoo.com" ]
weimann.th@yahoo.com
e7c04ec2cf024157d985c805cf4d4068468f9938
19ee165c252970294333e203728020cdcae550b3
/agc018/agc018_a/20200210103816.py
ab764993bcef7aa989b4543b9e7a8b7a477f7530
[]
no_license
autumncolors11/atc_submits
4528c700e488d530f9cdde3a4198f36b30c3d35e
6f9689b6d7de45fd4e44ad118e4e3531bb8dac4d
refs/heads/master
2022-11-28T17:59:55.750896
2020-08-09T14:10:05
2020-08-09T14:10:05
258,122,955
0
0
null
null
null
null
UTF-8
Python
false
false
1,437
py
import sys sys.setrecursionlimit(10**6) from math import floor,ceil,sqrt,factorial,log from heapq import heappop, heappush, heappushpop from collections import Counter,defaultdict,deque from itertools import accumulate,permutations,combinations,product,combinations_with_replacement from bisect import bisect_left,...
[ "biomimetics500tour@gmail.com" ]
biomimetics500tour@gmail.com
6aaa96fca2f0988e8a953d3ea9d73960f446d645
af4d559792c4255d5f26bc078cd176b70c0e643f
/hpsklearn/components/linear_model/_omp.py
5ea2e28c9530e946a54473c50100917878145894
[ "BSD-3-Clause" ]
permissive
hyperopt/hyperopt-sklearn
ec7d5f97ba8fd5a2c283dfec2fa9e0170b61c6ce
4b3f6fde3a1ded2e71e8373d52c1b51a0239ef91
refs/heads/master
2023-08-02T07:19:20.259964
2022-12-15T17:53:07
2022-12-15T17:53:07
8,293,893
1,480
292
NOASSERTION
2022-12-15T17:53:08
2013-02-19T16:09:53
Python
UTF-8
Python
false
false
3,050
py
from hyperopt.pyll import scope, Apply from hyperopt import hp from sklearn import linear_model import numpy as np import typing @scope.define def sklearn_OrthogonalMatchingPursuit(*args, **kwargs): return linear_model.OrthogonalMatchingPursuit(*args, **kwargs) @scope.define def sklearn_OrthogonalMatchingPursu...
[ "38689620+mandjevant@users.noreply.github.com" ]
38689620+mandjevant@users.noreply.github.com
58c55c37a28dfaf4b6268d6b6d9d66081dbce2b3
1d928c3f90d4a0a9a3919a804597aa0a4aab19a3
/python/numpy/2017/8/legendre.py
5128643cd8480ed49db001f54918bc6838354373
[]
no_license
rosoareslv/SED99
d8b2ff5811e7f0ffc59be066a5a0349a92cbb845
a062c118f12b93172e31e8ca115ce3f871b64461
refs/heads/main
2023-02-22T21:59:02.703005
2021-01-28T19:40:51
2021-01-28T19:40:51
306,497,459
1
1
null
2020-11-24T20:56:18
2020-10-23T01:18:07
null
UTF-8
Python
false
false
57,260
py
""" Legendre Series (:mod: `numpy.polynomial.legendre`) =================================================== .. currentmodule:: numpy.polynomial.polynomial This module provides a number of objects (mostly functions) useful for dealing with Legendre series, including a `Legendre` class that encapsulates the usual arith...
[ "rodrigosoaresilva@gmail.com" ]
rodrigosoaresilva@gmail.com
0a6a59073b7043bda4ed6a38ceee5501721c11b1
db6533cae5a58becf3163d750cd890c73035d0c5
/set_mark/link.py
cc0f91e2b4be47254492f099864a57c07bc33132
[ "BSD-3-Clause" ]
permissive
goranmabi/openNAMU
7e076f18279614a69a7969e22cf3b9fa31605cb5
1c0781cb6034040032122df2514e6d8baecc6120
refs/heads/master
2021-05-16T16:15:14.076942
2018-02-01T10:04:09
2018-02-01T10:04:09
null
0
0
null
null
null
null
UTF-8
Python
false
false
7,698
py
import sqlite3 import re from urllib import parse import hashlib def url_pas(data): return parse.quote(data).replace('/','%2F') def sha224(data): return hashlib.sha224(bytes(data, 'utf-8')).hexdigest() def link(conn, title, data, num, category, backlink): curs = conn.cursor() data = data.replace('&#9...
[ "min08101@naver.com" ]
min08101@naver.com
3efa40b1568ac779495027a89b5b37e1c9ac8094
15f321878face2af9317363c5f6de1e5ddd9b749
/solutions_python/Problem_200/3303.py
9127ca7f11dd01a24730d2a21ab3e5fad553dcc5
[]
no_license
dr-dos-ok/Code_Jam_Webscraper
c06fd59870842664cd79c41eb460a09553e1c80a
26a35bf114a3aa30fc4c677ef069d95f41665cc0
refs/heads/master
2020-04-06T08:17:40.938460
2018-10-14T10:12:47
2018-10-14T10:12:47
null
0
0
null
null
null
null
UTF-8
Python
false
false
820
py
def parse_input(str): str_first_val = str.split() real_digits = [ int(c) for c in str_first_val[0] ] return real_digits def solve(test): big_number = parse_input(test) num_of_digits = len(big_number) index_of_max_incrising_digit = 0 for digit_ind in range(0,num_of_digits): if( big_n...
[ "miliar1732@gmail.com" ]
miliar1732@gmail.com
dc85fab7d7d45de099b87639674ff0ef08b306c1
f8d3f814067415485bb439d7fe92dc2bbe22a048
/models/research/object_detection/exporter.py
0abe25a0a8504f1390b6187e755d9d6d1a7a13a3
[ "Apache-2.0" ]
permissive
gmonkman/python
2f9ab8f159c01f6235c86cb0cd52062cd3fdedd3
9123aa6baf538b662143b9098d963d55165e8409
refs/heads/master
2023-04-09T15:53:29.746676
2022-11-26T20:35:21
2022-11-26T20:35:21
60,254,898
0
2
null
2023-03-24T22:58:39
2016-06-02T10:25:27
Python
UTF-8
Python
false
false
19,824
py
# Copyright 2017 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...
[ "gmonkman@mistymountains.biz" ]
gmonkman@mistymountains.biz
b3ab80fc9ff47764f6c0bf07ebfada6f13074ce2
53fab060fa262e5d5026e0807d93c75fb81e67b9
/backup/user_355/ch131_2020_04_01_17_55_42_755784.py
4c58703c96d166274d0324a80fa7cc166fe51e65
[]
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
624
py
import random a = random.randint(1, 10) b = random.randint(1, 10) s = a + b contador = 0 print ("Vc tem 10 dinheiros") chutes = input("quantos chutes quer comprar?") while contador < chutes: pri_numero = input("aposte 1 numero") seg_numeros = input("aposte outro numero, este deve ser maior ou igual ao anterior"...
[ "you@example.com" ]
you@example.com
723c56869dcbe51563a60e055a7706f3999667c7
43c24c890221d6c98e4a45cd63dba4f1aa859f55
/test/cpython/test_shelve.py
8f8bff4866c04207c68433d618ae4b4cbfeb0b4c
[ "Python-2.0", "Apache-2.0", "BSD-2-Clause" ]
permissive
jmgc/pyston
c8e4df03c33c6b81d20b7d51a781d9e10148238e
9f672c1bbb75710ac17dd3d9107da05c8e9e8e8f
refs/heads/master
2020-12-11T07:51:58.968440
2020-09-11T14:38:38
2020-09-11T14:38:38
39,242,644
0
0
NOASSERTION
2020-09-11T14:38:39
2015-07-17T08:09:31
Python
UTF-8
Python
false
false
42
py
../../from_cpython/Lib/test/test_shelve.py
[ "kmod@dropbox.com" ]
kmod@dropbox.com
2cdf52486711ebe99c6646a833bcf3b370fd8337
d6c9c730ca514af81307018c669bd2f7e5de51c6
/Stack_20190722/stack_class.py
fea59faa2fbd2e6bd8c2179dd296a356f5911880
[]
no_license
itbullet/python_projects
a1a56d070a6a70b0814cdc2a83cbd1ce9bc0dab8
06d171f1cab7f45c704944e40ffb0b7a175c1d2d
refs/heads/master
2020-06-22T15:07:40.768297
2019-09-09T13:49:02
2019-09-09T13:49:02
197,734,778
0
0
null
null
null
null
UTF-8
Python
false
false
376
py
class Stack: def __init__(self): self.items = [] def is_empty(self): return self.items == [] def push(self, item): self.items.append(item) def pop(self): return self.items.pop() def peek(self): last = len(self.items) - 1 return self.items[la...
[ "eduard.shapirov@gmail.com" ]
eduard.shapirov@gmail.com
eb0af1cae0abc9f558c4b2dbf6c5134c2923070c
b5b3642dd43599f375baac26de6fe72aacaa0a38
/8/a.py
bc1ad96065ee82d8eb2eb62b494fd4cf2d49a7c8
[]
no_license
the-glu/aoc2019
61eea9f4c8fab86786f89d1545a0c4301767431f
5590294e9d4f040d7c17792ac02efb52b0674387
refs/heads/master
2020-09-30T15:10:55.719241
2019-12-20T09:50:16
2019-12-20T09:50:16
227,313,232
0
0
null
null
null
null
UTF-8
Python
false
false
15,864
py
d = """1122222222222222122221222202122222222022222222222221222222222021002222221202221012222221222222222212222201022222222220202222222122212222222222222212221022222222222222122222222202222222222022222222222221222222222221002222221202221212222221222222222212222210022222222222222222222022212222222222222222220222222222222...
[ "maximilien@theglu.org" ]
maximilien@theglu.org
1c58e39e99b670be9e8d2f6c4131c0c5d37638b3
6a1595e33051ebbd098f78cb0ff7d09cfc0a57dc
/day3/work_day3.py
64838662dc94e940f40402a3a1643dba55a2d0ff
[]
no_license
MannixZ/Python_1-100
f3514ef1255ca27b656209716bdb27d3821df46e
740c3d2800f8d55fd2bcd8f789486253e01c9d53
refs/heads/master
2020-07-04T03:18:10.125091
2019-11-18T16:45:11
2019-11-18T16:45:11
202,135,554
0
0
null
null
null
null
UTF-8
Python
false
false
1,069
py
#!/usr/bin/env python # -*- coding: utf-8 -*- # @Time : 2019/7/29 15:05 # @Author : Mannix # @File : work_day3.py # @Software: PyCharm def work_1(): '''英制单位英寸和公制单位厘米互换''' value = float(input('请输入长度: ')) unit = input('请输入单位: ') if unit == 'in' or unit == '英寸': print('%f英寸 = %f...
[ "noreply@github.com" ]
MannixZ.noreply@github.com
37b16598f173de07ea41f4d67978f031034c90e7
ee838d827f128b6d651675fbc11c6127be58280a
/scipy_341_ex3.py
2c29670607e0bd65654f760b0260cb4d971ce5e0
[]
no_license
CodedQuen/Scipy-and-Numpy
80a4b2d6792ba4702634849d583e0ce86e4a2820
1b333d5f7cf2c6310c64523f9de80718c6a84cb4
refs/heads/master
2022-11-09T23:12:17.624938
2020-06-27T04:38:01
2020-06-27T04:38:01
275,300,153
0
0
null
null
null
null
UTF-8
Python
false
false
396
py
import numpy as np from scipy.stats import geom # Here set up the parameters for the normal distribution. # where loc is the mean and scale is the standard deviation. p = 0.5 dist = geom(p) # Setup the sample range x = np.linspace(0, 5, 1000) # Calling norm's PMF and CDF pmf = dist.pmf(x) cdf = dist....
[ "noreply@github.com" ]
CodedQuen.noreply@github.com
07633b13bd1cf0f0286c52bae03096144bf0adb2
868cd4895a8da17a7e3e2c8da0ec9e139f8d0c30
/keras/keras35_lstm_sequences.py
13dc52d0ca3c1cfc6a2f3bdc6e3f021efc2c58f9
[]
no_license
inJAJA/Study
35d4e410df7b476a4c298664bb99ce9b09bf6296
c2fd9a1e1f3a31cb3737cbb4891d848cc802f1d4
refs/heads/master
2022-12-21T11:41:15.396610
2020-09-20T23:51:45
2020-09-20T23:51:45
263,212,524
3
3
null
null
null
null
UTF-8
Python
false
false
3,440
py
## LSTM_Sequence : LSTM을 2개 연결하기 from numpy import array from keras.models import Model from keras.layers import Dense, LSTM, Input # 1. 데이터 x = array([[1,2,3],[2,3,4],[3,4,5],[4,5,6], [5,6,7],[6,7,8],[7,8,9],[8,9,10], [9,10,11],[11,12,13], [20,30,40],[30,40,50],[40,50,60...
[ "zaiin4050@gmail.com" ]
zaiin4050@gmail.com