text stringlengths 20 1.01M | url stringlengths 14 1.25k | dump stringlengths 9 15 ⌀ | lang stringclasses 4
values | source stringclasses 4
values |
|---|---|---|---|---|
Need help cloning? Visit
Bitbucket 101.
Atlassian SourceTree
is a free Git and Mercurial client for Windows.
Atlassian SourceTree
is a free Git and Mercurial client for Mac.
class SimplePlugin(object):
"""Plugin base class which auto-subscribes methods for known channels."""
-
+
bus = None
"""A :class:`Bus <cherrypy.pr... | https://bitbucket.org/rpattinson/cherrypy/diff/cherrypy/process/plugins.py?diff2=13d698d4c824&at=cherrypy-3.2.x | CC-MAIN-2015-32 | en | refinedweb |
The Oracle XDK includes components that help you to determine the differences between the contents of two XML documents and then to apply the differences (patch) to one of the XML documents.
This chapter contains these topics:
You can use Oracle
XmlDiff to determine the differences between two similar XML documents.
Xm... | http://docs.oracle.com/cd/E12839_01/appdev.1111/b28394/adx_c_diff.htm | CC-MAIN-2015-32 | en | refinedweb |
Hi/2. Diego Biurrun wrote: > On Mon, Sep 17, 2007 at 04:41:34PM -0700, Dave Yeo wrote: > >> Reimar Doeffinger wrote: >> >>> On Mon, Sep 17, 2007 at 12:35:46PM +0200, Diego Biurrun wrote: >>> >>>> Even more important: Reimar came up with a header file that provides the >>>> correct definition. So why can't this be used ... | http://ffmpeg.org/pipermail/ffmpeg-devel/2007-September/039280.html | CC-MAIN-2015-32 | en | refinedweb |
Source
django-taggable / docs / index.rst
django-taggable
django-taggable is a library that implements a efficient tagging implementations for the Django Web Framework 1.1+, written by Gustavo Picón and licensed under the Apache License 2.0.
django-taggable is:
- Flexible: Uses tagtools to choose between popular taggin... | https://bitbucket.org/tabo/django-taggable/src/110e0e2a61197fde7f5737e5ddfc8c1a48a5b154/docs/index.rst | CC-MAIN-2015-32 | en | refinedweb |
A while back Peter Norvig posted a wonderful pair of articles about regex golf. The idea behind regex golf is to come up with the shortest possible regular expression that matches one given list of strings, but not the other.
“Regex Golf,” by Randall Munroe.
In the first article, Norvig runs a basic algorithm to recrea... | http://jeremykun.com/category/optimization-2/ | CC-MAIN-2015-32 | en | refinedweb |
YATG::Store::Memcached - Back-end module to store polled data to a Memcached
version 5.140510
This module implements part of a callback handler used to store SNMP data into a memcached service. It will be faster than storing to disk, and so is recommended if you do not require historical data.
The module will die if it... | http://search.cpan.org/~oliver/YATG-5.140510/lib/YATG/Store/Memcached.pm | CC-MAIN-2015-32 | en | refinedweb |
At PDC 2009 we (RIA Services Team) announced the re-branding of Microsoft .NET RIA Services to Windows Communication Foundation (WCF) RIA Services. We backed this branding change with a new Preview release, that has RIA Services built heavily on the WCF stack.
In this post I plan to talk briefly about the motivation be... | http://blogs.msdn.com/b/saurabh/archive/2009/11/23/understanding-the-wcf-in-wcf-ria-services.aspx | CC-MAIN-2015-32 | en | refinedweb |
I'm trying to create my first migration using Entity Framework 7 with code first development and I'm getting the following error:
The property 'Email' cannot be added to the entity type 'UserDTO' because a navigation property with the same name already exists on entity type 'UserDTO'.
My environment is: 1) Visual Studi... | https://entityframeworkcore.com/knowledge-base/34935623/entity-framework-7-trouble-creating-migration-because-navigation-property-with-the-same-name-exists | CC-MAIN-2021-17 | en | refinedweb |
This project aims to replace the front desk cashier of food trucks and fast food joints with voice-activated vending machine, that can understand the order, checks for allergies, take payment, and deliver orders through vending- machines (soft drinks, water bottle) and through window at counter, it takes help of facial... | https://www.hackster.io/rishabh-verma/voice-activated-vending-machine-b8098b | CC-MAIN-2021-17 | en | refinedweb |
Getting a result from a parallel task in Java using CompletableFuture
December 4, 2016 Leave a comment
In this post we saw how to start several processes on different threads using the CompletableFuture class. The example concentrated on methods with no return value. We let CompletableFuture finish the tasks in paralle... | https://dotnetcodr.com/2016/12/04/getting-a-result-from-a-parallel-task-in-java-using-completablefuture/ | CC-MAIN-2021-17 | en | refinedweb |
go
/
/
fd679df69f9cbbb8e8be61c4700dfbe8d0aed06d
/
.
/
content
/
protobuf-apiv2.article
blob: 952d73cdcd62111d13a87e7e5287b9649f86ef75 [
file
] [
log
] [
blame
]
# A new Go API for Protocol Buffers
2 Mar 2020
Tags: protobuf, technical
Summary: Announcing a major revision of the Go API for protocol buffers.
OldURL: /a-ne... | https://go.googlesource.com/blog/+/fd679df69f9cbbb8e8be61c4700dfbe8d0aed06d/content/protobuf-apiv2.article | CC-MAIN-2021-17 | en | refinedweb |
Public API Interface for Configuration. More...
#include <launchdarkly/boolean.h>
#include <launchdarkly/json.h>
#include <launchdarkly/export.h>
Go to the source code of this file.
Public API Interface for Configuration.
Add another mobile key to the list of secondary environments.
Both
name, and
key must be unique. Y... | https://launchdarkly.github.io/c-client-sdk/config_8h.html | CC-MAIN-2021-17 | en | refinedweb |
In the words of the immortal Ken Wheeler:
GraphQL is kind of like the s***. Actually, it's absolutely the s***.
I tend to agree with this sentiment but that doesn't mean I think GraphQL is perfect. One of the most persistent challenges that has faced GraphQL since its introduction 5 years ago is client side caching.
Do... | https://practicaldev-herokuapp-com.global.ssl.fastly.net/ajcwebdev/graphql-caching-42ep | CC-MAIN-2021-17 | en | refinedweb |
Important
You need to become part of the openEO Platform "early adopter" program (opens new window) to access the processing infrastructure.
This Getting Started guide will simply give you an overview of the capabilities of the openEO Python client library. More in-depth information and documentation can be found on th... | https://docs.openeo.cloud/getting-started/python/ | CC-MAIN-2022-40 | en | refinedweb |
fork1(2) [opensolaris man page]
fork(2) System Calls fork(2) NAME
fork, fork1, forkall, forkx, forkallx - create a new process SYNOPSIS
#include <sys/types.h> #include <unistd.h> pid_t fork(void); pid_t fork1(void); pid_t forkall(void); #include <sys/fork.h> pid_t forkx(int flags); pid_t forkallx(int flags); DESCRIPTIO... | https://www.unix.com/man-page/opensolaris/2/fork1/ | CC-MAIN-2022-40 | en | refinedweb |
table of contents
- bullseye 7.74.0-1.3+deb11u3
- bullseye-backports 7.85.0-1~bpo11+1
- testing 7.85.0-1
- unstable 7.85.0-1
NAME¶
CURLINFO_PRETRANSFER_TIME_T - get the time until the file transfer start
SYNOPSIS¶
#include <curl/curl.h> CURLcode curl_easy_getinfo(CURL *handle, CURLINFO_PRETRANSFER_TIME_T,
curl_off_t *t... | https://manpages.debian.org/testing/libcurl4-doc/CURLINFO_PRETRANSFER_TIME_T.3.en.html | CC-MAIN-2022-40 | en | refinedweb |
DotVVM and ASP.NET Core: Implementing CRUD operations
DotVVM is a ASP.NET framework that allows us to create web applications using the MVVM (Model-View-Viewmodel) design pattern with C# and HTML. In this tutorial we will learn how to create CRUD operations (Create, Read, Update, and Delete) using the DotVVM and .NET C... | https://medium.com/dotvvm/dotvvm-and-asp-net-core-implementing-crud-operations-ecac3127ff6d?source=post_internal_links---------6---------------------------- | CC-MAIN-2022-40 | en | refinedweb |
Each Answer to this Q is separated by one/two green lines.
Is there a way to declare a variable as unused in PyCharm, or in Python in general, so you can explicitly tell the compiler not to give a warning about it?
I am not talking about the convention of naming unused variables for the programmer (often named “_” or “... | https://techstalking.com/programming/python/explicitly-declaring-variable-as-unused-in-python-pycharm/ | CC-MAIN-2022-40 | en | refinedweb |
honest the recent period has been hard for my creativity for various reasons. In spite of the ongoing pandemy, which is hard to go through having kids under the roof, I’ve started working on something that might be interesting for you. But it’s a story to be released in 2 weeks 😉
Creating patterns
This example may se... | https://blacksheephacks.pl/hackpy-part-4-pcap-files-analysis-with-scapy/ | CC-MAIN-2022-40 | en | refinedweb |
When building out applications, sending email is a frequently needed feature. In addition, it's likely that the data sent in the email needs to be stored in a database for record keeping, analytics, or additional processing.
AWS provides a range of services that help make setting up an API, database, and email transpor... | https://dev.to/mtliendo/serverless-contact-form-using-aws-amplify-1e9m | CC-MAIN-2022-40 | en | refinedweb |
difference_APIvariant.
Transforming dependency artifacts on resolution
As described in different kinds of configurations, there may be different variants for the same dependency.
For example, an external Maven dependency has a variant which should be used when compiling against the dependency (
java-api), and a varian... | https://docs.gradle.org/current/userguide/dependency_management_attribute_based_matching.html | CC-MAIN-2019-30 | en | refinedweb |
able.))
Express Delivery...is not available today (just normal delivery)
The Only Newspaper That Is Not Controlled By The Cabal Who Are You What Are You Do- AAAAAA
May, 4th 2013 - May the Fourth be with you! • Issue 182 • Sponsered by (and biased towards) the Rebel Alliance.
This is not "Wednesday or Thursday"
Are you ... | http://uncyclopedia.wikia.com/wiki/User_talk:Simsilikesims?oldid=5708064 | CC-MAIN-2015-32 | en | refinedweb |
How to call BPEL from java Client code?843830 Feb 22, 2008 3:44 AM
I have created one Bpel in netbean 6.1 and want to pass parameters from java client and get back the result.If Any one know how to invoke bpel from java client code do reply soon with java sample code?
Edited by: Avi007 on Feb 22, 2008 1:43 AM
Edited by... | https://community.oracle.com/message/6646765 | CC-MAIN-2015-32 | en | refinedweb |
_lwp_cond_reltimedwait(2)
- control device
#include <unistd.h> #include <stropts.h> int ioctl(int fildes, int request, /* arg */ ...);
The ioctl() function performs a variety of control functions on devices and streams. For non-streams files, the functions performed by this call are device-specific control functions. T... | http://docs.oracle.com/cd/E26502_01/html/E29032/ioctl-2.html | CC-MAIN-2015-32 | en | refinedweb |
You can subscribe to this list here.
Showing
1
results of 1
David,
> > That is a good point. It is true that today overflow notification
> > is requested via the PMC and not the PMD. The implementation assumes
> > (wrongly) that PMCx corresponds to PMDx. The flag is recorded in
> > the PMD related structure. Hence, it ... | http://sourceforge.net/p/lse/mailman/lse-tech/?viewmonth=200503&viewday=31&style=flat | CC-MAIN-2015-32 | en | refinedweb |
Chatlog 2013-01-10
From Provenance WG Wiki
See original RRSAgent log or preview nicely formatted version.
Please justify/explain all edits to this page, in your "edit summary" text.
15:52:36 <RRSAgent> RRSAgent has joined #prov 15:52:36 <RRSAgent> logging to 15:52:38 <trackbot> RRSAgent, make logs world 15:52:38 <Zakim... | http://www.w3.org/2011/prov/wiki/Chatlog_2013-01-10 | CC-MAIN-2015-32 | en | refinedweb |
System.Runtime Namespaces
.NET Framework 4
The System.Runtime namespaces contain types).
Show: | https://msdn.microsoft.com/en-us/library/gg145017(v=vs.100).aspx | CC-MAIN-2015-32 | en | refinedweb |
Manages joined fields for a vector layer. More...
#include <qgsvectorlayerjoinbuffer.h>
Manages joined fields for a vector layer.
Definition at line 32 of file qgsvectorlayerjoinbuffer.h.
Definition at line 25 of file qgsvectorlayerjoinbuffer.cpp.
Definition at line 30 of file qgsvectorlayerjoinbuffer.cpp.
Joins anothe... | http://qgis.org/api/classQgsVectorLayerJoinBuffer.html | CC-MAIN-2015-32 | en | refinedweb |
Products and Services
Downloads
Store
Support
Education
Partners
About
Oracle Technology Network
Name: krC82822 Date: 02/17/2001
17 Feb 2001, eval1127@eng -- see also # 4187333.
java version "1.3.0"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.0)
Java HotSpot(TM) Client VM (build 1.3.0, mixed mode)
The j... | http://bugs.java.com/bugdatabase/view_bug.do?bug_id=4416624 | CC-MAIN-2015-32 | en | refinedweb |
sethostname()
Set the name of the current host
Synopsis:
#include <unistd.h> int sethostname( const char * name, size_t namelen );
Since:
BlackBerry 10.0.0
Arguments:
- name
- The name that you want to use for the host machine. Hostnames are limited to MAXHOSTNAMELEN characters (defined in <sys/param.h>).
- namelen
- T... | http://developer.blackberry.com/native/reference/core/com.qnx.doc.neutrino.lib_ref/topic/s/sethostname.html | CC-MAIN-2015-32 | en | refinedweb |
Another CR for Hibernate Search 4.1 is ready! Even being in candidate release phase, we introduced something more than the usual minor bugfixes, as the following improvements are too nice to delay and technically not very risky.
Depending on Hibernate 4.1
Hibernate Search was updated to work with Hibernate ORM 4.1, as ... | http://in.relation.to/2012/03/29/hibernate-search-41-cr-3/ | CC-MAIN-2015-32 | en | refinedweb |
This article presents a very small scale blog engine developed using ASP.NET MVC, Entity Framework and SQLServer.
The basic idea behind creation of this project is to understand the ASP.NET MVC architecture by following the approach of
learning by implementing a rudimentary blog engine.
It was quite recently that I sta... | http://www.codeproject.com/Articles/575189/YaBlogEngineMVC-A-Tiny-Blog-Engine-written-in-ASP?fid=1830186&df=90&mpp=10&noise=1&prof=True&sort=Position&view=Quick&spc=Relaxed | CC-MAIN-2015-32 | en | refinedweb |
Recent:
Archives:
waitand
notifymethods of the Object class. In "Using threads in Java, Part II" I took the synchronized threads and created an in-memory communication channel so that two or more threads could exchange object references. Then in "Using communication channels in applets, Part 3" I applied these communic... | http://www.javaworld.com/javaworld/jw-07-1996/jw-07-mcmanis.html | crawl-002 | en | refinedweb |
Plone Upgrade Guide
Instructions and tips for upgrading to a newer Plone version.
1. Introduction
What does it mean to upgrade Plone? 2.5.x to 3.3. In particular, read everything in the "common problems and issues" section.
The guide applies to all contemporary versions of Plone, and we have also included the older, un... | http://plone.org/documentation/manual/upgrade-guide/referencemanual-all-pages | crawl-002 | en | refinedweb |
RE: Issue With Programmatically Impersonating a User in a Web-Par
- From: Joe <Joe@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Wed, 8 Nov 2006 14:19:02 -0800
It just occured to me that you may also be having an issue with the security
context under which your smart part is running.
I'd recommend following Jan Tielen's advice in... | http://www.tech-archive.net/Archive/SharePoint/microsoft.public.sharepoint.portalserver.development/2006-11/msg00073.html | crawl-002 | en | refinedweb |
Re: Class export by regular DLL (vc++) be used in vb
From: Ralph (msnews.20.nt_consulting32_at_spamgourmet.com)
Date: 12/07/04
- Next message: Frank Adam: "Re: RichTextBox changing properties"
- Previous message: Dan: "Re: Window display mystery"
- In reply to: polybear: "Class export by regular DLL (vc++) be used in v... | http://www.tech-archive.net/Archive/VB/microsoft.public.vb.general.discussion/2004-12/0995.html | crawl-002 | en | refinedweb |
Vol. 12, Issue 4, 997-1007, April 2001
Institut für Biochemie, Technische Universität Graz, AustriaSubmitted September 15, 2000; Revised January 3, 2001; Accepted January 24, 2001
Three different pathways lead to the synthesis of
phosphatidylethanolamine (PtdEtn) in yeast, one of which is localized
to the inner mitocho... | http://www.molbiolcell.org/cgi/content/full/12/4/997 | crawl-002 | en | refinedweb |
Re: Microsoft and Trust Take 2
- From: "mayayana" <mayaXXyana1a@xxxxxxxxxxxxxxxx>
- Date: Mon, 7 Apr 2008 10:09:59 -0400
widerwider
In VB it was expected that people would pretty much
stick to VB-digestible COM objects and stay away from
the API. In .Net it seems that breaking COM was a
way to discourage involvement wi... | http://www.tech-archive.net/Archive/VB/microsoft.public.vb.general.discussion/2008-04/msg00692.html | crawl-002 | en | refinedweb |
sts sites bands links home music
anime manga japanese dvd player cash
index php artists rock music
genre independent videos artists music
agents realtors homes top search
online store dvd import
funniest videos show afv
cheap anime dvd cds
arts artists music recording
artists find info home
sex toys corporate
rpg free ... | http://splurfle.com/Store-Pages-18/341094.html | crawl-002 | en | refinedweb |
gifts info
info adult stores books
info adult gift books
betting bowl articles football
arts council programs book
artists shopping art music
anniversary graduation unique wedding
traditional php gifts
giftstores animal info
store gifts native american indian art
dvd online games post anime dvds
prints original botanic... | http://splurfle.com/Store-Pages-18/340875.html | crawl-002 | en | refinedweb |
ist
gaming index free arcade
dvds dvd world import
anniversaries modern gifts weddings
kids child activities
helicopter adicting games air hockey
find sphiatt index php sales
computers online shopping stores computer
new artists independent bands
custom brass tag cat
text info index
palm adicting game
music band christ... | http://splurfle.com/Store-Pages-18/342133.html | crawl-002 | en | refinedweb |
over new
artists giftstores info math
free dvd cheap
party giftstores stores activities birthday
links find books fishing articles
giftstores activities birthday party stores
birthday party giftstores stores activities
arcade items info gift stores
rare antiques used print
photo unique gifts personalized
open christian... | http://splurfle.com/Store-Pages-18/342708.html | crawl-002 | en | refinedweb |
o
quarterarcade restored arcade game find
index asp estarland trade anime
index dragon warrior animated gifs
artists music contemporary funk gospel
artists bands jhtml stores find
artists bands jhtml gift find
american map art rare maps
accessories gifts gift stores find
information accessories balls golf
info artists ... | http://splurfle.com/Store-Pages-18/342581.html | crawl-002 | en | refinedweb |
ay download action
latin index find
information pinball info
game helicopter free
browse videonow videos
browse videos
books historical stores
online gift adult sex toys find
potter amazon harry mugglenet books
rock new indie music
gifts gift ivillage wedding
gift baskets gifts toys
free find artists unsigned
dvd amazo... | http://splurfle.com/Store-Pages-18/341713.html | crawl-002 | en | refinedweb |
versary
information print collectibles books
computers info gift advantages
contest index php america's funniest home
traditional gift subject anniversaries
gallery model anime figures
classical information links artists
browse artists amazon soundtracks
book wedding index platters
bands independent christian indieforc... | http://splurfle.com/Store-Pages-18/341319.html | crawl-002 | en | refinedweb |
Lets Build Web Components! Part 1: The Standards
Benny Powers 🇮🇱🇨🇦
Updated on
・10 min read
Let's Build Web Components! (8 Part Series)
Component-based UI is all the rage these days. In fact it's so established that people have even started retconning old-school jQuery widgets as "jQuery Components" ;)
When we say "... | https://dev.to/bennypowers/lets-build-web-components-part-1-the-standards-3e85 | CC-MAIN-2019-43 | en | refinedweb |
How can I align a set of three buttons to the right side of a top-docked toolbar, and have another single button aligned to the left? I guess in general my question is can I specify the alignment of buttons in tools bars? In ExtJS, you can use something like '->' to align buttons in toolbars, but don't see this as an o... | https://www.sencha.com/forum/showthread.php?116098-Toolbar-button-alignment&p=540070 | CC-MAIN-2019-43 | en | refinedweb |
Provided by: libncarg-dev_6.3.0-6build1_amd64
NAME
PWRZT - Draws the projections of character strings that are positioned in a plane parallel to one of the three coordinate planes. NOTE: At one time, a Threed routine called PWRZ was supported. PWRZ has been superseded by PWRZT and is therefore considered obsolete. If y... | http://manpages.ubuntu.com/manpages/xenial/man3/pwrz.3NCARG.html | CC-MAIN-2019-43 | en | refinedweb |
Provided by: apparmor_2.10.95-0ubuntu2_amd64
NAME
aa-exec - confine a program with the specified AppArmor profile
SYNOPSIS
aa-exec [options] [--] [<command> ...]
DESCRIPTION
aa-exec is used to launch a program confined by the specified profile and or namespace. If both a profile and namespace are specified command will... | http://manpages.ubuntu.com/manpages/xenial/man8/aa-exec.8.html | CC-MAIN-2019-43 | en | refinedweb |
- what is the problem with it? Basically, this function converts from 'success-or-exception' to 'success-or-null'. You say the caller has to check for null. That's true. In the other case, it would have to handle the exception. One of the two has to be done.
Admin
NevemTeve: Not really. With a null check it must be ex... | https://thedailywtf.com/articles/comments/offensively-defensive-offense | CC-MAIN-2019-43 | en | refinedweb |
KDECore
#include <kservicetypefactory.h>
Detailed Description
A sycoca factory for service types It loads the service types from parsing directories (e.g. servicetypes/) but can also create service types from data streams or single config files
- See also
- KServiceType
Exported for kbuildsycoca, but not installed.
Def... | https://api.kde.org/4.x-api/kdelibs-apidocs/kdecore/html/classKServiceTypeFactory.html | CC-MAIN-2019-43 | en | refinedweb |
Components and supplies
Necessary tools and machines
Apps and online services
About this project witch polarity, because it will break the LEDs.
Step 4: About the software!
Code
Arduino CodeArduino
#include "FastLED.h" // How many leds in your strip? #define NUM_LEDS 68 byte pixelType = 0; byte drawIn[4]; byte frameIn[... | https://create.arduino.cc/projecthub/RGBFreak/diy-rgb-led-shades-controlled-by-arduino-c23e57 | CC-MAIN-2019-43 | en | refinedweb |
Getting started with managed code application development
Applies To: Dynamics CRM 2013
This guide shows you how to write application code that connects to the Microsoft Dynamics CRM web services and invoke web methods to perform common business data operations like create, delete, update, and find. You will also be sh... | https://docs.microsoft.com/en-us/previous-versions/dynamicscrm-2013/developers-guide/dn531016%28v%3Dcrm.6%29 | CC-MAIN-2019-43 | en | refinedweb |
- Start Date: 2018-10-31
- Relevant Team(s): Ember Data
- RFC PR:
- Tracking:
Ember Data Packages
Summary
This documents presents the proposed public import path changes for
ember-data, and moving
ember-data
into the
@ember-data namespace.
Motivation
Reduce Confusion & Bike Shedding
Users of
ember-data have often noted... | https://emberjs.github.io/rfcs/0395-ember-data-packages.html | CC-MAIN-2019-43 | en | refinedweb |
DYModalNavigationController is a simple UINavigationController subclass written in Swift 5.0. Use cases:
- present a small size view controller with rounded edges over the current context modally (e.g. if the content is rather small and the standard modal presentation would show a lot of empty space). Set a fixed size ... | https://tryexcept.com/articles/cocoapod/dymodalnavigationcontroller | CC-MAIN-2019-43 | en | refinedweb |
Frank Wiles wrote:
> Hi!
Probably ModPerl:: is the best fit, IMHO :) Though you may have more
popularity with /Apache/ in case people aren't aware about the existance
of the ModPerl:: namespace.
--
_____________________________________________________________
Stas Bekman mailto:stas@stason.org
MailChannels: Assured Mes... | http://mail-archives.apache.org/mod_mbox/perl-dev/200601.mbox/%3C43C30C87.6050607@stason.org%3E | CC-MAIN-2019-43 | en | refinedweb |
Introduction to ADO.NET Databases
Microsoft SQL Server and Microsoft Visual Studio
2010
Introduction
Microsoft SQL Server is mainly used to create and
maintain computer databases. It does not provide the means of creating
graphical elements that would make it easy for a regular user to take
advantage of its values. To ... | http://www.functionx.com/vcsharp/adonet/Lesson02.htm | CC-MAIN-2017-30 | en | refinedweb |
This
Looking ahead.
Are all the low-color icons and shapes in the library finally replaced by high color modern equivalents? And what about including Visio in an Ultimate SKU? With only 5 announced SKUs, there seems to be no improvement on that one.
Hi sevenflavor,
The short answer about icons is that we have improved ... | https://blogs.msdn.microsoft.com/visio/2009/07/17/visio-2010-technical-preview-released/ | CC-MAIN-2017-30 | en | refinedweb |
Using the following with TF .9.0rc0 on 60,000 (train) and 26,000 (test) on or so records with 145 coded columns (1,0) trying to predict 1 or 0 for class identification..
classifier_TensorFlow = learn.TensorFlowDNNClassifier(hidden_units=[10, 20, 10],n_classes=2, steps=100)
classifier_TensorFlow.fit(X_train, y_train.rav... | https://codedump.io/share/zkhZz3IEH1fo/1/tensorflowdnnclassifier-class-is-deprecated-but-replacement-does-not-seem-to-work | CC-MAIN-2017-30 | en | refinedweb |
Help:Maintenance template removal
Many Wikipedia pages display maintenance templates addressed to problems with the topic or content of the page. You may have arrived at this page after you clicked on a link in just such a maintenance template, that said "Learn how and when to remove this template message". These maint... | https://infogalactic.com/info/Help:Maintenance_template_removal | CC-MAIN-2017-30 | en | refinedweb |
Introduction to Dialog Boxes
Introduction:
Application:
Introducing Dialog Boxes
Dialog Box Creation
To create a dialog box, you start with a form, which you
can get by creating a Windows Application or deriving a class from Form.
Here is an example:
using System;
using System.Drawing;
using System.Windows.Forms;
publi... | http://www.functionx.com/vcsharp2010/dlgboxes/introduction.htm | CC-MAIN-2017-30 | en | refinedweb |
In today’s Programming Praxis exercise, our goal is to write a program that can tell us on which lines each identifier and operator in a program appers. Let’s get started, shall we?
Some imports:
import Data.List import qualified Data.List.Key as K import Language.Haskell.Lexer
Rather than muck about with brittle regul... | https://bonsaicode.wordpress.com/2011/04/22/programming-praxis-xref/ | CC-MAIN-2017-30 | en | refinedweb |
An ether being in cyberspace calling itself - Julia Anne Case - uttered:
|
| Subject: Duplicate Mail...
| Date: Fri, 14 Apr 1995 07:44:07 -0400 (EDT)
|
| I
Some of it is due to people replying (or group replying) without
touching up the header portion. Julia will note that she will receive
this message twice. Once from... | http://www.greatcircle.com/lists/majordomo-users/mhonarc/majordomo-users.199504/msg00124.html | CC-MAIN-2017-30 | en | refinedweb |
I was debugging my project and could not find a bug. Finally I located it. Look at the code. You think everything is OK, and result will be "OK! OK! OK!", don't you? Now compile it with VC (i've tried vs2005 and vs2008).
#include <math.h>
#include <stdio.h>
int main () {
for ( double x = 90100.0; x<90120.0; x+=1 )
{
if... | https://codedump.io/share/4NwrGRtMq7HW/1/visual-c-mathh-bug | CC-MAIN-2017-30 | en | refinedweb |
When you need to perform calculations with values that have an associated unit of measure, it is very common to make mistakes by mixing different units of measure. It is also common to perform incorrect conversions between the different units that generate wrong results. The latest Python release doesn't allow develope... | http://www.drdobbs.com/database/the-maximal-rectangle-problem/database/quantities-and-units-in-python/240161101 | CC-MAIN-2017-30 | en | refinedweb |
package com.test; import java.io.BufferedReader; import java.io.FileNotFoundException; import java.io.IOException; import java.io.InputStream; import java.io.InputStreamReader; import java.io.OutputStreamWriter; import android.app.Activity; import android.content.Context; import android.os.Bundle; import android.util.L... | https://tausiq.wordpress.com/2012/06/16/readwrite-text-filedata-in-android-example-code/ | CC-MAIN-2017-30 | en | refinedweb |
View Complete Post
Hello guys,
The scenario is I have multiple open browser window (IE or Firefox) then I want to close the specific browser individually.
I have tried to lookup the applications running from the task manager but I can't get the running application from the task manager > application > task.
I have adde... | http://www.dotnetspark.com/links/15816-dynamic-content-modalpopupextender--open.aspx | CC-MAIN-2017-30 | en | refinedweb |
Posted 21 Jul 2016
Link to this post
We noticed that when grouping on columns that sometimes have a null and sometimes have an empty string, it will create two different groupings.
I tried to update the ViewModel in MVC so the property always returns an empty string:
public class SampleViewModel
{
private string _name;... | http://www.telerik.com/forums/grid-grouping---null-vs-empty-string | CC-MAIN-2017-30 | en | refinedweb |
Few years back I blogged about adding OpenID login support in ASP.NET application. This time I am blogging about adding Google login support in ASP.NET application. A friend of mine is trying to integrate multiple third party authentication support for one of the application he is developing for his client. He is using... | https://dzone.com/articles/implementing-google-account | CC-MAIN-2017-30 | en | refinedweb |
Details
"To approximate the square root of a positive number n using Newton's method, you need to make an initial guess at the root and then refine this guess until it is "close enough." Your first initial approximation should be root = 1;. A sequence of approximations is generated by computing the average of root and ... | http://www.dreamincode.net/forums/topic/73357-finding-the-square-root-with-a-while-loop/ | CC-MAIN-2017-30 | en | refinedweb |
Installation problem
Hello, I have some problems while installing the package. First of all, I'm on Ubuntu 10.04 64-bit, python v2.6.5, cython v0.14.1
When I try: {{{ python setup.py install }}} it complains about not finding the Newton library, so I rename "libnewton.a" to "libNewton.a" (notice the capital letter).
Th... | https://bitbucket.org/r1chardj0n3s/newpy/issues/1/installation-problem | CC-MAIN-2017-30 | en | refinedweb |
Re: Multiple Namespaces
Expand Messages
- Ok, Byrne helped me out with a link to this site:
But this question still worries me:
>> when i receive such a structure from a client, my SOAP::Lite Servertype
>> comes with a message like this:
>> Application failed during request deserialization: Unrecognized
>> '{urn:catalo... | https://groups.yahoo.com/neo/groups/soaplite/conversations/topics/2576?o=1&m=e&var=1&tidx=1 | CC-MAIN-2017-30 | en | refinedweb |
How to display images from folder dynamically into web page using ASP.NET?
In this article I will be explaining you a simple way to show and rotate images in the web page without using AJAX, Ad rotator, Jquery etc.
Description In many times we are need to display images in the web page from folder and display that imag... | http://www.dotnetspider.com/resources/44432-How-display-dynamic-images-from-folder-into-web-page.aspx | CC-MAIN-2017-30 | en | refinedweb |
Enabling Logging Programmatically
The run-time engine provides a collection of LogProvider objects that enable event-specific information to be captured during package validation and execution. LogProvider objects are available to DtsContainer objects, including the TaskHost, Package, ForLoop, and ForEachLoop objects. ... | https://technet.microsoft.com/en-us/library/ms136023(v=sql.105).aspx | CC-MAIN-2017-30 | en | refinedweb |
(Intro: Sometimes as part of testing I go to silly lengths to try to point out what I think is going to be a bug in a piece of code I have seen. And frequently when I do this, I am basically wrong, for any of various reasons – it’s a bug according to some world view which is not quite aligned with reality, or whatever.... | http://blogs.msdn.com/b/tilovell/archive/2012/10/04/wf4-vs-workflowdesigner-extensions-in-visual-studio-2012.aspx | CC-MAIN-2014-42 | en | refinedweb |
commands = fileToString("myPath/myCode.prg") executeString(commands)Wait, if you use function pointers instead of a Command object (with do and undo methods), don't you lose the undo feature, which is the main concrete feature touted above? Undo is not a feature of the Command pattern, it is simply one of the applicati... | http://c2.com/cgi/wiki?CommandPattern | CC-MAIN-2014-42 | en | refinedweb |
Opened 4 years ago
Closed 21 months ago
#4947 enhancement closed wontfix (wontfix)
Routes dispatching in twisted.web.server
Description (last modified by tom.prince)
It would be nice to have an option to use Routes-based dispatching in twisted.web.server.
Something like:
from twisted.web.server import Site class Contro... | http://twistedmatrix.com/trac/ticket/4947 | CC-MAIN-2014-42 | en | refinedweb |
02 April 2012 09:32 [Source: ICIS news]
SINGAPORE (ICIS)--?xml:namespace>
The plants will include a two-stream hydrogen/carbon monoxide (HyCO) facility, a single-stream ammonia plant and an ammonia storage tank, Linde said.
The industrial gases firm will invest around $380m (€285m) in the project, with the production u... | http://www.icis.com/Articles/2012/04/02/9546731/linde-to-build-on-site-plants-for-sadaras-saudi-chemical.html | CC-MAIN-2014-42 | en | refinedweb |
ResourceState
Since: BlackBerry 10.0.0
#include <bb/cascades/ResourceState>
Exposes resource state enum to QML.
Overview
Public Types Index
Public Types
Definitions of the resource states.
BlackBerry 10.0.0
- Unknown
The state is not known.
The resource is being loaded (for example, it's downloading or decoding, etc).S... | http://developer.blackberry.com/native/reference/cascades/bb__cascades__resourcestate.html | CC-MAIN-2014-42 | en | refinedweb |
While developing WCF client/services, I frequently encounter this annoying error whenever I run my client to connect to the service contract for the first time. I term them as "timewasters". This post will partly serve as a reminder to me, and hopefully someone will benefit from it if they came across the same problem.... | http://geekswithblogs.net/nestor/archive/2007/01/05/102828.aspx | CC-MAIN-2014-42 | en | refinedweb |
UK High Altitude Society
A few matlab scripts for attitude and hopefully (at some point) position estimation using MEMS sensors. The data used for tests was kindly recorded by a member of the sparkfun forum with a sparkfun 6DOF IMU. Ascii data is here. The format is time (seconds) roll pitch and yaw gyro rates, and x,y... | http://ukhas.org.uk/code:4_state_extended_kalman_filter_in_matlab | CC-MAIN-2014-42 | en | refinedweb |
11 February 2011 20:25 [Source: ICIS news]
HOUSTON (ICIS)--US melamine imports for 2010 were up 65% from 2009, according to data released by the US International Trade Commission (ITC) on Friday.
US 2010 melamine imports rose by 65% to 31,780 tonnes from 19,259 tonnes in 2009.
Imports rose last year as a result of incr... | http://www.icis.com/Articles/2011/02/11/9434837/us-2010-melamine-imports-rise-65-from-2009-itc.html | CC-MAIN-2014-42 | en | refinedweb |
Aa codes
From PyMOLWiki
Just a quick little script to allow you to convert from 1-to-3 letter codes and 3-to-1 letter codes in PyMOL. Copy the code below and drop it into your .pymolrc file. Then, each time you load PyMOL, "one_letter" and "three_letter" will be defined.
The Code
Simple
# one_letter["SER"] will now ret... | http://www.pymolwiki.org/index.php/Aa_codes | CC-MAIN-2014-42 | en | refinedweb |
In my continuing trend of trying to create a polyglot application, I’ve been working on introducing an asset pipeline into my small Clojure application. There’s a Clojure plugin, lein-haml-sass, that’ll do a good job, but it depends on a JRuby runtime during development and a number of Rubygems, namely haml and sass to... | http://pivotallabs.com/author/rclutton/?tag=assets | CC-MAIN-2014-42 | en | refinedweb |
William F. Sharpe*
STANCO 25 Professor of Finance, Emeritus, Stanford University
Chairman, Financial Engines Inc.
September, 2001
This paper describes a set of mean/variance procedures for setting targets for the risk characteristics of components of a pension fund portfolio and for monitoring the portfolio over time t... | http://web.stanford.edu/~wfsharpe/art/q2001/q2001.htm | CC-MAIN-2014-42 | en | refinedweb |
If you’ve been writing Windows apps for more than a few weeks, you’ll probably have read an article or heard someone mention “MVVM”. MVVM is one of those things that is easy to file away in the back of your mind as something you probably should know about, and therefore something you might feel a bit guilty about not k... | http://blogs.msdn.com/b/johnkenn/archive/2014/01/22/mvvm-for-noobs-ios-devs-and-bluffers.aspx | CC-MAIN-2014-42 | en | refinedweb |
In an attempt to come up with a more interesting and elaborate example of a Dumbo program than the ones that can be found here, I wrote a simple recommender for Hadoop JIRA issues yesterday. This is how I obtained the data for this recommender:
$ wget -O jira_comments.xml ':'\ 'searchrequest-comments-rss/temp/SearchReq... | http://dumbotics.com/2009/02/24/recommending-jira-issues/ | CC-MAIN-2014-42 | en | refinedweb |
Im going to do a walk through of my problem. It involves the scaffolding.
I was trying to scaffold the basic part of a forum im going to show you exactly what i did.
I started by opening cmd and typing: rails forums
It created the first part.
I then, created the database's
Had no problem doing this.
The database.yml fi... | http://www.sitepoint.com/forums/printthread.php?t=408572&pp=25&page=1 | CC-MAIN-2014-42 | en | refinedweb |
Hello, list! As S.G on November 7, I am also having trouble with building a DLL from the C++ interface under Windows, since I recently switched to MSVC 8 (the 2005 edition). However, I did succeed when I was using the VC 6.0 version, and I actually wrote down a recipe (below). There is a hack, though, related to the of... | http://www.unidata.ucar.edu/mailing_lists/archives/netcdfgroup/2006/msg00230.html | CC-MAIN-2014-42 | en | refinedweb |
I would like to know if it is a way to up load the positions for an object from an external file, for each frame
You could certainly do this if you wrote your own python script.
hmmm… pseudocode might look something like:
import blender
text = “wherever the text file you want to read is”
delimiter = " what you want to ... | https://blenderartists.org/t/external-source/452914 | CC-MAIN-2021-04 | en | refinedweb |
So i randomly found this usefull script on the internet (blenderist.com). It’s for marker renaming and i’m going to create add-on based on this script. But i want it to be activated using a button, somewhere near the refresh sequencer button. Can somebody help me how to do it? I hope that i can understand a little bit ... | https://blenderartists.org/t/teach-me-how-to-create-marker-renamer-add-on/647683 | CC-MAIN-2021-04 | en | refinedweb |
Registering your handler
You can register the script that handles warmup requests in your project's
app.yaml file. For example:
inbound_services: - warmup handlers: - url: /_ah/warmup script: main.py login: admin
This example registers a handler to listen to warmup requests to the
/_ah/warmup request path with the
mai... | https://cloud.google.com/appengine/docs/standard/python/configuring-warmup-requests?hl=no | CC-MAIN-2021-04 | en | refinedweb |
Compiling the below code in gcc (gcc -Wall foo.c) yields the following warning message:
foo.c: In function 'main':
foo.c:9: warning: implicit declaration of function 'strlen'
foo.c:9: warning: incompatible implicit declaration of built-in function 'strlen'
When I compile using Intel C++ compiler (icpc -Wall foo.c) I ge... | https://community.intel.com/t5/Intel-C-Compiler/implicit-declaration-warning-not-produced-using-C-compiler/m-p/1010196 | CC-MAIN-2021-04 | en | refinedweb |
Using requests in Python3 Windows via Pycharm, and receiving SSL Module Not Available Error
I’ve spent hours trying to figure out what could be causing this. I’ve reinstalled Anaconda, and I am completely stuck. When running the following
def Earlybird(daycount): url = '' response = requests.get(url) print(response) Ea... | https://www.errorcorner.com/question/requests-caused-by-sslerrorcant-connect-to-https-url-because-the-ssl-module/ | CC-MAIN-2021-04 | en | refinedweb |
How to Mock Environment Variables in pytest2020-10-13
Sometimes tests need to change environment variables.
This is fairly straightforward in pytest, thanks to
os.environ quacking like a
dict, and the
unittest.mock.patch.dict decorator/context manager.
(If you’re not using pytest, or use
TestCase classes with pytest, s... | https://adamj.eu/tech/2020/10/13/how-to-mock-environment-variables-with-pytest/ | CC-MAIN-2021-04 | en | refinedweb |
Hello,
Does pycharm support IronPython code completion, namespace import and so on for IronPython code?
Recently was announce of IronPython suport. But i can't see it in editor. What can i do to obtain IronPython code completion and namespace import in PyCharm editor?
I use PyCharm as external powerful Iron Python scri... | https://intellij-support.jetbrains.com/hc/en-us/community/posts/206583835-Iron-Python | CC-MAIN-2021-04 | en | refinedweb |
Versioning
The versioning bundle will create snapshots for every file, upon every update received, or when it is deleted. It is useful when you need to track the history of files or when you need a full audit trail.
Installation
To activate versioning simply add
Versioning to
Raven/ActiveBundles configuration in the gl... | https://ravendb.net/docs/article-page/3.5/python/file-system/server/bundles/versioning | CC-MAIN-2021-04 | en | refinedweb |
Newton Excel Bach is aimed at people who work with numbers without a $ on the front. Posts will alternate between Excel and engineering/science topics, with the occasional post related to neither when I feel like it.
Contact e-mail: dougjenkins@interactiveds.com.au
About Interactive Design Services
Interactive Design S... | https://newtonexcelbach.com/about/?like_comment=3800&_wpnonce=1b1ae967b9 | CC-MAIN-2021-04 | en | refinedweb |
Heads up! To view this whole video, sign in with your Courses account or enroll in your free 7-day trial. Sign In Enroll
Preview
String Concatenation6:39 with Jay McGavren
You can join strings together using string concatenation.
IRB
- IRB stands for "Interactive RuBy".
- You can run it by clicking in your console or t... | https://teamtreehouse.com/library/string-concatenation?t=0 | CC-MAIN-2021-04 | en | refinedweb |
I’d like to encourage the general Flex community to take a second to build a quick custom preloader for the project that they are currently working on. It doesn’t take but a minute or two and it will distinguish your application from the sea of other Flex applications out there right from the start.
One of the easiest ... | https://doughughes.net/2009/11/12/custom-preloaders-for-flex/ | CC-MAIN-2018-17 | en | refinedweb |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.