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
Unable to return a tuple when mocking a function python unittest mock return tuple python mock variable in function python mock exception python mock tuple return values python mock reset python mock function return value pytest-mock I'm trying to get comfortable with mocking in Python and I'm stumbling while trying to...
https://thetopsites.net/article/53665653.shtml
CC-MAIN-2021-25
refinedweb
1,007
56.86
, Dec 17, 2005 at 04:24:03PM +0100, Bram Moolenaar wrote: Hi Bram, > > ,------------------------------------------------------ > > |: Yeah, that patch catches it. There seems to be a bad(probably good anyway?) thing about it: tmpstring = _no.$(match)_title @try: @ title = eval(_no.tmpstring) @except: @ title = "" :prin...
https://sourceforge.net/p/a-a-p/mailman/a-a-p-develop/?viewmonth=200512&viewday=17
CC-MAIN-2017-09
refinedweb
612
75.5
Hi guys, first post here. I decided to come here because it looks really friendly. Ive looked around on the internet, but I dont really understand how to do this. Take note that I am just beginning in c++. (Few days practice), so i decided to try to make a little test program that can help me improve. I only really kno...
https://www.daniweb.com/programming/software-development/threads/348181/how-to-wait-for-a-specific-button-press-v
CC-MAIN-2017-09
refinedweb
465
78.18
Python 3 can revive Python I read this post by a certain Stephen A. Goss about how “Python3 is killing Python”. It has some compelling arguments, and while I don’t necessarily agree that Python 3 is indeed killing Python, the whole situation doesn’t do Python much good either. But maybe every crisis is an opportunity, ...
https://medium.com/@opinionbreaker/python-3-can-revive-python-2a7af4788b10
CC-MAIN-2019-18
refinedweb
841
76.01
CS::Math::Noise::Model::Plane Class Reference [Models] Model that defines the surface of a plane. More... #include <cstool/noise/model/plane.h> Detailed Description Model that defines the surface of a plane.: - two-dimensional textures - terrain height maps for local areas This plane extends infinitely in both directio...
http://www.crystalspace3d.org/docs/online/api/classCS_1_1Math_1_1Noise_1_1Model_1_1Plane.html
crawl-003
refinedweb
183
51.55
. Finally, we run benchmarks for these operations and discuss the actual speed-up, which ranges from 1% to 70%. A Class with Move Semantics Let me introduce the class CTeam, which will accompany us through our experiments with move semantics. The class represents a football team with its name, points and goal differenc...
https://embeddeduse.com/2016/05/25/performance-gains-through-cpp11-move-semantics/
CC-MAIN-2021-43
refinedweb
3,205
58.38
In this post, we're going to walk through another common coding interview problem: finding the longest word in a paragraph. This is a really good question, because it's very easy to forget some important details, and the perhaps obvious solution isn't necessarily the best. Walking Through the Problem For this particula...
https://blog.tecladocode.com/coding-interview-problems-find-the-longest-word-in-a-paragraph/
CC-MAIN-2019-26
refinedweb
2,012
63.09
I wrote a very simple app for Ubuntu for Bad Voltage, the finest podcast in the land. It shows you the list of shows, and lets you play them. Simple. Streaming: there’s no downloading for offline use here, no notifications of new shows; it’s a little app, only. So the first thing you should do is go search for it on yo...
https://www.kryogenix.org/days/2014/02/15/bad-voltage-apps-and-generic-components-for-ubuntu/
CC-MAIN-2019-04
refinedweb
510
59.53
DOHOOKS(9) BSD Kernel Manual DOHOOKS(9) dohooks - run all hooks in a list #include <sys/types.h> #include <sys/systm.h> void dohooks(struct hook_desc_head *head, int flags); The dohooks() function invokes all hooks established using the hook_establish(9) function. Hooks are called in the order of the TAILQ that head po...
http://www.mirbsd.org/htman/sparc/man9/dohooks.htm
CC-MAIN-2015-35
refinedweb
177
59.33
Hi, I'm having a problem with this file. It's meant to shuffle 3 cups but I get this error: TypeError: Error #1010: A term is undefined and has no properties. at cupsc_fla::MainTimeline/frame1(). It was working in AS2 but I changed it around to get it to work for AS3 but now it won't work. Here's the code: import fl.tr...
https://forums.adobe.com/message/4324985
CC-MAIN-2016-44
refinedweb
273
53.27
Passcert offers you the latest EMC exam E20-020 dumps to help you best prepare for your test and pass your test EMC exam E20-020 dumps Cloud Infrastructure Specialist Exam for Cloud Architects EMC E20-020 exam is very popular in EMC field, many EMC candidates choose this exam to add their credentials, There are many re...
http://www.slideserve.com/passcert/emc-exam-e20-020-dumps
CC-MAIN-2016-50
refinedweb
613
53.21
Most will know that C++ mangles external names in a compiler specific way such that they encode the types of function parameters and the nesting of classes and namespaces. People are probably less aware that most C compilers also mangle some names to make them unique inside compilation units. Namely, most compilers wil...
http://gustedt.wordpress.com/2011/06/24/name-mangling-in-c/
CC-MAIN-2014-49
refinedweb
921
69.01
Pointers and arrays are intrinsically related in C++. Similarities between pointers and fixed arrays In lesson 6.1 -- Arrays (part i),)., int(*)[5]). It’s unlikely you’ll ever need to use this. Revisiting passing fixed arrays to functions Back in lesson 6 ptr is dereferenced, the actual array is dereferenced!. 32 4 I d...
http://www.learncpp.com/cpp-tutorial/6-8-pointers-and-arrays/comment-page-2/
CC-MAIN-2018-13
refinedweb
3,164
71.75
30 May 2012 19:43 [Source: ICIS news] WASHINGTON (ICIS)--US pending home sales fell sharply in April from March, an unexpected downturn following several months of improvement, and the drop helped trigger a steep decline on Wall Street on Wednesday. The National Association of Realtors (NAR) said that its pending home ...
http://www.icis.com/Articles/2012/05/30/9565652/us-pending-home-sales-fall-in-april-rattling-wall-street.html
CC-MAIN-2015-11
refinedweb
367
58.92
On Sun, 29 Apr 2001, Jeremy Quinn wrote: >. Well, you are talking about taglibs. We are talking about XSP and that means the element available under the XSP namespace. I still don't thing that anything like <xsp:element> or <xsp:expr> or most of the other elements makes any sense in an Action, and thus XSP is of no use...
http://mail-archives.apache.org/mod_mbox/cocoon-dev/200104.mbox/%3CPine.LNX.4.31.0104291833550.19091-100000@lap1.otego.com%3E
CC-MAIN-2015-27
refinedweb
219
72.66
SOAP faults and Webservice faults from 3rd Party webservices There are several blogs and discussions about capturing and handling SOAP faults. This blog leverages on these blogs and discussions to provide a solution about how SOAP faults in addition to the web service faults can be captured in SAP PO/PI when invoking a...
https://blogs.sap.com/2015/07/29/soap-faults-and-webservice-faults-from-3rd-party-webservices/
CC-MAIN-2022-27
refinedweb
566
69.62
The image packaging system publication client, pkgsend, allows the publication of new packages and new package versions to an image packaging repository. Each publication is structured as a transaction. Transactions may contain actions as described in the section Actions in IPS. The pkgsend(1) command supports the foll...
https://www.linuxtopia.org/online_books/opensolaris_2008/IMGPACKAGESYS/html/pkgsend.html
CC-MAIN-2022-33
refinedweb
494
57.37
#if BYTE_ORDER == BIG_ENDIAN /* Copy a vector of big-endian int into a vector of bytes */ #define be32enc_vect(dst, src, len) \ memcpy((void *)dst, (const void *)src, (size_t)len) /* Copy a vector of bytes into a vector of big-endian int */ #define be32dec_vect(dst, src, len) \ memcpy((void *)dst, (const void *)src, (s...
http://mudbytes.net/forum/topic/4816/
CC-MAIN-2018-51
refinedweb
310
68.81
generator-closure Generator for Closure Library npm install generator-closure Closure Library Generator Create a fully working Closure Library project in seconds. Getting Started The Library Version There is a Library version of the generator: yo closure:lib The Library version is for closure libraries that have no web...
https://www.npmjs.org/package/generator-closure
CC-MAIN-2014-10
refinedweb
869
60.61
When the user places the focus on to the textbox, in the Windows Phone 7 , the default keyboard / onscreen keyboard will pop up for the user to touch and type the characters to the textbox. It is also important that the keyboard can be customized depending on the input the user will be typing or the data type the textb...
https://developerpublish.com/using-input-scope-in-windows-phone-7/
CC-MAIN-2021-21
refinedweb
296
55.74
Although the "Hello World!" program looks simple, it has all the fundamental concepts of Java which is necessary to learn to proceed further. Lets break down "Hello World!" program to learn all these concepts. // Hello World! Example public class MyClass { public static void main(String[] args) { System.out.println("He...
https://www.alphacodingskills.com/java/java-syntax.php
CC-MAIN-2019-51
refinedweb
352
70.9
thread with in the servlet..? (2 messages)import javax.servlet.*; import javax.servlet.http.*; public class NewProcess extends HttpServlet implements Runnable { HttpServletRequest request; protected void doPost(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException { this.request...
http://www.theserverside.com/discussions/thread.tss?thread_id=48660
CC-MAIN-2015-06
refinedweb
410
72.36
: Did this fall through the cracks? Markus Armbruster <armbru@...> writes: > John Levon <levon@...> writes: > >> On Fri, Dec 07, 2007 at 08:19:53AM +0100, Markus Armbruster wrote: >> >>> The new codes are only for PPC, where Xenoprof doesn't quite exist >>> yet. Therefore, we can stick to the old codes on platforms tha...
https://sourceforge.net/p/oprofile/mailman/message/18310891/
CC-MAIN-2017-22
refinedweb
356
60.21
Rpi pico micropython ssd1306 OSError: 5 Ask QuestionAsked yesterdayActive todayViewed 45 times1 I have .91inch 128×32 pixel oled display. here im following Tom’s Hardware tutorial here I’m using Thonny on windows 10 ive basically copy and pasted from Tom’s hardware from machine import Pin, I2C from ssd1306 import SSD13...
https://tlfong01.blog/2021/04/05/ssd1306/
CC-MAIN-2022-05
refinedweb
1,395
64
Type: Posts; User: Swerve Hi, I have been trying to create my first doubly linked list, but have been unable to properly create it due to using the wrong parameters in the function 'insertBeginningWhenListIsEmpty'. ... Hi, I have a base class which has various inherited classes derived from it. I'm trying to store them...
http://forums.codeguru.com/search.php?s=fc1a1fe822a546c4743d8fff94cd89e1&searchid=1921263
CC-MAIN-2013-48
refinedweb
843
73.27
Events and Delegates. While delegates have other uses, the discussion here focuses on the event handling functionality of delegates.. Public Delegate Sub AlarmEventHandler(sender As Object, e As AlarmEventArgs). Note A delegate declaration is sufficient to define a delegate class. The declaration supplies the signature...
http://msdn.microsoft.com/en-us/library/17sde2xt(d=printer,v=vs.71).aspx
CC-MAIN-2013-48
refinedweb
112
50.63
Is there a universal JavaScript function that checks that a variable has a value and ensures that it’s not undefined or null? I’ve got this code, but I’m not sure if it covers all cases: function isEmpty(val){ return (val === undefined || val == null || val.length <= 0) ? true : false; } 13 You can just check if the va...
https://coded3.com/is-there-a-standard-function-to-check-for-null-undefined-or-blank-variables-in-javascript/
CC-MAIN-2022-40
refinedweb
633
70.63
XJ: Extensible Java (a proposal) (20 messages) Java is a fixed language. In Java 5 annotations were introduced in recognition that the Java language need to accomodate customisation towards specific use cases such as Enterprise systems. Annotations can be seen as an approach to defining Domain Specific Languages (DSLs)...
http://www.theserverside.com/discussions/thread.tss?thread_id=49035
CC-MAIN-2013-48
refinedweb
3,295
60.75
.\" $NetBSD: title.urm,v 1.9 2010/12/16 17:42:28 wiz.urm 8.13 (Berkeley) 8/8/94 .\" .af % i .nr LL 6.5i .EH '''' .OH '''' .EF '''' .OF '''' \& .sp |1.5i .nr PS 36 .nr VS 39 .LP .ft B .ce 2 4.4BSD User's Reference Manual .nr PS 24 .nr VS 32 .LP .ft B .ce 1 (UR User's Reference Manual .nr PS 24 .nr VS 32 .LP .ft B .ce 1 ...
http://cvsweb.netbsd.org/bsdweb.cgi/src/share/man/man0/title.urm?rev=1.9&content-type=text/x-cvsweb-markup&sortby=author&only_with_tag=netbsd-6-0-2-RELEASE
CC-MAIN-2020-50
refinedweb
8,741
64.71
Graphics. Warning It is particularly important in Microsoft Windows with the graphics not to open Idle from the Start menu. Graphics will fail. Use one of the following two methods. Warning To work on the most systems, this version of graphics.py cannot be used from the Idle shell. There is an issue with the use of mul...
http://anh.cs.luc.edu/python/hands-on/3.1/handsonHtml/graphics.html
CC-MAIN-2016-44
refinedweb
8,331
66.23
Imagine, one day you have an amazing idea for your machine learning project. You write down all the details on a piece of paper- the model architecture, the optimizer, the dataset. And now you just have code it up and do some hyperparameter tuning to put it to application. So, you light up your machine and start coding...
https://learnopencv.com/getting-started-with-pytorch-lightning/
CC-MAIN-2022-21
refinedweb
2,794
55.64
Your feedback on migrating applications to Jakarta EE and switch from javax.* to jakarta.* namespace ...Scott Marlow May 7, 2019 2:43 PM Dear community, An important discussion is occurring regarding planning for Eclipse Jakarta EE, for which your feedback is greatly valued. The discussion is happening on the jakartaee...
https://developer.jboss.org/message/989279
CC-MAIN-2019-43
refinedweb
614
61.67
pygame.mask - pygame module for image masks. Useful for fast pixel perfect collision detection. A mask uses 1 bit per-pixel to store which parts collide. New in pygame 1.8. pygame.mask. from_surface()¶ - Returns a Mask from the given surface.from_surface(Surface, threshold = 127) -> Mask Makes the transparent parts of ...
https://www.pygame.org/docs/ref/mask.html
CC-MAIN-2018-30
refinedweb
842
56.76
Developers often overlook basic programming options in favor of new or cool ways to deliver results. A good example is the ASP.NET TextBox Web control, which offers plenty of options for building applications. the TextBox control. Used everywhere It is hard to find an ASP.NET Web application that does not use a TextBox...
https://www.techrepublic.com/blog/software-engineer/aspnet-basics-working-with-the-textbox-control/
CC-MAIN-2019-22
refinedweb
1,106
50.43
Download presentation Presentation is loading. Please wait. Published byDaisy Hutchcroft Modified about 1 year ago 1 ADA: 15. Basic Math1 Objective o a reminder about dot product and cross product, and their use for analyzing line segments (e.g. do two segments intersect and the distance of a point to a line) Algorithm...
http://slideplayer.com/slide/3293714/
CC-MAIN-2016-50
refinedweb
1,383
76.35
I would like to write a snippet to make value classes like the one below: class Person { private var _name: String; private var _age: int; public function get name(): String { return _name; } public function get age(): String { return age; } public function Person(name: String, age: int) { _name = name; _age = age; } }...
https://forum.sublimetext.com/t/snippet-loop-blocks/6665/4
CC-MAIN-2016-44
refinedweb
517
67.38
I'm still new to python and need some help writing a program. I need to write one that runs a *.exe and then checks some timings in it. There are 3 numbers ranging from 0<1000 that are hidden in the *.exe(app.exe). If the script runs the app.exe and then runs the numbers 0-1000, when the right number is reached, the ap...
https://www.daniweb.com/programming/software-development/threads/69375/opening-a-exe-with-python-script
CC-MAIN-2018-26
refinedweb
216
88.94
Image Classification with CreateML This is a minimal example to show you how CreateML works. We will create a CoreML model that is able to detect bananas and tomatoes. First, we need data to train the model with. CreateML makes labeling very easy: Create a new folder for your images. In this folder, create two new fold...
https://enlight.nyc/projects/create-ml/
CC-MAIN-2018-47
refinedweb
356
68.77
Ah, excellent - using g++ `pkg-config --cflags sword` ciphercng.cpp`pkg-config --libs sword` solved it. Changing the file /usr/lib/pkgconfig/sword.pc as noted at was also necessary. On 2/10/07, Troy A. Griffitts <scribe at crosswire.org> wrote: > > Chad, > The error: > > swmgr.h: No such file or directory > > tells me ...
http://www.crosswire.org/pipermail/sword-devel/2007-February/025068.html
CC-MAIN-2016-40
refinedweb
508
52.66
Introduction¶ Symbolic Here we got the exact answer — 9 is a perfect square — but usually it will be an approximate result >>> math.sqrt(8) 2.8284271247461903 This is where symbolic computation first comes in: with a symbolic computation system like Diofant, square roots of numbers that are not perfect squares are left...
https://diofant.readthedocs.io/en/latest/tutorial/intro.html
CC-MAIN-2019-13
refinedweb
644
54.32
Introduction: Wanhao Duplicator I3 Plus Auto Bed Leveling This instructable will help you establishing the so called "auto bed leveling" on your Wanhao Duplicator i3 Plus printer. It will use a modified version of the original Wanhao firmware and an optical sensor with some rewiring. There are a lot of prerequisites an...
https://www.instructables.com/Wanhao-Duplicator-I3-Plus-Auto-Bed-Leveling/
CC-MAIN-2022-05
refinedweb
1,845
72.76
Multiple distinct objects You are encouraged to solve this task according to the task description, using any language you may know. Create 'dynamic' languages). See also: Closures/Value capture Contents - 1 Ada - 2 Aime - 3 ALGOL 68 - 4 AppleScript - 5 AutoHotkey - 6 BBC BASIC - 7 Brat - 8 C - 9 C++ - 10 C# - 11 Clojur...
https://rosettacode.org/wiki/Multiple_distinct_objects
CC-MAIN-2017-47
refinedweb
5,124
59.03
For experienced users: 1. conda create -n DAVE DAVE -c conda-forge 2. Optional: install Blender from blender.org 3. python -m DAVE.run_gui Index Prefer a video together with these written instructions? Then see: youtube. Install python DAVE runs on python. So the first step is to install python. The easiest way of doin...
https://www.open-ocean.org/dave-installation/
CC-MAIN-2021-17
refinedweb
659
66.94
How to manually stop video recording? Hey guys, I am new to the world of programming, I am not from the computer science background. Currently, I am working on a project in which I am using raspberry pi 3 and a USB webcam (I am not using the Pi camera). My objective is to record a video using the webcam, I have interfa...
https://answers.opencv.org/question/146991/how-to-manually-stop-video-recording/
CC-MAIN-2019-26
refinedweb
327
73.37
. - Identify the problem. - Try to reproduce the problem. - Identify what component has the problem. - Locate the source code for the component. - Figure out how to build the source code you’ve found. - Ensure that the source code you’ve found compiles into a component that has the problem you have identified. - Locate...
https://www.osnews.com/story/6523/software-maintenance-and-prototype-based-languages/
CC-MAIN-2021-17
refinedweb
2,317
62.88
12 August 2008 14:31 [Source: ICIS news] TORONTO (ICIS news)--Valspar’s fiscal third-quarter results released on Monday were marked by lower than expected operating profits and margins even though sales were higher than expected, JP Morgan said on Tuesday. ?xml:namespace> Higher costs for the US paint producer's key ra...
http://www.icis.com/Articles/2008/08/12/9148155/valspar-sees-profit-margins-shrink-jp-morgan.html
CC-MAIN-2013-20
refinedweb
209
57.06
Compatible with Windows7 & Mac OS X Snow Leopard Hi Nick, > When i run my stylesheet I have been getting a namespace error for > <ref:SECTION. > It says the namespace ref is not declared. in my attemps to fix > this, the only way i could get it to work was by adding > xmlns: in the xml file. XSLT cannot operate on any ...
http://www.oxygenxml.com/archives/xsl-list/200206/msg01143.html
CC-MAIN-2013-20
refinedweb
263
68.7
Cancel order example? Hi all, what I'm trying to do in english is this: If price closes under the lowest of last 50 candles: create 2 layers of limit buy order at 0.9lowest and 0.8lowest. if one layer is filled, limit sell at buyprice+5% if both layers are filled, cancel the sell order above and set a new limit sell or...
https://community.backtrader.com/topic/4074/cancel-order-example/2
CC-MAIN-2022-05
refinedweb
343
65.83
Hi ~ As you can see from the code below I am in school for programming. I have come across this homework assignment a few times on the site already however the requirements for mine are different. I cannot use arrays. Three functions - I only have two coded. The void calcAverage prototype is not causing an error and th...
https://www.daniweb.com/programming/software-development/threads/347751/cannot-find-value-error
CC-MAIN-2016-50
refinedweb
265
61.56
PART TWO RADAR SYSTEMS --7/9-- [BLANK PAGE] --10-- Part Two Radar Systems PRINCIPLES OF OPERATION OF THE RADAR SYSTEM I. GENERAL RADAR is a coined word. It means RA-dio Detection A-nd R-anging. Air-borne radars perform three main functions: 1. They detect the presence of targets. 2. They indicate relative bearing of th...
http://www.ibiblio.org/hyperwar/USN/ref/RADTWOA/RADTWOA-2.html
CC-MAIN-2015-06
refinedweb
33,782
59.84
This section of the tutorial includes learning about Scala Regular Expressions, the detailed procedure, its coding and the output. Regular expressions are patterns that permit you to “match” various string values in a variety of ways. Scala uses import scala.util.matching.Regex to implement regular expression concept. ...
https://intellipaat.com/blog/tutorial/scala-tutorial/scala-regular-expressions/
CC-MAIN-2020-40
refinedweb
370
60.31
I'm trying to use getchar with scanf and I have this bug here that ignores the first whitespace character of the first loop. YES I want to use scanf and getchar TOGATHER in order to understand it better and NO i don't want to use fgets. :D I'm just curious what the bug is. I know its like < line of code: Code: /* This ...
https://cboard.cprogramming.com/c-programming/54052-getchar-problem-printable-thread.html
CC-MAIN-2017-04
refinedweb
263
72.16
PROBLEM LINK: Author: Abhijeet Trigunait Tester: Abhijeet Trigunait DIFFICULTY: MEDIUM . PREREQUISITES: DP,Binary Search. PROBLEM: Chef has very beautiful garden.There are N flower plants arranged in row.The height and beauty of ith flower from left is hi and bi.In order to make garden less crowdy chef decided to pull ...
https://discuss.codechef.com/t/error5-editorial/82036
CC-MAIN-2021-10
refinedweb
646
63.7
W3C Swell stuff This is a transcription of the taxonomy of fundamental objects in algernon. This is maintained as HTML but it's converted to RDF form using a transformation. Use the namespace name to refer to these properties and classes in RDF 1.0 syntax. @@TODO: express the relationship between algernon:subset and rd...
http://www.w3.org/2000/07/hs78/algernon.html
CC-MAIN-2014-52
refinedweb
179
87.11
Overview Using a Raspberry Pi (even a Zero!) and an RFID Card reader, along with relay, LED, buzzer and some python code gives you the ability to install electronic locks in your house or office. A company called ControlEverything offers a number of interesting products for Arduino, Particle, Raspberry and their own $5...
https://www.instructables.com/id/Dont-Forget-Your-Raspberry-RF-ID-Card/
CC-MAIN-2019-43
refinedweb
1,676
73.98
Hi all, I hope I'm not infringing an unwritten copyright of Stefano's here, but this e-mail *definately* fits into the catagory of a random thought, rather than an immediate proposition. It's also somewhat off topic; this thought is NOT a suggestion for something we could do with Cocoon - I just don't think it makes se...
http://mail-archives.apache.org/mod_mbox/cocoon-dev/200005.mbox/%3C20000525024923.A31238@brit.luminas.co.uk%3E
CC-MAIN-2014-10
refinedweb
1,136
58.42
I now, it is possible to obtain the polynomial features as numbers by polynomial_features.transform(X) [1, a, b, a^2, ab, b^2] .get_params() import numpy as np from sklearn.preprocessing import PolynomialFeatures X = np.array([2,3]) poly = PolynomialFeatures(3) Y = poly.fit_transform(X) print Y # prints [[ 1 2 3 4 6 9 ...
https://codedump.io/share/Gszz188el8CP/1/sklearn-how-to-get-coefficients-of-polynomial-features
CC-MAIN-2016-50
refinedweb
119
76.22
Python tools to sample randomly with dont pick closest `n` elements constraints. Also contains a batch generator for the same to sample with replacement and with repeats if necessary. Project description Sampling Utils Python tools to sample randomly with dont pick closest n elements constraints. Also contains a batch ...
https://pypi.org/project/sampling-utils/
CC-MAIN-2019-51
refinedweb
573
50.06
Hi, I want to create a plugin which should offer the ability to edit certain xml files using an own FileEditor (like source editor or GUI builder editor). But how to assoziate the file extension with my editor class, so a double-click at the xml-file in the project will open my editor? I've taken a look at ImageEditor ...
https://intellij-support.jetbrains.com/hc/en-us/community/posts/206128759-FileEditor-questions?page=1#community_comment_206165545
CC-MAIN-2022-40
refinedweb
622
59.5
Dependencies are part of software development. It is unrealistic to expect running a project of any decent size without external dependencies. Not all code is worth writing, and a lot of clever people have written clever code which we would be clever to use in our projects. But managing dependencies can be tricky. In t...
https://www.scien.cx/2020/11/19/managing-npm-dependencies/
CC-MAIN-2022-05
refinedweb
866
67.25
Hey guys, I have a question regarding casting abstract classes to their derived counterparts. I'm trying to upcast from the base class to the derived class but both classes are encapsulated in smart pointers. Here's an example: #include <memory> #include <string> class Shape { //std::string * type; virtual int Area ();...
http://www.gamedev.net/topic/657904-abstract-class-deriving-upwards/
CC-MAIN-2016-22
refinedweb
208
58.01
Using IMDbPY to search for movies : Python In this tutorial, we will be learning how to search for a movie using IMDbPY in Python. IMDb is an online database of information related to movies, television series, video games, streaming content online, documentaries, etc. It also includes cast, production team, biographie...
https://www.codespeedy.com/using-imdbpy-to-search-for-movies-python/
CC-MAIN-2020-29
refinedweb
410
74.29
Using Google Contracts for Java with IntelliJ IDEA The first step after obtaining the Google Contracts for Java Jar and adding it to your project, is to enable Annotation processing support in IDEA. To do this go to open the Settings window (IntelliJ IDEA > preferences on Mac) and go to Compiler > Annotation Processors...
http://java.dzone.com/articles/using-google-contracts-java
CC-MAIN-2013-20
refinedweb
611
51.07
Well, I had to make a program which used 2 hashing functions on keys that it gets from a file and stores them on a table. The first function should let the user define M (uisng function h(k) = k mod M) and then applies a second hashing function which is predefined (in this case, h2(k) = 8 - k mod 8). The following code...
http://cboard.cprogramming.com/cplusplus-programming/36841-double-hashing.html
CC-MAIN-2015-06
refinedweb
476
61.43
It was great fun and to make sure there was something fresh for the children to get their teeth into I came up with a new exercise called "LavaTrap" so I thought I would share it! You can download the worksheet which is great printed as an A5 booklet on a single piece of A4 or you can follow the exercise below. The Lav...
http://www.stuffaboutcode.com/2015/09/minecraft-game-tutorial-lavatrap-pycon.html
CC-MAIN-2017-17
refinedweb
992
81.93
Important: Please read the Qt Code of Conduct - QDataStream problem from 4.8 to 5.1 on MacOS Hello, I am getting error on this: @ QByteArray ba; QDataStream ds(&ba, QIODevice::WriteOnly); //This will write the hash into the byte array (through the data stream) ds << hash;@ The error output is: licensefile.cpp:185: erro...
https://forum.qt.io/topic/31480/qdatastream-problem-from-4-8-to-5-1-on-macos
CC-MAIN-2020-40
refinedweb
208
66.03
Author: Michael Knyszek The need for a new API for unstable metrics was already summarized quite well by @aclements, so I'll quote that here: The runtime currently exposes heap-related metrics through runtime.ReadMemStats(which can be used programmatically) and GODEBUG=gctrace=1(which is difficult to read programmatica...
https://go.googlesource.com/proposal/+/master/design/37112-unstable-runtime-metrics.md
CC-MAIN-2020-24
refinedweb
4,233
53.51
Cookie Constructor (String, String, String) Assembly: System (in System.dll) Parameters - name - Type: System.String The name of a Cookie. The following characters must not be used inside name: equal sign, semicolon, comma, newline (\n), return (\r), tab (\t), and space character. The dollar sign character ("$") cannot...
https://msdn.microsoft.com/en-us/library/te81b83k.aspx?cs-save-lang=1&cs-lang=csharp
CC-MAIN-2016-30
refinedweb
210
52.87
Writing a plugin for KOffice technically means the following things are created; The concept is really based on what Object Orientated design is saying, it means that you can create a programmer-interface and encapsulate that in a class without being very clear as to what that implementation is suppost to do. You can t...
http://techbase.kde.org/index.php?title=Development/Tutorials/Generic_KOffice_Plugin_Creation&diff=13310&oldid=12109
CC-MAIN-2013-48
refinedweb
1,003
52.29
Difference between revisions of "Scout/Concepts/Sql Lookup Service" From Eclipsepedia Latest revision as of 16:52, 26 February 2013 A SQL lookup Service is a specific type of Lookup Service that works with a database. [edit] Description A SQL lookup Service provide a way to implement a Lookup Service that is very effic...
http://wiki.eclipse.org/index.php?title=Scout/Concepts/Sql_Lookup_Service&diff=329775&oldid=243607
CC-MAIN-2014-41
refinedweb
565
54.12
#include <curses.h> int wresize(WINDOW *win, int lines, int columns); The wresize function reallocates storage for an ncurses window to adjust its dimensions to the specified values. If either dimension is larger than the current values, the window's data is filled with blanks that have the current background rendition...
http://www.syzdek.net/~syzdek/docs/man/.shtml/man3/wresize.3x.html
crawl-003
refinedweb
156
52.6
Guillaume Laurent On GTK And The New Inti 149. Re:Reinventing QT ... (Score:2) Red Hat spent a lot of money in the early days rolling out a propretary CDE release that was supposed to be their cash cow. (Tri-Teal CDE). They had it all positioned, along with ApplixWare, etc. to take over the Linux market. Along came KDE...
http://slashdot.org/story/00/08/10/123221/guillaume-laurent-on-gtk-and-the-new-inti
CC-MAIN-2014-41
refinedweb
10,124
70.73
Ask Kathleen Learn how to work around a couple bugs in Excel to return double values; drill down on lists with anonymous types; and learn the difference between Build and Rebuild. Q I'm creating a library that will return double values to Excel 2003, but I encounter a problem when assigning double types through COM Int...
https://visualstudiomagazine.com/articles/2008/07/01/return-double-values-in-excel.aspx
CC-MAIN-2019-22
refinedweb
1,811
61.36
You need to line up your text output vertically. For example, if you are exporting tabular data, you may want it to look like this: Jim Willcox Mesa AZ Bill Johnson San Mateo CA Robert Robertson Fort Collins CO You will probably also want to be able to right- or left-justify the text. Use ostream or wostream, for narro...
https://www.oreilly.com/library/view/c-cookbook/0596007612/ch10s02.html
CC-MAIN-2018-43
refinedweb
239
60.75
The. Mission Accomplished? I originally set out to make some simple widgets that would reduce the amount of JavaScript I would have to learn and write. In that regard, Pyxley was wildly successful. Since the the release, the React ecosystem has evolved and changed in so many ways. Most notably for Pyxley, PyReact was a...
https://multithreaded.stitchfix.com/blog/2016/03/10/pyxley-update/
CC-MAIN-2021-04
refinedweb
574
59.8
Hey, I have a new error that I can't seem to fix that is occuring whilst I try to delete contacts from my basic Contact App. At the moment I am defining the destroy action in my contacts controller as: def destroy current_user.contacts.delete(params[:id]) redirect_to index_path end In my view I have: <%= button_to 'Del...
http://community.sitepoint.com/t/association-type-mismatch-error-deleting-contacts/15271
CC-MAIN-2015-18
refinedweb
157
50.87
_WinHttpSimpleFormFill alternative By AutID, in AutoIt General Help and Support Recommended Posts This topic is now closed to further replies. Similar Content -) - By AutID Hello, I am trying to make an auto log in script that will log in on our server with all the accounts of the people working on our domain read from...
https://www.autoitscript.com/forum/topic/157073-_winhttpsimpleformfill-alternative/
CC-MAIN-2018-43
refinedweb
302
50.26
The more your Oracle8i applications increase in complexity, the more you must tune the system to optimize performance and prevent data bottlenecks. This chapter describes how to configure your Oracle8i installation to optimize its performance. It contains the following sections: Oracle8i is a highly-optimizable softwar...
http://docs.oracle.com/html/A87435_01/ch2.htm
CC-MAIN-2015-27
refinedweb
2,674
54.42
> > Apply the following patch > > > > --- lib/libxview/attr/attr.c.org Sun Sep 24 22:22:04 2000 > > +++ lib/libxview/attr/attr.c Sun Sep 24 22:21:34 2000 > > @@ -93,7 +93,11 @@ > > */ > > #if (__GLIBC__ > 2) || (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 1) > > __va_copy(valist, valist1); > > +#if defined(__powerpc__) > > + ...
https://lists.debian.org/debian-powerpc/2000/09/msg00461.html
CC-MAIN-2017-04
refinedweb
256
74.69
Running maximum of numpy array values Running maximum of numpy array values I need a fast way to keep a running maximum of a numpy array. For example, if my array was: x = numpy.array([11,12,13,20,19,18,17,18,23,21]) I'd want: numpy.array([11,12,13,20,20,20,20,20,23,23]) Obviously I could do this with a little loop: de...
https://prodevsblog.com/questions/149635/running-maximum-of-numpy-array-values/
CC-MAIN-2020-40
refinedweb
157
72.76
Limits of the Android Geocoder Limits of the Android Geocoder Join the DZone community and get the full member experience.Join For Free Android provides a Geocoder in the standard APIs which is pretty simple to use, as this code excerpt demonstrates: import android.content.Context; import android.location.Address; impo...
https://dzone.com/articles/android-geocoder-limitations
CC-MAIN-2020-29
refinedweb
544
52.6
This lab is an introduction to Fundamental OpenGL Functions After the lab lecture, you have one week to: Pixel Format Function Description ------------------------------------------------------------------ ChoosePixelFormat() Obtains a DC's pixel format that's the closest match to a pixel format you've provided. SetPix...
http://www.cs.uregina.ca/Links/class-info/405/WWW/Lab2/
CC-MAIN-2016-44
refinedweb
896
51.18
Learning objectives Deep learning is an efficient technique to solve complex problems, and the “science” part of data science is all about experimenting with different settings and comparing results. Using Watson Studio, you can easily architect a neural network using a friendly GUI, download the model as code in your ...
https://developer.ibm.com/tutorials/create-and-experiment-with-dl-models-using-nn-modeler/
CC-MAIN-2020-45
refinedweb
5,091
54.42
(This is obsolete: there is now a "Check All" button above the bookmark list.) Are you: If you said, "YES!" to any or all of these questions, then just copy the code below to your computer (make sure you have Python), fill in the values for your homenode id and login cookie where indicated, and experience freedom! I ma...
https://everything2.com/title/How+to+Remove+Your+Bookmarks+%2528all+of+them%252C+and+with+Python%2529
CC-MAIN-2018-22
refinedweb
336
57.87
Python auto-indent - Michael Vincent last edited by Michael Vincent A search turns up a lot on this but I’m looking for a definitive answer. I didn’t code in Python much at all and do now so I don’t remember if this ever “worked” or if it broke or I broke it with some configuration. if test==true: # press enter now nex...
https://community.notepad-plus-plus.org/topic/18845/python-auto-indent
CC-MAIN-2021-43
refinedweb
551
74.39
April 28, 2020 2020 TCO Algorithm Round 1B Editorials The second round of TCO 2020 was, by intention, quite easier than a usual round (even for Division 2). Indeed, with the top 250 people receiving a bye and another 750 already qualified, the problem set was adjusted for the people who have still not qualified, provid...
https://www.topcoder.com/2020-tco-algorithm-round-1b-editorials/
CC-MAIN-2020-34
refinedweb
1,135
62.61
Using IPFS with your website Though it is not required, it is strongly recommended that websites hosted on IPFS use only relative links, unless linking to a different domain. This is because data can be accessed in many different (but ultimately equivalent) ways: - From your custom domain: - From a gateway: - By immu...
https://developers.cloudflare.com/web3/ipfs-gateway/reference/updating-for-ipfs/
CC-MAIN-2022-21
refinedweb
275
65.93
Out of curiosity, what did you think about the license of OOPS? While I can understand the author's intent, the license is a bit, er, cumbersome. Actually, let me be blunt: the license is bloody awful and there is simply no way I would ever use that software. For example, why are "Internet Journals" excluded from the l...
http://www.perlmonks.org/?parent=379365;node_id=3333
CC-MAIN-2017-13
refinedweb
308
70.94
I am looking for a tool to be able to deploy Adobe Reader 9 across the network. thanks 4 Replies Sep 30, 2008 at 7:23 UTC If you're running AD, it can be deployed through a GPO, though it's more painful than most programs to deploy. Take a look here: http:/ Oct 1, 2008 at 7:19 UTC check this link out: lots of good depl...
https://community.spiceworks.com/topic/24381-need-tool-to-deploy-adobe-acrobat-reader-9
CC-MAIN-2017-09
refinedweb
257
71.89
TakeScreenshot From Unify Community Wiki Description Captures sequentially numbered screenshots when a function key is pressed. Existing screenshots are not overwritten. Usage Just attach this script to an empty game object. C# - TakeScreenshot.cs // TODO: // By default, screenshot files are placed next to the executab...
http://wiki.unity3d.com/index.php?title=TakeScreenshot&amp;diff=prev&amp;oldid=2597
CC-MAIN-2019-18
refinedweb
181
50.33
Last Updated on August 28, 2020. Kick-start your project with my new book Deep Learning for Time Series Forecasting, including step-by-step tutorials and the Python source code files for all examples. Let’s get started. - Update May/2017: Fixed bug in invert_scale() function, thanks Max. - Updated Apr/2019: Updated the...
https://machinelearningmastery.com/time-series-forecasting-long-short-term-memory-network-python/
CC-MAIN-2022-05
refinedweb
11,067
65.12
Enabling The Console and Shell for Blinky¶ This tutorial shows you how to add the Console and Shell to the Blinky application and interact with it over a serial line connection. Prerequisites¶ - Work through one of the Blinky Tutorials to create and build a Blinky application for one of the boards. - Have a serial setu...
http://mynewt.apache.org/latest/tutorials/blinky/blinky_console.html
CC-MAIN-2018-43
refinedweb
943
55.84
Few keywords are as simple yet amazingly powerful as virtual in C# (overridable in VB.NET). When you mark a method as virtual you allow an inheriting class to override the behavior. Without this functionality inheritance and polymorphism wouldn’t be of much use. A simple example, slightly modified from Programming Ruby...
http://codebetter.com/karlseguin/2008/06/18/foundations-of-programming-pt-9-proxy-this-and-proxy-that/
crawl-003
refinedweb
1,673
53.81
Vector of logical diffs describing changes to a JSON column. More... #include <json_diff.h> Vector of logical diffs describing changes to a JSON column. Type of the allocator for the underlying invector. Type of iterator over the underlying vector. Type of iterator over the underlying vector. Type of the underlying vec...
https://dev.mysql.com/doc/dev/mysql-server/latest/classJson__diff__vector.html
CC-MAIN-2022-27
refinedweb
208
61.63
Pandas Data Series: Find the index of the first occurrence of the smallest and largest value of a given series Pandas: Data Series Exercise-39 with Solution Write a Pandas program to find the index of the first occurrence of the smallest and largest value of a given series. Sample Solution : Python Code : import pandas...
https://www.w3resource.com/python-exercises/pandas/python-pandas-data-series-exercise-39.php
CC-MAIN-2021-21
refinedweb
186
54.46
int memcmp( void *s1, void *s2, size_t count ) void *s1; /* address of first memory buffer */ void *s2; /* address of second memory buffer */ size_t count; /* size in bytes of comparison */ Synopsis #include "string.h" The memcmp function compares the count bytes starting at s1 with the count bytes beginning at s2 . Pa...
http://silverscreen.com/idh_silverc_compiler_reference_memcmp.htm
CC-MAIN-2021-21
refinedweb
116
56.59
Adventures in .NET As (a very small) some of you may know, I have been developing an dynamic UI rendering control for SQL Server Reporting Services in ASP .NET. Given a report, the control will obtain a list of report parameters, and dynamically render UI and validation elements based on datatype and other properties o...
http://weblogs.asp.net/taganov/archive/2004/03/09/86846.aspx
crawl-002
refinedweb
544
56.76
An abstract representation of a 2D image pyramid. More... An abstract representation of a 2D image pyramid. 2D image pyramid containers are created by calling vpiPyramidCreate to allocate and initialize an empty (zeroed) VPIPyramid object. The memory for the image pyramid data is allocated and managed by VPI. Image for...
https://docs.nvidia.com/vpi/group__VPI__Pyramid.html
CC-MAIN-2021-21
refinedweb
446
50.33
Now its time to use the ATL object you just created. For this step, you are going to create a simple dialog in an MFC project. With your ATLAttributes project still open, click New, New Project from the File menu. Select the Visual C++ project type and click the MFC Application template on the right side. Give your pro...
https://flylib.com/books/en/3.121.1.126/1/
CC-MAIN-2019-39
refinedweb
465
63.8
Hi, It’s all been working well with quasar dev. I have done a quasar buildand fired up a http servers for my backend api(feathers) and the dist folder and that was working fine Now to secure things I started running a https server for both the backend api and my quasar app. The issue is that now the quasar app can not ...
https://forum.quasar-framework.org/topic/1148/can-t-connect-to-api-backend-socket-after-build-using-https
CC-MAIN-2021-39
refinedweb
495
63.39