text stringlengths 20 1.01M | url stringlengths 14 1.25k | dump stringlengths 9 15 ⌀ | lang stringclasses 4
values | source stringclasses 4
values |
|---|---|---|---|---|
...
Try 3 layers of fiberglass drywall mesh tape. works great , but not very attractive unless painted or backed over tape with linnen.
1,569 favorites
License:
Archery Factsby Blaakenth
How to Make a Childrens Bow and Arrowsby craftknowit 3 layers of fiberglass drywall mesh tape. works great , but not very attractive... | http://www.instructables.com/id/Red-Oak-Pyramid-Bow/step10/Addendum/ | CC-MAIN-2014-15 | en | refinedweb |
#include <unistd.h> long sysconf(int name);
At compile time this is done by including <unistd.h> and/or <limits.h> and testing the value of certain macros.
At run time, one can ask for numerical values using the present function sysconf(). One.
First, the POSIX.1 compatible values.
These values also exist, but may not ... | http://www.makelinux.net/man/3/S/sysconf | CC-MAIN-2014-15 | en | refinedweb |
Determine the arguments of an operation binding at runtime
By Frank Nimphius on May 24, 2011
On the OTN forum, Navaneetha Krishnan answered a question of how to access an Operation Binding at runtime and determine the arguments it expects. Background of the question is that if you call getParamsMap() on the Operation B... | https://blogs.oracle.com/jdevotnharvest/entry/determine_the_arguments_of_an | CC-MAIN-2014-15 | en | refinedweb |
Contents
-
The State Machine Framework
The State Machine framework provides classes for creating and executing state graphs. The concepts and notation are based on those from Harel's Statecharts, which is also the basis of UML state diagrams. The semantics of state machine execution are based on State Chart XML (SCXML)... | http://qt-project.org/doc/qt-4.8/statemachine-api.html | CC-MAIN-2014-15 | en | refinedweb |
Missed below from today’s session.
BizTalk Goes Mobile : Collecting Physical World Events from Mobile Devices
I have admittedly spent virtually no time looking at the BizTalk RFID bits, but working for a pharma company, there are plenty of opportunities to introduce supply chain optimization that both increase efficien... | http://seroter.wordpress.com/2009/05/12/teched-2009-day-2-session-notes-cep-first-look/ | CC-MAIN-2014-15 | en | refinedweb |
Hosting .NET Windows Forms Controls in IE
By Thiru Thangarathinam. In this article, we will understand how to create Windows Forms controls and deploy them within Internet Explorer. While using Windows Forms controls from within IE, we will also demonstrate how to provide rich user experience in the client side by invo... | http://www.codeguru.com/csharp/.net/net_general/internet/article.php/c19639/Hosting-NET-Windows-Forms-Controls-in-IE.htm | CC-MAIN-2014-15 | en | refinedweb |
In article <slrn8reja0.2bt.scarblac-spamtrap at flits104-37.flits.rug.nl>, scarblac-rt at pino.selwerd.nl wrote: > Not repeating the expression surely makes it more readable. And splitting > it up into two commands make it two lines (more reading), gives a variable > in your namespace (so add a del, or keep readers of ... | https://mail.python.org/pipermail/python-list/2000-September/029857.html | CC-MAIN-2014-15 | en | refinedweb |
This chapter provides an overview of the Process Sales Order Fulfillment business flow and discusses order priorities and solution assumptions and constraints.
This chapter includes the following sections:
Section 8.1, "Process Sales Order Fulfillment Overview"
Section 8.2, "Supporting Order Priorities"
Section 8.3, "S... | http://docs.oracle.com/cd/E37064_01/doc.113/e26501/olm_procsalesorder.htm | CC-MAIN-2014-15 | en | refinedweb |
This chapter describes the procedures you use to write and deploy Oracle9iAS Web Services that are implemented as Java classes.
This chapter covers the following topics:
Oracle9iAS Web Services can be implemented as any of the following:
This chapter shows sample code for writing Web Services implemented with Java clas... | http://docs.oracle.com/cd/A97329_03/web.902/a95453/javaservices.htm | CC-MAIN-2014-15 | en | refinedweb |
Code. Collaborate. Organize.
No Limits. Try it Today.
This article examines the implementation of upload and download functionality with progress indication (progress bar feature) using the Windows Communication Foundation. For this sample, you will need Visual Studio 2008.
The sample code consists of three projects bu... | http://www.codeproject.com/Articles/20364/Progress-Indication-while-Uploading-Downloading-Fi | CC-MAIN-2014-15 | en | refinedweb |
(Random observation: Hmmm, strange, in the Data.Map version of primes above, we are missing 5 primes?) Hi Chaddai, Your algorithm does work significantly better than the others I've posted here :-) So much so, that we're going for a grid of 10000000 to get the timings in an easy-to-measure range. Here are the results: ... | http://www.haskell.org/pipermail/haskell-cafe/2007-July/028913.html | CC-MAIN-2014-15 | en | refinedweb |
Template Method pattern is one of the 23 design patterns explained in the famous Design Patterns book by Erich Gamma, Richard Helm, Ralph Johnson and John Vlissides. The intent of this pattern is stated as:
Define the skeleton of an algorithm in an operation, deferring some steps to subclasses. TemplateMethod lets subc... | http://www.javacodegeeks.com/2013/05/template-method-pattern-using-lambda-expressions-default-methods.html | CC-MAIN-2014-15 | en | refinedweb |
iRewardType Struct Reference
The reward type is responsible for the creation of reward factories. More...
#include <tools/rewards.h>
Inheritance diagram for iRewardType:
Detailed Description
The 77 of file rewards.h.
Member Function Documentation
Create a reward factory.
Return the name for this reward type.
The docume... | http://crystalspace3d.org/cel/docs/online/api-2.0/structiRewardType.html | CC-MAIN-2014-15 | en | refinedweb |
...one of the most highly
regarded and expertly designed C++ library projects in the
world. — Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
member_offset
const_mem_fun_explicitand
mem_fun_explicit
composite_keyin compilers without partial template specialization
ctor_args_list
multi_index_container
std::lis... | http://www.boost.org/doc/libs/1_32_0/libs/multi_index/doc/advanced_topics.html | CC-MAIN-2014-15 | en | refinedweb |
shown in other instead.
Script Debugging
The Unigine Debugger allows you to inspect your UnigineScript code at run-time. For example, it can help you to determine when a function is called and with which values. Furthermore, you can locate bugs or logic problems in your scripts by executing them step by step.
An additi... | https://developer.unigine.com/en/docs/2.2.1/code/uniginescript/language/debugging?rlang=cpp | CC-MAIN-2020-29 | en | refinedweb |
RFont subclass not generating "otf"
- RicardGarcia last edited by gferreira
Hello,
I'm working on a set of animations that are going to use some .ufos I have and I'm facing a problem that I don't know how to solve. The point is that I want to generate otf files out of them while using
generateto the Font object but it ... | https://forum.drawbot.com/topic/239/rfont-subclass-not-generating-otf/5?lang=en-US | CC-MAIN-2020-29 | en | refinedweb |
OpenCV 2.4.3rc Samples do not run in NDK r8b
I am using windows and trying to build OpenCV Tutorial 3 - Add Native OpenCV in OpenCV4Android 2.4.3. I have followed all the instructions in the following two tutorials
I am trying to build the tutorial 3 in Eclipse and getting the following in console,
17:45:42 * Auto Buil... | https://answers.opencv.org/question/3713/opencv-243rc-samples-do-not-run-in-ndk-r8b/ | CC-MAIN-2020-29 | en | refinedweb |
React Native WebView — Loading HTML in React Native
React Native WebView — Loading HTML in React Native
In this article, see a tutorial on how to load HTML in React Native.
Join the DZone community and get the full member experience.Join For Free
In React Native, WebViews enable access to any web portal in the mobile a... | https://dzone.com/articles/react-native-webview-loading-html-in-react-native | CC-MAIN-2020-29 | en | refinedweb |
Source: Deep Learning on Medium
DC Comics logo classifier
Training an Image classifier from scratch using TensorFlow 2.0. We will be training CNN to classify the logo of a particular character. In this example, I took five different characters namely Batman, Superman, Green Lantern, Wonder Woman and Flash. This will be... | https://mc.ai/dc-comics-logo-classifier/ | CC-MAIN-2020-29 | en | refinedweb |
shown in other instead.
Making Custom Editor Plugins
With a plugin system, UnigineEditor can be easily customized for project-specific needs. While implementing custom functionality, you can easily add new tabs into the default windows or new editor modules, as well as change a set of editor features for different proj... | https://developer.unigine.com/en/docs/2.2.1/tools/editor/plugins/custom/?rlang=cpp | CC-MAIN-2020-29 | en | refinedweb |
Lets start out with the (possibly) obvious: when I code, I frequently make mistakes (and fix them); but while I am going through that process function builders are frequently kicking my butt. When you are are creating SwiftUI views, you use function builders intensely – and the compiler is often at a loss to explain ho... | https://rhonabwy.com/tag/xcode/ | CC-MAIN-2020-29 | en | refinedweb |
when submitted.
This section of the code will validate the form inputs
Below is the code you will use to validate whether the inputs have valid data or not. This can be customized for different form field validations.
Note! You can paste the entire code directly in the body section of your webpage to get it working.
<... | https://www.inmotionhosting.com/support/website/how-to-create-a-custom-php-contact-form/?replytocom=17495 | CC-MAIN-2020-29 | en | refinedweb |
Here is my Strategy design patterns tutorial. You use this pattern if you need to dynamically change an algorithm used by an object at run time. Don’t worry, just watch the video and you’ll get it.
The pattern also allows you to eliminate code duplication. It separates behavior from super and subclasses. It is a super ... | http://www.newthinktank.com/2012/08/strategy-design-pattern-tutorial/?replytocom=17554 | CC-MAIN-2020-29 | en | refinedweb |
Tuning SQL Server Management Operations
Dr Scripto
Summary: Microsoft PFE, Thomas Stringer, talks about using Windows PowerShell and tuning SQL Server Management operations.
Microsoft Scripting Guy, Ed Wilson, is here. I would like to welcome back guest blogger, Thomas Stringer…
I spend a lot of time talking with custo... | https://devblogs.microsoft.com/scripting/tuning-sql-server-management-operations/ | CC-MAIN-2020-29 | en | refinedweb |
Breaking the Space-Time Barrier with Haskell: Time-Traveling and Debugging in CodeWorld (A Google Summer of Code Odyssey)
How does one explore the unknown using a dream, ingenuity and human will to conquer the impossible? The following is a journey involving Time Travel, Maths, Space, and of course, Haskell.
This summe... | https://medium.com/@krystal.maughan/breaking-the-space-time-barrier-with-haskell-time-traveling-and-debugging-in-codeworld-a-google-e87894dd43d7 | CC-MAIN-2020-29 | en | refinedweb |
I have some questions regarding UIC.
1. I tried including #include "uic_dds_dec.h" and it complains about the lack of DDS namespace. It seems that the uic_dds_dec.h should include it (or what should be included should be described in more detail):
#ifndef __UIC_DDS_H__
#include "uic_dds.h"
#endif
2. Microsoft compiler ... | https://software.intel.com/en-us/forums/intel-integrated-performance-primitives/topic/291002 | CC-MAIN-2017-47 | en | refinedweb |
Getting Started with Amazon Cloud Search (NoSQL) in Python
Too Long; Did not Read
Check out the python code samples below in order to interface with Amazon Cloud Search. Uses the python boto library.
What is CloudSearch?
CloudSearch is a service hosted by Amazon that allows you to index documents. Like a lot of other A... | http://scottlobdell.me/2015/02/getting-started-amazon-cloud-search-nosql-python/ | CC-MAIN-2017-47 | en | refinedweb |
I don't know the inner workings of c so this is quite confusing. I've been playing with arrays and pointers and a lot of weird stuff is going on, I hope someone can point me to a resource that explains how this stuff works under the hood. I was looking at the c programming reference but could not find answers.
So here ... | https://codedump.io/share/YlN33t1nmrsk/1/i-can-access-array-element-32-when-i-only-allocate-30c | CC-MAIN-2017-47 | en | refinedweb |
" may need more precise wording. This manual is constantly evolving until the 1.0 release and is not to be considered as the final proper specification. the, more easily comprehensible,.
Whether!
Multiline comments. ]## unorthodox way to do identifier comparisons is called partial case insensitivity and has some advant... | https://nim-lang.org/docs/manual.html | CC-MAIN-2017-47 | en | refinedweb |
“Plans are useless, but Planning is indispensable”
Thanks Dwight D. Eisenhower, you nailed it. So it turns out I was overly ambitious to think I could explore all the features of a new platform like Hololens in a single week. Even with two weeks I’ve only maybe explore maybe half the features? That’s if I’m lucky – I m... | http://talesfromtherift.com/hololens-contest-week-9/?replytocom=22709 | CC-MAIN-2017-47 | en | refinedweb |
Error happens when compile Android source code(source codeversion: 6.0.1; computer memery: 6G; host system: ubuntu 14.04),log is below:
including ./system/netd/Android.mk ...
including ./system/security/keystore-engine/Android.mk ...
including ./system/security/keystore/Android.mk ...
including ./system/security/softke... | https://codedump.io/share/eFctX7UiJEHY/1/android-source-code-compile-error-quottry-increasing-heap-size-with-java-option-39-xmxltsizegt39quot | CC-MAIN-2017-47 | en | refinedweb |
asdf
import datetime def plot_avg_spd(df, t): """ Plot the average speed of all recorded buses within t minute intervals Args: df (pd.DataFrame): dataframe of bus data t (int): the granularity of each time period (in minutes) for which an average is speed is calculated """ def modIt(a): return (a - pd.Timedelta(minutes... | https://codedump.io/share/wYdaM5WDULuP/1/plot-the-average-speed-of-all-recorded-buses-within-t-minute-intervals | CC-MAIN-2017-47 | en | refinedweb |
This is an English version of some articles I posted a while ago in my blog. XML Literals are a great way to handle XML files and the community doesn't use it as much as it should.
XML Literals allow you to use XML syntax in your code. It’s easy to work with XML files this way, since you have that Tag in the code, but ... | https://www.codeproject.com/Articles/71954/XML-Literals?fid=1568057&df=90&mpp=10&noise=1&prof=True&sort=Position&view=None&spc=None | CC-MAIN-2017-47 | en | refinedweb |
Introduction to Stream Control Transmission Protocol).
Listing 1. echo_client.c
#define USE_SCTP #include <stdio.h> #include <stdlib.h> #include <string.h> #include <sys/types.h> #include <sys/socket.h> #include <netinet/in.h> #ifdef USE_SCTP #include <netinet/sctp.h> #endif #define SIZE 1024 char buf[SIZE]; char *msg ... | http://www.linuxjournal.com/article/9748?page=0,1&quicktabs_1=0 | CC-MAIN-2017-47 | en | refinedweb |
Check for bad line end characters on the shebang line. A new line character (lf) is expected - a carriage return (cr) or cr/lf pair will cause grief of the nature you describe.
Maybe the NFS share is mounted as "noexec"? (I think that would produce the exact error you're getting, whereas some trailing junk char(s) in t... | http://www.perlmonks.org/?node_id=801698 | CC-MAIN-2017-47 | en | refinedweb |
Also published on Microsoft’s MSDN Network at
Applies to:
- Microsoft ASP.NET 2.0
- Microsoft Visual Studio 2005
- Microsoft Internet Information Services
Link To Part 1: Security and Configuration
Contents
Introduction
Technologies Used
The Application and Project
The ObjectDataSource in Detail
The Return Value of the... | http://peterkellner.net/2006/01/09/microsoft-aspnet-20-memberrole-management-with-iis/ | CC-MAIN-2015-22 | en | refinedweb |
04 April 2007 08:39 [Source: ICIS news]
SINGAPORE (ICIS news)--Formosa Petrochemical has targeted a 45% rise in ethylene production this year to reach 2.758m tonnes after posting higher 2006 olefins operating profit, a company official said on Wednesday.
?xml:namespace>
Operating profit at its olefins segment rose 4% t... | http://www.icis.com/Articles/2007/04/04/9018427/formosa-petchem-2007-ethylene-output-to-rise-45.html | CC-MAIN-2015-22 | en | refinedweb |
-Bsymbolicoption or Sun Studio compiler's
-xldscope=symbolicoption, all symbols of a library can be made non-interposable (those symbols are called protected symbols, since no one else can interpose on them). If the targeted routine is interposable, dynamic linker simply passes the control to whatever symbol it encoun... | http://technopark02.blogspot.com/2005/05/solaris-hijacking-function-call.html | CC-MAIN-2015-22 | en | refinedweb |
com.google.appengine.api.taskqueue.TaskOptions;(TaskOptions.Builder and version in which the handler runs is determined by:
- The "Host"
headerparameter in the
TaskOptionsthat you include in your call to the
Queue.add()method.
- The
targetdirective in the
queue.xmlor
queue.yamlfile.
1of a module named
backend1, using ... | https://cloud.google.com/appengine/docs/java/taskqueue/overview-push | CC-MAIN-2015-22 | en | refinedweb |
Uri.EscapeComponent | escapeComponent method
Converts a Uniform Resource Identifier (URI) string to its escaped representation.
Syntax
Parameters
- toEscape
Type: String [JavaScript] | Platform::String [C++]
The string to convert.
Return value
Type: String [JavaScript] | Platform::String [C++]
The escaped representatio... | https://msdn.microsoft.com/library/windows/apps/windows.foundation.uri.escapecomponent.aspx | CC-MAIN-2015-22 | en | refinedweb |
namespace IssueVision.Common
{
public sealed class Notifications
{
public const string CleanupIssueEditorViewModel = "CleanupIssueEditorViewModel";
public const string CleanupNewIssueViewModel = "CleanupNewIssueViewModel";
public const string CleanupMyIssuesViewModel = "CleanupMyIssuesViewModel";
public const string Cl... | http://www.codeproject.com/script/Articles/ViewDownloads.aspx?aid=82298&zep=IssueVision.Silverlight%2FIssueVision.Common%2FNotifications.cs&rzp=%2FKB%2Fsilverlight%2FIssueVisionForSilverlight%2F%2FIssueVision_Silverlight20110630.zip | CC-MAIN-2015-22 | en | refinedweb |
Tip-Convert array to Comma delimited string
I was needed to convert an string array into the comma delimited string and the old way to do that is too with for loop. But I was sure that there should be some ready made function that will do this very easily.
After doing some research I have found string.Join. With the he... | http://weblogs.asp.net/jalpeshpvadgama/tip-convert-array-to-comma-delimited-string | CC-MAIN-2015-22 | en | refinedweb |
01 October 2012 04:05 [Source: ICIS news]
?xml:namespace>
The region may be the first in
Local major refiners are producing 8,000 tonnes/day of bitumen while minor refiners are producing around 2,000 tonnes/day at present, ICIS data showed.
On average, local refiners can sell around 6,000 tonnes/day of bitumen, with ap... | http://www.icis.com/Articles/2012/10/01/9599808/south-chinas-bitumen-prices-likely-to-fall-in-early-october.html | CC-MAIN-2015-22 | en | refinedweb |
One of the more subtle aspects of converting (n)varchar or (n)text data to XML is the fact that XML is choosy about which characters are permitted and (n)/varchar/(n)text is not. Any T-SQL programmer who runs conversions of this type is likely to run into this issue. Here's a code block that resolves the issue.
The cha... | http://blogs.technet.com/b/wardpond/archive/2005/07/06/a-solution-for-stripping-invalid-xml-characters-from-varchar-text-data-structures.aspx | CC-MAIN-2015-22 | en | refinedweb |
Introduction to AIO
Linux asynchronous I/O is a relatively recent addition to the Linux kernel. It's a standard feature of the 2.6 kernel, but you can find patches for 2.
I/O models
Before digging into the AIO API, let's explore the different I/O models that are available under Linux. This isn't intended as an exhausti... | http://www.ibm.com/developerworks/linux/library/l-async/ | CC-MAIN-2015-22 | en | refinedweb |
java.lang.Object
org.netlib.lapack.SPOTRIorg.netlib.lapack.SPOTRI
public class SPOTRI
SPOTRI is a simplified interface to the JLAPACK routine spot * ======= * * SPOTRI computes the inverse of a real symmetric positive definite * matrix A using the Cholesky factorization A = U**T*U or A = L*L**T * computed by SPOTRF. * ... | http://icl.cs.utk.edu/projectsfiles/f2j/javadoc/org/netlib/lapack/SPOTRI.html | CC-MAIN-2015-22 | en | refinedweb |
20 March 2013 22:00 [Source: ICIS news]
HOUSTON (ICIS)--Here is Wednesday’s end of day ?xml:namespace>
CRUDE: Apr WTI: $92.96/bbl, up $0.80 May Brent: $108.72/bbl, up $1.27
NYMEX light sweet crude (WTI) rose in response to the weekly supply statistics from the US Energy Information Administration (EIA) showing a contra... | http://www.icis.com/Articles/2013/03/20/9652254/evening-snapshot-americas-markets-summary.html | CC-MAIN-2015-22 | en | refinedweb |
An easy-to-use, extensible jQuery wrapper around Ooyala's Javascript Player
jQuery-Ooyala provides a dead-simple interface for creating and working with Ooyala's V3 Javascript Player. It is:
OOobject for a player, as well as the underlying Ooyala player itself
Built by your friends on the Refinery29 Mobile Web Team
You... | https://www.npmjs.com/package/jquery-ooyala | CC-MAIN-2015-22 | en | refinedweb |
the stepper controlers that i have
it seems to work by having two control pins
would it be possible to use something similar to the servo library to send out the neccesary pulses and keep the rest of the code "unblocked"?
#include <digitalWriteFast.h> // stepPin1a 2#define stepPin1b 3#define stepPin2a 4#define stepPin2... | http://forum.arduino.cc/index.php?topic=97654.msg733831 | CC-MAIN-2015-22 | en | refinedweb |
Generating PDF reports - JSP-Servlet
Question
I am try to generate a pdf report using jsp .... i want to export values stored in sql server DB on to a pdf files so please do reply its very...Generating PDF reports Hello everyone
i have submitted several
pdf generate from jsp
pdf generate from jsp how do i generate a p... | http://roseindia.net/tutorialhelp/comment/11342 | CC-MAIN-2015-22 | en | refinedweb |
#include "petscdmshell.h" PetscErrorCode DMLocalToLocalBeginDefaultShell(DM dm,Vec g,InsertMode mode,Vec l)
Note: This is not normally called directly by user code, generally user code calls DMLocalToLocalBegin() and DMLocalToLocalEnd(). If the user provides their own custom routines to DMShellSetLocalToLocal() then th... | http://www.mcs.anl.gov/petsc/petsc-dev/docs/manualpages/DM/DMLocalToLocalBeginDefaultShell.html | CC-MAIN-2015-27 | en | refinedweb |
Axis 1.1 used to be the SOAP framework that was integrated with RIFE. The integration was very hackish to say the least since there were no easily replaceable and reusable parts that could be used with another servlet-like gateway in front of it. Since Axis 1.1 doesn't work with Java 5.0, we really had to remove it and... | http://rifers.org/wiki/display/RIFE/Support+for+SOAP+web+services | crawl-001 | en | refinedweb |
Get DirectBuffers from a visual
Name
ggiDBGetNumBuffers, ggiDBGetBuffer : Get DirectBuffers from a visual
Synopsis
#include <ggi/ggi.h> int ggiDBGetNumBuffers(ggi_visual_t vis); const ggi_directbuffer *ggiDBGetBuffer(ggi_visual_t vis, int bufnum);
Description
Dependent on the visual and runtime environment found, appli... | http://www.ggi-project.org/documentation/libggi/current/ggiDBGetNumBuffers.3.html | crawl-001 | en | refinedweb |
#include <config_processor.hh>
Inheritance diagram for mpcl::net::cgi::TConfigProcessor:
In CGI programs, the parameters come in this format:
<name_1>=[<value_1>]&<name_2>=[<value_2>]&...<name_n>=[<value_n>]
Furthermore, options can have more than one value. One of the most useful techniques used in HTMLL is coding ide... | http://www.uesqlc.org/doc/mpcl/classmpcl_1_1net_1_1cgi_1_1_t_config_processor.html | crawl-001 | en | refinedweb |
#include <general-functions.hh>
List of all members.
Definition at line 50 of file general-functions.hh.
[inline]
Builds a new instance for appending rktSOURCE_ITEM to a provided TTargetItem instance (that must be a pointer).
Definition at line 65 of file general-functions.hh.
References mpcl::util::MAppend< TTargetIte... | http://www.uesqlc.org/doc/mpcl/structmpcl_1_1util_1_1_m_append.html | crawl-001 | en | refinedweb |
a series to demonstrate how to integrate Cell/B.E. functionality into existing projects
Document options requiring JavaScript are not displayed
Discuss
Help us improve this content
Level: Intermediate
Jonathan Bartlett, Director of Technology, New Medio
04 Sep 2007
Traditional porting requires identifying and abstract... | http://www.ibm.com/developerworks/library/pa-specode1/ | crawl-001 | en | refinedweb |
practical checklist, tips, and insight drawn from experience
Document options requiring JavaScript are not displayed
Help us improve this content
Level: Advanced
Ajay Sood (r1sood@in.ibm.com), Staff Software Engineer, IBM Global Services, Bangalore, India
17 Feb 2005
Much of today's enterprise-level software on UNIX® ... | http://www.ibm.com/developerworks/linux/library/l-porting/ | crawl-001 | en | refinedweb |
By Chris Sells, Ian Griffiths
Price: $39.95 USD
£28.50 GBP
Cover | Table of Contents | Colophon
// Microsoft (R) Visual C# 2005 Compiler version 8.00.50215.44 for Microsoft (R) Windows (R) 2005 Framework version 2.0.50215 Copyright (C) Microsoft Corporation 2001-2005. All rights reserved.
WindowsBase,
PresentationCorea... | http://www.oreilly.com/catalog/9780596101138/toc.html | crawl-001 | en | refinedweb |
#include <action_handler.hh>
Inheritance diagram for mpcl::automaton::TActionHandler< TState >:
Action Handler is the part of a Deterministic Finite Automaton (DFA) that executes the list of actions of a given state. Every individual action has a 'reaction' or error handling function.
A DFA that lacks a list of actions... | http://www.uesqlc.org/doc/mpcl/classmpcl_1_1automaton_1_1_t_action_handler.html | crawl-001 | en | refinedweb |
Cover | Table of Contents | Colophon
System.Object. The CTS supports the general concept of classes, interfaces, and delegates (which support callbacks).
class Hello { static void Main( ) { // Use the system console object System.Console.WriteLine("Hello World"); } } (
{}).
WriteLine( )or).
&operator). Also, pointers a... | http://www.oreilly.com/catalog/9780596006990/toc.html | crawl-001 | en | refinedweb |
compiler error with import
I am trying to compile these codes using jdk1.4.2_11. These codes compiled successfully with 1.3.1_17 but with 1.4.2_11, I am getting a compiler error with import IVServ and import ServeletIncompleteException statement below. Both classes are located in the same directory as the source code.
... | http://www.java-index.com/java-technologies-archive/512/java-compiler-5125853.shtm | crawl-001 | en | refinedweb |
Return to where it all began
Document options requiring JavaScript are not displayed
Help us improve this content
Level: Introductory
Elliotte Rusty Harold (elharo@metalab.unc.edu), Adjunct Professor, Polytechnic University
19 Dec 2006
The annual IDEAlliance XML conference took place the first week in December in Bost... | http://www.ibm.com/developerworks/library/x-xml2006conf.html | crawl-001 | en | refinedweb |
Internally, JE databases are organized as BTrees. This means that most database operations (inserts, deletes, reads, and so forth) involve BTree node comparisons. This comparison most frequently occurs based on database keys, but if your database supports duplicate records then comparisons can also occur based on the d... | http://www.oracle.com/technology/documentation/berkeley-db/je/GettingStartedGuide/comparator.html | crawl-001 | en | refinedweb |
In previous chapters in this book, we built applications that load and display several JE databases. In this example, we will extend those examples to use secondary databases. Specifically:
In Stored Class Catalog Management with MyDbEnv we built a class that we can use to open and manage a JE Environment and one or mo... | http://www.oracle.com/technology/documentation/berkeley-db/je/GettingStartedGuide/indexusage.html | crawl-001 | en | refinedweb |
how RapidMind delivers a single-source development platform for Cell/B.E. applications
Document options requiring JavaScript are not displayed
Discuss
Help us improve this content
Level: Intermediate
Michael McCool (mmccool@rapidmind.net), Founder and Chief Scientist, RapidMind
01 May 2007
The RapidMind Development Pl... | http://www.ibm.com/developerworks/library/pa-rapidmind/ | crawl-001 | en | refinedweb |
Measure the time it takes to execute a request
Document options requiring JavaScript are not displayed
Sample code
Help us improve this content
Level: Introductory
Andre Tost, Senior Certified IT Specialist, IBM Software GroupRussell Butek, Software Engineer, IBM Software Group
04 Nov 2003
When developing a Web servic... | http://www.ibm.com/developerworks/webservices/library/ws-tipjax2.html | crawl-001 | en | refinedweb |
#include <archetype.h>
Element classes must contain public default constructor, copy constructor, assignment operator, and destructor. Note that primitive types such as int and double meet this specification.
In particular, the copy constructor is used to allow elements to be passed by value to a function.
Note that th... | http://www.linalg.org/linbox-html/classLinBox_1_1ElementArchetype.html | crawl-001 | en | refinedweb |
#include <Function.h>
List of all members.
Functions are used in various ways in PDF, including device-dependent rasterization information for high-quality printing (halftone spot functions and transfer functions), color transform functions for certain color spaces, and specification of colors as a function of position... | http://www.pdftron.com/net/html/classpdftron_1_1PDF_1_1Function.html | crawl-001 | en | refinedweb |
#include <ffpack.h>
Inheritance diagram for FFPACK:
This class only provides a set of static member functions. No instantiation is allowed.
It enlarges the set of BLAS routines of the class FFLAS, with higher level routines based on elimination.
[inline, static]
Computes the rank of the given matrix using a LQUP factor... | http://www.linalg.org/linbox-html/classLinBox_1_1FFPACK.html | crawl-001 | en | refinedweb |
#include <rtt/Timer.hpp>
List of all members.
In Order to use this class, derive your class from Timer and implement the timeout() method. The resolution of this class depends completely on the timer resolution of the underlying operating system.
Definition at line 23 of file Timer.hpp.
Create a timer object which can ... | http://www.orocos.org/stable/documentation/rtt/v1.4.x/api/html/classRTT_1_1Timer.html | crawl-001 | en | refinedweb |
31282/is-accessing-kubernetes-dashboard-remotely-possible
To access to Kubernetes Dashboard via proxy from remote machine, you will need to grant ClusterRole to allow access to dashboard.
Create new file and insert following details.
vi dashboard-access.yaml
Now apply changes to Kubernetes Cluster to grant access to da... | https://www.edureka.co/community/31282/is-accessing-kubernetes-dashboard-remotely-possible | CC-MAIN-2019-39 | en | refinedweb |
Package org.eclipse.swt.events
Class SegmentEvent
- java.lang.Object
- java.util.EventObject
- org.eclipse.swt.events.TypedEvent
- org.eclipse.swt.events.SegmentEvent
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
BidiSegmentEvent
public class SegmentEvent extends TypedEventThis event is sent to ... | http://help.eclipse.org/2019-06/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/events/SegmentEvent.html | CC-MAIN-2019-39 | en | refinedweb |
Problem is not reproducible or outdated
Ok so I'm making an endless runner and I need it to instantiate the next part of the track every time the player reaches a "Marker" object. The collisions work and the next track section instantiates for the first marker. The position the track is created is based on an object th... | https://answers.unity.com/questions/1023939/endless-runner-code.html | CC-MAIN-2019-39 | en | refinedweb |
if __name__ == "__main__"
On 06/04/2016 at 17:54, xxxxxxxx wrote:
I seem to be having a hard time understanding why this line is here.
import c4d def main() : doc = c4d.document.GetActiveDocument() print doc if __name__ == "__main__": main()
I understand that this quick sample will execute the main() function. What's t... | https://plugincafe.maxon.net/topic/9438/12648_if-name--main | CC-MAIN-2019-39 | en | refinedweb |
flutter_timer 0.0.5
flutter_timer #
A flutter timer that shows time duration from initial time.
Screenshot #
Example #
import 'package:flutter/material.dart'; import 'package:flutter_timer/flutter_timer.dart'; class TimerPage extends StatefulWidget { @override _TimerPageState createState() => _TimerPageState(); } class... | https://pub.dev/packages/flutter_timer | CC-MAIN-2019-39 | en | refinedweb |
32188/how-to-delete-all-the-subnets-from-a-vpc-using-boto3
You can refer to this question here:
You can use the code for deleting the subnets as follows:
import boto3
ec2 = boto3.resource('ec2')
ec2client = ec2.meta.client
vpc = ec2.Vpc('vpc-01250c74f7a4d1236')
for subnet in vpc.subnets.all():
subnet.delete()
Hope this... | https://www.edureka.co/community/32188/how-to-delete-all-the-subnets-from-a-vpc-using-boto3 | CC-MAIN-2019-39 | en | refinedweb |
GitHub repository
MicroPython works great on ESP32, but the most serious issue is still (as on most other MicroPython boards) limited amount of free memory.MicroPython works great on ESP32, but the most serious issue is still (as on most other MicroPython boards) limited amount of free memory.The repository can be used... | https://forum.micropython.org/viewtopic.php?p=20833 | CC-MAIN-2019-39 | en | refinedweb |
Serial port programming
This is a step-by-step guide to using the serial port from a program running under Linux; it was written for the Raspberry Pi serial port with the Raspbian Wheezy distribution. However, the same code should work on other systems.
Contents
Step 1: Connect to a terminal emulator using a PC
This st... | https://elinux.org/index.php?title=Serial_port_programming&oldid=244046 | CC-MAIN-2019-39 | en | refinedweb |
Lift.
Table of Contents
Key Features
- Log-based API for NATS
- Replicated for fault-tolerance
- Horizontally scalable
- Wildcard subscription support
- At-least-once delivery support
- Message key-value support
- Log compaction by key
- Single static binary (~16MB)
- Designed to be high-throughput (more on this to com... | https://www.ctolib.com/topics-142077.html | CC-MAIN-2019-39 | en | refinedweb |
Garbage Collector
The garbage collector API is intended to serve a number of complimentary needs. First, it should be possible for all C-compatible code in an application to interact with the garbage collector, not just the D code specifically. This both simplifies the interaction of mixed-language applications, and al... | http://www.dsource.org/projects/druntime/wiki/GarbageCollectorD2_0 | CC-MAIN-2019-39 | en | refinedweb |
getusershell, setusershell, endusershell - get permitted user shells
Current Version:
Linux Kernel - 3.80
Synopsis
#include <unistd.h> char *getusershell(void); void setusershell(void); void endusershell(void);
Feature Test Macro Requirements for glibc (see feature_test_macros(7)):
getusershell(), setusershell(), endus... | https://community.spiceworks.com/linux/man/3/getusershell | CC-MAIN-2019-39 | en | refinedweb |
Tensor.
This guide will be most useful if you intend to use the low-level programming
model directly. Higher-level APIs such as
tf.estimator.Estimator and Keras
hide the details of graphs and sessions from the end user, but this guide may
also be useful if you want to understand how these APIs are implemented.
Why data... | https://tensorflow.google.cn/guide/graphs | CC-MAIN-2019-39 | en | refinedweb |
Your message dated Wed, 6 Jun 2007 11:03:22 +0200 with message-id <20070606090322.GA7341@.intersec.eu> and subject line Bug#427722: pthread_kill() declaration disappears when compiling with -ansthread_kill() declaration disappears when compiling with -ansi
- From: "Daniel F. Smith" <dfsmith@almaden.ibm.com>
- Date: Tue... | https://lists.debian.org/debian-glibc/2007/06/msg00104.html | CC-MAIN-2019-39 | en | refinedweb |
Host a Custom Skill as a Web Service
You can build a custom skill for Alexa by extending a servlet that accepts requests from and sends responses to the Alexa service in the cloud.
The servlet must meet certain requirements to handle requests sent by Alexa and adhere to the Alexa Skills Kit interface standards. For mor... | https://developer.amazon.com/it/docs/alexa-skills-kit-sdk-for-java/host-web-service.html | CC-MAIN-2019-39 | en | refinedweb |
personality - set the process execution domain
Synopsis
Description
Errors
Colophon
#include <sys/personality.h>
int personality(unsigned long persona);.
On success, the previous persona is returned. On error, -1 is returned, and errno is set appropriately.
personality() is Linux-specific and should not be used in prog... | http://manpages.sgvulcan.com/personality.2.php | CC-MAIN-2017-26 | en | refinedweb |
constrather than
#define. There's plenty of utilities I see used in C++ that came from C though. I could be wrong, but it seems that those who start in C++ eventually get better at coding and are more ready to use C in their code. If people like to accuse C++ of being dangerous though, well C is just as ( and to some m... | http://www.cplusplus.com/forum/beginner/103362/ | CC-MAIN-2017-26 | en | refinedweb |
Write operation Hadoop 2.0
- The client creates the file by calling create() method on DistributedFileSystem.
- DistributedFileSystem makes an RPC call to the namenode to create a new file in the filesystem’s namespace, with no blocks associated with it.
The namenode performs various checks to make sure the file doesn’... | http://www.devinline.com/2015/11/read-and-write-operation-in-hadoop-20.html | CC-MAIN-2017-26 | en | refinedweb |
i am trying to create a program that uses * to make triangles depending on how big the user wishes to make them. This is the code i have so far however have no idea where to go from here.. can anyone help?? thankyou
def triangle(): totalRows = int(eval(input("Please enter a number: "))) for currentRows in range(1,total... | https://www.daniweb.com/programming/software-development/threads/305162/creating-an-asterics-pattern-of-triangles | CC-MAIN-2017-26 | en | refinedweb |
Enhancing Coordination in Cloud Infrastructures with an Extendable Coordination Service
- Curtis Wright
- 1 years ago
- Views:
Transcription
1 Enhancing Coordination in Cloud Infrastructures with an Extendable Coordination Service Tobias Distler 1, Frank Fischer 1, Rüdiger Kapitza 2, and Siqi Ling 1 1 Friedrich Alexand... | http://docplayer.net/861536-Enhancing-coordination-in-cloud-infrastructures-with-an-extendable-coordination-service.html | CC-MAIN-2017-26 | en | refinedweb |
On Nov 11, 2006, at 9:16 AM, Rice Yeh wrote:
> Hi,
> It seems for now the function attribute in <map:call> must be a
> function in the global object. I think it might be better if this
> function could be within a scope object because our project groups all
> javascript objects like java packages (or just like what doj... | http://mail-archives.apache.org/mod_mbox/cocoon-dev/200611.mbox/%3C2d3892273f15bea520130bf35d9f7b32@wrinkledog.com%3E | CC-MAIN-2017-26 | en | refinedweb |
I was writing a twitter program using tweepy. When I run this code, it prints the Python ... values for them, like
<tweepy.models.Status object at 0x95ff8cc>
import tweepy, tweepy.api
key = XXXXX
sec = XXXXX
tok = XXXXX
tsec = XXXXX
auth = tweepy.OAuthHandler(key, sec)
auth.set_access_token(tok, tsec)
api = tweepy.API(... | https://codedump.io/share/uMzUwZgmcxY1/1/return-actual-tweets-in-tweepy | CC-MAIN-2017-26 | en | refinedweb |
In previous posts in this series I described a mixed-integer programming model for resource constrained project scheduling, introduced some project data structures, and wrote a class that encapsulates Solver Foundation code to create and solve the model. Now let’s tie it all together with a short sample program to try ... | https://nathanbrixius.wordpress.com/2011/01/10/project-scheduling-and-solver-foundation-revisited-part-iv/ | CC-MAIN-2017-26 | en | refinedweb |
I can't figure out a way to return a false boolean in this function. The function: nestedListContains(NL, target): takes a nested list of integers (NL) and an integer(target) and returns true if target is in NL. I can't get it to return false when the target integer is not in any part of the list. So nestedListContains... | http://www.python-forum.org/viewtopic.php?p=5898 | CC-MAIN-2017-26 | en | refinedweb |
Given I installed pytorch by conda install pytorch torchvision -c soumith
conda install pytorch torchvision -c soumith
The problem 1 _rebuild_tensor inside _utils/ does not in the following output, why is it?
_rebuild_tensor
_utils/
", ".join([t for t in dir(torch._utils)])
### inside _utils we have the following funct... | https://discuss.pytorch.org/t/attributeerror-on--rebuild-tensor-caused-conda-install-avoided-by-pip-install/1226 | CC-MAIN-2017-26 | en | refinedweb |
Dear all,
I need your help on tis programming assignment I have.
I need to save all the atrributes information to a signle file.
I need to have 2 options :
Save to a default name backup.bak and to a users filename choice.
I have found this code in an ebook
#include <fstream.h> main() { ofstream file_ptr; // Declares a ... | https://www.daniweb.com/programming/software-development/threads/333901/save-all-classes-information-to-a-file | CC-MAIN-2017-26 | en | refinedweb |
OSGi Abandons Snapshot Proposal
- |
-
-
-
-
-
-
Read later
Reading List
With the recently-released OSGi Release 5 early access documents, one of the most anticipated features of the upcoming specification – that of SNAPSHOT style versions for OSGi – has been dropped from the specification because of concerns with exist... | https://www.infoq.com/news/2012/04/osgi-snapshot/ | CC-MAIN-2017-26 | en | refinedweb |
Odoo Help
Odoo is the world's easiest all-in-one management software. It includes hundreds of business apps:
CRM | e-Commerce | Accounting | Inventory | PoS | Project management | MRP | etc.
Fill automatically some fields when customer enter a new record
Hi everyone,
I have a new table with differents fields.
Inside th... | https://www.odoo.com/forum/help-1/question/fill-automatically-some-fields-when-customer-enter-a-new-record-100518 | CC-MAIN-2017-26 | en | refinedweb |
CodePlexProject Hosting for Open Source Software
Hi,
I downloaded a fresh copy of the orchard source from codeplex ().
I extracted the zip file and opened the solution in visual studio (with mvc3 installed). The project Orchard.Web is set as the startup project. When trying to build and play the solution, it throws 657... | http://orchard.codeplex.com/discussions/362539 | CC-MAIN-2017-26 | en | refinedweb |
in reply to Heisenberg Uncertainty Hash
#!perl
use warnings;
use strict;
sub safe_exists {
my ($href, @list_of_descent) = @_;
use List::Util 'first';
if (first {
not (exists $href->{$_} and $href=$href->{$_})
} @list_of_descent) {
return ();
}
else {
return \$href;
}
}
my %hash = ('a' => {
'value' => 1,
'foo' => 'bar',... | http://www.perlmonks.org/index.pl?node_id=451848 | CC-MAIN-2017-26 | en | refinedweb |
I have to enter a three digit number and then get an output of
the first digit
the second digit
the third digit
~Sam Mixter~
Printable View
I have to enter a three digit number and then get an output of
the first digit
the second digit
the third digit
~Sam Mixter~
Please post your code. Its not easy to guess what's goi... | https://cboard.cprogramming.com/cplusplus-programming/1674-i-need-help-printable-thread.html | CC-MAIN-2017-26 | en | refinedweb |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.