text stringlengths 20 1.01M | url stringlengths 14 1.25k | dump stringlengths 9 15 ⌀ | lang stringclasses 4
values | source stringclasses 4
values |
|---|---|---|---|---|
Author: Joel Neubeck – Director of Technology / Silverlight MVPBlog :
This article appeared in the Expression Newsletter;
In this series of articles, we will explore the process of designing and building a casual online game in Silverlight 2 (SL2). It should be no surprise that the popularity of online gaming continues... | http://msdn.microsoft.com/en-us/expression/cc964002.aspx | CC-MAIN-2013-20 | en | refinedweb |
Warning
This very experimental (and possibly not working)
Note
This requires scons installed.
No plumbing happens without pipes at some point; this package also provides tools for handling pipelines.
SCons is a system to build software, akin to make and Makefile, but it also be used to run any sequence of computing ste... | http://pythonhosted.org/ngs_plumbing/scons.html | CC-MAIN-2013-20 | en | refinedweb |
OpenMP*
Diagnostic 1392: variable "entity" in firstprivate or lastprivate clause of an OpenMP pragma must be shared in the enclosing context
Cause
One case that the Intel C++ Compiler will emitting this diagnostic message is when using the "firstprivate" of OpenMP* with a wrong syntax.
Example
t.cpp:
#include <stdio.h>... | http://software.intel.com/en-us/taxonomy/term/20860?page=16 | CC-MAIN-2013-20 | en | refinedweb |
This article is the next step in a Catharsis documented tutorial. Catharsis is Web-application framework gathering best-practices, using ASP.NET MVC (preview 5), NHibernate 2.0. You can find on all the needed source code on.
Catharsis in version 0.9.5 provides new - sometimes fundamental - extensions and improvements. ... | http://www.codeproject.com/Articles/29417/Web-Application-Framework-Catharsis-part-IV-Locali | CC-MAIN-2013-20 | en | refinedweb |
Lingua Programmatica
Typical non-programmer question: Why are there so many programming languages? Why doesn’t everyone just pick the best one and use that?
Fair enough.
The definition of the term “computer language” can be really nebulous if you encounter someone who is in the mood to engage in social griefing through... | http://www.shamusyoung.com/twentysidedtale/?p=7452 | CC-MAIN-2013-20 | en | refinedweb |
,
This is the latest version of the NFS label support patch set. The set
contains one patch which will be removed when it makes it's way upstream from
the NFS maintainers' trees. This is the patch to fix a use before init bug in
the nfs4recovery code. Changes since the last patchset are listed below.
If you want a tree... | http://lwn.net/Articles/309026/ | CC-MAIN-2013-20 | en | refinedweb |
ASP.NET Configuration
.NET Framework 1.1
The ASP.NET configuration system features an extensible infrastructure that enables you to define configuration settings at the time your ASP.NET applications are first deployed so that you can add or revise configuration settings at any time with minimal impact on operational W... | http://msdn.microsoft.com/en-us/library/aa719558(VS.71).aspx | CC-MAIN-2013-20 | en | refinedweb |
aio_write − asynchronous write to a file (REALTIME)
#include <aio.h>
int aio_write(struct aiocb *aiocbp); priority.
The aio_write() function shall return the value zero to the calling process if the I/O operation is successfully queued; otherwise, the function shall return the value -1 and set errno to indicate the err... | http://man.cx/aio_write(3) | CC-MAIN-2013-20 | en | refinedweb |
09-14-2012 09:54 AM
As any "good" developer does... I want to try and avoid hardcoding any screen size information in my AIR based apps to ensure that they can work on the PlayBook (1024x600), the BB10 FullTouch (1280x720), the BB10 w/Keyboard (720x720)... and anything else that may ever come up in the future... (even ... | http://supportforums.blackberry.com/t5/Adobe-AIR-Development/Avoiding-hardcoding-screen-sizes-in-AIR-apps/m-p/1909743 | CC-MAIN-2013-20 | en | refinedweb |
Today..
The provider source code comes with a buildable VS 2005 Project all setup.
Jeff Prosise also wrote 130+ pages of awesome whitepapers that walkthrough the code, database schema, and how they work. You can read them here:
The beauty of the ASP.NET 2.0 Provider model is that it delivers rich extensibility and flex... | http://weblogs.asp.net/scottgu/archive/2006/04/13/442772.aspx | CC-MAIN-2013-20 | en | refinedweb |
03 December 2010 19:30 [Source: ICIS news]
By Stefan Baumgarten
TORONTO (ICIS)--?xml:namespace>
The German Chamber of Industry and Commerce (DIHK) said 90% of 1,100 producers that it polled in a recent survey complained about rising raw material prices and increasing difficulties in accessing raw material markets.
Just... | http://www.icis.com/Articles/2010/12/03/9416686/germany-facing-raw-material-supply-squeeze.html | CC-MAIN-2013-20 | en | refinedweb |
Seeing your browser's headers using python
Saturday, December 15, 2007
There's a very annoying website that won't send their CSS to my normal web browser (epiphany) which makes it rather ugly. However when I use iceweasel the CSS gets applied. Since both browsers use exactly the same rendering engine, gecko, on my mach... | http://blog.devork.be/2007_12_01_archive.html | CC-MAIN-2013-20 | en | refinedweb |
1 Jun 2008 13:07
Cleaning text to take word frequency
True Friend <true.friend2004 <at> gmail.com>
2008-06-01 11:07:38 GMT
2008-06-01 11:07:38 GMT
HI
I am a corpus linguistics student and learning C# for this purpose as well. I've created a simple application to find the frequency of a given word in two files. Actually... | http://blog.gmane.org/gmane.science.linguistics.corpora/month=20080601 | CC-MAIN-2013-20 | en | refinedweb |
From: Greg KH <gregkh@linuxfoundation.org>3.4-stable review patch. If anyone has any objections, please let me know.------------------From: Linus Torvalds <torvalds@linux-foundation.org>commit a2080a67abe9e314f9e9c2cc3a4a176e8a8f8793 upstream.Add a new interface, add_device_randomness() for adding data to therandom poo... | http://lkml.org/lkml/2012/8/13/765 | CC-MAIN-2013-20 | en | refinedweb |
NAME
::clig::parseCmdline - command line interpreter for Tcl
SYNOPSIS
package require clig namespace import ::clig::* setSpec var parseCmdline _spec argv0 argc argv
DESCRIPTION
This manual page describes how to instrument your Tcl-scripts with a command line parser. It requires that package clig is installed whenever y... | http://manpages.ubuntu.com/manpages/hardy/en/man7/clig_parseCmdline.7.html | CC-MAIN-2013-20 | en | refinedweb |
Wouldn't it be nice if there was a button you could click to give you the MLA citing information for you?!? Neoliminal 18:48, 3 February 2006 (UTC)
Can someone tell me if that conversation log is truly true? 200.112.49.116 07:20, 18 February 2006 (UTC)
- Yes, it really happened. --—rc (t) 07:23, 18 February 2006 (UTC)
... | http://uncyclopedia.wikia.com/wiki/Uncyclopedia_talk:Citing_Uncyclopedia?diff=prev&oldid=4814015 | CC-MAIN-2013-20 | en | refinedweb |
Our first task is to build a simple command-line application with .NET Core version 1.0.0. We will use the light weight Visual Studio Code for our text editor.
1) Create a working folder named “Institution”
2) Change directory into the “Institution” node and type in
This creates a .NET Core “Hello World” project contai... | http://blog.medhat.ca/2016/09/building-simple-command-line.html | CC-MAIN-2020-05 | en | refinedweb |
Get-NetFirewallServiceFilter
Get-NetFirewallServiceFilter
Retrieves service filter objects from the target computer.
Syntax
Parameter Set: ByAssociatedNetFirewallRule Get-NetFirewallServiceFilter -AssociatedNetFirewallRule <CimInstance> [-AsJob] [-CimSession <CimSession[]> ] [-GPOSession <String> ] [-PolicyStore <Strin... | https://docs.microsoft.com/fr-fr/previous-versions/windows/powershell-scripting/jj554894%28v%3Dwps.620%29 | CC-MAIN-2020-05 | en | refinedweb |
In this article by Erik Westra, author of the book Building Mapping Applications with QGIS, we will learn how QGIS symbols and renderers are used to control how vector features are displayed on a map. In addition to this, we will also learn saw how symbol layers work. The features within a vector map layer are displaye... | https://hub.packtpub.com/how-vector-features-are-displayed/ | CC-MAIN-2020-05 | en | refinedweb |
grapl_analyzerlibgrapl_analyzerlib
Analyzer library for Grapl
This library provides two main constructs,
Queries and Entities.
Queries are used for performing subgraph searches against Grapl's Master or Engagement graphs.
Entities are designed for pivoting off of query results.
pip install grapl_analyzer
QueryingQueryi... | https://libraries.io/pypi/grapl-analyzerlib | CC-MAIN-2020-05 | en | refinedweb |
Starting with module loading
I have been slowly working on rebuilding a web application from ASP.Net MVC into a SPA application over the last six months. The timescale of this work has been a blessing and a curse. It is a blessing because there has been an amazing churn in the client frameworks, build pipelines and cur... | https://www.neovolve.com/2017/01/17/starting-with-module-loading/ | CC-MAIN-2020-05 | en | refinedweb |
What if we, the authors of this directive, are the final consumers? What if another developer is reusing the directive as an API? How do we make it flexible enough with dynamic values? When you ask yourself these questions while writing directives, then it's time to make it dynamic.
All this while, we have been using t... | https://www.oreilly.com/library/view/typescript-2x-for/9781786460554/ca75b1f5-435c-4b53-9670-9f88d95b1eba.xhtml | CC-MAIN-2020-05 | en | refinedweb |
Technical Support
On-Line Manuals
RL-ARM User's Guide (MDK v4)
#include <rtl.h>
int ffind (
const char *pattern, /* pattern to match files to */
FINFO *info); /* file info structure */
The function ffind searches for files that match specific
patterns.
The function is included in the RL-FlashFS library. The prototype
i... | http://www.keil.com/support/man/docs/rlarm/rlarm_ffind.htm | CC-MAIN-2020-05 | en | refinedweb |
Technical Support
On-Line Manuals
RL-ARM User's Guide (MDK v4)
#include <net_config.h>
U16 ftp_fread (
FILE* file, /* Pointer to the file to read from. */
U8* buf, /* Pointer to buffer, to store the data. */
U16 len ); /* Number of bytes to read. */
The ftp_fread reads len bytes from the file
identified by the file str... | http://www.keil.com/support/man/docs/rlarm/rlarm_ftp_fread.htm | CC-MAIN-2020-05 | en | refinedweb |
Technical Support
On-Line Manuals
RL-ARM User's Guide (MDK v4)
#include <rtl.h>
void os_tsk_pass (void);
The os_tsk_pass function passes control to the next task of
the same priority in the ready queue. If there is no task of the same
priority in the ready queue, the current task continues and no task
switching occurs.... | http://www.keil.com/support/man/docs/rlarm/rlarm_os_tsk_pass.htm | CC-MAIN-2020-05 | en | refinedweb |
Drop XML Events from the default build
RESOLVED WONTFIX
Status
()
▸
DOM
People
(Reporter: Hixie (not reading bugmail), Unassigned)
Tracking
Firefox Tracking Flags
(Not tracked)
Details
One of the things we might want to cut from Firefox's default builds is XML Events. It is, as far as I can tell, never used on the Web,... | https://bugzilla.mozilla.org/show_bug.cgi?id=312966 | CC-MAIN-2018-13 | en | refinedweb |
Category:OpenStreetMap documentation pages
This category lists documentation pages for templates that are currently located in one of the article namespaces (the main namespace, or one of the 7 dedicated language-namespaces).
These documentation pages (generally named with a "/doc" subpage) are using
{{Documentation su... | https://wiki.openstreetmap.org/wiki/Category:OpenStreetMap_documentation_pages | CC-MAIN-2018-13 | en | refinedweb |
, you learned how to create a very simple Mac app called “Scary Bugs” with a table view, images, and editing capabilities.
In this tutorial you’ll go a bit deeper, and will learn how to:
- Use Core Data to save your Scary Bugs
- Utilize an NSArrayController
- Implement Cocoa Bindings
- Transform values using NSValueTra... | https://www.raywenderlich.com/21752/how-to-use-cocoa-bindings-and-core-data-in-a-mac-app | CC-MAIN-2018-13 | en | refinedweb |
Are you sure?
This action might not be possible to undo. Are you sure you want to continue?
O≈
THE BHAGAVADG∫TÅ
or
THE SONG DIVINE
(With Sanskrit Text and English Translation)
Gita Press, Gorakhpur
India
àfl◊fl ◊ÊÃÊ ø Á¬ÃÊ àfl◊fl
àfl◊fl ’ãœÈ‡ø ‚πÊ àfl◊fl–
àfl◊fl ÁfllÊ º˝ÁfláÊ¢ àfl◊fl
àfl◊fl ‚flZ ◊◊ ŒflŒflH
❖ Price : Rs. 6
( Six Rupees on... | https://www.scribd.com/document/187959791/The-Gita-English-Gita-Press-gorakhpur | CC-MAIN-2018-13 | en | refinedweb |
.
Citations
This page provides instructions for defining and citing references by this task force. These instructions apply to documents that use Respec for processing.
Contents
Short cut
However, you can send the reference to Ayelet, who will add it to the JSON reference page. Then you just need to:
- Check if it has ... | https://www.w3.org/WAI/PF/cognitive-a11y-tf/wiki/Citations | CC-MAIN-2018-13 | en | refinedweb |
1 /* 2 * reserved comment block 3 * DO NOT REMOVE OR ALTER! 4 */ 5 /* 6 * Copyright 2001, 2002.impl.dv; 22 23 /** 24 * A runtime exception that's thrown if an error happens when the application 25 * tries to get a DV factory instance. 26 * 27 * @xerces.internal 28 * 29 */ 30 public class DVFactoryException extends Runt... | http://checkstyle.sourceforge.net/reports/javadoc/openjdk8/xref/openjdk/jaxp/src/com/sun/org/apache/xerces/internal/impl/dv/DVFactoryException.html | CC-MAIN-2018-13 | en | refinedweb |
Bewerbung Anschreiben Ausbildung Lagerlogistik involve some pictures that related one another. Find out the most recent pictures of Bewerbung Anschreiben Ausbildung Lagerlogistik here, and also you can receive the picture here simply. Bewerbung Anschreiben Ausbildung Lagerlogistik picture submitted ang uploaded by Admi... | http://www.pipeda.info/bewerbung-anschreiben-ausbildung-lagerlogistik.html | CC-MAIN-2018-13 | en | refinedweb |
Step 3: Proof of concept connecting to SQL using pyodbc
This example should be considered a proof of concept only. The sample code is simplified for clarity, and does not necessarily represent best practices recommended by Microsoft.
Run sample script below Create a file called test.py, and add each code snippet as you... | https://docs.microsoft.com/en-us/sql/connect/python/pyodbc/step-3-proof-of-concept-connecting-to-sql-using-pyodbc | CC-MAIN-2018-13 | en | refinedweb |
Are you sure?
This action might not be possible to undo. Are you sure you want to continue?
own tail. The origin of the symbol is unclear. Some trace it to Neolithic cultures, and the seventh century writer Horopollon stated that the Egyptians used the ouroboros to illustrate their concept of the universe--eternity and... | https://www.scribd.com/document/131612012/The-Ouroboros | CC-MAIN-2018-13 | en | refinedweb |
Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
Represents the schema of an UltraLite database.
public class ULDatabaseSchema
All members of ULDatabaseSchema class, including all inherited members.
Close method
GetConnection method
GetNextPublication m... | http://dcx.sap.com/1201/en/ulc/ulc-ulcpp-uldatabaseschema-cla.html | CC-MAIN-2018-13 | en | refinedweb |
I want a border around the picture when I select it. So if I have 6 pictures and choose 3, I would like to have highlighted borders around those images. Question is,How can I do this? EDIT: I am using React for this dilemma.
This depends on how you want to track state in your app.. here is an example which tracks the s... | https://codedump.io/share/ic5SCJUc6vwX/1/react-add-highlighted-border-around-selected-image | CC-MAIN-2018-13 | en | refinedweb |
Intro to Unit Testing C# code with NUnit and Moq (part 1)
So What is Unit Testing?So What is Unit Testing?
Unit testing is a development practice centered around testing software components in isolation from their surroundings and dependencies. The key focus of Unit Testing is improving software quality by identifying ... | https://www.codementor.io/copperstarconsulting/intro-to-unit-testing-c-code-with-nunit-and-moq-part-1-y2b9iv8iq | CC-MAIN-2018-13 | en | refinedweb |
Are you sure?
This action might not be possible to undo. Are you sure you want to continue?
Using MPI
Nick Maclaren Computing Service
nmm1@cam.ac.uk, ext. 34761 May 2008
Programming with MPI – p. 1/?
Warning
This lecture covers a huge number of minor points Including all of the ‘housekeeping’ facilities Don’t try to re... | https://www.scribd.com/document/33508601/Programming-with-MPI | CC-MAIN-2018-13 | en | refinedweb |
Red Hat Bugzilla – Bug 557989
Can't upgrade FC 10 to FC 11: "Dirty file systems"
Last modified: 2011-11-30 11:37:58 EST
Created attachment 386260 [details]
My hardware configuration, i.e. the output from "udevinfo --export-db"
I have a machine that had Fedora Core 10 installed on it fresh (i.e. on a blank hard drive). ... | https://bugzilla.redhat.com/show_bug.cgi?id=557989 | CC-MAIN-2018-13 | en | refinedweb |
True Solved Problems Solved Problem 3. Of these, 55 are those who have sex with other men and 26 are injection drug users. Furthermore, illit- erate aphasics do not appear to opptions from those who are educated. f(1). Levinson, H. a small model substrate for eukaryotic RNase P Proc Nat1 Acad.Goldmit, M. The sim- ulati... | http://newtimepromo.ru/archer-binary-options-signals-8.html | CC-MAIN-2016-50 | en | refinedweb |
Content-type: text/html
#include <sys/ddi.h> #include <sys/sunddi.h>
void ddi_io_rep_put8(ddi_acc_handle_t handle, uint8_t *host_addr, uin8_t *dev_addr, size_t repcount);
void ddi_io_rep_put16(ddi_acc_handle_t handle, uint16_t *host_addr, uin16_t *dev_addr, size_t repcount);
void ddi_io_rep_put32(ddi_acc_handle_t handl... | http://backdrift.org/man/SunOS-5.10/man9f/ddi_io_rep_putw.9f.html | CC-MAIN-2016-50 | en | refinedweb |
Wednesday afternoon zope lightning talks from the europython conference.
See also the complete write-up overview .
Included is also a talk about the zope foundation.
All the info is on the web, so just the questions afterwards.
Q: was there any thought on making it a European foundation instead of a US-based one as the... | http://reinout.vanrees.org/weblog/2005/06/29/europython-2005-zope-lightning-talks.html | CC-MAIN-2016-50 | en | refinedweb |
1 2 package org.apache.jetspeed.om.apps.coffees;3 4 5 import org.apache.torque.om.Persistent;6 7 /**8 * The skeleton for this class was autogenerated by Torque on:9 *10 * [Thu Apr 22 15:30:48 PDT 2004]11 *12 * You should add additional methods to this class to meet the13 * application requirements. This class will only... | http://kickjava.com/src/org/apache/jetspeed/om/apps/coffees/Coffees.java.htm | CC-MAIN-2016-50 | en | refinedweb |
Related Topics: @DevOpsSummit, Java IoT, Microservices Expo, Linux Containers, @CloudExpo, @BigDataExpo
@DevOpsSummit: Blog Post
It is safe to say that insightful logging and performance are two opposite goals debugger if it is so much more convenient to dump something to my console via a simple println()? This simple ... | http://news.sys-con.com/node/3109802 | CC-MAIN-2016-50 | en | refinedweb |
1 /**2 * $RCSfile$3 * $Revision: 2002 $4 * $Date: 2003-08-02 14:33:50 -0300 (Sat, 02 Aug 2003) $5 *6 * Copyright (C) 2002-2003 Jive Software. All rights reserved.7 * ====================================================================8 * The Jive Software License (based on Apache Software License, Version 1.1 *17 * 2. ... | http://kickjava.com/src/org/jivesoftware/smack/packet/MockPacket.java.htm | CC-MAIN-2016-50 | en | refinedweb |
Function Templates
Function templates are used to reduce the repeated code. I want to make you clear about function templates by giving a small example here. Functions abs() and fabs() are used to find the absolute value or non-negative value of a integer and floating point variable respectively. To calculate the absol... | http://www.programming-techniques.com/2011/11/c-tutorial-function-templates.html | CC-MAIN-2016-50 | en | refinedweb |
public interface MyInterface {} public class MyClass<T extends MyInterface> { //etc, using T as normal }
Ash3003 wrote:Above the reply you wish to mark as correct, there are two buttons labelled "Helpful" and "Correct." Click the Correct button if the answer is correct. There is also a duke stars icon with the Duke mas... | https://community.oracle.com/message/8681586 | CC-MAIN-2016-50 | en | refinedweb |
Odoo Help
This community is for beginners and experts willing to share their Odoo knowledge. It's not a forum to discuss ideas, but a knowledge base of questions and their answers.
geetting an assertionerror?
just getting used to openerp. building a simple entity class and view for a contact list. which looks like this... | https://www.odoo.com/forum/help-1/question/geetting-an-assertionerror-45437 | CC-MAIN-2016-50 | en | refinedweb |
public class OnlineStore { int[] cardArray = new int[] { 1, 2, 3, 4, 5, 6, 7, 8, 1, 2, 3, 4, 5, 6, 7, 0 }; public static void main(String[] args) { } int findLength = cardArray.length; boolean getRange(){ for (int i = 0; i < findLength; i++) if(0 > cardArray[i] || cardArray[i] >9) { return false; } return true; } int g... | http://www.dreamincode.net/forums/topic/251535-program-compiling-but-not-returning-anything/ | CC-MAIN-2016-50 | en | refinedweb |
I know, to my knowledge, that an array will not print out floating point numbers. So Im taking small steps and I went ahead and attempted to write a program that would return an array of 5 integers according to the users input.
#include <stdio.h> void function (int array[]); int main(void) { int array[5]; int num; int ... | http://www.dreamincode.net/forums/topic/267672-assigning-an-array-to-floating-point-numbers/ | CC-MAIN-2016-50 | en | refinedweb |
At 09:26 PM 4/21/2010 +0200, Manlio Perillo wrote: >But I do not want to use a feature that it is here for compatiblity >only, in a new project. Python itself has supported namespace packages through a stdlib utility since Python 2.3, and special import mechanism support has been proposed for addition in 3.2. Zope may ... | https://mail.python.org/pipermail/distutils-sig/2010-April/015992.html | CC-MAIN-2016-50 | en | refinedweb |
There is a possibility that the python executable is not in
/usr/bin on other people's systems. It could be in
/usr/local/bin,
/home/otheruser/.local/bin, or anywhere else. Without the
env, you are telling it exactly which executable to use.
env will use the system's
$PATH to determine where python is. There is also a ... | https://www.daniweb.com/programming/software-development/threads/462139/newb-question | CC-MAIN-2016-50 | en | refinedweb |
Hi guys I'm wondering if this possible in some fashion?
I'm trying to create a settings object, and pass it around my forms in project.
Ultimate goal is to have my application title, which will appear on all forms title text, in app.config or user.config.
Program.cs
namespace TestApp { static class Program { /// <summa... | https://www.daniweb.com/programming/software-development/threads/493838/passing-object-to-form1-constructor-from-main | CC-MAIN-2016-50 | en | refinedweb |
Arhaan Singhania wrote:Hi,
I took this example from Chapter 6 K&B. Here is the code
import java.util.*;
class Dates2{
public static void main(String[] args){
Date d1 = new Date(1000000000000L);
System.out.println("1st date " + d1.toString());
Calendar cal = Calendar.getInstance();
cal.setTime(d1);
if(Calendar.SUNDAY ==... | http://www.coderanch.com/t/569637/java-programmer-SCJP/certification/Calendar-Date-class | CC-MAIN-2013-48 | en | refinedweb |
28 May 2008 14:25 [Source: ICIS news]
SINGAPORE (ICIS news)--Japan Polypropylene (PP) hopes to start commercial production at its new 300,000 tonne/year unit at Kashima, Japan, in January next year, some eight months later than originally planned, a senior company official said on Wednesday.
?xml:namespace>
“The new pl... | http://www.icis.com/Articles/2008/05/28/9127557/apic-08-japan-pp-aims-to-start-new-plant-in-jan.html | CC-MAIN-2013-48 | en | refinedweb |
user abaxaba I write perl for fun and profit. <p>My [163538|namespace]. <p>I've had the chance to meet some of thee. Please let me know if I've forgotten anyone: <li>[bageler|bageler] - I used to work with him</li> <li>[redsquirrel|redsquirrel] - I used to work with him, too</li> <li>[Belgarion|Belgarion] - I used to w... | http://www.perlmonks.org/index.pl?displaytype=xml;node_id=140506 | CC-MAIN-2013-48 | en | refinedweb |
Delay's Blog is the blog of David Anson, a Microsoft developer who works with C#, XAML, HTML, and Azure.
@DavidAns
Tip
The CLR wrapper for a DependencyProperty should do its job and nothing more
Explanation
The CLR wrapper for a Silverlight/WPF DependencyProperty exists purely as a convenience to the developer. The "re... | http://blogs.msdn.com/b/delay/archive/2010/03/23/do-one-thing-and-do-it-well-tip-the-clr-wrapper-for-a-dependencyproperty-should-do-its-job-and-nothing-more.aspx | CC-MAIN-2013-48 | en | refinedweb |
Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
The client application can be a simple application to just send HTTP requests to the service and receive AtomPub or JSON responses. The first client application example is a WPF application that makes us... | http://my.safaribooksonline.com/book/programming/csharp/9780470502259/data-services/http_client_application | CC-MAIN-2013-48 | en | refinedweb |
Apparently, PHP will finally be getting C++ style namespaces. While this is a minuscule step in the right direction, it pales compared to Python's beautiful module system.
PHP is also finally getting an
There's also going to be lambdas and basic closures. Too bad PHP function and class declarations aren't as flexible a... | http://pybites.blogspot.com/2008_08_01_archive.html | CC-MAIN-2013-48 | en | refinedweb |
22 May 2012 08:44 [Source: ICIS news]
SINGAPORE (ICIS)--Chinese oil and gas giant PetroChina plans to start up two new crackers in the second half of 2012, a company official said on Tuesday.
The first – PetroChina subsidiary Fushun Petrochemical’s 800,000 tonne/year cracker located in Fushun, Liaoning province – will ... | http://www.icis.com/Articles/2012/05/22/9561974/petrochina-to-start-up-two-new-crackers-in-augustseptember.html | CC-MAIN-2013-48 | en | refinedweb |
.:
public enum BeepTypes : uint { Ok = 0x00000000, Error = 0x00000010, Warning = 0x00000030, Information = 0x00000040 }
To make it easy to take a string and cast it to the enumeration value, add this extension method as well::
public interface ISoundPlayer { void PlaySound(BeepTypes type); }:
()); }.
Download the sampl... | http://www.wintellect.com/blogs/jlikness/silverlight-5-rc-released-using-pinvoke | CC-MAIN-2013-48 | en | refinedweb |
While creating an application I came across a requirement when I had to put a listbox inside a list box and then I had bind that nested listbox dynamically.
For example say, entity class called Roles as below,
public class Roles { public string RollName { get; set; } }
And you are using Role class in another entity cla... | http://debugmode.net/2011/08/20/nested-listbox-binding-in-silverlight-and-windows-phone-7/ | CC-MAIN-2013-48 | en | refinedweb |
java.lang.Object
org.jcsp.lang.Guardorg.jcsp.lang.Guard
org.jcsp.lang.CSTimerorg.jcsp.lang.CSTimer
public class CSTimer
This is a
Guard for setting timeouts in an
Alternative.
Guardfor setting timeouts in an
Alternative. It also provides the current system time and can set straight (i.e. committed) timeouts. The timeou... | http://www.cs.kent.ac.uk/projects/ofa/jcsp/jcsp-1.1-rc4/jcsp-doc/org/jcsp/lang/CSTimer.html | CC-MAIN-2013-48 | en | refinedweb |
06 May 2010 23:07 [Source: ICIS news]
WASHINGTON (ICIS news)--A new White House report issued on Thursday calls for precautionary prohibition of toxic or carcinogenic chemicals in order to protect the public even if there is no clear proof that the substances threaten human health.
Senator Fran Lautenberg (Democrat-New... | http://www.icis.com/Articles/2010/05/06/9357068/white-house-report-calls-for-precautionary-toxic-chemical-bans.html | CC-MAIN-2013-48 | en | refinedweb |
mount, umount - mount and unmount filesystems
#include <sys/mount.h>
int mount(const char *source, const char *target,
const char *filesystemtype, unsigned long mountflags,
const void *data);
int umount(const char *target);
int umount2(const char *target, int flags);..
path_resolution (2)
mount (8)
umount (8)
Advertise... | http://www.tutorialspoint.com/unix_system_calls/umount2.htm | CC-MAIN-2013-48 | en | refinedweb |
On 04/08/2009 10:17 AM, Kaspar Brand wrote:
> Plüm, Rüdiger, VF-Group wrote:
>> I reviewed your patch and found some issues with it.
>
> Thanks for your review and testing, Rüdiger. I assume you used and
> adapted version of the sni_sslverifyclient-v5.diff patch, is that correct?
>
>> .
>
> Right. It also applies to SN... | http://mail-archives.apache.org/mod_mbox/httpd-dev/200904.mbox/%3C49E24361.60808@apache.org%3E | CC-MAIN-2013-48 | en | refinedweb |
.validator.ex; 20 21 import org.apache.myfaces.custom.clientvalidation.common.ClientValidator; 22 23 /** 24 * @author cagatay (latest modification by $Author: skitching $) 25 * @version $Revision: 673833 $ $Date: 2008-07-03 16:58:05 -0500 (Thu, 03 Jul 2008) $ 26 */ 27 public class LongRangeValidator extends javax.faces... | http://myfaces.apache.org/sandbox-project/tomahawk-sandbox/xref/org/apache/myfaces/validator/ex/LongRangeValidator.html | CC-MAIN-2013-48 | en | refinedweb |
Could somebody enlighten me on the difference between inner and nested classes ??? My understanding is that inner classes are those classes defined in methods while nested classes are those which are not part of any method but are defined within a class directly. Is this understanding correct ? No. Classes defined insi... | http://www.coderanch.com/t/193030/java-programmer-SCJP/certification/Difference-nested-classes | CC-MAIN-2013-48 | en | refinedweb |
22 June 2010 18:09 [Source: ICIS news]
By William Lemos
HOUSTON (ICIS news)--In a land where superlatives are a way of life, none rings as true these days as when Americans talk about how much the country depends on energy it does not produce.
With only 5% of the population, ?xml:namespace>
Much has been said in
Ethano... | http://www.icis.com/Articles/2010/06/22/9370310/INSIGHT-US-energy-policy-on-ethanol-a-sad-tale-of-confusion.html | CC-MAIN-2013-48 | en | refinedweb |
This is the first in a series of blogs in which I'll talk about writing a custom claims provider. First, it's probably worth understanding a little background on what a claims provider is and why we might want to use one. A claims provider in SharePoint 2010 is primarily used for two reasons - 1) to do claims augmentat... | http://blogs.technet.com/b/speschka/archive/2010/03/13/writing-a-custom-claims-provider-for-sharepoint-2010-part-1.aspx | CC-MAIN-2013-48 | en | refinedweb |
Nuno Carvalho wrote: > I am trying to compile one file called xpriv.c which belongs to the >Radio Track install ! Unfortunally i get that: > >------------------------------------------------ >xpriv.c: In function `give_up_root`: >xpriv.c:30: `uid_t` undeclared (first use this function) >xpriv.c:30: (Each undeclared ide... | http://lists.debian.org/debian-user/1998/06/msg00417.html | CC-MAIN-2013-48 | en | refinedweb |
Whether or not you liked former U.S. Secretary of Defense Donald Rumsfeld, you had to chuckle over his famous "unknown unknowns" Amazon to Windows Azure, see how the elite 8 public clouds compare in InfoWorld Test Center's review. | Also check out our "Cloud Security Deep Dive." | Keep up with key security issues with ... | http://www.infoworld.com/d/security/the-5-cloud-risks-you-have-stop-ignoring-214696?source=footer | CC-MAIN-2013-48 | en | refinedweb |
Word tokenization is the process of splitting a large sample of text into words. This is a requirement in natural language processing tasks where each word needs to be captured and subjected to further analysis like classifying and counting them for a particular sentiment etc. The Natural Language Tool kit(NLTK) is a l... | https://www.tutorialspoint.com/python_data_science/python_word_tokenization.htm | CC-MAIN-2020-10 | en | refinedweb |
Mat img = imread(..) vs img = imread(..)
i have img as a member in the .h file, but when i use
img = imread(..);
in the .cpp file, it crashes. however, using
Mat img = imread(..);
works. what is the difference? thanks!
note: opencv3.0 with qt
"it crashes" IS NO ERROR MESSAGE! What exactly happens? Which message do you ... | https://answers.opencv.org/question/56777/mat-img-imread-vs-img-imread/ | CC-MAIN-2020-10 | en | refinedweb |
1. Executable programs or shell commands
DBUS-DAEMONSection: User Commands (1)
Updated:
Index | Return to Main Contents
NAMEdbus-daemon - Message bus daemon
SYNOPSIS
- dbus-daemon
- dbus-daemon [--version] [--session] [--system] [--config-file=FILE] [--print-address [=DESCRIPTOR]] [--print-pid [=DESCRIPTOR]] [--fork] [... | https://eandata.com/linux/?chap=1&cmd=dbus-daemon | CC-MAIN-2020-10 | en | refinedweb |
Hide Forgot
Testing with meta.c (attached)
Test program created numerous files using various file open() flags and truncated each to 10 MiB. The test then wrote a 512-byte block beginning at offset 0 to each file. After a 10-second delay, the next 512-byte block was written, and so forth.
During the testing, both regul... | https://partner-bugzilla.redhat.com/show_bug.cgi?id=1066181 | CC-MAIN-2020-10 | en | refinedweb |
This python module provides asynchroneous console input.
Project description
jk_trioinput
Introduction
This python module ...
Information about this module can be found here:
Why this module?
...
Limitations of this module
...
How to use this module
Import this module
Please include this module into your application us... | https://pypi.org/project/jk-trioinput/ | CC-MAIN-2020-10 | en | refinedweb |
Cancelled
Convert a js script file to Node module --
Budget €8-30 EUR
this is a simple project to test you before you get invited to the Team,
once you have this task done successfully we will send you bigger projects
1- Download any simple react project from github/gitlab
2- download this script from website=
[login t... | https://www.freelancer.com.au/projects/javascript/convert-script-file-node-module/ | CC-MAIN-2020-10 | en | refinedweb |
Python 3 examples for all of the things I listed in my previous article. There are variations on much of this syntax, but so long as you know one way, you'll be fine. I tried to find the Pythonic way in most cases. You can use this as a cheat sheet.
Basics
# Create a list mylist = [] Add an element to the front or back... | https://morioh.com/p/200974f6ccec/essential-python-3-code-for-lists | CC-MAIN-2020-10 | en | refinedweb |
An unofficial WhatsApp automation library
Project description
Supbot2
Simplest WhatsApp automation Library for Python
Supbot2 is an unofficial WhatsApp automation library written in Python which can be used to create bots. Supbot2 uses Appium to automate WhatsApp application on your android device/emulator, and perform... | https://pypi.org/project/supbot/ | CC-MAIN-2020-10 | en | refinedweb |
The aim is that your contribution is automatically picked up by the infrastructure, such that your view is added to the view menu, as shown in the picture on the right. To make this happen, you will have to:The aim is that your contribution is automatically picked up by the infrastructure, such that your view is added ... | http://herschel.esac.esa.int/twiki/bin/view/Public/DpHipeViews?rev=19 | CC-MAIN-2020-10 | en | refinedweb |
How to know what to #include for a given function ?
I am using opencv 2.4.13 and I want to use SLIC
I googled OpenCV SLIC and I get to this page...
Now it tells me I need to
#include "slic.hpp" but I cant find it in my OpenCV folder. How do I find out where slic.hpp is located ? The website doesn't tell me anything.
If... | https://answers.opencv.org/question/99915/how-to-know-what-to-include-for-a-given-function/?answer=99916 | CC-MAIN-2020-10 | en | refinedweb |
I am trying to get a small sample working using the new NSCollectionView 10.11 API trying to use the flow layout,
I have views loaded and content appeared to filled in but they appear on the top of each other and have no clue to why ?
All Views have the position of 0,0 however the scrollview appears to be correct and w... | https://forums.xamarin.com/discussion/comment/170149/ | CC-MAIN-2020-10 | en | refinedweb |
Pandas to_html() truncates string contents
I have a Python Pandas
DataFrame object containing textual data. My problem is, that when I use
to_html() function, it truncates the strings in the output.
For example:
import pandas df = pandas.DataFrame({'text': ['Lorem ipsum dolor sit amet, consectetur adipiscing elit.']}) ... | https://python-decompiler.com/article/2014-10/pandas-to-html-truncates-string-contents | CC-MAIN-2020-10 | en | refinedweb |
Handling Cookies Selenium: In this tutorial, we are going to learn about how we can handle the web page cookies using selenium webdriver. Before start learning about cookies let us understand what is cookies and how we can store the information in cookies and how we can also retry the value from cookies. Let us start w... | https://www.softwaretestingo.com/handling-cookies-selenium/ | CC-MAIN-2020-10 | en | refinedweb |
CSGraph stands for Compressed Sparse Graph, which focuses on Fast graph algorithms based on sparse matrix representations.
To begin with, let us understand what a sparse graph is and how it helps in graph representations.
A graph is just a collection of nodes, which have links between them. Graphs can represent nearly ... | https://www.tutorialspoint.com/python_data_science/python_graph_data.htm | CC-MAIN-2020-10 | en | refinedweb |
- Type:
Bug
- Status: Resolved (View Workflow)
- Priority:
Blocker
- Resolution: Fixed
- Component/s: script-security-plugin
- Labels:None
- Environment:Jenkins 2.60.2 .war on Ubuntu
Script Security Plugin 1.31
Groovy Plugin 2.0
- Similar Issues:
Steps to reproduce:
Run Jenkins 2.60.2 with latest Script Security Plugin... | https://issues.jenkins-ci.org/browse/JENKINS-46088?attachmentViewMode=list | CC-MAIN-2020-10 | en | refinedweb |
At this moment there are at least 6 json libraries for scala, not counting the java json libraries. All these libraries have a very similar AST. This project aims to provide a single AST to be used by other scala json libraries.
At this moment the approach taken to working with the AST has been taken from lift-json and... | https://index.scala-lang.org/json4s/json4s/json4s-scalaz/3.5.3?target=_2.11 | CC-MAIN-2020-10 | en | refinedweb |
OSI Turns Down 4 Licenses; Approves Python Foundation's 154
Russ Nelson writes "The Open Source Initiative turned down four licenses this week. Not to name names, but one license had a restrictive patent grant that only applied to GPL'ed operating systems. Another was more of a rant than a license. Another was derived ... | https://slashdot.org/story/01/11/30/1730207/osi-turns-down-4-licenses-approves-python-foundations?sdsrc=prevbtmprev | CC-MAIN-2017-43 | en | refinedweb |
Ethernet
Table of Contents
Legacy Networking Libraries
This documentation covers the networking libraries available for mbed 2. For mbed 5, the networking libraries have been revised to better support additional network stacks and thread safety here.
Ethernet Network Interface
The Ethernet peripheral is of little use w... | https://os.mbed.com/handbook/Ethernet | CC-MAIN-2017-43 | en | refinedweb |
It was pointed out that your method for init (custom derivations and default initializer) would look like this for the class Circle...
@interface Circle : SomeOtherClass
{
double radius; // should be NSNumber IMHO
}
- initWithRadius: (double)r;
@end
@implementation Circle
- initWithRadius: (double)r
{
radius = r;
}
@en... | http://archive.oreilly.com/cs/user/view/cs_msg/3830 | CC-MAIN-2017-43 | en | refinedweb |
In this article, we will look at the techniques being used by Android developers to detect if a device on which the app is running is rooted or not. There are good number of advantages for an application in detecting if it is running on a rooted device or not. Most of the techniques we use to pentest an Android applica... | http://resources.infosecinstitute.com/android-hacking-security-part-8-root-detection-evasion/ | CC-MAIN-2017-43 | en | refinedweb |
I'm making an app which gets data from a csv file and generates a graph using it. All files contains the same structure. I've decided I'm not going to store the files, because of server prices. I'm going to use heroku for now to host this app. It's a Django app. I'm wondering how I could only open the file and extract ... | https://codedump.io/share/UFlkdw4cMBJU/1/how-to-manipulate-user-uploaded-files-in-django-without-saving-it | CC-MAIN-2017-43 | en | refinedweb |
I?
From their source, it looks like the method returns
false all the time:
/** *.; }
I don't know if this was "the" official use case but the following produces a warning in Java (that can further produce compile errors if mixed with
return statements, leading to unreachable code):
if(1 == 2) { System.out.println("Unre... | http://ebanshi.cc/questions/86/proper-use-cases-for-android-usermanager-isuseragoat | CC-MAIN-2017-43 | en | refinedweb |
dean gaudet wrote:
>
> btw ken i can't imagine why you don't think buckets would ever
> be reused by another program.
I'm referring to httpd and APR, respectively. As much of the bucket
implementation as possible should be kept httpd-neutral and reusable,
and put in APR.
> oh wait, did you properly guess all the code w... | http://mail-archives.apache.org/mod_mbox/httpd-dev/200008.mbox/%3C39994AE3.E1001D2A@Golux.Com%3E | CC-MAIN-2017-43 | en | refinedweb |
This sample demonstrates how to implement an application that uses WS-Security with X.509v3 certificate authentication for the client and requires server authentication using the server's X.509v3 certificate over MSMQ. Message security is sometimes more desirable to ensure that the messages in the MSMQ store stay encry... | https://docs.microsoft.com/de-de/dotnet/framework/wcf/samples/message-security-over-message-queuing | CC-MAIN-2017-43 | en | refinedweb |
sys_sem.h man page
Prolog
This manual page is part of the POSIX Programmer's Manual. The Linux implementation of this interface may differ (consult the corresponding Linux manual page for details of Linux behavior), or the interface may not be implemented on Linux.
sys/sem.h — XSI semaphore facility
Synopsis
#include <... | https://www.mankier.com/0p/sys_sem.h | CC-MAIN-2017-43 | en | refinedweb |
Absolutely great !!! I hope soon many servers using VAS will adopt this mod, as it will improve soooo much preparation phase before the missions :D Well done !!!!
Total comments : 1, displayed on page: 1
#include "VAS\menu.hpp"
class CfgFunctions
{
#include "VAS\cfgfunctions.hpp"
};
this addAction["<t color='#ff1111'>V... | http://www.armaholic.com/page.php?id=25859 | CC-MAIN-2017-43 | en | refinedweb |
CodePlexProject Hosting for Open Source Software
Hi All,
I have a view which is loaded from a module using prism (set to onDemand). When I close the form with an X on the top left the following method i wrote is invoked..
public void CloseCommand(object Object)
{
IRegion region = regionManager.Regions[RegionNames.MainR... | https://compositewpf.codeplex.com/discussions/229036 | CC-MAIN-2017-43 | en | refinedweb |
How to create Qt apps (VS2008) ?
Hi everyone, nice weekend! I am newcomer with Qt, I follow "tutorial": to set up developing environment for Qt, However, at the end of guide, author wasn't described how to create Qt4 projects in Visual Studio 2008, I try to create Win32 project to store Qt coding but compiling fail:
@
... | https://forum.qt.io/topic/16702/how-to-create-qt-apps-vs2008 | CC-MAIN-2017-43 | en | refinedweb |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.