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
Daron Anderson1,967 Points Can I receive help with errors? import sys Constant/ Ticket Price is 19 >> int TICKET_PRICE = 10 declare & assign Ticket counter to int tickets_remaining = 100 Run this code until there is no tickets remaining while tickets_remaining >= 1: your_name = input("Hello, Welcome to MasterTicket!!, ...
https://teamtreehouse.com/community/can-i-receive-help-with-errors
CC-MAIN-2019-26
refinedweb
533
59.84
score:12. score:5 Here is one way of doing it with React and ES2015. You will want to set the default state in the constructor and make your get request like in the example below. Just switch the names around to make it work with your application.Then map over the array you get back from the response of the get request...
https://www.appsloveworld.com/reactjs/100/30/how-do-i-access-data-returned-from-an-axios-get-to-display-on-a-web-page-using-re
CC-MAIN-2022-40
refinedweb
913
50.36
2007/6/25, Greg Troxel <address@hidden>: > guile guile> (use-modules (ice-9 slib)) WARNING: (guile-user): imported module (ice-9 slib) overrides core binding `provide' WARNING: (guile-user): imported module (ice-9 slib) overrides core binding `provided?' guile> (version) "1.8.1" guile> The problem is that native guile ...
http://lists.gnu.org/archive/html/guile-devel/2007-06/msg00019.html
CC-MAIN-2015-40
refinedweb
234
70.02
Hello Everyone, I'm just starting to get into Recursions and Sorting Algorithms and all that jazz, and I'm having a hard time getting my head around the idea of a method calling itself until a point. Well, I understand that part, but it's simply the syntax I don't get. Specifically, the factorial recursive method. Code...
http://www.javaprogrammingforums.com/%20algorithms-recursion/12782-logic-recursion-general-printingthethread.html
CC-MAIN-2016-26
refinedweb
216
74.08
A simple Django app to backup and restore your models data. Project description Backup2CSV is a simple Django app that allow you to download and restore your models content in a csv file. Quick start Add “backup2csv” to your INSTALLED_APPS setting like this: INSTALLED_APPS = [ ... 'backups', ] - Include the backup2csv ...
https://pypi.org/project/django-backup2csv/
CC-MAIN-2020-45
refinedweb
115
67.76
Using the C# Else if statements, we can increase the execution speed over simple if statements. That means when we use Else if control flow statements, the compiler will check all the comparisons in the sequence only until the given condition is satisfied. Once the condition is satisfied, rather than going for the next...
https://www.tutorialgateway.org/csharp-else-if-statement/
CC-MAIN-2022-40
refinedweb
299
65.52
Important: Please read the Qt Code of Conduct - [Solved] How QQuickImageProvider is dealing with http url links? Hi everyone, I have created a QQuickImageProvider class in a *.h file like this: #ifndef IMAGEPROVIDER_H #define IMAGEPROVIDER_H #include <QObject> #include <QImage> #include <QQuickImageProvider> class Imag...
https://forum.qt.io/topic/44319/solved-how-qquickimageprovider-is-dealing-with-http-url-links
CC-MAIN-2021-43
refinedweb
338
56.86
Troubleshooting From OpenSimulator Latest revision as of 10:40, 26 September 2021 This page gives any system-specific configuration settings that may be useful, and advice for problems that might be encountered. [edit]. [edit] System-specific configuration [edit]. [edit] Then [edit] Mac OS X If you get errors about the...
http://opensimulator.org/index.php?title=Troubleshooting&diff=prev&oldid=51285
CC-MAIN-2021-49
refinedweb
1,431
54.73
Slashdot Log In Java2 SDK v. 1.4 Released. This discussion has been archived. No new comments can be posted. Java2 SDK v. 1.4 Released | Log In/Create an Account | Top | 362 comments | Search Discussion The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way. ...
http://slashdot.org/developers/02/02/14/0317249.shtml
crawl-002
refinedweb
1,301
75.81
I have a source code here that counts the frequency of alphabetic characters and non-alphabetic characters (see the source code below). But, let's just say that now I have the following characters in the text file, "letternumberfrequency.txt":But, let's just say that now I have the following characters in the text file...
http://forums.codeguru.com/printthread.php?t=544547&pp=15&page=1
CC-MAIN-2017-04
refinedweb
218
64.51
I spent some time bringing up the UARTs on the mbed. Having four UARTs is a treat, since most MCUs I've used in the past have just one. Of course, the mbed is somewhat crippled since UART0 is tied into the PC interconnect system and isn't a true UART, and UART1 has a bunch of modem-control I/O hooked to it that I still...
http://www.seanet.com/~karllunt/mbeduart.html
CC-MAIN-2017-13
refinedweb
1,358
60.35
# Artificial neural networks explained in simple words ![image](https://habrastorage.org/r/w1560/files/8b7/670/081/8b767008109149b9b48ee3058e62e028.png) When I used to start a conversation about neural networks over a bottle of beer, people were casting glances at me of what seemed to be fear; they grew sad, someti...
https://habr.com/ru/post/454484/
null
null
2,213
64.1
Hi All, I have a hypothetical question about importing outside rules. Is it possible to set up conditional imports? I know in python it is very easy to do something like this: try: import pandas as pd except: # Pandas is shipped with ArcGIS Pro and ArcGIS 10.4 and higher. The previous logic should hopefully prevent use...
https://community.esri.com/thread/199785-conditional-import-statements-for-rules
CC-MAIN-2018-47
refinedweb
281
58.58
Class RWCString provides limited support for multibyte strings, sometimes used in representing various alphabets (see Section 8.2). Because a multibyte character can consist of two or more bytes, the length of a string in bytes may be greater than or equal to the number of actual characters in the string.<!> If the RWC...
http://www.xvt.com/sites/default/files/docs/Pwr%2B%2B_Reference/rw/docs/html/toolsug/4-9.html
CC-MAIN-2017-51
refinedweb
543
67.35
A colleague of mine recently asked me about Perl's future. Specifically, he wondered if we have any tricks up our sleeves to compete against today's two most popular platforms: .NET and Java. Without a second's hesitation, I repeated the same answer I've used for years when people ask me if Perl has a future: Perl cert...
http://www.perl.com/pub/2004/01/09/survey.html
crawl-003
refinedweb
2,869
63.09
This site uses strictly necessary cookies. More Information Im currently working on a settings tab for my game and I was wondering How Do You Effect Volume With A Slider?. Now I know this is kind of a vague question, but I couldn't figure out how to break this question into a simpler part Feedback is always appreciated...
https://answers.unity.com/questions/1111955/how-do-i-make-a-change-a-volume-with-a-slider.html
CC-MAIN-2021-31
refinedweb
1,016
56.15
Zipper monad/TravelTree From HaskellWiki < Zipper monad(Difference between revisions) Latest revision as of 03:52, 8 October 2006 is a library based on the Zipper monad which is used for traversing binary trees. Read the documentation for the Zipper monad if you haven't already. TravelTree [edit] 1 Definition We go wit...
https://wiki.haskell.org/index.php?title=Zipper_monad/TravelTree&diff=6749&oldid=3738
CC-MAIN-2016-30
refinedweb
673
55.31
American Express Co. (Symbol: AXP). So this week we highlight one interesting put contract, and one interesting call contract, from the January 2019 expiration for AXP. The put contract our YieldBoost algorithm identified as particularly interesting, is at the $47.50 strike, which has a bid at the time of this writing...
http://www.nasdaq.com/article/interesting-january-2019-stock-options-for-axp-cm762990
CC-MAIN-2017-13
refinedweb
201
59.4
iconv String encoding conversion See all snapshots iconv appears in iconv-0.4.1.3@sha256:4f0b2f09bb8c33199e3c3fdfcd35e576d17cbf5188b18f404ffdfa68a8ccc40e,1192 Module documentation for 0.4.1.3 - Codec - Codec.Text Codec.Text.IConv This is a Haskell binding to the iconv() C library function. The only module exported is C...
https://www.stackage.org/lts-6.35/package/iconv-0.4.1.3
CC-MAIN-2022-27
refinedweb
264
53.58
table of contents NAME¶ avr_sfr - <avr/sfr_defs.h>: Special function registers SYNOPSIS¶ Modules¶ Additional notes from <avr/sfr_defs.h> Bit manipulation¶ #define _BV(bit) (1 << (bit)) #define _VECTOR(N) __vector_ ## N IO register bit manipulation¶ #define bit_is_set(sfr, bit) (_SFR_BYTE(sfr) & _BV(bit)) #define bit_is...
https://dyn.manpages.debian.org/testing/avr-libc/_BV.3avr
CC-MAIN-2022-40
refinedweb
246
59.9
Overview - Hypothesis testing is a key concept in statistics, analytics, and data science - Learn how hypothesis testing works, the difference between Z-test and t-test, and other statistics concepts Introduction The coronavirus pandemic has made a statistician out of us all. We are constantly checking the numbers, mak...
https://www.analyticsvidhya.com/blog/2020/06/statistics-analytics-hypothesis-testing-z-test-t-test/
CC-MAIN-2020-34
refinedweb
2,594
53
AutoCompletion startFunc - Finn McCarthy last edited by Hi, I have a question: How do I use more than one bracket in startFunc e.g. startFunc="({[." I know I cannot do startFunc="({[." I have a language that requires more than one set of brackets so… Is there a way? Finn - Claudia Frank last edited by looks like this c...
https://community.notepad-plus-plus.org/topic/15766/autocompletion-startfunc/9?lang=en-US
CC-MAIN-2021-10
refinedweb
419
54.52
Red Hat Bugzilla – Bug 779751 jboss-esb.xml files for quickstarts do not include xsi:schemaLocation= Last modified: 2011-02-14 10:46:32 EST project_key: SOA The jboss-esb.xml files in the quickstarts include this namespace definition: xmlns="" ------------------------- This URL is no longer valid - the files were suppo...
https://bugzilla.redhat.com/show_bug.cgi?id=779751
CC-MAIN-2018-13
refinedweb
423
60.14
This is a guest community post from Li Jin, a software engineer at Two Sigma Investments, LP in New York. This blog is also posted on Two SigmaTry this notebook in Databricks UPDATE: This blog was updated on Feb 22, 2018, to include some changes. This blog post introduces the Pandas UDFs (a.k.a. Vectorized UDFs) featur...
https://databricks.com/blog/2017/10/30/introducing-vectorized-udfs-for-pyspark.html
CC-MAIN-2019-47
refinedweb
1,453
58.28
I have two CNNs where each CNN runs on a different dataset. The output feature vectors of these CNNs (basically without the last fc layers) are concatenated and given to a classifier. How do I train such a network? How do I train such a network? what are you exactly looking for? a pointer or a full blown example?Genera...
https://discuss.pytorch.org/t/how-to-train-an-ensemble-of-two-cnns-and-a-classifier/3026
CC-MAIN-2017-47
refinedweb
478
65.39
And sorry, the problem ist not fixed. LittleFS is still too slow with NAND and still not threadsafe. And sorry, the problem ist not fixed. LittleFS is still too slow with NAND and still not threadsafe. No problem :) In addition FS.h makes no sense at all, too. You can ONLY use in a sketch, and ONLY if you don't need ex...
https://forum.pjrc.com/search.php?s=7eda02a8b8609702461598a0baa03f07&searchid=6878621
CC-MAIN-2021-43
refinedweb
1,299
86.71
Asynchronous functions, actors and CPS Using Scala we can easily create lock free multi-threaded code, while still maintaining a familiar programming model. There are two issues of writing multi-threaded code: synchronizing shared access to resources and running code asynchronously. In Java this is usually done with lo...
https://www.tikalk.com/posts/2010/07/06/asynchronous-functions-actors-and-cps/
CC-MAIN-2018-34
refinedweb
1,302
63.12
A. Metaprogramming and recursive-descent parsing There are certain inherent limitations to template metaprogramming that shape the way parsing is performed. The most important one is that metaprogramming is pure functional and immutable, that is, any function call (i.e. template invocation) must happen without any side...
http://arcticinteractive.com/2009/08/15/cpp-compile-time-string-parser-prototype/
CC-MAIN-2017-22
refinedweb
2,371
51.07
[I have moved this branch of this thread to struts-users as it no longer belongs on struts-dev; was: RE: [SURVEY] HREF attribute for FormTag] Thanks, I should be able to use that advice to fix my problem. However I still don't understand why my approach doesn't work: I have CMS set up on /*. I put all my jsps under WEB...
http://mail-archives.us.apache.org/mod_mbox/struts-user/200210.mbox/%3C15805.50531.521803.282511@gargle.gargle.HOWL%3E
CC-MAIN-2019-51
refinedweb
426
56.45
The Ultimate Guide To Speech Recognition With Python by David Amos Mar 21, 2018 advanced data-science machine-learning Table of Contents - How Speech Recognition Works – An Overview - Picking a Python Speech Recognition Package - Installing SpeechRecognition - The Recognizer Class - Working With Audio Files - Working W...
https://blog.csdn.net/datapad/article/details/82970253
CC-MAIN-2020-50
refinedweb
5,600
54.83
as everybody knows moinmoin doesn't produce valid html. i consider this a bug. i have a patch for valid html 4.01 transitional code. the patch is safe (i think) and doesnt change look, with one exception: the search buttons cant have attributes like images (hspace, border etc), only css is allowed, but netscape 4.x doe...
http://sourceforge.net/p/moin/bugs/19/
CC-MAIN-2015-22
refinedweb
378
68.81
Exploring Merge Sorts Implementing merge sort using recursion Now that you’ve seen how merge sort works, we will create a couple of functions which will work together to perform a merge sort. As you saw in the video, a key aspect of the merge sort algorithm is the ability to merge two sorted lists into a single sorted ...
https://www.futurelearn.com/courses/programming-102-think-like-a-computer-scientist/0/steps/53115
CC-MAIN-2020-34
refinedweb
1,200
68.5
Configuration files suck. Just use a programming language. Every configuration file introduces a morass of unknown syntax, unknown semantics, poor debuggability, poor documentation, poor maintainability, insufficient abstraction, and insufficient generalization. But there are multiple alternatives to the configuration ...
https://medium.com/@MrJamesFisher/configuration-files-suck-6daa9812f601
CC-MAIN-2016-26
refinedweb
1,884
56.66
Hi all, I am writing a program (weekly assignment) that takes numbers from a text file called Q2.txt, ignores white space, and gives the user a printout of the sum total and average of all the numbers in the text file. I have it working, but i can only make it work for doubles or integers only. I'll get full marks for ...
http://www.javaprogrammingforums.com/whats-wrong-my-code/34470-input-next-taking-ints-doubles.html
CC-MAIN-2015-35
refinedweb
283
77.23
Netcracker Netcracker interview questions and answers. We have tried to share some of the manual testing interview questions, selenium interview questions & testing interview questions also, but we are recommending spending some quality time to get comfortable with what might be asked when you go for the Netcracker. Ne...
https://www.softwaretestingo.com/netcracker-technology-interview-questions/
CC-MAIN-2022-40
refinedweb
466
60.72
The string representation of an object should contain enough information about the state of the object in a readable format. The toString() method of the Object class represents the object of a class in a string. The Object class provides a default implementation of the toString() method. It returns a string in the fol...
http://www.java2s.com/Tutorials/Java/Java_Object_Oriented_Design/0190__Java_Object_toString.htm
CC-MAIN-2018-34
refinedweb
307
57.67
Subject: Re: [boost] [conversion] ADL and templates From: Vicente Botet (vicente.botet_at_[hidden]) Date: 2011-06-01 04:24:21 Jeffrey Lee Hellrung, Jr.-2 wrote: > > On Tue, May 31, 2011 at 1:06 PM, Vicente Botet > <vicente.botet_at_[hidden]>wrote: > >> >> Stewart, Robert wrote: >> > >> > Vicente Botet wrote: >> >> >> >...
https://lists.boost.org/Archives/boost/2011/06/182294.php
CC-MAIN-2019-39
refinedweb
1,258
54.52
Compare stringsFelipeDelgado Jan 12, 2017 2:01 PM Hi everyone, I'm working on a code, where I receive text from the serial terminal, and I would like to compare the text in the serial to know if there's a command there. I'm using this article: Using UARTs on Intel® Quark™ Microcontroller D2000 | Intel® Software And I t...
https://communities.intel.com/thread/110176
CC-MAIN-2017-34
refinedweb
720
65.73
This article describes a very bare bones bootp daemon/server. I needed a very simple bootp daemon for my current project but I could not find one on codeproject so I programmed one. For more information about the bootp protocol see the wikipedia site about it. This bootp daemon only implements a subset of the bootp RFC...
http://www.codeproject.com/KB/IP/bootp_daemon.aspx
crawl-002
refinedweb
265
66.13
Welcome to Kurrently in Kibana! This is a weekly series of posts on new developments in the Kibana project and any related learning resources and events. A colorful look at #heatmap visualizations today, and what's coming with point series #dataviz in #Kibana: pic.twitter.com/zfvxCmPDt9 — elastic (@elastic) April 13, 2...
https://www.elastic.co/de/kurrently-kibana-4-10
CC-MAIN-2017-39
refinedweb
413
55.88
problem with network delete when using gateways. Bug Description When using: nova-manage --flagfile= We are seeing: (nova): TRACE: Traceback (most recent call last): (nova): TRACE: File "/usr/local/ (nova): TRACE: execfile(__file__) (nova): TRACE: File "/opt/stack/ (nova): TRACE: main() (nova): TRACE: File "/opt/stack/...
https://bugs.launchpad.net/neutron/+bug/950381
CC-MAIN-2015-18
refinedweb
339
58.28
15 June 2010 18:53 [Source: ICIS news] ST. LOUIS, Missouri (ICIS news)--Brazilian ethanol prices continued to drop in the week ended 11 June despite a small increase in demand late in the week, research group CEPEA said on Tuesday. CEPEA assessed hydrous ethanol at Brazilian reais (R) 0.7020/litre ($1.48/gal), a drop o...
http://www.icis.com/Articles/2010/06/15/9368133/brazil-ethanol-demand-up-but-prices-fail-to-climb.html
CC-MAIN-2015-06
refinedweb
109
80.68
Hi, Is there a way to protect your PDF in Rhino’s own PDF creator? I don’t want to send PDF’s on my work to customer knowing that they can share it with competitors. Cheers Hi, Is there a way to protect your PDF in Rhino’s own PDF creator? I don’t want to send PDF’s on my work to customer knowing that they can share it...
https://discourse.mcneel.com/t/protecting-pdfs/56992
CC-MAIN-2020-40
refinedweb
370
53.07
Prologue to Analytics with Python I strongly recommend reading this article before you go ahead with this article: Log Analytics using STRING_SPLIT function. This article introduced Log Analytics using SQL. However, with the evolution of Data Engineering and Analytics, Python has emerged to be a primary choice of langu...
https://www.data4v.com/log-analytics-with-python-pandas-explode/
CC-MAIN-2022-05
refinedweb
976
66.03
Dmitry Dell6,940 Points Create Function. What's wrong with the code? I created two versions of code, each work when I test in a separate workstation. But none lets me pass through the "Check Work". What might be wrong with it? TASK: Create a function named square. It should define a single parameter named number. In th...
https://teamtreehouse.com/community/create-function-whats-wrong-with-the-code
CC-MAIN-2020-10
refinedweb
575
65.32
Introduction Approaches to Indexing Multiple Log File Types Single Solr schema to Index disparate log files types In this first approach to Solr index; each set of log types has single index and schema definition. In Solr setup each single core is associated with one Solr schema definition and configuration. This figur...
https://www.devx.com/open-source-zone/approaches-to-indexing-multiple-logs-file-types-in-solr-and-setting-up-a-multi-node-multi-core-solr-cloud/
CC-MAIN-2022-21
refinedweb
1,911
54.12
Very new to Python 3 and am working on a project where I have a dynamic number of files within a directory, where each file goes through a loop of steps in making sure that the file is ready for upload. I am trying to create a log once all of the files have gone .. Category : error-handling Python Environment: Spyder 4...
https://askpythonquestions.com/category/error-handling/
CC-MAIN-2021-04
refinedweb
566
66.03
In this case, we make a PDFController. Run the code below in your terminal to make your controller. php artisan make:controller PDFController We add the securePdf(), which will contain our logic for both the rendering and downloading of the pdf file. You can find the newly created controller PDFController.phpin the /ap...
https://www.educative.io/answers/how-to-allow-only-authenticated-users-access-to-files-in-laravel
CC-MAIN-2022-33
refinedweb
314
56.76
So there isn’t great documentation on the python bindings as far as I can find. There are docs on the c++ bindings. Trying to do this on a mac was a hellish uphill battle, and opencv in the virtual machine has been… hmm actually pretty okay? Well, I did this on my fresh new triple boot ubuntu flash drive. Invaluable is...
http://www.philipzucker.com/aruco-in-opencv/
CC-MAIN-2019-51
refinedweb
1,491
68.26
Greetings! I am trying to run a stored procedure (with a parameter) from a python script. The stored procedure joins some tables and inserts a record from the joined tables into another table. The stored procedure works fine when I execute it from within Microsoft SQL Server Management Studio. When I run the stored pro...
https://community.esri.com/thread/186591-executing-stored-procedure-from-python
CC-MAIN-2019-30
refinedweb
191
68.47
Created on 2015-11-16 19:21 by brett.cannon, last changed 2016-01-05 21:14 by brett.cannon. This issue is now closed. In discussing adding a context manager ABC in issue #25609, the idea of creating a new module for ABCs that is more analogous to the types modules came up. Currently all ABCs that are generic in the std...
https://bugs.python.org/issue25637
CC-MAIN-2020-16
refinedweb
681
74.39
nd6.h Reference Inheritance Not Applicable Conforms To Not Applicable Import Statement Not Applicable Objective-C @import Kernel; Included Headers <sys/appleapiopts.h> <sys/queue.h> nd6_lookup_ipv6 nd6_lookup_ipv6Available in OS X v10.4 through OS X v10.5 Declaration Objective-C errno_t nd6_lookup_ipv6 ( ifnet_t interf...
https://developer.apple.com/library/mac/documentation/Kernel/Reference/nd6_header_reference/index.html
CC-MAIN-2015-35
refinedweb
231
59.4
Unlike Visual Basic .NET, where you can use the ReDim statement to re-dimension an array, arrays are of a fixed size in C#. There are times when you might want to use variable-length arrays in your code, however, as when the user specifies at runtime how many items an array should have, or when you're opening various u...
https://flylib.com/books/en/1.254.1.77/1/
CC-MAIN-2019-13
refinedweb
632
58.69
29 January 2013 19:50 [Source: ICIS news] MEDELLIN, Colombia (ICIS)--Petroleos Mexicanos (Pemex) registered a $20.9bn (€15.5bn) cash flow trade surplus in crude oil, petroleum products, petrochemicals and natural gas during 2012, the Mexican state energy producer said on Tuesday. This compares to a trade surplus of $24...
http://www.icis.com/Articles/2013/01/29/9635906/mexico-pemex-sees-20.9bn-trade-surplus-in-2012.html
CC-MAIN-2014-15
refinedweb
208
67.04
Well my class just learned functions but i don't seem to be quite getting it. So naturally trying to do my homework assignment i feel lost. I did make some good progress but i can't seem to get past this error. I don't know what it wants me to do. error C2660: 'findLow' : function does not take 0 arguments error C2660:...
https://www.daniweb.com/programming/software-development/threads/101029/need-help-with-a-program-using-functions
CC-MAIN-2018-39
refinedweb
293
55.34
This is a playground to test code. It runs a full Node.js environment and already has all of npm’s 400,000 packages pre-installed, including gps-to-gpx with all npm packages installed. Try it out: require()any package directly from npm awaitany promise instead of using callbacks (example) This service is provided by Ru...
https://npm.runkit.com/gps-to-gpx
CC-MAIN-2020-24
refinedweb
1,195
62.98
NAME Net::Statsd::Server::Changes - Change history for Net::Statsd::Server Changes in Net::Statsd::Server 0.19 26th February 2015 Just an update to the Changes file that was missed in 0.18. 0.18 and 0.19 are 100% the same release, except a Changes file. Changes in Net::Statsd::Server 0.18 26th February 2015 Fixed (remo...
https://metacpan.org/changes/distribution/Net-Statsd-Server
CC-MAIN-2017-09
refinedweb
796
61.43
Time-lapse animations with a Raspberry Pi Time-lapse photography uses multiple images taken over a long period of time, which are then stitched together to produce an animated sequence of images. If you've never seen a time-lapse before, then the one below is an example of what can be achieved. If you've never used the...
https://www.raspberrypi.org/learning/timelapse-setup/worksheet/
CC-MAIN-2017-34
refinedweb
1,078
64.41
TI eZ430 Watch – Unboxing and Hello World September 3, 2011 51 Comments It’s been almost a month since my last post, and this is due among others, to some August holidays in France… This being the 1st week-end back in London I thought I HAD to hack something and blog about it… 🙂 ! 1. First impressions The packaging lo...
https://trandi.wordpress.com/2011/09/03/ti-ez430-watch-unbox-hworld/
CC-MAIN-2017-26
refinedweb
3,319
70.84
On Sat, Mar 21, 2009 at 12:36:49PM +0100, Peter Zijlstra wrote:> On Fri, 2009-03-20 at 21:46 -0500, Serge E. Hallyn wrote:> > Quoting Peter Zijlstra (peterz@infradead.org):> > > On Thu, 2009-03-19 at 16:16 -0500, Serge E. Hallyn wrote:> > > > In a kernel compiled with CONFIG_USER_SCHED=y, cpu shares are> > > > allocate...
https://lkml.org/lkml/2009/3/22/18
CC-MAIN-2021-10
refinedweb
352
80.21
Technical Support On-Line Manuals RL-ARM User's Guide (MDK v4) #include <rtl.h> #define _declare_box( \ pool, \ /* Name of the memory pool variable. */ size, \ /* Number of bytes in each block. */ cnt ) \ /* Number of blocks in the memory pool. */ U32 pool[((size+3)/4)*(cnt) + 3] The _declare_box macro declares an arra...
http://www.keil.com/support/man/docs/rlarm/rlarm__declare_box.htm
CC-MAIN-2020-05
refinedweb
130
68.87
The algorithm is to build solids from set of shapes. It uses the BOPAlgo_Builder algorithm to intersect the given shapes and build the images of faces (if needed) and BOPAlgo_BuilderSolid algorithm to build the solids. More... #include <BOPAlgo_MakerVolume.hxx> The algorithm is to build solids from set of shapes. It us...
https://www.opencascade.com/doc/occt-7.3.0/refman/html/class_b_o_p_algo___maker_volume.html
CC-MAIN-2019-47
refinedweb
398
53.47
See pull request #2429. This isn't suitable for merging, I just created it so people can see approximately the code changes that are needed, and the diffs against the current code. Some of the things that are needed are - New module to hold the commands, for example, DraftWire.py. - Remove the makeCommand() from Draft....
https://forum.freecadweb.org/viewtopic.php?f=23&t=38593
CC-MAIN-2020-45
refinedweb
629
66.74
In this section we will discuss about the PipedReader in Java. java.io.PipedReader reads the characters from pipe. java.io.PipedWriter writes the characters to the output stream which is further read by the PipedReader class. So, the input for the PipedReader is a stream which is written by the PipedWriter. To read the...
http://www.roseindia.net/java/example/java/io/pipedreader.shtml
CC-MAIN-2014-42
refinedweb
360
68.47
. Classes and interfaces supporting hierarchical data are located in the System.Web.UI namespace. There is nothing strange about this choice as these are tools directed to controls supporting hierarchical data. In principle they would not be right for the business logic layer as they are wrappers by their structure, no...
https://gunnarpeipman.com/asp-net-and-hierarchical-data/amp/
CC-MAIN-2022-40
refinedweb
1,162
50.43
12 November 2010 18:24 [Source: ICIS news] By Joseph Chang ?xml:namespace> “There is a pent-up supply of assets in financial sponsor hands that need to come out, so there will be pressure to sell or exit,” said Leland Harrs, managing director at US-based investment bank PrinceRidge Group. “On the buy side, the money’s ...
http://www.icis.com/Articles/2010/11/12/9410177/private-equity-chemical-sales-to-increase-in-2011.html
CC-MAIN-2015-18
refinedweb
194
53
Investors in Ishares Gold Trust (Symbol: IAU) saw new options become available today, for the August 2nd expiration. At Stock Options Channel, our YieldBoost formula has looked up and down the IAU options chain for the new August 2nd contracts and identified the following call contract of particular interest. The call ...
https://www.nasdaq.com/articles/iau-august-2nd-options-begin-trading-2019-06-13
CC-MAIN-2020-45
refinedweb
268
63.7
Chatlog 2012-04-05 From Government Linked Data (GLD) Working Group Wiki See original RRSAgent log or preview nicely formatted version. Please justify/explain all edits to this page, in your "edit summary" text. 14:01:08 <RRSAgent> RRSAgent has joined #gld 14:01:08 <RRSAgent> logging to 14:01:10 <trackbot> RRSAgent, mak...
http://www.w3.org/2011/gld/wiki/Chatlog_2012-04-05
CC-MAIN-2015-40
refinedweb
3,195
55.03
PaHub Access cracked. Yes, I am finially able to access 1 of the channels on the PaHub! from m5ui import * from uiflow import * import i2c_bus import unit setScreenColor(0x222222) tof) while True: i2c0.write_u8(0x00, 0x01) label2.setText(str(tof1.distance)) wait_ms(2) I am using the tof here for this. Thanks for sharin...
https://forum.m5stack.com/topic/1104/pahub-access-cracked/10
CC-MAIN-2020-40
refinedweb
500
82.65
. As part of the series I'll cover architecting the app (this blog) including using beans persistence as a way to save the model, Actions, Undo, the need for an application class, data binding and various other things that come up. In writing a series of blogs around an app I thought it important that the app be compel...
http://weblogs.java.net/blog/2006/01/18/architecting-applications-1-model
crawl-003
refinedweb
650
54.52
The little friend said he wanted to listen to Jay Chou’s music. What website can listen to Jay Chou’s music for free? Then he found that Migu music can listen to Jay Chou’s songs for free. Since he can listen to Jay Chou’s music for free, can’t he climb~ Basic development environment - Python 3.6 - Pycharm import requ...
https://developpaper.com/python-batch-crawls-to-the-music-of-chinese-superstar-jay-chou/
CC-MAIN-2022-05
refinedweb
748
59.09
I) .. Category : modulo .. What method of exponentiation modulo is used in RSA? I need this to verify 2048bit digital signatures. I am implementing it in c ++. Source: Windows Que.. Question – You are given two positive integers a and b. In one move you can increase a by 1 (replace a with a+1). Your task is to find the...
https://windowsquestions.com/category/modulo/
CC-MAIN-2021-21
refinedweb
436
76.32
No software is an island. Every piece of code, dating right back to K&R’s “Hello, world!” C program relies on another program (in the K&R case, the standard I/O library). Over the last thirty years we’ve moved through the genesis of the “object ecosystem” to the point where we couldn’t imagine doing things any other wa...
https://blogs.msdn.microsoft.com/tims/2003/10/27/wsv201-indigo-overview/
CC-MAIN-2016-36
refinedweb
1,071
56.35
Ever use the Collections API? How can you say no?! The Collections framework is probably one of the best API sets available to a Java programmer. Since many parts of our applications use a HashMap, ArrayList, or LinkedList at some point, enhancing the performance of these guys can do a lot for us. HashMap ArrayList Lin...
http://archive.oreilly.com/pub/a/onjava/2002/06/12/trove.html
CC-MAIN-2015-48
refinedweb
531
65.42
Building a design system one brick at a time At PlanGrid, the key to creating a successful design system was to move in small steps that demonstrated value and motivated institutional change. This allowed us to get the right people involved and gain executive buy-in, all while building a strong partnership between desi...
https://medium.com/plangrid-design/building-a-design-system-one-brick-at-a-time-a6233b173742?utm_campaign=Design%2BSystems%2BWeekly&utm_medium=web&utm_source=Design_Systems_Weekly_84
CC-MAIN-2019-30
refinedweb
1,599
50.67
Hello, I have done the SSO between WebSphere Portal 7.0.0.2 and Cognos 10.1. I am getting an exception while accessing the portlets. Unable to process the request. CPS-CCM-1204 The method "initCookie" of the Markup interface failed. A more detailed description of the error that occurred can be found in the log. I have ...
https://www.ibm.com/developerworks/community/forums/html/topic?id=77777777-0000-0000-0000-000014952942&ps=25
CC-MAIN-2016-36
refinedweb
170
71.61
Euler problems/61 to 70 From HaskellWiki Revision as of 03:47, 6 January 2008 1 2: 7 Problem 67 Using an efficient algorithm find the maximal sum in the triangle? Solution: problem_67 = do src <- readFile "triangle.txt" print $ head $ foldr1 g $ parse src where parse :: String -> [[Int]] parse s = map ((map read).words...
http://www.haskell.org/haskellwiki/index.php?title=Euler_problems/61_to_70&diff=18135&oldid=18083
CC-MAIN-2014-49
refinedweb
247
57
Currently temp files are being written to c:\temp and there is not enough space on this drive. How can I set where the raster calculator stores temporary files? import arcpy from arcpy import env env.workspace = r'C:\Project\ArcGIS94beta\AHN2\AHN2.gdb' env.scratchWorkspace = r'C:\Project\ArcGIS94beta\AHN2\AHN2.gdb' Ret...
https://community.esri.com/thread/3051-raster-calculator-temporary-files
CC-MAIN-2019-13
refinedweb
186
66.54
Overview SQL was invented so programmers can abstract out code algorithms meant to handle, manipulate, or transform the data, and not lose the implementation of the algorithm in the details of getting to the data or persisting it. In this goal, SQL has been tremendously successful. It allows the creation of very comple...
http://www.ibm.com/developerworks/opensource/library/x-xqueryprogram/index.html?ca=drs-
CC-MAIN-2014-52
refinedweb
2,927
51.58
09 August 2012 03:33 [Source: ICIS news] By MK Liu SINGAPORE (ICIS)--China's butadiene (BD) spot prices may fall further as demand remains weak while supply is being augmented by imports, industry sources said on Thursday. Domestic BD prices were assessed at yuan (CNY) 17,800-18,000/tonne ($2,798-2,830/tonne) on 8 Augu...
http://www.icis.com/Articles/2012/08/09/9584495/china-bd-may-extend-falls-as-imports-boost-domestic-supply.html
CC-MAIN-2013-48
refinedweb
344
51.01
On Tue, Jul 24, 2001 at 10:04:18AM +0200, Martin Schulze wrote: > > > > Could somebody try to explain this to me? I'm especially interested > > > > in the #if part. Why isn't tIOC defined normally? It is used later. > > > > in the file - and it is used externally by rp-pppoe for example. > > > > > > Overly paranoid att...
http://www.linux-mips.org/archives/linux-mips/2001-07/msg00287.html
CC-MAIN-2015-06
refinedweb
111
73.13
Smart items Through the Builder, you can drag and drop smart items into a scene. These are items that have configurable parameters and actions that can be triggered, like doors that can be opened or levers that can be activated. There is a default collection of smart items in the Builder, but you can also create your o...
https://docs.decentraland.org/development-guide/smart-items/
CC-MAIN-2021-17
refinedweb
2,589
63.39
Latest Version: 0.31 Download: Source: WORD OF WARNING: The source may not match the version of the binaries. I am working to keep them up to date in parallel, but sometimes the source jumps ahead, and sometimes it's a day or two behind. Changes from 0.30: This release introduces a new feature, the ability to load and ...
http://www.mp3car.com/revfe/132254-get-the-latest-version-v0-31-old.html
CC-MAIN-2014-35
refinedweb
316
52.36
. 1. Whodunit? ember-qunit. To eliminate ember-fill-up as a suspect, I used modifiers to recreate the addon. To my surprise and distress, using modifiers didn’t fix the problem. After many trial-and-errors, I found the culprit: ember-qunit. By default, ember-qunit scales the test window so that your app fits inside its...
https://crunchingnumbers.live/2020/06/07/container-queries-cross-resolution-testing/?shared=email&msg=fail
CC-MAIN-2022-27
refinedweb
1,495
58.18
I’m new to coding in general, but I went for this anyway. I was following the coin lip tutorial, and halfway through I was told to do truffle compile. I ran the code in the terminal and It comes back to this every time. The Coin Flip tutorial is not a beginner tutorial. I’d recommend starting with: At the top of every ...
https://forum.moralis.io/t/compilation-failed/334
CC-MAIN-2021-43
refinedweb
355
61.53
In continue to the previous post here is another great walkthrough by ftponline web site author Thiru Thangarathinam regard XSLT performance but I find it also focus on object extensions during XSL transform process. This time its being done using the new XslCommand class that ship with Framework2 and is the core class...
http://weblogs.asp.net/guys/
crawl-002
refinedweb
1,690
52.23
Content-type: text/html #include <sys/types.h> #include <sys/procset.h> #include <sys/priocntl.h> #include <sys/rtpriocntl.h> #include <sys/tspri sets or both. POP_XOR: EAGAIN An attempt to change the class of a process failed because of insufficient resources other than memory (for example, class-specific kernel data ...
https://backdrift.org/man/SunOS-5.10/man2/priocntlset.2.html
CC-MAIN-2017-47
refinedweb
146
52.66
Petal - Perl Template Attribute Language - TAL for Perl! in your Perl code: use Petal; my $template = new Petal ('foo.xhtml'); print $template->process (bar => 'BAZ'); in foo.xhtml <html xmlns: <body tal:Dummy Content</body> </html> and you get something like: <html> <body>BAZ</body> </html>. Let's say you have the fol...
http://search.cpan.org/dist/Petal/lib/Petal.pm
crawl-002
refinedweb
2,449
64
#include <Dhcp4.h> Definition at line 373 of file Dhcp4.h. The completion status of transmitting and receiving. Definition at line 377 of file Dhcp4.h. If not NULL, the event that will be signaled when the collection process completes. If NULL, this function will busy-wait until the collection process competes. Definit...
https://dox.ipxe.org/structEFI__DHCP4__TRANSMIT__RECEIVE__TOKEN.html
CC-MAIN-2020-24
refinedweb
258
71.41
This patch handles trigram generation "short" identifiers and queries. Trigram generator produces incomplete trigrams for short names so that the same query iterator API can be used to match symbols which don't have enough symbols to form a trigram and correctly handle queries which also are not sufficient for generati...
https://reviews.llvm.org/D50517
CC-MAIN-2019-09
refinedweb
698
51.18
Opened 12 years ago Closed 6 years ago Last modified 6 years ago #3624 closed defect (fixed) invalid link when using more than one tag in tagged Description tagged:"tag1 tag2" results to /tags?q=%27%22tag1+tag2%22%27, not to /tags?q=%27tag1+tag2%27 as expected Attachments (0) Change History (7) comment:1 Changed 9 year...
https://trac-hacks.org/ticket/3624
CC-MAIN-2020-34
refinedweb
206
71.14
I've seen a couple of negative blog posts recently about WebMatrix and LightSwitch. See for example this post Microsoft's WebMatrix - Why You Aren't Going To Use It I don't think the criticism is entirely fair. It's all about diversity, providing an entry point and targetting as many people as possible. The blog post a...
http://channel9.msdn.com/Forums/Coffeehouse/565993-WebMatrix
crawl-003
refinedweb
302
68.36
30 August 2012 06:05 [Source: ICIS news] SINGAPORE (ICIS)--Shell Chemicals will shut its 75,000 tonne/year isopropanol (IPA) plant on Pulau Bukom in ?xml:namespace> The shutdown will worsen the current product shortages and boost spot prices in “Shell is putting its customers on allocation in September and October. We ...
http://www.icis.com/Articles/2012/08/30/9591084/shell-to-shut-singapore-ipa-plant-for-maintenance-in-sept-sources.html
CC-MAIN-2014-52
refinedweb
173
53.75
Many times you don’t want to trouble friends for help with menial tasks like moving furniture. But sometimes you need to step out and ask. Your friends are always happy to help, and after the heavy lifting is done you see how easy it can be. R likes to move furniture. It’s okay with moving a small table across the room...
https://www.r-bloggers.com/vroom-vroom-speeding-up-r-with-c/
CC-MAIN-2016-40
refinedweb
735
73.78
Coding Beginner's Guide: the Life of an HTTP Request An HTT-what request?An HTT-what request? Open your favorite browser and type "" in the address bar. You'll see Codementor's home page show up right away. It might look simple, but there's quite a story involved in how the browser showed you that page! That story star...
https://www.codementor.io/ykosbie/take-better-control-with-actionfilters-du107wjry
CC-MAIN-2018-17
refinedweb
998
75.71
- << How Much Memory Does That String Take? Last updated Mar 14, 2003. Computing the amount of available memory is somewhat involved, because it depends not only on how much physical memory is in the system, but also how much memory all running processes currently use. I chose to ignore computing available memory, and ...
http://www.informit.com/guides/content.aspx?g=dotnet&seqNum=682
CC-MAIN-2015-18
refinedweb
644
57.16
Credit: Den Rise. When an organization was split across more than one site it connected its networks with a leased line. In the 1970s this was dedicated un-switched copper wiring provided by a phone network to run a proprietary protocol such as DECnet.3 Leasing a physical wire across hundreds or thousands of miles was ...
https://www.tefter.io/bookmarks/624039/readable
CC-MAIN-2021-43
refinedweb
2,701
53.1
A production version of the ZipService would probably use a database like SQL Server or Oracle to provide data for the service. To keep the example self-contained, an XML file (shown in Example 10-7) containing zip code information is used. The file contains only partial data for two cities, but can easily be extended ...
https://flylib.com/books/en/1.106.1.86/1/
CC-MAIN-2021-31
refinedweb
1,289
59.19
What's with canvas in Pythonista 3. I want to draw some simple mostly path based things so I decided to try canvas, For one reason or another I've never used it. I started with the first example (red circle) clicking on "open in editor" and running. Nothing visible happens. I know it is running because I can add print ...
https://forum.omz-software.com/topic/3284/what-s-with-canvas-in-pythonista-3
CC-MAIN-2019-04
refinedweb
2,214
76.42
So I wanted to figure out a way to read multiple text files in a directory and pickle them together to form a data.pkl file. So far I tried as below: Code: import _pickle as cPickle file1=open('/home/mustafa/data/raw.en/raw.en','rb') obj=[file1.read()] pickle.dump(obj,open('data.pkl','wb'),4) How you use the data would...
https://codedump.io/share/O8FMlPj8MHZZ/1/pickle-multiple-files-in-a-directory
CC-MAIN-2018-26
refinedweb
210
65.52