text stringlengths 29 850k |
|---|
import bpy
def get_full_data_path(bpy_obj):
return repr(bpy_obj)
def get_bpy_obj_from_data_path(data_path):
## TODO: this is hackish and insecure
return eval(data_path)
def get_active_strip(context=None):
if context is None:
context = bpy.context
return context.scene.sequence_edit... |
The upcoming graphic novel Dishonored: The Peeress and the Price will continue the events of the Dishonored series with its release on February 20.
Players most recently visited the world of Corvo Attano and Emily Kaldwin in 2016’s Dishonored 2 (and the series as a whole in last year’s Death of the Outsider), and lucki... |
from fabric.api import hide, run, env
import time
import json
def run_cmd(cmd):
with hide('output', 'running', 'warnings'):
return run(cmd, timeout=1200)
def check(**kwargs):
''' Login over SSH and execute shell command '''
jdata = kwargs['jdata']
logger = kwargs['logger']
env.gateway = j... |
Monte Carlo, Monaco – 15 April 2019 – Global luxury brand, Ralph & Russo, continues its retail expansion with its first European flagship opening within Monaco’s prestigious One-Monte Carlo complex, designed by award winning architect, Sir Richard Rogers, and situated in the heart of Monaco’s golden triangle. Home to l... |
from __future__ import print_function, unicode_literals
import mock
from twisted.trial import unittest
from ..._dilation.connection import (parse_record, encode_record,
KCM, Ping, Pong, Open, Data, Close, Ack)
class Parse(unittest.TestCase):
def test_parse(self):
self.... |
Over the last month or so Ebi-kun has had an annoying cough, it isn't a deep chesty cough, he sounds like he is continuously cleaning his throat. So we have been going to the doctor and trying out various medications to figure out what it is. Last week I had to take him everyday to go on the nebuliser and the end of th... |
#!/usr/bin/env python
# vim: fdm=marker
"""
pyssword - Password generator
Generates a random password with a specified entropy within specified character
sets. Uses /dev/urandom for random info by default.
Usage:
pyssword [--lower --upper --numbers --symbols --entropy=bits --no-info]
pyssword --read [--lower... |
Lamar University's bachelor's degree in communication with an emphasis in broadcasting offers you valuable hands-on experience fresh out of high school, an opportunity most students would love to have elsewhere!
Our program is designed to give you a strong foundation and even stronger experience. You'll take courses in... |
##############################################################################
#
# OSIS stands for Open Student Information System. It's an application
# designed to manage the core business of higher education institutions,
# such as universities, faculties, institutes and professional schools.
# The core ... |
Go Birds! Beautiful Hand Stamped Solid Pewter with "Fly Eagles Fly". Includes Hand Wrapped Green and Black Swarovski Crystals and Football and Wing Charm. Expandable Bangle is Solid Stainless Steel and never tarnishes. All jumprings are stainless steel and also never tarnish. Charms are lead free and nickel free. Comes... |
#!/usr/bin/env python3
from tsdb import TSDBServer
from tsdb.persistentdb import PersistentDB
import timeseries as ts
import tkinter as tk
identity = lambda x: x
schema = {
'pk': {'convert': identity, 'index': None,'type':str}, #will be indexed anyways
'ts': {'convert': identity, 'index': None},
'order': {'c... |
Saratoga Springs: Are You On Team Yanny Or Team Laurel?
Weigh in on the latest meme to break the internet.
If you’re on social media all day long—it’s part of my job, so I have a good excuse—you tend to see quite a few memes go viral. Whether it be hashtag games on Twitter or image-based creations on Facebook, memes ar... |
#!/usr/bin/python
# -*- coding: utf-8 -*-
# ---------------------------------------------------------------------
# Copyright (c) 2012 Michael Hull.
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# are... |
The following people will be filling the pulpit during our time of transition.
They will be in attendance to deliver the sermon, take note, and join us!
Dr. Lombard serves our church as an Elder and Trustee as well as a former Moderator. David is a retired psychologist having worked in both private and hopital based pr... |
"""
==================================
The :mod:`mpi_array.locale` Module
==================================
Defines :obj:`LndarrayProxy` class and factory functions for
creating multi-dimensional arrays where memory is allocated
using :meth:`mpi4py.MPI.Win.Allocate_shared` or :meth:`mpi4py.MPI.Win.Allocate`.
Classes... |
Online transactions: Fill in your details and Fitness Australia will charge the transaction to your account.
Mail - send the completed form with payment (with your credit card details OR cheque OR Australian money order) to Fitness Australia on the below address.
Fax - fax the completed form with payment (credit card d... |
from datetime import datetime
import discord
from discord.ext import commands
import asyncio
import checks
import database
from dateutil.parser import isoparse
from config import BGS_CHANNEL
from data.faction import Faction
from web import Web
class BGS(commands.Cog):
def __init__(self, bot: commands.Bot):
... |
New figures from the Home Office show that 1,293 house fires were started by a household appliance in the area between April 2012 and March last year.
More than half the incidents attended by the West Sussex Fire and Rescue Service were started by cookers, with 767 fires causing 147 deaths or casualties over the five-y... |
"""
Loadable.Loadable subclass
"""
# This file is part of Munin.
# Munin 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
# (at your option) any later version.
# Munin is ... |
EU - The European Commission welcomes the European Parliaments Approval of a draft Directive will simplify and facilitate the administrative procedures for ships entering and leaving European ports.
The provisions of the Directive will be phased in between 2012 and 2015. This Directive will contribute to making maritim... |
# This file is part of Indico.
# Copyright (C) 2002 - 2017 European Organization for Nuclear Research (CERN).
#
# Indico 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 (a... |
Looking for a new home in North East Park Hill? It is a great time to buy real estate in North East Park Hill and our site is a great place to begin your search. You can check out North East Park Hill schools, market statistics, the latest listings and more. Whether you are a first-time home buyer or you are already fa... |
# -*- coding: utf-8 -*-
"""Main program for Command Line interface
Usage:
graph_algo -h
graph_algo --version
graph_algo p1hw4 [-v] -i <file>
graph_algo p2hw4 [--argo <argo>] [-v] -i <file>...
graph_algo p2hw6 [-v] -i <file>...
Options:
-h --help show this help message and exit
... |
To prevent the web version of DirectPass from saving passwords for specific websites, it includes only the Password Exception list.
Click Add to open the Add or Edit an Item window.
Type or paste the address of the website you want to add to the exception list.
Click the pencil icon in the right-most column of the webs... |
#!/usr/bin/python
# mail form program using gmail
import base64
import smtplib
from email.mime.text import MIMEText
# change smtpuser, zap
# recipients I use similar to carbon copy
# REPLY_TO_ADDRESS is the user filling out the form
def gmail(REPLY_TO_ADDRESS,data,subject):
smtpserver = 'smtp.gmail.com' # g... |
Download Adobe Photoshop Lightroom CC APK v 3.5.1 for Android Cell Phones and it gives you simple solution for capturing, editing and sharing your photos.
Good pictures are something that all of us want because uploading such beautiful and artistic pictures have become such a trend and all of that is possible with the ... |
# -*- Mode:Python; indent-tabs-mode:nil; tab-width:4 -*-
#
# Copyright (C) 2020 Canonical Ltd
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 3 as
# published by the Free Software Foundation.
#
# This program is distributed in the h... |
The Post & Rail Nightstand with one drawer and one shelf is ideal for your bedroom or in your living room as a side table. Constructed of solid pine in a vintage espresso finish this nightstand is accented by grain details, highlighting its expert craftsmanship.
I hope for the price I paid these 2 same items, my contri... |
""" The TimeLeft utility allows to calculate the amount of CPU time
left for a given batch system slot. This is essential for the 'Filling
Mode' where several VO jobs may be executed in the same allocated slot.
The prerequisites for the utility to run are:
- Plugin for extracting information from lo... |
SilverDoctors: Which is the Better Silver Investment? Silver Eagles or 90% Face Coins?
As today seems to be a lazy Saturday afternoon with not much new to report, we thought we would bring readers' attention to an old piece written by Ted Butler's mentor, Izzy Friedman, and open it up to discussion.
Izzy wrote a piece ... |
"""
Bind TCP Payload
Completely ported from Metasploit Framework:
https://github.com/rapid7/metasploit-framework/blob/master/modules/payloads/stagers/windows/bind_tcp.rb
"""
import codecs
from lib.common import helpers
class ShellcodeModule:
def __init__(self, cli_arguments):
self.name = "Bind TCP S... |
Thank you for your interest in Capital Financial Advisors !
©2016 CAPITAL Financial Advisors. All rights reserved. |
import csv, sys
forwards = {}
# Load legacy forwards
def load_forwards(filename):
infile = open(filename, 'r')
load_forwards_from_stream(infile)
infile.close()
def load_forwards_from_stream(infile):
reader = csv.reader(infile, delimiter='\t')
idcolumn = 0
repcolumn = 1
for row in reader:... |
eXcelleRes, based in Amsterdam, is responsible for the processing of personal data as shown in this privacy statement.
eXcelleRes processes your personal data by using our services and / or by providing it to us yourself.
Our website and / or service does not intend to collect data about website visitors who are younge... |
#!/usr/bin/python
# -*- coding: utf-8 -*-
""" plot_sensors.py <filename> <node_id> ...
plot sensors values from <node_id> printed by smart_tiles firmware
saved in filename (by serial_aggregator)
Example of use :
After firmware deployement on m3-29 to m3-32
mypc> aggr.sh 29 30 31 32 > data.txt
mypc> python myplot.p... |
Our delta table base is yet another new offering that we think you will be thrilled about. With its unique solid, stylish and modern profile in polished Stainless steel, it is designed for the most discriminating tastes.
Minimal but elegant, the Delta Noveau adds a touch of class to any workplace.
A modern twist on the... |
__author__ = 'Piotr Moczurad and Michal Ciolczyk'
import os
import sys
import re
import codecs
re_flags = re.MULTILINE | re.U
author_pattern = re.compile(r'<META NAME="AUTOR" CONTENT="(.+)">', re_flags)
dept_pattern = re.compile(r'<META NAME="DZIAL" CONTENT="(.+)">', re_flags)
key_pattern = re.compile(r'<META NAME="... |
All products from Hampshire Office Furniture are delivered and installed by our team of professional installers. Their job is to ensure you are 100% satisfied with your new office furniture.
Based in Havant, Hampshire and with over 40 years’ experience in the industry, we can offer an extensive range of high quality of... |
# -*- encoding: utf-8 -*-
from abjad.tools import stringtools
from abjad.tools.abctools import AbjadValueObject
class Scheme(AbjadValueObject):
r'''Abjad model of Scheme code.
.. container:: example
**Example 1.** A Scheme boolean value:
::
>>> scheme = schemetools.Scheme(True... |
It’s been awhile since I’ve posted any projects so I thought I’d post a couple that I’m kind of proud of. The first is a bias bowl turned from plywood. The blank was about 4.5” square that I glued up from scrap baltic birch. It was turned mostly with EWT’s as the plywood dulled my Thompson bowl gouge very quickly. It i... |
"""
Computer Science Department (SCC)
Mathematics and Computer Science Institute (ICMC)
University of Sao Paulo (USP)
Algorithms Projects
Teacher: Gustavo Batista
Author: Arthur Fortes da Costa
Method Kruskal
"""
from vertexFunctions import *
from readFile import readFile
from unionFind import unionFind
from operat... |
In Western Pennsylvania, Yinzer and Jagoff are terms of endearment.
Saying “dahntahn” is as much a beloved tradition as putting fries on your sammich or waving a yellow towel! That’s why Pittsburgh radio personalities Jim Krenn and Larry Richert have teamed up with cartoonist Rob Rogers to create Yinzer Cards as a way ... |
"""
Django settings for mysite project.
Generated by 'django-admin startproject' using Django 1.8.1.
For more information on this file, see
https://docs.djangoproject.com/en/1.8/topics/settings/
For the full list of settings and their values, see
https://docs.djangoproject.com/en/1.8/ref/settings/
"""
# Build paths... |
excellent products and competitive selling prices. We warmly welcome clients from your home and overseas to cooperate with us for Galvanized Tree Grating , Galvanized Steel Grating , Electro Galvanized Steel Grating , We warmly welcome clients from all around the world for almost any sort of cooperation with us to buil... |
# -*- coding: utf-8 -*-
import datetime
from south.db import db
from south.v2 import SchemaMigration
from django.db import models
class Migration(SchemaMigration):
def forwards(self, orm):
# Adding field 'Group.slug'
db.add_column(u'playlists_group', 'slug',
self.gf('django.... |
This document contains safety, operating, disposal, and regulatory information for Focals and accessories. Read all safety information and operating instructions before using Focals to avoid injury or damage.
While wearing Focals, press the power button 5 times to get regulatory information for Focals and Loop on your ... |
# Copyright (c) 2014 Marist SDN Innovation lab Joint with Plexxi 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/license... |
Four remarkable musicians, former and current players from La Scala in Milan, will be coming especially to the Vez Dungeon.
The barytone Romain Dayez offers a remarkable artistic performance mixing sacred ancient religious music with electro. A contemporary creation combining music and dancing.
Thibaut Garcia, young mu... |
# Lab 5 Logistic Regression Classifier
import tensorflow as tf
import numpy as np
tf.set_random_seed(777) # for reproducibility
xy = np.loadtxt('data-03-diabetes.csv', delimiter=',', dtype=np.float32)
x_data = xy[:, 0:-1]
y_data = xy[:, [-1]]
print(x_data.shape, y_data.shape)
# placeholders for a tensor that will b... |
1. My runt tends to get black every so often... but will lighten up i saw white poop once but after i did my 60% WC and raised the temp to 90-92 for 3 days it went away its been about 4 days now.... i know i should have asked here first but i havent had the time to get on :/ was what i did okay?
3. I see these small wo... |
import os, subprocess
import numpy as np
import h5py
import json
from image import image
class Operation:
def __init__(self):
pass
# generate image for each sequence
def generate_image(self, source, target, num_channel, origin_size=32,
out_size=32, bound=15.0, bin_image='image/bin/ima... |
Welcome to Oran V. Siler Printing. Since 1919 we have provided top quality printing services to the Metro Denver area.
Siler Printing has evolved from a single color/duplication operation to a multi-color/four color process printer, assisted by a complete art and camera department with the latest in desktop publishing ... |
#!/usr/bin/env python
# -*- coding: utf-8 -*-
import sys
import re
import xml.etree.cElementTree as xml
import codecs
from string import replace
def parseGeoLocation(geo_cz,geo_dms,geo,coord):
try:
toNumber = lambda s:float(replace(s,u",",u"."))
if geo_cz:
x = geo_cz.split('|')
return (toNumber(x[0]) + to... |
Once on The Hoe you have the opportunity to enjoy its stunning panoramic vistas over the waters of Plymouth Sound. Just visible, beyond, may be seen (in clear weather) the fine needle of the Eddystone Lighthouse (9 miles distant) and the far horizon of the Atlantic Ocean's Western Approaches to Britain and Europe. Thes... |
"""
Django settings for Pokemon Only project.
Generated by 'django-admin startproject' using Django 1.8.
For more information on this file, see
https://docs.djangoproject.com/en/1.8/topics/settings/
For the full list of settings and their values, see
https://docs.djangoproject.com/en/1.8/ref/settings/
"""
# Build p... |
During the two seasons that followed, however, the only lofty numbers the soon-to-be 28-year-old put up were games missed. A variety of ailments, from a concussion to a lingering groin problem that ultimately required surgery, cost Green 83 games, stripping the Capitals of one of their offensive catalysts.
Last season ... |
# Copyright 2021 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... |
Moniaive Initiative is currently working with walking charity, Living Streets (Scotland) on their national pilot project: Lower Speed Communities. With communities of all sizes expressing concern over the speed and volume of traffic on their streets, Living Streets will be working with local authorities and community o... |
# Django settings for YAAS project.
DEBUG = True
TEMPLATE_DEBUG = DEBUG
ADMINS = (
('admin', 'admin@example.com'),
)
MANAGERS = ADMINS
DATABASES = {
'default': {
'ENGINE': 'django.db.backends.sqlite3', # Add 'postgresql_psycopg2', 'mysql', 'sqlite3' or 'oracle'.
'NAME': 'YAASd... |
We are a vibrant community-based support network that empowers SCI survivors and their families.
We are a group for all those affected by spinal cord injury - new and veteran, family and friends.
OK, SO WHY OREGON SCI?
Our vision is to build a vibrant community-based support network in which people living with SCI/D ca... |
import os
import sys
import logging
import re
import shutil
from glob import glob
log = logging.getLogger("main")
from nprlib.master_task import TreeTask
from nprlib.master_job import Job
from nprlib.utils import (basename, Tree, OrderedDict,
GLOBALS, RAXML_CITE, pjoin, DATATYPES, md5)
from ... |
Abstract: Model Governance is arguably the most important (and the most unloved) part of any Data Science project within any organisation. The ability to operate safely at scale is what will enable Lloyds Banking Group to use Data Science to improve the lives of our ~20m customers across the UK. We are pioneering a new... |
# encoding: utf-8
import datetime
from south.db import db
from south.v2 import SchemaMigration
from django.db import models
class Migration(SchemaMigration):
def forwards(self, orm):
# Changing field 'Location.uuid'
db.alter_column(u'mtlocation_location', 'uuid', self.gf('django.db.models... |
Kennesaw State University School of Music presents Jazz Ensembles.
"Jazz Ensembles" (2014). School of Music Concert Programs. 406. |
import json
import os
import subprocess
import git
import pandas
import shutil
from git import Repo
from shared_constants import data_dir, repo_candidates_filename
temp_repo_dir = "temp-repo"
code_metrics_file = "code-metrics.csv"
code_metrics_folder = "code-metrics"
def read_json(filename):
print("reading res... |
I installed the latest version of wp and bp profile search.
When I type something into the form (for example field “Name”) the result members page always shows all members and does not filter with the search criteria.
The search criteria (Name: asdlkjdsakjladsjklsdalkj) is shown at the result page but the member list i... |
from validator import Validator
from collections import defaultdict
import re
class EtherValidator(Validator):
def __init__(self, rule):
self.corpus = rule[0]
self.doc = rule[1]
self.domain = rule[2]
self.name = rule[3]
self.operator = rule[4]
self.argument = rule[5... |
During the past quarter century, abortion has joined race and war as one of the most debatable subjects of controversy in the United States. It discusses human interaction where ethics, emotions and law come together. Abortion poses a moral, social and medical dilemma that faces many individuals to create an emotional ... |
# -*- coding: utf-8 -*-
from __future__ import unicode_literals
from django.db import models, migrations
import django.db.models.deletion
class Migration(migrations.Migration):
dependencies = [
('oj_core', '0008_userstatus_solved_problems'),
]
operations = [
migrations.AlterField(
... |
The Teaching Innovation Learning Lab (TILL) is a space for faculty-driven exploration and testing of innovative teaching methods that will drive success for the 21st century student.
The Teaching Innovation Learning Lab (TILL) cultivates and supports the scholarly development, investigation, and dissemination of innova... |
#!/usr/bin/env python
import json
from twisted.web import server, resource
from twisted.internet import reactor
from common import Exitaddr, options
DEFAULT_PORT = 8080
exitaddr_results = None
def addHeader(request):
h = request.responseHeaders
h.addRawHeader(b"content-type", b"application/json")
class... |
their Q2 2011 Bay Area Venture Deal Terms report.
VC Experts' coverage of that report can be found at Q2 2011 Bay Area Venture Deal Terms.
consistencies in terms with both areas, and also some differences. |
#!/usr/bin/env python
'''class for parsing PBS options'''
from argparse import ArgumentParser
import os, re, validate_email
from vsc.event_logger import EventLogger
from vsc.utils import walltime2seconds, size2bytes
from vsc.utils import InvalidWalltimeError
class PbsOptionParser(EventLogger):
'''Parser for PBS... |
China has taken one of the biggest steps in space exploration. Cotton seeds brought to the Moon aboard China’s Chang’e-4 mission have sprouted, marking the first time plants have grown on the lunar surface.
The craft and its tiny garden touched down on the Moon on January 3. Just to set things straight from the top, Ch... |
import json
from hashlib import sha1
from flask_nav import Nav
from flask_nav.elements import Navbar, View, Subgroup, Link, Text
from flask_bootstrap.nav import BootstrapRenderer
from flask import session, url_for
from dominate import tags
class LinkTab(Link):
def __init__(self, *args, **kwargs):
super()... |
Ebonne L. Ruffins became Vice President of Local Media Development (LMD) at Comcast in March of 2016. Her team’s mission is to provide Comcast with a local business advantage through technologies and programming that reach customers down to the neighborhood level. Ebonne leads the company-wide strategy, creative vision... |
# ***************************************************************************
# * (c) 2009, 2010 Yorik van Havre <yorik@uncreated.net> *
# * (c) 2009, 2010 Ken Cline <cline@frii.com> *
# * (c) 2020 Eliud Cabrera Castillo <e.cabrera-castillo@tum.de> *
# * ... |
Any pointers on what the script should looks like to do that? Is it possible?
What is a root folder of the synchronization?
What about files in other (sub)folders (if there are any)? What about files in the synchronization root folder?
Sorry about being vague, was trying to keep it general so that it other users in the... |
#-*- coding: utf-8 -*-
import os
import shutil
from django.core.management.base import BaseCommand, CommandError
# CURRENT_DIR = os.path.abspath(os.path.dirname(os.path.realpath(__file__)))
# BACKEND_DIR = os.path.abspath(os.path.join(CURRENT_DIR, os.pardir))
# APP_DIR = os.path.abspath(os.path.join(BACKEND_DIR, os.p... |
The Testing hours of operation for the Macon Cove, Union Avenue, and Millington locations are shown below. College business offices are not open on weekends. Please consult the Calendars, News, and Videos page for additional information related to holidays, closings, and other events.
Please visit Schedule a Test/Exam ... |
"""
Copyright (c) 2013, SMART Technologies ULC
All rights reserved.
Redistribution and use 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 an... |
We manage commercial facilities by providing supervision, training, service, certified pool operators, and chemicals and supplies. Commercial services can include facility evaluations, safety inspections for pool, development and implementation of operational and maintenance procedures, employee manuals, emergency plan... |
# Generated by Django 2.2.4 on 2019-09-26 05:47
import django.db.models.deletion
from django.db import migrations, models
class Migration(migrations.Migration):
initial = True
dependencies = [("account", "0033_serviceaccount")]
operations = [
migrations.CreateModel(
name="Webhook",... |
Marshall MINI has locations across England and is dedicated to providing the ultimate customer service for drivers looking to purchase a new or used MINI, and those who already own their dream small car.
Our expert team can talk you through the entire range of vehicles, from the classic MINI Hatch to the exciting Count... |
# -*- coding: utf-8 -*-
# ------------------------------------------------------------
# pelisalacarta - XBMC Plugin
# Conector para AllDebrid
# http://blog.tvalacarta.info/plugin-xbmc/pelisalacarta/
# ------------------------------------------------------------
from core import jsontools
from core import logger
from ... |
Theta Digital showcases latest high performance AV components | What Hi-Fi?
Californian manufacturer showcases latest high-performance AV components at the International Consumer Electronics Show (CES) 2014.
Californian company Theta Digital has showcased its latest high-performance AV components at the International C... |
#!/usr/bin/env python3.9
import utils
from configVar import config_vars
try:
import networkx as nx
except ImportError as IE:
raise IE
def create_dependencies_graph(items_table):
retVal = nx.DiGraph()
for iid in items_table.get_all_iids():
for dependant in items_table.get_resolved_details_for... |
If you lose your credit, debit or ATM card, how difficult would it be for someone to clean out your account? If you use any of the passwords pictured to the left, you can pretty much count on it.
More than one-quarter of all credit and debit card passwords could be guessed by attempting just 20 combinations of four-dig... |
#!/usr/bin/env python
"""Get all images of a wikipedia commons category."""
import json
import logging
import os
import sys
import urllib # images
import urllib2 # text
import xmltodict
logging.basicConfig(format='%(asctime)s %(levelname)s %(message)s',
level=logging.DEBUG,
... |
DVCR Buy or Sell? If you are planning to trade DVCR stock, then get a free DVCR technical analysis report. You will get a detailed stock analysis report to help you make a better DVCR stock predictions. The stock analysis service is provided by MarketClub, using their Smart Scan and Trade Triangle technology. It uses a... |
# -*- coding: utf-8 -*-
"""
Author: Rachael Kretsch
Big Data Final Project
Secondary Protein Structure
analyse the literature data!!
"""
import pickle
import numpy as np
import matplotlib.pyplot as plt
from sklearn import linear_model
#==============================================================================
# ... |
Hint: Below you can find a summary of the last 5 active years of Uto Blotaie in a grid format. Underneath the chart you can also find more details of the races the horse raced in. A link is also provided to the official race result published by the Malta Racing Club. |
from string import Template
from collections import namedtuple
from ..LibItem import make_comp_items
from ..system import Rule, getStartCodeTemplate, NATIVEKEY
ORDLIBFORM = "{0}/{1}/{2}/{1}-{2}.jar"
NATIVELIBFORM = "{0}/{1}/{2}/{1}-{2}-{3}.jar"
class MCPromotNormal:
'''promotion to minecraft 1.12.2 and earlier.''... |
It’s been a while since I’ve posted, but gee things get busy when steelhead run into town. Here is a great pattern tied by Syd Glasso found on the Rare and Unusual (http://www.rareandunusual.com) pattern listing. It’s defiantly a site to book mark for all of the great patterns and history found inside. It’s been a whil... |
# coding=utf-8
"""InaSAFE Disaster risk tool by Australian Aid - Tsunami Raster Impact on
Buildings
Contact : ole.moller.nielsen@gmail.com
.. note:: 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 Fou... |
Devu and his friend Amit got selected in a random television reality show. One of the task in the show was really interesting. The task was called "the survival" task. In the task, each person has to vote two person's names. One should not vote a single person twice. Also he/ she should not vote himself/ herself. After... |
import requests
import time
import hashlib
import hmac
import logging
import json
from random import randint
from base64 import b64decode
from django.conf import settings
from django.forms import ValidationError
class ChipChapAuthError(Exception):
def __init__(self, message, errors):
super(ChipChapAuthEr... |
In 1983 Howard Gardner, a psychologist and professor, developed a theory of multiple intelligences from which every individual pulls from to make up their own individual self. He proposes that each of these intelligences can be enhanced with practice regardless of age, but "intelligences" are generally set by the time ... |
#
#
# Copyright 2016 Tom Deakin, University of Bristol
#
# This file is part of mega-stream.
#
# mega-stream 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... |
Thinkdam is the only student Amsterdam trip that exclusively brings together thinkers.
Debate teams alongside philosophers, conservatives alongside socialists.
As part of Thinkdam we run a series of small events all over the city, and in a variety of locations. Discuss moral philosophy in a coffeeshop, debate the death... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.