text stringlengths 29 850k |
|---|
# -*- coding: utf-8 -*-
from __future__ import unicode_literals
from django.db import models, migrations
class Migration(migrations.Migration):
dependencies = [
]
operations = [
migrations.CreateModel(
name='Folderbla',
fields=[
('id', models.AutoField(ve... |
We were all crammed into the elegant, but smallish, office looking at molds of teeth. X-rays of teeth. Pictures of teeth. The orthodontist was giving me information about my oldest son's overbite and told me one side of his teeth lined up, but uh-oh the other side didn't. How is that even possible? I listened carefully... |
# -*- coding: utf-8 -*-
import os
from csv import excel
from django.db import transaction
from django.utils.translation import ugettext_lazy as _
from unicodecsv import DictReader
class excel_semicolon(excel):
delimiter = ';'
class RegistryMixin(object):
"""
Registers targets to uninstanciated class
... |
The folks over at Gemini were kind enough to send me the Sades Zelda go4zelda Hammer Super Bass 7.1 Surround Sound PC Gaming Headset (whew! what a mouthful!) to review. How does it stand up while listening to music, watching movies, and of course gaming? Read the full review inside! |
# -*- coding: utf-8 -*-
from __future__ import unicode_literals
from django.db import migrations, models
from django.conf import settings
class Migration(migrations.Migration):
dependencies = [
migrations.swappable_dependency(settings.AUTH_USER_MODEL),
('events', '0008_add_collection_method'),
... |
copper crusher manufacturers list . list of manufacturer of copper crusher. list of manufacturer of copper crusher miningbmwOrientalJaw Crusher,Jaw Crusher For Sales,Jaw Crusher The Oriental Jaw Crusher is widely used in mining, building materials, chemical industry, metallurgy and so on.list of manufacturer of copper.... |
# Copyright (c) 2008-2021 the MRtrix3 contributors.
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#
# Covered Software is provided under this License on an "as is"
#... |
note 666 is unsecure, better would be to add user to the group, but i don't want to risk instabilities if I do not know how to do it: Any Linux master reading this text?
Accept the licence and let the java applet connect to the phone and download the latest rom for You.
- I was the force to remove the battery because m... |
import numpy as np
import matplotlib.pyplot as plt
import gym
import time
import copy
from keras.models import Sequential, Model
from keras.layers import Dense, Activation, Flatten, Lambda, Input, Reshape, concatenate, Merge
from keras.optimizers import Adam, RMSprop
from keras.callbacks import History
from keras imp... |
Browse trusted local Ground Work & Demolition in Lymm on TrustATrader, all vetted, with photos of completed work, and reviews from previous customers.
Ground Work & Demolition in Stafford, ST16 3HL.
Ground Work & Demolition in Leeds, LS1 3AJ.
Ground Work & Demolition in Belper, DE56 2JQ.
Ground Work & Demolition in Che... |
# 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):
# Adding field 'CronLog.exception_message'
db.add_column('cronjobs_cronlog', 'exception_message', self.gf(... |
A rectangle is divided in n·m squares of equal size, like a matrix with n rows and m columns. By straight cuts from border to border, along the sides of the squares, the rectangle shall be completely cut up, leaving n·m separate squares. The following picture shows for n = 4 and m = 6 the start and the end of the proce... |
class NumMatrix(object):
def __init__(self, matrix):
"""
initialize your data structure here.
:type matrix: List[List[int]]
"""
if len(matrix) == 0:
return None
self.m = [[0 for x in xrange(len(matrix[0])+1)] for x in xrange(len(matrix)+1)]
for i i... |
Just like new windows, a beautiful new entranceway can have a significant effect on your Upminster home, transforming its appearance and increasing its value – as well as enhancing its energy efficiency and security. Your front door is the first feature of your home that guests and visitors will see, so it’s always a g... |
# Определяем начальные значения переменных
min_max = [0, 1000]
vvod = (min_max[0] + min_max[1]) / 2
v_text = {1:'нижний предел', 2:'верхний предел', 3:'отгадываемое число'}
# Создаем функцию проверки ввода
def prov_vvoda(vd_text):
global vvod
while True:
sp = input('Введите ' + v_text[vd_text] + ' ... |
When I read the title Santa’s First Vegan Christmas, I thought that this was going to be a kids’ book about leaving Santa plant milk and vegan cookies under the tree. Boy was I wrong!
This cute, rhyming kid’s story actually tackles the very serious theme of animal labor. Specifically, it deals with the fact that Santa ... |
# coding: utf-8
from .currencies import CURRENCIES
class Currency(object):
CURRENCIES = dict([(c[0], c[1:]) for c in CURRENCIES])
def __init__(self, iso_code):
if not iso_code in self.CURRENCIES:
raise TypeError('unknown currency (%s)' % iso_code)
self.iso_code = iso_code
... |
TRIO Sports has custom sailing gear, such as rash guards and pinnies/buoyancy covers, for club sailing, dingy sailing, yacht sailing, club sailing, scholastic sailing and more.
Check out our Custom Sailing Clothing Apparel catalog!
Rashguards, Buoyancy Covers/Pinnies, Performance Technical Shirts, Neck Gaiters and more... |
# -*- Mode: Python -*-
# [reworking of the version in Python-1.5.1/Demo/scripts/pi.py]
# Print digits of pi forever.
#
# The algorithm, using Python's 'long' integers ("bignums"), works
# with continued fractions, and was conceived by Lambert Meertens.
#
# See also the ABC Programmer's Handbook, by Geurts, Meertens &... |
[Atmospheric pollution and bronchial asthma].
[Respiratory morbidity and atmospheric pollution].
[An ACTH-secreting pituitary macroadenoma: inhibitory effect of cyproheptadine and somatostatin].
[Leukocyte kinetics during hemodialysis: increase of leukocyte aggregation and chemotactic activity of the serum as etiologic... |
__author__ = 'kevin'
from PySide.QtCore import QObject
from _plugin1__iplugin_test__dev_ import easy_import_ as ei
if ei.initialized:
from iplugin import IPlugin
from pluginmanager import PluginManager
class MyPlugin1(IPlugin):
def __init__(self, manager):
super(MyPlugin1, self).__init__(man... |
Getting younger pupils used to handling a scissors and cutting lines or patterns is a useful activity for fine motor skills. Pupils with special educational needs may also need some extra practice with this activity. This seasonal resource requires pupils to cut out the autumn-themed images and stick them into a copy. |
import copy
from collections import OrderedDict
# Django Libraries
from django.conf import settings
from django.db import connections
# CloudScape Libraries
from cloudscape.common import logger
from cloudscape.common import config
from cloudscape.engine.api.app.host.models import DBHostDetails
# Maximum Rows per Tab... |
After his convincing victory over Conor McGregor at UFC 229, and the brawl, Khabib Nurmagomedov and his father Abdulmanap Nurmagomedov met Russian President Vladimir Putin.
Putin, a 6th degree black belt in Judo and master in Sambo and Karate, is a big supporter of Russian MMA.
“I will ask your father not to punish you... |
#
import math, re
#
def get_random_airport (openTrepLibrary, travelPB2):
# OpenTREP
result = openTrepLibrary.getRandom()
# Protobuf
place = travelPB2.Place()
place.ParseFromString (result)
return place
#
def get_lat_lon (place):
return place.coord.latitude, place.coord.longitude
#
def get_lon_lat (plac... |
With our curriculum, we seek to create teachers and children who have high expectations; striving for excellence across all areas of the curriculum. As the National Curriculum moves towards Mastery and children are expected to increasingly apply their skills throughout all aspects of their learning, we continue to push... |
import re
import json
import gevent
import requests
from gevent.queue import Empty
# my module
from . import stand_task
from modules import database
class bilibili_spider(stand_task.task):
'a spider espeacially design for bilibili bangumi'
def __init__(self, aim=None):
'aim in stand of which bangumi ... |
BRIAN CAMPBELL ADAIR worked in companies SCOTS LAW TRUST LIMITED, THE SCOTTISH COUNCIL OF LAW REPORTING as SOLICITOR.
BRIAN CAMPBELL ADAIR was from 1992.10.30 to 1994.07.07 at SCOTS LAW TRUST LIMITED employed as Director (SOLICITOR).
BRIAN CAMPBELL ADAIR was from 1992.10.28 to 1993.05.28 at THE SCOTTISH COUNCIL OF LAW ... |
#
# Python GEDCOM Parser
#
# This is a basic parser for the GEDCOM 5.5 format. For documentation of
# this format, see
#
# http://homepages.rootsweb.com/~pmcbride/gedcom/55gctoc.htm
# Copyright (C) 2012 Daniel Zappala (daniel.zappala [at] gmail.com)
# This program is free software: you can redistribute it and/or modi... |
Last edited by [EPIC] Tokaj; 01-26-2018, 04:57 AM.
There is also an issue which causes player to be stuck in the animation of reloading their weapons, specifically shotguns.
There is also a bug where when you emote or move with drift the bottom of his robe does not move.
And i don't know if it is fortnite or my playsta... |
from django.contrib.auth.decorators import login_required
from django.utils.decorators import method_decorator
from django.views.generic.base import View
from django.shortcuts import render
from .models import Project, Ticket, Log
class LoginRequiredView(View):
'''
This view can be visited only by authentica... |
The parade is the opening of a day of children’s games and bingo sponsored by the Legion’s Junior Auxiliary. The day includes a vendor fair of work by local artisans, food, exhibits by high school cheer teams and an auction of goods and veteran-made items donated by businesses and other local folks. Each evening culmin... |
#!/usr/bin/env python
# Script for measuring response time for redmine urls.
# It attempts to authenticate via html form which is it given on first GET.
# It should work generally for anything that forwards properly, and has
# "username" and "password" fields in the form.
#
# I tested it for CASino login and standard ... |
China’s most talked-about bubble tea brand—The Alley—is finally coming to Singapore!
You would have seen its logo before, we’re sure. It is that very catchy antelope logo printed on an otherwise ubiquitous plastic cup. The Alley has been making waves in the tea scene since its launch in China and has expanded rapidly w... |
from __future__ import absolute_import, division, print_function
import os
from bag8.project import Project
from bag8.yaml import Yaml
CURR_DIR = os.path.realpath('.')
def test_data():
# normal
project = Project('busybox')
assert Yaml(project).data == {
'busybox': {
'dockerfile': ... |
That had to be all caps because it’s remarkable. Ever since moving into this house 13 years ago, our dining room didn’t have sun in it. Until now. We are nearly done with the remodel so last night we moved the dining room table out of the living room and back into the dining room. And this afternoon… Afternoon, mind yo... |
# Copyright (C) 2011 Luke Macken <lmacken@redhat.com>
#
# 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 version.
#
# This ... |
We are organising an International Conference on Advances in Materials Science & Applied Biology (AMSAB) on Jan 8, 9 and 10th, 2019, in Mumbai. We request you to promote the conference through your website, email alerts, etc.
SVKM’s NMIMS (Deemed to be University), is one of the premier top private University in India ... |
from miro.test.framework import MiroTestCase
from miro.frontends.widgets.widgetstatestore import WidgetStateStore
from miro.frontends.widgets.itemlist import SORT_KEY_MAP
class WidgetStateConstants(MiroTestCase):
def setUp(self):
MiroTestCase.setUp(self)
self.display_types = set(WidgetStateStore.ge... |
database. I have been getting multiple copies of people's e-mails.
of the user group or for code tweaks?
for 2 lines relating to mySQL. |
# -*- coding: utf-8 -*-
from __future__ import unicode_literals
from datetime import datetime, date, datetime, timedelta
from dateutil.relativedelta import relativedelta
from django.apps import apps
from django.core.exceptions import ObjectDoesNotExist
from django.http import Http404
from rest_framework.response import... |
Posted in Accidents by Mikhail Voytenko on Jan 21, 2016 at 07:44.
Passenger cargo vessel SABUK NUSANTARA 49 reported fire on board at 2340 LT Jan 20, off Kupang, West Timor, in Savu Sea. vessel with 81 passengers, 19 crew and cargo on board left Kupang, bound for Naikliu Kupang and to North Maluku islands. all passenge... |
"""
Manage your Anaconda repository channels.
"""
from __future__ import unicode_literals, print_function
from binstar_client.utils import get_server_api
import functools
import logging
import argparse
logger = logging.getLogger('binstar.channel')
def main(args, name, deprecated=False):
aserver_api = get_serve... |
Published 04/23/2019 06:33:00 pm at 04/23/2019 06:33:00 pm in Interactive Room Design.
interactive room design inspire your customers with interactive room planner smt surface inspire your customers with interactive room planner.
arch interactive room thisara sandaruwan portfolio architectural interactive room, news im... |
import os
target_arch = 'arm64'
android_api_level = os.getenv('ANDROID_VER')
# Python optional modules.
# Available:
# tinycc - Tiny cc compiler
# bzip2 - enable the bz2 module and the bzip2 codec
# xz - enable the lzma module and the lzma codec
# openssl - enable the ssl module and SSL/TLS support for sockets
# ... |
Twitter doesn’t satisfy Kareena Kapoor. While all the Bollywood actors are busy joining the famous social networking site Twitter, our lovely lady Kareena, probably aspires something bigger and exclusive.
This lady has launched her official website (www.kareenakapoor.me) where she hopes to share tidbits of her daily li... |
from google.appengine.ext import ndb
from consts.district_type import DistrictType
from database.dict_converters.district_converter import DistrictConverter
from database.dict_converters.team_converter import TeamConverter
from database.database_query import DatabaseQuery
from models.district import District
from mode... |
I am 16 years old, play the violin, am on a rock climbing team, compete at science olympiad, and am in a couple school clubs. I am part of the Jewish congregation in town, am involved in my youth group, and go to a Jewish outdoor adventure summer camp.
I am part of ICEY because climate change scares me, and I believe t... |
#!/usr/bin/python
# Copyright 2010 Google Inc.
# Licensed under the Apache License, Version 2.0
# http://www.apache.org/licenses/LICENSE-2.0
# Google's Python Class
# http://code.google.com/edu/languages/google-python-class/
# Problem description:
# https://developers.google.com/edu/python/exercises/copy-special
im... |
‘Tribes 1.1’ by Weird Dust is the third release on Brussels-based label and vinyl purveyor Crevette Records. The six tracks reflect an eclectic taste in hardware, melding organic and heavily processed sounds into a sort of musical retro-futurism. The percussion distinguishes itself, simultaneously free-form and mathema... |
import xxhash
from similarities.distances.sparse_vector import cosine_sparse_vector
class FeatureHash(object):
def __init__(self, tokens, length=100000):
"""Calculates a Charikar simhash with appropriate bitlength.
Input can be any iterable, but for strings it will automatically
... |
Shaker Style Cabinet Doors – This creative image collections about Shaker Style Cabinet Doors is accessible to download. We obtain this amazing image from internet and select the best for you. Shaker Style Cabinet Doors pictures and photos collection that posted here was carefully chosen and published by admin after se... |
from ..commons import OrderedDict
from ..commons.draw_utils import *
from .box import Box
from .sizes import *
from .time_slice_box import TimeSliceBox
from .. import settings
class PropTimeLineBox(Box):
TOTAL_LABEL_WIDTH = PROP_NAME_LABEL_WIDTH + PROP_VALUE_LABEL_WIDTH + 6*PROP_NAME_LABEL_RIGHT_PADDING
def _... |
The Tower at Piedmont Center, Building 15, is X story, prominent Class A office building rising above an established, connected campus community. Under new local ownership, The Tower boasts a variety of on-site amenities that support business growth and talent retention. Interior common area renovations create an eleva... |
# -*- coding: utf-8 -*-
# Copyright © 2012-2016 Roberto Alsina and others.
# Permission is hereby granted, free of charge, to any
# person obtaining a copy of this software and associated
# documentation files (the "Software"), to deal in the
# Software without restriction, including without limitation
# the rights t... |
The CRNAs are really nice and give you a lot of autonomy. Once you know what you are doing they let you induce the patients and run the case. You get plenty of a-lines, neuro cases, and trauma. Even a major trauma every once and a while.
Harris is overall a good/great clinical site. We work Monday-Friday 5:15ish to whe... |
import sys
sys.path.insert(1,"../../")
import h2o
from tests import pyunit_utils
def upload_import_small():
# Connect to a pre-existing cluster
various_datasets = ["smalldata/iris/iris.csv", "smalldata/iris/iris_wheader.csv", "smalldata/prostate/prostate.csv",
"smalldata/prosta... |
what special tools do i actually need ??
Depends upon how much you can fabricate yourself. The list is quite formidable with many fixtures being single purpose, and includes RMS and IMS tooling, cam timing equipment, special tools to hold the rods while putting the cases together, etc. You can easily spend more than a ... |
import time
import re
from collections import defaultdict
PYCLASSNAME_RE = re.compile(r"(.+?)\(")
def construct_actor_groups(actors):
"""actors is a dict from actor id to an actor or an
actor creation task The shared fields currently are
"actorClass", "actorId", and "state" """
actor_groups = _... |
The meaning of the sculpture is the expression “sitting on the fence”; two teenagers are thinking over life and pondering which way they would go. I gave a hint of a relationship between the two teenagers, but that's merely to make one think and to give it this extra dimension. The sculpture was purchased by Greensboro... |
#!/usr/bin/env python
'''
Script to convert a pcap file containing UDP and TCP packets to a corpus file.
'''
import sys, getopt, pprint, os
from sqlite3 import dbapi2 as sqlite
import pcap
from optparse import OptionParser
from socket import AF_INET, IPPROTO_UDP, IPPROTO_TCP, inet_ntop, ntohs, ntohl, inet_ntoa
import... |
Many people involved in bodybuilding work endlessly to promote the best interests of the sport, but are sometimes never recognized for their efforts.
Through my Classic Anatomy Gym Bodybuilding Hall of Fame Award I want to show my support and appreciation for their hard work and dedication to our sport.
The most import... |
"""
#How to use
#run ipython
execfile('immcheck.py')
iname = '/local/testa_00200-01199.imm'
checkFile(iname)
#to read headers of images
fp = open(iname,'r')
h = readHeader(fp)
print h
#call if you are skipping iamge data, and not reading iamge data.
getNextHeaderPos(fp,h)
h = readHeader(fp)
print h
getNextHeade... |
“Magic Night” from Pushing Daisies (Season 2) (advance) by Dooley, Jim. Released: 2011. Track 5 of 31. Genre: Soundtrack. |
# -*- coding: utf-8 -*-
#
# Copyright (c) 2015, Alcatel-Lucent Inc, 2017 Nokia
# 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 copyrigh... |
With iconic Monogram canvas on one side and supple Taïga leather on the other, the LV Initials 40mm reversible belt is a versatile accessory. Its focal point is the polished metal that frames the subtle tone-on-tone LV Initials buckle. An understated design, it complements the Spring-Summer 2019 menswear collection eff... |
#!/usr/bin/python
"""
Copyright (C) 2012 Kolibre
This file is part of kolibre-clientcore.
Kolibre-clientcore is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published by
the Free Software Foundation, either version 2.1 of the License, or
(at your... |
Newly updated 2018! Main Living area is spacious & bright with access to private balcony for endless views of the Gulf of Mexico.
Quaint dining area for sharing family meals, playing games together or just talking together about all the great & fun events at the beach for the day.
View of the newly updated kitchen & br... |
# -*- coding: utf-8 -*-
#
# DDS_Cpp_GPB_Tutorial build configuration file, created by
# ReST Editor on 27-Apr-2015
#
# This file is execfile()d with the current directory set to its containing dir.
#
# Note that not all possible configuration values are present in this
# autogenerated file.
#
# All configuration values... |
101. (M 15) Plutarchus. Adversus Coloten 20. |
##### NEED TO FIX DIVISION OPERATOR!!!!!
from __future__ import division
#http://docs.python.org/release/2.2.3/whatsnew/node7.html
#The most controversial change in Python 2.2 heralds the start of an effort to fix an old design flaw that's been in Python from the beginning. Currently Python's division operator, /,... |
The subconscious rules so much of our lives from behind the scenes. From the moment that the sperm meets the egg and begins to process of forming a life, you are governed by the subconscious- your mothers and your own. The subconscious is the force that tells your heart how to beat, when to blink, when to feel hungry.
... |
import sys
from datetime import datetime
from xml.sax import make_parser, handler
# Type conversion helper functions
def parse_date(args):
return datetime.strptime(args, '%d.%m.%Y')
class ExportSaxParser(handler.ContentHandler):
"""Parses Shodan's export XML file and executes the callback for each
... |
This is going to sound strange coming from an ex-recruiter but don’t let your LinkedIn profile read like a résumé. Many people think LinkedIn is site to showcase your resume and search for job opportunities, but it’s a lot more. It’s your opportunity to build your professional brand.
I was a reasonably early adopter (i... |
#!/usr/local/bin/python
# -*- coding: utf-8 -*-
import os
import time
from string import Template
import random
import re
import helpers.urls as urls
from IPython.core.display import HTML, display
from collections import Counter
path = os.path.dirname(os.path.abspath(__file__))
def create_wordcloud( data, plt, sto... |
An orofacial myofunctional disorder (OMD) is when there is an abnormal lip, jaw, or tongue position during rest, swallowing or speech. You may also see this when there are prolonged oral habits, like thumb or finger sucking. Causes. OMD can be caused by: Upper airway obstruction. |
"""
Flask-Goat
-------------
Flask-Goat is a plugin for security and user administration via GitHub OAuth2 & team structure within your organization.
"""
from setuptools import setup
setup(
name='Flask-Goat',
version='0.2.1',
url='http://incontextsolutions.github.io/flask-goat/',
license='MIT',
... |
BIG FAT CAKE » BLOG » Winners!
Thank you to all who participated in our commenting contest. It was our first contest ever to encourage our audience to participate in discussion. We love your comments so please continue to share your thoughts, dreams, and suggestions.
Congratulations! You will receive your free t-shirt ... |
import numpy as np
import pytest
import pytoolkit as tk
def test_to_str():
class_names = ["class00", "class01", "class02"]
y = tk.od.ObjectsAnnotation(
"path/to/dummy.jpg",
100,
100,
np.array([1, 2]),
np.array([[0.900, 0.900, 1.000, 1.000], [0.000, 0.000, 0.200, 0.200]... |
bKreativ Productions is a multi award winning production company , based out of Vancouver and Dubai . With a wealth of experience in the fields of Film, Design and Production , we kreate with an edge.
Our experience and passion has taken us all over the world winning awards in Los Angeles, India, Dubai, London and New ... |
"""
===========================
Structural similarity index
===========================
When comparing images, the mean squared error (MSE)--while simple to
implement--is not highly indicative of perceived similarity. Structural
similarity aims to address this shortcoming by taking texture into account
[1]_, [2]_.
T... |
The site 24rabota.kz's front page was last entered by gilturl 23-8-2010. The source was comprised of 235 characters, of which 105 are code, leaving an organic character count of 199. The total specialized word count on the 24rabota.kz home page is 171. We calculated that number of unique words is 8. We extracted 2010 t... |
#!/usr/bin/env python
__author__ = "Danelle Cline"
__copyright__ = "Copyright 2012, MBARI"
__license__ = "GPL"
__maintainer__ = "Danelle Cline"
__email__ = "dcline at mbari.org"
__status__ = "Development"
__doc__ = '''
This loader loads water sample data from the Southern California Coastal Ocean Observing System (SC... |
Gardeners have had a long time to get it right with Michaelmas daisies. In fact we have had 300 years yet we still complain about our Michaelmas daisies; too tall, floppy, mildew … Gerard’s Catalogue and Herbal of 1596-7 is the given date for the introduction of Aster amellus or Italian aster to Britain (p537 Hadfield’... |
# coding=utf-8
# --------------------------------------------------------------------------
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License. See License.txt in the project root for
# license information.
#
# Code generated by Microsoft (R) AutoRest Code Generator.
# Changes ... |
A unique design classic that is a perfect gift to give away as a gift that lasts forever.
Kay Bojesens Monkey was born in 1951 in Denmark and is made of teak and limb wood. It is a monkey with a wonderful personality that fits perfectly for birthdays and weddings. The monkey is a beloved design icon for both adults and... |
# Copyright 2011-2012 Free Software Foundation, Inc.
#
# This file is part of GNU Radio
#
# GNU Radio 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, or (at your option)
# any later version.
... |
The firm seeks to be independent, dynamic and thorough. These main objectives have contributed to the firm’s reputation as a leading law firm in very specialized areas of law.
Today, the three partners and their teams draw on their legal expertise and experience to find solutions that are both innovative and practical.... |
""" A simple example to test if NAO can connect to thingspeak.com.
"""
from naoqi import ALProxy
import httplib, urllib
import time
# NAO_IP = "mistcalf.local"
NAO_IP = "192.168.0.13"
tts = ALProxy("ALTextToSpeech", NAO_IP, 9559)
def main():
tts.say("I'm going to connect to the internet now!")
for i i... |
I am a health coach, international speaker and award winning author of "It Feels Good to Feel Good, learn to eliminate toxins, reduce inflammation and feel great again." available on Amazon. I do my best work with people struggling with chronic disease.
You don't need to live a life of pain and pills.
• People with aut... |
"""
anaconda_mode
~~~~~~~~~~~~~
This is anaconda_mode autocompletion server.
:copyright: (c) 2013-2015 by Artem Malyshev.
:license: GPL3, see LICENSE for more details.
"""
from __future__ import (
absolute_import, unicode_literals, division, print_function)
import sys
from functools import w... |
The Icebug Metro2 BUGrip has the same ice-crushing capability of its predecessor with a slight cosmetic update to the sole. Sixteen fixed carbide studs create one of the most slip-resistant winter boots on the market, perfect for use on slick streets and snowy trails. Don't fear the falls this season; lace up the Icebu... |
#!/usr/bin/env python3
import unittest
from django.test.client import RequestFactory
from varapp.samples.samples_factory import *
from varapp.constants.tests import NSAMPLES
from varapp.samples.samples_service import samples_selection_from_request
class TestSample(unittest.TestCase):
def test_sample(self):
... |
High Performance Heating Coil: Reach operational temperature in 6 seconds. REDLINK Intelligence: Temperature management system provides maximum life. Most compact electric heat gun: 6.35 long. Guarded Nozzle: Prevents contact with unprotected surfaces. Ladder Hook: Easily hang between applications.
The M18 Compact Heat... |
# MAKE SURE THAT THIS IS IN SAME DIRECTORY AS MASTER PYTHON FILE
import serial, sys
START_VAL = 0x7E
END_VAL = 0xE7
COM_BAUD = 57600
COM_TIMEOUT = 1
COM_PORT = 7
DMX_SIZE = 512
LABELS = {
'GET_WIDGET_PARAMETERS' :3, #unused
'SET_WIDGET_PARAMETERS' :4, #unused
'RX_DMX_PACK... |
Does Qualys support using Slack for notifications?
Does Qualys support using Slack for notifications (Scan complete, Scan results, Completed Map, Map Results, WAS Scan, etc.)?
This would be a useful capability as organizations move away from email and to other communications platforms with enhanced automation capabilit... |
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
import logging
import psycopg2
from socorro.external import DatabaseError, MissingArgumentError
from socorro.external.p... |
The Human Rights Campaign is honoring a pair of trailblazers in Houston this weekend.
Houston native Karamo Brown, one of the Fab 5 on Netflix's "Queer Eye" reboot, will receive the HRC Visibility Award at the 21st Annual HRC Houston Gala, 5 p.m. Saturday at the Marriott Marquis Houston (1777 Walker).
The award will be... |
from django.conf import settings
from django.shortcuts import get_object_or_404
from sales.models import Product
import logging
LOGGER = logging.getLogger(__name__)
class Cart(object):
"""Customers cart
It uses cookie NAME.
Cookie template is "product_id1::number1;product_id2::number2".
"""
NA... |
Beautiful and spacious home, 3 bedrooms, 2 & 1/2 baths, formal living room, family room, and family loft that can be converted to a 4th bedroom. It is landscaped in the front and backyard. Perfect place to host family gatherings.
I was searching for a Property and found this listing (MLS® #806404). Please send me more ... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.