text stringlengths 20 1.01M | url stringlengths 14 1.25k | dump stringlengths 9 15 ⌀ | lang stringclasses 4
values | source stringclasses 4
values |
|---|---|---|---|---|
26 October 2012 09:19 [Source: ICIS news]
SINGAPORE (ICIS)--?xml:namespace>
Under the agreement, BSP will supply around 20m barrels (approximately 2.75m tonnes) of crude a year to Hengyi’s
The
Hengyi Petrochemical said in April this year that an 8m tonne/year refinery will be built in the first phase of the
BSP is a 50... | http://www.icis.com/Articles/2012/10/26/9607598/bruneis-shell-to-supply-crude-to-hengyi-industrys-brunei-project.html | CC-MAIN-2014-52 | en | refinedweb |
Hey
I'm required to look through an array of boolean values, and return True if they are all set to be true, and False if at least one is set to be false.
Essentially, i need to do this:
Code Java:
boolean[] test = {true,true,false,true}; return (test[0] && test [1] && test[2] && test[3]);
but i need to do it in a (for... | http://www.javaprogrammingforums.com/%20collections-generics/22420-need-way-find-way-dermine-if-all-elements-boolean-array-true-false-printingthethread.html | CC-MAIN-2014-52 | en | refinedweb |
Servlet Program
Sir, I need fetch the data from the database and store the result in user created HTML page.
how to way I write this program?
Query
How to retrieve different-2 data from two databases in a single JSP Page?
thanks
thanks for this example but please send me more and more examples to learn java
struts + hi... | http://www.roseindia.net/tutorialhelp/allcomments/3262 | CC-MAIN-2014-52 | en | refinedweb |
By Ian TeGrootenhuis On April 21, 2021
Page Builder by Kentico Xperience is a very powerful tool for developers and content administrators. Giving this much power to content admins can be a little worrisome when you’re used to more structured content, but giving your content admins the freedom to customize their pages ... | https://www.bizstream.com/blog/april-2021/xperience-page-builder-complex-sections-widgets | CC-MAIN-2021-21 | en | refinedweb |
Version 1.5.1¶
OEChem 1.5.1¶
New features¶
- Added new OEAssignFormalCharges function that operates on a single atom instead of just a version for the entire molecule.
- Renamed the OESystem::ParamVis namespace to OEParamVisibility to make it consistent with other OpenEye namespaces.
Mayor bug fixes¶
- Fixed two bugs i... | https://docs.eyesopen.com/toolkits/python/oechemtk/releasenotes/version1_5_1.html | CC-MAIN-2021-21 | en | refinedweb |
Using transition components without external libraries
vue2-transitions
The transitions components Vue 2 Transitions for Vue.js allows you to create transitions in various ways, utilizing this configurable collection. Each transition component has ~2kb (non-minified js+css or ~400 bytes gzipped) and you can import only... | https://vuejsfeed.com/blog/using-transition-components-without-external-libraries | CC-MAIN-2021-21 | en | refinedweb |
Problem :
I want to learn the Machine Learning but I am unabe to resolve below error.
My Specs :
· Mac High Sierra 10.13.2
· Python3.4.5
· Numpy1.13.3
Used below Command:
$ python3 -c "import jupyter, matplotlib, numpy, pandas, scipy, sklearn"
I am facing below Error:
RuntimeError: module compiled against API version 0... | https://kodlogs.com/34330/runtimeerror-module-compiled-against-api-version-0xc-but-this-version-of-numpy-is-0xb | CC-MAIN-2021-21 | en | refinedweb |
This is part of a series of Leetcode solution explanations (index). If you liked this solution or found it useful, please like this post and/or upvote my solution post on Leetcode's forums.
Leetcode Problem #823 (Medium): Binary Trees With Factors
Description:
(Jump to: Solution Idea || Code: JavaScript | Python | Java... | https://practicaldev-herokuapp-com.global.ssl.fastly.net/seanpgallivan/solution-binary-trees-with-factors-2kk4 | CC-MAIN-2021-21 | en | refinedweb |
We likely know Kafka as a durable, scalable and fault-tolerant publish-subscribe messaging system. Recently I got a requirement to efficiently monitor and manage our Kafka cluster, and I started looking for different solutions. Kafka-manager is an open source tool introduced by Yahoo to manage and monitor the Apache Ka... | https://blog.opstree.com/2019/04/23/kafka-manager-on-kubernetes/?replytocom=937 | CC-MAIN-2021-21 | en | refinedweb |
Hi Enthusiastic Learners! In this article we learn about many Universal Functions or Built-In functions of NumPy. Universal Functions plays a very crucial role in getting best performance out of NumPy and if you want to know advantages and effects on performance while using Universal Functions (UFuncs), you should go t... | https://mlforanalytics.com/2020/04/02/numpys-universal-functions-built-in-functions/ | CC-MAIN-2021-21 | en | refinedweb |
Stein Series Release Notes¶
1.0.1¶
New Features¶
Added a new driver for handling network policy support as introduced in this blueprint .
In order to enable it the following configuration must be followed:
[kubernetes] enabled_handlers=vif,lb,lbaasspec,namespace,pod_label,policy,kuryrnetpolicy pod_subnets_driver=namesp... | https://docs.openstack.org/releasenotes/kuryr-kubernetes/stein.html | CC-MAIN-2021-21 | en | refinedweb |
Linux 4.4
From:
Linus Torvalds
Date:
Sun Jan 10 2016 - 18:25:52 EST ]
Nothing untoward happened this week, so Linux-4.4 is out in all the
usual places.
The changes since rc8 aren't big. There's about one third arch
updates, one third drivers, and one third "misc" (mainly some core
kernel and networking), But it's all s... | http://lkml.iu.edu/hypermail/linux/kernel/1601.1/01592.html | CC-MAIN-2019-09 | en | refinedweb |
import "nsIEventTarget.idl";
Dispatch an event to this event target.
This function may be called from any thread, and it may be called re-entrantly.
Check to see if this event target is associated with the current thread.
This flag specifies the default mode of event dispatch, whereby the event is simply queued for lat... | http://doxygen.db48x.net/comm-central/html/interfacensIEventTarget.html | CC-MAIN-2019-09 | en | refinedweb |
Is there is any functionality for restricting custom object creation in SAP, similar to how standard object require an Access Key to be generated?
If you get a namespace registered to you, others cannot change the objects in that namespace without a key.
What is it you are trying to achieve with your restriction?
You a... | https://answers.sap.com/questions/137192/how-to-limit-creation-of-custom-objects.html | CC-MAIN-2019-09 | en | refinedweb |
Using objects that implement IDisposable
The common language runtime's garbage collector reclaims the memory used by managed objects, but types that use unmanaged resources implement the IDisposable interface to allow the memory allocated to these unmanaged resources to be reclaimed. When you finish using an object tha... | https://docs.microsoft.com/en-us/dotnet/standard/garbage-collection/using-objects | CC-MAIN-2019-09 | en | refinedweb |
Blogging on App Engine Interlude: Editing and listing
Posted by Nick Johnson | Filed under coding, app-engine, tech, bloggart
This is part of a series of articles on writing a blogging system on App Engine. An overview of what we're building is here.
A couple of things didn't quite make it into part 2 of the series: Li... | http://blog.notdot.net/2009/10/Blogging-on-App-Engine-Interlude-Editing-and-listing | CC-MAIN-2019-09 | en | refinedweb |
Return binary media from a Lambda proxy integration
To return binary media from an AWS Lambda proxy integration, base64 encode the response from your Lambda function. You must also configure your API's binary media types.
To use a web browser to invoke an API with this example integration, set your
API's binary media t... | https://docs.aws.amazon.com/apigateway/latest/developerguide/lambda-proxy-binary-media.html | CC-MAIN-2022-05 | en | refinedweb |
MongoDB + {{item.actionAppName}}{{item.message}}
It's easy to connect MongoDB + SMS By Connect.
Send SMS on specified number(s).
(30 seconds)
(10 seconds)
(30 seconds)
(10 seconds)
(2 minutes)
MongoDB is a document database that helps developers to store data in flexible, scalable way. Its database system is open-so... | https://www.appypie.com/connect/apps/mongodb/integrations/sms-by-connect | CC-MAIN-2022-05 | en | refinedweb |
Investors in Avalara Inc (Symbol: AVLR) saw new options become available this week, for the October 18th expiration. At Stock Options Channel, our YieldBoost formula has looked up and down the AVLR options chain for the new October 18th contracts and identified one put and one call contract of particular interest.
The ... | https://www.nasdaq.com/articles/first-week-of-october-18th-options-trading-for-avalara-avlr-2019-09-09 | CC-MAIN-2022-05 | en | refinedweb |
Hi.
I have a model and an optimizer, to which I apply amp from apex package
from apex import amp model= ... optimizer= ... model, optimizer = amp.initialize(model, optimizer, opt_level='O1')
After the model have been wrapped in amp, I would like to access one of its weights and change it. For example:
model.conv1.weigh... | https://discuss.pytorch.org/t/change-weights-of-a-model-wrapped-in-amp/102295/3 | CC-MAIN-2022-05 | en | refinedweb |
The TestProject OpenSDK allows you to execute your Selenium and Appium tests using the power of the TestProject platform. This means you’ll benefit from automatic test reporting in HTML and PDF, automatic updates and configuration of your Selenium browser drivers, collaborative reporting dashboards, and much more, all ... | https://blog.testproject.io/2021/01/27/getting-started-with-testproject-csharp-opensdk/ | CC-MAIN-2022-05 | en | refinedweb |
In this post we are going to take a look at Jib, a tool from Google in order to create Docker images in an easy and fast way. No need to create a Docker file, no need to install a Docker daemon, Jib just runs out-of-the-box.
1. Introduction
Up till now, we have been using the
dockerfile-maven-plugin from Spotify in ord... | https://mydeveloperplanet.com/2020/01/15/create-fast-and-easy-docker-images-with-jib/?like_comment=18946&_wpnonce=083bdf5774 | CC-MAIN-2022-05 | en | refinedweb |
Prev
C++ VC ATL STL Socket Code Index
Headers
Your browser does not support iframes.
Re: Simplest way to download a web page and print the content to stdout with boost
From:
"Francesco S. Carta" <entuland@gmail.com>
Newsgroups:
comp.lang.c++
Date:
Sun, 13 Jun 2010 15:03:42 -0700 (PDT)
Message-ID:
<18a07df9-ce87-4a2b-9c... | https://preciseinfo.org/Convert/Articles_CPP/Socket_Code/C++-VC-ATL-STL-Socket-Code-100614010342.html | CC-MAIN-2022-05 | en | refinedweb |
We run our automated tests either on our local machines or in CI systems. In some cases, we cannot see what the tests are doing. When it is an API test, unless it provides some output to the console, we are unaware of what is going on until the test finishes. If it is a UI test, unless we see what happens in the browse... | https://blog.testproject.io/2021/05/05/logging-test-automation-information-with-log4j/ | CC-MAIN-2022-05 | en | refinedweb |
Indexed polygonal face shape node. More...
#include <Inventor/nodes/SoIndexedFaceSet.h>
Indexed polygonal face shape node..
Skeleton to create a polygon with holes
// 1) Choose a winding rule with windingType field from SoShapeHints. SoShapeHints *myShapeHints = new SoShapeHints; myShapeHints->windingType = SoShapeHint... | https://developer.openinventor.com/refmans/latest/RefManCpp/class_so_indexed_face_set.html | CC-MAIN-2022-05 | en | refinedweb |
Created on 2015-08-14 02:55 by Andre Merzky, last changed 2015-09-12 23:36 by Andre Merzky.
- create a class which is a subclass of multiprocessing.Process ('A')
- in its __init__ create new thread ('B') and share a queue with it
- in A's run() method, run 'C=subprocess.Popen(args="/bin/false")'
- push 'C' though the q... | https://bugs.python.org/issue24862 | CC-MAIN-2021-21 | en | refinedweb |
Vue3 Sidebar is a panel component displayed as an overlay at the edges of the screen.
It supports Vue 3 with PrimeVue 3 and Vue 2 with PrimeVue 2.
Setup
Refer to PrimeVue setup documentation for download and installation steps for your environment such as Vue CLI, Vite or browser.
Import
import Sidebar from 'primevue/s... | https://practicaldev-herokuapp-com.global.ssl.fastly.net/primetek/vue3-sidebar-312k | CC-MAIN-2021-21 | en | refinedweb |
Just before Dreamforce, Dave Carroll and I hosted the Winter ’13 developer preview webinar talking about what’s new to the platform. One of the major features that became generally available was Visualforce Charting. Visualforce Charting is an easy way to create customized business charts, based on data sets you create... | https://developer.salesforce.com/blogs/developer-relations/2012/10/animated-visualforce-charts.html | CC-MAIN-2018-34 | en | refinedweb |
Publishing npm packages is only a
npm publish away. Assuming the package name is still available and everything goes fine, you should have something out there! After this, you can install your package through
npm install or
npm i.
Most of the community follows a specific versioning convention which you should understan... | https://survivejs.com/maintenance/packaging/publishing/index.html | CC-MAIN-2018-34 | en | refinedweb |
IBM Cognos 8
Version 8.4.1
Administration and Security Guide
Product Information
This document applies to IBM Cognos 8 Version 8.4.1Mlogo,ibm.com,and Cognos are trademarks or registered trademarks of International Business Machines Corp.,in many jurisdictions
worldwide.Other product and service names might be trademark... | https://www.techylib.com/el/view/tribestale/ibm_cognos_8 | CC-MAIN-2018-34 | en | refinedweb |
std::basic_streambuf::sputbackc
Puts back a character back to the get area.
If a putback position is available in the get area (gptr() > eback()), and the character
c is equal to the character one position to the left of gptr() (as determined by Traits::eq(c, gptr()[-1]), then simply decrements the next pointer (gptr()... | https://en.cppreference.com/w/cpp/io/basic_streambuf/sputbackc | CC-MAIN-2018-34 | en | refinedweb |
From that webpage, someone has just used Cython to implement them -- they don't come with Cython. You can install that package in the same way as most packages on PyPI:
Download bintrees-0.3.0.tar.gz from PyPI
Extract the tarball.
Run
sage -python setup.py install
You'll be able to run
import bintrees from within your ... | https://ask.sagemath.org/answers/11585/revisions/ | CC-MAIN-2018-34 | en | refinedweb |
C++ File Input/Output
C-Style Conversion Routines
C++ uses the << operator for formatted output and the >> operator for formatted input. C has its own set of output functions (the pstd::printf family) and input conversion functions (the std::scanf functions). This section goes into the details of these C-style conversi... | https://www.developer.com/net/cplus/article.php/10919_2119781_7/C-File-InputOutput.htm | CC-MAIN-2018-34 | en | refinedweb |
Parent Component Manager
Parent Component Manager
When using Apache Cocoon it is sometimes neccessary to obtain components from other sources than the user.roles file, or preferable to have a common component manager for several web applications.
The pattern chosen for Cocoon is the dynamic loading of a component manag... | http://cocoon.apache.org/2.1/developing/parent-component-manager.html | CC-MAIN-2016-36 | en | refinedweb |
The fourth constructor was added by Java 2. The first edition benefitted from the careful and detailed criticism of Roy Hoffman from IBM, Glen Langdon from the University of California at Santa Cruz, Debra Lelewer from California Polytechnic State University, Eve Riskin from the University of Washington, Ibrahim Sezan ... | http://newtimepromo.ru/binary-options-brokers-japan-14.html | CC-MAIN-2016-36 | en | refinedweb |
Skip navigation links
public interface Content
DesignTime@Runtime content abstraction for modification purposes. Used to modify the underlying components in a running system. It restricts the changes to those designed to be modified. An ADF application is represented by objects at all the MVC layers. This family of int... | http://docs.oracle.com/cd/E35521_01/apirefs.111230/e18581/oracle/adf/dtrt/view/Content.html | CC-MAIN-2016-36 | en | refinedweb |
C# Programming/Print version
Introduction[edit]
C# (pronounced "See Sharp") is a multi-purpose computer programming language suitable for all development needs.
Introduction[edit].[edit][edit][edit]
-."
To compile your first C# application, you will need a copy of a .NET Framework SDK installed on your PC.
There are tw... | https://en.wikibooks.org/wiki/C_Sharp_Programming/Print_version | CC-MAIN-2016-36 | en | refinedweb |
Mybinaryoption ssignals Lenneberg, Biological Foundations of Language. Mattson, Mybinaryoptionssignals com. Danion J. The energy conservation equation mybinaryoptionssignals com also mybinaryoptionssignals com in a similar manner. The patients state of awareness is described mybinaryoptionssignals com adjectives such a... | http://newtimepromo.ru/mybinaryoptionssignals-com-2.html | CC-MAIN-2016-36 | en | refinedweb |
Strange cross platform inconsistencies:
Is it possible to wrap std::vector<int> as a normal Python List on windows?
so I can do
for i in anIntVector: print i
rather than
it = anIntVector.begin()
while it != anIntVector.end(): print it.value()
I got this to happen on linux easily using same interface file as I do
on wi... | https://sourceforge.net/p/swig/mailman/swig-user/?viewmonth=201106&viewday=18 | CC-MAIN-2016-36 | en | refinedweb |
EZNamespaceExtensions.Net v2013 Adds Context Menus, Thumbnail, Icons, Property Sheet Support
- |
-
-
-
-
-
-
-
Read later
My Reading List
Logic NP Software has released EZNamespaceExtensions.Net v2013 which enables you to develop shell or Windows Explorer namespace extensions in .NET. It employs an easy to use object m... | https://www.infoq.com/news/2013/04/eznamespaceextensions-net-v2013 | CC-MAIN-2016-36 | en | refinedweb |
/* version.c -- distribution and version numbers. */ /* Copyright (C) 1989 <stdio.h> #include "stdc.h" #include "version.h" #include "patchlevel.h" #include "conftypes.h" #include "bashintl.h" extern char *shell_name; /* Defines from version.h */ const char *dist_version = DISTVERSION; int patch_level = PATCHLEVEL; int... | http://opensource.apple.com//source/bash/bash-86.1/bash-3.2/version.c | CC-MAIN-2016-36 | en | refinedweb |
On Tue, May 24, 2005 at 09:55:31PM -0400, Jurij Smakov wrote: > Hi, > > Thanks to everyone who responded to the proposal on new uniform packaging > scheme. Below is the summary: > > Sven Luther wrote: > > >To be absolutely sure that there will be no namespace collision between > >this one and the flavour version, i wou... | https://lists.debian.org/debian-kernel/2005/05/msg00516.html | CC-MAIN-2016-36 | en | refinedweb |
XIST 2.5 has been released! What is it? =========== XIST is an XML-based extensible HTML.5? ========================== * Specifying content models for elements has seen major enhancements. The boolean class attribute empty has been replaced by an object model whose checkvalid method will be called for validating the el... | https://mail.python.org/pipermail/xml-sig/2004-June/010325.html | CC-MAIN-2016-36 | en | refinedweb |
Asked by:
Why ilmerge doesn't work if a dll file contains a xaml user control?
- To reproduce the error, follows the step below.1) Create a WPF User Control Library.2) Create a default user control as follow<UserControl x:<Grid><Label Content="UserControl2.xaml"/></Grid></UserControl>3) use ilmerge to create a test lib... | https://social.msdn.microsoft.com/Forums/vstudio/en-US/013811c2-63a8-474d-9bdf-f2ab79f28099/why-ilmerge-doesnt-work-if-a-dll-file-contains-a-xaml-user-control?forum=netfxbcl | CC-MAIN-2016-36 | en | refinedweb |
On Fri, 2010-06-11 at 05:20 +0100, Ben Dooks wrote:>.Well, in this case the goal is to unify things, both within ARM andbetween architectures, so I fail to see Linus complaining about that :-)> What do people think of just changing everyone who is currently using> clk support to using this new implementation?It's risky... | http://lkml.org/lkml/2010/6/11/52 | CC-MAIN-2016-36 | en | refinedweb |
LinkRewriterTransformer
Summary
Rewrites URIs in links to a value determined by an InputModule. The URI scheme identifies the InputModule to use, and the rest of the URI is used as the attribute name.
Basic information
Documentation
Example
For instance, if we had an XMLFileModule, configured to read values from an XML... | http://cocoon.apache.org/2.2/blocks/linkrewriter/1.0/1102_1_1.html | CC-MAIN-2016-36 | en | refinedweb |
Part 7: An Interlude, Deferred
This continues the introduction started here. You can find an index to the entire series here.
Callbacks and Their Consequences
In Part 6 we came face-to-face with this fact: callbacks are a fundamental aspect of asynchronous programming with Twisted. Rather than just a way of interfacing... | http://krondo.com/an-interlude-deferred/ | CC-MAIN-2016-36 | en | refinedweb |
JEP 286: Local-Variable Type Inference can towards = Path.of(fileName); var fileStream = new FileInputStream(path); var bytes = Files.readAllBytes(fileStream); type is inferred based on the type of the initializer. If there is no initializer, the initializer is the
null literal, or the type of the initializer is not on... | http://openjdk.java.net/jeps/286 | CC-MAIN-2016-36 | en | refinedweb |
/* * . */ // // observer - notification client for network events // #ifndef _H_OBSERVER #define _H_OBSERVER #include <Security/utilities.h> namespace Security { namespace Network { class Transfer; // // An Observer object has a set (bitmask) of events it is interested in. // Observers are registered with Transfer and ... | http://opensource.apple.com//source/Security/Security-30.1/Network/observer.h | CC-MAIN-2016-36 | en | refinedweb |
jswartwood
Packages by jswartwood
- and1 Queues your asynchronous calls in the order they were made.
- gitfiles Extract files from a git log (using --name-status.
- linefeed Transforms a stream into newline separated chunks.
- meta-rewrite-proxy Sets up a proxy to rewrite meta tags to bring pages within your app's doma... | https://www.npmjs.org/~jswartwood | CC-MAIN-2014-15 | en | refinedweb |
Facebook graph plugin
Dependency :
compile ":facebook-graph:0.14"
Summary
Installation
grails install-plugin facebook-graph
Description
Facebook graph pluginThis plugin provides access to the Facebook Graph API and makes easier the development of a single sign-on using the Facebook Authentication proposal.Source code:.... | http://grails.org/plugin/facebook-graph | CC-MAIN-2014-15 | en | refinedweb |
Perl/Tips
From FedoraProject
This other build systems:
- his opinion on DISPLAY environment variable. Currently the variable is unset when running locally or in Koji. If you want to run X11 tests, and you want it, you can do it using Xvfb X11 server implementation:
%global use_x11_tests 1 %if %{use_x11_tests} # X11 tes... | https://fedoraproject.org/w/index.php?title=Perl/Tips&oldid=339642 | CC-MAIN-2014-15 | en | refinedweb |
29 March 2012 04:12 [Source: ICIS news]
ARLINGTON (ICIS)--US-based Anellotech is the lowest-cost contender among current bio-paraxylene (PX) developers based on the latest public information available on bio-PX technologies, a ?xml:namespace>
William Tittle, principal and director of strategy at US consulting firm Nexa... | http://www.icis.com/Articles/2012/03/29/9545758/us-based-anellotech-the-lowest-cost-bio-paraxylene-producer.html | CC-MAIN-2014-15 | en | refinedweb |
Friday Spotlight: Writing a Broker for Oracle Secure Global Desktop
By TheSGDEngTeam-Oracle on Apr 11, 2014.
IVirtualServerBroker is the key interface and all Secure Global Desktop brokers must implement it. These are the methods where a broker writer would typically add logic.
A Sample Broker
Let's look at a scenario ... | https://blogs.oracle.com/virtualization/tags/virtualizaton | CC-MAIN-2014-15 | en | refinedweb |
Project Information
python-nss is a Python binding for NSS (Network Security Services) and NSPR (Netscape Portable Runtime). NSS provides cryptography services supporting SSL, TLS, PKI, PKIX, X509, PKCS*, etc. NSS is an alternative to OpenSSL and used extensively by major software projects. NSS is FIPS-140 certified.
N... | https://developer.mozilla.org/en-US/docs/Python_binding_for_NSS | CC-MAIN-2014-15 | en | refinedweb |
Opened 7 months ago
Closed 7 months ago
#8371 closed bug (invalid)
ghci byte compiler + FFI crashes when used with embedded R
Description
The ghci interpreter destroys the C stack when initializing embedded R (the statistical
software system available at). There is no problem using
embedded R with ghc (compiled code). ... | https://ghc.haskell.org/trac/ghc/ticket/8371 | CC-MAIN-2014-15 | en | refinedweb |
On Sat, 03 Mar 2007 15:36:14 -0800, Paul Rubin wrote: > James Stroud <jstroud at mbi.ucla.edu> writes: >> for akey in dict1: >> if some_condition(akey): >> dict2[akey] = dict2.pop(akey) >> >> Which necessitates a key is a little cleaner than your latter example. > > Yeah, I also think removing keys from a dict while it... | https://mail.python.org/pipermail/python-list/2007-March/458919.html | CC-MAIN-2014-15 | en | refinedweb |
index
Tutorials
Software
Testing
and competition, developers are using latest
technology to deliver the high quality software to their clients. Web and the
way business are done online and offline is evolving very fast. New software
development and testing techniques
Technology index page
Technology related terms are e... | http://roseindia.net/tutorialhelp/comment/64674 | CC-MAIN-2014-15 | en | refinedweb |
This tutorial provides a step-by-step introduction on how to integrate scripts as plugins into a C++/Qt/KDE application. This way, an application can be extended with plugins written in scripting languages such as Python, Ruby and KDE JavaScript.
The following C++ code demonstrates how to execute scripting code in C++ ... | http://techbase.kde.org/index.php?title=Development/Tutorials/Kross/Scripts-as-Plugins&oldid=10848 | CC-MAIN-2014-15 | en | refinedweb |
02 November 2012 11:23 [Source: ICIS news]
SINGAPORE (ICIS)--Elevance Renewable Sciences and palm oil major Wilmar are on track to start up their joint venture biofuel and bio-olefin plant in Gresik, Indonesia, by the end of the year, an Elevance official said on Friday.
“The plant, which will use palm oil as feedstock... | http://www.icis.com/Articles/2012/11/02/9610224/elevance-wilmar-to-start-up-indonesia-biofuel-jv-by-year-end.html | CC-MAIN-2014-15 | en | refinedweb |
Reducing Crime Rates Raising The Education Of Prisoners Education Essay
Is it possible to reduce crime rates by raising the education of prisoners? If so, would it be cost effective with respect to other crime prevention measures? The motivation for these questions is not limited to the obvious policy implications for ... | http://www.ukessays.com/essays/education/reducing-crime-rates-raising-the-education-of-prisoners-education-essay.php | CC-MAIN-2014-15 | en | refinedweb |
Tim Peters wrote: >>Unfortunately, only so in Python 2.5. If the code is also >>meant to be used for earlier versions, it won't work there >>at all. > > > Does that matter? I believe it does: the ctypes maintainer wants to keep the code identical across releases (AFAICT). > has Py_ssize_t all over the place, and that's... | https://mail.python.org/pipermail/python-dev/2006-March/062418.html | CC-MAIN-2014-15 | en | refinedweb |
Hi experts,
I've got a problem with ArcGIS for Sharepoint and the Add-WMS-Plugin from the SDK.
The plugin ist working and the WMS-layer I want to add is displayed over my base-map. Fine.
But the layer is not displayed (or not added) to the "Map-Contents"-section and so it's hard to work with this layer.
I have no clue ... | http://forums.arcgis.com/threads/51518-WMS-not-in-Map-Contents?p=175897 | CC-MAIN-2014-15 | en | refinedweb |
Introducing XML Serialization
Serialization is the process of converting an object into a form that can be readily transported. For example, you can serialize an object and transport it over the Internet using HTTP between a client and a server. On the other end, deserialization reconstructs the object from the stream.... | http://msdn.microsoft.com/en-us/library/182eeyhh(VS.85).aspx | CC-MAIN-2014-15 | en | refinedweb |
Difference between revisions of "FAQ How do I write to the console from a plug-in?"
From Eclipsepedia
Latest revision as of 16:08, 8 February 2011
Many of the people asking this question are confused by the fact that two Eclipse instances are in use when you are developing plug-ins. One is the development platform you ... | http://wiki.eclipse.org/index.php?title=FAQ_How_do_I_write_to_the_console_from_a_plug-in%3F&diff=prev&oldid=237919 | CC-MAIN-2014-15 | en | refinedweb |
"We...
So what was the problem that required such an unusual solution? An engineer
explained, that they delivered version 1.0 of their API with a method
void foo(String arg) (see Listing 1):
package api;
public class API {
public static void foo(String arg) {
System.out.println("Now in : void API.foo(String)");
System.... | https://weblogs.java.net/node/241571/atom/feed | CC-MAIN-2014-15 | en | refinedweb |
Hi,
When in a paragraph, I apply a soft return (shift+return) to force a line break, and that the paragraph's alignment is set to justify, InDesign fully justifies the line where the forced line break is inserted. The behaviour I would expect (that I'm looking for) is for InDesign to simply break the line at that point... | http://forums.adobe.com/thread/1250735 | CC-MAIN-2014-15 | en | refinedweb |
Hello,
I have a pcolormesh() plot that I would like to update when a user presses a
key. Basically there are data files from 0..N and I want to update the plot
to the next frame when a user presses the 'right' arrow. I have the keypress
event working, I just don't know how to 'update' the data for the
pcolormesh.
I'm p... | http://sourceforge.net/p/matplotlib/mailman/matplotlib-users/thread/31913409.post@talk.nabble.com/ | CC-MAIN-2014-15 | en | refinedweb |
Ifpack_CrsIlut: ILUT preconditioner of a given Epetra_RowMatrix. More...
#include <Ifpack_CrsIlut.h>
Ifpack_CrsIlut: ILUT preconditioner of a given Epetra_RowMatrix.. | http://trilinos.sandia.gov/packages/docs/r11.0/packages/ifpack/doc/html/classIfpack__CrsIlut.html | CC-MAIN-2014-15 | en | refinedweb |
Introduction to repaint Method in Java
Repaint method in java is available in java.applet.Applet class and is a final method which is used whenever we want to call update method along with the call to paint method, call to update method clears the current window, performs update, and afterwards calls paint method.
Synt... | https://www.educba.com/repaint-in-java/?source=leftnav | CC-MAIN-2020-34 | en | refinedweb |
- Messaging Framework
The first part of the SOAP specification is primarily concerned with defining how SOAP messages are structured and the rules processors must abide by when producing and consuming them. Let's look at a sample SOAP message, the inventory check request described in our earlier example:
NOTE
All the ... | https://www.informit.com/articles/article.aspx?p=327825&seqNum=5 | CC-MAIN-2020-34 | en | refinedweb |
Introduction to Constructor and Destructor in Java
The following article Constructor and Destructor in Java provides a detailed outline for the creation of constructor and destructor in Java. Every Programming language has this concept called constructor and destructor. Java is an object-oriented programming language. ... | https://www.educba.com/constructor-and-destructor-in-java/?source=leftnav | CC-MAIN-2020-34 | en | refinedweb |
Technical Support
On-Line Manuals
RL-ARM User's Guide (MDK v4)
The type FAT_VI describes the FAT sector caching structure.
The structure is defined in the file File_Config.h as
follows:
typedef struct fcache {
U32 sect; /* Cached FAT sector number */
U8* buf; /* FAT sector cache buffer */
BIT dirty; /* FAT table conten... | https://www.keil.com/support/man/docs/rlarm/rlarm_lib_fcache.htm | CC-MAIN-2020-34 | en | refinedweb |
AppointmentMappingInfo Class
Contains mappings of the appointment properties to the appropriate data fields.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v20.1.Core.dll
Declaration
public class AppointmentMappingInfo : MappingInfoBase<Appointment>
Public Class AppointmentMappingInfo Inherits M... | https://docs.devexpress.com/CoreLibraries/DevExpress.XtraScheduler.AppointmentMappingInfo | CC-MAIN-2020-34 | en | refinedweb |
Container resources’ request, limit & usage metrics
Kubernetes(k8s) is orchestrating the world now, not just containers. The growth in adoption of Kubernetes and the contributions towards this open-source system is massive and pull-requests’ landing in GitHub are from all over the world. In such automated and fast-pace... | https://medium.com/@github.gkarthiks/container-resources-request-limit-usage-metrics-5ad2b5e822b5?sk=24110479a0e08a7cd99b3c18ba22a74c | CC-MAIN-2020-34 | en | refinedweb |
EntryComponent of Angular -
Stayed Informed - What Are Components in Angular 5,4 and 2?
The entry component is used to define components and created dynamically using the ComponentFactoryResolver.
Firstly, Angular creates a component factory for each of the bootstrap components with the help of ComponentFactoryResolver... | https://www.code-sample.com/2018/04/angular-6-5-4-entry-component.html | CC-MAIN-2020-34 | en | refinedweb |
import "v.io/v23/rpc"
Package rpc defines interfaces for communication via remote procedure call.
Concept: Tutorial: (forthcoming)
There are two actors in the system, clients and servers. Clients invoke methods on Servers, using the StartCall method provided by the Client interface. Servers implement methods on named o... | https://godoc.org/v.io/v23/rpc | CC-MAIN-2020-34 | en | refinedweb |
Key Takeaways
- CQRS and Event Sourcing require specific infrastructure support for storage (the Event Store) and transmission (the Messaging Hub) of Commands, Queries, and Events.
- The variety in messaging patterns used for supporting CQRS and Event Sourcing can be supported with a combination of existing middleware ... | https://www.infoq.com/articles/axon-server-cqrs-event-sourcing-java/?topicPageSponsorship=c1246725-b0a7-43a6-9ef9-68102c8d48e1&itm_source=articles_about_java&itm_medium=link&itm_campaign=java | CC-MAIN-2020-34 | en | refinedweb |
Technical Support
On-Line Manuals
RL-ARM User's Guide (MDK v4)
#include <net_config.h>
void *ftp_fopen (
U8* fname, /* Pointer to name of file to open. */
U8* mode); /* Pointer to mode of operation. */
The ftp_fopen function opens a file for reading or writing.
The argument fname specifies the name of the file to open.... | https://www.keil.com/support/man/docs/rlarm/rlarm_ftp_fopen.htm | CC-MAIN-2020-34 | en | refinedweb |
User:Eoconnor/ISSUE-41
Zero-edit Change Proposal for ISSUE-41
Summary
The basic question of ISSUE-41 is (as asked on public-html) "should HTML 5 provide an explicit means for others to define custom elements and attributes within HTML markup?" In a word, no. HTML5's existing extension points provide all the features ne... | https://www.w3.org/html/wg/wiki/User:Eoconnor/ISSUE-41 | CC-MAIN-2020-34 | en | refinedweb |
The plot generated by Matplotlib typically has a lot of padding around it. This is useful if you are viewing or displaying the plot in isolation. However, when the plot is embedded inside another document, typically extra padding is added around and makes the plot look tiny. The solution is to reduce or remove the padd... | https://codeyarns.com/2015/07/29/how-to-remove-padding-around-plot-in-matplotlib/?shared=email&msg=fail | CC-MAIN-2020-34 | en | refinedweb |
ActionCable Part 3: can't write unknown attribute `user_id`, what am I missing?
Having some trouble figuring out what I'm missing with submitting a message in the chatroom, I get the error for my
messages_controller.rb saying that
can't write unknown attribute `user_id. However checking the source files I saw that my
m... | https://gorails.com/forum/actioncable-part-3-can-t-write-unknown-attribute-user_id-what-am-i-missing | CC-MAIN-2020-34 | en | refinedweb |
Important: Please read the Qt Code of Conduct -
Issue with threading and opencv
Hello All,
I have written a program in opencv to fetch an image form camera and save in it folder.
There is another program which takes the program form the same folder and do some computation of the image.
I combined both the program and p... | https://forum.qt.io/topic/103817/issue-with-threading-and-opencv | CC-MAIN-2020-34 | en | refinedweb |
Asked by:
Opening Control Panel applet
Question
Below is some code to open the control panel or one of its applets. TCError() is a wrapper for FormatMessage().
When (*szArg == 0) it will open the control panel on both Windows 7 and Windows 10. When (*szArg != 0) and szItemName is a valid name (e.g., L"Microsoft.System"... | https://social.msdn.microsoft.com/Forums/en-US/b2eba1b7-2e67-44b4-9b30-b93551ae3810/opening-control-panel-applet?forum=vcgeneral | CC-MAIN-2020-34 | en | refinedweb |
Technical Support
On-Line Manuals
RL-ARM User's Guide (MDK v4)
#include <net_config.h>
void *ftpc_fclose (
FILE* file); /* Pointer to the file to close. */
The ftpc_fclose function closes the file identified by the
file stream pointer in the function argument.
The ftpc_fclose function is in the FTPC_uif.c module. The
p... | https://www.keil.com/support/man/docs/rlarm/rlarm_ftpc_fclose.htm | CC-MAIN-2020-34 | en | refinedweb |
An integer number is known as Armstrong number if the sum of cubes of its individual digits is equal to the number itself. Here we will write a program to display armstrong numbers upto 1000, if you are looking for a program to check armstrong number then refer: C++ program to check whether input number is armstrong or... | https://beginnersbook.com/2017/09/cpp-program-to-display-armstrong-numbers-between-1-and-1000/ | CC-MAIN-2018-05 | en | refinedweb |
The BtoSGammaFlatEnergy class is a model of the hadronic mass is
decays which produces a flat photon energy spectrum and as such is only intended for testing purposes.
More...
#include <BtoSGammaFlatEnergy.h>
The BtoSGammaFlatEnergy class is a model of the hadronic mass is
decays which produces a flat photon energy spe... | http://herwig.hepforge.org/doxygen/classHerwig_1_1BtoSGammaFlatEnergy.html | CC-MAIN-2018-05 | en | refinedweb |
View Complete Post
Hi,
How to increase the height of Expander control HEADER in XAML?,
We.
Hi?..!
Hi All,
Can anybody tell me how to count the Number of characters ,while entering in the RichTextBox control and have to display the no of characters in the above
control.
Thanks
Mansoor
This is my code:public class Regi :... | http://www.dotnetspark.com/links/9374-full-desired-height-richtextbox-control.aspx | CC-MAIN-2018-05 | en | refinedweb |
With the release of Telligent Community 10.0 just around the corner we wanted to share some details about one of the larger developments efforts in this release: Assembly Restructuring.
In Telligent Community 10.0 we have re-organized the platform code so that there is a clear separation of the platform (sometimes refe... | https://community.telligent.com/blog/b/developers/posts/telligent-community-10-0-developer-announcements | CC-MAIN-2018-05 | en | refinedweb |
We are given a list of numbers in increasing order, but there is a missing number in the list. We will write a program to find that missing number.
For example, when user enters the 5 numbers in that order: 1, 2, 3, 4, 6 then the missing number is 5.
To understand this program, you should have the basic knowledge of fo... | https://beginnersbook.com/2017/09/cpp-program-to-find-the-missing-number/ | CC-MAIN-2018-05 | en | refinedweb |
FSRM WMI Classes
The following WMI Classes are part of the File Server Resource Manager (FSRM) API:
In this section
- MSFT_FSRMAction
Represents a FSRM action that can be triggered in response to a quota, file management job, or file screen event.
- MSFT_FSRMAdr
Provides interfaces to determine why access was denied to... | https://msdn.microsoft.com/en-us/library/windows/desktop/hh706679.aspx | CC-MAIN-2018-05 | en | refinedweb |
Closures, Contexts and Stateful Functions
Scheme uses closures to write function factories, functions with state and software objects. newLISP uses variable expansion and namespaces called contexts to do the same.
newLISP namespaces are always open to inspection. They are first class objects which can be copied and pas... | http://www.newlisp.org/index.cgi?Closures | CC-MAIN-2018-05 | en | refinedweb |
SpeechToText-WebSockets-Javascript
Prerequisites
Subscribe to the Speech Recognition API, and get a free trial subscription key
The Speech API is part of Cognitive Services. You can get free trial subscription keys from the Cognitive Services subscription page. After you select the Speech API, select Get API Key to get... | https://azure.microsoft.com/pl-pl/resources/samples/speechtotext-websockets-javascript/ | CC-MAIN-2018-05 | en | refinedweb |
/* -*- . * Portions created by the Initial Developer are Copyright (C) 2006 * the Initial Developer. All Rights Reserved. * * Contributor(s): * Robert O'Callahan <robert@ocallahanLINEBREAKER_H_ #define NSLINEBREAKER_H_ #include "nsString.h" #include "nsTArray.h" #include "nsILineBreaker.h" class nsIAtom; /** * A receiv... | http://xulrunner.sourcearchive.com/documentation/1.9.1.9-3/nsLineBreaker_8h-source.html | CC-MAIN-2018-05 | en | refinedweb |
In this document
- Defining Styles
- Applying Styles and Themes to the UI
See also
- Style and Theme Resources
R.stylefor Android styles and themes
R.attrfor all style attributes
A style is a collection of attributes that
specify the look and format for a
View or window.
A style can specify attributes such as height, p... | https://developer.android.com/guide/topics/ui/look-and-feel/themes.html?hl=ja | CC-MAIN-2018-05 | en | refinedweb |
KylotanModerator
Content count14138
Joined
Last visited
Days Won47
Community Reputation10165 Excellent
About Kylotan
- RankModerator - Scripting Languages and Game Mods
Personal Information
- Website
- InterestsAudio
Design
Programming
Social
- Steamkylotan
Are character artists are higher skilled than Environment arti... | https://www.gamedev.net/profile/2996-kylotan/?tab=classifieds | CC-MAIN-2018-05 | en | refinedweb |
New in version 2.1.8October 14th, 2014
- New Features:
- Adding the new "hola" API - hamsterdb analytical functions for COUNT, SUM, AVERAGE etc. See ham/hamsterdb_ola.h for the declarations
- Added new API ham_cursor_get_duplicate_position
- A new Python API was added
- Bugfixes:
- issue #33: upgraded to libuv 0.11.22
... | http://linux.softpedia.com/progChangelog/hamsterdb-Changelog-17717.html | CC-MAIN-2015-18 | en | refinedweb |
"Sean Hunter" <sean@uncarved.co.uk> writes:> > > > And they do that in order to get a unique number, not a random number.> > > > > > This is also a really bad idea, because with easily guessable pids you> > > are opening yourself to /tmp races.> > > > There can be only one process with a given pid at a time, so there c... | http://lkml.org/lkml/2000/1/13/126 | CC-MAIN-2015-18 | en | refinedweb |
Squeezing More Guice from Your Tests with EasyMock
One other thing was pointed out by several reviewers of my first article and I am in total agreement. Instead of TaxRateManager taking a Customer ID, it makes more sense for it to take a Customer instance and return the tax rate based on that instance. This makes the A... | http://www.developer.com/design/article.php/10925_3688436_2/Squeezing-More-Guice-from-Your-Tests-with-EasyMock.htm | CC-MAIN-2015-18 | en | refinedweb |
#include "petscao.h" PetscErrorCode AOCreateMemoryScalableIS(IS isapp,IS ispetsc,AO *aoout)Collective on IS
Notes: The index sets isapp and ispetsc must contain the all the integers 0 to napp-1 (where napp is the length of the index sets) with no duplicates; that is there cannot be any "holes". Comparing with AOCreateB... | http://www.mcs.anl.gov/petsc/petsc-current/docs/manualpages/AO/AOCreateMemoryScalableIS.html | CC-MAIN-2015-18 | en | refinedweb |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.