text stringlengths 29 850k |
|---|
# Copyright (c) 2016 Intel Corporation.
#
# 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... |
We spent two weeks wrapping up the year to see what I thought of everything versus what I thought I’d think back in January. Now we get to my favorite part of the scientific method: analyzing the data.
What I do here is lay everything out and see just how well I did at guessing stuff, and what I thought of everything t... |
# -*- coding: utf-8 -*-
"""Lark parser to parse the expression."""
__author__ = "Yuan Chang"
__copyright__ = "Copyright (C) 2016-2021"
__license__ = "AGPL"
__email__ = "pyslvs@gmail.com"
from abc import abstractmethod
from typing import (
cast, Tuple, List, Dict, Iterator, Optional, Union, TypeVar, Generic,
)
fr... |
Buying a used car may involve various hassles. But these hassles can be easily overcome by choosing the best dealer. It is always the best option to make use of the online dealers rather than approaching the dealers in the local market. This is because the online dealers tend to provide more opportunities and facilitie... |
#!/usr/bin/python
"""
BookSearch
Module: main
Author: Wael Al-Sallami
Date: 2/10/2013
"""
import sys, re, cmd, gen, engn, timer
class Prompt(cmd.Cmd):
"""Search query interface"""
engine = None
store = None
line = None
prompt = "\nquery> "
welcome = "\n### Welcome to BookSearch!\n### Enter your q... |
Hi I need to build a webpage with a integrated booking/shop. The shop is simple where u can buy 3 different kinds of services. I also need the webpage to let customers...u can buy 3 different kinds of services. I also need the webpage to let customers to create a profile with some data about them. I also need google ma... |
import copy
import random
import numpy as np
import pandas as pd
from .graph_utils import get_tips, get_root
def get_persistence_barcode(G, dist='radDist'):
if dist == 'radDist':
f = _radial_dist_to_soma
else:
raise NotImplementedError
return _get_persistence_barcode(G, f)
def _get_pe... |
Growing up in the vibrancy of Midtown Manhattan, DJ Dubbz went from block parties, to nightclubs, eventually landing huge stadiums with thousands of fans. New York’s eclectic pulse influenced his open format DJ style which includes; Hip Hop, Latin, Reggae, House, & Top 40’s. His signature high energy presence at every ... |
exec(compile(open('CompileOptions.py', 'rb').read(), 'CompileOptions.py', 'exec'))
# matches all symbols
pi = hfst.read_att_string("0 0 @_IDENTITY_SYMBOL_@ @_IDENTITY_SYMBOL_@\n\
0")
# matches all symbols except "|"
pi_house = hfst.read_att_string("0 0 @_IDENTITY_SYMBOL_@ @_IDENTITY_SYMBOL_@\n\
0 1 | |\n\
0")
# The ... |
You can easily trust Alarm Company Guys to provide the best quality professional services regarding Alarm Companies in Ivor, VA. We have got a team of qualified contractors and the most resourceful technology available to give you just what you might need. Our materials are of the very best quality and we know how to s... |
import urllib2
import mechanize
from bs4 import BeautifulSoup
import os
def get_html(url):
header = {'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.64 Safari/537.11',
'Accept': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8',
'Ac... |
What does it mean if someone’s on a still hunt? This hunting term, for when you’re walking quietly to find prey, has been conscripted by the political world to refer to certain kinds of campaign strategies. This is part of a complete episode.
When I heard this conversation, my mind went immediately toward an image of “... |
# from JumpScale.core.System import System
from JumpScale import j
import urllib
class TemplateEngine(object):
def __init__(self):
self.replaceDict = {}##dict(string,string)
#System ##System
def add(self, search, replace,variants=False):
if not j.basetype.string.check(search):
... |
TONGANI TEA COMPANY LIMITED is a Public Company limited by Shares. It is registered with Registrar of Companies, Kolkata on -.
Current Status of Tongani Tea Company Limited is Active.
It is a Non-govt company with an Authorized Capital of ₹ 1,00,00,000 (One Crore Indian Rupees) and Paid Up Capital of ₹ 18,57,750 (Eight... |
# -*- coding: utf-8 -*-
"""widgets to be used in a form"""
from bs4 import BeautifulSoup
from django.forms import Media
from floppyforms.widgets import TextInput
from djaloha import settings
class AlohaInput(TextInput):
"""
Text widget with aloha html editor
requires floppyforms to be installed
""... |
love, love , love it!!!
i really like that you sometimes work on cardboard. it has a great texture that makes for an interesting surface quality. this is an excellent pastel.
most interesting and ardently so.
Very expressive work. I think I know the feeling.
Truly amazing, fantastic work as always! :-D. Phil.
this is a... |
# Copyright 2015 Intel Corp.
#
# 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 agr... |
Add the Drop-in UI with a few lines of code to get a full-featured checkout with credit card and PayPal payments.
Accept more payment types with your existing checkout form by adding buttons for PayPal, Apple Pay, Google Pay, and Venmo.
Rolling your own checkout UI? Use credit card tokenization to save customer card in... |
import sys
import json
#try: import simplejson as json
#except ImportError: import json
DEBUG = True
STATES = {
'AK': 'Alaska',
'AL': 'Alabama',
'AR': 'Arkansas',
'AS': 'American Samoa',
'AZ': 'Arizona',
'CA': 'California',
'CO': 'Colorado',
'CT': 'Conne... |
No outside food or drinks are permitted. You will, however, be able to purchase food from a variety of vendors at the Showdown.
1. Is there a parking fee?
Parking is FREE! Accessible parking is also available with proper state-issued vehicle credentials.
2. Can I bring a pet?
Pets are not allowed at the Showdown. Regis... |
"""
Django management command to fetch course structures for given course ids
"""
import json
from logging import getLogger
from django.core.management.base import BaseCommand
from opaque_keys import InvalidKeyError
from opaque_keys.edx.keys import CourseKey
from philu_commands.helpers import generate_course_structur... |
Published 04/25/2019 01:43:27 pm at 04/25/2019 01:43:27 pm in Oak Cabinet Pulls.
oak cabinet pulls oak drawer pulls knobs oak cabinet pulls large size of door knobs pewter kitchen knobs and vintage kitchen cabinets vintage kitchen cabinet pulls vintage vintage.
beautiful special unnamed file kitchen colors with light o... |
#!/usr/bin/python
"""
Example to get and set variables via AGI.
You can call directly this script with AGI() in Asterisk dialplan.
"""
from asterisk.agi import *
agi = AGI()
agi.answer()
agi.verbose("python agi started")
# record file <filename> <format> <escape_digits> <timeout> [<offset samples>] [<BEEP>] [<s=si... |
One of my favorite things to do is to talk with churches and help them solve problems. Often, the same general issues arise as I speak with churches. Church communicators and leaders struggle with how to be more effective in how they’re communicating. They wrestle with being efficient in their work and with having limi... |
from ibolc.database import (
Column,
db,
Email,
Model,
PhoneNumber,
ReferenceCol,
relationship,
SSN,
SurrogatePK,
Zipcode
)
# pylint: disable=too-few-public-methods
class State(Model, SurrogatePK):
__tablename__ = 'state'
code = Column(db.String(2), nullable=False)
... |
The secret behind managing such considerable volumes of cargo is our state-of-the-art IT System that tracks every element of every shipment.
To strengthen our offering, all logistics modules are supported by SAP-software. With all systems linked directly to the Internet, each Client can now track each shipment in Real ... |
# dialog.py --- A Python interface to the ncurses-based "dialog" utility
# -*- coding: utf-8 -*-
#
# Copyright (C) 2002, 2003, 2004, 2009, 2010, 2013 Florent Rougon
# Copyright (C) 2004 Peter Åstrand
# Copyright (C) 2000 Robb Shecter, Sultanbek Tezadov
#
# This library is free software; you can redistribute it and/o... |
Join us for a soundwalk and a map workshop led by artist and sound designer José Rivera. As an invitation to deepen our connection to the environment through sound, the program will include a range of activities integrating sensory perception, physical action, and the art of spatial thinking.
Walk will take place rain ... |
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
# License: GNU General Public License v3. See license.txt
from __future__ import unicode_literals
import frappe
from frappe import _
from datetime import datetime,timedelta
from frappe.utils import cstr, flt, get_datetime, get_time, getdate, cint ,ge... |
Everything else good has been dropped … as far as I can see, which is only as far as the big search engines let me look. They don’t seem to like similar site search much, either. Short of irrelevant pictures and videos.
This entry was posted in Uncategorized on July 19, 2016 by crabfiles. |
#! /usr/bin/python
#
# Copyright (c) 2014 IBM, Corp. All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may
# not use this file except in compliance with the License. You may obtain
# a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# ... |
A new group of talented youth joined Pakistan’s No.1 Data Network Company, Zong 4G, under the umbrella of its Graduate Trainee Program -2018. Through its talent development initiative for fresh graduates, a total of 50 new graduates have entered into the corporate world.
The company shortlisted graduates from various u... |
#!/usr/bin/python
#
# utility library
#
# lasinfo: parser library that parses LASFILE.info.txt files
# created by: lasinfo -i LASFILE -o ../meta/LASFILE.info.txt -compute_density -repair
# rawdata: helpers to clean up ASCII rawdata
#
import os
import re
import simplejson
from gps import gps_week_from_doy
cl... |
Original Burger Press is rated 3.3 out of 5 by 6.
Whether you are grilling a mouthwatering burger topped with chesse or a vege burger cooked to perfection, the burger press is a must have. Designed to create uniformed half and quarter pound burger. Removeable handle for easy storage.
Rated 5 out of 5 by Kings from EXCE... |
"""
cat.py -- Emulate UNIX cat.
Author: Corwin Brown
E-Mail: blakfeld@gmail.com
Date: 5/25/2015
"""
import os
import sys
class Cat(object):
def __init__(self, fname=None, stdin=None):
"""
Constructor
Args:
fname (str): File to print to screen
stdin (str): Input ... |
We have something for everyone at T-Rex Bingo. Beginners to the most experienced players feel right at home in the jungle with a huge variety of 75-ball and 90-ball bingo games. There's also a giant selection of instant games like scratch cards and slots with big jackpots too!
All you have to do to start playing is sig... |
# coding: utf-8
import chainer
import numpy
import matplotlib
import matplotlib.pyplot as plt
import cv2
class Visualizer(object):
def __init__(self, network):
self.nnbase = network
self.model = network.model
plt.subplots_adjust(hspace=0.5)
def __convert_filters(self, layer, shape=(... |
The delivery was fast. The thickness is great.
Item received in good order. Thank you. |
# 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/.
from Queue import PriorityQueue
from scipy.spatial.distance import *
from grid import Grid
def find_path(grid, start_c... |
With the introduction of personal assistants like Google Home and Amazon Echo, intelligent machines are no longer limited to private research and computing but are instead becoming a part of our everyday lives. This common use of artificial intelligence (AI) brings many things into question. Namely, how intelligent sho... |
# -*- coding: utf-8 -*-
# ------------------------------------------------------------
# channeltools - Herramientas para trabajar con canales
# ------------------------------------------------------------
import os
import jsontools
from platformcode import config, logger
DEFAULT_UPDATE_URL = "/channels/"
dict_chann... |
Add cheese for £0.50 cheese & pepperoni for just 51p!
8 pieces.Tender chicken strip coated in crispy bread crumbs.
(Vegetarian, Hot) Onion, Sweetcorn, Pineapple, Mixed Pepper & Jalapeño Chillies.
Ham, Pepperoni, American Sausage & Spicy Beef.
Mushroom, Mixed Peppers, Chinese Chicken & Sweetcorn.
Mushroom, Mixed Peppers... |
#!/usr/bin/env python
# encoding: utf-8
import json
import requests
import urllib
import hashlib
import io
from cortexutils.analyzer import Analyzer
class OTXQueryAnalyzer(Analyzer):
def __init__(self):
Analyzer.__init__(self)
self.otx_key = self.get_param('config.key', None, 'Missing OTX ... |
DuraTech provides an effective way to make your logos, product names and other branding materials to stand out with its domed label services. Domed labels, also called domed stickers, tags, nameplates, or domed decals, are a more durable type of adhesive label that are commonly found on consumer products, vehicles and ... |
# -*- coding: utf-8 -*-
#
# Copyright 2013 Red Hat, Inc.
#
# This software is licensed to you under the GNU General Public License,
# version 2 (GPLv2). There is NO WARRANTY for this software, express or
# implied, including the implied warranties of MERCHANTABILITY or FITNESS
# FOR A PARTICULAR PURPOSE. You should hav... |
John Puchala delivers exceptional designs for plumbing systems. With almost 40 years of experience, he has a strong background in effective project planning and implementation. John’s portfolio includes plumbing and fire protection design and construction phase services for a variety of commercial office buildings, res... |
# -*- coding: utf-8 -*-
#
# This file is part of Invenio.
# Copyright (C) 2014 CERN.
#
# Invenio 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... |
As a senior in high school, I have had my fair share of time to observe and experience high school relationships first hand. After dating a few boys my freshman and sophomore year, I have come to the realization that high school relationships are taken way too seriously. Many people get caught up in the initial romance... |
# test will be skipped if MySqlDB is unavailable
import unittest, string
from testlib import testutil, SkipTest, PygrTestProgram
from pygr import sqlgraph, seqdb, classutil, logger
class SQLSequence_Test(unittest.TestCase):
'''Basic SQL sequence class tests
This test setup uses the common (?) method of h... |
It can save your expenses. It can save your expenses. Original Factory Hyster F187 S2. I believe that would be what you need. I believe that would be what you need.
Hyster E114 E1 50xm E1 75xm E2 00xm E2 00xms Europe Service Shop Manual Forklift Workshop Repair Book can be very useful guide, and hyster e114 e1 50xm e1 ... |
# Code from Chapter 6 of Machine Learning: An Algorithmic Perspective (2nd Edition)
# by Stephen Marsland (http://stephenmonika.net)
# You are free to use, change, or redistribute the code in any way you wish for
# non-commercial purposes, but please maintain the name of the original author.
# This code comes with no... |
GREAT SERVICE,SHAME ABOUT OUT OF STOCK ITEMS AND BABYCITY NOTIFING ME.
Absolutely wonderful ! The recipients loved the gift. All positive.
I love to shop on-line with babycity.
Navigation of website is easy.
Bath time is all about adding a splash of fun whilst your little one is bathed to be squeaky clean! We have gath... |
#!/usr/bin/env python3
import sys
from datetime import datetime
TEMPLATE = """
---
Title: {title}
Date: {year}-{month}-{day} {hour}:{minute:02d}
Modified: {year}-{month}-{day} {hour}:{minute:02d}
Category:
Tags:
Authors: procamora
Slug: {slug}
Summary:
Status: draft
---
"""
def make_entrymdAntiguo(title):
today ... |
If there is another election soon it is vital that the Tories have policies that are appealing to voters and their own base. The party needs to appeal to young, working class and middle class urban voters. I suggest that the four main planks should be on housing, investment, infrastructure and a stable Brexit.
1. Housi... |
#tested beta
#function [U] = rot3z(a)
#% --------------------------------------------------------------------------
#% ROT3Z.M Form rotation matrix U to rotate the vector a to a point along
#% the positive z-axis.
#%
#% Version 1.0
#% Last amended I M Smith 2 May 2002.
#% Created I M Smit... |
If you waited patiently for the release of Star Trek: The Next Generation Season One on Blu-ray Disc only to find yourself fiddling with your surround sound system because of an audio issue, you’ll be happy to know Paramount is promptly supplying replacement discs. Apparently, an anomaly affecting the English 7.1 DTS M... |
from odoo import api, models, fields
class ReportLabelWizard(models.TransientModel):
_name = "report.label.wizard"
_description = "Report Label Wizard"
@api.model
def _default_line_ids(self):
""" Compute line_ids based on context """
active_model = self.env.context.get("active_model")... |
forward to everything that comes next from the creators of LifterLMS! As it says in the name of the plugin, it is a Learning Management System. So that everything in the site is placed properly and it is easier for the users to find the lessons. Creating Coupons If you want to run a premium education site with this plu... |
from datetime import datetime, timedelta
import time
from openerp import pooler, tools
from openerp.osv import fields, osv
from openerp.tools.translate import _
import math
import base64
from openerp import netsvc
import openerp.addons.decimal_precision as dp
def print_barcode(code):
import barcodes
from barco... |
Synchronous behavior is fascinating to me, because once you are aware of it you see it happening all the time. Unintentional synchronization happens in every day life as well as in the lab. It happens most notably with someone who you are around for an extended period of time, or who you perform specific tasks with on ... |
from enigma import eDVBDB, eDVBResourceManager
from Screens.Screen import Screen
from Components.SystemInfo import SystemInfo
from Components.ActionMap import ActionMap
from Components.ConfigList import ConfigListScreen
from Components.NimManager import nimmanager
from Components.Button import Button
from Components.La... |
This will be my 12th year teaching elementary school! I have taught third grade, second grade, and kindergarten. This is my seventh year at Cumberland Heights. I have a bachelor's degree in psychology and a master's degree in educational theory and practice. I have been married for 14 years to my wife Molly, and we hav... |
# -*- coding: utf-8 -*-
#
# Copyright (C) 2010 Canonical
#
# Authors:
# Olivier Tilloy
#
# 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; version 3.
#
# This program is distributed in the hope t... |
When you are working in the Project Files section, the Project Explorer functions as a file manager for your topic files and the folders where they are stored. If you are working in uncompressed XML format (Professional and Server versions only, .hmxp project file) the files and folders are stored directly on your hard... |
import logging
from netort.resource import manager as resource
from . import info
from . import instance_plan as ip
from . import load_plan as lp
from . import missile
from .mark import get_marker
from .module_exceptions import StepperConfigurationError, AmmoFileError
class ComponentFactory():
def __init__(
... |
This Smart Bracelet has been developed for the Malaysian company Nxsense and it’s a wearable life saver device for heart attacks.
In case of a stroke it calls an emergency number and as well when the accelerometer detects a fall. Constant monitoring with no need of a connected smartphone, the data are crunched by artif... |
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# Copyright (c)2013 Rackspace US, 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.ap... |
Why backup if I have replication?
This has come up a number of times recently so I thought I’d put my perspective down. Maybe it will help. But first, why backup, why replicate?
Editor's Note: John Savill contributes Frequently Asked Questions about Azure, PowerShell, and other Microsoft products and services three tim... |
# Copyright 2013 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
import StringIO
from telemetry.internal.backends.chrome_inspector import websocket
class InspectorConsole(object):
def __init__(self, inspector_websocket... |
– February is American Heart Month and in regards to the Dedication to raising awareness and increasing our knowledge of heart disease, its symptoms, and ways we could reduce our risks. But interestingly enough, the symptoms differ between women and men. So what better time to discuss these symptoms for women and explo... |
"""
Test retrieval of SBAddress from function/symbol, disassembly, and SBAddress APIs.
"""
import os, time
import re
import unittest2
import lldb, lldbutil
from lldbtest import *
class DisasmAPITestCase(TestBase):
mydir = os.path.join("python_api", "function_symbol")
@unittest2.skipUnless(sys.platform.start... |
We have a quantity of these mid-century stacking tubular steel chairs with slatted beech seats and backs.
In the original red, white, blue and yellow paintwork, beeswaxed to stabilize and revive. It’s first come first served on these beauties! |
from __future__ import with_statement
from datetime import datetime
import copy
import getpass
import sys
import paramiko
from nose.tools import with_setup
from fudge import (Fake, clear_calls, clear_expectations, patch_object, verify,
with_patched_object, patched_context, with_fakes)
from fabric.context_manager... |
This very appealing Tudor style home is now offered for sale after many years of enjoyment by its current owners. Tucked away in a lovely grove this home offers 5 bedrooms plus study, 3 bathrooms and large multiple living areas spread across 2 levels. Plenty of space for everyone and ideal for teenagers and extended fa... |
#!/usr/bin/env python
'''
Learning Python
Class#3
I. Create an IP address converter (dotted decimal to binary). This will be
similar to what we did in class2 except:
A. Make the IP address a command-line argument instead of prompting the user
for it.
./binary_converter.py 10.88.17.23
B. Simplify ... |
If you have been following Swift from the start, you might be aware that Swift was initially started as personal project for my own needs. Later it was released a free theme on WordPress.Org and about two years later, it was released a premium theme. We have crossed several milestones along the way and when we started,... |
# package org.apache.helix.model
#from org.apache.helix.model import *
#from java.util import ArrayList
#from java.util import Collections
#from java.util import Comparator
#from java.util import Date
#from java.util import List
#from java.util import Map
#from java.util import UUID
from org.apache.helix.HelixException... |
I guess the point is, that having had the teacake treat in the morning, I allowed my Dark Passenger to convince me that I may as well forget my rules and write the day off.
I won’t let it happen again, so I suppose it’s a lesson learned.
The good news is that I’m below 80kg again this morning, so I’m back on track.
Cho... |
from django.shortcuts import render
from django.core.urlresolvers import reverse
from django.http import HttpResponse, HttpResponseRedirect
# from userauth.forms import UserForm, UserProfileForm, ForgotForm
from maps.models import Report, Route
from django.contrib.auth import authenticate, login, logout
from django.con... |
Most people are surprised to find out that the first stress placed on a child’s neck and back is during the birthing process. Do you think this could cause damage to your child’s spine and nervous system? Fact: The nervous system controls every c An estimated 60-90 lbs. of force is used on an infant’s neck during “norm... |
#!/usr/bin/env python
#coding:utf-8
# Author: mozman
# Purpose: svg examples
# Created: 08.09.2010
# Copyright (C) 2010, Manfred Moitzi
# License: MIT License
try:
import svgwrite
except ImportError:
# if svgwrite is not 'installed' append parent dir of __file__ to sys.path
import sys, os
sys.path.ins... |
Choosing a hotel would have been difficult if you did not have the qualifications for a hotel worth a visit. Do you want the best place you can get for an overnight stay? The answer is hotel, how do you know which hotel is a good hotel? No one wants to be stuck in a dirty and vague place where you do not feel safe to s... |
#NAME: NIRZARI IYER
#Assignment-2
#ID NUMBER: 1001117633
#BATCH TIME- 6:00 to 8:00 p.m.
import MySQLdb
import io
import os
import cloudstorage as gcs
import csv
import timeit
from bottle import Bottle
from google.appengine.api import app_identity
from StringIO import StringIO
from bottle import route, request, response... |
If that you simply thinking to begin an enterprise with no investment consequently drop shipping is a ideal business meant for you. Which much more effective approach for you to commence a business organization. You might be astounded at how straightforward it is typically to begin a profitable business. It is undoubte... |
# coding=utf-8
# Copyright 2018 The Tensor2Tensor Authors.
#
# 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... |
*Thank you Restaurantware for sponsoring* this post. All opinions are my own and would only recommend products that I personally use.
Summer pasta salads are a favorite go to for any BBQ, holiday or weeknight dinner. They are versatile and always a huge hit. I made this Pesto Caprese Pasta Salad to go along with grille... |
# coding=utf-8
#
# URL: https://sickrage.ca
#
# This file is part of SickRage.
#
# SickRage 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 vers... |
This is a sponsored post brought to you by Uncommon Goods. As always the opinions are completely my own based on my experience.
Hello Foxy Friends! This weekend we are headed to a wedding, which got me thinking, we have very few weddings to attend these days. Mostly it's baby showers, and even then those are few and fa... |
import os
from setuptools import setup
def read(fname):
return open(os.path.join(os.path.dirname(__file__), fname)).read()
setup(
name='snipper',
version=__import__('snipper').__version__,
url='https://github.com/mesuutt/snipper',
author='Mesut Tasci',
author_email='mst.tasci@gmail.com',
... |
If you are interested in our research, please email me.
A recent numerical result which won a UK-Fluid network video competion.
Some of other numerical results (videos) can be found in Research & Gallery.
Physics of Fluids, 29, 121611 (2017).
Journal of Scientific Computing, 72, 1146-1168 (2017).
Int. J. Comput. Method... |
# Author Ken Celenza <ken@networktocode.com>
# Author Jason Edelman <jason@networktocode.com>
# Make coding more python3-ish
from __future__ import (absolute_import, division, print_function)
__metaclass__ = type
from ansible.errors import AnsibleError, AnsibleFilterError
def cast_list_to_dict(data, key):
new_o... |
This time my dog and I are Eastward bound. First a stop yesterday in Cleveland to hang out with the illustrious Steve Brown , and today we’re in Leonia NJ staying with Cousin Scott and family. The purpose of this trip is to go to the opening of Lenore’s first solo NY art show tomorrow night in Manhattan. It should be g... |
# -*- coding: utf-8 -*-
from itertools import count
from mahjong.hand_calculating.yaku_list import (
AkaDora,
Chankan,
Chantai,
Chiitoitsu,
Chinitsu,
Chun,
DaburuOpenRiichi,
DaburuRiichi,
Dora,
Haitei,
Haku,
Hatsu,
Honitsu,
Honroto,
Houtei,
Iipeiko,
I... |
PacificSource gives a wide range of individual and group medical insurance options throughout Oregon, Idaho, and Montana. Blue Cross NC offers Wholesome Outcomes applications as a convenience to aid you in bettering your well being; results are usually not assured. Blue Cross NC contracts with Optum, an impartial thir... |
import json
import uuid
from app.models import ServiceDataRetention
from tests import create_authorization_header
from tests.app.db import create_service_data_retention
def test_get_service_data_retention(client, sample_service):
sms_data_retention = create_service_data_retention(service=sample_service)
emai... |
1.Goods can be exchanged within 3 days of delivery provided that they are returned undamaged, unused with all tags attached and in their original packaging. However, if the packaging has been damaged and the items as a consequence are not resaleable, we will decline the claim. Contact MUST be made directly with us for ... |
import os
from contextlib import suppress
import time
from importlib import import_module
import pygame
with suppress(ImportError):
import pygame._view # sometimes necessary. If it isn't this will cause an error
#! UPDATE: this might only be necessary for py2exe to work, so if you can
# compile without... |
Sometimes we carry our biggest dreams in the plainest packages. Victor Morgado sat in an armchair at the back of a Barnes & Noble bookstore on Monday and held his dream on his lap, wrapped in a white plastic bag.
The bag contained two hardcover books. One was titled “Crock Pot: The Original Slow Cooker,” and the other ... |
#!/usr/bin/env python3
# Based on gathertags, this goes further by identifying owners and
# sorting files by genre.
import csv, os, sys
from collections import Counter
import numpy as np
import pandas as pd
# import utils
currentdir = os.path.dirname(__file__)
libpath = os.path.join(currentdir, '../lib')
sys.path.ap... |
Every person in life has to cook. Some order food at home, others go to restaurants, but most often we cook ourselves. Someone likes to do it, someone cooks out of need, and someone connects their work with cooking. Anyway, how to prepare the dish, we learn from the recipes. Experienced housewives have learned to cook ... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.