text
stringlengths
20
1.01M
url
stringlengths
14
1.25k
dump
stringlengths
9
15
lang
stringclasses
4 values
source
stringclasses
4 values
1 /*2 3 Derby - Class org.apache.derby.impl.sql.compile.QuantifiedUnaryOperatorN.sql.compile;23 24 import org.apache.derby.iapi.sql.dictionary.DataDictionary;25 26 import org.apache.derby.iapi.error.StandardException;27 28 import org.apache.derby.iapi.services.sanity.SanityManager;29 30 import org.apache.derby.iapi.uti...
http://kickjava.com/src/org/apache/derby/impl/sql/compile/QuantifiedUnaryOperatorNode.java.htm
CC-MAIN-2016-50
en
refinedweb
.wsdl.symbolTable;57 58 import javax.wsdl.PortType;59 60 /**61 * This class represents a WSDL portType. It encompasses the WSDL4J PortType object so it can62 * reside in the SymbolTable. It also adds the parameter information, which is missing from the63 * WSDL4J PortType object.64 */65 public class PortTypeEntry exten...
http://kickjava.com/src/org/jboss/axis/wsdl/symbolTable/PortTypeEntry.java.htm
CC-MAIN-2016-50
en
refinedweb
When accessing the Kubernetes API for the first time, we suggest using the Kubernetes CLI, kubectl. To access a cluster, you need to know the location of the cluster and have credentials to access it. Typically, this is automatically set-up when you work through and complete documentation is found in the kubectl manual...
http://kubernetes.io/docs/user-guide/accessing-the-cluster/
CC-MAIN-2016-50
en
refinedweb
Creating widgets outside Canvas A place to ask questions about methods in Orange and how they are used and other general support. 3 posts • Page 1 of 1 Creating widgets outside Canvas Hello, I would like to create a widget outside Canvas. For example, I would like to present fully functional ROC widget () at the end of...
http://orange.biolab.si/forum/viewtopic.php?f=4&t=691&p=1885
CC-MAIN-2016-50
en
refinedweb
Recently, I have been doing a lot of Memory troubleshooting. Here are some windbg commands that helped: Load the sos module (for .Net 4.0) .loadby sos clr List all of my object specific to my program: !dumpheap -stat -type <parent namespace> List all the instances of a particular object: !dumpheap -type <namespace>.<ob...
http://psst0101.digitaleagle.net/2011/03/10/more-memory-leak-troubleshooting/
CC-MAIN-2016-50
en
refinedweb
0 <<split>> so you did get your program to work then??? i am running into the same problem. i get this error \prob 3.cpp(15) : error C2447: '{' : missing function header (old-style formal list?) but my programs heading looks just like all i have seen and i cant find anything wrong with the program either. The error is ...
https://www.daniweb.com/programming/software-development/threads/259277/error-c2447
CC-MAIN-2016-50
en
refinedweb
In this installment of the series, I'll show you how you can use LinFu's Simple.IOC container to quickly add Dependency Injection capabilities to your application. I'll also discuss some of the common features found in most inversion-of-control containers and I will show you how Simple.IOC can perform those same featur...
http://www.codeproject.com/Articles/21318/Introducing-the-LinFu-Framework-Part-IV-Simple-IOC?msg=2710266
CC-MAIN-2014-41
en
refinedweb
Does anyone know of software that will return (3^(x+1)-1)/2 as the best-fit equation for the following data: (0,1),(1,4),(2,13),(3,40),(4,121),(5,364)? Now such a formula will not be unique, but you can use the Online Encyclopedia of Integer sequences CB Thank you very much CaptainBlack. That is a very interesting link...
http://mathhelpforum.com/math-software/165609-regression-software.html
CC-MAIN-2014-41
en
refinedweb
11 September 2013 22:43 [Source: ICIS news] HOUSTON (ICIS)--Initial ?xml:namespace> The increase is in line with some initial price increases last week at 1-2 cents/gal as well, following the 23 cent/gal jump in the September feedstock benzene contract. August styrene contract prices are expected to be finalised by Fri...
http://www.icis.com/Articles/2013/09/11/9705213/initial-us-august-styrene-contracts-move-up-1-2-centslb.html
CC-MAIN-2014-41
en
refinedweb
On Monday 19 February 2007 06:13am, Jesse Keating wrote: >. Because of that, this technique really doesn't work for this package. For this RPM, I want to conditionally select which patch to apply based on the version of he installed gnupg package on the system it is building on. rpmbuild already has this information so...
http://www.redhat.com/archives/rhl-devel-list/2007-March/msg00492.html
CC-MAIN-2014-41
en
refinedweb
Just same. Ceremony vs Essence Howard uses the example below to show how much ceremony (code with little real info) is required, hiding the essence (the real intention) when using Java to sort a list of Stock objects (a portfolio) either using different properties such as open values or last trade values: public static...
http://java.dzone.com/articles/reaction-clojure-towards
CC-MAIN-2014-41
en
refinedweb
NAME x25, AF_X25 - ITU-T X.25 / ISO-8208 protocol interface. SYNOPSIS #include <sys/socket.h> #include <linux/x25.h> x25_socket = socket(AF_X25, SOCK_SEQPACKET, 0); DESCRIPTION connection will be reset. Socket Addresses. VERSIONS The AF_X25 protocol family is a new feature of Linux 2.2. BUGS. SEE ALSO socket(2), socket...
http://manpages.ubuntu.com/manpages/jaunty/man7/x25.7.html
CC-MAIN-2014-41
en
refinedweb
ICANN Backflips Again 94 Posted by Unknown Lamer from the dance-for-me dept. from the dance-for-me dept.." Oh well, it was fun while it lasted. (Score:1, Interesting) Goodbye internet! It was fun while it lasted. I will happily await the arrival of your replacement, just as BBS/Gopher/eWorld/AOL had its time apparently...
http://tech.slashdot.org/story/12/07/31/012250/icann-backflips-again
CC-MAIN-2014-41
en
refinedweb
CA1024: Use properties where appropriate In most cases, properties represent data and methods perform actions. Properties are accessed like fields, which makes them easier to use. A method is a good candidate to become a property if one of these conditions is present: Takes no arguments and returns the state informatio...
http://msdn.microsoft.com/en-us/library/ms182181(d=printer)
CC-MAIN-2014-41
en
refinedweb
Here's a bit of eye-candy I whipped up to drop into our product: epAssist. The program has a system tray icon and a context menu comes up when you click on the icon. One problem with tray icons, it that it can be easy for users to confuse what the menu for your program looks like. My first solution was to place a disab...
http://www.codeproject.com/Articles/505/Gradient-Menus-in-MFC?msg=4154
CC-MAIN-2014-41
en
refinedweb
Class for reading JPEG image data. More... #include <GnashImageJpeg.h> Class for reading JPEG image data. This uses the IJG jpeglib to implement the Input interface. Construct a JpegInput object to read from an IOChannel. Referenced by create(), and createSWFJpeg2HeaderOnly(). References finishImage(). Create a JpegInp...
http://gnashdev.org/doc/html/classgnash_1_1image_1_1JpegInput.html
CC-MAIN-2014-41
en
refinedweb
On Sun, Aug 20, 2006 at 10:34:43AM +0200, Andi Kleen wrote:> In general I don't think it makes sense to submit stuff for 2.4 > that isn't in 2.6.In general I agree, however right now I had the choice betweensubmitting these changes for 2.4 first and not submitting them at all(at least for some months more). I chose the...
http://lkml.org/lkml/2006/8/20/87
CC-MAIN-2014-41
en
refinedweb
System.Printing.IndexedProperties Namespace Provides classes that enable rapidly copying the property settings of a print system object to another object of the same type. Also, enables iteration through the properties of print system objects and the discovery of their types at run time, without using reflection. This ...
http://msdn.microsoft.com/en-us/library/System.Printing.IndexedProperties(v=vs.100).aspx
CC-MAIN-2014-41
en
refinedweb
Asked by: Silverlight: Using Custom Attributes Server-Side I have a Silverlight 5 application in which I'm using Entity Framework. On one of my EF entities, I am adding an XmlElementAttribute custom attribute to some of the properties (in metadata file located on server) of my entity. On the client side, I am able to u...
http://social.msdn.microsoft.com/Forums/vstudio/en-US/2144f25d-e74f-4b1d-a4f2-2147cf52ada3/silverlight-using-custom-attributes-serverside?forum=wcf
CC-MAIN-2014-41
en
refinedweb
This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project. The systemtap team announces release 1.7 The new group and privilege level "stapsys" has been added, debuginfo can now be automatically downloaded, quiet runtime error handling was added, parser error handling has been impr...
http://sourceware.org/ml/systemtap/2012-q1/msg00097.html
CC-MAIN-2014-41
en
refinedweb
Whilst developing application running on the console is probably not the most exciting place, it is a great place to use for test harnesses or utilities. Of course when you are outputting text to the console window it can get pretty hard to see what's going on - what you need to be able to do is change the colour of th...
http://www.codeproject.com/Articles/2555/Putting-colour-color-to-work-on-the-console
CC-MAIN-2014-41
en
refinedweb
Marcin 'Qrczak' Kowalczyk wrote: > > Fri, 16 Feb 2001 10:01:06 -0800, Levent Erkok <erkok@cse.ogi.edu> pisze: > > > The non-strict version is not good either, because it won't do > > the effects! > > data Box a = Box {unbox :: a} > > fixIO m = let > x = unsafePerformIO (liftM Box (m (unbox x))) > in return (unbox $! x)...
http://www.haskell.org/pipermail/haskell/2001-February/006728.html
CC-MAIN-2014-41
en
refinedweb
Hello readers, In this tutorial, i am going to explain you about Components in Angular 2. In my previous session, we have learned Modules in Angular 2. Here we are going to see what exactly is Component in Angular 2. Introduction to Components in Angular 2: Components are the fundamental building blocks of the Angular ...
http://debugonweb.com/2020/01/components-angular-2/
CC-MAIN-2021-04
en
refinedweb
Datalight ROM-DOS User’s Guide Created: April 2005 Datalight ROM-DOS User’s Guide Copyright © 1999-2005 by Datalight, Inc. Portions copyright © GpvNO 2005 All Rights Reserved. Datalight, Inc. assumes no liability for the use or misuse of this software. Liability for any warranties implied or stated is limited to the or...
https://manualzz.com/doc/12719505/rom-dos_users_guide
CC-MAIN-2021-04
en
refinedweb
Eigenvectors and Eigenvalues Motivation Following along with 3blue1brown’s series on The Essence of Linear Algebra, the topic of Eigenvectors and Eigenvalues shows up nearly last. When I learned this in undergrad, it was a series of equations and operations that I memorized. However, revisiting to write this notebook, ...
https://napsterinblue.github.io/notes/stats/lin_alg/eigenvectors_and_values/
CC-MAIN-2021-04
en
refinedweb
phylink¶ Overview¶ phylink is a mechanism to support hot-pluggable networking modules directly connected to a MAC without needing to re-initialise the adapter on hot-plug events. phylink supports conventional phylib-based setups, fixed link setups and SFP (Small Formfactor Pluggable) modules at present. Modes of operat...
http://martchus.no-ip.biz/doc/linux/networking/sfp-phylink.html
CC-MAIN-2021-04
en
refinedweb
Updated to Spotfire X and i am now receiving this error when I try to run a TERR script utilizing the dplyr package Has anyone received an error similar to the one below after upgrading to spotfire X? I've reloaded the package, but that doesn't seem to work. The script was running smoothly before the upgrade. TIBCO Ent...
https://community.tibco.com/questions/updated-spotfire-x-and-i-am-now-receiving-error-when-i-try-run-terr-script-utilizing-dplyr
CC-MAIN-2021-04
en
refinedweb
- Product - Customers - Solutions The Agent has two ways to collect logs: from the Docker socket, and from the Kubernetes log files (automatically handled by Kubernetes). Datadog recommends using the Kubernetes log file logic when: The Docker API is optimized to get logs from one container at a time, when there are man...
https://docs.datadoghq.com/agent/kubernetes/log/?tab=daemonset
CC-MAIN-2021-04
en
refinedweb
The Google Maps API is easy to use. The basic idea is to create a Map2 object (the former GMap2, now known as google.maps.Map2) and add Marker objects to it. The Marker objects then use InfoWindow objects to display all the information for that marker, which can either appear on load, or you can set up an event (like a...
https://kousenit.org/2007/09/22/moving-my-google-maps-mashup-to-grails-part-one/
CC-MAIN-2021-04
en
refinedweb
PIL vs OpenCV As I’m standing on the precipice of doing a bunch of image processing/classification, it occurs to me that I don’t know a whole lot about the available tools and packages for working with images. The following is a look at the two more-popular libraries. PIL and cv2 both support general image processing, ...
https://napsterinblue.github.io/notes/python/images/libs/
CC-MAIN-2021-04
en
refinedweb
Application Errors¶ Changelog sentry-sdk client with extra flask dependencies: $ pip install sentry-sdk[flask] And then add this to your Flask app: import sentry_sdk from sentry_sdk.integrations.flask import FlaskIntegration sentry_sdk.init('YOUR_DSN_HERE',integrations=[FlaskIntegration()]) The YOUR_DSN_HERE value need...
https://flask.palletsprojects.com/en/1.1.x/errorhandling/
CC-MAIN-2021-04
en
refinedweb
In this article, I will take you through how we can create a quiz game with Python. If you are a beginner in Python then this is an ideal task for you because while building this quiz game you will cover almost every topic in Python. Quiz Game with Python Let’s get started with this task to build a quiz game with Pytho...
https://thecleverprogrammer.com/2020/10/02/quiz-game-with-python/
CC-MAIN-2021-04
en
refinedweb
The wcsftime() function is defined in <cwchar> header file. wcsftime() prototype size_t wcsftime( wchar_t* str, size_t count, const wchar_t* format, const tm* time ); The wcsftime() function takes 4 arguments: str, count, format and time. The date and time information pointed to by time is converted to a null-terminate...
https://cdn.programiz.com/cpp-programming/library-function/cwchar/wcsftime
CC-MAIN-2021-04
en
refinedweb
Container namespace for all symbols of genesis in order to keep them separate when used as a library. Definition at line 138 of file version.hpp. Return the header for genesis. This is simply a text version of the logo, including the current version. It can for example be displayed at the start of a program to indicate...
http://doc.genesis-lib.org/namespacegenesis.html
CC-MAIN-2018-17
en
refinedweb
This guide extends on code examples found in the Asset Managementguide. So far we've manually included all our assets in our index.html file, but as your application grows and once you start using hashes in filenames and outputting multiple bundles, it will be difficult to keep managing your index.html file manually. H...
http://docs.w3cub.com/webpack/guides/output-management/
CC-MAIN-2018-17
en
refinedweb
All the objects that are stored in a computer are ultimately converted into binary numbers which are sequences of 0s and 1s. Each digit in a binary number is stored on one bit of the computer memory. A bit is defined as the smallest unit of memory in a computer. In fact, computer manipulates a number by manipulating th...
http://ecomputernotes.com/what-is-c/operator/c-bitwise-operators
CC-MAIN-2018-17
en
refinedweb
How to: Use transformer in a Data Pipeline The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com. This topic contains a basic example that shows how to use the concurrency::transformer class in a data pipeline. For a more complete example that uses a data pipeline to per...
https://msdn.microsoft.com/en-us/library/dd728076
CC-MAIN-2018-17
en
refinedweb
2 Replies It appears that OS X Lion is ignoring ulimit values. The same program on a Linux 2.6 32bit kernel stops based on the limits as expected I've set the following via the bash shell. ulimit -d 25000 ulimit -v 25000 ulimit -a core file size (blocks, -c) 0 data seg size (kbytes, -d) 25000 file size (blocks, -f) unl...
https://discussions.apple.com/thread/3293075?start=0&tstart=0
CC-MAIN-2015-35
en
refinedweb
The discrepancies between object and relational models has been long noted, and referred to as the object-relational impedance mismatch. What's more rarely noted however is how simple applications, often referred to as CRUD (Create, Read, Update, Delete) are effectively demonstrating the stunning resemblance between th...
http://www.codeproject.com/Articles/28636/Minimalist-Meta-Model-for-CRUD-Applications?fid=1525417&df=90&mpp=10&sort=Position&tid=4108928
CC-MAIN-2015-35
en
refinedweb
» Mobile » Java Micro Edition Author Newbie: End app after alert Stephen Pride Ranch Hand Joined: Sep 14, 2000 Posts: 121 posted Oct 31, 2003 07:55:00 0 I wrote a small application to understand the J2ME WTK, and I'm having a problem with displaying an Alert and then ending the app gracefully after it is found the scr...
http://www.coderanch.com/t/227523/JME/Mobile/Newbie-app-alert
CC-MAIN-2015-35
en
refinedweb
When I use this command within objective-c code, I get what look like c++ templates in the newly created files. Am I missing a setting or is this a bug? (or intentional?) Example .h file after Move on @interface MovedClass #ifndef __MovedClass_H_ #define __MovedClass_H_ #endif //__MovedClass_H_ David, why do you need g...
https://devnet.jetbrains.com/thread/452046
CC-MAIN-2015-35
en
refinedweb
You can subscribe to this list here. Showing 4 results of 4 hi, I am trying to use UddiProxy and for following uddiProxy.get_authToken(userid, password) get timeout... now how can I set the readtimeout of the underlying = SOAPTransport that this uddiProxy method is using... thank you ritesh Uddi4j version 2 was just re...
http://sourceforge.net/p/uddi4j/mailman/uddi4j-developers/?viewmonth=200206
CC-MAIN-2015-35
en
refinedweb
I was all set to give a superb answer to Tests for 'printing' code. I went to test my code and ruined it all. Here's the great code failure: use Errno ':POSIX'; { no warnings 'redefine', 'once'; local *CORE::GLOBAL::print = sub { $! = ENOSPC; return; }; print 'test', $/ or die $!; } [download] After poking around for s...
http://www.perlmonks.org/index.pl/jacques?node_id=300471
CC-MAIN-2015-35
en
refinedweb
#!/usr/bin/perl -w use strict; my $me; my $bonnie = "lies_over_the_ocean"; { my $bonnie = "lies_over_the_sea"; { my $bonnie = "lies_over_the_ocean"; { 0; bring_back(my $bonnie = 2, $me); { bring_back( bring_back( 0, bring_back(my $bonnie = 2, $me, 2, $me )));{ bring_back( bring_back( 0, bring_back(my $bonnie = 2, $me )...
http://www.perlmonks.org/index.pl?node=my%20%24bonnie
CC-MAIN-2015-35
en
refinedweb
I want to make a program similar to the dos prompt (i dont know the english name for it) in wich you can issue commands to your system (like 'netsat -n' or 'ping 127.0.0.1'). It works, but it should return to the main() function as soon as the command was executed. Instead, it closes. The code i have so far is: could a...
http://cboard.cprogramming.com/cplusplus-programming/56296-dos-prompt-disappearing-printable-thread.html
CC-MAIN-2015-35
en
refinedweb
SQL Server Data Mining Programmability Bogdan Crivat Microsoft Corporation March 2005 Applies to: Microsoft SQL Server 2005 SQL Server Data Mining Summary: Learn more about the new APIs for data mining in SQL Server 2005, and get an introduction to several common development scenarios. (50 printed pages) Contents Intro...
https://technet.microsoft.com/en-US/library/ms345148(v=sql.90).aspx
CC-MAIN-2015-35
en
refinedweb
Java.io.ByteArrayOutputStream Class Advertisements Introduction The Java.io.ByteArrayOutputStream class implements an output stream in which the data is written into a byte array. The buffer automatically grows as data is written to it.Following are the important points about ByteArrayOutputStream: Closing a ByteArrayO...
http://www.tutorialspoint.com/java/io/java_io_bytearrayoutputstream.htm
CC-MAIN-2015-35
en
refinedweb
The Story of "Nadine" 270 Guinnessy writes: "We've all accidentally typed in a wrong email address sooner or later. But can it all go horribly wrong? On there is the story of Nadine, an account of what happened after an Internet user accidentally gave a wrong email address when she visited a web page and signed up for ...
http://it.slashdot.org/story/02/05/09/2029218/the-story-of-nadine?sdsrc=nextbtmnext
CC-MAIN-2015-35
en
refinedweb
Hello all this is my first time here. So I'm doing this program for school and we are supposed to follow the below UML. The program below works the way it is however it uses the int pkg instead of the char that it is supposed to. So the user has to type 1 2 or 3 instead of the A B or C like they should. So if anyone kn...
http://www.javaprogrammingforums.com/whats-wrong-my-code/25111-trying-figure-out-how-use-char-problem.html
CC-MAIN-2015-35
en
refinedweb
What is JavaScript? is Java script and other java related queries. How to define what is JavaScript... related topic visit What is Java Script? Thanks...What is JavaScript? Hi, Sometime the students trying to know make javascript script tag fields - Java Beginners javascript script tag fields hi all, i wanted to know w...
http://www.roseindia.net/tutorialhelp/comment/95346
CC-MAIN-2015-35
en
refinedweb
IRC log of aria on 2007-11-06 Timestamps are in UTC. 14:06:55 [RRSAgent] RRSAgent has joined #aria 14:06:55 [RRSAgent] logging to 14:06:56 [oedipus] oedipus has joined #aria 14:06:57 [anthony] anthony has joined #aria 14:06:58 [DanC_lap] DanC_lap has changed the topic to: ARIA session of WAI PF WG meeting; public recor...
http://www.w3.org/2007/11/06-aria-irc
CC-MAIN-2015-35
en
refinedweb
Hi I just installed java's sdk 1.4.2_04 and had a few problems getting the hello world sample to work even though I had set the Path variable correctly, got some advice that mentioned I should include the -cp switch before running sample and it did work. But I have downloaded Java's Mail API and the Jaf package require...
http://forums.devx.com/showthread.php?139768-Help&goto=nextnewest
CC-MAIN-2015-35
en
refinedweb
>>. 15 thoughts on “SparkFun stencil and solder paste class notes” why exactly must you learn it hands-on? i learned it by reading a few websites on the matter, and then trying it once… thats all it takes; its not that difficult, especially compared to the alternative of soldering surface mount components by hand (alth...
http://hackaday.com/2009/02/17/sparkfun-stencil-and-solder-paste-class-notes/?like=1&source=post_flair&_wpnonce=04d8dffccf
CC-MAIN-2015-35
en
refinedweb
SQLAlchemy 1.3 Documentation SQLAlchemy 1.3 Documentation legacy version Home | Download this Documentation SQLAlchemy ORM - Object Relational Tutorial - Mapper Configuration - Relationship Configuration - Relationship Loading Techniques - Constructors and Object Initialization - Query API - Using the Session - Events ...
https://docs.sqlalchemy.org/en/13/orm/loading_columns.html
CC-MAIN-2022-21
en
refinedweb
We import the logging module and then use the logging.exception method to create a log of the python exception. import logging try: print 'toy' + 6 except Exception as e: logging.exception("This is an exception log") We get the following output ERROR:root:This is an exception log Traceback (most recent call last): File...
https://www.tutorialspoint.com/What-is-the-best-way-to-log-a-Python-exception
CC-MAIN-2022-21
en
refinedweb
Initialisation #The init function - Via NPM - Via Script Tag import SuperTokens from 'supertokens-website'; SuperTokens.init({ apiDomain: " supertokens.init({ apiDomain: " - To be called at least once before any http request is made to any of your APIs that require authentication. - You only need to call this once in y...
https://supertokens.com/docs/website/usage/init
CC-MAIN-2022-21
en
refinedweb
For code/output blocks: Use ``` (aka backtick or grave accent) in a single line before and after the block. See: Data CSV in Strategy Hi how can get dataframe in strategy and work it by pandas dataframe in init function of strategy and get list of close values like this import backtrader as bt import pandas as pd clas...
https://community.backtrader.com/topic/2594/data-csv-in-strategy
CC-MAIN-2022-21
en
refinedweb
#include <CGAL/Spatial_lock_grid_3.h> The class Spatial_lock_grid_3 allows to lock points with coordinates (x, y, z) in a 3D grid. The point type is called P3 here. P3 must provide x(), y(), and z() functions, returning the respective point coordinates as numbers whose type is a model of the concept of RealEmbeddable. ...
https://doc.cgal.org/5.0/STL_Extension/classCGAL_1_1Spatial__lock__grid__3.html
CC-MAIN-2022-21
en
refinedweb
OVERVIEW In this blog you will learn, 1. How to create the custom actions on Rasa X 2. How to deploy action server with Rasa X on the Live Server 3. How to add the services on the server that can run simultaneously In our previous blog, you must have learnt how you can link your rasa project on git repository to Rasa X...
https://innovationyourself.com/deploy-action-server-with-rasa-x/
CC-MAIN-2022-21
en
refinedweb
SYNOPSYS #include <genlib.h> void GENLIB_SC_TOP(insname, symetry) char *insname; char symetry; man2html: unable to open or read file man1/alc_origin.1 PARAMETERS - insname - Name to be given to the instance on the model - symetry - Geometrical operation to be performed on the instance before beeing placed DESCRIPTIONSC...
https://manpages.org/genlib_sc_top
CC-MAIN-2022-21
en
refinedweb
It might be fun doing small tests to test how the tests work, but let's remember our goal - to test our Game class! So, we’ve now got 2 targets in the project - the main app and tests. They are somewhat independent. Let’s connect the 2 together and perform the actual testing! Importing an application The code in both t...
https://openclassrooms.com/en/courses/4554386-enhance-an-existing-app-using-test-driven-development/5095701-perform-tests-on-a-class
CC-MAIN-2022-21
en
refinedweb
Post -sC -oN postman.nmap -v 10.10.10.160 # Nmap 7.80 scan initiated Sun Dec 8 11:27:40 2019 as: nmap -sS -sC -oN postman.nmap -v -p1-10000 10.10.10.160 Increasing send delay for 10.10.10.160 from 0 to 5 due to 674 out of 2245 dropped probes since last increase. Nmap scan report for 10.10.10.160 Host is up (0.11s laten...
https://dmuhs.blog/2020/03/21/hackthebox-postman-write-up/
CC-MAIN-2022-21
en
refinedweb
10 Python Skills for Beginners Python is the fastest growing, most-beloved programming language. Get started with these Data Science tips. By Nicole Janeway Bills, Data Scientist at Atlas Research With Python’s straightforward, human-readable syntax, anyone can access impressive capabilities for scientific computing. P...
https://www.kdnuggets.com/2020/12/10-python-skills-beginners.html
CC-MAIN-2022-21
en
refinedweb
NEW: Learning electronics? Ask your questions on the new Electronics Questions & Answers site hosted by CircuitLab. Everything Else » LV-MaxSonar-EZ4 height measurement Hello, I am trying to use a height sensor to measure distances but its not working as its supposed to. So I built my circuit based on the temperature s...
http://www.nerdkits.com/forum/thread/1394/
CC-MAIN-2019-18
en
refinedweb
QML WebengineView does not return http page errors - Jimmybobby Hi So I am new to QML but it seems straight forward to me. I am tring to create a simple single windows browser window that displays our webpage and runs on a arm based linux system. I have gotten it to build both on our yocto build system and also on ubun...
https://forum.qt.io/topic/80372/qml-webengineview-does-not-return-http-page-errors/2
CC-MAIN-2019-18
en
refinedweb
Twin Prime: A twin prime is a set of two prime numbers whose absolute difference is 2. Let p1 and p2 primes such that p2 – p1 = 2, then the set { p1 , p2 } are twin primes. Objective Of The Article The objective of this article is to describe the basic algorithm to search for the twin primes first, and then make some m...
https://phoxis.org/2009/05/07/generating-twin-primes/
CC-MAIN-2019-18
en
refinedweb
Scala client for IgluScala client for Iglu [ ![Build Status] travis-image ] travis [ ![Release] release-image ] releases [ license-image ] license A Scala client and resolver for [Iglu schema repositories] iglu-wiki from the team at [Snowplow Analytics] snowplow-website. Iglu Scala Client is used extensively in [Snowpl...
https://index.scala-lang.org/snowplow/iglu-scala-client/iglu-scala-client/0.6.0-M1?target=_2.12
CC-MAIN-2019-18
en
refinedweb
What do you think about the following C Code ? What will be the output. #include <stdio.h> int main (void) { static int a = 3; if (a == 0) { return 0; } printf ("going down\n"); a--; main (); printf ("coming up\n"); return 0; } It is actually not very difficult to compute the output of this C Code. This has a static in...
https://phoxis.org/2012/10/06/c-qa-4-calling-main-recursively/
CC-MAIN-2019-18
en
refinedweb
Currently, read-event waits forever when called in batch mode. This is because of the following fragment from kbd_buffer_get_event: #ifndef HAVE_DBUS /* We want to read D-Bus events in batch mode. */ if (noninteractive /* In case we are running as a daemon, only do this before detaching from the terminal. */ || (IS_DAE...
http://lists.gnu.org/archive/html/emacs-devel/2014-01/msg02247.html
CC-MAIN-2019-18
en
refinedweb
Netduino.Foundation Unified GPIO Architecture Netduino.Foundation incorporates an architecture that was designed to extend peripheral support seamlessly across expansion peripherals such as the I2C/SPI/etc. I/O expansion chips. For example, you can connect an MCP23x or 74x595 I/O expansion chip to a Netduino, and then ...
http://netduino.foundation/Getting_Started/Unified_GPIO_Architecture/
CC-MAIN-2019-18
en
refinedweb
A vast majority of elements found in HTML 4.x, XHTML 1.x, Internet Explorer, and Netscape Navigator have numerous attributes in common. Rather than repeat the descriptions of these attributes ad nauseam in the reference listings, their details are listed here only once. These shared attributes do not appear in the attr...
https://docstore.mik.ua/orelly/webprog/dhtml/ch08_02.htm
CC-MAIN-2019-18
en
refinedweb
Converting UK Easting / Northing to Latitude / Longitude Recently I needed to convert a large amount of data between UK Easting / Northing coordinates and Latitude / Longitude. There are web services available that support this conversion but they only permit a few hundred requests / hour, which means it would take wee...
https://webscraping.com/blog/Converting-UK-Easting-Northing-coordinates/
CC-MAIN-2019-18
en
refinedweb
Feedback Getting Started Discussions Site operation discussions Recent Posts (new topic) Departments Courses Research Papers Design Docs Quotations Genealogical Diagrams Archives I'm interested in increasing my understanding of some of the more advanced programming language constructs I see discussed here and in other ...
http://lambda-the-ultimate.org/node/3171
CC-MAIN-2019-18
en
refinedweb
Following is an example skeleton of a program TA.oj in MIJava: public class TA instantiates MIJava multiextends Student, Staff { ... } This TA class extends both the Student and Staff classes. The code for a sub-class should be able to access information in any of its super-classes. For example, the Student class may h...
http://www.cs.rpi.edu/academics/courses/spring05/proglang/pa2.html
CC-MAIN-2019-18
en
refinedweb
This bug affects 1 person Bug Description As the H233 checking is added into Python package "hacking", the print operator problem is exposed. Update the print operator to meet this check. Details of H233: in hacking Python package: core.py @flake8ext def hacking_ r"""Check that all occurrences look like print functions...
https://bugs.launchpad.net/cinder/+bug/1211130
CC-MAIN-2019-18
en
refinedweb
Dec 26, 2015 08:57 PM|Arvind2015Asp.net|LINK Hi Team, I am facing the below listed issue while trying to make use of the serializable object in C#. I have used the below code snippet Session Used Session["YYY"] = dt; The session variable was losing its value after the execution of the method in which the declaration wa...
https://forums.asp.net/t/2081047.aspx?Unable+to+serialize+the+session+state+In+StateServer+and+SQLServer+mode+ASP+NET+will+serialize+the+session+state+objects+and+as+a+result+non+serializable+objects+or+MarshalByRef+objects+are+not+permitted+
CC-MAIN-2019-18
en
refinedweb
Introduction to Exchange Web Services in Exchange 2007, Part 3 This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release. Topic Last Modified: 2007-...
https://docs.microsoft.com/en-us/previous-versions/office/developer/exchange-server-2007/bb508825(v=exchg.80)
CC-MAIN-2019-18
en
refinedweb
Unleashing the power of raw data with AWS Lambda What are our customers doing with their raw data destinations? Late last year, we were interested to learn what customers were building on top of our streaming webhooks and S3 connections. One name came up over and over again: AWS Lambda. AWS Lambda allows customers to w...
https://segment.com/blog/unleashing-the-power-of-raw-data-with-amazon-lambda/
CC-MAIN-2019-18
en
refinedweb
This tutorial begins the discussion of lists and of presenting the ubiquitous Master/Detail relationship in data. To do this, we’ll revisit the Nerd Dinner application, this time using the Beta Refresh and making sure we focus on best practices, especially the use of MVVM, as we go. To begin create a new application, u...
http://jesseliberty.com/2010/08/11/wp7-mini-tutorial-lists-masterdetail/
CC-MAIN-2019-18
en
refinedweb
Implementing OAuth with GWT I've heard about OAuth for quite some time, but never had an opportunity to implement it on a project. For a good explanation of what OAuth is, see its Introduction. Here's an excerpt: ...it allows). The reason I needed OAuth was to interact with the Google Contacts API. I've always hated ho...
http://raibledesigns.com/rd/entry/implementing_oauth_with_gwt
CC-MAIN-2017-26
en
refinedweb
Opened 9 years ago Closed 9 years ago Last modified 9 years ago #6565 closed (wontfix) delete() method is not called on related objects Description Consider the following models.py: from django.db import models class A(models.Model): pass def delete(self): print 'deleting a' super(A, self).delete() class B(models.Model...
https://code.djangoproject.com/ticket/6565
CC-MAIN-2017-26
en
refinedweb
Due by 4pm on Wednesday, 14 March You can grab a template for this homework either by downloading the file from the calendar or by running the following command in terminal on one of the school computers (the dot is significant: it denotes the current directory) cp ~cs61a/lib/hw/hw8.py . Readings. Chapter 3.3 Q1. Write...
http://www-inst.eecs.berkeley.edu/~cs61a/sp12/hw/hw8.html
CC-MAIN-2017-26
en
refinedweb
#include "petscpc.h" PetscErrorCode PCShellSetContext(PC pc,void *ctx)Logically Collective on PC Fortran Notes: To use this from Fortran you must write a Fortran interface definition for this function that tells Fortran the Fortran derived data type that you are passing in as the ctx argument. Level:advanced Location:s...
http://www.mcs.anl.gov/petsc/petsc-current/docs/manualpages/PC/PCShellSetContext.html
CC-MAIN-2017-26
en
refinedweb
Ppt on covering the environmental problems causes effects and solutions Ppt on ready to serve beverages images Ppt on water pollution in india Ppt on next generation 2-stroke engine problems Ppt on store design Ppt on namespace in c++ Ppt on blood donation in india Ppt on porter's five forces model Ppt on social entrep...
http://slideplayer.com/slide/3357567/
CC-MAIN-2017-26
en
refinedweb
Please check the errata for any errors or issues reported since publication. The English version of this specification is the only normative version. Non-normative translations may also be available. Copyright © 2017 Activity Streams Working Group,IBM & W3C® (MIT, ERCIM, Keio, Beihang). W3C liability, trademark and per...
http://www.w3.org/TR/activitystreams-vocabulary/
CC-MAIN-2017-26
en
refinedweb
How to: Enumerate Sites and Site Collections Last modified: April 12, 2010 Applies to: SharePoint Foundation 2010 Available in SharePoint Online You can return all the Web sites within a site collection, all the first-tier subsites beneath a Web site, all the subsites and lists for the current Web site, or the collecti...
https://msdn.microsoft.com/en-us/library/ms462161(v=office.14)
CC-MAIN-2017-26
en
refinedweb
Harvest Harvest is a messagebus, CQRS frame work and event store for Dart with multiple backends. Features include Message bus features - Synchronous and asynchronous delivery - Support for both "fire-and-forget" as well as delivery notication - Support custom message callsbacks allowing subscribers to notify publisher...
https://www.dartdocs.org/documentation/harvest/2.0.4/index.html
CC-MAIN-2017-26
en
refinedweb
Create XML schema with xerces-c Discussion in 'XML' started by Alfred22 - Markus - Nov 23, 2005 [XML Schema] Including a schema document with absent target namespace to a schema with specified tarStanimir Stamenkov, Apr 22, 2005, in forum: XML - Replies: - 3 - Views: - 1,374 - Stanimir Stamenkov - Apr 25, 2005 Create X...
http://www.thecodingforums.com/threads/create-xml-schema-with-xerces-c.169584/
CC-MAIN-2015-14
en
refinedweb
Have you ever wanted to use a split window in you program but didn’t want all the extra garbage of the Doc/View architecture? In the new project wizard, in order to make the “Split Window” check box available, you have to choose “Document/View architecture support”. This puts a lot of extra unneeded code in your projec...
http://www.codeproject.com/Articles/15338/SDI-with-split-window?fid=335662&df=90&mpp=10&sort=Position&spc=None&tid=3981807
CC-MAIN-2015-14
en
refinedweb
Class Query represents a request on the search service to query the index. Query is defined in the google.appengine.api.search module. - Introduction - Constructor - Properties: Introduction The Query class allows you to specify a query string and other options, such as sort order, limit, and a cursor, for a search on ...
https://cloud.google.com/appengine/docs/python/search/queryclass
CC-MAIN-2015-14
en
refinedweb
Worst Ever: 7350 Line Function, 55 local vars I am helping my boss fix this horrendous beast of a project and I come acrossed this beaut of a function. This single function does everything...from opening the db connection, to figuring out the timezone, to formatting a phone number, to fixing your kitchen sink. It also ...
http://discuss.fogcreek.com/joelonsoftware/default.asp?cmd=show&ixPost=111338
CC-MAIN-2015-14
en
refinedweb
James, >>The first thing to do is get it from CVS, compile and run it as per the >>README. >> > >Done. Nice, I'm impressed. Am digesting in more detail now. > >Very minor comment, how about renaming altrmi-tests.xml to be just >tests.xml. It saves some typing when running stuff. Maybe it could set a new >trend; build.x...
http://mail-archives.apache.org/mod_mbox/commons-dev/200201.mbox/%3C3C4C21C1.5060601@yahoo.com%3E
CC-MAIN-2015-14
en
refinedweb
Learn how easy it is to sync an existing GitHub or Google Code repo to a SourceForge project! See Demo You can subscribe to this list here. Showing 7 results of 7 In <20050417215335.GB15379@...>, Henrik Jacobsson wrote: >) I think only ROX-Session and the configuration applets use it so far. The capplets use it to comm...
http://sourceforge.net/p/rox/mailman/rox-users/?viewmonth=200504&viewday=17
CC-MAIN-2015-14
en
refinedweb
22 December 2009 15:58 [Source: ICIS news] By Nigel Davis LONDON (ICIS news)--The global olefins business has been set for change for years, but now that change is becoming a reality. Available capacity is expected to increase markedly in 2010, with capacity in the ?xml:namespace> ICIS data suggest that over the course...
http://www.icis.com/Articles/2009/12/22/9321290/insight-olefins-makers-face-a-tough-2010.html
CC-MAIN-2015-14
en
refinedweb
#include <lqr.h> It is very important to note that using no rigidity masks at all is equivalent to use a rigidity mask over the whole image with all the values set to 1.0, but, when first adding a rigidity mask to a LqrCarver object, all the pixels outside the affected area will have their rigidity set to zero; therefo...
http://www.makelinux.net/man/3/L/lqr_carver_rigmask_add_rgb_area
CC-MAIN-2015-14
en
refinedweb
Generic LDAP Connector for FIM 2010 R2 Technical Reference Updated: January 9, 2015 The objective of this document is to provide you with the reference information that is required to deploy the Generic LDAP connector for Microsoft® Forefront® Identity Manager (FIM) 2010 R2. When referring to IETF RFCs, this document i...
https://technet.microsoft.com/en-us/library/dn510997(v=ws.10).aspx
CC-MAIN-2015-14
en
refinedweb
> Hi Rankin, > it says in the stack trace > java.lang.ClassNotFoundException: com.jwortham.ocip.map.AddrtypesMapBuilder > Did you look whether a class file exists for this class within your web > application (in the WEB-INF/classes directory)? If yes, did you try to > instantate the class yourself and see why the class...
http://mail-archives.apache.org/mod_mbox/db-torque-user/200408.mbox/%3Cs1189c9c.048@mail.jwortham.com%3E
CC-MAIN-2015-14
en
refinedweb
The JVM is not platform independent. This is because it take Java byte code and translates it into code that will run on a specific chip. This means that a specific JVM is "tied to" a specific chip. ... Type: Posts; User: youngstorm The JVM is not platform independent. This is because it take Java byte code and transla...
http://www.javaprogrammingforums.com/search.php?s=af24fbc9d5d0a903ce1bea90a48d1365&searchid=1461471
CC-MAIN-2015-14
en
refinedweb
16 October 2013 23:00 [Source: ICIS news] HOUSTON (ICIS)--Here is Wednesday’s end of day ?xml:namespace> CRUDE: Nov WTI: $102.29/bbl, up $1.08; Nov Brent: $110.86/bbl, up 90 cents NYMEX WTI crude futures rallied in response to reports that the US Congress had reached an agreement and was expected to vote on a deal to r...
http://www.icis.com/Articles/2013/10/16/9715927/evening-snapshot---americas-markets-summary.html
CC-MAIN-2015-14
en
refinedweb
Learn how easy it is to sync an existing GitHub or Google Code repo to a SourceForge project! See Demo Revision: 438 Author: hardaker Date: 2007-02-15 22:33:27 -0800 (Thu, 15 Feb 2007) Log Message: ----------- beginning processing of if/else/endif support Modified Paths: -------------- trunk/geoqo/GeoDB.pm This was sen...
http://sourceforge.net/p/geoqo/mailman/message/1405719/
CC-MAIN-2015-14
en
refinedweb