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
Hello, On Sat, 28 Nov 2020 18:59:14 -0800 Guido van Rossum guido@python.org wrote: I. And everybody loves Python for that. Nothing beats Python in being able to take a 15-line algorithm in pseudocode, and write it in a way that it still looks like a pseudocode but also actually runs. But there're also 100-line and 200-...
https://mail.python.org/archives/list/python-ideas@python.org/message/GC3ZGMTVWYKMGVM76BHEVMTZ2IN5YIBR/
CC-MAIN-2021-17
refinedweb
492
72.66
POSIX_FALLOCATE(3) Linux Programmer's Manual POSIX_FALLOCATE(3) posix_fallocate - allocate file space #include <fcntl.h> int posix_fallocate(int fd, off_t offset, off_t len); Feature Test Macro Requirements for glibc (see feature_test_macros(7)): posix_fallocate(): _POSIX_C_SOURCE >= 200112L, or the underlying filesyst...
http://man7.org/linux/man-pages/man3/posix_fallocate.3.html
CC-MAIN-2017-22
refinedweb
164
58.18
Displays a grid of cells, drawn with lines. More... #include <rendering/rendering.hh> Displays a grid of cells, drawn with lines. Displays a grid of cells, drawn with lines. A grid with an identity orientation is drawn along the XY plane. Constructor. Destructor. Get the number of cells. Get the cell length. Return the...
http://gazebosim.org/api/dev/classgazebo_1_1rendering_1_1Grid.html
CC-MAIN-2017-51
refinedweb
134
90.16
Log message: Updated libXfont to 1.5.2. Maintenance branch release, primarily for bdftopcf's benefit as it's the only thing that really needs the Xfont1 API. (xfs uses it too, I believe, but could be ported to Xfont2). If someone wanted to step up and merge Xfont1 into bdtopcf directly, that'd be great. Adam Jackson (1...
http://pkgsrc.se/x11/libXfont
CC-MAIN-2016-44
refinedweb
383
55.24
NEW ZEALAND WINEGROWER THE OFFICIAL MAGAZINE OF THE NEW ZEALAND WINE INDUSTRY Carbon e-mission Good business with reduced emissions Soil Services Making soil a sustainability focus One Billion Trees Boosting vineyard biodiversity AUGUST /SEPTEMBER 2020 ISSUE 123 Regenerative Agriculture Changing the face of our vineyar...
https://issuu.com/ruralnewsgroup/docs/nzwg_123_aug_sep_2020
CC-MAIN-2021-31
refinedweb
28,970
56.79
Bugtraq mailing list archives Synopsis -------- lprm in OpenBSD and FreeBSD-stable gives a root shell under the following conditions: * You have a remote printer configured in /etc/printcap. (i.e. a printer with a non-null "rm" capability.) * The length of the attacker's username plus the length of the "rp" capability ...
http://seclists.org/bugtraq/1998/Apr/137
CC-MAIN-2014-35
refinedweb
2,627
62.92
Ever since the React team released their 16.x vision, it has definitely caught the community by storm. Some of the coolest additions to the collection are Hooks, lazy loading, Suspense, and the cache API. This won’t be just another article on how to write Hooks, but rather what to expect in the future of React! If you ...
https://blog.logrocket.com/the-future-of-react-unfolding-with-suspense/
CC-MAIN-2019-43
refinedweb
1,136
55.03
6 December 2010 By clicking Submit, you accept the Adobe Terms of Use. The BlackBerry PlayBook runs the BlackBerry Tablet OS, and includes support for Adobe AIR and Adobe Flash Player. The BlackBerry Tablet OS SDK provides tools to package and deploy AIR applications (which use the .bar file extension) to the PlayBook ...
https://www.adobe.com/devnet/devices/articles/blackberry_playbook_battery.html
CC-MAIN-2015-35
refinedweb
1,257
55.95
In AS3, such a set methods might look something like the following: One of the problems with defining functions like this is that the syntax for accessing them is very cumbersome: Each time we access a method in MyStringUtils, the class must be specified. This increases typing (and thus the chances of errors), makes th...
http://www.davidarno.org/2011/10/21/flash-programming-tip-global-vs-static-functions/
CC-MAIN-2019-43
refinedweb
662
61.26
Forum:Rights restructure For a list of who has what here see: Special:ListGroupRights. The above is all the possible rights that can be dolled out, as well as a link to who has what here. There has been discussion of restructuring the rights, and who is in what group in order to facilitate better rule enforcement and c...
http://rationalwiki.org/wiki/Forum:Rights_restructure
CC-MAIN-2013-20
refinedweb
1,184
68.7
>> does the two question marks together (??) mean in C#? It is the null-coalescing operator. The null-coalescing operator ?? returns the value of its left-hand operand if it isn't null; otherwise, it evaluates the right-hand operand and returns its result. The ?? operator doesn't evaluate its right-hand operand if the ...
https://www.tutorialspoint.com/what-does-the-two-question-marks-together-mean-in-chash
CC-MAIN-2022-27
refinedweb
372
53.58
I have an array that is initialised like: Element[] array = {new Element(1),new Element(2),new Element(3)}; I would like to convert this array into an object of the ArrayList class. ArrayList<Element> arraylist = ???; I am sure I have done this before, but the solution is sitting just at the edge of my memory. new Arra...
http://boso.herokuapp.com/generics
CC-MAIN-2017-26
refinedweb
608
64.81
In this section we will see how to get number of pairs using the given GCD and LCM values. Suppose the GCD and LCM values are 2 and 12. Now the possible pairs of numbers are (2, 12), (4, 6), (6, 4) and (12, 2). So our program will find the count of pairs. That is 4. Let us see the algorithm to understand what will be t...
https://www.tutorialspoint.com/find-any-pair-with-given-gcd-and-lcm-in-cplusplus
CC-MAIN-2021-39
refinedweb
308
61.03
02 April 2012 23:58 [Source: ICIS news] SAN ANTONIO, ?xml:namespace> The US Environmental Protection Agency (EPA) will now allow blends of up to 15% ethanol (E15) for automobiles with model years of 2001 and newer. However, the rule is not a mandate requiring blends of up to 15%. It simply gives service stations the op...
http://www.icis.com/Articles/2012/04/02/9547113/afpm-12-new-e15-rule-unlikely-to-boost-us-ethanol-broker.html
CC-MAIN-2014-15
refinedweb
278
54.12
my attempt to solve common tech problems Wednesday, June 4, 2014 # ASP.NET vNext was announced at TechEd 2014, and I have been playing around with it a bit. ASP.NET vNext is an exciting and revolutionary change for the Microsoft .NET development platform. ASP.NET vNext is now open-source, and available on Github at thi...
http://geekswithblogs.net/stun/Default.aspx
CC-MAIN-2015-18
refinedweb
2,039
57.98
Hello, I have a question about is there a way WebStorm to choose the shortest import ? So what I mean, for example if we have such file structure. Now the root components folder under the src is with alias '@components'. When I want to import the DefaultArticleHeader in the DefaultArticleHeader.test.tsx file the auto i...
https://intellij-support.jetbrains.com/hc/en-us/community/posts/4463530453650-Webstorm-how-to-choose-shortest-import?page=1#community_comment_4559073118098
CC-MAIN-2022-40
refinedweb
160
55.84
Zend\View Quick Start — Zend Framework 2 2.3.9 documentation Zend\View Zend\View Quick Start¶ Overview The default configuration will typically work out-of-the-box. However, you will still need to select Resolver Strategies and configure them, as well as potentially indicate alternate template names for things like the...
https://framework.zend.com/manual/2.3/en/modules/zend.view.quick-start.html
CC-MAIN-2016-44
refinedweb
1,553
50.36
Automating EJB Unit Testing Pages: 1, 2, 3 It is always a good idea to use static final classes to contain the fixed data instead of hard-coding them in the program. In ACL, we create a non-instantiable utility class, TestData, to serve this purpose. TestData public class TestData { private TestData() {} // prevent ins...
http://www.onjava.com/pub/a/onjava/2003/02/05/automate_ejb.html?page=3
CC-MAIN-2016-22
refinedweb
1,052
52.9
whats wrong with my code import java.util.Scanner; public class StudentModule{ public static void main (String[]args){ Scanner input=new Scanner(System.in); String module; System.out.print ("What module you take?: "); module=input.next(); if (module2) System.out.print("The student taking COMPUTER SCIENCE subject"); } }...
https://www.sololearn.com/Discuss/2709963/whats-wrong-with-my-code/
CC-MAIN-2021-17
refinedweb
466
61.56
Opened 10 years ago Closed 8 years ago #1788 closed Feature Request (Rejected) _GUICtrlRichEdit_GetMargins and _GUICtrlRichEdit_SetMargins Description I find it difficult to properly format/view/print any generated RTF data without the ability to specify document margins. The RTF tags \margl, \margr, \margt, and \margb...
https://www.autoitscript.com/trac/autoit/ticket/1788
CC-MAIN-2021-04
refinedweb
468
55.03
In this blog (being my first one) I’m going to explain to you a UI5 application that receives and displays data from an IoT device we named Keggy – an Arduino with WiFi shield connected to a kegerator. Keggy also likes to tweet a lot – but more on this later. Introduction we actually get real time data from the kegerat...
https://blogs.sap.com/2015/06/13/meet-keggy-the-iot-kegerator-powered-by-openui5-and-sap-hana/
CC-MAIN-2019-09
refinedweb
1,780
62.98
Hi Yohann, the page that you have created is a Category page. Ideally your page should be in the Commons namespace, ie: commons.wikimedia.org/wiki/Commons:Wiki Loves Food On Sun, Apr 21, 2013 at 1:14 PM, Yohann Thomas <yohan...@gmail.com> wrote: > hi, > > Food is an important part of our lives. > So after the huge succ...
https://www.mail-archive.com/wikimediaindia-l@lists.wikimedia.org/msg09442.html
CC-MAIN-2018-43
refinedweb
150
64.1
DOMNamedNodeMaps are used to represent collections of nodes that can be accessed by name. More... DOMNamedNodeMaps are used to represent collections of nodes that can be accessed by name. Note that DOMNamedNodeMap does not inherit from DOMNodeList; DOMNamedNodeMaps are not maintained in any particular order. Nodes cont...
http://xerces.apache.org/xerces-c/apiDocs-3/classDOMNamedNodeMap.html
CC-MAIN-2015-11
refinedweb
162
73.58
UserScripts (Tampermonkey, Greasemonkey etc) on Sidebar Extensions - baturkacamak last edited by I would like to run my userscripts on sidebar messengers (whatsapp, twitter, messenger). Tampermonkey can run my scripts in the current tab but not on the left sidebar messengers. Is there a solution for this? This is not o...
https://forums.opera.com/topic/42584/userscripts-tampermonkey-greasemonkey-etc-on-sidebar-extensions
CC-MAIN-2021-49
refinedweb
242
60.82
table of contents NAME¶ pmemblk_create(), pmemblk_open(), pmemblk_close(), pmemblk_check() - create, open, close and validate block pool SYNOPSIS¶ #include <libpmemblk.h> PMEMblkpool *pmemblk_create(const char *path, size_t bsize, size_t poolsize, mode_t mode); PMEMblkpool *pmemblk_open(const char *path, size_t bsize);...
https://manpages.debian.org/unstable/libpmemblk-dev/pmemblk_check.3.en.html
CC-MAIN-2022-21
refinedweb
744
53.92
how do you change the x y coordinates in java? i'm reading off of a dat file that has the x y coordinates for a cartesian coordinate system and i was wondering how i could convert/change the coordinates to java's. thanks. CaP Java Coordinate System Page 1 of 1 ... 1 Replies - 11274 Views - Last Post: 17 May 2003 - 01:2...
http://www.dreamincode.net/forums/topic/7115-java-coordinate-system/
CC-MAIN-2016-22
refinedweb
288
69.62
Hi, If you just want to buy the properties and then sell them for a profit, (and not get the licensing to be an agent and sccept commissions) this is no problem Real estate agents have to be licensed by the real estate board in your state, and this qualifies them to accept commissions for the sale, (an listing as the b...
http://www.justanswer.com/tax/7vkhx-avoid-considered-real-state-dealer.html
CC-MAIN-2016-07
refinedweb
1,339
65.35
Create a custom component Now that we've set up our project, let's create a custom component to represent the pieces of text in our app. Create the Note.qml file The Poem Maker app creates a random, three-part poem each time the button is clicked. Each part of the poem is distinct, but they all share some common proper...
http://developer.blackberry.com/native/documentation/cascades/ui/animations/animations_create_custom_component.html
CC-MAIN-2014-15
refinedweb
1,290
54.83
Re: aes decrypt encrypt - From: "Joseph Ashwood" <ashwood@xxxxxxx> - Date: Tue, 5 Jun 2007 00:24:23 GMT He should divorce gladly if Hamid's childhood isn't super. Well, Pete never exhibits until Sam translates the semantic sentence dramatically. Otherwise the hat in Hakeem's action might chair some watery results. Litt...
http://www.derkeiler.com/Newsgroups/sci.crypt/2007-06/msg01234.html
crawl-002
refinedweb
328
59.5
Hey everybody! I essentially know nothing when it comes to nay form of coding and was hoping I could get some answers as to what I'm doing wrong. Right now this is what I have: I believe I have everything set up correctly so far except the filter. The repeater is connected to the database. The title, NMLS#, Branch, Pho...
https://www.wix.com/corvid/forum/community-discussion/need-help-with-putting-filter-on-search-bar-that-is-connected-to-the-repeater
CC-MAIN-2019-47
refinedweb
188
62.38
You data-src — which is the same pattern for responsive images: - JavaScript watches the user scroll down the page - When the use encounters an image, JavaScript moves the data-srcvalue into srcwhere it belongs - The browser requests the image and it loads into view The result is the browser loading fewer images up fro...
https://css-tricks.com/preventing-content-reflow-from-lazy-loaded-images/
CC-MAIN-2022-33
refinedweb
2,790
61.06
Subject: Re: [boost] [Test][Thread] Regression since 9 December? From: Raffi Enficiaud (raffi.enficiaud_at_[hidden]) Date: 2015-01-14 12:10:35 Jürgen Hunold <jhunold <at> gmx.eu> writes: > > Hi Adam, > > Am Mittwoch, 14. Januar 2015, 14:27:26 schrieb Adam Wulkiewicz: > > Hi Raffi, > > > I saw that you tried to "fix" t...
https://lists.boost.org/Archives/boost/2015/01/219113.php
CC-MAIN-2020-45
refinedweb
484
67.45
Semantic,. That seems to describe the Semantic Web pretty well. An aside -- one interesting phenomenon is that a lot of AI ends up, after fleeing the CS department, in Information and Library Sciences. And, of course, librarians, even the non-techie ones, are really into cataloging, searching, sharing, correlating, us...
http://www.xml.com/pub/a/2001/04/25/prologrdf/index.html
CC-MAIN-2014-35
refinedweb
1,835
54.02
Hello, I’ve been running FreeBSD servers in Compute Engine for years. In the last few months, my servers’ logs are full of a specific error message: Jun 12 09:34:21 xxx google-accounts: ERROR Exception calling the response handler. [Errno 2] No such file or directory. Traceback (most recent call last): File "/usr/local...
https://bugs.freebsd.org/bugzilla/show_bug.cgi?format=multiple&id=238785
CC-MAIN-2019-51
refinedweb
2,701
61.12
More Common Trip-ups for New Rubyists Self and Other Objects In my previous article about trip-ups, we saw that class-level methods are defined like this: class MyClass def self.hello "hello" end end MyClass.hello # => "hello" Developers coming from other languages might be tempted to assume that def self.method_name i...
https://www.sitepoint.com/common-trip-ups-new-rubyists/
CC-MAIN-2018-13
refinedweb
2,838
66.33
- Destructors and Handling Garbage Collection The flip side of constructors are destructors, which are called when it's time to get rid of an object and perform cleanup, such as disconnecting from the Internet or closing files. Getting rid of no-longer-needed objects involves the C# garbage collector, which calls your...
https://www.informit.com/articles/article.aspx?p=101373&seqNum=13
CC-MAIN-2021-43
refinedweb
1,378
64.1
On 17 May 2007 10:40:07 +0800 Zou Nan hai <nanhai.zou@intel.com> wrote: > On system with huge amount of physical memory. > VFS cache and memory memmap may eat all available system memory under > 4G, then system may fail to allocated swiotlb bounce buffer. > > There was a fix in arch/x86_64/mm/numa.c, but that fix does ...
http://lkml.org/lkml/2007/5/17/287
crawl-002
refinedweb
450
51.75
On Tue, Feb 1, 2011 at 1:07 PM, Paul Wise <pabs@debian.org> wrote: > On Tue, Feb 1, 2011 at 7:29 PM, Mathieu Malaterre > <mathieu.malaterre@gmail.com> wrote: > >> ifneq "$(wildcard /usr/share/misc/config.sub)" "" >> cp -f /usr/share/misc/config.sub config/config.sub >> endif >> ifneq "$(wildcard /usr/share/misc/config....
https://lists.debian.org/debian-mentors/2011/02/msg00007.html
CC-MAIN-2016-50
refinedweb
111
57.13
RationalWiki:Saloon bar/Archive100 [edit] Superstitious belief in interpersonal relationships? So I'm looking for some quick advice from those of you (most, I presume) with more experience than me in interpersonal relationships, especially those of the enduring kind. I fancy myself a rational, skeptical to the point of...
http://rationalwiki.org/wiki/RationalWiki:Saloon_bar/Archive100
CC-MAIN-2013-48
refinedweb
25,123
71.55
Type: Posts; User: Frederick Lenz ok...i fixed that part but it says that 'c' is unintialized and i did initialize it Code: #include <iostream> #include <string> using namespace std; int main () I made this code to find pythagorean theorums... But it won't work right.. any help? Code: #include <iostream> #include <stri...
http://forums.codeguru.com/search.php?s=22de28a9e772b91125217aebfecb9f71&searchid=6640183
CC-MAIN-2015-14
refinedweb
352
82.75
Bitcoin – The Currency of the Internet Tag: 2012 Behold my 20 Bitcoin lawnmower bought mid 2012 Use old legacy bitcoin private key generated from 2012 to generate a segwit address (bitcointalk.org) Fun fact: Slush, the creator of TREZOR and Slushpool got hacked in 2012 and lost ~3000BTC. This prompted him to create the...
http://bitcoinews247.com/tag/2012/
CC-MAIN-2019-18
refinedweb
863
74.08
can Stack accept imageIcon ..?? can Stack accept imageIcon ..?? how can write program like album ..by using Stack as an ideas datastracture and using imageIconb ?? please help me ..thanks alot button to accept user input button to accept user input private void jButton1ActionPerformed(java.awt.event.ActionEvent evt){ p...
http://www.roseindia.net/tutorialhelp/comment/69970
CC-MAIN-2015-18
refinedweb
2,509
69.52
I have a script that uses the sql orderby parameter to sort my arcpy cursors by a user defined field or fields and deletes duplicates, but keeps the duplicate with the highest value. I'd like to be able to sort by geometry to identify/group features that are spatial duplicates and delete those that are duplicates (but ...
https://community.esri.com/thread/222097-sort-by-shape-token-in-arcpy-cursors
CC-MAIN-2019-13
refinedweb
366
55.24
4.6. What is the Spectrum object ?¶ Normally Users should not be bother by the classes used. For instance if you use the pburg class to compute a PSD estimate base on the Burg method, you just nee to use pburg. Indeed, the normal usage to estimate a PSD is to use the PSD estimate starting with the letter p such as parm...
http://www.thomas-cokelaer.info/software/spectrum/html/user/tutorial_psd.html
CC-MAIN-2018-39
refinedweb
274
61.06
Provided by: libcurl4-doc_7.55.1-1ubuntu2_all NAME CURLOPT_FTP_CREATE_MISSING_DIRS - create missing dirs for FTP and SFTP SYNOPSIS #include <curl/curl.h> typedef enum { CURLFTP_CREATE_DIR_NONE, CURLFTP_CREATE_DIR, CURLFTP_CREATE_DIR_RETRY } curl_ftpcreatedir; CURLcode curl_easy_setopt(CURL *handle, CURLOPT_FTP_CREATE_M...
http://manpages.ubuntu.com/manpages/artful/en/man3/CURLOPT_FTP_CREATE_MISSING_DIRS.3.html
CC-MAIN-2020-34
refinedweb
261
55.34
This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project. Hi Gaby, > |. Wow! I hadn't appreciated that libstc++-v3 provided its own stub implementations for missing libm functions. I agree this is a much better place to fix the problem. It allows the builtin implementations to be use...
http://gcc.gnu.org/ml/libstdc++/2001-12/msg00409.html
crawl-001
refinedweb
202
52.76
07 November 2011 06:39 [Source: ICIS news] By Doreen Zhao SHANGHAI (ICIS)--Adipic acid prices in ?xml:namespace> Spot values declined by around yuan (CNY) 7,000/tonne ($1,104/tonne) from end-August to CNY12,200/tonne at the end of October, according to ICIS data. Surplus adipic acid supply in the international markets ...
http://www.icis.com/Articles/2011/11/07/9505810/china-adipic-acid-tumbles-36-on-weak-demand-from-pu-sector.html
CC-MAIN-2014-52
refinedweb
272
54.86
Table Of Contents Tesselator¶ New in version 1.9.0. Warning This is experimental and subject to change as long as this warning notice is present. Only TYPE_POLYGONS is currently supported. Tesselator is a library for tesselating polygons, based on libtess2. It renders concave filled polygons by first tesselating them i...
https://kivy.org/doc/master/api-kivy.graphics.tesselator.html
CC-MAIN-2021-39
refinedweb
509
51.65
Application-level naming services are incorporated in applications offering services such as files, mail, and printing. Application-level naming services are bound below enterprise-level naming services. The enterprise-level naming services provide contexts in which contexts of application-level naming services can be ...
http://docs.oracle.com/cd/E19253-01/816-4556/aagloss-87604/index.html
CC-MAIN-2014-52
refinedweb
2,186
57.98
08 October 2010 10:47 [Source: ICIS news] By Will Beacham LONDON (ICIS)--Dutch advanced materials group DSM will decide within 3-6 months if it will invest in a commercial scale biosuccinic acid plant, a top executive said late on Thursday. Volkert Claassen, vice president white biotechnology, told ICIS that if approve...
http://www.icis.com/Articles/2010/10/08/9399678/dsm-nears-decision-on-new-biosuccinic-acid-plant-video.html
CC-MAIN-2013-48
refinedweb
257
55.07
********************************************************** THE SYSINTERNALS NEWSLETTER ********************************************************** |-+-|-+-|-+-|-+-|-+-|-+-|-+-|-+-|-+-|-+-|-+-|-+-|-+-|-+-|-+-| March 27, 2000 - In this issue: 1. EDITORIAL - Mark to coauthor “Inside Windows 200, 3rd Ed.” with David Solomon...
https://blogs.technet.microsoft.com/sysinternals/2000/03/27/volume-2-number-2/
CC-MAIN-2018-13
refinedweb
4,020
50.97
It was quite simple to get Pyevolve running up on PiCloud. For an Evolutionary Algorithm, there are a number of ways it can be parallelized. One of the easiest things to do is to run parallel instances of the algorithm with different initial random seeds. (This is a common practice in the research community – since sta...
http://echorand.me/2012/01/26/picloud-pyevolve-evolutionary-algorithms-in-the-cloud/
CC-MAIN-2014-10
refinedweb
1,024
65.73
Hey, I'm fairly new to java. I took a year of comp-sci last year, but thanks to a teacher who didn't himself know java, I can't say I learned much. This year, I have to write a program using "methods", something I never learned last year. I've gotten sorta far by looking at other programs, but I still need help. //~~IN...
http://forums.devx.com/showthread.php?140161-adding-new-files-to-jsdk&goto=nextnewest
CC-MAIN-2014-41
refinedweb
816
73.58
A python wrapper for the mlkshk API. Project Description Pyshk is a python client for the mlkshk.com api. Documentation is available at Installation Install with pip install pyshk In order to get started, you have to sign up for mlkshk (yay!) and create an application on mlkshk.com. First, you’ll need to sign up for an...
https://pypi.org/project/pyshk/
CC-MAIN-2018-13
refinedweb
528
64
. Maybe (y-x)/n ? ok, it is not that easy :) Let #(n, x, y) be the number of multiples of n in the range [x, y] inclusive. #(n, 1, y) is easy; this is just floor(y/n). The trick is to realize that #(n, x, y) = #(n, 1, y) – #(n, 1, x – 1). mvaneerde: you are right. In Scala: I think the following makes the length of a P...
https://programmingpraxis.com/2014/10/28/number-of-divisors-in-a-range/
CC-MAIN-2021-04
refinedweb
697
77.98
I mentioned earlier my thoughts on a tailor-made a KISS style logger. Design-by-Contract is also something that keeps popping up. If a really messed up error happens just a simple assert won’t do since you want to use your logger to log the messed up error and then do a safe and controlled shutdown, sometimes followed ...
http://kjellkod.wordpress.com/2011/03/06/design-by-contract-why-not-also-a-quick-and-dirty-logger/
CC-MAIN-2014-52
refinedweb
585
54.46
VueJs is known for its simplicity and low learning curve, helping launch apps from beginners to senior devs alike. But anyone who's spent time building up a codebase in Vue has learned with growth comes pain. Because of that it's important to address those scalable issues early on before an organization is stuck in a q...
https://practicaldev-herokuapp-com.global.ssl.fastly.net/rdelga80/easily-handle-component-versioning-with-vue3-48n8
CC-MAIN-2021-39
refinedweb
1,300
54.15
IRC log of xproc on 2006-05-04 Timestamps are in UTC. 15:02:05 [RRSAgent] RRSAgent has joined #xproc 15:02:05 [RRSAgent] logging to 15:02:07 [Zakim] Norm, this was already XML_PMWG()11:00AM 15:02:07 [ht] ht has joined #xproc 15:02:09 [Zakim] ok, Norm; that matches XML_PMWG()11:00AM 15:02:16 [AndrewF] AndrewF has joined...
http://www.w3.org/2006/05/04-xproc-irc
CC-MAIN-2016-44
refinedweb
2,619
62.72
Let! Introduction "The glue between all projects." Composer sets out to solve this situation by positioning itself as "the glue between all projects" - meaning that packages can be written, developed and shared in a format that other developers can plug into other applications with ease. This article sets out to show y...
http://code.tutsplus.com/tutorials/easy-package-management-with-composer--net-25530
CC-MAIN-2016-07
refinedweb
995
61.16
Hello friends, I have a Customer class (Parent class) and Member class (child class which extends Customer class). the coding is like this public class Customer { String name; } public class Member extends Customer { int memberID; } public class Tranasaction { public void printTransaction(Customer customer) { if(custom...
https://www.daniweb.com/programming/software-development/threads/329695/parent-and-child-class-communication
CC-MAIN-2018-43
refinedweb
121
51.99
gmtime() function is frozing after PSoC Creator 3.1 upgrade | Cypress Semiconductor gmtime() function is frozing after PSoC Creator 3.1 upgrade Summary: 8 Replies, Latest post by Bob Marlowe on 09 Jan 2015 03:58 AM PST Verified Answers: 0 Is somebody else having problem with the gmtime() function after the PSoC Creator...
http://www.cypress.com/forum/psoc-creator-software/gmtime-function-frozing-after-psoc-creator-31-upgrade
CC-MAIN-2016-44
refinedweb
552
74.79
The ObjDict class has many uses including: as a tool for processing and generating json information, for ad-hoc classes and mutable named tuples, or just as dictionaries that allow dot notation access. Uses Why ‘objdict’? The reasons include: - All tools and Classes for simple and relable JSON for objects - ObjDict: Th...
https://pypi.org/project/objdict/
CC-MAIN-2018-05
refinedweb
2,469
53.31
Unified Builds¶ The Firefox build system uses the technique of “unified builds” (or elsewhere called “unity builds”) to improve compilation performance. Rather than compiling source files individually, groups of files in the same directory are concatenated together, then compiled once in a single batch. Unified builds ...
https://firefox-source-docs.mozilla.org/build/buildsystem/unified-builds.html
CC-MAIN-2021-25
refinedweb
129
55.34
Arduino Library For LTC4151 LTC4151 is a high voltage I2C current and voltage monitor. It is capable of monitoring input voltage ranging from 7V to 80V with the onboard 12-bit ADC. It can also measure the high side current and an additional external voltage with the same 12-bit ADC resolution. Besides LTC4151, LTC4151-...
http://www.kerrywong.com/2014/04/19/arduino-library-for-ltc4151/?replytocom=923166
CC-MAIN-2018-30
refinedweb
923
68.26
hey guys i am new to java...well data structures, i have this assignment, where we have to basically accomplish radix sort. The first method is building a master linked lists. i have not even started can anyone help with me with that package sorting; import java.io.*; import structures.linear.Node; /** * This class sor...
https://www.daniweb.com/programming/software-development/threads/174213/radixsort
CC-MAIN-2017-47
refinedweb
258
65.35
In this section, we will touch base on one of the important concepts in .NET caching. You can download my .NET interview questions PDF from. I have also put all these Design Patterns in a video format and uploaded at. You can visit and download the complete architecture interview questions PDF which covers SOA, UML, De...
http://www.codeproject.com/Articles/28721/Caching-Interview-Questions-Part
CC-MAIN-2015-18
refinedweb
1,404
53.81
Azure Event Hubs Component format To setup Azure Event Hubs pubsub create a component of type pubsub.azure.eventhubs. See this guide on how to create and apply a pubsub configuration. apiVersion: dapr.io/v1alpha1 kind: Component metadata: name: eventhubs-pubsub namespace: default spec: type: pubsub.azure.eventhubs vers...
https://docs.dapr.io/reference/components-reference/supported-pubsub/setup-azure-eventhubs/
CC-MAIN-2021-43
refinedweb
320
53.71
Please help me im having trouble with a dice roller im making. Its kind of working except i was wondering why it is that every time i start it up it always throws up the same numbers in a row if you put in 100. It probably does that with other numbers to but i haven't checked them. Anyhow i was wondering if someone cou...
https://www.daniweb.com/programming/software-development/threads/92016/help-with-rand-please
CC-MAIN-2018-13
refinedweb
167
76.45
tag:blogger.com,1999:blog-89182482008-05-06T01:36:15.301-07:00Jim RoosJim RoosBlogger69125tag:blogger.com,1999:blog-8918248.post-37218415751341565792008-05-06T01:29:00.000-07:002008-05-06T01:36:15.329-07:00Come to ScrumOk, I should seriously be asleep by now. Especially considering I have a two-day meeting starting tom...
http://feeds.feedburner.com/JimRoos
crawl-002
refinedweb
4,661
62.17
This post describes how to generate and solve a navigation mesh - a structure used to figure out how to move an entity around a game playing field in a sensible manner (ie. not running into things). We start with a playing field with some rectangles in it that we'll call "blockers". These block movement in some way: Ha...
http://www.mechanicalcat.net/richard/log?year=2010&month=9
CC-MAIN-2017-39
refinedweb
1,239
61.33
Bind, Safer DNS, and IPv6 89 resistant writes: "This article at Network World Fusion (seen at Linux Today) says, "In addition to DNSSEC, BIND 9 features support for IPv6, the ability to run on multiprocessor systems and improved scalability for handling large domain name zones." The urgent need (by Nike anyway, heh-heh...
https://slashdot.org/story/00/10/20/1426235/bind-safer-dns-and-ipv6
CC-MAIN-2017-34
refinedweb
6,615
71.44
The Data Model of NSXML An XML document is similar to an outline. Items in the outline are in a certain sequence and have certain hierarchical relationships with surrounding items. Similarly, order and hierarchy are the structural determinants of an XML document. Because of the hierarchical nature of XML markup, a tree...
https://developer.apple.com/library/mac/documentation/Cocoa/Conceptual/NSXML_Concepts/Articles/NSXMLDataModel.html
CC-MAIN-2014-15
refinedweb
1,618
60.95
Personally, the only bundler I use is Parcel. Parcel is a zero configuration, blazing fast, plugin aware bundler that - in my opinion - is just better than the competition. It is easier to configure (hint: no need for configuration), more robust (hint: no plugin / ecosystem that usually breaks), and faster (hint: cachi...
https://florian-rappl.de/Articles/Page/404/parcelcodegen
CC-MAIN-2021-43
refinedweb
398
68.47
Important: Please read the Qt Code of Conduct - How to put Horizontal Scroll Bar in Vertical ListView? Hey I have these codes, and I want to put a horizontal scroll bar in my list to view the image that is out from the page. Vertical Scroll Bar could work well but I couldn't use the same method to put horizontal scroll...
https://forum.qt.io/topic/18632/how-to-put-horizontal-scroll-bar-in-vertical-listview
CC-MAIN-2021-31
refinedweb
660
53.88
: August 20,223 This item is only available as the following downloads: ( PDF ) Full Text PAGE 1 Bays: Analyze programs for costMIKEWRIGHT Staff writerBEVERLY HILLS Gerry Ferguson likes to socialize every so often. His spot of choice: Central Citrus Community Center off County Road 491, where Ferguson plays cards, gree...
http://ufdc.ufl.edu/UF00028315/03223
CC-MAIN-2017-13
refinedweb
36,446
65.62
This article presents two zipped STL iostream implementation based on the library zlib (see download link above) and bzip2 (see download link above). This means that you can easily manipulate zipped streams like any other STL ostream/ istream. To give you an idea, consider following snippet that prints "Hello World": o...
http://www.codeproject.com/KB/stl/zipstream.aspx
crawl-002
refinedweb
1,006
50.16
As a developer, it's important that you test user interactions within your app to make sure that your users don't encounter unexpected results or have a poor experience with your app. You can test an app's user interface (UI) manually by running the app and trying the UI. But for a complex app, you couldn't cover all ...
https://codelabs.developers.google.com/codelabs/android-training-espresso-for-ui-testing?hl=en
CC-MAIN-2020-45
refinedweb
4,079
56.15
Stetl 1.0.5 Stetl provides transformation for spatial data Stetl, streaming ETL, pronounced "staedl", is a lightweight ETL-framework for the conversion of rich (as GML) geospatial data conversion. Stetl is Open Source (GNU GPL v3). The main website and documentation can be found on (or). Read a 5-minute introduction he...
https://pypi.python.org/pypi/Stetl/1.0.5
CC-MAIN-2014-15
refinedweb
537
62.17
You may go through Generate a One Time Password or Unique Identification URL article before this for better understanding. Many a times we forget our passwords and we opt for Forget password option and within no time we get a new password at our registered email-ID or phone no. to login our account. And every time we g...
http://www.geeksforgeeks.org/generating-password-otp-java/
CC-MAIN-2017-17
refinedweb
507
51.89
The local driver's license office has asked you to create an application that grades the written portion of the driver's license exam. The exam has 20 multiple choice answers..Your program should store these correct answers in the array. The program should read the students answers for each of the 20 questions from a t...
http://www.dreamincode.net/forums/topic/255879-problem-comparing-arrays/
CC-MAIN-2017-09
refinedweb
297
52.66
October 19, 2007 In this issue of The Cartoonists we take a slight detour from the usual newspaper-style comics and take a look at the comic book genre. But, forget the Superheroes or Archie- type comic books – we’re going straight to the quirky with Ralph Snart by creator Marc Hansen. Strong storylines and characters,...
http://thecartoonists.ca/Index_files/2007pages/TC%20-%20Interview%20with%20Marc%20Hansen,%20Creator%20of%20Ralph%20Snart.htm
CC-MAIN-2017-13
refinedweb
1,791
73.47
In C++, during a constructor call, before execution gets into its body all subobjects – base classes and non-static data members – of the class are initialised. (In C++11, this rule has an exception which we shall exploit later.) The member initialiser list (MIL) lets the programmer customise this initialisation. A sub...
https://accu.org/index.php/journals/1882
CC-MAIN-2020-29
refinedweb
3,278
55.44
hi to all. Fist sorry for my stupid question, i'm a newbye. I've done the ajax file upload in my application (described in tutorial). Now I need to transfer the content of my uploaded file (.txt file that contains some server logs) into a mysql database wich contains a table preposed for store this information. I think...
https://my.webratio.com/forum/question-details/file-analysis-then-update-mysql-database?nav=43&link=oln15x.redirect&kcond1x.att11=156
CC-MAIN-2020-50
refinedweb
511
59.23
At Mergify, we generate a pretty large amount of logs. Every time an event is received from GitHub for a particular pull request, our engine computes a new state for it. Doing so, it logs some informational statements about what it's doing — and any error that might happen. This information is precious to us. Without p...
https://pythondigest.ru/view/48963/
CC-MAIN-2020-16
refinedweb
806
65.83
nftw - walk a file tree #include <ftw.h> int nftw(const char *path, int (*fn)(const char *, const struct stat *, int, struct FTW *), int depth, int flags); The nftw() function recursively descends() will change the current working directory to each directory as it reports files in that directory. If clear, nftw() will ...
http://pubs.opengroup.org/onlinepubs/7990989775/xsh/nftw.html
CC-MAIN-2014-52
refinedweb
521
73.07
The InputManager library allows you to take control over the whole user common input. From tracking (hooking) user input to simulating user input. It allows you to send and receive global mouse and keyboard messages, in one easy to use library. It supports DirectX input simulation, which means you can send mouse or key...
http://www.codeproject.com/Articles/117657/InputManager-library-Track-user-input-and-simulate?fid=1591687&df=90&mpp=10&noise=1&prof=True&sort=Position&view=None&spc=None&select=4063394&fr=12
CC-MAIN-2015-14
refinedweb
1,618
55.64
The Smart Disinfection and Sanitation Tunnel is a demonstration of how It has been designed to provide maximum protection to people passing through the tunnel in around 15 seconds. Which can help the community to fight against the COVID-19. The main idea of this project is to make a tunnel that can try and prevent the ...
https://www.hackster.io/yugn27/smart-disinfection-and-sanitation-tunnel-aefe50
CC-MAIN-2021-17
refinedweb
2,288
56.96
ci Make your CI workflow portable caution This is documentation for Dagger 0.1, which is no longer actively maintained. For up-to-date documentation, see the latest version (0.2). Problems with existing CIs - The CI code is sticky to the underlying CI infrastructure. - It's hard to migrate the CI from a runner to anoth...
https://docs.dagger.io/1012/ci/
CC-MAIN-2022-27
refinedweb
942
53.88
-Mobile Jumping Into the Check-Cashing Industry Could you elaborate on what makes it not cheap? Ask Slashdot: Best Way To Implement Wave Protocol Self Hosted? Wave was marketed as a successor to e-mail, but (1) that just confused everyone (because what does "successor to e-mail" even mean) and (2) in my experience that...
http://beta.slashdot.org/~mdmkolbe
CC-MAIN-2014-10
refinedweb
1,621
59.94
I need to count the number of times an object of an array of pointers has the same name(member variable) as the parameter given to a member function. I have tried different approaches, but none of them worked. My code does not even compile. The error is: "error C2514: 'MyComparator' : class has no constructors" and her...
http://www.dlxedu.com/askdetail/3/f37789be4cce0655e573f4f19b8da4b7.html
CC-MAIN-2018-43
refinedweb
930
51.89
Engineering Releases News and Events This Week in Spring - July 17th, 2012 Welcome to another installment of This Week in Spring! This week, the SpringSource and Cloud Foundry teams are OSCON talking about open source enterprise and cloud computing with anybody and everybody. If you’re in the region, be sure to check o...
http://spring.io/blog/2012/07/18/this-week-in-spring-july-17th-2012
CC-MAIN-2015-11
refinedweb
482
61.67
Many programs need random number to complete their certain goal. For example, a quiz program needs random number to randomize the question number to be asked first. Likewise a dice game needs random number to select the face when it is thrown. So there are many situations where the need of random number has no alternat...
http://www.programming-techniques.com/2012/01/random-number-generation-in-cc.html
CC-MAIN-2016-44
refinedweb
220
66.94
One of the more intriguing things to come out of Microsoft lately was a nearly throw-away comment from Don Box, a principle creator of the SOAP architecture and an architect with Microsoft's XML Standards group. When Don spoke at the IDEAlliance XML Conference 2002 in Baltimore, he announced that Microsoft had begun de...
http://www.techrepublic.com/article/speculation-about-microsofts-mysterious-x/
CC-MAIN-2017-39
refinedweb
1,092
54.86
[ there piles given by k1 = 7, k2 = 11, and k3 = 13. In binary, these values are as follows: 111 1011 1101. 题目大意:给你n堆石子,每次可以从任意一堆石子中取走任意多个,但至少取一个。问第一次取有多少种方法使得先手必胜. 多组数据,做到0结束 Output For each test case, write a single line with an integer indicating the number of winning moves from the given Nim position. Sample Input ...
https://www.cnblogs.com/Wolfycz/p/8433526.html
CC-MAIN-2022-21
refinedweb
212
64.75
). Extension methods are defined as static methods but are called by using instance method syntax. Their first parameter specifies which type the method operates on, and the parameter is preceded by the this modifier. Extension methods are only in scope when you explicitly import the namespace into your source code wit...
http://msdn.microsoft.com/en-ca/library/bb383977(v=vs.110).aspx
CC-MAIN-2014-41
refinedweb
216
51.58
The Q3CheckTableItem class provides checkboxes in Q3Tables. More... #include <Q3CheckTableItem> This class is part of the Qt 3 support library. It is provided to keep old source code working. We strongly advise against using it in new code. See Porting to Qt 4 for more information. Inherits Q3TableItem. The Q3CheckTabl...
http://doc.qt.nokia.com/4.5-snapshot/q3checktableitem.html#isChecked
crawl-003
refinedweb
265
68.87
explanation - Java Beginners java application. Hi Friend, Please visit the following links to know about the Garbage collection. I have create small java appication. I don't know about example explanation - Java Beginners example explanation can i have some explanation regarding the program given as serialization xampl...
http://www.roseindia.net/tutorialhelp/comment/73771
CC-MAIN-2014-52
refinedweb
2,411
57.67
The Live Search Web Service application programming interface (API), version 1.1, is an Extensible Markup Language (XML) Web service that enables developers to programmatically submit queries to, and retrieve results from, the Live Search Engine. You must have the following resources to use the Live Search Web service:...
http://msdn.microsoft.com/en-us/library/bb266187.aspx
crawl-002
refinedweb
273
50.67
In this post, we will see how to connect to Wordpress website using C# and make publications using WordpressPCL library in three easy steps. Wordpress is a great CMS that allow developers and people that don't need a lot of software development skills to create websites with awesome functionalities. Therefore, is one o...
https://practicaldev-herokuapp-com.global.ssl.fastly.net/yeisonpx/connecting-to-wordpress-using-c-5688
CC-MAIN-2021-17
refinedweb
1,025
65.83
A simple python framework for creating a looping application (Service). Project description loopie This python framework is to provide a skeleton for managing a looping mainthread, with the ability of spawning childern threads that either loop of just do any other code and exit. The project is designed to create a comm...
https://pypi.org/project/loopie/
CC-MAIN-2021-10
refinedweb
399
55.03