text stringlengths 29 850k |
|---|
# Copyright (C) 2010-2014 GRNET S.A.
#
# 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
# (at your option) any later version.
#
# This program is distributed i... |
BIGGER THAN IT LOOKS, HOME, BASEMENT, AND FULL FENCED YARD.REHABED 2016-2017. EXPANDED CAPE COD WITH NEW DORMER WITH 2ND FULL BATH, ALSO NEW ROOF, WINDOWS,SIDING WITH NEW DOWNSPOUTS AND GUTTERS AND HARDWOOD FLOORS. OTHER ''NEWS'' FIRST FLOOR BATH WITH JETTED TUB, NEW KITCHEN WITH NEW STAINLESS APPLIANCES, CABINETS, GRA... |
#
# Copyright (C) 2012 Niek Linnenbank
#
# 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
# (at your option) any later version.
#
# This program is distributed... |
I Have a Great Resume – So Why is My Phone Not Ringing?
Does HR do a Good Job at Recruitment?
What Can Travel Staff’s “First Thirstdays” Do For You?
Where Have All the Job Seekers Gone?
Do You Have a Staff Infection?
We’re Building a PMS Team!
Is Your Puzzle Missing a Piece?
Does This Logo Make Me Look Fat?
PMS in the ... |
from django.conf import settings
from django.core import exceptions
from django.core.cache import cache
from pyquery import PyQuery as pq
from urllib2 import HTTPError, URLError, Request, urlopen, quote
from urllib import urlencode
conf = {}
class GadgetError(Exception):
def __init__(self, msg):
self.msg... |
Seven workbooks move in careful steps from basic skills to the most sophisticated skills. Choose the books you or your students need. For classroom, lab, or individual use.
Signals, Relationships, Essay Structure, Critical Reading, Sentence Structure, Vocabulary, Students can work on their own, because each lesson has ... |
# encoding: utf-8
import datetime
from south.db import db
from south.v2 import SchemaMigration
from django.db import models
class Migration(SchemaMigration):
def forwards(self, orm):
# Adding model 'Alert'
db.create_table('alert_alert', (
('id', self.gf('django.db.models.field... |
THE BEST! Kristen was so helpful. I had talked with a few other attorneys before I came to Kristen and she was so much more compassionate, and her prices were more than fair. She got me the outcome I was hoping for... I would recommend that if anyone need a family law attorney to talk to Kristen.... Kevin, Monroe, WA.
... |
# -*- coding: utf-8 -*-
# Generated by Django 1.9.13 on 2017-07-11 12:03
from __future__ import unicode_literals
import django.core.files.storage
from django.db import migrations, models
import django.db.models.deletion
import django.utils.timezone
import journal.models
class Migration(migrations.Migration):
in... |
MacBook Air vs. MacBook Pro: Which Apple 13-incher should you buy?
Two 13-inch MacBooks. One's thin. One has more ports. Which one's best for you? We pit them head to head, and the answer's more difficult than you think.
Just a few short months ago (in March, to be exact), we wrote about an odd glut in Apple's otherwis... |
from collections import namedtuple
from enum import Enum
from math import floor, log10
from sys import stdout
from time import clock
from vsut.assertion import AssertResult
class Unit():
"""A unit is a group of tests, that are run at once.
Every method of this class, that starts with 'test' will be run autom... |
A high-ranking bureaucrat at the Finance Ministry resigned on Wednesday amid accusations that he made sexually harassing remarks to a female reporter. The allegations dealt a further blow to the scandal-ridden government.
A high-ranking bureaucrat / at the Finance Ministry / resigned on Wednesday / amid accusations / t... |
'''
The one parameter exponential family distributions used by GLM.
'''
#TODO: quasi, quasibinomial, quasipoisson
#see http://www.biostat.jhsph.edu/~qli/biostatistics_r_doc/library/stats/html/family.html
# for comparison to R, and McCullagh and Nelder
import numpy as np
from scipy import special
from scipy.stats impor... |
The Harlequin mask is one of three masks Geralt can choose from for the ball at the Vegelbud Estate. It can be purchased from Elihal or Pierre.
This page was last edited on 5 July 2018, at 23:36. |
def break_words(stuff):
"""This function will break up words for us."""
words = stuff.split(' ')
return words
def sort_words(words):
"""Sorts the words."""
return sorted(words)
def print_first_word(words):
"""Prints the first word after popping it off."""
word = words.pop(0)
print word... |
The ongoing de facto genocide in the Republic of Yemen in a war whose most intense phase began in 2015, has until very recently been all but ignored in the Western mainstream media. What has also been ignored is the fundamental casus belli for the US-backed Saudi war, ostensibly against the Shi’ite Houthi by the Sunni ... |
#!/usr/bin/python3
from abc import ABCMeta, abstractmethod
from venus.stock_base import StockEventBase, StockBase
from venus import stock_base
import pandas
import datetime
import numpy as np
from jupiter.utils import TIME_FMT
"""
趋势跟踪法
所有的择时法,最终都输出一个stock list
所有的风控,都实时输出signal
所有的选股法,最终也输出一个stock list
1.当90日线位于250日线... |
New Philadelphia, Ohio - The Uhrichsville man accused of causing life-threatening injuries to a toddler will be spending the next five to seven years in prison.
Sanders was arrested on December 11th in connection with the more than two-month hospitalization of a two-year-old in his care. Assistant Prosecutor Amanda Mil... |
# -*- coding: utf-8 -*-
from urlparse import urlparse, urlunparse
import hashlib
from .utils import smart_str
def format_url(params):
"""
将字典对象转换为url字符串(采用utf8编码)
:param params: 字典对象
:return: url字符串
"""
return '&'.join(['%s=%s' % (smart_str(k), smart_str(params[k])) for k in sorted(params)])
... |
Shardul is Senior Solutions Architect for VMware End-User Computing (EUC).
Workspace ONE Mobile Flows are the latest addition to the VMware Workspace ONE platform.
Mobile Flows help device users perform tasks across multiple business back-end systems from a single app like VMware Boxer. This eliminates the need for end... |
# This file is part of wger Workout Manager.
#
# wger Workout Manager is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# wger W... |
Introducing the 2017 Nissan Sentra. With fewer than 15,000 miles on the odometer, this 4 door sedan prioritizes comfort, safety and convenience. Smooth gearshifts are achieved thanks to the efficient 4 cylinder engine, and for added security, dynamic Stability Control supplements the drivetrain. Top features include a ... |
#! /usr/bin/env python
# -*- coding: utf-8 -*-
'''
Interface with Google calendar service.
The module should really be called "calendar", not "calendars", but due to how
[poorly] imports are done by Google python API, that would generate an name
conflict.
'''
import datetime
from collections import namedtuple
from ut... |
MOSCHINO cropped t-shirt in stretch cotton with short sleeves and spotted Teddy Bear print and contrast brand front lettering. Classic micro ribbed crewneck.
MOSCHINO round neck cotton stretch T-shirt with short sleeves with Milan print and contrasting brand lettering.
MOSCHINO bicolour dress in stretch cotton with bea... |
import re
import csv
from os import listdir
from os.path import isfile, join
from extra_neg import extra_negative_instances
def hasNumbers(inputString):
return any(char.isdigit() for char in inputString)
def main():
mypath = "/Users/fuhao/Development/cs838webpage/textFile/"
files = [f for f in listdir(mypath) if ... |
In a rapidly changing world we have to think and operate differently. By merging the skills and knowledge of seasoned engineers and developers, we find new ways to look at asset management every day. All On Key users benefit from these enhancements.
Business and technology leaders are bombarded with information about t... |
import argparse
import urlparse
import os
import ConfigParser
import subprocess
from requests import Session
ZONE_TO_ID = {
'eu-west-1a': 'a',
'eu-west-1b': 'b',
'eu-west-1c': 'c'
}
cur_dir = os.path.dirname(__file__)
parser = argparse.ArgumentParser(description='------ AWS Startup Script ------')
parser.... |
The Illustrated Stephen King Trivia Books!
Glenn Chadbourne has received a lot of requests to remarque copies of The Illustrated Stephen King Trivia Book and The Illustrated Stephen King MOVIE Trivia Book, but he really doesn’t have the time to handle the logistics of receiving and returning books that are sent to him ... |
# -*- coding: utf-8 -*-
##############################################################################
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published
# by the Free Software Foundation, either version 3 of the L... |
The solution to fighting over the single stroller: craigslist ftw!
A kid and her cat.
Nothing like an old replica of a shack for a good run around.
It wasn’t a shack it was a replica of the tree house from Stand By Me. Get your Oregon trivia right, geez! |
# -*- coding: utf-8 -*-
"""
/***************************************************************************
Name : Json2HTML
Description : Function to get dictionary(json) and create HTML how a list
Date : June, 2018
copyright : (C) 2018 by Luiz Motta
email ... |
©Barry Sandland/TIMB – Rising costs all across Brixton have forced the bike shop to relocate.
“Every day, coming to work here is simply lovely. It is jus the best job I have ever had. It is such a family here. I came from a corporate bike shop, so not having a boss is probably right up there in terms of what I like abo... |
import os
import os.path
import data
from table import Table
from codecs import open
from collections import OrderedDict
TIME_PATTERN = '%0.5f'
class Report(object):
def __init__(self, options):
self.options = options
with open(options.input, 'rt') as f:
self.data = data.ExperimentDa... |
webconferences.ir is a safe website. This information is from Google, AVG Threat Labs, McAfee SiteAdvisor, Wot.
Alexa traffic rank shows the popularity of your site relative to other sites. Webconferences.ir is ranked 4,199,209th in the world (among the 30 million domains). A low-numbered rank means that your website g... |
# We look for the ds9 region files, read them, and mask corresponding regions in the sigma images.
execfile("../config.py")
from kirbybase import KirbyBase, KBError
from variousfct import *
import cosmics # used to read and write the fits files
import ds9reg
import glob
import numpy as np
import star
psfstars = star.... |
As I explore in our “Key Global and Regional Trends Shaping Toys Licensing” global briefing, toys is one of largest industries for licensed products globally. Half of the top 10 most heavily licensed toys markets are in Asia Pacific, while the US is the world’s largest. As the Frozen franchise took the industry by stor... |
# -*- coding: cp1252 -*-
"""
###############################################################################
HEADER: LogPrep.py
AUTHOR: Esa Heikkinen
DATE: 24.10.2014
DOCUMENT: -
VERSION: "$Id$"
REFERENCES: -
PURPOSE:
CHANGES: "$Log$"
########################################################... |
Private sessions are a great place to start if you are completely new to Pilates, have any type of injuries, or any specific health issues. You will be instructed with your specific goals in mind. Sessions involve both mat and equipment work. 50 minutes in length. |
# -*- coding: utf-8 -*-
import datetime
import json
import logging.config
import os
import pytz
import redis
from . import protos
from . import enumerations
from . import models
__all__ = ['configuration', 'enumerations', 'models', 'protos']
def get_configuration(application_name):
configuration_file_path = ... |
I was so excited to finally shoot Kirsty and Philip’s wedding. I felt that me and Kirsty had been emailing back and forth about the day for so long so it was great to finally get things underway! I knew it would be a day for familiar faces as I shot Kirsty’s friends weddings – Angela & Jonathan, Debbie & Paul and Susan... |
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
#
# sfsimodels documentation build configuration file, created by
# sphinx-quickstart on Wed May 23 10:38:42 2018.
#
# This file is execfile()d with the current directory set to its
# containing dir.
#
# Note that not all possible configuration values are present in this
#... |
Would NHS.uk make you more anxious?
Monday; too many emails, project deadline Friday, working late. Come home feeling tired, anxious and unsettled.
Tuesday; working late again. Tomorrow, dentist, extraction. Hate the dentist. Get home with a headache, don’t feel hungry.
Wednesday; leave work early, dentist. On way home... |
from a10sdk.common.A10BaseClass import A10BaseClass
class Stats(A10BaseClass):
"""This class does not support CRUD Operations please use parent.
:param es_resp_invalid_http: {"description": "Total non-http response", "format": "counter", "type": "number", "oid": "19", "optional": true, "size": "8"}
... |
Ever wonder why you can stand upright with minimal effort, or why you can bend over and then intuitively know how to get back into an upright position? It’s all about balance, and balance is an amazingly complex skill. Even the simplest task, such as standing upright, requires that several body systems work together, p... |
#!/usr/bin/env python
# -*- coding: utf-8 -*-
import types
import sys
from subprocess import call
from tempfile import NamedTemporaryFile
from abc import ABCMeta, abstractmethod
class STYLE:
NORMAL = "NORMAL"
BOLD = "BOLD"
UNDERLINE = "UNDERLINE"
class ANSICOLOR:
BLACK = "BLACK"
RED = "RED"
G... |
NFP Insurance Solutions is an independent insurance advisory firm specializing in risk management and life insurance solutions for the high net worth community. We work with clients and their advisors to craft custom insurance solutions to help grow and preserve their wealth. We are completely transparent and independe... |
'''
Common LISPy / Haskelly functions to use inside RIPL
Std Lib Functional stuff:
https://docs.python.org/3.4/library/itertools.html
https://docs.python.org/3.4/library/functools.html
https://docs.python.org/3.4/library/operator.html
Some info on what haskell does:
https://wiki.haskell.org/Fold
http://learnyouahaske... |
Need a new trencher ?
Click on the “Go to offer” button down below to enter the contest.
Don’t miss this golden opportunity to receive this quality trencher along with its accessories !
You have until the 7th of December to enter the draw. |
"""File contains constants (like EnvOptions)"""
from enum import Enum
INSTRUCTOR_FEEDBACK_TAG_MSG = "Tag left here so the instructor's scripts know when feedback was uploaded"
class EnvOptions(str, Enum):
"""This lists the keys for the rcfile and command line arguments.
Note that this is a 'mix-in' enum, whi... |
Note from shop owner Welcome to Mythology! Our shop is temporarily closed so we can enjoy the holidays with our family. If you need to reach us, please email mythologycandles [!at] gmail.com. Thanks!
Welcome to Mythology! Our shop is temporarily closed so we can enjoy the holidays with our family. If you need to reach ... |
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Ansible module to manage Check Point Firewall (c) 2019
#
# Ansible is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your o... |
Jiaxing Beyondoor Electronics Co.,Ltd is communication antenna and GPS product supplier in China. Located in Jiaxing, Zhejiang, China.Our team has more than 20 years design experience in the field of antennas and other RF products.
Under strict quality control, our products are undoubtedly made to meet your demands of ... |
# -*- coding: utf-8 -*-
"""Environmentan information and functions for filesystem operations.
.. References:
.. _appdirs:
http://github.com/ActiveState/appdirs
.. TODO::
* Add get_file for 'user_package_log', 'temp_log' etc.
"""
__author__ = 'Patrick Michl'
__email__ = 'frootlab@gmail.com'
__license__ = 'GP... |
A central aspect of birdiness is the ability to make vocalizations. Birds have a unique organ for doing this, the syrinx, and virtually every bird on the planet makes use of it. Bird vocalizations have a wide variety of communicative functions, including attracting mates, declaring territory, sounding alarm, or simply ... |
# -*- coding: utf-8 -*-
# Copyright(C) 2010-2011 Romain Bignon
#
# This file is part of weboob.
#
# weboob is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your... |
This Website has been developed solely for use in preparing and submitting qualifications and/or proposals in connection with the Norman Manley International Airport Project (the "Project"). Neither the Government of Jamaica nor any of its partners and/or consultants, make any representations (expressed or implied) or ... |
"""The tests the Graph component."""
import unittest
from homeassistant.setup import setup_component
from tests.common import init_recorder_component, get_test_home_assistant
class TestGraph(unittest.TestCase):
"""Test the Google component."""
def setUp(self): # pylint: disable=invalid-name
"""Set... |
Pre Engineered Buildings, Steel Buildings, Structural Steel Construction.
We are counted among one of the leading service provider of structural fabrication work in a cost effective way.
In this fast growing world Pre Engineering Buildings have set an industrial revolution by replacing the age old conventional building... |
from django.db import models
class ProgrammingLanguage(models.Model):
name = models.CharField(max_length=64)
def __str__(self):
return self.name
class Meta:
indexes = [models.Index(fields=['name'])]
verbose_name_plural = "Programming Languages"
class Project(models.Model):
... |
Beautiful home features lots of natural light, granite counter tops in the kitchen, newer recessed lighting and updated flooring. The spacious open floor plan invites you in as the stunning master suite shows off its large walk-in closet. Added square footage off the garage makes for a great flex room or office. This w... |
import os
import fnmatch
from datetime import datetime
from . import base
DATETIME_FORMAT = '%Y-%m-%dT%H:%M:%S'
class Client(base.Client):
name = 'Directory'
description = '''
Generator for a filesystem.
'''
options = {
'required': ['path'],
'properties': {
'pa... |
Analysis of web titan Yahoo and its services.
Edit: Microsoft/Yahoo could easily end up being an all-cash deal.
In most negotiation games — including pretty much all in which money can change hands — there’s one outcome that makes the most sense for all concerned. They should agree to that outcome, and haggle about not... |
from __future__ import division
import numpy as np
import matplotlib.pyplot as plt
from math import tan, cos, sin, pi
from scipy.integrate import odeint, simps, cumtrapz
##############
## y0 = yk
## y1 = theta
## y2 = px
## y3 = py
##############
def model(y, t):
yk, theta, vx, vy = y
# constants
m... |
Thanks, Tegan. Another fine crag you have offered the community!
We climbed a few routes the other day and enjoyed them very much.
I think one of my Petzl Ange quickdraws was lost at Murrin Park's Cereal Killers area on May 13th. It is white (webbing) with an orange-colored carabiner. Thanks and good karma for its' ret... |
import os
from pymongo import MongoClient
import argparse
parser = argparse.ArgumentParser(description="Python script for going through steps of adding a new genome to the Symbionts database.")
# STEP 1: Before running this script download .gb files from NCBI. If there are any plasmids concatenate these with main c... |
A year ago you set up a retail business that specialises in selling electronic entertainment equipment. You are still learning and regularly read trade magazines for education purposes and to keep up with developments in the industry.
In early March 2016, you read an article in one of those magazines, ‘Modern Electroni... |
from __future__ import absolute_import
import time
import logging
from types import FunctionType
from raven._compat import iteritems, get_code, text_type, string_types
from raven.utils import once
special_logging_handlers = []
special_logger_handlers = {}
logger = logging.getLogger('raven')
def event_payload_co... |
I'm using gsub to substitute values in my data pill, it does not work correctly. Nothing gets replaced even though there is a match. How can I substitute data in my data pills with some other values?
Hi Saul, if you're working with data pills as your pattern, the data pills will need to be enclosed within brackets. The... |
import socket
import paramiko
import os, sys
import getpass
from time import sleep
client = None
ssh = None
address = None
def runSocketCommand( comm ) :
canc_rand = os.urandom(4).encode('hex')
compl_rand = os.urandom(4).encode('hex')
command = ' ' + comm + ' && echo %s || echo %s \n' % ( compl_rand, canc_rand... |
I seem to have located a used Nelo 550 L in a great condition and reasonably priced. I have sat in a 550 L (not the same one that's for sale) and found that the bucket fits me about perfect but the foot plate cannot be moved close enough for me. By the looks of it there's enough flat space of the hull past the rails to... |
import numpy
import xmlstore.util
import xmlplot.common
datatypes = {3:numpy.ubyte,
4:numpy.byte,
5:numpy.float32,
6:numpy.float64,
20:numpy.int8,
21:numpy.uint8,
22:numpy.int16,
23:numpy.uint16,
24:numpy.int32,
... |
Kelly Marie Tran began her career around 2011, starring in various online videos and little-seen pilots for shows that never got full-season orders. Her first major role came in the short-lived NBC sitcom About a Boy, playing the recurring character Marguerite. She continued scoring small roles in pilots and TV movies ... |
"""
This module contains very high-level helpers for selecting hyperparameters
for machine learning models using a train-validation-test strategy. Typical
usage looks as follows:
```
# create the hyperparameter grid
hp_grid = sklearn.model_selection.ParameterGrid({
...
})
# create an iterator over the hyperparame... |
As a family owned and operated company in Nashville for six generations, we are invested in supporting and furthering our communities, Nashville and Middle Tennessee.
"The H.G. Hill Company Charitable Contributions Committee will work to identify and support non-profit organizations that strive to improve the quality o... |
#!/usr/bin/env python2
# -*- coding: utf-8 -*-
#
# Copyright 2012-2015 Frédéric Magniette, Miguel Rubio-Roy
# This file is part of Pyrame.
#
# Pyrame 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, ei... |
1. A team of 25 Staff members of Lebenshilfe together with 7 well trained mentally challenged people traveled to 6 revenue districts of Andhra Pradesh, presenting a humorous street play Soodi Mandu, under the stewardship of Saraswathi Devi Tallapragada, to educate the masses against 6 child-killing or child-crippling d... |
#!/usr/bin/env python
# -*- coding: utf-8 -*-
try:
from pydrive.auth import GoogleAuth
from googleapiclient.errors import HttpError
gdrive_support = True
except ImportError:
gdrive_support = False
import mimetypes
import logging
from logging.handlers import RotatingFileHandler
import textwrap
from flas... |
Gain Potential Leads with Our Websense Users Mailing List!!
Businesses and Government organization all over the world have reposed its faith in Websense for cybercrime, security against malware/ network security, data-threat and more. Our Websense Users Email List is a well segmented and focused list, which supports ma... |
# -*- coding: utf-8 -*-
"""
mchem.postgres
~~~~~~~~~~~~~~
Functions to build and benchmark PostgreSQL database for comparison.
:copyright: Copyright 2014 by Matt Swain.
:license: MIT, see LICENSE file for more details.
"""
from __future__ import print_function
from __future__ import unicode_literals
from __future__ ... |
Citation Example: Editorial Board Index of volume 24 of „Ukrainian Mathematical Journal” // Ukr. Mat. Zh. - 1972. - 24, № 6. - pp. 856-859. |
import sqlite3
import time
class Client(object):
def __init__(self, conn_string):
"""
A SQLite-based ``Client``.
Args:
conn_string (str): The DSN. The host/port/db are parsed out of it.
Should be of the format ``sqlite:///path/to/db/file.db``
"""
... |
Description: Simply start to lift your hood and let the Hood Lift system take over. Your hood will lift and hold firmly at the raised position -no wind or bumping will knock your hood down on your head. These gas struts are rated at 90 pounds to hold up OEM and specialty hoods.
*Fits 2015-2018 Mustangs - does not fit G... |
# -*- coding: utf-8 -*-
from flask import (Blueprint, request, render_template, flash, url_for,
redirect, session)
from flask.ext.login import login_required
from websterton.user.models import User
from random import randint
from forismatic import Forismatic
import os
import praw
import json
SITE_... |
Do you have a damaged or junk car in Camarillo you're trying to get rid of? Perfect! We want to buy your damaged or junk car. Give us some basic information about your damaged or junk car, and we'll give you an offer instantly. Seriously, you could get cash for that junk car in your driveway! We want to buy all the jun... |
#
# FRETBursts - A single-molecule FRET burst analysis toolkit.
#
# Copyright (C) 2014 Antonino Ingargiola <tritemio@gmail.com>
#
"""
This module implements a list of arrays stored into a file with pytables.
The list is created empty (if the file does not exist) and must be populated
with the `append()` method.
If th... |
Let your representative know that as a secular constituent you support the National Day of Reason resolution and would like them to join you by co-sponsoring the bill.
Let our simple automated contact system contact your representative for you. The automated wording in the comment section is editable. We encourage you ... |
#!/usr/local/bin/python
#fix freebayes header
import os
import glob
from optparse import OptionParser
# -------------------------------------------------
parser = OptionParser()
parser.add_option("--vcfdir", dest="vcfdir", help="Path to directory containing VCF files", default=False)
(options, args) = parser.parse_ar... |
At Stonybrook Water, we believe that everyone should have access to clean water. Anywhere. That’s why Stonybrook Water is a proud partner of Water For People, an organization that helps people in developing countries improve their quality of life by supporting the development of locally sustainable drinking water resou... |
# -*- coding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details.
from odoo import api, fields, models, _
class ResCompany(models.Model):
_inherit = 'res.company'
resource_calendar_ids = fields.One2many(
'resource.calendar', 'company_id', 'Working Hours')
resourc... |
This entry was posted on Monday, July 2nd, 2012 at 11:07 am and tagged with 1000 views, blogging, Brian Melican, google, milestone, search terms, website and posted in Musings. You can follow any responses to this entry through the RSS 2.0 feed.
Well done! Very impressive work. |
#!/usr/bin/env python
'''
* Description: This code is a bridge between Arduino and Linux in an Intel Galileo Gen 1 board
used for send data via MQTT. The user must specify the host and topic in order to send data.
* Author: Gustavo Adrián Jiménez González (Ruxaxup)
* Date:... |
Shay Schuessler, B.S., L.M.T., C.A.
If you have any questions, concerns, or comments regarding Pro-Active Medical Center, LLC, please fill out the short contact form below.
- Select One -Brian Schuessler, D.C.Brandy Lackey, APRNLanae Grover, L.M.T.Shay Schuessler, B.S., L.M.T., C.A.Chester Cyrus, L.M.T.Nancy Rosenblatt... |
# Copyright 2018 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 required by applica... |
Beautiful Miami Lakes Lakefront Townhouse for Rent. 2 Master Bedrooms, 2 Master Bathrooms, Large Family/Dining Area, Tile Thru-Out, Nice remodeled Kitchen W Brand New Stainless Steel Appliances, NEW Central AC, Washer/Dryer, Large Covered Patio overlooking Lake.
Tastefully Upgraded and Remodeled Pool Home in Pembroke P... |
#! /usr/bin/env python3
# -*- coding: utf-8 -*-
# vim:fileencoding=utf-8
import math, argparse
class CGError(Exception):
def __init__(self, value):
self.value = value
def __str__(self):
return repr(self.value)
class CGBadArg(CGError): pass
class CGInternal(CGError): pass
def mbuild(width, height):
"""Build a... |
Puto, recipe whose main ingredient is rice (what else) and sugar and cooked by steaming, has many variants including the simple puto calasiao (pangasinan), puto polo (of valenzuela), puto binan (laguna) and the puto of marikina (origin related to polo).
Puto Manapla though is quite similar to the sayongsong of Surigao ... |
import pika
import json
import redis
from datetime import timedelta, datetime
from consumer import HRConsumer
red = None
expiryTTL = timedelta(minutes=5)
candidate_dict = None
party_dict = None
def callback(ch, method, properties, body):
data = json.loads(body)
geoCoords = None
if 'coordinates' in da... |
Srinagar Sep 15 (IANS) A massive fire broke out at a hotel here on Saturday with fire tenders trying to contain it from spreading.
The blaze started at the top floor of the multi-storeyed Pamposh Hotel on Residency Road.
The building houses offices of some news channels and business establishments.
There were no immedi... |
# -*- coding: utf-8 *-*
import httplib
import json
import common
def getTicker(coin):
""" Return the ticker information of the current state of the exchange.
The ticker contains a summary of the current state of the exchange for a
given coin.
This information is given as a dict in the following arra... |
In my opinion it's not very good puzzle. After you see the solution, Whites victory isn't obvious.
The solution takes careful planning but the majority of enthusiastic puzzlers reached the controversial solution without flaw ! The solved flag indicates correctly that white will win this one without a blunder ! After pa... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.