text stringlengths 29 850k |
|---|
# Generated by Django 3.1.2 on 2021-03-22 18:40
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('website', '0009_auto_20210322_1837'),
]
operations = [
migrations.AlterField(
model_name='banner',
name='color',
... |
West LA Dem Club’s monthly General Meeting featured national author David Dayen discussing his new book “Chain Of Title”, an investigative explanation of the fraud committed by banks millions of times as they foreclosed on American homeowners.
Excellant story of how this massive fraud started in FL. It takes courage to... |
# Copyright 2016 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... |
Greg and Katie Pierce's boys, Asher and Keegan are one year old today! Happy Birthday! I've thoroughly enjoyed following their progress over the last 12 months. Here's to many more! |
'''
MetaFunctions is a function composition and data pipelining library.
For more information, please visit the `project on github <https://github.com/ForeverWintr/metafunctions>`_.
'''
import os
import sys
import contextlib
import pathlib
import shutil
from setuptools import setup, find_packages, Command
import met... |
Atkinson Graphics is a family-owned & operated, full service Custom Apparel & Screen Printing Company, located in southeastern NH. We specialize in custom t-shirt design and printing! For over 20 years, we’ve been putting sweet threads on our customers’ backs and smiles on their faces!
By offering a large selection of ... |
from scalymongo import Document
from tests.acceptance.base_acceptance_test import BaseAcceptanceTest
class FindExample(Document):
structure = {
'name': basestring,
'age': int,
}
indexes = [{
'fields': [('name', 1)],
}]
__database__ = 'test'
__collection__ = __file__
... |
More than 500 Cast Members from Walt Disney World Resort recently gathered at Disney’s Coronado Springs Resort for the launch of the Women’s Inclusion Network, the latest of Disney’s diversity resource groups. The event, which highlighted leadership, empowerment, advocacy and development among women and men, encouraged... |
# Licensed under the Apache License, Version 2.0 (the "License"); you may
# not use this file except in compliance with the License. You may obtain
# a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# d... |
by: Pastor Carlos Barcelona Jr.
So the Israelites did as Joshua commanded them. They took twelve stones from the middle of the Jordan, according to the number of the tribes of the Israelites, as the Lord had told Joshua; and they carried them over with them to their camp, where they put them down. Joshua set up the twe... |
import math
import random
import pygame
from buffalo import utils
from npc import NPC
class Enemy(NPC):
# Class for anything hostile. For now it just follows the player around,
# There's not enough in the game in terms of health, damage, and item usage
# To have actual combat
def __init__(self, name=None, fPo... |
We manufacture & suppliers of boom lift, manlift, scissor lift, crawler cranes, cherry picker, lifting equipment, articulate boom lift, straight boom lift, diesel scissor lift, electric scissor lift, jlg 45 boom lift, jlg 60 boom lift components etc.
We manufacture & suppliers car wheel, used cars, car mud flap, hydrau... |
# -*- coding: utf-8 -*-
# Generated by Django 1.9.8 on 2016-11-28 09:45
from __future__ import unicode_literals
from django.conf import settings
from django.db import migrations, models
import django.db.models.deletion
class Migration(migrations.Migration):
dependencies = [
migrations.swappable_dependen... |
Is Technology Amplifying Human Potential, or Amusing Ourselves to Death?
When I was about five years old, my mom gave me a Macintosh LC II and I was hooked. Not to Facebook or the Internet, they didn’t exist yet. I was hooked to creating things – painting things, scripting interactive games in HyperCard, programming li... |
# -*- coding: utf-8 -*-
"""
Features
------
Extra features Elements.
"""
from jinja2 import Template
import json
from .utilities import (color_brewer, _parse_size, legend_scaler,
_locations_mirror, _locations_tolist, image_to_url)
from .element import Element, Figure, JavascriptLink, CssLink,... |
Dear Brothers, good morning! In light of the scourge of sexual abuse perpetrated by ecclesiastics to the great harm of minors, I wanted to consult you, Patriarchs, Cardinals, Archbishops, Bishops, and Religious Superiors and Leaders, so that together we might listen to the Holy Spirit and, in docility to his guidance, ... |
#
# -*- coding: utf-8 -*-
# Copyright 2019 Red Hat
# GNU General Public License v3.0+
# (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)#!/usr/bin/python
"""
The nxos l3_interfaces fact class
It is in this file the configuration is collected from the device
for a given resource, parsed, and the facts tree is p... |
Our CENTERVILLE middle school tutors are top college students and graduates from local area universities. They have an average GPA of 3.5 or higher in their areas of tutoring specialization. At Frog Tutoring, we work with students in all grade levels and our CENTERVILLE private middle school tutors provide customized o... |
import random
# Some of my assumptions:
# - Decks contain four suits with associated colors
# - Suits contain thirteen title-like designators
# - It doesn't matter if the deck's contents can change in any which way
# as long as the initial deck contains the correct 52 cards.
# - The random library is sufficient... |
Watch video interview here. Joseph Mbura, a chemistry and math teacher at the W.B. Saul High School for Agricultural Sciences in the Roxborough section of Philadelphia has loved gardening since his boyhood days in the Kenyan countryside where crops were grown both for food and a source of income. He started a small org... |
# -*- coding: utf-8 -*-
from __future__ import unicode_literals
from raven.utils.testutils import TestCase
from raven.base import Client
# Some internal stuff to extend the transport layer
from raven.transport import Transport
from raven.transport.exceptions import DuplicateScheme
# Simplify comparing dicts with pri... |
Quepo is a non-profit audiovisual entity which works strategic communication in order to create social change. We produce videos, documentaries and fiction to raise awareness of the need for citizen participation and social action. We want to participate in building a more democratic global society, which involves us a... |
# Copyright 2012 VMware, 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 a... |
Life in Text is a short film by Los Angeles filmmaker Laurence Jacobs that tells the story of a relationship from its bitter end to its tender beginnings using text messages. It stars Tyler Ritter and Alexandra Daddario.
Nostalgia sets in for a 20-something guy (Tyler Ritter), as he travels through a virtual text messa... |
#!/usr/bin/env python
# -*- coding: utf-8 -*-
#
# $Id$
import os, sys, re
import time, math
import wave
import subprocess
import multiprocessing
class Decode:
""" Decoder """
def __init__(self, filename):
self.filename = filename
self.origin_filename = None
self.fileext = {
'.tta' : s... |
By the time Sam Rockwell shows up in Loitering with Intent, if you’re not vicariously stressed out like our lead writer, then you will be. He is one of the many characters – indeed, characters in every sense of the word – that finds a way to a country home where two best friends and colleagues have holed up to write a ... |
# Copyright (c) 2012, Johan Rydberg
#
# 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 rights to use, copy, modify, merge,
# publish, di... |
The parents of a bullied 10-year-old boy who is brain dead and on life support after trying to take his own life have told of their grief.
Landen Lewis tried to take his own life in his bedroom after returning home from school in Nevada, Missouri, last Friday, the Daily Mail reports.
He gave no warning to his mother Br... |
#!/usr/bin/env python3
"""This module contains code that interacts with the Telemachus mod to access KSP telemetry"""
import json
import urllib.error
import urllib.parse
import urllib.request
from basagc import config
from basagc import utils
if config.DEBUG:
from pudb import set_trace # lint:ok
telemetry =... |
James Beard didn’t live in Greenwich Village for nothing. Born in Portland, Oregon, in 1903, his earliest culinary memories included having his mother and the family’s Chinese cook make food for him when he came down with malaria at the age of three. After a stint of living in Paris, he returned stateside to attend Ree... |
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may
# not use this file except in compliance with the License. You may obtain
# a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# ... |
I'd like to wish a happy & safe Memorial Day weekend to all of my US friends! Hope it's filled with beautiful weather, BBQs, and lots of R&R.
In celebration of this holiday weekend, I have a new patriotic-themed kit that will fill your heart with star-spangled happiness! Free Bird is sure to release the American pride ... |
# pegar a quantidade de horas totais em cada gênero
SELECT genre.name, SUM(hours) AS soma
FROM rel_player_software
INNER JOIN rel_software_genre ON rel_player_software.fk_software = rel_software_genre.fk_software
INNER JOIN genre ON rel_software_genre.fk_genre = genre.id_genre
GROUP BY rel_software_genre.fk_genre
ORD... |
Tassaght.org is 1 month old (current registration since 09 March 2019).
tassaght.org is known by our system for 1 month. His IP address is 198.71.232.3 and there's at least 100 websites associated with this ip, it's a shared host. |
#####
#
# Module name: dupApprise.py
# Purpose: Management class for Apprise notification service
#
# Notes: Uses the Apprise push notification utility from @caronc
# https://github.com/caronc/apprise
# For any Apprise support or feature requests, please see the Apprise GitHub site
#
#####
# Impor... |
The Residential and Campus Life office is based Edward Llwyd Building at our Wrexham campus.
We are a friendly and helpful team who aim to make your stay here at Wrexham Glyndwr University as enjoyable as possible.
We aim to support all residents in our accommodation to enjoy their stay and were so proud to receive the... |
#分别得到min,max和Union三个含有时间的txt
import psycopg2
#链接到我的PostgreSQL数据库
connection = psycopg2.connect(database="postgres", user="postgres", host="127.0.0.1", port='5432', password="kwy17502X")
print(1)
#获取游标
cursor = connection.cursor()
print(2)
try:
cursor.execute("drop table min")
cursor.execute("drop table max")
#... |
My trip to Oktoberfest 2007 was amazing. From the beginning, the staff was very helpful. They did a wonderful job of keeping us updated and informed. My friends and I have already started discussing our next trip to Munich! |
# Copyright 2012 Hewlett-Packard Development Company, L.P.
#
# 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 applicabl... |
Across the nation, fishermen and scientists are observing notable shifts in the ocean ecosystem and dramatic changes on the water. This series of four short films examines how the fishing industry is dealing with climate change, including warming waters, lack of biodiversity, and ocean acidification. The fourth film in... |
# This Python file uses the following encoding: utf-8
from django.db import models
from django.utils.translation import ugettext_lazy as _
class Project(models.Model):
area = models.CharField(_('área'), max_length=100, blank=False, null=False)
tema = models.CharField(_('tema'), max_length=200, blank=False, nul... |
Ms-PL and Ms-RL are identical except for their names and the section Reciprocal Grants inserted as the first section in Ms-RL.
¶1¶1ṣ1This license governs use of the accompanying software. ¶1ṣ2If you use the software, you accept this license. ¶1ṣ3If you do not accept the license, do not use the software.
§1¶1§1¶1ṣ1The t... |
# -*- coding:utf-8 -*-
from __future__ import unicode_literals
import re
from django.db import models
from django.utils import six
from django.utils.translation import ugettext_lazy as _
from yepes import forms
from yepes.fields.char import CharField
from yepes.utils.deconstruct import clean_keywords
class CommaS... |
Regulations Guidance & Training Aids – Pipeline Identification sign. Regulation guidance posters serve as an invaluable staff training aid by raising staff awareness and acting as a constant reminder. Current legislation updates will be reflected in these products and are subject to change. Available in aluminium and r... |
"""Computations based on Chebyshev polynomial expansion
The kernel polynomial method (KPM) can be used to approximate various functions by expanding them
in a series of Chebyshev polynomials.
"""
import warnings
import numpy as np
import scipy
from . import _cpp
from . import results
from .model import Model
from .s... |
Beautiful things lighting in your registration just click on orders of thousands of thousands of items on orders over buy online brand collection bronze stick floor lamp with this classic pharmacy floor sheds x with. The lamps good have a metal tent shade that creates warm downward light ideal for reading or free and e... |
# vim: tabstop=4 shiftwidth=4 softtabstop=4
# Copyright (c) 2014 Cloudwatt
# 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/l... |
Are you looking for a trustworthy company to clean the upholstery in your South Argyle, New York home? You've just found a local favorite. TCG Carpet Cleaning is proud to provide upholstery cleaning South Argyle. Regular upholstery cleaning will improve the air quality and beauty of your home or office. You deserve cle... |
import copy
from nodes import Node
class DeepFor(Node):
char = ".F"
args = None
results = None
default_arg = 1
def __init__(self, args: Node.NumericLiteral, ast:Node.EvalLiteral):
self.args = args
self.ast = ast
if self.ast.nodes == []:
self.ast.add_node(b... |
A rarely-sprouting bush which yields the ambrosia fruit. Ambrosia is pleasurable to eat and produces a slightly addictive chemical warmth effect.
For the food and social drug, see Ambrosia .
Ambrosia bushes are an exotic plant in RimWorld which only naturally occur through the ambrosia sprout event, and therefore can't... |
# Copyright 2017 Janos Czentye, Balazs Nemeth, Balazs Sonkoly
#
# 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... |
Watch Guy's Grocery Games Season 20 Episode 7 Online. Best and Free Online streaming for Guy's Grocery Games TV Show. We picked the best sites to stream s20e07. Simply pick a site below and click "Watch Now!" button next to it. Some of the links may be broken, please upvote the working and good links so other users see... |
#!/usr/bin/env python
import mapnik, ogr, osr, pyproj, os, sys, getopt
from PIL import Image
###
# Draw a Rhumb line with nPoints nodes
# @author jonnyhuck
###
def getRhumb(startlong, startlat, endlong, endlat, nPoints):
# calculate distance between points
g = pyproj.Geod(ellps='WGS84')
# calculate line... |
Things Always Get Worse | Hujambo!
Also, there are no notes for the class; all I have is a ten-week course outline. The final exams take place in about five weeks from now. Oh, and she has a job in Nairobi, so she is only free one day a week, a day which I already have two lectures. She came yesterday and asked me if I... |
# coding=utf-8
# --------------------------------------------------------------------------
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License. See License.txt in the project root for
# license information.
#
# Code generated by Microsoft (R) AutoRest Code Generator.
# Changes ... |
The Vaulters are one of Endless Legend's eight playable factions.
The true origin of the Vaulters is lost even to themselves. Their history, as they teach it to their children, begins within a great, metal habitat lodged beneath the surface of Auriga. Naturally conservative and wary, the Vaulters have limited relations... |
# -*- coding: utf-8 -*-
from functools import partial
from cfme import web_ui as ui
from cfme.web_ui.menu import nav
from cfme.exceptions import StorageManagerNotFound
from cfme.fixtures import pytest_selenium as sel
from cfme.web_ui import Form, InfoBlock, MultiFill, Region, SplitTable, fill, flash
from cfme.web_ui i... |
Brand Your Event, Generate Sponsor Revenue!
Branding your event is a great way to engage our sponsors. Logo Screen is fast and easy to use so your event is a success and generates more revenue from your sponsors! Our Logo Screen Branding Screens are super easy to use and reuse, while giving your brand maximum impact.
M... |
# -*- coding: utf-8 -*-
from setuptools import setup, find_packages
setup(
name='maxwell-faker',
version='0.1.0',
description='Maxwell faker for systems and load testing',
url='https://github.com/movio/maxwell-faker',
author='Nicolas Maquet and Nan Wu',
author_email='nicolas@movio.co, nan@movi... |
Get ready for battle! Created by Disguise's elite team of sculpting designers, the 4 Ft. Plastic Long Sword is an example of one of their innovative designs. The prop is crafted of sturdy plastic and has fantastic fantasy detail featuring flashy gold accents. It is a massive 4-feet in overall length and breaks down int... |
# -*- coding: utf-8 -*-
# Created by Gustavo Del Negro <gustavodelnegro@gmail.com> on 9/30/16.
from django import forms
from django.utils.translation import ugettext_lazy as _
from django.conf import settings
from translation_server.models import *
from django.urls import reverse
class TranslationAdminForm(forms.Mode... |
San Antonio criminal attorney Dayna L. Jones is experienced in handling any drug cases ranging from misdemeanor possession of marijuana to felony drug trafficking offenses. Because the drug charges are frequently and aggressively prosecuted in Texas, hiring a criminal defense lawyer to defend and protect your rights is... |
# -*- coding: utf-8 -*-
from django.utils.translation import ugettext_lazy as _
from geo.models import Geoname
from geo.api import location
from mieli.api import nexus
from django import forms
import re
def __admin2_sanitizer(admin2):
admin2.name = admin2.name.split(' ')[-1]
return admin2
def build_administra... |
One of the first lovely roads that we would hit was the 403, just north of Chuncheon. The small road wound its way through farmland and along a stream, and there was very little traffic. The joyful realization that we were hitting the road was fully recognized, and Gravy and I were in high spirits. But the 403 began to... |
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# --- BEGIN_HEADER ---
#
# edituser - Edit a MiG user
# Copyright (C) 2003-2013 The MiG Project lead by Brian Vinter
#
# This file is part of MiG.
#
# MiG is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as publis... |
Chaky was founded in 2009. The company is privately owned and is run by its founders.
As a company, our mission is to import the very highest quality of fish and plant. Chaky is a major importer of Tropical Fish and Aquarium Plants in Cyprus, exclusively specialized on the wholesale market.
Prices are available only by... |
#!/usr/bin/env python
# encoding: utf-8
#
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache Licens... |
Hip and knee arthritis are major issues with OLLI Members. Dr. So will review the risk factors and causes that contribute to hip and knee arthritis, examine the importance of proper diagnosis and care, and identify preventable actions and appropriate treatment plans.
Assistant Clinical Professor, Department of Orthoped... |
# -*- coding: utf-8 -*-
import langid
import logging
import pymongo
import os
import re
import sys
import twitter
import urllib
from datetime import datetime
from datetime import timedelta
from random import choice
from random import randint
logging.basicConfig()
logger = logging.getLogger(__name__)
class OrtograBot... |
Consider us, to get the best in class Three Tier Orbital Shakers with the affordable price tags. To keep them tuned with the industry laid standards, these Three Tier Orbital Shakers are made utilizing the certified raw materials and pioneering technology. As a reputed Manufacturer and Supplier, we timely provide these... |
#!/usr/bin/python
# -*- coding: utf-8 -*-
# (c) 2015, Adam Števko <adam.stevko@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 L... |
Challenges for the Cantata project were the elimination of non-important messages on the directional signage. The new signage replaced the old sign system, which had three times the amount of messages that diluted crucial information. The signage on this project was custom fabrication; designed by Grafx Communications ... |
"""
Eigenvalue spectrum of graphs.
"""
# Copyright (C) 2004-2013 by
# Aric Hagberg <hagberg@lanl.gov>
# Dan Schult <dschult@colgate.edu>
# Pieter Swart <swart@lanl.gov>
# All rights reserved.
# BSD license.
import networkx as nx
__author__ = "\n".join(['Aric Hagberg <aric.hagberg@gmail.com>',
... |
Firstly, I am not aware of much discussion on the topic. But ClF3 is certainly well-known, and so it is trivial to suggest BrBr3, i.e. Br4 as an example of a halogen allotrope. Scifinder for example gives no literature hits on such a substance (either real or as a calculation; it is not always easy nowadays to tell whi... |
#!/usr/bin/env python
#########################################################################################
#
# Test function sct_propseg
#
# ---------------------------------------------------------------------------------------
# Copyright (c) 2014 Polytechnique Montreal <www.neuro.polymtl.ca>
# Author: Augustin ... |
Max Holloway watched UFC 222 from the couch, but not by choice.
Holloway, the UFC’s reigning featherweight champion, was forced to withdraw from his March 3 title defense against Frankie Edgar after suffering an undisclosed ankle injury in training. Reflecting back on the situation Monday on The MMA Hour, Holloway said... |
# Copyright 2014 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
import time
from telemetry.page.actions import page_action
class RepaintContinuouslyAction(page_action.PageAction):
""" Continuously repaints the visible... |
Dr. Lorielle Alter was born in New York, but her family moved to South Florida and she became a sunshine-and-beach-loving Floridian at an early age. Dr. Alter graduated from Vanderbilt University and was the captain of Vanderbilt’s cheerleading squad.
After graduating from Vanderbilt, Dr. Lorielle went on to Dental Sch... |
# -*- coding: utf-8 -*-
from __future__ import unicode_literals
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('contacts', '0014_auto_20170210_1659'),
]
operations = [
migrations.AlterField(
model_name='contact',
... |
Take the largest, deepest saucepan you have and fill it with water. Bring to the boil (using the kettle speeds this process up) and add a pinch of salt and the spaghetti. Stir for the first 30 seconds to stop the pasta sticking and allow to cook for 10-12 minutes or until the pasta is al dente. For the sauce combine th... |
# # System Imports
# import unittest
# import mock
# from mock import patch
# # ZeroMQ Imports
# import zmq
# from zmq.eventloop.ioloop import IOLoop
# # Local Imports
# import zmq_transport
# from zmq_transport.server.zmq_server import (
# ServerSocket,
# ApplicationHandler,
# ClientHandler,
# Publis... |
Two twin sisters gatecrashed a wedding banquet and repaid the happy couple by stealing a piece of luggage from the bride.
Tiffany and Tiziana Kang, 30, joined the celebrations at the Shin Yeh restaurant in Liang Court on Nov 19 last year, even though they had not been invited and did not know anyone there.
After enjoyi... |
# -*- coding: utf-8 -*-
import requests
import sqlite3
from distutils.version import LooseVersion
import re
from bs4 import BeautifulSoup
import click
from tqdm import tqdm
import dominate
from dominate.tags import *
PORTAL_NAME = 'http://soft.mydiv.net'
DOWNLOAD_COM_SEARCH = 'http://download.cnet.com/1770-20_4-0.ht... |
The 2013 Beaujolais Nouveau will be released Thursday, November 21. This date is mandated by French law, which states that the year’s Beaujolais Nouveau may be released at 12:01 a.m. on the third Thursday of November.
Expect Beaujolais Nouveau to have a bright red-violet hue, light body, almost no tannins and strong fr... |
import h5py
import numpy as np
from .results import Results, VERSION_RESULTS
from openmc.checkvalue import check_filetype_version, check_value
__all__ = ["ResultsList"]
class ResultsList(list):
"""A list of openmc.deplete.Results objects
It is recommended to use :meth:`from_hdf5` over
direct creation.... |
Visiting Paris is a luxurious opportunity to soak in Parisian culture, history and most importantly food. If you're a big foodie and want to broaden your knowledge of French cuisine whilst you're in the country then you may want to consider French food tours or cooking classes.
Food tours are a display of the culture's... |
# -*- coding: utf-8 -*-
#
# AWL simulator - instructions
#
# Copyright 2012-2014 Michael Buesch <m@bues.ch>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
... |
Kensington Publishing, with editor Lin Carter, revived the pulp in 1980. To bring it out of the pulp stigma they turned to the paperback format. Like Moskowitz before him, Carter only made it to four issues. Unlike the second incarnation's problem with interest, the paperback project fell afoul of contractual problems ... |
import pickle, sys
sys.path.append('../src')
import data_io, sim_algo, eval, params
## run
wordfiles = [#'../data/paragram_sl999_small.txt', # need to download it from John Wieting's github (https://github.com/jwieting/iclr2016)
'../data/glove.840B.300d.txt' # need to download it first
]
weightfile ... |
Don't let your stomach growls scare the people around you and fill up at Tian Fang instead. Choose from an Oshi aglio olio or a Porku carbonara then savour nasi lemak roast pork and Geng Chow pork belly bao. End the meal with the crispy chocolate punch dessert. Treat a loved one to this meal for two and enjoy great com... |
import pprint
import logging
import viv_utils
import viv_utils.emulator_drivers
g_pp = pprint.PrettyPrinter()
class CallArgumentMonitor(viv_utils.emulator_drivers.Monitor):
""" collect call arguments to a target function during emulation """
def __init__(self, vw, target_fva):
""" :param target_fva... |
San Jose, Netsuite And Acumatica Competitor-Cloud ERP For Sale On BizBen.
For Best Results & Response, Email & Phone This Contact: Rick Carlson at 833-776-6682 x786.
According to the United States Department of Trade, Small and Medium Sized Enterprises (SME's) are the backbone of the economy in the United States. In th... |
import jinja2
import os
import shutil
_ROOT = os.path.abspath(os.path.dirname(__file__))
def template_string(template, values):
template = os.path.join(_ROOT, template)
f = open(template, 'r')
e = jinja2.Environment(
loader=jinja2.FileSystemLoader(os.path.dirname(template))
)
t = e.from_st... |
Open in October 2016 after several months of construction, Just South of North Massage Therapy is located in Thompson Township/Esko, MN. The peaceful rural location provides an extra boost to your level of relaxation before you even enter. Parking is conveniently located right in front of the door.
I loved Just South o... |
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
"""
tip : 1. // 定位根节点
tip : 2. / 往下层寻找
tip : 3. /text() 提取文本内容 其实就是把其中的内容转换为 str
tip : 4. /@xxx 提取属性内容
"""
from lxml import etree
import re
import requests
import logging
import json
logging.basicConfig(level=logging.INFO)
# import sys
# reload(sys)
# sys... |
Jerry Botha is the managing partner of Tax Consulting SA, a fully independent firm of tax practitioners, admitted attorneys and chartered accountants in South Africa.
Jerry holds his own FSB License, is a Master Reward Practitioner and serves on the Executive of the South African Reward Association (SARA). He chairs th... |
# coding:utf-8
# http://blog.csdn.net/sdj222555/article/details/7970466
class SimHash:
def __init__(self, tokens='', bits=128):
self.bits = bits
self.hash = self.simhash(tokens)
def __str__(self):
return str(self.hash)
def simhash(self, tokens):
v = [0] * self.bits
... |
Last weekend, precisely on Sunday, May 29, 2016, billionaire oil magnate and Super Big Boy, Prince Dapo Abiodun celebrated his 56th birthday at an impressive ceremony.
Abiodun, the Chairman of Hyden Oil, was a Senatorial candidate during the last general election. He is one of the most formidable businessmen in Nigeria... |
import numpy
import h5py
import os
import tempfile
import cProfile
import pstats
def h5py_create(filename, datadict, compression):
'''Create a new HDF5 file called "filename" and save the values of "datadict" into it using its keys as
the dataset names; create an attribute called "compression" holding the valu... |
Send sunny flowers from GOGGANS FLORIST to brighten their day and show your love and appreciation. Call today or order this SEASON FOR SUNFLOWERS floral arrangement now from our website.
Send Sparkle and Celebrate with Anticipation!Beautiful blue and white flowers from GOGGANS FLORIST symbolize the miracles of the seas... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.