text stringlengths 29 850k |
|---|
""" Tests for the clustering computation """
from nose.tools import *
import itertools
from shapely.geometry import Polygon
import marble as mb
#
# Synthetic data for tests
#
def grid():
""" Areal units arranged in a grid """
au = [i*3+j for i,j in itertools.product(range(3), repeat=2)]
units = {a:Polygo... |
23 1, 2, 1, 291| In him "all things were created, in heaven and on earth.. .
24 1, 2, 1, 291| earth.. . all things were created through him and for him.
52 1, 2, 1, 358| is it that is about to be created, that enjoys such honour?
82 3, 1, 1, 1701| Go... |
# 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 License, or (at
# your option) any later version.
#
# This program is distributed in the hope that it will be useful, but
... |
BabyBarista and the Art of War published by Harry Potter's very own Bloomsbury Publishing is officially released today. It is a legal comedy aimed at both lawyers and non-lawyers alike and has been described by broadcaster Jeremy Vine as "well-drawn, smartly plotted and laugh out loud" and by author Boris Starling as "... |
#SBaaS
from .stage02_isotopomer_measuredData_io import stage02_isotopomer_measuredData_io
from SBaaS_isotopomer.stage01_isotopomer_averages_query import stage01_isotopomer_averages_query
from SBaaS_physiology.stage01_physiology_rates_query import stage01_physiology_rates_query
from SBaaS_LIMS.lims_msMethod_query import... |
Diageo in spat with Bacardi over rum | City A.M.
DRINKS giant Diageo has accused rival Bacardi of trying to drive its Captain Morgan rum production out of the United States in order to protect its own rum subsidies from the Puerto Rican government.
The company claimed Bacardi is leading a “hidden campaign” to hound Dia... |
# coding: utf-8
from __future__ import division, unicode_literals
"""
FIXME: Proper module docstring
"""
__author__ = "Shyue Ping Ong"
__copyright__ = "Copyright 2012, The Materials Project"
__version__ = "0.1"
__maintainer__ = "Shyue Ping Ong"
__email__ = "shyuep@gmail.com"
__date__ = "Aug 26, 2012"
import unitte... |
The Shark Reef Cafe is a full service restaurant open from 9:00am to 5:00pm, serving both breakfast and lunch.
The menu includes breakfast burritos, pancakes, salads, burgers and sandwiches. Catering services available. |
import sys
import csv
from optparse import make_option
from django.core.management.base import BaseCommand
from django.contrib.auth import get_user_model
from wafer.talks.models import ACCEPTED
class Command(BaseCommand):
help = ("List speakers and associated tickets. By default, only lists"
" speak... |
Why do I have to pay for works in advance if they are above the next month rent?
We are members of the Association of Residential Letting Agent. We subscribe to the highest standard when it comes to handling clients money.
One of this standards is that we cannot accept any liability on the landlord behalf unless we exp... |
from .syscall_full import FullSystemCalls, AlarmTemplate
from .elements import Statement, Comment
from .elements import CodeTemplate, Include, VariableDefinition, \
Block, Statement, Comment, Function, Hook, DataObject, DataObjectArray
from generator.tools import unwrap_seq
from generator.analysis.AtomicBasicBlock ... |
Please note that this article requires basic understanding of HTML and WordPress. If you’re not sure what to do, we advise you to avoid tampering with your website’s code.
Occasionally we like to endeavor on a little like-frenzy trip down our Facebook Newsfeed. We just like content – from images to articles and individ... |
# 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 ... |
This is a small 12″ x 9″ pastel study of a golden retriever on the beach.
The work has been done on to Fisher 400 Art Pastel Paper. The technique involves building layers of watercolour onto the surface and then working over the top in pastels.
The work will sent unframed in a heavy duty roll. Don’t be worried that the... |
# A very simple perceptron for classifying american sign language letters
import signdata
import numpy as np
from keras.models import Sequential
from keras.layers import Dense, Flatten, Dropout, Conv2D, MaxPooling2D, Reshape
from keras.utils import np_utils
import wandb
from wandb.keras import WandbCallback
# logging ... |
A step closer in NY?
Shed Craft Distillery permit in WA state - USA?
The law and the reality - how is distilling law enforced?
Legal "Loophole" for Distilling "at home"
I'm a hobby distiller and proud of it.
I had to take a break for a while due to too much talk.
Best State in the U.S.A. to start a craft distillery ? |
def extractDreamsOfJianghu(item):
"""
"""
vol, chp, frag, postfix = extractVolChapterFragmentPostfix(item['title'])
if not (chp or vol) or 'preview' in item['title'].lower():
return None
bad = ['pictures']
if any([(tmp in item['tags']) for tmp in bad]):
return None
tagmap = [
('TBVW', 'To Be A Virtu... |
The Grammys can recruit anyone to open the show. They picked Camila Cabello. Don’t know her? You should.
Last year #GrammysSoMale and Grammy president Neil Portnow saying “Women need to step up” dominated conversation. For the 61st Awards, Academy voters highlighted deserving women, artists of color, and passionate, pr... |
#!/usr/bin/python
# Copyright (c) 2014 The Native Client Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
# Uses llvm tool pnacl-bccompress to add abbreviations into the input file.
# It runs pnacl-bccompress multiple times, using a hill... |
Long-lasting partnerships with our patients are fostered because of our commitment to provide them with only the best in healthcare solutions. We strive to meet the requirements of all family members, as we also work with each client on an individual basis to determine his or her needs.
On a case-by-case method, we fin... |
'''
USB definitions and enumerations from the USB spec.
'''
# USB.py
#
# Contains definition of USB class, which is just a container for a bunch of
# constants/enums associated with the USB protocol.
#
# TODO: would be nice if this module could re-export the other USB* classes so
# one need import only USB to get all ... |
The Luminor Due is the thinnest and most versatile of the manufacturer’s creations. Panerai presents the Luminor Due 3 Days Automatic models with a stainless steel or red gold case, in sizes of 42 mm and 38 mm in diameter. The new Luminor Due 3 Days Automatic watches are fitted with the OP XXXIV Manufacture calibre, wi... |
from django.db import models
from django.http import Http404
from sigma_core.models.user import User
class GroupMember(models.Model):
"""
Modelize a membership relation between an User and a Group.
"""
class Meta:
# TODO: Make a primary key once Django supports it
unique_together = (("... |
Book Description: Lady Elanna Valtai is fiercely devoted to the King who raised her like a daughter. But when he dies under mysterious circumstances, Elanna is accused of his murder and must flee for her life.
Review: First off, thank you to the publisher and Goodreads for providing me this book through a give away! I ... |
import os, json
'''
This file is part of gitiscool.
gitiscool 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.
gitis... |
The movie subscription service has contributed $26 million to films competing in the best picture race and other top categories.
MoviePass said Thursday it has exceeded 2 million subscribers, who pay $9.95 a month to see as many films as they want.
The news came one day after MoviePass made headlines when it issued a p... |
# Инициализация
import Functions # Определения функций
import Names # Случайные имена
import Vars # Переменные
import AllCountries # Список реальных стран
import sys # Системная библиотека
import random # Генератор случайных чисел
# Интерактивная инициализация
Vars.is_lose = random.choice([True, False]) # Выигр... |
Please Go to the "LEADERSHIP" associated Tabs..!! THANKS..!! |
import os
import logging
import glob
import bot
class Kaloot:
def __init__(self, args):
self.nicknames = self.parse_nicknames(args)
def parse_nicknames(self, args):
nickname_files = None
nickname_path = '%s/nicknames' % os.path.dirname(__file__)
if args.nicknames is None:
... |
It seems that Automatic outbound NAT rule generation does not working as expected.
It works only when I define Manual outbound NAT rule generation and create my rules.
Tested with fresh installation OPNsense 18.7.7 and 18.7.7 versions.
Does someone are facing the same problem ??!
Can you define "not working" a bit more... |
#!/usr/bin/env python
#-*- coding:utf-8 -*-
"""
AUTHOR
Written by Vincent MAILLOL (modified by Gautier Sarah)
BUGS
sarah@supagro.inra.fr
COPYRIGHT
Copyright © 2011 DAVEM, 2014 AGAP. Licence GPLv3+ : GNU
GPL version 3 ou supérieures <http://gnu.org/licenses/gpl.html>
This program... |
Channelplay's Mystery Shopping services help you objectively measure the quality of your customers' experience at retail stores, restaurants and service locations such as branches and service centers. Our Retail Audit services help you measure compliance to policies and SOPs & our Stock Audit services help you measure ... |
#!/usr/bin/python
# Combat Simulator Project
# Copyright (C) 2002-2005 The Combat Simulator Project
# http://csp.sourceforge.net
#
# 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... |
The Ship on the Shore has a tall reputation as a great purveyor of seafood delights. Situated on The Shore at Leith, it has a lot of local competition in one of the city’s finest restaurant districts, but has carved out a niche that ensures it’s always busy.
The setting is heavy on wood and gold framed artworks, with n... |
#!/usr/bin/env python3
import json
import base64
import binascii
import csv
from datetime import datetime
with open ( 'data.json' ) as data_file:
data = json.load ( data_file )
lenData = len ( data["points"] )
hexData = []
for i in range ( 0, lenData ):
hexData.append(i)
hexData[i] = ( binascii.b2a_hex... |
Great, cheap, low CAS timing, and reliable, couldn't ask for more from DDR3!
I wish the PCB was black, but it looks good and performs well.
Cheap, and it works. I don't have to say much about it. While playing even the most intense games I don't ever go over 9GB, but my common max is under 7GB. 8GB of a better choice w... |
"""
Django settings for tchelper project.
For more information on this file, see
https://docs.djangoproject.com/en/1.7/topics/settings/
For the full list of settings and their values, see
https://docs.djangoproject.com/en/1.7/ref/settings/
"""
# Build paths inside the project like this: os.path.join(BASE_DIR, ...)
i... |
Multi-discipline engineering capacity providing a one stop integrated design.
Shear Force Engineering has been providing professional civil and structural engineering and design solutions in WA for 25 years and offers a complete service with the capacity to support the client through all stages of the project.
Request ... |
""" The ConnectomeViewer wrapper for a cfflib object """
# Copyright (C) 2009-2010, Ecole Polytechnique Federale de Lausanne (EPFL) and
# University Hospital Center and University of Lausanne (UNIL-CHUV)
#
# Modified BSD License
# Standard library imports
import os
# Enthought library imports
from traits.api import H... |
© Article author(s) (or their employer(s) unless otherwise stated in the text of the article) 2017. Introduction The global prevalence of obesity has risen significantly in recent decades. There is a pressing need to identify effective interventions to treat established obesity that can be delivered at scale. The aim o... |
#!/usr/bin/python3
import sys
from modgrammar import *
grammar_whitespace_mode = 'optional'
class Number (Grammar):
grammar = (OPTIONAL('-'), WORD('0-9'), OPTIONAL('.', WORD('0-9')))
def value(self):
return float(self.string)
class ParenExpr (Grammar):
grammar = (L('('), REF('Expr'), L(')'))
... |
The message of this passage is something Jesus says a bunch of times in a bunch of different ways: BE BOLD IN PRAYER. Ask, seek, knock — each one ups the intensity level.
Is the point that God responds to aggression, that we need to shout to get God's attention? No, the point is that our prayers, well at least my praye... |
# vim: tabstop=4 shiftwidth=4 softtabstop=4
# Copyright 2013 Rackspace Hosting
#
# 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... |
Tomorrow night, Wednesday, June 24, at 7:00 p.m. there will be a city-wide prayer meeting at the Metropolitan AME church located at 1101 East 10th Street.
Along with several other pastors in the city, I will be helping to lead concerted prayers for the unity of our city in support of the African Methodist Episcopal con... |
# coding: utf-8
#$ header legendre(int)
def legendre(p):
k = p + 1
x = zeros(k, double)
w = zeros(k, double)
if p == 1:
x[0] = -0.577350269189625765
x[1] = 0.577350269189625765
w[0] = 1.0
w[1] = 1.0
elif p == 2:
x[0] = -0.774596669241483377
x[1] = ... |
Usage: It is recommended to use by inhalation (way of steam externally) or adding in seeds (fixed) oils by massage on the skin.
It is called Jasminum Grandiflorum in Latin and an odorous, white flowered, climbing plant growing in Southeast Asia and Mediterranean climate.
It is grown around Alanya in our country. A kilo... |
# This file is part of the Frescobaldi project, http://www.frescobaldi.org/
#
# Copyright (c) 2008 - 2014 by Wilbert Berendsen
#
# 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
... |
Carbon monoxide gas leaks, electrical fires, flooded basements, and frozen pipes are all possibilities in a Sandy residence. The in-house professional monitoring staff that supports Vivint Smart Home security systems consistently provides industry-leading response times to ensure that emergency situations get resolved ... |
import sys
from itertools import count
def digit(n, num):
return num%(10**(n+1))//10**n
class Interpreter(object):
def __init__(self, program):
self._reg = [0 for r in range(10)]
self._mem = [0]*1000
self._pc = 0
self._instructions = [
self.i000, self.i100... |
Tumblr post-ironic typewriter, sriracha tote bag kogi you most likely have not heard of them Eight-bit tousled aliquip nostrud fixie ut put a fowl on it null. tousled aliquip nostrud fixie ut put a fowl on it nulla. Direct commerce Banksy Carles pop-up. Tadf heard of them Eight-bit tousled aliquip nostrud fixie ut put ... |
"""The module contains the method for detection with using linear regression.
This module contains method for classification the perfomance change between two profiles
according to computed metrics and models from these profiles, based on the linear regression.
"""
import scipy.stats as stats
import perun.utils as u... |
Vue Academy - Learn Vue.js in Canada now!
Contact Us for Corporate On-Site Training!
Vue Academy is a 2 day instructor-led classroom training in Canada!
Learn the core concepts of coding a real business app with Vue.js from an industry expert in an immersive hands-on workshop.
Bring your laptop! An important part of th... |
from __future__ import absolute_import
from . import build, dependencies, docker, push
class Shipwright(object):
def __init__(self, source_control, docker_client, tags):
self.source_control = source_control
self.docker_client = docker_client
self.tags = tags
def targets(self):
... |
What drives people from all around the world to Las Vegas? I was asking myself this question for a long time. Surprisingly, despite my adventurous nature and longing for exploring, I never had a burning desire to visit the gambling capital of the world. The fact that I live about 4 hours away from Las Vegas makes it ev... |
import logging
import subprocess as sp
import sys
import tempfile
_log = logging.getLogger('flactools')
def encode_wav_to_mp3(wav_filename, output_filename, lame_options=['-V', '0']):
cmd = ['lame'] + lame_options + ['-S'] # Enforce no progress bar, etc
cmd += [wav_filename, output_filename]
_log.info(... |
Occupational Health among Iranian Commercial Motor Vehicle Drivers.
(2014) Occupational Health among Iranian Commercial Motor Vehicle Drivers. International journal of preventive medicine. |
'''OpenGL extension ARB.enhanced_layouts
This module customises the behaviour of the
OpenGL.raw.GL.ARB.enhanced_layouts to provide a more
Python-friendly API
Overview (from the spec)
This extension adds the following functionality to layout qualifiers,
including broadening the API where this functionality is re... |
1.) For the love of Bath and Bodyworks, take a shower already. New moms and teen boys seem to be the only social groups who brag about how long it’s been since they’ve showered. We even take it as a point of pride — we must love our babies so much if we refuse to leave them even for five minutes. I’m giving you permiss... |
#Copyright (C) 2011 Gabriel Gregori Manzano
#
#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 License, or (at your option) any later version.
#
#This program is distribute... |
If there is one thing to be said about NeNe Leakes, it’s that she doesn’t hold back, not even from the other Real Housewives franchise stars.
She went on to express some not-so-friendly words about Real Housewives of New Jersey’s Melissa Gorga saying that she should show her sister-in-law more respect.
Now the ladies a... |
# -*- coding: utf-8 -*-
"""
Created on 14 Apr 2014
@author: Kimon Tsitsikas
Copyright © 2013-2014 Kimon Tsitsikas, Delmic
This file is part of Odemis.
Odemis is free software: you can redistribute it and/or modify it under the
terms of the GNU General Public License version 2 as published by the Free
Software Fou... |
Description Image shows a spring house in a field of tall grass. The house has wood siding and a shingled roof, and a well is visible outside of the house, under an overhang of the roof, to the left of the photograph. There are trees in the background and tree branches hang just above the house, appearing in the top le... |
"""
Filesystem related methods
"""
import os
import yaml
from . import command as subprocess
from . import util
GIT = ['git']
REQCONF_FILE = '.reqconfig'
def read_file(path, ref=None):
"""
Read file from filesystem or git tree
"""
def _load_file_from_fs():
"""
Read and parse file fro... |
If you're a sole proprietor, you might believe running a business is a solo endeavor. But as you grow and expand, you'll learn this is not the case. There are certain aspects of a business many leaders need outside help with managing — such as accounting, legal processes or human resources — because they might not have... |
# Copyright 2021 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# https://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, ... |
It’s time the Government ended the confusion around casual employment agreements, Labour’s Workplace Relations and Safety spokesperson Iain Lees-Galloway says.
“Bay of Plenty District Health Board has been ordered to pay $7,500 to an employee who was inappropriately employed on a casual agreement. The determination of ... |
''' http.py
Copyright 2008 Corey Tabaka
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 la... |
You may be wondering what the Right to Manage is, or what impact it will have on you. We have set out some information to questions that we are frequently asked about the Right to Manage. If you have a question that is not answered with the below information please feel free to contact us.
The Right to Manage is a stat... |
# Copyright (C) 2006-2008, Red Hat, Inc.
#
# 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 License, or
# (at your option) any later version.
#
# This program is distribut... |
← Do You Feel Like the Enemy Keeps Calling “Checkmate” On You? God Has Provides an Escape Move!
It is interesting that these words come right on the heels of the tragic suicides of well known men and women like Kate Spade (fashion designer) and Anthony Bourdain (celebrity chef).
Darkness is often a trap that leads peop... |
# Copyright 2020 Makani Technologies LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to... |
Nunes’ announcement came as the House Ethics Committee released a statement disclosing that the committee was investigating public allegations that Nunes made unauthorized disclosure of classified documents.
Nunes was not pushed by House Republican leadership to recuse himself, but it was not helpful to have other Repu... |
from __future__ import print_function, division
import matplotlib
matplotlib.use('Agg') # Must be before importing matplotlib.pyplot or pylab!
from neuralnilm import Net, RealApplianceSource, BLSTMLayer, DimshuffleLayer
from lasagne.nonlinearities import sigmoid, rectify, tanh
from lasagne.objectives import crossentrop... |
You’ve discovered JOCO and super keen to stock our products. Now take a moment to complete your details on the form below. We will do our very best to contact you as quickly as possible. Thanks for your interest. Chat soon! |
# -*- coding: utf-8 -*-
# Generated by Django 1.10 on 2016-09-19 17:19
from __future__ import unicode_literals
import django.core.files.storage
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('world', '0001_initial'),
]
operations = [
mi... |
Title-What is the Conference about?
The Ageing of Regional Victoria: Problem or Opportunity?
Supermarkets – Scourge or Saviour?
How does film-induced tourism affect a country town?
MY TOWN - A town responding to the challenge of change. |
#The purpose of this program is to quickly evaluate and test different DFT routines in Python for comparison to the slightly more *ahem* arcane implementation of FFTW
import scipy
import math
import numpy as np
import matplotlib.pyplot as pyplot
size = 20 #Array size for functions
def main():
f = []
print ... |
Ausbert The Senator Of The was born about 0536 in Of, Old Saxony, , Germany. Ausbert The Senator Of The's father is Ferreolus, Duke Of MOSELLE and his mother is Outeria, Duchess Of MOSELLE. His paternal grandparents are Sigimberus I Bishop Of AUVERGNE and Miss TONANTIUS. He was an only child. He died about 0570. |
# Copyright (c) 2003-2012 CORE Security Technologies)
#
# This software is provided under under a slightly modified version
# of the Apache Software License. See the accompanying LICENSE file
# for more information.
#
# $Id: smb.py 602 2012-07-12 16:22:04Z bethus@gmail.com $
#
# Copyright (C) 2001 Michael Teo <michaelt... |
This matter is before the Court on the defendant's Motion for Judgment on the Pleadings and/or Summary Judgment, filed herein on June 13, 1997. This is an action to determine the dischargeability of a debt pursuant to 11 U.S.C. '523(a)(5) or '523(a)(15). This Court has jurisdiction of this matter pursuant to 28 U.S.C. ... |
# Copyright 2010 Jacob Kaplan-Moss
# Copyright 2011 OpenStack LLC.
# 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/... |
Compare the best business VoIP providers in Thida, AR side by side on VoipReview. Find and compare top-rated providers across price, features, ratings, and user-submitted reviews to find the best deal on a business VoIP service. Start comparing below to see how much you can be saving on your monthly phone bill.
Voice o... |
#!/usr/bin/env python
import os, sys
import json
from collections import namedtuple
import requests
Key = namedtuple("Key", ["name","version"])
class ValidatorBase(object):
"""
This is the base class for all backends including
"""
def __init__(self, name, version, description, supported=[]):
... |
1997 Infiniti Qx4 Factory Service Repair Manual - AUTEX Engine Knock Detonation Sensor KS79 KS79T 22060-30P00 compatible w/Nissan 200SX SE-R 2.0L l4 240SX 300ZX Altima D21 Frontier Maxima/Maxima SE NX, Mercury Villager, Infiniti G20 I30 J30 Q45 QX4. Save $3,879 on a 2006 INFINITI M45. Search pre-owned 2006 INFINITI M45... |
from fabric.api import *
from fabric.colors import cyan
from fabric.contrib import files
packages = (
'build-essential',
'git',
'mercurial',
'rsync',
'vim',
)
def install_base_packages():
sudo('apt-get update')
for package in packages:
sudo('apt-get install %s --assume-yes' % packa... |
Tomorrow is the #lillyfortarget launch and tonight my friends and I are celebrating my birthday + the lilly launch with our own #27lillydresses party! Anyone else celebrating the launch with a party?
Aren’t these the most gorgeous flowers that my husband had sent yesterday? |
#! /usr/bin/env python
# This package performs a sequential calculations of a given number of events,
# after reading parameters from ParameterDict.py. The most important control
# parameters are set in controlParameterList, for other parameters see
# allParameterLists. This package is intended to be working-at-backgro... |
We are honored to have been chosen by the SourceForge Community to be “Project of the Month” for October 2016.
For our October “Community Choice” Project of the Month, the community elected Nagios Core, powerful network monitoring software, enterprise-class host, server, application, and network monitoring tools. Desig... |
#! /usr/bin/env python
import sys
import os
import logging
import argparse
basepath = os.path.dirname(os.path.realpath(__file__))
sys.path.insert(0, os.path.dirname(basepath))
import hiyapyco
class LoggingAction(argparse.Action):
def __call__(self, parser, namespace, values, option_string=None):
# print... |
A Stroll Down Memory Lane | SoHo Memory Project.
Every once in a while, I like to dip into our SoHo Stories folder to gather and share some of the wonderful memories of old SoHo readers have submitted to The SoHo Memory Project (to share your SoHo story, click on the "Share Your SoHo Stories" link above). It’s fun to s... |
import _mysql
import os
import cgi
from database import *
from settings import Settings
from framework import *
from formatting import *
from template import *
from post import *
def manage(self, path_split):
page = ''
validated = False
administrator = False
skiptemplate = False
try:
if self.formdata... |
Our approach is to accelerate the transformation of your ideas into software solutions by using agile methods and a mastery of Java, cloud computing, mobile technologies and Big Data.
Scub is a digital service enterprise that aims to develop custom applications to solve your biggest and most pressing problems.
Our job ... |
class Graph1(object):
def __init__(self, itt=0):
"""init the graph object"""
self.graph = {}
def add_node(self, val):
"""adds a node to the graph"""
if val in self.graph:
raise ValueError('graph all ready has the node')
self.graph[val] = []
def add_edge(... |
Britain’s first decimal coins were designed by the sculptor Christopher Ironside FSIA FRBS OBE. Christopher died on 13 July 1992. We asked his widow, Jean, what it was like to live through that momentous time.
The designing of the decimal coins started in 1962. No official Government announcement had been made on when ... |
# -*- coding: utf-8 -*-
# Form implementation generated from reading ui file '/home/gugu/w/calibre/src/calibre/gui2/convert/fb2_input.ui'
#
# Created: Thu Jul 19 23:32:30 2012
# by: PyQt4 UI code generator 4.9.1
#
# WARNING! All changes made in this file will be lost!
from PyQt4 import QtCore, QtGui
try:
_f... |
Verghese Kurien is currently living in New York, and is interested in Other.
This profile is owned by Verghese Kurien. Send a message to this person to delete this profile. |
#!/usr/bin/env python
# Copyright 2008, 2009 Hannes Hochreiner
# 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 3 of the License, or
# (at your option) any later version.
#
# This ... |
Ghost Ranch and the Faraway Nearby from Craig Varjabedian on Vimeo.
In seven years exploring and backpacking O'Keeffe country Varjabedian retraces the artist's footsteps, reinterpreting Ghost Ranch's iconic scenery in 110 breathtaking black-and-white photographs.
Ghost Ranch and the Faraway Nearby handsomely reproduces... |
from nipype.interfaces.afni import preprocess
from CPAC.pipeline import nipype_pipeline_engine as pe
import nipype.algorithms.rapidart as ra
import nipype.interfaces.afni as afni
import nipype.interfaces.fsl as fsl
import nipype.interfaces.io as nio
import nipype.interfaces.utility as util
from CPAC.sca.utils import *... |
Don’t be stunned to be met with folks sporting sopping clothes wherever you go in Samui Island throughout Songkran. While my hostel did have a charm of its own, the other hostel on the island was one of many coolest I’ve seen. Beer bars have long been the ‘face’ of Pattaya, and plenty of guests come here just to get a ... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.