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
Add Support for indexing Adding support for indexing by adding: {{{ !python def getitem(self, index): return getattr(self, self.slots[index]) def setitem(self, index, value): return setattr(self, self.slots[index], value) }}} to the class definitions would make it closer to a mutable namedtuple since namedtuple support...
https://bitbucket.org/ericvsmith/recordtype/issues/3/add-support-for-indexing
CC-MAIN-2017-34
refinedweb
150
51.85
Binary image matrix returns 0 values Hello, i'm trying to create simple program that detects when the "red" color entered the field and makes a time stamp to .csv file when certain treshold of RED is crossed. So far i have this: from SimpleCV import * cam = Camera() disp=Display() while disp.isNotDone(): capture = cam....
http://help.simplecv.org/question/2404/binary-image-matrix-returns-0-values/
CC-MAIN-2019-35
refinedweb
222
67.76
Search: Search took 0.02 seconds. - 16 Jun 2009 9:00 AM My app also uses a lot of DataLists. I didn't switch them to ListViews yet, but the context menu is very needed. Are there other changes between the DataList and ListView (besides the store)? ... - 16 Jun 2009 12:02 AM - Replies - 7 - Views - 2,428 You might can f...
https://www.sencha.com/forum/search.php?s=5fb7cf8b7fd7148b17b4fadfa460cbd9&searchid=14265577
CC-MAIN-2016-07
refinedweb
919
82.75
- Advertisement Search the Community Showing results for tags 'Behavior'. Found 28 results City building game inner workings GytisDev posted a topic in For BeginnersHello,. Attack of the Demons VS The Lord of the Man of the South - A wild NEW game! Descent posted a topic in Indie ShowcaseWow); } } } 2017-12-18.DRTS.pla...
https://www.gamedev.net/tags/Behavior/
CC-MAIN-2018-13
refinedweb
6,950
61.77
Robot not working after another app gains focus843807 Mar 3, 2010 12:25 AM I'm trying to automate some clicking for a program using Robot. The problem is, once I give focus to the target program, Robot stops working (so basically, the initial click into the program works, but it's useless if I can't release the mouse)....
https://community.oracle.com/thread/1289136?tstart=105
CC-MAIN-2015-22
refinedweb
908
66.23
08 June 2012 03:24 [Source: ICIS news] SINGAPORE (ICIS)--?xml:namespace> The unit was shut at the end of May and is likely to remain off line until at least the end of June, the source said. The producer continues to operate its second 30,000 tonne/year line, the source said. Market participants said buying sentiment h...
http://www.icis.com/Articles/2012/06/08/9567403/south-koreas-isu-chem-shuts-ipa-line-on-weak-demand.html
CC-MAIN-2014-23
refinedweb
114
69.92
The attached patch applies to 2.4.3 and should address the most seriousconcerns surrounding OOM and low-memory situations for most people. Asummary of the patch contents follows:MAJOR: OOM killer now only activates when truly out of memory, ie. whenbuffer and cache memory has already been eaten down to the bone.MEDIUM:...
http://lkml.org/lkml/2001/4/4/151
CC-MAIN-2017-13
refinedweb
4,376
53.1
-- SalokineTerata ?DateTime(2007-11-19T20:28:26Z) It's right for me. Bye. I think it's important that pages names includes the word "Install" (may be more important than the word "Debian" which implicit on this wiki). however I came up with this name name to clarify what it is about : InstallKde vs InstallDell. also, t...
https://wiki.debian.org/InstallingDebianOn/Discussion?action=diff&rev1=1&rev2=15
CC-MAIN-2022-33
refinedweb
408
59.5
#include <wx/txtstrm.h> This class provides functions that write text data using an output stream, allowing you to write text, floats, and integers. You can also simulate the C++ std::cout class: The wxTextOutputStream writes text files (or streams) on DOS, Macintosh. Writes a character to the stream. Set the end-of-li...
https://docs.wxwidgets.org/3.0/classwx_text_output_stream.html
CC-MAIN-2018-51
refinedweb
128
68.77
This paper describes the new dynamic language extensibility model that has enabled Microsoft to introduce IronPython for ASP.NET, a new implementation of the popular Python programming language. Ever since its original 1.0 version, ASP.NET has supported language extensibility. This means that a third-party compiler ven...
http://www.asp.net/DynamicLanguages/whitepaper/
crawl-002
refinedweb
4,376
55.95
A programing question Hello! I would like to define a procedure, which puts values in a dictionary: def put: u={} u[Cathy]=3232556 u[John]=4256342 Now if I am outside the procedure, I cannot use the values of u's... Is there a method for that outside the procedura I can use these specific u's? def put: u={} u[Cathy]=32...
https://ask.sagemath.org/question/7840/a-programing-question/
CC-MAIN-2017-34
refinedweb
106
83.25
The two ways: - Code: Select all Surface.convert_alpha() and - Code: Select all Surface.set_colorkey((255,0,255)) But using eitherscheme in an example with a few different pics it does not work. The white backgrounds of all the images still get drawn. - Code: Select all import pygame pygame.init() screen = pygame.displ...
http://www.python-forum.org/viewtopic.php?p=2697
CC-MAIN-2014-52
refinedweb
233
69.38
in reply to Would you stay with Perl if there were no CPAN? What never ceases to amaze me is the number of people who start to code without a quick look through CPAN to see which parts of their project have been implemented before. A friend of mine just told us at a perlmomgers meeting how bad Data::Dump output is and ...
http://www.perlmonks.org/index.pl?node_id=1029512
CC-MAIN-2015-11
refinedweb
1,112
58.92
KeePass is a "free, open source, light-weight and easy-to-use password manager." MinLock is a simple plugin for KeePass 2.x that keeps a minimized KeePass locked (re-locks almost immediately after it becomes unlocked, so long as it is still minimized). This happens to be the case when KeePass is locked and minimized an...
http://www.codeproject.com/Articles/404071/MinLock-a-KeePass-2-x-Plugin-to-keep-minimized-Kee?fid=1731655&df=10000&mpp=25&noise=2&prof=True&sort=Position&view=Topic&spc=Compact
CC-MAIN-2014-35
refinedweb
605
57.67
Tips on Exploring and Using PyGAMMA This page gives some very basic advice as to how to explore and use PyGAMMA. As users make greater use of this facility, and have time to give back to the GAMMA/PyGAMMA community we encourage their contributions to this page. Basics If you are new to Python, you will first need to ge...
http://scion.duhs.duke.edu/vespa/gamma/wiki/PyGammaUsageTips
CC-MAIN-2018-51
refinedweb
1,244
67.04
Hi, I'm the original author and project manager for Webware. I have read your comparison to Webware at. I'm writing to kindly ask you to remove this item from your list: * Web Components. SkunkWeb encourages the componentization of your web pages through caching and the like. It can also call components on other SkunkW...
http://sourceforge.net/p/webware/mailman/webware-discuss/thread/20020329055725.BGGZ29627.lakemtao01.cox.net@there/
CC-MAIN-2015-40
refinedweb
315
58.28
Created on 2017-08-08 14:09 by Mikołaj Babiak, last changed 2018-01-12 06:07 by rhettinger. This issue is now closed. # list of tuples in form of (priority_number, data) bugged = [ (-25.691, {'feedback': 13, 'sentiment': 0.309, 'support_ticket': 5}), (-25.691, {'feedback': 11, 'sentiment': 0.309, 'support_ticket': 3}),...
https://bugs.python.org/issue31145
CC-MAIN-2021-49
refinedweb
1,278
54.63
IRC log of svg on 2012-01-05 Timestamps are in UTC. 20:01:50 [RRSAgent] RRSAgent has joined #svg 20:01:50 [RRSAgent] logging to 20:01:51 [trackbot] RRSAgent, make logs public 20:01:52 [Zakim] Zakim has joined #svg 20:01:53 [trackbot] Zakim, this will be GA_SVGWG 20:01:53 [Zakim] ok, trackbot; I see GA_SVGWG(SVG1)3:00PM...
http://www.w3.org/2012/01/05-svg-irc
CC-MAIN-2015-27
refinedweb
4,013
80.92
They? Noisy Cricket, perhaps? I find the nesting SD adapters (Micro->Mini->SD) oddly comforting. For added yucks you can get CF->SD adapters, and then put the CF adapter in a PCMCIA card. I don't know if you can still find these anywhere, but those and the CF/IDE adapters are great old-laptop-ressurection widgets. I ca...
https://www.jwz.org/blog/2008/01/treo-700p-old-and-busted-centro-new-hotness/
CC-MAIN-2020-50
refinedweb
2,256
73.88
Effective Address Produced by (%ecx,%edx,4) FACT: If initial values in %ecx and %edx are 0x10 and 0x4 respectively, then effective address produced by (%ecx,%edx,4) is 0x20. If initial values in %ecx and %edx are 0x4 and 0x4, then effective address produced by 0x4(%ecx,%edx,4) is 0x18. If effective address produced by ...
http://quabr.com/47297162/effective-address-produced-by-ecx-edx-4
CC-MAIN-2017-47
refinedweb
1,626
66.57
Stefan Seefeld wrote: > Hi Robert, > > I believe the reason for this behavior is that an implicit cast from > object to dict and list will cause a copy, so you don't actually insert > the path into the original (global) path object, but a local copy, which > obviously isn't seen by the rest of the application. > > Robe...
https://mail.python.org/pipermail/cplusplus-sig/2008-October/013834.html
CC-MAIN-2014-15
refinedweb
231
55.13
If you have ever used iterators in C# or Visual Basic, then this is essentially the same thing. You would need to enable the new experimental /await compiler option, same as in the previous blog entry. std::experimental::generator<int> evens(size_t count) { using namespace std::chrono; for (size_t i = 1; i <= count; i+...
https://voidnish.wordpress.com/2016/04/
CC-MAIN-2018-17
refinedweb
103
56.45
This." To illustrate the problem in gory detail, suppose you want to add the notion of modifiability to the Hierarchy. You need four new interfaces: ModifiableCollection, ModifiableSet, ModifiableList, and ModifiableMap. What was previously a simple hierarchy is now a messy heterarchy. Also, you need a new Iterator int...
http://java.sun.com/j2se/1.4.2/docs/guide/collections/designfaq.html
crawl-002
refinedweb
1,436
53
Hidden Markov Model using TensorFlow Hello Readers, this blog will take you through the basics of the Hidden Markov Model (HMM) using TensorFlow in Python. This model is based on the mathematical topic – probability distributions. Markov Property Markov Property – when the probability of future events depends only on t...
https://valueml.com/hidden-markov-model-using-tensorflow/
CC-MAIN-2021-25
refinedweb
1,093
56.15
Database Independent Development in C libdbi brings to the UNIX C/C++ developer a functionality that has long been available to other programmers. A single binary may now be made database independent, without a tedious ODBC installation. Windows programmers have long been able to free themselves from the bonds of a sin...
http://www.devshed.com/c/a/practices/database-independent-development-in-c/3/
CC-MAIN-2015-11
refinedweb
1,453
54.63
address@hidden transcribed 7.5K bytes: > Devan C. dvn transcribed 6.5K bytes: > > Current Gitlab status: > > > > - Gitlab is running and accessible at `` > > So here's a problem I see with this as it is right now: > I'm a git admin. Before I give people a certain kind of access, be > it for one repo only, a range of re...
https://lists.gnu.org/archive/html/gnunet-developers/2019-04/msg00011.html
CC-MAIN-2019-43
refinedweb
919
66.94
The goto statement is used for transferring the control of a program to a given label. The syntax of goto statement looks like this: goto label_name; Program structure: label1: ... ... goto label2; ... .. label2: ... In a program we have any number of goto and label statements, the goto statement is followed by a label...
https://beginnersbook.com/2017/08/cpp-goto-statement/
CC-MAIN-2018-05
refinedweb
151
55.27
I'm sorry but I'm not understanding xml. I would like to be able to create ids for all my xml elements preferably created autmatically, along with a common id (generally a name), in order to be able to reuse xml elements without describing them all again, and a way to search for them and view them. How can this be done...
http://forums.devshed.com/xml-programming-19/xml-namespaces-ids-parsing-968002.html
CC-MAIN-2017-47
refinedweb
102
72.16
vmod_vsthrottle is a Varnish vmod for rate-limiting traffic on a single Varnish server. It offers a simple interface for throttling traffic on a per-key basis to a specific request rate. Keys can be specified from any VCL string, e.g. based on client.ip, a specific cookie value, an API token, etc. The request rate is s...
https://docs.varnish-software.com/varnish-cache-plus/vmods/vsthrottle/
CC-MAIN-2019-51
refinedweb
559
56.35
Advertisement Today we are going to make a Real-time/ live Sketch-making script using OpenCV in Python. OpenCV makes it very easy for us to work with images and videos on the computer. We will also make use of Numpy and Matplotlib to make this live sketch app. Live Sketch Algorithm OpenCV - Capturing Real-time Video fr...
https://hackthedeveloper.com/live-sketch-opencv-python/
CC-MAIN-2021-43
refinedweb
676
64.91
django-board 0.2.1 A Django app for managing an organisation's board members page. A pluggable Django app for managing board members of an organisation. Board members have titles, mini-biographies, and photos. Installation is simple: pip install django-board Getting started Add the following to your INSTALLED_APPS: - s...
https://pypi.python.org/pypi/django-board
CC-MAIN-2016-50
refinedweb
141
58.79
Like all Norse gods and Marvel villains, every open source project has a good origin story. The new episode of “Grafana’s Big Tent” podcast provides that behind-the-code look at building Grafana Mimir, the horizontally scalable, highly performant open source time series database that Grafana Labs debuted in March. In o...
https://grafana.com/blog/2022/05/03/grafana-mimir-maintainers-tell-all/
CC-MAIN-2022-40
refinedweb
2,802
72.46
Let's briefly talk about the basic properties of the maximum heap: - The maximum heap must be a complete binary tree - When the parent node is n, the left child is n * 2 + 1 and the right child is n * 2 + 2 - When the child is n, its parent node is: (n-1) / 2 —-> This is very important and will be used later in the ini...
http://www.itworkman.com/75099.html
CC-MAIN-2022-21
refinedweb
904
54.39
. Our dotMemory Example For example, I have the following code hidden away in a console application. internal class Program { private static readonly List<Car> Cars = new List<Car>(); public static void Main(string[] args) { var stringGenerator = new RandomStringGenerator(); var yearGenerator = new Random(); while (tru...
https://keyholesoftware.com/2019/02/28/net-memory-management-with-dotmemory/
CC-MAIN-2019-39
refinedweb
658
61.56
(For more resources related to this topic, see here.) Installing matplotlib Before experimenting with matplotlib, you need to install it. Here we introduce some tips to get matplotlib up and running without too much trouble. How to do it... We have three likely scenarios: you might be using Linux, OS X, or Windows. Lin...
https://www.packtpub.com/books/content/first-steps
CC-MAIN-2015-27
refinedweb
3,444
75.91
An Extensive Examination of Data Structures Scott Mitchell 4GuysFromRolla.com February 9, 2004 Summary: This article, the fourth in the series, begins with a quick examination of AVL trees and red-black trees, which are two different self-balancing, binary search tree data structures. The remainder of the article exami...
http://msdn.microsoft.com/en-us/library/aa289151.aspx
CC-MAIN-2013-20
refinedweb
3,317
61.67
The voltmeter is one of the most important instruments in electronics, which is why in today’s tutorial we will learn how to build our own Arduino voltmeter using a very cheap voltage sensor. The voltage we measure will be displayed to the user through the Nokia 5110 LCD monitor. This project is very easy to build and ...
https://technicalustad.com/build-multi-meter-with-arduino-uno-and-b25-voltage-sensor/
CC-MAIN-2020-34
refinedweb
497
68.47
So far I have gotten to ex23 without much trouble. I have read the issues listed surrounding unicode not working, but I think I am missing something else. I cannot even get it to run and pump out question marks or the boxes. I have searched my code backwards from bottom to top looking for typos or syntax errors. I have...
https://forum.learncodethehardway.com/t/ex23-cant-run-very-confused/4170
CC-MAIN-2022-40
refinedweb
274
68.47
Richard Stallman wrote: Does this fix it? <patch against process.c 1.450> I finally reproduced this bug. By opening a TCP network stream (`open-network-stream') to a localhost server that connects and immediately closes the connection, then attempting to write to the stream, a reliable SIGPIPE is thrown. strace shows t...
https://lists.gnu.org/archive/html/emacs-pretest-bug/2005-05/msg00223.html
CC-MAIN-2019-39
refinedweb
194
73.58
Dan Harmon says Interesting problem. There are two questions to be answered; which wire in the box is hot and which is neutral, and which one on the swag fixture is which. This sounds like it is likely the old knob and tube wiring from decades ago used when they didn't care much which wire went where although the plast...
http://hubpages.com/living/answer/105157/how-do-i-wire-old-ceiling-light-where-all-wires-are-the-same-color-in-the-light-and-ceiling-box
CC-MAIN-2016-44
refinedweb
398
82.04
Python now has a new statement called with. Many languages have a with statement, but they are usually different from the with statement in Python. In Python, the purpose of with is to let you set up a block of code that runs under a certain context. When that context finishes after your code runs, it runs some cleanu...
http://www.onlamp.com/pub/a/python/2006/10/26/python-25.html?page=3
CC-MAIN-2016-18
refinedweb
873
70.43
timers(2) timers(2) NAME [Toc] [Back] timer_create(), timer_delete(), timer_settime(), timer_gettime(), timer_getoverrun() - timer operations SYNOPSIS [Toc] [Back] #include <time.h> int timer_create( clockid_t clock_id, ); DESCRIPTION [Toc] [Back] timer_create(). If the sigev_notify member of evp is SIGEV_SIGNAL, then ...
https://nixdoc.net/man-pages/HP-UX/man2/timer_delete.2.html
CC-MAIN-2022-27
refinedweb
1,132
54.52
Buy this book at Amazon.com. Write a function called nested_sum that takes a nested list of integers and add up the elements from all of the nested lists. nested_sum Use capitalize_all to write a function named capitalize_nested that takes a nested list of strings and returns a new nested list with all strings capitali...
http://greenteapress.com/thinkpython/html/thinkpython011.html
CC-MAIN-2017-43
refinedweb
222
70.94
backports 1.0 Namespace for backported Python features A few minutes ago, my fingers were poised for a moment above the keyboard as I prepared to backport the essential match_hostname() function (without which the Secure Sockets Layer is not actually secure!) from the Python 3.2 version of the ssl Standard Library to e...
https://pypi.python.org/pypi/backports/1.0
CC-MAIN-2015-27
refinedweb
613
54.46
Created on 2012-06-04 20:14 by sspapilin, last changed 2014-04-20 16:47 by orsenthil. File test.py is #!/usr/bin/env python import urllib2 print urllib2.urlopen('').read() When I issue python test.py > out.txt , I get file about 100KB in size, the beginning of the actual file. I repeated it a hundred times, and almost ...
https://bugs.python.org/issue15002
CC-MAIN-2017-51
refinedweb
940
76.93
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Incubator Wiki" for change notification. The "March2012" page has been changed by ArvindPrabhakar: Signed off by mentor: wave, bdelacretaz -------------------- - Flume + Flume - (project add text here) + Apache Flume is a distributed, reliable, and...
http://mail-archives.apache.org/mod_mbox/incubator-cvs/201203.mbox/%3C20120306185440.63976.47252@eos.apache.org%3E
CC-MAIN-2015-40
refinedweb
414
56.86
Recently, helpful with the quick stats, I wanted to be able to wrap my mind around the population and population changes for each state. In order to do that I used the handy-dandy 2015 Census results and was able to quickly render up some visualizations using Kendo UI for Angular 2. In this article, I'll walk you throu...
http://developer.telerik.com/products/kendo-ui/visualizing-data-web-kendo-ui-angular-2/
CC-MAIN-2017-17
refinedweb
2,065
52.9
Here, we will be making “The Great Indian Flag” using Python Turtle Graphics. Here, we will be using many turtle functions like begin_fill(), end_fill() to fill color inside the Flag, penup(), pendown(), goto() etc to reaching the target. Turtle graphics In computer graphics, turtle graphics are vector graphics using a...
https://www.geeksforgeeks.org/how-to-make-indian-flag-using-turtle-python/?ref=rp
CC-MAIN-2021-21
refinedweb
368
68.16
List the available CloudWatch metrics for your instances Amazon EC2 sends metrics to Amazon CloudWatch. You can use the AWS Management Console, the AWS CLI, or an API to list the metrics that Amazon EC2 sends to CloudWatch. By default, each data point covers the 5 minutes that follow the start time of activity for the ...
https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/viewing_metrics_with_cloudwatch.html
CC-MAIN-2020-50
refinedweb
650
55.54
package com.test; import java.io.BufferedReader; import java.io.FileNotFoundException; import java.io.IOException; import java.io.InputStream; import java.io.InputStreamReader; import java.io.OutputStreamWriter; import android.app.Activity; import android.content.Context; import android.os.Bundle; import android.util.L...
https://tausiq.wordpress.com/2012/06/16/readwrite-text-filedata-in-android-example-code/
CC-MAIN-2017-30
refinedweb
1,254
59.8
//************************************** // Name: Ordinal Number Generator in C++ // Description:A program that I wrote using C++ as my programming language that will ask the user to enter or give a number and then our program will generate the corresponding ordinal numbers. In this program I am using CodeBlocks 8.02 a...
http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=13796&lngWId=3
CC-MAIN-2017-51
refinedweb
179
61.56
#include "suricata-common.h" #include "conf.h" #include "util-device.h" #include "util-ioctl.h" Go to the source code of this file. Definition in file util-ioctl.c. Definition at line 707 of file util-ioctl.c. References LiveDevice_::offload_orig. output max packet size for a link This does a best effort to find the ma...
https://doxygen.openinfosecfoundation.org/util-ioctl_8c.html
CC-MAIN-2020-24
refinedweb
204
53.37
TABLE OF CONTENTS Page 1. SUMMARY...................................................................................................................................1 2. INTRODUCTION........................................................................................................................8 2.1 BACKGROUND .....
https://www.scribd.com/document/362457062/Al-Masane-Saudi-Copper-Zinc-Mining-Feasibility-Study-Jul2294
CC-MAIN-2019-35
refinedweb
22,709
52.19
Created on 2008-07-14 11:32 by effbot, last changed 2021-01-27 21:14 by pablogsal. CPython provides a Python-level API to the parser, but not to the tokenizer itself. Somewhat annoyingly, it does provide a nice C API, but that's not properly exposed for external modules. To fix this, the tokenizer.h file should be move...
https://bugs.python.org/issue3353
CC-MAIN-2021-49
refinedweb
1,998
61.36
01 February 2010 22:35 [Source: ICIS news] HOUSTON (ICIS news)--The US Chemical Safety Board (CSB) is seeking a 20.5% budget hike for the 2011 fiscal year to support the development of a regional office in or near Houston, the board said on Monday. The Washington, DC-based group’s budget justification statement for the...
http://www.icis.com/Articles/2010/02/01/9330713/us-chem-safety-board-requests-funds-to-create-houston.html
CC-MAIN-2014-52
refinedweb
264
50.26
it is ok, thanks. It works in HDIV spring example using Formtag. Guess is the configuration problem. Thanks anyway. it is ok, thanks. It works in HDIV spring example using Formtag. Guess is the configuration problem. Thanks anyway. Hi, Just want to check with you guys how to use form action without putting the target U...
http://www.javaprogrammingforums.com/search.php?s=ee7dee786c2d66e081368d781b418ff8&searchid=1356954
CC-MAIN-2015-06
refinedweb
183
86.1
POW-MIA POW-MIA stands for Prisoners Of War and Missing In Action. In the United States, it, and the associated black flag with the "POW-MIA" logo on it, are part of a widely believed conspiracy theory that the government of Vietnam secretly and maliciously continued to hold American prisoners of war long after the end...
https://rationalwiki.org/wiki/POW-MIA
CC-MAIN-2021-49
refinedweb
1,144
60.35
I've been working on this code for quite a long time now, and I still can't seem to find out my problem. I'm trying to split a file that contains integers into 4 pieces, have each child process sum them, and then eventually pipe them to the parent process. I've rewritten this program many ways, but my problem is always...
http://cboard.cprogramming.com/cplusplus-programming/120971-problem-forking-child-processes.html
CC-MAIN-2015-22
refinedweb
277
57.2
Overview Despite the wealth of information on the internet, installation guides for openCV are far and few between. Whilst we have used openCV packages in previous projects they have always been wrapped in an addon format, which obviously makes it easier to use but, for a forthcoming project we needed the ability to ac...
https://blogs.wcode.org/2014/10/howto-install-build-and-use-opencv-macosx-10-10/
CC-MAIN-2017-13
refinedweb
1,982
67.96
Robot Arm with Voice Control - Tutorial (part 2) Here is part 2 of the robotic arm tutorial. Click here for the first part. Running julius If you've managed to perform Part 1 of the tutorial successfully, then in the command line in the 'voxforge/auto' directory, run: julius -input mic -C julian.jconf Julius should the...
http://www.aonsquared.co.uk/robot_arm_tutorial_2
CC-MAIN-2013-20
refinedweb
1,195
64.51
Opened 11 years ago Closed 11 years ago Last modified 11 years ago #441 closed defect (fixed) 0.10-incompatibility: Broken. Description With Trac trunk (r3411) it stopped working with KeyError (check attached log). Code according to backtrace seems this section: def _heading_formatter(self, match, fullmatch): ... ancho...
https://trac-hacks.org/ticket/441
CC-MAIN-2017-09
refinedweb
675
66.03
In this tutorials we will look how to build a sample distributed application. First look at the definition. Source : In Zookeeper we can handle partial failure. Partial failure means something like this. Suppose we send a message across the network to one node to another node.If the network fails sender does not know w...
http://blog.rajithdelantha.com/2010/11/what-is-zookeeper.html
CC-MAIN-2018-30
refinedweb
687
53.17
I Built a NativeScript/Vue.js App and You Won't Believe What Happened Next... Please forgive the clickbait title. I was struggling with what to actually title this blog post and just decided to give up and go a bit over the top. With how little I'm blogging lately, I figured this would at least put a smile on my reader...
https://www.raymondcamden.com/2018/10/25/i-built-a-nativescriptvuejs-app-and-you-wont-believe-what-happened-next
CC-MAIN-2020-16
refinedweb
2,091
65.12
I'm following a college course about operating systems and we're learning how to convert from binary to hexadecimal, decimal to hexadecimal, etc. and today we just learned how signed/unsigned numbers are stored in memory using the two's complement (~number + 1). We have a couple of exercises to do on paper and I would ...
https://codedump.io/share/hQ4WodAfLJtI/1/how-to-print-using-cout-the-way-a-number-is-stored-in-memory
CC-MAIN-2017-43
refinedweb
184
54.49
This article presents a few examples on the use of the Python programming language in the field of data mining. The first section is mainly dedicated to the use of GNU Emacs and the other sections to two widely used techniques—hierarchical cluster analysis and principal component analysis. This article is introductory ...
http://opensourceforu.com/2016/10/python-data-mining/
CC-MAIN-2017-26
refinedweb
1,775
50.43
The example below should be straight forward for you to modify for many python use cases. There’s only really a couple of steps, create a docker (if you need additional Python libraries), configure the Python operator, code, plus input and outputs. Building a docker There is a great existing blog that describes how to ...
https://blogs.sap.com/2018/05/29/using-the-sap-data-hub-pipeline-python-operator/
CC-MAIN-2020-40
refinedweb
663
64.71
- NAME - SYNOPSIS - DESCRIPTION - NAMESPACE PREFIXES - METHODS - DEPENDENCIES - SEE ALSO - AUTHOR & COPYRIGHT NAME XML::RSS::Parser - A liberal object-oriented parser for RSS feeds. SYNOPSIS #!"; } DESCRIPTION. SPECIAL PROCESSING NOTES.. The parser will not include the root tags of rssor RDFin the tree. Namespace decla...
https://metacpan.org/pod/release/TIMA/XML-RSS-Parser-4.0/lib/XML/RSS/Parser.pm
CC-MAIN-2016-18
refinedweb
255
59.8
Although numeric assignment is fairly straightforward, assignment operations involving objects is a much trickier proposition. Remember that when you're dealing with objects, you're not dealing with simple stack allocated elements that are easily copied and moved around. When manipulating objects, you really have only ...
http://www.brainbell.com/tutors/C_Sharp/Simple_Assignment_Operators.htm
CC-MAIN-2018-22
refinedweb
952
65.62
Just a minor issue and not C++-specific: if ((depth = desktop_color_depth()) != 0) I'd rather see this one split up; it's overloaded, thus more difficult to read, and most of all, it invites errors involving = and ==. To put it more bluntly and dogmatic: Never make (active) use of side-effects. ________________________...
https://www.allegro.cc/forums/thread/600126/809715
CC-MAIN-2020-05
refinedweb
1,947
73.68
The Seven Stages of Purification & The Insight Knowledges - Christal Manning - 1 years ago - Views: Transcription 1 The Seven Stages of Purification & The Insight Knowledges Ven. Matara Sri Nanarama e BUDDHANET'S BOOK LIBRARY Web site: Buddha Dharma Education Association Inc. 2 Buddhist Publication Society P.O. Box 61 ...
http://docplayer.net/114112-The-seven-stages-of-purification-the-insight-knowledges.html
CC-MAIN-2016-44
refinedweb
18,138
51.89
Nuts has a flexible moduling system that makes organizing components easier. import Each Nuts configuration file is a module. A module file can explicitly import other configuration module files. syntax <import> tag is used to do the importing. For example: The attributes of <import> tag are: - includes. Mandatory attr...
http://docs.codehaus.org/display/YAN/Nuts+Moduling
crawl-003
refinedweb
513
57.67
Users solution, disasters. And, above all, you’ll discover that hacking BSD is fun. So, pull your chair up to your operating system of choice and let’s start hacking.Hack 1: Get the Most Out of the Default Shell right at home. If you’re new to the command line or consider yourself a terrible typist, read on. Unix might...
http://www.devshed.com/c/a/administration/customizing-the-user-environment-in-bsd/
CC-MAIN-2016-50
refinedweb
4,581
70.33
Name | Synopsis | Description | Return Values | Errors | Usage | Attributes | See Also #include <aio.h> int aio_waitn(struct aiocb *list[], uint_t nent, uint_t *nwait, const struct timespec *timeout); The aio_waitn() function suspends the calling thread until at least the number of requests specified by nwait have comp...
http://docs.oracle.com/cd/E19082-01/819-2243/6n4i098mm/index.html
CC-MAIN-2015-22
refinedweb
508
52.7
This C Program creates a file & store information. We frequently use files for storing information which can be processed by our programs. In order to store information permanently and retrieve it we need to use files and this program demostrate file creation and writing data in that. Here is source code of the C progr...
https://www.sanfoundry.com/c-program-create-file-store-information/
CC-MAIN-2018-13
refinedweb
142
76.01
Reminders for setting up an alternate python-versioned Django site on a non-root URL under WSGI on Apache Lord help me, but that's the title I'm going with. In case it's not already obvious, you will not desire to read the following. Its existence is merely to document the tricky issues that some other sap (future-me, ...
https://whathesaid.ca/2012/01/03/reminders-for-setting-up-an-alternate-python-versioned-django-site-on-a-non-root-url-under-wsgi-on-apache/
CC-MAIN-2019-30
refinedweb
534
63.8
On 1/26/06, Peter N. Lundblad <peter@famlundblad.se> wrote: > We usually use the same name for the struct tag and the typedef. Fixed. > There is no documentation, but I guess the namespace field is the > namespace identifier (i.e. DAV in DAV:blah) and the val field is the > namespace URI. Is that correct? Yes - I updat...
https://svn.haxx.se/dev/archive-2006-01/0878.shtml
CC-MAIN-2019-39
refinedweb
344
76.62
The Rob. Update: Rob updated this article on March 5, 2014, getting everything up to date, as this is a rather fast-moving technology at the moment. Update: Updating again September 9, 2014! Recently I was working with a client to train their internal teams on how to build web applications. During this process it occur...
https://css-tricks.com/modular-future-web-components/?utm_source=CSS-Weekly&utm_campaign=Issue-85&utm_medium=web
CC-MAIN-2022-40
refinedweb
6,623
72.16
Letztes Jahr konnte ich bereits einen frühen Prototypen von VLINQ sehen. VLINQ ist ein Addon für This looks like a VERY cool project! Thanks for releasing it... I grabbed the MSI, installed it (on Vista), but don't see the solution/source. The C:\Program Files\Microsoft VLinq Query Builder\ folder only has the bin's, ...
http://blogs.msdn.com/mitsu/archive/2008/04/02/visual-linq-query-builder-for-linq-to-sql-vlinq.aspx
crawl-002
refinedweb
2,497
75.3
There are just a handful of concepts at the core of OOP. This article covers the most important ones: inheritance, encapsulation, and polymorphism. I also discuss a few related topics to help you put these ideas into context. Without a doubt, inheritance is the most well-known principle of OOP. Inheritance can be defin...
http://www.adobe.com/devnet/actionscript/articles/oop_as3_03.html
crawl-002
refinedweb
735
52.09
Hello, I have daily rainfall data in milimeters in GeoTIFF format with naming convention chirps_YYYYMMDD.tif (example chirps_20100101.tif), and I also have 1 raster of dry-spell with name dslr_chirps_20091231.tif and both raster have same spatial resolution and extent. Then I would like to calculate dry-spell for 1 Jan...
https://community.esri.com/t5/python-questions/loop-conditional-in-raster-calculator/td-p/95738
CC-MAIN-2022-21
refinedweb
255
60.41
Over? I personally know many programmers who aren’t in their right mind. Looks to me like this is a good example of the flaw with Microsoft’s typedefs. If the typedefs had been defined as INT16, INT32, and INT64, there wouldn’t be a problem (well, not this problem) with porting to 64 bit. The typedefs would need to be ...
https://blogs.msdn.microsoft.com/oldnewthing/20050131-00/?p=36563/
CC-MAIN-2017-34
refinedweb
10,101
70.94
0 I need help with just one line. I need an "F" to be displayed on the same line the student with 45 points. I keep getting the "F" to display on a new line below the 45. I guess something is wrong with my if statement. I also need to display the % symbol after the 83.3. I'm using python 3.5.1. Thank you so much for an...
https://www.daniweb.com/programming/threads/503984/can-someone-please-help-me-with-one-line
CC-MAIN-2017-09
refinedweb
174
69.48
Agenda See also: IRC log SW: Regrets from TV, TimBL, Ashok ... Agenda as published: <DanC_lap> +1 ok SW: Minutes from 21 February approved ... Minutes for f2f still coming together, please let's get them cleaned up and out <DanC_lap> (Norm, which day of the ftf are you minuting? likewise Dave?) SW: Next telcon 20 March...
http://www.w3.org/2008/03/13-tagmem-minutes.html
CC-MAIN-2015-11
refinedweb
1,647
74.22
Run-Time Type Checking in C++ Introduction A frequently asked question is: "How can I identify/check the type of an object in C++ at run-time?" Let me show you by resolving a simple problem! Complete the program to display "Bark!" in the first call of CFoo::AnimalSays and "Miaou!" in the second one. class Animal {/*......
http://www.codeguru.com/cpp/cpp/cpp_mfc/general/article.php/c14535/RunTime-Type-Checking-in-C.htm
CC-MAIN-2017-09
refinedweb
260
50.23
x:Type Markup Extension x:Type is used to supply the attribute value for a property that takes Type. However, many properties that take Type as a value are able to accept the name of the type directly (the string value of the type's Name); check the documentation for the specific property for details. x:Type is essenti...
http://msdn.microsoft.com/en-us/library/vstudio/ms753322(v=vs.90)
CC-MAIN-2014-41
refinedweb
368
51.38
> From: Robert Weiner <address@hidden> > Date: Sun, 17 Dec 2017 23:33:04 -0500 > Cc: address@hidden > > I have made this requested change and herein attach the patch. I hope > you can integrate it sometime. Thanks. I have a few minor comments: First, please provide a ChangeLog-style commit log for the changes (see CONT...
https://lists.gnu.org/archive/html/bug-gnu-emacs/2017-12/msg00651.html
CC-MAIN-2021-39
refinedweb
990
65.01
,. In The Brothers Karamazov, Part 3, Book 7 why does Rakitin get angry about the outcome of Alyosha Karamazov's visit to Grushenka? Rakitin is a spiteful and petty seminary student who has no religious calling and hates the Karamazovs. Alyosha Karamazov thinks Rakitin is his friend but, in fact, he is jealous of Alyos...
https://www.coursehero.com/lit/The-Brothers-Karamazov/discussion-questions/page-3/
CC-MAIN-2020-24
refinedweb
2,285
63.12
Streams can be of fixed or infinite length. In the previous example, we used an array of integers to create a fixed length stream. However, if we want to process data arriving through a network connection, this stream of data may appear to be infinite. We can create both types of streams in Java 8. We will use a Rectan...
https://www.safaribooksonline.com/library/view/learning-java-functional/9781783558483/ch04s02.html
CC-MAIN-2018-09
refinedweb
131
61.06
1 /**2 * FieldFilter.java3 *4 * Copyright (c) 2000 Douglass R. Cutting.5 ., 675 Mass Ave, Cambridge, MA 02139, USA.19 */20 21 package org.nemesis.forum.search;22 23 import java.io.IOException ;24 import java.util.BitSet ;25 26 import org.apache.lucene.index.IndexReader;27 import org.apache.lucene.index.Term;28 import o...
http://kickjava.com/src/org/nemesis/forum/search/FieldFilter.java.htm
CC-MAIN-2016-44
refinedweb
424
53.37
Before I discuss the ASP.NET Core dependency injection system, I feel it is important to take a bit of time to try to illustrate the problem that Dependency Injection is designed to solve. To do that, I have had to move the Empty template on a bit from where I left off in the last article. This has involved adding some...
https://www.mikesdotnetting.com/article/285/asp-net-core-dependency-injection-and-services-in-mvc
CC-MAIN-2018-51
refinedweb
2,100
52.29
In this series, we’re going to create a carpooling app with React Native. This will be a two-part series showing you how to create a full-stack React Native app which uses PHP as the back-end. The first part covers the following: - Setting up a Pusher app - Setting up a Google project - Setting up Laradock - Creating t...
https://hackernoon.com/create-a-carpooling-app-with-react-native-part-1-setting-up-the-server-sw193djk
CC-MAIN-2019-47
refinedweb
6,854
52.39
I am remaking a program that we use at a car dealership. That allows you to search through our database of cars using a stock number. We mainly use to see if it has passed inspection to be saleable on our car lot. I can use the search function I have for the program to .. Category : python-idle I wrote a program in pyt...
https://askpythonquestions.com/category/python-idle/
CC-MAIN-2021-04
refinedweb
574
84.57
Remote the app: and jar: protocols RESOLVED FIXED in Firefox 19 Status () P1 critical People (Reporter: fabrice, Assigned: jduell.mcbugs) Tracking (Depends on 1 bug, {smoketest}) Firefox Tracking Flags (blocking-basecamp:+, firefox19 fixed, firefox20 fixed, b2g18 fixed) Details (Whiteboard: [qa-]) Attachments (10 attac...
https://bugzilla.mozilla.org/show_bug.cgi?id=815523
CC-MAIN-2019-26
refinedweb
5,070
56.15
It appears a new Lao alphabet routine is needed. I may have to generate the rules for alphabetizing...here's the tough part: Lao is not a typical job for an alphabetic sort. I have already developed a "Lao.pm" module (not yet submitted to CPAN, and may need to use a different namespace) that will identify Lao character...
http://www.perlmonks.org/?parent=897216;node_id=3333
CC-MAIN-2017-09
refinedweb
162
54.83
We’ll discuss Getting started with the D3 library Using arc from the d3-shape package SVG path elements SVG group elements and the transform attribute Using ES6 Template Literals Adding the mouth to our face Assignment: Tweak the face Getting started with the D3 library Alright we’re almost there. All we need now is th...
https://datavis.tech/datavis-2020-episode-7-lets-make-a-face-part-iii-with-react-d3/
CC-MAIN-2020-45
refinedweb
1,577
74.19
Who's driving this car? At first glance it appears that as a developer, you have very little if no control over how MapReduce behaves. In some regards this is an accurate assessment. You have no control over when or where a MapReduce job runs, what data a specific map job will process or which reducer will handle the m...
https://blogs.msdn.microsoft.com/bluewatersql/2014/10/01/mapreduce-ninja-moves-combiners-shuffle-doing-a-sort/
CC-MAIN-2019-18
refinedweb
1,356
52.49
Also, I've just added a Name property to the attributes. So, you can alias methods / actions in your code. (I can see this as being very useful if someone were switching between platforms and you didn't want to / couldn't rename all of your methods to match.) So, you would declare an action like: [DirectAction("user")]...
https://www.sencha.com/forum/showthread.php?68161-Ext.Direct-.NET-Router&p=363813&viewfull=1
CC-MAIN-2015-22
refinedweb
1,189
64.3
sem_unlink() Destroy a named semaphore Synopsis: #include <semaphore.h> int sem_unlink( const char * sem_name ); Since: BlackBerry 10.0.0 Arguments: - sem_name - The name of the semaphore that you want to destroy. Library: libc Use the -l c option to qcc to link against this library. This library is usually included au...
http://developer.blackberry.com/native/reference/core/com.qnx.doc.neutrino.lib_ref/topic/s/sem_unlink.html
CC-MAIN-2015-22
refinedweb
123
54.08
I'm learning C, but i have a long experience with higher level programming languages. I was reading about header files so i was playing around with them, however I noticed that I could call a function from another file without #including it (but it's in the same directory), how is that possible ?! (I'm java programmer)...
https://codedump.io/share/2XJHsGZQb1GO/1/calling-a-function-from-another-file-in-the-same-directory-in-c
CC-MAIN-2017-43
refinedweb
1,657
77.13
Code. Collaborate. Organize. No Limits. Try it Today. First of all, what does term "inline" mean? Generally the inline term is used to instruct the compiler to insert the code of a function into the code of its caller at the point where the actual call is made. Such functions are called "inline functions". The benefit ...
http://www.codeproject.com/Articles/15971/Using-Inline-Assembly-in-C-C?msg=2888886&PageFlow=FixedWidth
CC-MAIN-2014-23
refinedweb
1,470
52.94