text stringlengths 29 850k |
|---|
#! /usr/bin/python
# -*- coding: UTF-8 -*-
from __future__ import print_function
import subprocess
import threading
import locale
import sys
import os
locale.setlocale (locale.LC_ALL, '')
class ExecuteBackground (threading.Thread): # threading.Threadを継承
"""
プロセスをバックグラウンドで実行する
Threadクラスの子クラスとして定義(__init__()とr... |
Residents of Ellenton, are facing some financial problems which often choose to take a Payday Loan, Installment Loan, or other types of Cash Advance.
Can I get $300, $500 or $1000 cash in Ellenton, Florida?
We serve not only Ellenton but the other big and small cities of Manatee County, as well as other States. We can ... |
# This file is distributed under the same license as the Django package.
#
# The *_FORMAT strings use the Django date format syntax,
# see http://docs.djangoproject.com/en/dev/ref/templates/builtins/#date
DATE_FORMAT = 'j. F Y.'
TIME_FORMAT = 'H:i'
DATETIME_FORMAT = 'j. F Y. H:i'
YEAR_MONTH_FORMAT = 'F Y.'
MONTH_DAY_FO... |
One of the single essential principles in company is the sales funnel. Sales funnels can increase your earnings online by automating your company. They use a path of least resistance to growing and also scaling your organisation on auto-pilot. Yet after spending time with a few of the globe’s ideal online marketers, I ... |
import string,cgi
from datetime import datetime
from os import curdir, sep
from BaseHTTPServer import BaseHTTPRequestHandler, HTTPServer
from SocketServer import ThreadingMixIn
CONDOR_URL='http://www.cs.wisc.edu/condor/glidein/binaries/'
CORRAL_URL='http://www-rcf.usc.edu/~juve/glidein/'
class PackageMapper(HTTPServe... |
Welcome to the library of the INTRA project!
As you would in any library, here, you will find an archive of knowledge generated, a collection of news gathered, and many useful bits of information that project INTRA has been producing.
Feel free to browse through our online library and don't hesitate to contact us, if y... |
# -------------------------------------------------------------------------
# Copyright (C) 2005-2013 Martin Strohalm <www.mmass.org>
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundat... |
Credit repair companies have helped millions around the country have a better financial future. They eliminate the hours and hours of research and writing/data entry that comes with disputing negative credit marks by yourself. Going through a credit repair company typically will be the better route to go as they are we... |
from fabric.api import *
from fabric.contrib import files
import platform
from os.path import join
from argparse import ArgumentError
env.hosts = ['your_username@yourhost:yourport']
env.web_path = '/var/www/django'
env.log_root ='/var/log/apache'
env.project = 'example_project'
@task
def dev_serve():
with prefix(... |
Onda X20 is a cost-effective tablet which supports and 4G network. Equipped with a 10.1 inch 10-point IPS touch display, brings your photos and videos to life. Android 8.0 OS ensures you more wonderful user experience. Powered by MT6797 ( Helio X20 ) deca core processor, offers you smooth operation and stable multitask... |
# -*- coding: utf-8 -*-
from gluon import current
def config(settings):
"""
Template settings for Myanmar
- designed to be used in a Cascade with an application template
"""
#T = current.T
# Pre-Populate
settings.base.prepopulate.append("locations/MM")
# Uncomment to restric... |
Mt. Rundle is a mountain in Canada's Banff National Park overlooking the towns of Banff and Canmore, Alberta. The easiest route up Mt. Rundle ascends the gently sloping SW, right-hand profile of the mountain, as viewed from Banff. This is a non-technical climb if on the correct route and in the right season. Aside from... |
#!/usr/bin/env python
from spider import *
import re
sys.path.append("..")
from record import Record
class VideolecturesSpider(Spider):
def __init__(self):
Spider.__init__(self)
self.school = 'videolectures'
self.type_map = {'Lecture ' : 'vl',\
'Tutorial' : 'vtt',... |
They named the star in Ukrainian (“Putin-Huilo!”), and Travis Metcalfe, the organization’s founder, says he didn’t realize what it meant until the name started making the social media rounds. Nevertheless, he’s keeping it. Proclaiming that “free speech is now written in the stars,” Metcalfe said the Ukrainians’ interst... |
#!/usr/bin/env python
#
# Copyright (c) 2010, Ryan Marquardt
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are
# met:
# 1. Redistributions of source code must retain the above copyright notice,
# th... |
AA, The Gathering and more!
Stewardship is recognizing your life and talents as important gifts from God, to be accepted with an attitude of gratitude, in a responsible and accountable manner returned with increase to God. As stewards, we follow the principles of the Bible and the teachings of Jesus by making God an ac... |
import json
import responses
from twitch.client import TwitchClient
from twitch.constants import BASE_URL
from twitch.resources import Clip
example_clip = {
"broadcast_id": "25782478272",
"title": "cold ace",
"tracking_id": "102382269",
"url": "https://clips.twitch.tv/OpenUglySnoodVoteNay?tt_medium=c... |
I’m kicking 2017 off with a month-long fitness challenge, courtesy of TruFusion Summerlin. I was one of the lucky recipients of a month-long pass to their newest facility. Checkout my winning photo!
My goal for the year is to receive Pop Pilates Certification and I’m determined to be as strong as possible.
To get this ... |
#!/usr/bin/env python
# -*- coding: utf-8 -*-
import sys
import os
import re
import xml.etree.ElementTree as ET
selectors = {'ServiceItem': ['descriptiveName', 'mode', 'path', 'pathmd5sum', 'status', 'name'],
'RegistryItem': ['KeyPath', 'ValueName'],
'FileItem': ['FilePath', 'FullPath', 'Fi... |
For the past few years, both AMD and Nvidia have leaned heavily on rebadged products when they introduced new hardware. This has generally led to widespread confusion and generally made the relationship between model number, performance, and power consumption even harder to track than it already is.
With the HD 8000 fa... |
from api.handler.APIHandler import APIHandler
import asyncio
import tornado
import hashlib
import tasks
import api.web
import base64
class index(APIHandler):
def get(self):
pass
encrypt_key = 'api.encrypt.{text}'
decrypt_key = 'api.decrypt.{text}'
class encrypt(APIHandler):
'''
加密 api,请求示例
u... |
Big thanks to WNYT NewsChannel 13 and Meteorologist Paul Caiano for using my image of yesterday's shelf cloud on this morning's broadcast!
I love getting messages like this one.
I absolutely love getting message like this one.
Footage form various locations around the Northeast, New York, and New Jersey. Late summer su... |
import json
from decimal import Decimal
from django.http import HttpResponse
from statistics.models import Session, Committee, Point, ContentPoint
def session_api(request, session_id):
# Since the graphs on the session page need to be able to livereload, we need to create
# a custom "API" that outputs the nec... |
As yesterday’s news of the upcoming Wood Elf DLC revealed, Creative Assembly are branching out into a whole new Total War: Warhammer faction on 8 December. Not content to leaf things at that, they’ve released a new video about Treemen.
They have their roots in the spirits of Athel Loren, and get barking mad at anybody ... |
# Copyright 2018 The Cirq Developers
#
# 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
#
# https://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in ... |
Education Secretary Betsy DeVos has reportedly opened an investigation into several universities at the center of a college admissions bribery scandal.
Politico, citing individuals familiar with the investigation, reported Monday that the Department of Education is looking into whether the universities broke laws or ru... |
# -*- coding: utf8 -*-
# 위 주석은 이 .py 파일 안에 한글이 사용되었다는 점을 표시하는 것임
def dot(a, b):
"""
크기가 같은 두 벡터 a, b의 내적 dot product
"""
# 벡터 a 의 크기.
# 벡터 b 의 크기는 같을 것이라고 가정한다
# (어떤 경우 오류가 발생할 수 있겠는가?)
n = len(a)
result = 0.0
for i in xrange(n):
result += a[i] * b[i]
return result
... |
Ingrown toenails, also known as onychocryptosis, is usually caused by trimming toenails too short, particularly on the sides of the big toes.
They may also be caused by shoe pressure (from shoes that are too tight or short), injury, fungus infection, heredity, or poor foot structure. Ingrown toenails occur when the cor... |
import sys
import os
from cx_Freeze import setup, Executable
os.environ['TCL_LIBRARY'] = r"C:\Users\Sasha\AppData\Local\Programs\Python\Python36-32\tcl\tcl8.6"
os.environ['TK_LIBRARY'] = r"C:\Users\Sasha\AppData\Local\Programs\Python\Python36-32\tcl\tk8.6"
includes = ["tkinter"]
include_files = [r"C:\Use... |
More 1961 alumni from Aledo HS Aledo, IL have posted profiles on Classmates.com®. Click here to register for free at Classmates.com® and view other 1961 alumni.
Missing some friends from Aledo that graduated with you in 1961? Check the list below that shows the Aledo Aledo, IL class of '61. |
from __future__ import unicode_literals
from django.db import models
from datetime import datetime
from django.utils import timezone
from django.db.models import Model, CharField, ForeignKey, IntegerField, DecimalField, BooleanField, DateTimeField
class School(Model):
'''
Stores information on a single sch... |
In a large soup pot, heat oil over medium heat. Add pork tenderloin (in batches if necessary) and brown on all sides. Using a slotted spoon transfer pork to a dish and set aside. Add onions and garlic to pot and sauté over medium-low heat, stirring occasionally, until onions are golden, about 6 minutes.
Stir in the flo... |
#!/usr/bin/env python
#
# @file insideJSBML_parser.py
# @brief JSBML classes parser using javap for GSoC 2016
# @author Hovakim Grabski
#
# <!--------------------------------------------------------------------------
#
# Copyright (c) 2013-2015 by the California Institute of Technology
# (California, USA), the Eu... |
Please note that this is the notes for the right hand only.
↑ before note means move up one octave while ↓ means move down one octave, else then stay at the same octave.
# after note means move half step higher so C# means play the black key after the white C key and we call it C Sharp.
b after note means move half ste... |
#!/usr/bin/env python
########################################################################
# $HeadURL$
# File : dirac-wms-get-queue-normalization.py
# Author : Ricardo Graciani
########################################################################
"""
Report Normalization Factor applied by Site to the given... |
Can anyone still be taking Palin seriously?
Came across this article this morning (here) where Palin while visiting Alaska admits that she used to sneak across the border for some of that single payer health care in Alaska!! Wow this lady is something else she derides single payer as if it is the devil incarnate but sh... |
#!/usr/bin/env python3
#
# Copyright 2014-2017 Simon Edwards <simon@simonzone.com>
#
# This source code is licensed under the MIT license which is detailed in the LICENSE.txt file.
#
import argparse
import atexit
import base64
import hashlib
import os
import os.path
import sys
import termios
##@inline
from extratermc... |
bwah! that looks cool. Nice photoshop work, too. Yay mass shifting! |
# -*- coding: utf-8 -*-
# -----------------------------------------------------------------------------
# Copyright 2018 by I3py Authors, see AUTHORS for more details.
#
# Distributed under the terms of the BSD license.
#
# The full license is in the file LICENCE, distributed with this software.
# ---------------------... |
Due to your phenomenal generosity last year, we started with an expected deficit of £70,000 and ended the year with a surplus of £50,000!
Both regular and one-off gifts were significantly more than we expected, meaning that our total income (£1,050,000) was 16% higher than budget (+£140,000).
On behalf of our mission p... |
"""
@Author: Rui Shu
@Date: 4/21/15
Performs sequential optimization.
"""
import time
from learning_objective.hidden_function import evaluate, true_evaluate, get_settings
import matplotlib.pyplot as plt
import utilities.optimizer as op
import numpy as np
# Open file to write times for comparison
file_record = open("... |
With over 12 years of experience in some of the most renowned restaurants in Australia and the United Kingdom, Chef Shaun Langdon has recently joined Mandarin Oriental, Sanya to lead the team of chefs at the resort’s signature Fresh Restaurant & Grill.
Hailing from the South-East coast of Australia, Shaun has always ha... |
#linked lists can have several nodes (these nodes contain the data)
class Node(object):
def __init__(self, data):
#this is where we store the data
self.data = data;
#this is a reference to the next node in the linked list
self.next_node = None;
#implementation of the linked list data structure
... |
Many condo master policies are now using a “per unit” deductible in order to shift risk from the master policy to the HO-6 or “unit owner’s” policy. Condo owners need to be advised of the type of HO-6 policy they should carry in order to properly minimize their out of pocket exposure.
The condo trust documents, or “con... |
# -*- coding: utf-8 -*-
import os
import csv
import shutil
import re
import sqlite3
import collections
from urlparse import urlparse, urljoin, parse_qs
from datetime import date
from bs4 import BeautifulSoup
import requests
html_path = "htmls"
image_url = "http://www.klaphio.gov.tw/uploadfiles/cd/"
base_url = "http:/... |
The US has decided to punish UNESCO (United Nations Educational, Scientific and Cultural Organisation) for admitting Palestine to its membership. The US has brought the organisation to its knees and it must now beg Big Brother for reinstatement of its funding.
Why is Palestine such a mighty threat to such a mighty nati... |
# -*- coding: utf-8 -*-
"""
Python Tests
~~~~~~~~~~~~
:copyright: Copyright 2006-2019 by the Pygments team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
import pytest
from pygments.lexers import PythonLexer, Python3Lexer
from pygments.token import Token
import re
@pytest.fixture(scope=... |
We stick to the principle of "quality to start with, service initially, continual improvement and innovation to meet the customers" for your administration and "zero defect, zero complaints" as the standard objective. To fantastic our service, we offer the products using the very good high quality at the reasonable pri... |
# -*- coding: utf-8 -*-
"""
flask_mosession
~~~~~~~~~~~~~~~~~~
Alternative for Flask session module that uses MongoDB as main storage
:copyright: (c) 2013 by Bayazee & Rokooie.
:license: BSD, see LICENSE for more details.
"""
from bson import Binary
from uuid import uuid4
from flask import curre... |
Being able to bounce back after failure, learn from your mistakes and forge ahead with resilience are vital skills both in and out of the workplace. According to one survey, 91 per cent of HR decision-makers predict that resilience will be key to employability in the next few years.
For Michelle Gallaher, La Trobe alum... |
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# Author Version Date Comments
# FQuinto 1.0.0 2015-Nov First version fron NoConName 2015 event
# Do test
# Copyright (C) 2015 Fran Quinto
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU ... |
-Mr. Bulky's: Bulk baking supplies, like flour, sugar, chocolates, candies, herbs, spices, and more.
-The Farmacy: According to a reader submission, this spot has bulk grains, beans, herbs, spices, honey, olive oil, and more.
-Earth Fare: You can buy bulk dry staples, with the addition of candies, maple syrup, agave ne... |
from uuid import UUID
from flask import Flask
from flask_classful import FlaskView, route
from nose.tools import eq_
# python3 only
class TypingView(FlaskView):
def index(self):
return "Index"
@route('/<id>', methods=['POST'])
def post(self, id: str) -> str:
return "Post"
def patch... |
Need an incentive to purchase an updated Mac product?
For the Mac faithful who have used Macs for a decade or more, you can probably skip this article. The information contained herein is most likely residing within you already.
For your general information, it can be said that on an average all Mac hardware is only su... |
from functools import wraps
import kiwi.logger
import sys
import logging
from io import BytesIO
from mock import MagicMock, patch
# default log level, overwrite when needed
kiwi.logger.log.setLevel(logging.WARN)
# default commandline used for any test, overwrite when needed
sys.argv = [
sys.argv[0], 'system', 'p... |
Less than a decade ago it was never a thing to be truly proud to be Canadian. Though every citizen has loved Canada for decades upon decades, it has only been recently that Canada has begun to show off its pride to the rest of the world. This’ll be showcased the Canada Day weekend falls upon the country in a week.
Ever... |
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Copyright 2017 F5 Networks Inc.
#
# This file is part of Ansible
#
# Ansible is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# ... |
Natalie turned 3-years-old this month and we celebrated her with the very first ‘Natalie Day’ at the happiest place on earth: RiverTown Crossings Mall. She hasn’t been to Disney World quite yet so trust me, this totally worked.
We started with building a cat, who has yet to be named, at Build-a-Bear. She picked out a t... |
from google.appengine.ext import vendor
vendor.add('extensions')
from google.appengine.api import mail
import jinja2
import os
import premailer
_appid = os.getenv('APPLICATION_ID').replace('s~', '')
EMAIL_SENDER = 'noreply@{}.appspotmail.com'.format(_appid)
class Emailer(object):
def __init__(self, sender=Non... |
John le Bon gives a couple of Ballers a chance, and they don’t do much to convince.
Their numbers seem to add up (to them) and their shadow measurements of right angled triangles make sense to me when they explain lines of latitude. I heard repeated that the only way these numbers work is if the Earth is a ball.
Maths ... |
"table -- Table class"
import collections
from . import pg, threevl, sqparse2, sqex
# errors
class PgExecError(sqparse2.PgMockError):
"base class for errors during table execution"
class BadFieldName(PgExecError):
pass
class IntegrityError(PgExecError):
pass # careful: pgmock_dbapi also defines this
class Miss... |
Genuine leather bags from our collection are a range of classic bags that reflect the culture of the origin. This wallet has historical Iranian print which showcases the rich heritage of Iran. The wallet has a human figure of a Persian man who serves the country. The wallet has a real touch of leather which is shown by... |
# (C) British Crown Copyright 2014, Met Office
#
# This file is part of Iris.
#
# Iris is free software: you can redistribute it and/or modify it under
# the terms of the GNU Lesser General Public License as published by the
# Free Software Foundation, either version 3 of the License, or
# (at your option) any later ve... |
FPSP 2010 Best Practices Analyzer examines a server running FPSP 2010 and checks server’s system configuration as well as FPSP 2010 product configuration. Any settings or combination of settings that don’t conform to FPSP 2010 BP are summarized and displayed in a consolidated report, so that administrators can easily i... |
"""exdb URL Configuration
The `urlpatterns` list routes URLs to views. For more information please see:
https://docs.djangoproject.com/en/dev/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-based ... |
Online advertising is featured within select sections of the DailyBitcoinNews.com website. Advertisers who want to advertise must ensure their ads meet the DailyBitcoinNews.com’s principles for advertising. Advertising generates revenue that helps support the site’s ability to provide high-quality information.
We accep... |
"""refugio 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... |
A tram hit a parked tram at the Topçular stop in the Eyüp district of Istanbul.
Fourteen passengers were injured when a tram reportedly rammed into a stationary tram at the Topçular stop in Istanbul’s Eyüp district on March 15, state-run Anadolu Agency has reported.
Topçular is on the T-4 Topkapı-Habipler line.
None of... |
"""
Django settings for mitsingen project.
Generated by 'django-admin startproject' using Django 1.9.1.
For more information on this file, see
https://docs.djangoproject.com/en/1.9/topics/settings/
For the full list of settings and their values, see
https://docs.djangoproject.com/en/1.9/ref/settings/
"""
import os
... |
Using subwavelength-patterned dielectrics, we have designed and implemented a wide variety of wavefront manipulation elements. The modulation, which may be periodic or aperiodic (chirped,) permits the realization of physical properties, such as refractive index profiles and molecular surface interactions that are not e... |
from adhocracy4.dashboard import ProjectDashboard
from adhocracy4.dashboard import components
default_app_config = 'meinberlin.apps.dashboard.apps.Config'
class TypedProjectDashboard(ProjectDashboard):
def __init__(self, project):
if project.project_type == 'meinberlin_bplan.Bplan':
project =... |
The anyfeed SXM50 is a flexible bulk parts feeder with an integrated bulk storage bin that can hold components of arbitrary shapes and materials. When combined with flexfactory’s vision solution or and your robot of choice, the anyfeed SXM50 becomes a highly versatile robot feeding system that offers solutions for a wi... |
"""
Django settings for dondeestas 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/
"""
# Parse database configuration from $DATABASE_URL
import dj_database_url... |
Everyone understands “The Star-Spangled Banner”. The anthem represents the United States of America and states a lot about the flexibility and bravery of its individuals. However, besides its patriotic effect, there is another reason this precious tune is likewise really well-known. Due to the fact that it is so hard t... |
import os, sys
from fig import *
config1 = r"""
[layout]
style layout
[node]
style rect
fontName $FONTNAME
fontSize $FONTSIZE
textBaselineCorrection $BASELINE_CORR
strokeWidth 3
roundingStyle screen
... |
The Forest Park's tax rate may change depending of the type of purchase.
There is 1 out of 1 zip code in Forest Park that are being charged city sales tax for a ratio of 100%.
There is also 1 out of 1 zip code in Forest Park that are required to charge a special sales tax for a ratio of 100%. |
# coding: utf8
# rc.py
# 10/8/2012 jichi
# Runtime resource locations
#
# All paths are using ascii encoding.
# Assume there are no unicode characters in the relative path.
from PySide.QtCore import Qt, QUrl
from PySide.QtGui import QImage, QPixmap, QIcon
from Qt5.QtQuick1 import QDeclarativeImageProvider
from sakurak... |
ATTN: for Excursion Transnistria, Tiraspol City and Cricova Winery Wine tasting - the sequence of excursions line begins from the end.
2 excursions in one day!
In the morning, after breakfast, we will departure to one of the most fascinating wonders of the world - Cricova cellars, that was founded in 1952. The basement... |
'''
Implementation of a Twisted Modbus Server
------------------------------------------
'''
from binascii import b2a_hex
from twisted.internet import protocol
from twisted.internet.protocol import ServerFactory
from pymodbus.constants import Defaults
from pymodbus.factory import ServerDecoder
from pymodbus.datastore... |
This article is about the year 1779.
Wikimedia Commons has media related to 1779.
1779 (MDCCLXXIX)was a common year starting on Friday of the Gregorian calendar and a common year starting on Tuesday of the Julian calendar, the 1779th year of the Common Era (CE) and Anno Domini (AD) designations, the 779th year of the 2... |
import sys
from services.spawn import MobileTemplate
from services.spawn import WeaponTemplate
from resources.datatables import WeaponType
from resources.datatables import Difficulty
from resources.datatables import Options
from java.util import Vector
def addTemplate(core):
mobileTemplate = MobileTemplate()
mobi... |
Asbestos Free OEM and ISO certified linings that are value for money in terms of cost per kilometer, great durability in severe working and temperature conditions, hold excellent compatibility with drums for applications In Buses, Trucks, Trailers and Semi Trailers.
Services provided by us to customers for relining ens... |
import cPickle as pickle
import csv
import gzip
import numpy as np
import os
def writepickle(obj, filepath, protocol = -1):
"""
I write your python object obj into a pickle file at filepath.
If filepath ends with .gz, I'll use gzip to compress the pickle.
Leave protocol = -1 : I'll use the latest binary protocol o... |
Our 3 Bedroom units would suite a larger family. It has 3 separate bedrooms of which two are on the ground floor with the main bedroom on the upper floor.
The 3 bedroom units are spacious and tastefully furnished and ideally suited for family accommodation. |
def check_categories(lines):
'''
find out how many row and col categories are available
'''
# count the number of row categories
rcat_line = lines[0].split('\t')
# calc the number of row names and categories
num_rc = 0
found_end = False
# skip first tab
for inst_string in rcat_line[1:]:
if ins... |
The OCC crew builds one of their fastest bikes ever but a problem with the supercharger threatens the schedule. Junior races to complete a complicated bike for a client. Father & son find it hard to let go of the past while restoring a bike together. |
from pypov.pov import Texture, Pigment, Object, Cylinder, Merge
from pypov.pov import Finish, Box, Cone, Sphere
from pypov.pov import Union, Difference
from pypov.colors import Colors
from lib.base import five_by_five_corner
from lib.textures import cross_hatch_2, wall_texture_1
from lib.metadata import Metadata
from ... |
Our new Barnabas font is the result of our Dark Shadows font design project. It's an original font inspired by the original titles for the Dark Shadows television show, but updated for a more sophisticated modern audience with the upcoming release of Tim Burton's Dark Shadows movie in mind. It combines gothic capital l... |
"""
Extract feature batteries from gauss pyramids
"""
import cv
from utils import saveIm
from mods import *
from cpy import *
def stage(lum, sat, rg, by):
lumc = contrast(lum)
lumt = contrast(lumc, 251)
sats = smooth(sat)
satc = contrast(sat)
satt = contrast(satc, 251)
rgc = contrast(rg)
... |
- Attention will likely turn towards Fri's 3Q GDP growth estimates, which could hit a 3-year high of >5%, China's manufacturing and services PMI readings, a slew of US data, FOMC meeting minutes as well as start of US corporate earnings season.
- Singed agreements to sell nine Pacific Class 400 drilling rigs to Borr Dr... |
from django.shortcuts import render, get_object_or_404
from django.http import HttpResponseRedirect, HttpResponse, HttpResponseNotFound
from rest_framework import viewsets, permissions, filters
from rest_framework.decorators import api_view, permission_classes
from korjournal.models import OdometerSnap, OdometerImage
f... |
Control even more lights with this 48 channel DMX controller. Same great feature like the 24 channel Scene Setter except it incorporates 24 more individual faders.
American DJ Scene Setter 48 Channel DMX Controller allows you to control even more lights with this 48 channel DMX controller!
Has the same great feature li... |
from collections import defaultdict
from datetime import timedelta
from itertools import chain
from operator import itemgetter
from typing import Optional, List, Tuple, Union, Iterable, Any, Callable, Dict, Mapping
from django.conf import settings
from django.conf.urls import re_path
from django.contrib.auth.base_user... |
Based on decades of entrepreneurial and corporate training, scientific research and directing, producing and performing with many of the music legends of our time, conference planners often engage Freddie Ravel in the program planning process to help design and incorporate their meeting objectives into a rich, harmonio... |
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""
Jisho.org semi-api
"""
import re
from collections import OrderedDict
from itertools import islice
import requests
from requests import RequestException
from bs4 import BeautifulSoup
class Jisho:
def __init__(self):
# Starting with
self.url ... |
Heart surgeries are performed on a daily basis in the United States—in fact, more than 500,000 coronary bypass procedures alone are performed each year, on average, in the United States. Heart disease is a leading health issue in the U.S., and cardiothoracic surgeons receive extensive training in how to perform them. S... |
import json
import os
from flask import redirect, request, session
from flask_restplus import Namespace, Resource
from requests_oauthlib import OAuth2Session
from security.token import get_jwt_token, TokenType, get_token_redirect_response
# pylint: disable=unused-variable
# OAuth endpoints given in the Google API doc... |
The Digital Transformation Unit is leading digital transformation at the Foreign & Commonwealth Office, making our online public services easy to use. As Senior Product Manager you will devise and iterate our consular services product backlogs and roadmap, work with external technical suppliers, and champion for user n... |
from yapytex.dictutils import DictWrapper
from yapytex import latex_directives as xdir
from yapytex import styles
from yapytex import miscelanea as misc
from yapytex.abstract import YaPyTexBase
from yapytex.pieces import YaPyTexPiece, YaPyTexAppendix
#book layout
#https://en.wikipedia.org/wiki/Book_design
_d_misc_opt... |
The distance between Budapest, Hungary and Jenisejsk, Russia is approximately 4,790 km or 2,976 mi.
To reach Budapest in this distance one would set out from Jenisejsk bearing 288.7° or WNW and follow the great circles arc to approach Budapest bearing 227.2° or SW .
Budapest has a marine west coast climate (Cfb) wherea... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.