text stringlengths 29 850k |
|---|
#!/usr/bin/env python
#
# Author: Qiming Sun <osirpt.sun@gmail.com>
#
import numpy
from pyscf import gto, scf, ao2mo
'''
Customizing Hamiltonian for SCF module.
Three steps to define Hamiltonian for SCF:
1. Specify the number of electrons. (Note mole object must be "built" before doing this step)
2. Overwrite three ... |
Tips to Consider When Choosing the Right Health Care Facility Cleaning Services.
When you have the right cleaning services at your facility you can attract many customers as they want to meet a place that is clean all the time. They will make sure that the wards are cleaned, the offices, halls, windows, and corridors i... |
# -*- coding: utf-8 -*-
"""
***************************************************************************
vector.py
---------------------
Date : February 2013
Copyright : (C) 2013 by Victor Olaya
Email : volayaf at gmail dot com
******************************... |
Want to Ditch Plastic Straws? Check Out This Set of 4 Stainless Steel Drinking Straws!
Talk about plastic drinking straws has been all over the news lately. Starbucks has even introduced a new plastic recyclable lid that will eventually replace single-use plastic straws in their stores.
If you’re a straw lover like I a... |
# Licensed under the Apache License, Version 2.0 (the "License"). You
# may not use this file except in compliance with the License. A copy of
# the License is located at
#
# http://aws.amazon.com/apache2.0/
#
# or in the "license" file accompanying this file. This file is
# distributed on an "AS IS" BASIS, WITHOUT WAR... |
Google takes on Affiliates? Probably Not.
Google announced that they are entering the CPA (cost per action) market, dominated by Commission Junction, Linkshare and others - and known formally as affiliate marketing. Google's move is an attempt to curb click fraud, since compensation is made only when a pre-defined acti... |
import sys
#from gameDemo import video
#Change the following line
sys.path.append('C:\opencv\sources\samples\python2')
import numpy as np
import cv2
#import video
import socket
import time
import math
UDP_IP = "127.0.0.1"
UDP_PORT = 5005
print "UDP target IP:", UDP_IP
print "UDP target port:", UDP_PORT
#print "me... |
NESTA - (National Exercise & Sports Trainers Association) provides you with proven tools and strategies to get on the fast track to success as a certified personal trainer in Monroe County, Missouri with our NCCA accredited, state-of-the-art Monroe County, Missouri personal trainer certification, which is widely accept... |
# This file was generated automatically by generate_protocols.py
from nintendo.nex import notification, rmc, common, streams
import logging
logger = logging.getLogger(__name__)
class ApplicationInfo(common.Structure):
def __init__(self):
super().__init__()
self.title_id = None
self.title_version = None
d... |
Well, thought I would start to bike again after taking a long time off. Boy did I make a mistake taking that time off! Only rode my trainer for 10 minutes tonight, my legs were tired after 2 minutes. I just need to keep riding to get back to where I was before I stopped because of my RA. Will see how often I can do thi... |
#!/usr/bin/env python
# coding: utf-8
#########################################################################
#########################################################################
"""
File Name: util.py
Author: Wan Ji
E-mail: wanji@live.com
Created on: Tue Nov 4 09:38:24 2014 CST
"""
DESCRIPTI... |
Happiness is Brewing™ with our new, branded mugs! Dishwasher and microwave save, this exclusive 14 oz. mug features a comfortably sized C-shaped handle and helps your coffee stay hot. Enjoy your brew in style with this well-made mug! |
#!/usr/bin/python3.3
# Copyright (C) 2012 Harold Grovesteen
#
# This file is part of SATK.
#
# SATK 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 you... |
Bath Works is proud to present this gold finished hinged shower door, by Basco. The 1400-21-65CLGD is made from premium materials, this Hinged Shower Door offers great function and value for your home. This fixture is part of Basco's decorative Collection, so make sure to check out other styles of fixtures to accessori... |
# -*- coding: utf-8 -*-
"""
Flask assets bundles and filters
"""
import os
from flask_assets import Bundle, Environment
from lib.jinja_to_js_filter import JinjaToJs
from lib.sass_filter import LibSass
def static(*path):
return os.path.join(os.path.dirname(__file__), 'static', *path)
jinja_to_js = JinjaToJs()... |
I'm not sure if my heart should be warmed or offended by the email and exchange that followed from and with my brother, Daniel, that dropped in my inbox this morning.
Read the whole thing but here are the highlights. I'll buy you your first bottle if you'll take it.
Studies have shown that the benefits of fish oil are ... |
import datetime
from typing import Text
import pytz
from .base import Base
from ..enums import LanguageCodes
class User(Base):
"""A virtual object representing a KE-chain user.
:ivar username: username of the user
:type username: str
:ivar name: username of the user (compatibility)
:type name: ... |
While already announced earlier at CES 2015 in January, as a monitor that supports DisplayPort 1.2a with Adaptive-Sync, ASUS' MG279Q has now been confirmed as a part of the AMD FreeSync lineup.
What makes the ASUS MG279Q interesting is its 27-inch IPS 2560x1440 resolution panel which has a 144Hz refresh rate. While it ... |
import functools
import math
dims = [(-5, 5), (-5, 5), (-5, 5)]
pareto_set = []
p_no = 150
emoa_points = [i/(p_no-1) for i in range(p_no)]
p_no2 = 300
emoa_points2 = [i/(p_no2-1) for i in range(p_no2)]
def emoa_fitness_2(f1, g, h, x):
y = g(x[1:])
return y * h(f1(x[0]), y)
def subfit1(x, f1):
return ... |
It may looks impressive! But the world’s most expensive quad bike can’t even be driven on the road.
Manufacturers Lazareth say that the Wazuma V8 is so powerful it is purely a track-only vehicle. It features a 250bhp 30L V8 Ferrari engine and BMW M3 handlebars with the "6 speed sequential gearbox controlled from the ha... |
# -*- 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)
"""
The eos_lacp_interfaces class
It is in this file where the current configuration (as dict)
is compared to the provided configuration (as dict) and the command set
necessary... |
This paper explores the representation of violence and its remains in two Central American postwar novels: Cruz de olvido by Carlos Cortés and Managua, salsa city: Devórame otra vez by Franz Galich. It explains how the authors present evidences of hostility, misery, disgust and moral crisis trespassing frontiers of spa... |
#!/usr/bin/env python
"""Universal feed parser
Handles RSS 0.9x, RSS 1.0, RSS 2.0, CDF, Atom 0.3, and Atom 1.0 feeds
Visit http://feedparser.org/ for the latest version
Visit http://feedparser.org/docs/ for the latest documentation
Required: Python 2.1 or later
Recommended: Python 2.3 or later
Recommended: CJKCodecs... |
Ivory Coast, officially named the Republic of Côte d’Ivoire, is a country located in West Africa. Ivory Coast’s political capital is Yamoussoukro, and its economic capital and largest city is the port city of Abidjan. Its bordering countries are Guinea and Liberia in the west, Burkina Faso and Mali in the north, and Gh... |
from tkinter import *
from menuOptions import *
from PIL import Image, ImageFilter, ImageTk
from tileset_module import tilesetManipulation
from scene_module import levelManipulation, tile, level
# Globals############################################
# Wether or not the user is drawing on the screen
isDrawing = False
... |
For three days a year, Terre Haute, Indiana, becomes horsepower central. For over twenty years, the Scheid Diesel Extravaganza has brought together diesel enthusiasts of all types. With the event hosting sled pulling, drag racing, a show and shine, dyno and vendor showcase, there’s plenty to keep you busy. While we’ll ... |
#
## JsonSerializer.py
## functions for serializing and deserializing schemas
#
from django.db import connections
from models import Database, Table, Column
import json
import ModelGenerator
from django.core.serializers.json import DjangoJSONEncoder
def serialize(objects):
json_objs = []
for o in objects:
... |
When it comes to car safety, only the highest quality and most reliable materials are chosen by auto manufacturers. That is why alloy wheels made from foundry alloy ingots are preferred for being lighter while boasting the same strength as steel wheels and for providing better heat conduction that can help dissipate he... |
# Testing solutions for Coursera
# (c) PySimiam Team 2014
#
# Contact person: Tim Fuchs <typograph@elec.ru>
#
# This class was implemented for the weekly programming excercises
# of the 'Control of Mobile Robots' course by Magnus Egerstedt.
#
try:
from urllib import urlencode
from urllib2 import urlopen
except Exc... |
Ciao! Holidays has selected for you 0 accommodations and hotels in Fratte Rosa, Italy. These results below include apartment, bed & breakfast and hotels with the best rates and availabilty. Simply click on the hotel name to browse the hotel's photos, read customer reviews and view extra details. |
'''Utility functions for credit app.
'''
from django.utils.translation import ugettext as _
def credit_length(obj):
return len(obj)
def credit_list(obj, number_to_print=0):
"""Returns formatted list of people for bylines.
Implements "et al." and "and". E.g. "Samuel Johnson, Ingrid Bergman and
... |
SourceMore offers professional and special service for drop shipping&wholesale customers.
Drop shipping is a business model in which the retailer benefits from selling products to customers then ordering products from drop shipping providers (e.g. SourceMore.com). The only thing you need to do is pass the orders to us.... |
# Copyright 2016 Datera
# 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 applic... |
In South Africa, as in many developing countries, most households are poor and do not save, as a result of which they do not acquire any positive net worth and which also constrains access to formal means of finance. South Africa is a consuming nation, with increasing ratios of household consumption resulting in dissav... |
#!/usr/bin/env python
"""
Read two lists of intervals (with chromosomes) and count the number of entries
in the second set that intersect any entry in the first set.
TODO: This could use bitsets rather than the intervals package, would it be
faster?
usage: %prog bed1 bed2 > out
"""
import sys
from bx import ... |
Helps support and defend a healthy immune system throughout the year! For topical use and diffusion.
Powerful blend of Eucalyptus and Rosemary harnessed to support and defend immune and respiratory health. Use topically or diffuse to purify indoor air. Easy to use and great for traveling. |
import numpy as np
import pandas as pd
from tqdm import tqdm
usefull_columns = ['genres','keywords','vote_average']
Movies = pd.read_csv("../Datasets/Transformed.csv",usecols=usefull_columns)
#Constant definition
#Cost added if the first genre is similar between two films
first_genre = 5
#Cost added if the seconda... |
An Active Member is also a member of our parent organization, The International Association of Arson Investigators. An Associate Member is only a member of the local chapter.
You can submit an application for membership by filling out the digital form below, submitting it, and making payment through PayPal.. |
import datetime
import decimal
import os
import time
import errno
import formencode as fe
import data_loader
JOINS_DEEP = 6
# root_dir holds the root directory of the application
root_dir = os.path.join(os.path.dirname(os.path.abspath(__file__)), "..")
root_dir = os.path.normpath(root_dir)
class Holder(object):
... |
used to fill out wrinkles and creases in the skin. They can also be used to increase the volume and definition of the lips and cheeks.
Liquid facelift consists of cheek filler, jawline , marionette to add volume & smooth out the lines. Before having any filler you must avoid alcohol for 48 hours & drunk 2-3L of water f... |
# coding=utf-8
# Copyright 2021 The RecSim Authors.
#
# 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... |
Include Sold? Bounds Green only?
Include Let? Bounds Green only?
Gardeners delight!! A well-presented 1930's built four bedroom end of terraced house located in a peaceful cul-de-sac in Bounds Green. Accommodation comprises of a living room, 19 x 13ft rnodern fitted kitchen/dining room with double doors leading to the ... |
from urllib.parse import urlencode
import json
import re
import logging
logger = logging.getLogger(__name__)
from django import forms
from django.db import transaction
from django.http import (HttpResponse, HttpResponseBadRequest,
Http404, HttpResponseNotAllowed, QueryDict)
from django.core.ex... |
The SPB-5 is a medium range anodised aluminium alloy single point load cell, which has been specifically designed for platform weighing applications, although it is equally suited to other weighing and force measurement applications where high accuracy is required.
The SPB-5 load cell can be supplied on it's own or co... |
##
## This file is part of the libsigrokdecode project.
##
## Copyright (C) 2015 Karl Palsson <karlp@tweak.net.au>
##
## 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 L... |
- Decide what course you wish to enrol in.
- Cash: Please book an appointment if you wish to pay by cash, as the office hours change all the time.
To: The Language Hub, BSB 032096 - Account 521375.
Please remember to enter your name and course level in the reference field. |
__author__ = 'eyuelabebe'
import pygame
from Game import *
from Game.Scenes import *
from Game.Shared import GameConstants
class Breakout(object):
def __init__(self):
self.__lives = 5
self.__score = 0
self.__level = Level(self)
self.__level.load(0)
self.__pad = Pad((0, ... |
Purple wood grain buckle photographed on hand dyed purple belt with snaps making buckle exchanges easy.
Buckle fits 1-1/2" belt. Also available to fit 1-1/4" wide belt.
Woodgrain texture is accomplished on the artist's anvil .
Velvet black or beige burlap bag included. Choose from our drop down variation menu.
Buckle m... |
from unittest import TestCase
from nose.tools import assert_equal, assert_raises
from pycassa.logging.pool_stats_logger import StatsLogger
from pycassa.pool import ConnectionPool, NoConnectionAvailable, InvalidRequestError
__author__ = 'gilles'
_credentials = {'username': 'jsmith', 'password': 'havebadpass'}
class ... |
Enjoyed the education regarding horses and of course good mystery and interesting people.
This is my first introduction to Leigh Hearon, as this is the first book in a New Series! I really enjoyed reading this book, The plot itself is well written, well developed and well thought out. I was enamored with all of the inf... |
import os
from setuptools import setup, find_packages
NAME = "cryptococcus"
# Get version and release info
with open(os.path.join(NAME, '_version.py')) as f:
exec(f.read())
# Use the README for the long description
with open('README.rst') as f:
long_description = f.read()
VERSION = __version__
AUTHOR = "Leon... |
Expo East 2008 kicked off with the 14th Annual Socially Responsible Business Awards Breakfast, sponsored by more than a dozen companies, and emceed by Gurudhan Khalsa, director of sales for Golden Temple, Yogi Tea and Peace Cereal companies.
This year's winners are: Numi Organic Teas, Pangea Organics (body care), and N... |
# -*- coding: utf-8 -*-
""" Tests for transcripts_utils. """
import copy
import ddt
import json
import textwrap
import unittest
from uuid import uuid4
from django.conf import settings
from django.test.utils import override_settings
from django.utils import translation
from mock import Mock, patch
from nose.plugins.ski... |
Come one, Come all to the Spring Market!
We'll be there peddling our goods. We hope you can come!!! |
# Copyright (C) 2019 The ESPResSo project
#
# This file is part of ESPResSo.
#
# ESPResSo is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later versio... |
The document is titled amendment No. 7 to proposed Town of Pelham official plan. Included in the document are letters from the Town of Pelham and the Ontario Ministry of Agriculture and Food. |
from datetime import datetime, timedelta
from time import mktime
from django.conf import settings
from django.db import models
from django.utils.translation import ugettext_lazy as _
from django.contrib.auth.models import AbstractBaseUser, UserManager
from lazy import lazy
from sanction.client import Client as Sanctio... |
See more than 50 costumes represented by films depicting five centuries of history, drama, comedy, fairy tale and adventure through period costumes worn by such stars as Meryl Streep, Colin Firth, Drew Barrymore, Keira Knightley, Nicole Kidman and Kate Winslet. “Cinematic Couture” showcases costumes from 24 acclaimed f... |
# -*- coding: utf-8 -*-
from __future__ import unicode_literals
from django.db import models, migrations
import datetime
from django.utils.timezone import utc
import editor.models
class Migration(migrations.Migration):
dependencies = [
('editor', '0008_auto_20150315_1847'),
]
operations = [
... |
We are constantly innovating for our customers. New Quick Starts are released an average of one per week.
This interactive proposal tells the details of a project, product, or proposal in a long scrollable format. A single page design makes it easy to surface key points and stats to the user to encourage conversions.
W... |
import sys
import unittest
from ctypes import *
class MemFunctionsTest(unittest.TestCase):
def test_memmove(self):
# large buffers apparently increase the chance that the memory
# is allocated in high address space.
a = create_string_buffer(1000000)
p = "Hello, World"
result... |
The Active Workplace Study (Brad Wipfli & Steven Shea, MPIs): Exposure to sedentary work is an occupational hazard with significant health and safety consequences, including increased risk of heart disease, diabetes, early mortality, musculoskeletal pain, injuries, and detrimental changes in physiological functioning. ... |
import bpy
from bpy.types import PropertyGroup
from bpy.props import FloatProperty, BoolProperty, EnumProperty
from .config import defaults as default
class fast_lattice(PropertyGroup):
method = EnumProperty(
name = 'Conforming Method',
description = 'Method to use when conforming the lattice to... |
Join us for a presentation on animal and wildlife safety. Though winter is getting closer, bears and moose are still around and active! There’s always time for a refresher on interacting safely with wildlife, especially in a community like ours, where wildlife encounters are common. Alaska Wildlife Conservation Center’... |
# Copyright (c) 2015 OpenStack Foundation
#
# 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 ... |
I learned a lot about myself over the course of this project. I have more fun and generally perform better with projects I feel passionate about, and this video gave me a chance to work on something like that. I also learned that I am not the most organized filmmaker and that perhaps I could work on creating a better s... |
import base64
import bs4
import hashlib
import hmac
import logging
import pyDes
import rsa
import time
from kik_unofficial.device_configuration import device_id
from kik_unofficial.utilities.cryptographic_utilities import CryptographicUtils
log = logging.getLogger(__name__)
identifierHex = "30820122300d06092a864886f... |
SALE Sharks host rivals Gloucester at Edgeley Park this Friday night in their final home Zurich Premiership match of the 2004/05 season.
There could hardly be more at stake as the Sharks must win to keep themselves on pace to bring Heineken Cup rugby back to Stockport next season.
Following Saturday's loss away at... |
import pandas as pd
import numpy as np
import matplotlib.pyplot as plt
from random import choice
from features import FeatureFactory
from types import *
def addMaxMins(df, n=2):
'''
get highs and lows for n periods backwards
1 min = 1m
2 min = 2m
4 min = 4m
8 min = 8m
16 min = 16m
32 m... |
KNOWLEDGE, SKILLS, ABILITIES & COMPETENCIES* Ability to read and speak English and comprehend simple instructions, short correspondence, and memos.* Ability to add, subtract, multiply, and divide in all units of measure, using whole numbers, common fractions, and decimals* Ability to apply good judgment at all times.* ... |
# coding=utf-8
"""
All commands that create & use the local copies of the Google Calendar data.
"""
from __future__ import absolute_import, print_function
import requests
from icalendar import Calendar
from ..config import config, ICAL_PATH
from ..utils import nice_format
from .parser import subparsers
import six
f... |
Stoke by Nayland Hotel, Golf & Spa improved sales by sending location-based messages to different customer segments.
With such diverse interests amongst their clientele, Stoke by Nayland needed to move away from sending the same marketing content and offers to their entire customer base. They wanted a platform to help ... |
# Copyright 2012 Red Hat, 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 agre... |
All guarantees are based on the financial strength and claims-paying ability of the issuing insurance company, who is solely responsible for all obligations under its policies.
By clicking the link below, you will be taken to our customized page at ING. From there you can review insurance options and get quotes. If you... |
# Copyright 2019 The TensorFlow Authors. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applica... |
Rovers battled out a goalless draw with Gillingham on the opening day of the season as they returned to League One with an impressive performance.
It is easy to look at the Sheffield United loanee and think he would be wasted if confined to a defensive midfield role. Technically blessed and with a great eye for both sh... |
#!./.virtenv/bin/python
from flask import (
Flask,
request,
jsonify,
render_template,
url_for,
send_from_directory
)
import datetime
import logging
from dateutil import tz
from flask.ext.pymongo import PyMongo
from flask.ext.script import Manager
from flask_admin ... |
Click on the links below to see our photographs.
Children enjoying the new play equipment in the Lodge Woodland.
School Council puts MP in the Hot Seat! |
#!/usr/bin/env python
# -*- coding: UTF-8 -*-
#
# server.py
#
# This file is part of Squilla
#
# Copyright (C) 2014 Thibault Cohen
#
# 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 Foundat... |
Help Word of Hands grow, by giving to our work. We have partnered with Stewardship who will pass on your gift to us.
You can give quickly and easily using a credit or debit card or any existing Stewardship giving account. Just follow the simple, online instructions.
Plus, if you are a UK tax-payer, don’t forget your gi... |
# -*- coding: utf-8; -*-
#
# @file city.py
# @brief
# @author Medhi BOULNEMOUR (INRA UMR1095)
# @date 2017-01-03
# @copyright Copyright (c) 2016 INRA/CIRAD
# @license MIT (see LICENSE file)
# @details
"""
Install City
"""
from django.db import transaction
from django.core.management import BaseCommand
from geonames... |
Published: Sept. 2, 2013 at 04:37 p.m.
Updated: Sept. 2, 2013 at 08:18 p.m.
Zoltan Mesko wasn't out of work for long.
NFL.com's Ian Rapoport reported Monday that the punter -- a surprise cut by the New England Patriots on Saturday -- would sign with the Pittsburgh Steelers, according to a person informed of the deal. T... |
import trollius as asyncio
import boto3
from concurrent.futures import ThreadPoolExecutor
from poll import Poll
import logging
logging.getLogger(
'botocore.vendored.requests.packages.urllib3.connectionpool'
).setLevel(logging.CRITICAL)
logging.getLogger('boto3.resources.action').setLevel(logging.CRITICAL)
logge... |
A hub of creativity and collaboration.
We bring to the table years of diverse experience, open minds, and a team-first attitude.
App design only continues to evolve, and the depth of your users’ expectations only deepens as a result. That’s why Big App Lab stays ahead of the latest trend, anticipating what your users w... |
# Copyright (c) 2015 Mellanox Technologies, Ltd
# 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
#
# U... |
And on my passion shed propitious rays!
Gleam in faint radiance on the foaming waves!
Then fade:--and leave me, to despair and die! |
#!/usr/bin/env python2.7
# version: 3.011
# File: CentralEngine.py ; This file is part of Twister.
# Copyright (C) 2012-2014 , Luxoft
# Authors:
# Andrei Costachi <acostachi@luxoft.com>
# Cristi Constantin <crconstantin@luxoft.com>
# Daniel Cioata <dcioata@luxoft.com>
# Mihai Tudoran <mtudoran@luxoft.co... |
A week ago our world was shattered by the news that a gunman, shouting hate, entered the Tree of Life synagogue in Pittsburgh and took the lives of eleven people worshipping there. Once again, a sacred space had been violated by bullets—like a mosque in Quebec and a black church in Charleston, South Carolina. People of... |
#!/usr/bin/env python
#-*- coding:utf-8 -*-
from fluid.base import OFServer, OFServerSettings, OFConnection
from fluid.msg import of13
table = {}
class LearningSwitch(OFServer):
def __init__(self):
OFServer.__init__(self, "0.0.0.0", 6653, 1)
config = OFServerSettings()
config.supported_ve... |
Ganesh Banauli is a village situated in Benipur Block of Darbhanga district in Bihar. Located in rural part of Darbhanga district of Bihar, it is one of the 44 villages of Benipur Block of Darbhanga district. According to the government records, the village number of Ganesh Banauli is 227270. The village has 939 famili... |
# pylint: disable=no-self-use,invalid-name
from deep_qa.data.datasets import SnliDataset
from deep_qa.data.instances.entailment.snli_instance import SnliInstance
from tests.common.test_case import DeepQaTestCase
class TestSnliDataset(DeepQaTestCase):
def setUp(self):
super(TestSnliDataset, self).setUp()... |
James M. Wright, FAIA, Co-Director of the Professional Practice Commission of the International Union of Architects, speaks at Grassroots 2018.
The American Institute of Architects is facing a significant opportunity to influence the organization’s future direction with the upcoming election of 2019-2020 officeholders ... |
#!/usr/bin/python
# -*- coding: utf-8 -*-
# Copyright 2010 British Broadcasting Corporation and Kamaelia Contributors(1)
#
# (1) Kamaelia Contributors are listed in the AUTHORS file and at
# http://www.kamaelia.org/AUTHORS - please extend this file,
# not this notice.
#
# Licensed under the Apache License, Ver... |
My recent week-long hiatus sans computer proved to be tremendously healing, slowing things down in the studio, allowing me to complete reorganizing my jumbled correspondence and writings — a task I’ve been nibbling away at for months that somehow never seemed to gain traction until the looming presence of my iMac disap... |
#!/usr/bin/env python
# -*- mode: python; encoding: utf-8 -*-
"""Tests for grr.tools.fuse_mount.py."""
import datetime
import os
import threading
import time
# pylint: disable=unused-import, g-bad-import-order
from grr.lib import server_plugins
# pylint: enable=unused-import, g-bad-import-order
from grr.lib import ... |
Great three-story unit in Meadow Winds Complex. First level open floor plan is especially perfect for entertaining. Gas FPL, SGD to deck with wooded views. Spacious upstairs BRS w/cathedral ceilings, MBR w/walk-in closet & BTH w/soaking tub and shower. Finished lower level with SGD to patio and additional storage. Comp... |
#!/usr/bin/python
'''
Usage:
workload_monitor.py CONFIG_FILENAME [-h | --help]
'''
import sys
import os
import re
import socket
from docopt import docopt
import shutil
from datetime import datetime
def main(config_fn):
''''''
# TODO: Do I need to pass around config?
config = read_config(config_fn)
... |
30,000 in Atlanta, millions across the world, marched today in protest of gun violence. I was with them, as were seven other seniors, and hordes of young people, teachers, parents, and families with strollers, many waving signs.
The students of Parkland, FL, organized the march and quite likely launched a movement with... |
"""
Defines a GenericModule which is a collection of mayavi
filters/components put together. This is very convenient and useful to
create new modules.
"""
# Author: Prabhu Ramachandran <prabhu [at] aero . iitb . ac . in>
# Copyright (c) 2008, Enthought, Inc.
# License: BSD Style.
# Enthought library imports.
from t... |
We made a music video for our first track, ‘Phoenix,’ off our EP Beta!
If you have not already – download ‘Phoenix’ for free.
We are currently working on a video for another track off of Beta. So stay tuned for the video announcement and other upcoming events!
Next Our 1st Performance in Chicago – tonight! |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.