text stringlengths 29 850k |
|---|
#!/usr/bin/env python3
#from __future__ import division
import PIL
import sys
import os
import argparse
import numpy as np
def print_fqr_format():
print('''fqr file format:
*...xxx***x*x**x
xx****xxxx*..***
'x' or 'X' => black
'.' => white
'*' => unknown
It should be an NxN matrix with only 'x', '.' and '*' charac... |
This achievement is for earning 500 hits with henchman that are tied with the "Keikain Onmyoji". There aren't many cards in this category, that said it will be slightly tougher to earn this one. These cards are under the lighter "yellow" category. Not to be mistaken with the gold category which contains all of the gold... |
#!/usr/bin/env python
# -*- coding: utf-8 -*-
""" File containing simple spacial fact definition. """
from pssfb_additional import enum
# RCC5
# DR - disconnected
# PO - partially overlapping
# PP - proper part
# PPI - proper part inversed
# EQ - equal
rel_type = enum(DR = "DR", PO = "PO", PP = "PP", PPI = "PPI", EQ... |
...this is what the Irish author Jonathan Swift already knew. What was important in the 18th century is still important today. You definitely need beans of high quality to make a nice cup of coffee. That’s why we only use Arabica beans of the firm Heimbs (oldest coffee roasting house in Germany) for our coffee speciali... |
"""
This module implements the Emocracy game rules as far as score keeping is
concerned. The rest of the game rules are in actions.py
this module needs to get a lot bigger..
"""
from gamelogic.levels import change_score
VOTE_SCORE = 1
USER_VOTE_SCORE = 20
TAG_SCORE = 1
PROPOSE_SCORE = 2
PROPOSE_VOTE_SCORE = 1
ISSUE_... |
Serving all of Lake County, and McHenry County IL.
Whether its Commercial Electrical Wiring or Home Electric Repair Let BTB be your Electrical Contractor. We will send electricians who take pride in their work.
Vice President & Chief Estimator of BTB. Bill has 31 plus years of electrical expertise. Including estimating... |
#! /usr/bin/env python
import math
import numpy
from scipy.stats import fisher_exact as fisher
import re
target = re.compile( '([\+\-])([0-9]+)([ACGTNRMacgtnrm]+)' )
remove_chr = re.compile( '\^.' )
class FisherInfo:
def __init__(self):
self.chr = 0
self.start = 0
self.end = 0
... |
We're ready to show you why nobody performs better export factoring than First Financial Factoring. Our factoring business is based on the belief that a deep understanding of our clients' industries results in faster cash advances, lower rates and active roles in helping our clients reach their long term goals. While m... |
"""
Utilities for Dox.
"""
from ace import config
import os.path
from os import getcwd, mkdir, remove, walk
import hashlib
def check_init():
"""
Checks if Dox has been properly initialized.
"""
env = config.get_env()
if not env.has_option('Project','project'):
raise ValueError('Project n... |
Super Craft Bros Server, 100 arenas, Over 300 players online. Featuring 9 classes all customized with custom skills. Featuring Seth Blings original arenas. Coin shop for player perks.
Hello Guys in this video i am going to show you cracked supercraftbros server it is my first video and it is probably going to be pretty... |
#coding=utf-8
#
# Code to test the system.
#
import unittest
import urlparse
import os
from webtest import TestApp
from google.appengine.api import apiproxy_stub_map
from google.appengine.api import datastore_file_stub
from google.appengine.api import mail_stub
from google.appengine.api import user_service_stub
from g... |
Please help me sort out my love life. I am fairly happily married to my high school sweetheart but am missing something emotional here and it’s breaking my heart to not feel a stronger connection to him. A short time ago I met a guy who I also thought was terrific but I think I scared him away. I am not looking to marr... |
import re
from datetime import datetime
from ika.models import Account, Channel
from ika.utils import tokenize_modestring
class IRCModeMixin:
modesdef = dict()
def __init__(self):
self.modes = dict()
@property
def modestring(self):
string = '+'
params = list()
for k,... |
The Urban collection by Parker is renowned for its distinguished character, reliability and optimal performance qualities. The sleek structure of this feminine rollerball pen is produced from premium brass metal with a bold magenta lacquer finish, which is elegantly contrasted by chrome plated trims. This rollerball is... |
from setuptools import setup, Extension
from codecs import open
from os import path
# from Michael Hoffman's http://www.ebi.ac.uk/~hoffman/software/sunflower/
class NumpyExtension(Extension):
def __init__(self, *args, **kwargs):
from numpy import get_include
from numpy.distutils.misc_util import ... |
Highly recommend! I'd been skeptical about hiring movers for the first time, but it was so worth it! They gave me a great flat rate fee that included no hidden fees or charges, and they took care of everything. They were gentle, wrapped everything nicely, disassembled and reassembled furniture, and were QUICK! They als... |
#! /usr/bin/env python2
"""
Copyright:
derive_pathway+steps.py Obtain gene list from pathway databases
Copyright (C) 2016 William Brazelton, Alex Hyer
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 Fr... |
Singing is my greatest joy in life and I’ve been making music since early childhood. I hold a BA with a music major and emphasis on voice, and classes in music education, choir conducting. My teaching experience includes work with adults and young people. The ukulele is a wonderful instrument to use as an accompaniment... |
# -*- encoding: utf-8 -*-
#
# This script unpacks the payload from Winnti Group samples using their custom
# packer. For details, see:
# https://www.welivesecurity.com/wp-content/uploads/2019/10/ESET_Winnti.pdf
#
# For feedback or questions contact us at: github@eset.com
# https://github.com/eset/malware-research/
#
# ... |
So you want to make your own Cross Stitch patterns. Good! We need more creative people coming up with all sorts of neat designs! It’s fun, rewarding, and there’s nothing quite like the feeling of finishing up a design made entirely by you, or seeing other people stitch your art!
I’m only really familiar with PCStitch, ... |
# -*- coding: utf-8 -*-
#
# A NNTP Binary File Representation
#
# Copyright (C) 2015-2016 Chris Caron <lead2gold@gmail.com>
#
# This program is free software; you can redistribute it and/or modify it
# under the terms of the GNU Lesser General Public License as published by
# the Free Software Foundation; either versio... |
Brock & Kiraz English bark.
How to cite this entry? Sebastian P. Brock & George A. Kiraz, Gorgias Concise Syriac-English, English-Syriac Dictionary (Piscataway, NJ: Gorgias Press, 2015) ܩܠܦܠܦܐ [from sedra.bethmardutho.org, accessed on Apr. 21, 2019]. |
# import the necessary packages
from sklearn import svm
from sklearn.calibration import CalibratedClassifierCV
# from sklearn.cross_validation import train_test_split
# resolvendo problemas de compatibilidade
from sklearn.model_selection import train_test_split
from imutils import paths
import numpy as np
import argp... |
Stanton's focus is to set new standards of innovation and design in uniquely decorative carpets.
The corporation's self-branded predominantly wool product line features high quality, designer-driven patterns and styles available through select flooring dealers throughout the country.
Wiltons and the Karaman collection,... |
import boto.sqs
import logging
import time
import boto
import json
import numpy as np
import tempfile
import hashlib
from collections import defaultdict
from boto.sqs.message import Message
from boto.s3.key import Key
import base64
import datetime
from boto.dynamodb2.exceptions import ConditionalCheckFailedException
im... |
Stay Safe: There are steep cliffs at this park. Please do not climb over the chain link fence. Watch children closely. Fences are provided only near the parking area and lookout. Hike at your own risk.
The park conserves forests of ponderosa pine at the northern limit of its range, and diverse low elevation lakes and m... |
from ecell4.reaction_reader.decorator2 import species_attributes, reaction_rules
from ecell4.reaction_reader.network import generate_reactions
@species_attributes
def attributegen():
R(r1,r2,r=(r1,r2)) | R0
L(l1,l2,l=(l1,l2)) | L0
@reaction_rules
def rulegen():
# Ligand addition
R(r) + L(_1,_2,l=[_1,... |
A district court has discretion to retroactively adjust a temporary child support obligation. The never-married parents in this case separated, and a temporary child support obligation was established. For the final order, the court set the father’s income at an amount higher than the amount used for the temporary orde... |
import ctypes
_jboolean = ctypes.c_ubyte
_jbyte = ctypes.c_ubyte
_jchar = ctypes.c_short
_jshort = ctypes.c_int16
_jint = ctypes.c_int32
_jlong = ctypes.c_int64
_jfloat = ctypes.c_float
_jdouble = ctypes.c_double
_jsize = _jint
class _jobject_struct(ctypes.Structure):
__fields = []
_jobject = ctypes.POINTER(_jo... |
Homeschooling is one of those adventures that can be expensive! You think it’s going to be inexpensive, but then everything starts adding up. That’s why I am happy to share How to Homeschool Multiple Grade Levels on a Budget. If you have multiple grade levels to homeschool, it can be hard to do it on a budget. You aren... |
from django.conf import settings
from django.utils.http import urlquote
class ChangeContentType(object):
STATIC_CONTENT = [settings.MEDIA_URL,
settings.STATIC_URL,
settings.ADMIN_MEDIA_PREFIX,
]
FILE_ASSOCIATION = {'htc': 'text/x-component'}
... |
Home › THOMPSON141: The Royal Crescent, Bath.
THOMPSON141: The Royal Crescent, Bath.
The superb work of Dave Thompson showing a beautiful design of The Royal Crescent, Bath. |
# -*- coding: utf-8 -*-
##############################################################################
#
# OpenERP, Open Source Management Solution
# Copyright (C) 2004-2010 Tiny SPRL (<http://tiny.be>).
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU... |
Poe’s “For Annie” has been popular with anthologists and their readers for generations. It is a great accomplishment, undeniably [page 453:] effective, although a tour de force.(1) The subject is quietude, but a most unquiet rhythm is employed, obviously suggested by Thomas Hood’s “Bridge of Sighs” — a poem Poe recited... |
#pylint: disable=bare-except, invalid-name, too-many-nested-blocks, too-many-locals, too-many-branches
"""
Optional utilities to communicate with ONcat.
ONcat is an online data catalog used internally at ORNL.
@copyright: 2018 Oak Ridge National Laboratory
"""
import sys
import datetime
import logging
fro... |
ASAP Supply Chain is pleased to inform you that aviation part number C049-1 is now available and in stock. This part is a Wire Harness Assy manufactured by Robinson Helicopter. Are you in the market for a quick and competitive quote for part number C049-1? |
#!/usr/bin/env python
#===-- coff-dump.py - COFF object file dump utility-------------------------===#
#
# The LLVM Compiler Infrastructure
#
# This file is distributed under the University of Illinois Open Source
# License. See LICENSE.TXT for details.
#
#===----------------------------------------... |
Get the advantage of all features today and see for yourself how you get instant control of all your videos.
You may continue to evaluate the software for as long as you like and at any time unlock by adding a license.
Just wanted to let you know what a godsend this program is. Well worth the money spent. I have found ... |
#
# Copyright (c) 2016 nexB Inc. and others. All rights reserved.
# http://nexb.com and https://github.com/nexB/scancode-toolkit/
# The ScanCode software is licensed under the Apache License version 2.0.
# Data generated with ScanCode require an acknowledgment.
# ScanCode is a trademark of nexB Inc.
#
# You may not use... |
Join our team! We're always looking for motivated, friendly people to be a part of our organization!
Call for more details regarding all current openings at Dakota Connection Casino.
Please submit your application to Human Resources before 4:00 p.m. on the day the position closes. |
# This library is free software; you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License as
# published by the Free Software Foundation; either version 3 of the
# License, or (at your option) any later version.
#
# This library is distributed in the hope that it will be usefu... |
This machinery replacement is an original Komatsu spare part in a WA500-3. The part number of this Komatsu Pinis 425-15-22530.
This used Komatsu Pin is an original second hand Komatsu piece.A Komatsu Pin removed from a Komatsu unit, model WA500-3 from serial 50001-; dismantled in TAOP PARTS’s workshop in SPAIN by highl... |
def extractKobatoChanDaiSukiScan(item):
"""
"""
vol, chp, frag, postfix = extractVolChapterFragmentPostfix(item['title'])
if not (chp or vol) or 'preview' in item['title'].lower():
return None
if 'Lookism' in item['tags']:
return None
if 'webtoon' in item['tags']:
return None
if '*Announcements*' in item... |
Two words that form part of our Keeping It Real creed. They have immense reach in the world beyond business. But could they be relevant within business too?
I’m sure Terry* was skeptical when we started talking about it during a coaching conversation.
Terry, a Partner in a consulting company, was young, and keen to do ... |
import six
import copy
import json
class lazy_format(object):
__slots__ = ("fmt", "args", "kwargs")
def __init__(self, fmt, *args, **kwargs):
self.fmt = fmt
self.args = args
self.kwargs = kwargs
def __str__(self):
return self.fmt.format(*self.args, **self.kwargs)
def sa... |
Seagate Technology is continuing its expansion into the notebook market by releasing what it says are the largest high speed hard drives in the industry.
The Momentus 5400.2 and 4200.2 line now includes models of 120Gb running at 5400 revolutions per minute (RPM) and 4200 RPM respectively.
All three models also come in... |
# -*- coding: utf-8 -*-
# vim: autoindent shiftwidth=4 expandtab textwidth=120 tabstop=4 softtabstop=4
###############################################################################
# OpenLP - Open Source Lyrics Projection #
# ------------------------------------------------------... |
Are you happy with your current. Find the perfect stock for your project, fast. No attribution required.
This is the same case at any stock photo agency you decide to buy stock arch iStock' s expansive picture library to find the perfect images for your project. Search Where Can I Get Free Stock Photos You can go to op... |
# -*- coding: utf-8 -*-
# Form implementation generated from reading ui file 'pyslvs_ui/entities/relocate_point.ui'
#
# Created by: PyQt5 UI code generator 5.15.2
#
# WARNING: Any manual changes made to this file will be lost when pyuic5 is
# run again. Do not edit this file unless you know what you are doing.
from... |
This Privacy and Communications Policy (“Policy”) is effective as of September 15, 2015 .
This Policy sets forth how the operators (“we” or “us”) of www.macrynvoicegreetings.com (“Website”) collect and use the information provided to us and certain other information that we automatically collect from your general acces... |
# This file is part of Buildbot. Buildbot 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.
#
# This program is distributed in the hope that it will be useful, but WITHOUT
# ANY WARRANTY; without even... |
We got two kinds of bittersweet baking chocolates from Lauren Adler, owner of Chocolopolis, to try an A / B baking chocolate experiment. I wanted to make brownies, but haven’t found a really great brownie recipe. So I went straight to David Lebovitz’s blog to see if he had one, since every dessert he touches is gold, a... |
import logging
log = logging.getLogger("Thug")
def launch(self, arg):
log.ThugLogging.add_behavior_warn("[Java Deployment Toolkit ActiveX] Launching: %s" % (arg, ))
tokens = arg.split(' ')
if tokens[0].lower() != 'http:':
return
for token in tokens[1:]:
if not token.lower().startsw... |
Residential complex for year-round living with Medical and Rehabilitation Center on the ground floor and swimming pool in the garden.
The complex is in the central part of Chernomorets, near the bus station, 400 meters from the beach. The built-up area of the building is 2 973 sq.m. The building is insulated with heat-... |
# (c) 2012-2014, Michael DeHaan <michael.dehaan@gmail.com>
#
# This file is part of Ansible
#
# 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 option) an... |
Guthrie Straw grew up in Oregon and leads bicycle tours with Cycle Portland Bike Tourswhen he’s not enjoying longer bicycle tours of his own. After he and Brock met during the Filmed By Bike jury screenings, they decided to record a show together, which also led to some interesting discussion about Ketchikan, Alaska an... |
import os
import re
import csv
import glob
import shutil
import gzip
import operator
import subprocess
from datetime import datetime
from taca.utils.filesystem import chdir, control_fastq_filename
from taca.illumina.HiSeq_Runs import HiSeq_Run
from taca.utils import misc
from flowcell_parser.classes import RunParameter... |
Manufacturer of a wide range of products which include fruit basket.
Color Green, White, purple etc.
Keeping in mind ever-evolving requirements of our respected clients, we are offering a premium quality range of Plastic Fruit Basket. |
"""
A utility class which wraps the RateLimitMixin 3rd party class to do bad request counting
which can be used for rate limiting
"""
from __future__ import absolute_import
from django.conf import settings
from ratelimitbackend.backends import RateLimitMixin
class RequestRateLimiter(RateLimitMixin):
"""
Use ... |
Here you will find my latest comments to the media on the issues of the day and the issues that matter the most to our community.
State Member for Redlands Matt McEachan MP has welcomed Mayor Karen Williams’ innovative solution to fix one of our most congested local roads.
Mayor Williams recently announced Council fund... |
from spgl.graphics.gwindow import *
from spgl.graphics.gobjects import *
from spgl.graphics.gevents import *
from spgl.gtimer import *
from spgl.grandom import *
import time
window = GWindow()
window.setWindowTitle("Breakout")
# waitForClick()
ball = GOval(20,20, window.getWidth()/2, window.getHeight()/2... |
Is The Utility of NCL Still To Be Used With The Bot?
How Often Will Buybacks of NCL Occur?
There’s so much FUD out there in the world.You need an unwavering confidence in crypto based on a long-term big picture perspective. Why? Because crypto is on its way to becoming a MULTI-Trillion dollar market. |
import numpy as np
import pandas as pd
from scipy.sparse import csc_matrix, lil_matrix, diags
from JacobianBased import IwamotoNR
np.set_printoptions(linewidth=10000, precision=3)
# pd.set_option('display.height', 1000)
pd.set_option('display.max_rows', 500)
pd.set_option('display.max_columns', 500)
pd.set_option('d... |
Matcha green tea powder is a refreshing alternative to traditional tea, a bright green elixir that’s packed with antioxidants that enhance your mood, health and energy level.
All these qualities help determine the grade of the green tea powder, which can be separated into two main categories: ceremonial grade and culin... |
import bayessb
from pysb.examples.robertson import model
import pysb.integrate
import numpy
import matplotlib.pyplot as plt
import matplotlib.gridspec as mgridspec
import matplotlib.ticker as mticker
import functools
import sys
def likelihood(mcmc, position, data, scale_factor, sigma):
yout = mcmc.simulate(positio... |
Together with Mr Katrien Beelen of Beelen Advocaten (EUAEL Alliance Partner), EUAEL was successful in representing a London buyer in order to defend the arrest on horses and bank assets that belong to a horse dealer in Belgium.
The buyer annulled the purchase agreement of the show jumper as the horse showed many defect... |
"""
Script to calculate per-residue RSCCs for a model versus an EM map with an
arbitrary origin.
"""
from __future__ import division
from mmtbx import real_space_correlation
import iotbx.phil
from cctbx import crystal
from cctbx import maptbx
from scitbx.array_family import flex
import sys
master_phil_str = """
mo... |
Welcome by Dr. J.L.Raina, Chairman ISOL Foundation 5.00p.m. -5.05p.m.
Presentation of the Ethos of Chicago Conference and ISOL Initiative by Prof. Sunita Singh Sengupta, Founder of ISOL Foundation and Conference Convener 5.05p.m.-5.10p.m.
Lighting the lamp of Carrying the Vision Forward 5.10p.m.-5.15p.m.
Keynote Addres... |
"""
Lift Curve Widget
-----------------
"""
from collections import namedtuple
import numpy
import sklearn.metrics as skl_metrics
from PyQt4 import QtGui
from PyQt4.QtGui import QColor, QPen
from PyQt4.QtCore import Qt
import pyqtgraph as pg
import Orange.data
import Orange.evaluation.testing
from Orange.widgets ... |
We are pleased to announce that our firm is one of the co-organizers of the International Conference titled “100 years of Industrial Property Protection in Poland” organized by the Polish Patent Office as part of this year’s World Intellectual Property Day celebrations.
President of Poland Andrzej Duda is the Honorary ... |
# -*- coding: utf-8 -*-
##############################################################################
# For copyright and license notices, see __openerp__.py file in module root
# directory
##############################################################################
from openerp.osv import fields, osv
from openerp... |
Boston Mexican Petroleum Stock certificate for 28 Ordinary Shares dated May 13, 1921. Shareholder: L. Sherman Adams. Green/Black.
Engraved vignette of the "Loading Rack - Panuco River" at top center. Uncancelled and fine. |
# coding: utf-8
# Copyright (C) zhongjie luo <l.zhjie@qq.com>
import datetime, random, os, sys, copy, json
if sys.version_info.major >= 3:
from .tools.StopWatch import StopWatch
from .tools.ProgressBar import ProgressBar, MultiBar
from .tools.ColorPrint import ColorPrint
from .tools.MultiProcess import... |
Last April, I went to Canada, and still haven’t posted any picture. However, during summer, I went on a three-week trip across Europe, visiting some of the main cities in the western countries. I took so many pictures that it took me a long time to sort them out. Here are some of my favourite ones, related to architect... |
# Copyright (C) 2009-2011 Canonical Ltd.
# Copyright (C) 2012 Hewlett-Packard Development Company, L.P.
#
# Author: Marc Cluet <marc.cluet@canonical.com>
# Based on code by Scott Moser <scott.moser@canonical.com>
# Author: Juerg Haefliger <juerg.haefliger@hp.com>
#
# This file is part of cloud-init. See LICENSE file fo... |
Georgian and face fix astragal style windows; for the traditional cottage style effect.
At Vevo we manufacture our Georgian style double glazed sealed units with an internal bar to give the effect (at a distance) of separate sealed units. This popular feature is always in demand as it combines stylish traditional looks... |
# -------------------------------------------------------------------------
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License. See License.txt in the project root for
# license information.
# --------------------------------------------------------------------------
import os
... |
Murdoch University experts specialise in Extractive Metallurgy, a technology that underpins Australia's mineral industry, existing and developing technologies, and are to operate the industrial plants for treating mineral ores to produce metals and mineral products.
Associate Professor Gamini Senanayake is a senior lec... |
# Copyright 2014 Google Inc. 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 applicable law or ag... |
Hachiman finds himself coerced by his well-meaning student advisor into joining the one-member Service Club. There he encounters club founder Yukino Yukinoshita, a smart, attractive, walking superiority complex who looks down on the entire student body. These two negative personalities are quick to attract Yui Yuigaham... |
from subprocess import call
import shutil
import simplejson
from collections import OrderedDict
import os
import sys
# this is almost done but there is something wrong with the
# updating of the package.json file
## Helpers
# performs git clone into a new directory
def _clone_mkdir(git_url, new_name):
hole_path ... |
Thank you for getting the word out there. I wrote a book about my experiences with scammers, “Scambaiting for the Insane.” It’s available for the Amazon Kindle for about a dollar, which is the least they’ll let you charge for a book. I would give it away if I could.
I am scam victim i lost my money to a person who clai... |
from __future__ import division
from django.contrib.gis.geos import Point, fromstr
from mobiletrans.mtlocation import models
from mobiletrans.mtdistmap.cta_conn import load_transitnetwork
from mobiletrans.mtdistmap.transit_network import Path
def distance_to_time(distance, unit="m", units_per_min=60):
return_value... |
Happy to announce our new project, “Paratus Rock View”. Best facilities layout connecting to Airport Road (Devanahalli in just 35kms.) around Bangalore, Narasapura to Vemagal Road, Near Narasapura Industrial Area Kolar taluk.
Situated Near the Most awaited Narasapura Industrial Hub, an exclusive locality & a great plan... |
#
# Copyright (c), 2016-2020, SISSA (International School for Advanced Studies).
# All rights reserved.
# This file is distributed under the terms of the MIT License.
# See the file 'LICENSE' in the root directory of the present
# distribution, or http://opensource.org/licenses/MIT.
#
# @author Davide Brunato <brunato@... |
A walk down Azalea Way at the University of Washington’s arboretum continues to be spectacular. Several late blooming cherry varieties are now in full bloom. One had such delicate blooms and another had very fluffy blossoms. The Magnolias are open now and make for quite the showy tree. Rhododendrons are just beginning ... |
# -*- coding: utf-8 -*-
__author__ = 'nickl-'
__all__ = ('Npm', )
from string import strip
from re import match, sub
from aero.__version__ import __version__,enc
from .base import BaseAdapter
class Npm(BaseAdapter):
"""
Node package manager adapter.
"""
def search(self, query):
response = se... |
The Original Myron Cope Terrible Towel with the Holiday print. Get yours today for the next game or tailgate.
Measures 25 x 15 inches. |
"""
this file contains the definitions of the functions used to answer the questions of
exercise 2.1 of PLASMA DIAGNOSTICS
to execute these functions, one first needs to
import a few libraries as listed at the beginning of the file run_ex.py
as well as this file.
the functions can then be called as explained in the... |
Members of the Brighouse Ludenscheid Society took a trip to see their neighbouring town and take part in the Stadtfest festival.
Nine residents organised a stall in front of the town hall and took the pig race game with them which is popular at the Brighouse Charity Gala.
The link between Brighouse and Lüdenscheid was ... |
# -*- coding: utf-8 -*-
"""\
This is a python port of "Goose" orignialy licensed to Gravity.com
under one or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership.
Python port was written by Xavier Grangier for Recrutae
Gravity.co... |
How to start Pixel Streaming on UE4?
Why is Mesh Streaming Distance not working correctly with scaled meshes?
What does "LogParticles: Warning: InitializeSystem called on an unregistered component." mean ? |
#!/opt/rh/python27/root/usr/bin/python
# -*- coding: utf-8 -*-
r"""
Program name: parse_new_ids.py
Author: Bernardo Gomez/Alex Cooper
Date: june, 2016
Purpose:
"""
import os
import sys
import re
import requests
import xml.etree.ElementTree as elementTree
def get_item_info(result_node,id_list):
outc... |
Dr. Andrew Weaver, one of Canada’s most respected climate scientists, left the ivory tower to run for the legislature with the BC Green Party. Mark Leiren-Young met with BC’s first Green MLA as he launched his bid to become Canada’s first Green Premier.
The Kinder Morgan Trans Mountain pipeline expansion could wipe out... |
#!/usr/bin/env python
from __future__ import print_function
from builtins import input
import sys
import pmagpy.pmag as pmag
def main():
"""
NAME
customize_criteria.py
DESCRIPTION
Allows user to specify acceptance criteria, saves them in pmag_criteria.txt
SYNTAX
customize_crit... |
JT Septic is a family-owned company serving the growing communities of Yavapai County since 1994. We service: Dewey/Humboldt, Prescott, Prescott Valley, Chino Valley, Paulden, Spring Valley, Cordes Lakes, and Mayer. We also provide service to the Verde Valley communities. To read more about this history of JT's family ... |
import os
import collections
import numpy
import operator
import math
import dateutil.parser
from PyQt4 import QtGui, QtCore
from nupic_studio import getInstantiatedClass
from nupic_studio.ui import Global
from nupic_studio.htm import maxPreviousSteps, maxFutureSteps, maxPreviousStepsWithInference
from nupic_... |
The North Star Knights were overjoyed when they won the District 6C East volleyball championship last Friday night in Chester. And the performance they got from Paij Peterson was certainly a big help. Peterson did a little bit of everything for the Knights in their three matches, as she averaged 21 assists, nine digs a... |
# Copyright (c) 2017 Trail of Bits, 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 ... |
RestaurantRaw bar, lobster, oysters, waterfront views - it’s all at one of the best seafood restaurants for family dining on Cape Cod.
Raw Bar, Lobster, Oysters, Waterfront Views – It’s All At One Of The Best Seafood Restaurants For Family Dining On Cape Cod.
The Bookstore and Restaurant overlook the beautiful Wellflee... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.