blob_id
stringlengths
40
40
directory_id
stringlengths
40
40
path
stringlengths
2
616
content_id
stringlengths
40
40
detected_licenses
listlengths
0
69
license_type
stringclasses
2 values
repo_name
stringlengths
5
118
snapshot_id
stringlengths
40
40
revision_id
stringlengths
40
40
branch_name
stringlengths
4
63
visit_date
timestamp[us]
revision_date
timestamp[us]
committer_date
timestamp[us]
github_id
int64
2.91k
686M
star_events_count
int64
0
209k
fork_events_count
int64
0
110k
gha_license_id
stringclasses
23 values
gha_event_created_at
timestamp[us]
gha_created_at
timestamp[us]
gha_language
stringclasses
213 values
src_encoding
stringclasses
30 values
language
stringclasses
1 value
is_vendor
bool
2 classes
is_generated
bool
2 classes
length_bytes
int64
2
10.3M
extension
stringclasses
246 values
content
stringlengths
2
10.3M
authors
listlengths
1
1
author_id
stringlengths
0
212
53e60a6387d3a899ed311a33fdaded25fdf5e460
c725fc58d217f6730687a565fbf85fcf174e8009
/code_SDSS/sql_bright_star.py
549fb863ca8b726b5c8de71ac5c9955cb27620e0
[]
no_license
Kein-Cary/Intracluster-Light
6faca2bd0413244765474beeffd53cfaa401eef2
ffcb2d6ea10be45422c7e73408fc6ff6cadf3a85
refs/heads/master
2023-03-18T04:51:06.539453
2023-03-12T02:48:01
2023-03-12T02:48:01
160,816,520
1
0
null
null
null
null
UTF-8
Python
false
false
2,347
py
import h5py import numpy as np import astropy.io.fits as fits import mechanize import pandas as pd from io import StringIO import astropy.units as U import astropy.constants as C from astropy import cosmology as apcy #url = 'http://skyserver.sdss.org/dr12/en/tools/search/sql.aspx' url = 'http://cas.sdss.org/dr7/en/...
[ "cxkast@gmail.com" ]
cxkast@gmail.com
7b3800822c7145c0127f54c9dceb8d079296bb3c
7d36eeeff5861cb485f9e9af27764605d5088c80
/src/sgi/shortcuts.py
c2ba7f353e29a35e5f83c033df732781ebfdfd72
[]
no_license
gmorada/sgi
cedb18aed51028fb88c717c4a9ac2f423f93cae2
2df75199845dc59ec02a5532605fe31f33633d2f
refs/heads/master
2020-05-17T15:40:36.256673
2012-03-02T03:02:38
2012-03-02T03:02:38
3,557,512
0
0
null
null
null
null
UTF-8
Python
false
false
1,644
py
# -*-coding:utf-8 -*- from django.http import Http404 from django.core.urlresolvers import RegexURLPattern, get_callable __all__ = [ 'discover_view', 'ViewByMethod' 'RegexUrlPatternByMethod', 'route', ] def discover_view(view, prefix=''): if isinstance(view, basestring): if not view: ...
[ "gusmorada@gmail.com" ]
gusmorada@gmail.com
2793cff17dd0cba8b60d3c3c631244f411ae3c47
6884d7784887f87cda93073fe7a0b8c702b9e9f8
/test.py
66656a87c223cbd1eeefb410cbe5a8240e6f31cc
[]
no_license
RazorBest/Tema2-PC---client-server-TCP
29bff8d1091aafec9f825672a30fb4780570cad8
f67b000ea48e126585cf66b24d7601859c64a52d
refs/heads/master
2023-05-05T10:17:20.235348
2021-05-30T12:56:11
2021-05-30T12:56:11
373,753,914
2
0
null
null
null
null
UTF-8
Python
false
false
20,488
py
import subprocess import sys import signal import time import os import pprint import json from contextlib import contextmanager from subprocess import Popen, PIPE, STDOUT from os import path from time import sleep # default port for the server port = "12345" # default IP for the server ip = "127.0.0.1" # default ...
[ "razvan.pricop@protonmail.com" ]
razvan.pricop@protonmail.com
24e0536adfa76c8b2e39c88fef49962d9a195ded
ea702cbc8bc9ed707982d6707d1e9bd9bfeabe23
/maze.py
cfc304cc3b67af8928a670a74f6dc505100a6982
[]
no_license
flyhawksz/study-algorithms
8c0a84b65032843f551990fd610bfd169f5ac43e
b63c4ad1688a48e760b5ecea43015853f3739dc2
refs/heads/master
2021-08-26T08:37:22.377627
2017-11-22T13:59:21
2017-11-22T13:59:21
103,249,673
0
0
null
null
null
null
UTF-8
Python
false
false
4,249
py
# -*- coding: utf-8 -*- # @Time : 2017-9-22 15:18 # @Author : zhangqi # @File : maze.py # @Software: PyCharm Community Edition # 迷宫ADT from myarray2d import Array2D from Class_LStack import LStack class Maze(object): MAZE_WALL = "*" # 墙 PATH_TOKEN = "x" # 表示走过的路径 TRIED_TOKEN = "o" # 死路 def __init__(...
[ "30296157+flyhawksz@users.noreply.github.com" ]
30296157+flyhawksz@users.noreply.github.com
b3cab15cfa9ee6275432973979c95e7f4ec1aa44
dd2366bf11437a2d22383f12d2a8b5d50abc22fd
/coremltools/converters/keras/_keras2_converter.py
8fdb06b64cf4db80342eba939d66e156e683ab4c
[]
no_license
marshallwhiteorg/coremltools
1283cc99b3329fa8aa2a826243a68e6e5ae151b8
00d50f15219bdfba82c067987f817b38672eb94e
refs/heads/master
2021-09-12T10:00:38.838074
2018-04-16T05:12:21
2018-04-16T05:12:21
null
0
0
null
null
null
null
UTF-8
Python
false
false
13,042
py
from six import string_types as _string_types from ...models.neural_network import NeuralNetworkBuilder as _NeuralNetworkBuilder from ...proto import FeatureTypes_pb2 as _FeatureTypes_pb2 from collections import OrderedDict as _OrderedDict from ...models import datatypes from ...models import MLModel as _MLModel from ...
[ "masterswanwhite@gmail.com" ]
masterswanwhite@gmail.com
7a665298381445c06ef1d20f617d8015614e5e5f
b8678e44ac58e72134a73b1d6cdb5ee461001910
/Spam Ham
e81130a204541a0fcb15863eb2efe1192859821f
[]
no_license
pradepkaushik/Email-Classification-Model
975a91e3cbd048add6359a14217f469560dd64f5
12d121118a4e0994b20b60fd57ded1ddbf1e53ce
refs/heads/master
2021-04-23T17:23:43.129601
2020-03-25T10:14:10
2020-03-25T10:14:10
249,945,464
0
0
null
null
null
null
UTF-8
Python
false
false
3,412
#!/usr/bin/env python # coding: utf-8 # In[1]: import nltk # In[ ]: nltk.download_shell() # In[3]: messages = [line.rstrip() for line in open('SMSSpamCollection')] # In[4]: messages[0] # In[6]: import pandas as pd # In[7]: import seaborn as sns sns.set_style('whitegrid') # In[8]: messages = p...
[ "noreply@github.com" ]
pradepkaushik.noreply@github.com
8f7c0b2b78a2a7b2d1cc56c7aa2ed1e4e1c9ee1e
8ab7d7ed4c0a5dd97b0116aed96bc97d172f6fe6
/utils/tools.py
1a091031f1e4b02bf35124b6860b5210cf2c3a02
[]
no_license
gsroberts1/UWAsthmaDiffusionProcessing
23438d323eed84b1fbae8a339d29431b0d7c34c9
379b1839732f24821a148eed74523f145aa396fc
refs/heads/master
2022-12-09T08:10:29.923142
2020-09-09T18:01:41
2020-09-09T18:01:41
null
0
0
null
null
null
null
UTF-8
Python
false
false
4,386
py
import string, os, sys, subprocess, shutil, time from glob import glob import numpy as np import nibabel as nib from dipy.segment.mask import median_otsu from dipy.denoise.nlmeans import nlmeans from dipy.denoise.noise_estimate import estimate_sigma from dipy.io import read_bvals_bvecs from dipy.io.bvectxt import reo...
[ "noreply@github.com" ]
gsroberts1.noreply@github.com
49181e7f9bd1b2e8a87fc583abc666ec7df2d547
931e7e4752d9d57d3193269ad55ff0ef917c75f5
/Problems/adjacent_dups.py
faadbf1f1e894f5c86c2fb90063dbbc514d9398d
[ "MIT" ]
permissive
rohanaurora/daily-coding-challenges
40f1d389b5cedb49fc7811a4646035b71a8507fd
a40340e5a4f15a5f7b66a64f98dc149a66ebd945
refs/heads/master
2023-04-13T01:48:27.195719
2021-04-16T19:55:45
2021-04-16T19:55:45
267,232,855
0
0
null
null
null
null
UTF-8
Python
false
false
792
py
# Remove All Adjacent Duplicates In String # Given a string S of lowercase letters, a duplicate removal consists of choosing two adjacent and equal letters, and # removing them. # We repeatedly make duplicate removals on S until we no longer can. Return the final string after all such duplicate # removals have been ma...
[ "rohanaurora@gmail.com" ]
rohanaurora@gmail.com
42551afeed90f3e1fb4f2db65044a64b9fa37acd
eff9f57daedc291a5f061dfe1ca19693850a2a04
/tests/__init__.py
9eefcbdb4ad287dadaee04ebc11a67aba0eaafa2
[ "Apache-2.0", "LicenseRef-scancode-unknown-license-reference" ]
permissive
jameswnl/aiops-data-collector
4a5ce67cfff18d21f4b5a929034ba236f7fd6903
16dccb54d9b5a0bb0c1e76c04d9f4066325983af
refs/heads/master
2020-04-19T11:51:05.484483
2019-06-18T14:39:58
2019-06-18T14:39:58
168,178,016
0
0
Apache-2.0
2019-06-26T05:51:35
2019-01-29T15:28:41
Python
UTF-8
Python
false
false
38
py
"""Data collector unit test suite."""
[ "tcoufal@redhat.com" ]
tcoufal@redhat.com
c8ce9fe2ffe6f9aad8ba442ef8c5905d1888f424
c97d3c8848e4f03edb6c64b6abff530a6e74d616
/apps/models_sklearn_spark/Matrix_factorization/handler.py
1b6060f59557d47ea3890cf8f7f98d14845086ee
[ "Apache-2.0" ]
permissive
simhaonline/Django_web
eeb80d8f32a460258fceb30ecececd7410949f72
f7df1a7b101d41835a334b78cddf3570968799e4
refs/heads/master
2023-04-24T23:33:51.535515
2021-04-02T15:20:29
2021-04-02T15:20:29
null
0
0
null
null
null
null
UTF-8
Python
false
false
2,937
py
#!/usr/bin/python # -*- coding: utf-8 -*- # __author__ : stray_camel # __description__ : 矩阵分解 # __date__: 2020/09/09 09 try: from apps.data.handler import get_ml_1m_ratings_df except: pass from math import sqrt from sklearn.metrics import mean_squared_error from scipy.sparse.linalg import svds from sklearn.mod...
[ "aboyinsky@outlook.com" ]
aboyinsky@outlook.com
0705a6b331883e33c9fb69a9749b737c41d38af1
d51a656e482fa516113c2d9341de7dae317fbb81
/Board.py
0e29610e4231e428adaf6d9b8a190eea54ba4c30
[]
no_license
brmaciel/Battleship
5492341a55f967b244b72730674debe3915701ab
71d0e5e836beb5fa85f358d5936b1285b6b53532
refs/heads/master
2020-04-13T02:57:51.994608
2019-01-05T16:11:55
2019-01-05T16:11:55
162,916,624
0
0
null
null
null
null
UTF-8
Python
false
false
922
py
class Board(object): __size = 10 def __init__(self, nome): self.nome = nome self.__tabuleiro = [] self.__defineBoard() def __defineBoard(self): for n in range(self.__size): self.__tabuleiro.append(['_'] * self.__size) def printBoard(self): for rows ...
[ "brunomaciel.xc4@gmail.com" ]
brunomaciel.xc4@gmail.com
810bf355ace92ebc37e0d77e7bf8b58519ee67c4
be0388dfda0602ae49eb6bd4efe24703f7288cf2
/google/cloud/datalabeling/__init__.py
dbfce79fa39bb5622d98a9a16c979c2ba602ff41
[ "Apache-2.0" ]
permissive
renovate-bot/python-datalabeling
3211e3f71bba67a8272d48492abdbaa75def3a54
f2d2282ae971ac946de166c6449e923bc94432cb
refs/heads/master
2023-06-08T06:38:30.633651
2021-08-13T15:31:29
2021-08-13T15:31:29
237,521,154
0
0
Apache-2.0
2020-01-31T21:43:01
2020-01-31T21:43:00
null
UTF-8
Python
false
false
17,802
py
# -*- coding: utf-8 -*- # Copyright 2020 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...
[ "noreply@github.com" ]
renovate-bot.noreply@github.com
876fc1a78537224343052e98af0c117e88b960b7
5fd6c20e54ad4bb804dda3925b5dbd22e1b78cfd
/excersise/leetcode/459_重复的子字符串.py
6d5521e6fc009c12a2297e88af8b8300210eda46
[]
no_license
alanlyang/learning
6d748134bbc8786018e0d75a499aed44cec1d9c7
dfacd79e4d5bf74db08cb95e4dd5f19df1e32393
refs/heads/master
2023-01-06T05:29:22.134224
2020-11-03T09:54:23
2020-11-03T09:54:23
287,918,906
1
0
null
null
null
null
UTF-8
Python
false
false
2,394
py
###################### # 给定一个非空滋肤疮,判断是否可以由它的一个子串重复多次构成 # 字符串只含有小写英文字母,且长度不超过10000 # 2020-08-24 ######################## class Solution: def repeatedSubStringPattern1(self, s: str) -> bool: """ 设字符串长度为n , 子串长度为t,则有 1、n为t的整数倍 2、子串为原串的前缀 3、原串某个位置的字符满足 s[i] = s[i - t] 复...
[ "alanyang414@gmail.com" ]
alanyang414@gmail.com
4acc7b718d2d2caf62de1f3026264d39249cbaf5
fdeb384c89ed7bab969dbddf409005b1a50fc577
/mogpe/mixture_of_experts/base.py
902f32f459b88787362ff04fa95c5bc84337bd35
[ "Apache-2.0" ]
permissive
Mr-G1998/mogpe
6e2df773b64c57f3336d949361663e51078734a6
220d708899dd5db3d5860228cc7f68c4009e82eb
refs/heads/master
2023-03-10T17:15:11.351225
2021-01-21T14:36:30
2021-01-21T14:36:30
null
0
0
null
null
null
null
UTF-8
Python
false
false
5,730
py
#!/usr/bin/env python3 from abc import ABC, abstractmethod from typing import Optional, Tuple import gpflow as gpf import tensorflow as tf import tensorflow_probability as tfp from gpflow import default_float from gpflow.models import BayesianModel, ExternalDataTrainingLossMixin from gpflow.models.training_mixins impo...
[ "scannell.aidan@gmail.com" ]
scannell.aidan@gmail.com
529921d89111639317d1c7c9899a0115acb7e879
b40aecca82f9aff7c9a4c48692643350f5c11d32
/03.py
3fe6ecffd7c68d138cd44ff36839e07e0e925183
[]
no_license
rovesoul/All-about-Python
cfbdf0e85c57f57842fc05d65b4fea1ab14291ba
19c95ffafbb62cc7bf9eb905fe0c9a72ba3197b1
refs/heads/master
2020-09-09T17:44:34.141552
2020-03-09T10:28:37
2020-03-09T10:28:37
221,515,356
0
0
null
null
null
null
UTF-8
Python
false
false
1,310
py
# -*- encoding: utf8 -*- '''假如共享的资源有多个,多线程竞争时一般使用信号量(Semaphore)同步。信号量有一个初始值,表示当前可用的资源数,多线程执行过程中会通过 acquire() 和 release() 操作,动态的加减信号量。比如,有30个工人都需要电锤,但是电锤总共只有5把。使用信号量(Semaphore)解决竞争的代码如下: ———————————————— 版权声明:本文为CSDN博主「天元浪子」的原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接及本声明。 原文链接:https://blog.csdn.net/xufive/article/details/102...
[ "noreply@github.com" ]
rovesoul.noreply@github.com
b2ab8649cbf9247fe07ed8dd265a8e687f8ff08a
06b25529d2fc50da729bd288522c244f1a05b460
/Iterator/sample/main.py
2a3d112a3784b23b73be93a39d320cd379d39d94
[]
no_license
PlumpMath/DesignPatternAtPython
bf9fdd5bcd886acd18f9380a3b4fbdbc597b2dba
e8780e345400cf3458fd35d63d303de4b333cf87
refs/heads/master
2021-01-20T09:52:03.863639
2016-06-27T01:07:22
2016-06-27T01:07:22
null
0
0
null
null
null
null
UTF-8
Python
false
false
190
py
# -*- coding: utf-8 -*- from bookShelf import BookShelf from book import Book if __name__ == '__main__': bookShelf = BookShelf(1) bookShelf.appendBox(Book("addd")) # print t_class.__arg
[ "suzukitoshiyuki@r58-89-24-133.yz.yamagata-u.ac.jp" ]
suzukitoshiyuki@r58-89-24-133.yz.yamagata-u.ac.jp
ebb1c2cb7e3f2ab45f7cd3db4f3dd927b65ec36c
58959a269778e07af98a32475f34ce7ea3c95755
/src/data/download_data.py
0f79a0344682bbe642616faff16e4ac064ebf91c
[ "BSD-3-Clause" ]
permissive
chandpes/force_2020_lith
a48b5c1f73034ed6c4490130f66f1d17fb67ebea
37900b243d5e76aff90c55a296b01ff710c12df6
refs/heads/main
2023-03-05T05:14:00.481004
2021-02-14T17:00:18
2021-02-14T17:00:18
null
0
0
null
null
null
null
UTF-8
Python
false
false
3,436
py
import pandas as pd import gdown from src.definitions import ROOT_DIR OUTPUT_ROOT = ROOT_DIR / 'data/external' if not OUTPUT_ROOT.is_dir(): OUTPUT_ROOT.mkdir(parents=True) def download_from_google_drive(file_ids, output_root=None, redownload=False): """ Download the seleced files from Google Drive us...
[ "rafaelpinto.ve@gmail.com" ]
rafaelpinto.ve@gmail.com
b768b58cf3721bb2f6b3a2fc866798aa78ca6847
a990bd26d3a69d1ea6699c85efa2cea99452c3df
/problems/leetcode/rottingOranges994.py
5388c929d4cee4a0f12199681fa2844bb927234b
[]
no_license
abecus/DS-and-Algorithms
5f1a948a085465ae165090ec957a9d5307ce729d
3259e8183382265a27cf8c91e37d0086175a5703
refs/heads/master
2022-05-05T07:07:08.194243
2022-04-05T16:23:39
2022-04-05T16:23:39
193,111,610
11
6
null
2020-11-18T16:19:18
2019-06-21T14:27:25
Python
UTF-8
Python
false
false
1,960
py
""" _________________________994. Rotting Oranges_________________________ Difficulty: Medium Likes: 1259 Dislikes: 170 Solution: Available Total Accepted: 77.3K Total Submission: 164.3K Acceptance Rate: 47.0% Tags: Breadth-first Search In a given grid, each cell can have one of three values: the value 0 repre...
[ "insaaone@gmail.com" ]
insaaone@gmail.com
86436b8a697389fde7ff1382bfff97f0629c044f
37b92cfbbfbd9d1ab40db7350232e5cb763d852b
/Single_Server/assets/status.py
7a3260b45096a4abf3187da982ed577c739a0eb2
[]
no_license
karenbocardo/com139-class
9bd1e4d83fd31ff76496141b29e23bf4efc665ea
aa60f1fd226663de37ea781e4167af156de96898
refs/heads/master
2023-06-09T17:09:56.048808
2021-06-29T05:27:36
2021-06-29T05:27:36
null
0
0
null
null
null
null
UTF-8
Python
false
false
348
py
from enum import Enum class Status(Enum): """An enumeration of the gen_customer states""" UNDEFINED = 0, 'UNDEFINED state. (Not in use)' SUCCESS = 1, 'SUCCESS state.' WAIT = 2, 'WAITING state.' RENEGED = 3, 'RENEGED state. Used when the gen_customer is tired of waiting' def __str__(self): ...
[ "gacastil@up.edu.mx" ]
gacastil@up.edu.mx
cd6c4622e3513f55a114eb7fc77c82980c625ac0
b93f31825ed08966b2b617552b5e79ce696dc9cf
/create_database.py
e6b8fa494e56f56f5a03148782bc6dd4f09c6612
[]
no_license
ngangavic/pythonsamples
3bc59eaee33abc044dd586dae1d05a85508b78c4
b916e8f269716739d0b8dc65e0a695f9c1470b80
refs/heads/master
2020-07-28T22:47:15.799435
2019-09-19T14:48:17
2019-09-19T14:48:17
209,566,775
0
0
null
null
null
null
UTF-8
Python
false
false
136
py
import demo_mysql_connector #create database cursor = demo_mysql_connector.database.cursor() cursor.execute("CREATE DATABASE pythondb")
[ "ngangavictor10@gmail.com" ]
ngangavictor10@gmail.com
2abcd63ea8fc6f13067f74ec6bed69e75c9af4f6
de5a90737ce5a515b220e95b1b992e29ecb9c481
/main/migrations/0004_auto_20210513_1155.py
1a4ed658644ffc2c3e43a9497ff39f5aa5cb8253
[]
no_license
web-prof/mcc
39d8dc2101e070b7cff871b349ee07761fc96ab1
b48342dfeccbf88245d47f1b098b30a4dd1f4e84
refs/heads/main
2023-06-14T07:18:03.016423
2021-07-10T05:59:51
2021-07-10T05:59:51
383,214,656
0
0
null
null
null
null
UTF-8
Python
false
false
568
py
# Generated by Django 3.2 on 2021-05-13 09:55 from django.db import migrations, models class Migration(migrations.Migration): dependencies = [ ('main', '0003_auto_20210506_2251'), ] operations = [ migrations.AddField( model_name='profile', name='created', ...
[ "ishakg29@gmail.com" ]
ishakg29@gmail.com
e1b6cbccee50c959c6cedbd313d04a47b3d26b07
4fcc1a1261f585f955337da5f1ccd00568735093
/8variableassignments2Assignandprint.py
45422c40f839dfff2cfb80e4ec2c8d6856c5d1dd
[]
no_license
akilakilakil/pythonprograms
cd8b2859d7a170263befe89875d3aad2a1675d73
23167f5d6c63a6e4cd9d06e156a9202bfb5a9623
refs/heads/master
2021-05-05T21:20:24.125374
2017-12-27T18:34:24
2017-12-27T18:34:24
115,519,501
0
0
null
null
null
null
UTF-8
Python
false
false
113
py
greeting="hello world" first="narendra" last="modi" print(greeting) print() print(first+" "+last+" "+"won!")
[ "noreply@github.com" ]
akilakilakil.noreply@github.com
bed29e9ff8152098f941c3ec5f2d8c4d3a7581b0
99040574b2d19995330f5e58bc90133d671b1b13
/Production/GO-Chatbots/core/dm/dialogue_system.py
9210c28a99a9dcda564dc7a8ecc3a7d0032d7333
[ "MIT" ]
permissive
IlievskiV/Master_Thesis_GO_Chatbots
acc94cf023f5bd49186738d4e4dfeadda17f1bce
6fbba12afbbf51b7a6b6067e9448e5ef673fda16
refs/heads/master
2021-04-06T10:03:03.290786
2018-03-16T13:10:35
2018-03-16T13:10:35
125,334,116
13
4
null
null
null
null
UTF-8
Python
false
false
7,374
py
""" Author: Vladimir Ilievski <ilievski.vladimir@live.com> A Python file for the entire Goal-Oriented Dialogue System. """ from core import constants as const from core.environment.environment import GOEnv import core.agent.agents as agents from core.agent.processor import GOProcessor from core.dm.kb_helper import GO...
[ "ilievski.vladimir@live.com" ]
ilievski.vladimir@live.com
ed55f6dab42ca051e34f6202d470ba130d589aa2
b0295c52e9b088e24c35b7d1866c31364e32ad6e
/server_sim.py
48da7397af9c526d59b7016c008eb085576cb813
[]
no_license
Jeremy-CH-cmyk/CZ3004
ec1851bbb75fff1f8fb2a8227cde11bc7abd0976
d7018f4ef22987c25d8a0dbfb34655134860e438
refs/heads/master
2023-06-19T11:01:58.925619
2021-07-04T10:58:06
2021-07-04T10:58:06
382,631,519
0
0
null
null
null
null
UTF-8
Python
false
false
9,954
py
#!/usr/bin/env python """Tornado server to run the simulation experiments Attributes: app (tornado.web.Application): Address mappings clients (dict): Dictionary of active clients settings (dict): Settings for the web-server """ import json import numpy as np import os import time import tornado.web as web ...
[ "zyj82073693@gmail.com" ]
zyj82073693@gmail.com
1d691134309a3252a7bb156b88d6ee3a5209797e
39e75353e5539dfbaeb64d6437ceace2d2e02d2d
/VigenereCipher.py
9b2b56b48b492453f36447a17153b58b26442bde
[]
no_license
the-bumblebee/vigenere-cipher
900411733292169859a735ef37a8cdf97c71b1b3
d0e370320a203fa8136e4080fe496431a0ab7b1a
refs/heads/master
2020-04-23T11:42:24.609381
2019-02-21T16:47:32
2019-02-21T16:47:32
165,599,161
0
0
null
null
null
null
UTF-8
Python
false
false
2,118
py
import argparse alph = list(map(chr, range(97, 123))) def encrypt(message, key): message = message.lower() key = key.lower() cipherText = '' nonCount = 0 for i in range(len(message)): if message[i] not in alph: nonCount += 1 cipherText += message[i] else: cipherText += alph[(alph.index(key[(i - nonC...
[ "klmktu.asif@gmail.com" ]
klmktu.asif@gmail.com
9952149d06ddc78f875ccee8e4e44294dddea96a
c3a3c8c242e968f185bc1e858dd3ad05d51f385a
/main.py
bbf618809419834b60c39ff41a20502e3f60fba2
[]
no_license
oindrieel/Dwayne
cb5ac5a6617a7aff263c04f388cd64733960f661
b87d7cb8f51f4f71257c9e6d90f72a44894f30fd
refs/heads/main
2023-03-18T12:45:19.956260
2021-02-28T13:47:21
2021-02-28T13:47:21
null
0
0
null
null
null
null
UTF-8
Python
false
false
7,522
py
import asyncio import discord import os import json import sys from discord import channel from discord.ext import tasks from discord.ext import commands from asyncio import sleep from discord.flags import Intents from settings import * from pretty_help import PrettyHelp, Navigation client = commands.Bo...
[ "noreply@github.com" ]
oindrieel.noreply@github.com
dd399425d76c8de76f3f47e0e593e205cbf01591
9d4f68edfe2b68689f27fbf8d4601b5e759c9b07
/new/algorithm11-maximum-69-number.py
daa8f0a4280549a816b92cf705a10f4430ec8412
[]
no_license
javerthu/demo
8cb9a7eadadde70c3117b2d598f47d4b977450d7
06335132e75c4df4ee2be535e255d9bc762e0087
refs/heads/master
2020-08-15T01:23:38.717143
2020-04-02T15:36:19
2020-04-02T15:36:19
215,259,562
2
0
null
2019-10-15T15:31:25
2019-10-15T09:29:38
Python
UTF-8
Python
false
false
1,285
py
''' 给你一个仅由数字 6 和 9 组成的正整数 num。 你最多只能翻转一位数字,将 6 变成 9,或者把 9 变成 6 。 请返回你可以得到的最大数字。 示例 1: 输入:num = 9669 输出:9969 解释: 改变第一位数字可以得到 6669 。 改变第二位数字可以得到 9969 。 改变第三位数字可以得到 9699 。 改变第四位数字可以得到 9666 。 其中最大的数字是 9969 。 示例 2: 输入:num = 9996 输出:9999 解释:将最后一位从 6 变到 9,其结果 9999 是最大的数。 示例 3: 输入:num = 9999 输出:9999 解释:无需改变就已经是最大的数字了。 提示: ...
[ "867216905@qq.com" ]
867216905@qq.com
64d81ce55d80a1ba9a97d94bb44b757f87bae471
51290cfa282166bc06f4fbdcce050bbea2183a67
/rgbread.py
4623b7559337ec3a096555796e1be9266634b4a7
[]
no_license
tweirtx/freshmancs-ev3-python
d6e7cc88c0a18f9b66da57f5248c544ddfe810e8
5142885e93407372efff6ad6e0135743ba23cbed
refs/heads/master
2021-03-24T09:19:49.308468
2018-04-29T17:31:15
2018-04-29T17:31:15
116,987,981
0
0
null
null
null
null
UTF-8
Python
false
false
121
py
from ev3dev import ev3 sensor = ev3.ColorSensor() sensor.mode = sensor.MODE_RGB_RAW while True: print(sensor.color)
[ "tweirtx@gmail.com" ]
tweirtx@gmail.com
57d10fbb4204045209819083196a47597d5fb8d6
ff580bee72f5c215b6b1d22315124db5a20696aa
/merge_sort.py
c27ea2aaf7ed9e439c86ffd8bad1dfbdb459ed94
[]
no_license
raghavpatnecha/Fun_with_python
e10bcd7e824665cc1a83251602bae3682ced5c3f
59165d166ced8e4d17307ec502972b13b362b8e2
refs/heads/master
2021-05-03T04:29:51.540465
2018-06-10T09:18:39
2018-06-10T09:18:39
120,617,339
0
0
null
null
null
null
UTF-8
Python
false
false
822
py
def mergesort(mylist): if len(mylist) >1: mid = len(mylist)//2 lefthalf= mylist[:mid] righthalf = mylist[mid:] mergesort(lefthalf) mergesort(righthalf) i=0 j=0 k=0 while i < len(lefthalf) and j < len(righthalf): if leftha...
[ "noreply@github.com" ]
raghavpatnecha.noreply@github.com
2bab2de433e731e2c1376160a0148c2a824ea777
46083e01408b6bb2e05f78a38f69fd5a6881a4c3
/autotesting/test2/testcase/testbase.py
1611bc6797907d0c433ece866a2067286b297c17
[]
no_license
caixinshu/api
7601ce97ed6666cbc5995ecd1e32165605a7da7e
b75bf1bdbf4ee14f0485d552ff2f382c7991821e
refs/heads/master
2021-01-22T05:54:14.651098
2019-12-17T09:09:23
2019-12-17T09:19:26
81,718,456
0
0
null
null
null
null
UTF-8
Python
false
false
775
py
# -*- coding: utf-8 -* import requests from suds.client import Client from config import url from tools import readexceldata #初始化url class test: def __init__(self,url,file,colnameindex,by_name): self.url=url self.file=file self.colnameindex=colnameindex self.by_name=by_...
[ "651696408@qq.com" ]
651696408@qq.com
ee4a8bd968583926c1ed2877ab805846d1966635
be0f3dfbaa2fa3d8bbe59229aef3212d032e7dd1
/Gauss_v45r10p1/Gen/DecFiles/options/16144140.py
a395cacae7ac1620e027f02c873102b4b6342cf3
[]
no_license
Sally27/backup_cmtuser_full
34782102ed23c6335c48650a6eaa901137355d00
8924bebb935b96d438ce85b384cfc132d9af90f6
refs/heads/master
2020-05-21T09:27:04.370765
2018-12-12T14:41:07
2018-12-12T14:41:07
185,989,173
0
0
null
null
null
null
UTF-8
Python
false
false
895
py
# file /home/hep/ss4314/cmtuser/Gauss_v45r10p1/Gen/DecFiles/options/16144140.py generated: Wed, 25 Jan 2017 15:25:29 # # Event Type: 16144140 # # ASCII decay Descriptor: [Xi_b0 -> (Lambda0 -> p+ pi-) (J/psi(1S) -> mu+ mu-)]cc # from Configurables import Generation Generation().EventType = 16144140 Generation().SampleGe...
[ "slavomirastefkova@b2pcx39016.desy.de" ]
slavomirastefkova@b2pcx39016.desy.de
f0cc895a2f838da497f08e2940e7412d4b7b2cef
77e1db762bd012e0447b8275df6e24012a3aa82f
/gas-station/gas-station.py
2f97eebf9959f4a7592e2c8b22af1118397bc4c1
[]
no_license
PigsGoMoo/LeetCode
1e9d37507b04a238347bcc693e9be3d24313a46e
a5c9bc433ac6c54bebb83b9640273216512f41b8
refs/heads/main
2023-06-28T12:58:57.516464
2021-08-03T19:49:07
2021-08-03T19:49:07
362,915,227
0
0
null
null
null
null
UTF-8
Python
false
false
1,426
py
class Solution: def canCompleteCircuit(self, gas: List[int], cost: List[int]) -> int: # [2, 2, 2, -3, -3] # [1, 1, -1] # DP solution? Make an array of differences between cost - gas for each index # If that array sum is <= 0, then it's possible. If >= 1, then we cannot. # Sta...
[ "33019839+PigsGoMoo@users.noreply.github.com" ]
33019839+PigsGoMoo@users.noreply.github.com
b3d2499cc45fea03a267a459dd73d738e8962baa
601362aea0d323309bea046d93ef3f2abe090718
/flog/libs/wikipedia.py
b8f67543bdc12c2b8f795d5ecf414fb4fbf6e2b9
[]
no_license
ErikBurdett/flog
cca1d780835351b7017b993e4047d43a437c6504
633bd3ff95b62766fcf40d76513d27b8785870a0
refs/heads/master
2022-10-30T17:01:31.538700
2020-06-16T04:40:14
2020-06-16T04:40:14
null
0
0
null
null
null
null
UTF-8
Python
false
false
157
py
import requests def random_article(): url = f'https://en.wikipedia.org/api/rest_v1/page/random/title' return requests.get(url, timeout=2.0).json()
[ "randy@thesyrings.us" ]
randy@thesyrings.us
3a04a77da2ee5df5107a7f1f4186b15aaa3400bd
ca08100b33a78c01bf49f097f4e80ed10e4ee9ad
/intrepidboats/apps/boats/migrations/0025_auto_20170518_1334.py
4d0337d5918da1292d1f741df70a316bbba6feec
[]
no_license
elite0401/intrepidpowerboats
347eae14b584d1be9a61ca14c014135ab0d14ad0
d2a475b60d17aa078bf0feb5e0298c927e7362e7
refs/heads/master
2021-09-11T01:51:47.615117
2018-04-06T02:20:02
2018-04-06T02:20:02
null
0
0
null
null
null
null
UTF-8
Python
false
false
567
py
# -*- coding: utf-8 -*- # Generated by Django 1.10.4 on 2017-05-18 17:34 from __future__ import unicode_literals from django.db import migrations, models class Migration(migrations.Migration): dependencies = [ ('boats', '0024_video_video_external_url'), ] operations = [ migrations.Alter...
[ "elite.wisdom@gmx.com" ]
elite.wisdom@gmx.com
21e5ec7379ce378487962e49e3194e013cbf8211
a7809b4619c6fd557c654d05a76498888e539e08
/init_instance.py
e1e41e4e99a067976ea573f0c1ee2e45a16a921c
[]
no_license
kokubum/Data-Model
e6e2f2ba298c047040220a17bdc2034e182e4ccf
d4b4f5bdc9fb139526faffbc4b21af90f632aff6
refs/heads/master
2022-07-17T01:29:01.201970
2020-05-15T18:10:29
2020-05-15T18:10:29
264,260,631
0
0
null
null
null
null
UTF-8
Python
false
false
850
py
class Test: #The __new__ method is called by the Test.__class__.__call__(Test,*args,**kwargs) def __new__(cls,*args,**kwargs): print("Creating instance!") #__new__ is responsible for creating the instance of the class Test wich will be used in __init__ constructor #Starting from python 3...
[ "eskokubum@gmail.com" ]
eskokubum@gmail.com
bea0b9d9c683356da4d5387f4f595bbf7741ff45
9f8c8dd70c4c5897cc48a57e04c47c607bce2fc4
/break.py
ff69b6f8447c87474764f9a50f58cd5db40799a5
[]
no_license
maghelu98/corso-udemy
403ce1fc54463a756850b724c94803fc10becd0e
e7cee0bbe4a175e835aad8ca4811025e746ea580
refs/heads/master
2022-12-09T07:25:52.710290
2020-05-03T20:57:30
2020-05-03T20:57:30
137,659,935
0
0
null
2022-12-08T09:46:46
2018-06-17T14:11:47
Python
UTF-8
Python
false
false
500
py
delta = input("delta: ") try: for i in range(1,20): try: print("i = %d ..." % (i)) j = 1.0/(delta+10.0-i) print("i =%d , j = %f " % (i,j)) except Exception as e: print("prima di raise: {}, per i = {:d}".format(e, i)) raise print...
[ "giovanni.pelosi@unimib.it" ]
giovanni.pelosi@unimib.it
93ff2aca5849d1c9ab4f4890838447bd1918b640
50bb1636ce4cd745ca275c32948bc74b089127bb
/project_one/src/item/__init__.py
d22f598ff891034bd075310c9dd502c89380bdee
[]
no_license
silaslxy/sunshine
82cc08bb3d264a39f56762998e0a9af677516e99
1252be429da5dfd6ad26330924ccb8407c60a52d
refs/heads/master
2023-04-22T05:03:50.361022
2020-07-09T06:31:31
2020-07-09T06:31:31
277,517,964
0
0
null
2021-05-13T20:58:03
2020-07-06T10:59:44
Python
UTF-8
Python
false
false
184
py
# coding: utf-8 # ---------------------------------- # @Author: xiaosiwen # @Date: 2020/7/6 16:44 # @Desc: # ---------------------------------- from item.views import bp as model_a_bp
[ "xsw@lianantech.com" ]
xsw@lianantech.com
cc8da95fe71004d8514e3893a382112d58a95551
ed2b2929b028f7b53f38ae72ad58d2af407c9c72
/venv/Scripts/easy_install-script.py
bd6eda98cad82b59c89f3db92439ff31f06e7336
[]
no_license
LiuzJY/Locust
6a34dd089a70cceb3bc1b46e04ec02faf60cb6bf
2ca251445fa16328eb6ff258577b5781a3547a37
refs/heads/master
2022-11-13T01:19:55.112076
2020-07-10T09:41:34
2020-07-10T09:41:34
262,478,027
0
0
null
null
null
null
UTF-8
Python
false
false
449
py
#!"D:\PyCharm 2018.3.1\Workpace\locust\venv\Scripts\python.exe" # EASY-INSTALL-ENTRY-SCRIPT: 'setuptools==39.1.0','console_scripts','easy_install' __requires__ = 'setuptools==39.1.0' import re import sys from pkg_resources import load_entry_point if __name__ == '__main__': sys.argv[0] = re.sub(r'(-script\.pyw?|\.e...
[ "2212627962@qq.com" ]
2212627962@qq.com
e774d1201c6a3930755f808039578edf9f6144e7
a6d7b74046a0da8bbae2cda7d4d34deabc581445
/Game_Server/node_modules/uws/build/config.gypi
87ebd561d683cb97597cc7b1aafabdd9024087b1
[ "Zlib" ]
permissive
tztz8/TSA_Game
9b3ab36bb7018553689565157880a816dd744d79
baaba65abb18f6c21b7df1864f970ab428c768d3
refs/heads/master
2021-05-09T19:05:20.688409
2020-04-15T18:51:52
2020-04-15T18:51:52
118,629,385
3
0
null
null
null
null
UTF-8
Python
false
false
4,409
gypi
# Do not edit. File was generated by node-gyp's "configure" step { "target_defaults": { "cflags": [], "default_configuration": "Release", "defines": [], "include_dirs": [], "libraries": [] }, "variables": { "asan": 0, "coverage": "false", "debug_devtools": "node", "force_dynami...
[ "180427@cvsd356.org" ]
180427@cvsd356.org
5493043be3c35aaaa1701498e246f4f8555ae5d7
8b2aeac35b73d03587251311fcd171e72a8fc854
/photos/migrations/0002_auto_20180128_1207.py
4b21b603c9fe41632188a38fc2948d97f3dcf7af
[]
no_license
mansonul/wedding
78e273cf68b5897136c0b8ef18c664c3cfa505e2
3168faa79f1c223eb078e0e1941a2ddfeab903c4
refs/heads/master
2021-05-10T18:16:13.795886
2018-01-29T18:13:41
2018-01-29T18:13:41
118,626,784
0
0
null
null
null
null
UTF-8
Python
false
false
573
py
# -*- coding: utf-8 -*- # Generated by Django 1.11.9 on 2018-01-28 12:07 from __future__ import unicode_literals from django.db import migrations import imagekit.models.fields import photos.models class Migration(migrations.Migration): dependencies = [ ('photos', '0001_initial'), ] operations =...
[ "contact@dragosnicu.com" ]
contact@dragosnicu.com
433192fa2881cfd43a42000926be587693feb71b
45b52a8019e9cd05b82e7a8393ef15a96bc9a2f3
/src/ml/scale.py
340adb1256d031d57c8420826a45a83e30d5ca38
[]
no_license
adpartin/pdx-histo
be57fb9171b23fb0146d6e06caa5a7b442800698
52a6468034c1966e2d85024d863817804dcb387a
refs/heads/main
2023-06-27T00:56:24.875604
2021-07-15T21:48:29
2021-07-15T21:48:29
317,675,453
0
0
null
null
null
null
UTF-8
Python
false
false
1,683
py
import sklearn import numpy as np import pandas as pd # from sklearn.metrics import confusion_matrix # from sklearn.metrics import ConfusionMatrixDisplay from sklearn.preprocessing import StandardScaler, MinMaxScaler, RobustScaler # from sklearn.externals import joblib # from math import sqrt def scale_fea(xdata, s...
[ "25892264+adpartin@users.noreply.github.com" ]
25892264+adpartin@users.noreply.github.com
8a59b938196d4b7591563206ea27e0574a9c0ec2
b251bb2eb3b91afd2c9641ffc0abf2b43475d920
/Lecture notes/Notes 19 - Cryptography/RSA.py
76a2de5b22624226818730673a7e42703f091db0
[]
no_license
maverick19910614/COMP9021
912dc18ea9f3002febeaebc199f41ad2ce2418e2
25bccce7ae094f444d1221cc1fef6c3a7d278488
refs/heads/main
2023-04-22T20:14:49.887272
2021-05-13T08:20:17
2021-05-13T08:20:17
366,661,522
0
0
null
null
null
null
UTF-8
Python
false
false
2,297
py
# Written by Eric Martin for COMP9021 from math import gcd from random import randrange def diffie_hellman(p, g): print(f'Alice lets Bob know that p = {p} and g = {g}.') a = randrange(100) A = g ** a % p b = randrange(100) B = g ** b % p print(f'Alice sends {A} to Bob.') print(f'Bob send...
[ "noreply@github.com" ]
maverick19910614.noreply@github.com
421a3548c2d98a5e84c8119092e85a215117d19c
64e9565bd7ca0cab875f2549fa40781061926568
/source/countsyl.py
781f8c24c4fca600e4dbfe0186df22cf3ebde5d8
[]
no_license
carlyrobison/sonnetspoofer
9dcf0a5d1193fe6623ab80c61f2b2adae2d7889f
3b18004b9e5c6c679cb49664500b1fb878c0484d
refs/heads/master
2021-01-20T03:17:30.783296
2017-02-28T01:55:56
2017-02-28T01:55:56
82,864,167
0
0
null
null
null
null
UTF-8
Python
false
false
1,908
py
# From https://github.com/hyperreality/Poetry-Tools/blob/master/poetrytools/countsyl.py #!//usr/bin/env python # Count syllables in a word. # # Doesn't use any fancy knowledge, just a few super simple rules: # a vowel starts each syllable; # a doubled vowel doesn't add an extra syllable; # two or more different vowel...
[ "sharikak54@gmail.com" ]
sharikak54@gmail.com
7b485e6c81c4efd3aac47646b1b61652249aa27d
f9b5a01d8cfeddc0c52fcbfc593fa0f31c4df1bf
/ex06/ex06.py
6367fad5aff079d421fae75ad052baafeb043335
[]
no_license
wogurdlek2/16PFA-2013211032
358154af14f65b7fd635dd9a682dd9ea22d7539e
478616b3a090c596afba1b62f01152d468e0f014
refs/heads/master
2021-01-21T12:59:29.942224
2016-05-25T11:31:16
2016-05-25T11:31:16
53,999,917
0
0
null
null
null
null
UTF-8
Python
false
false
396
py
x = "There are %d types of prople." % 10 binary = "binary" do_not = "don't" y = "Those who know %s and those who %s." % (binary, do_not) print x print y print "I sais: %r." % x print "I also said: '%s'." % y hilarious = False joke_evaluation = "Isn't that joke so funny?! %r" print joke_evaluation % hilarious w = "...
[ "CAD Client" ]
CAD Client
8153a3ae78cbde795f5f302dc726b7210de73588
64a5b1d69e328abb217ef2b007ab8ed6fb8d3692
/tests/testEPVanalyser.py
146b4f8513e2480f173afc1b24e082493031a512
[]
no_license
markhocky/Investing
5e5c31a34d66be65d8251475ab790451a7a6c53a
c37a048634fafaf46b9f096a906e92c9005f6164
refs/heads/master
2020-04-04T10:40:49.087228
2018-05-28T02:22:35
2018-05-28T02:22:35
55,501,355
0
1
null
null
null
null
UTF-8
Python
false
false
24,401
py
import unittest import pandas import math import numpy as np from sklearn.linear_model import LinearRegression from mock import Mock, call from StockAnalysis.Analysers import EPVanalyser, FinanceAnalyst class Test_EstimateIncomeAndExpenses(unittest.TestCase): def setUp(self): years = ["2015", "2014", "2...
[ "markhocky@gmail.com" ]
markhocky@gmail.com
ffac71f012dd66130a8b66b3c02ceaca9515efd0
ee8109057287ca39a83258e0b7be3bc2430f5dd3
/usbq/usbq/usbmitm_proto.py
66037a50f2167693ca16dea0b4195a4c90e02692
[ "MIT" ]
permissive
bm16ton/usbq-usbq_core
3153b7c049b6da0743ccbc51e28a1b461d99b2fb
c289f108fcf4f16ff72540d3301b432d830dfaa8
refs/heads/master
2023-08-15T20:08:22.558962
2021-10-22T03:29:51
2021-10-22T03:29:51
null
0
0
null
null
null
null
UTF-8
Python
false
false
7,450
py
#!/usr/bin/env python # -*- coding: utf-8 -*- from scapy.fields import ConditionalField from scapy.fields import EnumField from scapy.fields import LEIntField from scapy.fields import LEShortField from scapy.fields import LESignedIntField from scapy.fields import PacketField from scapy.fields import StrField from scapy...
[ "bm16ton@gmail.com" ]
bm16ton@gmail.com
420ed41a7c05d90d86eec59a10c4788fd7143316
6fcd81ee329e404b8bcda2173092506663c3de93
/Randompresent/exploit.py
569112881b7dff1946f51dc33c8e993bf054bb00
[]
no_license
not-duckie/RandomPwn
efe2aed9041bcd320cc75b14933aa508635e73a5
e9a85b94239abf8ab49d03108a5c7a893d42bc3b
refs/heads/master
2023-03-26T07:39:54.650384
2021-03-21T07:32:44
2021-03-21T07:32:44
195,807,065
1
0
null
null
null
null
UTF-8
Python
false
false
655
py
#!/usr/bin/env python from pwn import * bin = ELF('./randompresent') libc = ELF('./libc.so.6') p = process('./randompresent') #Stage 1 leaking padding = "A"*40 put_plt = p64(bin.plt['puts']) put_got = p64(bin.got['puts']) pop_rdi = p64(0x0040077b) main = p64(0x400676) payload = padding + pop_rdi + put_got + put_plt...
[ "noreply@github.com" ]
not-duckie.noreply@github.com
f0d8f6c720eb71434eb0ba1ce0acdcdedf4ed128
2aace9bb170363e181eb7520e93def25f38dbe5c
/build/idea-sandbox/system/python_stubs/cache/2e033ce6e3a2cdde5174895cadb3b406b2a013729dd641fee2cebd9f7ed97879/cv2/videoio_registry.py
0be5f4768f19952c2adff113bfb96d3a9ccf5394
[]
no_license
qkpqkp/PlagCheck
13cb66fd2b2caa2451690bb72a2634bdaa07f1e6
d229904674a5a6e46738179c7494488ca930045e
refs/heads/master
2023-05-28T15:06:08.723143
2021-06-09T05:36:34
2021-06-09T05:36:34
375,235,940
1
0
null
null
null
null
UTF-8
Python
false
false
1,362
py
# encoding: utf-8 # module cv2.videoio_registry # from C:\Users\Doly\Anaconda3\lib\site-packages\cv2\cv2.cp37-win_amd64.pyd # by generator 1.147 # no doc # no imports # Variables with simple values __loader__ = None __spec__ = None # functions def getBackendName(api): # real signature unknown; restored from __doc_...
[ "qinkunpeng2015@163.com" ]
qinkunpeng2015@163.com
bb42ad482fbb2350569ef7809947d727ac99b2f2
9ecfba7ed75b2869b09ec3e79c1f45dab21b9640
/others/cropimage.py
2583ee07c70b7822aad8ceca2237d18e83ee22a9
[ "MIT" ]
permissive
pection/Scraper-website
ca7af593e421d4f09bfc280d6ec24e6562e0f6c3
77ed1df5103e1d8222a055c19acf5af255ffa4aa
refs/heads/master
2022-12-25T15:51:46.958483
2020-10-07T13:58:40
2020-10-07T13:58:40
315,717,273
1
0
MIT
2020-11-24T18:18:42
2020-11-24T18:18:41
null
UTF-8
Python
false
false
817
py
import cv2 import os import sys import numpy as np from PIL import Image num=1 path ="//Users/pection/Documents/Crop/" #we shall store all the file names in this list filelist=[] for root, dirs, files in os.walk(path): for file in files: if(file.endswith(".png")): filelist.append(os.path.join(ro...
[ "pection.naphat@gmail.com" ]
pection.naphat@gmail.com
57d6937bf3629457efc49a2d6401c480d6dbdfa2
31021bb9d9788b132787f88db2dc8198a2686ba3
/WorkThread.py
9358e077ea039d629a8d9c83b74245bab20f405f
[]
no_license
yljtsgw/BootAssistant
f94846c58f6528c1c10d934be31dc9149854e9a3
5380d8436cdc0958ff2e344a516898dc75427355
refs/heads/master
2021-01-20T17:57:40.994834
2016-07-19T07:55:46
2016-07-19T07:55:46
63,671,555
1
0
null
null
null
null
UTF-8
Python
false
false
11,810
py
#!/usr/bin/env python # coding:utf-8 """ Author: --<> Purpose: Created: 2016/5/26 """ from telnet import telnet from ftp import ftpTool from PyQt4.QtCore import QThread, pyqtSignal import os import config import logging logger_working = logging.getLogger('main.working') ###################################...
[ "393915549@qq.com" ]
393915549@qq.com
8deecf9ce3bdcb7373459cff5718007aee8af798
751970ea93f32967f0c986b449aec415ce2140a6
/mongologger/__init__.py
3c6bf3cea4240c04587d83c78cbd597e67a00e60
[]
no_license
warvariuc/python-mongo-logger
800bef339ae96ad1ec7e767aaee5602749f1bb2f
6ad23270427b4f627e74487da6f3593cb7bc426b
refs/heads/master
2021-01-18T16:27:55.120227
2015-07-07T06:07:14
2015-07-07T06:07:14
29,913,534
1
1
null
null
null
null
UTF-8
Python
false
false
3,586
py
""" Based on: https://gist.github.com/kesor/1589672 """ from ._version import __version__ import logging import time import struct import traceback import inspect from pymongo.mongo_client import MongoClient import bson from bson.errors import InvalidBSON from bson import json_util logger = logging.getLogger('mongo...
[ "victor.varvariuc@gmail.com" ]
victor.varvariuc@gmail.com
d57ea15208418d0ea15cbe608a80dddf6e7f5ef2
94531cbb9cba199f10e603d385f7480b77a18f2b
/myBlog/migrations/0001_initial.py
dc241084329a4b8f5747d6937e1b3bc9b6a7eec3
[]
no_license
toufiqur-rahman/django_blog
6419892c64a4bd4130351082b4fd44451816c265
1b0f1189d8d60b85cc35e1b8faaeae64b94f81a7
refs/heads/master
2020-03-28T09:45:48.000434
2018-09-10T18:55:43
2018-09-10T18:55:43
148,057,471
0
0
null
null
null
null
UTF-8
Python
false
false
986
py
# Generated by Django 2.1.1 on 2018-09-05 17:45 from django.conf import settings from django.db import migrations, models import django.db.models.deletion import django.utils.timezone class Migration(migrations.Migration): initial = True dependencies = [ migrations.swappable_dependency(settings.AUT...
[ "toufique.jami@gmail.com" ]
toufique.jami@gmail.com
cbf3fc3e1c010cf4650748884952e3aa984b29ec
6dbc183ba0c2f6722f343adc097447bcffe60934
/index.py
7b8ac5c47ff40ca6d17084dae07a261ffd29a357
[]
no_license
slaytor/ODIE
ce32b0f97ba809b439f3ca3a5ff0b38ce34951e6
62588f663762930ee2383f3b1244795aeacf7b8c
refs/heads/master
2022-12-14T22:49:02.024643
2018-06-04T16:57:05
2018-06-04T16:57:05
136,056,115
0
0
null
2022-12-08T01:00:27
2018-06-04T16:51:48
Python
UTF-8
Python
false
false
1,615
py
from dash.dependencies import Input, Output import dash_core_components as dcc import dash_html_components as html import dash_table_experiments as dt from app import app, server from apps import home, jobs_app, ind_app, heatmap_app from header_footer import header, footer css = [ 'https://cdn.rawgit.com/plotly/...
[ "noreply@github.com" ]
slaytor.noreply@github.com
3c21a9fe28c43de3e10ee1d30def42d702d74bff
14c4a16e75b348be31a224818c8f8db62746345a
/run_projections.py
c085dbbba2a2024156eb579c1ef871f9804ff07d
[]
no_license
BenikaH/nflstats
c43bbfd3806343b5f1a4a5e55f3ee7b1c6285dd9
269ee69facd280b3bd1e4f6724c7f7dfafd16396
refs/heads/master
2020-03-27T12:06:26.035175
2018-08-25T18:42:07
2018-08-25T18:42:07
null
0
0
null
null
null
null
UTF-8
Python
false
false
7,876
py
#!/usr/bin/env python3 from get_player_stats import * from playermodels.positions import * from ruleset import * from get_fantasy_points import get_points import os.path import argparse import numpy as np import numpy.random as rand # return a player from a dataframe if a unique one exists, else return None # we could...
[ "mfclark3690@gmail.com" ]
mfclark3690@gmail.com
a5cd4ba759fc6e7df503e00af2402bb95ae28a44
e7fa451c8fba591c0e0c25716d7fe72c8582345e
/Joystick ID Fixer/sdl2/cpuinfo.py
4b6ed554ad6f0e3a917fee732251c22b77855ad5
[ "MIT" ]
permissive
danricho/SC-Joystick-Configuration
81d51eb3b94e70cc2b886ff92d0fa9cb7d30d764
7a0b463b348f7de0abad39702dae0100f9f935f0
refs/heads/master
2021-01-17T17:08:47.320006
2020-07-02T06:59:08
2020-07-02T06:59:08
62,977,107
6
2
null
null
null
null
UTF-8
Python
false
false
1,137
py
from ctypes import c_int from .dll import _bind, nullfunc from .stdinc import SDL_bool __all__ = ["SDL_CACHELINE_SIZE", "SDL_GetCPUCount", "SDL_GetCPUCacheLineSize", "SDL_HasRDTSC", "SDL_HasAltiVec", "SDL_HasMMX", "SDL_Has3DNow", "SDL_HasSSE", "SDL_HasSSE2", "SDL_HasSSE3", "SDL_HasSSE41", ...
[ "noreply@github.com" ]
danricho.noreply@github.com
4171f3f9288b6953d7b6ea9c6d40cec41f3b8406
9f1039075cc611198a988034429afed6ec6d7408
/tensorflow-stubs/contrib/slim/python/slim/nets/inception_v3.pyi
df9dccde040bd84ccfd994e2ec65a1450b9e965f
[]
no_license
matangover/tensorflow-stubs
9422fbb1cb3a3638958d621461291c315f9c6ec2
664bd995ef24f05ba2b3867d979d23ee845cb652
refs/heads/master
2020-05-23T12:03:40.996675
2019-05-15T06:21:43
2019-05-15T06:21:43
186,748,093
0
0
null
null
null
null
UTF-8
Python
false
false
1,288
pyi
# Stubs for tensorflow.contrib.slim.python.slim.nets.inception_v3 (Python 3) # # NOTE: This dynamically typed stub was automatically generated by stubgen. from tensorflow.contrib import layers as layers from tensorflow.contrib.framework.python.ops import arg_scope as arg_scope from tensorflow.contrib.layers.python.lay...
[ "matangover@gmail.com" ]
matangover@gmail.com
efc7edcca15e51d14d5224f7a0a28ee36f478f76
d185edc1927a7ba4744af04435cfe61812596200
/cms/views.py
886138346b1bbf6564aac8b8fef96c76fc26c4dc
[]
no_license
PrzemyslawKuston/DjangoCMS
51a69fba9ce781713a96641481eb5f9afe44bc22
35f29c5305ee179c7bb2ab845c80c053d819a110
refs/heads/master
2021-01-02T09:08:50.129259
2017-01-11T19:38:52
2017-01-11T19:38:52
75,053,757
0
0
null
null
null
null
UTF-8
Python
false
false
1,605
py
from django.shortcuts import render, render_to_response, redirect from django.http import HttpResponseRedirect from django.contrib import auth from django.contrib.auth.forms import UserCreationForm from django.contrib.auth import authenticate, login from django.contrib.auth import logout from notifications.models impor...
[ "Prz Kus" ]
Prz Kus
da63497011d0f31d066f5ff77a5e4f79c6dbbdb3
5b2ab5cda3d807ead96c69b126efd2574d287f95
/entertainment_center.py
c18e181aebf8dcd68459131ebca7ca6f2ab01d0b
[ "MIT" ]
permissive
egpaul/fresh-tomatoes
95fa771576722b075c624b6460e0bf6f98486f77
9bd0e024e31fed3e3de9d3f0ff0420e9d89985a4
refs/heads/master
2021-05-15T10:44:36.190250
2017-10-25T16:33:58
2017-10-25T16:33:58
null
0
0
null
null
null
null
UTF-8
Python
false
false
2,796
py
import fresh_tomatoes import media # Goodfellas Movie: Movie title, storyline, poster image, and trailer goodfellas = media.Movie( "Goodfellas", "A young man grows up in the mob and works very hard to advance himself" "through the ranks", "https://s-media-cache-ak0.pinimg.com/originals/17/34/15/173415b...
[ "noreply@github.com" ]
egpaul.noreply@github.com
e3ccdca5abee0a3a58f7e2e3e62e2ee554307105
f5dc531a15084a8dfa2e955b393edb9b1141bcfc
/Python Scripts/refineddmplot.py
a1be642ed5c4e3850ae27176b6c7c87d2a89978a
[]
no_license
ggrillo93/fermi-data-analysis
2d5c368eee67df5d24855c888642836c0a7b3163
11728edcdfeee3565680ce6cefa6cbc14f4d2477
refs/heads/master
2021-09-08T15:41:49.493281
2018-03-10T20:36:34
2018-03-10T20:36:34
124,696,852
0
0
null
null
null
null
UTF-8
Python
false
false
20,783
py
#!/usr/bin/env python import os import pyfits import numpy as np import math from pylab import * from matplotlib import pyplot as plt import csv from subprocess import call fullpulsar=raw_input('Enter pulsar name: ') modes=raw_input('Enter modes (Crossband, Dualband and/or Inband): ') pulsar=fullpulsar[:5] def fullTe...
[ "ggrillo93@gmail.com" ]
ggrillo93@gmail.com
ed67b6e7582630336f0732062ed755324b0218de
f0ffb4276e72b1f8759bea4cbd7f711c2de54848
/coursereg/views.py
df9e81d4c216b6e8b60b2df1eaaae9eb564eefd0
[]
no_license
shirmino/School-management-app
16ed86cf6a8ce678d6ff89a9d95c741f4bd51458
6498ef43463b4c1e302f89574052cf0fb7a06519
refs/heads/master
2022-11-25T09:02:10.036942
2020-07-19T12:55:51
2020-07-19T12:55:51
280,671,953
0
0
null
null
null
null
UTF-8
Python
false
false
851
py
from django.shortcuts import render, redirect from .models import CourseModel from django.contrib.auth.decorators import login_required from . import forms from django.contrib.auth.models import User # Create your views here. @login_required(login_url = "/accounts/login/") def course_create(request): if request.meth...
[ "Uche@yahoo.com" ]
Uche@yahoo.com
ace559b46e79210154608496701d451bae6e9f1d
df21c2c16ecfb4a46b1d88b0474291ac67c8a05a
/app/migrations/0003_auto_20180708_1239.py
5d2a0d3ed37768c660d5b76e1dec863b6836cb8e
[]
no_license
aditya2222/CatchUp
245dc4d122be7d596f8928d32a33acbbd754a4f3
915363faf7b59c81da070a70f9587f177a20d695
refs/heads/master
2020-03-22T14:21:17.689064
2018-07-08T14:08:24
2018-07-08T14:08:24
140,172,877
0
0
null
null
null
null
UTF-8
Python
false
false
689
py
# Generated by Django 2.0.7 on 2018-07-08 12:39 from django.conf import settings from django.db import migrations, models import django.db.models.deletion class Migration(migrations.Migration): dependencies = [ ('app', '0002_auto_20180708_1219'), ] operations = [ migrations.AddField( ...
[ "adityasingh222247@gmail.com" ]
adityasingh222247@gmail.com
591f5c567067bbf1a4785cce4f3aeadf302ac753
46279163a543cd8820bdc38133404d79e787c5d2
/torch/fx/experimental/accelerator_partitioner.py
43ec348d45e6d857feec35e24007b65c58eb1108
[ "BSD-3-Clause", "LicenseRef-scancode-generic-cla", "BSL-1.0", "Apache-2.0", "BSD-2-Clause" ]
permissive
erwincoumans/pytorch
31738b65e7b998bfdc28d0e8afa7dadeeda81a08
ae9f39eb580c4d92157236d64548b055f71cf14b
refs/heads/master
2023-01-23T10:27:33.628897
2020-12-06T01:22:00
2020-12-06T01:23:40
318,930,000
5
1
NOASSERTION
2020-12-06T01:58:57
2020-12-06T01:58:56
null
UTF-8
Python
false
false
41,390
py
from torch.fx.graph_module import GraphModule from torch.fx.node import Node, map_arg from typing import Dict, List, Set, NamedTuple, Tuple import torch from torch.fx.experimental.subgraph_creation_example import split_module import operator from torch.fx.experimental.partitioner_utils import Partition, \ Device, P...
[ "facebook-github-bot@users.noreply.github.com" ]
facebook-github-bot@users.noreply.github.com
6ff7b77d79410b97d84138f416f8c32691a2d8bb
1312d27f4d2e264e7ea20cf7e76ea50d344c8dbe
/Appendix_1.py
9e5f1ec3aadb49c99140474a3c44efe2c2a088a1
[ "BSD-3-Clause" ]
permissive
haf001/Master-Thesis
33c1d5e2dbc0b4070fe849bf5321aca3b1afee55
67af51cf5e40135f1ce4f8d71218739188232eac
refs/heads/master
2020-05-20T05:19:29.947677
2019-06-12T09:20:46
2019-06-12T09:20:46
185,402,767
0
0
null
null
null
null
UTF-8
Python
false
false
6,273
py
from fenics import * import numpy as np from ufl import nabla_div import sympy as sym import matplotlib.pyplot as plt def solver(f, p_e, phi, K_val, mesh, degree): """ Solving the Darcy flow equation for a Unit Square Medium with Pressure Boundary Conditions. """ # Defining the function space V =...
[ "noreply@github.com" ]
haf001.noreply@github.com
ab0e5016475d187376e113b7f16bdf8f3b8390c3
70c724f693f5f097fa8dcc5ab4c76398fc753658
/examples/like_and_follow_your_last_media_likers.py
0872e03ff5f0a9a2901f41108fb862367088ebee
[ "Apache-2.0" ]
permissive
Plushkin/instabot
9e1354f5bdd5527c34682d1e845ab3d8a6ce4255
757724071e6925fff42a5148da95c24caa4ed248
refs/heads/master
2020-05-25T22:53:44.506154
2017-04-01T19:19:52
2017-04-01T19:19:52
84,976,210
2
0
null
2017-04-01T19:19:53
2017-03-14T17:09:13
Python
UTF-8
Python
false
false
1,158
py
""" instabot example Workflow: Like and follow likers of last medias from your timeline feed. """ import sys import os import time import random from tqdm import tqdm import argparse sys.path.append(os.path.join(sys.path[0], '../')) from instabot import Bot def like_and_follow(bot, user_id, nlikes=...
[ "ohl.d@yandex.ru" ]
ohl.d@yandex.ru
e372ef2a62d72abec5ba965d40ac64c52e42e1cd
6da9c8536378131cc28d6a9bbe2d1de7de70fbe8
/Hackerrank/_Contests/Project_Euler/Python/pe009.py
25a6197d9d0384d61e15f5053dfd1e8bf479f99c
[]
no_license
austinsonger/CodingChallenges
50f61330270cb6452715e6c28ae93b4595df6aa3
0cdc23fb909aa06a24294d923cedd37621e56a81
refs/heads/master
2021-04-30T13:21:36.111770
2019-07-16T18:49:02
2019-07-16T18:49:02
121,293,018
1
2
null
null
null
null
UTF-8
Python
false
false
596
py
''' Special Pythagorean triplet Problem 9 A Pythagorean triplet is a set of three natural numbers, a < b < c, for which, a^2 + b^2 = c^2 For example, 3^2 + 4^2 = 9 + 16 = 25 = 5^2. There exists exactly one Pythagorean triplet for which a + b + c = 1000. Find the product abc. ''' __author__ = 'SUN' if __name__ == '__...
[ "austinvernsonger@protonmail.com" ]
austinvernsonger@protonmail.com
7f53c10d5dbe029fa5168d836eba8d9522b3c2a5
b551729392b06176f1b56894cb693d7fd70663cf
/mydj/settings.py
1894bfb71c40159da9fc8b52c86c44f30137fa34
[]
no_license
deepak-arora92/Your-Opinion-Matters-Django-
0e3a11b6f26d4871e73b3878207435d3d0a88518
db7b0731633d4aa77702c29c8f04ce005f95c8bb
refs/heads/master
2022-10-21T21:28:59.171057
2016-03-27T17:46:59
2016-03-27T17:46:59
null
0
0
null
null
null
null
UTF-8
Python
false
false
2,282
py
""" Django settings for mydj project. For more information on this file, see https://docs.djangoproject.com/en/1.6/topics/settings/ For the full list of settings and their values, see https://docs.djangoproject.com/en/1.6/ref/settings/ """ # Build paths inside the project like this: os.path.join(BASE_DIR, ...) impor...
[ "divinedeepak92@gmail.com" ]
divinedeepak92@gmail.com
a0ae8a8d5136d9398c96bd27dc8e2194c614cea3
19a2431f8473e063fcac3e2c787a4b2ef3903f20
/qdtrack/models/roi_heads/track_heads/__init__.py
ce5fc1d664efc72a8e8f55c2cf18a98e1bb4984a
[ "Apache-2.0" ]
permissive
mageofboy/qdtrack
9374ceae6bfa7d6444674e003ad56f4853419bf8
3458dffffb9a075852bf9d480f88a8e6f70ba9bf
refs/heads/master
2023-07-22T17:33:44.516051
2021-07-17T03:55:12
2021-07-17T03:55:12
360,649,406
0
1
Apache-2.0
2021-08-18T20:34:58
2021-04-22T18:46:06
Python
UTF-8
Python
false
false
90
py
from .quasi_dense_embed_head import QuasiDenseEmbedHead __all__ = ['QuasiDenseEmbedHead']
[ "pangjiangmiao@gmail.com" ]
pangjiangmiao@gmail.com
3e887db0012fd95d348ed1d1b493cf4547ef7a32
26c8f5c0c29c50566209efdc7e05b6e7454d9e20
/solutions/40.Combination Sum II.py
77b3b414809466b79fb434f08a135f9576267283
[]
no_license
ZhiCheng0326/LeetCode-Practices
b47f1343db5b82693220ade4bf76ada0e79eba13
9ebffde8fdd1038a3e4b763f65e4b6ef58281e79
refs/heads/main
2023-08-24T05:25:24.423627
2021-10-02T11:14:50
2021-10-02T11:14:50
327,869,051
0
0
null
null
null
null
UTF-8
Python
false
false
1,000
py
class Solution: def combinationSum2(self, candidates: List[int], target: int) -> List[List[int]]: candidates.sort() ans = [] def backtrack(path, choices, cur_sum): for ind, c in enumerate(choices): # avoid duplicate answer if ind-1 >= 0 and choice...
[ "zhichenglee97@gmail.com" ]
zhichenglee97@gmail.com
36f451d7368c519828e012b9099415a08a28f862
21f05b45dbb43667007f3063d1a33082e122bec6
/src/NIMSU_Modules/Test/Test_SampFormCovariance.py
120d527539a69407c1ca020478af5c1b8c85254a
[]
no_license
DanAyres/NIMSU
6f328f4b98a5eb34277be347fa1a2bb331bd87f0
6fe378c73d25aa58951de75d50841864268d389b
refs/heads/master
2020-05-02T11:18:06.087070
2015-05-27T09:27:17
2015-05-27T09:27:17
34,388,261
0
0
null
null
null
null
UTF-8
Python
false
false
3,882
py
''' Created on 9 Feb 2015 @author: daniel ''' import unittest import numpy as np from NIMSU_Modules.SampFormCovariance import Exponential_kernel, Calculate_Covariance_Matrix, Form_Covariance_Matrix, PosDef from StringIO import StringIO #import sys class TestFormCovariance(unittest.TestCase): def testExpoKe...
[ "daiel@daiel-XPS-L421X" ]
daiel@daiel-XPS-L421X
0b0598fdad0660c69040b729f8d2a2816d4e62e3
b3db91714f9fcc4ebf3d41945d6f8247a747a2c5
/webapp/news/parsers/utils.py
c0ffc729f1414fc626345d45b45dfea1df697859
[]
no_license
Killarayne/petpj
54fdb3d21159c2446a2dea2ba4c029f7f32c53f5
e90b74bc00362b8ba32315fdd3e742130bc66426
refs/heads/main
2023-03-01T10:25:21.893944
2021-02-16T14:11:46
2021-02-16T14:11:46
339,421,349
0
0
null
null
null
null
UTF-8
Python
false
false
753
py
import requests from webapp.db import db from webapp.news.models import News def get_html(url): headers = { 'User-Agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 11_1_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.146 Safari/537.36'} try: result = requests.get(url, headers=headers)...
[ "saltykovnikson@gmail.com" ]
saltykovnikson@gmail.com
be7023cfd8e20ca8aa5c7262dc094051426d8610
2aace9bb170363e181eb7520e93def25f38dbe5c
/build/idea-sandbox/system/python_stubs/cache/935e39a6b43731383c8ecd4f86063224edc819ebd6d95bfabab328fca05f4912/cython_runtime.py
37c3804fcd8cb40135e6b055396f17c83e3f5186
[]
no_license
qkpqkp/PlagCheck
13cb66fd2b2caa2451690bb72a2634bdaa07f1e6
d229904674a5a6e46738179c7494488ca930045e
refs/heads/master
2023-05-28T15:06:08.723143
2021-06-09T05:36:34
2021-06-09T05:36:34
375,235,940
1
0
null
null
null
null
UTF-8
Python
false
false
278
py
# encoding: utf-8 # module cython_runtime # from C:\Users\Doly\Anaconda3\lib\site-packages\scipy\special\_ellip_harm_2.cp37-win_amd64.pyd # by generator 1.147 # no doc # no imports # Variables with simple values __loader__ = None __spec__ = None # no functions # no classes
[ "qinkunpeng2015@163.com" ]
qinkunpeng2015@163.com
2efa465be4837e8a72faa9a4b74dfac988eb9b4f
5cf33318ce43d5a7fbdecf33dc27bde2cca7fe10
/userlogin/models.py
e7c8d0ede2d7dffbea21e3880fcb576d0834ee89
[]
no_license
priyamkhandelwal/Conferenecesystem
19efca4b1f6b91e36e47d80326b8190a96217edd
af30ae0865c62a0455ad606d89f95b48144b1845
refs/heads/master
2020-12-25T16:47:36.484227
2017-03-16T12:46:24
2017-03-16T12:46:24
66,699,680
0
0
null
null
null
null
UTF-8
Python
false
false
673
py
from __future__ import unicode_literals from django.db import models from django.contrib.auth.models import User from conference.models import Conference # Create your models here. class ProfilePic(models.Model): picFile = models.FileField(upload_to='documents',default=None,null=True) class UserProfile(models.Mode...
[ "priyamkhandelwalbtp@gmail.com" ]
priyamkhandelwalbtp@gmail.com
3c7f3313ec6b47c8cae77a82be48002ac201189d
fb4e64ebc1dc66335f25eaa63bf602fdd9ebd817
/app/irsystem/models/helpers.py
701f17912f15e0b96143a68d7bc4659608586904
[]
no_license
mahin-mac568/Game-Recommender
bb90880d05dfb9ef41dc84f3982b07f8c1cc4c71
b3e5477b86646781fa22c7b9d8f903ea2ffe18af
refs/heads/main
2023-07-14T12:18:16.762938
2021-08-22T22:15:48
2021-08-22T22:15:48
398,303,133
0
0
null
null
null
null
UTF-8
Python
false
false
1,635
py
# Methods to compose HTTP response JSON from flask import jsonify import base64 import json import numpy as np def http_json(result, bool): result.update({ "success": bool }) return jsonify(result) def http_resource(result, name, bool=True): resp = { "data": { name : result }} return http_json(resp, bool) def...
[ "mac568@cornell.edu" ]
mac568@cornell.edu
8c2b4fefc56bf8e29cff3454b03aa8d303777d83
c5a7d354d9282ed0b37cbf5f990a84a3d5a64436
/web-src/accounts/views.py
6eb5e1eb145ff49f5f168fd2827fa20f4a265c1b
[]
no_license
harshwall/Notebook
5bb13b50d3314db417b19c99ca73ff778d3b9d92
23089a3bc6d4db2c21102b01c841c293dceb92ef
refs/heads/master
2020-04-18T02:10:08.143243
2019-01-20T20:10:57
2019-01-20T20:10:57
null
0
0
null
null
null
null
UTF-8
Python
false
false
4,285
py
from django.shortcuts import render, redirect from django.views.generic import TemplateView, View from django.contrib.auth import authenticate, login, logout, get_user_model from django.utils.html import strip_tags from django.contrib import messages from django.core.validators import validate_email from django.shortcu...
[ "rohitraazanand567@gmail.com" ]
rohitraazanand567@gmail.com
b0128b5d3d809a337ac36802f9c7f3f42460b449
8fd303230f4dbc5df510090a6d76b81488b4b76e
/image_service/appengine_version/__init__.py
58ddf3ffb3c4f8c35d4301e782f7472ec60d5461
[]
no_license
ferronrsmith/flask_projects
d1a2744b2501b26531ddbc686a4630a28ed3c514
4267834bf4596cf8b8a83b9ba9cbd2daa6121a72
refs/heads/master
2020-06-05T15:36:40.939652
2015-04-02T05:28:56
2015-04-02T05:28:56
3,476,470
0
0
null
null
null
null
UTF-8
Python
false
false
145
py
""" Initialize Flask app """ from flask import Flask app = Flask('application') app.config.from_object('application.settings') import views
[ "ferronrsmith@gmail.com" ]
ferronrsmith@gmail.com
6f819961c414aac55a990e2f55d591fa7021693d
ffd6bc549caad10ee99ed20a13b0dac51393f24a
/audioTrackExtractor/downloader/downloader.py
fff7a0bb5dc4cf817bbd645d3a8eadbac55da9a6
[]
no_license
giovaninppc/MC030
52a579290e0dcd1d28744f9ac98f49a8857ae275
382a60e330f1cdbb82fa8648029fa410db6a5cf5
refs/heads/master
2022-12-14T19:53:49.604330
2022-09-13T16:53:12
2022-09-13T16:53:12
208,359,198
2
0
null
2022-12-11T08:42:36
2019-09-13T22:56:44
Python
UTF-8
Python
false
false
539
py
import sys from pytube import YouTube class PytubeDownloader(): def downloadVideo(self, url: str, outputFilename = 'temp'): yt = YouTube(url) print(yt) streams = yt.streams # Select mp4 stream stream = streams.filter(mime_type = 'video/mp4').first() stream.download...
[ "giovani.x.pereira@gmail.com" ]
giovani.x.pereira@gmail.com
22e2e2406a80d650dca9e60eae4d61b3a850429a
a3d40bd366ea747c76bd8bd40d3a3bdfe617088c
/code for call records.py
d6a1b4c773fc0dde664948c096ff5f65bca49bde
[]
no_license
sshchan/gshdata
258033f77b946f10a5c2c865f25317592d1934eb
c217249d432936b7b3ad92b4600db242f3e9bf64
refs/heads/master
2020-05-05T04:56:52.367318
2019-04-05T18:16:03
2019-04-05T18:16:03
179,731,557
0
0
null
null
null
null
UTF-8
Python
false
false
1,859
py
# -*- coding: utf-8 -*- """ Created on Thu Apr 4 14:31:43 2019 @author: user """ # #import xlrd # #d = {} #callLogsRec = xlrd.open_workbook('/C:/Users/user/AppData/Local/Temp/Temp1_GSH_19MAR2019.zip/FOR_UNCLASS/Phones (PARSED)/GSH_CallLogs.csv') #callLogsexcel = callLogsRec.sheet_by_index(2) #for i in ...
[ "noreply@github.com" ]
sshchan.noreply@github.com
cf33a939113ba50e04343dea146fe5038258eddf
67a5295569a0810ae8e7082d661fce5d37b02cf9
/listas2.py
29e892186ad578936b01764a1c9156a7c4626792
[]
no_license
thiagoabreu93/ed-not-2021-2
e4b6ca8a42a0b464ad73de5555e2ccda825ca875
4b4b3e077c0cf86ed564b502f69854205cbc7ac2
refs/heads/master
2023-07-16T03:24:06.627160
2021-09-02T23:29:04
2021-09-02T23:29:04
391,197,856
1
0
null
null
null
null
UTF-8
Python
false
false
684
py
# range(): gera uma faixa de números # range() com 1 argumento: gera uma lista de números # que vai de zero até argumento - 1 for i in range(10): print(i) print('------------------------') # range() com 2 argumentos: gera uma lista de números começando pelo primeiro argumento (inclusive) até o segundo argumento...
[ "thiago.abreu3@fatec.sp.gov.br" ]
thiago.abreu3@fatec.sp.gov.br
097c22b3ba2d42fc913c97b1d532bd33763b4d2f
96325a6b827816f2bdf800d5357e4edd11c9ec23
/py_files/dataregister.py
5527e7db0810941700c72d15eeb68d359ade42c0
[]
no_license
prakirt/Multicycle_RISC_Processor
24c60c865a4f434737022ec10d69270755f9e9ff
c4394aa9ceb0e60873429f8715e87ff06e42358f
refs/heads/master
2021-06-09T15:25:21.415963
2016-12-05T16:41:26
2016-12-05T16:41:26
null
0
0
null
null
null
null
UTF-8
Python
false
false
317
py
#import math file_de = open("tracefile_dataregister.txt", "w") k=0 d = 0 for i in xrange(0,2**10): k = 1-k file_de.write('{0:01b}'.format(k)) file_de.write(' ') file_de.write('{0:016b}'.format(i)) file_de.write(' ') file_de.write('{0:016b}'.format(d)) file_de.write("\n") if k==1 : d = i file_de.close()
[ "prakirt2203@gmail.com" ]
prakirt2203@gmail.com
63b3181bdc60301fadd00b58d77e60a6de34be81
5805ef6884e64d715d71a495f6295b317bcb545c
/007.py
8b23fd87158641054a1e995a081099c41e25f035
[]
no_license
simonhessner/projecteuler
9fac0a91b3f30809353bf45850391d916d413ca2
3b734a2b6f7f503909cce9528305afa275e53252
refs/heads/master
2021-09-07T23:48:51.228556
2018-03-03T15:14:51
2018-03-03T15:14:51
113,055,169
0
0
null
null
null
null
UTF-8
Python
false
false
466
py
#!/usr/bin/python3 # https://projecteuler.net/problem=7 import math def primes(number): while True: if is_prime(number): yield number number += 1 def is_prime(number): if number == 2: return True if number == 1 or number % 2 == 0: return False for div in range(3, int(math.sqrt(number)+1), 2): #skip...
[ "uldci@student.kit.edu" ]
uldci@student.kit.edu
cb8c2b2d2312bb6962eeed0a36a04d06b423f648
a12b4bd6176ab2a9bf84c919d5cdbed7e8e42a20
/shared/common_response.py
fdafb69c8f517c3bd2674420cc0b9e5e79647e77
[]
no_license
tsrnd/dp-world-tour
b3f82dde21faf2fa3a0cc9bd8cca23994e70b4c7
9fd8d4e9c40aa372bf89db05f82cf28043e9020e
refs/heads/master
2020-04-15T20:14:21.659086
2019-02-15T06:46:44
2019-02-15T06:46:44
164,984,114
0
0
null
2019-02-20T04:36:34
2019-01-10T03:37:38
JavaScript
UTF-8
Python
false
false
298
py
ValidateResponse = { "message": "validation error", "fields": "", } NotFoundResponse = { "message": "404 Not Found", } InternalResponse = { "message": "Internal server response", } ForbiddenResponse = { "message": "You have not permission to access this content currently" }
[ "hung.nguyen@asiantech.vn" ]
hung.nguyen@asiantech.vn
8f0eee98f1cd65697147e3212963288dfcc6e789
9a32e96b5acdbed92b5a2b6eb556b9c92c0764fa
/exercises/exercise 5b.py
5bcfb610bb022d839ccf050d46fef253e35ae892
[]
no_license
emailman/Simulator_3
40d3374a7b70e46d56a7f8a5fd4b028e86acf168
5aa42297d9ee533ac1eb79214b2055ee4762a641
refs/heads/master
2020-09-22T05:30:25.518192
2020-02-15T16:00:43
2020-02-15T16:00:43
225,067,717
1
0
null
null
null
null
UTF-8
Python
false
false
594
py
from exercises.simulator import GuiApp class MyUserApp(GuiApp): ALL_LIGHTS = ['red', 'yellow', 'green', 'blue'] def once(self): # Set things up here to run once self.change_title('Turn on the light corresponding to the button clicked') self.change_message('By Eric') def loop(self...
[ "emailman@dtcc.edu" ]
emailman@dtcc.edu
47bc571dda56b8ddb2b1676d90162a28af5f65d2
8401f24efc2f55c92322872a3c2e739311fb3b9b
/Homework3_2/Homework3/dependencyRNN.py
be41fcd426ca07533381a17db8522fbae25c1406
[]
no_license
sloanchoi1124/nlp_stuff
dda16236e595c0cf6ce716e0e7284545505e8abf
42c82f17a1bacb8b2b64c39ee149c6025719513d
refs/heads/master
2021-01-19T18:51:02.939983
2017-04-16T01:55:49
2017-04-16T01:55:49
88,384,746
0
0
null
null
null
null
UTF-8
Python
false
false
9,962
py
import json from math import sqrt from collections import OrderedDict, defaultdict import theano import theano.tensor as T import numpy as np from adagrad import Adagrad class DependencyRNN: ''' class for dependency RNN for QANTA ''' def __init__(self, d, V, r, answer_idxs, embeddings=None, seed=0)...
[ "xc2315@barnard.edu" ]
xc2315@barnard.edu
67f5c55631f312db567588bced798fff06c0dce3
dbdc5835bd2e7c5dd924f35cdf4f66962ff2d59f
/Section-2/Simple_Linear_Regression/venv/bin/rst2html4.py
78fc2e656b9c52a7d0a1f0b488d9c2f0fb9f47bf
[]
no_license
nikhilkumar9687/ML_code_in_Python
cdf0aafbb04b93bcefedd1350a5fe346c16ba147
692a43913113a6220aa6a909d83324e479757082
refs/heads/master
2022-10-06T12:58:36.029058
2020-06-08T20:25:19
2020-06-08T20:25:19
266,406,950
0
0
null
null
null
null
UTF-8
Python
false
false
819
py
#!/home/nikhil/Desktop/Machine+Learning+A-Z+(Codes+and+Datasets)/My_Code/Section-2/Simple_Linear_Regression/venv/bin/python # $Id: rst2html4.py 7994 2016-12-10 17:41:45Z milde $ # Author: David Goodger <goodger@python.org> # Copyright: This module has been placed in the public domain. """ A minimal front end to the D...
[ "kumar.nikhil9687@gmail.com" ]
kumar.nikhil9687@gmail.com
28e9be7467b749a9f75b1304978786d2c3f3c9d7
756f1c2c014b928c57fc2001347abbb1f104b696
/python/marvin/core/caching_query.py
6c09ef2b321a6d4aef280f971b2724df5f7a9921
[ "BSD-3-Clause" ]
permissive
sdss/marvin
ebe1e5325ed20fb46324ae6529bcc9acc220bd10
db4c536a65fb2f16fee05a4f34996a7fd35f0527
refs/heads/main
2022-11-08T23:16:00.622114
2022-11-02T15:25:53
2022-11-02T15:25:53
71,501,855
56
40
BSD-3-Clause
2022-08-11T13:16:21
2016-10-20T20:30:15
Python
UTF-8
Python
false
false
9,153
py
#!/usr/bin/env python # encoding: utf-8 """caching_query.py Represent functions and classes which allow the usage of Dogpile caching with SQLAlchemy. Introduces a query option called FromCache. The three new concepts introduced here are: * CachingQuery - a Query subclass that caches and retrieves results in/fro...
[ "havok2063@hotmail.com" ]
havok2063@hotmail.com
0d0979c507b6b380600c8f95dd37891c078b1b19
228604664db2a8c12ed08c7aee68e1e957d9ebaa
/Pętle.py
ad2e74c91d93ccd4ed5832cd86534b1407e0803b
[]
no_license
Dqvvidq/Nauka
83767b08481f8e765a8d2a2bb46f30a7a903739e
a65da42b9ec422c30ebc6d1a422559d8de360fe3
refs/heads/main
2023-01-20T05:42:33.936406
2020-11-29T22:10:10
2020-11-29T22:10:10
310,408,412
0
0
null
null
null
null
UTF-8
Python
false
false
2,329
py
#petle for name = "Ted" for litera in name: print(litera) #pętla for w liscie list = ["banan", "chleb", "Vuda", "mleko"] for lista in list: print(lista) #petla for w krotce kroteczka = ("Masło", True, False, 101) for krotka in kroteczka: print(krotka) #petla for w slowniku (wyswi...
[ "noreply@github.com" ]
Dqvvidq.noreply@github.com
87484608d3e765293a94a2c87f82b381dcf74eb5
19e898ab83801d32c732d191d30db61c785342ad
/tweetSearch.py
a4d62222af1eb53a4ea200f49e0c16cec4075768
[]
no_license
rchen27/htechLab4
5c1b80c12ab260d3f5453d44d48ee51a3260f3f6
7fb7c93784efe5cf6c34b00189052f2d57448d74
refs/heads/master
2021-01-10T05:03:55.865590
2016-01-21T18:18:14
2016-01-21T18:18:14
47,301,984
0
0
null
null
null
null
UTF-8
Python
false
false
748
py
from TwitterSearch import * try: tso = TwitterSearchOrder() #tso.set_keywords(['suffering', 'depression', 'I', 'my']) tso.set_keywords(['the', 'a']) tso.set_language('en') tso.set_include_entities(False) ts = TwitterSearch( consumer_key = '1kj4GBRevJITV4S40kLXGHVG2', cons...
[ "rc554@cornell.edu" ]
rc554@cornell.edu
7953cb9444df85fce62f70ac70bc0aeea294fb21
f5e9f3f69094da603a5197824b6da894d79726fa
/thorlabs/spectrometer/CCS.py
2e1be7add39f2b442be6fcf07b6ea5f143171fe2
[]
no_license
7joseph/pylabinstrument
5c57225ab819417d28c8081cfef6578b975236f8
154240ce5ab4337129c7b118a32d97f2d080a46e
refs/heads/master
2023-01-19T23:24:20.606216
2020-11-27T18:16:26
2020-11-27T18:16:26
null
0
0
null
null
null
null
UTF-8
Python
false
false
4,761
py
from ctypes import ( byref ) import ctypes from ...ctools import _visa_enum as enum from .tools import _TLCCS_wrapper as K from ..templates.VisaObject import VisaObject from visa import constants as vicons from time import sleep import numpy as np SCANNING = 1 PIX_NUM = 3648 class CCS(VisaObject): def __init__(s...
[ "psk.light@gmail.com" ]
psk.light@gmail.com
0220d3837c405599a30e3ed23a1e342c7630735f
ee3e2a327a70a2800c8d2d54b5aaa1bb14e2d61f
/hc/blog/models.py
c021d9283012bab9a4ed9b2109d061240dbca7b5
[ "BSD-3-Clause" ]
permissive
skapeyi/healthchecks
bdb1b693df1060391e633bc3e0b38e417bdaf89b
286baa0e1b7a3ecf554c8785c4aa3dd77a9d9a4d
refs/heads/master
2020-03-18T22:56:26.854718
2018-06-05T06:39:13
2018-06-05T06:39:13
135,373,769
0
0
null
2018-05-30T01:54:13
2018-05-30T01:54:13
null
UTF-8
Python
false
false
1,092
py
from __future__ import unicode_literals from django.db import models from django.contrib.auth.models import User from django.db.models import permalink class Category(models.Model): title = models.CharField(max_length=100) slug = models.SlugField(max_length=100) def __str__(self): return self.tit...
[ "skapeyi@bitbucket.org" ]
skapeyi@bitbucket.org
e86009b41457fd75b15ddc6028526a9d5f76d72b
53271a00951b50fe33daf1cdd6e3f8eaa3c50cee
/Database2.py
728cc6c97994f72a55111353b6f608a9aefc24e2
[]
no_license
shohagrana64/cse716-ddbms-project
29139a361331bb997fa1cb6efa1a863a2d7d51f6
5726cdd5e68c707e1c8fd4051e18f3a93e586380
refs/heads/main
2023-08-03T12:14:39.324121
2021-09-25T17:10:48
2021-09-25T17:10:48
410,208,855
0
0
null
null
null
null
UTF-8
Python
false
false
538
py
import sqlite3 conn = sqlite3.connect('database2_new.db') c = conn.cursor() print("Connection Opnend!") print("reading commands!\n\n") fd = open('database_latest.sql', 'r') sqlFile = fd.read() fd.close() # all SQL commands (split on ';') sqlCommands = sqlFile.split(';') # Execute every command from the input file ...
[ "shohagrana64@gmail.com" ]
shohagrana64@gmail.com
8ec13516a554596ee1f695900c29653ca4ca824a
76c3d64fc39112fb78b14e381b7df39741534e69
/reviews/migrations/0003_auto_20210122_1432.py
eef2ccf58ab56204b7978815bd58296e780990f0
[]
no_license
MunnazzahAslam/newsreel
1c10d78dfa4465aad08a71c0ec88f905c59b05ae
43bfc524ba08675363b2a0db9788827ad9e2cfe6
refs/heads/main
2023-03-30T16:18:43.330509
2021-04-07T19:43:07
2021-04-07T19:43:07
355,568,793
0
0
null
null
null
null
UTF-8
Python
false
false
722
py
# Generated by Django 3.1.5 on 2021-01-22 14:32 from django.conf import settings from django.db import migrations, models class Migration(migrations.Migration): dependencies = [ migrations.swappable_dependency(settings.AUTH_USER_MODEL), ('reviews', '0002_review_rating'), ] operations = ...
[ "aslammunnazzah@gmail.com" ]
aslammunnazzah@gmail.com
246b0476cf8c2531744051a05c4b6a1b6a94b575
71969e3559d93efbd560265db5264b1d93ddaaa2
/LSpider/urls.py
9206fa2394bfa78e8e9f921e98893e22ef2bdb57
[ "MIT" ]
permissive
morole/LSpider
e3cc28c4afd060325d12a622c587cb45841a6e6d
1dcdd820a8c0520cc8b3c851a5ba7bd06fcbf2f8
refs/heads/master
2023-06-20T21:58:43.979326
2021-08-02T02:36:45
2021-08-02T02:36:45
null
0
0
null
null
null
null
UTF-8
Python
false
false
813
py
"""LSpider URL Configuration The `urlpatterns` list routes URLs to views. For more information please see: https://docs.djangoproject.com/en/1.11/topics/http/urls/ Examples: Function views 1. Add an import: from my_app import views 2. Add a URL to urlpatterns: url(r'^$', views.home, name='home') Class-ba...
[ "lorexxar@gmail.com" ]
lorexxar@gmail.com
30778759c840d8ed1e486027a1193056053b1267
8c3af416370dca5d7b464b486b535e4fdd205ff2
/pygraphviz/__init__.py
a807801fc9916b7f2f1c649a0d66c69b237194f2
[ "LicenseRef-scancode-unknown-license-reference", "BSD-3-Clause" ]
permissive
arruda/pygraphviz
7518823737fc532d898d43bf71c26a7a5cb8c4bf
8e448527ff9b1df79c5c42e353f19d056797d9bc
refs/heads/master
2016-08-03T12:19:48.122491
2011-07-31T22:03:57
2011-07-31T22:03:57
2,175,550
3
2
null
null
null
null
UTF-8
Python
false
false
1,809
py
""" A Python wrapper for the graphviz Agraph data structure. Quick example:: >>> from pygraphviz import * >>> G=AGraph() >>> G.add_node('a') >>> G.add_edge('b','c') >>> print G # doctest: +SKIP strict graph { a; b -- c; } <BLANKLINE> See pygraphviz.AGraph for detailed documentation. """ # Copyright (C)...
[ "aric@3ed01bd8-26fb-0310-9e4c-ca1a4053419f" ]
aric@3ed01bd8-26fb-0310-9e4c-ca1a4053419f
6b8edfa952b17f7a238eef9bfbc6a14d6c47eec1
1a19dac76dc82d4de3e6fb95b7cf84478dd41ad9
/accounts/migrations/0004_remove_profile_status.py
224a1ad816d867c6058e184b0d339655d6828888
[]
no_license
Kambaulaya1234/inventory
c5715dcc1af1820797b67ecb0d7c167b491bd87a
8c244be36a49433fd9cecae5eb36682881d33978
refs/heads/main
2023-04-19T21:43:33.609816
2021-05-06T05:43:21
2021-05-06T05:43:21
364,646,910
0
0
null
null
null
null
UTF-8
Python
false
false
330
py
# Generated by Django 3.0.5 on 2020-04-24 12:44 from django.db import migrations class Migration(migrations.Migration): dependencies = [ ('accounts', '0003_auto_20200424_0930'), ] operations = [ migrations.RemoveField( model_name='profile', name='status', ...
[ "mwaluandagaspa@gmail.com" ]
mwaluandagaspa@gmail.com
d5e93ff63e27e52cc36be5db20e4b14098d39c90
0be496ab33e732c8e25557a6fadba70b305d90b9
/Task_Four/Ques6.py
aa2c48c3d16395664e1631cd0ce38df4fead0126
[]
no_license
DharaTandel/Python
a7bbd7a4794b2c7e844de3127fa2ea5e9321e99c
a33d8237817e63ad1fe4f1f9579de16f0a8c984e
refs/heads/main
2023-03-30T00:40:41.921856
2021-03-29T00:15:19
2021-03-29T00:15:19
null
0
0
null
null
null
null
UTF-8
Python
false
false
84
py
def Sum(a,b): S= int(a)+int(b) return S x="10" y="20" print(Sum(x,y))
[ "noreply@github.com" ]
DharaTandel.noreply@github.com
aa7bdd53cc66e167cb8bf02a2be09310a99dd9f7
3c7ece5a516bd79c0ca8a5ecb2722119ed8f4dc9
/Lesson_19_django2/pizza_project_ETALON/env/Scripts/django-admin.py
fecee6cf6ca80854173cead8c151345dbdae093a
[]
no_license
Bariss77/Lesson_PYTHON
7340b2a4f8f43090b5bd8f0469230c53e9eaf306
c90c88e13701a950d0f777858149f9bbdf9f1f9a
refs/heads/master
2020-04-08T19:19:41.598888
2018-12-01T20:47:01
2018-12-01T20:47:01
158,188,824
0
0
null
null
null
null
UTF-8
Python
false
false
168
py
#!c:\users\boris\desktop\pizza_project\env\scripts\python.exe from django.core import management if __name__ == "__main__": management.execute_from_command_line()
[ "37667717+Bariss77@users.noreply.github.com" ]
37667717+Bariss77@users.noreply.github.com
2de2010bec76a55f68fd7df8729f7d83ce87a3ea
fe8360d9284d8156cd557d3a757645c11849cdd9
/models/address.py
3c11b1443ea2136894676b06698d4e57f8b4cd02
[]
no_license
hvanreenen/fhir-rest-server
5a1a5bcb9a3477d9f9d133c263f61ba202db5741
36ae55706aba0fdfcf084dbb24bd8c73929b3e0f
refs/heads/master
2021-01-10T23:45:06.793874
2016-10-20T09:57:04
2016-10-20T09:57:04
70,390,390
0
0
null
null
null
null
UTF-8
Python
false
false
2,973
py
#!/usr/bin/env python # -*- coding: utf-8 -*- # # Generated from FHIR 1.0.2.7202 (http://hl7.org/fhir/StructureDefinition/Address) on 2016-10-07. # 2016, SMART Health IT. from . import element class Address(element.Element): """ A postal address. There is a variety of postal address formats defined ar...
[ "henk-jan.van.reenen@nlhealthcareclinics.com" ]
henk-jan.van.reenen@nlhealthcareclinics.com
e36f731f026dc6e0c20ae3cf067138808c6531d2
4bd1f3407a7b9d456034f62b71354d94778b7f54
/plots_regression.py
ec256e9fc1e4149d5600c0487a77a24ed14ea7cb
[]
no_license
mgmrussell/applied-ai-msc
f2287efc51e80cb5d2a335133b60088c39859d47
31f6b3add6fa6cb31af737cafc451f146cc23445
refs/heads/main
2023-08-16T03:23:37.334422
2021-09-17T12:14:28
2021-09-17T12:14:28
407,523,393
0
0
null
null
null
null
UTF-8
Python
false
false
9,076
py
from matplotlib.colors import ListedColormap import matplotlib.pyplot as plt import numpy as np import seaborn as sns import pandas as pd from scipy import stats import constant import numpy as np def initialize_data(): result_df = pd.read_csv('reg_result0p2.csv') std = pd.read_csv('reg_data_y_std.csv') s...
[ "noreply@github.com" ]
mgmrussell.noreply@github.com
26b88be88e55b48918a20c0c1005f2cb756ce5e6
b23a50e14a7b13b58a04c34f54e9438fa1d0a877
/code/JobAdmin/Job/migrations/0009_auto_20210415_1010.py
59e1fd3fb500bd28a10cbcf8ff7146eeb6de6eda
[]
no_license
IamZY/StudentJobAdmin
648bf3e9160b888b0b2349c8724ea43d1b69c53c
60fc509a48d0fd49afb44ba3fbb796a33ed4aa5b
refs/heads/master
2023-05-02T13:07:18.879989
2021-05-24T00:33:09
2021-05-24T00:33:09
367,892,392
3
0
null
null
null
null
UTF-8
Python
false
false
523
py
# Generated by Django 3.1.7 on 2021-04-15 02:10 from django.db import migrations, models class Migration(migrations.Migration): dependencies = [ ('Job', '0008_resume'), ] operations = [ migrations.AddField( model_name='resume', name='name', field=mode...
[ "562018301@qq.com" ]
562018301@qq.com
33ada4e6e7d04902f90c47195ed200e4fd0537b1
7700871499bc3796f188a16948481b7d467094d0
/src/wsgi.py
4d1f6be01fca31755c2436d8ac9681d109f7581e
[]
no_license
jasonjets/mpulse
68995dbcb52984675d31a117b2b6726475b40457
1eba3a83ee073da8b3d4a2df61402fc591c73975
refs/heads/main
2023-02-16T04:47:48.340054
2021-01-03T19:31:39
2021-01-03T19:31:39
307,150,250
1
0
null
null
null
null
UTF-8
Python
false
false
327
py
import os from django.core.wsgi import get_wsgi_application os.environ.setdefault("DJANGO_SETTINGS_MODULE", "src.settings") application = get_wsgi_application() import os from django.core.wsgi import get_wsgi_application os.environ.setdefault('DJANGO_SETTINGS_MODULE', 'src.settings') application = get_wsgi_applic...
[ "bettsjason@outlook.com" ]
bettsjason@outlook.com