repo_name stringlengths 7 110 | combined_content stringlengths 100 49.3M | file_paths listlengths 2 9.33k |
|---|---|---|
0-1-0/marketbot | # -*- coding: utf-8 -*-
import gevent
from gevent import monkey; monkey.patch_all()
import telebot
from telebot import apihelper
from pymongo import MongoClient
from views import *
from utils import get_address
import botan
import time
botan_token = 'BLe0W1GY8SwbNijJ0H-lroERrA9BnK0t'
class Convo(object):
def __i... | [
"/app.py",
"/polling_listener.py",
"/tests.py",
"/utils.py",
"/views.py",
"/vk_crawler.py",
"/webhook_listener.py"
] |
00-a/Staff | import os
from datetime import timedelta
import environ
from pathlib import Path
# Read .env file
env = environ.Env()
environ.Env.read_env()
BASE_DIR = Path(__file__).resolve().parent.parent
# SECURITY WARNING: keep the secret key used in production secret!
SECRET_KEY = env.str('SECRET_KEY')
# SECURITY WARNING: d... | [
"/config/settings.py",
"/staff/migrations/0001_initial.py",
"/staff/models.py",
"/staff/serializers.py",
"/staff/services.py",
"/staff/urls.py",
"/staff/views.py"
] |
0000duck/hpp_source_code | "import hpp_idl.hpp.manipulation_idl\n\nfrom .client import Client\nfrom .problem_solver import Prob(...TRUNCATED) | ["/install/lib/python2.7/dist-packages/hpp/corbaserver/manipulation/__init__.py","/install/lib/pytho(...TRUNCATED) |
0023jas/Obelisk-Python-Wallet | "def weiToEth(amount):\n amount = amount/1000000000000000000\n return amount\n\ndef ethToWei(amoun(...TRUNCATED) | ["/currencyConvert.py","/ethStats.py","/obelisk.py","/privKeyGen.py","/qr.py","/walletDecryption.py"(...TRUNCATED) |
007Rohan/Project-Management-using-REST-API-DJANGO | "# Generated by Django 3.1.6 on 2021-02-25 05:46\r\n\r\nfrom django.conf import settings\r\nfrom dja(...TRUNCATED) | ["/app/migrations/0001_initial.py","/app/migrations/0002_auto_20210225_1119.py","/app/models.py","/a(...TRUNCATED) |
007gzs/xface | "# encoding: utf-8\r\nfrom __future__ import absolute_import, unicode_literals\r\n\r\nimport os\r\n\(...TRUNCATED) | ["/xface/face_analysis.py","/xface/model/__init__.py","/xface/model/base.py","/xface/model/face_alig(...TRUNCATED) |
00ba/KI | "'''\nCreated on Sep 7, 2016\n\n@author: oobasatoshi\n'''\n\nif __name__ == '__main__':\n nord = (...TRUNCATED) | [
"/sample.py",
"/test_tree.py",
"/tree.py"
] |
00mjk/iocontrollergw | "# NOTE: These variable will be overwritten during the build process by the Github action.\n\n__BUIL(...TRUNCATED) | ["/ioctlgw/__init__.py","/ioctlgw/boards/__init__.py","/ioctlgw/boards/baseinterface.py","/ioctlgw/b(...TRUNCATED) |
00mjk/tasks-unicode | "def Check(num1, num2):\n value = False\n dict = {}\n for i in range(num1, num2):\n (...TRUNCATED) | ["/acc/Check.py","/acc/admin.py","/acc/forms.py","/acc/migrations/0002_apiquery.py","/acc/models.py"(...TRUNCATED) |
00wuyu00/BuildDream | "# -*- coding: utf-8 -*-\r\nfrom django.db import models\r\nfrom Complex.models import Direction\r\n(...TRUNCATED) | ["/Competition/models.py","/Complex/models.py","/New/models.py","/Project/models.py","/Question/mode(...TRUNCATED) |
End of preview. Expand in Data Studio
README.md exists but content is empty.
- Downloads last month
- 26