text stringlengths 29 850k |
|---|
"""
Example using brieflz
I have another example on a fork of BriefLz with test python scripts here: https://github.com/sysopfb/brieflz
"""
from ctypes import *
import binascii
import zlib
import struct
try:
brieflz = cdll.LoadLibrary('./blzpack_lib.so')
except OSError:
brieflz = cdll.LoadLibrary('./qakbot/blzpack... |
Some MacBook Pro (and MacBook) owners have experienced problems with the keyboard, trackpad, speakers, USB-C, and more. Here’s what to do if you’ve been affected, and how to fix the problems if you have.
The MacBook Pro has been plagued with hardware issues since it was redesigned in 2016. On top of folk complaining ab... |
graph_tasks = { "wash the dishes" : ["have lunch"],
"cook food" : ["have lunch"],
"have lunch" : [],
"wash laundry" : ["dry laundry"],
"dry laundry" : ["fold laundry"],
"fold laundry" : [] }
def dfs_topsort(graph): # recursive dfs... |
I have been thinking a bit about play modes and how all of this will fit into the game. Right now there is match mode and server mode.
Server mode is for casual play. You can join a server and walk around, chat, and duel. It will be a good place to sit when waiting for matches. Servers will be community run.
Match mode... |
from __future__ import unicode_literals
import boto.rds
import boto.vpc
from boto.exception import BotoServerError
import sure # noqa
from moto import mock_ec2, mock_rds
from tests.helpers import disable_on_py3
@disable_on_py3()
@mock_rds
def test_create_database():
conn = boto.rds.connect_to_region("us-west-2... |
Hello guys, this post is about Good Leather And Suede Sectional Sofa 96 For Your With Leather And Suede Sectional Sofa ( Leather And Suede Sofa #9). This photo is a image/jpeg and the resolution of this file is 1200 x 771. It's file size is just 114 KB. Wether You ought to save This photo to Your computer, you can Clic... |
import operator
from functools import partial, wraps
from itertools import chain, count
from collections import Iterator
from toolz import merge, unique, curry
from .optimize import cull, fuse
from .utils import concrete
from . import base
from .compatibility import apply
from . import threaded
__all__ = ['compute',... |
Today is Ada Lovelace Day and in celebration of the first computer programmer Suw Charman Anderson has encouraged us to write about women in technology whom we admire.
When choosing who to write about I was disinclined to pick someone famous or high profile as I always worry that women who have gained such heights have... |
#! /usr/bin/env python3
# -*- coding: utf-8 -*-
import os # moduł udostępniający funkcję isfile()
import csv # moduł do obsługi formatu csv
slownik = {} # pusty słownik
sFile = "slownik.csv" # nazwa pliku zawierającego wyrazy i ich tłumaczenia
def otworz(plik):
if os.path.isfile(sFile): # czy istnieje plik... |
Grey Flexfit Delta hat with "B" logo on the front and "Breton Brewing" logo on back. This hat features an incredibly comfortable athletic material. Available in Small/Medium and Large/Extra Large. |
# -*- encoding: utf-8 -*-
import re
import requests
from django import forms
from vendor.zebra.forms import StripePaymentForm
from django.utils.safestring import mark_safe
from django.contrib.auth import authenticate
from django.contrib.auth.models import User
from apps.profile.models import change_password, blank_auth... |
Over the last two decades, fully electric cars have had, let’s say, a slow start. In 1997, the Toyota Prius was released as the world’s first mass-produced hybrid. And while hybrid technology has taken off, drivers have been hesitant to accept fully battery-powered tech for a variety of reasons, including a lack of cha... |
# -*- coding: utf-8 -*-
#
# Python Lib Template documentation build configuration file, created by
# sphinx-quickstart on Mon Aug 6 19:31:34 2012.
#
# This file is execfile()d with the current directory set to its containing dir.
#
# Note that not all possible configuration values are present in this
# autogenerated f... |
An toil leibh ceòl ùr ann an Gàidhlig agus Gaeilge? Mas toil, ‘s dòcha gun còrd seo riubh!
A wee while ago, Daithí, Stiofán Ó Fearail (from the band Seo Linn) and Joy, Catherine and Edel were locked in Herbert Place Studios overnight to create 3 new songs in Gàidhlig/Gaeilge for a new series on Raidió na Gaeltacht... |
# Copyright 2011 Max Z. Chao
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, ... |
www.bbcomel.com is an e-commerce website powered by woocommerce. They are selling households products imported from China. We have setup their store to sell in-stock items and also dropships from aliexpress.com. The client really loves the experience that their having in managing sales through the website rather than o... |
import nltk as k, pickle
tagger=k.data.load('taggers/maxent_treebank_pos_tagger/english.pickle')
# levou muito tempo, retornou:
# tagger.evaluate(k.corpus.brown.tagged_sents())
# 0.5952331741865255
# pq as tags não são as mesmas?
# Receita do Brill na própria classe do nltk
from nltk.tbl.template import Template
fro... |
Today over 50 million people in the United States alone suffer from some kind of hearing loss. With our technological life style, that number continues to grow. Once hearing loss occurs, it cannot be restored. We can imitate it with hearing devices, but it will never be as clear or concise as it once was. After hearing... |
# Generated by Django 2.0.2 on 2018-02-23 04:36
from django.db import migrations, models
class Migration(migrations.Migration):
initial = True
dependencies = [
]
operations = [
migrations.CreateModel(
name='Project',
fields=[
('project_id', models.Au... |
Know Newkirk Class of 2007 graduates that are NOT on this List? Help us Update the 2007 Class List by adding missing names.
More 2007 alumni from Newkirk HS have posted profiles on Classmates.com®. Click here to register for free at Classmates.com® and view other 2007 alumni.
Alumni from the Newkirk High School class o... |
# This file is part of OpenHatch.
# Copyright (C) 2010 Jack Grigg
# Copyright (C) 2010 OpenHatch, Inc.
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
# the Free Software Foundation, either version 3 of the License, o... |
Jeremiah 2.13 My people have committed two evils: they have forsaken Me, the fountain of living waters, and hewed out cisterns for themselves, broken cisterns that can hold no water.
When God's people turn away from Him, they try to do things for themselves. Do you have water or just a hole in the ground. Time to recon... |
'''
A Recurrent Neural Network (LSTM) implementation example using TensorFlow library.
This example is using the MNIST database of handwritten digits (http://yann.lecun.com/exdb/mnist/)
Long Short Term Memory paper: http://deeplearning.cs.cmu.edu/pdfs/Hochreiter97_lstm.pdf
Author: Aymeric Damien
Project: https://github... |
On the sides of this beautifully designed flask, we see the celtic knots weaving endlessly into one another. Their symbolism dates back thousands of years, representing the circle of life with has no ending and no beginning. While looking at it we might think of the timelessness of our spirits and while taking small si... |
import os
import tempfile
import unittest
import logging
from pyidf import ValidationLevel
import pyidf
from pyidf.idf import IDF
from pyidf.hvac_templates import HvactemplateZoneUnitary
log = logging.getLogger(__name__)
class TestHvactemplateZoneUnitary(unittest.TestCase):
def setUp(self):
self.fd, self... |
BYOB (Bring You Own Boat!), everything else is here!! Join and be a part of the Englewood Gardens Club (Beach Club), too!
Waterfront home located on Gottfried Creek, 2 boating miles to Stump Pass, and 2 bicycle miles to Englewood Beach …..Everything remodeled and updated this year!! This 3BR/2BA home has tile floors th... |
# coding: utf8
from rang import *
from couleur import *
import numpy as np
from hand import *
from joueur import *
class donne:
def __init__(self,partie):
"""fonction qui commence une nouvelle donne en distribuant les cartes et en choississant l'atout"""
carte_jouee = []
self.partie = partie
self.distribue()
... |
The Sugar Sweet Blues Band has appeared at JJ's Blues, Louisiana Roux, Gordon Biersch Breweries, Little Lou's Bar BQ, and Cafe Stritch in San Jose, Ca.
CD on the way! Please contact me for information and bookings. |
#!/usr/bin/python
# -*- coding:UTF-8 -*-
################################################################################
#
# Copyright 2010-2014 Carlos Ramisch, Vitor De Araujo, Silvio Ricardo Cordeiro,
# Sandra Castellanos
#
# word.py is part of mwetoolkit
#
# mwetoolkit is free software: you can redistribute it and... |
How do I change my Flybe flight?
Most airlines will allow you to amend your flight ticket. Charges vary and are charged per person per flight, for date and/or time amendments (plus any difference in fare).
To make an amendment, go to the Flybe website, select 'Manage Booking' and log in using your reference number and ... |
from django.core.urlresolvers import reverse
from taiga.base.utils import json
from taiga.projects import choices as project_choices
from taiga.projects import serializers
from taiga.users.serializers import RoleSerializer
from taiga.permissions.permissions import MEMBERS_PERMISSIONS
from tests import factories as f
... |
4 tsp of Terrific Toffee tea (brewed for 2 minutes) in 300mls of freshly boiled water.
Separately brew 4 tsp of Just Ginger tea in 200mls freshly boiled water for 7 minutes.
Pour both teas into saucepan.
Add 300mls of vanilla soy milk and 1 heaped Tbs of honey. |
import imex
from imex.metadata import Tag, ImageMetadata
class MetadataEditor(object):
def __init__(self, rules, keep_timestamps = True, **kwargs):
"""
Supported keyword arguments:
* debug
* dry_run
"""
self._keep_timestamps = keep_timestamps
s... |
From time to time one of us will take a little breather from the self-induced chaos that is our day-to-day life and realise that time is in fact ticking on, and we are off on really rather a big and involved trip in the not-too-distant (in fact frighteningly all-too-soon) future. I’m writing this in just such a gulp of... |
from flask import request, current_app
from flask.ext.restful import Resource
from flask.ext.consulate import ConsulService
from urlparse import urljoin
import requests
import json
class ProxyView(Resource):
"""Proxies a request to a remote webservice"""
def __init__(self, endpoint, service_uri, deploy_path)... |
« It just makes cense. Or does it?
The day came, when my spoils from the recent New Amsterdam Market would be fully realized. Tonight, it was time for the Bo Bo young chicken to meet its fate. Well, I guess it had already met its fate, but it was time to meet a new, tastier fate. The silky chicken is still in the freez... |
# -*- coding: utf-8 -*-
from __future__ import unicode_literals
import logging
import calendar
import xlsxwriter
from django.utils import timezone
from django.conf import settings
SITE_URL = getattr(settings, "SITE_URL")
ISRC_HINT_TEXT = """Please be aware that collecting societies only will distribute the earnings... |
We have thousand's of tradesman covering the Emerson's Green (BS16) area. Whether you need a local boiler engineer or a handyman in Emerson's Green, simply pick a trade and get quotes ASAP.
Simply post your job for tradesman in Emerson's Green . All relevant tradesman nearby receive an alert, generating the best offer ... |
# vim: tabstop=4 shiftwidth=4 softtabstop=4
# Copyright (c) 2012, 2013 Samsung SDS Co., LTD
# 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:/... |
Global Impact represents our faith community’s commitment to impacting the world around us in order to draw people into relationship with Jesus. Our unique vision looks to partner with “missionaries” bringing that message to people living in an area known as the 10/40 Window. The 10/40 Window represents an area of the ... |
#/Club/Players/?TeamID=818875
import sys
if sys.version > '3':
import html.parser as HTMLParser
else:
import HTMLParser
import re
# Parses chpp holders
# CatzHoek
class CHPPHolderParser(HTMLParser.HTMLParser):
def __init__(self):
HTMLParser.HTMLParser.__init__(self)
self.users = []
self.currentU... |
to have been part of it all.
To have found so much pleasure in slow living.
in pages filled with lines and colour.
I feel fortunate for the new things I have learnt.
I'd like to share a small part of those small pleasures with you.
The Winner is INES FONSECA!
Thank you all for entering and taking the time to reflect ab... |
import webuntis
import mock
from webuntis.utils.third_party import json
from .. import WebUntisTestCase, BytesIO
class BasicUsage(WebUntisTestCase):
def test_parse_result(self):
x = webuntis.utils.remote._parse_result
a = {'id': 2}
b = {'id': 3}
self.assertRaisesRegex(webuntis.err... |
We are sceptical that Egypt’s plans for a new electric railway linking Cairo with the planned New Administrative Capital (NAC) will materialise over our long-term forecast period (to 2028).
Although the funding for the railway has reportedly been agreed with a USD1.2bn loan from Exim Bank of China, the project faces nu... |
#-------------------------------------------------------------------------------
# Name: Settings
# Purpose: Contains the settings for the application and threads
#
# TODO: Move the reading of config xml into this file
# Move some setting into external xml file
# Move the config files to ~/.flannelfox
#------------... |
Posted November 1446, 2014 by createadmin & filed under Uncategorized.
We are working towards a broad definition of CACD.
We don’t want to be prescriptive but recognise the need for the sector to ably describe and explain the important work it does to communities and other potential supporters.
What are the principles ... |
# Copyright © 2020 Red Hat Inc., and others.
#
# This file is part of Bodhi.
#
# 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 ve... |
The data was added on , 24 May 2018 read 398 times.
A Syrian-Russian reconciliation delegation was forwarded to Dara’a province to offer the militants to lay down their arms and join the peace agreement with the Syrian Army, military sources in Damascus reported on Wednesday.
Sources said that a Russian-Syrian reconcil... |
# -*- coding: UTF-8 -*-
from pyramid.response import Response
from pyramid.view import view_config
import httplib2
from urllib.parse import urlencode
from urllib.parse import urlparse
from crdppf.lib.wfsparsing import is_get_feature, limit_featurecollection
@view_config(route_name='ogcproxy', renderer='j... |
Studies have shown that women who get regular vigorous exercise decrease their chances of ovulatory infertility. With every hour you work out, you could be reducing your chances of infertility by 7 percent. So if you are looking to conceive anytime soon, you’ll want to hit the gym.
When it comes to caffeine and alcohol... |
# Copyright 2019 DeepMind Technologies Ltd. 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 by appl... |
Update: The Savage Principle is Next!
Author J.A. Remerski THE EDGE OF NEVER Giveaway!
Tamara Rose Rambles Happy New Year Vlog!
UNREQUITED DEATH "Live" on Barnes & Noble! |
import sys
from PyQt4 import Qt
import PyQt4.Qwt5 as Qwt
import PyQt4.Qwt5.anynumpy as np
# Thermocouple application: channel 0 has the thermocouple
# connected to and channel 1 receives the temperture of the cold junction
# check out http://www.linux-usb-daq.co.uk/howto2/thermocouple/
class DAQThermo(Qt.QWidget):
... |
March 2, 2018 — Mississippi state Sen. Chris McDaniel (R-Ellisville) announced at a rally this week that he will challenge Sen. Roger Wicker (R) in the June 5 Republican primary. McDaniel’s declaration, which had been speculated upon for months, came just before the state’s candidate filing deadline, which was yesterda... |
# -*- encoding:utf-8 -*-
from datetime import datetime
import socket
import re
from twython import Twython
import os
import json
home = os.path.expanduser("~")
twitter_conf_file = os.path.join(home, '.ashioto', 'twitter.json')
tc = json.load(open(twitter_conf_file))
CONSUMER_KEY = tc["CONSUMER_KEY"]
CONSUMER_SECRET = ... |
Why do tourists book private transfers from Novo Mesto?
You can pre-order inexpensive taxi transfer to the city center or to the airport, comfortable car transfer for the family with children, Economy minivan for a tourist group or a Luxury transfer. The transfer cost from Novo Mesto is fixed at the time of pre-order a... |
# Copyright 2013 IBM Corp.
import json
import socket
import urllib2
import urlparse
def is_ipv4_address(ip_or_host):
"""Determines if a netloc is an IPv4 address.
:param ip_or_host: the host/ip to check
"""
try:
socket.inet_aton(ip_or_host)
return True
except:
return Fals... |
Introduce yourself – who you are, where you sit in the business and what does the business do?
Simon Evans, Partner at Lewis Evans. We are a chartered accountancy firm based in West Kirby on the Wirral with many fantastic clients across the Liverpool City Region.
Where do you see Lewis Evans in 5 years time?
I’d like t... |
import numpy as np
from optparse import OptionParser
import scipy.linalg as la
import scipy.linalg.blas as blas
import csv
import time
import fastlmm.util.VertexCut as vc
from pysnptools.snpreader.bed import Bed
import pysnptools.util as pstutil
import pysnptools.util.pheno as phenoUtils
np.set_printoptions(precision=3... |
, Get off the couch and get running with the OFFICIAL Couch to 5K® training app from Active.com! This oft-imitated program has helped thousands of new runners move from the couch to the finish line. Spend just 20 to 30 minutes, three times a week, for nine weeks, and you’ll be ready to finish your first 5K (3.1-mile) r... |
from bespin.errors import BadDeployment, BadStack, BadOption
from bespin import helpers as hp
from input_algorithms.spec_base import NotSpecified
from input_algorithms.dictobj import dictobj
import requests
import fnmatch
import logging
log = logging.getLogger("bespin.option_spec.deployment")
class UrlChecker(dictob... |
Learn To Generate Online - Even A Jock Are Able To Do It.
If you're starting up a home based business there's every chance that you will need to require a website designed in so doing will should try to buy affiliate marketing website. After all, in today's world, any sort of business incorporates website to be a means... |
'''
@author: Frank
'''
from zstacklib.utils import plugin
from zstacklib.utils import log
from zstacklib.utils import http
from zstacklib.utils import jsonobject
from zstacklib.utils import shell
from zstacklib.utils import daemon
from zstacklib.utils import iptables
import os.path
import traceback
impo... |
Montrose Decorative Kitchen & Bath Showroom is proud to present this polished brass pvd finished shower only faucet with head, by Sigma. The 1.007542T.40 is made from premium materials, this Shower Only Faucet With Head offers great function and value for your home. This fixture is part of Sigma's decorative Collection... |
# MajorMajor - Collaborative Document Editing Library
# Copyright (C) 2013 Ritchie Wilson
#
# 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)... |
she lost the one of the top this time! Happy Sunday!
And this my friends is why we are so busy... BASEBALL!!!!!
My Little Devil Ray! ;) UP TO BAT!!!
Hope you are having a great week... and guess what???? |
#!/usr/bin/env python3
# -*- encoding: utf-8 -*-
import argparse
import os
from diceware_cli import subcommands
from diceware_cli.persistence import word_states
from os import path
from sys import argv
diceware_dir = path.dirname(path.abspath(__file__))
os.chdir(diceware_dir)
def get_args(cli_args):
parser = ar... |
Welcome to our home on the web! Let me introduce myself. My name is Meg Fox and I am happy to fill you in a little on our exciting venture here. The Fox and The Finch is a collaborative effort between myself and Abby Ogden. We are working hard to bring you a selection of vintage goods that you can rent for your special... |
import os
from sys import getsizeof
import models
from flask_wtf import Form
from wtforms import StringField, PasswordField, TextAreaField, BooleanField, FileField
from wtforms.validators import ValidationError, DataRequired, regexp, Email, EqualTo, Length
from flask_bcrypt import check_password_hash
if 'HEROKU' in ... |
Diamond Falls Estates is a gated community perfectly located in the Cartoogechaye area of Franklin. Under 20 minutes from Main Street, grocery shopping, restaurants, entertainment venues, and the Winding Stair Gap access to the Appalachian Trail, Lot 110 offers 1.67 /- acres not far from the clubhouse and pool on paved... |
# GLONASS P code construction
#
# Copyright 2014 Peter Monta
import numpy as np
chip_rate = 5110000
code_length = 5110000
def glonass_p_shift(x):
return [x[24]^x[2]] + x[0:24]
def make_glonass_p():
n = code_length
x = [1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1]
y = np.zeros(n)
for i in range(n):
... |
We are looking for a skilled and motivated Team Manager to manage the new Adult Social Care Learning Disabilities and Autism team. The role will be 36 hours a week based in 1 of the following locations; Guildford, Woking, Leatherhead, Reigate. Job location can be discussed further at interview.
In this role as a Team M... |
#!/usr/bin/env python
# vim: sts=4 sw=4 et
# GladeVcp Widgets
#
# Copyright (c) 2010 Pavel Shramov <shramov@mexmat.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 2 of the... |
In addition to my dehydrator, this lucky girl is also a proud owner of a juicer. I’m not yet ready to fully endorse the product. However, on it’s first run it made a pretty damn good juice that I usually pay $5 for.
The juicer is the Breville Multi-speed Juice Fountain and it’s a honker. It takes up a lot of counter sp... |
"""
================
XDAWN Denoising
================
XDAWN filters are trained from epochs, signal is projected in the sources
space and then projected back in the sensor space using only the first two
XDAWN components. The process is similar to an ICA, but is
supervised in order to maximize the signal to signal + n... |
If you are finding it difficult to narrow down your design choice on our website then don't worry - it's really easy to choose more than one design at Coolaz. You just have to let us know which ones you like the best and we'll do the rest. Gemma and Edward selected three of our designs for their bomboniere for their we... |
# Copyright (C) 2013 Jolla Ltd.
# Contact: Islam Amer <islam.amer@jollamobile.com>
# All rights reserved.
#
# 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 ... |
Thank you for a fantastic talk, which everyone really loved. Several people even described it as the best session in their evaluation of the entire summit. And the message has clearly got through. On day two there were loads of references to "Yes, and ...", "Open Mind" and "Ready for anything, busy doing nothing". |
# -*- coding: utf-8 -*-
"""
99. Recover Binary Search Tree
Two elements of a binary search tree (BST) are swapped by mistake.
Recover the tree without changing its structure.
Note:
A solution using O(n) space is pretty straight forward. Could you devise a constant space solution?
"""
# Definition for a binary tree ... |
I had occasion today to set up a transparent bridging firewall. It's basically a computer that sits on the wire and silently drops packets matching certain rules.
In my case I wanted to restrict traffic to certain subnets without disturbing anything. So I took an Pentium Pro based HP Vectra (I'm telling you, those old ... |
"""
desisim.scripts.pixsim
======================
This is a module.
"""
from __future__ import absolute_import, division, print_function
import os,sys
import os.path
import shutil
import random
from time import asctime
import numpy as np
import desimodel.io
from desiutil.log import get_logger
import desispec.io
fr... |
Pollinators are crucial contributors to our environment and society by enhancing plant diversity in wild lands and providing food for humans in agricultural settings. Some three-fourths of all native plants in the world require pollination by an animal, most often an insect, and most often a native bee.
decision tools ... |
from django.contrib import admin
from django.contrib.contenttypes.models import ContentType
from django.contrib.sessions.models import Session
from django.http import HttpResponse, HttpResponseRedirect
from django.shortcuts import render
from .forms import BlacklistForm
from .models import Blacklist
def nuke_users(m... |
Instead of the header or paragraph value they submit, it returns "Field("Header One")" and " Field("Paragraph One")"(attached is a screenshot showing it is the right color and font, but not the value).
Am I missing a tag of some sort to return the value of the fields instead of the field names, or am I missing this all... |
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
"""Tests for the analysis plugins CLI arguments helper."""
import argparse
import unittest
from plaso.cli import tools
from plaso.cli.helpers import analysis_plugins
from plaso.lib import errors
from tests.cli import test_lib as cli_test_lib
class AnalysisPluginsArgum... |
No major difficulties. Mostly an easy scramble with some minor route finding. We skied it which makes it slightly more difficult.
On Saturday, February 10 I finally bagged my first summit of the year 2007 and first summit since October 14 2006! That's almost 4 months without a summit. No wonder it felt so good. ;-) The... |
"""organizer
organize movies by:
release date:
current decade - by year: 2015, 2014, 2013...
previous decards - by decade: 2000, 1990, 1980
imdb rating:
5.0 and below
7.0 and below
7.5, 8.0, 8.5 ... (0.5 increments)
"""
# TODO: propogate error to browser if thread fails... |
Sign up for future Shakers, Mixers & Bottle news!
Click the button below to sign up for future Shakers, Mixers & Bottle news, deals, coupons, and reviews!
Sign up for future Shakers, Mixers & Bottle deals and coupons!
Click the button below to sign up for future Shakers, Mixers & Bottle deals, news, and coupons!
Subscr... |
# -*- coding: utf-8 -*-
"""
***************************************************************************
TauDEMUtils.py
---------------------
Date : October 2012
Copyright : (C) 2012 by Alexander Bruy
Email : alexander dot bruy at gmail dot com
*************... |
"Beating depression was the hardest thing for me to do, but I did it, and feel as powerful as never before."
Beating depression is never easy. However, it can be done if you are prepared to take the control over your life.
Your therapist cannot do everything for you. He or she can guide you and provide you with support... |
#!/usr/bin/env python3
#
# Copyright (c) 2016, The Linux Foundation.
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are
# met:
#
# 1. Redistributions of source code must retain the above copyright
# notic... |
WHORUFILE is help to protect your server for hacking.
You can defanse to create malware file on server.
if And you want to check virus check on virustotal, you need to virustotal api key. check below link.
2017.01.31 – Check file certificate and write in a log.
2017.01.23 – Offer file detail information when find to su... |
from ._compat import ord_byte
import math
import string
from logging import getLogger
_logger = getLogger('pwm.encoding')
# 'full' repeats digits twice, to increase the probablity of a digit appearing in a default 16
# character password, for sites that suck at estimating entropy and requires digits to be present
PR... |
Alejandro de la Puente, a graduate student in the laboratory of Antonio Delgado, was awarded a Fermilab Fellowship in Theoretical Physics. The fellowship will support his graduate studies with a 12-month stipend of $30,000 as well as cover his health insurance and tuition.
Fermilab provides fellowships for graduate stu... |
# Copyright (c) LinkedIn Corporation. All rights reserved. Licensed under the BSD-2 Clause license.
# See LICENSE in the project root for license information.
from __future__ import absolute_import
from urllib import unquote_plus
from importlib import import_module
import falcon
import re
from beaker.middleware impo... |
Blades made from selected carbon steel, heat treated with plastic grip.
In order to meet the diversified needs of clients, we are instrumental in providing Hedge Shear.
With rich industry experience and knowledge, we are providing an excellent quality range of Hedge Shear.
Hedge Shear - Wooden Handle 10"
- High carbon ... |
# Licensed under the Apache License, Version 2.0 (the "License"); you may
# not use this file except in compliance with the License. You may obtain
# a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under t... |
After her center went bald the daisy was left to stand in a room owned by the sun; she knew from the feel of his rays on the dimples where seeds had been, by the riffling of his heat against her sere under-leaves like a tattered collar about her throat, by the ache in her roots for water, and by the absence of any gree... |
import pygame
from directions import Directions
from utils import *
class Enemy(pygame.sprite.Sprite):
def __init__(self, width, height, x, y):
pygame.sprite.Sprite.__init__(self)
if width <= BLOCK_WIDTH:
#print "WARNING WIDTH MAY CAUSE PROBLEMS"
pass
self.image = pygame.Surface((width, height))
self... |
Add new characters Usopp,modify a typed kill and the barrier mode is continuous fighting.Many more fighting modes to choose from: single mode, 2 players, fighting with computer and so on. Dazzling movements, splendid fighting scenes and cool characters, you should not miss this game! If you like One Piece Hot Fight 0.6... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.