text stringlengths 29 850k |
|---|
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not u... |
Captaincy candidates: Hartley, Best, AWJ, Sam, Murray...probably Hartley but might Murray be a 'captaincy bolter' as the most likely test starter and one of 26 Celts?
Last edited by backrower8 on November 8th, 2016, 6:22 pm, edited 1 time in total.
I obviously have my green and blue goggles on!
Does Mako Vunipola play ... |
"""
Title: Deep Deterministic Policy Gradient (DDPG)
Author: [amifunny](https://github.com/amifunny)
Date created: 2020/06/04
Last modified: 2020/09/21
Description: Implementing DDPG algorithm on the Inverted Pendulum Problem.
"""
"""
## Introduction
**Deep Deterministic Policy Gradient (DDPG)** is a model-free off-po... |
Opening Weekend Activities to Include Free Concerts, Dining Specials, Drawings,… Evansville is a city and the county seat of Vanderburgh County, Indiana, United States. The population was 117,429 at the 2010 census, making it the state's third-most populous city after Indianapolis and Fort Wayne, the largest city in So... |
# Copyright (C) 2018 PrivacyScore Contributors
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is dis... |
Another remix of Greece 2000 and the return of Purple Haze is what I note from this episode.
^And what a return! Bliksem is amazing! |
import string
from ._compat import PY2
from ._compat import unicode
if PY2:
from pipenv.vendor.backports.functools_lru_cache import lru_cache
else:
from functools import lru_cache
class TOMLChar(unicode):
def __init__(self, c):
super(TOMLChar, self).__init__()
if len(self) > 1:
... |
Assuming for the moment that Andriesen is being serious, and the team’s enormous will to win not withstanding, does anyone care if we lose 100 games this season?
Absent a shocking turn of events (say, hiring Antonetti), I won’t be renewing my season tickets this year. I considered it last year, but decided to stick i... |
import pytest
import copy
import mock
from osf.models import ApiOAuth2Application
from website.util import api_v2_url
from osf.utils import sanitize
from osf_tests.factories import ApiOAuth2ApplicationFactory, AuthUserFactory
def _get_application_detail_route(app):
path = 'applications/{}/'.format(app.client_id)... |
How do I delete my current home page and place new custom page as a home page? I don't want to change all other pages.
Thank you for guiding me for creating custom page. But, After creating custom page I need to delete my current home page and use my custom page as a home page.
1) How do I delete and replace my home pa... |
#!/usr/env/python
from __future__ import print_function
import rosbag
import sys
import scipy.io as sio
from os import listdir
from os.path import isfile, join
LABELS = {"circle": 0,
"square": 1,
"triangle": 2,
"complex": 3,
"swiperight": 4,
"swipeleft": 5,
"... |
PICTURE a premier ecotourism property located in a lush 21-hectare coconut and mangrove farm in Barangay Pundaguitan, Municipality of Governor Generoso, in the Province of Davao Oriental.
Blessed with natural resources, the owners were inspired by a vision to build a high end wellness resort that occupies a kilometer l... |
from gettext import gettext as _
from gi.repository import Gio
from lutris.database.games import get_game_by_field, get_games
from lutris.game import Game
from lutris.services.steam import SteamGame, SteamService
from lutris.util.log import logger
from lutris.util.strings import slugify
STEAM_INSTALLER = "steam-wine... |
“This is my brother who lives in Egypt!” Theo exclaimed.
Theo’s response, “I don’t know, but we all look alike,” left her even more bewildered.
Theo’s parents chuckled when they received a note from his teacher later that day explaining her encounter with him.
When I heard this story from one of our sponsors, I couldn’... |
from cargo import Model, db, Query
from cargo.fields import *
from cargo.relationships import ForeignKey
from cargo.builder import Plan, drop_schema
from vital.debug import Compare, line, banner
class Users(Model):
ordinal = ('uid', 'username', 'password', 'join_date', 'key')
uid = UID()
username = Usern... |
Following the market crash in 1929-1930, Congress created the Securities and Ex- change Commission (SEC) in 1934 with a mandate to regulate short selling of se- curities to protect investors and the public interest. In 1938, the SEC instated the uptick rule to allow relatively unrestricted short selling in advancing ma... |
import os
import re
import subprocess
import sys
"""
When called from the Chaste directory, this will make all targets matching a regex pattern passed as a command line
argument.
"""
# Only expect a single extra argument, e.g. python makematch pattern
if len(sys.argv) > 2:
sys.exit("This script expects at most on... |
In high temperature environments such as foundries, where casting and forging activities take place, there is a need for radio (telemetry) crane scales.
During the casting process, a specific quantity of additives is poured into the molten material. The telemetry crane scales (radio links) are used for weighing the fou... |
# -*- coding: utf-8 -*-
# --------------------------------------------------------
# Conector ArchiveOrg By Alfa development Group
# --------------------------------------------------------
from core import httptools
from core import jsontools
from core import scrapertools
from platformcode import logger
... |
Comet Siding Spring, also known as C/2007 Q3, was first discovered in 2007 by Australian astronomers when it was near its closest approach to Earth and the Sun at 1.2 and 2.2 AU, respectively. The comet is on a hyperbolic orbit, so will not return again to the neighborhood of the Sun. The Wide-field Infrared Survey Exp... |
#mpe-log.py
import mpi
from mpi import mpe
import time
import Numeric
rank,size = mpi.init()
mpe.init_log()
assert (size == 2), "This example requires 2 processors to run properly!"
runEventStart = mpe.log_get_event_number()
runEventEnd = mpe.log_get_event_number()
sendEventStart = mpe.log_get_event_number()
sendEv... |
"Equity" is the key word as Denver City Council moves a $937 million bond program closer to the ballot - Denverite, the Denver site!
Aug. 08, 2017, 12:02 a.m.
That Denver’s 2017 general obligation bond will right long-standing wrongs and make this city a better place for all its residents is the promise held out by Cit... |
# This file is part of Supysonic.
# Supysonic is a Python implementation of the Subsonic server API.
#
# Copyright (C) 2019 Alban 'spl0k' Féron
#
# Distributed under terms of the GNU AGPLv3 license.
import uuid
from flask import current_app, request
from pony.orm import ObjectNotFound
from ..daemon import DaemonClie... |
Acleara is a breakthrough acne treatment that combines pulses of specially-filtered light to help clear your pores and treat acne outbreaks. Acleara is approved by the Drug and Food Administration to treat a wide range of acne in all skin types.
Depending on your individual condition, multiple treatments may be require... |
import traceback
import pyvex
import archinfo
from ...codenode import BlockNode, HookNode
from ...engines.successors import SimSuccessors
class CFGNodeCreationFailure(object):
"""
This class contains additional information for whenever creating a CFGNode failed. It includes a full traceback
and the exce... |
Can anybody give me a basic rundown of how the rating system works please?
You want to get out of U as quick as possible and avoid U servers as that is where a lot of crashes happen both intentionally and due to inexperience.
To get out of U avoid contact with others and also avoid going off the track.
It goes up the q... |
# Copyright (C) 2016 Ross Wightman. 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
# =================================... |
Image composite: Bandwagon Philippines; Pixabay; FringeMNL, Ritual, and Philippine Educational Theater Association (PETA) Facebook pages.
Fringe Manila is an annual arts fest that showcases acts and artists from all over the world who are in the fields of theater, literature, music, dance, visual art, film, cabaret, pe... |
#!/usr/bin/env python3
#
# Terminal program to connect to encrypted netrepl
#
# author: ulno
# create date: 2017-09-16
#
# based on telnet example at http://www.binarytides.com/code-telnet-client-sockets-python/
_debug = "terminal:"
import select, threading
from netrepl import Netrepl_Parser
input_buffer = ""
input_... |
Websites and Organizations. There's so much going on!
Under CEO JoAnn Jenkins, the American Association of Retired Persons (AARP) has become a terrific, multi-faceted resource and lobbying force for people over 50. Specifically, check out the companion site, AARP.org/disruptaging developed to support the ideas puts for... |
#!/usr/bin/env python
import re
import os
import sys
import shutil
def splitClasses (inputFilename, outputDirectory):
print "Splitting classes, input: %s output: %s " % (inputFilename, outputDirectory)
if not os.path.isfile(inputFilename):
print "\nProcess aborted due to errors."
sys.exit('ER... |
Project management assignment epilepsy social science research proposal video dissertations online database hrca creative writing competition boston university application essays problem solving in math for grade 2 worksheets essay on sacrificing what is a essay thesis informative essay writing prompts university busin... |
"""Support for remote Python debugging.
Some ASCII art to describe the structure:
IN PYTHON SUBPROCESS # IN IDLE PROCESS
#
# oid='gui_adapter'
+----------+ # +------------+ ... |
The Auralux LED Controller and Remote package includes a mountable remote holder, making it easy to put the remote in your pocket, or bring it with you, but also allowing it to be stored in a holder on the wall when its not in use. With this controller you can alter the brightness of your LED's as you are on the move, ... |
__author__ = 'ajb'
import rpx_proto.descriptions_pb2
def boolean_property_description(prop_name, persist=False):
prop_desc = rpx_proto.descriptions_pb2.PropertyDescription()
prop_desc.propertyId = prop_name
prop_desc.propertyLabel = prop_name
prop_desc.propertyType = rpx_proto.descriptions_pb2.Boolean... |
A walk through dry zones, then humid ones, on the Mechmont plateaux and through the cool, quiet Vert valley. The Gigouzac crocodile - steneosaurus - whose fossil remains were discovered in 1948 by a geologist from the Lot lived in the region about 150 million years ago. Its body was covered with bony plates and its low... |
#!/usr/bin/python
# Huawei 3131 3G dongle python API
# Based on the work of http://chaddyhv.wordpress.com/2012/08/13/programming-and-installing-huawei-hilink-e3131-under-linux/
# Usage: Import in your python project and use: send_sms and read_sms
# Test your Dongle by running this file from console and send smss to yo... |
It’s these kind of recipes that send out the right kind of whiffs to get me in a cheery autumn mood. All I need then to make me completely happy is a look out of the window onto the trees with burning leaves against a clear autumn sky.
Preheat the oven to 180 ºC / 355 ºF conventional setting. This is a basic muffin rec... |
# -*- coding: utf-8 -*-
# Generated by Django 1.9.12 on 2017-03-21 21:05
from __future__ import unicode_literals
from django.conf import settings
from django.db import migrations, models
import django.db.models.deletion
import django_extensions.db.fields
class Migration(migrations.Migration):
initial = True
... |
More snow was dumped over night and the spot got a nice fresh 20cm blanket that needed to be shredded. More snowfall and bad visibility in the morning but it cleared up a little by midday so the freestyle competition was on.
Light winds, big kites once more. Big kickers, rails and sliders – the riders got it all and ma... |
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not use ... |
LeighaScott Space - WPS Office Forum - Powered by Discuz!
2019-04-22 21:35 GMT+8 , !processed_in! 0.086508 !seconds!, 15 !queries! . |
# -*- coding: utf-8 -*-
"""Simplify jinja templating.
:copyright: Copyright (c) 2015 Bivio Software, Inc. All Rights Reserved.
:license: http://www.apache.org/licenses/LICENSE-2.0.html
"""
from __future__ import absolute_import, division, print_function
from pykern.pkdebug import pkdc, pkdp
import re
import jinja2
... |
Finding the right new Buick or Chevy near you that meets your needs and expectations can be challenging all on its own, but it is also quite challenging to find the Buick or Chevrolet lease deal or offer that is right for you as well. But when you shop with Ewald Chevrolet Buick you won't have either of those problems.... |
# -*- encoding: utf-8 -*-
from flask import Flask, render_template, flash, url_for, redirect, request
from database import db
from sqlalchemy.exc import OperationalError, IntegrityError
import os
from forms import *
import requests
from filters import register_filters
from googleapi import get_distance, DistanceService... |
Modesty is not their strong suit.
But as you wander through the stadium and museum, you understand why: there are ROOMS full of trophy cases.
The expansive locker room, hot tub, showers, and massage tables are topnotch. The Visitors’ locker room and massage table (emphasis on table, singular) pale in comparison. But he... |
#!/usr/bin/python
#coding=utf8
import sys
import uuid
import re
time_exp = re.compile('^\d{1,2}:\d{1,2}$')
supply_exp = re.compile('^\d{1,3}$')
ColloquialToCodeDictionary = {
#terran
'SupplyDepot' : ['supply', 'Supply'],
'Barracks' : ['Barracks', 'barrack'],
'Bunker' : ['Bunker','bunke... |
Jean Grainger is an Irish author of historical fiction from Cork. She has a bachelors and masters degree in History and English and has held a number of careers before turning to writing. Some of her most notable occupations have been university lecturer, tour director and secondary school teacher. She has also been in... |
#
# CORE
# Copyright (c)2010-2012 the Boeing Company.
# See the LICENSE file included in this distribution.
#
# author: Jeff Ahrenholz <jeffrey.m.ahrenholz@boeing.com>
#
#
# Copyright (c) 2014 Benocs GmbH
#
# author: Robert Wuttke <robert@benocs.com>
#
# See the LICENSE file included in this distribution.
#
'''
quagga... |
Duravis R 630 is an economical and durable tyre from Bridgestone. The ideal wet performer is the best match for light trucks and vans. For long lasting tread life and passenger safety, the tyre is designed with Super LL Carbon compound. The first class tread pattern with deep grooves and Z shaped sipes provides extra t... |
#pylint: disable=no-init
from __future__ import (absolute_import, division, print_function)
from mantid.simpleapi import *
from mantid.api import *
from mantid.kernel import *
#pylint: disable=too-many-instance-attributes
class IndirectResolution(DataProcessorAlgorithm):
_input_files = None
_out_ws = None
... |
Infrared is among the cool feature which can be loved using the built into the Sony Tablet S. There’s not much information about this system just aside from display screen photographs however it is completely attainable that the Optimus Vu II will seem like the original Optimus Vu. LG has gone forward and announced tha... |
# -*- coding: utf-8 -*-
import datetime
from south.db import db
from south.v2 import SchemaMigration
from django.db import models
class Migration(SchemaMigration):
def forwards(self, orm):
# Adding model 'Comment'
db.create_table(u'questionnaire_comment', (
(u'id', self.gf('django.db.... |
The Joint Worksite Health & Safety Committee is a group of worker and employer representatives working together to identify and solve health and safety problems at the work site. The committee is an important communication link between workers and management. An effective committee can assist in the reduction of losses... |
import config
from config import CMS_CFG, router_post
from torcms.core.base_handler import BaseHandler
from torcms.model.comment_model import MComment
class CommentHandler(BaseHandler):
def initialize(self):
super().initialize()
def get(self, *args, **kwargs):
url_str = args[0]
url_ar... |
Mark and I are just finalizing some plans to hit the waters of Algonquin Park next week. This will mark our first trip of the season and hopefully knock a little bit of the winter rust off.
The trip will start from Smoke Lake and move south through Ragged Lake and Big Porcupine Lake. From there we will make our way eas... |
# Copyright 2014 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
"""Generates a syntax tree from a Mojo IDL file."""
import imp
import os.path
import sys
def _GetDirAbove(dirname):
"""Returns the directory "above" this... |
Building upon its well-received Fader Series of studio monitors, Fluid Audio will unveil its newest monitor line, FPX (Fader Pro Coax), at the Winter NAMM Show, beginning with the FPX7.
Featuring optimised class AB-amplifiers, shorting-ring magnet woofers and ribbon tweeters, Fluid, distributed in the UK by Hand in Han... |
##
# Copyright 2013 Ghent University
#
# This file is part of EasyBuild,
# originally created by the HPC team of Ghent University (http://ugent.be/hpc/en),
# with support of Ghent University (http://ugent.be/hpc),
# the Flemish Supercomputer Centre (VSC) (https://vscentrum.be/nl/en),
# the Hercules foundation (http://w... |
It’s that time of year again – resolutions, diets etc but most importantly it is the 2nd annual top stock competition. Last year at this time I got together with a group of bloggers and we all picked 4 stocks that we thought would perform the best in 2009. I ended up finishing in 5th place with a 35% return.
This year ... |
import sys
from typing import (
List,
Tuple,
Union,
NamedTuple
)
import __init__
from libnano.seqrecord.seqrecordbase import (
AlphaEnum,
ALPHABETS
)
from libnano.seqstr import (
reverseComplement,
complement,
reverse
)
from enum import IntEnum
from strand import Strand
from oligo... |
2018年4月29日 | By News | No Comments | Filed in: News.
2018年4月28日 | By News | No Comments | Filed in: News.
2018年4月27日 | By News | No Comments | Filed in: News.
2018年4月25日 | By News | No Comments | Filed in: News.
2018年4月24日 | By News | No Comments | Filed in: News.
2018年4月22日 | By News | No Comments | Filed in: News.
20... |
#!/usr/bin/python
import rospy
import map_manager
import map_communication
from markers import MarkersPublisher
from occupancy import OccupancyGenerator
from ai_game_manager import StatusServices
class MapNode():
def __init__(self):
rospy.init_node("map", log_level=rospy.INFO)
rospy.logdebug("Star... |
Exterior lighting fixtures for room are presently accessible for you to choose. To be sure, when you need to apply best kind of home structure, you need to ensure that you do your best with it. In reality, best idea of home structure is presently accessible for you to choose. You simply need to ensure that you do your ... |
# Copyright (c) 2013, Ricardo Andrade
# Licensed under the BSD 3-clause license (see LICENSE.txt)
import numpy as np
from ..core import SparseGP
from .. import likelihoods
from .. import kern
from ..inference.latent_function_inference import EPDTC
from copy import deepcopy
class SparseGPClassification(SparseGP):
... |
NCERT Solutions for Class 7 Social Science, NCERT Solutions for class 7 Geography, Our Changing Earth - Class 7th NCERT Solutions Geography, Chapter 3 - Our Changing Earth - NCERT - Class 7 – Geography, NCERT Solutions for Class 7th: Ch 3 Our Changing Earth Geography, Class VII Geography Notes and study material for Ou... |
# -*- coding: utf-8 -*-
# Copyright 2010-2013 Kolab Systems AG (http://www.kolabsys.com)
#
# Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen a kolabsys.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 ... |
Our Outsourced Credit Union Accounting department continues to grow! Our newest employee is Chika Bynum, Accountant I. She moved here from Chicago last winter. Let's learn more about her: Chika moved to Denver from Chicago, where she was born and raised, in late January 2016. She attended HolyOak Community College and ... |
__author__ = 'anicca'
# core
import math
import sys
from itertools import izip
# 3rd party
from PIL import Image, ImageChops
import argh
def dhash(image, hash_size=8):
# Grayscale and shrink the image in one step.
image = image.convert('L').resize(
(hash_size + 1, hash_size),
Image.ANTIALIAS... |
Offer DetailsUse Coupon Code to Buy This HP X1500 USB 2.0 Optical Mouse worth Rs. 429 at Rs. 262 Only. Cashback will be Credited in Your Paytm wallet. |
#!/usr/bin/env python
# -*- coding: utf-8 -*-
import paramiko
import os
import transmissionrpc
import getpass
import sys
import traceback
from termcolor import colored
from stat import *
user = "xbian"
host = "zurawina.local"
ssh_username = user
ssh_server = host
ssh_port = 22
transmission_user = user
transmission_... |
IPL Photo Rejuvenation, also known as skin rejuvenation or facial rejuvenation, is a safe and effective way of improving the colour and texture of your skin. Here at Skin Care Australia Clinics we use medical grade Palomar IPL machines. They are trusted and proven throughout the world, and are the gold standard for whi... |
import logging
from alvi.tests.test_client.base import TestContainer
import alvi.tests.pages as pages
logger = logging.getLogger(__name__)
class TestTree(TestContainer):
options = dict(n=7, parents="0, 0, 1, 1, 4, 4")
def test_create_node(self):
page = pages.Tree(self._browser.driver, "TreeCreateNod... |
[prMac.com] American Fork, Utah - Izatt Apps is proud to announce the 3.0.22 release of its flagship app, MileBug - Mileage Log, which adds a bit of polish to new MileBug Cloud and updated UI. MileBug Cloud is not iCloud, but a Parse.com cloud solution that will allow iOS, Android, and Windows phones to share and sync ... |
#!/usr/bin/python
# @file elastictools-shard-reassign.py
# @brief uCodev Elastic Tools
# Elasticsearch shard reassigning tool.
#
# Date: 02/08/2015
#
# Copyright 2015 Pedro A. Hortas (pah@ucodev.org)
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in... |
The fervent atmosphere at Atletico Madrid's Vicente Calderon stadium will make them hard to beat there in the Champions League, midfielder Koke says.
The Spanish league leaders are into a first semi-final for 40 years after their 2-1 aggregate win over Barcelona.
"With these fans behind us, it is very hard for us to lo... |
#!/usr/bin/python
# coding: utf8
from __future__ import absolute_import
import time
from geocoder.base import Base
from geocoder.location import Location
class Timezone(Base):
"""
Google Time Zone API
====================
The Time Zone API provides time offset data for locations on the surface of the... |
I'm Yvonne and I live in Altnafeadh. I'm interested in Art, Fishing and Dutch art. I like to travel and reading fantasy.
Lični tekst: I'm Yvonne and I live in Altnafeadh. I'm interested in Art, Fishing and Dutch art. I like to travel and reading fantasy. |
from django.contrib.auth.models import User
from django.db import models
from django.utils.timezone import now
from user.models import Language
class Prompt(models.Model):
"""
Model for the prompts
"""
text = models.TextField(blank=False)
language = models.ForeignKey(Language, blank=False)
nu... |
Last year, Samsung launched the Galaxy TabPro S, a Windows 10 tablet that followed the steps of the Microsoft Surface series. Today the company has launched two new devices, Galaxy Book 10 and Galaxy Book 12 that continue along this line.
Both devices run on Windows 10 and come with a keyboard case and a pointer. They ... |
import json
from mflow_nodes.processors.base import BaseProcessor
from mflow_nodes.stream_node import get_processor_function, get_receiver_function
from mflow_nodes.node_manager import NodeManager
def setup_file_writing_receiver(connect_address, output_filename):
"""
Setup a node that writis the message head... |
With Infinity War breaking records, it's time to check in with that OTHER cinematic universe, that hath given the Flop House so much, with our look at Justice League. Meanwhile, Stuart reveals Donatello's government job, Dan misreads the title, and Elliott posits that Batman is the result of inbreeding.
Because Huge Ac... |
#!/usr/bin/env python
# -*- coding: utf-8 -*-
import calendar
from datetime import date
from datetime import timedelta
from DateRanger.utils import get_quarter
from DateRanger.utils import get_monthrange
from DateRanger.objects import DateFrame
from DateRanger.exceptions import InvalidDateRange
from DateRanger.excepti... |
After Vietnam, Howard didn't talk about his experiences and withdrew from other people. He felt directionless and began using drugs. Connecting with group counseling at VA helped him quit using and work through his challenges. Through the support and understanding of other Veterans and his psychiatrist, Howard got back... |
#!/usr/bin/env python
# Class defitions for Atlas Ping statistics
# statistics are collected at three levels:
#
# first the raw per probe, per target IP data
# second the aggregate over all probes for each target IP
# finally overall statistics for the measurement
from collections import defaultdict
import json
impo... |
Online Loans For Poor Credit Western Sky Loans would Set upwards primary Debits on Your chosen cash Advance, Online Loans For Poor Credit Western Sky Loans as Well As send a Couple pointers prior To of Which day. When for Any Reason you Think ones settlement will Likely Be late, get In Touch With this MoneyMe staff and... |
# -*- coding: utf-8 -*-
from django import template
from django.http import HttpResponse,HttpResponseRedirect,Http404
from django.shortcuts import render_to_response
#
from models import MediaFile,Gallery
from forms import GalleryMediaFileForm
import uuid
#
def preview(request,id):
m = MediaFile.objects.get(id=id )... |
I have a goodie for you today! I created a set of 5 posters that highlight angles; right, acute, obtuse, straight and reflex.
Each poster has the definition, picture of the angle and a real life example picture.
Click to Download the Free Posters on Google Docs!
Here are what the posters look like..
I like that you add... |
#-*- coding: ISO-8859-1 -*-
#
# DBSQL - A SQL database engine.
#
# Copyright (C) 2007-2008 The DBSQL Group, Inc. - All rights reserved.
#
# This library 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;... |
The Association of Private Ski Instructors Gstaad-Saanenland was founded 30 years ago by local ski instructors. Only qualified local ski instructors who know the region like the back of their hand are eligible for membership.
We’re not only snowsports instructors, we can also act as your personal guide and local contac... |
# -*- coding: utf-8 -*-
from datetime import datetime
from django.http import HttpResponse
from smsbrana import SmsConnect
from smsbrana import signals
from smsbrana.const import DELIVERY_STATUS_DELIVERED, DATETIME_FORMAT
from smsbrana.models import SentSms
def smsconnect_notification(request):
sc = SmsConnect()
... |
Thanks to a multi-year collaboration involving the New Zealand Film Archive, the NFPF, and the largest American nitrate archives, scores of “lost” American silent-era films are being returned to the big screen and shared with new audiences. Sample a selection here. More will be added to our site in the months ahead. |
from django.contrib.admin import StackedInline
from django.forms import fields, widgets
from django.template.loader import select_template
from django.utils.translation import ugettext_lazy as _, ugettext
from entangled.forms import EntangledModelFormMixin, EntangledModelForm
from cms.plugin_pool import plugin_pool
f... |
The Hardy Group is centred on Derby and its surrounding areas and is a thriving group of people living with dementia, current and past carers who through their own experiences support each other along their journey with dementia, We hold light-hearted social meetings and organise trips out to help all our members stay ... |
# Copyright 2018 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... |
As its name suggests, the R7 Lite is a downgraded variant of the original R7. The new smartphone sports a 5-inch display with just 720 x 1280 pixels, instead of 1080 x 1920 pixels like on the regular R7. Moreover, instead of having 3 GB of RAM, the R7 Lite only offers 2 GB. Another difference - this time a positive one... |
from featuretools import list_primitives
from featuretools.primitives import (
Day,
GreaterThan,
Last,
NumCharacters,
get_aggregation_primitives,
get_transform_primitives
)
from featuretools.primitives.utils import _get_descriptions
def test_list_primitives_order():
df = list_primitives()
... |
Alexis is an extremely talented female vocalist with a beautifully trained voice.
Powerful vocals, great personality and stunning looks. What more could you ask for!! Both myself and my partner, Paul, really enjoyed your performance last night at The Royal British Legion in Polegate.
We heard Alexis sing in Hotham Park... |
"""
See the PyMOL Sessions processed with this code here <https://github.com/mmagnus/PyMOL4Spliceosome>
"""
from pymol import cmd
from rna_tools.tools.PyMOL4RNA import code_for_color_spl
from rna_tools.tools.PyMOL4RNA import code_for_spl
try:
from pymol import cmd
except ImportError:
print("PyMOL Python lib is... |
With an integrated, multi-disciplinary CAD environment like SOLIDWORKS, your product development and manufacturing teams can easily master 3D CAD models for all their design tasks. The complete 3D CAD tool solution, SOLIDWORKS allows all stakeholders to work collaboratively with one another.
Manufacturers have embraced... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.