text
stringlengths
20
1.01M
url
stringlengths
14
1.25k
dump
stringlengths
9
15
lang
stringclasses
4 values
source
stringclasses
4 values
A minimal node SOAP client This branch is forked from. The last integration is based on the latest commit b46eefcad8 at 2012-12-11. Install: npm install soap-js This branch fixes the defects below. 0.2.8 Fix the issue that namespace should propagate to child nodes and clean up of unused code. Accept the pull request 0....
https://www.npmjs.com/package/soap-js
CC-MAIN-2016-50
en
refinedweb
Configuration Handlers in .NET Pages: 1, 2 If the configuration system cannot find a node that matches the path we asked for, it does not call Create() on the section handler and ConfigurationSettings.GetConfig() simply returns null. Returning null is a bit of a pain. Any place we call GetConfig(), we'll have to check ...
http://archive.oreilly.com/pub/a/dotnet/2003/01/01/configsections.html?page=2
CC-MAIN-2016-50
en
refinedweb
Res. 4 2. Altamura A. SRs are generated in systems of binary trading price action that necessitate common frames of reference for individuals and groups participating in these communications. People outside the home may begin to reject a hyperactive child be- cause of his or her behavior. A Filter Based Bit Allocation ...
http://newtimepromo.ru/binary-trading-price-action-1.html
CC-MAIN-2016-50
en
refinedweb
I'm trying to right a good number generator that covers uint64_t def uInt64s : Gen[BigInt] = Gen.choose(0,64).map(pow2(_) - 1) 2^n - 1 0 <= n < 2^64 Okay, maybe I am missing something here, but isn't it as simple as this? def uInt64s : Gen[BigInt] = Gen.chooseNum(Long.MinValue,Long.MaxValue) .map(x => BigInt(x) + BigIn...
https://codedump.io/share/dATMZqvxqS2v/1/scalacheck-number-generator-between-0-lt-x-lt-264
CC-MAIN-2016-50
en
refinedweb
.security;23 24 import java.util.Set ;25 26 public class SecurityMethodConfig extends org.jboss.aop.metadata.MethodConfig27 {28 /** The unchecked element specifies that a method is not checked for29 * authorization by the container prior to invocation of the method.30 * Used in: method-permission31 */32 private boolean...
http://kickjava.com/src/org/jboss/aspects/security/SecurityMethodConfig.java.htm
CC-MAIN-2016-50
en
refinedweb
This#. Open MySQL Admin page and create a new database. After creating the new database, create a new table.)). Add namespace to the project. Create a MySQL connection string. The following code will insert the data into MySQL table. The following function will load the data from the table and bind it into a GridView. ...
https://www.codeproject.com/tips/423233/how-to-connect-to-mysql-using-csharp?fid=1749193&df=90&mpp=10&sort=position&spc=relaxed&tid=4312867
CC-MAIN-2016-50
en
refinedweb
import java.io.IOException; import java.io.InputStream; import java.security.MessageDigest; .. java.security.DigestInputStream public class SdkDigestInputStream extends DigestInputStream implementsSdkDigestInputStream extends DigestInputStream implements private static final int SKIP_BUF_SIZE = 2*1024; public SdkDigest...
http://grepcode.com/file/repo1.maven.org$maven2@com.amazonaws$aws-java-sdk-osgi@1.9.34@com$amazonaws$internal$SdkDigestInputStream.java
CC-MAIN-2016-50
en
refinedweb
Lots of goodies (most of which I won't bother to list until I do the actual release notes) but it's going to be a good one I think. Overall things are just a lot cleaner under the hood, noticeably faster in the VM, and just plain more fun to write code in. I hope to finish off a minimalistic editor based on Scintilla t...
http://www.gamedev.net/blog/355/entry-2247350-hold-on-to-your-butts/
CC-MAIN-2016-50
en
refinedweb
PTHREAD_CREATE(3) BSD Programmer's Manual PTHREAD_CREATE(3) pthread_create - create a new thread #include <pthread.h> int pthread_create(pthread_t *thread, const pthread_attr_t *attr, void *(*start_routine)(void *), void *arg); The pthread_create() function is used to create a new thread, with attri- butes specified by...
http://www.mirbsd.org/htman/i386/man3/pthread_create.htm
CC-MAIN-2016-50
en
refinedweb
Re: Has anyone used f90sql-lite with g95? - From: Ed <emammendes@xxxxxxxxx> - Date: Tue, 15 Jan 2008 08:44:56 -0800 (PST) On Jan 15, 11:47 am, Gordon Sande <g.sa...@xxxxxxxxxxxxxxxx> wrote: On 2008-01-14 17:47:21 -0400, Ed <emammen...@xxxxxxxxx> said: On Jan 14, 3:13 pm, Gordon Sande <g.sa...@xxxxxxxxxxxxxxxx> wrote: O...
http://coding.derkeiler.com/Archive/Fortran/comp.lang.fortran/2008-01/msg00385.html
CC-MAIN-2013-48
en
refinedweb
Using Accelerometer in Qt and Windows Phone This article demonstrates how to access the device accelerometer sensor in Qt Quick and WP7. Code Example Tested with Compatibility Windows Phone 8 Windows Phone 7.5 Platform Security Article Introduction This article shows how to access and use the accelerometer in both Qt a...
http://developer.nokia.com/Community/Wiki/Using_Accelerometer_in_Qt_and_Windows_Phone
CC-MAIN-2013-48
en
refinedweb
This article describes how to handle conversions from an anonymous type to a specific type by using .NET 3.5 extensions. It is especially helpful when using LINQ to SQL to retrieve data in the form of lists and/or arrays. With Microsoft LINQ to SQL, you enjoy the ability of using a strong programming language and at th...
http://www.codeproject.com/Articles/38635/Converting-anonymous-types-to-any-type?msg=4050341
CC-MAIN-2013-48
en
refinedweb
java.lang.Object com.nokia.mid.ui.multipointtouch.MultipointTouchcom.nokia.mid.ui.multipointtouch.MultipointTouch public class MultipointTouch MultipointTouch class provides access to data and configuration related to the multiple touch points. The API imposes the restriction that the data related to the touch points (...
http://developer.nokia.com/Resources/Library/Java/_zip/GUID-237420DE-CCBE-4A74-A129-572E0708D428/com/nokia/mid/ui/multipointtouch/MultipointTouch.html
CC-MAIN-2013-48
en
refinedweb
NAMEstrnlen - determine the length of a fixed-size string SYNOPSIS #include <string.h> size_t strnlen(const char *s, size_t maxlen); DESCRIPTIONThe strnlen function returns the number of characters in the string pointed to by s, not including the terminating '\0' character, but at most maxlen. In doing this, strnlen lo...
http://linux.about.com/library/cmd/blcmdl3_strnlen.htm
CC-MAIN-2013-48
en
refinedweb
18 September 2008 07:59 [Source: ICIS news] SINGAPORE (ICIS news)--South Korean high density polyethylene (HDPE) producer Daelim Industrial is considering the option of cutting production at its No 1 and No 2 plants in Yeosu by the end of September due to weak demand, a source close to the company source said on Thursd...
http://www.icis.com/Articles/2008/09/18/9156633/daelim-mulls-hdpe-production-cuts-at-yeosu-lines.html
CC-MAIN-2013-48
en
refinedweb
One: - JAR: depends on the META-INF directory and defines files designed to load Java-based applications and libraries. Hence it is specifically designed around the needs of Java and the semantics of various aspects of the packaging format that don’t make sense for Widgets. - ODF: amongst other things, it requires that...
http://www.w3.org/community/native-web-apps/2011/10/10/misconception-widgets-reinvent-the-wheel/
CC-MAIN-2013-48
en
refinedweb
A (bit-delayed-due-to-major-internal-changes) fresh weekly build of PhpStorm & WebStorm 2.0 is available: - PHP editor performance was improved, both from CPU and memory perspectives. If you find any suspicious behavior when typing php code – do not hesitate to file a report into tracker! - PHP library stubs were updat...
http://blog.jetbrains.com/webide/2010/09/phpstorm-webstorm-2-0-eap-build-96-1130/
CC-MAIN-2013-48
en
refinedweb
Iterator::Util - Essential utilities for the Iterator class. This documentation describes version 0.02 of Iterator::Util, August 23, 2005., ... $iter = igrep { condition } $some_other_iterator; Returns an iterator that selectively returns values from some other iterator. Within the condition code, $_ is set to each val...
http://search.cpan.org/~roode/Iterator-Util-0.02/Util.pm
CC-MAIN-2013-48
en
refinedweb
11 December 2009 10:43 [Source: ICIS news] DUBAI (ICIS news)--SABIC affiliate Yanbu National Petrochemical Co (Yansab) is expected to begin commercial production at its new high density polyethylene (HDPE) plant at Yanbu, Saudi Arabia, in January 2010, SABIC CEO Mohamed al-Mady said late on Thursday. “The HDPE plant, w...
http://www.icis.com/Articles/2009/12/11/9318412/gpca-09-yansab-hdpe-plant-to-achieve-commercial-output-in-10.html
CC-MAIN-2013-48
en
refinedweb
Explicit animations You can use explicit animations to determine precisely how a UI control is animated. You can specify properties of the animation, such as duration, starting and ending points, and easing curve (how the animated value changes over time). All explicit animations inherit from the AbstractAnimation clas...
http://developer.blackberry.com/native/documentation/cascades/ui/animations/explicit_animations.html
CC-MAIN-2013-48
en
refinedweb
On Friday 10 July 2009 3:59:14 pm Anthony Liguori wrote: > Rick Vernam wrote: > > On Friday 10 July 2009 2:16:43 pm Anthony Liguori wrote: > >> From: Anthony Liguori <address@hidden> > >> > >> -no-kqemu -> -enable-kqemu > > > > I didn't take the two or three minutes to track down where kqemu_allowed > > is used, but fr...
http://lists.gnu.org/archive/html/qemu-devel/2009-07/msg00861.html
CC-MAIN-2013-48
en
refinedweb
Jason Calabrese wrote: >All, > >In the project I'm working on we have a separate index for each database. >There are 12 databases now. but in the future there may be as many as 20. >They all have their own release cycle so I don't want to merge the indexes. > >The databases all have some overlap between them. We manage...
http://mail-archives.apache.org/mod_mbox/lucene-java-user/200511.mbox/%3C43792F4D.2050104@nuix.com.au%3E
CC-MAIN-2013-48
en
refinedweb
The NTFS File System Windows 2000 comes with a new version of NTFS. This newest version of NTFS provides performance, reliability, and functionality not found in FAT. Some new features in Windows 2000, such as Active Directory ™ directory service and the storage features based on reparse points are only available on vo...
http://technet.microsoft.com/en-us/library/cc976808(d=printer).aspx
CC-MAIN-2013-48
en
refinedweb
Type: Posts; User: nvibest Ah, thank you. I've modified my code to understand a little better: import java.util.Scanner; public class CubeTester { //Instance variables private Cube c1; private Cube c2; private... Hello, I have a method: public Cube(String id, String faceValues){ this.id = id; id.toUpperCase(); for (int...
http://www.webdeveloper.com/forum/search.php?s=9b600457ed2de3e27cb9431ea7a56c90&searchid=2424865
CC-MAIN-2013-48
en
refinedweb
Object LocalizationGridLocalizationGrid public class LocalizationGrid A factory for MathTransform2D backed by a grid of localization. A grid of localization is a two-dimensional array of coordinate points. The grid size is width × height. Input coordinates are (i,j) index in the grid, where i must be in the range [0..w...
http://docs.geotools.org/latest/javadocs/org/geotools/referencing/operation/builder/LocalizationGrid.html
CC-MAIN-2013-48
en
refinedweb
Hai Admin, I found that some of the hyper link in this tutorial is not enabled :( can u hav a look at it Post your Comment C++Tutorials benefit to download the source code for the example programs, then compile... line, mingw(DevC++ IDE) and msvc++. This site has example code for beginning... of these tutorials is intr...
http://roseindia.net/discussion/46551-FTP-Programming-in-Java-tutorials-with-example-code.html
CC-MAIN-2013-48
en
refinedweb
getaddrinfo now supports glibc-specific International Domain Name (IDN) extension flags: AI_IDN, AI_CANONIDN, AI_IDN_ALLOW_UNASSIGNED, AI_IDN_USE_STD3_ASCII_RULES. getnameinfo now supports glibc-specific International Domain Name (IDN) extension flags: NI_IDN, NI_IDN_ALLOW_UNASSIGNED, NI_IDN_USE_STD3_ASCII_RULES. Sligh...
http://sourceware.org/cygwin/cygwin-ug-net/ov-new1.7.html
CC-MAIN-2013-48
en
refinedweb
table of contents - buster 1:9.11.5.P4+dfsg-5.1 - testing 1:9.11.5.P4+dfsg-5.1+b1 - unstable 1:9.11.14+dfsg-3 - experimental 1:9.11.8+dfsg-1 NAME¶lwres_nooprequest_render, lwres_noopresponse_render, lwres_nooprequest_parse, lwres_noopresponse_parse, lwres_noopresponse_free, lwres_nooprequest_free - lightweight resolver...
https://manpages.debian.org/unstable/libbind-dev/lwres_nooprequest_free.3.en.html
CC-MAIN-2020-10
en
refinedweb
DEBSOURCES Skip Quicknav sources / libxml-java / 1.1.6.dfsg-3 / --------------- 1. WHAT's NEW --------------- A list of changes in recent versions: 0.99.0: (30-May-2008) * [BUG] AbstractReadHandlerFactory must not reset the default handler if the current configuration does not provide one. * Switched from JCommon to Li...
https://sources.debian.org/src/libxml-java/1.1.6.dfsg-3/ChangeLog.txt/
CC-MAIN-2020-10
en
refinedweb
Polygons disappear with Polygon Object Generator On 13/02/2018 at 11:00, xxxxxxxx wrote: (Object Generator Plugin in Python for Cinema 4D R19.024 on macOS Sierra) Hello Everyone! If I register an object plugin as a c4d.OBJECT_GENERATOR | c4d.OBJECT_POLYGONOBJECT and return a polygon object from the GetVirtualObjects() ...
https://plugincafe.maxon.net/topic/10629/14076_polygons-disappear-with-polygon-object-generator
CC-MAIN-2020-10
en
refinedweb
Post by Ryan Maue You knew it was only a matter of time after the Rolling Stone criticism of Obama on climate, but Al Gore is back and in a big way. Some are calling it an Inconvenient Truth 2.0 with a brand new slide show connecting extreme weather with global warming. The new “Climate Reality Project” moniker replace...
https://wattsupwiththat.com/2011/07/12/lipstick-on-a-pig-gore-rebrands-climate-outfit/
CC-MAIN-2020-10
en
refinedweb
WARNING: Version 5.5 of Beats has passed its EOL date. This documentation is no longer being maintained and may be removed. If you are running this version, we strongly advise you to upgrade. For the latest information, see the current release documentation. Beats settings can reference other settings splicing multiple...
https://www.elastic.co/guide/en/beats/libbeat/5.5/config-gile-format-refs.html
CC-MAIN-2020-10
en
refinedweb
Opened 7 years ago Closed 6 years ago Last modified 6 years ago #5142 closed Bugs (invalid) type_erased feels unnecessary. Description type_erased Range Adaptor is in release brunch of Boost 1.46.0, but I feel that this is unnecessary. It is enough if there is any_range: #include <iostream> #include <vector> #include <...
https://svn.boost.org/trac10/ticket/5142
CC-MAIN-2017-47
en
refinedweb
Cache resource settings. More... #include <svn_cache_config.h> Cache resource settings. It controls what caches, in what size and how they will be created. The settings apply for the whole process. Definition at line 49 of file svn_cache_config.h. total cache size in bytes. Please note that this is only soft limit to t...
https://subversion.apache.org/docs/api/latest/structsvn__cache__config__t.html
CC-MAIN-2017-47
en
refinedweb
How I've been spending my time later? Playing with SharePoint "v3" Beta 1. Sorry, I should have said SharePoint Server 2007, since it's already been properly announced at. My current effort is to implement a scenario where you have a parent portal and a few geographically dispersed child sites. The main idea is to keep...
https://blogs.technet.microsoft.com/josebda/2006/02/22/sharepoint-server-2007/
CC-MAIN-2017-47
en
refinedweb
By now, you have seen several examples of composition. One of the first examples was using a method invocation as part of an expression. Another example is the nested structure of statements; you can put an if statement within a while loop, within another if statement, and so on. Having seen this pattern, and having le...
http://greenteapress.com/thinkpython/thinkCSpy/html/chap15.html
CC-MAIN-2017-47
en
refinedweb
0 Hi. I am using a comparer class to sort a list of People details by their firstName. The code to do this is as follows: public class PersonDetailsComparer : IComparer<PersonDetails> { public int Compare(PersonDetails x, PersonDetails y) { int returnValue = 0; if (x != null && y != null && x. FirstName != null && y. F...
https://www.daniweb.com/programming/software-development/threads/437749/sorting-using-icomparer
CC-MAIN-2017-47
en
refinedweb
Getting this error: Makefile:835: recipe for target 'libccm_timeline_la_vala.stamp' failed Disappeared after vala was installed. Search Criteria Package Details: cairo-compmgr-git 1:0.3.1.57.g416ae1a-3 Dependencies (8) - libsm - gtk2>=2.16.0 (gtk2-patched-filechooser-icon-view, gtk2-patched-gdkwin-nullcheck, gtk2-ubunt...
https://aur.archlinux.org/packages/cairo-compmgr-git/?ID=30042&comments=all
CC-MAIN-2017-47
en
refinedweb
Implement custom map provider Here is a list of all provider-related changes: The IMapProvider interface no longer exists. The MapProviderBase class exists but it should not be used as a base class for custom providers any more. All custom map providers should inherit either from TiledProvider, or ImageProvider. TiledP...
https://docs.telerik.com/devtools/silverlight/controls/radmap/how-to/howto-custom-provider
CC-MAIN-2017-47
en
refinedweb
Fences allow programmers to express a conservative approximation to the precise pair-wise relations of operations required to be ordered in the happens-before relation. This is conservative because fences use the sequenced-before relation to select vast extents of the program into the happens-before relation. This cons...
http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2015/p0153r0.html
CC-MAIN-2017-47
en
refinedweb
[ ] Hadoop QA commented on HDFS-929: -------------------------------- -1 overall. Here are the results of testing the latest attachment against trunk revision 1139. > DFSClient#getBlockSize is unused > -------------------------------- > > Key: HDFS-929 > URL: > Project: Hadoop HDFS > Issue Type: Improvement > Affects V...
http://mail-archives.apache.org/mod_mbox/hadoop-hdfs-issues/201106.mbox/%3C1369141757.40845.1309036667481.JavaMail.tomcat@hel.zones.apache.org%3E
CC-MAIN-2015-14
en
refinedweb
Re: apache::asp maintenance Expand Messages - Joshua Chamas wrote: > If you have other needs please let me know.Well, for inertia reasons, we're still maintaining a lot of CentOS 3 and Red Hat Linux 9 type systems, with mod_perls of 1.99_07 and _09 vintage, which was before the big Apache2:: namespace reorg. As a resul...
https://groups.yahoo.com/neo/groups/apache-asp/conversations/topics/2202?l=1
CC-MAIN-2015-14
en
refinedweb
20 April 2010 19:53 [Source: ICIS news] WASHINGTON (ICIS news)--Emissions mandates on US industry before carbon capture and storage (CCS) is broadly available would force dismantling of much of the nation’s power, refining and chemicals production capacity, a Senate witness said on Tuesday. Kurt House, a research fello...
http://www.icis.com/Articles/2010/04/20/9352320/us-carbon-cap-could-dismantle-refining-chemical-sectors-witness.html
CC-MAIN-2015-14
en
refinedweb
Stevens Indicator - Summer/Fall 2013 SUMMER – FALL 2013 THE MAGAZINE OF THE STEVENS ALUMNI ASSOCIATION $'%/7+%-!/+&3&$'/ #$ " ! &%6+. !/7 "$'% % 7 $ 4 # +%8%/+!2%7+!6)'*% % /$%.$20+/)/)$'% ! " #$ !%& ! ' () ' * #%& + , ) + -% # + &.%/!. (" + #%0&$ 1 "+ 2 #% % 3 &$2%45 # 5%/$%1! ' * " ! 6 + # 7 !"#$#%!&'(')*!&+',' SATUR...
http://issuu.com/stevensalumniassociation/docs/stevens_indicator-summer-fall_2013_
CC-MAIN-2015-14
en
refinedweb
IRC log of tagmem on 2005-12-13 Timestamps are in UTC. 18:00:07 [RRSAgent] RRSAgent has joined #tagmem 18:00:07 [RRSAgent] logging to 18:00:19 [Zakim] TAG_Weekly()12:30PM has now started 18:00:26 [Zakim] +Norm 18:01:06 [Zakim] +[IBMCambridge] 18:01:06 [Zakim] +DanC 18:01:14 [noah] zakim, [IBMCambridge] is me 18:01:14 [...
http://www.w3.org/2005/12/13-tagmem-irc
CC-MAIN-2015-14
en
refinedweb
argcomplete 0.8.0 Bash tab completion for argparse Tab complete all the things! Argcomplete provides easy, extensible command line tab completion of arguments for your Python script. It makes two assumptions: - You’re using bash or zsh). Installation pip install argcomplete activate-global-python-argcomplete See Activa...
https://pypi.python.org/pypi/argcomplete/0.8.0
CC-MAIN-2015-14
en
refinedweb
Microsoft Unveils Open Source Exploit Finder 310 Houston 2600 sends this excerpt from the Register about an open-source security assessment tool Microsoft presented at." Open Source?! Wait for it... (Score:3, Funny) 'hellfrozeover' tag in 3... 2... 1... Re: (Score:3, Insightful) Definitely not. Microsoft doesn't have a...
http://it.slashdot.org/story/09/03/22/147202/microsoft-unveils-open-source-exploit-finder
CC-MAIN-2015-14
en
refinedweb
The idea is to encode a unit-length quaternion in a manner analogous to cube mapping, but with one extra dimension and taking advantage of the property that a sign flip doesn't change which rotation is being represented. One can think of cube mapping as consisting of an encoding of points in a sphere by first indicatin...
http://www.gamedev.net/topic/627484-packing-a-3d-rotation-into-32-bits/
CC-MAIN-2015-14
en
refinedweb
Copyright ©2003 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C liability, trademark, document use and software licensing rules apply. This document contains a list of requirements and desiderata for version 1.1 of XML Schema. its publication does not imply endorsement by the W3C membership.. The requirements include...
http://www.w3.org/TR/xmlschema-11-req/
CC-MAIN-2015-14
en
refinedweb
On 2005-07-18T14:15:53, David Teigland <teigland redhat com>. > Currently, the dlm uses an ioctl on a misc device and ocfs2 uses a > separate kernel module called "ocfs2_nodemanager" that's based on > configfs. > >. Hi Dave, I finally found time to read through this. Yes, I most definetely like where this is going! > +...
https://www.redhat.com/archives/linux-cluster/2005-July/msg00175.html
CC-MAIN-2015-14
en
refinedweb
GREPPER SEARCH SNIPPETS USAGE DOCS INSTALL GREPPER All Languages >> R >> r dataframe filter endswith “r dataframe filter endswith” Code Answer r dataframe filter endswith r by Successful Salmon on Oct 28 2021 Comment 1 df %>% filter(grepl(".cpp|.h", File_name)) File_name Folder 1 ord.cpp 1 2 ppol.h 2 3 lko.cpp 3 4 t_po...
https://www.codegrepper.com/code-examples/r/r+dataframe+filter+endswith
CC-MAIN-2022-05
en
refinedweb
In our last article, we have introduced the usage of Jest to test our JavaScript code Start Testing Your JavaScript Code with Jest. We are going to further extend the topic to introduce how do we use React Testing Library and Jest to test our React. create-react-app uses Jest as its test runner. Jest will look for the ...
https://dev.to/ohdylan/react-component-testing-54ie
CC-MAIN-2022-05
en
refinedweb
Hi, Can't seem to find this on GOOGLE for webforms. I have a web form and I need to search a specific directory for all files containing a specific word and show the name of the file and what comes after that word. So, if i need to search for word Firstname: and i find a file with Firstname: i need to display Firstname...
https://social.msdn.microsoft.com/Forums/en-US/381ba6e4-d0d7-4ee7-9e61-a6bcef321d80/find-string-in-files-in-a-directory?forum=aspwebforms
CC-MAIN-2022-05
en
refinedweb
twisted.logger.Logger(object)class documentation twisted.loggerView Source (View In Hierarchy) A Logger emits log messages to an observer. You should instantiate it as a class or module attribute, as documented in this module's documentation. Derive a namespace from the module containing the caller's caller. When used ...
https://twistedmatrix.com/documents/20.3.0/api/twisted.logger.Logger.html
CC-MAIN-2022-05
en
refinedweb
Django Multiple Page Forms Recently updated on I recently started working on another new project here at Imaginary Landscape, and this one looked rather enticing as it threw some stuff my way that I haven't had a chance to play with much recently. First on that chopping block was a multi-page registration form applicat...
https://imagescape.com/blog/django-multiple-page-forms/
CC-MAIN-2022-05
en
refinedweb
The QtNetwork module provides classes that allow you to write TCP/IP and UDP. To import the module use, for example, the following statement: from PyQt4 import QtNetwork Topics:..)
https://doc.bccnsoft.com/docs/PyQt4/qtnetwork.html
CC-MAIN-2022-05
en
refinedweb
Let's just get to the point . Environment building - Babel-- At present, browsers are very useful for ES6 The syntax parsing support of is not high , So transcoding is used in compiling , So it's using ES6 Before you install Babel, I encountered some problems during the previous installation, but I didn't record all of...
https://chenhaoxiang.cn/2021/06/20210604191902074U.html
CC-MAIN-2022-05
en
refinedweb
CHFLAGS(2) NetBSD System Calls Manual CHFLAGS(2)Powered by man-cgi (2021-06-01). Maintained for NetBSD by Kimmo Suominen. Based on man-cgi by Panagiotis Christias. NAME chflags, lchflags, fchflags -- set file flags LIBRARY Standard C Library (libc, -lc) SYNOPSIS #include <sys/stat.h> #include <unistd.h> int chflags(con...
https://man.netbsd.org/macppc/chflags.2
CC-MAIN-2022-05
en
refinedweb
public class LocalKMeans extends Object equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait public LocalKMeans() public static org.apache.spark.mllib.clustering.VectorWithNorm[] kMeansPlusPlus(int seed, org.apache.spark.mllib.clustering.VectorWithNorm[] points, double[] weights, int k, int maxIter...
https://spark.apache.org/docs/2.3.1/api/java/org/apache/spark/mllib/clustering/LocalKMeans.html
CC-MAIN-2022-05
en
refinedweb
Dynatrace Managed release notes version 1.224 These release notes relate to Dynatrace Managed specific changes. To learn about general Dynatrace changes included in this Dynatrace Managed release, see: - Dynatrace SaaS release notes version 1.224 and Dynatrace SaaS release notes version 1.223 - Dynatrace API changelog ...
https://www.dynatrace.com/support/help/whats-new/release-notes/managed/sprint-224
CC-MAIN-2022-05
en
refinedweb
. If you're not using Visual Studio .NET (any edition) to run the examples in the book you'll need to include Imports statements within your code. See page 261 for details about the Imports statement. At the very least, you'll need to import the System namespace for every example: System.Windows.Forms.MessageBox.Show("...
http://www.wrox.com/WileyCDA/WroxTitle/Professional-VB-NET-2nd-Edition.productCd-0764544004,descCd-ERRATA.html
CC-MAIN-2020-05
en
refinedweb
Two days ago, Linus Torvalds, the principal developer of the Linux kernel announced the release of Linux 5.2 in his usual humorous way, describing it as a ‘Bobtail Squid’. The release has new additions like the inclusion of the Sound Open Firmware (SOF) project, improved pressure stall information, new mount API, signi...
https://hub.packtpub.com/linux-5-2-releases-with-inclusion-of-sound-open-firmware-project-new-mount-api-improved-pressure-stall-information-and-more/
CC-MAIN-2020-05
en
refinedweb
Digital certificates and encryption in Exchange Server external clients (computers and mobile devices), and external messaging servers. Note. This topic describes the different types of certificates that are available, the default configuration for certificates in Exchange, and recommendations for additional certificat...
https://docs.microsoft.com/en-us/Exchange/architecture/client-access/certificates?redirectedfrom=MSDN&view=exchserver-2019
CC-MAIN-2020-05
en
refinedweb
The dataflow analysis tracks local definitions, undefinitions and references to variables on different paths on the data flow. From those informations there can be found various problems. public class Foo { public void foo() { int buz = 5; buz = 6; // redefinition of buz -> dd-anomaly foo(buz); buz = 2; } // buz is und...
https://tics.tiobe.com/viewerJava/index.php?ID=63&CSTD=Rule
CC-MAIN-2020-05
en
refinedweb
import "github.com/luci/luci-go/config/validation" Package validation provides helpers for performing and setting up handlers for config validation related requests from luci-config. Package validation provides a helper for performing config validations. doc.go handler.go net_util.go rules.go validation.go InstallHandl...
https://godoc.org/github.com/luci/luci-go/config/validation
CC-MAIN-2020-05
en
refinedweb
#include <TIL_UVEnlarger.h> Definition at line 22 of file TIL_UVEnlarger.h. Definition at line 25 of file TIL_UVEnlarger.h. If craster is NULL, then pixels in raster that has zero value will be assumed to have zero alpha. How many pixels to pad each UV island with, when using the flood filling scheme for enlarging. Def...
http://www.sidefx.com/docs/hdk/class_t_i_l___u_v_enlarger.html
CC-MAIN-2018-30
en
refinedweb
Hey, I’m new to aerospike and consider using it for our project. We collect several hundred billion records in a years time. If I understood correctly from the documents, an aerospike server is limited to a record count that is determined by the RAM. Is that per namespace or for all namespace? Lets say my server has 64...
https://discuss.aerospike.com/t/max-limits-of-records-in-a-server/1941
CC-MAIN-2018-30
en
refinedweb
A feature of Scala that I hadn’t used before was Stream.cons. This allows you to create a stream (essentially, a lazily evaluated list) from a function. So, for doing some work on files based on their position in the directory hierarchy, we can create a list of their parents: def fileParents(file: File) : Stream[File] ...
http://67bricks.com/blog/?paged=5
CC-MAIN-2018-30
en
refinedweb
Digital Blasphemy is a great site where the digital artist Ryan Bliss posts a wide variety of wallpapers for download. While a selection of the pieces are available for free, subscribing to the site provides access to all of the images at a variety of resolutions. Given how much I like Ryan's art, I signed up for both ...
https://nbviewer.jupyter.org/urls/bitbucket.org/ncoghlan/misc/raw/default/notebooks/Digital%20Blasphemy.ipynb
CC-MAIN-2018-30
en
refinedweb
My code looks like this ifstream myfile; string fileName; cin >> filename; myfile.open(fileName); I'm getting a rather lengthy error message and can't figure out how to pipe it to a file(I tried a couple things and think I might not have permissions, since I'm on my school's remote terminal), so I took a screenshot. So...
http://m.dlxedu.com/m/askdetail/3/25e82dc90bb97f3050c8804ff927702b.html
CC-MAIN-2018-30
en
refinedweb
Sessions are an important part of any web application. Session is more of a concept than a Class or Object or Keyword. ASP.Net’s Page class allows you to store and retrieve variables from current user session in following way: Session[“MyVariable”] = 2012; Session is unique to a user’s browser session. When user opens ...
http://www.aisoftwarellc.com/Blog/Post/ASP.Net-Tip-Session-Management/6
CC-MAIN-2018-30
en
refinedweb
Random Walks and the Arcsine Law Random Walks and the Arcsine. Suppose you stand at 0 and flip a fair coin. If the coin comes up heads, you take a step to the right. Otherwise you take a step to the left. How much of the time will you spend to the right of where you started? As the number of steps N goes to infinity, t...
https://dzone.com/articles/random-walks-and-arcsine-law
CC-MAIN-2018-30
en
refinedweb
Friends: I am a professor doing research with undergraduates. I am turning to this forum because it seems MUCH more collegial, kind, helpful and thoughtful than any other forums which I have read. Here is the issue: I am testing the Time-of-Flight board for a project and am unclear about inserting a delay value into th...
https://forum.pololu.com/t/vl53l0x-compare-values/15178/1
CC-MAIN-2018-30
en
refinedweb
Flush not working everytime in editor Hi, I'm using the editor framework and getting strange behaviour while running in devmode. When I call flush() on the driver it works sometimes and sometimes not. Here is my code: Code: public class TrailerTypeEditor implements IsWidget, Editor<TrailerType> { private final Maintena...
https://www.sencha.com/forum/showthread.php?175016-Flush-not-working-everytime-in-editor
CC-MAIN-2016-18
en
refinedweb
On 16.02.2013 19:33, Ville Skyttä wrote: > Makes it clearer that it's a Makefile snippet, distinguishes from VDR > conf files. Reposted here per Klaus' request, he'd like to see 3 > people ack this. > --- > Make.config.template | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Make.config.template...
http://www.linuxtv.org/pipermail/vdr/2013-February/027299.html
CC-MAIN-2016-18
en
refinedweb
Agenda See also: IRC log <Yves> trackbot, start telcon <trackbot> Meeting: SOAP-JMS Binding Working Group Teleconference <trackbot> Date: 16 September 2008 <Roland> rrsagent make minutes <scribe> scribe: eric <Roland> Going through, actions 4 - 17 done Also looks like 21, 24 also done Roland says he've completed 28 act...
http://www.w3.org/2008/09/16-soap-jms-minutes
CC-MAIN-2016-18
en
refinedweb
> Hmmm, I see your point, but using xsl:version is not illegal and should > mean the same thing... in that case, Xalan has a bug you should fix :) I don't think it is the same thing. The URI of the version attribute is null for the attribute in one case, and non-null in the other case. I don't think XT recognizes a xsl...
http://mail-archives.apache.org/mod_mbox/cocoon-dev/200003.mbox/%3COF6A2EE498.ED9D8F46-ON85256895.00525887@lotus.com%3E
CC-MAIN-2016-18
en
refinedweb
I'm trying to run this sample code and I keep getting this error: "process1.cpp:92: implicit declaration of function `int wait(...)' " I thought the error was that I didn't include a specific library but I think I have every thing I need. Help please. Code:#include <iostream.h> #include <stdio.h> #include <sys/types.h>...
http://cboard.cprogramming.com/cplusplus-programming/114125-help-error.html
CC-MAIN-2016-18
en
refinedweb
public class PortletContextScope extends java.lang.Object implements Scope, DisposableBean Scopewrapper PortletContextScope(javax.portlet.PortletContext portletContext) portletContext- the PortletContext to wrap public void destroy() destroyin interface DisposableBean ContextCleanupListener
http://docs.spring.io/spring-framework/docs/3.2.0.M2/api/org/springframework/web/portlet/context/PortletContextScope.html
CC-MAIN-2016-18
en
refinedweb
pthread_attr_setstackprealloc() Set the amount of memory to preallocate for a thread's MAP_LAZY stack Synopsis: #include <pthread.h> int pthread_attr_setstackprealloc( const pthread_attr_t * attr, size_t stacksize); Since: BlackBerry 10.0.0 Arguments: - attr - A pointer to the pthread_attr_t structure that defines the ...
http://developer.blackberry.com/native/reference/core/com.qnx.doc.neutrino.lib_ref/topic/p/pthread_attr_setstackprealloc.html
CC-MAIN-2016-18
en
refinedweb
I have an Eclipse 3.1.1 install that I have been using for several months. I have been wanting to set up a repository, so I installed Subversion and the Subclipse 1.0.5 plugin. After I added two of my projects to the repository, everything seemed fine at first. The first time I tried to save a file, it became errored, ...
http://svn.haxx.se/subusers/archive-2007-08/0031.shtml
CC-MAIN-2016-18
en
refinedweb
Convert DegMinSec to Decimal Degrees Hello, I once again found a little time to toy with C Programming. I have applied the helpful advice from this message board since my last post. I used the utility on to check my output. I was pleased that my program output matched that of the utility except on my final test input o...
http://cboard.cprogramming.com/c-programming/96043-convert-degminsec-decimal-degrees-printable-thread.html
CC-MAIN-2016-18
en
refinedweb
audio_engine_channels(9E) audio_engine_playahead(9E) - poll entry point for a non-STREAMS character driver #include <sys/types.h> #include <sys/poll.h> #include <sys/ddi.h> #include <sys/sunddi.h> int prefixchpoll(dev_t dev, short events, int anyyet, short *reventsp, struct pollhead **phpp); This entry point is optiona...
http://docs.oracle.com/cd/E23824_01/html/821-1476/chpoll-9e.html
CC-MAIN-2016-18
en
refinedweb
Base class for needles that can be used in a QwtDial. More... #include <qwt_dial_needle.h> Base class for needles that can be used in a QwtDial. QwtDialNeedle is a pointer that indicates a value by pointing to a specific direction. Draw the needle Draw the needle. The origin of the needle is at position (0.0, 0.0 ) poi...
http://qwt.sourceforge.net/class_qwt_dial_needle.html
CC-MAIN-2016-18
en
refinedweb
What i gotta do: Write a program that inputs a tele phone #as astring in the form (555)555-5555. The program should use function strok() to extract the area code as a token , the first three digits of the phone # as a token and the last four as a token. the seven digits of the phone should be concatenated into one stri...
http://cboard.cprogramming.com/c-programming/67025-strtok-phone-number-printable-thread.html
CC-MAIN-2016-18
en
refinedweb
.> - Added the `bk-scsi-target' tree to the -mm lineup. It is managed by James> Bottomley > - Some enhancements to the ext3 block reservation code here. Please cc> sct@redhat.com on oops reports ;)> - There's a patch here which will cause warnings if a PCI device driver is> removed without having called pci_disable_dev...
http://lkml.org/lkml/2004/9/14/5
CC-MAIN-2016-18
en
refinedweb
OOP in C++ The key update of the C++ programming language was the addition of the OOPS concept to the already powerful C Programming Language. Advantages of OOP - Fast and easier to execute - Provides a clear structure for the code - Helps to keep the C++ code DRY(“Don’t Repeat Yourself”) - DRY makes the code easier to...
https://edusera.org/object-oriented-programmingoop-in-c/
CC-MAIN-2022-40
en
refinedweb
Authent: 1. User signs up into the Cognito User Pool. 2. User uploads – during Sign Up – a document image containing his/her photo and name, to an S3 Bucket (e.g. Passport). 3. A Lambda function is triggered containing the uploaded image as payload. 4. The function first indexes the image in a specific Amazon Rekogniti...
https://girishgodage.in/blog/authenticate-applications-through-facial-recognition-with-amazon-cognito-and-amazon-rekognition
CC-MAIN-2022-40
en
refinedweb
Exporting to e2studio with CMSIS_DAP DBG Table of Contents - Environment - Setup Procedure - Install Windows serial driver - Install e2studio - Install OpenOCD - Associate GR-PEACH config with OpenOCD - Install OpenOCD add-in to e2studio - Configure OpenOCD on e2studio - Build of e2studio environment - Exporting to e2s...
https://os.mbed.com/teams/Renesas/wiki/Exporting-to-e2studio-with-CMSIS_DAP-DBG
CC-MAIN-2022-40
en
refinedweb
Introduction to Java 8 Streams The main subject of this article is advanced data processing topics using a new functionality added to Java 8 – The Stream API and the Collector API. To get the most out of this article you should already be familiar with the main Java APIs, the Object and String classes, and the Collecti...
https://www.codevelop.art/introduction-to-java-8-streams.html
CC-MAIN-2022-40
en
refinedweb
- Getting Started - Apollo Client - GraphQL Queries - Global IDs - Immutability and cache updates - Usage in Vue - Local state with Apollo - Using with Vuex - Working on GraphQL-based features when frontend and backend are not in sync - Manually triggering queries - Working with pagination - Managing performance - Best...
https://docs.gitlab.com/14.10/ee/development/fe_guide/graphql.html
CC-MAIN-2022-40
en
refinedweb
Barcode Software vb.net create barcode image The 1990s 2000s in .NET Integrated qr barcode in .NET The 1990s 2000s Leslie doesn t realize that she represses her real feelings. She is highly emotional, but she lets her feelings build up and then tries to control them. Eventually, she has a volcanic eruption that surpris...
http://www.businessrefinery.com/yc3/443/31/
CC-MAIN-2022-40
en
refinedweb
Hi all, Since this month’s addition of new structures, I’m seeing some issues with MPRester(). The issue occurs with a large fraction of structures when using the basic lines to grab a MP structure: from pymatgen import MPRester mpr = MPRester(<my_key>) structure = mpr.get_structure_by_material_id(<mp_id>) I’m seeing t...
https://matsci.org/t/mprester-issue-from-this-months-update/3327
CC-MAIN-2022-40
en
refinedweb
How to write to file in C# File output can be used by C# programs to communicate with other programs written in different programming languages, or with human beings. This post documents my experiences in writing to files in C#.net. Specifying file access For file writes, we must use either the Write or the ReadWrite m...
https://www.techcoil.com/blog/how-to-write-to-file-in-c/
CC-MAIN-2022-40
en
refinedweb
Batch processing—typified by bulk-oriented, non-interactive, and frequently long running, background execution—is widely used across virtually every industry and is applied to a diverse array of tasks. Batch processing may be data or computationally intensive, execute sequentially or in parallel, and may be initiated t...
https://www.toptal.com/spring/spring-batch-tutorial
CC-MAIN-2022-40
en
refinedweb
Internally, list package implements doubly linked list. How to import list package in go golang: import "container/list" Example: package main import ( "container/list" "fmt" ) func main() { // Create a new list and insert elements in it. l := list.New() l.PushBack(1) // 1 l.PushBack(2) // 1 -> 2 l.PushFront(3) // 3 ->...
https://www.techieindoor.com/go-list-package-in-go-golang/
CC-MAIN-2022-40
en
refinedweb
hards.java ListShards.java demonstrates how to list the shards in a Kinesis data stream. /* *.kinesis; import software.amazon.awssdk.http.nio.netty.NettyNioAsyncHttpClient; import software.amazon.awssdk.services.kinesis.KinesisAsyncClient; import software.amazon.awssdk.services.kinesis.model.ListShardsRequest; import s...
https://docs.aws.amazon.com/code-samples/latest/catalog/javav2-kinesis-src-main-java-com-example-kinesis-ListShards.java.html
CC-MAIN-2019-43
en
refinedweb
The phrase “better safe than sorry” gets thrown around whenever people talk about monitoring or getting observability into your AWS resources but the truth is that you can’t sit around and wait until a problem arises, you need to proactively look for opportunities to improve your application in order to stay one step a...
https://coinerblog.com/getting-down-and-dirty-with-metric-based-alerting-for-aws-lambda-44dee79df49a/
CC-MAIN-2019-43
en
refinedweb
Open Sourcing XAML Behaviors for WPF Karan Today,. I followed these steps closely to convert an F# WPF app across. However, even though the XAML editor intellisense sees the Interaction namespace and its members, when I come to run the app I get the following: XamlObjectWriterException: ‘Cannot set unknown member ‘{}In...
https://devblogs.microsoft.com/dotnet/open-sourcing-xaml-behaviors-for-wpf/
CC-MAIN-2019-43
en
refinedweb
Windows Server 2008 R2 SP1 Technical Overview Published: October 2010 © 2010 Microsoft Corporation. All rights reserved. This document is developed prior to the product‘s, Excel, Hyper-V, MSDN, Silverlight, Visual Studio, Windows, the Windows logo, Windows PowerShell, Windows 7, and Windows Server R2 are either registe...
https://manualzz.com/doc/31029838/windows-server-2008-r2-sp1-technical-overview
CC-MAIN-2019-43
en
refinedweb