text stringlengths 29 850k |
|---|
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# -------------------------------------- #
# Enables python3-like strings handling
from __future__ import unicode_literals
str = unicode
# -------------------------------------- #
import collections
from birda.bModel.widget import Widget
from birda.bModel import BIRDA
... |
South Korea's National Pension Service (NPS), the world's third-largest pension fund by assets, said on Thursday it has filed a suit against Volkswagen in a German court over the automaker's emissions scandal.
South Korea’s National Pension Service (NPS), the world’s third-largest pension fund by assets, said on Thursd... |
import collections
import datetime
import re
from copy import copy
from typing import Callable, Dict, List, Optional, Sequence, Set, Tuple, Union
from discord import ChannelType, Client, DMChannel, File, GroupChannel, TextChannel
from discord.abc import Messageable
from discord.ext import commands
from discord.member ... |
Broadleaf provides the most sought-after eCommerce functionality for supporting B2C, B2B, Marketplace, Multi-Site, Multi-Tenant and API Commerce at the best value in the market. Every solution can be customized to ensure your eCommerce site is tailored to your specific requirements. Robust functionality within a lightw... |
import json
__all__ = ["Response"]
class Response:
"""The :class:`Response <Response>` object, which contains a
server's response to an HTTP request.
:param status_code: response status code
:param text: response content
:param headers: response headers
:param url: request url
"""
d... |
Most of the time we take water for granted. It’s there when we turn on the tap, take a shower, or hop in the pool. It sits quietly in the background of our lives, yet without it, we wouldn’t be here.
Water is Everywhere: Yeah, we all knew that. But of the 332,500,000 cubic miles of water on earth, only 1% is fresh and ... |
import re
import subprocess
from nexentaedge.settings import Settings
from nexentaedge.nedgeBlockerException import NedgeBlockerException
from baseConfigurationStep import BaseConfigurationStep
blocker_patterns = ['^.*(Less\s+then\s+\d+.*disks)$',
'^.*(Interface.*missing).*$',
... |
Thursday December 20 will be another lively evening at the Globe in Military Road, led by Reg Marchant and friends. Reg plays all kinds of instruments and is famous for getting everyone present involved having fun. He has a great following so the restaurant is likely to be busy. The music will be varied but predominant... |
#!/usr/bin/env python
# Copyright (c) 2014 Intel Corporation. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
import fnmatch
import os
import stat
import subprocess
def GetJARFilename():
# Version of YUI Compressor.
version = "2.4.8"
# ... |
Emperor Raja Laut is a distinctive, hardwood schooner, sailing the stunning seas of Indonesia. Built by one of the area’s premier boat builders in 2005. she is perfectly adapted to the island hopping nature of dive liveaboards in Indonesia. Itineraries include the areas of Komodo, Raja Ampat and Banda. She really lives... |
"""
TODO:
-) understand no boundary condition
-) validate understanding with analytical solution
"""
import nanopores, dolfin, os
from nanopores.physics.simplepnps import SimpleNernstPlanckProblem
import matplotlib.pyplot as plt
import matplotlib.ticker as ticker
import force_profiles
from collections import de... |
What do you do when you are stuck spending four days on the couch with a sinus infection from H-E-Double Hockey Sticks? Besides whine to your dog and husband? You update your blog tabs. That’s what you do.
I updated the Home Projects, Photography/Blog Tips, Crafty Things, and Recipes tabs. I also added the Travel tab. ... |
"""
File: beam.py
Purpose: Defines the Beam note construct.
"""
from structure.abstract_note_collective import AbstractNoteCollective
from structure.note import Note
from structure.tuplet import Tuplet
from fractions import Fraction
from timemodel.duration import Duration
class Beam(AbstractNoteCollective):
"... |
Global Healthcare IT Consulting Market report is a perfect source to acquire thorough synopsis on the market study, analysis, estimation and the factors influencing the industry. It becomes easy to achieve supreme level of market insights and obtain know how of the best market opportunities into the specific markets wi... |
from invoke import task
from shlex import quote
from colorama import Fore
import json
import os
import re
import requests
import subprocess
@task
def build(c):
"""
Build the infrastructure
"""
command = 'build'
command += ' --build-arg PROJECT_NAME=%s' % c.project_name
command += ' --build-arg... |
The objective of this project is to uncover and explain the escalation and non-escalation of repression and intra-state armed conflict by analysing how characteristics of the government and its formal and informal security apparatus shape the dynamics of such violence, paying attention to the role of monitoring and acc... |
from django.conf import settings
from django.contrib.auth.forms import AuthenticationForm
from django.core.urlresolvers import reverse
from django.db.models import Count
from django.http import Http404, HttpResponse, HttpResponseRedirect
from django.shortcuts import get_object_or_404, redirect, render
from django.views... |
Join 4H leader Erin Mayer for some crafting fun this February! Discover Arts and Crafts SPIN club is open to Forest County Youth in the 4th and 5th grades. The SPIN club will meet on Sundays, February 10th, 17th and 24th at the Crandon Public Library from 3:00 – 5:00 p.m. The cost is a one-time $5.00 fee payable at the... |
from django.conf import settings
from djangotoolbox.http import JSONResponse
def live_search_results(request, model, search_index='search_index', limit=30,
result_item_formatting=None, query_converter=None,
converter=None, redirect=False):
"""
Performs a search in searched_model and prints the ... |
This quarter our social mixer will be showing the the best of the Space-Time Animation Competition. The ACM SIGGRAPH Eduation Committee sponsors the Space-Time Animation Competition which is open to students, primary grades through college, worldwide.
behind the building, on the corner of 9th and Madison.
so that we ca... |
"""
Simple SFTP client using Paramiko
"""
from __future__ import print_function
import logging
import paramiko
LOG = logging.getLogger('sftplib')
class SFTPClient(object):
"""
Simple SFTP client using Paramiko
"""
def __init__(self, hostname, port, username, key_file):
"""
Create the ... |
Keeping my carpets & rugs clean aren't easy since we have 2 dogs. Thanks to Stainmaster Carpet Pet Stain Remover, stains are removed easily & painlessly!... Carpet Cleaners. STAINMASTER ® carpet cleaners lift and remove tough stains and grime without leaving a sticky residue. Our efficient, powerful solutions provide a... |
# -*- coding: utf-8 -*-
##############################################################################
#
# Copyright (C) 2011 Associazione OpenERP Italia
# (<http://www.openerp-italia.org>).
# Copyright (C) 2014 Didotech SRL
# All Rights Reserved
#
# This program is free software: you can redistribute it... |
Located in Hawaii, the Panoramic Survey Telescope and Rapid Response System (Pan-STARRS) telescope, like many, studies the depths of the universe. Able to observe 75 percent of the sky while using a 1.4 billion-pixel camera, the data collected is now accessible to everyone. This telescope differs from others in that it... |
#!/usr/bin/python
# -*- coding: utf-8 -*-
# Copyright: (c) 2014, Trond Hindenes <trond@hindenes.com>
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
# this is a windows documentation stub. actual code lives in the .ps1
# file of the same name
ANSIBLE_METADATA = {'metadat... |
Made on special request for the HFT and UK shooters. Huma Air in close cooperation with Airborne Arms NZ, developed this tune kit for the Edgun Leshiy to convert your rifle into a 12 ft/lbs (16 Joule) HFT version with an enormous shotcount.
Our kit contains our micro regulator, a special plenum with a matching valve re... |
#!/usr/bin/env python
#coding: utf-8
import sys
from util import core
from util import adjust
from util.git import *
from argparse import ArgumentParser, SUPPRESS
# usage
# git ref b81fe395c0bf28c4be8 -> ハッシュ[b81fe395c0bf28c4be8]の[hash値]を出力
# git ref tag ... |
Izumi feels guilty about hurting Ryouma's feeling while Ryouma feels stupid for not taking the only chance he had to do things with Izumi.
The next day Izumi decides to leave Ryouma's place. Just when he was about to leave Ryouma comes. It seems that he went to the author of lalalulu and asked him to look at Izumi's ma... |
from django.db import models
# Create your models here.
class Article(models.Model):
titre = models.CharField(max_length=100)
auteur = models.CharField(max_length=42)
contenu = models.TextField(null=True)
date = models.DateTimeField(auto_now_add=True, auto_now=False,
ver... |
As to why Should I Care?
Creating a website is much simpler as opposed to it were, as a consequence of web-site building resources such as Reddit, Weebly, blogger etc. But not just do individuals sites allow you to build the blog, they host it to suit your needs likewise. Nice job! Additionally, internet sites can also... |
import logging
from behave import given, when, then
from penfold import PenfoldPluginManager
from penfold import InputOutputFactory
log = logging.getLogger(__name__)
@then(u'execute the plugin')
def execute_the_plugin(context):
input_name1, input_value1 = context._first_input
context._plugin.set_input_value(... |
Gail Herrington has lived in Santa Clarita for most of her life, experiencing its growth first hand. She has seen the valley evolve from a region of expansive farm and ranch land to where it stands today. This unique perspective enables Gail to have a clear view of the economic influences of the region, and its dynamic... |
#!/usr/bin/python
#
"""
LightLayers module for Holiday by Moorescloud
Copyright (c) 2013, Wade Bowmer
License: ..
"""
__author__ = 'Wade Bowmer'
__version__ = '0.01-dev'
__license__ = 'MIT'
import time
import colours
class LightLayer:
remote = False
addr = ''
NUM_GLOBES = 50
stream = { }
current_time = 0
fur... |
ICHS is calling upon state lawmakers to protect Basic Health, which is a state safety net that provides medical insurance to low-income people not eligible for Medicaid. ICHS also backs state support for multilingual interpretation for patients and other health services.
As of Sept. 30, 2011, ICHS had 2,284 patients wh... |
# System
import json,re
# SBaaS
from .stage01_quantification_peakInformation_query import stage01_quantification_peakInformation_query
from .stage01_quantification_MQResultsTable_query import stage01_quantification_MQResultsTable_query
# Resources
from io_utilities.base_importData import base_importData
from io_utilit... |
CNN/Stylemagazine.com Newswire | 3/28/2018, 6:23 a.m.
(CNN) -- Searching for the cheapest airfare may be the most popular way of deciding on a flight, but secret extras baked right into the ticket may bring extra value to your booking, no matter how much you paid.
Follow these three lessons to ensure that you're maximi... |
# -*- coding: UTF-8 -*-
"""Morse Codec - morse content encoding.
This codec:
- en/decodes strings from str to str
- en/decodes strings from bytes to bytes
- decodes file content to str (read)
- encodes file content from str to bytes (write)
"""
from ._utils import *
ENCMAP = {
# letters
'a': ".-", 'b': "-...... |
The ''Improving performances through attention and self-control training'' study is seeking your participation in a research project to test training effects using brain stimulation in college students. This is a federally funded study led by Professor Yi-Yuan Tang of the Department of Psychological Sciences. The study... |
# -*- coding: utf-8 -*-
#------------------------------------------------------------
# streamondemand - XBMC Plugin
# Conector para gamovideo
# http://www.mimediacenter.info/foro/viewforum.php?f=36
#------------------------------------------------------------
import re
from core import jsunpack
from core import logg... |
All the benefits of bonafide skincare and professional slip, with a bit of flirtatious flavor. 100% natural blend of skin oils (including Hemp, Almond, Grapeseed, Apricot and Vitamin E) provides a slick, professional glide. Better yet, the Massage Oil absorbs to moisturize and condition your skin, without any greasy re... |
# Copyright (c) 2013 Rackspace, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not
# use this file except in compliance with the License. You may obtain a copy
# of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in w... |
Our Resort, located in the quaint, fishing and artists' commune village of Matlacha, Florida right on Matlacha Pass, is the perfect place to enjoy fishing or boating from our large dock, launch your Kayak, walk to Shops and Restaurants, or just RELAX under a swaying palm tree and watch the Bottlenose Dolphin play.
Our ... |
#!/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 m... |
Good morning everyone! Hope you all had a great weekend.
I’ve upgraded PmWiki to version 2.2.57. A list of changes included in this upgrade can be found in the ChangeLog. Let me know if you notice any problems with your wiki.
This entry was posted in admin stuff on November 4, 2013 by admin. |
import re
import unidecode
from functools import wraps
from flask import session, redirect, url_for
from datetime import datetime
from werkzeug.contrib.cache import SimpleCache
from wtforms.validators import regexp
from pytz import UTC
is_name = regexp(
# not using \w since it allows for unlimited underscores
... |
Pro-install has been in the Marine Window Tinting business since 1995 specializing in the best installations in the Lighthouse Point FL Marine Window Tinting industry , All of our Marine Window Tinting installs are backed by workmanship and the Marine Window Tinting manufacture's warranty for product failure ! ..
Pro-I... |
# -*- coding: utf-8 -*-
"""
maybe a better solution
http://code.djangoproject.com/wiki/CookBookThreadlocalsAndUser
"""
try:
import thread
except ImportError:
import dummy_thread as thread
try:
from functools import wraps
except ImportError:
from django.utils.functional import wraps # Python 2.3, ... |
Despite my post on Hints and Tips: Wet Weather Riding, sometimes enough is enough and the turbo (a.k.a. weapon of boredom) has to come out in the winter months.
Warm up for 20 minutes.
Select the big ring at the front, and a gear close to the top of the cassette at the back.
Pedal for one minute at 80 RPM followed by e... |
'''
This module contains utility functions using in Smartmove
'''
def mask_from_noncontiguous_indices(n, start_ind, stop_ind):
'''Create boolean mask from start stop indices of noncontiguous regions
Args
----
n: int
length of boolean array to fill
start_ind: numpy.ndarray
start ind... |
When making changes to an existing SR and trying to close and also opening and closing Task Notes field and when closing completed tasks after re-opening a completed task.
Error when closing completed tasks after re-opening a completed task.
While running Generate form files for JTF,CS,CSC faced error for below mention... |
from os import environ
from os.path import join, dirname, realpath
from subprocess import check_output
from setuptools import Extension
from setuptools.command.build_ext import build_ext
import numpy
import petsc4py
import slepc4py
extension_names = [
'bsubspace',
'bbuild',
'bpetsc'
]
header_only = {
... |
England Lions kickstart their tour of United Arab Emirates with a one-off unofficial Test against Pakistan A at Abu Dhabi. It will be followed by the five unofficial ODIs and two T20s.
Pakistan A played a two-match unofficial Test series against New Zealand A earlier last month which ended in 0-0 draw. Keeping faith in... |
# -*- coding: utf-8 -*-
import os
import logging
from flask import Flask, abort, request, jsonify, g, url_for, render_template
from flask.ext.script import Manager
from flask.ext.sqlalchemy import SQLAlchemy
from flask.ext.httpauth import HTTPBasicAuth
from passlib.apps import custom_app_context as pwd_context
from its... |
"Between You and Me" is a mixed media wall sculpture. It is constructed from solid mahogany, acrylic and acrylic washes. This piece is at once both rustic and modern feeling. Distressed black, white, yellow and pinks accent the mahogany's rich brown/reddish color. The result is a striking piece that can accent any room... |
from flask import Flask, render_template, request, redirect, session, url_for
import login_utils, tasks_utils
application = Flask(__name__)
@application.route("/", methods=['GET','POST'])
@application.route("/home", methods=['GET','POST'])
def home():
if 'logged_in' not in session:
session['logged_in'] = ... |
Specifications include, but are not limited to: Char Broiled Hamburger Patty, IQF, 3 oz., round in shape, precooked, with char marks, all beef from IMPS #136. No mechanically separated meat. Zero tolerance for foreign matter including bone, cartilage, or gristle. No added binders, extenders or water. Potassium chloride... |
"""Add missing indexes.
Revision ID: 32e8060589b8
Revises: a3fe8c8a344
Create Date: 2014-02-11 17:21:00.718449
"""
# revision identifiers, used by Alembic.
revision = '32e8060589b8'
down_revision = 'a3fe8c8a344'
from alembic import op
import sqlalchemy as sa
def upgrade():
### commands auto generated by Alemb... |
Meanwhile, clean the vegetables in the water and cut the sweet potatoes lengthwise into two parts. Then, with a knife, draw some lines on the flesh of the sweet potatoes.
Then, put them ( use the baking paper) on the oven tray. Season them with a drizzle of olive oil, herbs and/or oregano, and salt & pepper.
In a sauce... |
# Licensed under the Apache License, Version 2.0 (the "License"); you may
# not use this file except in compliance with the License. You may obtain
# a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under t... |
Peterborough City Council has announced Atkins as its preferred bidder to deliver highways services in a deal worth £7.6 million a year.
Atkins will carry out road maintenance, street lighting and gulley cleansing under a new 10-year contract which could save in the region of £750,000 a year.
Council leader Marco Ceres... |
from pyramid_frontend.theme import Theme
from pyramid_frontend.images import FilterChain
from pyramid_frontend.assets.less import LessAsset
from pyramid_frontend.assets.requirejs import RequireJSAsset
class LightTheme(Theme):
key = 'light'
image_filters = (
FilterChain(
'thumb', width=330... |
These beautiful, unique and collectible sterling silver earrings feature an image from a collage by Tiffini Elektra of Anne Boleyn holding The Tudor Rose with pieces of an antique anemone botanical and ornamental papers and bookplates. One of the symbolic meanings of the anemone flower is "forsaken".
Dimensions: Earrin... |
#!/usr/bin/env python
# encoding: utf-8
import io
import struct
class ByteBuffer(io.BytesIO):
def makefmt(self, width, littleEndian=False):
fmt = '<' if littleEndian else '>'
if width == 8: fmt += 'B'
elif width == 16: fmt += 'H'
elif width == 32: fmt += 'I'
else: fmt += ... |
Includes DEA-controlled substances, prescription drugs, alcohol & tobacco, firearms and explosives, radiation, lasers, etc.
The following rules apply to research using hazardous chemicals, devices and activities. These include substances and devices that are regulated by local, state, country, or international law, mos... |
import numpy as np
import matplotlib.pyplot as plt
import matplotlib.animation as animation
import time
class BallisticDeposition:
"""store all heights as a 1 dim array"""
def __init__(self, L_x, Periodic_BCs=None):
"""need to enter parameters as floats; actual system width is L... |
MSNBC – For many Americans, the switch to daylight saving time is an annual rite of exhaustion. Gaining that extra hour of daylight at night means losing it in the morning.
The time shift disrupts the body’s natural circadian rhythm, according to sleep scientists. So the alarm clock blares just as your internal sleep-w... |
#! /usr/bin/python3
"""Construct a geographic "baseline" matrix from a collection of
shapefiles (assumed to be maps of the Earth). Shapefiles can be
either "positive" or "negative". The baseline matrix represents a
grid laid over the Earth; points inside the union of positive geometry
and not inside the union of neg... |
For a week-by-week collection of audio recordings, presentations and handouts, see below. This section provides links to resources which apply to the class as a whole. Check back as it may be updated throughout the course.
The Story of His Glory by Steven C. Hawthorne: An article tracing the principal themes of a missi... |
#
# Copyright (C) 2010, 2011, 2012, 2014, 2015, 2016, 2019
# Smithsonian Astrophysical Observatory
#
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the Lice... |
There are many things that happen whenever you are riding your bicycle out there. One of the common problems with a lot of bicycles is a flat tire. This makes biking time hard particularly if you do not have a pump. That is the reason why you need to purchase a bicycle tire pump in order to have a good biking experienc... |
#!/usr/bin/env python
from threaded_ssh import ThreadedClients
from ServerConfig import Tpcc
from ServerConfig import Kudu
from ServerConfig import TellStore
from ServerConfig import General
def hostToIp(host):
return General.infinibandIp[host]
def semicolonReduce(x, y):
return x + ';' + y
cmd = ""
if Tpcc.... |
twin beds to king bed platform popular of modern sized floating with storage or.
penguin organics baby apple kimono romper unisex green jazzy previously sale.
post it pop up notes dispenser 3 x iggy depression tour setlist.
roman photo photography shelton ct.
carhartt boot cut jeans petite cross flex scrub pants series... |
#!/usr/bin/python
import rospy
from sensor_msgs.msg import Joy
from axis_camera.msg import Axis
class Teleop:
def __init__(self):
rospy.init_node('axis_ptz_teleop')
self.enable_button = rospy.get_param('~enable_button', 1)
self.axis_pan = rospy.get_param('~axis_pan', 0)
self.axis_... |
Decommissioning refers to the process of ending oil and gas operation at the offshore platform keeping in account the risk and safety of the offshore environment. This process carried out when oil production from the well decreases substantially. Offshore decommissioning must be done cost efficiently, as it comprises o... |
# Copyright (c) 2014 NetApp, Inc.
# Copyright (c) 2015 Mirantis, 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... |
get_author_name is deprecated since version 2.8.0!
(int) $auth_id The ID of the author.
(string) The author's display name.
Retrieve the specified author's preferred display name. |
""" Meta elements. """
from mauzr.gui import TextMixin, ColorStateMixin, RectBackgroundMixin
from mauzr.gui import BaseElement, ColorState
__author__ = "Alexander Sowitzki"
class Acceptor(TextMixin, RectBackgroundMixin, BaseElement):
""" Acknowledge all states via one click.
:param placement: Center and si... |
Gillotts Close is a very small residential road situated on the outskirts of Henley. As its name implies it is fairly close to Gillotts School.
The entrance to Gillotts Close taken from its junction with Makins Road.
This picture shows one side of Gillotts Close. The metal railings at the back of the picture cover a pa... |
class Solution(object):
def twoSum(self, numbers, target):
"""
:type numbers: List[int]
:type target: int
:rtype: List[int]
"""
if len(numbers)<2:
return None
else:
for i in range(len(numbers)):#自己写的,时间复杂度O(n^2),AC不了
for... |
It is so funny how our tastes change as we get older. As a child and even teen you would never catch me eating spinach. Yet somewhere in my adulthood I discovered how delicious it is. I love it in a salad but my favorite way to each spinach is sauteed. My father has a couple of restaurants in Bronxville (New York) and ... |
import cv2
from cv_helpers import extract_color, get_subset, get_dimens, show, get_contours, \
get_center_for_contour, apply_offset_to_single_location
from modules.complicated_wires_common import WireColor
_WIRE_Y_BOUNDARIES = (
64.0,
73.6,
)
_LED_Y_BOUNDARIES = (
13.8,
20.9,
)
_STAR_Y_BOUNDARIES ... |
If you require a copy of ser2pl. The file should be stored in the actual installation path of the software. How to run Memtest86 to scan for memory corruption causing ser2pl. As a Gold Certified Independent Software Vendor ISV , Solvusoft is able to provide the highest level of customer satisfaction through delivering ... |
#!/usr/bin/env python
# -*- coding: utf-8 -*-
#
# chroot.py
#
# This file was forked from Cnchi (graphical installer from Antergos)
# Check it at https://github.com/antergos
#
# Copyright © 2013-2015 Antergos (http://antergos.com/)
# Copyright © 2013-2015 Manjaro (http://manjaro.org)
#
# This program is free soft... |
If I don't use isAuthenticated in the config/policies.js file I do not get this error.
How to apply policies to errors?
Why is 'encryptedPassword' parameter being interpreted as undefined in sails.js project? |
import random
import operator
from . import storage
from .core import command
class Quotes(storage.SelectableStorage):
lib = 'pmx'
@classmethod
def initialize(cls):
cls.store = cls.from_URI()
cls._finalizers.append(cls.finalize)
@classmethod
def finalize(cls):
del cls.st... |
Musings From Our Caffeinated Highs: The Existence of God: Part 1 – The Nature of Evidence and Why Logic?
The Existence of God: Part 1 – The Nature of Evidence and Why Logic?
The above image (source found here) is a classic example of modern secular thinking. Christians are irrational, illogical and unreasonable. They a... |
"""
Copyright 2017, Fujitsu Network Communications, Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in w... |
Become a Stokes Nature Center Member Today!
Members play a critical role in ensuring that nature education in Cache Valley continues to flourish. Choose the membership that works best for you!
Free admission and discounts at more than 300 participating nature centers throughout the USA and Canada. |
'''
Code for mmDGM
Author: Chongxuan Li (chongxuanli1991@gmail.com)
Co-author: Tianlin Shi
Version = '1.0'
'''
import sys, os
import pdb
import numpy as np
import theano
import theano.tensor as T
import collections as C
import anglepy as ap
import anglepy.ndict as ndict
import color
from anglepy.misc import lazytheano... |
Pizza Hut Just Hired a Robot Waiter. Should You be Concerned?
Next time you have these interactions at Pizza Hut, you just might be chatting with a robot — by which I mean an actual, mechanized humanoid machine, not a really bored college student.
SoftBank is bringing its (admittedly adorable) humanoid bot, Pepper, to ... |
#Python 2.3 or higher required
from xml import sax
from xml.dom import EMPTY_NAMESPACE as NULL_NAMESPACE
from xml.dom import EMPTY_PREFIX as NULL_PREFIX
from xml.dom import XML_NAMESPACE
from xml.dom import Node
from Ft.Xml import Domlette
START_DOCUMENT = 1
END_DOCUMENT = 2
START_ELEMENT... |
This document serves as a set of guidelines to inform decision making within VPSB Information Technology Services (ITS) as well as a guide for community members to better understand the support services provided by ITS. The document is limited in scope in that it sets official policy for providing help through the VPSB... |
__author__ = 'Artur Barseghyan <artur.barseghyan@gmail.com>'
__copyright__ = 'Copyright (c) 2013 Artur Barseghyan'
__license__ = 'GPL 2.0/LGPL 2.1'
__all__ = (
'BaseVideoWidget', 'Video1x1Widget', 'Video2x2Widget', 'Video3x3Widget',
'Video4x4Widget', 'Video5x5Widget'
)
from django.template.loader import render... |
Another day of nothing, another day of emptiness. I’m only glad that you were able to reschedule for tomorrow. I firmly believe you’ll find it at least enlightening.
Thursday. It meant a Program Board meeting. A rather stressful meeting at that, one that lasted from 6:30 to 9pm. Honestly, it’s too much to handle someti... |
#!/usr/bin/python
# -*- coding: utf-8 -*-
class ForbRecord:
def __init__(self,line='',hit=0, key='', ref=''):
if line != '':
(h,self.key,ref) = line.split('|',2)
self.hit = int(h)
self.ref = set(ref.split())
return
if key != '':
self.key = key
if ref != '':
self.r... |
I’m frequently asked to advise young people trying to break into the PR agency world. Given the extremely collaborative, service-oriented nature of our business, a high degree of emotional and social intelligence is a true asset for any aspiring agency pro.
Wondering if you’ve got the chops to function in a fast-paced ... |
#coding: utf-8
'''
python3
md_split2ulysses_xcall.py
2017-04-07 at 09:55 EDT
Will take Markdown file as input or from clipboard and split it to Ulysses sheets
at chosen heading levels.
A new Ulysses group for these sheets will be created at root level.
'''
import subprocess
import json
import sys
import re
import url... |
Use the Best Lavish Alice Discount Code and deals for a big Discount when you check out at Lavish Alice. Catch the chance to spend much less with Lavish Alice Promo Codes. Today you can enjoy as much as 76% off savings by using our 96 Lavish Alice Promo Codes. All the coupon codes are valid in a limited time. Try now! ... |
from datetime import datetime
from dino.exceptions import NoSuchRoomException
from flask import request
import logging
from dino.utils import b64e
from dino.utils.decorators import timeit
from dino.rest.resources.base import BaseResource
from dino import environ
logger = logging.getLogger(__name__)
class RoomsFor... |
Info Cynthia Coffman is a dedicated public servant, attorney and leader. Her legal career began 22 years ago in the Georgia Attorney General’s Office. As a courtroom attorney, Cynthia defended the state’s juvenile justice system and public health department. A few years later, the opportunity to work as a lawyer for th... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.