text stringlengths 29 850k |
|---|
""" Class to solve the creation, serialisation etc. of NetCDF files used
in the BioVel Biome-BGC project. The module is used from the
:mod:`ResultEvaluator`.
"""
# Copyright (c) 2014 MTA Centre for Ecological Research
# Distributed under the GNU GPL v3. For full terms see the file LICENSE.
from Scientific.IO... |
Crandell’s generous proportions and ample cushioning will get your attention. Also, it lets you raise and lower your back and feet separate from each other. You just need to push a button. Plus, it reclines just inches from a wall. |
__all__ = ['vrad_error_sky_avg']
import numpy as np
_vradErrorACoeff = {'B0V': 0.90, 'B5V': 0.90, 'A0V': 1.0, 'A5V': 1.15, 'F0V': 1.15, 'G0V': 1.15, 'G5V': 1.15,
'K0V': 1.15, 'K1IIIMP': 1.15, 'K4V': 1.15, 'K1III': 1.15}
_vradErrorBCoeff = {'B0V': 50.00, 'B5V': 26.00, 'A0V': 5.50, 'A5V': 4.00, 'F0V... |
myStampBOX Sketch Challenge – Marsha.
20 July 2011 13 July 2011 | Marsha.
I’ve got two sketch challenges for you this week… First one is over on myStampBOX blog! Be sure to check back tomorrow for even more sketch and stamp inspiration!
Materials used: Paper, alfabets and embellishments from various Studio Calico kits,... |
import os, errno, sys, pytz, urllib
import datetime as date
from PIL import Image
from optparse import make_option
from django.core.management.base import BaseCommand, CommandError
from django.contrib.auth.models import User
from django.conf import settings
from photosync.models import Photo, PhotoSet, Collection
fro... |
Read this essay on History of Computers. Exclusive from MajorTests. com.
The laboratory component is aimed at increasing knowledge and abilities during the total: 16 summer i third year human sciences is history of computers essay available to those stated in the individual to plan, develop, launch, and maintain loyal ... |
import pytest
pytest.importorskip('numpy')
from dask.array.wrap import ones
import dask.array as da
import numpy as np
import dask
def test_ones():
a = ones((10, 10), dtype='i4', chunks=(4, 4))
x = np.array(a)
assert (x == np.ones((10, 10), 'i4')).all()
def test_size_as_list():
a = ones([10, 10], dty... |
The Fox Fur Cuffs in Royal Blue are colorful accents to a formal or casual wardrobe. These brilliant accessories are beautified with vivid dyed Fox fur in a fluffy effect. The elasticized design allows you to easily pull on the cuffs. These pieces can be a gift for her. |
import json
import os
from datetime import date
from functools import partial
from unittest.mock import patch
import stripe
from django.conf import settings
from django.core import mail
from django.core.urlresolvers import reverse
from django.test import TestCase
from django_hosts.resolvers import reverse as django_ho... |
Color has the ability to create emotion and influence our moods. Color is a powerful tool in interior design and fashion. Interior designer Brandi Hagen discusses: History of color and the development of color theories, the color system, color sheel, warm & cool colors and color schemes.
Color 101 for fashion and inter... |
# -*- coding: utf-8 -*-
##
##
## This file is part of Indico.
## Copyright (C) 2002 - 2014 European Organization for Nuclear Research (CERN).
##
## Indico 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; eith... |
The Trenta Bucket Bag boasts a classic bucket shape with multiple removable straps that coverts from bucket bag to backpack in seconds so your bag will never leave you down. Adjust and move forward on the go from a top handle for carrying over the arm, to an adjustable shoulder strap to be worn on the shoulder or even ... |
# portsanner for IPv4 addresses and/or hostnames
# probing addresses is invasive
# make sure you are doing the right thing
import validators
import socket
import subprocess
import sys
from datetime import datetime
# clearing the screen
subprocess.call('clear', shell=True)
def is_valid(address):
# returns the va... |
Home » Montessori » Montessori Theory: What is the Prepared Environment?
Montessori Theory: What is the Prepared Environment?
By Marnie Craycroft Filed Under: Montessori Tagged With: Theory This post may contain affiliate links. Please read my disclosure for more info.
Thank you for choosing to read this post today. If... |
__author__ = 'reggie'
###START-CONF
##{
##"object_name": "calibcalc",
##"object_poi": "my-calibcalc-1234",
##"auto-load" : true,
##"parameters": [ {
## "name": "skymodel",
## "description": "",
## "required": true,
## "type": "String",
## ... |
Tackle the challenges of your day with powerful processors. The lightweight design provides easy portability and gives you a stylish look and feel. The vivid anti-glare display delivers an impressive front-of screen experience. The built-in webcam and Waves MaxxAudio Pro allow you to collaborate remotely with exception... |
"""TanteMateLaden URL Configuration
The `urlpatterns` list routes URLs to views. For more information please see:
https://docs.djangoproject.com/en/1.10/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')
C... |
Why carry around 4 different pens? Just click to change colours: black, blue, red plus a fluo yellow ballpoint for highlighting text.
Write whenever and wherever you want to! The wide round barrel on BIC 4 Colours Fluo pen makes writing easy and fun.
Product Description BIC 4 Colours Fluo gives you 4 different colours ... |
from ..mod_check import app
import imaplib
from logging import getLogger
logger = getLogger('mod_check.IMAP')
@app.task
def check(host, port, username, password, use_ssl=False):
# initialize result to None
result = None
try:
# create the IMAP connection object
if use_ssl:
con... |
A strand and a stormy sea. While we are watching two children playing in the sand, five young refugees from Afghanistan, Pakistan, Ethiopia and Gambia tell about their family, about their escape from violence, and about their hope and dreams.
is an artist, living and working in Bavaria, focusing on photography, experim... |
#! /usr/bin/env python
# -*- encoding: utf-8 -*-
# vim:fenc=utf-8:
from mole.event import Event
from mole.action import Action, ActionSyntaxError
from mole.helper.timeformat import Timespan
def func_avg(field, events):
return reduce(lambda x,y:x+y, map(lambda x:float(x[field]), events)) / len(events)
def func_mi... |
“It takes one to know one” is a phrase that often gets used by children when name-calling starts! Yet, despite it’s derogatory use as a rejoinder – there is a lot of wisdom present.
Think of someone you really admire, and which character traits of their’s shine through.
Sometimes it is much easier to believe something ... |
from typing import Optional, TYPE_CHECKING, Any, Generator
from lightbus.client.utilities import OnError
from lightbus.exceptions import InvalidBusPathConfiguration, InvalidParameters
from lightbus.utilities.async_tools import block
if TYPE_CHECKING:
# pylint: disable=unused-import,cyclic-import
from lightbus... |
Oh Yum!!! This drink turned out fabulous and it so easy.
I don’t have espresso so I used regular coffee and the coconut cream concentrate is coconut butter. Here is my post for making your own all you need is coconut. I used my Ninja to blend everything together.
The directions can be found at Tropical Traditions.
This... |
from .models import (
EmailAddress,
Group,
PhoneNumber,
Person,
StreetAddress,
)
from .exceptions import ImproperlyConfigured
class BaseManager:
cls = None # Override this in a concrete manager
def __init__(self, book):
self.book = book
def _get_table(self):
return s... |
It can be tough to manage the many expenses that come along with a summer internship. For students with unpaid internships, or internships in high-cost locations, the SuccessWorks Internship Fund provides support payments of up to $5,000. These payments are made possible through the generous donations from UW-Madison f... |
"""Detect all Python scripts in HTML pages in current folder and subfolders.
Generate brython_modules.js, a bundle with all the modules and packages used
by an application.
Generate a Python package ready for installation and upload on PyPI.
"""
import os
import shutil
import html.parser
import json
import traceback
... |
The first definitive letter-postage Greenland stamps were issued in 1938. Before 1938, there was little need for letter-postage stamps in Greenland, as letter-mail within Greenland and between Denmark and Greenland was sent free-of-charge.
Seven of the nine portrait and pictorial definitive Greenland stamps shown above... |
# coding: utf-8
# Copyright (c) Pymatgen Development Team.
# Distributed under the terms of the MIT License.
from __future__ import division, unicode_literals
import numpy as np
from fractions import gcd, Fraction
from itertools import groupby
from warnings import warn
import logging
import math
import six
from mont... |
Hey everyone, just wanted to say a quick hello and introduce myself, I play on FT as cyndi66 and this site was recommended by Dalsue214. Look forward to seeing u at the tables!
good luck at the tables and hope to see you around!
Hello, welcome to the cave cydni! Good luck.
A lot of new players here Welcome and have fun... |
import rospy
from geometry_msgs.msg import TwistStamped
import threading
from math import pi as PI
from jderobotTypes import CMDVel
from .threadPublisher import ThreadPublisher
def cmdvel2Twist(vel):
'''
Translates from JderobotTypes CMDVel to ROS Twist.
@param vel: JderobotTypes CMDVel to translate
... |
Non-interactive zero-knowledge (NIZK) proofs have been investigated in two models: the Public Parameter model and the Secret Parameter model. In the former, a public string is “ideally” chosen according to some efficiently samplable distribution and made available to both the Prover and Verifier. In the latter, the par... |
"""
Title: Semantic Image Clustering
Author: [Khalid Salama](https://www.linkedin.com/in/khalid-salama-24403144/)
Date created: 2021/02/28
Last modified: 2021/02/28
Description: Semantic Clustering by Adopting Nearest neighbors (SCAN) algorithm.
"""
"""
## Introduction
This example demonstrates how to apply the [Sema... |
There are lots of benefits associated with having the best heat pump Greenville, SC has to offer installed in your home, including the fact that you will be able to keep the inside of your house warm while saving money at the same time. A heat pump can be an excellent investment to make, especially if you want to stay ... |
#!/usr/bin/python
from os import environ
import sys
from config import es as default_es
from pprint import pprint
def get_documents(terms, term_field, fields=["text"], es_index='memex', es_doc_type='page', es=None):
if es is None:
es = default_es
results = {}
if len(terms) > 0:
for term ... |
In 2005 Istanbul decided to claim for the title of "European Capital of Culture" for 2010. It therefore impressed the jury by an inspired presentation and easily surmounted its primary rival city, Kiev.
Istanbul's initial optimism was certainly reinforced by the positive impact of Turkey being in the process of becomin... |
# -*- coding:utf-8 -*-
"""
/***************************************************************************
Python Console for QGIS
-------------------
begin : 2012-09-10
copyright : (C) 2012 by Salvatore Larosa
email : lrssvtml (at) gmail (dot) com
***... |
The discovery of a DVD factory in Eltham yesterday, Tuesday 8 January, will make a significant dent in the market for counterfeit DVDs across London, says Greenwich Police.
According to FACT (Federation Against Copyright Theft) it is the largest DVD factory discovered in the past 18 months.
Greenwich officers were call... |
"""
Schema for validating and sanitizing data received from the JavaScript client.
"""
import dateutil
from pytz import utc
from voluptuous import All, Any, In, Invalid, Range, Required, Schema
def utf8_validator(value):
"""Validate and sanitize unicode strings.
If we're given a bytestring, assume that the e... |
"After five years of silence, one of Sweden’s most legendary death metal bands returns with the mighty new album "Death Is Not Dead". Their 2015 opus marks The Crown’s 10th studio album and is a perfect sonic celebration of the band's 25th anniversary. Expect incredibly intense tracks full of raging riffs, thrashing sp... |
#!/usr/bin/python
# system
from collections import defaultdict
from functools import wraps
import pdb
import pprint
import re
import sys
import time
import traceback
# pypi
from splinter import Browser
from treelib import Tree
# local
import user as userdata
import list_to_tree
pp = pprint.PrettyPrinter(indent=4)
... |
Battle Beasts and fight Evil with Tom and Elenna in the bestselling adventure series for boys and girls aged 7 and up!King Hugo's brother Prince Angelo, long believed dead, has reappeared and seized power.
Banished from their kingdom, Tom and Elenna must uncover the truth about Prince Angelo ... but there are new and d... |
#!/usr/bin/python3
# -*- coding: utf-8 -*-
from twisted.python import log
from lxml import etree
from requests import Response
##########################
##########################
##
## each QUERY gets its own little class.
## this is important to keep modularity
##
##########################
class Parser_RPC_B... |
FEMFAT considers download software product lines third international conference computer dance of all understanding presentations( surface, field, skills, chemists, t people and musings) and vector something lost on FEA. FieldView Express is a bad – that connections be when they must Observe raw things in specialized c... |
from header import *
import json
import math
# This used to be a class, but I want to use json w/o all the
# manual mangling needed, so it's just going to be a dictionary.
# It must have X and Y grid points and keys for
# the 'name' and a 'path' (list of (x,y) points or "on"/"off" cmds).
def pointIsValid( pt ):
... |
The Window Guys of Florida is one of South Florida's leader in distribution and applications of high quality impact windows and doors in condominiums, residential, and commercial buildings.
Since 1995 Quinn & Wilson, Inc REALTORS has been a leader in residential and commercial real estate within Montgomery County, Phil... |
# -*- coding: utf-8 -*-
from __future__ import unicode_literals
from gtp import gtp
from Tkinter import *
from toolbox import *
from toolbox import _
def get_full_sequence_threaded(worker,current_color,deepness):
sequence=get_full_sequence(worker,current_color,deepness)
threading.current_thread().sequence=sequence
... |
We are proud to announce that Pediatric Center at Renaissance has once again been awarded recognition by the National Committee for Quality Assurance Patient-Centered Medical Home Program. The practice received the same recognition three years ago. Dr. Juan Jorge Saenz, Dr. Daniella Rodriguez-Rico, and Dr. Jennifer Sae... |
"""Example Use."""
# [ Imports ]
# [ -Python ]
import asyncio
import time
# [ -Project ]
import a_sync
def examples() -> None:
"""Run examples."""
def hello(name: str, seconds: int) -> str:
"""
Hello.
Prints 'hello <name>', waits for <seconds> seconds, and then
prints 'bye <... |
Last year was Unibroue's 25th anniversary, so for the big milestone, the brewery came out with two beers. First off, they came out with 25e Anniversaire, a dark black forest cake ale. They also reviewed a beer called Blonde de l'enfer. Blonde de l'enfer was only available in the US until they released it as part of thi... |
#!/usr/bin/env python
"""ngo-admin で呼ばれる管理用コマンドモジュール."""
import os
import sys
from ngo.backends import NgoTemplate
def startproject(project_name):
"""ngoプロジェクトを作成する."""
import ngo
top_dir = os.getcwd()
origin_project_path = os.path.join(ngo.__path__[0], 'project_template')
# manaeg.p... |
A straw bale house I built in Wales. The build was the pioneering project for my new company, Hartwyn. We were joined by a team of interns who built the home with wonderful dedication and skill. They are exchanging their effort and commitment for an education in natural building and a solid hands-on experience. An exch... |
##############################################################################################
# Copyright 2014-2015 Cloud Media Sdn. Bhd.
#
# This file is part of Xuan Application Development SDK.
#
# Xuan Application Development SDK is free software: you can redistribute it and/or modify
# it under the terms of... |
Strathmore members save 10% off all food purchases when you present your membership card. Valid through March 31, 2020.
City Perch is a seasonal American dining room by James Beard-renowned Chef Sherry Yard located at Pike & Rose in North Bethesda. Serving contemporary comfort food sourced locally, the dining room is a... |
"""
Settings for emencia-django-socialaggregator (EDSA)
"""
INSTALLED_APPS = add_to_tuple(INSTALLED_APPS,
'django_extensions',
'taggit',
'socialaggregator')
# Optional specific formatter
#RESSOURCE_FORMATTER = "project.mods_available.socialaggregator.formatter.RessourceFormatterCustom"
# Twitter access ke... |
Maternity leave increased from 12 to 26 weeks.
Female employees with at least two children continue to be entitled to 12 weeks of maternity leave.
Maternity leave of 12 weeks for female employees adopting a child below 3 months and for commissioning mothers.
Employers having at least 50 employees to provide creche faci... |
from __future__ import unicode_literals
from django.conf import settings
import six.moves.urllib.parse as urlparse
from horizon.utils.memoized import memoized # noqa
from openstack_dashboard.api.swift import swift_api
from openstack_dashboard.api.swift import Container
from openstack_dashboard.api.swift import GLOBAL_... |
As a new type of optical fiber sensing technology, the optical fiber laser sensing system combines the advantages of fiber sensors of high sensitivity, distributed measurement capability and less susceptible to electromagnetic interference, with the advantages of fiber lasers of narrow linewidth and high optical signal... |
# -*- Mode:Python; indent-tabs-mode:nil; tab-width:4 -*-
#
# Copyright (C) 2016-2018 Canonical Ltd
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 3 as
# published by the Free Software Foundation.
#
# This program is distributed in ... |
The college admissions process is like sending a friend request to your school of choice—and in this scenario, the way you maintain your Facebook, and even your Twitter, could matter just as much.
A Kaplan survey indicated that more than 80 percent of college admissions offices will reach out to and recruit students on... |
from django.conf import settings
from django.core.management.base import BaseCommand
from django.utils.six import iteritems
from django_twilio_sms.models import Action, Response
class Command(BaseCommand):
help = "Sync responses from settings.DJANGO_TWILIO_SMS_RESPONSES"
def handle(self, *args, **options):
... |
Conrad Anker climbs through a crevasse between Camp 1 and Camp 2 at the base of Mount Everest.
Remove all the risks from Everest and Rainier and the adventure is lost.
In light of the deaths of six climbers attempting to summit Mount Rainier via the Liberty Ridge Route, many will question the logic of climbing dangerou... |
#
# Contents.py -- Table of Contents plugin for fits viewer
#
# Eric Jeschke (eric@naoj.org)
#
# Copyright (c) Eric R. Jeschke. All rights reserved.
# This is open-source software licensed under a BSD license.
# Please see the file LICENSE.txt for details.
#
from ginga import GingaPlugin
from ginga.misc import Bunch... |
INCLUDES DAISY CHAIN WIRE & SENSOR WIRE. THE SENSOR WIRE HAS BEEN CUT SO WOULD NEED TO BE SOLDERED TOGETHER.
No returns or refunds are offered on used items. |
"""
Author: importantnk@gmail.com
Rath Twitter Bot
This is a simple bot for twitter that is being used for several functions.
The main function of the bot is to provide an easy learning experience with
the Twitter API and pulling information from other sources to post on twitter.
"""
# Imports
import check_weather
imp... |
Both of your posts on Boston have captured the range of emotions I’ve felt this past week so eloquently. While my ties to the city used to be based on a Celtics rivalry and my love of Spenser novels, I now feel a connection to the city and the people at the marathon that will last forever. Thank you for sharing your wr... |
# Copyright (c) 2014 the Sanzang Lib authors
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
# in the Software without restriction, including without limitation the rights
# to use, copy, modify, merge, publ... |
The Muhle Closed Comb Double Edge Safety Razor, R89 is a product of Muhle Company, a respected company that has been making shaving products since 1945. Muhle has done a lot to make the Closed Comb DE Safety Razor R89 one of the most exceptional razors on the market. Its handle is chrome plated to not only give it an e... |
# -*- coding: utf-8 -*-
"""
Project dictionaries
======================
The dictionaries defining the keywords for the individual projects are defined here.
They get accessible to the FormFabric code by adding them to the PROJECT_DICT dictionary.
Thus e.g. PROJECT_DICT['CMIP6'] defines to the overall keyword diction... |
Realtors since 2001 520 Homes Sold!
Lee has a Bachelors Degree in Finance and over 10 years corporate finance experience. He continually seeks to ensure you are making good financial decisions when it comes to buying or selling a home. Lee can work to help you understand what a home is worth and explain your financing ... |
import six
import json
from abc import abstractproperty, abstractmethod
from requests.structures import CaseInsensitiveDict
class BaseProcessor(object):
NAME = None
def process_raw(self, raw_doc, **kwargs):
pass # pragma: no cover
def process_normalized(self, raw_doc, normalized, **kwargs):
... |
Don’t reinvent the steering wheel each time you begin something new. Instead, use templates–standardized data files with word and formatting as starting place for new work. Once you save another version of the design template, just add, remove, or change any info to the unique document, and you will possess the new wor... |
# -*- coding: utf-8 -*-
"""
Root module for the FDF package.
**Classes**
* Machine - root class for the FDF package
* Shot - shot container class
* Logbook - logbook connection class
* Container - diagnostic container class
* Node - mdsplus signal node class
"""
"""
Created on Thu Jun 18 10:38:40 201... |
The elephant remembers well the last wedding atop his head. Remembering is what elephants do, after all. The last wedding brought Arctic breezes, recalls the elephant, but he also remembers the warm spirits, the laughs, and the love. This wedding wasn’t bitter cold or exceptionally windy. This time the elephant, howeve... |
"""
Supplementary Note 9: Compare RPM-normalized read densities
Author: Annemarie Becker
inputFile1:
RPM-normalized read densities along the whole genome or in protein coding regions on plus or minus strand from sample 1 (Supplementary Note 7 or 8)
col0: position along genome
col1: RPM-normalized re... |
Singapore, 17 May, 2015 – Shape Glow returned for the second year running – with a new and longer fitness routine that proved to be a hit with its 450 participants.
Held at Zouk and Phuture on Friday night, Shape Glow is a night-time fitness event organised by Shape Singapore, a women’s health and wellness magazine lic... |
"""Inverts selection in active view.
Shift-Click:
Select group members instead of parent group elements.
"""
#pylint: disable=import-error,invalid-name,broad-except
from pyrevit import revit, DB
# get view elements
viewelements = DB.FilteredElementCollector(revit.doc, revit.active_view.Id)\
.WhereEl... |
With the demolition of the Milham Ford building in 2018 to make way for our new buildings, a temporary Chapel has been established in South 45. Eventually, there will be a new College Chapel located in the new Boundary Building. Until then, we will continue to hold regular events in our temporary Chapel each term. Find... |
#-*- coding: utf-8 -*-
'''
Created on 2013-8-27
@author: liaopengkai
'''
import urllib2
import os
import json
import re
import time
class MTool:
def isNum(self, tempStr):
"""判断字符串是否为数字,整型和浮点型皆适用"""
try:
float(tempStr)
return True
except Exception:
r... |
Rattan Rocking Chair have some pictures that related each other. Find out the most recent pictures of Rattan Rocking Chair here, and also you can get the picture here simply. Rattan Rocking Chair picture posted ang uploaded by Admin that saved in our collection. The collection that consisting of chosen picture and the ... |
#!/usr/bin/python
import sys
#from PyQt4 import Qt
#from PyQt4 import QtGui
#from PyQt4 import QtCore
import qt
import Qwt5 as Qwt
import numpy as np
import math
from gather import *
class elementList(QtGui.QWidget):
def __init__(self, parent=None):
QtGui.QWidget.__init__(self, parent)
s... |
You authorize Rosenthal Jaguar Tysons Corner to contact you with marketing information through written communications, calling or texting you at the phone number(s) you've provided. You understand these calls or text may use computer-assisted dialing and/or prerecorded messages. This authorization is not required to co... |
import errno
import logging
import socket
import sys
from random import randint
def get_local_network_ip() -> str:
s = socket.socket(socket.AF_INET, socket.SOCK_DGRAM)
s.setsockopt(socket.SOL_SOCKET, socket.SO_BROADCAST, 1)
s.connect(("10.255.255.255", 1))
ip = s.getsockname()[0]
s.close()
ret... |
I've got some really exciting news to share. I have collaborated with one of the most trusted and loved brand's Dabur Vatika for a series of videos that talk about their latest range of products and solutions for hair related problems.
If you are someone who has been suffering from hair fall, I highly recommend you wat... |
import numpy as np
from scipy import stats
from oneclass import oneclass
from sklearn.tree import DecisionTreeClassifier
rng = np.random.RandomState(42)
# Example settings
n_samples = 2000
outliers_fraction = 0.25
clusters_separation = [0,1,2]
# define two or more outlier detection tools to be compared
classifiers... |
You need to be WendyW00's friend to see this page.
If you are WendyW00's friend, login to see the profile.
If you are not already WendyW00's friend, login or sign up to become friends. |
# coding=utf-8
# --------------------------------------------------------------------------
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License. See License.txt in the project root for
# license information.
#
# Code generated by Microsoft (R) AutoRest Code Generator.
# Changes ... |
One of the most critical parts of 3D printing is taking a 3D model and converting it to a format that a 3D printer can print. Slic3r is one of the best pieces of software out there. It gives great control over how an object is converted, and can save you hours upon hours of frustration by producing great prints. This b... |
#!/usr/bin/python3
import datetime
import logging
import os
import requests
import requests_cache
import subprocess
import tempfile
import time
from dirlist import list_keyboards
#from keymankeyboards import get_api_keyboards
#from keyman_config import get_kmp, install_kmp
from keyman_config.get_kmp import get_keyboa... |
Companies with a service organization supporting customers in the field are going to find that their enterprise resource planning (ERP) software may not adequately address important elements of the service life cycle. So, they consider adding field service management (FSM) software to extend their ERP, but not every fi... |
# -*- coding: utf-8 -*-
"""Module used to launch rating dialogues and send ratings to Trakt"""
import xbmc
import xbmcaddon
import xbmcgui
from resources.lib import utilities
from resources.lib import kodiUtilities
from resources.lib import globals
import logging
logger = logging.getLogger(__name__)
__addon__ = xbmc... |
President Donald Trump says special counsel Robert Mueller's investigation is — in Trump's words —"really, really unfair" for the upcoming elections in November, when control of Congress is at stake.
Trump says "we have to get it over with" and he's suggesting that the investigation into Russian election interference "... |
import picamera
import picamera.array
import cv2
import time
import numpy as np
import multiprocessing as mp
import queue
import signal
def capture(q, stop, resolution=(640,480), framerate=30):
print('Start capturing...')
with picamera.PiCamera(resolution=resolution, framerate=framerate) as camera:
wit... |
OLYMPIA, Washington (Reuters) - More than 100 missing-persons reports have been filed with various agencies in Washington state in the aftermath of a mudslide in which eight deaths have been confirmed, county officials said on Monday.
The landslide was triggered after rain-soaked embankments along State Route 530 near ... |
"""This module contains a concrete implementation of the game Nim."""
from random import choice
from mopy.game import Game
from mopy.impl.nim.state import NimState
from mopy.impl.nim.action import NimAction
class NimGame(Game):
def __init__(self):
pass
def new_game(self):
"""
... |
As a buyer of property in Marbella and Spain there are a number of costs and taxes over and above the property price that you will have to pay. Depending upon whether you are buying a new property from a developer, or a resale property from a private individual, you will either have to pay VAT & Stamp Duty, or a transf... |
#!/usr/bin/env python3
import time
import random
import socket
from flask import Flask, render_template, redirect, url_for, request, jsonify
import config
log = None
# classes
class Agent():
def __init__(self, ip, cw=True, node=None, state='initial'):
self.ip = ip
self.cw = cw
self.state... |
To help us most effectively investigate your complaint, please provide all the information requested on the OCCC Complaint Form.
The Office of Consumer Credit Commissioner (OCCC) licenses and regulates non-depository lenders providing consumer loans to Texas residents. We also register creditors who sell goods or servi... |
# Generated by Django 2.1.7 on 2019-02-18 20:43
from django.db import migrations, models
import django.db.models.deletion
import modelcluster.contrib.taggit
import modelcluster.fields
import wagtail.core.blocks
import wagtail.core.fields
import wagtail.images.blocks
class Migration(migrations.Migration):
initia... |
Description: NEW CONSTRUCTION AT CEDAR EDGE HOMES AT WOODLAND POND! DETACHED CONDOS, ENERGY EFFICIENT, SINGLE FAMILY HOMES OFFERING THE CONVENIENCE OF A CONDOMINIUM LIFESTYLE...NO MORE YARD WORK OR SNOW TO SHOVEL! STILL TIME TO CHOOSE YOUR FINISHES AND CUSTOMIZE. LISTED PRICE INCLUDES UNFINISHED WALKOUT LOWER LEVEL. AL... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.