text stringlengths 29 850k |
|---|
"""
A tree module for pforest.
GNU GENERAL PUBLIC LICENSE Version 2
Created on Thu Oct 16 17:33:47 2014
@author: Wasit
"""
import numpy as np
try:
__import__('imp').find_module('pforest')
print "Found pforest"
from pforest.master import mnode
except ImportError:
print "Not found pforest. Importing... |
On November 5, 2018, NASBITE International opened team registration for the 2019 Student Case Competition, happening April 8-9, 2019, two days prior to the 32nd Annual Conference and one day prior to the 3rd Annual Small Business Exporter Summit in Savannah, GA.
Up to eighteen teams will be competing. Teams are selecte... |
import json
from Send_formatter import Send_formatter
from src.networking.IP_Parser import IP_Parser
from Exceptions.Table_lookup_failed_exception import Table_lookup_failed_exception
from src.Encoder import Encoder
from src.Search.Search_results import Search_results
from src.Search.Database import Database
import thr... |
Our IT Security team is made of senior experienced individuals certified CISSP, CISA and various other industry leading designations.
We can help you align your organization with major frameworks such as Isaca COBIT 5, NIST, ISACA IT Risk Framework, Val IT, COSO and others. We understand your organization may have gove... |
def messageBox(text, align='center', textWidth=274):
font = parole.resource.getFont("fonts/Arial.ttf", 14)
block = parole.shader.TextBlockPass(font, (255,255,255),
wrap_width=textWidth, bg_rgb=(0,64,128), align=align, wrap='word')
block.text = text
block.update()
sdr = parole.shader.Sha... |
Based on a comparison of 34 countries in 2016, Italy ranked the highest in Permanent crops for human consumption - Harvested production with 28,013 kt followed by Turkey and Spain. On the other end of the scale was Estonia with 3.64 kt, Malta with 5.72 kt and Finland with 9.50 kt.
Buy Permanent crops for human consumpt... |
import os
import time
import json
from slackclient import SlackClient
'''
Welcome to the code!
This is the main class for the hr_bot.
This code sucks: spaghetti, mixed, hardcoded and etc. So if you are a very opinionated person I am accepting refactoring PRs :)
Go ahead, have fun!
'''
# starterbot's ID as an environ... |
When you’re getting ready to apply for a new healthcare job, updating your resume is probably the first step.
For many people, the next step is writing and refining the perfect cover letter.
However, according to a recent study from Jobvite, only about 26% of recruiters actually look at a cover letter. With new develop... |
# coding=utf-8
# Copyright 2021 The Google Research Authors.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicab... |
Your company will need a PSV operator’s licence for your PSV driver, also called PCV driver since a regulatory change in 1992 (!), to be able to drive a vehicle that carries 9 or more passengers, or if you’re planning to charge separate fares for the journey.
You’ll need to ensure that the PSV driver you’re hiring has ... |
###############################################################################
# lazyflow: data flow based lazy parallel computation framework
#
# Copyright (C) 2011-2014, the ilastik developers
# <team@ilastik.org>
#
# This program is free software; you can redistribute it and/o... |
The Mythos XTR series models are ultra-slim on-wall/on-shelf high performance loudspeakers designed to match today's super shallow TVs. The award winning Mythos XTR-50 was the first ultra-shallow (only 1.5" deep) high performance speaker to enter the market. It's patent pending technologies and premium materials yielde... |
import urllib2
import urllib
import urlparse
import xml.etree.ElementTree
import re
from htmlentitydefs import name2codepoint
import hashlib
import sys
import logging
import time
import os
import json
class Tvst(object):
CLIENT_ID = 'va0D2CEfSPNNlLoYMYYT'
CLIENT_SECRET = 'RF51gSEZBJAbLXmEUCZ8thJAwJPAyQSafCQC... |
The Test Valley School Computing Department have been very active within the local community this term.
Test Valley School have been collaborating with local Primary Schools to develop innovative Computer Science sessions, designed to increase pupil engagement and interest in the cutting edge field of Computer Programm... |
# Copyright (C) 2020 Christopher Gearhart
# chris@bblanimation.com
# http://bblanimation.com/
#
# 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 opt... |
Cruise Planners, an American Express Travel Representative, is the nation’s largest home-based travel agent franchise network. As a Cruise Planners travel franchise owner, you have the flexibility to run your own travel agency business from anywhere. Cruise Planners provides you with access to award-winning, innovative... |
import pyopencl as cl
import pyopencl.array as clarray
from time import time
import numpy as np
import os
from median_of_medians import base_path
from common import *
from numpy import uint32, int32
common_lib_path = base_path
#ctx = cl.create_some_context()
platform = cl.get_platforms()[0]
devices = [device for devi... |
Past research I have been involved in include the management of traditional woody features such as hedges for bioenergy (TWECOM), conservation tillage (TILMAN-ORG), and the use of cover crops in organic rotations (OSCAR).
I am interested whole system approaches which link landscape ecology with sustainable food product... |
# Copyright (c) 2007, 2008 Red Hat, Inc.
#
# This file is part of the Qpid async store library msgstore.so.
#
# 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 L... |
Built from impact-resistant plastic (IK08), the RS PRO 5800 LED is dust-tight and protected against jets of water (IP66).
I was very pleased to search out this internet-site.I wished to thanks in your time for this wonderful read!! I definitely having fun with every little bit of it and I've you bookmarked to take a lo... |
#!/usr/bin/env python2
# -*- coding: utf-8 -*-
# Copyright (C) 2013, Cameron White
from .tools import waiting_effects
from github import Github
from github.GithubException import BadCredentialsException, \
TwoFactorException, GithubException
from github.Authorization import Authorization
from PyQt4.QtCore import QR... |
16 November 2018. Prospa is ranked at #5 in the Leadership category and #20 overall. The Leadership category recognises those technology companies who have won a place in the Technology Fast 50 Australia list and whose strong track record of growth has generated cumulative operating revenues greater than $50 million. J... |
# -*- coding: utf-8 -*-
# Flask-Diamond (c) Ian Dennis Miller
import re
import os
import codecs
from setuptools import setup, find_packages
def read(*rnames):
return codecs.open(os.path.join(os.path.dirname(__file__), *rnames), 'r', 'utf-8').read()
def grep(attrname):
pattern = r"{0}\W*=\W*'([^']+)'".forma... |
Intelligence has proved to be one of the most desirable qualities in an individual — second only, perhaps, to beauty. At the very least, intelligence earns respect, at the highest level it earns awe and fame — and money. And yet, intelligence has been pigeonholed into the narrowest of definitions, limited to a pre-dete... |
from cornice import Service
from colander import MappingSchema, SchemaNode, String
import facebook
from semantica_rt_py.persistence_config import mongodb
FB_APP_ID = '156235004569304'
class AddPageSchema(MappingSchema):
user_token = SchemaNode(String(), location='body', type='str')
page_id = SchemaNode(Stri... |
According to preliminary estimates, over 10,000 farmers suffered losses, with officials estimating the damage to be Rs 1,647 lakh.
Over 10.3 lakh hectares of agricultural crop and more than 10,000 hectares of horticulture crops suffered damage in Andhra Pradesh due to Cyclone Phethai, as per the preliminary estimates m... |
from django.contrib import admin
from django.contrib.contenttypes import generic
from models import Attribute, BaseModel
from django.utils.translation import ugettext_lazy as _
class MetaInline(generic.GenericTabularInline):
model = Attribute
extra = 0
class BaseAdmin(admin.ModelAdmin):
"""
def get_re... |
Customer’s plant was located in the South and had several roof top ventilation fans powered by buckets in MCC’s throughout the plant. Personnel had access to the controls of the buckets and were able to disrupt the balance of air flow in the plant creating hot spots and negative air pressure areas. Logicon was asked to... |
#***************************************************************
# This file is part of Paintomics v3
#
# Paintomics 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 (... |
Phew, what a week it’s been — not only have we seen the release of The MagPi issue 61, but today we also discovered issue 3 of Hello World on our doorstep. Both are amazing publications for our community of Raspberry Pi makers and educators.
We’re always keen to improve our accessibility and increase our reach, and if ... |
#!/usr/bin/env python
"""
environment variable inventory source
If the environment variable is undefined, the variable is also undefined.
The group level environment variables are only supported, and the host level environment variables are not supported.
The environment variable name must be uppercase.
## Examples
... |
We’ve recently been trying out the Vauxhall Crossland X. The Crossland X is a crossover SUV and part of the X range alongside the Mokka X and the Grandland X.
Everyone seems to be buying an SUV these days, particularly families like ours, and so the Crossland X needs to offer a USP if it is to be chosen over the many o... |
import re
from django.conf import settings
from django.core.urlresolvers import reverse
from django.test import LiveServerTestCase
from django.contrib.auth import get_user_model
from django.core import mail
from selenium.webdriver.support.wait import WebDriverWait
from froide.foirequest.tests import factories
from f... |
Keen competition : Worldwide enterprise has to face eager (too much) competitors on this planet market. Therefore, developing nations open up their economies by way of liberal financial insurance policies. The Companies Act requires that an audited set of economic statements, made as much as not more than six months be... |
# -*- coding: utf-8 -*-
# ------------------------------------------------------------
# pelisalacarta 4
# Copyright 2015 tvalacarta@gmail.com
# http://blog.tvalacarta.info/plugin-xbmc/pelisalacarta/
#
# Distributed under the terms of GNU General Public License v3 (GPLv3)
# http://www.gnu.org/licenses/gpl-3.0.html
# --... |
Hi, I am interested in your 2019 Suzuki GSX-R1000 (stock #TBD) listed on Autotrader. I'd like to get more information about this vehicle and confirm its availability.
From there, the fundamental capabilities that make a great sportbike were distilled down to three words: run, stop, and turn making the new GSX-R1000 run... |
import numpy as np
import re
import os
import cv2
import csv
import funcionesCV_recurrentes as cvr
import georef
from conf import RUTA_PLANTILLAS
numeros = re.compile('\D')
espacios = re.compile('\s')
with open(RUTA_PLANTILLAS+'/localidades.csv') as localidades:
reader = csv.DictReader(localidades)
err_msg = ... |
Refer to the two show output examples below. The switch with the e8ba.70b5.7180 MAC address is the root bridge for which VLAN or VLANs?
Refer to the Cisco IOS XR commands exhibit. The router administrator is trying to activate a software package on the router but is not able to do so. Which statement about this problem... |
# -*- coding: utf-8 -*-
import json
import os
from collections import OrderedDict
from unittest.mock import Mock
import pytest
from gridsync import autostart_file_path, config_dir, pkgdir
from gridsync.filter import (
apply_filters,
filter_tahoe_log_message,
get_filters,
)
@pytest.fixture
def core():
... |
>> matter of "quality of implementation".
> version-dependent as the peephole optimizer itself.
about code that's never called, but it is a change.
Prev by Date: [Python-Dev] Add more SyntaxWarnings?
Next by Date: [Python-Dev] Add more SyntaxWarnings?
Previous by thread: [Python-Dev] Add more SyntaxWarnings?
Next by th... |
import builtins
import logging
import copy
import meta
from ast import *
import types
import inspect
import numpy as np
import theano
import theano.tensor as T
import autodiff
import autodiff.utils as utils
import autodiff.functions
import collections
logger = logging.getLogger('autodiff')
# XXX FIXME This will not ... |
Length from top of shoulder – Size A – 9½ ins. Size B – 10 ins.
Length of sleeve seam – Size A, 6 ins.; Size B, 7 ins. (or length desired).
8 stitches to the inch in width, measured over plain smooth fabric.
Instructions are for smaller size A. Larger size B is shown thus [B- … ].
Using No. 12 Needles and L., cast on 3... |
import numpy as np
import gym
from keras.layers import Conv2D, Dense, Input, Flatten
from keras.models import Model, load_model
from keras.optimizers import RMSprop
from keras.utils.np_utils import to_categorical
import keras.backend as K
from common import LogPong
from skimage.color import rgb2gray
from skimage.transf... |
Many of your metal plated seed beads suggest using an "artist's fixative" to keep the metal from wearing off. Would you spray the individual beads before using them, or the finished piece. If the finished piece, how do you get into the crevices of the piece. Will this also stop tarnishing? What can you do if a finished... |
#!/usr/bin/env python
from collections import OrderedDict
import numpy
from kernel_tuner import tune_kernel, run_kernel
def tune_zeromean():
with open('zeromeanfilter.cu', 'r') as f:
kernel_string = f.read()
height = numpy.int32(4391)
width = numpy.int32(3539)
image = numpy.random.randn(heig... |
More listings & pictures have been added! More to come as available!
Thanks for your patience! Sorry for the wrong pictures. These are for this auction.
to be unpacked & discovered! |
import hashlib
import logging
from scrapy.utils.misc import create_instance
logger = logging.getLogger(__name__)
def _path_safe(text):
"""
Return a filesystem-safe version of a string ``text``
>>> _path_safe('simple.org').startswith('simple.org')
True
>>> _path_safe('dash-underscore_.org').star... |
For years, Russian oligarchs and robber barons seeking to park their "unsourced" capital offshore and away from the sticky fingers of the Kremlin, treated Swiss bank accounts (preferably anonymous) with their "no questions asked" customer policies as, well, Swiss bank accounts.
One of Switzerland’s largest banks, Credi... |
# Copyright 2019 Virgil Dupras
#
# This software is licensed under the "GPLv3" License as described in the "LICENSE" file,
# which should be included with this package. The terms are also available at
# http://www.gnu.org/licenses/gpl-3.0.html
import weakref
from datetime import date
from core.util import allsame, fl... |
A girl’s life these days is not as simple as people may think it is. We are certainly freer than our mums and grandmas used to be. Nonetheless, we have to put up with the most demanding pressures: being pretty, being thin, being trendy, always smiling… On top of that, we have to succeed in our careers and get married b... |
import pytest
from addons.osfstorage import settings as osfstorage_settings
from osf.models import BaseFileNode, Folder, File
from osf_tests.factories import (
UserFactory,
ProjectFactory,
)
pytestmark = pytest.mark.django_db
@pytest.fixture()
def user():
return UserFactory()
@pytest.fixture()
def proje... |
This is possibly the most beautiful park I’ve ever been too and I hope you’ll agree as this park has won many international awards for its landscaping. This park is very well shaded with many large and tall trees throughout the park, It is so well shaded that it feels at least ten degrees cooler in this area than the s... |
#!/usr/bin/env python
import re
def oneline(infile, outfile):
pattern = re.compile(r'^(\w+)(\*){1}(\d+)(\:?)')
f = open(infile)
geno = {}
ref = ''
flag = False
for i in f:
i = i.strip()
if i and pattern.search(i):
fs = i.split()
if fs[0] not in geno:
geno[fs[0]]=''
for j in range(1, len(fs)):
... |
Mellendick, Kevan; Shanahan, Lilly; Wideman, Laurie; Calkins, Susan; Keane, Susan; Lovelady, Cheryl (2018). Diets Rich in Fruits and Vegetables Are Associated with Lower Cardiovascular Disease Risk in Adolescents. Nutrients, 10(2):136. |
#! /usr/bin/env python
# Copyright (c) 2013-2018, Rethink Robotics Inc.
#
# 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 ... |
WHEN Christian singer Steve Taylor arrives in Sydney next month, he will walk into a storm over his song about blowing up an abortion clinic.
The American artist's song, I Blew up the Clinic Real Good , has been banned by many record stores in the US and may face problems in music shops here.
Word Records Australia, lo... |
# vim: tabstop=4 shiftwidth=4 softtabstop=4
# Copyright 2012 OpenStack Foundation
# 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.apach... |
In a global marketing “first” for Sloggi, over 30 countries, encompassing every continent are joining together to find the most perfect male and female bottoms in the world.
A series of inaugural events is planned in each country, the venue for the “official” UK launch being the music V Festival at Chelmsford on August... |
# -*- coding: utf-8 -*-
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
from openerp import api
from lxml import etree
from openerp.addons.base.res.res_config import \
res_config_settings
class ResConfigSettings(res_config_settings):
@api.model
def fields_view_get(self, view_id=None... |
CareCredit knows pets are family too. That's why they offer veterinary financing to help keep your most cherished family members in top shape. The CareCredit healthcare credit card helps to manage your veterinary expenses—everything from routine exams and surgery to unexpected emergencies. The card provides flexibility... |
# This source file is part of mc3p, the Minecraft Protocol Parsing Proxy.
#
# Copyright (C) 2011 Matthew J. McGill
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License v2 as published by
# the Free Software Foundation.
#
# This program is distrib... |
Whats New in Active Directory 2016.
Prerequisites of Active Directory Installation.
Once above prerequisites completed…. Let’s Start for Active Directory Step by Step installation.
Click on Start button and then click on Server Manager icon or you can access it by running command ServerManagerCmd.exe and press enter.
B... |
###############################################################################
# Copyright (c) 2017 Merantix GmbH
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
# http:... |
A Cranston Tradition Returns this Memorial Day Weekend!
From May 24th to May 28th, Rockwell Amusements brings its carnival fun back to Mulligan's Island for the 8th consecutive year. As always, families can enjoy the rides, play the games, and eat the fabulous carnival food.
to the entire family. With this characterist... |
#!/usr/bin/env ipython
import os
from pylab import *
from numpy import *
import matplotlib.patches as patches
import matplotlib.transforms as transforms
import console_colors as ccl
import numpy as np
#------------------------------
nbins = 50 # (revisar a ojo) bine por unidad de tiemp... |
Chattanooga and its vicinity. Buell disposed his line from Huntsville, Ala., to McMinnsville, Warren co., Tenn. So lay the opposing armies when Kirby Smith left Knoxville to invade Kentucky. Bragg crossed the Tennessee, just above Chattanooga, on Aug. 21, with thirty-six regiments of infantry, five of cavalry, and fort... |
'''
@since: 2015-01-07
@author: moschlar
'''
import sqlalchemy.types as sqlat
import tw2.core as twc
import tw2.bootstrap.forms as twb
import tw2.jqplugins.chosen.widgets as twjc
import sprox.widgets.tw2widgets.widgets as sw
from sprox.sa.widgetselector import SAWidgetSelector
from sprox.sa.validatorselector import ... |
The Pilgrimage To Beautiful Bali.
Have you ever tried to corral six fourteen year old’s halfway across the world?
Through flights, check-ins, security lines, McDonald’s lines, and more security lines? As you could imagine, it’s no easy task.
But it’s a task that we have taken on ever since the inception of Grom Games, ... |
import os
import csv
import json
import glob
import progressbar
from collections import OrderedDict
from utils import intersection_over_union
kHaanjuHome = '/home/neohanju/Workspace/dataset'
kJMHome = 'C:/Users/JM/Desktop/Data/ETRIrelated/BMVC'
kCurrentHome = kJMHome
kPosetrackCSVAnnotationBasePath = os.path.join(kCu... |
Beautifying the neighborhoods we inhabit extends beyond lawn care – it means taking an active role in maintaining healthy, flourishing public venues. That's why we've teamed with New Hampshire Fisher Cats as their official landscape and snow management provider at Northeast Delta Dental Stadium.
The goal of this partne... |
# Copyright 2008-2015 Nokia Networks
# Copyright 2016- Robot Framework 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
... |
English is a funny language. Take for example the alphabets itself. How many of you really know that & was basically a part of the English alphabet system? Though it sounds a bit bizarre to a pair of modern ears, but it’s very true. Just like the symbol, its name and origin is also equally intriguing. So, if you love t... |
# Copyright (c) 2014, Menno Smits
# Released subject to the New BSD License
# Please see http://en.wikipedia.org/wiki/BSD_licenses
from mock import patch, sentinel
from imapclient.imapclient import IMAPClient
from imapclient.test.util import unittest
class TestInit(unittest.TestCase):
def setUp(self):
s... |
As for studying and my classes, I think the difficult part is trying to find an efficient way of studying and getting things solidly lodged in my brain. College differs from highschool in that it isn't all laid out for you - you have to work your own method to get stuff done. Hopefully this week (week two) will make me... |
import datetime
import sys
begin = datetime.datetime.now()
import pyodbc
import numpy as np
import matplotlib.pyplot as plt
plt.style.use('ggplot')
dataini = "'"+str(sys.argv[1])
horaini = str(sys.argv[2])+"'"
datafim = "'"+str(sys.argv[3])
horafim = str(sys.argv[4])+"'"
cnxn = pyodbc.connect('DRIVER={SQL Server};... |
This arts project used the brain as a metaphor for networking, developing pathways and making connections between people.It focussed on recent research, exploding some of the myths around disorders of the brain and creativity.
During 2014 APEX ARTS devised and toured an artistic, musical performance, themed around neur... |
# Python wrapper to the Maemo 4.0 "Chinook" liblocation.
# Wrapper version 0.1.
#
# Copyright 2008 by Robert W. Brewer < rwb123 at gmail dot com >
# Licensed under GNU LGPL v3.
#
# This file is free software: you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License as publishe... |
If you have been accused of operating a vehicle under the influence (OVI) or driving under the influence (DUI) in Ohio, you need to know that the consequences could result in legal penalties that are more serious than the embarrassment and humiliation that many experience after an arrest. DUI convictions are serious bu... |
# Copyright (C) 2012 Alexander Jones
#
# This file is part of Manitae.
#
# Manitae 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 v... |
This is clearly very true – make no mistake that your customers can and will walk for any number of reasons.
Whether you’re a business that is established, or whether you’re starting up what is one of the most important assets you will ever have? Your customers of course! They are the bread and butter of any business s... |
from __future__ import print_function
import os
import logging
from pdb import pm
from miasm.loader import pe
from miasm.analysis.sandbox import Sandbox_Win_x86_32
from miasm.os_dep.common import get_win_str_a
# User defined methods
def kernel32_GetProcAddress(jitter):
"""Hook on GetProcAddress to note where UPX... |
While everyone knows that content marketing is a critical component of inbound marketing strategy, many fail when it comes to execution. By exploring the contents of this ebook, you’ll discover key strategies that, when implemented, will help your brand receive the online attention it deserves.
Follow OneIMS as we jour... |
# Copyright (C) 2013 Google Inc., authors, and contributors <see AUTHORS file>
# Licensed under http://www.apache.org/licenses/LICENSE-2.0 <see LICENSE file>
# Created By: david@reciprocitylabs.com
# Maintained By: david@reciprocitylabs.com
import json
from flask import request, current_app
from ggrc.fulltext import g... |
Here is the new Monthly GK Capsules. This time we are going to share official PDF file of AAA-Bright Academy which contains Monthly GK updates of March 2019. So if you are preparing for any Government, Bank, Railways,SSC Examination this PDF file is very helpful to you. All the best to all participants for the upcoming... |
from django.apps import AppConfig
from django.contrib import admin
from django.db import models
class AutoDisplayAdmin(admin.ModelAdmin):
list_links_fields = ('CharField',
'IntegerField',
'AutoField',
'DateField',
... |
Second, what I am seeing in these arguments is a very dangerous practice called "cherry picking"; selectively picking out data that support your argument and ignoring contrary evidence. It certainly looks interesting that Earth, Mars, Jupiter, Triton, and Pluto are warming, and if that’s all you heard then it seems log... |
# ~*~ coding: utf-8 ~*~
#
import os
import paramiko
from paramiko.ssh_exception import SSHException
from common.utils import get_object_or_none
from .models import Asset, SystemUser, Label
def get_assets_by_id_list(id_list):
return Asset.objects.filter(id__in=id_list).filter(is_active=True)
def get_system_user... |
9. 1 cup berries, chopped small.
10. 1/2 cup rolled Oats, ground to powder.
1. Combine dry ingredients in a bowl. Combine wet ingredients in a separate bowl.
2. Mix the two together gently.
3. Stir in chopped berries. Batter will be lumpy; don’t over mix.
1. Keep your muffin cups greasy enough, mine were not so they we... |
"""
CBMPy: CBTools module
=====================
PySCeS Constraint Based Modelling (http://cbmpy.sourceforge.net)
Copyright (C) 2009-2018 Brett G. Olivier, VU University Amsterdam, Amsterdam, The Netherlands
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Publi... |
I have always been fascinated by history. I like to know how things were—before we messed with them, originally, in the past. So Deirdre Portnoy had my immediate attention when I found out she was ripping up the front lawn at the Wellfleet Historical Society to put in a 19th century cottage garden in place of the weeds... |
# -*- coding: utf-8 -*-
import sys
import pickle
import json
import ast
import io
from ate_rule_learn import write_json
CONST_POS_SCORE = "POS_SCORE"
CONST_NEG_SCORE = "NEG_SCORE"
hindi_word_net = sys.argv[3]
word2Synset = pickle.load(open( hindi_word_net + "/WordSynsetDict.pk"))
synonyms = pickle.load(open(hindi_wor... |
Back with the third instalment of its cult Ozweego sneakers, powerhouse team adidas x Raf Simons shows no signs of slowing down. With the infamously futuristic style of previous editions, the next generation Ozweego III showcases a distinct runner's profile. Crafted from leather and mesh, it features trademark silicone... |
from django.conf import settings
from django.test import TestCase
from django.test.utils import override_settings
from gallery.models import Image, Gallery, Tag
from family_tree.models import Family, Person
from message_queue.models import Queue, Message
from facial_recognition.resize_tags import resize_tags
import o... |
Why don't pineapples yield well on the land where there are perinial grasses like spear grasses, wondering Jews, etc? How can I improve on the land with these grasses to also be suitable for pineapple growing?
(Odong Michael, 35yrs, Gulu District, Northern Uganda). |
import logging
from StringIO import StringIO
import matplotlib.pyplot as plt
import numpy as np
import tensorflow as tf
class TensorboardLogger(object):
"""Logging in tensorboard without tensorflow ops.
Adapted from https://gist.github.com/gyglim/1f8dfb1b5c82627ae3efcfbbadb9f514"""
def __init__(self,... |
Arne Norell was a multifaceted designer, who experimented with many combinations of different materials. He gained an interest in classic furniture and in 1954 he founded the company Möbel AB Arne Norell where he designs and manufactures furniture. His most famous and popular piece is the chair "Ari", created in 1966. ... |
import os
import tempfile
import shutil
from hyperspyui.version import __version__
from hyperspyui.__main__ import get_splash
import pytest
from qtpy import QtCore
# QtWebEngineWidgets must be imported before a QCoreApplication instance
# is created (used in eelsdb plugin)
# Avoid a bug in Qt: https://bugreports.q... |
Þorbjörg Finnbogadóttir og Auður Höskuldsdóttir færðu Bráðadeild stofnunarinnar þ. 6. júní afrakstur styrktar og minningartónleika um Magnús Frey Sveinbjörnsson, son Þorbjargar og Sveinbjörns Magnússonar.
Tók deildarstjóri Bráðadeildar, Auður H. Ólafsdóttir, við gjöfinni, 100 þúsund krónum, sem koma sér afar vel fyrir ... |
# -*- coding: utf-8 -*-
"""
This file is part of checkmate, a meta code checker written in Python.
Copyright (C) 2015 Andreas Dewes, QuantifiedCode UG
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 Foun... |
Amines in heteroaromatic systems and pharmaceutical intermediates were functionalized through N-methylation with methanol using a palladium-loaded titanium dioxide (Pd/TiO2) photocatalyst. This method provides access to a series of tertiary N-methylamines bearing N-, O-, and/or S-containing heteroaromatic functionaliti... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.