text stringlengths 29 850k |
|---|
##############################################################################
# Copyright (c) 2013-2018, Lawrence Livermore National Security, LLC.
# Produced at the Lawrence Livermore National Laboratory.
#
# This file is part of Spack.
# Created by Todd Gamblin, tgamblin@llnl.gov, All rights reserved.
# LLNL-CODE-64... |
Where there are vacancies, there is room for new uses, such as housing and leisure and health-care facilities. This often results in surprising combinations, such as a school or a community centre in a factory complex, a shop in a church or a recreation area in a military zone. Reuse, Redevelop and Design presents 20 i... |
# Copyright 2020 PerfKitBenchmarker Authors. All rights reserved.
#
# 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 appli... |
The Potomac Elite website has a new look! You will be able to find all of the information you've been looking for including tryout information, teams, news, and where we are heading together as a club. Be sure to subscribe to the PEVBC newsletter and PEVBC alerts! |
# -*- coding: utf-8 -*-
from typing import List
"""Provides all the generic data related to the business."""
CURRENCY_ISO_CODES: List[str] = [
"AED",
"AFN",
"ALL",
"AMD",
"ANG",
"AOA",
"ARS",
"AUD",
"AWG",
"AZN",
"BAM",
"BBD",
"BDT",
"BGN",
"BHD",
"BIF"... |
As more and more people are diagnosed with celiac disease or gluten intolerance, awareness for the disease will increase, leading to more and more proper diagnoses. It is estimated that only three out of every hundred sufferers of celiac disease has been correctly diagnosed. In addition to increased diagnoses, the avai... |
import sys
# make sure gevent-socketio is not installed, as it conflicts with
# python-socketio
gevent_socketio_found = True
try:
from socketio import socketio_manage
except ImportError:
gevent_socketio_found = False
if gevent_socketio_found:
print('The gevent-socketio package is incompatible with this ver... |
Also as stiff as a shelf in the morning and would you prefer to jump out of bed? With the following tips you keep your joints in top condition.
Joints become less flexible with years. The connective tissue becomes less elastic, the amount of cartilage decreases and an important fluid in the joint, the synovia, becomes ... |
#!/usr/bin/env python
# Spellbook.py
#
# Copyright (C) 2014 Kano Computing Ltd
# License: GNU General Public License v2 http://www.gnu.org/licenses/gpl-2.0.txt
#
# Author: Caroline Clark <caroline@kano.me>
import os
import sys
from gi.repository import Gtk, Gdk
if __name__ == '__main__' and __package__ is None:
... |
For any factor you want to I Want To Stop Using Facebook then simply adhere to the following step and also remove your facebook account completely!
Step: 1) Believe prior to mosting likely to delete your facebook account permanently due to the fact that if you, not 100 % certain to delete facebook account completely th... |
# -*- coding: utf-8 -*-
"""
Plot Attenuation and transmission of GOTTHARD detector element
"""
from __future__ import division
import matplotlib.pylab as plt
import os
import glob
import numpy as np
GOTTHARDArea = 1130 * (50 / 1000) * 2 # mm
Distance = 163 # cm
ScintillatorArea = 430 * 430 # mm
print 'The area o... |
Owing to the years of industrial experience, we have been able to serve our valued clients with a wide range of Pedicure Stool.
Our company has set benchmark in offering Salon Pedicure Stool.
Being the leading names of the industry, we are involved in providing an extensive range of Fiber White Pedicure Stool to our ho... |
import os
import uuid
from .meta import *
class HomeFactory(object):
def __init__(self, request):
self.request = request
def index(self):
from .security import User
pages = DBSession.query(Page).order_by(Page.sort).all()
site = DBSession.query(Site).first()
users = ... |
Download Sunrise beach live wallpaper for iPhoneYou will certainly enjoy its fascinating looks. At PHONEKY, you can download live wallpapers for Android and iOS mobile devices free of charge. Nice and beautiful looks of this live wallpaper will keep you captivated for a very long time. At PHONEKY, you will find many ot... |
import json
from collections import OrderedDict
import requests
class Response(requests.Response):
def __repr__(self):
def _log_body(headers, body):
r = ""
request_content_type = headers.get("content-type", "text/plain").lower()
if request_content_type.startswith("tex... |
Software Engineering Manager at Bloomberg LP. Interested in the smart future of IoT, self-driviving cars, smart homes, etc. All opinions are my own.
Software Engineering Manager at Bloomberg L.P.
My home automation system. Based on Z-Wave and Home Assistant, I'm trying to improve the integration with Alexa to make ever... |
"""Support for a local MQTT broker."""
import asyncio
import logging
import tempfile
import voluptuous as vol
from hbmqtt.broker import Broker, BrokerException
from passlib.apps import custom_app_context
from homeassistant.const import EVENT_HOMEASSISTANT_STOP
import homeassistant.helpers.config_validation as cv
fro... |
Nanoparticles NPS of cadmium oxide CdO were generated by laser ablation of a solid target (cadmium) in polyvinylpyrrolidone (PVP) solution. CdO colloidal nanoparticles have been synthesized by laser ablation Nd:YAG (1064 nm, 100 pulses, pulse energy= 400 mJ) when the solid target CdO was immersed in PVP. Structure, top... |
# -*- coding: ascii -*-
__pyspec = 1
__all__ = ("ModuleObserver", "ModuleReloader")
import linecache, os, sys, time
class ModuleReloader(object):
def __init__(self):
self.modules = {}
self.observer_class = ModuleObserver
self.category = MethodCategorizer()
def check_modification(self... |
Cyber gangsters have stolen about 30 percent of the virtual currency of a below-the-radar South Korean exchange.
The June 10 heist, which hit the Coinrail exchange, reverberated throughout the volatile cryptocurrency markets, quickly erasing some $30 billion from the trading value of bitcoin and other digital currencie... |
from . import OpenMayaRender
from . import OpenMaya
import _OpenMayaUI
import weakref
from __builtin__ import object as _object
from __builtin__ import property as _swig_property
class MDeviceState(_object):
def __init__(self, *args, **kwargs):
pass
def __repr__(self):
pass
... |
Thunder Bay First Aid is a St Mark James affiliate that offers students in the Thunder Bay area training courses for cardiopulmonary resuscitation (CPR) and first aid for the lowest rates. Trainees receive certification from St Mark James that are valid all throughout Canada. Automated external defibrillation (AED) tra... |
import os
import autograd.numpy as np
import tensorflow as tf
import theano.tensor as T
import torch
from examples._tools import ExampleRunner
from numpy import linalg as la, random as rnd
import pymanopt
from pymanopt.manifolds import Sphere
from pymanopt.solvers import SteepestDescent
os.environ["TF_CPP_MIN_LOG_L... |
The book market is full of budding writers of both fiction and non-fiction. With competition so tight, you need your book to be excellent in order to stand a chance of success - and not just the content. If you've ever written a great book, proofed it perfectly and marketed it well only to see it suffer in the charts, ... |
# This file is part of thermotools.
#
# Copyright 2015 Computational Molecular Biology Group, Freie Universitaet Berlin (GER)
#
# thermotools 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 versi... |
In 1972 or 1973 a trip to Tasmania was mooted for members of the Motor Scooter and Cycle Association of Victoria (MSCAV). The trip took place between Dec 1973 and Jan 1974.
The trip was reported in the Australian Two Wheels magazine. An image of page 3 is below. |
import pygame
from Constants import *
from Label import Label
class LeftMenu(pygame.Surface):
def __init__(self, w, h):
super(LeftMenu, self).__init__((w, h), pygame.SRCALPHA)
self.selected = 0
self.buttons = []
self.data = None
def redraw(self, screen, x, y):
self.fil... |
Four farm themed jigsaws in a box from 4-12 pieces.
Children can choose to piece together the tractor, cow, chicken and sheep jigsaw puzzles. Each jigsaw gets progressively harder, from a basic 4-piece jigsaw to a more complex 12-piece jigsaw, which will develop with children as they grow in confidence and ability.
Eac... |
# Examples of Jython-specific functionality
# @category: Examples.Python
# Using Java data structures from Jython
python_list = [1, 2, 3]
java_list = java.util.LinkedList(java.util.Arrays.asList(1, 2, 3))
print str(type(python_list))
print str(type(java_list))
# Importing Java packages for simpler Java calls
from jav... |
Two sets of European Fischer & Mieg Porcelain Plates, 6 with Imari design, 12 in a Moorish floral pattern. 1st group: 6 dinner plates with red, gold, and blue Imari pattern against white ground. Stamped with Fischer & Mieg maker's mark and red "beehive" mark in imitation of Royal Vienna porcelain. 9 3/4" dia. 2nd group... |
import asyncio
import discord
import logging
from asyncio import TimeoutError
from database.model import HiddenCommands
from discord.ext import commands
from utilities.format import format_list
from utilities.member import MemberError, get_member_by_id
from utilities.time import midnight, timeout
log = logging.getLog... |
Super strong, graffiti-proof examination desk available in blue or charcoal.
The Titan Exam Desk features a strong steel frame and high-impact injection moulded polypropylene work top, which is extremely durable and graffiti-proof.
These desks are easy to set up and dismantle as they are 50% lighter than other exam des... |
from objects import Frame, Diff
#import diff_methods
class Controller(object):
current = -1
items = []
def get_current(self):
if self.current >= 0:
return self.items[self.current]
def get_previous(self):
if self.current > 0:
return self.items[self.current - 1]... |
For the first time, Edward “The Ferocious” Kelly, 34, of the Philippines is facing a Singaporean opponent in ONE Championship. The fighter from Team Lakay of Baguio City will compete in the featherweight division at “ONE: Beyond the Horizon” at the Baoshan Arena in Shanghai, China on September 8, 2018.
Kelly’s “ONE: Be... |
"""
Palette class hierarchy, for constructing an RGB color out of a scalar value.
$Id$
"""
__version__='$Revision$'
import param
import plot
# CEBALERT: is this file usable?
#
# topo/plotting/palette.py:10: 'plot' imported but unused
# topo/plotting/palette.py:177: undefined name 'array'
# topo/plotting/palette.py:... |
State inspectors are investigating a Ft. Worth, Texas, salon where a 46-year-old paraplegic woman allegedly contracted a staph infection that led to her death.
State inspectors are investigating a Ft. Worth, Texas, salon where a 46-year-old paraplegic woman allegedly contracted a staph infection that led to her death. ... |
import os
from PIL import Image
class PuTaoCaptchaParser:
@classmethod
def analyze(cls, image_path):
# load image and convert to grey mode
im = Image.open(image_path).convert("L")
im_cropped = im.crop((10, 9, 54, 19))
pixel_matrix = im_cropped.load()
# turn grey pi... |
TV and concert producer Patrick Terry recently put together another spectacle of magic and humor in the wake of his sold-out Wondershow at the Vortex, but did this one succeed? Terry, who we last mentioned in this article from a couple months ago, staged his latest show at the North Door, and, sure enough, it featured ... |
"""activities URL Configuration
The `urlpatterns` list routes URLs to views. For more information please see:
https://docs.djangoproject.com/en/1.8/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-... |
The 2017 MotoGP Season is kicking off at the Losail International Circuit, this weekend. Defending Champion Marc Marquez and the rest of contenders had tested at Losail in the final pre-season test two weeks earlier, prior to the season opener.
Following a promising preseason during which Marquez and team mate Dani Ped... |
import datetime
from markupsafe import Markup
from pyramid.httpexceptions import HTTPForbidden
from pyramid.events import subscriber
from pyramid.events import BeforeRender, ContextFound
from intranet3.models import DBSession
class PresenceTracking(object):
def __init__(self, event):
today = datetime.d... |
Clinique Happy Perfume Spray 50ml offers a hint of citrus, a wealth of flowers, and a mix of emotions. Our Happy fragrance interplays fresh, vibrant notes – ruby red grapefruit, bergamot – with soft, sensual ones – Hawaiian wedding flower, spring mimosa. Wear it and be happy.
A hint of citrus a wealth of flowers Cliniq... |
import context
import eqTag
'''
Hex values for colors of marked nodes
'''
adlDetailColor = "#B0B0B0"
adlStrColor = "#8b98ca"
notMatchedColor = "#ff0000"
'''
The tagEqlMap is a dictionary of nodes in the common AST, to their equivalent nodes in the full AST.
This map is only used when the tags are not (case in-sensi... |
I'm in a book called 'Tips from Your Nana' which was released today. I did mention that I'm not a Nana but the author said that was OK. I haven't seen it yet myself yet but I'm pretty sure our cat Jack managed to get into the photo. It's aimed at young people and is a 'how to' book with instructions on everything from ... |
__author__ = 'jcorbett'
from slickqaweb.app import app
from .standardResponses import JsonResponse
from mongoengine import *
from flask import request
import re
import types
#------------- For documenting other API endpoints ---------------------------
resources = []
def standard_query_parameters(f):
if not ha... |
come on go to his thread and put your name down to say you're playing!! do it nooooow!! It start's at 3 the rules are simple. |
"""Reads and stores globals including the command line arguments"""
__author__ = "Jussi Toivola"
__license__ = "MIT License"
from SCons.Script import ARGUMENTS, DefaultEnvironment, HelpFunction as Help
from SCons.Variables import Variables, EnumVariable
from config import * #IGNORE:W0611
from os.path import j... |
There are many reasons you might want to sell your home quickly: relocations, financial hardships or even medical issues. It really doesn’t matter what the reason is for you, but understand that buyers may try to jump on your motivated seller status if you don’t position your property right. Here are the best preparati... |
#Python 3 - Developed By Carter Fulcher
#Hello Developers!
"""IMPORTANT NOTICE"""
#The dev code is 584. You will need this if you wish to use the
#interactive console. Thanks!
logo = """
______ _ _____ _ _____
| ____| | | / ____| | |_ ... |
Doc Savage returns to DC Comics...and comes face-to-fist with the Batman! Superstar scribe Brian Azzarello (100 BULLETS, JOKER) and the breathtaking art of Phil Noto combine to shine the first light on a shadowy new version of the DC Universe, where the thugs run rampant, corruption runs deep, and even heroes can’t be ... |
#!/usr/bin/env python
# coding: utf-8
from __future__ import unicode_literals
import mock
import os
import subprocess
import tempfile
import unittest
import shutil
from mkdocs.utils import ghp_import
class UtilsTests(unittest.TestCase):
@mock.patch('subprocess.call', auto_spec=True)
@mock.patch('subproces... |
Students have the option to schedule in-person appointments with a DASS counselor.
Appointments usually last between 30-60 minutes depending on the type of appointment.
Students have the option to schedule virtual appointments with a DASS counselor if they are not available to come in-person.
Virtual appointments allow... |
"""See if we have metadata in a local CSV file
NOTE: I had to manually edit the .csv file to remove the first row
"""
import pandas as pd
from pandas.io.sql import read_sql
from pyiem.util import get_dbconn
CSVFN = "/home/akrherz/Downloads/nwsli_database.csv"
def dowork(df, nwsli):
"""do work!"""
df2 = df[d... |
The top quarter-inch of the Pocketrak 2G houses the built-in stereo microphone (shown here, head-on). The microphone is hinged to the main body of the Pocketrak 2G, allowing it to be angled up for better tabletop recordings.
The Pocketrak 2G's slim frame requires small buttons. We would have preferred to see the Pocket... |
# Copyright 2016 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
import os
from telemetry import benchmark
from core import perf_benchmark
from core import path_util
from telemetry.timeline import tracing_category_filter
f... |
Ensuring employee safety for all the workers in your district could help create a tremendous impact on overall safety in your downtown. Invite your stakeholders to share the following personal safety best practices with their employees.
The number one tip for personal safety is to maintain awareness of your surrounding... |
#!/usr/bin/python
#
# used to interface the NinjaCape to openHAB via MQTT
# - reads data from serial port and publishes on MQTT client
# - writes data to serial port from MQTT subscriptions
#
# - uses the Python MQTT client from the Mosquitto project http://mosquitto.org (now in Paho)
#
# https://github.com/perrin7/nin... |
The Piggott High School Mohawk senior cheerleaders have enjoyed a very productive year as they've cheered-on the various PHS sports teams and competed themselves. They started the year by winning the Top Team Band Dance Competition, the Top Team Chant Competition and all blue superior ribbons at their camp in June. The... |
# -*- coding: utf-8 -*-
"""
Created on 23.05.16
Created for pyclamster
Copyright (C) {2016}
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 Foundation, either version 3 of the License, or
(... |
In Our Lady of Lourdes School, Pastoral Care permeates all aspects of school life. Pastoral Care reflects the values, attitudes, beliefs and practices of our faith and involves all members of our school community – children, parents and all other adults who contribute to the well-being of each pupil.
We endeavour to pr... |
# Generated by Django 2.2.10 on 2020-06-11 09:49
import django.db.models.deletion
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('waldur_rancher', '0021_rancher_user_uuid'),
]
operations = [
migrations.CreateModel(
name='Ran... |
These untreated A. nervosa seeds are imported directly from Ghana. Not nearly as high quality as our organic Hawaiian seeds, but they will germinate. These are indeed A. nervosa seeds, but are a different strain and don't have the fuzzy coating associated with seeds from Hawaii. Sold by weight, not by quantity...number... |
import re
from django import template
from django.core.exceptions import ObjectDoesNotExist
from django.template import Library
from django.core.cache import cache
from simit.models import CustomArea, Menu
register = Library()
CACHE_TIMEOUT = 60 * 60 * 24
class VariableTag(template.Node):
def __init__(self, s... |
Friday’s paddle will be a long distance paddle from 9:30 AM until 1:30 PM. Be sure to include your telephone number in the email. Kayaks are 200 pesos. Click here to reserve a spot and let us know how many people there will be. |
"""
Method
Ways to detect the registry node
Author: Alpha <alpha@projectpokemon.org>
"""
import socket
from servicediscovery.client import ServiceRegistry
__all__ = ['Method']
class Method(object):
"""A registry lookup method"""
def register(self, client):
"""Register with a registry ... |
Mr Hare is similar to make up like Douglas Dog, we make up the base/ body, he is wired inside stuffed and then the fun begins, all the small scrapes of different fabrics are frayed and sewn on all over the hare shape with strong black thread, it's so much fun, a bit of a challenge but once you get into the swing of it ... |
from django.db import models
from constance import config
from rest_client.exceptions import SLBClientError
from roll_engine.utils.log import get_logger
from roll_engine.db import SoftDeleteManager
from roll_engine.models import DeploymentTarget
from tars.server.models import Server, Group
from tars.deployment.fsm im... |
As a member of the IfL, you are required to complete a minimum number of hours of Continuing Professional Development.
The hours vary according to the amount of teaching you carry out each year. To check the hours, use the link on the right hand side.
You need to record your CPD; not just what you have done but the eff... |
# vim: set encoding=utf-8
# Copyright (c) 2016 Intel Corporation
#
# 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 require... |
Cant you just use a miror or a camera on your phone?
"if you try to speak in codes, you will be eaten"proceeds to speak in codes.
3:09 she looked behind her! |
import glob
import remove_random_noise as rrn
import os
filename, file_extension = os.path.splitext('/path/to/somefile.ext')
if __name__ == "__main__":
wavdir = "./links/"
wavs = sorted(glob.glob(wavdir + "*.wav"))
pngdir = "./pngs/"
#print wavs
for f in wavs:
nome, ext = os.path.splitext(... |
Bible Study is for all youth, 9th-12th grade.
during the school year from 6:45-7:45PM.
It is a discussion based study with either a theme or book of the bible.
students refill their spiritual and emotional tank.
and encourage one another as they live their faith in Christ in the 21st century.
All students (grades 9-12)... |
"""
GCode M557
Example: M557 P1 X30 Y40.5
Set the points at which the bed will be probed to compensate for its plane
being slightly out of horizontal. The P value is the index of the point
(indices start at 0) and the X and Y values are the position to move extruder 0
to to probe the bed. An implementation should all... |
Creamline’s Meet the Milkman roadshow has visited schools across the county. Fill out the form to let us know which school we should visit next.
Here are some great entries to Creamline's design-a-poster competition. With each winner receiving a Creamline hamper for their family. |
"""
hash_table.py
Python implementation of the very simple, fixed-array hash table
used for the audfprint fingerprinter.
2014-05-25 Dan Ellis dpwe@ee.columbia.edu
"""
from __future__ import print_function
import numpy as np
import random
import cPickle as pickle
import os, gzip
import scipy.io
import math
# Current... |
My name is Talia Wilcox, and I'm a high school sophomore from Southern California. I have a passion for music and playing the violin. I am active in Model United Nations. I love writing, movies, and sharing ideas. |
"""
Common MongoDB connection functions.
"""
import logging
import pymongo
from pymongo import ReadPreference
from mongodb_proxy import MongoProxy
logger = logging.getLogger(__name__) # pylint: disable=invalid-name
# pylint: disable=bad-continuation
def connect_to_mongodb(
db, host,
port=27017, tz_aware=Tr... |
Here's the stuff we found when you searched for "Once upon a time. . "
If you Log in you could create a "Once upon a time. . " node. If you don't already have an account, you can register here. |
""" Code to help using the logging module with tqdm progress bars. """
import contextlib
import logging
import threading
logging_handlers_lock = threading.Lock()
class TqdmLoggingHandler(logging.Handler):
""" Logging handler sending messages to the tqdm write method (avoids overlap). """
def __init__(self... |
It is our policy to care for our new puppies until they are at least 12 weeks old. This an effort to keep the puppy safe. The following is a short list of do's and don'ts to help keep your puppy(s) safe in their new home.
- Yorkie puppies need lots of naps. Overly tired puppies are subject to hypoglycemic attacks.
- Ex... |
from __future__ import unicode_literals
from django.db import connection
from django.db.utils import DatabaseError
from django.test import TestCase, skipUnlessDBFeature
from .models import Reporter, Article
class IntrospectionTests(TestCase):
def test_table_names(self):
tl = connection.introspection.tab... |
Ellerslie Racecourse is New Zealand's premier thoroughbred racecourse with 24 racedays a year showcasing the best of the racing industry.
Ellerslie Racedays offer a distinctive blend of fashion, entertainment and excitement. Feel the passion and thrill as horses thunder past you and be swept off your feet by the thrill... |
# License: BSD 3 clause
# -*- coding: utf8 -*-
import numpy as np
from .base import Prox
from .build.prox import ProxPositiveDouble as _ProxPositiveDouble
from .build.prox import ProxPositiveFloat as _ProxPositiveFloat
__author__ = 'Stephane Gaiffas'
dtype_map = {
np.dtype("float64"): _ProxPositiveDouble,
... |
ALLENTOWN, Penn. – Safelite AutoGlass®, the nation’s largest provider of vehicle glass repair and replacement services, recently relocated its Allentown store from 1447 Lehigh Street to 2518 Macarthur Road, Whitehall, PA, 18052 on April 2, 2012.
The new 6,500-square-foot facility holds approximately 200 parts in stock,... |
#!/usr/bin/env python
#------------------------------------------------------------
# Script compares efficiency of automatic derivatives vs
# analytical in mpfit.py
# Vog, 31 okt 2011
#------------------------------------------------------------
import numpy
from matplotlib.pyplot import figure, show, rc
from mpl_too... |
Queen duvet cover (88" x 88") featuring the image "White Rose" by Saifon Anaya. Our soft microfiber duvet covers are hand sewn and include a hidden zipper for easy washing and assembly. Your selected image is printed on the top surface with a soft white surface underneath. All duvet covers are machine washable with col... |
# -*- coding: utf-8 -*-
#
# (c) Copyright 2003-2007 Hewlett-Packard Development Company, L.P.
#
# 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 Foundation; either version 2 of the License, or
# (at your opt... |
Opening theme by Larry King (@laking).
The case for a modernized AppKit in OS X 10.9 a la Chameleon/TwUI.
The lack of official Apple Objective-C wrappers around old C APIs such as Keychain and Address Book.
Should Apple add type inference to Objective-C?
Haswell Retina MacBook Pro predictions and the possibility of hav... |
# 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 ... |
Pettigrew Spa began as a massage therapy clinic, and grew to include all the services we now have. We have spent over 12 years learning, developing, and incorporating our services and equipment. We moved out of a 1500 sq. ft. space where we spent eight years. In June 07 we moved our spa into a 6000 square foot space an... |
"""
This module provides a decorator function for observing changes in given
property. Internally the decorator is implemented using SQLAlchemy event
listeners. Both column properties and relationship properties can be observed.
Property observers can be used for pre-calculating aggregates and automatic
real-time data... |
Disclosure: I received free products from Divine Chocolate, a sponsor of Choctoberfest 2015, to use in developing recipes for this week. All opinions remain my own.
Choctoberfest 2015 with Imperial Sugar continues!
While my site has been mostly silent during Choctoberfest 2015 with Imperial Sugar (and I’m really sad ab... |
"""This module contains "PIMS readers" (see github.com/soft-matter/pims) that
take in headers and detector aliases and return a sliceable generator of arrays."""
from pims import FramesSequence, Frame
from . import get_events
from filestore.api import retrieve
def get_images(headers, name):
"""
Load images fr... |
First-class fixed wing and rotary maintenance support at your service.
Our maintenance facility at London Stansted focuses on scheduled rotary maintenance for VIP, government, military and SAR customers.
As a Bombardier Approved Service Centre, our London Luton maintenance facility specialises in Bombardier Global and ... |
"""Functions to work with Google authentication structures."""
from __future__ import annotations
import base64
import hashlib
from Cryptodome.Cipher import PKCS1_OAEP
from Cryptodome.PublicKey import RSA
from Cryptodome.PublicKey.RSA import RsaKey
from .util import bytes_to_int, int_to_bytes
def key_from_b64(b64_... |
Eden, located in the West Loop area of downtown Chicago just steps from the United Center. Offering a fresh take on American food by Chef Devon Quinn. Fresh, seasonal and local ingredients are always used to ensure the highest level of flavor in each dish. Offering a wide range and ever changing menu of home-made pasta... |
import matplotlib.pyplot as plt
from collections import defaultdict
from itertools import combinations
from pprint import pprint
from scipy import stats, signal
import random
from itertools import chain
class QueryResponse(object):
"""Class to make it easier to work with parsed data. Works with
everything nat... |
I moved from another web host and to be honest I did not expected some major changes in the services. The only hope was - to have less downtime. What I have now with Hosting Source – no downtime, tickets being answered within 10 minutes, no delays, no issues. It seems I had to move to their services much earlier. Good ... |
"""
twistedchat.py
A TCP chat server in the style of 'Chatroulette' using Twisted.
Part of a study in concurrency and networking in Python:
https://github.com/mjwestcott/chatroulette in which I create versions of this
server using asyncio, gevent, Tornado, and Twisted.
Some 'features':
- on connection, clients a... |
Pop to the village stores for a pint of milk in the morning. Meander down to Constantine Bay to feel the sand between your toes before lunch. Head off exploring the Cornish coast in the afternoon, return to laze in your garden by tea time and even head to the Trevose Golf and Country Club for a glass of wine over looki... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.