text
stringlengths
29
850k
#!/usr/bin/python # Copyright 2009-2012 - Luca Freschi <l.freschi@gmail.com> # This file is part of QDC. # QDC is free software: you can redistribute...
Marketing logistics involve planning, delivering and controlling the flow of physical goods, marketing materials and information from the producer to the market. The aim is to meet customer demands while still making a satisfactory profit. To maintain your competitive edge, you need to create an effective strategy rega...
# coding=utf-8 """ Binary class deconstruct, reconstruct packet """ import copy class Binary(object): @staticmethod def deconstruct_packet(packet): """ Replaces every bytearray in packet with a numbered placeholder. :param packet: :return: dict with packet and list of buffers ...
The course aims to provide students with basic understanding of modern Bayesian inference methods. The course will emphasize and discuss methods which have application in robotics, natural language processing, data mining, web search. The details of the summer 2013 version of the course is available at https://ufal.mff...
#!/usr/bin/env python # ========================================================================= # # Copyright NumFOCUS # # 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:/...
At Williams Group, you will find a broad range of Approved Used BMW models, including the X Series. We have many years of experience working with the marque and can advise each of our customers to ensure they select a car that is right for them. Each of our models are in excellent condition, and with the X Series, you ...
# 2016 Red Hat Inc. # # This file is part of Ansible # # Ansible 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. # # Ansible is distri...
Grab your Easter baskets because we've just taken egg deliciousness to the next level! These adorable t-bars feature a pastel watercolour egg design with accents of pink, fuchsia, purple and blue, perfectly teamed with neutral grey suede details and white rubber soles. Never has there been a more EGG-celent Easter shoe...
from django.conf.urls.defaults import url, patterns from zorna.site import views urlpatterns = patterns('', url(r'^options/$', views.admin_list_options, name='admin_list_options'), url(r'^regist...
L'Ascenseur Végétal is an association (our registration number- a.k.a. SIRET - is 811 961 077 00021). .Personal data - Access & Storage. According to the French law "Informatique & Libertés" dated January 6th, 1978 (modified in 2004), L'Ascenseur Végétal's website has been registered (simplified application) by the leg...
import re import unicodedata import json from django.core.exceptions import ImproperlyConfigured from django.core.validators import validate_email, ValidationError from django.core import urlresolvers from django.contrib.sites.models import Site from django.db.models import FieldDoesNotExist from django.db.models.fiel...
Stock up on those must-haves for their Everyday wear! Shop and save on Best in Basics. Get Up to 50% Off Hundreds of wear, select styles for baby Boy & Girl, toddler Girl & Boy, Girls & Boys during The Great Big Sale. Based on original retail price. Excludes new arrivals. Sneak Peek! Make a Splash! Shop and save on Swi...
# -*- coding: utf-8 -*- # Generated by Django 1.10.4 on 2017-01-21 23:32 from __future__ import unicode_literals from django.db import migrations, models import django.db.models.deletion class Migration(migrations.Migration): initial = True dependencies = [ ] operations = [ migrations.Crea...
Frank Thomas wastes no words. The Cleveland Indians, he concludes, improved themselves greatly Tuesday when they added outfielders Marquis Grisson and David Justice in a deal for center-fielder Kenny Lofton and left-handed relief pitcher Embree. "That's a real serious move," Thomas said. "They picked up two All-Stars f...
# -*- coding: utf-8 -*- """ Project Euler: Problem 12 ========================= https://projecteuler.net/problem=12 Highly divisible triangular number ---------------------------------- The sequence of triangle numbers is generated by adding the natural numbers. So the 7th triangle number would be 1 + 2 + 3 + 4 + 5 +...
The Veritek Genie In-Lift 3D Wheel Aligner System. The First in the World In-Lift 3D Wheel Alignment Design. Made in India Wheel Alignment Machine. World’s 1st In-lift 3D Wheel Aligner with 2 cameras & smallest targets. World’s smallest target plates for front wheels. No fixed beam / column in front of the lift. No obs...
from operator import itemgetter from Bot.Plugins.Base import PluginBase class HelpCommandPlugin(PluginBase): """ This plugin sends a list of all available commands to the user when he types a certain command help - Sends a list of all available commands optional example json ( can be inserted in co...
In line with the initials of his name, viz., “LSG”, which as an acronym stands for “Learning, Sharing and Growing”, George believes in constantly challenging his own self towards any new learning and believes in sharing the same. George now, as Chairman & Prime Servant, heads 5E serpraise, a company with the vision of ...
# Copyright 2014 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, s...
I may or may not have mentioned that April has been one of the busiest months ever. I am the kind of person who likes to relax on the weekends... or run. That's the same thing. Amiright? People are always asking me, what are you doing this weekend? The answer is usually "nothing" or "running." But not in April. I had a...
#!/usr/bin/env python # 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/. # This script processes NSS .def files according to the rules defined in # a comment at the top o...
Nothing better than these B2s for a casual yet chic sports-luxe look. Light and breathable, it’s impossible to go wrong with these. This is a womens shoe. Available in sizes 36-41.
#!/usr/bin/env python import argparse import os import sys import pyrax pyrax.set_setting("identity_type", "rackspace") pyrax.set_credential_file(os.path.expanduser("~/.pyraxcreds")) cm = pyrax.cloud_monitoring auto = pyrax.autoscale def get_entity(ip): """Create or get an entity.""" entities = cm.list_en...
Prevention and Pest control is our core business! The EWS Pest control specialists solve each pest problem professionally and discretely and offer (prevention) advice to prevent inconvenience and damage. As part of pest control, EWS Pest control provides the best result based on the principles of IPM (Integrated Pest M...
"""Template tags relating to tickets.""" from django import template import json register = template.Library() @register.filter() def has_tickets(user, event): """Return True if the user has tickets for this event.""" if user.is_authenticated(): return event.tickets.filter(user=user, cancelled=False...
Stir-fried Noodles with Sliced Pork (Mì Xào Thịt Heo Lát) is again, one of my experiments and it is considered one of Best Vietnamese Food. Setting up this blog has resulted in me having to experiment with new recipes so that I can keep up with my postings. Before you go make this Best Vietnamese Food, let me tell you ...
# -*- coding: utf-8 -*- # Copyright 2020 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or...
The Wordpool Press Bookstore will now look a little different when users click on it from our website. In favor of a cleaner look and a multitude of advanced store options, we have moved to a different service provider. Users who access our store will now be able to participate in a complete buying experience, with vie...
import re from convert.base.generator import BaseGenerator from convert.base.parsedobject import * import datetime class Generator(BaseGenerator): def _generate_default_constructor(self): if self.data.type == ParsedObjectType.Enum: return "" constructor = " def __init__(self):\n" ...
Oh my…… Where to begin with this one…. It’s another book based of the a episode… But this was…. It was bad, I gave it 3 stars on Goodreads. Mostly because it had some good points like: Like the cross over with the classic Star Trek and Next Generation…. Data was rather funny in this book… That’s about it. It’s sad in a...
#!/usr/bin/env python #coding: utf8 import os, sys, json BASE_PATH = os.path.dirname(os.path.abspath(__file__)) # Solc Compiler SOLC = "solc" build_dir = os.path.join(BASE_PATH, "build") src_dir = os.path.join(BASE_PATH, "src") dst_dir = os.path.join(BASE_PATH, "build/src") bin_dir = os.path.join(BASE_PATH, "buil...
« The Tech-Army Proudly Welcomes Geremy and Security Managed! This entry was posted in Computer Service, contractor, Engineers, independent, independent contractor, Installation, network engineer, Network Maintenance, PC Maintenance, PC Service, Tech, tech army organization, Tech Army Troops, Tech-Army, Tech-Army Membe...
# xorn.geda - Python library for manipulating gEDA files #********************************************************************** # _ _ __ _ _ # __ _ _ __ ___| |_ | |__ __ _ ___ ___ / /_ | or | # / _` | '_ \ / _ \ __| | '_ \ / _` / __|/ _ \ '_ \| or |_ # | (_| | | | ...
The team, co-led by Vivienne Sze, associate professor in MIT's Department of Electrical Engineering and Computer Science (EECS), and Sertac Karaman, the Class of 1948 Career Development Associate Professor of Aeronautics and Astronautics, built a fully customized chip from the ground up, with a focus on reducing power ...
#!/usr/bin/python3 import gi gi.require_version('CDesktopEnums', '3.0') from gi.repository import Gtk, Gdk, CScreensaver, CDesktopEnums, GObject import random import status import constants as c import singletons from monitorView import MonitorView from unlock import UnlockDialog from clock import ClockWidget from a...
As sweet and cozy as she wants to be! Made from our soft like a cloud Jersey cotton, the Mountain Trees Tunic is ideal for all your girl’s activities. Designed with everyday play in mind, it features a long-sleeve cut with crew neck, high-low design (so cute!) and a sublime coniferous all-over print. Match it with prin...
import time import datetime from app import db, utils from app.models import Post, Message from flask import redirect, request from flask_login import current_user from flask_wtf import Form from wtforms import validators, StringField, TextAreaField, HiddenField class NewPostForm(Form): title = StringField('Titl...
1. From I-25 exit 221, west on 104th Ave (.5 miles) to Huron St. 2. North (right) on Huron St (1 mile) to 112th Ave/Community Center Dr. 3. West (left) on 112th Ave/Community Center Dr (.6 miles) to Northwest Open Space. 4. Northwest Open Space is on the south side. 1. From I-25 exit 221, west on 104th Ave (1.1 miles) ...
from recoDataStructure import * class DataReceiver: """This class helps us to read data into the program. During the training stage, it can read data from file and during recognition stage, it can get real time tracking data and pass it to the Feature Extraction module.""" def __init__(...
Adds a category series item, specified by its from and to values. The from value of the item. The to value of the item.
#!/usr/bin/python CIPHERNAMES = set(('aes-128-ctr',)) import os import sys if sys.platform not in ('darwin',): import pyelliptic else: # FIX PATH ON OS X () # https://github.com/yann2192/pyelliptic/issues/11 _openssl_lib_paths = ['/usr/local/Cellar/openssl/'] for p in _openssl_lib_paths: if...
Specially dedicated programs are responsible for launching a .wsdl file saved in a specific format (which we can recognize on the basis of the extension of a given file). The most common problems with .wsdl files downloaded or received via e-mail are: their incorrect association with programs in the registry, or simply...
#!/usr/bin/env python3 from random import randint from . import EmulationError from .constants.reg_rom_stack import STACK_ADDRESS, STACK_SIZE from .constants.graphics import GFX_FONT_ADDRESS, GFX_RESOLUTION, GFX_ADDRESS, \ GFX_WIDTH, GFX_HEIGHT_PX, GFX_WIDTH_PX, \ ...
Android: If you use your Android for streaming or video playback over HDMI, you've likely run into the problem of your tablet's screen staying on unnecessarily. This runs down the battery, and there's no need to see the image on both screens. Screen Standby fixes that problem. Screen Standby simply sets your screens br...
# -*- coding: utf-8 -*- # Define your item pipelines here # # Don't forget to add your pipeline to the ITEM_PIPELINES setting # See: http://doc.scrapy.org/en/latest/topics/item-pipeline.html import scrapy import pymysql import hashlib from scrapy.exceptions import DropItem class CrawlerPipeline(object): def __i...
The fund’s objective is to invest principally in United Kingdom equity securities. The aim of the fund is to provide investors with long-term capital growth from diversified and actively managed portfolios of securities. Unless otherwise specified in the investment objective, the income of the fund is expected to be lo...
#!/usr/bin/env python3 # # This script checks for updates to zcashd's dependencies. # # The SOURCE_ROOT constant specifies the location of the zcashd codebase to # check, and the GITHUB_API_* constants specify a personal access token for the # GitHub API, which need not have any special privileges. # # All dependencies...
The Cadillac CT5 is an executive car manufactured and marketed by Cadillac. It debuted at the 2019 New York Auto Show. It will be available in three trim levels with an optional Super Cruise semi-autonomous driving system; it will go on sale in the fall of 2019.
#!/usr/bin/env python """ main.py -- Udacity conference server-side Python App Engine HTTP controller handlers for memcache & task queue access $Id$ created by wesc on 2014 may 24 """ __author__ = 'wesc+api@google.com (Wesley Chun)' import webapp2 from google.appengine.api import app_identity from google.appe...
A pair of tryouts have been set aside for this USL side to see who would like to kick it with them this season. Jan 28 @ 1:30 p.m. - 3:30 and Tues. Jan. 29 from 10:30 a.m. - 12:30 p.m., again on Sat. Apr. 27 running 3-4:30 p.m, then Sun. Apr. 28 stating 9 a.m.-10:30 a.m., both at WakeMed Soccer Park. If they do not hav...
import json from datetime import datetime, date, time, timedelta from view_utils import get_offices, get_reservations_data, is_reservation_on_date from view_utils import send_reservation_notification, send_reschedule_notificaion, send_cancel_notificaion from django.conf import settings from django.contrib.auth.decorat...
Since joining Farm Bureau in 2000, I have learned a great deal about the insurance industry. I have also learned a great deal about people in the Hickory area. I fully understand the important role that insurance plays in their lives. As a long time client, and now as an agent, I'd like to offer you the same services t...
# # Copyright 2015-2019 University of Southern California # Distributed under the Apache License, Version 2.0. See LICENSE for more info. # """Filesystem-backed object bulk storage for Hatrac. This module handles only low-level byte storage. Object and object-version lifecycle and authorization is handled by the cal...
Attention: Riendeau Hyundai is currently looking to purchase additional used 2008 Chevrolet Aveo-5. Come back soon or send us a search request and we will contact you as soon as we receive more 2008 Chevrolet Aveo-5. You can also contact us directly by phone at 1-844-881-6377 to provide us with further details as to th...
from yowsup.structs import ProtocolTreeNode from .notification_contact import ContactNotificationProtocolEntity class ContactsSyncNotificationProtocolEntity(ContactNotificationProtocolEntity): ''' <notification from="4917667738517@s.whatsapp.net" t="1437251557" offline="0" type="contacts" id="4174521704"> ...
Eurostat, the EU's statistical agency, said the jobless rate in the 19 country eurozone had fallen to 10.4% from 10.5% in November. The eurozone's total jobless figure is better than analysts expected because of fears surrounding the slowdown in China and volatility in financial markets. Jennifer McKeown, Capital Econo...
import sys import rethinkdb as r from disco.core import Job import csv class GroupSum(Job): def __init__(self, group_by, fields, *args, **kwargs): self.group_by = int(group_by) self.fields = map(int, fields) super(GroupSum, self).__init__(*args, **kwargs) @staticmethod def map_reader(fd, size, url...
Dedrick Asante-Muhammad and Kylie Patterson of the Racial Wealth Divide Initiative at the Corporation for Enterprise Development write about their partnerships with organizations such as Urban Alliance to expand economic opportunity for residents of low-income communities. Read the full op-ed below and in The Baltimore...
# Copyright 2014 OpenStack Foundation # # 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 ...
Big Sandy Superstore was founded in Ashland, Kentucky in 1953 by Robert Van Hoose, Sr. Fresh out of the Air Force, Mr. Van Hoose had a $1000 loan from his wife Lorna and opened his first store. With his faith in God as his foundation, Mr. Van Hoose ran his business on a very basic principle: the golden rule. He believe...
import pylab WORDLIST_FILENAME = "words.txt" def loadWords(): """ Returns a list of valid words. Words are strings of lowercase letters. Depending on the size of the word list, this function may take a while to finish. """ print "Loading word list from file..." # inFile:...
It’s wintertime in NYC, and whether you are meeting up with friends and family or perusing the holiday markets, you are probably trying to figure out whether and how to bring your little one along. Let’s talk about some of the ways to tote around our babes around the city comfortably and safely. Carriers are a great wa...
import binascii def fingerprint(tokens, dict_limit=25, token_limit=None, debug=False): ''' Paper: "Locality Sensitive Hashing for Scalable Structural Classification and Clustering of Web Documents" Hachenberg, Christian; Gottron, Thomas (2013) https://west.uni-koblenz.de/de/forschung/datensaetze/...
If you are dissatisfied at any time during the first 30 days after purchase, simply ask for a full refund. You will get your money back. That’s a firm promise and commitment. Email your refund requests to admin@tigercontent.com. Please include the words “Refund Request” in the subject line of your email. Welcome! You’r...
# Copyright 2017 The TensorFlow Authors. 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 applica...
EVOKING MEMORIES « THE BRYCE IS RIGHT! – How the sense of smell and taste can unleash vivid memories. Of all of our senses, smell and taste can trigger vivid emotional memories, even going so far as to making us feel like we are being transported back in time. Sight, sound, and touch are also useful, but smell and tast...
# (c) 2013-2018 Sebastian Humenda # This code is licenced under the terms of the LGPL-3+, see the file COPYING for # more details. """Top-level API to parse input documents. The main point of the parsing is to extract formulas from a given input document, while preserving the remaining formatting. The returned parsed ...
Blocked nose which makes it difficult to breathe through the nostrils and you may need to breathe through the mouth. Concurrently, blocked nose is known to alter the tone and timber of the voice too. Concurrently, blocked nose is known to alter the tone and timber of the voice too. Stuffy nose is a common condition whi...
# -*- coding:utf8 -*- # ####################### BEGIN LICENSE BLOCK ######################## # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public # License as published by the Free Software Foundation; either # version 2.1 of the License, or (at yo...
The third of our students to join our UK Scholarship Fund is Lourdina Baboun from Bethlehem. This is yet another interview that will tell you a bit more about our musicians. Palmusic UK: Tell us a little bit about you, where you come from and what you do? Lourdina Baboun [LB]: My name is Lourdina Baboun, and I am a Pal...
# Copyright 2017 The TensorFlow Authors. 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 applica...
Do some children outgrow asthma? Asthma symptoms that start in childhood can disappear later in life. Sometimes, however, a child's asthma goes away temporarily, only to return a few years later. But other children with asthma — particularly those with severe asthma — never outgrow it. In young children, it can be hard...
#!/usr/bin/env python import sys from optparse import OptionParser from bisect import bisect_left, bisect_right from coinunifier.wallet.factory import load_wallet ## ## Process arguments ## USAGE = '''' % unify_coins_simple.py [OPTIONS] KIND THRESHOLD ADDRESS KIND: kind of coin (e.g. bitcoin, litecoin, ...) TH...
If you’re looking for ways to spice up your food or yourself, why not go to the company that started it all? Watkins baking products are the way folks around the world get creative in the kitchen. They were America’s first apothecary manufacturer, founded in 1868 and still based in Winona, Minnesota to this day. Althou...
######## # Copyright (c) 2014 GigaSpaces 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...
The Charlottesville Chapter of The Links Incorporated presents its sixteenth annual Celebration of the African American Literary Tradition, including brunch, musical and spoken word performances by community youth, a tribute to book festival authors, book sales and signing. Tickets required. Join G.S. Wilson (Jefferson...
#!/usr/bin/env python2 # -*- coding: utf-8 -*- # # emailIdx - Synchronizes emails from IMAP to Elasticsearch # Copyright (C) 2015 Paul Hofmann # # 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 Softwar...
Diamond Deli's specialise in authentic Indian snacks and curries. We supply hot snacks and cold curries to take away and also offer a next day collection service on all orders. We also cater for events, conferences, parties and dinner parties. Please feel welcome to visit our stand outside of Boots in Telford Shopping ...
#!/usr/bin/env python # -*- coding: utf-8 -*- # # || ____ _ __ # +------+ / __ )(_) /_______________ _____ ___ # | 0xBC | / __ / / __/ ___/ ___/ __ `/_ / / _ \ # +------+ / /_/ / / /_/ /__/ / / /_/ / / /_/ __/ # || || /_____/_/\__/\___/_/ \__,_/ /___/\___/ # # Copyright (C) 20...
Ride in with utmost confidence with the E50B6469 eyeglasses from Graviate by Coolwinks. Directing the top-tier fashion statement with round frames in transparent color, these glasses pave in an ideal way to make yourself known in the vicinity. A terrific match for those with square & oval-shaped faces, these specs pair...
# Nescient: A Python program for packing/unpacking encrypted, salted, and authenticated file containers. # Copyright (C) 2018 Ariel Antonitis. Licensed under the MIT license. # # nescient/crypto/galois.py """ Classes for creating and interacting with Galois fields (otherwise known as finite fields) A galois field of o...
Matt Campbell is the toast of college football at the moment, and with good reason. Iowa State is ranked at No. 25 in this week’s edition of the AP Top 25, the Cyclones’ first appearance in the poll since Sept. 25, 2005. In the midst of a 3-game winning streak, Iowa State is 5-2 on the year and controls its own destiny...
from utils.header import Header, NonEncodingField from utils.commafy import commafy class SymbolTableBase(Header): FIELDS = ( NonEncodingField('desc'), ) def __init__(self, entry_type, num_entries=None): if num_entries is not None: desc = '%s %s' % (commafy(num_entries), entry...
Episode 53 of Voices in AI features host Byron Reese and Nova Spivack talking about neurons, the Gaia hypothesis, intelligence, and quantum physics. Nova Spivack is a leading technology futurist, serial entrepreneur and angel investor. Byron Reese: This is Voices in AI brought to you by GigaOm. I’m Byron Reese. Today, ...
# -*- coding: utf-8 -*- import hashlib import binascii from thrift.transport.THttpClient import THttpClient from thrift.protocol.TBinaryProtocol import TBinaryProtocol from evernote.edam.userstore import UserStore from evernote.edam.notestore import NoteStore import evernote.edam.type.ttypes as Types import evernote....
Wish you had more attendees at your open house? With social media you can increase attendance virtually! Record your open house on Facebook Live, Instagram Live, or Snapchat. What’s also great about Facebook and Instagram Live, is that your followers will receive a notification once you’ve gone live. Do you farm a part...
#!/usr/bin/env python experiment_dir = '/Users/eija/Documents/FinnBrain/pipelinedata' DTIprep_protocol = '/Users/eija/Documents/FinnBrain/scripts/default.xml' from argparse import ArgumentParser import os import math import numpy as np import glob import dicom if __name__ == "__main__": parser = ArgumentParser()...
The act of volunteering is a self-less one and a wonderful way to make a difference. Volunteering requires dedication, commitment and the desire to learn. It takes many forms, from a life-time activity to a one time event. We would love to hear from you about how you would like to get involved! Please complete and subm...
# ----------------------------------------------------------------------- # Copyright (c) 2018 Jendrik Seipp # # RedNotebook 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...
According to a new report North America Security as a Service Market, published by KBV research, the North America Security as a Service Market would witness market growth of 14.9% CAGR during the forecast period (2018 – 2024). The US market would dominate the North America Network Security as a Service Market by Count...
#!/usr/bin/env python # -*- coding: utf-8 -*- import inspect import numpy as np import emcee import george from george import kernels import os import sys currentframe = inspect.currentframe() currentdir = os.path.dirname(os.path.abspath(inspect.getfile(currentframe))) parentdir = os.path.dirname(currentdir) sys.pa...
This page describes checks supported by go-critic linter. checker is enabled by default. checker is disabled by default. Diagnostics try to find programming errors in the code. They also detect code that may be correct, but looks suspicious. All diagnostics are enabled by default (unless it has “experimental” tag). Sty...
#!/usr/bin/env python # -*- coding: utf-8 -*- import copy from math import ceil from IPy import IP import requests import json from uuid import uuid4 import random import time import jimit as ji from flask import Blueprint, url_for, request from jimvc.api.base import Base from jimvc.models.initialize import dev_tab...
Posted at 11:08 am on June 8, 2018 by Sam J. Hey, don’t take it from us. Federal investigators probing leaks of classified information to journalists secretly obtained phone and email records of New York Times reporter Ali Watkins, a Temple University graduate who once interned with the Daily News, the Times reported T...
from warcio.archiveiterator import WARCIterator import json import argparse import logging import sys import os from collections import namedtuple log = logging.getLogger(__name__) IterItem = namedtuple('IterItem', ['type', 'id', 'date', 'url', 'item']) class BaseWarcIter: """ Base class for a warc iterator...
Companies' software updates help manage demand, supply planning. Software upgrades from Prescient Systems Inc. and PeopleSoft Inc. make strides toward bringing the demand planning and execution components of SCM closer. By integrating these two phases of the production process, businesses and manufacturers will be bett...
# Protocol Buffers - Google's data interchange format # Copyright 2008 Google Inc. All rights reserved. # http://code.google.com/p/protobuf/ # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are # met: # # * Redistributions o...
It was announced back in July that BtoBet, a top online casino and sportsbook platform developer, is set to be the Digital Sponsor of the upcoming Central and Eastern European Gaming Conference (CEEGC). Now, we have learned that BtoBet has been shortlisted for three awards at the event, set to take place September 25th...
#api.py #Routines for dumping the MIB API region of a mib12 executive module and verifying #the contents to make sure they have not been stomped on by some other process. from pymomo.hex8.decode import * from pymomo.utilities.paths import MomoPaths from pymomo.utilities import build from config12 import MIB12Processor...
Mortified after her semester abroad is cut short, Amelia Christiansen returns to Deep Haven, certain she isn't brave enough for the adventures she's dreamed of. The last thing she expects is for the man who broke her heart to cross the Atlantic and beg forgiveness.Heir to a European hotel dynasty, Roark St. John has tr...