text stringlengths 20 1.01M | url stringlengths 14 1.25k | dump stringlengths 9 15 ⌀ | lang stringclasses 4
values | source stringclasses 4
values |
|---|---|---|---|---|
26 August 2010 18:44 [Source: ICIS news]
?xml:namespace>
“Global rosin production dropped to 1.13m short tons last year after it reached a record high production of 1.48m tons in 2007,” said Donald Stauffer, president of Pennsylvania, US-based consulting firm International Development Associates (IDA).
IDA’s newly rele... | http://www.icis.com/Articles/2010/08/26/9388639/low-china-output-tightens-global-rosin-supply---consultant.html | CC-MAIN-2013-48 | en | refinedweb |
.
Figure 1. Mandelbrot Set (Click for larger image.)
Most of you probably know that .NET sequences can be represented using the IEnumerable<T> interface. It can be used for enumerating items in standard collections such as arrays, lists, dictionaries, and it can also be used in custom collections. This interface is als... | http://msdn.microsoft.com/en-us/vstudio/cc307157 | CC-MAIN-2013-48 | en | refinedweb |
You can work in the functional programming paradigm in C++. And you may be surprised at how complete C++’s support for functional programming is.
Functional programming and C++. This combination will strike an equal mixture of disgust and terror in some of you. Others may be intrigued but daunted by the prospect.
Yet C... | http://pragprog.com/magazines/2013-07/living-with-lambdas | CC-MAIN-2013-48 | en | refinedweb |
Japan’s consumption tax Taxonomics A crucial rise in a controversial levy may be in doubt See article
Readers' comments
Reader comments are listed below. Comments are currently closed and new comments are no longer being accepted.
Sort:
Considering the amount of practical chaos brought to the retail scene after each an... | http://www.economist.com/comment/2111416 | CC-MAIN-2013-48 | en | refinedweb |
#include <db_cxx.h> int DbSite::close();
The
DbSite::close() method
deallocates the DbSite handle. The handle must not be accessed
again after this method is called, regardless of the return value.
Use of this method does not in any way affect the configuration of the site to which the handle refers, or of the replicat... | http://idlebox.net/2011/apidocs/db-5.2.28.zip/api_reference/CXX/dbsite_close.html | CC-MAIN-2013-48 | en | refinedweb |
Man Page
Manual Section... (3) - page: fseeko
NAMEfseeko, ftello - seek to or report file position
SYNOPSIS
#include <stdio.h> int fseeko(FILE *stream, off_t offset, int whence); off_t ftello(FILE *stream);
DESCRIPTION compilation with
#define _FILE_OFFSET_BITS 64
will turn off_t into a 64-bit type.
RETURN VALUEOn succ... | http://linux.co.uk/documentation/man-pages/subroutines-3/man-page/?section=3&page=fseeko | CC-MAIN-2013-48 | en | refinedweb |
#include <AbstractLinAlgPack_MatrixSymOp.hpp>
Inheritance diagram for AbstractLinAlgPack::MatrixSymOp:
This interface defines two addition methods to those found in
MatrixOp:
sym_lhs = alpha * op(gpms_rhs') * M * op(gpms_rhs) + beta * sym_lhs
sym_lhs = alpha * op(mwo_rhs') * M * op(mwo_rhs) + beta * sym_lhs
The reason ... | http://trilinos.sandia.gov/packages/docs/r7.0/packages/moocho/src/AbstractLinAlgPack/doc/html/classAbstractLinAlgPack_1_1MatrixSymOp.html | CC-MAIN-2013-48 | en | refinedweb |
At the beginning of 2004, I was working with a small team of Gemplus on the
EAP-SIM authentication protocol. As we were a bit ahead of the market,
our team was reassigned to work with a team of Verisign on a new
authentication method: OTP or One Time Password.
At this time, the existing one time password was a token fr... | http://www.codeproject.com/Articles/592275/OTP-One-Time-Password-Demystified | CC-MAIN-2013-48 | en | refinedweb |
28 May 2007 09:17 [Source: ICIS news]
MUMBAI (ICIS news)--India’s Oil and Natural Gas Corporation (ONGC) is in talks with Saudi Basic Industries Corp (SABIC) for its rupees (Rs) 136bn ($3.3bn/€2.5bn) dual-feed olefins complex in Dahej, Gujarat, a source close to the deal said on Monday.
?xml:namespace>
“ONGC is in talk... | http://www.icis.com/Articles/2007/05/28/9032406/indias-ongc-in-talks-with-sabic-for-dahej-project.html | CC-MAIN-2013-48 | en | refinedweb |
05 July 2012 17:09 [Source: ICIS news]
LONDON (ICIS)-European spot acetone prices continue to decline as demand slows, supplies improve and feedstock costs come down, market sources agreed on Thursday.
Prices peaked in March this year because of various planned and unplanned outages on phenol production in ?xml:namespa... | http://www.icis.com/Articles/2012/07/05/9575784/acetone-spot-price-falls-under-mixed-market-pressure.html | CC-MAIN-2013-48 | en | refinedweb |
Casting and Checking Types?
Table of Contents
Casting and checking of types enable us to take one type and either check it can be treated as another (via
is and
isnot) or actually be treated as another type (via
as). Intuitively this sounds like not something of much use, however consider the case where an object of ty... | https://concurnas.com/docs/castingAndCheckingTypes.html | CC-MAIN-2022-21 | en | refinedweb |
web_browser_detect 1.0.2+1 web_browser_detect: ^1.0.2+1 copied to clipboard
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add web_browser_detect
This will add a line like this to your package's pubspec.yaml (and run an implicit
flutter pub get):
dependencies: web_browser_detec... | https://pub.dev/packages/web_browser_detect/versions/1.0.2+1/install | CC-MAIN-2022-21 | en | refinedweb |
scipy.optimize.newton¶
scipy.optimize.
newton(func, x0, fprime=None, args=(), tol=1.48e-08, maxiter=50, fprime2=None, x1=None, rtol=0.0, full_output=False, disp=True)[source]¶
Find a zero of a real or complex function using the Newton-Raphson (or secant or Halley also provided, then Halley’s method is used.
If x0 is a ... | https://docs.scipy.org/doc/scipy-1.2.0/reference/generated/scipy.optimize.newton.html | CC-MAIN-2022-21 | en | refinedweb |
Michel Thadeu <michel_ts at yahoo.com.br> wrote:
> def executar(req):
> req. req.send_
> req.write('<H1>Some test of executar!</H1>')
> return apache.OK
The publisher handler expects your handler to return the page body
rather than the status.
def executar(req):
return '<H1>Some test of executar!<H1>'
You can still use... | https://modpython.org/pipermail/mod_python/2003-June/013857.html | CC-MAIN-2022-21 | en | refinedweb |
4. The AMP audio skin¶
Soldering and using the AMP audio skin.
The following video shows how to solder the headers, microphone and speaker onto the AMP skin.
For circuit schematics and datasheets for the components on the skin see The pyboard hardware.
4.1. Example code¶
The AMP skin has a speaker which is connected to... | http://docs.micropython.org/en/latest/pyboard/tutorial/amp_skin.html | CC-MAIN-2022-21 | en | refinedweb |
A newer version of this page is available. Switch to the current version.
ASPxCardViewCookiesSettings Class
Provides cookies and layout settings for ASPxCardView.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v20.2.dll
Declaration
public class ASPxCardViewCookiesSettings : ASPxGridCookiesSettings
Public Class ASPx... | https://docs.devexpress.com/AspNet/DevExpress.Web.ASPxCardViewCookiesSettings?v=20.2 | CC-MAIN-2022-21 | en | refinedweb |
Back to: ASP.NET Core Tutorials For Beginners and Professionals
ViewModel in ASP.NET Core MVC Application
In this article, I am going to discuss ViewModel in ASP.NET Core MVC application with an example. Please read our previous article before proceeding to this article where we discussed Strongly Typed View in ASP.NET... | https://dotnettutorials.net/lesson/view-model-asp-net-core-mvc/ | CC-MAIN-2022-21 | en | refinedweb |
.
This chapter describes modules (function and class libraries) which are built into MicroPython. There are a few categories of.
Note about the availability of modules and their contents: package path.
For example,
import json will first search for a file
json.py or
directory
json and load that package if it is found. ... | http://docs.micropython.org/en/v1.9/esp8266/library/index.html | CC-MAIN-2022-21 | en | refinedweb |
Arduino: How to Process Infrared Signals from a Remote Control
—
—
Posted in Microcontrollers, Arduino, C++
Infrared remote controls are ubiquitous: TVs, IOT devices, toys. With an Arduino and an IR receiver, it is a matter of minutes to setup receiving IR commands and process them to control your Arduino application.
... | https://admantium.com/blog/micro13_infra_red_commands/ | CC-MAIN-2022-21 | en | refinedweb |
Advanced URL mapping for REST
By now it's a commonplace how to implement a basic REST API in Caché and there is good documentation about it here: REST in Caché
A question that comes up from time to time is:
How can I make a parameter in my REST url optional?
Simply put, is it possible to create a URL map in Caché that ... | https://community.intersystems.com/post/advanced-url-mapping-rest | CC-MAIN-2022-21 | en | refinedweb |
I would like to use Spell Check option which is available for Text Notes to apply on Multi-Category Tags as well. Is it possible using Dynamo?
Yes. There are a few posts on this already. Have a look around the forum, and check out the FuzzyDyno package.
Note that you need to spell check the parameter values not the tag... | https://forum.dynamobim.com/t/spell-check-and-correct-multi-category-tags-using-dynamo/74870 | CC-MAIN-2022-21 | en | refinedweb |
SOLVED a button inside subview
- jansindl3r last edited by
Hi, I have a general question. I don't understand, why the button's callback doesn't work. Can I have a working button inside subview, please? Thanks
from vanilla import * from mojo.events import addObserver, removeObserver from mojo.UI import CurrentGlyphWindo... | https://forum.robofont.com/topic/707/a-button-inside-subview | CC-MAIN-2022-21 | en | refinedweb |
An Introduction to Factorization Machines with MNIST
*Making a Binary Prediction of Whether a Handwritten Digit is a 0*
-
Prerequisites and Preprocessing
Permissions and environment variables
-
-
-
-
Set up hosting for the model
Import model into hosting
Create endpoint configuration
-
Validate the model for use
Introd... | https://sagemaker-examples.readthedocs.io/en/latest/introduction_to_amazon_algorithms/factorization_machines_mnist/factorization_machines_mnist.html | CC-MAIN-2022-21 | en | refinedweb |
Having a bit of a problem two days now. I cannot get my Daventech ranger finder to work. I think its working but my lcd string doesn’t seem it wants to update.
logic for range finder:
1st - send a signal out for a minimum of 10us thorugh pd1.
2nd - When this happens if there is an object infront it will send the signal... | https://forum.pololu.com/t/sensor/960 | CC-MAIN-2022-21 | en | refinedweb |
The Crystal programming language | | Fund Crystal's development: | Docs: | API:
require "socket" def process(client) client.tcp_nodelay = true while msg = client.gets client.puts(msg) end end server = TCPServer.new "localhost", 1234 loop { spawn process(server.accept) }
tcp_nodelay = truedropped the latency from 88... | https://gitter.im/crystal-lang/crystal?at=59b9d56ac101bc4e3ac415ed | CC-MAIN-2022-21 | en | refinedweb |
The table is a helper function to print the table.
You can print the table bypassing the Any data!
[e.g.,
1d array,
2d array, and
dictionary]
It inspired by
javascript
console.table.
I'm sure if you practice coding interviews, it helps you a lot. You don't need to struggle for checking results using a build-in print fu... | https://swiftpack.co/package/ShawnBaek/Table | CC-MAIN-2022-21 | en | refinedweb |
How can I create a copy of an object in Python?
To get a fully independent copy of an object you can use the
copy.deepcopy() function.
For more details about shallow and deep copying please refer to the other answers to this question and the nice explanation in this answer to a related question.
How can I create a copy... | https://codehunter.cc/a/python/how-can-i-create-a-copy-of-an-object-in-python | CC-MAIN-2022-21 | en | refinedweb |
Question Marykutty George · Apr 1, 2021 [Resolved] Management portal auto refresh
go to post
Hi @Jim Dolson ,
This was a feature introduced in 2018.1+
I believe this is something you can change using some setting but this was introduced to improve performance.
Please see the documentation for more deatils:
(tem server... | https://community.intersystems.com/user/marykutty-george-0 | CC-MAIN-2022-21 | en | refinedweb |
I am working on an encoder that uses LSTM
def init_hidden(self, batch): ''' used to initialize the encoder (LSTMs) with number of layers, batch_size and hidden layer dimensions :param batch: batch size :return: ''' return ( torch.zeros(self.num_layers, batch, self.h_dim).cuda(), torch.zeros(self.num_layers, batch, self... | https://discuss.pytorch.org/t/batch-size-for-lstm/47619 | CC-MAIN-2022-21 | en | refinedweb |
You are browsing a read-only backup copy of Wikitech. The primary site can be found at wikitech.wikimedia.org
Incident documentation/2017-03-23 wikibase
< Incident documentationJump to navigation Jump to search
Revision as of 22:23, 31 March 2021 by imported>Krinkle (Krinkle moved page Incident documentation/20170323-w... | https://wikitech-static.wikimedia.org/w/index.php?title=Incident_documentation/2017-03-23_wikibase&oldid=579181 | CC-MAIN-2022-21 | en | refinedweb |
Gecode::Float::Branch::MeritAFCSize Class Reference
[Merit-based float view selection for branchers]
Merit class for AFC over size. More...
Detailed Description
Merit class for AFC over size.
Requires
#include <gecode/float/branch.hh>
Definition at line 130 of file branch.hh.
Constructor & Destructor Documentation
Memb... | https://www.gecode.org/doc/6.0.1/reference/classGecode_1_1Float_1_1Branch_1_1MeritAFCSize.html | CC-MAIN-2022-21 | en | refinedweb |
Gecode::Int::Branch::PosValuesChoice Class Reference
Choice storing position and values for integer views More...
#include <view-values.hpp>
Detailed Description
Choice storing position and values for integer views
Definition at line 37 of file view-values.hpp.
Constructor & Destructor Documentation
Initialize choice f... | https://www.gecode.org/doc/6.0.1/reference/classGecode_1_1Int_1_1Branch_1_1PosValuesChoice.html | CC-MAIN-2022-21 | en | refinedweb |
kubectl-pod-node-matrix
WORK IN PROGRESS!!
This plugin shows pod x node matrix with suitable colors to mitigate troubleshooting effort.
Details
Troubleshooting in Kubernetes takes some time and sorting out the real cause sometimes overwhelming.
Take an example of a couple of pods are not in running state, but the actua... | https://golangexample.com/kubectl-plugin-shows-pod-x-node-matrix-with-suitable-colors-to-mitigate-troubleshooting-effort/ | CC-MAIN-2022-21 | en | refinedweb |
In quasar 0.7 you could load a component into a “floating” Modal
Modal.create(Comp.vue) .set( { minimized : true} ) .css( {padding : '50px' } ) .show()
Is it still possible in 0.8 to show a component this way?
- rstoenescu Admin last edited by
No. But you can use the
<quasar-modal>component.
Ah ok, so this is probably... | https://forum.quasar-framework.org/topic/43/modal-create-vuecomponent-in-quasar-0-8 | CC-MAIN-2022-21 | en | refinedweb |
Text field
Text fields let users enter and edit text.
Text fields allow users to enter text into a UI. They typically appear in forms and dialogs.
Basic TextField
The
TextField wrapper component is a complete form control including a label, input, and help text.
It comes with three variants: outlined (default), filled,... | https://next--material-ui.netlify.app/material-ui/react-text-field/ | CC-MAIN-2022-21 | en | refinedweb |
RationalWiki:Saloon bar/Archive281
Contents
- 1 A timecube... documentary(?) video
- 2 Trump and Jerusalem
- 3 While I'm not Canadain I don't quite know how I should feel on this
- 4 Was Airline Deregulation good or bad?
- 5 Anyone tired of hearing about sexual assaults in the media?
- 6 Put out the fire!
- 7 Why is th... | https://rationalwiki.org/wiki/RationalWiki:Saloon_bar/Archive281 | CC-MAIN-2022-21 | en | refinedweb |
apache
/
duo_unix
/
ed38a958bb39f42b77fb794ca7fb9a66420e46c0
/
.
/
tests
/
pexpect.py
blob: 67c6389faa1cddcac5ea6b5b8c00360a7b810e4f [
file
] [
log
] [
blame
]
"" Pexpect -- the function, run() and the class,
spawn. You can call the run() function to execute a command and return the
output. This is a handy replacement ... | https://apache.googlesource.com/duo_unix/+/ed38a958bb39f42b77fb794ca7fb9a66420e46c0/tests/pexpect.py | CC-MAIN-2022-21 | en | refinedweb |
After applying the supplied function to each item of a given iterable, the map() function returns a map object which is an iterator of the results (list, tuple, etc.)
Historical development of the maps function
Computations in functional programming are performed by mixing functions that receive parameters and return a... | https://www.codeunderscored.com/maps-function-in-python-with-examples/ | CC-MAIN-2022-21 | en | refinedweb |
Top: Multithreading: trigger
#include <pasync.h> class trigger { trigger(bool autoreset, bool initstate); void wait(); void post(); void signal(); // alias for post() void reset(); }
Trigger is a simple synchronization object typically used to notify one or more threads about some event. Trigger can be viewed as a simp... | http://www.melikyan.com/ptypes/doc/async.trigger.html | crawl-001 | en | refinedweb |
Top: Networking: ipstream
#include <pinet.h> class ipstream: instm, outstm { ipstream(); ipstream(ipaddress ip, int port); ipstream(string host, int port); ~ipstream(); void open(); void close(); void cancel(); bool waitfor(int milliseconds); ipaddress get/set_ip(); string get/set_host(); int get/set_port(); ipaddress ... | http://www.melikyan.com/ptypes/doc/inet.ipstream.html | crawl-001 | en | refinedweb |
Top: Streams: Standard input, output and error devices
#include <pstreams.h> instm pin; outstm pout; outstm perr; outstm pnull;
PTypes declares four static stream objects for standard input, output, error and null devices - pin, pout, perr and pnull respectively. These objects can be used in place of the standard C or ... | http://www.melikyan.com/ptypes/doc/streams.stdio.html | crawl-001 | en | refinedweb |
Top: Multithreading: mutex
#include <pasync.h> class mutex { mutex(); void enter(); void leave(); void lock(); // alias for enter() void unlock(); // alias for leave() } class scopelock { scopelock(mutex&); ~scopelock(); }
Mutex (mutual exclusion) is another synchronization object which helps to protect shared data str... | http://www.melikyan.com/ptypes/doc/async.mutex.html | crawl-001 | en | refinedweb |
User's Guide
A complete example
<html> <head> <title>${title}</title> </head> <body> <p>The following items are in the list:</p> <ul><%for element in list: output "<li>${element}</li>"%></ul> <p>I hope that you would like Brail</p> </body> </html>
The output of this program (assuming list is (1,2,3) and title is "Demo"... | http://www.castleproject.org/monorail/documentation/trunk/viewengines/brail/usersguide.html | crawl-001 | en | refinedweb |
setcchar - set cchar_t from a wide character string and rendition
#include <curses.h> int setcchar(cchar_t *wcval, const wchar_t *wch, const attr_t attrs, short color_pair, const void *opts);
The setcchar() function initialises the object pointed to by wcval according to the character attributes in attrs, the colour pa... | http://www.opengroup.org/onlinepubs/007908799/xcurses/setcchar.html | crawl-001 | en | refinedweb |
pinboard 1.1.1
Pinboard for Dart #
A library that provides a nice interface to communicate with the Pinboard API. The library is essentially a typed wrapper to Pinboard's API, meaning that it sometimes does things that don't quite make sense. Blame Pinboard.
Usage #
You can view a complete example of the available API ... | https://pub.dev/packages/pinboard | CC-MAIN-2020-05 | en | refinedweb |
Integration of Net-SNMP into an event loop
Vincent Bernat
Net-SNMP comes with its own event loop based on the
system call. While you can build your program around it, you may
prefer to use an existing event loop, either a custom one or something
like libevent, libev or Twisted.
Own custom event loop#
Let’s start with t... | https://vincent.bernat.ch/en/blog/2012-snmp-event-loop | CC-MAIN-2020-05 | en | refinedweb |
Cross Platform C#
Some.
In Defense of CSS
I've long lamented the traditional approaches to styling mobile applications, especially in trying to do so across multiple platforms. Android has a decent theming system, but it gets messy pretty quickly. iOS has the UIAppearance APIs, but they tend to fall far short of allowi... | https://visualstudiomagazine.com/articles/2018/04/01/styling-xamarin-forms.aspx | CC-MAIN-2020-05 | en | refinedweb |
Often.
The Problem
During this time I was working for a web scraping company, and my role was to provide some means of anomaly detection and cluster data points into common records. The clustering problem is the question of interest here.
It's a relatively straightforward problem, given fields
a,
b, and
c take the aver... | https://devinmcgloin.com/writing/2018/testing/ | CC-MAIN-2020-05 | en | refinedweb |
Angular is a mature technology with introduction to new way to build applications. Think of Angular Pipes as modernized version of filters comprising functions or helps used to format the values within the template. Pipes in Angular are basically extension of what filters were in Angular v1. There are many useful built... | https://hub.packtpub.com/angular-pipes-angular-4/ | CC-MAIN-2020-05 | en | refinedweb |
Opened 11 years ago
Closed 11 years ago
#854 closed Bug (Fixed)
InetGetSize
Description
#include <Inet.au3>
$a = InetGetSize("")
If $a > 0 Then
_INetGetSource('')
$b = InetGetSize("http://" & $user & ":" & $pass & "@address/download/fis.upd"
MsgBox(262144, 'Size:', $b)
EndIf
-without _INetGetSource('')
always $b=0
why?... | https://www.autoitscript.com/trac/autoit/ticket/854 | CC-MAIN-2020-05 | en | refinedweb |
Book.
Table of Contents
- Java Web Services in a Nutshell
- Preface
- Contents of This Book
- Related Books
- Web Services Programming Resources Online
- Examples Online
- Conventions Used in This Book
- Request for Comments
- Acknowledgments
- I. Introduction to the Java Web Services API
- 1. Introduction
- 2. JAX-RPC... | https://www.oreilly.com/library/view/java-web-services/0596003994/ | CC-MAIN-2020-05 | en | refinedweb |
Semantic is a UI component framework based around useful principles from natural language. Forkable JSFiddle:
[semantic-ui npm installation error]
Unable to install the npm package 'semantic-ui' using npm. Facing the following issue. Can it be fixed / can anyone help?
> semantic-ui@2.4.2 install D:\_\_Dev\test\node_mod... | https://gitter.im/Semantic-Org/Semantic-UI?at=5db69ef22f8a034357ee7842 | CC-MAIN-2020-05 | en | refinedweb |
Discuss internals of a ConcurrentHashmap (CHM) in Java
Carvia Tech | May 25, 2019 | 4 min read | 1,251 views | Multithreading and Concurrency
In Java 1.7, A ConcurrentHashMap is a hashmap supporting full concurrency of retrieval via volatile reads of segments and tables without locking, and adjustable expected concurre... | https://www.javacodemonk.com/discuss-internals-of-a-concurrenthashmap-chm-in-java-b537d34e | CC-MAIN-2020-05 | en | refinedweb |
Scene organization¶
This article covers topics related to the effective organization of scene content. Which nodes should one use? Where should one place them? How should they interact?
How to build relationships effectively¶
When Godot users begin crafting their own scenes, they often run into the following problem:
T... | https://docs.godotengine.org/en/latest/getting_started/workflow/best_practices/scene_organization.html | CC-MAIN-2020-05 | en | refinedweb |
The.
Configuring the Arduino IDE
Thankfully, the Arduino engineers decided to keep all the features from the old Arduino core. That means that you can still use the classic Arduino IDE and program your new Arduino Nano like you always have.
To get started, connect the Arduino to your computer. The necessary drivers sho... | https://maker.pro/arduino/tutorial/how-to-use-mbed-rtos-features-on-the-arduino-nano-33-ble | CC-MAIN-2020-05 | en | refinedweb |
Java 8 Counting with Collectors tutorial explains, with examples, how to use the predefined
Collector returned by
java.util.Stream.Collectors class’
counting() method to count the number of elements in a
Stream. The tutorial starts off with the formal definition of the
Collectors.counting() method, then explains its wo... | https://www.javabrahman.com/java-8/java-8-counting-with-collectors-collectors-counting-method-tutorial-with-examples/ | CC-MAIN-2018-34 | en | refinedweb |
SOAtest 9.0---> WIN32COM.CLIENT
No module found for WIN32COM ERRORHi all,
I am currently writing a Jython code where i am needing WINCOM32 Extensible Package .I am dispatching Excel using this.
from win32com.client import Dispatch
But when i am running the code , it says the above WIN32COM module is not found.
Solution... | https://forums.parasoft.com/discussion/2424/soatest-9-0-win32com-client | CC-MAIN-2018-34 | en | refinedweb |
Introduction to IR Sensors
Infrared (IR) light is invisible electromagnetic radiation. Everything absorbs and emits IR, and it's utilised in a plethora of applications. You may have heard of IR used in night vision equipment. This is becuase, in low visible-light conditions, everything still emits IR radiation. The nig... | https://www.modmypi.com/blog/tutorials/raspberry-pis-remotes-ir-receivers | CC-MAIN-2018-34 | en | refinedweb |
This tutorial covers the basic concepts of multithreading in Java. It begins with explaining what is multithreading, and then shows how to create your first threads in Java using two basic approaches – extending
Thread class and implementing
Runnable interface. Both approaches are explained with Java code examples show... | https://www.javabrahman.com/corejava/java-multithreading-basics-creating-and-running-threads-in-java-with-examples/ | CC-MAIN-2018-34 | en | refinedweb |
IDataServiceStreamProvider::ResolveType Method (String^, DataServiceOperationContext^)
Returns a namespace-qualified type name that represents the type that the data service runtime must create for the media link entry that is associated with the data stream for the media resource that is being inserted.
Assembly: Syst... | https://msdn.microsoft.com/en-us/library/system.data.services.providers.idataservicestreamprovider.resolvetype.aspx?cs-save-lang=1&cs-lang=cpp | CC-MAIN-2018-22 | en | refinedweb |
ANNUAL REPORT ROYAL DUTCH SHELL PLC ANNUAL REPORT AND FORM 20-F FOR THE YEAR ENDED DECEMBER 31, 2009
- Brian Hunter
- 2 years ago
- Views:
Transcription
1 ANNUAL REPORT ROYAL DUTCH SHELL PLC ANNUAL REPORT AND FORM 20-F FOR THE YEAR ENDED DECEMBER 31, 2009
2 OUR BUSINESSES a c d E b M J K F M H l G I N CHEMICAL PRODUCTS... | http://docplayer.net/1697306-Annual-report-royal-dutch-shell-plc-annual-report-and-form-20-f-for-the-year-ended-december-31-2009.html | CC-MAIN-2018-22 | en | refinedweb |
I couldn't find one central thread about this, so let's get everyone's opinion in one place!
Let's discuss what language is best for absolute beginners to learn. These beginner programmers will be learning the very basic aspects of software development; logic, debugging, problem solving, etc..
In the poll, I tried to g... | http://www.dreamincode.net/forums/topic/101582-the-best-first-programming-language/ | CC-MAIN-2018-22 | en | refinedweb |
C++ has another datatype called class that is very similar to struct. A simple class definition looks like this:
class className { members };
The first line of the class definition is called the classHead. The features of a class include data members, member functions, and access specifiers. Member functions are used t... | https://flylib.com/books/en/2.385.1/class_definitions.html | CC-MAIN-2018-22 | en | refinedweb |
A convenient solution to get value from IDataReader field.
/// <summary> /// Gets the reader field value. /// </summary> /// <typeparam name="TField">The type of the field.</typeparam> /// <param name="reader">The reader.</param> /// <param name="fieldName">Name of the field.</param> /// <returns></returns> public stat... | http://blogs.microsoft.co.il/giladlavian/2008/11/17/extension-methods-idatareadergetvaluelttgt/ | CC-MAIN-2018-22 | en | refinedweb |
Talk:LXC
Unprivileged containers section confusing
the section about unprivileged containers is confusing, the author creates an "lxc" user and adds subuids/subgids for that user but in fact it seems he's creating/starting the container from a root prompt...
if there's no needs to give a user permissions to create/star... | https://wiki.gentoo.org/wiki/Talk:LXC | CC-MAIN-2018-22 | en | refinedweb |
Some Python libraries and snippets
There are a bunch of standard and third-party Python libraries that are useful, but rarely used by beginners and even intermediate users of Python. This post highlights a few of my favourite libraries and gives practical demonstrations of some functionality. I intend this post to rema... | https://www.codementor.io/garethdwyer/some-python-libraries-and-snippets-4vac5rlus | CC-MAIN-2018-22 | en | refinedweb |
May 30, 2013 05:56 AM|Bala1988|LINK
Dear all
I need to new country master in the classifieds application , how we do that . when i review the location master i noticed as namespace called LocationsDataComponentTableAdapters how i create the one for country master
classified countrymaster
0 replies
Last post May 30, 201... | https://forums.asp.net/t/1910496.aspx?Adding+country+master+in+admin+settings | CC-MAIN-2018-22 | en | refinedweb |
NetDfsRemoveFtRoot function
Removes the specified root target from a domain-based Distributed File System (DFS) namespace. If the last root target of the DFS namespace is being removed, the function also deletes the DFS namespace. A DFS namespace can be deleted without first deleting all the links in it.
Syntax
Paramet... | https://msdn.microsoft.com/en-us/library/bb524818(v=vs.85).aspx | CC-MAIN-2018-22 | en | refinedweb |
my
3. partiotioner
if all this gets done in 15 mins then reducer has the simple task of
1. grouping comparator
2. reducer itself (simply output records)
should take less time than mappers .. instead it essentially gets stuck in
reduce phase .. im gonna paste my code here to see if anything stands out
as a fundamental d... | http://mail-archives.apache.org/mod_mbox/hadoop-mapreduce-user/201308.mbox/%3CCAH1YrM62QTM1JYCuLmMuLF4DAcW+Z0HZn1NGP=282_LxwAqDAA@mail.gmail.com%3E | CC-MAIN-2018-34 | en | refinedweb |
In particular, the Java 5 release (JDK 1.5) marked a significant change, and noticeably altered (and improved) the character of typical Java code. When updating old code to more recent versions of Java, it's helpful to use a quick checklist of things to look out for. Here's a list of such items related to the Java 5 re... | http://www.javapractices.com/topic/TopicAction.do;jsessionid=CEDFF473CD05E0DC9866625E87331870?Id=225 | CC-MAIN-2018-34 | en | refinedweb |
This class is deprecated. More...
#include <XercesBridgeHelper.hpp>
This class is deprecated.
Definition at line 60 of file XercesBridgeHelper.hpp.
Definition at line 64 of file XercesBridgeHelper.hpp.
Definition at line 67 of file XercesBridgeHelper.hpp.
Interpreting class diagrams
Doxygen and GraphViz are used to gen... | http://xalan.apache.org/xalan-c/apiDocs/classXercesBridgeHelper.html | CC-MAIN-2018-34 | en | refinedweb |
NameNotFoundException: DefaultDS not bound - Entity Unit (CaHelen Tran Feb 7, 2007 1:51 AM
Hi All,
I have not been able to bind the default Hypersonic database (DefaultDS) in JBoss after having created a simple Entity class (Cabin) and a Persistent Unit (titanPU). Below is the listing from JBoss output:
---------------... | https://developer.jboss.org/message/446632 | CC-MAIN-2018-34 | en | refinedweb |
This weblog is a step by step guide to creating a namespace filter for your KM repostiory.
Step 1
Create a empty portal project using wizard inside NWDS
Step 2
Select the project that was created above and using KM wizard to create the KM namespace filter.
Step 3
Open up your java file for filter. In my case it is Excl... | https://blogs.sap.com/2005/10/17/how-to-create-namespace-filter-for-km/ | CC-MAIN-2018-34 | en | refinedweb |
Cameron Beattie wrote:
def main(): urllib._urlopener = MyUrlOpener() url = "%s/Control_Panel/Database/manage_pack?days:float=%s" % \
Advertising
*sigh* url whacking, bleugh!
If I use the backup user then urllib can't get the url due to no authentication so errors as follows:
What roles do you want to have the backup us... | https://www.mail-archive.com/zope@zope.org/msg19480.html | CC-MAIN-2018-34 | en | refinedweb |
If you’ve built a form in a NativeScript app you’ve probably had the need to show an activity indicator during submission. In this article we’ll look at how to do that by building the example you see in the gif below.
NOTE: You can check out this article’s code in NativeScript Playground.
NOTE: You can check out this a... | https://www.nativescript.org/blog/showing-an-activity-indicator-during-processing-in-nativescript-apps | CC-MAIN-2018-34 | en | refinedweb |
In order to be able to do something useful with the output of a Dumbo program, you often need to index it first. Suppose, for instance, that you ran a program that computes JIRA issue recommendations on lots and lots of issues, saving the output to jira/recs on the DFS. If the HADOOP-1722 patch has been applied to your... | https://dumbotics.com/tag/indexing/ | CC-MAIN-2019-22 | en | refinedweb |
This is a brief post on how to draw animated GIFs with Python using matplotlib. I tried the code shown here on a Ubuntu machine with ImageMagick installed. ImageMagick is required for matplotlib to render animated GIFs with the save method.
Here's a sample animated graph:
A couple of things to note:
- The scatter part ... | https://eli.thegreenplace.net/2016/drawing-animated-gifs-with-matplotlib/ | CC-MAIN-2019-22 | en | refinedweb |
How To: Store Custom Order Fields
Prerequisite ReadingPrerequisite Reading
OverviewOverview
For reporting, integrations, or other reasons, you may want to store additional fields when placing an order. This might be data from the client placing the order, data you can or must generate on the server, or some combination... | https://docs.reactioncommerce.com/docs/next/how-to-store-custom-order-fields | CC-MAIN-2019-22 | en | refinedweb |
base module that raises events and sends them to GameObjects.
An Input Module is a component of the EventSystem that is responsible for raising events and sending them to GameObjects for handling. The BaseInputModule is a class that all Input Modules in the EventSystem inherit from. Examples of provided modules are To... | https://docs.unity3d.com/ScriptReference/EventSystems.BaseInputModule.html | CC-MAIN-2019-22 | en | refinedweb |
Schemas
If will be easier to understand this section of the tutorial if you have read and understood the Schemas section of the Meteor Guide
While Mongo is a "schemaless" database that does not mean schemas are a bad idea. In fact they are a great idea and so Reaction Commerce uses a package called Simple Schema to bui... | https://docs.reactioncommerce.com/docs/1.14.0/plugin-schemas-8 | CC-MAIN-2019-22 | en | refinedweb |
How to Deploy OpenCV on Raspberry Pi and Enable Machine Vision
How to Deploy OpenCV on Raspberry Pi and Enable Machine Vision
Want to learn how to enable machine vision on your Raspberry Pi? Check out this tutorial on how to deploy the OpenCV on your Raspberry Pi.
Join the DZone community and get the full member experi... | https://dzone.com/articles/how-to-deploy-opencv-on-raspberry-pi-enabling-mach?fromrel=true | CC-MAIN-2019-22 | en | refinedweb |
Abstract
This PEP describes a proposed logging package for Python's standard library. Basically the system involves the user creating one or more logger objects on which methods are called to log debugging notes, general information, warnings, errors etc. Different logging 'levels' can be used to distinguish important ... | http://docs.activestate.com/activepython/2.7/peps/pep-0282.html | CC-MAIN-2019-22 | en | refinedweb |
When enterprise IT teams start out with Kubernetes, a lot can go wrong. In two Kubernetes books, the authors take an incremental approach to help readers absorb application deployment and architecture lessons that ease the transition to containers.
“The stuff that we build is really important, but it can be complicated... | http://smartsoftware247.com/kubernetes-books-put-container-deployments-on-the-right-track/ | CC-MAIN-2019-22 | en | refinedweb |
>
So currently the scrollrect only works with mouse scrollwheel and mouse drag. Is there actually a way to get it working with gamepad? Eg right analog or something? Looked at documentation, didnt see anything really useful
Answer by SirKurt
·
Jan 15, 2015 at 03:59 PM
You can implement a new class from Scrollrect and I... | https://answers.unity.com/questions/874310/scrollrect-gamepad-support.html | CC-MAIN-2019-22 | en | refinedweb |
Identify and Prevent Sharing Violations
After completing this unit, you’ll be able to:
- Define sharing in Salesforce.
- Identify sharing violations in Apex classes.
- Enforce sharing rules securely in Apex classes.
As we learned in the first unit, Salesforce lets developers and admins control access to data at many di... | https://trailhead.salesforce.com/en/content/learn/modules/data-leak-prevention/identify-and-prevent-sharing-violations?trail_id=security_developer | CC-MAIN-2019-22 | en | refinedweb |
tag:blogger.com,1999:blog-36502598709982522422019-05-10T12:51:11.604+02:00the world. according to kotoon security, malware, cryptography, pentesting, javascript, php and whatnotsUnknownnoreply@blogger.comBlogger87125tag:blogger.com,1999:blog-3650259870998252242.post-63431981275037699552016-06-28T17:52:00.000+02:002016-... | http://feeds.feedburner.com/TheWorldAccordingToKoto | CC-MAIN-2019-22 | en | refinedweb |
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Stephan Richter wrote: > On Wednesday 15 August 2007 08:01, Christian Theune wrote: >> zope.traversing has a dependency to zope.app.applicationcontroller. This >> is because zope.traversing implements the "etc" namespace and has a hard >> coded reference to "applicationcont... | https://www.mail-archive.com/zope3-dev@zope.org/msg09074.html | CC-MAIN-2017-51 | en | refinedweb |
Back to index
import "nsISupports.idl";
Go to the source code of this file.
The signature for the reader function passed to WriteSegments.
This is the "provider" of data that gets written into the stream's buffer.
Implementers should return the following:
Errors are never passed to the caller of WriteSegments.
FROZEN
D... | https://sourcecodebrowser.com/lightning-sunbird/0.9plus-pnobinonly/ns_i_output_stream_8idl.html | CC-MAIN-2017-51 | en | refinedweb |
Hi everybody. As of now, my server will accept clients in a loop, and will pass those clients off into a new windows thread. Inside the thread, the server will be able to receive any data each client may send.
When a client connects, the clientsConnected variable increments. So when 3 clients have connected, clientsCon... | https://www.daniweb.com/programming/software-development/threads/223019/best-way-to-maintain-multiple-client-sockets | CC-MAIN-2017-51 | en | refinedweb |
Locks, Actors, And Stm In Pictures
All programs with concurrency have the same problem.
Your program uses some memory:
When your code is single-threaded, there's just one thread writing to memory. You are A-OK:
But if you have more than one thread, they could overwrite each others changes!
You have three ways of dealin... | http://adit.io/posts/2013-05-15-Locks,-Actors,-And-STM-In-Pictures.html | CC-MAIN-2017-51 | en | refinedweb |
length property itself should not be checked in the code for React child element
- REACT_BAD_LENGTH_CHECK
- Error
- Medium
- react
This rule applies when
length property itself is checked in the code for React child element.
In React, a child element specified as
undefined,
null,
true or
false is excluded from renderin... | https://deepscan.io/docs/rules/react-bad-length-check | CC-MAIN-2017-51 | en | refinedweb |
Details
- Type:
Bug
- Status: Resolved
- Priority:
Major
- Resolution: Fixed
- Affects Version/s: current (nightly)
- Fix Version/s: current (nightly)
- Component/s: Proxy Portlet
- Labels:None
- Environment:Ant 1.6.1, Java 1.4.2, GridSphere portal container
Description
ProxyPortlet contains imports and classes availab... | https://issues.apache.org/jira/browse/WSRP4J-30 | CC-MAIN-2017-51 | en | refinedweb |
Chatlog 2008-11-12
From OWL
See original RRSAgent log and preview nicely formatted version.
Please justify/explain all edits to this page, in your "edit summary" text.
00:00:00 <MarkusK_> PRESENT: Peter Patel-Schneider, Markus Krötzsch, Ivan Herman, Jie Bao, Jos de Bruijn, Boris Motik, Alan Ruttenberg, Uli Sattler, San... | https://www.w3.org/2007/OWL/wiki/Chatlog_2008-11-12 | CC-MAIN-2017-51 | en | refinedweb |
Extensible Security Architectures for Java
- Andrea Clarke
- 1 years ago
- Views:
Transcription
1 Extensible Security Architectures for Java DAN S. WALLACH Princeton University DIRK BALFANZ Princeton University DREW DEAN Princeton University EDWARD W. FELTEN Princeton University Categories and Subject Descriptors: []: ... | http://docplayer.net/1454577-Extensible-security-architectures-for-java.html | CC-MAIN-2017-13 | en | refinedweb |
I've been testing out some code I wrote on a test program. Although GDB doesn't catch anything and it runs fine, it's supposed to generate output files. It did that at first, but after debugging various other aspects of the test program, it doesn't generate any files at all. Extensive debugging of that yielded nothing.... | https://cboard.cprogramming.com/cplusplus-programming/131706-std-fstream-fail-anomaly.html | CC-MAIN-2017-13 | en | refinedweb |
On Wed, 2008-11-12 at 10:22 +0100, Daniel Veillard wrote: > On Fri, Nov 07, 2008 at 03:46:37PM -0500, David Lively wrote: > > It shouldn't be hard to make this thread-safe using Java synchronized > > methods and statements, but I haven't done that yet. Should I?? > > Well if we can, we probably should, yes. I found a b... | https://www.redhat.com/archives/libvir-list/2008-November/msg00195.html | CC-MAIN-2017-13 | en | refinedweb |
There are companies that provide discount dodge parts
they offer high quality and only from the most trusted and
recognized auto body parts manufacturers & also featuring wholesale
auto body parts, aftermarket auto parts, replacement OEM car parts
and new truck parts
They provide Car parts of Acura Parts, Alfa Romeo
Pa... | http://habibintl.com/auto_body_parts.htm | CC-MAIN-2017-13 | en | refinedweb |
Over the past 5 days I’ve implemented a fairly reasonable account login system that allows for logging in and out, handling registrations and handling forgotten passwords. I do have a major problem architecturally with this codebase though. My views, view models and controller for this logic is intermingled with my mai... | https://shellmonger.com/2015/04/08/configuring-areas-in-asp-net-vnext/ | CC-MAIN-2017-13 | en | refinedweb |
On Tue, May 10, 2011 at 6:23 PM, <mvangeertruy@comcast.net> wrote:
>
>
> Danielle,
>
>
>
> We had similar issues with spring xml files, and you're correct, you cannot
> access spring.xml files between bundles. To be clear though, are you
> referring to the xml files in META-INF/spring or are you referring to the
> .xsd... | http://mail-archives.apache.org/mod_mbox/felix-users/201105.mbox/%3CBANLkTimz0tA-dXOxgedxJsO9jmtKedRSvw@mail.gmail.com%3E | CC-MAIN-2017-13 | en | refinedweb |
Quick Start Guide
A stream usually begins at a source, so this is also how we start an Akka Stream. Before we create one, we import the full complement of streaming tools:
import akka.stream._ import akka.stream.scaladsl._
If you want to execute the code samples while you read through the quick start guide, you will al... | http://doc.akka.io/docs/akka/2.4/scala/stream/stream-quickstart.html | CC-MAIN-2017-13 | en | refinedweb |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.