text stringlengths 29 850k |
|---|
#-*- coding: utf-8 -*-
__all__ = ["parser", "entry"]
from textwrap import TextWrapper
import xml.etree.ElementTree as ET
from unidecode import unidecode
from LittreParser.error import EntryNotFound
def _xml2dict(root):
"""
Convert an XML node to a dictionnary.
Recursive.
"""
out = []
for ch... |
Happy Holiday Season! I hope you’re enjoying the office parties with enthusiasm and reduced stress. A time when vacations are common and work is slow would seem ripe for relaxation – a time for employees to recharge their batteries and reconnect with their roles. If done right, this could gear everyone up to start the ... |
import pandas as pd
from ...config import _load_secrets
import sqlalchemy
import os
from tqdm import tqdm
class PowerSchoolSQLInterface:
"""A class, representing a interface to the Powerschool frontend
which most teachers/students/admins have access to.
"""
def __init__(self, secrets=None):
i... |
Freerider Red is a dry, smooth, medium-bodied wine with delicious dark berry, apple-wood, and warm clove notes. Inspired by the exhilarating joy of skiing, Freerider Red is a perfect glass to celebrate those hard-earned fresh tracks. This wine is composed entirely of our St.Croix grapes, fermented in stainless steel an... |
"""empty message
Revision ID: 3528db092ec4
Revises:
Create Date: 2017-10-22 17:53:34.149039
"""
from alembic import op
import sqlalchemy as sa
# revision identifiers, used by Alembic.
revision = '3528db092ec4'
down_revision = None
branch_labels = None
depends_on = None
def upgrade():
# ### commands auto gene... |
See our full lineup of all possible cruises from Santos below and sort by length, ship, cruise line, price, departure port, or date range. Once choosing the ideal cruise from Santos, you can see further information and the full cruise schedule as well as the vessel details and some featured shore excursions. Space is u... |
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# __author__ = "wanghn"
import httplib
import socket
import time
import os
import ConfigParser
import json
import urllib2
import re
def monitorwebapp(ip_result):
webcip_state = {}
timenow = time.strftime( "%Y-%m-%d %H:%M:%S", time.localtime( time.time( ) ) )
... |
Bitcoin Recap 11/8/17 - 2x hard fork cancelled, bitcoin brokers are making multi-million dollar deals, and more!
While bitcoin set a new all-time high of $7,879 in the aftermath of affirmation a controversial software proposal had been scrapped, its price fell just as quickly, erasing gains to hit a low of $7,070.
The ... |
#! /usr/bin/env python
# -*- coding: utf-8 -*-
#
# Python motu client
#
# Motu, a high efficient, robust and Standard compliant Web Server for Geographic
# Data Dissemination.
#
# http://cls-motu.sourceforge.net/
#
# (C) Copyright 2009-2010, by CLS (Collecte Localisation Satellites) -
# http://www.cls.fr - and Co... |
Our greatest advantages are plenty of experience, professionalism and relaxed attitude no matter where we are and what we are doing. We are responsible and professional what makes us the right choice. We are devoted to our work with people, looking forward to new experiences, have new and fresh visions and most of all ... |
import requests
import requests.adapters
import requests.exceptions
from gevent.pool import Pool
import logging
logger = logging.getLogger(__name__)
VERSION = 'X-Revision-N'
VERSION_HASH = 'X-Revision-Hash'
PREV_VERSION = 'X-Revision-Hash'
class APIClient(object):
def __init__(self, api_key, api_host, api_vers... |
This page contains 20 products guaranteed to work in the Canon Pixma MG6150.
I have a Canon Pixima MG 6150 printer which takes 6 inks. If I buy your Multipack of Compatibles [PGI 525 & CLI 526 inks] how do I deal with the missing grey ink?
Can compatible inks block print heads?
It is unusual for compatible inks to bloc... |
#! /usr/bin/env python
import sys
from socket import *
from time import sleep
from helper import getLocalIP
'''
Research code... may not work
'''
def main():
if len(sys.argv) > 1:
HOST = sys.argv[1]
else:
HOST = getLocalIP()
PORT = 4242
BUFSIZ = 1024
ADDR = (HOST, PORT)
... |
Women have distinctive health connected issue. Unique health problems embrace maternity, menopause, and conditions of the feminine organs. Women can have a healthy gestation by obtaining correct, early and regular prenatal care. they're additionally suggested many tests for cervical cancer, carcinoma and bone density s... |
# This file is part of geometriki.
#
# geometriki 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.
#
# geometriki is distributed ... |
A project is under way in the NHS Cervical Screening Programme to evaluate the use of HPV testing as the primary screening tool in the programme, with cytology triage. This survey study aims to measure the psychological impact of HPV primary testing by comparing women taking part in the pilot with those in the routine ... |
"""
This is a script to create a txt-file from every build repairnator has patched
with the following info:
Build URL
Commit URL
All patches along with the name of the tool that generated them
Requirements:
selenium webdriver for python
pymongo
geckodriver (for linux most likely)
To use:
Fill in the constants below w... |
This Beach Road Indian Restaurant is owned by Ravinder, who has lived in Pattaya since 1987 and is now a Thai citizen.
Ravinder opened this business way back in 2001, bringing employment to seven local people in the process. The staff have been specifically trained as chefs or have received in house training from exist... |
# This python file uses the following encoding: utf-8
import random
import os
import re
import imaplib
import smtplib
import email
import email.errors
from email.mime.text import MIMEText
from email.mime.application import MIMEApplication
from email.mime.multipart import MIMEMultipart
import ConfigParser
class K... |
It is now possible to watch videos of your favourite artists without using Internet and just by downloading them. Kastor All Video Downloader is a a software that allows you to download streaming videos online.
With Kastor All Video Downloader, you can transfer video streaming broadcast on DailyMotion, Vimeo, Google vi... |
import numpy as np
import gc
import os.path as osp
from rllab.misc import logger
from rllab.misc import tensor_utils
import collections
from functools import reduce
import matplotlib as mpl
mpl.use('Agg')
import matplotlib.pyplot as plt
from sandbox.snn4hrl.bonus_evaluators.base import BonusEvaluator
class GridBonus... |
It is rare that I get an email that I straight up post to the blog, but this one is too good not to share with you all. Justin Graves is an athlete who is new to BASE. He has always been a high achieving individual whether it was in athletics or in academics – yeah – he’s one of THOSE guys. He is a neuro-nerd who got s... |
from django.conf import settings
from django.forms.models import BaseInlineFormSet
class LimitedInlineFormset(BaseInlineFormSet):
"""
A specialized subclass of BaseInlineFormSet which limits the queryset
to a maximum (specified in settings: default to 15).
"""
limiting_inlines = True
def get_... |
Being a part of The Convo Club gives you access to the “archives” over 60 hours of recorded trainings which you can access once you login. Below are details of what to do once you login to the Member Portal.
Open Office Hours – You will have access to all of the past recordings of Open Office Hours. Each month is compl... |
import argparse
import subprocess, os
import os.path as op
import numpy as np
import pandas as pd
import matplotlib.pyplot as plt
from pytrack_analysis import Multibench
from pytrack_analysis.dataio import VideoRawData
from pytrack_analysis.profile import get_profile, get_scriptname, show_profile
from pytrack_analysis... |
Need the best air conditioner repair in town? Call Royal's Heating & Air today! We are a family owned and operated air conditioner repair company that has been doing business in the area for many years. We treat each of our customers like family, and that means responding right away to all service calls. Whether you ne... |
import logging
import os
from virttest import virsh, utils_test, utils_misc
from autotest.client import utils, lv_utils
from autotest.client.shared import error
def run(test, params, env):
"""
Test command: virsh find-storage-pool-sources-as
1. Prepare env to provide source storage:
1). For 'netfs... |
Tie dye print full zip slub french terry hoodie. Heavy enzyme wash with silicon rinse for softness. 100% cotton, machine washable, imported. |
#!/usr/bin/env python3
# The MIT License (MIT)
#
# Copyright (c) 2016 Ivor Wanders
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
# in the Software without restriction, including without limitation the rig... |
I don’t remember exactly when or where I first saw them … I just know that ever since, those African print hypnotized me.
There are different types, origins and qualities of African fabric, however all them share the liveliness and exaltation of color – it looks like they reflect the vitality and the provocative pers... |
from __future__ import with_statement
import __future__
import copy
import fnmatch
import functools
import glob as glob_module
import imp
import inspect
import itertools
import json
from pathlib import Path
import optparse
import os
import os.path
import re
import sys
# When build files are executed, the functions i... |
If you need to find people in Coldstream Ayton then you have come to the perfect place. We have all the listings you want for the Coldstream Ayton area code and more.
If you are looking for a phone number in Coldstream Ayton then use our detailed pages to finds the number you need. We have a huge number of Coldstream A... |
import os
import time
import json
import datetime
import pdb
import ConfigParser
from pymongo import MongoClient
from ansible.plugins.callback import CallbackBase
from websocket import create_connection,WebSocket
#coding=utf8
def get_conf(cls,key):
cf=ConfigParser.ConfigParser()
cf.read('/opt/tornado/conf/app.... |
This is the history of the brand Kaiser since the establishment of the company and up to the most modern of vehicles produced under this brand.
We have collected the best classic cars in our catalogue. In addition, if you're going to buy one - just check the latest Kaiser listings.
"Kaiser", an American company to manu... |
# -*- coding: utf-8 -*-
from __future__ import absolute_import, unicode_literals
import uuid
import ddt
import httpretty
from django.core.exceptions import ValidationError
from django.db import IntegrityError
from django.test import override_settings
from django.utils.translation import ugettext_lazy as _
from factor... |
Hello, Crafty Friends!! It's another gorgeous day in and out of my craft room!! And I want to share some of that gorgeousness with all of you!!
Today's project was made using GORGEOUS papers from DCWV's Royal Gypsy Stack. This entire stack is filled with beautiful patterns with a variety of rich blues. And as an awesom... |
from django import forms
from django.contrib import admin
from django.contrib.auth.models import Group
from django.contrib.auth.admin import UserAdmin as BaseUserAdmin
from django.contrib.auth.forms import ReadOnlyPasswordHashField
from first_app.models import *
# Register your models here.
class CellAdmin(admin.Model... |
Not everyone supported the Amendments of 1835. They were put to a vote of all eligible voters in the state -- "all freemen of the age of twenty-one Years, who... have paid public taxes," according to the Constitution of 1776 -- and the results were 26,771 for the amendments and 21,606 against, or 55.3 percent for and 4... |
#!/usr/bn/python
# -*- coding: iso-8859-1 -*-
# Copyright (c) 2016, Jan Brohl <janbrohl@t-online.de>
# All rights reserved.
# See LICENSE.txt
# Copyright (c) 2004 Colin Stewart (http://www.owlfish.com/)
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# ... |
Museon den Haag in the Netherlands was our first Bluetooth Low Energy enabled installation. Our Dutch distributor The Lux Company worked very closely with lighting designer Joost de Beij on the project. We have delivered 400 TTX2.50.LV and TTX2.70.LV benefitting from XIM.BLE where their enhanced capability is aready be... |
# View more python learning tutorial on my Youtube and Youku channel!!!
# Youtube video tutorial: https://www.youtube.com/channel/UCdyjiB5H8Pu7aDTNVXTTpcg
# Youku video tutorial: http://i.youku.com/pythontutorial
"""
Please note, this code is only for python 3+. If you are using python 2+, please modify the code acco... |
A stand-alone service featuring a 15 minute DetoXsoak™ of feet in warm water, followed by a DetoXsoak™ Somatology technique massage of feet and legs to balance, de-stress, and refresh. This service can be added to a pedicure service.
This DetoXsoak™ kit includes 8 DetoXsoak™ packets, one 4 oz DetoXsoak™ Somatology Mass... |
#!/usr/bin/env python3
# Copyright (c) 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 addr relay
"""
from test_framework.messages import (
CAddress,
NODE_NETWORK,
NODE_WITNESS... |
Good residue management in the fall will help enhance drill performance, allowing for increased seed survival and an overall better field uniformity in the spring. Changing the angle of vanes on the back of the chopper will help with the width and uniformity of residue spread.
While swathing or straight combining, keep... |
# -*- coding: utf-8 -*-
###############################################################################
#
# (DC)² - DataCenter Deployment Control
# Copyright (C) 2010, 2011, 2012, 2013, 2014 Stephan Adig <sh@sourcecode.de>
# This program is free software; you can redistribute it and/or modify
# it under th... |
Tip 40 – Yes! We’re all Customer Focused!
It’s a trait that everyone claims to have but what does it actually take to be Customer Focused? And what benefit is there in adopting such an approach when pursuing an opportunity or client?
Industry leading organisations adopting a Customer Focused approach win more business,... |
"""
This module descibes how to load a custom dataset when folds (for
cross-validation) are predefined by train and test files.
As a custom dataset we will actually use the movielens-100k dataset, but act as
if it were not built-in.
"""
from __future__ import (absolute_import, division, print_function,
... |
You've probably seen the photos all over your Instagram and Facebook, people love Google's Art Selfie Feature! But Texans can't use it. Find out why.
The Arts & Culture App by Google has been all over social media- people have been uploading photos of themselves to try and see what famous artwork they resemble. Ordinar... |
# coding=utf-8
from __future__ import absolute_import
from django.test import TestCase
from mjml import settings as mjml_settings
from testprj.tools import safe_change_mjml_settings, MJMLServers, MJMLFixtures, render_tpl
class TestMJMLTCPServer(MJMLFixtures, MJMLServers, TestCase):
SERVER_TYPE = 'tcpserver'
_... |
We recently did a video showing the very best value for an iPhone. Spoiler alert: it’s the iPhone 8 Plus, which you can get on Swappa starting at just $445.
On Pocketnow Daily, Huawei has just trademarked some names for its upcoming foldable smartphone. Some Galaxy Note 9 phones are having trouble with the camera crash... |
#! /usr/bin/python3
# pykarta/server/app.py
# Server for use by PyKarta applications.
# Provides geocoding and vector map tiles.
# Last modified: 17 October 2019
import re, os
try:
import pykarta
except ImportError:
# During testing we may run this script from its own directory
import sys
sys.path.insert(1, "../.... |
What is another word for secretly?
stealthily, privately, quietly, mysterious, illegally.
I replied, laughing secretly at the trick I was playing her.
Denry secretly thought him a miracle, but up at the club at Porthill he was content to call him " the human machine."
sea cradle, surtitle, sacerdotal, shirttail, sacred... |
"""
"""
# Created on 2014.08.05
#
# Author: Giovanni Cannata
#
# Copyright 2014, 2015, 2016, 2017 Giovanni Cannata
#
# This file is part of ldap3.
#
# ldap3 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 Foundati... |
So, I preheated the oven and got mixing.
Here’s the goods! It needed 2 eggs, milk (I used skim), butter, and the mix.
See the bumps?! Don't blame my mixing skills....it's actual dried apple pieces!
And…. fresh outta the oven!
So….looks pretty. How’s it taste?
It was actually pretty good! It has a very deep flavor, and ... |
from mpl_toolkits.mplot3d import Axes3D
from matplotlib.colors import ListedColormap
import numpy as np
import matplotlib.pyplot as plt
import warnings
# quiet scipy future warnings
warnings.filterwarnings('ignore')
# decision boundary grid colors
grid_colors = ListedColormap([
'#ff8585',
'#6db4f3',
])
# decisio... |
Weather permitting, California State Parks, California Tahoe Conservancy, North Lake Tahoe and Tahoe Douglas fire protection districts and the U.S. Forest Service may continue prescribed fire operations over the next several weeks in multiple locations around Lake Tahoe.
A map with project locations and details is avai... |
"""
This module containts constants that are for internal use only.
"""
from . import utils
from ostinato.core import ost_pb
class _Protocols(utils.Enum):
"""
Enum for the available protocols
"""
# Layer 1 protocols
MAC = ost_pb.Protocol.kMacFieldNumber
# Layer 2 protocol... |
After the snow and ice of last week-end, this week-end sees storm Eric (or Erica?) coming at you with huge winds forecast, but at least it looks set to be a little warmer. What's the betting of 100% headwinds when ascending?
Saturday saw a couple head offroad (me and Andy Mc) and out into the snow/slush. Good fun and h... |
#!/usr/bin/env python
#
# Copyright 2012 Matt Kenney
#
# This file is part of Feedsquish.
#
# Feedsquish 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 opti... |
My dream was always to work with people and horses! Now, as a CHA certified instructor, I am able to make my, and other people's dreams, come true! My passion is working with beginning adults who perhaps always wanted to, but were never before able to pursue their dreams of owning their own horse or just enjoying horse... |
import datetime
import csv
from django.contrib.auth.decorators import login_required
from django.shortcuts import render
from django.http import HttpResponse
from django.contrib.auth.models import User
from django_pandas.io import read_frame, pd
# from wye.base.constants import WorkshopStatus
from wye.workshops.models ... |
Okay ladies, I’m excited to introduce you to a new adorable shop, where I fell in love with Aztec Print sweater I’m wearing below.
In the beginning, The Jean Girl started out with home parties only selling jeans. Now, three years later, she sell jeans, colored denim, tops, dresses, maxi skirts, accessories, and so much... |
import sys
import matplotlib
matplotlib.use("Agg")
base = '../'
sys.path.append(base+"utils/Continuum")
sys.path.append(base+"utils/Correlation")
sys.path.append(base+"utils/GLOBALutils")
sys.path.append(base+"utils/OptExtract")
baryc_dir= base+'utils/SSEphem/'
sys.path.append(baryc_dir)
ephemeris='DEc403'
import ... |
But no proof is presented for this position other than personal anecdotes? This weighed on the dollar and the unimpressive GDP read did not help either. Their main use is to give you a clear, or Sell and Short go to forex signal software of buy and sell. Find the what is option trading privileges. Homepage My leisure t... |
# -*- coding:utf-8 -*-
import sys
sys.path.append("../luna-data-pre-processing")
import os
from glob import glob
from tqdm import tqdm
from multiprocessing import Pool
from NoduleSerializer import NoduleSerializer
import lung_segmentation
# create lung mask
class Segment(object):
# constructor
def __init__... |
1.2 What are the Advantages of Rooting?
1.3 What are the Disadvantages of Rooting?
What is meant by Rooting in Android.“What is rooting? Why should I root my Android device?” These are common questions that I get asked quite often. Today’s lesson is to talk to you about both the advantages and disadvantages of rooting ... |
import subprocess
import pytest
from threema.gateway import ReceptionCapability
from threema.gateway import __version__ as _version
from threema.gateway import feature_level
from threema.gateway.key import Key
class TestCLI:
@pytest.mark.asyncio
async def test_invalid_command(self, cli):
with pytest... |
1 What is the formal word of "chance"?
2 What is the opposite word of "success"?
3 I p----- cofee to tea. Fill in the blank.
4 Thank you so much. I really a-------- it. Fill in the blank.
5 What is the difference between "mail" and "email"?
3 I p----- coffee to tea. Fill in the blank. |
#!/usr/bin/env python
#-*- coding: utf-8 -*-
# Copyright 2014, Deutsche Telekom AG - Laboratories (T-Labs)
#
# 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/licen... |
Smoke generator ED-20 by B & G from Poland. ED-20 is able to provide big smoke cloud in a short time!
Ideal for AirSoft, Military, Paintball, etc.
Burn time: +/- 40 sec. |
#coding=utf-8
from math import hypot
class Vector:
"""自定义二维向量"""
def __init__(self, x=0, y=0):
self.x = x
self.y = y
def __repr__(self):
"""
repr 就是通过 __repr__ 这个特殊方法来得到一个对象的字符串表示形式的。
__repr__ 和 __str__ 的区别在于,
后者是在 str() 函数被使用,
... |
The search for Nien Nunb concludes -- and a Star Wars circle is complete!
Actor Christian Simpson concludes his detective work-meets-Star Wars magic true story of trying to track down Kipsang Rotich, the original voice of Nien Nunb in Return of the Jedi, to reprise his role in Star Wars: The Force Awakens. Be sure to r... |
from __future__ import absolute_import
import unittest
import os
import sys
import warnings
sys.path.insert(1, os.path.abspath('..'))
import numpy as np
import burnman
from burnman.mineral import Mineral
from burnman.processchemistry import dictionarize_formula, formula_mass
from util import BurnManTest
class forste... |
Dutchmen Aspen Trail 2610RKS travel trailer highlights: Private Bedroom Dual Entry Outdoor Kitchen Large Slide Grab the family and your luggage and head out on the open road in this Aspen Trail travel trailer! With the Two entry doors that have been included in this trailer, you will be able to sneak out each morning t... |
import io
import os
from functools import partial
from tlz import concat
from ..bytes import open_files, read_bytes
from ..delayed import delayed
from ..utils import parse_bytes, system_encoding
from .core import from_delayed
delayed = delayed(pure=True)
def read_text(
urlpath,
blocksize=None,
compress... |
Wheat beers have a long history in this world. A popular staple of the European diet, and a grain that is readily available around the world, Wheat grain has been an important agricultural product to civilization. It’s pairing with yeast has created two different kinds of bread, solid and liquid, which have been a stap... |
#!/usr/bin/env python2
# -*- coding: utf-8 -*-
import sys
sys.path.append('/corpus/python')
from Annotation import AnnotationEditor
CONFIG_PATH = "/corpus/config.ini"
STR_NONE = 'NONE'
STR_ALL = 'ALL'
def choose_annotators(dbh, only_moderated):
moderators = {}
if only_moderated:
dbh.execute("""
... |
The above fantastic pillow was made by my 8 year old daughter!
This is a picture of her Christmas Day. She could not wait to try it out. I conveniently have a bag of rectangles that are scraps (and rejects). I gave her the bag and gave her a quick lesson. It did not take her long to discover that she loved it.
I love l... |
#coding:utf-8
import GJDB
db = GJDB.GJDB()
db.rp()
db.selectDB('house_report')
#dts = []
dts = ['2013_01','2013_02','2013_03','2014_01','2014_02','2014_03']
result1 = open('result1.txt','w')
result2 = open('result2.txt','w')
for dt in dts:
print dt
sql1 = 'SELECT AccountCityId, FROM_UNIXTIME(Re... |
This Rotary Claw Latch is spring loaded, “slams” shut just like a bear claw latch and can be used in a variety of applications like trunks and hoods.
This Rotary Claw Latch is spring loaded, “slams” shut just like a bear claw latch and can be used in a variety of applications like trunks and hoods. It is 1.8″ high from... |
#! /usr/bin/python
# -*- coding: utf-8 -*-
#
# Copyright 2016 Simone F. <groppo8@gmail.com>
#
# This file is part of wikipedia-tags-in-osm.
# wikipedia-tags-in-osm 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 Foun... |
Egypt-brokered deal comes after Israeli fighter jets attack 80 sites in Gaza in retaliation for rockets fired at Israel.
The Palestinian group Islamic Jihad says it has agreed to stop firing rockets towards Israel after talks with an Egyptian delegation.
The announcement on Saturday came hours after Israel launched air... |
"""
inputs:
4 cap sensors on I2C
3 rotary encoders on SPI
output topics:
pitch_key_event - integer from 0 to 47
voice_key_1_position - float from 0.0 to 1.0
voice_key_2_position - float from 0.0 to 1.0
voice_key_3_position - float from 0.0 to 1.0
"""
import Adafruit_MPR121.MPR121 as MPR121... |
Image Title: Free Standing Bathroom Sink Designs And Ideas In Decor 8. Filename: free-standing-bathroom-sink-designs-and-ideas-in-decor-8.jpg. Image Dimension: 787 x 787 pixels. Images Format: jpg/jpeg. Publisher/Author: Zackary Balistreri. Uploaded Date: Wednesday - May 09th. 2018 16:47:12 PM. Category: Architecture. ... |
import os
import wx
from . import input
import api
import nvwave
import tones
import speech
import ctypes
import braille
import inputCore
import versionInfo
import logging
logger = logging.getLogger('local_machine')
def setSpeechCancelledToFalse():
"""
This function updates the state of speech so... |
"Tickle" on LP double-row chime tree. Recorded in my closet on Yamaha AW16-G using a cheap Shure mic.
A seamless trap style hip hop loop. Use it for whatever. Just give me some form of credit. |
import cPickle
import multiprocessing
import os
import logging
import subprocess
import types
import leveldb
import simplejson as json
logger = logging.getLogger('mapreduce')
class MROutput(object):
suffix = 'db'
class Writer(object):
def __init__(self, filename, **kw):
self.filename = filename
d... |
trinity --seqType fq --max_memory 100G --left ~/Dp_RNAseq/raw_data/All_reads_R1.fastq --right ~/Dp_RNAseq/raw_data/All_reads_R2.fastq --CPU 8 --output ~/Dp_RNAseq/Trinity/ --quality_trimming_params "LEADING:2 TRAILING:2 MINLEN:25"
"Error, do not understand options: TRAILING:2 MINLEN:25"
what I am doing wrong?. I checke... |
import json
from mock import patch
from django.test import TestCase
from django.core.urlresolvers import reverse
from rapidsms.backends.vumi.outgoing import VumiBackend
from rapidsms.backends.vumi.forms import VumiForm
from rapidsms.tests.harness import RapidTest, CreateDataMixin
class VumiFormTest(TestCase):
... |
find out more about choosing your dissertation topic? Then, you'll clarify the purpose of the study, as well as the research question. Find the right places to look for sources The Internet is a good starting place during the research stage. Pages are glued with a clear acetate front cover and black card back cove... |
#!/usr/bin/env python
from __future__ import print_function
import os
import sys
import time
# make sure it's running the mincss here and not anything installed
sys.path.insert(0, os.path.dirname(__file__))
from mincss.processor import Processor
def run(args):
options = {'debug': args.verbose}
if args.phant... |
"Liquid Crystal Based Optical Switches" by Yuliya Semenova, S. Dovgalets et al.
Optical switches using two electro-optical effects in liquid crystals are proposed and investigated for incorporation in a switch matrix for optical networks. These two devices employ selective reflection in cholesteric layers and total ref... |
# Copyright 2006-2012 Canonical Ltd. This software is licensed under the
# GNU Affero General Public License version 3 (see the file LICENSE).
"""Bug comment browser view classes."""
__metaclass__ = type
__all__ = [
'BugComment',
'BugCommentBoxExpandedReplyView',
'BugCommentBoxView',
'BugCommentBread... |
With this hot weather (not that I am complaining) I have been living in dresses. My work is pretty conservative when it comes to the dress code, and I am 5’9’’, so finding nice yet professional dresses can be a challenge. I knew this dress was perfect the second I laid eyes on it. Retimans is one of the six banners bel... |
# -*- coding: utf-8 -*-
# Generated by Django 1.10.4 on 2017-01-02 07:04
from __future__ import unicode_literals
from django.db import migrations
from django.db.models import functions, Case, IntegerField, Sum, When
class TranslationActionCodes(object):
NEW = 0 # 'TA' unit translated
EDITED = 1 # 'TE' unit... |
CBP Initiates Inquiries on Nationality of Workers in Supply Chain: International Trade Law Firm | Sandler, Travis & Rosenberg, P.A.
Importers need to act immediately to ensure no producers in their supply chains in any foreign country are employing North Korean nationals as forced laborers to produce goods imported int... |
import sys
import numpy as np
import snap
# Enumerate all of the directed 3 cycles in a graph.
symmetrize = True
def EnumerateDir3Cycles(G, name):
''' Count all directed 3 cycles in the graph.
Returns an array of dictionaries counts such that
counts[w][v] is the number of 3-cycles involving the edge w -... |
I have just survived the renovation of an upstairs bathroom. You who have gone through that sort of thing will understand why I use the word “survive.” Any renovation is disruptive, but one involving a bathroom can be particularly awkward. Among other inconveniences was the fact that I had to vacate my bedroom for eigh... |
# -*- coding: utf-8 -*-
#***************************************************************************
#* *
#* Copyright (c) 2015 Pierre Vacher <prrvchr@gmail.com> *
#* ... |
ROAD TOWN, Tortola, VI - VIslanders Trevia and Tynelle Gumbs signed off on Letters of Intent with the University of Central Florida (UCF) in Orlando last week Tuesday November 15, 2016.
ROAD TOWN, Tortola, VI- Twin sisters and Central Arizona College sophomores Tynelle and Trevia Gumbs, ended their Jr College career by... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.