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
Big data is the rage, distribution is the rage, and so to is the growth of streaming data. The faster a company is, the better. Such speed requires, no demands, solid matrix performance. Worse yet, big data is inherently sparse and testing and implementation of new algorithms requires sparse matrices (CSR,CSC, COO; the...
https://dadruid5.com/tag/breeze/
CC-MAIN-2019-30
refinedweb
610
66.23
John E. Howland Department of Computer Science Trinity University 715 Stadium Drive San Antonio, Texas 78212-7200 Voice: (210) 999-7364 Web: October 24, 2005 Subject Areas: Computer Graphics. Keywords: 2D Viewing, 3D Viewing, modeling, linear algebra. Computer graphics deals with the problem of image synthesis. Given a...
http://www.cs.trinity.edu/~jhowland/cs3353/intro/intro/
CC-MAIN-2013-48
refinedweb
4,532
58.28
PEP 484, mypy, typeshed, pytype, pyre and typing in PyCharm tmp.py:29: error: Incompatible return value type (got "Callable[[Callable[..., Awaitable[Any]]], Callable[..., Awaitable[Any]]]", expected "Callable[..., Awaitable[Any]]")with this gist @graingert @gaborbernat is it worth re-opening again? Got very late the no...
https://gitter.im/python/typing?at=5e31b666f6945f41ef3a848d
CC-MAIN-2020-16
refinedweb
912
66.13
java version "1.3.0" Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.0-C) Java HotSpot(TM) Client VM (build 1.3.0-C, mixed mode) KeyStroke.getKeyStroke(String s) should accept the string returned by KeyStroke.toString(). In particular, if there exists a <code>KeyStroke a</code>, then <code>KeyStroke.getKeyS...
http://bugs.sun.com/bugdatabase/view_bug.do%3Fbug_id=4370733
crawl-002
refinedweb
445
60.51
import "cuelang.org/go/internal" Package internal exposes some cue internals to other packages. A better name for this package would be technicaldebt. MaxDepth indicates the maximum evaluation depth. This is there to break cycles in the absence of cycle detection. It is registered in a central place to make it easy to ...
https://godoc.org/cuelang.org/go/internal
CC-MAIN-2020-40
refinedweb
657
60.72
Today. That´s great news! Lots of customers had been asking for this. Awesome!! Thanks Scott. Can't wait for the final release. Jose Guay Great! We are waiting for v1.0. Very excited! Thanks for all of the hard work! This really is great news. We've been working holding off on a CMS project for months waiting for the r...
http://weblogs.asp.net/scottgu/archive/2009/01/27/asp-net-mvc-1-0-release-candidate-now-available.aspx
CC-MAIN-2014-10
refinedweb
8,922
75.5
31 August 2007 16:04 [Source: ICIS news] LONDON (ICIS news)-Saudi Basic Industries Corp (SABIC) has completed the $11.6bn (€8.5bn) acquisition of GE Plastics from General Electric, the Saudi Arabia-based petrochemicals major said on Friday. ?xml:namespace> Brian Gladden has been named CEO of the business, which will be...
http://www.icis.com/Articles/2007/08/31/9058846/SABIC-completes-acquisition-of-ge-plastics.html
CC-MAIN-2015-11
refinedweb
143
56.55
Python .whl files, or wheels, are a little-discussed part of Python, but they’ve been a boon to the installation process for Python packages.. In this tutorial, you’ll dive into what wheels are, what good they serve, and how they’ve gained traction and made Python even more of a joy to work with. In this tutorial, you’...
https://realpython.com/python-wheels/
CC-MAIN-2021-17
refinedweb
7,271
62.98
I’m trying to write an exporter, and I’m having problems figuring out how to loop through all actions in code to be able to export the bone poses. I can get each action from context.blend_data.actions, but this only gives me the individual F-curves. If I want to get the individual bone poses, I can loop through each fr...
https://blenderartists.org/t/how-to-change-the-active-action/509441
CC-MAIN-2021-10
refinedweb
913
66.23
We know that the MAC address is a hardware address which means it is unique for the network card installed on our PC. It is always unique that means no two devices on a local network could have the same MAC addresses. The main purpose of MAC address is to provide a unique hardware address or physical address for every ...
https://www.tutorialspoint.com/extracting-mac-address-using-python
CC-MAIN-2021-17
refinedweb
239
63.29
Nudged elastic band¶ ‘Classical and Quantum Dynamics in Condensed Phase Systems’, edited by B. J. Berne, G. Cicotti, and D. F. Coker, World Scientific, 1998 [standard formulation] - ‘Improved Tangent Estimate in the NEB method for Finding Minimum Energy Paths and Saddle Points’, G. Henkelman and H. Jonsson, J. Chem. Ph...
https://wiki.fysik.dtu.dk/ase/dev/ase/neb.html
CC-MAIN-2018-39
refinedweb
989
50.02
In this assignment, you'll be using QIIME 2 version 2019.1 to analyze two data sets. First, you'll read and complete the QIIME 2 Moving Pictures of the Human Microbiome tutorial, which contains a few thousand sequences from four different human body sites collected over a few days. This will familiarize you with runnin...
https://nbviewer.jupyter.org/github/gregcaporaso/2017.04-bio450-qiime2-assignment/blob/master/qiime2-assignment.ipynb
CC-MAIN-2019-26
refinedweb
1,659
65.32
/* * OutputElement>OutputElement</code> object represents an XML element. * Attributes can be added to this before ant child element has been * acquired from it. Once a child element has been acquired the * attributes will be written an can no longer be manipulated, the * same applies to any text value set for the elem...
http://simple.sourceforge.net/download/stream/report/cobertura/org.simpleframework.xml.stream.OutputElement.html
CC-MAIN-2018-05
refinedweb
699
57.87
> On Sun, Aug 21, 2011 at 04:53:19PM +0200, Vitor Sessak wrote: > %macro BUTTERF 3 > movhlps %2, %1 > movlhps %2, %1 pshufd would reduce number of uops, although I haven't checked what it would do to number of uops on the bottlenecked execution unit(s) or latency. > xorps %2, [ps_p1p1m1m1] Can you xorps %1 instead to r...
http://ffmpeg.org/pipermail/ffmpeg-devel/2011-August/114231.html
CC-MAIN-2015-06
refinedweb
160
70.77
Definition of Python Object to String Python object in python refers to the object which is used by the other functions in order to get the direct conversion of one data type present within the object into another data type present in the other object. Python is all about objects thus the objects can be directly conver...
https://www.educba.com/python-object-to-string/?source=leftnav
CC-MAIN-2021-39
refinedweb
986
59.03
#include <berryState.h> A piece of state information that can be shared between objects, and might be persisted between sessions. This can be used for commands that toggle between two states and wish to pass this state information between different handlers. This state object can either be used as a single state object...
http://docs.mitk.org/nightly/classberry_1_1State.html
CC-MAIN-2020-16
refinedweb
312
54.08
Deploying Managed Code Applies To: Microsoft Dynamics AX 2012 R2, Microsoft Dynamics AX 2012 Feature Pack, Microsoft Dynamics AX 2012 Visual Studio Tools lets developers automatically deploy the output of their managed code projects. For example, if you have a class library project, deployment involves copying the asse...
https://docs.microsoft.com/en-us/dynamicsax-2012/developer/deploying-managed-code
CC-MAIN-2019-30
refinedweb
843
62.38
Hello, I am samith. I am interested to learn about OSM editing. Normally OSM satellite map is not a higher resolution image. So, I have difficulty to digitize buildings with higher accuracy. So, I got a new Lidar image with 1 m resolution. That image is a georeferenced image. Now I want to import that image into OSM. t...
https://help.openstreetmap.org/questions/73442/how-to-import-higher-resolution-image-into-osm
CC-MAIN-2021-39
refinedweb
728
84.78
Important: Please read the Qt Code of Conduct - Return QObject * objects to be used both in QML and Javascript Hi, I am a little bit confused. I have a JSWrapperObject inheriting from QObject with a test method. This method must return (in some way) a QObject * to the JS engine and the QML engine depending on who calle...
https://forum.qt.io/topic/42956/return-qobject-objects-to-be-used-both-in-qml-and-javascript
CC-MAIN-2021-10
refinedweb
232
59.13
: | | > Fair enough. *You* are the person who first made the assumption, | > in, that | > an implementation might just the function only as a macro: | | That's because I was under the impression you had mis-understood the | problem, The only sensible problem we've been faced is that of having a function implemented bot...
http://gcc.gnu.org/ml/libstdc++/2000-12/msg00325.html
crawl-001
refinedweb
307
62.68
The mbrtowc() function is defined in <cwchar> header file. mbrtowc() prototype size_t mbrtowc( wchar_t* pwc, const char* s, size_t n, mbstate_t* ps ); The mbrtowc() function converts the multibyte character represented by s to a wide character and is stored in the address pointed to by pwc. - If s is not a null pointer...
https://cdn.programiz.com/cpp-programming/library-function/cwchar/mbrtowc
CC-MAIN-2021-04
refinedweb
450
52.83
import "cloud.google.com/go/translate" Package translate is a client for the Google Translation API. See for details. const Scope = raw.CloudPlatformScope Scope is the OAuth2 scope required by the Google Cloud Vision API. Client is a client for the translate API. NewClient constructs a new Client that can perform Trans...
https://godoc.org/cloud.google.com/go/translate
CC-MAIN-2019-13
refinedweb
524
61.53
Help on buildind to Windows 10 Hi, guys. I'm i developer from a company that is actually porting some codes from actionscript and java to C++, and we recently have choosen Qt. I've already installed Qt Creator at some machines: in Mac and Windows 7 it´s working ok, very nice. But in some Windows 10 machines, even with ...
https://forum.qt.io/topic/78998/help-on-buildind-to-windows-10
CC-MAIN-2017-22
refinedweb
509
67.15
FULL PRODUCT VERSION : java version "1.6.0" Java(TM) SE Runtime Environment (build 1.6.0-b105) Java HotSpot(TM) Client VM (build 1.6.0-b105, mixed mode, sharing) ADDITIONAL OS VERSION INFORMATION : Linux matthew-desktop 2.6.20-15-generic #2 SMP Sun Apr 15 07:36:31 UTC 2007 i686 GNU/Linux A DESCRIPTION OF THE PROBLEM : ...
https://bugs.java.com/bugdatabase/view_bug.do?bug_id=6559590
CC-MAIN-2021-21
refinedweb
378
59.6
CGI::Simple - A Simple totally OO CGI interface that is CGI.pm compliant This document describes CGI::Simple version 1.113. use CGI::Simple; $CGI::Simple::POST_MAX = 1024; # max upload via post default 100kB $CGI::Simple::DISABLE_UPLOADS = 0; # enable uploads $q = new CGI::Simple; $q = new CGI::Simple( { 'foo'=>'1', 'b...
https://metacpan.org/pod/release/ANDYA/CGI-Simple-1.113/lib/CGI/Simple.pm
CC-MAIN-2014-23
refinedweb
8,839
53.41
v0.59 of React Native is a big deal. It... - Adds support of hooks - Is a big push towards the "Lean Core" initiative - Improves developer tooling With that, I wanted to spend some time walking through how to upgrade (it's easy!), how to upgrade in the future, and handling changes. This post was originally published at...
https://dev.to/spencercarli/upgrading-to-react-native-0-59-handling-deprecation-warnings-3d07
CC-MAIN-2021-21
refinedweb
737
58.99
Raspberry Pi was synonymous with single-board Linux computers. No longer. The $4 Raspberry Pi Pico board is their attempt to break into the crowded microcontroller module market. The microcontroller in question, the RP2040, is also Raspberry Pi’s first foray into custom silicon, and it’s got a dual-core Cortex M0+ with...
https://hackaday.com/2021/01/20/raspberry-pi-enters-microcontroller-game-with-4-pico/
CC-MAIN-2022-33
refinedweb
17,790
69.92
From: Matthias Troyer (troyer_at_[hidden]) Date: 2003-10-28 15:37:49 On Oct 28, 2003, at 4:35 PM, John Maddock wrote: >> Can anybody explain the reason for the following lines in >> boost/config/platform/macos.hpp? >> >> >> # ifndef __APPLE_CC__ >> >> // GCC strange "ignore std" mode works better if you pretend >> ever...
https://lists.boost.org/Archives/boost/2003/10/55368.php
CC-MAIN-2020-50
refinedweb
213
67.96
Hello , I’ve been thinking about what should be my next post. I’d like to talk about WCF RIA, where I have had some encounters, but it’s like too soon to write about it. On the other hand, I won a raffle and the prize was a book about Windows Phone 7 Game Development (Thanks to 101FreeTechbook and additionally there is...
https://hmadrigal.wordpress.com/category/xna/
CC-MAIN-2020-24
refinedweb
1,041
61.36
>> Boston (MA) - A former Massachusetts state worker has been vindicated of child pornography charges after investigators said a computer virus was responsible for automatically downloading dozens of illegal pictures. Michael Fiola, formerly of the Department of Industrial Accidents, was fired in 2007 after department ...
http://www.tomshardware.com/news/computer-windows-virus,5686.html
crawl-002
refinedweb
2,825
70.94
hi guys, I know how LinkedList works, but I've been given classes and methods headers to implement LinkedList, and I need a bit of help with this. Basically consist of three classes Students(which contains student attributes and methods... no help needed here), and the other two classes, which I'm showing below. The No...
http://www.javaprogrammingforums.com/%20whats-wrong-my-code/16028-need-help-implementing-linkedlist-printingthethread.html
CC-MAIN-2014-41
refinedweb
162
60.75
0 So, I'm really frustrated with this problem. I desperately need some good explanation about this. Why does the calling function does not reflect the change done in the called function? despite the fact that I pass the variable via pointer. Any explanations please. Thanks in advance. #include <iostream> using namespac...
https://www.daniweb.com/programming/software-development/threads/212786/need-help-about-passing-pointers-in-a-function-and-reflecting-any-changes
CC-MAIN-2017-26
refinedweb
109
85.39
Machine Learning has found its application across a number of domains that involve mimicking the complexities and senses of human beings. Computer Vision and Speech synthesis have been around since the late 1960s and have exponentially improved over time — especially in the last few years. Today, we will focus on Speec...
https://analyticsindiamag.com/step-by-step-guide-to-audio-visualization-in-python/
CC-MAIN-2021-43
refinedweb
908
55.64
Now this is a multipurpose project. Use it as a party light OR as a gig booster. Adding colors and manipulating the light sequence is easy thing to do. Check the video to see the project in work. If there is a VOTE patch on the right side of the project site, throw me a vote if you want :) Step 1: Components First thin...
http://www.instructables.com/id/Arduino-Party-Lights/
CC-MAIN-2017-17
refinedweb
813
77.74
TheExchangeMAPI (“Program Files (x86)” on a 64 bit machine). We also renamed Exchange’s mapi32.dll binary. It’s now called ExMAPI32.dll. Some notes: - If you’ve installed an earlier version of this download on a machine and wish to upgrade, you must uninstall the earlier version first. It will not upgrade in place, and...
https://blogs.msdn.microsoft.com/stephen_griffin/2008/06/02/this-just-in-mapi-and-windows-server-2008-now-get-along/
CC-MAIN-2016-07
refinedweb
2,827
67.15
Agenda See also: IRC log Steven: the latest editor's draft is built nightly, not yet uploaded to W3C site ... please take a look and give us feedback ... the area we're having problems with still is blank nodes ... we want to create anonymous nodes and give them names independent of URLs ... for this one little edge ca...
http://www.w3.org/2005/04/05-swbp-minutes.html
CC-MAIN-2013-48
refinedweb
1,184
65.56
NAME | SYNOPSIS | DESCRIPTION | EXAMPLES | ATTRIBUTES | SEE ALSO | NOTES cc [ flag ... ] file ...[ -ltnfprobe ] [ library ... ] #include <tnf/probe.h>TNF_DECLARE_RECORD(c_type, tnf_type); This macro interface is used to extend the TNF (Trace Normal Form) types that can be used in TNF_PROBE(3TNF). There should be only o...
https://docs.oracle.com/cd/E19683-01/817-0712/6mgganadb/index.html
CC-MAIN-2018-13
refinedweb
614
63.39
In preparation for two Ruby on Rails workshops in Sydney, Australia in a few weeks, I’ve discovered a few testing tidbits. Test Timer Some of my tests were very slow, but I didn’t know which ones were the slowest. I wrote a minor hack to Test::Unit that prints a report of how long each test takes to run. Require it aft...
http://www.oreillynet.com/ruby/blog/2006/10/test_tidbits.html
crawl-002
refinedweb
371
61.22
Not find an interesting phenomenon occurring in the world nowadays. What happens when a software development department turns into a secondary entity not closely related to the company's basic area of activity? A forest reserve appears. However significant and critical the company's area of activity may be (say, medici...
http://www.cplusplus.com/articles/91wTURfi/
CC-MAIN-2015-06
refinedweb
1,763
64.41
hi its the first time i have had to install a package not included in default netbeans and cant get it to work im using ubuntu and downloaded jsoup from software center so it is defo installed correctly as it was taken care of by the good people in debian but i cant use it in netbeans Document doc = Jsoup.connect("").g...
http://www.javaprogrammingforums.com/whats-wrong-my-code/27119-how-install-pakcage.html
CC-MAIN-2014-15
refinedweb
103
68.5
In a previous post, I talked about Elixir's pattern matching in general. Today, I want to focus on binary matching. Briefly, binary matching can have a number of uses, but the most obvious is when dealing with binary data from, say, a file or a socket. As an example, a PostgreSQL message generally takes the shape of 1 ...
https://www.openmymind.net/Elixir-Binary-Matching-Performance/
CC-MAIN-2019-13
refinedweb
1,058
58.72
by Jim Bray (editor's note: this article refers to software aimed at the Canadian market) Get ready to send that kilo of flesh to Ottawa! And while you're at it, why not try to ensure that the flesh you send is your fair and adequate share - that you get the breaks you need so you don't end up dipping even deeper into ...
http://www.technofile.com/articles/taxwiz2003.html
crawl-001
refinedweb
1,151
64.64
I'm on 5/7 Pulling it together where you add Hotel_costs, plane_ride_costs, and rental_car_costs. It doesnt appear to be summing the hotel_costs and rental_car_costs properly Oops, try again. trip_cost('Tampa', 4) returned 220 instead of the correct value 920 it should have added them up. The functions have all worked ...
https://discuss.codecademy.com/t/cant-pull-it-together-on-5-7/50615
CC-MAIN-2018-51
refinedweb
134
54.97
Recording an error message does not necessarily have to be fast. I am not saying you should ignore sound design practices and provide a sloppy means of error logging. What I am saying is that your exception handling should concentrate on providing the best options for recording errors and not necessarily the fastest me...
http://www.informit.com/articles/article.aspx?p=102315&seqNum=3
CC-MAIN-2018-47
refinedweb
2,353
56.05
Use of RTC with XTAL and deepsleep I have a few questions regarding use of the RTC (real time clock). - Is there a difference in accuracy and power consumption when using the RTC with XTAL_32KHZ vs. INTERNAL_RC - Will the RTC need to be reinitalized after a deepsleep to make it use XTAL_32KHZ or INTERNAL_RC - Will deep...
https://forum.pycom.io/topic/3162/use-of-rtc-with-xtal-and-deepsleep/
CC-MAIN-2020-24
refinedweb
471
63.29
I'm creating a program that will test a range of temperatures for validity. I have become stuck, in this case am trying to print a message saying invalid input when a user enters a value not in the range of 425 - 435. Code:#include <stdio.h> #define sentinel 999 int main(void) { int temp; double valid; printf ("Enter t...
https://cboard.cprogramming.com/c-programming/145729-nested-while-loop-help.html
CC-MAIN-2017-39
refinedweb
104
72.36
Writing PHP Git Hooks with Static Review Free JavaScript Book! Write powerful, clean and maintainable JavaScript. RRP $11.95 If you’ve been using Git for more than a short length of time, you’ll hopefully have heard of Git hooks. If not, Git hooks, as Andrew Udvare introduced here on SitePoint back in August of last ye...
https://www.sitepoint.com/writing-php-git-hooks-with-static-review/
CC-MAIN-2021-31
refinedweb
1,650
56.35
Ask the Pro LANGUAGES: C# TECHNOLOGIES: File I/O | SQL Belay That Delay Precompile your ASP.NET Web sites to avoid first-run slowness. By Jeff Prosise Q. Is there a tool available for precompiling an ASP.NET Web site so the first request for each page suffers no compilation delay? A. Assuming you enjoy access to pages ...
http://www.itprotoday.com/web-development/belay-delay
CC-MAIN-2018-30
refinedweb
1,405
67.35
Shortcuts are small files containing the location of another file, or the command line required to launch an application. They are commonly placed within the Windows Start Menu as a convenient way to access common functions of your device. By creating and organising your own shortcuts you can customise the features you...
http://www.christec.co.nz/blog/archives/213
CC-MAIN-2018-09
refinedweb
802
64.51
From: Brian Barrett (bbarrett_at_[hidden]) Date: 2007-05-28 16:58:06 On May 28, 2007, at 10:59 AM, Jack Howarth wrote: > On MacOS X, the current v1.1.5 and v1.2.2 sources for openmpi > create shared libraries with undefined environ symbols. This > problem on MacOS X and the available workarounds are discussed > on the ...
http://www.open-mpi.org/community/lists/devel/2007/05/1591.php
CC-MAIN-2013-20
refinedweb
225
64.91
The Legend of Zelda: Link's Awakening Trading Sequence FAQ by Kaas Version: 1.02 | Updated: 10/20/05 | Search Guide | Bookmark Guide || _||_ | | THE LEGEND OF ______| |_______ ______________ ______ ____ / ____| |__ / \ __ \ / \ "\ \_ \ / / | | / / | | \ | | | |"\ | \ \ /__/ _| |/ / / | | \_| | | | | | | \ / __ / / / | ...
https://www.gamefaqs.com/gameboy/563277-the-legend-of-zelda-links-awakening/faqs/37454
CC-MAIN-2017-34
refinedweb
2,907
84.27
The other day, I saw Learn regex the easy way. This is a great resource, but I felt the need to pen a post explaining that regexes are usually not the right approach. Let’s do a little exercise. I googled “URL regex” and here’s the first Stack Overflow result: https?:\/\/(www\.)?[-a-zA-Z0-9@:%._\+~#=]{2,256}\.[a-z]{2,6...
https://drewdevault.com/2017/08/13/When-not-to-use-a-regex.html
CC-MAIN-2017-47
refinedweb
334
75.61
In the enterprise application development world, the buzzwords are Performance, Scalability, and Security. I started my career as a VC++ programmer, and one fine morning, I was transferred to Web development department. Like every C++ programmer, I also was frustrated. I thought every Tom, Dick, and our very own Harry ...
http://www.codeproject.com/KB/cs/destructorsincs.aspx
crawl-002
refinedweb
1,030
58.18
Hi all, I’ve just been following the Number Wizard videos and it’s all pretty much perfect except it won’t restart properly at the end of the first round and the “Return” button seems to become inactive. Would someone by kind enough to check my code please? using System.Collections; using System.Collections.Generic; us...
https://community.gamedev.tv/t/not-restarting-properly/171509
CC-MAIN-2021-25
refinedweb
260
62.14
this is the original assignment : The daily sales amount of a company product for seven days is as follows: 175, 225, 0, 200, 325, 275, 60. Write a program so that the average of sales is increased by x units from the 8th day to the 14th day. x = 1 or 2 or 5 or 10 etc. heres what i got so far: Code : import java.util.S...
http://www.javaprogrammingforums.com/%20whats-wrong-my-code/24289-need-some-help-my-code-printingthethread.html
CC-MAIN-2016-30
refinedweb
240
69.92
pthread_atfork(3) BSD Library Functions Manual pthread_atfork(3) NAME pthread_atfork -- register handlers to be called before and after fork() SYNOPSIS #include <pthread.h> int pthread_atfork(void (*prepare)(void), void (*parent)(void), void (*child)(void)); DESCRIPTION The pthread_atfork() function is used to register...
http://www.manpagez.com/man/3/pthread_atfork/
CC-MAIN-2018-05
refinedweb
201
56.05
I recently needed to use C# to programmatically create a shortcut (.LNK file) to a console executable. This is easily done in native C/C++ using the ShellLink CoClass, the IShellLink interface and their related interfaces. I looked around and couldn’t find a good C# COM interop example for the related native COM interf...
http://blogs.msdn.com/b/pigscanfly/archive/2010/12/05/c-ishelllink-com-interop-example.aspx
CC-MAIN-2014-41
refinedweb
534
67.25
Ext.fx.animation.Slide is private Ext.fx.animation.Slide is private Ext.fx.animation.Slide is documented as a private class. Seems like that would be a public class. Any chance this is just a documentation error? - Join Date - Mar 2007 - Location - Gainesville, FL - 37,997 - Vote Rating - 978 All of the Ext.fx classes ...
https://www.sencha.com/forum/showthread.php?257339-Ext.fx.animation.Slide-is-private
CC-MAIN-2015-18
refinedweb
125
59.09
Time::HiRes Actual time resolution to that accuracy is chancy on most platforms. As recommended, Time::HiRes is a good bet, but most platforms will not guarantee any absolute time better than the schedulers time slice, or jiffy. If you need better, check around for 'real time' kernels. After Compline,Zaxo you could use...
http://www.perlmonks.org/index.pl?node_id=286621
CC-MAIN-2015-22
refinedweb
102
68.16
Getting started Brail includes many changes to the way that you normally write code in Boo. Brail views are scripts files that ends with "*.brail" or "*.brailjs". The most significant change is that Brail does not use whitespace to control blocks. This mean that the following statement in Boo: if someCondition: DoActio...
http://www.castleproject.org/monorail/documentation/trunk/viewengines/brail/gettingstarted.html
crawl-001
refinedweb
552
63.7
Computer Science Archive: Questions from April 01, 2007 - Anonymous asked1 answer - shwanky asked1 answer - Anonymous asked1 answer - Anonymous asked1. the 4 coefficients of a th... Show morex.øi5PART 1: Your task in Part 1 is to write a program that takes in: 1. the 4 coefficients of a third degree polynomial (ax3 + b...
http://www.chegg.com/homework-help/questions-and-answers/computer-science-archive-2007-april-01
CC-MAIN-2014-15
refinedweb
2,187
53.92
Apologies for a newbie question, but I am seeking advice on how to benchmark a pure function that returns an unlifted type. I've heard tell that `criterion` is good for benchmarking, and so I'm using that library (but have no particular allegiance to it, if something else is better). Specifically, I'm comparing a funct...
http://haskell.1045720.n5.nabble.com/benchmarking-a-function-that-returns-an-unlifted-type-td5853971.html
CC-MAIN-2017-13
refinedweb
251
64
Subject: Re: [linux-audio-dev] anyone interested to develop a new apps ? From: Mario Lang (mlang_AT_delysid.org) Date: Sun Oct 24 2004 - 22:54:55 EEST dubphil_AT_free.fr writes: > I want to setup a sound system with linux. For this, I need an app that > could split an audio file in four tracks in order to add them sepa...
http://lalists.stanford.edu/lad/2004/10/0109.html
crawl-002
refinedweb
577
73.37
. z! Python’s Innards: Hello, ceval.c! 2010/09/02 § 5 Comments The “Python’s Innards” series owes its existence, at least in part, to hearing one of the Python-Fu masters in my previous workplace say something about a switch statement so large that it was needed to break it up just so some compilers won’t choke on it. ...
http://tech.blog.aknin.name/tag/python/
CC-MAIN-2015-48
refinedweb
2,870
57.91
I create videos and blog posts related to test automation and quality assurance. In this post, we'll take a look at what tools/technologies do we need for writing API tests using JavaScript and then we'll also write our first API test. So let's get started... First off, we'll need to get the following dependencies inst...
https://hackernoon.com/if-you-want-to-write-the-1st-api-test-in-javascript-you-can-be-proud-of-read-these-tips-hfg3wck
CC-MAIN-2021-43
refinedweb
335
64.14
New developers have, at one time or another, heard the practice of building software applications likened to building something out of LEGO bricks (I’ve even written about LEGOs and software in the past). A few days ago, it occurred to me that I could sum up my thoughts on this topic in three words, which I might hope ...
http://ardalis.com/new-is-glue
CC-MAIN-2014-15
refinedweb
1,384
60.35
App-DualLivedList - Perl extension to determine if a module is Dual-Lived. dual-lived <module_name> This script provides an easy way to determine if a module is Dual-Lived or is not Dual-Lived. dual-lived CGI - returns the module name, author, current version on CPAN, installed version number, status as dual-lived or c...
http://search.cpan.org/~ski/App-DualLivedList-0.02/lib/App/DualLivedList.pm
CC-MAIN-2014-52
refinedweb
270
62.17
Deploy¶ CherryPy stands on its own, but as an application server, it is often located in shared or complex environments. For this reason, it is not uncommon to run CherryPy behind a reverse proxy or use other servers to host the application. Note CherryPy’s server has proven reliable and fast enough for years now. If t...
http://cherrypy.readthedocs.io/en/latest/deploy.html
CC-MAIN-2018-05
refinedweb
2,264
50.53
A better way to manage and import dependencies. require.py A way to manage dependency conflicts. What Is require.py? The core of require.py is a hack of the Python import statement. By default, all Python modules are installed at the global, site-packages level. This makes it difficult, and sometimes impossible, to ins...
https://pypi.org/project/requirepy/
CC-MAIN-2017-51
refinedweb
359
52.15
Answered by: Creating an async method Question Answers All replies - A Class is automatically ASYNC as long as you don't have any blocking functions. Make sure the Class has Event(s) and they are registered in the class constructor. windows wil automatically execute the class code when the Event(s) occur. jdweng - Prop...
https://social.msdn.microsoft.com/Forums/en-US/7b0ba87a-94d7-436d-af04-57bd5a597ffb/creating-an-async-method?forum=netfxbcl
CC-MAIN-2020-50
refinedweb
924
74.08
Details - Type: Sub-task - Status: Closed - Priority: Major - Resolution: Fixed - Affects Version/s: 2.2.4 - - Component/s: jackrabbit-jcr-server, jackrabbit-spi2dav - Labels:None Activity - All - Work Log - History - Activity - Transitions Do we need this for 2.0 or can we postpone to a later release? +1 for postponin...
https://issues.apache.org/jira/browse/JCR-2454?focusedCommentId=12868589&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel
CC-MAIN-2015-35
refinedweb
565
66.94
6 May 16:47 2013 VariantAnnotation error with readVcf in Windows 7 ying chen <ying_chen@...> 2013-05-06 14:47:03 GMT 2013-05-06 14:47:03 GMT Hi guys, I tried a sample with Variant Annotation's eadVcf. I ran the code successfully in Linux (OK I had some warnings regarding " unpackVcf field '..': NAs introduced by coerci...
http://permalink.gmane.org/gmane.science.biology.informatics.conductor/47938
CC-MAIN-2015-11
refinedweb
259
53.17
This is your resource to discuss support topics with your peers, and learn from each other. 01-15-2013 10:45 PM Since a lot of people are able to reproduce this behavior, I guess it is a bug. I think this bug is pretty serious because RIM is expecting BlackBerry 10 users to constantly go in an out of apps, if the user ...
https://supportforums.blackberry.com/t5/Native-Development/Error-slogger2-buffer-handle-not-initialized/m-p/2100201
CC-MAIN-2016-40
refinedweb
381
75.71
From Documentation - Apache-Tomcat-5.5.X - ZK Freshly (zk-2.5.0-FL-2007-08-29 and later) - zrss-0.9.5.jar - Rome-0.9.jar - jdom.jar Introduction Last time in ZK RSS API Part III: Make Your RSS Publishing More Easily with ZK, I introduced how to use ZK RSS to publish your rss within a zul page. This time because ZK-2.5....
http://books.zkoss.org/wiki/Small%20Talks/2007/September/ZK%20RSS%20Publish%20Revisit:%20Implemented%20with%20ZK%20XML%20Components
CC-MAIN-2015-35
refinedweb
856
59.3
#include <stdio.h> int main(int argc, char *argv[]) { printf("hello world\n"); return 0; }test2.cpp int printf;compiling with the command g++ -o test test1.cppand running gives: $ ./test hello world $thats what is expected. g++ -o test test1.cpp test2.cppand running gives: $ ./test Segmentation faultrunning it in gdb g...
http://paste.linuxhowtos.org/gcc.htm
crawl-002
refinedweb
141
72.63
I would like to be able to display in the Wine console all characters that the Win32 console can display. I've written a small test program to print out all 8-bit characters: #include <stdio.h> int main(int argc, char *argv[]) { int i, j; for (i = 0; i <= 0xF0; i+=0x10) { for (j = i; j <= i + 0x0F; ++j) printf("%2x:%c"...
http://superuser.com/questions/99732/font-for-wine-that-supports-the-entire-character-set-of-the-win32-console?answertab=active
CC-MAIN-2015-11
refinedweb
650
77.47
In this blog we will write native plugin for Phonegap on Android hwc container. Useful link Building Phonegap native plugin for HWC container – IOS The javascript class The javacript file will be the same as previos blog var SupuserinfoAccess = { devicename: function(types, success, fail) { return Cordova.exec(success,...
https://blogs.sap.com/2013/06/04/building-phonegap-native-plugin-for-hwc-container-anroid/
CC-MAIN-2021-04
refinedweb
664
53.07
This is the mail archive of the cygwin mailing list for the Cygwin project. Here's a small test program: #include <fcntl.h> #include <cstdlib> #include <iostream> using namespace std; int main() { int fd = ::open( "ESLF", O_RDONLY ); if ( fd == -1 ) { cerr << "could not open ESLF file" << endl; ::exit( 1 ); } char buf[...
http://cygwin.com/ml/cygwin/2006-03/msg00611.html
CC-MAIN-2019-47
refinedweb
201
79.3
Dave, I've implemented the inheritance as the tutorial say, it worked fine, but the factory method still need to get the initial artist class to know the type, then ask cayenne again to give the right class to instantiate. I think there may be another way to get the object without doing this double call to objectForPK....
http://mail-archives.apache.org/mod_mbox/cayenne-user/200903.mbox/%3C1314533533.4601236030009204.JavaMail.root@ronin%3E
CC-MAIN-2018-43
refinedweb
527
58.89
In this tutorial we will check how to get the UART OBLOQ firmware version, using the micro:bit board and uPython to send commands to the device. Introduction In this tutorial we will check how to get the UART OBLOQ firmware version, using the micro:bit board and uPython to send commands to the device. For an introducto...
https://techtutorialsx.com/2018/11/20/microbit-upython-getting-firmware-version-of-uart-obloq/
CC-MAIN-2019-35
refinedweb
915
68.7
method chains. Method chains are an amazing programming pattern if you're building an API that needs to be expressive in how it changes data. In this series of video's we will make a pandas-like datacontainer for lists of dictionaries. Notes Next well define a new class called We'll load in the data via; import json im...
https://calmcode.io/method-chains/keep.html
CC-MAIN-2020-34
refinedweb
172
75.4
I reached the official website for SEO. To sum up the most important features: - Using Java 5 language features such as annotations, generics and varargs. - Providing the “Test”-Annotations for marking tests insted of reflecting by the method name prefix “test”. - Supporting easy definition of test suites via a list of...
https://blogs.sap.com/2006/02/28/junit-4-released/
CC-MAIN-2020-34
refinedweb
243
50.53
mukund1776BAN USER def wildcard(wildcard_string): list_of_strings = [] for c in wildcard_string: if not list_of_strings: if c == '?': list_of_strings.append('0') list_of_strings.append('1') else: list_of_strings.append(c) else: new_list_of_strings = [] for string in list_of_strings: if c == '?': new_list_of_strings.app...
https://careercup.com/user?id=5657404234530816
CC-MAIN-2022-40
refinedweb
357
51.24
Not every library needs a two-letter abbreviation. I think that hepunits loses usefulness if its usage involves weird u.MeV type things. I think there's an argument for from hepunits import MeV, GeV, mm, cm 0.510 * MeV # electron mass 125.2 * GeV # Higgs mass 0.456 * mm # B0 ctau 2.685 * cm # K0 ctau since these object...
https://gitter.im/HSF/PyHEP?at=5db307daa3f0b17849894b9f
CC-MAIN-2020-45
refinedweb
827
73.37
There are many ways that we can use when we want to share our applications with other people. For example, we can create a binary distribution that can be downloaded from our website. This blog post describes how we can create a runnable binary distribution by using the Maven Assembly Plugin. The requirements of our bi...
https://www.petrikainulainen.net/programming/tips-and-tricks/creating-a-runnable-binary-distribution-with-maven-assembly-plugin/
CC-MAIN-2022-27
refinedweb
3,995
59.3
31 Days of Mango | Day #18: Using Sample Data 31 Days of Mango | Day #18: Using Sample Data Join the DZone community and get the full member experience.Join For Free This article is part of a series called 31 Days of Mango. Today, we are going to explore another great feature of Expression Blend by creating some sample...
https://dzone.com/articles/31-days-mango-day-18-using
CC-MAIN-2020-29
refinedweb
1,984
55.44
Graphics Assignment: MyPaint Wes Griffin & Sue Evans Press space bar for next slide MyPaint Description For this assignment you will be implementing a very simple paint program. The user should be able to draw circles in a window by clicking with the mouse. You should allow the user to specify a fill color for the circ...
http://www.csee.umbc.edu/courses/undergraduate/CMSC201/fall09/labs/lab_graphics2.html
crawl-003
refinedweb
489
72.36
I've looked everywhere online and can't find the answer i'm looking for. I don't know how to import the scanner and loop it properly to take the user's inputs and turn them into the polynomials and i have a lot of trouble with the syntax of doing so... I don't know much Java at all, but this is the assignment and what ...
https://www.javaprogrammingforums.com/object-oriented-programming/40046-im-having-trouble-adding-polynomials-using-singly-linked-list.html
CC-MAIN-2020-34
refinedweb
603
56.05
0 Hello, I am still green to the C programming language. I am writing a multi-dimensional array program to store strings into an array. The program requires error checking to avoid overflow. I am using Visual Studio 2008. I am using a Windows O/S. The program runs fine on the first past through, but skips over the prom...
https://www.daniweb.com/programming/software-development/threads/273103/need-help-please
CC-MAIN-2018-30
refinedweb
182
75.71
Please add an option to import / export all editor settings (especially Tools / Options / Editor / Formatting; maybe other tabs in Editor options too?), preferably to a single .xml file. Rationale: 1) it would make working with multiple ide versions and/or multiple workstations much easier. 2) It would make frequent re...
https://netbeans.org/bugzilla/show_bug.cgi?id=143494
CC-MAIN-2015-11
refinedweb
442
58.48
Hello all, I have a few questions about C++ (I have programmed quite a bit in VBA and some in the past using C++, and have been working through relearning C++). Currently I am working through a bit on the "Char" variable type. regarding the following (from the FAQ): * Don't use system("pause") to pause your program if ...
https://www.daniweb.com/programming/software-development/threads/269085/several-c-questions-related-to-char
CC-MAIN-2017-17
refinedweb
503
61.9
Chapter 3: Simulating GUI Events This time, let's assume you want to test the behavior of our QLineEdit class. As before, you will need a class that contains your test function: #include <QtWidgets> #include <QTest> class TestGui: public QObject { Q_OBJECT private slots: void testGui(); }; The only difference is that y...
https://doc.qt.io/qt-6/qttestlib-tutorial3-example.html
CC-MAIN-2021-31
refinedweb
181
53
Bookmark star icon in location bar should be blue (not black) when filled in VERIFIED FIXED in Firefox 56 Status () P1 normal People (Reporter: Virtual, Assigned: Gijs) Tracking (Blocks: 1 bug, {nightly-community, ux-consistency}) Firefox Tracking Flags (firefox-esr52 unaffected, firefox54 unaffected, firefox55 unaffec...
https://bugzilla.mozilla.org/show_bug.cgi?id=1377165
CC-MAIN-2019-04
refinedweb
949
55.54
docker runEstimated reading time: 29 minutes Edge only: This is the CLI reference for Docker CE Edge versions. Some of these options may not be available to Docker CE stable or Docker EE. You can view the stable version of this CLI reference or learn about Docker CE Edge. Description Run a command in a new container Us...
https://docs.docker.com/edge/engine/reference/commandline/run/
CC-MAIN-2017-17
refinedweb
3,103
53.92
The problem with object oriented languages is that you often have to wrap up single functions in a class even when there’s no real reason for that class to exist. This is especially true for many ‘service’ classes. For example, for a long time I used to have something like this in most of my projects: public interface ...
http://mikehadlow.blogspot.com/2011/02/delegates-make-great-container.html?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A+CodeRant+%28Code+rant%29
crawl-003
refinedweb
1,314
62.27
Opened 23 months ago Last modified 23 months ago #20423 assigned Bug Template renderer does not parse numeric variables Description Currently a Variable is defined, according to the django template manual, as : Variable names consist of any combination of alphanumeric characters and the underscore ("_"). If a variable ...
https://code.djangoproject.com/ticket/20423
CC-MAIN-2015-14
refinedweb
359
61.06
This article is for the beginner level audience who has just started working on user controls. Sometimes while using user controls, you may need to access methods declared either on the parent user control and parent page from the child user control. Here is a simple solution for that. I came across the same issue wher...
http://www.codeproject.com/KB/user-controls/usecontrolsample.aspx
crawl-002
refinedweb
359
56.96
kgoldrunner #include <kgrgameio.h> Detailed Description The KGrGameIO class handles I/O for text-files containing KGoldrunner games and levels. The games and levels that are released with KGoldrunner are installed in a "System" directory (e.g. .../share/apps/kgoldrunner/system). Those that the user composes or edits ar...
https://api.kde.org/4.14-api/kdegames-apidocs/kgoldrunner/html/classKGrGameIO.html
CC-MAIN-2019-47
refinedweb
420
57.57
lp:wpf-math Created by Alexander Regueiro on 2009-10-11 and last modified on 2010-06-13 This branch represents active development. Rendering may not be considered stable in general. - Get this branch: - bzr branch lp:wpf-math Members of WPF-Math Developers can upload to this branch. Log in for directions. Branch merges...
https://code.launchpad.net/~wpf-math-dev/wpf-math/devel
CC-MAIN-2016-07
refinedweb
206
60.92
Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode. Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript). Hi, I'm very new to C4D python and am having trouble doing the simples...
https://plugincafe.maxon.net/topic/12947/create-new-take-using-python
CC-MAIN-2021-39
refinedweb
883
73.47