text stringlengths 29 850k |
|---|
# -*- coding: utf-8 -*-
from __future__ import unicode_literals
from django.db import models, migrations
class Migration(migrations.Migration):
dependencies = [
('imager_profile', '0004_auto_20150802_0153'),
]
operations = [
migrations.RemoveField(
model_name='imagerprofile'... |
SJ Beale HR Consult offers HR telephone advice and HR support to companies in the manufacturing sector whether you are a stand alone organisation or have several sites. We have had experience of working with companies in the manufacturing sector and understand the unique issues you may face when managing your staff. We... |
# -*- coding: utf-8 -*-
# nexus5-root (c) Ian Dennis Miller
from fabric.api import task, env
import shutil
import requests
import os.path
import time
import glob
from subprocess import call
adb_cmd = os.path.join(os.path.expanduser(env.sdk_path), "platform-tools", "adb")
fastboot_cmd = os.path.join(os.path.expanduser... |
Valeta Studios - Ikaria. Book direct with apartment owner and save money.
Valeta Studios - Apartments are located just above Livadi beach, in Armenistis, a village offering modern facilities on an island which still remains unaffected by excessive tourism.
Valeta Studios - Apartments consists of studio flats with self-... |
###############################################################################
#
# The MIT License (MIT)
#
# Copyright (c) Tavendo GmbH
#
# 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 with... |
On this Tuesday edition of What We're Reading, we bring you ELL-related stories and resources from the last two weeks. For more great content, check out our Highest Aspirations podcast. Season 2 begins on Wednesday, January 23rd!
EurekAlert! reports on a Duke and Stanford study that shows U.S. immigrant children study ... |
# -*- coding: utf-8 -*-
# Generated by Django 1.9 on 2017-02-28 12:34
from __future__ import unicode_literals
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('domain', '0029_meta'),
]
operations = [
migrations.AlterModelOptions(
name... |
The Great Market Hall in Budapest should be any visitors first stop in order to get acquainted to the people, goods and grub of Hungary. The market is one of those strange places that caters to both locals and tourists alike without losing its authentic appeal. Under one roof you can by meats and sausages, Royal Tokaji... |
from django.shortcuts import render
from django.http import HttpResponse
from django.template import RequestContext
from rango.models import Bar, Tapa
from rango.forms import TapaForm
from django.contrib.auth.decorators import login_required
from django.http import JsonResponse
# Pagina inicio
def index(request):
... |
The NOW Account from Investment Savings Bank, provides unlimited check writing and transactions each month, without a per-check charge. Plus, you earn interest on all balances, which means your money is working for you. ISB’s NOW Account is a great way to step up your individual or non-profit’s transactional account. A... |
"""
(C) Copyright 2013 Rob Watson rmawatson [at] hotmail.com and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the GNU Lesser General Public License
(LGPL) version 2.1 which accompanies this distribution, and is available at
http://www.gnu.org/lice... |
In an annual ‘fishing festival,’ thousands dive into the water when a Dong Nai dam closes its spillway.
Thousands wait at the Tri An reservoir in the southern Dong Nai Province on Monday morning, bringing nets and even electric rods to catch big fish, in an annual “fishing festival” that happens when the hydroelectric ... |
# Copyright (c) 2016 Alex Meade. 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 b... |
The rider of the scooter, a boy, received serious injuries and was taken to the Queen’s Medical Centre in Nottingham.
OFFICERS from Leicestershire Police’s road policing unit are appealing for witnesses after a child riding a scooter received serious injuries in a collision with a car.
The collision occurred at 5.20pm ... |
from urllib import request
from html.parser import HTMLParser
NAME = "HD-Jiggly"
COOKIE = 'cookie.txt'
class parseLinks(HTMLParser):
def __init__(self):
HTMLParser.__init__(self)
self.data = []
self.flag_tbody = False
self.flag_span = False
self.flag_a = False
self... |
29 Nov 2015 . The soothing feeling of wood decking and artificial turf under my feet as I relax . article on Outdoor Flooring Options for Singapore Balconies and Balcony . Lastly, setting a budget is the most important part of your renovation.
25 Feb 2014 . Durable, Safe, Easy to clean flooring for Singapore balconies ... |
#!/usr/bin/env python3
"""
Handle logging
All logging is done througt QT signal/slots, so they can be used from other threads.
Copyright (C) 2020 Anders Lowinger, anders@abundo.se
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published b... |
Launch yourself into the market with this great 3 bedroom townhome at a fantastic price. Bright sun filled living and dining room and a large eat in kitchen with ample cupboards and cabinets. Bright picture window overlooks the fenced in backyard. Easy care laminate runs throughout the main floor. Carpeted Upstairs wit... |
# -*- coding: utf-8 -*-
##########################################################################################
# Developer: Luan,Jingchao Project: HuMaIN (http://humain.acis.ufl.edu)
# Description:
# Script to invoke the OCRopus Segmentation microservice. Given the binarized images'
# directory or an imag... |
The Kane Garden Club is displaying scarecrows in 10 flower planters along Fraley Street in Uptown Kane. Some of the club members involved with the project include, left to right: Sunne Gregg (vice president), Barb Woll (president), Wayne Gregg, June Ross, Janet Bard, Linda Rich and Jeanne Iannuzzi. Bard is chairman of ... |
# -*- coding: utf-8 -*-
"""
Created on Wed Jul 11 09:04:55 2018
@author: AmatVictoriaCuramIII
"""
#Developed in Python 3.5
#R Multiple Finder; Trade Tracking
import numpy as np
import random as rand
import pandas as pd
import time as t
from DatabaseGrabber import DatabaseGrabber
from YahooGrabber import... |
Michaela Morard of Huntsville, Alabama, notched her fifth AJGA tournament title at the Randy Wise Junior Open. The University of Alabama commit was dominant from the outset, as she fired a first-round 5-under-par 67 to break the competitive course record previously held by LPGA pro Morgan Pressel. From there, the three... |
"""
Custom message viewer with support for switching between HTML and plain
text rendering, HTML sanitization, lazy rendering (as you scroll down),
zoom and URL click warning popup
"""
from PyQt4 import QtCore, QtGui
from safehtmlparser import SafeHTMLParser
from tr import _translate
class MessageView(QtGui.QTextB... |
We've saved a record of the stream from this event for you, so you won't miss info about new features and other important peculiarities of updated Visual Studio. At the same time you can browse and take the trial Devart products compatible with Visual Studio 2019.
dotConnect is an enhanced data connectivity solution bu... |
import datetime
from ming.orm.ormsession import ThreadLocalORMSession
from mock import patch
from alluratest.controller import TestController
from allura import model as M
#---------x---------x---------x---------x---------x---------x---------x
# RootController methods exposed:
# index, new_page, search
# PageCon... |
Below are the nutrition facts and Weight Watchers points for Seared Steak, Egg & Tomatillo Wrap from Starbucks Coffee .
There are 410 calories in a Seared Steak, Egg & Tomatillo Wrap from Starbucks. Most of those calories come from fat (38%) and carbohydrates (41%).
Is the Seared Steak, Egg & Tomatillo Wrap good for yo... |
# coding=utf-8
"""
Every project needs its trash heap of miscellaneous functions and classes
Copyright 2015 BlazeMeter Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org... |
Brighter than the sun | someone els.
Hang in there Els….any major illness is tough to deal with in a relationship! I know first hand. Take care of yourself! |
# -*- coding: utf-8 -*-
from api_managers import api_builder
from tools import loader
import logging
logger = logging.getLogger(__name__)
class Comparator:
def __init__(self, criteria, apis, scorer, fallback_name):
self.criteria = criteria
self.apis = apis
self.scorer = scorer
s... |
The Mayo family has a problem that has not been resolved in over 119 years. Actually, it may have been understood years ago but the knowledge did not filter down to their descendants.
John Mayo came to Maine before the detailed records of border crossings came into being about 1895. George Lessor came here before that ... |
import os
from hashlib import sha256
from hmac import HMAC
import random
# def random_bytes(num_bytes):
# return "".join(chr(random.randrange(256)) for i in xrange(num_bytes))
def random_bytes(num_bytes):
return os.urandom(num_bytes)
def pbkdf_sha256(password, salt, iterations):
result = password
for i in ... |
breathtaking garden compost bins outdoor gallon waste garbage disposal food kitchen compost bin black picture concept.
impressive mid sized 3 drawer island at portable kitchen island picture ideas.
outstanding reclaimed wood table trestle epoxy resin polyurethane hemlock picture concept.
astounding round swivel chair c... |
import sys
import urllib
from numpy import genfromtxt
import numpy as np
def get_teams():
f = urllib.urlopen("http://www.masseyratings.com/scores.php?s=199229&sub=199229&all=1&mode=3&exhib=on&format=2")
s = f.read().split()
my_teamnames = {}
for i in range(0,len(s)/2):
my_teamnames.update({i :... |
This listing is for payment 2 of 2. $80. To be paid Friday 3/15/19. |
# 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 may ... |
Make sure to check out MissPittyPatsJewels on Etsy to see all of the items Megan has in stock!
Mermaid Tail Towel DIY from Stitch To My Lou!
Fluffy Peanut Butter Frosting from All Recipes! |
import factory
from django.contrib.contenttypes.models import ContentType
from paperclip.models import Attachment
from geotrek.authent.factories import UserFactory
from geotrek.common.utils.testdata import get_dummy_uploaded_file
from . import models
class OrganismFactory(factory.Factory):
FACTORY_FOR = model... |
DPC_WATCHDOG_VIOLATION – It is also called blue screen of death error and it is a severe problem for Windows 10 users. You will experience that while the notification about the screen will be shown, your system will restart in 5 seconds. But sometimes this problem keeps on irritating you, and that you are really annoye... |
#!/usr/bin/python
# -*- coding: utf-8 -*-
import json
import logging
import time
import redis
import redis.exceptions
import MySQLdb
import config
import data
import exceptions
import log
class Db(object):
db_mem = None
db_mem_posts = None
db_disk_posts = None
db_cursor = None
retries = 360
... |
Nowhere is the strength of our unique 3-D imaging system more in evidence than in our personal portraits. It is noteworthy that the inability to retouch a Laser Reflections portrait has turned from being perceived as a weakness to one of its great strengths. In an era dominated by ingenuine digital images, we follow in... |
# -*- coding: utf-8 -*-
from django import forms
class UserprofileForm(forms.Form):
oldPassword = forms.CharField(label='Old Password',widget=forms.PasswordInput())
newPassword = forms.CharField(label='New Password',widget=forms.PasswordInput())
confirmPassword = forms.CharField(label='Confirm Password',wi... |
Lago Vista windshield replacement needs can occur at any time, but they are much more frequent when the weather is bad. Driving in storms or powerful winds can cause severe damage to glass, creating cracks or even shattering it. When it’s a windshield you have time, but this damage to other auto glass offers you little... |
# -*- encoding: utf-8 -*-
##############################################################################
#
# OpenERP, Open Source Management Solution
# Copyright (C) 2012-Today Serpent Consulting Services Pvt. Ltd. (<http://www.serpentcs.com>)
# Copyright (C) 2004 OpenERP SA (<http://www.openerp.com>)
#
# T... |
At Second Baptist Church, we believe in the Priesthood of All Believers. God calls each of us to some kind of ministry either at church or somewhere out in the world. Would you like to explore the spiritual gifts God has given you? If so, please download and print the file by clicking on the link below. Be sure to read... |
# Lint as: python3
# Copyright 2019 The TensorFlow 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 ... |
The Shadowboxers are ringing in the new year with more dates on their headlining “EastWest” Tour! The tour is stopping in NYC at Brooklyn Bowl next Friday, January 13th! If you haven’t had the chance to see The Shadowboxers live, they put on an incredible show. Their set will have you dancing from start to finish. The ... |
# -*- coding: utf-8 -*-
# Copyright 2013 Dr. Jan Müller
# 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 ... |
Here's a cool selection of the best free flying games to play on your pc, hand picked for some great flying game fun!
Download Games Free Website Games Video Tips and Tricks Help Internet … Fly Shoot A. Drop Bombs; There are 3 awards in Fighter Pilot 2. View All Awards.
There are 298 Flying games on GaHe.Com. We have c... |
#!/usr/bin/env python
'''
Exercise 5 - Class 4
Gleydson Mazioli <gleydsonmazioli@gmail.com
'''
import netmiko
def remote_connect(host):
'''
Connect to a remote host
'''
return netmiko.ConnectHandler(**host)
def send_command(conn, cmd):
'''
Send a command
'''
return conn.send_command(c... |
Sebastian Soto clocked a lot of tube time during his 2018 globe trot. Hit play on his new edit, “Crudo,” above to watch the Puerto Rican soul arch through some heavies at home, Indonesia and especially Mexico. Soto’s approach to pumping XXL Puerto Escondido is drenched in both confidence and style well beyond his years... |
#!/usr/bin/env python3
# Copyright (c) 2019-2020 The Bitcoin Core developers
# Distributed under the MIT software license, see the accompanying
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
"""Test basic signet functionality"""
from decimal import Decimal
from test_framework.test_framework imp... |
Pioneers in the industry, we offer steel dining table and dining table furniture from India.
We are the leading manufacturers and suppliers of the industry, offering a wide array of Steel Dining Table. These products are reckoned amongst the clients for their beautiful appearance. The offered products are suitable to e... |
# Copyright 2009 Google Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, ... |
The ChargeCard began as a Kickstarter project that was funded last summer. At the time, the product only offered support for Apple's 30-pin connector and Micro USB as Apple's new Lightning connector had yet to be introduced, but a new version for the iPhone 5 that supports Lightning is now available for purchase.
Desig... |
# randomizer class
# This program is part of the TUPack software package and makes use of NuPack 3.0. NuPack can be found on <www.nupack.org>g>
# This class creates an object performing random sequence mutations to outline the spread of the free energy predictions.
# For more info about the program, please read the use... |
A solid disaster recovery and business continuity strategy is crucial to protecting your organization's future in the event of a natural disaster or other emergency that causes downtime. In this guide, we've compiled our best resources to ensure that your disaster recovery (DR) plan is complete, up to date and appropri... |
# Authors: Nicolas Tresegnie <nicolas.tresegnie@gmail.com>
# Sergey Feldman <sergeyfeldman@gmail.com>
# License: BSD 3 clause
import numbers
import warnings
from collections import Counter
import numpy as np
import numpy.ma as ma
from scipy import sparse as sp
from scipy import stats
from ..base import Base... |
This Triple Delight Cake is a chocolate and vanilla layered cake with buttercream frosting between the layers. It is a moist, buttery, layered cake, originating from the Dutch Colonial era in Indonesia and is traditionally called Lapis Surabaya. This cakes are handmade using natural ingredients and are also gluten-Free... |
from pychess import Variants
from pychess.Utils.const import *
# RatingType
TYPE_BLITZ, TYPE_STANDARD, TYPE_LIGHTNING, TYPE_WILD, \
TYPE_BUGHOUSE, TYPE_CRAZYHOUSE, TYPE_SUICIDE, TYPE_LOSERS, TYPE_ATOMIC, \
TYPE_UNTIMED, TYPE_EXAMINED, TYPE_OTHER = range(12)
class GameType (object):
def __init__ (self, fic... |
This Website (Ani Anywhere) and its Content is owned by Ana Sánchez Granado (“I,” or “me”). The term “you” refers to any users, visitors, or viewers of this Website, the term “us” refers to Ani Anywhere and it’s contributors.
This website may be compensated by companies mentioned through advertising, affiliate programs... |
# -*- coding: utf-8 -*-
"""
Audits WikiProjects for inconsistencies between their project pages and their categories
Copyright (C) 2015 James Hare
Licensed under MIT License: http://mitlicense.org
"""
import pywikibot
from project_index import WikiProjectTools
class ProjectCategoryAudit:
def go(self):
w... |
I've put in a lot of my efforts this time, kept the video detailed so that a lot of people including beginners are able to understand how to solve this tough squareroot decomposition problem HILLJUMPING from Codechef August 17 Long Challenge.
Check out the video editorial here.
Then I explain my approach till 14:50 aft... |
import tornado.web
from handlers.base_handler import BaseHandler
from models.group import Group
from models.user import User
from .util import check_group_permission
from forms.forms import GroupForm
class GroupsHandler(BaseHandler):
@tornado.web.authenticated
def get(self):
group_name = self.get_arg... |
THE UNITED STATES Food and Medication Administration today approved Provenge.
THE UNITED STATES Food and Medication Administration today approved Provenge, a first-of-a kind vaccine for the treatment of prostate cancer. The procedure proved to extend lifespan by a lot more than four weeks on average http://propeciapris... |
import urllib,urllib2,re,cookielib,string, urlparse,sys,os
import xbmc, xbmcgui, xbmcaddon, xbmcplugin,urlresolver
from resources.libs import main
#Mash Up - by Mash2k3 2012.
from t0mm0.common.addon import Addon
from resources.universal import playbackengine, watchhistory
addon_id = 'plugin.video.movie25'
selfAddon =... |
Lovingly co manufactured by AIC.
style nanda inspired piece, vintage design.
STATUS : AVAILABLE IN S AND M!
STATUS : AVAILABLE IN M AND L! |
#!/usr/bin/env python
# -*- coding: utf-8 -*-
import urllib
import urllib2
import re
import json
class Spider:
def __init__(self):
self.url = 'https://www.paizi.com/'
self.user_agent = 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36'
self.hea... |
Easter and chocolate go together like peanut butter and jelly, but what doesn’t go down as well is our bodies reaction that comes after binging on all your Easter goodies.
We’ve all heard the expression of being on a sugar-high. Keri Glassman, registered dietitian and founder of Nutritious Life and The Nutrition School... |
#!/usr/bin/env python
#For tuning retina on DARPA Heli
#Created by Dylan Paiton
from tune_functions import *
###################
### ###
### Global vars ###
### ###
###################
run_PetaVision = 0 #Will just create params file if set to 0
pipe_output_to_file = 1
mpi_np ... |
Tom Murphy has joined Eastbourne Borough on a month-long loan.
One of Jay Saunders’ summer signings, the 24-year-old has made 20 appearances for the Stones so far this season but has found starting opportunities limited of late.
Murphy is set to feature for The Sports in their Buildbase FA Trophy match away at Leiston ... |
#!/usr/bin/env python
# Copyright (c) 2014 UCLA
# Authors: Haodong Chen and Thomas M. Vondriska
#
# This software is distributable under the terms of the GNU General
# Public License (GPL) v2, the text of which can be found at
# http://www.gnu.org/copyleft/gpl.html. Installing, importing or
# otherwise using this modul... |
The Office of College Admissions reviews each application on a holistic basis—a complicated name for a very simple concept. The admissions committee considers a candidate’s entire application—academic and extracurricular records, essays, letters of recommendation, and SAT or ACT scores, if these are submitted—in order ... |
__doc__ = """
This test moves concurrently a directory ('mover' worker) while
files are added to it ('adder' worker) . The expected outcome is that
all added files are kept on the server and are found in the final directory.
"""
from smashbox.utilities import *
if platform.system().lower() == "darwin":
do_not_re... |
MASHPEE, Mass. — In his homily at a farewell Mass at Christ the King Parish, the pastor, Msgr. Daniel F. Hoye said, quoting a Boston newspaper columnist, “Retired priests are like retired Marines — there are none.” He continued, saying, “When diocesan priests retire, we don’t stop celebrating the Sacraments,” as long a... |
# generate job status transition graph
# usage:
# 1) run ganga and this file as a script
# or 2) cd ganga/python, run python interactively and execfile(this_file)
ARC_LABELS = True
STYLED_EDGES = True
DEBUG = False
from Ganga.GPIDev.Lib.Job import Job
import os
g = Job.status_graph
initial_states = Job.initial_s... |
The meaning is when your mind is steady and your pose is comfortable. It’s time for asana to come perfectly.
Let the mind pure, do not think anything, focus on the breath and chakra inside the body. When you already steady your mind, you can come to asana easier and more comfortable.
Let’s imagine that somebody who can... |
#------------------------------------------------------------------------------
# Copyright (C) 2007 Richard W. Lincoln
#
# 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; version 2 dated June, 19... |
EPFL scientists have discovered gene variants that make children life-threateningly susceptible to common-cold viruses.
Although most children can handle viral respiratory infections like the common cold, about 2% of children become sick enough to require hospitalization. There are some known risk factors for this, but... |
#!/usr/bin/python
import sys
import json
import re
from operator import itemgetter
comment_line = re.compile(r"^\s*(?:#.*)?$")
re_line = re.compile(
r'''
^\s*
(?P<name>[^:]+) # Person name
(?:
\s*:\s*
(?P<properties>.+)? # Properties
)?
''',
re.VERBOSE
)
regex = re.compil... |
Energy conservation is becoming more and more of a concern which is why more about more people are hunting for cheaper energy bills through websites similar to Usave (https://usave.co.uk/energy/). One of the most immediate approaches to a solution is to use more energy efficient light bulbs.
Incandescent: is the most c... |
# -*- coding: utf-8 -*-
#
# Picard, the next-generation MusicBrainz tagger
#
# Copyright (C) 2006-2008, 2011-2014 Lukáš Lalinský
# Copyright (C) 2009, 2018-2021 Philipp Wolfer
# Copyright (C) 2012 Chad Wilson
# Copyright (C) 2012-2013 Michael Wiencek
# Copyright (C) 2013-2020 Laurent Monin
# Copyright (C) 2015 Ohm Pate... |
My question concerns the matter of mixing meat and dairy which I understand. How does this include poultry which does not produce milk to feed its young.
There have been two very similar questions posted on the site, and I recommend you read the responses to these questions for the answers to your quesitons.
You will f... |
# -*- coding: utf-8 -*-
import pygame
from PigoFont import PigoFont
class Font(pygame.font.Font, PigoFont):
def __init__(self, filename, size):
pygame.font.Font.__init__(self,filename,size)
def GetHeight(self):
return pygame.font.Font.get_height(self)
def GetAscent(self):... |
This kind of sofa is not only used in the living room but you can also put this sofa in your veranda, especially twin sleeper sofa. The two same shapes for the sofa in one set will look nice. The part for your back leaning will also make you feel more comfortable. If you are a romantic person, you can enjoy tea time si... |
#!/usr/bin/python3
# clumping factor test. Creates a forest with certain size and terrain regularity based on settings
# Copyright Thomas van der Berg 2016, released under GNU GPLv3(see LICENSE)
import random
# settings
w = 25 # width of world
h = 21 # height of world
trees = 75 # number of trees in forest. If more ... |
Asking a top manicurist to name their favorite polish is akin to asking a mother to choose her favorite child. So, we called on a handful of nail pros to pick their favorite shade of the moment, instead. The result? A collection of the prettiest, most perfect summer-to-fall transitional shades we’ve ever seen.
"I’m lov... |
"""
Spherical Voronoi Code
.. versionadded:: 0.18.0
"""
#
# Copyright (C) Tyler Reddy, Ross Hemsley, Edd Edmondson,
# Nikolai Nowaczyk, Joe Pitt-Francis, 2015.
#
# Distributed under the same BSD license as SciPy.
#
import warnings
import numpy as np
import scipy
from . import _voronoi
from scipy.spat... |
Written by Scott Joseph on 22 November 2010 on 22 November 2010 .
The newest Graffiti Junktion has been open for a few weeks now. I stopped in one afternoon with a friend to check it out. This GJ, as reported previously, took over the space evacuated earlier this year by K Restaurant Wine Bar in College Park. Those fam... |
from __future__ import division
from CoolProp.CoolProp import PropsSI
from Correlations import f_h_1phase_Tube,TrhoPhase_ph,Tsat
from math import log,pi,exp
class LineSetClass():
def __init__(self,**kwargs):
#Load the parameters passed in
# using the dictionary
self.__dict__.update(kwargs)
... |
We have the cheapest Netflix option…the one that lets you take out one movie at a time. We find that the movies don’t sit on top of our TV as long if you have to watch and return it to get something else. We do it in a very fair way, rotating around family members to pick the movie. A kid, a parent, the other kid, the ... |
#!/usr/bin/env python
# -*- encoding: utf-8 -*-
import math
import operator
def calculateShannonEntropy(dataset):
# [[0, 0, 0, 0, 'N'], [0, 0, 1, 1, 'Y']]
instance_number = len(dataset)
# {'Y': 1, 'N': 1}
label_number_map = {}
for instance in dataset:
label = instance[-1]
if label not in label_nu... |
On some Services, Annoying: The Science of What Bugs electronic Users please an necessary parent of up-to-date Services to which you process and you may make to include services as party of that Personal case of the Services unless you get your question, as if you use out of the parties or list edition. If you apply su... |
'''File: JurorForm.py
Module: ``portal.forms.JurorForm``
Contains the JurorForm class used on the front page of the OQ portal.
'''
from datetime import datetime
import re
from django import forms
from django.utils.safestring import mark_safe
from django.core.exceptions import ValidationError
class LoginForm(forms... |
Hehe, Dont know, you have to ask my "hunter" inside me!
Hmm, Loot is good so. But if somone els need it more then me he/she can take it.
Nah but seriously... so your gf is lvl 29 huh..
"Reason for re-applying: No more girlfriend" ? |
"""
workspace_commands --- Open, SaveAs, GotoLine commands
======================================================
"""
import os.path
import glob
from enki.core.core import core
from enki.lib.pathcompleter import makeSuitableCompleter, PathCompleter
from enki.core.locator import AbstractCommand
class CommandGotoLin... |
This is an excellent vehicle at an affordable price! Turbocharger technology provides forced air induction, enhancing performance while preserving fuel economy. Top features include front dual zone air conditioning, tilt and telescoping steering wheel, lane departure warning, and more. It features a continuously variab... |
#!/usr/bin/python
# -*- coding: utf-8 -*-
# utf-8 中文编码
import random
import string
from datetime import datetime,timedelta
from django import http
from django import forms
from django.db.models import Q
from django.conf import settings
from master_node.models import *
from django.template import RequestContext
from dja... |
MAKE THE COMPLEX SIMPLE WITH NITA’S TECHNOLOGICALLY SUPERIOR LABELING MACHINES.
IT’S A LABELING MACHINE REVOLUTION.
Pick one super easy Nita tool!
It’s the technology. And the people. And the efficient quick-changeover systems. And total servo synchronization. And the simplicity of operation. And the Self-Diagnosing sy... |
from numpy import array, linspace, zeros, pi
from CodeTools.PlottingManager import myPickle
import pyneb as pn
S4 = pn.RecAtom('He',1)
He1_Emis_pyneb = S4.getEmissivity(tem=10000.0, den=100.0, label = '3889.0')
He_Emis_article = 1.4005 * 1e-25 #Unit... |
The District’s local storm water development drainage system consists of storm drains, detention and retention basins, and pump stations. The system is designed to retain and infiltrate as much stormwater and urban runoff as possible. The District’s Storm Drainage and Flood Control Master Plan includes 158 drainage are... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.