text stringlengths 29 850k |
|---|
import subprocess
import os
import shutil
from urllib.parse import urlparse
import feedparser
import requests
import newspaper
from ffmpy import FFmpeg
feed = feedparser.parse('http://feeds.feedburner.com/iolandachannel')
chapters = []
for entry in feed['entries']:
title = entry['title']
print(f'Parsing: {tit... |
Know with us the advantages of contact lenses flaws, where contact lenses are divided into two types: soft and hard, each with advantages and disadvantages. There are also cases of inability to wear lenses. Specialist lenses lenses German Hans Joerg Atzlr says it could be argued that -amoma- solid lenses fit the eye mo... |
#!/usr/bin/env python
# coding: utf-8
# Copyright 2013 Abram Hindle
#
# 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 b... |
This week’s blockchain project of the week is Cardano blockchain.
Cardano is a blockchain technology platform that is capable of running financial applications currently used every day by individuals, organizations and governments all around the world. The platform is being constructed in layers, which gives the system... |
"""
This file contains classes and functionto interact with qcow images servers
"""
import copy
import logging
import os
import paramiko
from common import PromotionError
class QcowConnectionClient(object):
"""
Proxy class for client connection
"""
_log = logging.getLogger("promoter")
def __ini... |
With more than 25 years of experience in organizational and leadership development, strategic planning, facilitation, and coaching, Mary Baker brings a wealth of knowledge and business perspective to each consulting and coaching engagement.
Mary’s experience includes ten years consulting with organizations both for and... |
#!/usr/bin/python
# -*- coding: utf-8 -*-
from __future__ import with_statement
import re
import sys
from glob import glob
from os import path
from subprocess import Popen, PIPE
from sys import argv
# Local module: generator for texture lookup builtins
from texture_builtins import generate_texture_functions
builtin... |
The SEED Awards for Entrepreneurship in Sustainable Development is an annual awards scheme designed to identify the most innovative and promising locally led start-up eco-inclusive enterprises in developing and emerging economies. Each SEED Award Winner receives a customised SEED Support Package, which includes the too... |
from flask import Flask, jsonify
import pymongo
import json
app = Flask(__name__)
client = pymongo.MongoClient()
db = client.grouch
courses = db.courses
@app.route('/')
def index():
return 'test'
@app.route('/spring2016/')
def year():
schools = courses.distinct('school')
response = jsonify({'schools':... |
Dining table is the focal point of your social center being focal point it is an important feature.
If you have just invested in a high-class dining room table made of wood, it\'s just as well to understand some of the basics of keeping it in great condition and having it truly last a lifetime.
A select range of Oak di... |
'''
MIT License
Copyright (c) 2017 Matej Usaj
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 Jordan Valley and the northern Dead Sea constitute almost 30% of the West Bank. Nearly 65,000 Palestinians and some 11,000 settlers live there. Although the region serves as the Palestinians’ most significant land reserve, Israel has taken over most of the land with a view to enabling its de facto annexation. Israe... |
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""
Example script accessing data from a WunderBar microphone via MQTT.
This will connect to a microphone, read its noise level and send
an email notification to some receiver if that noise level exceeds
a certain threshold.
"""
import sys
import json
import time
import ... |
No-show (or late cancellation) of free passenger incurs $248 for the reserved bus seat.
Maid of the Mist This famous boat experience has been taking passengers as close to the Niagara Falls as they can get for more than a century. Be ready to get wet-- guests will make their way into the spray itself!
Niagara Falls Adv... |
# Do everything properly, and componentize
from twisted.application import internet, service, strports
from twisted.internet import protocol, reactor, defer, endpoints
from twisted.words.protocols import irc
from twisted.protocols import basic
from twisted.python import components
from twisted.web import resource, serv... |
Tithee Chakma, student of Department of Computer Science and Engineering and Md. Sahin Khan, alumni & current employee of DIU are now attending “Winter for International Learners & Leaders (WILL 2018)” at Chungnam National University (CNU) in South Korea. CNU WILL is a 2-week short-term program started on 27 December 2... |
# Copyright (c) 2017 Fujitsu Limited
# 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 requi... |
Getting a badkamer renovatie done can be quite a simple task if you put the right people to work. They will know exactly what rabbits to pull out of the hat to give you old bathroom a whole new look. The use of functional and easy to clean sanitair is sacrosanct to remodelling your bathroom.
Use of natural light, good ... |
#!/usr/bin/env python
""" monitor_dynamixels.py - Version 0.1 2013-07-07
Monitor the /diagnostics topic for Dynamixel messages and disable a servo if we
receive an ERROR status message (e.g. overheating).
Created for the Pi Robot Project: http://www.pirobot.org
Copyright (c) 2014 Patrick Goebel. All... |
What is the graph of #y=sin^2 x#?
Something important to recognize, if you compare this to the graph of #y=cos^2(x)#,(http://socratic.org/questions/what-is-the-graph-of-y-cos-2-x) you can see one is simply the negative of the other.
What are common mistakes students make with sinusoidal graphs?
How do I graph sinusoida... |
# -*- coding: utf-8 -*-
from django.db import models
from django.contrib import admin
from django.contrib.auth.models import User
from django.contrib.contenttypes.models import ContentType
from django.contrib.contenttypes import generic
# Create your models here.
class KeyWord(models.Model):
content = ... |
Fall is upon us, and with that comes the “Meet The Cast” releases for all of your favorite shows. Next up is The Amazing Race, embarking on its 19th Season of racing around the world with host Phil Keoghan. There are a few familiar faces this season and once again, a great mixture of people. You’ll recognize Ethan Zohn... |
from __future__ import division
import logging
import os
import pygame
from core import prepare
from core.tools import open_dialog
from core.components import save
from core.components.menu import PopUpMenu
from core.components.menu.interface import MenuItem
from core.components.ui import text
# Create a logger for... |
Our professional waste removal team in Eagle River, WI can handle any type of waste the same day. When our team arrives at your location, you can simply point us to all the waste materials you need to be taken away and we will give you an upfront, discounted price quote – now that’s truly cost effective. Call us at 888... |
import os
import json
import datetime
import logging
import sys
d2=os.getcwd()
d2=d2.replace("bin","")
d2=d2.replace("\\","/")
sys.path.append(d2)
d2=d2+"db/admin/"
##################
d3=os.getcwd()
d3=d3.replace("bin","")
d3=d3.replace("\\","/")
sys.path.append(d3)
d3=d3+"db/user/"
time=datetime.date.today()
time=str(... |
This brand new development of just 10 very spacious 3 bed ground floor and penthouse apartments is located just a few minutes walk from the town centre of the popular modern coastal town of Pilar De La Horadada. Whilst located in a quiet residential area the main high street with a great choice of shops, bars, restaura... |
'''
UForgeCLI
'''
try:
from urllib.parse import urlencode
except ImportError:
from urllib import urlencode
import argparse
import getpass
import base64
import httplib2
import os
import sys
import ussclicore.utils.generics_utils
from ussclicore.utils import printer
from ussclicore.cmd import Cmd, Cmd... |
Firefighter Edward Lindemulder suffered from permanent, irreversible chronic obstructive pulmonary disease. The City of Naperville, Illinois put Lindemulder on medical leave because his COPD prevented him from performing the essential functions of his job.
Lindemulder applied for line-of-duty or occupational disease di... |
#!/bin/python3
from Canopto import Canopto
import pygame
from pygame import *
from pygame.locals import *
import time
from random import randint
from colorsys import *
import sys
display_size = (8, 8)
cans = Canopto (display_size[0], display_size[1], True, True)
# Create an image, wider than the display, with random... |
MAN CITY TEAM NEWS: Manchester City take on Leicester this evening in the Carabao Cup quarter-finals.
Pep Guardiola’s men travel to the King Power Stadium to take on the Foxes as they bid to defend the trophy they won last season.
The Spaniard has indicated that he will field a strong side for the match, with a number ... |
from rest_framework import serializers
from django.contrib.auth.models import User
from .models import Account
from rest_framework.exceptions import ValidationError
class AccountCreateSerializer(serializers.ModelSerializer):
username = serializers.CharField(source='user.username')
password = serializers.Cha... |
Ikea Bathroom Inspiration Inspiration Landscape Ikea Bathroom Hacks Index is part of great design ideas. Ikea Bathroom Inspiration Inspiration Landscape Ikea Bathroom Hacks Index was created by combining fantastic ideas, interesting arrangements, and follow the current trends in the field of that make you more inspired... |
# Copyright 2019 Google LLC
#
# 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
#
# https://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, ... |
Though the Federal government provides some information concerning your Federal retirement benefits, it can be hard to understand and doesn’t offer advice specific to your situation. FEDweek’s reader-friendly Handbooks compile the latest critical information on your FERS and CSRS plans to help you take full advantage o... |
from __future__ import print_function
import getpass
import inspect
import os
import sys
import textwrap
from oslo_utils import encodeutils
from oslo_utils import strutils
import prettytable
import six
from six import moves
from ..common._i18n import _
class MissingArgs(Exception):
"""Supplied arguments are no... |
The original Serro SCOTTY factory, circa 1960, which was located near the Irwin exit of the Pennsylvania Turnkpike.
The idea for SCOTTY trailers was born on the fourth of July in 1956 on the back of a calendar. John Serro, then a 55 year-old retired auto dealership owner, was on a weekend trip and bad weather prevented... |
# -*- coding: utf-8 -*-
from __future__ import unicode_literals
from django.db import models, migrations
from django.conf import settings
class Migration(migrations.Migration):
dependencies = [
migrations.swappable_dependency(settings.AUTH_USER_MODEL),
('feed', '0004_auto_20160418_0027'),
]
... |
The Sales executive is the key point of contact between a Dream Hotels & Resorts properties and their assigned properties towards the allocated client base: they would need to be able to answer queries, offer advice, provide solutions and introduce new products. Their work includes: full account management – scheduling... |
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""
test_django-pin-auth
------------
Tests for `django-pin-auth` models module.
"""
import mock
import datetime
from django.test import TestCase
from django.apps import apps
from django.contrib.auth.models import User
from faker import Faker
from django_pin_auth import... |
Ready to grow your digital revenues?
Whether you're a multinational telecoms company or selling cupcakes from your kitchen Sharpish Insights is a London based digital consultancy designed to make your online customer touch points as effective and profitable as possible.
Social Media - Engaging your audiences on twitter... |
# 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 may ... |
The current pattern across Europe is becoming quite dynamic as a deep trough pushed into the unsually warm Mediterranean last night. The trough is transforming into an upper low today. This will be the focus for dangerous weather this week, with locally huge amounts of rainfall across the southern Mediterranean region ... |
import unittest
import vdebug.breakpoint
import vdebug.error
import vdebug.util
import base64
try:
from unittest.mock import Mock
except ImportError:
from mock import Mock
class LineBreakpointTest(unittest.TestCase):
def test_get_file(self):
""" Test that the line number is retrievable."""
... |
Hi! This post is for anyone that would like to help others reach their health goals by becoming a Certified Health Coach.
* Do you see yourself as someone who has a passion for health & wellness?
* Do you post health nuggets on social media to get the word out?
* Do you believe there is a better, more natural (and Bibl... |
# -*- coding: utf-8; -*-
#
# This file is part of Superdesk.
#
# Copyright 2013, 2014 Sourcefabric z.u. and contributors.
#
# For the full copyright and license information, please see the
# AUTHORS and LICENSE files distributed with this source code, or
# at https://www.sourcefabric.org/superdesk/license
import logg... |
Shipston on Stour and District Angling Club will be holding a fly fishing day on Saturday 9th June 2018. The day is aimed at an introduction to fly fishing on the river Stour.
There will be qualified instructors running the day and will feature casting instruction, river fishing techniques demonstrations, watercraft an... |
from __future__ import annotations
from datetime import datetime, timedelta
from io import StringIO
from typing import Dict, Optional
import csv
from sqlalchemy.exc import IntegrityError
from flask import (
Response,
current_app,
jsonify,
make_response,
render_template,
request,
)
from basef... |
Since 2010, every Saturday morning from October thru May we have been distributing a bagged lunch and a beverage to about 80 people in the parking field of the local Home Depot.
Those we serve stand seeking work in the cold, in the heat, in the rain and in the snow. Everyone is welcome to join us every Friday evening a... |
# Copyright 2015 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 applicable... |
It's time to put the fun and romance back into flying!
Fly ‘low and slow’ on a classic DC3 airliner and see New Zealand our way – this is an adventure like no other!
Your air tour DC3 ‘ZK-DAK’ (operated by ‘Fly DC3 NZ’) is one of only a few in the world to hold a full ‘Airline Operating Certificate’. So make the most o... |
# -*- coding: utf-8 -*-
# --------------------------------------------------------------------
# The MIT License (MIT)
#
# Copyright (c) 2015 Jonathan Labéjof <jonathan.labejof@gmail.com>
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation fi... |
Please note, effective November 26, 2018, Simcoe Trauma Recovery Clinic will be permanently located at 15 Gallie Court, Suite 110, Barrie. (Directions here). Our new offices are located in the brand new Quarry Ridge medical building, directly beside our former offices. We are excited to welcome you to our brand new, pe... |
# 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 License, Version 2.0
# (the "License"); you may not use ... |
On August 9, 2014, 18-year-old Michael Brown, African-American, was shot to death by Darren Wilson, 28, white, a police officer in Ferguson, Missouri, a suburb of Saint Louis.
Brown, a large young man, had stolen a box of cigars from a convenience store in Ferguson. Wilson was patrolling in the area, crossed paths with... |
""" Show he list of Panda Jobs with LFN or versa verse LFNs by Panda IDs </td><td>$Rev$"""
# $Id: joblfn.py 19632 2014-07-06 07:30:10Z jschovan $
from pmUtils.pmState import pmstate
from pmCore.pmModule import pmRoles
from pmTaskBuffer.pmTaskBuffer import pmtaskbuffer as pmt
import pmUtils.pmUtils as utils
from pmC... |
Not since the Japanese first stormed the Paris scene, in 1983, has the Far East been such a preoccupation of the fashion flock—both in terms of trends (Roberto Cavalli's Ming vase prints) and business (new stores in China and/or Japan from Prada, Giorgio Armani, and Louis Vuitton). That's good timing for Tsumori Chisat... |
#!/usr/bin/env python3
#
# Copyright (c) 2016 Roberto Riggio
#
# 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... |
The eligibility, type and methods of awarding prizes should be resolved before the Grad Night event. The Prize committee should resolve who is eligible, what types of prizes, and how the prizes will be awarded.
Incentive Prizes: Awarded during the year to entice the graduates to attend Grad Night.
Game and Contest Priz... |
"""
Django settings for modelrepository project.
Generated by 'django-admin startproject' using Django 1.11.2.
For more information on this file, see
https://docs.djangoproject.com/en/1.11/topics/settings/
For the full list of settings and their values, see
https://docs.djangoproject.com/en/1.11/ref/settings/
"""
i... |
To keep in touch with our news, helpful tips and information, sign up to our mailing list.
We’ll send you a periodic update.
Don’t worry, it’s not the least bit annoying. |
from argh import arg
from six import iteritems
import logging
from pnc_cli import swagger_client
from pnc_cli.swagger_client.apis.productversions_api import ProductversionsApi
from pnc_cli.swagger_client.apis.products_api import ProductsApi
from pnc_cli import utils
versions_api = ProductversionsApi(utils.get_api_cli... |
You’re probably wondering why you need financing….
If you’re about to start a franchise, you’ve made a great move. You will have the independence and flexibility of a small business owner with the infrastructure and support of a large corporation. Generally, a franchise comes with a fair share of fees.
It is possible t... |
"""
Django settings for bball_intel project.
For more information on this file, see
https://docs.djangoproject.com/en/1.7/topics/settings/
For the full list of settings and their values, see
https://docs.djangoproject.com/en/1.7/ref/settings/
"""
# Build paths inside the project like this: BASE_DIR.child(...)
from u... |
US-65 to Hwy. 76 Exit, left on 76 to stoplight at Fall Creek Rd, turn left, to Wildwood, turn right, follow Wildwood to hotel on the right.
Spacious suites with full kitchens, living area with sleeper sofas and separate bedrooms. |
#!/usr/bin/python
from __future__ import with_statement
from struct import *
#from __future__ import with_statement
import re
import os
import sys
def get_section_info(binname, secname, info):
pattern = re.compile(r"\s*\[\s*(?P<num>[\d]{1,2})\]\s*"
"(?P<name>[\S]+)\s*"
"(?P<type>[\S]+)\s*"
"(?P<addr>[\S]... |
Karen has taught writing workshops at Mendocino College, College of the Redwoods, the Redwood Coast Senior Center and at the Mendocino Cancer Resource Centers. At Mendocino's Kelley House Museum, writers excavated local history. With support from California Poets in the Schools, the Arts Council of Mendocino County’s G... |
from django import http
from django.views.generic.base import View
from skrill.models import PaymentRequest, StatusReport
class StatusReportView(View):
def post(self, request, *args, **kwargs):
payment_request = PaymentRequest.objects.get(pk=request.POST['transaction_id'])
report = StatusReport()... |
I have been through several hurricanes and natural disasters. I have seen weeks without access to our office and I have even helped haul servers down flights of stairs so that we could get offices set up and operational.
There was one thing that I did not worry about at all. I never lost a minute’s sleep over our data... |
# -*- test-case-name: twisted.conch.test.test_keys -*-
# Copyright (c) Twisted Matrix Laboratories.
# See LICENSE for details.
"""
Handling of RSA and DSA keys.
"""
from __future__ import absolute_import, division
import base64
import itertools
import warnings
from hashlib import md5
from cryptography.exceptions i... |
A super slick trick-taking game featuring art by Don Maitz and Keith Parkinson! Seriously, you should buy it.
This edition is "special" as it's the only one! |
"""
Python class representing the Agilent4395A Frequency Response Analyzer
"""
import cmath
import datetime
import sys
import visa
from draw import draw
# Controller class for the Agilent 4395A Frequency Response Analyzer
# - operates over GPIB using a National Instruments USB-GPIB cable
#
# GPIB uses ... |
I would like to program the my Stemlab 125-14 v.1.0 using the JTAG connector on the board, so I can do it directly from Vivado (instead of doing it over ssh) and also debug my designs using the Integrated logic analyzer of Vivado.
This cable unfortunately does not really fit on the pins on the board. Therefore I would ... |
# Copyright 2014-2015 Eucalyptus Systems, Inc.
#
# Redistribution and use of this software in source and binary forms,
# with or without modification, are permitted provided that the following
# conditions are met:
#
# Redistributions of source code must retain the above copyright notice,
# this list of conditions ... |
In her directorial debut, the Israeli director follows two women who, in their own way, try to break with outdated traditions.
The section head and the director of the Israeli film.
A wedding in a Bedouin village in the desert of southern Israel. Woman and men celebrate and dance separately whilst the bride sits alone ... |
#!/usr/bin/env python3
#
# rewritemeta.py - part of the FDroid server tools
# This cleans up the original .yml metadata file format.
# Copyright (C) 2010-12, Ciaran Gultnieks, ciaran@ciarang.com
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Publi... |
pinehillsholton Inc. ("pinehillsholton") operates pinehillsholton.com and may operate other websites. It is pinehillsholton's policy to respect your privacy regarding any information we may collect while operating our websites.
Like most website operators, pinehillsholton collects non-personally-identifying information... |
"""Imports/exports arrays and generates artificial ones.
The artificial data are DTMs and DSMs are basically numpy arrays with height
values. All sizes and 2D coordinates refer to array elements, with (0==row,
0==column) being the top left cell.
"""
import numpy
from scipy.ndimage import measurements
def asarray(pa... |
April 24, 1992: The defending champs looked every bit that as Jordan went on a tear with 46p in helping the Bulls pull away in the 2nd half.
April 26, 1992: In this Game 2 both Jordan and Pippen scored 30 points in routing the Heat and moving one step closer to the 2nd round.
April 29, 1992: One of the best playoff gam... |
# -*- coding: utf-8 -*-
# Generated by Django 1.11.2 on 2017-09-14 05:42
from __future__ import unicode_literals
from django.db import migrations, models
class Migration(migrations.Migration):
initial = True
dependencies = [
]
operations = [
migrations.CreateModel(
name='Event'... |
William Cook - TD Financial Planner in 1633 Ellis Street, Kelowna, BC, Nova Scotia: opening hours, driving directions, official site, phone numbers & customer reviews.
William Cook - TD Financial Planner in 1633 Ellis Street, Kelowna, BC, Nova Scotia: consumer reviews, opening hours, driving directions, photos etc.
Wil... |
""" ControlDemo Example
Bill Winder <wgwinder@gmail.com> added HorizontalSlider demo.
Bill Winder <wgwinder@gmail.com> added AreaSlider demo.
"""
import pyjd # dummy in pyjs
from pyjamas.ui.RootPanel import RootPanel
from pyjamas.ui.CaptionPanel import CaptionPanel
from pyjamas.ui.Label import Label
from pyjam... |
As the international leader in authorized sports merchandise, Fanatics delivers to over a hundred and eighty countries, runs stores in over twelve languages and supports multi-lingual decision centres incorporating eleven languages. Fanatics extended the reach of its authorized sports merchandise business by exploit UK... |
# coding: utf-8
# Copyright (c) Pymatgen Development Team.
# Distributed under the terms of the MIT License.
from __future__ import division, unicode_literals
import unittest
from pymatgen import Structure
from pymatgen.command_line.critic2_caller import *
from monty.os.path import which
__author__ = "Matthew Horton... |
Altitudinal gradients in mountain regions are short-range clines of environmental parameters like temperature or radiation. Common garden experiments of populations from different altitudes have been used for a long time to study local adaptation. Modern genomics allows the investigation of footprints of selection at v... |
#!/usr/bin/python
#------------------------------------------------------------------------------
#
# Process tile worker arguments from command line
#
# Author: john.novak@mapquest.com
#
# Copyright 2010-1 Mapquest, Inc. All Rights reserved.
#
import os
import sys
import getopt
class worker_opts:
def __init__( s... |
Let' face it, prepaid phones just don't seem to be as good as the contract phones and I can truly speak from my own experience here. I bought this when I had another Motorola fail in a very short time - yet out of the Verizon warranty period. While this was an "emergency replacement" phone, actually it's been pretty go... |
# -*- coding: 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 License, Version 2.0 (the
#... |
We’re exactly two months away from the release of COLD BLOODED by Toni Anderson – and we’re so excited to reveal the cover for you now! Romantic suspense lovers – this is the series for you! Check out the cover below and preorder your copy now! |
# Reversi/Othello Board Game using Minimax and Alpha-Beta Pruning
# https://en.wikipedia.org/wiki/Reversi
# https://en.wikipedia.org/wiki/Computer_Othello
# https://en.wikipedia.org/wiki/Minimax
# https://en.wikipedia.org/wiki/Alpha%E2%80%93beta_pruning
# https://en.wikipedia.org/wiki/Negamax
# https://en.wikipedia.org... |
A clump forming woodland perennial, that grows wild in eastern North America, from northern Quebec to the southern parts of the United States, through the Appalachian Mountains and into northernmost Georgia and west to Minnesota. It is also found on Vancouver Island.
Trillium grandiflorum is a 'spring ephemeral' with a... |
# -*- coding: utf-8 -*-
'''
:codeauthor: :email:`Rahul Handay <rahulha@saltstack.com>`
'''
# Import Python libs
from __future__ import absolute_import
import os
# Import Salt Libs
from salt.states import hg
# Import Salt Testing Libs
from salttesting import skipIf, TestCase
from salttesting.helpers import ensure_... |
BC Management's Current Job Activity. New Jobs Are Listed Below!!!! - BC Management, Inc.
BC Management's Current Job Activity. New Jobs Are Listed Below!!!!
PLEASE REVIEW THE COMPLETE JOB DESCRIPTION AND APPLY TO THE JOBS VIA THIS LINK (http://www.bcmanagement.com/searchjobs.html). ENTER THE CORRESPONDING JOB NUMBERS ... |
from datetime import datetime
import os
import requests
import urlparse
import unittest
import json
from subprocess import call, check_output
DAEMON = os.environ.get('DAEMON', 'authoritative')
class ApiTestCase(unittest.TestCase):
def setUp(self):
# TODO: config
self.server_address = '127.0.0.1'... |
Twitter is the world’s most important social network.
That might sound like the ravings of an addict, but look at the headlines in every morning’s newspaper and the obsessions of every evening’s cable news broadcast. Just about anything you encounter in the news media these days has some foot in the controversies and c... |
# Copyright 2013 OpenStack, LLC.
#
# 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 agree... |
O’Brien is a commercial real estate broker engaged in general brokerage as well as tenant/buyer representation. A partner in a combined portfolio of over $40 million in development and rehabilitation work, he demonstrates a clear understanding of all facets of real estate from approval through Certificate of Occupancy.... |
#!/cygdrive/c/Anaconda3/python.exe
import os
import sys
import multiprocessing as mp
import requests
from bs4 import BeautifulSoup, SoupStrainer
from PyQt4.QtCore import *
from PyQt4.QtGui import *
from logger import Logger
class ScotusParser(QThread):
def __init__(self, name='Parser', log_dir='.', save_dir=... |
I remember doing that triple brick with you and Bri, seems easy on the first leg. The last leg you realize just how bad it hurts, especially with Bri walking away from you on the run like you are standing still.
Yikes, somebody slow that girl down!
I found your blog doing searches for Martial Arts schools in the Raleig... |
# Author : Hoang NT
# Date : 2016-03-08
#
# Simple test case for Updater.py
import tensorflow as tf
import numpy as np
import Update as ud
# Made-up matrix for testing
# A is 5-by-5 adj matrix
# O is 5-by-5 prior knowledge matrix
# D is 5-by-5 diagonal matrix of O
# k = 4 - Suppose we have 4 clustering
# lambda = 0.5... |
CloudOne.mobi and the TallOrder team prides ourselves on providing the owners of small and medium sized businesses with a point of sale solution that empowers their business to succeed. One such empowered business is Shameela Olney from Passion Wholesalers Cape Quarter. She is a true representation of someone who is ge... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.