text stringlengths 29 850k |
|---|
from pysnmp.hlapi import *
import argparse
class SNMP:
hostname = None
community = None
def __init__(self, hostname, community):
self.hostname = hostname
self.community = community
def walk(self, root):
result = []
for errorIndication, errorStatus, errorIndex, varBinds in self.next_cmd(root):
... |
About I'm a master student of applied computing at the university of applied science in Berlin/Germany. I'm pretty much interested in everything. From technology over politics, to pop culture or japanese kobudo. |
# -*- coding: utf-8 -*-
from __future__ import unicode_literals
from django.db import models, migrations
class Migration(migrations.Migration):
dependencies = [
]
operations = [
migrations.CreateModel(
name='Ingredient',
fields=[
('id', models.AutoField(v... |
I now live near Philadelphia but I lived 30 years in France: approximately 15 years in the south: Manosque, Avignon and 8 of which in Marseille, I spent every summer in Cassis growing up and still go every year; I lived approximately 15 years in Paris.
Apr 8, 2019ReplyMarseilleRe: The best bouillabaisse in Marseille?
M... |
import os
from .cplfields import *
from .postproc import PostProc
from .pplexceptions import NoResultsInDir, DataNotAvailable
from .mdpostproc import MD_PostProc
from .cfdpostproc import CFD_PostProc
from .serial_cfdpostproc import Serial_CFD_PostProc
from .openfoampostproc import OpenFOAM_PostProc
# Results directory... |
Truman High School’s Yearbook, “The Heritage,” recently earned an All-Missouri ranking from the Missouri Interscholastic Press Association’s 2010 yearbook contest.
This marks the second time in three years the school’s publication has received the honor. MIPA ranks schools with a Merit, Excellent, Superior or All-Misso... |
# Copyright (C) 2012 - 2014 EMC Corporation.
# 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
#
# Unle... |
Canadians are generally considered friendly, honest, and knowledgeable people who will do whatever it takes to get the job done. At LCWSoft, we don't make unrealistic promises and then hide behind our policies to limit your usage. Others may boast about "response time" and "rock bottom prices". Those do not matter when... |
from django.http import JsonResponse
from rest_framework import viewsets
from rest_framework.authtoken.models import Token
from rest_framework.permissions import IsAuthenticated
from escout.applications.dashboard.models import Application
from escout.applications.dashboard.serializers import ApplicationSerializer
# C... |
The Frame Tv Wall Unit is the best solution to dress with class an entire wall, giving an high-end touch to the living area. The big backlit panel hides electrical wires in an easily and orderly way, making visible only hardware components in the specific niches. The real lead of this furniture is its decorative bold f... |
import logging
from adhocracy import model
from adhocracy.lib.cache.util import clear_tag
log = logging.getLogger(__name__)
def invalidate_badge(badge):
log.debug('invalidate_badge %s' % badge)
clear_tag(badge)
def invalidate_userbadges(userbadges):
clear_tag(userbadges)
invalidate_user(userbadges.... |
My hair is longer than my attention span. OOPS. Sorry not sorry! |
# -*- coding: utf-8 -*-
#
from rest_framework import status
from rest_framework.views import Response
from rest_framework_bulk import BulkModelViewSet
from common.permissions import IsSuperUserOrAppUser
from .models import Organization
from .serializers import OrgSerializer, OrgReadSerializer, \
OrgMembershipUser... |
Like many websites, Solo Lisa collects basic demographic information about site visitors. This information is aggregated and intended to help me better understand and serve site visitors. This information is not personally identifiable, sold to third parties, or used to contact individuals.
Aggregate statistics about w... |
import ast
import types
import decimal
import unittest
a_global = 'global variable'
# You could argue that I'm too strict in looking for specific error
# values with assertRaisesRegex, but without it it's way too easy to
# make a syntax error in the test strings. Especially with all of the
# triple quotes, raw str... |
We are looking for talents to our Warsaw office for the position of Managerial Internship in Logistics Start: immediately Work schedule: full-time/part-time with flexible working hours Duration: 3-6 months This is an excellent opportunity for students that are on the 3rd year or older that would like to work on a flexi... |
# This program is free software; you can redistribute it and/or modify
# it under the terms of the (LGPL) GNU Lesser General Public License as
# published by the Free Software Foundation; either version 3 of the
# License, or (at your option) any later version.
#
# This program is distributed in the hope that it will ... |
The child sits alone on the second lowest stair.
His heart is open wide to the feeling of despair.
Incongruous and obsolete, ridiculous and wrong.
He sings the song for comfort but it doesn’t fill the void.
He wasn’t who they’d wanted and he ought to be destroyed.
Maybe he should say that he is sorry to them now.
Sorry... |
from nltk.classify import DecisionTreeClassifier, MaxentClassifier, NaiveBayesClassifier, megam
from nltk_trainer import basestring
from nltk_trainer.classification.multi import AvgProbClassifier
classifier_choices = ['NaiveBayes', 'DecisionTree', 'Maxent'] + MaxentClassifier.ALGORITHMS
dense_classifiers = set(['Extr... |
36 What does 'the very next day' mean?
34 What are the pros and cons of disclosing a spectrum disorder when applying for a job?
22 Which pronunciation of 'either' is preferred?
22 Autistic child constantly mobbed by other children - what can be done?
21 Can I be mobbed by only one person?
17 Which is the plural of "for... |
# 项目: 工具库
# 模块: 日志模块
# 作者: 黄涛
# License: GPL
# Email: huangtao.sh@icloud.com
# 创建:2019-07-20 22:26
import logging
import sys
import os
from orange import Path
from .datetime_ import datetime
today = datetime.now() % '%F'
name = sys.argv[0] or 'test'
logger = logging.getLogger(name)
if os.n... |
What more could you ask for from a licensed plumber in Marina? We provide the top quality plumbing services because we want to have a hand in the efficiency of a home or business.
We are detailed plumbers who strive for perfection. With our efforts you can guarantee that your appliances are installed correctly, your l... |
# -*- coding: utf-8 -*-
from __future__ import unicode_literals
from django.http import JsonResponse
from django.views.generic import TemplateView, View
from .mixins import JSONView
from .models import Profile, Note, Game
from .serializer import activity_serializer
from activity.models import Activity, Verb
class H... |
It's not on daily basis that Green Day is referenced throughout the hip-hop world, although 2018 has yielded a couple of notable ones. For starters, J. Cole beforehand boasted to "get the bread like I am Green Day" on "Motiv8." Recently, Vince Staples regarded to the influential punk-rock band to attract inspiration fo... |
# -*- coding: utf-8 -*-
"""
templatetricks.timesince_filter
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
timesince filter
http://flask.pocoo.org/snippets/33/
"""
import os
import sys
sys.path.insert(0, os.path.dirname(os.path.abspath(os.path.dirname(__file__))))
from datetime import datetime
from app import app
... |
The dust is settling on Sauerkrautathon; the sauerkraut we made weighed in on 26th October at a stonking 359.6kgs and every last shred was given away by the end of the following week. Jo and I are sorting through photos and documents to provide Guinness with the info they require to prove our claim to have made the lar... |
# XMPP server class
from twisted.application import service
from twisted.python import components
from twisted.internet import reactor
from twisted.words.xish import domish, xpath, xmlstream
from twisted.words.protocols.jabber import jid
from punjab.xmpp import ns
SASL_XMLNS = 'urn:ietf:params:xml:ns:xmpp-sasl'
C... |
List of Tagalog terms that begins with letter Z with meaning and translations in Bisaya language. Page 1 of 0 pages. Each term may have information like root word, part of speech, usage, synonyms, antonyms, etc. |
import sys
sys.path.insert(1,"../../../")
import h2o
from tests import pyunit_utils
def distribution_behaviorGBM():
#Log.info("==============================")
#Log.info("Default Behavior - Gaussian")
#Log.info("==============================")
eco = h2o.import_file(path=pyunit_utils.locate("smalldata/gbm_... |
Use this form to send a request to ASI for a price quotation. Please include in the Comments section at the bottom any additional information, such as shipment requirements, blanket order information, etc. If you need more room to enter items just press the Add More Product Rows button below to increase the size of the... |
import argparse
import struct
import sys
try:
from elftools.elf.elffile import ELFFile
except ImportError:
print('pytelftools missing, install to run this script', file=sys.stderr)
print('https://github.com/eliben/pyelftools#installing', file=sys.stderr)
sys.exit(1)
class Colors:
RED = '\033[91m'... |
A full-bodied and bold coffee for Keurig® single-serve coffee makers. Order online Emeril's® coffee K-Cup® pods, a Rainforest Alliance Certified™ coffee.
A chef's schedule sometimes starts as early as 6:00am. Receiving product, analyzing the menu and meetings with staff all happen before my first cup of coffee. Those w... |
'''
Created on Jan 10, 2016
@author: Julia M. Winchester
'''
import plython
import DNE
import OPC
import RFI
import implicitfair
from collections import defaultdict
class TopoMesh(plython.PlythonMesh):
"""A class for creating and interacting with triangulated polygon meshes and topographic variables.
Cl... |
A simple aïoli pairs perfectly with Fish Chowder Croquettes.
Combine garlic and 1 cup oil in a small saucepan over medium-low heat. Cook 5 minutes or until garlic starts to sizzle. Remove from heat; let cool completely.
Combine vinegar, salt, and egg yolks in a blender. Process until combined. Combine garlic oil and re... |
#!/usr/bin/env python
#-*- coding: utf-8 -*-
###########################################################################
## ##
## Copyrights Frédéric Rodrigo 2014 ##
## ... |
Crime doesn't pay. Well, unless you're a scammy DJ, that is. Following a massive investigation by a joint venture of the FBI and Scotland Yard's Central E-Crime Unit, nine UK DJs have been arrested for allegedly using stolen credit cards to buy their own music via Apple's iTunes and Amazon, which not only gave the tric... |
DATE_FORMAT = "%Y-%m-%d %H:%M:%S"
SENSOR_DATA_KEYSPACE = "sensor_data"
CASSANDRA_ADDRESS = 'cassandra.cloudbrain.rocks'
RABBITMQ_ADDRESS = 'rabbitmq.cloudbrain.rocks'
WEBSERVER_ADDRESS = 'webserver.cloudbrain.rocks'
WEBSERVER_PORT = 8080
MOCK_DEVICE_ID = "mock"
REGISTERED_DEVICES_TABLE_NAME = "registered_device_ids... |
NO PURCHASE IS REQUIRED :). The Country Hearth Breads Holiday Sweeps will run until 11:59 PM CT on December 3, 2017. In order to participate you must be 18 years of age or older and a legal resident in one of the following states: Iowa, Illinois, Indiana, Michigan, Minnesota, Montana, North Dakota, Nebraska, South Dako... |
#!/usr/bin/env python3
# Copyright (c) 2019 The Navcoin Core developers
# Distributed under the MIT software license, see the accompanying
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
from test_framework.test_framework import NavCoinTestFramework
from test_framework.cfund_util import *
import... |
The Rutledge, Georgia community of dance is a beautiful thing. With so many different personalities and backgrounds, the people who love dance find meaning in another's arms as they rhythmically move across the dance floor of life.
Me and my boyfriend are looking to learn something new. My cousin dances professionally,... |
from build_filtered_chunks import process_chunk_list
from experiment import Experiment
from innovations import measure_innovations, analyze_innovations
from latex import latex_corpora, latex_performance
###########################################################################
#
# Experiments
#
#####################... |
Generate even more realistic worlds of Minecraft.
Moreover, as you can see in the picture below, this mod supports another mod which adds more quanitity and variety of biomes, it is Biomes O’ Plenty, so they both can work together to get better results.
How to install Realistic World Gen Mod for Minecraft 1.7.10?
Play ... |
# -*- coding: utf-8 -*-
from setuptools import setup, find_packages
setup(
name='pynagmailplugins',
packages=find_packages(exclude=['docs', 'samples', 'tests']),
namespace_packages=['snowpenguin'],
version='0.0.8',
scripts=['bin/check_mailq.py', 'bin/pydnswl_check.py'],
install_requires=[
... |
Join Michaela for an extended yin practice paired with myofasical release, pranayama and meditation to restore a sense of vitality to the body and clarity to the mind. Held at Yoga Mandali, Saturday March 2nd, 6-8:30 pm, $35. Preregistration strongly encouraged. |
from JumpScale.clients.racktivity.energyswitch.common.GUIDTable import Value
from JumpScale.clients.racktivity.energyswitch.modelfactory.models.common.Power_0_0_5_20 import Model as Power
import struct
import time
class Model(Power):
def __init__(self, parent):
super(Model, self).__init__(parent)
... |
NEW YORK — Bruce Springsteen, Jon Stewart, Jim Gaffigan and Seth Meyers are headlining this year's Stand Up for Heroes fundraiser, which benefits injured veterans and their families.
Jimmy Carr and Eric Church are also on the bill for the Nov. 5 comedy event at the Hulu Theater at Madison Square Garden in New York City... |
import urlparse
import BaseHTTPServer
import webbrowser
ACCESS_TOKEN = None
auth_url = 'http://www.youcandoitvfx.com/fb/'
server_host = '127.0.0.1'
server_port = 80
class MyHandler(BaseHTTPServer.BaseHTTPRequestHandler):
def do_GET(self):
global ACCESS_TOKEN
self.send_response(301)
self.... |
Not quite a cracker, not quite a flatbread…you can imagine the amount of restraint it required not to entitle this post “crack bread”, especially considering how good they taste.
Although this is not exactly bread, and therefore not really fulfilling one of my new year’s food resolutions, I think this is a good intro t... |
from django import template
from ..models import Post
from ..conf import settings
register = template.Library()
class LatestBlogPostsNode(template.Node):
def __init__(self, context_var):
self.context_var = context_var
def render(self, context):
latest_posts = Post.objects.current()[:5]
... |
Clare Buckley the practice manager at St Andrews NHS medical centre reached out to us because she wanted to bring her practice away from the generic website templates on offer across the medical profession. After an initial short telephone call a discovery meeting was soon set up and Daniel from Forty3 met Clare at St ... |
#!/usr/bin/python
# This file is part of PARPG.
# PARPG 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 version.
# PARPG is distr... |
Everytime a new project started we picked a new "empty" base theme.
It was supposed to be the basis for building our own. But almost no project looked the same.
We always had to go in and change everything in the templates.
Sometimes html5 was not allowed, sometimes the structure had to be totally different and functio... |
import re
import datetime
import lxml.html
import requests
from billy.utils.fulltext import text_after_line_numbers
from .bills import IABillScraper
from .legislators import IALegislatorScraper
from .events import IAEventScraper
from .votes import IAVoteScraper
try:
# Silencing unverified HTTPS request warnings.
... |
Popularity - Super high amount of bids. 91 views, 3.0 views per day, 30 days on eBay. High amount of views. 1 sold, 0 available.
Super high amount of bids. 91 views, 3.0 views per day, 30 days on eBay. High amount of views. 1 sold, 0 available.
Seller - 139,292+ items sold. 0.3% negative feedback. Top-Rated Seller! Shi... |
# Four-In-A-Row (a Connect Four clone)
# By Al Sweigart al@inventwithpython.com
# http://inventwithpython.com/pygame
# Released under a "Simplified BSD" license
import random, copy, sys, pygame
from pygame.locals import *
BOARDWIDTH = 7 # how many spaces wide the board is
BOARDHEIGHT = 6 # how many spaces tall the b... |
We love our lemurs and so we thought we'd give them a special treat this Valentine's day in the shape of some heart shaped beetroot.
We hung them from the trees in their enclosure and they happily grabbed and devoured the juicy snacks.
The black and white ruffed lemurs are listed as being critically endangered and in t... |
##############################################################################
# Copyright (c) 2013-2017, Lawrence Livermore National Security, LLC.
# Produced at the Lawrence Livermore National Laboratory.
#
# This file is part of Spack.
# Created by Todd Gamblin, tgamblin@llnl.gov, All rights reserved.
# LLNL-CODE-64... |
CICC US SECURITIES, INC. is an entity registered at NEW YORK county with company number 5319327. CORPORATION SERVICE COMPANY located at the address 80 State Street Albany, New York, 12207-2543. Company is incorporated on April 9, 2018. Current status of the company is active.
CICCHETTI & GOMEZ REALTY CORP.
CICC INVESTM... |
# !/usr/bin/env python
# Bulk of this document is based on code from here: http://code.google.com/appengine/articles/rpc.html
import os
import logging
from django.utils import simplejson
from google.appengine.ext import webapp
from google.appengine.ext.webapp import template
from google.appengine.ext.webapp import u... |
I continue to find the Puffin a delightful source of inspiration. Its comical and wistful clown's face tops a small, plump body packed with energy.
One day I may find a different way of depicting the Puffin other than in a standing pose, but the charm of this little bird seems best expressed through a static pose. An e... |
# -*- coding: utf-8 -*-
# Copyright (C) 2014-present Taiga Agile LLC
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as
# published by the Free Software Foundation, either version 3 of the
# License, or (at your option) any later ver... |
This celebration was everything an elopement should be. Exciting, emotional and above all else fun. These two laughed together and enjoyed every single moment of the day with each other. When we sat down for a little post ceremony prosecco, Danna told me that in every great relationship there is one person who is the k... |
from error_utils import check_is_unit_vector
from numpy import pi, array, dot, dtype, concatenate
from numpy.linalg import norm
class Ray(object):
"""A ray, free from paraxial assumptions. """
def __init__(self, position, wavevector_unit, wavelength, energy=1):
self.position = array(position, dtype=dt... |
Engage the enemy with the LEGO Star Wars 75211 Imperial TIE Fighter! This brick-built version of the Galactic Empire’s iconic attack craft has a highly detailed design, including sturdy wings, opening minifigure cockpit and access hatch, and 2 spring-loaded shooters. This great building toy Star Wars gift also includes... |
#!/usr/bin/env python
# -*- encoding: iso-8859-15 -*-
# Use of this software is subject to the terms specified in the LICENCE
# file included in the distribution package, and also available via
# https://github.com/purcell/dbdoc
#
#
# Provides support for reading and writing Java-style properties files
#
__author__ =... |
Elegant & contemporary corner home on a quiet street in the desirable SW community of Glenbrook! A well thought out luminous & spacious floor plan w/ numerous special features: 9’ & 10’ ceilings, custom mill work, Plank high-grade laminate flooring, unique light fixtures & abundance of pot lighting, excellent sound pro... |
"""rlocus_test.py - unit test for root locus diagrams
RMM, 1 Jul 2011
"""
import matplotlib.pyplot as plt
import numpy as np
from numpy.testing import assert_array_almost_equal
import pytest
import control as ct
from control.rlocus import root_locus, _RLClickDispatcher
from control.xferfcn import TransferFunction
fr... |
Already have an account? Click to login now.
We all want to develop our community in one way or another. Be part of this professional and responsible setting, whereby in connecting with the WF Business Networking community and benefit from service providers from other disciplines who have already joined the network, as... |
from __future__ import division
import numpy as np
from numpy.random import rand, poisson
from sys import argv
# based on:
# Hanley & MacGibbon (2006) (http://www.ncbi.nlm.nih.gov/pubmed/16730851)
# and
# http://www.unofficialgoogledatascience.com/2015/08/an-introduction-to-poisson-bootstrap_26.html
# see also: https... |
I love Fridays! American Apparel sweatshirt from the “days of the week”. Today’s face is a Happy Friday! This is a unisex size so women should order a size smaller.
This days of the week sweatshirt is super comfortable and cosy for winter. Good quality material that needs no ironing. |
import urllib2
import json
import MySQLdb
# Function to fetch json of reddit front page
def fetch():
link = "https://www.reddit.com/.json"
# Get the text version
text = urllib2.urlopen(link).read()
# Turn it into a dictionary
data = json.loads(text)
return data
# Returns a list of tuples of ... |
Lackawanna Cutoff project ready to roll?
This map shows the route of the proposed Lackawanna Cutoff project to reinstitute passenger rail service for Warren and Sussex counties. New Jersey Transit and Andover Township have reached an agreement for the reimbursement of any land acquisition and legal costs associated wit... |
#!/usr/bin/python2.4
# Copyright 2008 Google Inc.
# Author : Anoop Chandran <anoopj@google.com>
#
# openduckbill is a simple backup application. It offers support for
# transferring data to a local backup directory, NFS. It also provides
# file system monitoring of directories marked for backup. Please read
# the READ... |
We would love the opportunity to talk with you and get to know your family. If you would like more information or to schedule an appointment, please fill out this form and a member of our leadership team will get back to you very soon!
Our school is located at 42350 Tall Cedars Parkway South Riding, VA 20152 at the int... |
#!/usr/bin/env python
import crawler2 as crawler
import BaseHTTPServer
import logging
import os
import SimpleHTTPServer
import threading
import unittest
TEST_BASE_PATH = 'test/sites/'
LISTEN_ADDRESS = '127.0.0.1'
LISTEN_PORT = 4566
BASE_URL = 'http://%s:%d/test/sites/' % (LISTEN_ADDRESS, LISTEN_PORT)
EXT_LISTEN_AD... |
Sunday afternoon my family and I drove down the road to the little village of Shere. It's a beautiful village and one of our favourites in the area, it's lovely to go for a wander and have a drink in The White Horse pub on a summer's eve. We took Dylan with us, and as soon as he saw the water he ran towards it and leap... |
import os
import logging
import zipfile
import io
EXPORT_COMMANDS = [('status', 'report status of this repository.')]
def load(options, readonly=False):
assert 'path' in options
if 'extensions' in options:
allowed_extensions = options['extensions'].split(',')
else:
allowed_extensions = No... |
0:01:40 We switched it up, we've been alternating hostfuls and guest episodes.
0:02:10 Bryn's show "Lisa and Her Things" had a one night only revival at Intar Theatre, on January 13.
06:32 - Growing up, Laura thought she'd have ten kids and/or an orphanage, but then wasn't sure when she got older.
0:01:40 Laura met Jas... |
# -*- Mode: python; tab-width: 4; indent-tabs-mode:nil; coding:utf-8 -*-
# vim: tabstop=4 expandtab shiftwidth=4 softtabstop=4 fileencoding=utf-8
#
# MDAnalysis --- https://www.mdanalysis.org
# Copyright (c) 2006-2017 The MDAnalysis Development Team and contributors
# (see the file AUTHORS for the full list of names)
#... |
Maggie: Is Griffin really coming with us? Duke: The big goober is on my leash. Griffin: Hey, there's a roof window!
Griffin loves car rides, so he hopped in the back of the Element when we were leaving my parents' farm today. It took a few minutes to convince him he wasn't going, Maggie and Duke had to get out first.
M... |
#!/usr/bin/env python
from __future__ import print_function
"""
test_mkdir.py
test product, combine, permute, combine_with_replacement
"""
import os
tempdir = os.path.relpath(os.path.abspath(os.path.splitext(__file__)[0]))
import os
import sys
# add grandparent to search path for testing
grandparent_d... |
The report indicates an inferred resource of approximately 17 million metric tonnes at a grade of about 1,060 ppm Li over a 455,800 square meters of the core drilling program.
Vancouver, B.C, July 27, 2017 – Alba Minerals Ltd. (“Alba”) (TSX-V: AA.V: AXVEF:US Frankfurt: A117RU) and Noram Ventures Inc. (TSX-Venture: NRM ... |
#
# Copyright (c) 2015 Intel Corporation
#
# Author: Julio Montes <julio.montes@intel.com>
#
# 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
... |
In this stand-alone issue, Shade begins to ponder what’s next for her on Earth. As the winter dance approaches, she reminisces about high school on Meta, and starts to wonder why she’s putting herself through that kind of hell again. Will she find the perfect dress, or will the dance be a perfect disaster? Plus, an all... |
__problem_title__ = "Diophantine reciprocals II"
__problem_url___ = "https://projecteuler.net/problem=110"
__problem_description__ = "In the following equation , , and are positive integers. It can be " \
"verified that when = 1260 there are 113 distinct solutions and this " \
... |
Follow us ♥ @dharwadmandi ♥ to get featured.
we bring reviews, promote, streetphotography, historical places, eateries, shoutouts, and much more from dharwad/hubli under one name.
3. put a story tagging us. |
import pickle
import pytest
from praw.models import Subreddit, WikiPage
from ... import UnitTest
class TestSubreddit(UnitTest):
def test_equality(self):
subreddit1 = Subreddit(self.reddit,
_data={'display_name': 'dummy1', 'n': 1})
subreddit2 = Subreddit(self.reddit... |
This is a placeholder page for Andrea Miller, which means this person is not currently on this site. We do suggest using the tools below to find Andrea Miller.
You are visiting the placeholder page for Andrea Miller. This page is here because someone used our placeholder utility to look for Andrea Miller. We created th... |
#!/usr/bin/env python
# -*- coding: utf-8 -*-
import os,wx
DS301_PDF_INDEX = {0x1000: 86, 0x1001: 87, 0x1002: 87, 0x1003: 88, 0x1005: 89, 0x1006: 90, 0x1007: 90, 0x1008: 91, 0x1009: 91, 0x100A: 91, 0x100C: 92, 0x100D: 92, 0x1010: 92, 0x1011: 94, 0x1012: 97, 0x1013: 98, 0x1014: 98, 0x1015: 99, 0x1016: 100, 0x1017: 101... |
An essential part of writing creative non-fiction is writing as truthfully as possible. This allows readers to better trust the author. Readers expect that the author will recount events as accurately as possible, or choose to market their writing as another genre. Sometimes writers choose to ignore this. Even with the... |
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
"""
Created on Sat Aug 19 17:53:46 2017
@author: benjaminsmith
"""
#do the regression in the
#we need a design matrix
#with linear, square, cubic time point regressors
#plus intercept
#plus whatever Design_Matrix files we want to put in.
onsets_convolved.head()
onsets... |
Beth told me she was having an on going situation at the house and on the farm and wanted to know if I could drop by and visit with her. Beth has been a good friend for many years and knows she is the last person to think a creaky floor or flickering light was a ghost. I knew if she brought it up at all that something ... |
#!/usr/bin/env python
#
# common.py -- Methods used by the cloud-ha scripts.
# Created: Marcus Butler, 05-April-2017.
#
# 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.ap... |
Enhance blood circulation and stimulate your pets cognitive thinking with the hemp oil for dogs. Our hemp oil provides your pets with the necessities of life and also improve overall health. You can use hemp oil as your everyday pet dietary supplement. |
#!/usr/bin/python
import os
import sys
from collections import defaultdict
import flask
import flask.ext.sqlalchemy
import flask.ext.restless
from flask.ext.cors import CORS
from flask import jsonify
sys.path.insert(0, '.')
import database
def add_cors_headers(response):
response.headers['Access-Contr... |
I use my.yahoo and I have Spine-Health articles being feed into my setup every day. Its really good.
Now I have yet one more reason to stay glued to my Blackberry.
will you please explain the steps to make this happen? Are you talking about for use with a blackberry type device or can this be on our PC as well? I'm a l... |
# Import necessary modules
from droneapi.lib import VehicleMode
# Assume we are already connected to a vehicle (at the highest
# level) and this has been assigned to __main__.v
from __main__ import v
def FetchParam(par):
global v
"""
Take a list of parameters (par) and returns a corresponding
list of values from... |
The appearance of globalisation has resulted in airfare costs being lowered, and in consequence, there are a number of cheap flights to China, whether or not you need to take a flight from the UK to China between semesters and go on a sightseeing journey, or if you’re involved within the Beijing Olympics of 2008.
And f... |
import imp, json, os, shutil, sys, tempfile, zipfile
import imp
try:
imp.find_module('texttable')
from texttable import Texttable
except ImportError:
sys.stderr.write("Could not import Texttable\nRetry after 'pip install texttable'\n")
exit()
tmpdir = tempfile.mkdtemp()
def extract_zip(filename):
file_dir ... |
Comments Off on Meet the Artists of Memory of Water!
Culture on Waterfronts in Lisbon!
Comments Off on Culture on Waterfronts in Lisbon! |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.