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
Mapping in Python¶ Co-author Prerequisites Outcomes Use geopandas to create maps # Uncomment following line to install on colab #! pip install fiona geopandas xgboost gensim folium pyLDAvis descartes import geopandas as gpd import matplotlib.pyplot as plt import pandas as pd from shapely.geometry import Point %matplotl...
https://datascience.quantecon.org/applications/maps.html
CC-MAIN-2022-40
refinedweb
1,863
50.94
Skeletal Tracking Fundamentals - Posted: Feb 01, 2012 at 5:46 AM - 92,218 Views - 90 Comments Something went wrong getting user information from Channel 9 Something went wrong getting user information from MSDN Something went wrong getting the Visual Studio Achievements Right click “Save as…” In the skeletal tracking Q...
http://channel9.msdn.com/Series/KinectQuickstart/Skeletal-Tracking-Fundamentals?format=html5
CC-MAIN-2013-20
refinedweb
4,509
58.58
MACD is a popularly used technical indicator in trading stocks, currencies, cryptocurrencies, etc. MACD is used and discussed in many different trading circles. Moving Average Convergence Divergence (MACD) is a trend following indicator. MACD can be calculated very simply by subtracting the 26 period EMA from the 12 pe...
https://www.fmz.com/bbs-topic/3644
CC-MAIN-2019-35
refinedweb
819
59.09
#include <LiquidCrystal.h>/* LiquidCrystal display with:LCD 4 (RS) to arduino pin 12LCD 5 (R/W) to ground (non-existent pin 14 okay?)LCD 6 (E) to arduino pin 11d4, d5, d6, d7 on arduino pins 7, 8, 9, 10*/LiquidCrystal lcd(12, 14, 11, 7, 8, 9, 10);void setup(){// position cursor on line x=4,y=3lcd.setCursor(3,2);// Prin...
http://forum.arduino.cc/index.php?topic=126214.msg949423
CC-MAIN-2015-27
refinedweb
451
77.23
Do not use the same variable name in two scopes where one scope is contained in another. For example, - No other variable should share the name of a global variable if the other variable is in a subscope of the global variable. - A block should not declare a variable with the same name as a variable declared in any blo...
https://wiki.sei.cmu.edu/confluence/pages/viewpage.action?pageId=87152192
CC-MAIN-2019-22
refinedweb
814
50.67
Warning: This was created with older versions of Ember.js and is likely no longer relevant. Please tread lightly when referencing this article. Getting Facebook integrated into an existing website may sound daunting but using the Facebook UI API and Ember together was entirely too easy. Ember-CLI has a directory called...
https://hbrysiewicz.com/2014-12-16-ember-facebook-components.html
CC-MAIN-2021-43
refinedweb
310
59.3
The SQL::OOP provides an object oriented interface for generating SQL statements. This is an alternative to SQL::Abstract but doesn't require any complex syntactical hash structure. All you have to do is to call well-readable OOP methods. Moreover, if yo...JAMADAM/SQL-OOP-0.21 - 29 May 2014 12:49:49-OOP-0.36 - 08 Mar 2...
https://metacpan.org/search?q=OOP
CC-MAIN-2014-23
refinedweb
609
59.6
Applet componets not showing Pat Peg Ranch Hand Joined: Feb 04, 2005 Posts: 195 posted Feb 08, 2005 12:04:00 0 So, I build an Applet with text areas, button JcomboBoxes, etc. I put all these components in a JPanel called jPanel1. At the end I pop the panel on the container and everything worked great until I decided t...
http://www.coderanch.com/t/340074/GUI/java/Applet-componets-showing
CC-MAIN-2015-22
refinedweb
1,103
56.05
18 October 2012 11:05 [Source: ICIS news] SINGAPORE (ICIS)--UAE’s Borouge plans to shut its 600,000 tonne/year ethane/propane cracker in December and its 1.5m tonne/year ethane cracker in Ruwais in January/February for maintenance for approximately a month each, a company spokesperson said on Thursday. “We will have a ...
http://www.icis.com/Articles/2012/10/18/9604942/uaes-borouge-to-shut-crackers-for-maintenance.html
CC-MAIN-2014-49
refinedweb
149
51.89
If you haven't had a chance to look at the new PivotViewer control for Silverlight, have a look here or here. The PivotViewer enables visitors of your website to search large amounts of data very easily. The control takes a lot of work out of your hands. Basically, you tell it to load a collection and the PivotViewer t...
http://www.codeproject.com/Articles/102867/Building-Your-First-PivotViewer-Application?msg=3661534
CC-MAIN-2015-40
refinedweb
465
60.11
LXD LXD is is a next generation system container manager.. For those new to container technology, it would be good to first read the "Virtualization Concepts" section of the LXC article. Key features of LXD include: - It prefers to launch unprivileged containers (secure by default). - A command-line client (lxc) intera...
https://wiki.gentoo.org/wiki/LXD
CC-MAIN-2018-30
refinedweb
2,611
52.49
![ Cover image for Best TypeScript Courses to take up this lockdown season!]() Disclosure: This post includes affiliate links; our team may receive compensation if you purchase products or services from the different links provided in this article. Typescript is a 'super-set' of Javascript. That means that if you alrea...
https://dev.to/coursesity/typescript-best-courses-to-learn-2020-1723
CC-MAIN-2020-29
refinedweb
734
57.98
A Mac Sub Layer And The Physical Computer Science Essay Published: The present report predicts that fully and semi-automated techniques will aggressively emerge for targeting and hijacking web applications using XSS, thus eliminating the advantages of active human exploitation. A few of these techniques are detailed to...
https://www.ukessays.com/essays/computer-science/a-mac-sub-layer-and-the-physical-computer-science-essay.php
CC-MAIN-2016-50
refinedweb
8,532
51.28
* not a statement mike hengst Ranch Hand Joined: Oct 19, 2002 Posts: 43 posted Oct 24, 2002 20:58:00 0 Why is this statement not a good one. public int instantiateStudents() { for(int i = 0;i < 2;++i) { Student[i] aStudent = new Student(); } } the errors are A:\Projects\SRC\JAVA192\Project3\GradePoint.java:60: not a s...
http://www.coderanch.com/t/392707/java/java/statement
CC-MAIN-2014-15
refinedweb
973
61.87
tutorial (Also could 2.6. Other resources - Python Home Page - Python Documentation - Python Tutorial for Programmers - LaTeX, PDF, and Postscript, and Zip versions See also chapter The End for some more comments. Intro First things first So, you've never programmed before. As we go through this tutorial, I will attem...
http://en.wikibooks.org/wiki/Non-Programmer's_Tutorial_for_Python_2.6/Print_version
CC-MAIN-2015-11
refinedweb
4,022
73.17
Bummer! This is just a preview. You need to be signed in with a Basic account to view the entire video. last video, we used a design pattern to build a service registry and - 0:05 I mentioned that we'd circle back to it. - 0:06 Well, here we are. - 0:08 This pattern, called the Builder Pattern, is used to address a few...
https://teamtreehouse.com/library/hibernate-basics/getting-started-with-hibernate/the-builder-design-pattern
CC-MAIN-2019-43
refinedweb
1,646
82.75
I use ST for R development. A popular package called roxygen (roxygen.org/) provides a way to document functions inline so it makes it super easy to generate final documentation when packaging a set of functions. I was wondering if someone could give me advice on how I would write a ST plugin to generate documentation ...
https://forum.sublimetext.com/t/plugin-for-generating-documentation-template-for-r/4081
CC-MAIN-2017-39
refinedweb
474
66.64
XSS Prevention Cheatsheet How to prevent XSS in Java, Python, Node.js, C#, Go, and Scala Join the DZone community and get the full member experience.Join For Free XSS, or Cross-Site Scripting, is one of the most common vulnerabilities found in applications. In bug bounty programs of different organizations, XSS consist...
https://dzone.com/articles/xss-prevention-cheatsheet
CC-MAIN-2022-21
refinedweb
1,376
50.57
Breaking QByteArray::toBase64() results into 64 character lines - Phil Weinstein It would be nice if QByteArray::toBase64() had an option to split the results into multiple fixed-length lines. Currently its results are just in a single line (i.e. with no line breaks). (We actually have a requirement for this; my group'...
https://forum.qt.io/topic/33596/breaking-qbytearray-tobase64-results-into-64-character-lines
CC-MAIN-2018-51
refinedweb
381
52.6
Location something wrong, or does this have something to do with the way IOS works? btw, I'm doing it like this. import location while True: location.start_updates() sleep(3) #Or some other number loc = location.get_location() location.stop_updates() print loc.get('timestamp') Hello, I am having the same problem, unabl...
https://forum.omz-software.com/topic/620/location-timestamp-always-the-same
CC-MAIN-2018-30
refinedweb
209
68.57
You are given two strings X and Y with lengths m and n. You need to find the length of the longest common substring. Sample Input: X = “neardycoderisaprogrammingsite”, Y = “iamanerdycoder” Expected Output: 10 Explanation: The longest common substring here is “nerdycoder” of length 10. Algorithm: - Let m and n be the le...
https://nerdycoder.in/2020/08/06/longest-common-substring-dp-03/
CC-MAIN-2021-04
refinedweb
324
73.58
The. I'm sorry but I don't understand what you mean by sample file. Do you just want a file full of code that next/previous isn't working in? Here's a simple Python file next/previous stopped working in. The Python Linter is the only one I really use but I can try the others if you would like. # alternate implementatio...
https://forum.sublimetext.com/t/sublimelinter/2353/30
CC-MAIN-2017-09
refinedweb
190
64.64
Tic Tac Toe might be a futile children’s game but it can also teach us about artificial intelligence. Tic Tac Toe, or Naughts and Crosses, is a zero-sum game with perfect information. Both players know exactly what the other did and when nobody makes a mistake, the game will always end in a draw. Tic Tac Toe is a simpl...
https://www.r-bloggers.com/tic-tac-toe-simulation-random-moves/
CC-MAIN-2018-39
refinedweb
654
67.18
Am Sonntag, 4. September 2011, 13:10:56 schrieb Jordi Negrevernis i Font: > En/na Matthias Pfafferodt ha escrit: > > The check is implemented like this since 2004 ...Considering patch #2943 > > (), the index values should be compared: > > > > bool same_pos(const struct tile *tile1, const struct tile *tile2) > > { > > >...
https://www.mail-archive.com/freeciv-dev@gna.org/msg23973.html
CC-MAIN-2018-22
refinedweb
326
75.3
On Tue, 11 Jan 2000, David Grothe wrote:> Alexander Viro wrote:> > > _All_ ->u is off-limits for any device code. It> > belongs to hosting filesystem and to nobody else.> > If a driver needs to have a private structure that associates with each "real"> file (inode instance) then what is the recommended technique? Priva...
https://lkml.org/lkml/2000/1/12/5
CC-MAIN-2014-15
refinedweb
204
63.59
On 12/3/06, Graham Percival <address@hidden> wrote: Han-Wen Nienhuys wrote: > Graham Percival escreveu: >> Han-Wen Nienhuys wrote: >>> As I've said before: it's almost trivially easy to make the frontend >>> x86 too, but someone needs to run py2app on an intel box, and >>> send me the results. >> I installed fink's py2...
http://lists.gnu.org/archive/html/lilypond-devel/2006-12/msg00052.html
CC-MAIN-2013-48
refinedweb
249
66.64
Setup Install scala 2.11 and sbt: $ brew install scala sbt Incidentally, I have been using emr-5.0.0. The Hadoop and Spark versions are 2.7 and 2.0. If you intend to run on EMR, it is important that your jar should be compiled with the same version of Scala used to compile Spark, and this includes both the local Spark ...
http://clarkgrubb.com/spark
CC-MAIN-2019-18
refinedweb
650
66.03
Open Source Your Knowledge, Become a Contributor Technology knowledge has to be shared and made accessible for free. Join the movement. Similar to variables, all code written in a program are also stored in memory during program execution. Therefore all executable code have a distinct address to be referred to. C has t...
https://tech.io/playgrounds/14589/how-to-play-with-pointers-in-c/function-pointers
CC-MAIN-2018-30
refinedweb
704
50.36
by Yan Cui How to auto-create CloudWatch Alarms for APIs with CloudWatch Events and Lambda In a previous post, I discussed how to auto-subscribe a CloudWatch Log Group to a Lambda function using CloudWatch Events. The benefit of this is that we don’t need a manual process to ensure all Lambda logs are forwarded to our ...
https://www.freecodecamp.org/news/how-to-auto-create-cloudwatch-alarms-for-apis-with-cloudwatch-events-and-lambda-b128920857aa/
CC-MAIN-2019-43
refinedweb
693
54.76
07 October 2010 14:06 [Source: ICIS news] LONDON (ICIS)--French Union CGT said on Thursday that it was possible further strike action would spread from the Fos-Lavera oil terminal in southern France to the four refineries in the region, as workers at INEOS's Lavera site ended their eight-hour strike. Workers at INEOS’s...
http://www.icis.com/Articles/2010/10/07/9399569/french-union-says-further-strike-action-at-refineries-possible.html
CC-MAIN-2013-20
refinedweb
211
51.92
2007 Canadian Computing Competition, Stage 2 Day 2, Problem 2: Particle Catcher You may have heard that you cannot observe both the speed and location of a subatomic particle, simultaneously. At least, not until today, since computer scientists can ignore physicists whenever we want. Your task is to determine both the ...
http://wcipeg.com/problem/ccc07s2p5
CC-MAIN-2018-26
refinedweb
529
71.04
Created on 2013-09-05 02:51 by ethan.furman, last changed 2013-09-15 01:53 by python-dev. This issue is now closed. Part of the solution for Issue18693 is to have `inspect.classify_class_attrs()` properly consider the metaclass (or type) of the class when searching for the origination point of class attributes. The fix...
http://bugs.python.org/issue18929
CC-MAIN-2015-40
refinedweb
1,174
53.17
php_stream_sock_open_unix() attempts to open the Unix domain socket specified by path. pathlen specifies the length of path. If timeout is not NULL, it specifies a timeout period for the connection attempt. persistent indicates if the stream should be opened as a persistent stream. Generally speaking, this parameter wi...
http://idlebox.net/2007/apidocs/php-manual-20070505.zip/streams.php-stream-sock-open-unix.html
CC-MAIN-2013-48
refinedweb
129
57.06
Tweeting your Sun Storage 7000 Appliance Alerts By pmonday on Dec 17, 2009 Twitter, Instant Messages, Mobile Alerts have always fascinated me. I truly believe that a Storage Administrator should not have to leave the comfort of their iPhone, Droid or Palm Pre to do 90% of their day to day management tasks. As I was sca...
https://blogs.oracle.com/pmonday/?cat=Storage+Management&date=200912
CC-MAIN-2015-27
refinedweb
635
55.74
I did ImageIcon like that API suggested, but it's not finding the file, while clearly exists as I was able to import it to the java projects itself, yet it can't find it. What's going did ImageIcon like that API suggested, but it's not finding the file, while clearly exists as I was able to import it to the java projec...
http://www.javaprogrammingforums.com/whats-wrong-my-code/4744-stupid-thing-cant-find-image-icon-right-front.html
CC-MAIN-2015-18
refinedweb
1,406
71.44
C++.......as stated above...thanks for any answer 5 replies to this topic #1 Posted 28 September 2010 - 11:46 PM #2 Posted 29 September 2010 - 02:23 AM #include <iostream> #include <fstream> #include <string> #include <vector> using namespace std; int main() { ifstream file( "items.txt" ) ; string line ; vector<string>...
http://forum.codecall.net/topic/59157-how-to-know-the-total-number-of-items-from-external-file-by-using-array-and-function/
crawl-003
refinedweb
193
73.37
jQuery 2.0 Will Drop Support For IE 6, 7, 8 Soulskill posted more than 2 years ago | from the go-big-or-go-home dept. > (4, Insightful) Krojack (575051) | more than 2 years ago | (#40642215) Re:Like (1) Anonymous Coward | more than 2 years ago | (#40642259) I agree that a lot of situations will not be able to move to 2...
http://beta.slashdot.org/story/171801
CC-MAIN-2014-42
refinedweb
5,375
71.24
Someone please help me! I have a strange issue with the getParameters function in FMOD (Last Version (today october 1st 2014)) and unity 4! Using the example CAR ENGINE for get parameters in online PDF, I did the same as the script was there. IF I use a bank with no parameters, just PlayOneShot, it works fine. BUT Para...
http://www.fmod.org/questions/question/out-myvar-getparametersx-not-working/
CC-MAIN-2018-43
refinedweb
344
59.8
Intro to C Pointers and Dynamic MemoryMemory is the oxygen of a C program. Doing anything constructive in C involves using memory. As we saw last time, memory for stack variables is cleaned up automatically. More advanced C programing requires using dynamic memory allocation, which you have to manage yourself. Dynamic ...
http://theocacao.com/document.page/234
CC-MAIN-2017-17
refinedweb
4,523
58.82
Introduction Whenever we build any machine learning model, we feed it with initial data to train the model. And then we feed some unknown data (test data) to understand how well the model performs and generalized over unseen data. If the model performs well on the unseen data, it’s consistent and is able to predict wit...
https://www.analyticsvidhya.com/blog/2021/05/4-ways-to-evaluate-your-machine-learning-model-cross-validation-techniques-with-python-code/
CC-MAIN-2021-25
refinedweb
2,035
59.94
I am working on a program with the following requirements: Write a program to calculate the average of all scores entered between 0 and 100. Use a sentinel-controlled loop variable to terminate the loop. After values are entered and the average calculated, test the average to determine whether an A, B, C, D, or F shoul...
https://www.daniweb.com/programming/software-development/threads/499381/program-to-calculate-a-grade
CC-MAIN-2018-05
refinedweb
164
51.34
Hi community, I’m quite used to Java, however I’m starting with Processing. My aim is to make a realtime slit-scan effect, with the Pi camera (V2) and RPi3. The following code is working, and I’m yet impressed by the Processing ability to generate a quite constant frame-rate. Ideally I would like to achive the high fra...
https://discourse.processing.org/t/need-of-advice-to-improve-glcapture-code-and-large-buffer/6605
CC-MAIN-2022-27
refinedweb
346
65.12
Github user paul-rogers commented on a diff in the pull request: --- Diff: common/src/test/java/org/apache/drill/test/DirTestWatcher.java --- @@ -32,23 +32,50 @@ public class DirTestWatcher extends TestWatcher { private String dirPath; private File dir; + private boolean deleteDirAtEnd = true; --- End diff -- Thanks fo...
http://mail-archives.apache.org/mod_mbox/drill-dev/201710.mbox/%3C20171018222340.6D2EADFA3C@git1-us-west.apache.org%3E
CC-MAIN-2018-05
refinedweb
123
57.37
Can only save first 28 frames from a video with 31830 frames I have an issue where I try to save a video into a sequence of images but it is only able to save 28 frames. I have 31830 frames to save but ret becomes a false on the 28th frame. I have checked the video and it is not corrupt. What could the issue be ? impor...
https://answers.opencv.org/question/201751/can-only-save-first-28-frames-from-a-video-with-31830-frames/?sort=latest
CC-MAIN-2021-21
refinedweb
166
88.43
Many companies send their bills as PDF documents. In most cases, the most useful part of the document is just the bill but unfortunately it will be buried under a whole lot of other pages. Using PDFOne Java, we can just read the document, take a snap of the page where the bill is located, and save it as an image. This ...
http://www.gnostice.com/nl_article.asp?id=135&t=Convert_PDF_To_High-Resolution_Images_Using_Java
CC-MAIN-2014-10
refinedweb
248
51.44
(asthetics) I know it can be done easily with a windows project, but how can you make a program invisible? even without iostream header file, the console box still appears. Any way to make it go away? This is a discussion on Console boxes within the C++ Programming forums, part of the General Programming Boards categor...
http://cboard.cprogramming.com/cplusplus-programming/55388-console-boxes.html
CC-MAIN-2014-49
refinedweb
436
56.45
mmap, mmap64 mmap(), mmap64() Map a memory region into a process's address space Synopsis: #include <sys/mman.h> void * mmap( void * addr, size_t len, int prot, int flags, int fildes, off_t off ); void * mmap64( void * addr, size_t len, int prot, int flags, int fildes, off64_t off ); Arguments: - addr - NULL, or a poin...
http://www.qnx.com/developers/docs/6.4.1/neutrino/lib_ref/m/mmap.html
CC-MAIN-2017-17
refinedweb
608
62.48
Introduction In this article, we will be using the Wikipedia API to retrieve data from Wikipedia. Data scraping has seen a rapid surge owing to the increasing use of data analytics and machine learning tools. The Internet is the single largest source of information, and therefore it is important to know how to fetch da...
https://stackabuse.com/getting-started-with-pythons-wikipedia-api/
CC-MAIN-2019-43
refinedweb
1,696
53.1
31115/kubernetes-dashboard-token-login-issue Hello guys i am having some trouble with loging into dashboard with token. I was googling for 3 days and there are explained the same issues on the internet as mine but with the given answers I couldn't solve my problem. The problem is: I have installed kubernetes dashboard ...
https://www.edureka.co/community/31115/kubernetes-dashboard-token-login-issue?show=39268
CC-MAIN-2022-27
refinedweb
519
65.62
Is there any function equivalent to Python's fcntl.ioctl in Java ? Printable View Is there any function equivalent to Python's fcntl.ioctl in Java ? It would help if you told us what that function actually does, or what you need it for, or what you're actually trying to do. Actually my work is Convert Python Applicatio...
http://www.javaprogrammingforums.com/%20whats-wrong-my-code/14604-fcntl-ioctl-equalient-code-java-printingthethread.html
CC-MAIN-2018-09
refinedweb
166
68.67
Macros have a long history in computing and sweet.js may just give you JavaScript any way that you would like to program it. Sweet.js is a Mozilla project to add a macro facility to JavaScript. While it is true that Mozilla has many projects that never really make much impact, this one is worth knowing about, if only t...
http://i-programmer.info/news/167/4941.html
CC-MAIN-2014-41
refinedweb
576
62.68
Java AWT Package Example Java AWT Package Example In this section you will learn about the AWT package of the Java... This program shows you how to create a frame in java AWT package Image on Frame in Java AWT Image on Frame in Java AWT  ... on the frame. This program shows you how to display image in your application....
http://www.roseindia.net/tutorialhelp/comment/98655
CC-MAIN-2013-20
refinedweb
1,244
64
I currently have a volume spanned by a few million every unevenly spaced particles and each particle has an attribute (potential, for those who are curious) that I want to calculate the local force (acceleration) for. np.gradient only works with evenly spaced data and I looked here: Second order gradient in numpy where...
https://codedump.io/share/gHe2uT1NHzAD/1/calculating-a-3d-gradient-with-unevenly-spaced-points
CC-MAIN-2017-47
refinedweb
256
50.63
Tax Have a Tax Question? Ask a Tax Expert Hello and thank you for using Just Answer, Partnerships, S Corporations and limited liability companies may file, on behalf of their nonresident partners, shareholders, or members, a unified return (Form 765) thereby relieving these persons of the responsibility of filing a Vir...
http://www.justanswer.com/tax/73ouk-good-afternoon-i-non-us-resident-partner.html
CC-MAIN-2016-40
refinedweb
267
55.68
URGENT info for Linux users - new updater tool version v1.10.0.b3 - FiPy device reset A new version of the firmware update tool for Linux has been released. This fixes an urgent issue causing FiPy and LoPy4 devices not to have proper Sigfox credentials assigned when using the dialog based cli update script on Linux. I ...
https://forum.pycom.io/topic/2507/urgent-info-for-linux-users-new-updater-tool-version-v1-10-0-b3-fipy-device-reset/
CC-MAIN-2021-04
refinedweb
352
74.79
I am suppose to.. Write a program that asks for the weight of the package and the distance it is to be shipped and then displays the charges. weight of package in kg rates per 500 miles shipped 2 kg or less $1.10 over 2kg but not more than 6kg $2.20 over 6kg but not more than 10 kg $3.70 over 10kg but not more than 20 ...
http://www.dreamincode.net/forums/topic/133376-equation-for-calculation-of-shipping-charges/
CC-MAIN-2016-26
refinedweb
150
103.73
Re: Multiple NET apps under 1 domain - From: "nospam" <no@xxxxxxxx> - Date: Fri, 05 Oct 2007 01:44:16 GMT Patrice, Thanks for your reply. I have bitten the bullet and merged the 2 VS solutions into 1. I guess I am an old crusty C++ programmer and developed the 2 individual solutions from habit. In regards to IIS, I use...
http://www.tech-archive.net/Archive/DotNet/microsoft.public.dotnet.framework.aspnet/2007-10/msg00654.html
crawl-002
refinedweb
611
62.58
Assume failure by default. Chris Oldwood considers various fail cases. Two roads diverged in a wood, and I –I took the one less travelled by,And that has made all the difference. ~ Robert Frost Despite being written in the early part of the 20th century, I often wonder if Robert Frost’s famous poem might actually have ...
https://accu.org/journals/overload/28/159/oldwood/
CC-MAIN-2021-10
refinedweb
1,218
53.55
<ac:macro ac:<ac:plain-text-body><![CDATA[ Zend Framework: Zend_Test_PHPUnit_Database Component Proposal Table of Contents 1. Overview using Zend_Db to effectivly write Database related tests. This proposal is for a subcomponent in the Zend_Test namespace that implementes the necessary interfaces of the PHPUnit_Extens...
http://framework.zend.com/wiki/display/ZFPROP/Zend_Test_PHPUnit_Database+-+Benjamin+Eberlei?focusedCommentId=9437767
CC-MAIN-2014-10
refinedweb
960
51.68
26 September 2012 10:56 [Source: ICIS news] SINGAPORE (ICIS)--?xml:namespace> The data also showed that 74.7% and 12.5% of imports arrived in Meanwhile, the average toluene import prices in August were at $1,103/tonne (€849/tonne) CFR (cost and freight) China, down by around $18/tonne from July, according to the data. ...
http://www.icis.com/Articles/2012/09/26/9598629/chinas-toluene-imports-fall-by-11-in-august-on-weak-demand.html
CC-MAIN-2015-22
refinedweb
107
64.51
Bummer! This is just a preview. You need to be signed in with a Basic account to view the entire video. Creating Custom Routes15:05 with Jim Hoskins Devise created several routes for registering and signing in and out, but we can create our own routes to design what our URLs will look like to the world. - 0:00 [Jim Hos...
https://teamtreehouse.com/library/build-a-simple-ruby-on-rails-application/designing-urls/creating-custom-routes
CC-MAIN-2017-13
refinedweb
3,247
76.96
Number of elements in vector I want to implement the Gauss-Seidel method for solving linear systems for a university project, and I'm stuck on how to get the number of elements in the product vector b = A * x. Here's my code: def Gauss_Seidel(m, v, initial): n = v.size() <--------- prev = vector(RR, n) nex = vector(RR,...
https://ask.sagemath.org/question/44982/number-of-elements-in-vector/
CC-MAIN-2019-35
refinedweb
197
64.44
This tutorial will show you how to create and use GateString objects, which represent an ordered sequence (or "string") of quantum gate operations. In almost all cases, you'll be using a list (or even a list of lists!) of GateStrings, so we'll often be talking about "gate string lists". You may have noticed in Tutorial...
https://nbviewer.jupyter.org/github/pyGSTio/pyGSTi/blob/v0.9.3/jupyter_notebooks/Tutorials/02%20Gatestring%20lists.ipynb
CC-MAIN-2021-39
refinedweb
1,069
51.58
Sunday 22 January 2017 It was the best of times, it was the worst of times... This week saw the release of three different versions of Coverage.py. This is not what I intended. Clearly something was getting tangled up. It had to do with some tricky exception handling. The story is kind of long and intricate, but has a ...
https://nedbatchelder.com/blog/201701/a_tale_of_two_exceptions.html
CC-MAIN-2018-13
refinedweb
2,025
66.44
ok, so i have a problem to do in java that i just can't seem to figure out. here is the problem:. i dont have a problem with formatting the output or anything i just cant seem to figure this out. Here's my code: import java.util.*; public class Problem2 { public static void main(String args[]) { double dblCount = 0; do...
https://www.daniweb.com/programming/software-development/threads/282419/java-coding-help-needed
CC-MAIN-2017-09
refinedweb
138
62.54
Ruby was a mid-80s radio drama trilogy (at least) produced by ZBS. A clever blend of sci-fi/cyberpunk and film noir styles (yes, I did say radio, but trust me, it fits). Ruby herself is a futuristic private eye and a typical anti-hero. It’s just a bonus that she can slow time. Complete with far reaching, sinister consp...
http://everything2.com/title/Ruby
CC-MAIN-2014-35
refinedweb
2,112
62.48
How to know the current core while being compiled for PSoC 6 Dual Core?JoYa_4324706 Apr 19, 2020 1:21 PM Hi, I'm trying to understand how to determine the core that is currently being compiled while defining the proper macros for each core. I can see from the device header file with something like: #if ((defined(__GNUC...
https://community.cypress.com/thread/53992
CC-MAIN-2020-40
refinedweb
381
56.55
What's New in XPath 2.0What's New in XPath 2.0. Also unlike XPath 1.0 node-sets (and sets in general), sequences may contain duplicates. For example, we can modify our expression above slightly: (/foo/bar, /foo, /foo/bar) This sequence consists of the bar element(s), followed by the foo element(s), followed again by th...
http://www.xml.com/lpt/a/940
crawl-001
refinedweb
1,477
58.48
Opened 8 years ago Closed 8 years ago #6282 release blocker: regression closed fixed (fixed) Trial tracebacks are not properly trimmed since 12.3.0 Description Due to the porting effort of trial to Python 3, tracebacks in the trial reporter are no longer properly trimming tracebacks: from twisted.trial import unittest ...
https://twistedmatrix.com/trac/ticket/6282
CC-MAIN-2021-31
refinedweb
534
58.69
How I built my first open source library Last week I published my first open source library, QuickTicker. It’s a Swift library that lets you create simple ticker animations using one line of code. The result looks like this: In this post, I’d like to talk about this project and cover: - Why I created this library - How...
https://medium.com/@almalehdev/how-i-built-my-first-open-source-library-97d8bb2cc254
CC-MAIN-2021-25
refinedweb
3,355
57.1
#include <Puma/CTree.h> Base class for tree nodes representing lists. List properties. Constructor. Add a list property. Add a son. Get the number of list entries. Get the n-th list entry. Get the list properties. Get the index of the given son, or -1 if not found. Insert a son before another son. Insert a son at the g...
https://puma.aspectc.org/manual/html/classPuma_1_1CT__List.html
CC-MAIN-2021-39
refinedweb
127
66.1
Challenge Accepted! code for useMatchFetch down below. import React from "react"; import { useMatchFetch } from "./effects/useMatchFetch"; export const Example = () => { const render = useMatchFetch(""); return render({ pending: () => <div>Loading</div>, error: err => <div>{err.toString()}</div>, data: data => <pre>{JS...
https://practicaldev-herokuapp-com.global.ssl.fastly.net/joelnet/react-i-really-wish-this-is-how-i-could-write-components-1k4j
CC-MAIN-2021-10
refinedweb
1,648
66.54
Shouldn't the getter be named "getPName"? Dave (pardon brevity, typos, and top-quoting; on cell) On Nov 2, 2012 1:09 AM, "Maliwei" <mlw5415@gmail.com> wrote: > As I have desc in the mail title, and see the code below: > > /**--------------code start----------**/ > import ognl.Ognl; > import ognl.OgnlException; > class ...
http://mail-archives.apache.org/mod_mbox/commons-user/201211.mbox/%3CCADJJoV7uf6GK6AgtahxMzEkyhxPhF7kfMjaVp1oZdeDM3P538A@mail.gmail.com%3E
CC-MAIN-2014-52
refinedweb
228
59.5
Project Euler 66: Investigate the Diophantine equation x2 − Dy2 = 1. Problem Description. Analysis Using the chakravala method for solving minimal solutions to Pell’s Equation. A detailed explanation is posted in the comments section. Project Euler 66 SolutionRuns < 0.005 seconds in Python 2.7. from Euler import sqrt, ...
https://blog.dreamshire.com/project-euler-66-solution/
CC-MAIN-2018-09
refinedweb
1,056
76.35
The Practical Client If you want to ensure that the right code is loaded at the right time (and only loaded when you need it), you can use TypeScript code to organize your code into modules. As a side benefit, managing your script tags will get considerably easier. When combined with a module manager, TypeScript module...
https://visualstudiomagazine.com/articles/2017/02/01/managing-modules.aspx
CC-MAIN-2019-13
refinedweb
1,153
60.24
Note: Jon's Radio has moved to InfoWorld storyList Jon's homepage This discussion snippet asks and answers some more questions that I immediately had. In particular, it clarifies that only static HTML is delivered to the public host (which by default is Apache). That explains why there's no built-in search -- it's func...
http://radio.weblogs.com/0100887/categories/radio/2002/01/15.html
crawl-002
refinedweb
456
66.74
Asked by: How to get Odata Response without Etag using Microsoft.AspNet.OData Question - User-1243834164 posted As per my requirement whenever I am calling ODATA V4 controller get request, from ajax I don't want to get Odata.Etag from response. How can we achieve this. Is there any Web Api Odata server side configurati...
https://social.msdn.microsoft.com/Forums/en-US/fad7de81-1a19-42b6-807d-96ec300845fa/how-to-get-odata-response-without-etag-using-microsoftaspnetodata?forum=aspwebapi
CC-MAIN-2022-33
refinedweb
331
65.12
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). Hello, I have a unclosed spline with 5 points and an offset from 0 to ...
https://plugincafe.maxon.net/topic/11281/spline-notrealoffset-to-realoffset/1
CC-MAIN-2022-05
refinedweb
629
52.36
Physical Content Management offers circulation services for physical content items, in much the same way as a library circulates content. Users can receive items, keep them for a specific period then return them so they can be stored at their designated location again for someone else to check out. Users can also put a...
http://docs.oracle.com/cd/E14571_01/doc.1111/e10789/c07_reservations.htm
CC-MAIN-2015-22
refinedweb
3,759
54.32
repackage 0.5 Repackaging, call a non-registered package in any directory (with relative call). Used either by modules moved into to a subdirectory or to prepare the import of a non-registered package (in any relative path). Laurent Franceschetti March/June 2013 - 2017 MIT License. Purpose This module allows any Python...
https://pypi.python.org/pypi/repackage
CC-MAIN-2017-39
refinedweb
672
61.16
On Sat, Mar 24, 2018 at 2:00 AM, Steven D'Aprano steve@pearwood.info wrote: On Fri, Mar 23, 2018 at 09:01:01PM +1100, Chris Angelico wrote: PEP: 572 Title: Syntax for Statement-Local Name Bindings [...] Abstract Programming is all about reusing code rather than duplicating it. I don't think that editorial comment belon...
https://mail.python.org/archives/list/python-ideas@python.org/message/RC4KX34OTTBWWK45YALB2EIKPWCXSPRU/
CC-MAIN-2021-21
refinedweb
3,410
63.59
Pages: 1 BLUF: Issued is solved if not resolved. Last poster notes that PulseAudio ROAP only support TCP connections and AppleTV does its magic through UDP. There appear to be solutions in the works, but for now I'm not going to attempt implementation in order to spend my time on other things. Thanks for the help and i...
https://bbs.archlinux.org/viewtopic.php?id=156135
CC-MAIN-2017-17
refinedweb
2,295
53.37
Different Programming Paradigms There are several approaches to computer programming utilized to solve similar tasks and some of them are more suited to specific tasks. The most prevailing ones are: Procedural Programming This type of programming is a list of instructions coded by the programmer and followed strictly b...
https://dzone.com/articles/intermediate-python-1
CC-MAIN-2017-47
refinedweb
3,884
54.83
Making objects or methods const has two benefits. First, the compiler will complain when you break the contract. Second, you tell the user of the interface that the function will not modify the arguments. const The C++ Core Guidelines has five rules to const, immutability, and constexpr. Here are they: constexpr Before...
http://www.modernescpp.com/index.php/c-core-guidelines-rules-for-constants-and-immutability
CC-MAIN-2019-09
refinedweb
1,050
68.36
Runnable, Callable, FutureTask, ExecutorService and thread pool Some notes on Java concurrency, starting with Runnable vs Callable: (1), Runnable.run() does not return a value; Callable<T>.run() returns a value of type T. Callable<T> is a parameterized type whose type parameter indicates the return type of its run meth...
http://javahowto.blogspot.com/2011/08/runnable-callable-futuretask.html
CC-MAIN-2014-42
refinedweb
860
67.55
Source codeEdit #!/bin/csh alias commas "echo \!:1 | sed -e :a -e 's/\(.*[0-9]\)\([0-9]\{3\}\)/\1,\2/;ta'" # The program is to output a day-by-day account of the populations # until one of them dies off or the end of the observation period is # reached. # All reproductions and deaths occur overnight. # Any fractional f...
http://en.m.wikibooks.org/wiki/C_Shell_Scripting/Guppies
CC-MAIN-2013-48
refinedweb
385
68.7
With this article I want to briefly and shortly describe the differences between the rxjs operators tap, map and switchMap. There are many blog posts out there which cover those topics already but maybe this helps to understand if the other posts did not help until here :) Let us start and first create an observable of...
https://offering.solutions/blog/articles/2019/10/20/tap-map-switchmap-explained/
CC-MAIN-2020-45
refinedweb
965
62.07
IsDirty and GetDirty On 04/07/2014 at 02:57, xxxxxxxx wrote: I like to check using a plugin or a script, whether the object has changed. IsDirty is not giving me any information, so I use GetDirty and check whether that value has changed. That is ok when in Model mode, but when in Polygon mode, the value returned by Ge...
https://plugincafe.maxon.net/topic/8010/10407_isdirty-and-getdirty
CC-MAIN-2019-13
refinedweb
177
67.76
Hi, > 1. I have a set of in-memory schema grammars for one or more namespaces. I > always want to use this instead of the one specified in the xml instance > doc. > I can cache the in-memory grammars but would the SAX Parser automatically > resolve the schema in the instance doc to the in-memory one. > Since I would be...
http://mail-archives.apache.org/mod_mbox/xerces-c-dev/200404.mbox/%3C20040422030902.N99692@minotaur.apache.org%3E
CC-MAIN-2016-22
refinedweb
189
67.65
Trees in Java — How to Implement a Binary Tree? If I had to pick the single most important topic in software development, it would be data structures. One of the most common and easiest ones is a tree — a hierarchical data structure. In this article, let’s explore Trees in Java. - What is a Binary Tree? - Types of Bina...
https://medium.com/edureka/java-binary-tree-caede8dfada5?source=post_internal_links---------1----------------------------
CC-MAIN-2020-50
refinedweb
1,380
67.35
Opened 3 years ago Closed 3 years ago Last modified 3 years ago #21643 closed Bug (fixed) QuerySets that use F() + timedelta() crash when compiling their query more than once Description Attachments (2) Change History (14) Changed 3 years ago by comment:1 Changed 3 years ago by Changed 3 years ago by Regression test. c...
https://code.djangoproject.com/ticket/21643
CC-MAIN-2017-17
refinedweb
431
74.19
Most of the responses you will work with simply involve returning various data types / classes / objects in the controller method. For example, you may be used to returning a view.render() object in the controller method. This will return a View instance which Masonite will extract out the rendered html template from i...
https://docs.masoniteproject.com/advanced/responses
CC-MAIN-2020-34
refinedweb
1,274
58.28
Writing the Console Tab Code The Console tab that you create in this tutorial allows end users to retrieve information about Windows Home Server objects and then display that information in the Console tab pane area. The Console tab also allows end users to show an associated Settings tab. To provide this functionality...
https://msdn.microsoft.com/en-us/library/bb626016.aspx
CC-MAIN-2018-17
refinedweb
1,525
53.21
jimmer 0 Posted February 5, 2005 $coord = PixelSearch(566,261,566,261,0x000000) & $coord = PixelSearch(566,281,566,281,0x000000) if @error then MouseClick("Left", 630, 308, 1, 0) Sleep(600) endif if not @error then sleep(1000) endif Alright, I would just like the first coord to work together with the second... but this...
https://www.autoitscript.com/forum/topic/8298-using-two-pixel-search/
CC-MAIN-2018-30
refinedweb
117
71.18
MOSS 2007 provides out-of-the box (OOTB) document conversion process. It runs as job tools in MOSS job timer, and must be executed by the user. Now, the idea is to publish page into our ResepOke.Com from email attachment – so we don’t need to go to web site anymore to create a new page. The solution Since the OOTB docu...
https://blog.libinuko.com/2007/04/11/moss-2007-publishing-page-from-email-workflow/
CC-MAIN-2019-13
refinedweb
285
56.05
Using Vb.net 2013 Winforms, Create an XML file that matches Sample XML file Using A Class Created form XSD files using the microsoft tool [login to view URL] to create the classfor the vb project Budjetti $30-250 USD Do not bid if you are not familiar with [login to view URL], xml files or xsd files. This project is fo...
https://www.fi.freelancer.com/projects/vb-net/using-net-winforms-create-xml/
CC-MAIN-2019-35
refinedweb
234
71.28
To gain access to all feature's geometries in a feature class, just do the following: import arcpy from arcpy import env fc = r"c:\temp\data.shp" geoms = arcpy.CopyFeatures_management(fc, arcpy.Geometry()) for g in geoms: print g.extent This sample allows anyone to directly access the geometries of the input feature cl...
http://anothergisblog.blogspot.com/2013/11/geometry-objects-make-life-easier.html
CC-MAIN-2017-22
refinedweb
289
58.08
Code, Ctrl-P) and if the IDE can figure out the method signature of the method call surrounding the caret, it will display the parameter list, and show the current parameter in bold. As you move the caret around, the tooltip will be updated to show which parameter you're currently editing. Messing with the user's editi...
http://blogs.sun.com/tor/entry/ruby_screenshot_of_the_week8
crawl-001
refinedweb
1,819
64.24
Hello everyone, I am Naz Islam and I am a Java developer. Looking for learning new tricks in Java and helping others. am Naz Islam and I am a Java developer. Looking for learning new tricks in Java and helping others. Thank you. hello could you help with this the drawing doesn't upload // code begins here import javax....
https://www.javaprogrammingforums.com/member-introductions/41649-hello.html
CC-MAIN-2019-47
refinedweb
220
52.36
App lifecycle This topic describes the lifecycle of a Windows Runtime app, from the time it is deployed through its removal. By launching, suspending, and resuming your app appropriately, you ensure that your customer has the best possible experience with your app. App execution state This illustration represents the t...
https://msdn.microsoft.com/en-US/library/windows/apps/hh464925.aspx
CC-MAIN-2016-36
refinedweb
1,761
53.51