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
ddb356445bf02c7df3723d467bc763ca2c73ba9e
41f81d8496262182c73e855e9d3d4fcee8dc659d
/emailSpammer/spam.py
c607dec4db5b686b1519479c207a8685ce7e851c
[]
no_license
ishank-dev/MyPythonScripts
5e372bf829941e3db5746cc32cdaf2fddb33f0a8
a50e17f0a5bd45b8086e429abff3d9a1d42286d5
refs/heads/master
2021-07-11T09:41:15.994267
2019-10-14T16:38:25
2019-10-14T16:38:25
209,132,738
1
4
null
2020-10-14T14:21:45
2019-09-17T18:50:19
Python
UTF-8
Python
false
false
395
py
import smtplib for i in range(0,5) conn = smtplib.SMTP('smtp.gmail.com',587)# connect to gmail conn.ehlo() conn.starttls() conn.login('your_email','your_password') # write your email and password for the gmail account conn.sendmail('your_email','recipient_address','Subject: Write email subject here\n\n Write the ...
[ "noreply@github.com" ]
ishank-dev.noreply@github.com
1e07bbeff0fb13fa145c80101d396935d33a0423
6b14d9a64a578239e5612e6098320b61b45c08d9
/AUG14/04.py
27bec86f2774038bbdffc335d52b45f500521bfc
[ "MIT" ]
permissive
Razdeep/PythonSnippets
498c403140fec33ee2f0dd84801738f1256ee9dd
76f9313894f511c487a99bc38bdf0fe5e594caf5
refs/heads/master
2020-03-26T08:56:23.067022
2018-11-26T05:36:36
2018-11-26T05:36:36
144,726,845
0
0
null
null
null
null
UTF-8
Python
false
false
67
py
# String slicing test='Hello world' print(test[1:5]) print(test[6])
[ "rrajdeeproychowdhury@gmail.com" ]
rrajdeeproychowdhury@gmail.com
c1fda1a470ad681c3a1a16d4e839b87151b19b33
6f6d215a4f0a1c30eeb5a08c8a36016fc351998a
/zcls/model/recognizers/resnet/torchvision_resnet.py
040bc44da6892b30585f415d6130a4b2fe65cecc
[ "Apache-2.0" ]
permissive
Quebradawill/ZCls
ef9db2b54fbee17802f3342752e3d4fe4ef9d2c5
ade3dc7fd23584b7ba597f24ec19c02ae847673e
refs/heads/master
2023-04-15T23:25:18.195089
2021-04-29T07:05:46
2021-04-29T07:05:46
null
0
0
null
null
null
null
UTF-8
Python
false
false
3,125
py
# -*- coding: utf-8 -*- """ @date: 2021/2/20 上午10:28 @file: torchvision_resnet.py @author: zj @description: """ from abc import ABC import torch.nn as nn from torch.nn.modules.module import T from torchvision.models.resnet import resnet18, resnet50, resnext50_32x4d from zcls.config.key_word import KEY_OUTPUT from ...
[ "wy163zhuj@163.com" ]
wy163zhuj@163.com
092077973ed26e56e12866dd0b199df990ac44cf
c56268db8a4e08a705209142a6c171cd0f9aa7cc
/local_app/models.py
74d009980834f60502c75147e84d6b2082fa967a
[]
no_license
nguyenl1/local-app
e46b6e2e1ebb5fc799c5bf4b90e95782e6a327d9
434a7f16670f9afb560355e1035fe78ec16b2eb0
refs/heads/master
2022-11-12T06:56:21.332008
2020-07-03T16:14:40
2020-07-03T16:14:40
270,892,971
0
0
null
2020-07-03T16:14:41
2020-06-09T03:23:05
HTML
UTF-8
Python
false
false
1,678
py
from django.db import models from django.conf import settings from django.utils import timezone from django.contrib.auth import get_user_model import cloudinary import cloudinary.uploader import cloudinary.api from multiselectfield import MultiSelectField class SavedPin(models.Model): user = models.ForeignKey(get_...
[ "lynnthuynguyen@yahoo.com" ]
lynnthuynguyen@yahoo.com
11b7e3689c9e441e4675a957d33afa8bb29e075b
0c4fe6a4ada54cda0f5116e9fee31f133a2ca687
/common/logger.py
dadeaf23c5addb75052fd305ecaa9c17e8709ab5
[]
no_license
march-saber/python_aixunshouzhu_api
029f26470418abd5585a5593bf3addc01f83285e
49e57cbfe9ca7055fa05e9d98c439617ae486067
refs/heads/master
2020-05-28T09:46:53.418636
2019-06-03T12:12:47
2019-06-03T12:12:47
188,961,078
0
0
null
null
null
null
UTF-8
Python
false
false
1,257
py
import logging from common import contants from common.config import config def get_logger(name): logger = logging.getLogger(name) #建立一个日志收集器 logger.setLevel("DEBUG") #设定日志收集级别 fmt = "%(name)s - %(levelname)s - %(asctime)s - %(message)s - [%(filename)s:%(lineno)d]" formatter = logging.Formatter(fm...
[ "1162869224@qq.com" ]
1162869224@qq.com
a5ec4c22e8526a56d17ae4d199df63900a4fd74c
7dfe37c9b4cb8512a49bb7abe6311b553e229fc5
/src/utils/clases/metodos_strings.py
44eb6a68120721b812795a4f6c0db7457ef5fb16
[]
no_license
ArmandoBerlanga/python_playground
7e28c992bd9934f4b72a58f076c2b3f39137951a
4ee243e3d4a02667a8ed05fc526e5373a118e0d9
refs/heads/main
2023-04-05T12:37:11.478937
2021-03-31T00:43:30
2021-03-31T00:43:30
349,169,416
0
0
null
null
null
null
UTF-8
Python
false
false
2,871
py
# Programa creado por José Armando Berlanga Mendoza # Creado el 17 de febrero de 2021 # Descripción: ejercicio sobre recursividad def voltear_palabra (s): # metodo para voltear una palabra u oracion completamente l = len(s) if (l == 0): return "" else: return s[l-1:] + voltear_palabra (s[0:...
[ "Jose.berlangam@udem.edu" ]
Jose.berlangam@udem.edu
a1afae0b9a14f320f59826b7a6e3c27d9d04847f
bddcad1331e2ea68d2ffc7e3f0478d8776fea5d8
/Administratie/Literatuurstudie/bijlagen/convert.py
3321a9340e1be75db22d68de619847b73eb22cbe
[]
no_license
4ilo/masterproef
693b9123e7e3fa64ef50960581d64f5116f8b045
c5ad81cee83b354262b2dc9d0dced0cbcf0c2f66
refs/heads/master
2020-03-31T08:44:10.246829
2019-06-24T08:56:32
2019-06-24T08:56:32
152,070,317
0
0
null
null
null
null
UTF-8
Python
false
false
1,548
py
import xml.etree.ElementTree as ET import argparse import os parser = argparse.ArgumentParser() parser.add_argument("file") args = parser.parse_args() classes = [] def getLabels(root): labels = root.find('task').find('labels') for label in labels: classes.append(label.find('name').text) with o...
[ "oliviervandeneede@hotmail.com" ]
oliviervandeneede@hotmail.com
8d07ce4171b2bea29faab046161815234799f885
a0cefb1cd11b85b34c5ed58e44d087981541111b
/run_tests.py
57157de5d2632d35069de435665c2e90b130f08e
[]
no_license
diogo-aos/masters_final
732e436e74bbc7d24756fb10f96d0d39656212e7
93ae6b71d7d7d9dade0059facfe2bd5162c673da
refs/heads/master
2021-01-18T15:36:58.263599
2017-03-30T05:11:18
2017-03-30T05:11:18
86,661,794
2
0
null
null
null
null
UTF-8
Python
false
false
329
py
import unittest import tests.test_scan as tscan import tests.test_boruvka as tboruvka scan_suite = unittest.TestLoader().loadTestsFromModule(tscan) boruvka_suite = unittest.TestLoader().loadTestsFromModule(tboruvka) # unittest.TextTestRunner(verbosity=2).run(scan_suite) unittest.TextTestRunner(verbosity=2).run(boruvk...
[ "dasilva@academiafa.edu.pt" ]
dasilva@academiafa.edu.pt
5c03758b507d6d0764e0ee096e04ba7048e30035
da9b9f75a693d17102be45b88efc212ca6da4085
/sdk/cosmos/azure-cosmos/azure/cosmos/container.py
73441d19f5abd428087ba295d4936b854400a8c0
[ "MIT", "LicenseRef-scancode-generic-cla" ]
permissive
elraikhm/azure-sdk-for-python
e1f57b2b4d8cc196fb04eb83d81022f50ff63db7
dcb6fdd18b0d8e0f1d7b34fdf82b27a90ee8eafc
refs/heads/master
2021-06-21T22:01:37.063647
2021-05-21T23:43:56
2021-05-21T23:43:56
216,855,069
0
0
MIT
2019-10-22T16:05:03
2019-10-22T16:05:02
null
UTF-8
Python
false
false
35,017
py
# The MIT License (MIT) # Copyright (c) 2014 Microsoft Corporation # 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...
[ "noreply@github.com" ]
elraikhm.noreply@github.com
8767b568baa843c144fcb45fc3930190b3aebe10
ef270274b87c2500485a992a798606e139c120ff
/blog/migrations/0001_initial.py
97261cf246c533caf63cae32a13a047a7610147d
[]
no_license
chvbrr/my-first-blog
e05e517a57c84ca99b176816486488462531d11e
ecca64473048220442f35a4d27c7d1ea6697c15b
refs/heads/master
2021-01-10T13:43:27.209037
2016-01-31T14:29:54
2016-01-31T14:29:54
50,764,703
0
0
null
null
null
null
UTF-8
Python
false
false
1,109
py
# -*- coding: utf-8 -*- # Generated by Django 1.9 on 2016-01-30 18:04 from __future__ import unicode_literals import datetime from django.conf import settings from django.db import migrations, models import django.db.models.deletion from django.utils.timezone import utc class Migration(migrations.Migration): in...
[ "ch.v.b.ramaraju@gmail.com" ]
ch.v.b.ramaraju@gmail.com
ec5a3ad6b211c933d6f0f6c9428eef2cd6609e11
ce2ed48a3ea2b067ff45e2901fd1aa08b1b9fd3b
/Data_prep.py
78e05e3e3b624e9b3f50fb508fd7ace9a273d008
[]
no_license
mhmdsab/ASHRAE---Great-Energy-Predictor-III-
9d049a8f7eb9887c89f10b8073e6ad7587d06582
946c37af579299d8eb0d338fd4367f0ffc5dd59a
refs/heads/master
2020-12-01T06:07:04.791763
2019-12-28T07:27:32
2019-12-28T07:27:32
230,572,508
1
1
null
null
null
null
UTF-8
Python
false
false
13,487
py
import numpy as np import pandas as pd from tqdm import tqdm import tensorflow as tf import os from abc import ABCMeta, abstractmethod from sklearn.preprocessing import OneHotEncoder as OHE class DataGenerator(metaclass=ABCMeta): def __init__(self, para): self.iterator = None self.pa...
[ "noreply@github.com" ]
mhmdsab.noreply@github.com
b531a49ad9aebf02cb211cb8fd9267c0546770c9
8cfeb8b488987da3d955cdbded7e00fb4a63345e
/ula/views.py
0225cc55dfd7da7a66938b4ac1490eafa887816b
[]
no_license
Vedaad-Shakib/oola
77be7798b258898dde72b8efbe4dc4d35203af3e
003b865a39e71d1a76c592cfe47bcc4fccc3305f
refs/heads/master
2021-03-12T19:38:12.213770
2014-09-17T04:16:48
2014-09-17T04:16:48
null
0
0
null
null
null
null
UTF-8
Python
false
false
48,730
py
############################################################################### ## Copyright (c) 2013-2014 Bogt, Inc. ## All rights reserved. ## This source code is confidential and may not be disclosed. ############################################################################### ###################################...
[ "vedaad799@gmail.com" ]
vedaad799@gmail.com
ab60302c0ed0fb4b5e89d82951627fa21c93947d
902aef0f2cde6c73a70c1833bec2c6f4fa1bc0b6
/StimControl/LightStim/Text.py
8250df16138250fa9a1abc57f9be913ac1e111ff
[ "BSD-2-Clause", "BSD-3-Clause", "LicenseRef-scancode-unknown-license-reference" ]
permissive
chrox/RealTimeElectrophy
2b0c88b28cbeeb4967db5630f3dfa35764c27f54
e1a331b23d0a034894a0185324de235091e54bf0
refs/heads/master
2020-04-14T12:29:47.958693
2013-10-07T14:12:04
2013-10-07T14:12:04
1,662,847
6
0
null
null
null
null
UTF-8
Python
false
false
1,048
py
# Text stimulus # # Copyright (C) 2010-2013 Huang Xin # # See LICENSE.TXT that came with this file. # Taget stimuli # # Copyright (C) 2010-2013 Huang Xin # # See LICENSE.TXT that came with this file. from VisionEgg.Text import Text from LightData import dictattr from Core import Stimulus class Hint(Stimulus): ...
[ "chrox.huang@gmail.com" ]
chrox.huang@gmail.com
d0fe0d32f8117f0320d48ac65fba33e6aa33014e
adc5060ccc1f9e1243f0d9d5eb95e0ca87034806
/cdkworkshop/cdkworkshop_stack.py
2b18b7ea586a1953a25a1b199afbf137a865fcaa
[]
no_license
fanaticjo/cdkworkshop
37a1762fa9137ee405a098afaf2f45c3b57b135d
aa5a888d42aaae98eb18fe629b82fb1416b4bd7e
refs/heads/master
2023-08-16T22:41:11.431991
2021-09-14T16:30:35
2021-09-14T16:30:35
406,444,342
0
0
null
null
null
null
UTF-8
Python
false
false
583
py
from aws_cdk import ( aws_lambda as _lambda, aws_apigateway as api, core ) class CdkworkshopStack(core.Stack): def __init__(self, scope: core.Construct, construct_id: str, **kwargs) -> None: super().__init__(scope, construct_id, **kwargs) self.lambdaStack=_lambda.Function( ...
[ "biswajit196@live.com" ]
biswajit196@live.com
47d9a4ccfc270889c30a9622496a38134161653c
2e8ca9eceb525c5e8649525654a931fff637ef6c
/FSF-2020/approximations-and-optimizations/Critical Points/example.py
3a41be7d6ecb0fbd3b74b5b15c55177857163881
[]
no_license
abuzar0013/FSF-mathematics-python-code-archive
b4d97833cac727366f7037350300d98ba71008c1
573819dbfec617e253c154fd3ccc6fe0c92ab149
refs/heads/main
2023-03-01T16:07:55.319281
2021-02-05T11:39:01
2021-02-05T11:39:01
null
0
0
null
null
null
null
UTF-8
Python
false
false
1,220
py
from manimlib.imports import* class ExampleAnimation(ThreeDScene): def construct(self): axes = ThreeDAxes() f_text = TextMobject("$f(x,y) = (y-x)(1-2x-3y)$").to_corner(UL) d = Dot(np.array([0,0,0]), color = '#800000') #---- Critical Point d_text = TextMobject("$(0.2,0.2)$"...
[ "noreply@github.com" ]
abuzar0013.noreply@github.com
ccf100ecb17578bc9791263e5270183990fed468
0b793bce2da8c3d09b7956c0672ddbffd46feaed
/atcoder/corp/keyence2020_c.py
9e943f94b0f860184c871b6de78e2af5092d409b
[ "MIT" ]
permissive
knuu/competitive-programming
c6c4e08fb231937d988bdc5a60a8ad6b31b97616
16bc68fdaedd6f96ae24310d697585ca8836ab6e
refs/heads/master
2021-01-17T09:39:02.647688
2020-11-07T03:17:22
2020-11-07T03:17:22
27,886,732
1
0
null
null
null
null
UTF-8
Python
false
false
201
py
N, K, S = map(int, input().split()) if S == 1: const = S + 1 else: const = S - 1 ans = [] for i in range(N): if i < K: ans.append(S) else: ans.append(const) print(*ans)
[ "premier3next@gmail.com" ]
premier3next@gmail.com
57cc2f13b93c6dddb86a3a96dc0caa25754781c5
0c13fd0ae32c77a01a2527190d81e303d48d6fc9
/src/snk_quiver3.0.py
ec8e47311a46d966e45d66b72ede7c3a58a9a8f3
[]
no_license
migrau/hinosima
aa040a14381bf645158f57b5dfe738b5d47469a8
45a83c7c90bc8e20497c6b59179cc4fa4f21a879
refs/heads/master
2021-01-23T02:59:26.276261
2017-03-28T01:30:54
2017-03-28T01:30:54
86,038,967
0
1
null
null
null
null
UTF-8
Python
false
false
5,800
py
########################################################################################################## # snk.quiver3.0.py # # #...
[ "migrau@uji.es" ]
migrau@uji.es
a96427e29b2d6a2689c2072888af98f6bd99e8a0
7f0eaa5aa008e7116645fa214e772ef4c2ee5406
/api/util/__tests__/test_api.py
533128dc7e06c5d7a5bb870807019b6ee2ad1d4a
[]
no_license
enixdark/raven
ef7273ff26e96b45486f67cb52d22c252bd336e2
c60ec2aa4ffec3c89afac305e63512732a148f4e
refs/heads/master
2023-04-10T21:05:51.703163
2020-01-17T20:09:25
2020-01-17T20:09:25
null
0
0
null
null
null
null
UTF-8
Python
false
false
3,950
py
import asyncio import asynctest import mock import pytest from mock import patch, MagicMock from asynctest import CoroutineMock from expects import expect, equal from api.util.api import Api, Async class TestApi: @pytest.mark.asyncio async def test_call(self, *args): with asynctest.mock.patch('aiohtt...
[ "noreply@github.com" ]
enixdark.noreply@github.com
93608c46dbf817b09cd537b4fe647e9a03ac63ca
06cd48c385acf1b79e9cf235730ab5a2f61c016e
/sql_queries.py
12c9d5d060a7b204c6da2552d0bf4328db5250cf
[]
no_license
haymar017/-UDACITY-Data-Modeling-with-Postgres
16f66b6abd267577f5da4211b6e0ce753761a257
89b494f2de889f388e6c4c3acaa1c10bbb57acfe
refs/heads/master
2022-11-14T00:57:54.859730
2020-07-09T04:44:15
2020-07-09T04:44:15
276,080,584
0
0
null
null
null
null
UTF-8
Python
false
false
3,432
py
import json import pandas # DROP TABLES songplay_table_drop = "drop table if exists songplays" user_table_drop = "drop table if exists users" song_table_drop = "drop table if exists songs" artist_table_drop = "drop table if exists artists" time_table_drop = "drop table if exists time" # CREATE TABLES user_table_cr...
[ "noreply@github.com" ]
haymar017.noreply@github.com
8afe9cc9f4f53d06be5e718686be5cb4cf5c0cdb
c67268ac491ecfe606308a43185f1bf8073d56a1
/unittesting/test_employee2.py
84682a7e52ffd035b6a9a992a079c59112128dc6
[]
no_license
jisshub/python-django-training
3c0fad4c80c78bcfb4b61b025da60d220b502e4b
d8c61f53e3bb500b1a58a706f20108babd6a1a54
refs/heads/master
2020-06-21T15:07:25.704209
2019-09-01T19:24:02
2019-09-01T19:24:02
197,487,745
0
0
null
null
null
null
UTF-8
Python
false
false
1,929
py
import unittest # here v import Employee class employee module(employee.py) from employee import Employee class EmployeeTest(unittest.TestCase): def setUp(self): print('setup\n') # here v create two employee obj instead of creating them for each test. # ENSURING DRY PRINCIPLE sel...
[ "jissmon476@gmial.com" ]
jissmon476@gmial.com
1dce40b705380b07cbe6eb7c6fbb5f9749a9ae9b
08b4f0f914e33039d3ca408702b110fd6b24764a
/venv/Scripts/easy_install-script.py
be41f6d074beef7058f951ad44f80f761a1f7357
[]
no_license
dakaun/wiki_crawler
6558c0b4f4c9ec8ca94a5b7f0e24fc2bca77d1d1
82b526ce63e952d8364c5c553b6f00440a6be9cc
refs/heads/master
2021-04-12T04:56:27.526150
2018-12-13T10:04:53
2018-12-13T10:04:53
125,738,838
0
0
null
null
null
null
UTF-8
Python
false
false
449
py
#!C:\Users\danielak\PycharmProjects\FIZ\venv\Scripts\python.exe # EASY-INSTALL-ENTRY-SCRIPT: 'setuptools==28.8.0','console_scripts','easy_install' __requires__ = 'setuptools==28.8.0' import re import sys from pkg_resources import load_entry_point if __name__ == '__main__': sys.argv[0] = re.sub(r'(-script\.pyw?|\.e...
[ "danielak@famkaun.local" ]
danielak@famkaun.local
f5d1ed04d9af16888d78a13a4548ec0454cbba05
e5ba5c10b94e8971a3124ddb6b36048d76d7853e
/bot/main.py
5d969adf3a42dc470c2f123fd81c8dd84fa54bd7
[ "MIT" ]
permissive
sonhal/telegram-reddit-bot
1933c1d0769bc167a951c2ba824a6827ae19f99a
0d23f2bd1f8761d2133c6bcf2643502b505cb3be
refs/heads/master
2020-04-15T06:50:49.437490
2019-01-09T10:53:09
2019-01-09T10:53:09
164,475,656
0
0
MIT
2019-01-09T11:08:54
2019-01-07T18:44:49
Python
UTF-8
Python
false
false
157
py
from connectors import telegram_connector COMMANDS = ("top10", "top") if __name__ == '__main__': tb = telegram_connector.TelegramBot() tb.start()
[ "sondre.hal@gmail.com" ]
sondre.hal@gmail.com
611af549c5585bbe5afcc4f755e6bb733fbd0ce6
e4370c3831bf4e1324d55930870fd754df3e5e9a
/apps/survey_app/urls.py
632d830bb37715e5ba45b8f35313f153a7322569
[]
no_license
grommitt/Django-survey-form
d338053adcbb664ac8198182928854cab321d0ca
d7869acd0bca4b33617bde9fa51cf8e38f38d0b4
refs/heads/master
2020-03-17T08:33:37.926850
2018-05-15T01:42:09
2018-05-15T01:42:09
133,442,798
0
0
null
null
null
null
UTF-8
Python
false
false
326
py
from django.conf.urls import url from . import views # This line is new! urlpatterns = [ url(r'^$', views.index), # This line has changed! Notice that urlpatterns is a list, the comma is in url(r'^results$', views.results), # anticipation of all the routes that will be coming ...
[ "gmshaughn@email.arizona.edu" ]
gmshaughn@email.arizona.edu
0e6201ff8130bc459133a9f810db8ce61eaaf2b8
502a801b6ac886b25e915bc70d97f258acd9db56
/src/data/srdata.py
e23ed16185415db9df0f0005e85ef56752bedfcf
[]
no_license
Dearbreeze/SPDNet
31e79bff29678572372c0a99ac343932759f0291
ff805b8a008e241ed7f8bb80242cbf2abca94f10
refs/heads/main
2023-08-20T10:11:14.386825
2021-10-13T10:45:11
2021-10-13T10:45:11
null
0
0
null
null
null
null
UTF-8
Python
false
false
7,334
py
import os import glob from data import common import pickle import numpy as np import imageio import torch import torch.utils.data as data class SRData(data.Dataset): def __init__(self, args, name='', train=True, benchmark=False): self.args = args self.name = name self.train = train ...
[ "noreply@github.com" ]
Dearbreeze.noreply@github.com
6c224211afdf733a84ccbb82e6c9968e0193891f
c3a1ce1a918a9f15355b17cece583bd27da1bd53
/Taking input for Competitive Programming.py
b6204ac15b3909ac2a2fe4a251c2f5eac33381c1
[]
no_license
MrJay10/Graph-Algorithms
3cea89b8951f8b656505deef1aa52adf22549f0c
382d0f8d41313bcf37b266695a82a8ebe6182b40
refs/heads/master
2021-01-17T19:21:25.246914
2016-06-25T08:33:36
2016-06-25T08:33:36
61,347,944
0
0
null
null
null
null
UTF-8
Python
false
false
431
py
from Graph import Graph graph = dict() # Remove the message in input(); change str -> int for integer input vertices = list(map(str, input("Enter vertices :: ").split())) for vertex in vertices: # Remove the message in input(); change str -> int for integer input graph[vertex] = list(map(str, input(...
[ "noreply@github.com" ]
MrJay10.noreply@github.com
03bc0d80849bc3264945b6fc903d9599b980d26a
a38725ed7fb93b503207502984ec197e921eb54b
/venv/lib/python3.6/site-packages/django_ajax/encoder.py
64ed9ca2af3a6a719fd651966cacb7ddaf862693
[]
no_license
tanveerahmad1517/myblogproject
d00d550230e2df0843e67f793504f9c19d0b755c
2eaa051caa5b68a8fba260c7cd431f1e1719a171
refs/heads/master
2020-03-16T21:38:32.738671
2018-08-23T11:55:02
2018-08-23T11:55:02
133,008,051
0
1
null
null
null
null
UTF-8
Python
false
false
1,859
py
""" Utils """ from __future__ import unicode_literals import json from datetime import date from django.http.response import HttpResponseRedirectBase, HttpResponse from django.template.response import TemplateResponse from django.utils.encoding import force_text from django.db.models.base import ModelBase from decimal...
[ "tanveerobjects@gmail.com" ]
tanveerobjects@gmail.com
f3d5dcd2e5f655280d986d7d5e685dfb3b524cc2
06604399c457d6ec05fa5d5ae458632e2606ec98
/torch/utils/_sympy/functions.py
3c78e1bebb50e8e34e979cab147e57e371f418bb
[ "BSD-3-Clause", "BSD-2-Clause", "LicenseRef-scancode-secret-labs-2011", "LicenseRef-scancode-generic-cla", "BSL-1.0", "Apache-2.0" ]
permissive
yncxcw/pytorch
6f262f7613caef4c2ce18c85662db9adc6a2a81a
a3b72ee354031004edd9b951d0efcdd4508fd578
refs/heads/master
2023-07-20T21:38:00.718093
2023-07-13T03:54:17
2023-07-13T03:54:17
234,432,318
0
0
NOASSERTION
2020-01-16T23:34:42
2020-01-16T23:34:41
null
UTF-8
Python
false
false
5,787
py
import sympy from sympy.core.logic import fuzzy_and, fuzzy_or __all__ = ["FloorDiv", "ModularIndexing", "CleanDiv", "CeilDiv", "LShift", "RShift"] class FloorDiv(sympy.Function): """ We maintain this so that: 1. We can use divisibility guards to simplify FloorDiv(a, b) to a / b. 2. Printing out the e...
[ "pytorchmergebot@users.noreply.github.com" ]
pytorchmergebot@users.noreply.github.com
34b5e8044cc30321ccc9752daf6dcba32df3f719
00a6541d639d073e819f2c080e6c65610eff1982
/coordinates.py
beab54eac858b13725db676f5022b7b6e5a8878f
[]
no_license
Wajahat0/Annotation-Transfer-Across-the-Microscope
16fd0eb339363505449297981c8b4817e93dc594
911a79b3307b890bb7ec7a2822d91f4f6fa9a6d6
refs/heads/main
2023-07-13T12:45:14.350687
2021-08-27T05:15:39
2021-08-27T05:15:39
null
0
0
null
null
null
null
UTF-8
Python
false
false
2,544
py
import sys import cv2 import argparse import numpy as np import pandas as pd from yattag import Doc, indent from homography_cal import homography_cal def tranfer_annoation(data_path,t_data_path,slide_num,r_res,t_res,surf): load_csv_path = data_path +'/'+ slide_num+'/'+ r_res+ '/' +r_res + '_labels.csv' save_c...
[ "noreply@github.com" ]
Wajahat0.noreply@github.com
911880abd59978863d7a68579ace6207eaea3235
0b6f3f46b61e23792bf3cebe068c987a517f88c6
/chapter_09/动手试一试/9-11 导入Admin类/admin.py
d6f661f4c0b34faa87b1364d8aa7bf6c66eb2ad2
[]
no_license
honkly/pcc
0884522c348706a9bfde401df03084f256bf4f04
0789b41b0558e847e35eccbd8ecd096a8a1a34e3
refs/heads/master
2020-04-29T18:25:48.355921
2019-07-25T13:12:57
2019-07-25T13:12:57
176,323,830
0
0
null
2019-03-18T16:13:13
2019-03-18T16:13:12
null
UTF-8
Python
false
false
1,006
py
class User(): """docstring for User""" def __init__(self, first_name, last_name): self.first_name = first_name self.last_name = last_name self.login_attempts = 0 def describe_user(self): print(self.first_name.title() + ' ' + self.last_name.title()) def greet_user(self):...
[ "honkly@163.com" ]
honkly@163.com
fb572a3e446aa09655b1e5770b4fb5b166afd177
9044b1cb3c9a85094cdf02aae1c788e6d39252df
/day16/run.py
da22f278d816038bc490d2355c33cc109571b8f1
[ "MIT" ]
permissive
1923851861/Python_Base
5aea29dabf9531b5f5e945989f2f567042b0bff3
c9d8224cf41c58235fc67783d73a48f82fee61a1
refs/heads/master
2020-03-23T12:11:38.704227
2018-08-10T11:01:21
2018-08-10T11:01:21
null
0
0
null
null
null
null
UTF-8
Python
false
false
2,193
py
# 当前的执行文件 # x=1 # y=2 # 首次导入模块发生了3件事: #1、以模块为准创造一个模块的名称空间 #2、执行模块对应的文件,将执行过程中产生的名字都丢到模块的名称空间 #3、在当前执行文件中拿到一个模块名 # import spam # 之后的重复导入会直接引用之前创造好的结果,不会重复执行模块的文件 # import spam #spam=spam=模块名称空间的内存地址 # spam.名字 # print(x) # spam.x # print(spam.money) # print(spam.read1) # print(spam.read2) # print(spam.change) # money=...
[ "1923851861@qq.com" ]
1923851861@qq.com
af2729e0f3c3c35ad20460334df67ddb78436aec
6635686859b272d291d0ba3520ccd03cdc80a349
/DT/threadingtext.py
5b21c27fdb9a81a7ecb35c0e0d9c9ebe52c19d32
[]
no_license
yangrencong/web_spiders
ac15c491f60e489000e5312c999f02e6c4fdafdf
69fdc6eeb5ad19283690c056064f8853e0256445
refs/heads/master
2020-03-28T18:45:50.800667
2018-10-26T02:50:16
2018-10-26T02:50:16
148,908,630
1
0
null
null
null
null
UTF-8
Python
false
false
995
py
#!/usr/bin/env python # -*- coding=utf8 -*- """ # Author: Mr.yang # Created Time : 2018/10/10 星期三 12:26:07 # File Name: threadingtext.py # Description: # Editortool: vim8.0 """ import threading import time class myThread(threading.Thread): def __init__(self ,name ,delay): threading.Thread.__init__(self) ...
[ "1452581359@qq.com" ]
1452581359@qq.com
cb2f886ed26850bfebfaf4e3a00a9e730652e300
cc086a96967761f520c24ce3b22bacecb673cbf2
/chec_operator/threads/observation.py
877c8afa6dcb8e097cf23a53a3504277d6791849
[]
no_license
watsonjj/chec_operator
39524405b3c6a55fe7fa3e8353da5f456f76a27d
c537a1737a53fe996652c793c09f5a33cd03e208
refs/heads/master
2020-04-18T02:27:52.730614
2019-01-23T10:41:13
2019-01-23T10:41:13
167,163,531
0
0
null
null
null
null
UTF-8
Python
false
false
2,722
py
import threading from time import sleep, ctime, time from datetime import datetime from chec_operator.utils.enums import CameraState class ObservingThread(threading.Thread): def __init__(self, parent_handler, timedelta, triggerdelta): print("Creating observation thread") self.parent_handler = par...
[ "jason.jw@live.co.uk" ]
jason.jw@live.co.uk
96a38c411c7fb0314bce1ce412e3ee359440beb4
a3ab76ec61f01e6bfea0925806bba57ae37ca505
/blog/migrations/0013_auto_20200501_2232.py
3b69304dc1c57ddb1a59105552ede3c0d1414800
[]
no_license
kevinzhao07/django_posts
343c92223046ffafa7673ceee053b8623c9fbca7
baf48403bc9f6ff36d5f70a2c7359d4658747134
refs/heads/master
2022-12-10T00:08:47.789394
2020-08-24T16:35:14
2020-08-24T16:35:14
242,276,050
1
0
null
2022-12-08T04:04:44
2020-02-22T03:57:40
HTML
UTF-8
Python
false
false
983
py
# Generated by Django 2.2.12 on 2020-05-02 02:32 from django.db import migrations, models import django.utils.timezone class Migration(migrations.Migration): dependencies = [ ('blog', '0012_auto_20200428_1719'), ] operations = [ migrations.AlterField( model_name='comment', ...
[ "kevinmz@umich.edu" ]
kevinmz@umich.edu
8b59ab52b831746af65b2e33c02a38521a75fd82
40c86e0b1cda09b4beba5a74099e35578fce0dd5
/ascii.py
50a1e4e3711773a9a73763f4367e00da7f81ff26
[]
no_license
nikitiwari/Learning_Python
ec9b479e6cd47423d6754aa37eb1032444cd186d
6a76dc9fbc0934d0d655e296a7777a09bcc26afb
refs/heads/master
2020-04-05T13:05:19.686745
2017-07-15T19:17:26
2017-07-15T19:17:26
95,075,399
0
0
null
null
null
null
UTF-8
Python
false
false
105
py
c = raw_input("Enter a character:"); try : print ord(c) except : print "Only characters allowed"
[ "tiwarinikita96@gmail.com" ]
tiwarinikita96@gmail.com
e52bdadb66f4c2ef03e7ec524da43f8558e1ba9d
df7fbefd727c081fb5d2d0e93356042f20b908fd
/index.py
627ee82c34fddaf2605fe13cd24a7b6a08516d29
[]
no_license
Germey/SDUCourse
1a1c189054dea2082bcacc58f5900434c58689a5
bea33811eca988d1eb295ada460d677a50187230
refs/heads/master
2020-04-06T06:53:51.280673
2016-09-13T07:48:42
2016-09-13T07:48:42
62,208,347
4
1
null
null
null
null
UTF-8
Python
false
false
88
py
# -*- coding: utf-8 -*- from lib.main import main if __name__ == '__main__': main()
[ "1016903103@qq.com" ]
1016903103@qq.com
b93b498f4935633bf8a5990243e2de8805264276
ad48d4a4107dd02eb8b155cfcfcae86e40bf5001
/venv/Scripts/easy_install-3.6-script.py
6a207e087202fdcfc3044244e7cf026f5af2913f
[]
no_license
Chloe1997/VGGnet_classification
2515f69d7c0ccf09e7161e367cf8600988c880e4
e01a1ac42aec74cb914a17a776db9ec28f641b96
refs/heads/master
2020-06-30T16:03:44.485820
2019-08-07T14:24:52
2019-08-07T14:24:52
200,879,223
0
0
null
null
null
null
UTF-8
Python
false
false
464
py
#!C:\Users\student1\Desktop\VGG_classification\venv\Scripts\python.exe # EASY-INSTALL-ENTRY-SCRIPT: 'setuptools==39.1.0','console_scripts','easy_install-3.6' __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'(-scrip...
[ "dellawen1997@gmail.com" ]
dellawen1997@gmail.com
b512faa24699a6fe7dd43a3e59774c974454b97b
2f79b7d886eb05ccdab5cad10fc85540e72384f2
/HW2/Q2/Q2(b).py
1cd2fe5200d96a8bc4179440dcb5c4a119bb6ac5
[]
no_license
nrgdoublex/DataMiningHomework
0276f537f2a5c6c2e9458aa56d782f358e74f84f
add7fd8d785e3f5d80724b7c7a1bb651d3705ea3
refs/heads/master
2021-01-01T20:50:09.368008
2017-08-01T01:06:11
2017-08-01T01:06:11
98,943,146
0
0
null
null
null
null
UTF-8
Python
false
false
1,066
py
import numpy as np import scipy.stats as stats import pandas as pd from Stat_function import t_test file_name = 'Q2.csv' df = pd.read_csv(file_name ,skiprows = 1 ,encoding = 'Latin-1' ,na_values = 'No Data') pd.set_option('display.expand_frame_repr', False) df['number...
[ "nrgdoublex@gmail.com" ]
nrgdoublex@gmail.com
e8012164e3c46fc9c9870c0102c227d7f0d59508
f09b27136435cb298a55514adc5b1ccbe8badb28
/lab 13/zad 1.py
0ebf9023e993c963ae08d5d854e8ba1bdc8c1439
[]
no_license
Roman43407/Sem-2-
890db6446254266d9866992bb804af906bdd87df
de3a3eb9de1477cca29fa118264729cbe90f93ff
refs/heads/main
2023-04-26T19:58:39.122440
2021-05-31T12:10:50
2021-05-31T12:10:50
372,455,729
0
0
null
null
null
null
UTF-8
Python
false
false
1,036
py
class Car: def __init__(self, brand, age, color, capacity, fuelType): self.brand = brand self.age = age self.color = color self.capacity = capacity self.fuelType = fuelType def Refueling(self): print("Zatankowano: {} {} litrów ".format(self.fuelType, self.capacit...
[ "ya.ignis@gmail.com" ]
ya.ignis@gmail.com
3245d99ff8b76871f71f66e0d14bf4ef52546a21
1e06402f2196da5270060d2dbe8c1aafafd3b387
/venv/bin/chardetect
75070d1851ae937bbe1b728865f55c1df3944359
[]
no_license
billyggroves/myBlog
c26be905861d4a9f3b32ba8fce24103866311e7d
adc759d4a1a5389ab64cbfeb400898cad086c840
refs/heads/master
2022-12-15T10:40:20.626606
2019-02-26T01:11:20
2019-02-26T01:11:20
121,530,285
0
0
null
2022-12-08T00:55:40
2018-02-14T16:01:44
Python
UTF-8
Python
false
false
257
#!/Users/newuser/Desktop/myBlog/venv/bin/python3.6 # -*- coding: utf-8 -*- import re import sys from chardet.cli.chardetect import main if __name__ == '__main__': sys.argv[0] = re.sub(r'(-script\.pyw?|\.exe)?$', '', sys.argv[0]) sys.exit(main())
[ "billyggroves@gmail.com" ]
billyggroves@gmail.com
4bfbe0f48777b895dcde27aa0a5fff0fa22a8110
20f8e01f6c574e2cc0af8a9fffadc54e5ae938cd
/util/io.py
8c77b6067c60d3f0872960b48d75f062ee326cb2
[ "MIT" ]
permissive
samjbaugh/CoopNets
3c5334b5e0b2071bf0423318306ae8d2abaa47eb
0e3ef7060cbc37c6b4e32b93d7b4613f9ace42fe
refs/heads/master
2020-03-10T03:41:43.358144
2018-03-27T21:37:41
2018-03-27T21:37:41
129,171,842
0
0
MIT
2018-04-12T00:51:12
2018-04-12T00:51:11
null
UTF-8
Python
false
false
733
py
import sys import logging import tensorflow as tf def init_log(path): log = logging.getLogger() log.setLevel(logging.INFO) formatter_cs = logging.Formatter('%(message)s') cs = logging.StreamHandler(sys.stdout) cs.setLevel(logging.INFO) cs.setFormatter(formatter_cs) log.addHandler(cs) ...
[ "erik.nijkamp@gmail.com" ]
erik.nijkamp@gmail.com
a8b8d378ab3f6f1387d52577aa1bf5431858cd0c
c41471781f65d38d9010450b6c9e17f2346a551b
/openstack-dashboard/templates/icehouse/local_settings.py
f45295ea2a3762091554852d5a4f73c472022cc5
[ "Apache-2.0" ]
permissive
juanarturovargas/openstack-juju
b6854e2feea615404c053e9c754e4d7997c8a6a5
21b1aef8aa51c3c32cb1efd1b8cad7865c4d40a0
refs/heads/master
2022-12-13T15:31:53.383963
2017-05-05T19:18:55
2017-05-05T19:18:55
90,163,436
0
1
NOASSERTION
2022-11-20T08:41:15
2017-05-03T15:17:34
Python
UTF-8
Python
false
false
17,009
py
import os from django.utils.translation import ugettext_lazy as _ {% if use_syslog %} from logging.handlers import SysLogHandler {% endif %} from openstack_dashboard import exceptions DEBUG = {{ debug }} TEMPLATE_DEBUG = DEBUG # Required for Django 1.5. # If horizon is running in production (DEBUG is False), set th...
[ "kataguruma1" ]
kataguruma1
7fc024f18bdc5289a4cad605dbc8a2f6fa792e74
c4c159a21d2f1ea0d7dfaa965aeff01c8ef70dce
/flask/flaskenv/Lib/site-packages/tensorflow/contrib/eager/python/tfe.py
c441ab87be7e0aebadefe92023f89bfd67ff471e
[]
no_license
AhsonAslam/webapi
54cf7466aac4685da1105f9fb84c686e38f92121
1b2bfa4614e7afdc57c9210b0674506ea70b20b5
refs/heads/master
2020-07-27T06:05:36.057953
2019-09-17T06:35:33
2019-09-17T06:35:33
208,895,450
0
0
null
null
null
null
UTF-8
Python
false
false
129
py
version https://git-lfs.github.com/spec/v1 oid sha256:9b7bd976495c4645582fde2d7fcf488a311648b43813cff249462fccfa19224a size 5928
[ "github@cuba12345" ]
github@cuba12345
02922e6762aefcb1ca578359e971f39a28df7916
d0eb582894eff3c44e3de4bd50f571f9d9ab3a02
/venv/lib/python3.7/site-packages/tox/config.py
4d5e02be935189dbd4ec6eaf1666cc27c16ee562
[ "MIT" ]
permissive
tdle94/app-store-scrapper
159187ef3825213d40425215dd9c9806b415769e
ed75880bac0c9ef685b2c1bf57a6997901abface
refs/heads/master
2022-12-20T21:10:59.621305
2020-10-28T00:32:21
2020-10-28T00:32:21
247,291,364
1
2
MIT
2022-12-08T03:53:08
2020-03-14T14:25:44
Python
UTF-8
Python
false
false
57,366
py
from __future__ import print_function import argparse import itertools import os import random import re import shlex import string import sys import warnings from collections import OrderedDict from fnmatch import fnmatchcase from subprocess import list2cmdline import pkg_resources import pluggy import py import tom...
[ "tuyenle@Admins-MacBook-Pro.local" ]
tuyenle@Admins-MacBook-Pro.local
d4d00147e745d9e951765b3fc1fd6c50c016f113
3c9011b549dd06b6344c6235ed22b9dd483365d1
/Agenda/contatos/migrations/0003_contato_foto.py
097090b85a3f8c6636e29e52edc33d1acc2ee0e7
[]
no_license
joaoo-vittor/estudo-python
1411f4c3620bbc5f6b7c674a096cae8f90f0db8d
5562d823dd574d7df49fddca87a1fbd319356969
refs/heads/master
2023-05-31T17:59:16.752835
2021-06-25T04:54:56
2021-06-25T04:54:56
292,372,669
0
0
null
null
null
null
UTF-8
Python
false
false
402
py
# Generated by Django 3.2 on 2021-05-16 01:41 from django.db import migrations, models class Migration(migrations.Migration): dependencies = [ ('contatos', '0002_contato_mostrar'), ] operations = [ migrations.AddField( model_name='contato', name='foto', ...
[ "joaoo.vittor007@gmail.com" ]
joaoo.vittor007@gmail.com
65dd6e05846806bcfc8c999115ef687d45c97af7
3160c1b057319c66e3fe30af52ddabc5555b347a
/venv/Scripts/rst2pseudoxml.py
67178034fb66411b820e6bc1291d00d95015ebc9
[]
no_license
bopopescu/TLDR_AI
acfb35f0a0677e03f48b03805ff44fd78303f126
d468e599fc13828f6e754e2d1d99b6a3e3c1be21
refs/heads/master
2022-11-25T17:40:08.513723
2019-04-09T06:52:06
2019-04-09T06:52:06
282,555,526
0
0
null
2020-07-26T01:41:57
2020-07-26T01:41:56
null
UTF-8
Python
false
false
647
py
#!C:\Users\aaron\PycharmProjects\TLDR_AI\venv\Scripts\python.exe # $Id: rst2pseudoxml.py 4564 2006-05-21 20:44:42Z wiemann $ # Author: David Goodger <goodger@python.org> # Copyright: This module has been placed in the public domain. """ A minimal front end to the Docutils Publisher, producing pseudo-XML. """ try: ...
[ "aaron157@bellsouth.net" ]
aaron157@bellsouth.net
125483cf11de2cfc713c9a895380f931f1ec938b
f9b45fd409384de3c69d68c62c0f21d9196e6927
/python_tools/FelixUtilities.py
da0b1769ef7a4288b8afdbea8bf0248b0f87b580
[ "MIT" ]
permissive
ultimatezen/felix
04799eb666b54e2eeea961dc983cf3721f5182de
5a7ad298ca4dcd5f1def05c60ae3c84519ec54c4
refs/heads/master
2020-04-08T14:21:02.872525
2016-02-16T01:18:11
2016-02-16T01:18:11
159,433,144
0
1
null
null
null
null
UTF-8
Python
false
false
5,611
py
# coding: UTF8 """ COM sever for utilities for Felix """ import os import shutil from datetime import date import subprocess # COM stuff import win32com.server.register import loc from loc import get_local_app_data_folder, module_path from loc import get_prefs, set_prefs import utils from utils impo...
[ "software@ginstrom.com" ]
software@ginstrom.com
4353deb50a51a18cfc392b8d5fada6467c849fe1
91d1a6968b90d9d461e9a2ece12b465486e3ccc2
/worklink_write_3/domain_associate.py
622afc66bafaf4062a1575d617c77e954bc7ee2e
[]
no_license
lxtxl/aws_cli
c31fc994c9a4296d6bac851e680d5adbf7e93481
aaf35df1b7509abf5601d3f09ff1fece482facda
refs/heads/master
2023-02-06T09:00:33.088379
2020-12-27T13:38:45
2020-12-27T13:38:45
318,686,394
0
0
null
null
null
null
UTF-8
Python
false
false
1,279
py
#!/usr/bin/python # -*- codding: utf-8 -*- import os import sys sys.path.append(os.path.dirname(os.path.abspath(os.path.dirname(__file__)))) from common.execute_command import write_three_parameter # url : https://awscli.amazonaws.com/v2/documentation/api/latest/reference/worklink/associate-domain.html if __name__ == ...
[ "hcseo77@gmail.com" ]
hcseo77@gmail.com
9adc81d26ca9708c7ee07b95c8795d117a6c05e9
987a82368d3a15b618ff999f28dc16b89e50f675
/plaso/parsers/winreg_plugins/shutdown.py
f14cb1abcb7795e44c6e63f3728e75b94987c6ff
[ "Apache-2.0" ]
permissive
arunthirukkonda/plaso
185b30ab4ec90fcc2d280b3c89c521c9eef7b7ab
846fc2fce715e1f78b11f375f6fe4e11b5c284ba
refs/heads/master
2021-08-30T15:21:12.267584
2017-12-18T12:33:08
2017-12-18T12:33:08
null
0
0
null
null
null
null
UTF-8
Python
false
false
2,893
py
# -*- coding: utf-8 -*- """Windows Registry plugin for parsing the last shutdown time of a system.""" from __future__ import unicode_literals import construct from dfdatetime import filetime as dfdatetime_filetime from dfdatetime import semantic_time as dfdatetime_semantic_time from plaso.containers import events f...
[ "joachim.metz@gmail.com" ]
joachim.metz@gmail.com
1cf5fc50d95b24370dad7de31e70a0868c09d967
0af9ff3662729cf1f949e91b8d8862ff739e7b5f
/números primos.py
24d5729c603ea4e67a9383127801a93e2941912d
[]
no_license
lucasjukr94/JavaProjects
e979726564e6ed47974931c3e5e04bbd06901e17
9c7315402c74458de054be21e6986c710ddfd5ef
refs/heads/master
2021-09-15T20:27:42.619406
2018-06-10T14:54:44
2018-06-10T14:54:44
125,927,047
0
0
null
null
null
null
UTF-8
Python
false
false
3,688
py
''' ╔══════════════════════════════════════════════════════════════════════════════╗ ║ Instituição : Faculdade de Tecnologia de São Paulo ║ ║ Departamento : Tecnologia da Informação ║ ║ Curso : Análise e Desenvolvimento de Sistemas ...
[ "noreply@github.com" ]
lucasjukr94.noreply@github.com
d5aa6095ffe361c6c24f7e7ace9e878dcd34a356
8a452b71e3942d762fc2e86e49e72eac951b7eba
/leetcode/editor/en/[1065]Index Pairs of a String.py
9596550ca2c48f4cb14e3df379385e19b37fe19c
[]
no_license
tainenko/Leetcode2019
7bea3a6545f97c678a176b93d6622f1f87e0f0df
8595b04cf5a024c2cd8a97f750d890a818568401
refs/heads/master
2023-08-02T18:10:59.542292
2023-08-02T17:25:49
2023-08-02T17:25:49
178,761,023
5
0
null
2019-08-27T10:59:12
2019-04-01T01:04:21
JavaScript
UTF-8
Python
false
false
1,478
py
# Given a string text and an array of strings words, return an array of all # index pairs [i, j] so that the substring text[i...j] is in words. # # Return the pairs [i, j] in sorted order (i.e., sort them by their first # coordinate, and in case of ties sort them by their second coordinate). # # # Example 1: ...
[ "31752048+tainenko@users.noreply.github.com" ]
31752048+tainenko@users.noreply.github.com
7e323ca57a44b81a67fc770dd4181fb866231c6b
0c7ffe86e5060cf7cfbc6dfc3ec5eb4367c20962
/TMB_files/learn-to-program-the-fundamentals/Week 6/a3.py
f1a1dbdaa6b4b419ea18f8d629ddac3f99395824
[]
no_license
BreslauerTodd/telework_data_and_code
049e2d4fb1a4479078f6edf14434034824dc6f40
38c39fbab481b48b6e2a15f2a130329725d2e07e
refs/heads/master
2022-11-20T12:21:44.952847
2020-07-20T18:20:21
2020-07-20T18:20:21
279,941,119
0
0
null
null
null
null
UTF-8
Python
false
false
4,920
py
def is_valid_word(wordlist, word): """ (list of str, str) -> bool Return True if and only if word is an element of wordlist. >>> is_valid_word(['ANT', 'BOX', 'SOB', 'TO'], 'TO') True """ if word in wordlist: inList = True else: inList = False return inList def ma...
[ "noreply@github.com" ]
BreslauerTodd.noreply@github.com
5a2126d0acf87e3690274f9ba267477d89a89241
c46b327faa127e0803fbd40521a769ac54d8e2f9
/code/word2vec.py
03c0bffc124e52ab7b754b802ecc48b44382e853
[]
no_license
lizy10/Modified-and-Annotated-Code-of--An--Unsupervised-Neural-Attention-Model-for-Aspect-Extraction--
f74abd8cc6fd90322dc3876ab8eb250d55f60467
0b40ec8897398e214d6a6c7a8936cf34686ea233
refs/heads/master
2021-09-15T01:03:07.254804
2018-05-23T10:44:37
2018-05-23T10:44:37
null
0
0
null
null
null
null
UTF-8
Python
false
false
913
py
import gensim import codecs # 利用生成器读取数据可以避免等待数据读取的过程,速度更快. class MySentences(object): def __init__(self, filename): self.filename = filename def __iter__(self): for line in codecs.open(self.filename, 'r', 'utf-8'): yield line.split() # 将数据转换为向量形式,基于word2vec算法. def main(domain): ...
[ "woshihaodayikeshu@163.com" ]
woshihaodayikeshu@163.com
d870a37c961f3bdf556b4c8622bb56f0ade0454a
400aa1b481650fee1d9e55ea0003384f5355808f
/main.py
b5e263a8f28c3550702e810f95b271958db28806
[]
no_license
brunomarvss/moodmemoir
13f34ff41002f10ae186ec5ae30a5cd905c7edad
a040b797ec0d56d81039f85515c1a49a2043591e
refs/heads/master
2021-01-12T16:56:59.424680
2017-06-25T07:05:48
2017-06-25T07:05:48
71,473,361
0
0
null
null
null
null
UTF-8
Python
false
false
188,216
py
#kivy.require("1.8.1") #Bruno #Iringan from kivy.app import App #create app from kivy.uix.label import Label from kivy.uix.floatlayout import FloatLayout #import float layout/ frame from kivy.uix.gridlayout import GridLayout from kivy.uix.boxlayout import BoxLayout from kivy.core.window import Window from kivy.uix...
[ "noreply@github.com" ]
brunomarvss.noreply@github.com
c3a805e35fb8e1e5293462c79a7b65bffc9c28a6
87f7d232723117ad4c72574898bda957d7adfe4d
/Unfinished Loop - Bug Fixing.py
0a796fecfa5fa1b4dc2bd9f430211a66291eff95
[]
no_license
Taras198700/Home_Work_S_S
876f53c615fef440ef58b7d39cf896e1e778d5de
081a7b17a67f803556027162b0058eccc1a27788
refs/heads/master
2022-12-16T20:30:11.888892
2020-09-09T18:13:16
2020-09-09T18:13:16
278,019,575
0
1
null
null
null
null
UTF-8
Python
false
false
113
py
def create_array(n): res = [] i = 1 while i <= n: res.append(i) i += 1 return res
[ "homitsky_taras@ukr.net" ]
homitsky_taras@ukr.net
717fdc2d540f242841bacdd7c2381591a288cc15
464f40c696af1028aee439c31938137f43f482f1
/api/serializers.py
9fda532152aa3dd7233279f1ccf9660a67302a36
[]
no_license
MarkWengSTR/drf_todo_practice
d0062bbbc56fd9833a24b9439cd2e9bcb31b4a80
431c3173178683f50e5dd9df6eab038dc35452c6
refs/heads/master
2023-04-07T05:14:02.815232
2021-04-21T03:49:56
2021-04-21T03:49:56
360,025,275
0
0
null
null
null
null
UTF-8
Python
false
false
184
py
from rest_framework import serializers from .models import Task class TaskSerializerser(serializers.ModelSerializer): class Meta: model = Task fields = '__all__'
[ "bskin0330@gmail.com" ]
bskin0330@gmail.com
24415f583157830a26bbdd97d7d14286cd332701
8b198614532b0fd6bc9861f4427299bcc2764c1e
/wsgi.py
0b182b5796ca105033ef509ec1809d1c622e9bd6
[]
no_license
summerandwinter/wxapppython
e9b0321b7b7c844eee39baf588b94c6a88f96351
b345447260fcad01903771a38fbc66b7494c3389
refs/heads/master
2021-01-20T01:51:19.589571
2018-01-29T10:01:36
2018-01-29T10:01:36
89,334,998
27
8
null
null
null
null
UTF-8
Python
false
false
1,144
py
# coding: utf-8 from gevent import monkey monkey.patch_all() import os import configparser # 设置 Django 项目配置文件 os.environ.setdefault("DJANGO_SETTINGS_MODULE", "settings") import leancloud from gevent.pywsgi import WSGIServer from cloud import engine cf = configparser.ConfigParser() cf.read("config.conf") os.envir...
[ "xiaopihailaotou@gmail.com" ]
xiaopihailaotou@gmail.com
a112cf2bb050b37acf7da7c8c2b2bbaca571d4d0
1a3333fda7f53f6feff0c00e6b623e02211d5b27
/tests/buildPythonApplication/channels/root/pkgs/testPackage/src/hello/__main__.py
d1691dbc5968d2404c607e812794e10d293e8bac
[]
no_license
jD91mZM2/flox-nixexprs
6a1b7ca40c6dc8e99ae01941d3cbf77c8c896fc3
be50d9f2374719cdf0ac762e4442e4fdd77758c9
refs/heads/master
2023-03-01T17:43:18.550198
2020-11-27T14:24:22
2020-11-27T14:24:22
328,352,754
0
0
null
null
null
null
UTF-8
Python
false
false
59
py
from . import hello if __name__ == '__main__': hello()
[ "contact@infinisil.com" ]
contact@infinisil.com
44cea545571a791e10617e28cfcb824365481f53
c5d4fe5f7d01edf095541171fe2610ff62da5104
/Mission_to_Mars/app.py
5875d052c0755302a450c5da2bd7dba8ff3fd363
[]
no_license
thierzon/web-scraping-challenge
37c24477584415a53a59dd6d59026e432409feaa
cc961977e618b535464e394adf4edc2f569dfbc1
refs/heads/main
2023-04-16T03:31:57.133064
2021-04-16T13:11:26
2021-04-16T13:11:26
347,530,493
0
0
null
null
null
null
UTF-8
Python
false
false
891
py
from flask import Flask, render_template, redirect import pymongo import scrape_mars # Create an instance of Flask app = Flask(__name__) # Use PyMongo to establish Mongo connection mongo = pymongo.MongoClient("mongodb://localhost:27017/mars_app") # Route to render index.html template using data from Mongo @app.route...
[ "thierryzonneveld@gmail.com" ]
thierryzonneveld@gmail.com
dc3187b27ca89c6c79e0c886c4bcc3dea7baa847
6f707329e5ef1bb56e74126a1ded82252013807b
/donation_site/urls.py
51acd5a85b2f6bfe73b9b6b75c2d48992267333d
[]
no_license
DPBefumo/donation-site
dbe612745953805c521596bbd9c7ec7310dd4f5b
5ae49a6d1d992b1c2b9f9b0ebb149382a70d1711
refs/heads/main
2022-12-25T12:06:29.106759
2020-10-07T20:18:23
2020-10-07T20:18:23
null
0
0
null
null
null
null
UTF-8
Python
false
false
619
py
from django.contrib import admin from django.conf import settings from django.urls import include, path from core import views as core_views from django.conf.urls.static import static urlpatterns = [ path('admin/', admin.site.urls), path('', core_views.index, name='index'), path('donate/', core_views.donat...
[ "DPBefumo@gmail.com" ]
DPBefumo@gmail.com
73ddcb45b10df0f0c85f275e7a8190f7bd549bc2
677df89f5395f19b87b9f868da8c96f2c5ffbc5e
/code/pycs/client.py
6afd66ec16bd58036a0f37d4f94cf7133e878ada
[]
no_license
vinnyzhaowenyu/mdnote
eefdffd8c526f2aa1893de3ec3891cc7452ea395
d1f0835e31f46a6eeb9fe274778fdbac84f27570
refs/heads/master
2021-01-15T13:25:07.011643
2017-11-04T07:48:57
2017-11-04T07:48:57
92,654,000
0
0
null
null
null
null
UTF-8
Python
false
false
535
py
#!/usr/bin/env python import socket import os ss=socket.socket(socket.AF_INET,socket.SOCK_STREAM) ss.connect(('127.0.0.1',8123)) #f=open('aa','wb') ss.sendall('hello serverdddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddd...
[ "admin@zhaowenyu.com" ]
admin@zhaowenyu.com
44a7c1943eb7b978a98e5947ac8a6925fbb719a5
5f27bc1a0460a078f6fe33a544f494a5dff7f452
/script/puzzle_test_backup_D_20_1026/D_20_1020_vrepMoveit_jaco1.py
9c282275c0404bbd785b9da6c406c8b27613031f
[]
no_license
A-Why-not-fork-repositories-Good-Luck/arm_move
3e381f0310265f47da14beaac136c358fb318f92
e2e6182cfd93df1935bd3b8e9158134964dc44fa
refs/heads/master
2023-03-15T18:37:17.337770
2020-11-18T06:46:06
2020-11-18T06:46:06
null
0
0
null
null
null
null
UTF-8
Python
false
false
32,748
py
#!/usr/bin/env python GRID_SIZE = 0.01 G2P_SIZE = 100 import rospy import numpy as np import tf import matplotlib.pyplot as plt import copy import time import D_20_1020_custom_function as CUF import D_20_1020_client_function as CLF from D_20_1020_VFHplus_change_radius import influence from D_20_1020_envClass4altest ...
[ "welovehun91@gmail.com" ]
welovehun91@gmail.com
26e63b09b2482b2c6ad1c3618519251ceac2ed9a
4dc5f671d6f8e1d22a90b8244c58473aa440236b
/definitions.py
dc126bb2175829caf0262328d5499902f8a6223e
[]
no_license
nithinmk26/PythonStuff
00f6c5094ee09aedde0691c05ba6c8ca5c5640a5
d54927147bebb94e14529c77f414fb77148ca3ba
refs/heads/master
2023-01-09T07:30:51.416535
2020-11-04T10:23:53
2020-11-04T10:23:53
309,967,890
1
0
null
null
null
null
UTF-8
Python
false
false
164
py
def print_name(name): print(name) print_name("nanda") #print_twice("nithin") def print_twice(name): print_name(name) print_name(name) print_twice("nithin")
[ "nithinmk26@gmail.com" ]
nithinmk26@gmail.com
df90f052aa06361c8bda15da8154b401621d1aed
50eb70ca3154f9a84f89a883718a87df63f78e80
/mpServerProcess.py
aa49a8172d4fc14116a7062f5109b6281c5f3414
[]
no_license
Rocia/Learning-multiprocessing
b0e5bd8b70afa7c3dce19feb9b188ede9869323f
0b4dd7d1d7bf4831069b53adb1e8d970a24261d9
refs/heads/master
2020-06-28T01:22:44.012701
2017-07-14T07:32:01
2017-07-14T07:32:01
97,080,749
1
1
null
null
null
null
UTF-8
Python
false
false
561
py
from multiprocessing import Process, Manager def A(d, l): d[1] = '2' d['2'] = 3 d[3.14] = None d['alpha'] = None d['beta'] = 'gamma' l.reverse() if __name__ == '__main__': manager = Manager() DICTIONARY = manager.dict() LIST = manager.list(range(15)) process = Process(target=...
[ "rocia.fernandes@gmail.com" ]
rocia.fernandes@gmail.com
d53a6445ee0ad5ff6856c3aa7fb0d32ba99044a2
301912f90f6fbc0ebdfe0726a4900a74789a0707
/tele-bot.py
a54604ea84c8c1853977a5a3f90d0c187cc90ce8
[]
no_license
denyskrysko/python-bots
51037374da09d08b6027fb855d951a86ace7215b
8eebf065f0a98667de620ba1b99eb4407091fd5e
refs/heads/master
2020-06-04T11:06:50.156392
2019-07-04T13:33:54
2019-07-04T13:33:54
191,995,562
0
0
null
null
null
null
UTF-8
Python
false
false
2,476
py
import time import requests from lxml import html from bs4 import BeautifulSoup import schedule import datetime import urllib.request def parse(url): try: page = requests.get(url) tree = html.fromstring(page.content) name = tree.xpath('//div[@class="quote-ticker tickerLarge"]/text()') ...
[ "denyskrysko@gmail.com" ]
denyskrysko@gmail.com
fab2b30ed6fb8e6b0e82f7b5754c46de062f13c1
6cffd0ad5a0e15dc7bc5c0ec78b6eaece0ef9371
/bstest.py
83525ffd175a259b0ca1875d622be75c475e938f
[]
no_license
asura123456/untitled1
79979edd7f51307e00b10e3a474031fe70f709d5
08382bef16ef603955c86cc55aafaecf1282117f
refs/heads/master
2021-03-03T14:12:00.514373
2020-03-19T09:34:03
2020-03-19T09:34:03
203,749,765
0
0
null
null
null
null
UTF-8
Python
false
false
408
py
__author__ = 'Administrator' from bs4 import BeautifulSoup import urllib.request #reponse=urllib.request.urlopen('BeautifulSoup.html') soup=BeautifulSoup(open('BeautifulSoup.html'),'lxml') #for i in soup.find_all('a',id="link2"): # print(i) print(soup.select('p .sister')) print(soup.select('head>title')) prin...
[ "maya0026@tom.com" ]
maya0026@tom.com
3c693e431934b383adf4d7f0be6aacd476f5da73
9a78d88daeef20341da3b3ed326f7be633cb2b46
/instagram/instagramScraper.py
db788f63dd38fd3becb00f541e0c67850be53b54
[]
no_license
muhammedfatih/SocialScraper
6f410e3f44495ec65f63d8c50734aa24f0278bc7
a83f53b272fae7da33e400d8409d44578f22ccd9
refs/heads/master
2022-11-17T21:30:12.966814
2020-07-18T17:59:17
2020-07-18T17:59:17
280,710,515
0
0
null
null
null
null
UTF-8
Python
false
false
1,425
py
from urllib2 import urlopen import re import json import sys sys.path.append("models") from instagramUser import instagramUser class instagramScraper: INSTAGRAM_URL="https://www.instagram.com/" userData=instagramUser("", "", "", 0, 0) def fetch(self, username): link = self.INSTAGRAM_URL ...
[ "mfatihinanc@gmail.com" ]
mfatihinanc@gmail.com
d9d33fe8b116cb7dc30454d84a7a1097e2401020
ad1e55b9a67c798cf4b4ce41c76b26977f8b4e8d
/vendor-local/celery/tests/test_utils/test_datastructures.py
c06e4d732e8b0cdfa46db88f55237d3206f51bd9
[ "BSD-3-Clause" ]
permissive
kumar303/rockit
7a6ac84bb8c37e5f3b65d7dcecf9b9c549902cf5
fc347b5b143835ddd77fd0c1ea4e6f2007a21972
refs/heads/master
2021-01-10T19:51:30.638073
2020-07-26T19:00:37
2020-07-26T19:00:37
4,219,328
0
2
BSD-3-Clause
2020-07-26T19:00:38
2012-05-03T22:03:24
Python
UTF-8
Python
false
false
8,435
py
from __future__ import absolute_import from __future__ import with_statement import sys from celery.datastructures import (ExceptionInfo, LRUCache, LimitedSet, AttributeDict, DictAttribute, ConfigurationView, DependencyGraph) from celery.tests.util...
[ "kumar.mcmillan@gmail.com" ]
kumar.mcmillan@gmail.com
cde91956a9edb08f6b4f838f37d9d754e7956ca6
d78c504f800a7fc305db5a1e84fe303f97a5f3f4
/14-0 Weather.py
98d1f1ca145a59c9c8ac73455b9184447d63b248
[]
no_license
InnaKr/Exercises
e2c44dc06e1e561cd00e31d3715e503901c58e1f
d9d4531d3c7f8aebf1e1f9c0645843569e6f07c4
refs/heads/master
2020-05-18T19:52:10.336057
2019-06-30T15:59:05
2019-06-30T15:59:05
184,618,845
0
0
null
null
null
null
UTF-8
Python
false
false
1,049
py
import requests # city = "Macerata" city = input('Введіть місто(En): ') appid = "47212252e5b0293b1e53348aa194bdb3" while True: try: res = requests.get("http://api.openweathermap.org/data/2.5/weather", params={'q': city, 'units': 'metric', 'lang': 'ua', 'APPID': appid}) data = r...
[ "49992989+InnaKr@users.noreply.github.com" ]
49992989+InnaKr@users.noreply.github.com
00afe15515e8406d7267839d7d8a4be3bccea3fa
1dbbb05b30d27c6419b9f34eea3b9a47f92582a0
/parlai/zoo/sea/bart_base.py
44e3581dd73c1b7ad168a64f76a5a09e3c7c18f6
[ "MIT" ]
permissive
facebookresearch/ParlAI
815334323d0ebef51bf9837336fe3eef6fe1655d
e1d899edfb92471552bae153f59ad30aa7fca468
refs/heads/main
2023-08-31T22:20:45.918129
2023-08-14T19:39:56
2023-08-14T19:39:56
89,266,735
10,943
2,395
MIT
2023-09-13T23:07:40
2017-04-24T17:10:44
Python
UTF-8
Python
false
false
741
py
#!/usr/bin/env python3 # Copyright (c) Facebook, Inc. and its affiliates. # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. """ Vanila BART-Large 400m parameter model with no retrieval. """ from parlai.core.build_data import built, download_mode...
[ "noreply@github.com" ]
facebookresearch.noreply@github.com
363f924942de71b7d00a8c1074ffc45f369e5ddd
d257d98b6f0116797d882191a85fbfc407b44a07
/new submission/Core.py
7e6cac5e3c020057298b1cb743c21e258730278b
[ "MIT" ]
permissive
AmrAshmawy2099/DL_Framework
dbe56d67dce78b5e679a10620f74a7ccc0b9e2d8
a46e76936646e349f6e50852e1630362ae3d6d49
refs/heads/main
2023-02-20T00:14:29.866234
2021-01-25T11:17:13
2021-01-25T11:17:13
332,546,908
0
0
null
null
null
null
UTF-8
Python
false
false
15,546
py
import numpy as np import pandas as pd #import matplotlib.pyplot as plt from statistics import mean import warnings warnings.filterwarnings("error") # foundation classes ################################################### class SGD: def __init__(self, parameters, alpha=0.1): self.parameters = parameter...
[ "noreply@github.com" ]
AmrAshmawy2099.noreply@github.com
e038243caf03d7f65252cbc3b38256816376cb27
db6f7200e7d62f499b500d7e26678835df2e5771
/app/__init__.py
8723ea03b093e4553a46f087b4720fff63cc3d5e
[]
no_license
melaniesarah/flask-microblog2
0583d820152e5493456346554597146c8236cf9e
98b6ebf206624a5189a16617b427c2b51779d2cb
refs/heads/master
2023-03-10T01:42:05.322797
2021-02-24T21:45:58
2021-02-24T21:45:58
296,149,326
1
0
null
null
null
null
UTF-8
Python
false
false
3,042
py
import logging from logging.handlers import SMTPHandler, RotatingFileHandler import os from flask import Flask, request, current_app from flask_sqlalchemy import SQLAlchemy from flask_migrate import Migrate from flask_login import LoginManager from flask_mail import Mail from flask_bootstrap import Bootstrap from flask...
[ "melaniesarah@gmail.com" ]
melaniesarah@gmail.com
417a08e70bb7a9d9dd71117edfc2d81b6f20d424
0686243fad8eb4e17959d8819c62d183d71adf57
/tasks/views.py
e18347d900ef9a8032594d1c89c71cbcefe9fb5c
[]
no_license
package-coder/REPO-CS50Django
c241034d1e164d8d79a2ebf5601dce0517b7db66
0b1acb77800cbc55f8a7ef608a498aa813253851
refs/heads/main
2023-07-25T08:18:35.750988
2021-08-29T11:10:28
2021-08-29T11:10:28
401,021,110
0
0
null
null
null
null
UTF-8
Python
false
false
1,000
py
from django.shortcuts import render from django import forms from django.http import HttpResponseRedirect from django.urls import reverse tasks = [] class TaskDAOForm(forms.Form): task = forms.CharField(label="Task") priority = forms.IntegerField(label="Priority", min_value=1, max_value=10) # Create your vi...
[ "79316343+package-coder@users.noreply.github.com" ]
79316343+package-coder@users.noreply.github.com
1e6a1bb4cbd846a1560ef7c7610b9ebcc4805c88
0e8b844a713bdb29e47ab445e55e0470194f3fda
/venv/bin/isort
c01f421efccde16d7e0aa853783f244265ba6e87
[]
no_license
Linazzi83/aplicacao4
77666efd124192298cf3db06704a164a33dc451b
2a1d20b3c3bb2da618b533b6bdb79f72802cdc80
refs/heads/master
2020-07-20T15:14:02.049933
2019-09-05T19:11:46
2019-09-05T19:11:46
206,665,730
0
0
null
null
null
null
UTF-8
Python
false
false
233
#!/home/san/Dev/app4/venv/bin/python3.7 # -*- coding: utf-8 -*- import re import sys from isort.main import main if __name__ == '__main__': sys.argv[0] = re.sub(r'(-script\.pyw?|\.exe)?$', '', sys.argv[0]) sys.exit(main())
[ "gedegoliu@gmail.com" ]
gedegoliu@gmail.com
da2e6602833e17793bb83c4b4c77acb468f4abe2
850435d1ba6bd7c7a22f1a866af7ab75c49471b3
/and-the-award-goes-to-master/extract/util.py
90359e96560404c14899ca93231e3a018f995033
[ "MIT" ]
permissive
csaund/formal-models
fcc93c7f6df0e4bf2a1f988cd9a6785122b92ae0
85d5f217fbbc05f373d4822093373665c256a3ee
refs/heads/master
2020-04-17T09:14:37.197142
2019-04-17T14:28:37
2019-04-17T14:28:37
166,450,395
0
0
null
null
null
null
UTF-8
Python
false
false
1,877
py
import re import os import csv import requests from bs4 import BeautifulSoup def only_ascii(string): """ Returns only ASCII encoded characters """ return "".join([c for c in string if ord(c) < 127]) def check_headers(filename, fieldnames): """ Validates input fields to file fields. """ with open(file...
[ "tmartinovska117@gmail.com" ]
tmartinovska117@gmail.com
1bcf9326d84b2e3d2430d6b53b5c8bd59809b755
6a861335fc5d659abdbc8bd9163d924106271f8c
/addNewGTPRevScore.py
09d4b50b18163530ac6a83b9fe21174683de55af
[]
no_license
krtin/ContrastiveSummaries
2585b8c84f4d8aa5ffdbeffac65d91b226bf8c95
fc6fad3ca6ba6b85074ebfa4cfb605eddbd68479
refs/heads/master
2020-03-28T06:46:06.244548
2018-09-07T21:10:10
2018-09-07T21:10:10
147,858,579
3
0
null
null
null
null
UTF-8
Python
false
false
3,811
py
import config import pandas as pd import pickle as pkl import numpy as np import os import unicodedata def is_number(s): try: float(s) return True except ValueError: pass try: import unicodedata unicodedata.numeric(s) return True except (TypeError, Value...
[ "kkumar15@CS.McGill.CA" ]
kkumar15@CS.McGill.CA
7240d4ecab15682787443877a38f85b61f1f032b
46a09c35dda8f75d9df6af8db52f6e826e1fc1e1
/main.py
773769696b9b9bc14d292f4fe478bf0fabe7fe80
[]
no_license
stevebottos/stocktwits-scraper
c4c675da029859e578b609fc8f452f346b404285
04609b9a33a94a989f3476fcaa7e742fcb179efb
refs/heads/master
2023-03-13T06:50:19.636431
2021-03-04T07:20:42
2021-03-04T07:20:42
291,401,654
1
0
null
null
null
null
UTF-8
Python
false
false
6,788
py
""" * Needed to enable gmails "less secure apps" to allow the email portion to work """ import smtplib import ssl from email.mime.text import MIMEText import os import secrets import requests import json from datetime import datetime import pickle import re import pandas as pd import pathlib PATH = pathlib.Path(__fil...
[ "steve.bottos@hotmail.ca" ]
steve.bottos@hotmail.ca
f3a8746b07f7a4ed5bae29cf9753647930f33964
2f99edadfdea111b06000e01a4d15d7a5ec3264f
/15_python包.py
6ea8368d1eb2295cc9df8b4e779e34431a0bb50b
[]
no_license
chenweilong1022/python-
00dd1ffe0f612d8c573e93a5fe1e43eb7715f115
e7251ab791af65589cf42cf2570286212f4636b3
refs/heads/master
2020-05-07T17:33:44.648974
2019-04-17T10:18:50
2019-04-17T10:18:50
180,731,375
0
0
null
null
null
null
UTF-8
Python
false
false
104
py
from test01.package01 import package01 from test01.package02 import package02 package01() package02()
[ "陈伟龙" ]
陈伟龙
6d6f0f9613d182bbd152627313f49791fd6e358f
4fa6036d6f924105554ae02ffbd1cec23de80354
/2020-09-09-blusa-camiseta-criterios-minimo-stock/code_low_demand_aux.py
541fe5ff613f616a291e409bba74790936b4ff6c
[]
no_license
daryachyzhyk/Reports
a9ac7f4850a26c51dae5198a940ed786636f7acd
93eb92dc04beb6b02ce97fb74496195d5647c77d
refs/heads/master
2023-05-14T20:22:41.992352
2021-06-09T07:06:42
2021-06-09T07:06:42
277,542,689
0
0
null
null
null
null
UTF-8
Python
false
false
20,516
py
'''Two families: BLUSA and CAMISETA do not follow the rule of the minimum of stock that we establish on the level family-size. They have a good level of stock but the PS feedback is bad. Investigate these families using another variables such as: color, print, basic, style, fabric, etc. Use particular dates. Compare...
[ "d.chyzhyk@lookiero.com" ]
d.chyzhyk@lookiero.com
1e28c69475afb7c2f2e67c3a0a62edb27df50580
179f33dc6856f32db8aceffdd1cf2278000fb321
/blog/models.py
48d317ba3d060c202d24ea634059d8fb6d1d60b7
[]
no_license
alejandrapiedrasanta/progracomercial
8c9826012f9a48a132276f275152a7fdbf065163
68c2c68379e178e54fa827d8c84d2f695b6a01aa
refs/heads/master
2023-08-14T09:19:14.836187
2021-10-14T09:32:20
2021-10-14T09:32:20
411,798,479
0
0
null
null
null
null
UTF-8
Python
false
false
677
py
from django.db import models # Createfrom django.db import models from django.utils import timezone class Publicacion(models.Model): autor = models.ForeignKey('auth.User', on_delete=models.CASCADE) titulo = models.CharField(max_length=200,help_text="Ingrese el titulo") texto = models.TextField() fech...
[ "alesarti@mesoamericana.edu.gt" ]
alesarti@mesoamericana.edu.gt
b92efc48c054ab584bde5eced15bde64256a245a
3951ae64b6b7ada4f035a3dd835b23cf7e624ee0
/advert/models.py
b7ee5f7904cd6c568b07570302a340d84dec2ef5
[]
no_license
ichinda/Tenders
bc4123be28929f827d773c267d2fac2d93662ff5
f13111b7aeccf90bf5e4104966f76936e83ef41e
refs/heads/master
2022-03-06T17:26:31.351951
2019-09-20T03:45:48
2019-09-20T03:45:48
null
0
0
null
null
null
null
UTF-8
Python
false
false
979
py
from django.db import models from django.utils import timezone from django.contrib.auth.models import User from django.urls import reverse from phonenumber_field.modelfields import PhoneNumberField # Create your models here. class Advert(models.Model): image = models.ImageField(default= 'default_business.jpg', uploa...
[ "agrawal.arpit14@gmail.com" ]
agrawal.arpit14@gmail.com
1c0a243fae087ba9520b940a1940a5458e5d1a61
15f321878face2af9317363c5f6de1e5ddd9b749
/solutions_python/Problem_95/2103.py
a414f3ccb3b1e3142cf256e7d173e37982b1e31b
[]
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,026
py
#! /usr/bin/env python import operator from sys import stdin in1 = "ejp mysljylc kd kxveddknmc re jsicpdrysirbcpc ypc rtcsra dkh wyfrepkym veddknkmkrkcdde kr kd eoya kw aej tysr re ujdr lkgc jvzq" out1 = "our language is impossible to understandthere are twenty six factorial possibilitiesso it is okay if you want to ...
[ "miliar1732@gmail.com" ]
miliar1732@gmail.com
2fe4cec6defc2e66ddc4db17511c536f84514dd1
ee6acbd5fcd0fcd16230e96a4a539de41a02c97e
/operators/special-resource-operator/python/pulumi_pulumi_kubernetes_crds_operators_special_resource_operator/sro/v1alpha1/__init__.py
7e6f12156a258138619de35e038acddf3d969e0c
[ "Apache-2.0" ]
permissive
isabella232/pulumi-kubernetes-crds
777e78137aaf6525a44b61a02dccf91bf0d87a14
372c4c0182f6b899af82d6edaad521aa14f22150
refs/heads/master
2023-03-15T04:29:16.039753
2020-12-30T19:35:54
2020-12-30T19:35:54
null
0
0
null
null
null
null
UTF-8
Python
false
false
275
py
# coding=utf-8 # *** WARNING: this file was generated by crd2pulumi. *** # *** Do not edit by hand unless you're certain you know what you are doing! *** # Export this package's modules as members: from .SpecialResource import * from ._inputs import * from . import outputs
[ "albertzhong0@gmail.com" ]
albertzhong0@gmail.com
f7c258330381012d574538f806f44342ee8b2f48
3d6f870af1af2bb608bfd404c80c3f8ed58d31b2
/main.py
d7d437390c61e2d1294ee1a6c701de9cf33b46cb
[]
no_license
saness/tictactoe
1cbd0b9fa8230f259c587b9194b7eefbdc029ab7
4f3ac33d8f0743d0887aa4f602dea311a69cc780
refs/heads/master
2022-04-25T16:50:30.106869
2020-04-10T06:53:32
2020-04-10T06:53:32
254,531,521
0
0
null
null
null
null
UTF-8
Python
false
false
3,178
py
board = [' ' for x in range(10)] def insertLetter(letter, pos): board[pos] = letter def spaceIsFree(pos): return board[pos] == ' ' def printBoard(board): print(' | | ') print(' ' + board[1] + '| ' + board[2] + '| ' + board[3]) print(' | | ') print('----------- ') print(' | ...
[ "sanishsuwal3@gmail.com" ]
sanishsuwal3@gmail.com
5e1e1a8a01e9a4132bd94ac4745a7070a47d4718
be0f3dfbaa2fa3d8bbe59229aef3212d032e7dd1
/Gauss_v45r8/Gen/DecFiles/options/22114002.py
7953c9feeb8c8d3d7f7c9d855b04a94363e3a510
[]
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
752
py
# file /home/hep/ss4314/cmtuser/Gauss_v45r8/Gen/DecFiles/options/22114002.py generated: Fri, 27 Mar 2015 15:48:15 # # Event Type: 22114002 # # ASCII decay Descriptor: [D0 -> pi+ pi- mu+ mu-]cc # from Configurables import Generation Generation().EventType = 22114002 Generation().SampleGenerationTool = "SignalPlain" from...
[ "slavomirastefkova@b2pcx39016.desy.de" ]
slavomirastefkova@b2pcx39016.desy.de
7ce855509a02fabb32794d93a57361f957f8535c
67bde32c6aeb71880a10cc67d5c2266fceb9deb8
/Python3-Patterns_Recipes_Idioms/saved_script/Ch 28 Fronting for an implementation.py
fe941f29091702deca207bc093ec11c1a0da3102
[]
no_license
Sprinterzzj/Effective-Python
981ea71eb028d5c782ab85de2e66c30f724a4ddc
0af0e1d20741c6bce0951ea17c23534c4ccb2d9a
refs/heads/master
2021-07-01T16:22:46.682452
2020-10-08T10:11:39
2020-10-08T10:11:39
180,560,855
0
0
null
null
null
null
UTF-8
Python
false
false
1,435
py
#!/usr/bin/env python # coding: utf-8 # 代理 # # 代理模式 用来**控制 implementation 的访问**. # In[ ]: # Simple demonstration of the Proxy pattern class Implementation(object): def f(self): print('***f***') return def g(self): print('***g***') return def h(self): print('*...
[ "zhangzijie.dlut@gmail.com" ]
zhangzijie.dlut@gmail.com
b248f7b6e4a7f92757f0a8c13236f489a28b112f
ace30d0a4b1452171123c46eb0f917e106a70225
/filesystems/vnx_rootfs_lxc_ubuntu64-16.04-v025-openstack-compute/rootfs/usr/lib/python2.7/dist-packages/oslo_privsep/tests/test_comm.py
72f7aefceab898b5a143045d7aa771a0fc759a9f
[ "Python-2.0" ]
permissive
juancarlosdiaztorres/Ansible-OpenStack
e98aa8c1c59b0c0040c05df292964520dd796f71
c01951b33e278de9e769c2d0609c0be61d2cb26b
refs/heads/master
2022-11-21T18:08:21.948330
2018-10-15T11:39:20
2018-10-15T11:39:20
152,568,204
0
3
null
2022-11-19T17:38:49
2018-10-11T09:45:48
Python
UTF-8
Python
false
false
2,698
py
# Copyright 2015 Rackspace Inc. # # 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 agr...
[ "jcdiaztorres96@gmail.com" ]
jcdiaztorres96@gmail.com
5fdaeecaf64cdc22e25b4913a33d91d5c7b28577
714306f0587cbe874a8663d80255799e91e3bff8
/scripts/scrape.py
4fecb8389f2a88602b52ad694bf9f8ef3d3d10ca
[]
no_license
carbonXIII/research_scraper
65225e536512a43746f50bc38d0b007ee14ebb86
658b1ee616298366631a0bebe06d5b3ef3342310
refs/heads/master
2022-05-17T13:44:04.167376
2019-10-22T19:17:51
2019-10-22T19:17:51
null
0
0
null
null
null
null
UTF-8
Python
false
false
7,404
py
# Scraper to scrape some information from a Github repository (website and cloned repo) # From Github: # Description # Issues # Pull requests # From Cloned Repo: # .markdown files # in-line comments from shutil import rmtree import os, sys import bs4 as soup import requests from myutils import onerror, choose_subse...
[ "r1ch4rds.j0rdan@gmail.com" ]
r1ch4rds.j0rdan@gmail.com
626ad41b7c2f45201c36c890134ff3c5e306ba4b
2e7656524d3bc32a5f256973afcb3dd35fc6b764
/matrice.py
e8f55835f226cee96bdf2a3211155629cc12b883
[]
no_license
bondac-ion/Matrice
fa047adf91e23c3691b98f05bda79e8971f7d482
891e0325a8c8e605ae18129272e3cc80aabee421
refs/heads/main
2023-08-15T04:00:37.106089
2021-10-06T19:03:29
2021-10-06T19:03:29
414,337,296
0
0
null
null
null
null
UTF-8
Python
false
false
589
py
a=[[2,11,54,3,1], [34,6,55,9,22], [1,2,3,4,5], [9,7,6,45,0], [12,23,34,45,56]] for i in a: print("suma randului",i+1,"este",sum(i)) for i in range(len(a)): col=[] for rind in a: col.append(rind[i]) print("suma coloanei",i+1,"este",sum(col)) d_principala=[] d_secundara=[] for i ...
[ "noreply@github.com" ]
bondac-ion.noreply@github.com
5a1a215fc88b1c2d5c7a9729d348862c15461931
b64687833bbbd206d871e5b20c73e5bf363c4995
/crocs.py
2ea505fc464101c7b928b4bbcbb3e5e9cd5a0f07
[ "Apache-2.0" ]
permissive
barkinet/crocs
462225eee0975c9240ec25ca1275e0f9dc991e00
7ab44d1eb45aac7b24ab64601255d9fb38049040
refs/heads/master
2020-12-02T09:12:18.988446
2017-07-09T20:09:52
2017-07-09T20:09:52
null
0
0
null
null
null
null
UTF-8
Python
false
false
5,547
py
from random import choice, randint from string import printable import re class RegexStr(object): def __init__(self, value): self.value = value def invalid_data(self): pass def valid_data(self): return self.value def __str__(self): return re.escape(self.value) class ...
[ "ioliveira.id.uff.br" ]
ioliveira.id.uff.br
a97d0b7b5c266a837d5caf3fefb00339c7d845dc
8fcae139173f216eba1eaa01fd055e647d13fd4e
/.history/scraper_20191220144406.py
d08dde54a93939a73cdb07eb8e08d72519375f5e
[]
no_license
EnriqueGalindo/backend-web-scraper
68fdea5430a0ffb69cc7fb0e0d9bcce525147e53
895d032f4528d88d68719838a45dae4078ebcc82
refs/heads/master
2020-11-27T14:02:59.989697
2019-12-21T19:47:34
2019-12-21T19:47:34
229,475,085
0
0
null
null
null
null
UTF-8
Python
false
false
1,693
py
#!/usr/bin/env python # -*- coding: utf-8 -*- """ Module docstring: One line description of what your program does. There should be a blank line in between description above, and this more detailed description. In this section you should put any caveats, environment variable expectations, gotchas, and other notes abo...
[ "egalindo@protonmail.com" ]
egalindo@protonmail.com
4795a56db26abe40c2a74585633599bdd4dbe46f
87658453efcdbed898c9dd7fae77cd6c1c9dae79
/scripts/run_multiple_tail_at_scale.py
860b49357df4b2486ab955ce0f908ebec6f4a722
[ "Apache-2.0" ]
permissive
matthelb/gryff
ada0fed962988bbcc32daff040de1029eb0d17f2
faea8bf494c472d66f98c3701cd88b7c472c374f
refs/heads/master
2021-02-05T23:52:38.728832
2020-04-01T20:01:30
2020-04-01T20:01:30
243,851,022
8
3
null
null
null
null
UTF-8
Python
false
false
281
py
import utils import sys from utils.experiment_util import * def main(): if len(sys.argv) != 2: sys.stderr.write('Usage: python3 %s <config_file>\n' % sys.argv[0]) sys.exit(1) run_multiple_tail_at_scale(sys.argv[1]) if __name__ == "__main__": main()
[ "mlb452@cornell.edu" ]
mlb452@cornell.edu
a0adbf0801f319434a3785fe01f994198732a1a1
163bbb4e0920dedd5941e3edfb2d8706ba75627d
/Code/CodeRecords/2864/60618/317011.py
a6f56f689fbf65afed239fae41b9105f1e30fc28
[]
no_license
AdamZhouSE/pythonHomework
a25c120b03a158d60aaa9fdc5fb203b1bb377a19
ffc5606817a666aa6241cfab27364326f5c066ff
refs/heads/master
2022-11-24T08:05:22.122011
2020-07-28T16:21:24
2020-07-28T16:21:24
259,576,640
2
1
null
null
null
null
UTF-8
Python
false
false
1,548
py
class Solution: def find(self, n, data): if n == 1: return data[0] re = 0 d = dict() for i in range(n): d[data[i]] = data.count(data[i]) # 这两行可以好好学习一下!!! sorted_key_list = sorted(d, reverse=True) # key从大到小 sorted_dict = sorted(d.items...
[ "1069583789@qq.com" ]
1069583789@qq.com
fb100ad85682045d4052339d1143167421753289
3cfaa57f120c53694bdeb71c3785e95a6152f8e7
/pi_libs/macros.py
83e7f48ea48cf340b143c79a982f8e8ae9ff69f6
[]
no_license
QUT-Motorsport/QUTMS_CANSimulation
810593d82963717dd82e0c8ee549c06bdb4d851d
6f3f7acaebceae90702a9cada113f1265dc51e1b
refs/heads/master
2022-04-08T09:23:55.848072
2020-03-12T01:41:27
2020-03-12T01:41:27
246,234,740
1
1
null
null
null
null
UTF-8
Python
false
false
1,400
py
""" CAB202 Teensy Library (cab202_teensy) macros.h rewritten to Python code B.Talbot, September 2015 L.Buckingham, September 2017 M.Sadykov, November 2019 Queensland University of Technology """ """ Setting data directions in a data direction register (DDR) """ def SET_INPUT(...
[ "mattsadov@gmail.com" ]
mattsadov@gmail.com
07d35f66b6c9afb14eb49238a555cec69a67ef2c
5dc77586e3e0f9de1f032fd2ca68494d8e58928f
/contrib/great_expectations_geospatial_expectations/great_expectations_geospatial_expectations/expectations/expect_column_values_geometry_to_be_within_shape.py
4fb1ffed1fe1ffab5fafb06d1d68eb5f5526a0d0
[ "Apache-2.0" ]
permissive
great-expectations/great_expectations
dd7c22e6277d6b08bee3ff38a015e6e8cd434df6
b0290e2fd2aa05aec6d7d8871b91cb4478e9501d
refs/heads/develop
2023-09-04T09:30:26.395518
2023-09-02T00:00:13
2023-09-02T00:00:13
103,071,520
8,931
1,535
Apache-2.0
2023-09-14T19:57:16
2017-09-11T00:18:46
Python
UTF-8
Python
false
false
12,685
py
from typing import Optional import pandas as pd import pygeos as geos from great_expectations.core.expectation_configuration import ExpectationConfiguration from great_expectations.execution_engine import PandasExecutionEngine from great_expectations.expectations.expectation import ColumnMapExpectation from g...
[ "noreply@github.com" ]
great-expectations.noreply@github.com
07009bf78c01bc832ea59222c306f561654e552d
ba2efb956f472e508cac8a41921d67083136e1c8
/test.py
d54d89821dc811294a6f2b518dd498f232324426
[]
no_license
AHBruns/Syrio
1599c9f97b8022dd63c297e7ea6a4e88abd5cf86
881512ee5e2ee52ad70de5326f80c9e100736adb
refs/heads/master
2020-05-09T15:55:12.831283
2019-04-14T03:45:44
2019-04-14T03:45:44
181,250,041
0
0
null
null
null
null
UTF-8
Python
false
false
119
py
import sqlite3 def t(s, c): try: c.execute(s) except sqlite3.OperationalError as ex: print(ex)
[ "alex.h.bruns@gmail.com" ]
alex.h.bruns@gmail.com
e1918394a57db35a46a6856e38ebedd667af34e4
d21112887ed1ec675b7b519cc991fc47bfa11735
/SaleML_PreDjango/Predicting/urls.py
fc440ad929f7717a684452088ecfe3d8b3a0a1bb
[]
no_license
SydNS/DjangoML-model
8c9ab65075b896ff129a872b087cdcd9dfc87e83
c15474b136d592e182e707f6a73269685c3e62ad
refs/heads/master
2023-03-02T13:27:33.809869
2021-02-06T09:57:34
2021-02-06T09:57:34
336,550,706
1
0
null
null
null
null
UTF-8
Python
false
false
196
py
from django.conf.urls import url from django.contrib import admin from django.urls import path, include urlpatterns = [ path('products', views.product_describe_view, name='product_add'), ]
[ "root@localhost.localdomain" ]
root@localhost.localdomain
24c369e604c97d4f7e16c18d93c67302fca9be3b
47789957e8dd6ba944bd4c04341cf8add431d64f
/shoppingcart/home/migrations/0005_address.py
0b765715896903f72bb9986d4f645cf9f59811fb
[]
no_license
binnib/EshopApp
8c93c518d09b5dbe9e3e9f357e9a68fa2d2d4585
4846b7f48e4224f2a0aee8942e9c758a9f890081
refs/heads/main
2023-03-28T17:04:48.063283
2021-04-12T05:52:37
2021-04-12T05:52:37
null
0
0
null
null
null
null
UTF-8
Python
false
false
1,121
py
# Generated by Django 3.0.6 on 2021-03-31 07:22 from django.db import migrations, models import django.db.models.deletion class Migration(migrations.Migration): dependencies = [ ('home', '0004_delete_address'), ] operations = [ migrations.CreateModel( name='Address', ...
[ "maheshsharma171226@gmail.com" ]
maheshsharma171226@gmail.com
1565de3abac24dee338faefa2cd4b094f35f2ecd
7963f09b4002249e73496c6cbf271fd6921b3d22
/emulator_6502/instructions/sbc.py
31e549a6575d30d766fd1bf37990f233dd92938b
[]
no_license
thales-angelino/py6502emulator
6df908fc02f29b41fad550c8b773723a7b63c414
1cea28489d51d77d2dec731ab98a6fe8a515a2a8
refs/heads/master
2023-03-19T14:46:17.393466
2021-03-08T04:10:45
2021-03-08T04:10:45
345,754,473
0
0
null
null
null
null
UTF-8
Python
false
false
3,553
py
SBC_IMMEDIATE_OPCODE = 0xe9 SBC_ZEROPAGE_OPCODE = 0xe5 SBC_ZEROPAGEX_OPCODE = 0xf5 SBC_ABSOLUTE_OPCODE = 0xed SBC_ABSOLUTEX_OPCODE = 0xfd SBC_ABSOLUTEY_OPCODE = 0xf9 SBC_INDIRECTX_OPCODE = 0xe1 SBC_INDIRECTY_OPCODE = 0xf1 class SBCImmediate(object): def __init__(self): super(SBCImmediate, self).__init__()...
[ "thales.angelino@gmail.com" ]
thales.angelino@gmail.com
5ee11a1a3c24fe548935f32270ff881fa53eb1a8
8460f7bdc6dd01c2a4f095a9af5b3766474afb4d
/util/Vis.py
00ae504b8892e6a281301b4bdf9bb0e87591f7b0
[]
no_license
ggqshr/ClassificationPic
36b38890f821549cb22dffd3e99e9fa8ebe16719
ddcd877184e368a823b08801d67c88645541ee3a
refs/heads/master
2020-05-03T20:44:05.650053
2019-04-07T06:43:46
2019-04-07T06:43:46
178,809,450
1
0
null
null
null
null
UTF-8
Python
false
false
2,464
py
import visdom import numpy as np import time import torchvision as tv class Visualizer(): """ 封装了visdom的基本操作,但是你仍然可以通过`self.vis.function` 调用原生的visdom接口 """ def __init__(self, env='default', **kwargs): import visdom self.vis = visdom.Visdom(env=env, use_incoming_socket=False, **kwar...
[ "ggq18663278150@sian.com" ]
ggq18663278150@sian.com
c9aa9c599cdb6264bd9acab064e97e527515437f
0a4d3723384ef0a6a858f01d79292ce73a46cd8b
/frontend/urls.py
286bf72ee53476aac3e84eb4719abbef526f6fec
[]
no_license
albus12138/NKTC-Website-Django
f32594e7de7397b1e70ccaa6e0dafbd2ff2caaf6
3c96ae272f226b33927bbdd0b05057127824a6ef
refs/heads/master
2021-01-23T16:26:51.251044
2015-08-06T08:28:37
2015-08-06T08:28:37
39,332,441
0
1
null
2015-08-06T08:28:37
2015-07-19T12:07:38
JavaScript
UTF-8
Python
false
false
653
py
# -*- coding: utf-8 -*- from __future__ import unicode_literals from django.conf.urls import patterns, url from frontend.views import index, main_menu, secondary_menu, secondary_menu_all, search, content urlpatterns = patterns('', url(r'^$', index, name='index'), url(r'^s/(?P<main>\w+)/$', main_menu, name="ma...
[ "albus.zly@gmail.com" ]
albus.zly@gmail.com