text stringlengths 29 850k |
|---|
# Copyright (c) 2016, Xilinx, Inc.
# 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 notice,
# this list of ... |
Physicians and other health professionals who have undergone training in mindful practice experience significant improvements in measures of personal well-being, resilience, and the quality of interpersonal care they provide to patients and their families (see key references). A growing number of medical institutions a... |
from django.http import HttpRequest
try:
from django.http import JsonResponse
native_json_response = True
except ImportError:
from easy_response.http import JsonResponse
native_json_response = False
from django.shortcuts import get_object_or_404
from django.forms import ModelForm
from functools import w... |
Boat tail hunting bullets designed for a combination of penetration and expansion in medium and heavy game.
7mm Sierra Bullet Heads .284 175gr SBT pkt100. For over 50 years shooters have associated accuracy and superior ballistic performance with one name more than any other, Sierra. On the range or in the field, Sierr... |
#!/usr/bin/env python
# -*- Mode: Python; py-indent-offset: 4 -*-
# vim: tabstop=4 shiftwidth=4 expandtab
#
# Copyright (C) 2010 Red Hat, Inc., John (J5) Palmieri <johnp@redhat.com>
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License a... |
Samples of Lower Devonian vertebrate-bearing placoderm sandstones collected in a quarry at Podłazie Hill in the Holy Cross Mountains, central Poland, were found to contain numerous white and brownish aggregates of an unknown composition. Powder X-Ray Diffraction study has shown them to comprise plumbogummite group mine... |
import os
import robot
from robot.errors import DataError
from selenium import webdriver
from Selenium2Library import webdrivermonkeypatches
from Selenium2Library.utils import BrowserCache
from Selenium2Library.locators import WindowManager
from keywordgroup import KeywordGroup
ROOT_DIR = os.path.abspath(os.path.join(... |
Air gun bottles made from high quality chrome molybdenum steel are much more durable than aluminum tanks. New manufacturing technology enable reduce weight of air gun bottles without reducing safety so you can easily manipulate with your air gun and liquidate your enemies. Our air gun bottles are filling with high pres... |
# 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: dan@reciprocitylabs.com
# Maintained By: dan@reciprocitylabs.com
from ggrc import db
from sqlalchemy.ext.associationproxy import association_proxy
... |
How to Find Dividend Income Stocks ?
I am in 10% income slab. I also do part time consulting and apart from that also do the real estate agent work. I have slow career growth as of now. I have my investment into the FD, ETF and PPF for now. I get amount of about 5-6K every alternate month which I would like to invest i... |
# -*- coding: utf-8 -*-
#########################################################################
#
# Copyright (C) 2016 OSGeo
#
# 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 ... |
Despite challenges of new FDA regulations and the attacks of critics, 2016 was a pretty good year for vapers. Check out our Vaping News 2016 year in review.
Applying Ohm's Law can tell you what your battery's limits are, how low you can go with the resistance and how much power your battery will support.
Just when you ... |
# -*- encoding: utf-8 -*-
################################################################################
# TuiterPy - A Python Command Line Social Network Application
# Copyright (C) 2016 Sergio Trujillo (sergiotrujillomartinez@gmail.com)
#
# This program is free software: you can redistribute it and/or mod... |
A dynamite combination of rich color and incredible sparkle! The Geode Style story is a gorgeous display of natural wonder and creativity. We gathered just a few of the many fabulous ideas out there to create this wedding look, and you won’t be disappointed.
Geodes (and agates – similar to the geode) often have absolut... |
import sys
import csv
class SimulationSettings:
Softening = 10.0 # KM added to every link distance to eliminate needless distinction between very short routes.
#TurnBackAllowed = True # feature disabled for now.
AgentLogLevel = 0 # set to 1 for basic agent information.
CampLogLevel = 0 # set to 1 to obtain av... |
Our glaziers covering Hatfield Peverel and the local area are on call 24/7*. We offer an emergency response service when your window needs boarding or you require a glass replacement services. We provide free quotes and estimates, while our pricing structure is very competitive with local glazing companies in Hatfield ... |
# coding=utf-8
import logging
from django.shortcuts import render, redirect
from news.models import Feed
from news.tasks import twitter_task
from news.utils.common import get_active_tasks
from newsproject import celery_app
__author__ = 'ilov3'
logger = logging.getLogger(__name__)
def settings(request):
feeds =... |
Our particular circumstance of having a living and immersive eco-village campus provides a very distinct advantage in the Physical Education department. Students are provided a range of activities for physical development and frequently engage in hands-on-training in the maintenance of a real ranch. Sports and competit... |
"""
IMPORTANT: DO NOT USE THIS SCRIPT TO DOS THE SCHOOL SERVER. THIS IS
INTENDED TO MAKE IT EASIER TO CHECK WHICH COURSES ARE OPEN WITHOUT
HAVING TO LOG IN AND MANUALLY GO THROUGH EACH STEP TO SELECT THE
TERM AND DEPARTMENT. USE IT ONCE AND THEN REGISTER. AT MOSE USE IT
ONCE EVERY 15 MINUTES, ABOUT THE RATE AT WHI... |
I am a freelance artist, Ilustrator, graphic designer. In 3 directions I have several years of experience. My focus lie in books illustration, for adults and for children. |
# Copyright 2012-2013 Ravello Systems, 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 by applicable law or agree... |
Crisp Champagne with notes of sparkling Brut Champagne mingles with hints of Vanilla and Barrel Oak.
Voluspa Crisp Champagne 2 Wick Tin Candle is delicious sparkling brut champagne mingled with hints of vanilla and barrel oak.
Packaged in a beautiful gilded tin, this exquisite 2 wick candle gives off a rich glow and ea... |
# coding=utf-8
"""
toolkit_library.input_util
~~~~~~~~~~~~~~~~~~~~~~~~~~
Get inputs from user and validate them
"""
import re
class InputUtil(object):
"""get inputs from user and validate them"""
@staticmethod
def get_input(name, default = None, pattern = None):
"""get ... |
A man lives on the twelfth floor of an apartment building. Every morning he takes the elevator down to the lobby and leaves the building. In the evening, he gets into the elevator, and, if there is someone else in the elevator — or if it was raining that day — he goes back to his floor directly. Otherwise, he goes to t... |
from pandac.PandaModules import *
from direct.showbase.DirectObject import DirectObject
from otp.otpbase import OTPGlobals
class PositionExaminer(DirectObject, NodePath):
def __init__(self):
try:
self.__initialized
return
except:
self.__initialized = 1
... |
If you have a motor vehicle and you want to drive it on your own you should learn the safety skills of driving. Understanding the basic rules is necessary to become an efficient and confident driver. If you get the guidance of a skilled and experienced instructor it will take a few days that you drive confidently on bu... |
#
# Copyright 2008 The ndb 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 applicable l... |
It’s never fun losing things. My personal bane is my car keys. No matter how many holders or key rings I hang up by the doorway, I always end up losing my keys, and when I need to leave for work, I’m scrambling to find them!
And that’s what I want to talk about today: losing things! Or, at least the words that we use t... |
# -*- coding: utf-8 -*-
"""
Created on Fri Dec 11 15:31:29 2015
@author: Zahari Kassabov
"""
import inspect
import difflib
import logging
import functools
import yaml
from reportengine import namespaces
from reportengine.utils import ChainMap
log = logging.getLogger(__name__)
_config_token = 'parse_'
class Confi... |
If you’ve ever experienced tooth sensitivity, you’re well aware of just how uncomfortable it can be. Something as simple as drinking a cold beverage or trying to enjoy a of bowl of ice cream can send you into a fury of pain. When faced with the discomfort of sensitive teeth, your dentist in West Chester is the first pl... |
from annoying.decorators import render_to
from annoying.functions import get_object_or_None
from blogs.views import blog_list
from django.conf import settings
from django.contrib.auth.models import User
from django.core.mail import send_mail
from django.core.paginator import Paginator, InvalidPage
from django.db.models... |
New iPhone 6 Cases are Here!
We are excited to announce that we have personalized iPhone 6 cases. If you were lucky enough to get the newest iPhone, it’s time to protect it with a personalized case. These also make great Holiday gifts (hint, hint … start your shopping now to get a jump start!). Here are a few of the fu... |
import json
import sys
import urllib2
import re
import os
from HTMLParser import HTMLParser
class htmltagparser(HTMLParser):
def __init__(self):
self.reset()
self.NEWATTRS = []
def handle_starttag(self, tag, attrs):
self.NEWATTRS = attrs
def clean(self):
self.NEWATTRS = []
... |
Mahajan Imaging has a history of bringing new technologies into the private sector in the country for example standing weight bearing MRI, Cone Beam Dental CT, functional MRI, MR tractography, MR mammography, CT coronary angiography, 4D ultrasound with tomography, PET-CT, CT-guided robotic biopsy, digital mammography a... |
import sublime, sublime_plugin
import re
# to find on which indentation level we currently are
current_indentation_re = re.compile("^\s*")
# to leave additional new lines as is
aditional_new_lines_re = re.compile("^\s*\n+\s*\n+\s*$")
# no indentation
no_indent = re.compile("^</?(head|body)[>| ]", re.I)
# possible s... |
TEC Accessories specializes in keychain gadgets. These Isotope fobs, available in multiple shapes and sizes, are a great way to add some flair to your keychain, knife, flashlight, or pack—and they’ll make them far easier to see in the dark. That’s thanks to the fobs’ ability to hold vials of tritium: a self-powered iso... |
# coding=utf-8
import os
import re
import unicodedata
from django.utils import six
from .settings import (MEDIA_IMAGE_EXTENSION, MEDIA_IMAGE_FORMAT, MEDIA_IMAGE_QUALITY,
MEDIA_NORMALIZE_FILENAME, MEDIA_CONVERT_FILENAME)
def thumbnail_path(path, size, method):
"""
Returns the path for ... |
We will have decent to good availability next week on most of our J6 Pansies with the exception of Matrix Clear Yellow. As usual, Murphy says that your most popular color of pansy will be the one variety that needs one more week to get ready. The clear yellow is small and needs to fill out and bloom.
Several orders got... |
#!/usr/bin/env python
# -*- coding: utf-8 -*-
from PyQt5.QtGui import *
from PyQt5.QtCore import *
from PyQt5.QtWidgets import *
import subprocess
import sys
import design
class StartScanThread(QThread):
def __init__(self, process_list):
QThread.__init__(self)
self.process_list = process_list
... |
The final and most crucial steps in any jewelry design are the final polish and finish. It says the most about the metalsmith, his attention to detail and commitment to his craft. Being patient and persnickety pays the bills!
Visit our Ask the Expert section for lots of advice on polishing and finishing, which wheels t... |
# ===============================================================================
# Copyright 2011 Jake Ross
#
# 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/licens... |
For those clients that require a focus on paid leads, I always recommend giving Bing a try, along with Google, as not doing so is lazy and could mean you are missing a valuable opportunity.
And Bing knows this. That’s why Bing is making every effort to streamline the process of importing your Google Adwords campaigns. ... |
# coding: utf-8
from __future__ import absolute_import
from google.appengine.ext import ndb
#from api import fields
import model
import util
import config
from .counter import CountableLazy
from .collection import Collection, AddCollection
import config
import cloudstorage as gcs
from google.appengine.api import im... |
EDWARDSVILLE– Austin Peay’s Terry Taylor scored a career-best 33 points to lead the Governors past SIUE 79-71 at the Vadalabene Center.
Taylor made 12 of 24 shots, including two treys, sank 7 of 13 free throws and grabbed 12 rebounds.
While SIUE fell to 5-12 overall and 1-4 in the OVC, Austin Peay remained tied with Mu... |
#!/usr/bin/python
# -*- coding: utf-8 -*-
from django.http import HttpResponseRedirect, HttpResponse
from django.shortcuts import render, redirect
from django import forms
from django.template.loader import render_to_string
from django.template import Context, Template
from django.template import RequestContext
from d... |
14 karat gold plated brass 2.5mm x 16mm bar post wrapped with aqua thread. The ear backs have triple 1.2mm x 52mm twist bar design drops. The front back earrings hang approximately 2.5". |
import time
from itertools import chain
from .connection import Urllib3HttpConnection
from .connection_pool import ConnectionPool, DummyConnectionPool
from .serializer import JSONSerializer, Deserializer, DEFAULT_SERIALIZERS
from .exceptions import ConnectionError, TransportError, SerializationError, \
... |
The pilot of McLaren Fernando Alonso in practice for the Mexican Grand Prix showed 7th result, becoming thus the leader of the middle group of the peloton. In the race the Spaniard will be fined for the replacement of the engine.Fernando Alonso "I'd say today was very positive and productive Friday. We covered a lot of... |
# -*- coding: utf-8 -*-
# Copyright 2012 Viewfinder Inc. All Rights Reserved.
"""SMS utilities.
Helper methods used when sending SMS messages.
"""
__author__ = 'andy@emailscrubbed.com (Andy Kimball)'
import re
from tornado import escape
# Regular expression used to identify valid GSM characters, which is the 7-b... |
Most Popular Missoni from all around the world are offered at the online optical superstore. Find Most Popular, Womens, Mens and more Most Popular Missoni online for sale in our vast selection of eyewear. Over thousands of styles are available to choose from. You can find the perfect pair to complement your facial feat... |
# -*- coding: utf-8 -*-
from __future__ import unicode_literals
from django.db import models, migrations
from django.conf import settings
class Migration(migrations.Migration):
dependencies = [
('problem', '0001_initial'),
migrations.swappable_dependency(settings.AUTH_USER_MODEL),
]
ope... |
Assessment of Student Learning Committee, "Assessment of Student Learning minutes 10/30/1997" (1997). Assessment of Student Learning Minutes. 115. |
"""
mflpf module. Contains the ModflowLpf class. Note that the user can access
the ModflowLpf class as `flopy.modflow.ModflowLpf`.
Additional information for this MODFLOW package can be found at the `Online
MODFLOW Guide
<http://water.usgs.gov/ogw/modflow/MODFLOW-2005-Guide/index.html?lpf.htm>`_.
"""
impo... |
ShopMania provides the best offers for Octotunes by Lamaze. Find the most secure online stores that deliver in London, Birmingham, Glasgow, Liverpool, Manchester and all over the UK and buy Octotunes by Lamaze toy at discount prices. Choose from hundreds of retailers and find the best deals, compare toys offers and fin... |
# -*- coding: utf-8 -*-
# Generated by Django 1.11.5 on 2017-11-02 09:45
from __future__ import unicode_literals
from django.db import migrations
from django.db.transaction import atomic
from django.db.utils import IntegrityError
def add_subscriptions_for_memberships(apps, schema_editor):
ContentType = apps.get_... |
The holidays are about to begin and that means a lot of different things. We see our schedules ramp up with extra hours and lots of social opportunities or demands. We may find ourselves stressed and depressed by the season and changes in the weather. We might be headed out of town a few different times to visit family... |
import scrapy
import time
from openpyxl import Workbook
import sqlite3
# This app prints data to standard out, creates a spreadsheet and updates an sqlite3 database
class EcocrackenbackSpider(scrapy.Spider):
name = 'Ecocrackenback Availability'
wb = Workbook()
properties = {
'33': 'Ecocrackenback ... |
The music of Amelia Murray, who records as Fazerdaze, is on its surface bright and summery. Pick any track at random from Morningside, her excellent full-length debut for Flying Nun, and you’ll be greeted by foamy waves of guitar and Murray’s warm, sighing voice. But zero in on the lyrics, and the sun begins to fade. A... |
import re
from collections import defaultdict
from livestreamer.compat import urljoin
from livestreamer.exceptions import PluginError, NoStreamsError
from livestreamer.plugin import Plugin
from livestreamer.stream import AkamaiHDStream, HLSStream
from livestreamer.utils import urlget, verifyjson, res_xml, parse_json
... |
In terms of travel and tourism, China is leading the race! Over the last two decades, the volume of international trips by Chinese travelers grew from 10 million (in 2000) to 83 million (in 2012), and domestic tourism reported 3.3 billion trips in 2013, according to the United Nations World Tourism Organization (UNWTO)... |
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""
File : extractRegionFromCoordinates.py
Author : Dominik R. Laetsch, dominik.laetsch at gmail dot com
Version : 0.1
Description :
- INPUT: fasta file, gff file (with intron features), coordinates
- OUTPUT: line for each intron
"""
from __future__ import divisi... |
"""
CLI Tools - Command Line Interface building tools
Example usage::
from clitools import CliApp
cli = CliApp()
@cli.command
def hello(args):
print("Hello, world!")
@cli.command
@cli.parser_arg('--name')
def hello2(args):
print("Hello, {0}!".format(args.name))
if _... |
Assassins Creed: Odyssey Can I Run It?
There’s been of a hoo-ha since the launch of the Assassin’s Creed Odyssey because it doesn’t run at all on CPUs that lack AVX extension support. In particular, this affected 1st-Gen Intel Core i3, i5, i7, Pentium G and some Intel Xeon processors.
“Thanks to your support, we were a... |
# ============================================================================
#
# Copyright (C) 2007-2010 Conceptive Engineering bvba. All rights reserved.
# www.conceptive.be / project-camelot@conceptive.be
#
# This file is part of the Camelot Library.
#
# This file may be used under the terms of the GNU General... |
If you have questions, call us now 904-437-4079 and we'll answer them quickly. It is our commitment to make your dumpster rental in Jacksonville as hassle free as possible. We understand that you may have a few questions about us and we are certain that the best way to answer them is to talk to us. Call us now and a cu... |
import datetime
import feedparser
from django.conf import settings
from django.template.loader import render_to_string
from django.utils.timezone import make_aware, utc
from boxes.models import Box
from .models import BlogEntry, Feed
def get_all_entries(feed_url):
""" Retrieve all entries from a feed URL """
... |
Technology can be used to create more positive customer experiences, but many companies fall short in this regard. How can technology be used effectively to bring us closer to our customers rather than further away? Win big in Customer Relationships with the infographic of today.
Let’s stay a little realistic. We have ... |
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# __BEGIN_LICENSE__
# Copyright (c) 2009-2013, United States Government as represented by the
# Administrator of the National Aeronautics and Space Administration. All
# rights reserved.
#
# The NGT platform is licensed under the Apache License, Version 2.0 (the
# "Lic... |
We have carefully selected some of our most popular items to present the most stylish, comfortable gift bundle. Our signature Baby's First Jeans for girls are made of the softest knit denim engineered especially for babies. Our luxurious ombre cardigan knit sweater features a gradation of colors from light to dark with... |
# Copyright (C) Linaro Limited 2015,2017
# Author: Milo Casagrande <milo.casagrande@linaro.org>
#
# This program 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... |
This week’s Northern Miner podcast sets the stage for our month-long focus on forecasts heading into 2018 (5:00). Matt tackles Scotiabank’s “Top Themes for 2018” (8:02), courtesy of portfolio strategist Vincent Delisle, which lays out the case for gold and oil heading into the new year. Scotia discusses the state of th... |
# Copyright (c) 2018, NVIDIA CORPORATION. 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 applic... |
I received so many great tutorials (especially Good-Tutorials.com), it’s about time I start to re-pay my debt. Here is a tutorial for an abstract “refract” effect.
Voila! If you want, you can see a larger image. |
#coding=utf8
import tushare as ts;
import pymysql;
import time as dt
from datashape.coretypes import string
from pandas.io.sql import SQLDatabase
import sqlalchemy
import datetime
from sqlalchemy import create_engine
from pandas.io import sql
import threading
import pandas as pd;
import sys
sys.path.append('../') #添加配... |
Fundamentally, I'm a story teller. I love coaching people to find their story and tell it powerfully. I'm a former national tv reporter turned communications coach and intuitive entertainer. My master's degree is in transpersonal psychology and I am certified with Gaia coaching, the world's premiere women's leadership ... |
#!/usr/bin/env python
""" Visualization functions for connectivity analysis. """
import sys
import os.path as op
import numpy as np
import scipy as sci
import matplotlib.pyplot as pl
import mne
import yaml
import pickle
def sensor_connectivity_3d(raw, picks, con, idx, n_con=20, min_dist=0.05,
... |
Piglet 808 MP Pre-Starter is the ultimate in taste and digestibility for young piglets. This nutritious mix of milk products, cooked cereals, fats and highly digestible proteins ensures piglets have a smooth introduction to solid food.
Piglet 808 MP Pre-Starter is micro-pelleted for improved feed consumption and contai... |
# Copyright 2015 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... |
eTwinning is an initiative of the European Union. It is part of the Comenius strand of the Lifelong Learning Programme (LLP). It is steered by the European Commission and implemented by its Executive Agency for Education, Audiovisual and Culture (EACEA).
The various tools present on the eTwinning Platform allow users t... |
# -*- coding: utf-8 -*-
"""
utility functions to train the RNN-based VariationalAutoencoder
"""
from __future__ import absolute_import
from __future__ import division
from __future__ import print_function
import json
import os
import numpy as np
import tensorflow as tf
import attention
import cells
# TODO: pydocs
... |
My name is Leila. I am a transvestite, latex designer and fetish model.
I have a strong attraction towards latex and I am always looking for unique things. I love to experiment and I have a profound philosophy.
My latex creations are completely unconventional.
I mix extravagance, sophistication, elegance and sensuality... |
#
# Copyright 2014-2015 Boundary, 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 by applicable law or agreed to in wri... |
Since the dawn of civilization, mankind has been engaged in the conception and manufacture of discrete products to serve the functional needs of local customers and the tools (technology) needed by other craftsmen. In fact, much of the progress in civilization can be attributed to progress in discrete product manufactu... |
# -*- coding: utf-8 -*-
#
# Copyright (C) Pootle contributors.
#
# This file is a part of the Pootle project. It is distributed under the GPL3
# or later license. See the LICENSE file for a copy of the license and the
# AUTHORS file for copyright and authorship information.
import os
import shutil
import pytest
from... |
Anthony Horowitz’s Mindgame comes to the Ambassadors Theatre for 3 weeks only following a UK tour from 15th May.
Mark Styler, a writer of glossy 'true crime' paperbacks, has no idea what he’s walking into when he tries to get an interview with Easterman, a notorious serial killer.
First he has to get past Dr Farquhar, ... |
from dbcommands import *
import logging
import json
from recipe import *
import os.path
logging.basicConfig(level=logging.DEBUG,
format='%(asctime)s %(name)-12s %(levelname)-8s %(message)s',
datefmt='%m-%d %H:%M:%S',
filename='log',
... |
The Lake of Bays. One of the most serene and marvellous spots for a wedding. So gorgeous it might just bowl you over. And having your wedding at Port Cunnington Lodge during the height of the Fall Season is enough to make you cry big fat tears of beauty overload. This couple decided that one day was just not enough to ... |
#
# Copyright (C) 2012 UNINETT AS
#
# This file is part of Network Administration Visualized (NAV).
#
# NAV is free software: you can redistribute it and/or modify it under
# the terms of the GNU General Public License version 2 as published by
# the Free Software Foundation.
#
# This program is distributed in the hope... |
If you are a fan of lemon desserts, then you are going to absolutely love these Easy Lemon Squares. A buttery shortbread crust with a tangy lemon topping creates this luscious citrus dessert.
These lemon squares are a real favourite in my home, and with good reason too. Not heavy or dense, these make a great dessert or... |
##Take the number 192 and multiply it by each of 1, 2, and 3:
##
##192 × 1 = 192
##192 × 2 = 384
##192 × 3 = 576
##
##By concatenating each product we get the 1 to 9 pandigital, 192384576.
##We will call 192384576 the concatenated product of 192 and (1,2,3)
##
##The same can be achieved by starting with 9 and multiply... |
Vincenzo Nibali (Astana) consolidated his lead at the Giro d’Italia with victory in stage 18’s mountain time trial. In the process, the Sicilian put a huge two minutes and 36 seconds into closest rival Cadel Evans (BMC), and now holds a lead of four minutes and two seconds over him in the General Classification.
The st... |
# @Author: Manuel Rodriguez <valle>
# @Date: 14-Jul-2017
# @Email: valle.mrv@gmail.com
# @Filename: pagenavigations.py
# @Last modified by: valle
# @Last modified time: 13-Aug-2017
# @License: Apache license vesion 2.0
from kivy.uix.relativelayout import RelativeLayout
from kivy.uix.floatlayout import FloatLayout... |
SUNNYVALE, CA--(Marketwire - March 8, 2011) - Juniper Networks (NYSE: JNPR) today confirmed its Intrusion Detection and Prevention (IDP) security systems and Integrated Security Gateway (ISG) firewall/virtual private network (VPN) systems with IDP offer protection for new Microsoft vulnerabilities announced today.
Addi... |
# Copyright 2017 Xiaomi, 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 by applicable law or agreed to in writing,... |
When you want to choose an online accounting services firm, you may find the task quite a challenge. This is mainly because you are putting your company’s financials and trust in the hands of people you have not met in person. However, there are also some benefits of hiring an online accounting firm for your bookkeepin... |
# -*- coding: utf-8 -*-
"""Set up custom error handlers."""
# standard library imports
# third-party imports
from flask import render_template, request, Response, current_app
# application imports
def init_error_handlers():
"""Custom error pages for the app."""
current_app.logger.info('Initialize error han... |
Rowan Atkinson returns to save the world, for the third time, as secret agent buffoon Johnny English.
Hi licence... renewed. His intelligence... restricted. |
import random
import re
import os
import traceback
import urllib.parse
import importlib
def print_notice(s):
print('\033[92m'+s+'\033[0m\n')
def path_exists(path):
if not os.path.exists(path):
answer = input("That path doesn't exist. Create it? [y/n]").strip().lower()
if answer=='y':
... |
By Nancy Young in Blogging. Updated on July 27, 2016 .
For those who are serious about blogging or just cannot seem to get their blogs to take off, sometimes all you need is some first-hand tips from the experts themselves. We hear you and since there are plenty of such ebooks lying around online, we’ve done the legwor... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.