text
stringlengths
454
608k
url
stringlengths
17
896
dump
stringclasses
91 values
source
stringclasses
1 value
word_count
int64
101
114k
flesch_reading_ease
float64
50
104
TL;DR: Security can't be overemphasized when it comes to developing software applications. A single authentication factor system (e.g username and password) is no longer safe enough. If credentials are stolen, a user can be impersonated. Implementing a multi-factor authentication system increases security by requiring ...
https://scotch.io/tutorials/multifactor-authentication-in-your-react-apps
CC-MAIN-2018-22
refinedweb
1,108
56.15
Multiple GPU Support¶ Overview¶ Production grade solutions now use multiple machines with multiple GPUs to run the training of neural networks in reasonable time. This tutorial will show you how to run DALI pipelines by using multiple GPUs. Run Pipeline on Selected GPU¶ Start with the pipeline that is very similar to t...
https://docs.nvidia.com/deeplearning/dali/master-user-guide/docs/examples/general/multigpu.html
CC-MAIN-2021-21
refinedweb
537
52.05
Gaining high frame rate from ELP camera (python) I'm using an ELP USB camera that is supposedly rated at 100fps at 640x480 quality but I don't seem to be getting anywhere near that frame rate. I was wondering if anyone has used an ELP camera with openCV and managed to achieve a frame rate close to 100 fps? Or if anyone...
https://answers.opencv.org/question/164160/gaining-high-frame-rate-from-elp-camera-python/
CC-MAIN-2022-40
refinedweb
613
75.2
Here is your answer. I hope this posting & source code help to you. And This page also is good explain to use background subtraction. This is simple code for example background subtraction. The input is cam video. Before get video frame, source code set some options. MOG2, ROI, and morphology in while, blur is option f...
http://study.marearts.com/2016/01/opencv-background-subtraction-sample.html
CC-MAIN-2017-26
refinedweb
443
56.96
In this tutorial we will learn how we can define class methods and make our classes more functional. And we will also learn about the concept of method overloading in Java. Methods describe behavior of an object. A method is a collection of statements that are grouped together to perform an operation. For example, if w...
https://www.studytonight.com/java/method-and-overloaded-method.php
CC-MAIN-2020-05
refinedweb
375
66.74
7.96 INSERTXMLBEFORE Note: The INSERTXMLBEFORE function is deprecated. It is still supported for backward compatibility. However, Oracle recommends that you use XQuery Update instead. See Oracle XML DB Developer's Guide for more information. Syntax Purpose INSERTXMLBEFORE inserts a user-supplied value into the target X...
https://docs.oracle.com/en/database/oracle/oracle-database/12.2/sqlrf/INSERTXMLBEFORE.html
CC-MAIN-2018-13
refinedweb
190
51.24
Details Description When hadoop framework doing the sorting, it will try to use binary version of comparator if available. The benefit of binary comparator is we do not need to instantiate the object before we compare. We see a ~30% speedup after we switch to binary comparator. Currently, Pig use binary comparator in f...
https://issues.apache.org/jira/browse/PIG-1295?focusedCommentId=12896339&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel
CC-MAIN-2015-14
refinedweb
6,335
58.08
Contents Strategy Library The Momentum Strategy Based on the Low Frequency Component of Forex Market Abstract Trend estimation is a family of methods to detect and predict tendencies and trends in price series just using the history information. Moving average is a commonly used trend following trading tool. Lots of mo...
https://www.quantconnect.com/tutorials/strategy-library/the-momentum-strategy-based-on-the-low-frequency-component-of-forex-market
CC-MAIN-2021-25
refinedweb
1,381
57.47
It was reported from a field customer that global spin lock ptcg_lock is giving a lot of grief on munmap performance running on a large numa machine. What appears to be a problem coming from flush_tlb_range(), which currently unconditionally calls platform_global_tlb_purge(). For some of the numa machines in existence ...
http://www.gelato.unsw.edu.au/archives/linux-ia64/0603/17395.html
CC-MAIN-2020-16
refinedweb
297
58.48
more stack exchange communities company blog Stack Exchange Inbox Reputation and Badges sign up log in tour help Tour Start here for a quick overview of the site Help Center Detailed Determine the PID of Tomcat (I'll call it TOMCAT_PID). 3. In short, "java.net.SocketException: Too many files open" can be seen any Java ...
http://degital.net/too-many/tomcat-error-java-net-socketexception-too-many-open-files.html
CC-MAIN-2018-22
refinedweb
1,439
56.55
A Django form widget implementing intl-tel-input. Project description A Django form widget for international telephone numbers based on the jQuery plugin intl-tel-input. This is a new package, so it doesn’t implement all the features of intl-tel-input. However, it is well tested, and has been stable in production. Inst...
https://pypi.org/project/django-intl-tel-input/0.1.3/
CC-MAIN-2021-25
refinedweb
387
60.61
The QStringMatcher class holds a sequence of characters that can be quickly matched in a Unicode string. More... #include <QStringMatcher> The QStringMatcher class holds a sequence of characters that can be quickly matched in a Unicode string. This class is useful when you have a sequence of QChars that you want to rep...
http://doc.trolltech.com/4.0/qstringmatcher.html
crawl-001
refinedweb
317
68.16
. The weak forms ((1) and (3)) of the functions are allowed to fail spuriously, that is, act as if *obj != *expected even if they are equal. When a compare-and-exchange is in a loop, the weak version will yield better performance on some platforms. When a weak compare-and-exchange would require a loop and a strong one ...
http://en.cppreference.com/mwiki/index.php?title=cpp/atomic/atomic_compare_exchange&oldid=65735
CC-MAIN-2014-10
refinedweb
164
50.87
Adding Search to AppFuse with Compass Over 5 years ago, I recognized that AppFuse needed to have a search feature and entered an issue in JIRA. Almost 4 years later, a Compass Tutorial was created and shortly after Shay Banon (Compass Founder), sent in a patch. From the message he sent me: A quick breakdown of enabling...
http://raibledesigns.com/rd/entry/adding_search_to_appfuse
CC-MAIN-2017-47
refinedweb
1,223
57.87
import data into software on the cloudss Budget $30-250 USD import data into software on the cloudss 40 freelance font une offre moyenne de $107 pour ce travail Hi there. Can you please provide me more info as to what needs to be imported into the software stored in Cloud? I will be waiting for your response. Many than...
https://www.fr.freelancer.com/projects/data-entry/import-data-into-software-the-16719778/
CC-MAIN-2018-34
refinedweb
225
76.62
Senior Dev Lead @ Microsoft. If you would like to receive an email when updates are made to this post, please register here RSS Piyush Shah , a dev on my team, developed a way to embed MasterPages in assemblies using VirtualPathProvider The VirtualPathProvider is one of the ASP.NET pieces I looked at when 2.0 was new. ...
http://blogs.msdn.com/shahpiyush/archive/2007/03/09/Sharing-Master-Pages-amongst-Applications-by-Embedding-it-in-a-Dll_2E00_.aspx
crawl-002
refinedweb
1,900
57.87
@Target(value={TYPE,METHOD,FIELD}) @Retention(value=RUNTIME) @Documented public @interface WebServiceRef The WebServiceRef annotation java.lang.String name java:comp/envnamespace. public abstract java.lang.Class<?> type public abstract java.lang.String mappedName nameelement or defaulted, is a name that is local to the...
https://docs.oracle.com/javaee/6/api/javax/xml/ws/WebServiceRef.html
CC-MAIN-2018-05
refinedweb
250
53.58
Large OnLine Transaction Processing applications primarily use near third normal form databases that can have many relatively small code tables that provide an ID key for storage in large tables and user-friendly descriptions for use in your application's presentation. .NET allows binding an ID to DropDownLists or Radi...
http://www.codeproject.com/Articles/15791/Binding-to-Database-Key-Code-Tables-with-Caching
CC-MAIN-2014-41
refinedweb
1,406
55.74
c Programming/C Reference/time.h Template:C Standard library In C programming language time.h (used as ctime in C++) is a header file defined in the C Standard Library that contains time and date function declarations to provide standardized access to time/date manipulation and formatting. Contents Functions[edit] char...
https://en.wikibooks.org/wiki/C_Programming/C_Reference/time.h
CC-MAIN-2015-48
refinedweb
957
56.66
CXF Component The cxf: component provides integration with Apache CXF for connecting to JAX-WS services hosted in CXF. - CXF Component - URI format - Options - - Attachment Support - Streaming Support in PAYLOAD mode - Using the generic CXF Dispatch mode - See Also Maven users will need to add the following dependency ...
https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=52098&showComments=true&showCommentArea=true
CC-MAIN-2015-22
refinedweb
456
54.73
Please help.. I have an assignment that states that we have to print out a matrix of random 0s and 1s, the size of n-by-n with n coming from user input. With that being said, I know I have to use Math.random() to get the 0s and 1s. My problem is trying to get the actual matrix because I've looked around and people say ...
http://www.javaprogrammingforums.com/%20object-oriented-programming/36356-printing-matrix-printingthethread.html
CC-MAIN-2017-47
refinedweb
187
66.44
Version: (using KDE 4.4.1) OS: Linux Installed from: Archlinux Packages When I try to click for Edit/Approved in case a relevant expression, nothing happens, but if I use ctrl-u, then it works properly, so just it's not ok from the menu, I will try to provide later a patch for it, but confirm me, if the problem exists ...
https://bugs.kde.org/show_bug.cgi?id=231870
CC-MAIN-2022-05
refinedweb
372
55.84
Scope in VB.net By: Steven Holzner Printer Friendly Format The scope of an element in your code is all the code that can refer to it without qualifying its name (or making it available through an Imports statement). In other words, an element's scope is its accessibility in your code. As we write larger programs, scope...
https://java-samples.com/showtutorial.php?tutorialid=1264
CC-MAIN-2022-21
refinedweb
970
53
CRI/T/53/93 IN THE HIGH COURT OF LESOTHO In the matter between REX and NKALIMENG MOTHOBI Accused Judgment Delivered by the Honourable Mr. Justice M.M. Ramodibedi on the 21st day of September 1999 The accused in this matter is charged with three (3) counts the full particulars of which are as follows :- COUNT 1: Murder:...
https://lesotholii.org/ls/judgment/court-appeal/1999/98
CC-MAIN-2021-31
refinedweb
7,371
66.88
Details of Driver Development Environment In the previous article , we saw that upon installing WDK 7.1.0, we got build environments for Windows 7, Windows Server 2003, Windows Vista, Windows Server 2008 and Windows XP. Since we’re on Windows XP, we’ll be using this build environment. Inside the Windows XP folder are t...
http://resources.infosecinstitute.com/windows-building-environment-for-kernel-driver-development/
CC-MAIN-2018-05
refinedweb
1,903
61.67
Home -> Community -> Mailing Lists -> Oracle-L -> Re: Java to write a blob to disk, does any one have the java to read a blob from disk Your Java example is used to get data from PL/SQL to disk. If you MUST use java to go the other way, I cannot help. If you want to get from a disk file to a PL/SQL blob there is no nee...
http://www.orafaq.com/maillist/oracle-l/2004/02/26/2692.htm
CC-MAIN-2014-10
refinedweb
340
73.27
Post your Comment expand the row out line expand the row out line  ...;create out line for rows and columns. Finally we expand the row outline. ... in output between + and - linked with state line .Then at last we expand the row setting out line setting out line  ... out line for rows and columns. Code description The ...
http://roseindia.net/discussion/19890-expand-the-row-out-line.html
CC-MAIN-2014-42
refinedweb
791
72.16
Number of pairs with a given sum Sign up for FREE 1 month of Kindle and read all our books for free. Get FREE domain for 1st year and build your brand new site Reading time: 25 minutes | Coding time: 5 minutes In this article, we will find out how we can count the number of pairs in an array whose sum is equal to a cer...
https://iq.opengenus.org/pairs-with-certain-sum/
CC-MAIN-2021-17
refinedweb
957
57.13
Posted on July 9, 2019 This year I was lucky to have both my papers accepted for the Haskell Symposium. The first one is about the problematic interaction of Typed Template Haskell and implicit arguments and the second, a guide to writing source plugins. Read on the abstracts and download links. Matthew Pickering, Nico...
https://mpickering.github.io/atom.xml
CC-MAIN-2019-35
refinedweb
9,035
62.27
Build Web applications with HTML 5 Create tomorrow's Web applications today Many new features and standards have emerged as part of HTML 5. Once you detect the available features in today's browsers, you can take advantage of those features in your application. In this article, learn how to detect and use the latest We...
https://www.ibm.com/developerworks/library/wa-html5webapp/
CC-MAIN-2017-43
refinedweb
3,791
52.15
Warning! This page documents an earlier version of Flux, which is no longer actively developed. Flux v0.50 is the most recent stable version of Flux.(file: "/path/to/data-file.csv") // OR csv.from(csv: csvData) csv.from() is not avaialable in InfluxCloud. Parameters file The file path of the CSV file to query. The path...
https://docs.influxdata.com/flux/v0.24/functions/csv/from/
CC-MAIN-2019-47
refinedweb
151
61.73
I. It allows me to throw something together quickly. These are not production samples, but just for me to see that I can get it to work. Enough already. Here is a bar chart using D3 and MongoDB. I have not put this on OpenShift yet, but may. This bar chart is a simple python script using CherryPy and committing my favo...
https://paulcrickard.wordpress.com/2012/11/28/d3-js-and-mongodb/
CC-MAIN-2018-09
refinedweb
522
67.65
I'm having a hard time getting flexget to download the quality I want. It's grabbing 720p no matter what I set. Any ideas on this? It's got to be something simple. 2017-07-16 14:10 VERBOSE task get-tv ACCEPTED:Power S04E04 720p HDTV x264-FLEETby series plugin because target quality 2017-07-16 14:10 VERBOSE task get-tv ...
https://discuss.flexget.com/t/configure-series-quality-being-ignored/3586
CC-MAIN-2019-35
refinedweb
873
53.71
netwire Functional reactive programming library See all snapshots netwire appears in netwire-5.0.3@sha256:52f0e6d59d0033441f70dc6c5789bf4c896654823a5e6a7249f58aed4b3f9b38,2180 Module documentation for 5.0.3 - Control - FRP Netwire Netwire is a functional reactive programming (FRP) library with signal inhibition. It imp...
https://www.stackage.org/lts-18.8/package/netwire-5.0.3
CC-MAIN-2022-40
refinedweb
2,844
63.7
Keypoints in imgaug are points on images, given as absolute x- and y- pixel coordinates with subpixel accuracy (i.e. as floats with value range [0, S), where S denotes the size of an axis). In the literature they are also called "landmarks" and may be used for e.g. human pose estimation. In imgaug, keypoints are only a...
https://nbviewer.jupyter.org/github/aleju/imgaug-doc/blob/master/notebooks/B01%20-%20Augment%20Keypoints.ipynb
CC-MAIN-2019-43
refinedweb
1,064
59.4
[ RFC Index | RFC Search | Usenet FAQs | Web FAQs | Documents | Cities ] Alternate Formats: rfc3931.txt | rfc3931.txt.pdf RFC 3931 - Layer Two Tunneling Protocol - Version 3 (L2TPv3) RFC3931 - Layer Two Tunneling Protocol - Version 3 (L2TPv3) Network Working Group J. Lau, Ed. Request for Comments: 3931 M. Townsley, Ed....
http://www.faqs.org/rfcs/rfc3931.html
crawl-002
refinedweb
26,739
60.55
I'm working on a python app in Python Bottle. The app works fine if I'm on 1 lvl deep URLs like /dashboard or /rules or /page. However, if I go deeper like /dashboard/overview or /rules/ruleone or /page/test the CSS, JS, fonts and images will fail. :( The HTML source code still poinsts to /assets/ but if I'm on an URL ...
https://codedump.io/share/HcDmQKwJYjvv/1/how-to-load-static-files-in-python-bottle-in-url39s
CC-MAIN-2016-50
refinedweb
337
57.16
(For more resources related to this topic, see here.) Why NServiceBus? Before diving in, we should take a moment to consider why NServiceBus might be a tool worth adding to your repertoire. If you're eager to get started, feel free to skip this section and come back later. So what is NServiceBus? It's a powerful, exten...
https://www.packtpub.com/books/content/getting-ibus
CC-MAIN-2015-27
refinedweb
4,052
56.45
Opened 10 years ago Closed 10 years ago Last modified 9 years ago #683 closed defect (fixed) [patch] Saving with custom db_column fails Description Given class Poll(meta.Model): poll_id = meta.IntegerField(db_column="poll_pk", primary_key=True) question = meta.CharField(maxlength=200) pub_date = meta.DateTimeField('dat...
https://code.djangoproject.com/ticket/683
CC-MAIN-2015-35
refinedweb
432
67.96
%load_ext autoreload %autoreload 2 %matplotlib inline %config InlineBackend.figure_format = 'retina' from IPython.display import YouTubeVideo, display YouTubeVideo("6pnl7Eu2wN0") Eliminating for-loops that have carry-over using lax.scan We are now going to see how we can eliminate for-loops that have carry-over using l...
https://ericmjl.github.io/dl-workshop/02-jax-idioms/02-loopy-carry.html
CC-MAIN-2022-33
refinedweb
1,109
58.69
Getting Started on Heroku with Kotlin Introduction This tutorial will have you deploying a Kotlin app in minutes. Hang on to learn how it all works, so you can make the most out of Heroku. The tutorial assumes that you have: - a free Heroku account - Java 8 installed. Once installed, you can use the heroku command from...
https://devcenter.heroku.com/articles/getting-started-with-kotlin
CC-MAIN-2020-29
refinedweb
1,343
51.34
A development we were working on required us to submit an AS400 job and wait for that job to complete. It was quite a long process that involved numerous file operations and sockets communication to various sub systems. We had to submit the job using the SBMJOB command which looked similar to the this... SBMJOB CMD(CAL...
http://www.codeproject.com/Articles/339899/Using-jtOpen-from-Net-code-IKVM?fid=1692642&df=90&mpp=10&sort=Position&spc=None&tid=4192038
CC-MAIN-2014-52
refinedweb
1,033
62.48
Transpiling EcmaScript6 code to ES5 using Babel If you watch this blog, you have probably already heard of ng-admin, the REST-based admin panel powered by Angular.js. Developed in good old EcmaScript5 JavaScript, it was time to make a step forward, introducing ES6 and its wide set of new features. We, at marmelab, spen...
https://marmelab.com/blog/2015/03/12/transpiling-es6-to-es5-using-babel.html
CC-MAIN-2022-27
refinedweb
1,093
50.12
But? I seem to remember that there were/are a bunch of scripts for importing RSS feeds into iCal and the like. There appear to be a zillion things called "iCal". Which did you mean? (I've been using this one for years.) Ah, true enough. I was thinking of Apple's iCal software (though, unless Mac users the world over ar...
https://www.jwz.org/blog/2003/06/what-uses-calendar-like-rss/
CC-MAIN-2018-43
refinedweb
829
74.79
Robust CSV file import with DictReader and chardet Wondering how to import CSV file in Python? I’ve got you covered! Read on and learn how to do it with DictReader and chardet. As easy as it seems, Python is a language of great opportunities and mastery that comes with a lot of practice. It has a lot of insanely useful...
https://apptension.com/blog/2018/05/07/import-csv-file-in-python/
CC-MAIN-2020-10
refinedweb
1,247
65.62
Perl 6 small stuff #16: All your base are belong to us It’s the second week of the Perl Weekly Challenge, and like last week we’ve got two assignments — one “beginner” and one “advanced”. The advanced assigment this time was: “Write a script that can convert integers to and from a base35 representation, using the chara...
https://medium.com/@jcoterhals/perl-6-small-stuff-16-all-your-base-are-belong-to-us-266763713d64
CC-MAIN-2019-18
refinedweb
788
79.09
Python 3.0 Released 357 licorna writes "The 3.0 version of Python (also known as Python3k and Python3000) just got released few hours ago. It's the first ever intentionally backwards-incompatible Python release." "Just think, with VLSI we can have 100 ENIACS on a chip!" -- Alan Perlis good (Score:4, Funny) previous rel...
http://developers.slashdot.org/story/08/12/04/0420219/python-30-released/funny-comments
CC-MAIN-2015-35
refinedweb
551
77.03
Use JavaFX to quickly create applications JavaFX + Eclipse IDE = Easy GUI Overview JavaFX is a Java-based platform for building Rich Internet Applications (RIAs) that can run on a desktop or on mobile devices. Applications built with JavaFX are Java bytecode-based, so they can run on any desktop with the Java runtime e...
https://www.ibm.com/developerworks/web/library/wa-javafxapp/index.html?ca=drs-
CC-MAIN-2018-26
refinedweb
2,193
67.45
import "cmd/go/internal/module" Package module defines the module.Version type along with support code. CanonicalVersion returns the canonical form of the version string v. It is the same as semver.Canonical(v) except that it preserves the special build suffix "+incompatible". Check checks that a given module path, ver...
https://godoc.org/cmd/go/internal/module
CC-MAIN-2019-39
refinedweb
520
59.4
Post your Comment How to use JAR file in Java to digitally sign the JAR file. Users who want to use the secured file can check... do not use JAR file, then they will have to download every single file one... on any platform. All operating system support Java. JAR file works as normal Zip jar file jar file how to create...
http://roseindia.net/discussion/48865-How-to-use-JAR-file-in-Java.html
CC-MAIN-2015-32
refinedweb
575
75.2
Issues ZF-5238: Feed protocol versions are not taken into consideration when looking up XML namespaces Description Changes were recently introduced to Zend_Gdata_FeedEntryParent to support associating a protocol version with a feed and/or entry. However, this protocol version is not taken into account when looking up X...
http://framework.zend.com/issues/browse/ZF-5238
CC-MAIN-2016-26
refinedweb
181
62.24
#include <CodeComplete.h> Definition at line 45 of file CodeComplete.h. Whether to use the clang parser, or fallback to text-based completion (using identifiers in the current file and symbol indexes). Definition at line 111 of file CodeComplete.h. Model to use for ranking code completion candidates. Definition at line...
https://clang.llvm.org/extra/doxygen/structclang_1_1clangd_1_1CodeCompleteOptions.html
CC-MAIN-2021-31
refinedweb
556
53.88
To extend my restfull api with GPS locations I decided to try geoalchemy. I already have a database going and I think it saves the points to my database already. However, everytime I try to print a point that I saved (for instance to return to the the user) I get a memory adress or something like this: <WKBElement at 0...
https://codedump.io/share/3W4lE4Uvr4Di/1/representing-coordinates-in-geoalchemy2
CC-MAIN-2017-43
refinedweb
203
63.29
All locking and unlocking of mutexes should be performed in the same module and at the same level of abstraction. Failure to follow this recommendation can lead to some lock or unlock operations not being executed by the multithreaded program as designed, eventually resulting in deadlock, race conditions, or other secu...
https://wiki.sei.cmu.edu/confluence/pages/viewpage.action?pageId=87152303
CC-MAIN-2019-22
refinedweb
1,167
52.9
I am a relative newcomer to C++. I have some history in BASIC ( I like goto loops!), but the C++ syntax is new to me.I like goto loops!), but the C++ syntax is new to me. The program I am trying to create is a simple game modifier that changes a value in the game's user.ini file so that a new action will be bound to a ...
https://cboard.cprogramming.com/cplusplus-programming/58795-unknown-errors-me-least.html
CC-MAIN-2017-26
refinedweb
574
74.79
How to Merge Dask DataFrames • February 1, 2022 This post demonstrates how to merge Dask DataFrames and discusses important considerations when making large joins. You’ll learn: - how to join a large Dask DataFrame to a small pandas DataFrame - how to join two large Dask DataFrames - how to structure your joins for opt...
https://coiled.io/blog/dask-dataframe-merge-join/
CC-MAIN-2022-21
refinedweb
1,766
64.51
Classloader Acrobatics: Code Generation with OSGi Porting great infrastructure to OSGi often means solving complex class loading problems. This article is dedicated to the frameworks that face the hardest issues in this area: those that do dynamic code generation. Incidentally these are also the coolest frameworks: AOP...
http://www.infoq.com/articles/code-generation-with-osgi/
CC-MAIN-2014-35
refinedweb
3,358
54.42
Code Style. XML Use this page to configure formatting options for XML files. When you change these settings, the Preview pane shows how this will affect your code. Tabs and Indents Other Arrangement Use the Matching rules area to define the list of rules and their order. Each rule can match the following: Type: match o...
https://www.jetbrains.com/help/pycharm/settings-code-style-xml.html
CC-MAIN-2021-04
refinedweb
228
65.42
SETLOGMASK(3) Linux Programmer's Manual SETLOGMASK(3) setlogmask - set log priority mask #include <syslog.h> int setlogmask(int mask);. This function returns the previous log priority mask. None. For an explanation of the terms used in this section, see attributes(7). ┌─────────────┬───────────────┬────────────────────...
https://man7.org/linux/man-pages/man3/setlogmask.3.html
CC-MAIN-2020-40
refinedweb
131
52.15
Hello, I have been unable to synchronize collected data in one of my Collector apps (I believe this might be due to the number of attachments). I've tried all suggestions in this forum, and now have manually extracted and converted my collected data into a File Geodatabase. I'm wondering how to go about "merging" this ...
https://community.esri.com/t5/arcgis-collector-questions/append-extracted-data-to-sde-collector-for-arcgis/td-p/533881
CC-MAIN-2022-27
refinedweb
470
60.61
Steem Developer Portal PY: Edit Content Patching How to edit post content with diff_match_patch using Python. Full, runnable src of Edit Content Patching can be downloaded as part of the PY tutorials repository. In this tutorial we show you how to patch and update posts/comments on the Steem blockchain using the commit...
https://developers.steem.io/tutorials-python/edit_content_patching
CC-MAIN-2018-47
refinedweb
880
55.13
Given a set of two dimensional vectors (or data points), a Voronoi graph is a separation of those points into compartments where all points inside one compartment are closer to the contained data point than to any other data point. I won't give any demonstration here, but if you want to know more about Voronoi graphs, ...
http://www.codeproject.com/Articles/11275/Fortune-s-Voronoi-algorithm-implemented-in-C?msg=4267441
CC-MAIN-2014-35
refinedweb
491
54.32
In this article we’re going to explore two approaches for dynamically loading SVG icons with Vue.js. We’ll use the wonderful vue-svgicon package as a foundation for our SVG icon workflow. If you want to take a closer look at the example code, you can find it on GitHub. Or you can checkout a live example of the code hos...
https://markus.oberlehner.net/blog/dynamically-loading-svg-icons-with-vue/
CC-MAIN-2019-22
refinedweb
1,341
54.42
17 May 2010 07:21 [Source: ICIS news] By James Dennis SINGAPORE (ICIS news)--Crude futures fell more than a $1/bbl (€0.82/bbl) on Monday pushing prices down to their lowest level in three months as the US dollar strengthened amid growing worries over European debt and high US oil inventories, traders said. At 05:40 GMT...
http://www.icis.com/Articles/2010/05/17/9359898/crude-down-1bbl-lowest-in-3-months-on-strong-dollar.html
CC-MAIN-2015-22
refinedweb
289
60.58
latest feature release GIT 1.5.0 is available at the usual places: git-1.5.0.tar.{gz,bz2} (tarball) git-htmldocs-1.5.0.tar.{gz,bz2} (preformatted docs) git-manpages-1.5.0.tar.{gz,bz2} (preformatted docs) RPMS/$arch/git-*-1.5.0-1.$arch.rpm (RPM) ---------------------------------------------------------------- make the ...
http://lwn.net/Articles/222086/
crawl-002
refinedweb
2,819
57.06
10 months, 3 weeks ago. CPU freezes on second attempt to use the DMA to write to UART. I have been trying exhaustively to program my STM32F7xx microcontroller to use DMA to transmit to UART. Three things are going on and I cannot explain or understand why this is happening, and hope somebody can help me out with this i...
https://os.mbed.com/questions/83337/CPU-freezes-on-second-attempt-to-use-the/
CC-MAIN-2019-43
refinedweb
901
50.73
Oops, sorry. :-P This is a discussion on Creating an object of a class inside another class - possible? within the C++ Programming forums, part of the General Programming Boards category; Oops, sorry. :-P... Oops, sorry. :-P Just GET it OFF out my mind!! Supposedly, its bundled with the free edition of QT (or so said s...
http://cboard.cprogramming.com/cplusplus-programming/118578-creating-object-class-inside-another-class-possible-2.html
CC-MAIN-2015-06
refinedweb
1,129
60.24
LinearLrWarmup¶ - class paddle.fluid.dygraph.learning_rate_scheduler. LinearLrWarmup ( learning_rate, warmup_steps, start_lr, end_lr, begin=1, step=1, dtype='float32' ) [source] - Api_attr imperative. begin (int, optional) – The begin step. The initial value of global_step described above. The default value is 0. step ...
https://www.paddlepaddle.org.cn/documentation/docs/en/api/paddle/fluid/dygraph/learning_rate_scheduler/LinearLrWarmup_en.html
CC-MAIN-2021-31
refinedweb
146
55.1
Powerful animations in React Native In this blog post we’re going to present the main issues we ran into implementing complex animations in React Native at Xmartlabs. We’ll show how Reanimated helps achieving smooth animations and at which cost. After reading this blog post you will be able to determine if react native...
https://blog.xmartlabs.com/2020/04/27/powerful-animations-in-RN/
CC-MAIN-2022-21
refinedweb
1,077
51.89
Pedro Gonzalez2,097 Points I am stuck in the Foreach loop task. Any help is greatly appreciated My code can't run because i get a compiling error stating "Cannot convert type Treehouse.CodeChallenges.Frog' todouble' ". So my question is How can I fix my code so I don't get this compiling error and what does it mean? Th...
https://teamtreehouse.com/community/i-am-stuck-in-the-foreach-loop-task-any-help-is-greatly-appreciated
CC-MAIN-2019-51
refinedweb
254
59.9
> From: Michael Meissner <meissner@cygnus.com> > > > > Hmm, I've come across a problem in practice with this. I'd like to > > solicit opinions on how to proceed. > > > > Suppose you have the following code: > > > > > #include <limits.h> > > > unsigned int i = UINT_MAX; > > > > and suppose that your system is a modern o...
https://gcc.gnu.org/pipermail/gcc-patches/2000-August/034862.html
CC-MAIN-2021-21
refinedweb
278
59.9
A TR1 Tutorial: Class std::tr1::tuple In a previous article, I gave a tutorial on the array class from the TR1 implementation released by Microsoft with the VC++ 2008 Feature Pack. In this article, I will talk about class tuple and the other classes and functions from the header with the same name, <tuple>. Type tuple ...
https://www.codeguru.com/cpp/cpp/cpp_mfc/stl/article.php/c15287/A-TR1-Tutorial-Class-stdtr1tuple.htm
CC-MAIN-2018-43
refinedweb
444
51.89
...one of the most highly regarded and expertly designed C++ library projects in the world. — Herb Sutter and Andrei Alexandrescu, C++ Coding Standards Includes the system headers <functional>, <new>, <cstddef>, <cstdlib>, and <exception>. Includes the Boost headers "detail/ct_gcd_lcm.hpp" (see ct_gcd_lcm.html), "detai...
http://www.boost.org/doc/libs/1_41_0/libs/pool/doc/implementation/pool.html
CC-MAIN-2017-30
refinedweb
878
55.54
Specification link: 15.4 The listener element script-listener-202-t ← index → script-listener-204-t This test tests that an element with the name 'listener' is not interpreted as an svg element, and that it's not the same as an element named 'listener' in the XML Events namespace. The test has passed if handlers are im...
http://www.w3.org/Graphics/SVG/Test/20080912/htmlEmbedHarness/script-listener-203-t.html
CC-MAIN-2015-11
refinedweb
126
56.79
Python offers itself not only as a popular scripting language, but also supports the object-oriented programming paradigm. Classes in Python describe data and provide methods to manipulate that data, all encompassed under a single object. Furthermore, classes allow for abstraction by separating concrete implementation d...
https://codingcompiler.com/classes-in-python/
CC-MAIN-2022-27
refinedweb
3,955
59.9
The latest version of the book is P (13-Sep-07) Paper page: 1 It would be easier to find the samples in the download if they were ordered by Chapter Number. (JMHO)--TW Scannell - Reported in: P3.0 (14-May-07) PDF page: 13 in_place_select_editor is missing some options that are in: See the rdoc for JavaScriptMacrosHelpe...
https://pragprog.com/titles/fr_rr/errata
CC-MAIN-2017-09
refinedweb
3,188
58.28
Art shader, or load from content browser ? On 30/08/2018 at 02:01, xxxxxxxx wrote: Hi, First off I'm new here, and also very new with python. I'm trying to create a pretty basic material using python, but it seems not so easy. I have two questions: How can I add the Art shader to a channel? It's not listed in the SDK s...
https://plugincafe.maxon.net/topic/10942/14402_art-shader-or-load-from-content-browser-/
CC-MAIN-2020-05
refinedweb
496
65.52
Looking for php web developer to complete my code Bajet $10-30 USD this will not take more than few hour for experienced person it is my incomplete code for which i have given step by step instruction. Do you have experience of using oops programming, namespace, mvc, controller, final class, cookies and sessions? It is...
https://www.my.freelancer.com/projects/php/looking-for-php-web-developer-15794447/
CC-MAIN-2019-22
refinedweb
232
61.87
#include <pow/aserti32d.h> #include <chain.h> #include <consensus/activation.h> #include <consensus/params.h> #include <validation.h> #include <atomic> Go to the source code of this file. Definition at line 164 of file aserti32d.cpp. Returns a pointer to the anchor block used for ASERT. As anchor we use the first block...
https://bitcoindoxygen.art/ABC/aserti32d_8cpp.html
CC-MAIN-2021-49
refinedweb
274
68.67
17 April 2007 09:54 [Source: ICIS news] SHANGHAI (ICIS news)--Polyethylene (PE) prices were forecast to decline in the next three years in tandem with falling crude prices, a global trader said on Tuesday.?xml:namespace> “But margins for PE producers are likely to improve as PE prices are unlikely to fall as steeply as...
http://www.icis.com/Articles/2007/04/17/9020919/pe-prices-to-soften-but-margins-may-grow-analyst.html
CC-MAIN-2014-52
refinedweb
137
53.55
3.2.3 Initialization When the DFS server is started: It MUST notify the SMB server for reasons as specified in [MS-CIFS] section 3.3.4.3 and [MS-SMB2] section 3.3.4.8. The exact means of how this is accomplished is outside the scope of this specification. It MUST initialize HomeDomain with the domain name of the domain...
https://msdn.microsoft.com/en-us/library/cc227043.aspx
CC-MAIN-2017-22
refinedweb
113
54.73
Things used in this project Story Here I'm showing how to control home appliances via xBee and Arduino Uno. _z3yETqPAIv.png?auto=compress%2Cformat&w=680&h=510&fit=max) Here you can see there is a GAS SENSOR and beside that there is a FLAME SENSOR (the library can be downloaded from) and the xBee is connected to Arduino...
https://www.hackster.io/kalyan-prusty/home-automation-using-xbee-and-arduino-7ba5f4
CC-MAIN-2018-09
refinedweb
595
57.67
VTK/FAQ From KitwarePublic General information and availability What is the Visualization Toolkit? The Visualization ToolKit (vtk) is a software system for 3D Computer Graphics and Visualization. VTK includes a textbook published by Kitware Inc. ([ The Visualization Toolkit, An Object-Oriented Approach to 3D Graphics])...
http://www.paraview.org/Wiki/VTK_FAQ
crawl-003
refinedweb
13,921
55.95
In most cases, the client sends a request to the server when following methods of an item are executed: In this case the client sends to the server the ID of the item’s task, the ID item, the type of the request and its parameters. The server on receiving the request, based on passed IDs, finds the task (it can be Proj...
http://jam-py.com/docs/programming/server/index.html
CC-MAIN-2018-05
refinedweb
263
65.62
This forum is closed. Thank you for your contributions. I am trying to build the sample from Chapter 7, the SimulatedQuadDifferentialDrive but I am having problems using the command line as mentioned in the book. I write the code shown in the book, replacing Microsoft Robotics Studio (1.5) with Microsoft Robotics Dev S...
https://social.msdn.microsoft.com/Forums/en-US/76e2544a-952f-42ca-8ae6-398e22c45c50/promrds-chapter-6-unable-to-connect-to-default-quad-differential-drive-service?forum=roboticsdss
CC-MAIN-2021-39
refinedweb
139
57.16
You can subscribe to this list here. Showing 8 results of 8 paul@... wrote: > > Anyway, if you take a look at my Web site () you'll > find the almost-latest installment of my XMLForms package (the successor to my > XForms package). It contains form descriptions in XML and some interesting > applications of hidden field...
http://sourceforge.net/p/webware/mailman/webware-discuss/?viewmonth=200105&viewday=2
CC-MAIN-2015-06
refinedweb
1,463
67.35
Qt Quick Controls provides a set of controls that can be used to build complete interfaces in Qt Quick. The module was introduced in Qt 5.7. Qt Quick Controls comes with a selection customizable styles. See Styling Qt Quick Controls for more details. The QML types can be imported into your application using the followi...
https://docs.w3cub.com/qt~5.15/qtquickcontrols-index
CC-MAIN-2021-21
refinedweb
172
69.58
IJulia An IJulia Frontend for Sublime Text 3 Details Installs - Total 8K - Win 3K - OS X 3K - Linux 2K Readme - Source - raw.githubusercontent.com Sublime-IJulia Successor to the Sublime-Julia project, now based on the IJulia backend. Julia is a new, open-source technical computing language built for speed and simplici...
https://packagecontrol.io/packages/IJulia
CC-MAIN-2019-51
refinedweb
1,480
52.6
CityDesk comment in JOS about "cleaner" HTML Joel comments on CityDesk: "In the next release of CityDesk we're doing really heroic amounts of work ..." tk Tuesday, July 08, 2003 Good tea leaf reading :) I finally got it mostly working. It's really unbelievable how much work it took, and it's only 99% done as we speak. ...
http://discuss.fogcreek.com/CityDesk/default.asp?cmd=show&ixPost=7870&ixReplies=15
CC-MAIN-2017-13
refinedweb
1,254
71.65
I have tried every example I could find on the web for setting the C++ standard (to C++20, or at least C++17) in a cmake project in VS 2019 (v16.0.3), yet no matter what I try, Resharper C++ seems to consider the standard to remain at C++14. I know that for standard VS projects, setting the compiler option /std=c++late...
https://resharper-support.jetbrains.com/hc/en-us/community/posts/360003534559-Unable-to-set-C-standard-in-a-Visual-Studio-2019-cmake-open-folder-style-project
CC-MAIN-2020-29
refinedweb
256
74.93
MySQLdb compiled -- Import issue Discussion in 'Python' started by Kurian Thayil, Mar 25, can't import MySQldb on OS XAlan Little, Jun 25, 2003, in forum: Python - Replies: - 0 - Views: - 903 - Alan Little - Jun 25, 2003 import vs from module import : any performance issue?Pierre Rouleau, Mar 6, 2004, in forum: Python ...
http://www.thecodingforums.com/threads/mysqldb-compiled-import-issue.718685/
CC-MAIN-2015-32
refinedweb
122
66.91
Hi Suresh I am writing proposal for monitoring tool . The monitoring tool is based on pub-sub model (ws-messenger). While writing proposal , I have to back it by technical stuff that tells how can we achieve our purpose. As this monitoring tool is supposed to be a web based , and we are thinking in the lines of develop...
http://mail-archives.apache.org/mod_mbox/airavata-dev/201305.mbox/%3CCAF-nVS=YFhVrwJF28dynH6Wvfa0n-pqvTLJAsKqxORL3-8NM5A@mail.gmail.com%3E
CC-MAIN-2017-43
refinedweb
1,900
71.24
Reinforcement Learning - Part 1 Introduction¶ I'm going to begin a multipart series of posts on Reinforcement Learning (RL) that roughly follow an old 1996 textbook "Reinforcement Learning An Introduction" by Sutton and Barto. From my research, this text still seems to be the most thorough introduction to RL I could fi...
http://outlace.com/rlpart1.html
CC-MAIN-2018-17
refinedweb
3,238
61.87
How to Deal With Exceptions How to Deal With Exceptions Learning to deal with exceptions can be tough, but will greatly benefit you as a developer. Read on to get one Java dev's advice on the topic. Join the DZone community and get the full member experience.Join For Free Atomist automates your software deliver experie...
https://dzone.com/articles/how-to-deal-with-exceptions
CC-MAIN-2019-04
refinedweb
1,911
63.29
Opened 7 years ago Closed 6 years ago #14505 closed (invalid) Multiple Namespaces and reverse lookup does not work as advertised. Description ### urls.py urlpatterns = patterns('', (r'^butter/', include(milkpost.urls, {% url milkpost:myview %} </body> both urls: /newsletter/myview/ and /butter/myview/ print out /newsle...
https://code.djangoproject.com/ticket/14505
CC-MAIN-2017-22
refinedweb
221
65.22
import "go.chromium.org/luci/common/sync/cancelcond" Package cancelcond implements a wrapper around sync.Cond that response to context.Context cancellation. Cond is a wrapper around a sync.Cond that overloads its Wait method to accept a Context. This Context can be cancelled to prematurely terminate the Wait(). New cre...
https://godoc.org/go.chromium.org/luci/common/sync/cancelcond
CC-MAIN-2018-34
refinedweb
134
62.85
In this tutorial you will learn how rendering works in asp.net mvc application, how to use RenderBody, RenderSection and RenderPage methods to design your webpage, setting different layout for different pages, also will learn how to set render script and css files section. What is Layout in Asp.net MVC? Layout is basic...
https://www.webtrainingroom.com/aspnetmvc/layout-render
CC-MAIN-2021-49
refinedweb
549
58.28
Basic auth The basic auth guard uses the HTTP basic authentication for authenticating the requests. There is no concept of explicit login and logout with basic auth. The credentials for authentication are sent on every request and you can validate them using the auth.authenticate method. - If the user credentials are i...
https://docs-adonisjs-com.pages.dev/guides/auth/basic-auth-guard
CC-MAIN-2021-49
refinedweb
165
51.04
There. Apparently I’m not allowed to point out errors, and BEST isn’t allowed to correct any before release, such as the six incorrectly spelled citations of the Fall et al 2011 paper I pointed out to BEST a week earlier, which they couldn’t be bothered to fix. And then there’s the issue of doing a 60 year study on sit...
https://wattsupwiththat.com/2011/10/21/best-what-i-agree-with-and-what-i-disagree-with-plus-a-call-for-additional-transparency-to-preven-pal-review/?shared=email&msg=fail
CC-MAIN-2019-22
refinedweb
21,042
70.02
Repo provides a mechanism to hook specific stages of the runtime with custom python modules. All the hooks live in one git project which is checked out by the manifest (specified during repo init), and the manifest itself defines which hooks are registered. These are useful to run linters, check formatting, and run qui...
https://android.googlesource.com/tools/repo/+/d79a4bc51b6ca5b47bbea861143c72bccc0ad13a/docs/repo-hooks.md
CC-MAIN-2020-29
refinedweb
845
66.74