text stringlengths 20 1.01M | url stringlengths 14 1.25k | dump stringlengths 9 15 ⌀ | lang stringclasses 4
values | source stringclasses 4
values |
|---|---|---|---|---|
Hey there!
I have a pretty basic rails + webpacker app, 100% following webpacker tutorial. When i’m trying to load an external controller (following this example) which looks like this:
import { Controller } from "stimulus" export default class extends Controller { static targets = [ "toggleBtn", "moreFilters" ] toggle... | https://discourse.stimulusjs.org/t/manually-import-controller/603 | CC-MAIN-2019-04 | en | refinedweb |
Microkernel (Scala)
The purpose of the Akka Microkernel is to offer a bundling mechanism so that you can distribute an Akka application as a single payload, without the need to run in a Java Application Server or manually having to create a launcher script.
The Akka Microkernel is included in the Akka download found at... | http://doc.akka.io/docs/akka/2.1.0-RC1/scala/microkernel.html | CC-MAIN-2015-40 | en | refinedweb |
[
]
Dmitry Irlyanov commented on HARMONY-2653:
------------------------------------------
Not at all :) I've just saying that without additional catching regression test is incorrect.
My patch is incorrect - you said because (it passes if no exception throws). I've corrected
the regression test
I think it is unavailing... | http://mail-archives.apache.org/mod_mbox/harmony-commits/200701.mbox/%3C18612950.1169061630554.JavaMail.jira@brutus%3E | CC-MAIN-2015-40 | en | refinedweb |
perlmeditation eyepopslikeamosquito <P> <blockquote> <P> <I> Another generally applicable golfing tip is to study every single built-in function the language has to offer </I> </P> <P align="right"> <small> -- From [id://761053|Part II] of this series </small> </P> <P> <I> Number of PHP functions in the main namespace:... | http://www.perlmonks.org/index.pl?displaytype=xml;node_id=762180 | CC-MAIN-2015-40 | en | refinedweb |
With every new release of Windows CE (Windows Embedded
CE, Windows Embedded Compact Edition) version 4.x, 5.0, 6.0, 7.0, 2013 (aka
8.0), people ask what version of Visual Studio they should use for Smart Device
development. And how much it is different from the Visual Studio you use for
developing the OS image, or how ... | http://geekswithblogs.net/WernerWillemsens/archive/2013/09/13/building-windows-ce-6-or-7-smart-device-application-with.aspx | CC-MAIN-2015-40 | en | refinedweb |
IE 9 support for Richfaces 3.x branchgonzalad Oct 20, 2010 12:51 PM
Hello,
Does Richfaces team plan to support IE 9 browser with Richfaces 3.x branch (releasing a 3.3.4 release if needed for IE 9 support) ?
Or do you plan to support IE 9 only with Richfaces 4 ?
We are running some applications in production and need to... | https://community.jboss.org/message/568220 | CC-MAIN-2015-40 | en | refinedweb |
Adding a driver to Player
From The Player Project
These are rough directions for adding a new driver to the CVS source-tree for Player/Stage.
Other HowTos/Tutorials explaining other aspects of writing and building a Player 2.0 driver:
Migrating from Player 1.6 to Player 2.0
How to write a player plugin driver
Very good... | http://playerstage.sourceforge.net/wiki/index.php?title=Adding_a_driver_to_Player&oldid=4221 | CC-MAIN-2015-40 | en | refinedweb |
Facebook Wall .NET API
This project was awarded to czetxinc for $101.14 USD.Get free quotes for a project like this
Awarded to:
Project Budget$100 - $150 USD
Total Bids2
Project Description
We need a .NET library (preferably written in C#, but VB can also be used) that allows us to send markup to the wall of a specifie... | https://www.freelancer.com/projects/PHP-Engineering/Facebook-Wall-NET-API/ | CC-MAIN-2015-40 | en | refinedweb |
NAME
wait, waitpid, wait4, wait3 - wait for process termination
LIBRARY
Standard C Library (libc, -lc)
SYNOPSIS
#include <sys/types.h> #include <sys/wait.h> pid_t wait(int *status); #include <sys/time.h> #include <sys/resource.h> pid_t waitpid(pid_t wpid, int *status, int options);() system call provides a more general... | http://manpages.ubuntu.com/manpages/karmic/man2/waitpid.2freebsd.html | CC-MAIN-2015-40 | en | refinedweb |
data structure for ASTs in Python-written parsers
Discussion in 'Python' started by elib
Design structure for a MMORPG server core written in C++Snyke, Aug 5, 2004, in forum: C++
- Replies:
- 1
- Views:
- 3,105
- Christopher Benson-Manica
- Aug 5, 2004
parsers / lexers usable from Python and Java (and C++/C)?John J. Le... | http://www.thecodingforums.com/threads/data-structure-for-asts-in-python-written-parsers.670555/ | CC-MAIN-2015-40 | en | refinedweb |
Details
- Type:
Bug
- Status: Closed
- Priority:
Critical
- Resolution: Fixed
- Affects Version/s: 1.5.7, 1.6-beta-2
- Fix Version/s: 1.6-rc-1, 1.7-beta-1
- Component/s: None
- Labels:None
Description
Run the attached script to see the bug in action. It seems getProperty() and DOMCategory.get() end up in an infinite lo... | https://issues.apache.org/jira/browse/GROOVY-3109?focusedCommentId=158666&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel | CC-MAIN-2015-40 | en | refinedweb |
Pt-G-4
Thom says:
Warning! Unlike earlier example solutions, there are some significant differences of opinion on how to best implement this ‘extra credit’ question.
You may find yourself with an edited schema that breaks when you try to migrate, and won’t roll back easily, either (I ended up just dropping the whole da... | https://pragprog.com/wikis/wiki/Pt-G-4/version/22 | CC-MAIN-2015-40 | en | refinedweb |
Philip KelleyTeam Foundation Server / Visual Studio Online Evolution Platform Developer Build (Build: 5.6.50428.7875)2008-11-12T20:04:39ZAdding a corporate (or self-signed) certificate authority to git.exe’s store<p>This is a topic that I touched on a little bit in my last post, "<a href="">Git network operations in Vi... | http://blogs.msdn.com/b/phkelley/atom.aspx | CC-MAIN-2015-40 | en | refinedweb |
In addition to supporting conventional (servlet-based) Web development, Spring also supports JSR-168 Portlet development. As much as possible, the Portlet MVC framework is a mirror image of the Web MVC framework, and also uses the same underlying view abstractions and integration technology. So, be sure to review the c... | http://docs.spring.io/spring/docs/2.5.6/reference/portlet.html | CC-MAIN-2015-40 | en | refinedweb |
Originally posted by Don Liu: are we supposed to write the program, or just idea?
import com.coolskill.foundation.io.CFile;
Originally posted by Joel McNary: BTW, the instructions are unclear -- is the upper left corner 0,0 and lower right N-1, N-1, or is upper left 1,1 and lower right N,N?
Originally posted by Joel Mc... | http://www.coderanch.com/t/35083/Programming/June-Newsletter-Puzzle | CC-MAIN-2015-40 | en | refinedweb |
#include <wchar.h> size_t wcsrtombs(char *dest, const wchar_t **src, size_t len, mbstate_t *ps); length limit exists.
In both of the above cases, if ps is a NULL pointer, a static anonymous state only known to the wcsrtombs function is used instead.
The programmer must ensure that there is room for at least len bytes a... | http://man.linuxmanpages.com/man3/wcsrtombs.3.php | crawl-003 | en | refinedweb |
#include <wchar.h> size_t wcsnrtombs(char *dest, const wchar_t **src, size_t nwc, size_t len, mbstate_t *ps);
If dest is not a NULL pointer, L'\0', destination length limit exists.
In both of the above cases, if ps is a NULL pointer, a static anonymous state only known to the wcsnrtombs function is used instead.
The pr... | http://man.linuxmanpages.com/man3/wcsnrtombs.3.php | crawl-003 | en | refinedweb |
From: Dave Jones <davej@suse.de> To: Linux Kernel <linux-kernel@vger.kernel.org> Subject: Linux 2.5.9-dj1 Date: Tue, 23 Apr 2002 15:45:27 +0100 More of the same. Back up to date with Linus, and roll in some more pending bits. As usual,.. Patch against 2.5.9 vanilla is available from: Merged patch archive: Check before ... | http://lwn.net/2002/0425/a/2.5.9-dj1.php3 | crawl-003 | en | refinedweb |
A.
The examples assume you are running your Selenium tests against an existing web server (say an integration or staging server). In this case, I typically set up a dedicated Maven project to do the job. This project will start up a Selenium client, run some Selenium integration tests, and then shut down the Selenium c... | http://weblogs.java.net/blog/johnsmart/archive/2009/05/a_quick_primer.html | crawl-003 | en | refinedweb |
Tell us what you think of the site.
I wish somebody could help me out on the very basics of compiling a mudbox plugin.
I’ve been struggling with it for almost a week, non-stop, and I’ve reached a limbo-guessing state…
All reference and documentations for doing this are so minimal when it comes to preparing a compilatio... | http://area.autodesk.com/forum/autodesk-mudbox/community-help/compiling-qt-plugins-using-the-sdk/ | crawl-003 | en | refinedweb |
JSF 2.0: Writing fully reusable Spinner Component
In my previous blog postings, I talked about making the Spinner component, and then added styles via an external css file. Please review those first, if you haven't looked at them yet.
This time, we'll move the JavaScript out to a separate file, and make sure that we ca... | http://weblogs.java.net/blog/driscoll/archive/2008/11/jsf_20_writing_2.html | crawl-003 | en | refinedweb |
JSF 2.0: Writing a Spinner component
In a previous posting, I described the basic structure of a JSF 2.0 composite component.
Here's a slightly more complex example of writing a component using JSF 2.0's Composite Component feature. The Spinner component takes only 30 lines to create the classic "entry field with butto... | http://weblogs.java.net/blog/driscoll/archive/2008/11/jsf_20_writing.html | crawl-003 | en | refinedweb |
IDP(4) BSD Programmer's Manual IDP(4)
idp - Xerox Internet Datagram Protocol
#include <sys/socket.h> #include <netns/ns.h> #include <netns/idp.h> int socket(AF_NS, SOCK_DGRAM, 0);
IDP is a simple, unreliable datagram protocol which is used to support the SOCK_DGRAM abstraction for the Internet protocol family. IDP). Xe... | http://mirbsd.mirsolutions.de/htman/i386/man4/idp.htm | crawl-003 | en | refinedweb |
This write up discusses the XMLBean integration with Beehive WSM. I have been working on prototypes to address the issues which I should submit soon. The intention of this write up is to explain the current issues requesting comments, suggestion, and alternatives.
The issues discussed here only relates to the Axis inte... | http://wiki.apache.org/beehive/XmnBeansInWsm | crawl-003 | en | refinedweb |
Description
When entering #!/bin/bash into a code block, MoinMoin does not show the line in the HTML view.
Steps to reproduce
Create a new page (or edit the SandBox)
- Create a new code block containing a sample bash script (for example)
- Save and view the page
- The hashbang line is not rendered in the HTML
I expect ... | http://www.moinmo.in/MoinMoinBugs/ParserDoesNotShowHashBangSlash | crawl-003 | en | refinedweb |
posix_trace_get_attr, posix_trace_get_status - retrieve the trace attributes or trace status (TRACING)
Synopsis
Description
Return Value
Errors
Examples
Application Usage
Rationale
Future Directions
See Also
#include <trace.h>
int posix_trace_get_attr(trace_id_t trid, trace_attr_t *attr);
int posix_trace_get_status(tra... | http://www.squarebox.co.uk/cgi-squarebox/manServer/usr/share/man/man3p/posix_trace_get_status.3p | crawl-003 | en | refinedweb |
I have a virtualbox machine running Ubuntu Server 10.04LTS. My intention is to this machine to work like a VPS, this way I can learn and prepare for when I get a VPS service.
Apache+mod_wsgi for deploying the Django app seems the right choice to me.
I have the domain (marianofalcon.com.ar) but nothing else, no DNS.
The... | http://serverfault.com/questions/164515/deploying-a-django-application-in-a-virtual-ubuntu-server | crawl-003 | en | refinedweb |
Controls the behaviour of vtol_extract_topology. More...
#include <vtol_extract_topology.h>
Controls the behaviour of vtol_extract_topology.
Definition at line 45 of file vtol_extract_topology.h.
Construct with the default values for the parameters.
The constructor does not take parameters by design. Use the explicit s... | http://public.kitware.com/vxl/doc/release/contrib/gel/vtol/html/structvtol__extract__topology__params.html | crawl-003 | en | refinedweb |
A node in the graph of vertices. More...
#include <vtol_extract_topology.h>
A node in the graph of vertices.
The links correspond to edges between the vertices. Each vertex is located at the corner of the pixel.
Definition at line 131 of file vtol_extract_topology.h.
Create a node for vertex at (i,j).
Definition at lin... | http://public.kitware.com/vxl/doc/release/contrib/gel/vtol/html/structvtol__extract__topology__vertex__node.html | crawl-003 | en | refinedweb |
java.lang.Object
org.jboss.seam.security.crypto.MacBasedPRForg.jboss.seam.security.crypto.MacBasedPRF
public class MacBasedPRF
Copied from Matthias Gartner's PKCS#5 implementation - see Default PRF implementation based on standard javax.crypt.Mac mechanisms..
protected Mac mac
protected int hLen
protected String macAlg... | http://docs.jboss.org/seam/2.2.0.CR1/api/org/jboss/seam/security/crypto/MacBasedPRF.html | crawl-003 | en | refinedweb |
java.lang.Object
org.jboss.seam.security.crypto.BinToolsorg.jboss.seam.security.crypto.BinTools
public class BinTools
Copied from Matthias Gartner's PKCS#5 implementation - see
Free auxiliary functions. static final String hex
public BinTools()
public static String bin2hex(byte[] b)
b- Input bytes. May be
null.
nullinp... | http://docs.jboss.org/seam/2.2.0.CR1/api/org/jboss/seam/security/crypto/BinTools.html | crawl-003 | en | refinedweb |
import "go.mongodb.org/mongo-driver/internal/testutil"
AddCompressorToUri checks for the environment variable indicating that the tests are being run with compression enabled. If so, it returns a new URI with the necessary configuration
AddOptionsToURI appends connection string options to a URI.
AddTLSConfigToURI check... | https://godoc.org/go.mongodb.org/mongo-driver/internal/testutil | CC-MAIN-2019-51 | en | refinedweb |
In my usual roundup, let's have a quick look at what's new an noteworthy for JET Custom Component Authors in JET 6.0.0 which was released recently.
If you read the documentation and have a look at the cookbook, you'll notice that there is a subtle re-naming operation slowly taking place. We're talking less about "CCA" ... | https://blogs.oracle.com/groundside/jet-600-notes-for-component-authors | CC-MAIN-2019-51 | en | refinedweb |
Sounds like fun :-p
Thanks!
Type: Posts; User: crepincdotcom
Sounds like fun :-p
Thanks!
Greetings,
Back many years ago, I figured out how to control the pins of a serial port independently under Win98 in VB6. IE, rather than writing data to the port, I could set two of the pins low...
is -Wall like "use strict;" in pe... | https://cboard.cprogramming.com/search.php?s=09b7b041a5bdab4c3202f23e13414453&searchid=2221931 | CC-MAIN-2019-51 | en | refinedweb |
The Josephus problem (or Josephus permutation) is a theoretical problem related to a certain counting-out game.
You may also like to read Solving Josephus problem using PHP
People are standing in a circle waiting to be executed. Counting begins at a specified point in the circle and proceeds around the circle in a spec... | https://www.roytuts.com/solving-josephus-problem-using-java/ | CC-MAIN-2019-51 | en | refinedweb |
Introduction
Deep Learning at scale is disrupting many industries by creating chatbots and bots never seen before. On the other hand, a person just starting out on Deep Learning would read about Basics of Neural Networks and its various architectures like CNN and RNN.
But there seems like a big jump from the simple con... | https://www.analyticsvidhya.com/blog/2018/03/essentials-of-deep-learning-sequence-to-sequence-modelling-with-attention-part-i/ | CC-MAIN-2019-51 | en | refinedweb |
Dalin Nkulu15,587 Points
foreach loop challenge: i don't understand the conditional statement
in the conditional statement what is the 3 "frog" for me the first "Frog" is the class the second ("frog") act as a counter the third it the object of the class
why "frogs.TongueLength" do not work but "frog.TongueLength" will... | https://teamtreehouse.com/community/foreach-loop-challenge-i-dont-understand-the-conditional-statement | CC-MAIN-2019-51 | en | refinedweb |
Proposed exercise
Create a program to "invert" a file, using a "FileStream":.
Output
Solution
using System; using System.IO; class InverterFileStream { static void Main() { Console.Write("Enter the name: "); string name = Console.ReadLine(); FileStream file = File.OpenRead(name); long size = file.Length; byte[] data = ... | https://www.exercisescsharp.com/2013/04/823-invert-binary-file-2.html | CC-MAIN-2019-51 | en | refinedweb |
- Type:
New Feature
- Status: Resolved
- Priority:
Trivial
- Resolution: Implemented
- Affects Version/s: None
- Fix Version/s: None
- Component/s: None
- Labels:None
- Release Note:adds api features to the webapp part of hadoop allowing to retrieve task stats for a given job
a rest api that returns a simple JSON conta... | https://issues.apache.org/jira/browse/MAPREDUCE-2818 | CC-MAIN-2019-51 | en | refinedweb |
Fitting with constraints¶
fitting support constraints, however, different fitters support
different types of constraints. The
supported_constraints
attribute shows the type of constraints supported by a specific fitter:
>>> from astropy.modeling import fitting >>> fitting.LinearLSQFitter.supported_constraints ['fixed']... | http://docs.astropy.org/en/latest/modeling/example-fitting-constraints.html | CC-MAIN-2019-51 | en | refinedweb |
12 Hr Binary Clock, Hours and Minutes Only, DS1307 RTC, I2C, Arduino-Nano
Introduction: 12 Hr Binary Clock, Hours and Minutes Only, DS1307 RTC, I2C, Arduino-Nano
For a while now I have wanted to make a binary clock, but after looking around I decided I wanted something just a bit different. So I decided to only display... | http://www.instructables.com/id/12-Hr-Binary-Clock-hours-and-minutes-only-DS1307-R/ | CC-MAIN-2017-34 | en | refinedweb |
Design Pattern - Factory.
Implementation
We're going to create a Shape interface and concrete classes implementing the Shape interface. A factory class ShapeFactory is defined as a next step.
FactoryPatternDemo, our demo class will use ShapeFactory to get a Shape object. It will pass information (CIRCLE / RECTANGLE / S... | https://www.tutorialspoint.com/design_pattern/factory_pattern.htm | CC-MAIN-2017-34 | en | refinedweb |
iOS 10 Video Playback using AVPlayer and AVPlayerViewController
Whilst the iPhone 3GS model introduced support for recording videos using the built in camera, all iPhone and iPad models and iOS versions have included support for video playback. Video playback support in iOS is provided by combining the AVFoundation AVP... | http://www.techotopia.com/index.php/IOS_8_Video_Playback_using_AVPlayer_and_AVPlayerViewController | CC-MAIN-2017-34 | en | refinedweb |
Configure Recipes
Configure recipes are assigned to the layer's Configure lifecycle event, which occurs on all of the stack's instances whenever an instance enters or leaves the online state. You use Configure recipes to adjust an instance's configuration to respond to the change, as appropriate. When you implement a C... | http://docs.aws.amazon.com/opsworks/latest/userguide/create-custom-configure.html | CC-MAIN-2017-34 | en | refinedweb |
I'm running into a bit of trouble, I'm trying to create a list of places for the user to select from. The choices have distances assigned to them, I then want to get the first and second choices from the user and add the distances together, however it will only allow me to output as a string, whereas in this code I hav... | http://www.python-forum.org/viewtopic.php?p=6216 | CC-MAIN-2017-34 | en | refinedweb |
This action might not be possible to undo. Are you sure you want to continue?
1
2
The Final Song. Part two.
REWIND. REWIND. REWIND. REWIND.
© © © © Bruce C. Lee December 2005.
This book was written at Nitmiluk
Gorge from July 2005 to December 2005.
3
© Bruce Cameron Lee December 2005
The Final Song. Part two.
REWIND. B... | https://www.scribd.com/document/24503993/The-Final-Song-Part-Two-Rewind | CC-MAIN-2017-34 | en | refinedweb |
Spring about the various components involved in Spring Portlet framework like Controllers, Handler Mappings, View Resolvers etc. Finally, it concludes with a sample which illustrates developing Portlet applications using Spring’s Portlet approach. Before delving into this article, the reader is expected to have a fair ... | http://javabeat.net/introduction-to-spring-portlets/ | CC-MAIN-2017-34 | en | refinedweb |
27 June 2005 22:59 [Source: ICIS news]
HOUSTON (CNI)--US prompt benzene spot prices moved past $3/gal Monday for the first time since 27 April with traders citing rising crude prices for the increase.
Traders said July spot business was completed today at $3.03/gal FOB USG. But later in the day traders said the July bi... | http://www.icis.com/Articles/2005/06/27/688507/us-july-benzene-spot-prices-at-3gal-highest-since.html | CC-MAIN-2014-52 | en | refinedweb |
Code-signing certificates
About AIR code signing
About AIR publisher identifiers
About Certificate formats
Time stamps
Obtaining a certificate
Example: Getting an AIR Developer Certificate from Thawte
Changing certificates
Terminology
iOS Certificates
Generating a certificate signing request
Converting a developer cert... | http://help.adobe.com/en_US/air/build/WS5b3ccc516d4fbf351e63e3d118666ade46-7ff0.html | CC-MAIN-2014-52 | en | refinedweb |
Hi.
I started programming a couple of weeks ago. I'm going through that C++ Without Fear book recommended on this site. I'm on page 107.
Basically, I made this program that calculates factorials (with some help from the answers on the CD I admit). It's below.
In the get_factorials function, I've added in a second varia... | http://cboard.cprogramming.com/cplusplus-programming/94045-making-functions-execute-certain-times-printable-thread.html | CC-MAIN-2014-52 | en | refinedweb |
Difference between revisions of "FAQ How do I access the active project?"
Latest revision as of 09:29, 22 October 2013EditorInput(); if (!(input instanceof IFileEditorInput)) return null; return ((IFileEditorInput)input).getFile(); }
The code above has a minor error:
IEditorInput input = editor.getEditorInput();
To obt... | http://wiki.eclipse.org/index.php?title=FAQ_How_do_I_access_the_active_project%3F&diff=349680&oldid=12406 | CC-MAIN-2014-52 | en | refinedweb |
Thanks alot for the response but what I guess I don't get is why does explicit casting exist for objects? Since upcasting is implicit, it doesn't require a cast in the () format as my first example. This compiles just fine: public class BaseTest2{ public static void main(String [] args){ BaseTest2 base = new BaseTest2(... | http://www.coderanch.com/t/239272/java-programmer-SCJP/certification/Dan-exam-ClassCastException | CC-MAIN-2014-52 | en | refinedweb |
jGuru Forums
Posted By:
Andre_TheMunchkin
Posted On:
Tuesday, June 19, 2001 12:21 PM
Solution (well...):
use URLConnection and turn
caching off
Solution problem:
urlconection.getContent() returns an object
that needs be deciphered (it's a gif). i'd rather not write
the gif handler code so....???
What doesn't work:
the ... | http://www.jguru.com/forums/view.jsp?EID=441584 | CC-MAIN-2014-52 | en | refinedweb |
I'm afraid that by using longs to keep track of time for each individual output I will quickly run out of memory.
static unsigned short Previous;const unsigned short Rate = 1313;void loop( void ){ unsigned short Current; Current = millis(); if ( Current - Previous >= Rate ) // If necessary, use type casting here to ens... | http://forum.arduino.cc/index.php?topic=158759.msg1188771 | CC-MAIN-2014-52 | en | refinedweb |
On Wed, 18 Mar 2009 20:08:49 +0200 Boaz Harrosh <bharrosh@panasas.com> wrote:> implementation of directory and inode operations.> > * A directory is treated as a file, and essentially contains a list> of <file name, inode #> pairs for files that are found in that> directory. The object IDs correspond to the files' inod... | http://lkml.org/lkml/2009/3/31/90 | CC-MAIN-2014-52 | en | refinedweb |
/* Kernel Object Display facility for Cisco Copyright 1999, 2000 Free Software Foundation, Inc. Written by Tom Tromey <tromey@cygnus_string.h" #include "kod.h" #ifdef HAVE_STDLIB_H #include <stdlib.h> #endif /* Define this to turn off communication with target. */ /* #define FAKE_PACKET */ /* Size of buffer used for re... | http://opensource.apple.com/source/gdb/gdb-1344/src/gdb/kod-cisco.c | CC-MAIN-2014-52 | en | refinedweb |
- Fund Type: Investment Trust
- Objective: Value Small Cap
- Asset Class: Equity
- Geographic Focus: U.K.
Aberforth Smaller Companies Trust PLC+ Add to Watchlist
ASL:IX1,030.0000 GBp 5.0000 0.48%
As of 11:30:00 ET on 12/17/2014.
Snapshot for Aberforth Smaller Companies Trust PLC (ASL)
ETF Chart for ASL
- ASL:IX 1,030.0... | http://www.bloomberg.com/quote/ASL:IX | CC-MAIN-2014-52 | en | refinedweb |
21 January 2010 07:51 [Source: ICIS news]
By Nurluqman Suratman
SINGAPORE (ICIS news)--Prices of petrochemical products in Asia may start to feel some pressure as China – a major importer in the region – appeared to have accelerated its credit tightening measures, analysts and market sources said on Thursday.
Still, de... | http://www.icis.com/Articles/2010/01/21/9327597/mild-pressure-on-asia-petchems-as-china-steps-up-credit-squeeze.html | CC-MAIN-2014-52 | en | refinedweb |
06 September 2012 18:26 [Source: ICIS news]
HOUSTON (ICIS)--Producers of specialty fracking chemicals will continue to see good growth prospects in ?xml:namespace>
Nexant - which is working on an in-depth study of the market for fracking (hydraulic fracturing) chemicals - estimates that producers should see compound gr... | http://www.icis.com/Articles/2012/09/06/9593471/outlook-for-fracking-chemicals-good-nexant.html | CC-MAIN-2014-52 | en | refinedweb |
").
After that $primitive remains the same, but it is now bless()ed as object that exposes corresponding perltie methods, so that the following, for example, become interchangeable for both tied() and not tied() %$primitive:
$primitive->{foo}; $primitive->FETCH('foo'); # same $primitive->fetch('foo'); # same
Also, in c... | http://search.cpan.org/~metadoo/Object-Hybrid-0.07/lib/Object/Hybrid.pm | CC-MAIN-2014-52 | en | refinedweb |
Using XML in Visual Basic 2005: Chapter 12 of Professional VB 2005
This chapter introduces the five XML namespaces in the .NET Framework and demonstrates how to generate and manipulate XML in VB 2005.
Continue Reading This Article
Enjoy this article as well as all of our content, including E-Guides, news, tips and more... | http://searchwindevelopment.techtarget.com/tip/Using-XML-in-Visual-Basic-2005-Chapter-12-of-Professional-VB-2005 | CC-MAIN-2014-52 | en | refinedweb |
Troubleshoot content deployment
Updated: April 28, 2009
Applies To: Office SharePoint Server 2007
Topic Last Modified: 2009-05-26
This article provides troubleshooting steps for common issues that you might encounter during content deployment in Microsoft Office SharePoint Server 2007.
In this article:
Ensure that the ... | http://technet.microsoft.com/en-us/library/dd795107.aspx | CC-MAIN-2014-52 | en | refinedweb |
I am transferring this over from the old RE forums, because I think i's a helpful guide for those interested in adding another application to the exploit module in the Metasploit Unleashed - Mastering the Framework course. The guide also goes into detail about exploit development using Metasploit. This guide is not par... | http://www.backtrack-linux.org/forums/printthread.php?t=368&pp=10&page=1 | CC-MAIN-2014-52 | en | refinedweb |
GREPPER
SEARCH SNIPPETS
USAGE DOCS
INSTALL GREPPER
All Languages
>>
Javascript
>>
functional component react with state
“functional component react with state” Code Answer’s
state with react functions
javascript by
Testy Tamarin
on Mar 13 2020
Donate
6
1
import React, { useState } from 'react'; function Example() { // ... | https://www.codegrepper.com/code-examples/javascript/functional+component+react+with+state | CC-MAIN-2021-10 | en | refinedweb |
Developing a Workflow
This chapter describes how to develop a workflow and add it to a production. The next chapter provides details on optional customizations you can perform during development.
This chapter includes the following topics:
Designing the Workflow Process
Creating and Adding the Workflow Process
Adding t... | https://docs.intersystems.com/latest/csp/docbook/DocBook.UI.Page.cls?KEY=EGWF_DEV | CC-MAIN-2021-10 | en | refinedweb |
.
Dependencies
This library makes use of:
- pyusb for USB-printers
- Pillow for image printing
- qrcode for the generation of QR-codes
- pyserial for serial printers
Documentation and Usage
The basic usage is:
from escpos.printer import Usb """ Seiko Epson Corp. Receipt Printer M129 Definitions (EPSON TM-T88IV) """ p =... | https://pypi.org/project/python-escpos/ | CC-MAIN-2018-26 | en | refinedweb |
This chapter provides an overview of the triple index in MarkLogic Server and includes the following sections:
The triple index is used to index schema-valid sem:triple elements found anywhere in a document. The indexing of triples is performed when documents containing triples are ingested into MarkLogic or during a d... | http://docs.marklogic.com/guide/semantics/indexes | CC-MAIN-2018-26 | en | refinedweb |
public class KeyStroke extends AWTKeyStroke.
Keymap,
getKeyStroke(char)
equals, getAWTKeyStroke, getAWTKeyStroke, getAWTKeyStroke, getAWTKeyStroke, getAWTKeyStroke, getAWTKeyStrokeForEvent, getKeyChar, getKeyCode, getKeyEventType, getModifiers, hashCode, isOnKeyRelease, readResolve, registerSubclass, toString
clone, fi... | https://docs.oracle.com/javase/8/docs/api/javax/swing/KeyStroke.html | CC-MAIN-2018-26 | en | refinedweb |
- Hour 8: Windows Client for the Four Function Calculator
- Building a Proxy Class with WSDL.exe
- Summary
- Q&A
- Workshop
Building a Proxy Class with WSDL.exe
An alternative to using the Visual Studio.NET Web Reference wizard to create your proxy classes is a DOS utility called WSDL.exe. WSDL.exe, although much more ... | http://www.informit.com/articles/article.aspx?p=29399&seqNum=3 | CC-MAIN-2018-26 | en | refinedweb |
How to bind DataGrid to a list of Hashtable objects
(or any IEnumerable of IDictionary)
Contents
Introduction
Are the traditional .NET languages, C# and Visual Basic, truly dynamic languages? Well, we all know the answer to that question: They are not. Ok, but if they can be used in the same way that we normally use dy... | https://www.red-gate.com/simple-talk/dotnet/net-framework/dynamically-generating-typed-objects-in-net/ | CC-MAIN-2018-26 | en | refinedweb |
Opened 6 years ago
Last modified 4 years ago
#2219 new enhancement
Support reconfig-by-restart
Description (last modified by dustin)
Best practices for buildbot configuration are to have modular config of some sort. Don't ship with an example that doesn't follow best practices.
<@exarkun> (Heck, the sample deployment _... | http://trac.buildbot.net/ticket/2219 | CC-MAIN-2018-26 | en | refinedweb |
Red Hat Bugzilla – Bug 427617
Python.h unconditionally (re)defines _XOPEN_SOURCE
Last modified: 2008-01-31 18:08:39 EST
Description of problem:
The Python.h header unconditionally defines _XOPEN_SOURCE, even if it's
already defined. This causes redefinition errors in kdebindings (PyKDE4) with
GCC 4.3.
Version-Release n... | https://bugzilla.redhat.com/show_bug.cgi?id=427617 | CC-MAIN-2018-26 | en | refinedweb |
Kill all Aliens!
Hello. Just added my space shooter game if any of you are interested in testing it.
It's far from completed but it has a boss now
Things in need of improvement and bugs
- Boss only moves when beeing hit ( wanted it to move all the time
- Enemy lasers do not always need to hit the ship ( if they are rea... | https://forum.omz-software.com/topic/4304/kill-all-aliens | CC-MAIN-2018-26 | en | refinedweb |
Part:
I’m currently in the process of moving houses and planning a wedding – busy, exciting, happy times. There are lots of positives – more yard space, more square footage, time with friends and family, cake…the list goes on. However, mixed in with these big, happy life changes is an underlying anxiety that something ... | http://www.orafaq.com/aggregator/sources/147?page=3 | CC-MAIN-2016-26 | en | refinedweb |
Exherbo::Packager
use Exherbo::Packager qw/init_config gen_template/; my $config_loc = "/etc/exherbo-packager.yml" init_config($config_loc); gen_template("Exherbo::Packager");
This module exports two functions, one to initialize the configuration of the packager, and the other to generate the exheres. Currently, this p... | http://search.cpan.org/~worr/Exherbo-Packager-1.122480/lib/Exherbo/Packager.pm | CC-MAIN-2016-26 | en | refinedweb |
The goal is to eliminate need for use of SystemAction & similar and replace their common usages with something more
declarative, easier to use and effective in the runtime.
Please review the plan to introduce @ActionRegistration as described at
DS01: "The actual usages in menu & co. will remain in layers". I don't thin... | https://netbeans.org/bugzilla/show_bug.cgi?id=166658 | CC-MAIN-2016-26 | en | refinedweb |
Python and the Mac Clipboard
I wanted a handy way to convert a feed url to the redirected url. For example, Reeder puts this url on the clipboard:
“”
But when I make a post, I want this url:
“”
There are a number of reasonable ways to do this, but I like Python so that’s what I went with.
It’s a Hack!
I’m an inquisitiv... | http://macdrifter.com/2011/12/python-and-the-mac-clipboard.html | CC-MAIN-2016-26 | en | refinedweb |
import wx app = wx.App() win = wx.Frame(None) win.Show() app.MainLoop()
When I run it I get the error:
Traceback (most recent call last):
File "C:\Python27\test.py", line 2, in <module>
app = wx.App()
AttributeError: 'module' object has no attribute 'App'
Does anyone know how to fix this? The wxPython installed it the ... | http://www.dreamincode.net/forums/topic/210263-wxpython-error-module-has-no-attribute-app/ | CC-MAIN-2016-26 | en | refinedweb |
camera_get_whitebalance_regions()
Retrieve the white balance regions configured on the camera.
Synopsis:
#include <camera/camera_api.h>
camera_error_t camera_get_whitebalance white balance regions available on the camera.
- numsupported
The pointer to an integer that is populated with the number of white balance region... | https://developer.blackberry.com/playbook/native/reference/com.qnx.doc.camera.lib_ref/topic/camera_get_whitebalance_regions.html | CC-MAIN-2016-26 | en | refinedweb |
Hello Atti,
One option is to...
- create an object that will do what you want
- drop a reference to it into the context
- reference it from your velocity template
Occasionally I have had a need to execute business logic from within a
template and this approach works for that.
Another other option is to create a "Tool" ... | http://mail-archives.apache.org/mod_mbox/turbine-user/201009.mbox/%3C85044A1377194974AA309B2EAC4332A0@lifeinnov.int%3E | CC-MAIN-2016-26 | en | refinedweb |
....
Hashed indices constitute a trade-off with respect to ordered indices: if correctly used,
they provide much faster lookup of elements, at the expense of losing sorting
information.
Let us revisit our
employee_set example: suppose a field for storing
the Social Security number is added, with the requisite that look... | http://www.boost.org/doc/libs/1_36_0/libs/multi_index/doc/tutorial/indices.html | CC-MAIN-2016-26 | en | refinedweb |
This series of articles started when I wanted to write a weblog about the impact of class loaders in a J2EE server. But the log entry grew, due the fact that a few basic rules still can provide a complex system, as you see in physics, where a few basic components and forces can build up something like our universe with... | http://www.onjava.com/pub/a/onjava/2003/11/12/classloader.html?page=last | CC-MAIN-2016-26 | en | refinedweb |
Details
Description
Modified description to be clearer:
Ivy is extremely aggressive towards repositories . This can result in
failures to resolve, even against a healthy repository and with no network latency.
The symptom:
[ivy:resolve] 01-07-2008 13:16:24
org.apache.commons.httpclient.HttpMethodDirector executeWithRet... | https://issues.apache.org/jira/browse/IVY-1105?attachmentOrder=desc | CC-MAIN-2016-26 | en | refinedweb |
This is a discussion on [kdvi,kviewshell] possible patches - KDE ; First, is this the right forum to be talking about all this? I have made some progress in my efforts to port kdvi to Windows and now have an app that runs without using the KParts factory stuff to create ...
First, is this the right forum to be talking ... | http://fixunix.com/kde/147791-%5Bkdvi-kviewshell%5D-possible-patches.html | CC-MAIN-2016-26 | en | refinedweb |
perlquestion acanfora Hello all, I am trying to export by default a variable from a module in the importer namespace, please look at this sample code: <code> package EXAMPLE; use strict; use warnings; sub import{ my $context = caller; my $symbol = "$context\:\:my_dirt_sneaky_object_reference"; warn $context; warn $symb... | http://www.perlmonks.org/?displaytype=xml;node_id=996605 | CC-MAIN-2016-26 | en | refinedweb |
So is the while loop beyond the scope of the original value of location?
prog- is a list of strings.
The print statement is just for me trying to debug.
The if statement looks for a condition to end the loop.
- Code: Select all
# here is a broken solution to get you started
def execute(prog):
location = 0
T=0
while Tru... | http://www.python-forum.org/viewtopic.php?p=5450 | CC-MAIN-2016-26 | en | refinedweb |
The State of XML Parsing in Ruby (Circa 2009)
It's almost the end of 2009, and I have to ask: are we through dealing with XML yet?
Although many of us wish we could consume the web through a magic programmer portal that shields us and our code from all the pointy angle brackets, the reality that is the legacy of HTML, ... | https://blog.engineyard.com/2009/xml-parsing-in-ruby | CC-MAIN-2016-26 | en | refinedweb |
hello guys i need a little bit of help. i have a java program that is suppose to be an assignment on learning for loops, this is my coding iv done (below) , it is suppose to accumulate 4 integers and add them together and if the value = below 34 it gives a certain message and vice versa if above 34 it gives another mes... | https://www.hackthissite.org/forums/viewtopic.php?f=36&t=9366 | CC-MAIN-2016-26 | en | refinedweb |
On Mon, 12 Sep 2005, Scott Eade wrote:
>> Therefore I am inclined to follow the proposed solution and throw an
>> exception in the constructor of LargeSelect if the chosen DB does not
>> support native limit and offset.
>> ...
>>
>> Are there any objections ? Is everybody ok with throwing a
>> RuntimeException, or woul... | http://mail-archives.apache.org/mod_mbox/db-torque-dev/200509.mbox/%3C20050911225103.H42165@minotaur.apache.org%3E | CC-MAIN-2016-26 | en | refinedweb |
...one of the most highly
regarded and expertly designed C++ library projects in the
world. — Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
#include <boost/phoenix/bind/bind_member_variable.hpp>
Member variables can also be bound much like member functions. Member variables
are not functions. Yet, like the
... | http://www.boost.org/doc/libs/1_47_0/libs/phoenix/doc/html/phoenix/modules/bind/binding_member_variables.html | CC-MAIN-2016-26 | en | refinedweb |
i have split a string by space ,done some operation and now how to properly order them for sending a mail in java or jsp - JSP-Servlet
i have split a string by space ,done some operation and now how to properly... a string by space and collected some special charactor in that and done some... that is not properly order... | http://www.roseindia.net/tutorialhelp/comment/93842 | CC-MAIN-2014-10 | en | refinedweb |
Using Speech Dictionaries to Improve Handwriting Recognition Results
Stefan Wick
Microsoft Corporation
June 2004
Applies to:
Microsoft Tablet PC Platform SDK
Windows XP Tablet PC Edition 2005
Handwriting recognition
Custom dictionaries
Summary: This article describes how the handwriting recognizer uses speech dictionar... | http://msdn.microsoft.com/en-us/library/ms812511.aspx | CC-MAIN-2014-10 | en | refinedweb |
="...
I...
Both include and require include and evaluate the file specified as argument. The only difference is, when the included file cannot be found, include emits a warning while require emits a fatal error. Example:
<?php include('non-existing-file'); require(...Outputs:
PHP Warning: include(non-existing-file): fa... | http://www.xinotes.net/notes/keywords/line/file/open/ | CC-MAIN-2014-10 | en | refinedweb |
« Return to documentation listing
#include <mpi.h>
int MPI_Init_thread(int *argc, char ***argv,
int required, int *provided)
INCLUDE ’mpif.h’
MPI_INIT_THREAD(REQUIRED, PROVIDED, IERROR)
INTEGER REQUIRED, PROVIDED, IERROR
#include <mpi.h>
int MPI::Init_thread(int& argc, char**& argv, int required)
int MPI::Init_thread(i... | http://icl.cs.utk.edu/open-mpi/doc/v1.5/man3/MPI_Init_thread.3.php | CC-MAIN-2014-10 | en | refinedweb |
awt list item* - Swing AWT
information.
Thanks...awt list item* how do i make an item inside my listitem...);
choice.add("Java ");
choice.add("Jsp");
choice.add("Servlets
Item Events in Java
events in java. This
demonstrates that the event generated when you select an item...
Item Events in Java
...; items from the it... | http://www.roseindia.net/tutorialhelp/comment/96275 | CC-MAIN-2014-10 | en | refinedweb |
Archived:How to add a submenu in PySymbian
From Nokia Developer Wiki
Article Metadata
Tested with
Devices(s): Nokia N96Compatibility
Platform(s): S60 2nd Edition, S60 3rd EditionArticle
Keywords: appuifw, menu
Created: (15 Mar 2007)
Last edited: fasttrack (25 Sep 2009)
Overview
Python can use submenu in menu options bu... | http://developer.nokia.com/community/wiki/index.php?title=How_to_add_a_submenu&oldid=63897 | CC-MAIN-2014-10 | en | refinedweb |
#include <relaxation_block.h>
Block Jacobi (additive Schwarz) method with possibly overlapping blocks.
This class implements the step() and Tstep() functions expected by SolverRelaxation and MGSmootherRelaxation. They perform an additive Schwarz method on the blocks provided in the BlockList of AdditionalData. Differin... | http://www.dealii.org/developer/doxygen/deal.II/classRelaxationBlockJacobi.html | CC-MAIN-2014-10 | en | refinedweb |
> I have been trying to do some CSV-style processing. My code works > fine for small input (up to 10MB), but performs poorly for moderate to > large input (it can't seem to finish 100MB of input with 700MB heap > space). I have gone through several optimization passes with profiler > help, and now I am hoping someone e... | http://www.haskell.org/pipermail/haskell-cafe/2006-October/018832.html | CC-MAIN-2014-10 | en | refinedweb |
A Kalzium double bill today, with Kalzium gaining recognition in OsnaBrück University's annual prize giving, and this week's People Behind KDE interview. Find out everything you wanted to know about chemistry, the small print on toothpaste, and why not to visit Bavaria in the People Behind KDE interview with Carsten Ni... | http://dot.kde.org/comment/89332 | CC-MAIN-2014-10 | en | refinedweb |
bug at jsf 2.0 f:setPropertyActionListener
f:setPropertyActionListener works after action, but must work before action. It seems like bug at mojarra
It's simple test which I tried to undestand this problem. What message should appear when click on test button? I think there should be "heyMan", but if you'll try you see... | https://www.java.net/node/701686 | CC-MAIN-2014-10 | en | refinedweb |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.