text stringlengths 29 850k |
|---|
"""
std library stuff
"""
# -----------------
# builtins
# -----------------
arr = ['']
#? str()
sorted(arr)[0]
#? str()
next(reversed(arr))
next(reversed(arr))
# should not fail if there's no return value.
def yielder():
yield None
#? None
next(reversed(yielder()))
# empty reversed should not raise an error
... |
Anche questa guida dovrebbe insegnare la penetrazione in un sistema Win NT. Difatti mostra diversi strumenti che si possono usare per l'analisi di un sistema e cosa si può evitare per mantenere sicuro un sistema.
This document is an attempt by the Rhino9 team to document the methodology and techniques used in an attack... |
#!/usr/bin/python
# -*- encoding: utf-8 -*-
# Copyright (c) Contributors, http://opensimulator.org/
# See CONTRIBUTORS.TXT for a full list of copyright holders.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
# * ... |
Treatment of malaria essay topic sentences for argumentative essays pope an essay on criticism pdf how to write a history essay university sat essay paper template critical essays on robert frost, my research paper is really bad.
Turnitin assignment meaning how to write a research paper in an hour interview, mock resea... |
# **************************************************************************************
# * *
# * BOLTS - Open Library of Technical Specifications *
# * ... |
Buddy Bunny is the perfect snuggle companion - just look at those ears! With a soft organic cotton body filled with corn fibre, she is suitable for the youngest, most delicate of skins, from birth and beyond - because let's face it, once they have had their very first cuddle, they won't ever want to let her go.
A beaut... |
##############################################################################
# Copyright (c) 2013-2017, Lawrence Livermore National Security, LLC.
# Produced at the Lawrence Livermore National Laboratory.
#
# This file is part of Spack.
# Created by Todd Gamblin, tgamblin@llnl.gov, All rights reserved.
# LLNL-CODE-64... |
It seems Boris Vian wasn’t the only Frenchman keen on combining music and other senses. In 1922, Science and Invention featured an illustration of a scent organ inspired by perfumer and chemist Dr. Septimus Piesse’s theories about syncing scent and musical notes. When played, Piesse’s scent organ, like Vian’s pianockta... |
# -*- coding: utf-8 -*-
"""
chemreac.util.banded
--------------------
this module contains functions to deal with banded matrices.
"""
from __future__ import (absolute_import, division, print_function)
import numpy as np
def get_banded(A, n, N, n_jac_diags=1, order='C', padded=False):
""" Turns a dense matrix ... |
American Shifter's Neutral Safety Switch / Backup Switch Kit is designed to add a safety switch or a back up switch to your ride. It can operate one or the other but not both. Kit includes brackets, switch, and detailed instructions. |
# -*- coding: utf-8 -*-
from south.utils import datetime_utils as datetime
from south.db import db
from south.v2 import SchemaMigration
from django.db import models
class Migration(SchemaMigration):
def forwards(self, orm):
# Adding model 'Fee'
db.create_table(u'ratechecker_fee', (
('... |
According to IAU public relations, Dr. Mirzadeh presented an overview of the status of IAU and acknowledged the influential role of the university's pioneers and founders, such as Ayatollah Hashemi Rafsanjani, in establishing IAU as the largest brick-and-mortar university in the world.
Mirzadeh noted that IAU takes in ... |
"""
Description: op platform top entrence
"""
import argparse
from utils import pcom
from conf import settings
from core import runner_admin
from core import runner_init
from core import runner_flow
from core import runner_backup
from lic.op_lic import OPClient
LOG = pcom.gen_logger(__name__)
def gen_admin_parser(su... |
Best match results for bathroom basin & sink suppliers in Panania + 30km.
Find the best tradesmen, home improvement and repair professionals or suppliers for your project on HomeImprovement2day. We have listings for all the trades and suppliers you need to help you whether you are renovating, building or just need some... |
# Copyright 2014 Hewlett-Packard Company
#
# 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... |
The eradication of food waste is a goal arguably more important than any other for stakeholders in food supply chains, yet, not surprisingly, it is one rarely observed in the key performance indicators (KPIs) employed by supply chain professionals or by retail operators as they strive to measure the overall success of ... |
import constants, functions, lxml, logging
from functions import XMLFromURL, GetElementText
from lxml import etree
from lxml.builder import E
from lxml.etree import Element, SubElement, Comment
def ParseNoFromSeason(season, episode, default):
#if season == 0 and episode == 0:
# return "S" + str(default).zfi... |
Compare the best business VoIP providers in Ethel, WV 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.
What is... |
# -*- coding: utf-8 -*-
from json import dumps
from django.template import Library
from django.utils.html import escape
from django.utils.safestring import mark_safe
from ..app import settings
from ..models import SocialUserCache, get_user_model
register = Library()
@register.inclusion_tag('oneall/header.html')
de... |
Quickly and easily switch 2 sets of mouse settings. this is ideal for laptop users that switch between using the touchpad & an external mouse, but want a different pointer speed/sensitivity for each device. Mouse Speed Switcher allows you to quickly and easily switch 2 sets of mouse settings. Mouse Speed Switcher can b... |
from math import pi
from mathutils import Matrix, Quaternion, Vector, Euler
from .compat import mul
from .mesh import mesh_name
# The node graph in glTF needs to fixed up quite a bit before it will work for
# Blender. We first create a graph of "virtual nodes" to match the graph in the
# glTF file and then transform i... |
I moved to Innisfil from the Greater Toronto Area in 1983 with the purpose of raising our three children in a rural setting. Today, all three are happily married, very successful in their careers and I am the proud Nana of four beautiful grandsons, Aiden & Avery (Twins) and Nathaniel and a gorgeous granddaughter Teagan... |
import os
from fab_deploy2.base import gunicorn as base_gunicorn
from fab_deploy2.tasks import task_method
from fab_deploy2 import functions
from fabric.api import sudo, env
from fabric.contrib.files import append
class Gunicorn(base_gunicorn.Gunicorn):
"""
Install gunicorn and set it up with supervisor.
... |
Ten days after the white nationalist-inspired Unite the Right rally in Charlottesville, where my family resides, I snapped this selfie: "Me & Lee."
As if sensing the metaphorical moment, the Robert E. Lee statue appears to be hovering, casting its shadow on town, state, and country.
Among the "alt-right" crowd, it is h... |
import sys
import math
import random
import traceback
import maya.mel as mel
import pymel.core as pm
import maya.OpenMaya as OpenMaya
import maya.OpenMayaMPx as OpenMayaMPx
import maya.OpenMayaRender as OpenMayaRender
kPluginCmdName = "instanceAlongCurve"
kPluginNodeName = 'instanceAlongCurveLocator'
kPluginNodeClassi... |
England failed to qualify for Euro 2008 after losing a sensational game against Croatia at Wembley.
Why do we waste valuable airtime on these pathetic no marks? Time to embrace a vastly superior sport as our national game.
Why isn't Rugby Union our national sport?
Was Jen born on the day the Origin of Species was relea... |
##########################################################################
#
# This file is part of Lilith
# made by J. Bernon and B. Dumont
#
# Web page: http://lpsc.in2p3.fr/projects-th/lilith/
#
# In case of questions email bernon@lpsc.in2p3.fr dum33@ibs.re.kr
#
#
# Lilith is free software: you can redistribu... |
You can trust in Fence Installation Guys to deliver the most impressive professional services regarding Fences in Essex Junction, VT. Our team of well trained contractors will offer the support you need with the most innovative technologies around. Our materials are of the best quality and we have learned to save you c... |
"""advogaprojeto URL Configuration
The `urlpatterns` list routes URLs to views. For more information please see:
https://docs.djangoproject.com/en/1.10/topics/http/urls/
Examples:
Function views
1. Add an import: from my_app import views
2. Add a URL to urlpatterns: url(r'^$', views.home, name='home')
Cl... |
I guess I have decided not to buy the car. I’m very sure I could get the loan since I started working but I don’t want to add another payment on to our bills each month until I get all of my doctor bills paid for. I don’t want to make us run low when we don’t have too. You know?
Anyway, Spunky has a vet visit today. Hi... |
#!/usr/bin/env python2
# This file is part of Archivematica.
#
# Copyright 2010-2013 Artefactual Systems Inc. <http://artefactual.com>
#
# Archivematica 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, ... |
StreamCo CEO Mike Sneesby will happily shake the Netflix boss’s hand. Image: Alex Heber.
Netflix on Wednesday announced it would officially launch its Australian streaming service in March 2015.
StreamCo, the $100 million joint venture between Fairfax and Channel 9, has also been madly developing its own internet TV se... |
# Copyright 2013: Mirantis Inc.
# All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may
# not use this file except in compliance with the License. You may obtain
# a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required b... |
I’m not interested in Satuhn, I said Mahs.
- Arnold Schwarzenegger, Total Recall.
An interesting production from Louis Vuitton, take a look at one of the most in depth digital mapping of the red planet.
RED JOURNEY from MANEKI LAB on Vimeo. |
#!/usr/bin/env python
#
# Copyright 2017 the original author or 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 require... |
I am glad to see this forum pop up. My late mother, Helen E Rafferty did extensive genealogy on our family lines, one of which was Bolles Here is a thumbnail sketch 1. Joseph 1608 2. Joseph 1654-1683 3. Joseph 1680? 4. Joseph 1712 -? 5.Lemuel 1755-1805 6. Erastus 1788-1859 7.David 1823-1850 8.Ellen Georgiana 1848-1935 ... |
import pytest
from stage_pgxlog import pg_xlog
from wal_e import worker
from wal_e import exception
# Quiet pyflakes about pytest fixtures.
assert pg_xlog
def make_segment(num, **kwargs):
return worker.WalSegment('pg_xlog/' + str(num) * 8 * 3, **kwargs)
def test_simple_create():
"""Check __init__."""
... |
Is iPhone X Really The Future Of The Smartphone?
Should iPhone X even be called a telephone? It does of course support telephony and texting, but its main feature set is oriented to other things. It is also debatable whether it makes any rational sense at all to be walking around with a device in your pocket that sells... |
import json
from flask import Flask, current_app, request
from functools import wraps
import collections
class JSONEncoder(json.JSONEncoder):
def default(self, obj):
if isinstance(obj, datetime.datetime):
return obj.isoformat()
return json.JSONEncoder.default(self, obj)
def jsonify(*ar... |
Reply to post: Re: iMessage and the perceived green bubble of fail..
Re: iMessage and the perceived green bubble of fail..
Using WhatsApp means bending over for faecebook.
Who even knows about Telegram, seems like a shady outfit too. |
# Copyright 2013-2019 Lawrence Livermore National Security, LLC and other
# Spack Project Developers. See the top-level COPYRIGHT file for details.
#
# SPDX-License-Identifier: (Apache-2.0 OR MIT)
from spack import *
class IbmDatabroker(CMakePackage, PythonPackage):
"""The Data Broker (DBR) is a distributed, in... |
StressFix formula contains 93% of active ingredients. Strengthens skin barrier, fights free radicals and blocks pollutants.
Shea Butter, Stearic Acid, Moringa Oleifera Seed Oil, Glycerin, Cetyl Alcohol, Tocopheryl Acetate, Cetearyl Olivate, Sorbitan Oleate, Glyceryl Stearate, Sorbitan Olivate, Glyceryl Caprylate, Choles... |
'''
Copyright 2016 Debayan Banerjee, Shreyank Gupta
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.
... |
The company provides uniform, food and facilities services to establishments like schools, prisons, and workplaces.
The company will begin to ditch single-use plastic straws, where possible, in September.
A pilot program with Apple and Aramark is running from July 20 to August 5 at Citizens Bank Park.
The NFL, PepsiCo,... |
from keras.models import Model
from keras.layers.core import Flatten, Dense, Dropout, Activation, Lambda, Reshape
from keras.layers.convolutional import Conv2D, Deconv2D, ZeroPadding2D, UpSampling2D
from keras.layers import Input, merge
from keras.layers.advanced_activations import LeakyReLU
from keras.layers.normaliza... |
Greg is a 1992 University of Evansville (IN) graduate with a Bachelor of Science in Physical Therapy. Greg earned NATABOC certification as an Athletic Trainer in 1995. Greg subsequently completed a post-graduate Master of Health Science degree in Physical Therapy at the University of Indianapolis in 2001.
Greg has exte... |
"""
This file is part of ICU (LEGO Island Configuration Utility)
ICU - A collection of LEGO Island Configuration Tools
Created 2012-2013 Triangle717 <http://triangle717.wordpress.com>
ICU is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License a... |
Tablets by David Carnoy 7 days ago. Bose, Sony, Sennheiser and Jaybird Here’s a selection of the best headphone shopping values this holiday season. Software Operating System Support. Promote cracked software, or other illegal content. Laptops by Dan Ackerman Nov 26, The email address entered is already associated to a... |
import sys
import os
import pdb
import shutil
import os.path
from distutils.command.clean import clean as _clean
from distutils.core import setup, Extension
from distutils import sysconfig
##################################################################
def customize_compiler2(compiler):
(cc, cxx, opt, cflags, ... |
Not surprisingly, we are big fans of the music of Liz Harris. Mirroring, who released an album earlier this year, paired Harris with Tiny Vipers’ Jesy Fortino. Her work as Grouper has ranged from the ethereal to the jarringly surreal; 2011’s A I A (released on CD by Kranky this year) is probably the best overview of he... |
# -*- coding: utf-8 -*-
from south.utils import datetime_utils as datetime
from south.db import db
from south.v2 import DataMigration
from django.db import models
class Migration(DataMigration):
def forwards(self, orm):
"Write your forwards methods here."
# Note: Don't use "from appname.models imp... |
DENVER, CO – 12-20-2018 (PRDistribution.com) — Kevin Teman, through his own personal struggles with finding a partner created the world’s first talking artificially intelligent matchmaker, which operates entirely by speaking with you (through an AI voice).
Paired with its recent world news break (AFP), AIMM announces i... |
import geojson
import json
import os
from geojson import Feature, FeatureCollection
from .config import json_dir, geojson_dir
from .utils import read_json, write_file_contents
from .geom import sort_geojson
def make_features(border, process_raw_geometry):
print '---\nMaking features'
features = list()
... |
Your text is not the only front-end content in your website that can contribute to the SEO of your site. There are also images and videos that help you gain rank, establish relevance or access rank positions quickly.
This step will discuss several different ways that media can either help or hinder your ranking in sear... |
#
# Martin Kolman <mkolman@redhat.com>
#
# Copyright 2016 Red Hat, Inc.
#
# This copyrighted material is made available to anyone wishing to use, modify,
# copy, or redistribute it subject to the terms and conditions of the GNU
# General Public License v.2. This program is distributed in the hope that it
# will be use... |
Keep knives and other frequently used tools and utensils conveniently within reach with this wall-mounted Magnetic Knife Holder. They can hold sharp knives, tools and utensils securely. And it also won't dull knives.
The Egg Skelter can hold up to 24 eggs (capacity varies based on the size of your eggs) and makes a per... |
#!/usr/bin/env python
'''
Author: Christopher Duffy
Date: July 2015
Name: multi_process.py
Purpose: To identify live web applications with a list of IP addresses, using parallel processes
Copyright (c) 2015, Christopher Duffy All rights reserved.
Redistribution and use in source and binary forms, with or without modi... |
Just over two months after Riverdale was renewed for Season 3, the CW has given it an official premiere date.
After leaving fans in suspense with a shocking Season 2 finale, the buzzy teen drama will return Wednesday, October 10 at 8 p.m. Specifics surrounding the show's next chapter remain sparse, though series creato... |
import typing
from .protos import Entrypoint
from .sprite import Sprite
from .palette import Palette
from .pilot import Pilot
class TournamentFile(Entrypoint):
MAX_ENEMIES = 256
MAX_LOCALES = 10
__slots__ = (
"bk_name",
"winnings_multiplier",
"unknown_a",
"registration_fe... |
Shouldn't we draw the vertical line after we draw the middle horizontal line, the horizontal line below the line closing the rectangle ?
We have checked the stroke order of 里 (the simplified character), and we have found no mistake. It may be that we missed something or that you wanted to tell us something else. In tho... |
#-+--------------------------------------------------------------------
# Igatools a general purpose Isogeometric analysis library.
# Copyright (C) 2012-2016 by the igatools authors (see authors.txt).
#
# This file is part of the igatools library.
#
# The igatools library is free software: you can use it, redistribute... |
Below is a list of all the valid IP Addresses in the range from 84.192.X.X to 84.223.X.X. If you would like to get more detailed information about a range, click on that range. Otherwise, you can type a specific IP Address in the box to the left to do a quick search. |
# -*- coding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details.
from openerp.osv import fields, osv
class hr_config_settings(osv.osv_memory):
_name = 'hr.config.settings'
_inherit = 'res.config.settings'
_columns = {
'module_hr_timesheet_sheet': fields.boolean('... |
The Academic Secretariat assists the Rector in implementing his policies, the decisions of the Senate and those of university committees.
The Senate Department – dealing with the academic committees of the Senate.
Academic Staff Department – appointments and promotions of academic staff, matters of academic administrat... |
#
# Author : Manuel Bernal Llinares
# Project : trackhub-creator
# Timestamp : 26-07-2017 12:29
# ---
# © 2017 Manuel Bernal Llinares <mbdebian@gmail.com>
# All rights reserved.
#
"""
This pipeline collects data from Ensembl to avoid race conditions when running other pipelines that use this data
"""
import os... |
Bradford packages more than just industrial parts. We also protect a multitude of products found in your home; from food products and liquids to cosmetics and pharmaceuticals. Whether our partitions package the container (plastic or glass) or come in direct contact with the product we know that each product has its own... |
# -*- coding: utf-8 -*-
from scrapy.spider import Spider
from scrapy.selector import Selector
from moviespider.items import Cili006Item
from moviespider.moviedb import MovieDB
import scrapy
class DoubanSearch2Spider(Spider):
moviedb = MovieDB()
name = "doubanmovie"
allowed_domains = ["douban.com"]
... |
Come stay in our beautiful, historic home in Midtown! You'll have the entire 3rd floor to yourself, with your own private entrance, full kitchen, bathroom, and living room. We're meticulously clean, and we've thought of everything so you don't have to. |
from pyqtgraph.Qt import QtGui, QtCore
import pyqtgraph as pg
import collections
import random
import time
import math
import numpy as np
class DynamicPlotter():
def __init__(self, sampleinterval=0.1, timewindow=10., size=(600,350)):
# Data stuff
self._interval = int(sampleinterval*1000)
... |
Blackrock posted on a forum discussion.
Forum Topic: Is Theresa May the Worst British Prime Minister of all time ?
Forum Topic: What will be your new favourite European country after Brexit? |
#
# Copyright (c) 2009 Mason Green & Tom Novelli
#
# This file is part of OpenMelee.
#
# OpenMelee 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
# any later version.
#
# O... |
Additional standards for heating controls come into effect this year and installers need to be prepared for their introduction, says Colin Timmins.
The coming year should see some significant changes to the heating controls that are installed when replacing a boiler. While most installers recognise the benefits that co... |
# -*- coding: utf-8 -*-
from rawdisk.util.rawstruct import RawStruct
from .headers import BIOS_PARAMETER_BLOCK, EXTENDED_BIOS_PARAMETER_BLOCK
class BootSector(RawStruct):
"""Represents NTFS Bootsector
Attributes:
oem_id (8 byte string): NTFS filesystem signature 'NTFS '
bpb (Bpb): Initia... |
Christmas sewing- lots of firsts!
Baby · Clothes · OMG!
Have you ever sewed something (or made something if you don’t sew) that had so many new parts to it that it was super intimidating? I totally just rewrote that sentence so I didn’t have to use the word “sewer”. I was listening to a podcast about sewing the other d... |
# -*- coding: utf-8 -*-
from __future__ import unicode_literals
from django.db import models, migrations
class Migration(migrations.Migration):
dependencies = [
('imager_images', '0001_initial'),
]
operations = [
migrations.AlterField(
model_name='imageralbum',
n... |
The Imperial Junk, traditional sailboat built of wood with modern facilities and first class service, is perfect for exploring Halong Bay on Imperial Cruise.
12:30 – On arrival at pier, you will board your Imperial Cruise and you are warmly welcomed by professional and friendly crew. Check into cabin.
13:00 – Enjoy spe... |
'''
make_projects_table.py
----------------------
This file creates the projects table in the database, which is sent to
the front-end via /api/projects/. It depends on the following data sources:
- Projects.csv, From the Preservation Catalog Folder in the s3
- 'Affordable Housing Data... |
"I provide innovative strategies to help clients reach their intellectual property goals."
Wes works with clients to protect, enforce, and leverage their intellectual property rights. By utilizing prosecution and litigation experience in both patent and trademark, Wes provides clients with forward-looking, efficient IP... |
from __future__ import division
import base64
import random
import sys
import time
from twisted.internet import defer
from twisted.python import log
import bitcoin.getwork as bitcoin_getwork, bitcoin.data as bitcoin_data
from bitcoin import helper, script, worker_interface
from util import forest, jsonrpc, variable,... |
Book hotels and make payment facilities.
Find a variety of options to book airline tickets across various flights, hotels, tour packages, car rentals, and more. You can choose your favorite destination and start planning your long-awaited vacation. You can also check availability of flights.
© Copyright UAE EXCHANGE. A... |
__problem_title__ = "A frog's trip"
__problem_url___ = "https://projecteuler.net/problem=416"
__problem_description__ = "A row of squares contains a frog in the leftmost square. By " \
"successive jumps the frog goes to the rightmost square and then back " \
"to the ... |
The UK government, like other governments, signed a human rights convention – in this case the European Convention of Human Rights – which meant that the people affected’s rights were protected under international law (which forms part of UK law). The convention was later incorporated directly into UK law in the form o... |
# We will choose our wrapper with os compatibility
# ExcelComWrapper : Must be run on Windows as it requires a COM link to an Excel instance.
# ExcelOpxWrapper : Can be run anywhere but only with post 2010 Excel formats
try:
import win32com.client
import pythoncom
from pycel.excelwrapper import... |
I’m not really a fragrance person, but this Jo Loves scent in Pomelo is beautiful! It’s my go-to scent and I love how fresh and fruity it smells. I absolutely adore all of the Jo Loves scents, but this is probably one of my favourites!
This mouth-watering, Grapefruit-infused citrus is instantly refreshing and quickly g... |
#!/bin/env python3
from pyquery import PyQuery as pq
from pathlib import Path
import os
import argparse
import re
import requests
def lead0(num, max):
return str(num).zfill(len(str(max)))
def terminal_size():
try:
import fcntl
import termios
import struct
th, tw, hp, wp = st... |
This World Health Day, Vegan Society Dietitian Heather Russell collaborates with charity Shine to explain what vegans need to know about this B vitamin.
Folate and folic acid are both forms of vitamin B9. Folate is the type that occurs naturally in foods and in the body, whereas folic acid is the version found fortifie... |
"""
Benchmark models.
"""
import json
import os
import psycopg2
from collections import Iterable
from sqlalchemy import create_engine, MetaData, Table, Column, Integer, String
from sqlalchemy.orm import sessionmaker
from sqlalchemy.pool import QueuePool
from sqlalchemy.ext.declarative import declarative_base, Declarat... |
Today, we’re going to discuss value at the higher end of the market. Throughout Connecticut, we’re experiencing the same thing, especially on the local levels where homes priced in the upper echelon are at tremendous value.
For example, we have a listing on 15 Taunton Lane in Newtown, Connecticut that is priced just un... |
# coding: u8
from hashlib import md5 as _m5
from itertools import izip
import cPickle as pickle
import os
import time
from PIL import Image
import Levenshtein
md5 = lambda s: _m5(s).hexdigest()
class Otsu(object):
FAST_VAL = 255 # 只要是非0就可以
BINARY_THRESHOLD = 190 # 二值化阈值
def __init__(self, path=Non... |
Are you in need of great value Garden Hedge in Kings Cross Central London London N1C?
Looking for an efficient yet affordable Garden Hedge service for your outdoor area in St. Pancras Station, London, N1C?
Choose our Garden Hedge company in Kings Cross Central London London N1C and we will do all your gardening chores ... |
#!/usr/bin/env python
# Copyright (c) 2016 Matt Struble. All Rights Reserved.
#
# Use is subject to license terms.
#
# Author: Matt Struble
# Date: Aug. 31 2016
import time, os
from graphics.graphicsdevice import GraphicsDevice
from inputs import Keyboard, Keys
class Game: #{
""" Handles initialization and core ... |
My local dealer just quoted me $100 for a shop manual and said they'd have to special order it.
Thanks a million for putting the link to the free PDF in the knowledge stickies.
If I can find a DIY brain cell somewhere, this forum is going to save me a fortune!
Welcome aboard! You're off to a good start. The knowledge b... |
from django.conf import settings
from django.db import models
import os
class Tfile(models.Model):
PERM_PUBLIC = 1
PERM_CONFIDENTIAL = 2
PERM_CLASSIFIED = 3
PERM_TYPES = (
(PERM_PUBLIC, 'Public'),
(PERM_CONFIDENTIAL, 'Confidential'),
(PERM_CLASSIFIED, 'Classified'),
)
... |
An opportunity to visit the heart of the downstream industry in Bahrain. Gain an overview on the refining and petrochemical processes and see the various plant equipment such as reactors, columns, heat exchangers and much more.
Secure your seat with online registration.
Answer a set of questions by interacting with exh... |
from __future__ import print_function
import os
import platform
import sys
from setuptools import find_packages, setup
import connor
_REQUIRED_PYTHON_VERSION = (2, 7)
def check_python_version():
if sys.version_info < _REQUIRED_PYTHON_VERSION:
msg_format = '''
Problem: Python v{0}.{1} or above is require... |
A gruesome story from ten years ago…the faint-hearted might like to look away now.
I was opening a tin of corned beef, the sort with a key. I’d turned the key all around the can and was trying to pull the smaller section away – when it suddenly gave way.
Ouch! I said, thinking I’d given myself a little nick.
Then the b... |
import numpy as np
import tensorflow as tf
from tfgraph.algorithms.pagerank.transition.transition import Transition
from tfgraph.graph.graph import Graph
class TransitionResetMatrix(Transition):
""" Transition Matrix Class
This class implements the functionality of a 2-D matrix that represents the
probability... |
Hestan Outdoor grills combine the ultimate in precision performance & innovative design to meet the needs of every griller, from the novice to the experienced grill master. The Hestan Outdoor grill series is made in the USA with heavy-gauge welded-body construction, commercial grade end caps, Zamak die cast knobs, burn... |
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# FILE: userObj.py
#
# An object that mirrors the user data table in the database
#
# Copyright by Author. All rights reserved. Not for reuse without
# express permissions.
#
#
from datetime import datetime
import copy
class userObj(object):
def __init__(self):... |
Sects which are at best shadows of Churches wax and wane with the priestly powers they subconsciously or. Steam and.
Removes his cap when visiting the mess decks as token of respect.
Multiposition unit for accelerated determination of the efficiency of the condenser tubes of steam turbines.Take advantage of our Niagara... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.