text
stringlengths
20
1.01M
url
stringlengths
14
1.25k
dump
stringlengths
9
15
lang
stringclasses
4 values
source
stringclasses
4 values
[UPDATE 2] I have almost completed code to have standing robot. Because I have problem with calibration and I do not know if I should add something to PID I post code and ask for help. ... Type: Posts; User: Black_Stork [UPDATE 2] I have almost completed code to have standing robot. Because I have problem with calibrat...
https://forum.pjrc.com/search.php?s=c45582ea6dd70bf4e1a32b600fd7cab1&searchid=7278351
CC-MAIN-2022-05
en
refinedweb
class in UnityEditor.VersionControl class provides access to the version control API. Note that the Version Control window is refreshed after every version control operation. This means that looping through multiple assets and doing an individual operation on each (i.e. Checkout) will be slower than passing an AssetLis...
https://docs.unity3d.com/ScriptReference/VersionControl.Provider.html
CC-MAIN-2022-05
en
refinedweb
57277/create-account-without-having-provide-credit-card-details Is it possible to use this free tier without giving credit card information? In the event that this information is required, would you be charged without your assent? You're always required to provide a credit card or a bank account in order to verify that...
https://www.edureka.co/community/57277/create-account-without-having-provide-credit-card-details?show=57278
CC-MAIN-2022-05
en
refinedweb
gatsby-plugin-fastify Gatsby plugin for easy integration with Fastify. About gatsby-plugin-fastify gives you a way to integrate your Gatsby site with a Node.js server using Fastify. Use to serve a standard Gatsby.js site normally - the plugin will take care of everything: - Serving Gatsby Functions - Serving static fil...
https://www.gatsbyjs.com/plugins/gatsby-plugin-fastify/
CC-MAIN-2022-05
en
refinedweb
It’s been a while since I looked at background audio/video in a UWP app – perhaps long enough ago that I was still talking about Windows 8 and I was working in HTML/JS at the time I wrote this post; Windows 8 Metro style simple music app example and made the screencast videos that went along with it. Here in 2016 on th...
https://mtaulty.com/2016/10/16/windows-10-1607-uwp-and-background-media/
CC-MAIN-2022-05
en
refinedweb
exporter used to export the spreadsheet view and supported chart views as to a CSV file. More... #include <vtkSMCSVExporterProxy.h> exporter used to export the spreadsheet view and supported chart views as to a CSV file. vtkSMCSVExporterProxy is used to export the certain views to a CSV file. Currently, we support vtkS...
https://kitware.github.io/paraview-docs/v5.9.0/cxx/classvtkSMCSVExporterProxy.html
CC-MAIN-2022-05
en
refinedweb
Secret-key encryption, also referred to as symmetric encryption, is designed to work on large amounts of data. As such, symmetric encryption code works on streams of data as opposed to arrays of bytes. When you wrap a stream of regular data inside a specialized encryption stream called a CryptoStream, data is encrypted...
https://flylib.com/books/en/1.237.1.93/1/
CC-MAIN-2022-05
en
refinedweb
NAME SYNOPSIS DESCRIPTION LIBRARY API VERSIONING MANAGING LIBRARY BEHAVIOR DEBUGGING AND ERROR HANDLING EXAMPLE BUGS ACKNOWLEDGEMENTS SEE ALSO libpmemblk - persistent memory resident array of blocks #include <libpmemblk.h> cc ... -lpmemblk blk_check_versionU( unsigned major_required, unsigned minor_required); const wch...
https://pmem.io/pmdk/manpages/windows/v1.10/libpmemblk/libpmemblk.7/
CC-MAIN-2022-05
en
refinedweb
I recently used Locust, a load testing tool that lets you write intuitive looking Python code to load test your web applications. I did not follow Locust’s install guide and instead just tried a ‘pip install locustio’. I ended up running into some issues that were not easy to Google about. So I thought I would document...
https://qxf2.com/blog/setup-locust-python-windows/
CC-MAIN-2022-05
en
refinedweb
Import The import statement is used to import functions and other definitions from another module. In the simplest case, you just write import Data.Maybe to import the named module (in this case Data.Maybe). However, in more complicated cases, the module can be imported qualified, with or without hiding, and with or wi...
http://www.haskell.org/haskellwiki/Import
crawl-001
en
refinedweb
Sven Schönherr (sven@inf.ethz.ch) We do not want to impose very strict coding rules on the developers. What is most important is to follow the CGAL naming scheme described in the next section. However, there are some programming conventions (Section 2.2) that should be adhered to, rules for the code format (Section 2.3...
http://www.cgal.org/Manual/3.3/doc_html/Developers_manual/Developers_manual/Chapter_code_format.html
crawl-001
en
refinedweb
The class Segment_Voronoi_diagram_vertex_base_2<Gt,SSTag> provides a model for the SegmentVoronoiDiagramVertexBase_2 concept which is the vertex base required by the SegmentVoronoiDiagramDataStructure_2 concept. The class Segment_Voronoi_diagram_vertex_base_2<Gt,SSTag> has two template arguments, the first being the ge...
http://www.cgal.org/Manual/3.1/doc_html/cgal_manual/Segment_Voronoi_diagram_2_ref/Class_Segment_Voronoi_diagram_vertex_base_2.html
crawl-001
en
refinedweb
Despite a national economic slowdown and a 4.9 percent drop in overall U.S. natural gas consumption in 2001,(1) more than 3,571 miles of pipeline and a record 12.8 billion cubic feet per day (Bcf/d) of natural gas pipeline capacity were added to the national pipeline network during 2002 (Table 1). The estimated cost wa...
http://www.eia.doe.gov/pub/oil_gas/natural_gas/feature_articles/2003/Pipenet03/pipenet03.html
crawl-001
en
refinedweb
Orange is a data mining software that is specially good for researching and teaching. It is developed in Python and C++ combining the best from both: interpretability and quick use from Python and efficiency from C++. SNNS is a very complete software about artificial neural networks. OrangeSNNS.py allows using SNNS to ...
http://www.ax5.com/antonio/orangesnns/index_html/view
crawl-001
en
refinedweb
I originally posted about this in povray.general, and no one was able to give an explanation. Gilles Tran was very helpful in finding a simplified scene that still produces the artifact in question. He also pointed out to me that using the -UL flag causes the problem to go away. Here is the simplified scene description...
http://news.povray.org/povray.bugreports/thread/%3C4148e313%241%40news.povray.org%3E/
crawl-001
en
refinedweb
3.2 The standard type hierarchy. - ‘None’ -. - ‘Not. - ‘Ellipsis’ - This type has a single value. There is a single object with this value. This object is accessed through the built-in name Ellipsis. It is used to indicate the presence of the ‘...’ syntax in a slice. Its truth value is true. - ‘Numbers’ -: - ‘Integers’...
http://www.network-theory.co.uk/docs/pylang/standardtypehierarchy.html
crawl-001
en
refinedweb
A simple and fast read-only embedded key-value database Project description ConstDB is a very simple and fast read-only embedded key-value database. Keys consist of 64-bit integers or strings and values consist of arbitrary byte strings. Sample import constdb with constdb.create('db_name') as db: db.add(-2, b'7564') db...
https://pypi.org/project/constdb/3.2.0/
CC-MAIN-2018-30
en
refinedweb
Now that the hardware is ready, we can write our first sketch to test the Ethernet shield and the connection to the Web. Note that the pieces of code shown in this section are only the most important parts of the code, and you can find the complete code inside the GitHub repository of the book. Start the Arduino sketch...
https://www.safaribooksonline.com/library/view/arduino-networking/9781783986866/ch01s02.html
CC-MAIN-2018-30
en
refinedweb
This is really fun. Been requested to developed a prototype for a simple system, my immediate choice is django, this time rather than using sqlalchemy, i'm using anything that comes with django umbrella. In this prototype, I add an ajax based auto completion/suggestion search input form, just to give a small 'wow' effe...
http://xjutsu.blogspot.com/2010/
CC-MAIN-2018-30
en
refinedweb
In this tutorial you will learn how to write to file by line Write to a file by line using java you can use the newLine() method of BufferedWriter class. newLine() method breaks the continuous line into a new line. Here I am going to give the simple example which will demonstrate you how to write to file by line. In th...
http://roseindia.net/java/examples/io/writeToFileByLine.shtml
CC-MAIN-2017-04
en
refinedweb
Demonstrating write-combining The following program, incrementMappedArrayWC.cu, demonstrates the use of separate write-combined, mapped, pinned memory to increment the elements of an array by one. This required changing incrementArrayOnHost and incrementArrayOnDevice to read from array a and write to array b. In this w...
http://www.drdobbs.com/web-development/cuda-supercomputing-for-the-masses-part/217500110?pgno=3
CC-MAIN-2017-04
en
refinedweb
z3c.testing 1.0.0a3 High-level Testing Support This package provides a collection of high-level test setups for unit and functional testing. In particular, it provides a testing layer that can use an existing, pre-populated database as a starting point, which speeds up the test setup phase for large testing data sets. ...
https://pypi.python.org/pypi/z3c.testing/1.0.0a3
CC-MAIN-2017-04
en
refinedweb
#include<iostream> #include<string> #include<fstream> using namespace std; void Load_dictionary(string Dictionary_E[],string Dictionary_F[],string Dictionary_G[]);//Load_dictionary declaration function const int MaxSize= 100;// Maxsize for the array /*void sort(string sortedDic[]);// Arraysort function*/ int main () {/...
https://www.daniweb.com/programming/software-development/threads/418315/i-want-help
CC-MAIN-2017-04
en
refinedweb
- Preface - - - - - - - - Index Contents* - A - B - C - D - E - F - G - H - I - K - L - M - N - O - P - Q - R - S - T - U - V - W - Index **** *** 1 *** 1 Aaccounts admin 1 expiration 2 user 3 acknowledging chassis 1 server 2 activate firmware 1 activating adapters 1 BMC 2 fabric interconnects 3 I/O modules 4 UCS manag...
http://www.cisco.com/c/en/us/td/docs/unified_computing/ucs/sw/cli/config/guide/1-1-1/b_CLI_Config_Guide_1_1_1/CLI_Config_Guide_1_1_1_index.html
CC-MAIN-2017-04
en
refinedweb
This page gives an overview of the RabbitMQ .NET/C# client API. The code samples given here demonstrate connecting to RabbitMQ and performing several common operations with the client. The library is open-source, and is dual-licensed under the Apache License v2 and the Mozilla Public License v1.1. The client is dual-li...
http://www.rabbitmq.com/dotnet-api-guide.html
CC-MAIN-2017-04
en
refinedweb
Proxypy: Cross Domain Javascript Requests with Python When proxy service can be a good idea. A proxy can act as an intermediary between your Javascript and the remote data, eliminating all the cross domain limitations imposed on the client. The pattern in principle is simple: - Assign to your web application's server s...
http://www.thecodeship.com/web-development/proxypy-cross-domain-javascript-requests-python/
CC-MAIN-2017-04
en
refinedweb
JScript .NET, Part I: The Mechanics - Doc JavaScript JScript .NET, Part I: The Mechanics Now that you know how to consume Web services, it's time to learn how to create them. In order to learn this topic, you need to know the .NET Framework and its JavaScript language, JScript .NET. In this column, we start a new serie...
http://www.webreference.com/js/column107/index.html
CC-MAIN-2017-04
en
refinedweb
Today we had a requirement to do some pretty strange stuff in SQL which required us to call an encryption library in SQL server. This is something I had not done before, so I thought I would blog about it. There are several steps involved. The 1st part is straight forward enough, the following code gives an example 1: ...
https://www.codeproject.com/Articles/37377/SQL-Server-CLR-Functions
CC-MAIN-2017-04
en
refinedweb
Level: Introductory Sing Li (westmakaha@yahoo.com)Author, Wrox Press 29 Jun 2004 Guard your castle! Claim your land! Command your knights to joust valiantly and defeat their foes. Capture the enemy's position and seize its land while dodging its menacing knights. If writing mudane Java code is giving you the blues late...
http://www.cse.lehigh.edu/~munoz/CSE497/assignments/files/coderuler.htm
CC-MAIN-2017-04
en
refinedweb
? Funny. Michaels slides mostly speak about issues KDE already solves - and this is the platform that is supposed to be cheaper to develop on (let alone using it) ? Please stop comparing KDE and Gnome, one war is more then enough Cheers to that, brother. 10 developers cost 60.000$ per year (75.000$ is pretty the top fo...
https://dot.kde.org/comment/82392
CC-MAIN-2017-04
en
refinedweb
.mimelookup.impl;21 22 import java.util.ArrayList ;23 import java.util.List ;24 25 /**26 *27 * @author vita28 */29 public class DummySettingImpl implements DummySetting {30 31 private List files = null;32 33 /** Creates a new instance of DummySettingImpl */34 public DummySettingImpl() {35 }36 37 public DummySettingImpl...
http://kickjava.com/src/org/netbeans/modules/editor/mimelookup/impl/DummySettingImpl.java.htm
CC-MAIN-2017-04
en
refinedweb
Catalyst::Plugin::StackTrace - Display a stack trace on the debug screen use Catalyst qw/-Debug StackTrace/; This plugin will enhance the standard Catalyst debug screen by including a stack trace of your appliation up to the point where the error occurred. Each stack frame is displayed along with the package name, line...
http://search.cpan.org/~agrundma/Catalyst-Plugin-StackTrace-0.04/lib/Catalyst/Plugin/StackTrace.pm
CC-MAIN-2017-04
en
refinedweb
To limit the storage of a site collection you can create and apply Quota Templates. Some important things to know about quotas: - Quotas can only be applied to Site Collections, not to single sites or entire applications - Quota space includes library files, list contents (announcements, etc), master pages, etc (ie. Ev...
http://techtrainingnotes.blogspot.com/2008/02/sharepoint-site-collection-quotas.html
CC-MAIN-2017-04
en
refinedweb
Author: Iqbal Khan With the explosion of extremely high transaction web apps, SOA, grid computing, and other server applications, data storage is: Cache-aside is a very powerful technique and allows you to issue complex database queries involving joins and nested queries and manipulate data any way you want. Despite th...
http://www.alachisoft.com/resources/articles/readthru-writethru-writebehind.html
CC-MAIN-2017-04
en
refinedweb
#include <iostream> using namespace std; int main() { alignas(double) unsigned char c[1024]; // array of characters, suitably aligned for doubles alignas(16) char d[100]; // align on 16 byte boundary cout<<sizeof(c)<<endl; cout<<sizeof(d)<<endl; constexpr int n = alignof(int); // ints are aligned on n byte boundarie co...
https://codedump.io/share/FuRD5vAuNBZB/1/does-alignas-affect-the-value-of-sizeof
CC-MAIN-2017-04
en
refinedweb
Page 80 72 M. The one exception is in the frequency of submissive or agitated expressions such as the grimace. Suppose we were allowed a total of 6 bits to represent each pair of values. Indeed, there is evidence indicat- ing that the criteria of what constitutes success and failure for the coach washes out the potion ...
http://newtimepromo.ru/binary-option-signals-twitter-4.html
CC-MAIN-2017-04
en
refinedweb
Text::Shellwords::Cursor - Parse a string into tokens use Text::Shellwords::Cursor; my $parser = Text::Shellwords::Cursor->new(); my $str = 'ab cdef "ghi" j"k\"l "'; my ($tok1) = $parser->parse_line($str); $tok1 = ['ab', 'cdef', 'ghi', 'j', 'k"l '] my ($tok2, $tokno, $tokoff) = $parser->parse_line($str, cursorpos => 6)...
http://search.cpan.org/dist/GDBUI/lib/Text/Shellwords/Cursor.pm
CC-MAIN-2017-04
en
refinedweb
Hottest Forum Q&A on CodeGuru - January 19th Introduction: Lots of hot topics are covered in the Discussion Forums on CodeGuru. If you missed the forums this week, you missed some interesting ways to solve a problem. Some of the hot topics this week include: - Why do get I compiler error C2065 when compiling my VC++ 6....
http://www.developer.com/tech/article.php/3304221/Hottest-Forum-QA-on-CodeGuru---January-19th.htm
CC-MAIN-2017-04
en
refinedweb
Apache OpenOffice (AOO) Bugzilla – Issue 120435 import of special svg picture crashes AOO Last modified: 2013-07-12 16:19:04 UTC Created attachment 78806 [details] picture that crashes AOO-dev I use a debug build of r1367616. Insert the attached svg-picture into a Draw document. AOO-dev r1367616 crashes immediately (ev...
https://bz.apache.org/ooo/show_bug.cgi?id=120435
CC-MAIN-2017-04
en
refinedweb
The only thing that I can't really figure out is why when the traverse method (which returns a pointer to a Location) is called, the program crashes. I've tried putting in debug prints at various points in this method and so far have NOT gotten any consistent readout of the problem. As I see it, it should initialize a ...
https://www.gamedev.net/topic/635421-problem-returning-pointer-from-method/
CC-MAIN-2017-04
en
refinedweb
> On Dec 1, 2016, at 12:13 PM, Jean-Paul Calderone <exar...@twistedmatrix.com> > wrote: > > On Thu, Dec 1, 2016 at 2:14 PM, Glyph Lefkowitz <gl...@twistedmatrix.com > <mailto:gl...@twistedmatrix.com>> wrote: > >> On Dec 1, 2016, at 10:51 AM, Jean-Paul Calderone <exar...@twistedmatrix.com >> <mailto:exar...@twistedmatri...
https://www.mail-archive.com/twisted-python@twistedmatrix.com/msg11984.html
CC-MAIN-2017-04
en
refinedweb
Hi every one… In the last few posts we have shown how to display the SQL results in Operator , fetch the failed objects errors message in Package and various other techniques. Today we want to cover another small scripts which can enable you fetch details of the Interface that have error out because of PK , FK ,Not Nul...
http://odiexperts.com/error-records-log/
CC-MAIN-2017-04
en
refinedweb
Gantry::Plugins::SOAP::Doc - document style SOAP support In a controller: use Your::App::BaseModule qw( -PluginNamespace=YourApp SOAP::Doc ); # This exports these into the site object: # soap_out # do_wsdl # return_error do_a_soap_action { my $self = shift; my $data = $self->get_post_body(); my $parsed_data = XMLin( $d...
http://search.cpan.org/~tkeefer/Gantry/lib/Gantry/Plugins/SOAP/Doc.pm
CC-MAIN-2017-04
en
refinedweb
Class used to require specialization of OperatorTraits. More... #include <BelosOperatorTraits.hpp> Class used to require specialization of OperatorTraits. This class is used by OperatorTraits to ensure that OperatorTraits cannot be used unless a specialization for the particular scalar, multivector, and operator types ...
http://trilinos.sandia.gov/packages/docs/r11.0/packages/belos/browser/doc/html/classBelos_1_1UndefinedOperatorTraits.html
CC-MAIN-2014-10
en
refinedweb
Gate adds OWIN support for the new ASP.NET Web API betaGate, internet, opensource, OWIN, programming, web, webapi February 20th, 2012 Hello again, everyone! As I’m sure you already know, ASP.NET MVC 4 beta is available and it has some fantastic stuff in it! One of the interesting bits is the latest ASP.NET Web API. Loo...
http://whereslou.com/2012/02/20/gate-adds-owin-support-for-the-new-asp-net-web-api-beta/comment-page-1
CC-MAIN-2014-10
en
refinedweb
This example will show how to play sounds using irrKlang. It will play a looped background music and a sound every time the user presses a key. At the beginning, we simply create a class and add the namespace IrrKlang in which all sound engine classes are located. using System; using IrrKlang; namespace CSharp._01.Hell...
http://www.ambiera.com/irrklang/tutorial-helloworld-csharp.html
CC-MAIN-2014-10
en
refinedweb
05 May 2009 17:28 [Source: ICIS news] By Nigel Davis ?xml:namespace> Now the prospect of possibly 15 times more than initially planned full-blown substance registrations is hardly relished, by the agency or anyone else. It is not surprising that so many chemical manufacturers and importers, including companies in secto...
http://www.icis.com/Articles/2009/05/05/9213471/insight-data-sharing-siefs-are-real-reach-challenge.html
CC-MAIN-2014-10
en
refinedweb
Details - Type: Bug - Status: Closed - Priority: Major - Resolution: Fixed - Affects Version/s: None - Fix Version/s: None - Component/s: Misc Library - Labels:None - Environment: Actor, Actors Description According to the documentation, receiveWithin should block at most msec milliseconds if no message matches any of ...
https://issues.scala-lang.org/browse/SI-3838
CC-MAIN-2014-10
en
refinedweb
Equivalent Features On Windows And Unix This page is meant to capture the current state of agreement on UnixFunctionalityVsWindowsFunctionalityDiscussion . It is simply a list of features on each operating system and its associated tools, and then its suggested equivalent on the other system. The hope is that we might ...
http://c2.com/cgi-bin/wiki?EquivalentFeaturesOnWindowsAndUnix
CC-MAIN-2014-10
en
refinedweb
import org.apache.myfaces.buildtools.maven2.plugin.builder.annotation.JSFProperty; 22 23 public interface ChangeSelectProperties 24 { 25 /** 26 * HTML: Specifies a script to be invoked when the element is modified. 27 * 28 */ 29 @JSFProperty(clientEvent="change") 30 public abstract String getOnchange(); 31 32 33 /** 3...
http://myfaces.apache.org/tomahawk-project/tomahawk20/xref/org/apache/myfaces/component/ChangeSelectProperties.html
CC-MAIN-2014-10
en
refinedweb
#include <Thyra_LinearOpWithSolveBaseDecl.hpp> Inheritance diagram for Thyra::LinearOpWithSolveBase< RangeScalar, DomainScalar >: solve()) of the form: and/or a transpose solve operation (using solveTranspose()) of the form: and/or an adjoint solve operation (using solveTranspose())operator. The functions solve() and s...
http://trilinos.sandia.gov/packages/docs/r10.0/packages/thyra/src/interfaces/operator_solve/ana/fundamental/doc/html/classThyra_1_1LinearOpWithSolveBase.html
CC-MAIN-2014-10
en
refinedweb
The dotDude of .Net In a current project, there was a requirement to have a web site that used windows integrated authentication, so that valid users who have logged onto the domain would not have to authenticate themselves to gain access to the site. Pretty standard stuff. We also had a requirement to extract the user...
http://weblogs.asp.net/pglavich/archive/2004/05/25/141161.aspx
CC-MAIN-2014-10
en
refinedweb
transient keyword Friend, The transient keyword is used to indicate that the member variable should not be serialized when the class instance containing that transient variable... into the persistent but if the variable is declared as transient Java Transient Variable Java Transient Variables Before knowing the transi...
http://www.roseindia.net/tutorialhelp/comment/83367
CC-MAIN-2014-10
en
refinedweb
XMonad.Layout.Monitor Contents Description Layout modfier for displaying some window (monitor) above other windows Synopsis - data Monitor a = Monitor { - monitor :: Monitor a - data Property - data MonitorMessage - doHideIgnore :: ManageHook - manageMonitor :: Monitor a -> ManageHook Usage You can use this module with...
http://xmonad.org/xmonad-docs/xmonad-contrib/XMonad-Layout-Monitor.html
CC-MAIN-2014-10
en
refinedweb
Overview JBoss AS 6.0.0.M2 which has been released on Feb 16th 2010, contains the initial support for EJB3.1. More specifically, it includes support for: EJB3.1 no-interface view EJB deployment through .war files What to download and how to use JBoss AS 6.0.0.M2 can be downloaded from here. After downloading, start and...
https://community.jboss.org/wiki/EJB31inAS600M2
CC-MAIN-2014-10
en
refinedweb
Symbol handling issues and improvements This page describes the issues GDB has with symbol handling, and the improvements we're thinking of making. For the purposes of this page "symbol handling" is a catch-all that incorporates all things related to symbols and debug information. This page is maintained by Doug Evans ...
http://sourceware.org/gdb/wiki/SymbolHandling
CC-MAIN-2014-10
en
refinedweb
I just installed a new video card (GTX 680) in my computer (64-bit ubuntu linux v12.04) and installed the latest nvidia driver (v310.19) and updated my GLEW files to v190. I updated my GL and GLX include files from the nvidia driver, and updated my GLEW include and source files from the new GLEW files. Now my 3D engine...
http://www.opengl.org/discussion_boards/showthread.php/180544-help-problem-with-glGenVertexArrays()?p=1246431&viewfull=1
CC-MAIN-2014-10
en
refinedweb
Peter Vogel For the most common scenario—JavaScript in a Web page accessing a Web API service on the same site—discussing security for ASP.NET Web API is almost redundant. Provided that you authenticate your users and authorize access to the Web Forms/Views holding the JavaScript that consumes your services, you’ve pro...
http://msdn.microsoft.com/en-us/magazine/dn201748.aspx
CC-MAIN-2014-10
en
refinedweb
04 April 2012 09:41 [Source: ICIS news] SINGAPORE (ICIS)--India's Mangalore Refinery & Petrochemicals Limited (MRPL) has sold via-tender, a 10,000-tonne first-half May loading isomer-grade xylene (IX) to trading firm Glencore on 3 April, sources said on Wednesday. The cargo with a 6-15 May laycan was sold on an ex-New ...
http://www.icis.com/Articles/2012/04/04/9547580/indias-mrpl-sells-h1-may-loading-10000-tonnes-ix-to-glencore.html
CC-MAIN-2014-10
en
refinedweb
This implementation is not unlike the one in Java, as C#'s design was heavily based on that language. A class is created to accomodate the definitions of the needed functions. Only the Main function (method) is visible outside the class. It reads lines from the standard input until there are no more ( null received). E...
http://www.math.bas.bg/bantchev/place/rpn/rpn.c%23.html
CC-MAIN-2014-10
en
refinedweb
On 1/19/06, Robert Kern <robert.kern at gmail.com> wrote: > Charlie Moad wrote: > > Well here are th cvs links to them. > > > > > > > > > > The matplotlib.toolkits module does not exist in the mpl cvs and it is > > not in the setup.py file. I have tried adding both. In basemap > > however, the matplotlib.toolkits modul...
https://mail.python.org/pipermail/distutils-sig/2006-January/005876.html
CC-MAIN-2014-10
en
refinedweb
Android List View Android ListView is a view which groups several items and display them in vertical scrollable list. The list items are automatically inserted to the list using an Adapter that pulls content from a source such as an array or database. ( ie. ListView or GridView). The two most common adapters are ArrayA...
http://www.tutorialspoint.com/android/android_list_view.htm
CC-MAIN-2014-10
en
refinedweb
<ac:macro ac:<ac:plain-text-body><![CDATA[ <ac:macro ac:<ac:plain-text-body><![CDATA[ This Proposal aims to integrate Zend Framework and Doctrine 1 via Zend Tool. Zend Framework: Zend Tool and Doctrine 1 Integration Component Proposal Table of Contents 1. Overview All Doctrine 1 CLI commands will be integrated into the...
http://framework.zend.com/wiki/display/ZFPROP/Doctrine+1+and+Zend_Tool+Integration+-+Benjamin+Eberlei?focusedCommentId=21266586
CC-MAIN-2014-10
en
refinedweb
List<T> Class Represents a strongly typed list of objects that can be accessed by index. Provides methods to search, sort, and manipulate lists. System.Collections.Generic.List<T> Namespace: System.Collections.GenericNamespace: System.Collections.Generic Assembly: mscorlib (in mscorlib.dll) The List<T> type exposes the...
http://msdn.microsoft.com/en-us/library/vstudio/6sh2ey19(v=vs.95)
CC-MAIN-2014-10
en
refinedweb
The OpenGL 3.2 core profile is not compatible with cl_gl.h as a workaround to use OpenCL functionality with OpenGL 3.2 core mode, you have to define __gl_h_ before including CL/cl_gl.h otherwise cl_gl.h tries to include the old gl header file which results in type conflicts: i think a fix is needed within the cl_gl.h f...
http://www.khronos.org/message_boards/showthread.php/6119-Apple-OpenCL_OceanWave-Demo-crashes?goto=nextnewest
CC-MAIN-2014-10
en
refinedweb
In today’s Programming Praxis exercise, our goal is to provide two different solutions for the well known SEND + MORE = MONEY sum, in which each letter must be replaced by a valid digit to yield a correct sum. Let’s get started, shall we? A quick import: import Data.List I’ll be honest, the only reason I wrote this fir...
http://bonsaicode.wordpress.com/2012/07/31/programming-praxis-send-more-money-part-1/
CC-MAIN-2014-10
en
refinedweb
Post your Comment The Java Applet Viewer The Java Applet Viewer Applet viewer is a command line program to run Java applets...; the browser should be Java enabled.To create an applet, we need to define Java applet. We can use only one option -debug that starts the applet viewer Setting Applet Viewer Properties - Java B...
http://roseindia.net/discussion/18739-The-Java-Applet-Viewer.html
CC-MAIN-2014-10
en
refinedweb
Subject: Re: [OMPI users] I have still a problem with rankfiles in openmpi-1.6.4rc3 From: Eugene Loh (eugene.loh_at_[hidden]) Date: 2013-02-05 16:20:09 On 02/05/13 00:30, Siegmar Gross wrote: > > now I can use all our machines once more. I have a problem on > Solaris 10 x86_64, because the mapping of processes doesn't ...
http://www.open-mpi.org/community/lists/users/2013/02/21307.php
CC-MAIN-2014-10
en
refinedweb
Language management Asked by ntrubert-cobweb on 2010-08-24 As there are Magento Meta Information by product and translation available, is there possibility to synchronize translation between Openerp and Magento? If yes is it by shop relation ? One language one shop ? Question information - Language: - English Edit ques...
https://answers.launchpad.net/magentoerpconnect/+question/122562
CC-MAIN-2020-10
en
refinedweb
Testing CherryPy 3 Application with Twill and Nose I’ve been working on a CherryPy application for a few days, and wanted to write some tests. Surprisingly I could not find any tutorials or documentation on how I should test a CherryPy application. Unfortunately I also missed the last section on CherryPy Testing page; ...
https://www.heikkitoivonen.net/blog/2009/11/24/testing-cherrypy-3-application-with-twill-and-nose/
CC-MAIN-2020-10
en
refinedweb
Getting Started Guide Quick-start guide to using and developing with Red Hat Container Development Kit Abstract Chapter 1. Getting started with Container Development Kit This section contains information about setting up, installing, and uninstalling Container Development Kit. 1.1. Introducing Red Hat Container Develop...
https://access.redhat.com/documentation/en-us/red_hat_container_development_kit/3.9/html-single/getting_started_guide/index
CC-MAIN-2020-10
en
refinedweb
This is the second tutorial on MSP430 and it will feature code on blinking the led’s and hence will tell you on how to configure the ports as input and output, and how open code composer studio, go to FILE->NEW->CCS PROJECT. After doing this, you will get a window mentioned below Enter your project name, select family ...
https://embedds.com/blinking-the-led-with-msp430/?share=reddit
CC-MAIN-2020-10
en
refinedweb
Simple Vue.js Form Validation with Vuetify.You can minimize customer frustration by having effective form validations. I will show you how to create client-side form validation using Vuetify. Your: Adding Vuetify to our applicationAdding Vuetify to our application cd vuetify-form-validation.What we will be creating The...
https://morioh.com/p/839bcbf099ad
CC-MAIN-2020-10
en
refinedweb
This example shows how to write ODE files for nonlinear grey-box models as MATLAB and C MEX files. Grey box modeling is conceptually different to black box modeling in that it involves a more comprehensive modeling step. For IDNLGREY (the nonlinear grey-box model object; the nonlinear counterpart of IDGREY), this step ...
https://www.mathworks.com/help/ident/examples/creating-idnlgrey-model-files.html
CC-MAIN-2020-10
en
refinedweb
Map a JSON file to ENUM in Java August 16, 2019 More about Le Gruyère AOP on MySwitzerland.com I recently began a new good old JAVA friend project for a returning client. One of my first task was to implement a new feature which had, notably, for goal to make the application globally configurable using a JSON property ...
https://daviddalbusco.com/blog/map-a-json-file-to-enum-in-java/
CC-MAIN-2020-10
en
refinedweb
29913/catch-warnings-and-errors-in-rpy2 To get the warnings as an rpy2 object, you can do: from rpy2.robjects.packages import importr base = importr('base') # do things that generate R warnings base.warnings() With tryCatch you can handle errors as you want: an.error.occured ...READ MORE Use echo=FALSE and fig.cap = "c...
https://www.edureka.co/community/29913/catch-warnings-and-errors-in-rpy2?show=29914
CC-MAIN-2020-10
en
refinedweb
When you’ve got more than one person working on a complex bit of software, you generally need a specification (spec) for new features. The bigger the team, the more you need a spec. The more complex a feature, the more you need a spec. According to stereotypes, big firms usually lean too hard on specs, to the point whe...
https://www.shamusyoung.com/twentysidedtale/?p=29572&replytocom=996596
CC-MAIN-2020-10
en
refinedweb
Day 1 of the Anvil Advent Calendar Build a web app every day until Christmas, with nothing but Python! The connected home at Christmas Christmas trees are appearing all over, and the Anvil office is no exception. But how many people can claim that their tree is controlled from the web, with Nothing But Python? Well, we...
https://anvil.works/advent/remote-control-tree.html
CC-MAIN-2020-10
en
refinedweb
Now we need to run that insert_item function from the web app. Let’s build an ‘add’ widget into the Data Grid. Add a column to your Data Grid. Clear its Title and Key. Set its width to 80. This will hold our ‘add’ button later. Add a Data Row Panel to the bottom of your Data Grid. Drop a TextBox into each of the Name a...
https://anvil.works/learn/tutorials/external-database/chapter-3/30-build-add-ui.html
CC-MAIN-2020-10
en
refinedweb
1. Introduction-page-3]. 1.1. Module Interactions This section is normative. This module replaces and extends the rules for assigning property values, cascading, and inheritance defined in [CSS2] chapter 6. Other CSS modules may expand the definitions of some of the syntax and features defined here. For example, the Me...
https://www.w3.org/TR/css3-cascade/
CC-MAIN-2020-10
en
refinedweb
In this tutorial, Michael Washington and Alan Beasley team up to demonstrate the creation of a Windows Phone 7 video player that uses the View Model Style pattern. The View Model Style pattern allows a programmer to create an application that has no UI (user interface). The programmer only creates a ViewModel and a Mod...
https://www.codeproject.com/Articles/84859/Windows-Phone-View-Model-Style-Video-Player?msg=4082815
CC-MAIN-2017-43
en
refinedweb
7.7 Class definitions A class definition defines a class object (see section 3.3): classdef "class" classname[ inheritance] ":" suite inheritance "(" [ expression_list] ")" - classname identifier - A class definition is an executable statement. It first evaluates the inheritance list, if present. Each item in the inher...
http://www.network-theory.co.uk/docs/pylang/Classdefinitions.html
CC-MAIN-2017-43
en
refinedweb
windows 10 - python 3.5.2 Hi, I have the two following python files, and I want to edit the second file's variables using the code in the first python file. firstfile.py from X.secondfile import * def edit(): #editing second file's variables by user input if Language == 'en-US': print('language is English-us') elif Lan...
https://codedump.io/share/HHmbFG9oKDjA/1/how-to-modify-variables-in-another-python-file
CC-MAIN-2017-43
en
refinedweb
Can ST2 auto close tab after the file was deleted? I delete file because I don't need it anymore, but then I must close the tab manually. It's so annoying Totally agree! I am constantly hitting save on deleted files by accident and thereby undeleting them. often don't realize I've done it for a while You can do this wi...
https://forum.sublimetext.com/t/close-tab-after-delete-file/9439/1
CC-MAIN-2017-43
en
refinedweb
Incorporating application security is an always returning activity. Microsoft has several mechanisms available to do this. Mostly, they’re based on the Windows security subsystem. With the advent of web-based applications, the Windows Security subsystem was not always possible or desirable. Many developers therefore im...
https://www.codeproject.com/Articles/27670/Implementing-Application-Security-with-Client-Appl?fid=1480012&select=3302513&tid=2825945
CC-MAIN-2017-43
en
refinedweb
This article shows how to create documentation in C# in a simple and fast way. Like my previous articles, this one too focuses beginner to intermediate level. Advance developers please scroll to the bottom of this article. Remember the days when programmers used to work hard to do the documentation? Trust me, it's a hu...
https://www.codeproject.com/Articles/8061/Quick-C-Documentation-using-XML?msg=905766
CC-MAIN-2017-43
en
refinedweb
Package: wnpp Severity: wishlist Owner: Peter Pentchev <roam@ringlet.net> * Package name : sdb Version : 0.6 Upstream Author : pancake <pancake@nopcode.org> * URL : * License : public domain Programming Lang: C Description : simple and fast key/value database sdb is a simple key/value database with disk storage, based ...
https://lists.debian.org/debian-devel/2013/03/msg00462.html
CC-MAIN-2017-30
en
refinedweb
It became clear from the emails and comments to my last post that I should probably spend a little more time describing the functionality found in the VSTS 2010 CTP a bit better, specifically that functionality involving the Architecture Explorer and the graphs generated via the AE. ( I just figured everyone had alread...
http://blogs.msdn.com/b/camerons/archive/2008/12/18/standard-graphs.aspx
CC-MAIN-2014-42
en
refinedweb
Dialog to create connections and add layers from WMS, WFS, WCS etc. More... #include <qgsowssourceselect.h> Dialog to create connections and add layers from WMS, WFS, WCS etc. This dialog allows the user to define and save connection information for WMS servers, etc. The user can then connect and add layers from the WM...
http://qgis.org/api/classQgsOWSSourceSelect.html
CC-MAIN-2014-42
en
refinedweb
26 January 2011 18:00 [Source: ICIS news] HOUSTON (ICIS)--Here is Wednesday’s midday ?xml:namespace> CRUDE: Mar WTI: $86.79/bbl, up 60 cents; Mar Brent: $97.21/bbl, up $1.96 WTI crude futures rose in response to the weekly supply statistics from the EIA showing a much greater-than-forecast build in crude and gasoline. ...
http://www.icis.com/Articles/2011/01/26/9429713/noon-snapshot-americas-markets-summary.html
CC-MAIN-2014-42
en
refinedweb
Ruby 1.9 adds Fibers for lightweight concurrency. Generators in python? by Michael Neale Re: Generators in python? by Werner Schuster . def nest(a) if a > 0 Fiber.yield a loop(a - 1) end end @nester = Fiber.new do nest(10) end while (a = @nester.resume) do puts a end
http://www.infoq.com/news/2007/08/ruby-1-9-fibers
CC-MAIN-2014-42
en
refinedweb
"Randy.Dunlap" <rdunlap@xenotime.net> writes:> On Thu, 18 May 2006 10:49:36 -0500 Serge E. Hallyn wrote:>>> Replace references to system_utsname to the per-process uts namespace>> where appropriate. This includes things like uname.>> >> Changes: Per Eric Biederman's comments, use the per-process uts namespace>> for ELF...
http://lkml.org/lkml/2006/5/19/24
CC-MAIN-2014-42
en
refinedweb
FYI, today i committed a scheduler performance fix that has a number of commit prerequisites for -stable integration. Those commits are not marked -stable.Previously, in similar situations, i solved it by email-forwarding the prereq commits to stable@kernel@kernel.org> # .32.x: a1f84a3: sched: Check for an idle shared ...
http://lkml.org/lkml/2009/11/9/470
CC-MAIN-2014-42
en
refinedweb
When building a C# interface, you may find a need for both public and internal methods, such as: public class MyClass : IMyInterface { public void MyPublicMethod() { } internal void MyInternalMethod() { } } public interface IMyInterface { public void MyPublicMethod(); internal void MyInternalMethod(); } (For simplicity...
http://www.csharp411.com/c-internal-interface/
CC-MAIN-2014-42
en
refinedweb
24 June 2011 16:19 [Source: ICIS news] LONDON (ICIS)--Shell plans to restart the 2A olefins unit at its petrochemicals site in ?xml:namespace> Shell said the unit would be restarted on Monday following the completion of maintenance work that began on 14 June. The company did not disclose capacity details. According to ...
http://www.icis.com/Articles/2011/06/24/9472555/shell-to-restart-olefins-unit-at-german-wesseling-site-on-27.html
CC-MAIN-2014-42
en
refinedweb
code: #include "list.h"main(int argc, char *argv[]) { int i, N = atoi(argv[1]), M = atoi(argv[2]); Node t, x; initNodes(N); for (i = 2, x = newNode(1); i <= N; i++) { t = newNode(i); insertNext(x, t); x = t; } while (x != Next(x)) { for (i = 1; i < M ; i++) x = Next(x); freeNode(deleteNext(x)); } printf("%d\n", Item(x...
http://blogs.msdn.com/b/larryosterman/archive/2004/11/09/254561.aspx
CC-MAIN-2014-42
en
refinedweb
On Thu, Jul 19, 2007 at 12:03:30AM +0200, Aurelien Jacobs wrote: > On Wed, 18 Jul 2007 23:30:41 +0200 > Diego Biurrun <diego at biurrun.de> wrote: > > > Attached patch makes the compilation of libavformat/framehook.c > > conditional to CONFIG_VHOOK. OK to apply? > > > > --- ffmpeg.c (revision 9734) > > +++ ffmpeg.c (wo...
http://ffmpeg.org/pipermail/ffmpeg-devel/2007-July/029521.html
CC-MAIN-2014-42
en
refinedweb
Hello bug-automake, I looked at how Vala was integrated into Automake, and it seemed to me that it was very fishy. Works nicely for a small programs. I tried to make a program like Shotwell to use Automake. It is still a very small project. But that was a failure just because the compilation scheme had different flags ...
http://lists.gnu.org/archive/html/bug-automake/2010-09/msg00013.html
CC-MAIN-2014-42
en
refinedweb
Date Handling Tip Part 2: Get the Month Name as Extension Method After my last post on the GetMonthName, I had a question on how to add this method to the DateTime class as an Extension method. I thought this would make a good follow-up, so here is how you can accomplish this. First, let's do the C# extension method. A...
http://weblogs.asp.net/psheriff/date-handling-tip-part-2-get-the-month-name-as-extension-method
CC-MAIN-2014-42
en
refinedweb
Sometimes you're so familiar with a class you stop paying attention to it. If you could write the documentation for java.lang.Foo, and Eclipse will helpfully autocomplete the functions for you, why would you ever need to read its Javadoc? Such was my experience with java.lang.Math, a class I thought I knew really, real...
http://www.ibm.com/developerworks/java/library/j-math1/index.html?ca=drs-
CC-MAIN-2014-42
en
refinedweb