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
29 August 2008 15:04 [Source: ICIS news] TORONTO (ICIS news)--Bayer CropScience confirmed reports on Friday that one worker died and a second one was injured in an explosion and fire at its West Carbamoylation Center near Charleston, West Virginia. ?xml:namespace> The explosion occurred at around 10:25 pm local time on...
http://www.icis.com/Articles/2008/08/29/9152821/BayerCrop-confirms-worker-killed-in-US-accident.html
CC-MAIN-2013-20
refinedweb
197
52.12
Tim Bray Says RELAX 180 Posted by ScuttleMonkey from the holy-war-schema-2.7 dept. from the holy-war-schema-2.7 dept. twofish writes to tell us that Sun's Tim Bray (co-editor of XML and the XML namespace specifications) has posted a blog entry suggesting RELAX NG be used instead of the W3C XML Schema. From the blog: ."...
http://tech.slashdot.org/story/06/12/05/0025208/tim-bray-says-relax?sdsrc=next
CC-MAIN-2014-10
refinedweb
4,370
70.33
Problem: Jupyter (Sage) with Numba and pypy I install it by: pip3 install numba How to use and import numba, pypy in sage. I get: ModuleNotFoundError: No module named 'numba' when I run the following code (from... ) from numba import jit import numpy as np import time x = np.arange(100).reshape(10, 10) @jit(nopython=Tr...
https://ask.sagemath.org/question/51098/problem-jupyter-sage-with-numba-and-pypy/?sort=oldest
CC-MAIN-2021-21
refinedweb
116
70.29
Get the highlights in your inbox every week. Learn to debug code with the GNU Debugger | Opensource.com Learn to debug code with the GNU Debugger Troubleshoot your code with the GNU Debugger. Download our new cheat sheet. Subscribe now The GNU Debugger, more commonly known by its command, gdb, is an interactive console...
https://opensource.com/article/21/3/debug-code-gdb?sc_cid=7016000000127ECAAY&fbclid=IwAR0-hiTC7aLBMiDbFjYnT7xprA-hA8WQ0ydiAUL4SyoSg-ViMZ75LkedxYI
CC-MAIN-2022-05
refinedweb
1,742
60.35
LINQ stands for Language-INtegrated Queries and basically makes queries first citizens of the .NET languages such as C# and VB.NET (i.e., makes them available in the IntelliSense of Visual Studio 2008). We can use LINQ with any data source. We can express efficient query behavior in our programming language of choice, ...
https://www.codeproject.com/Articles/417819/Learning-LINQ-LINQ-to-SQL-provider
CC-MAIN-2019-18
refinedweb
1,726
54.02
Qml Menu outside client Area not show When I import QtQuick.Controls 2.1 to open a menu, if the menu size(height) exceed the client height, the exceeded part are clipped. it seems that the menu not in float state, not like a custom menu. but if I import QtQuick.Controls 1.4 it seems the menu to be a custom style, and c...
https://forum.qt.io/topic/85631/qml-menu-outside-client-area-not-show
CC-MAIN-2022-21
refinedweb
331
66.23
Images Now that we have seen the basic features of modules, objects, and methods, let's look at how they can solve real-world problems. For our running example, we will write some programs that display and manipulate pictures and other images. Suppose you have a file called pic207.jpg on your hard drive and want to dis...
https://www.pythonstudio.us/computer-science/images.html
CC-MAIN-2019-22
refinedweb
564
68.47
Hi My project is to create a Water level for two tanks. For now, I’m making the test with one sensor and the second sensor is not part of my problem. One bug at the time so lets look at my problem for one water tank. I’m using ultrasonic sensor (Waterproof sensor JSN SR04T) Work nice. I want one LCD 16X2 oriented verti...
https://forum.arduino.cc/t/lcd-progressbar-visible-numbers-instead-of-squares/492790
CC-MAIN-2022-21
refinedweb
624
68.26
#include <sys/types.h> #include <sys/times.h> clock_t times (buffer) struct tms *buffer; struct tms { clock_t tms_utime; clock_t tms_stime; clock_t tms_cutime; clock_t tms_cstime; }; This information comes from the calling process and each of its terminated child processes for which it has executed a wait. All times ar...
http://osr507doc.xinuos.com/en/man/html.S/times.S.html
CC-MAIN-2019-30
refinedweb
196
55.95
Perl Pragma Primer (2/2) Perl Pragma Primer Compile-Time Hints On the previous page, I mentioned that the use statement is executed during the compile-phase of a script, and that standard modules can therefore export their various symbols (variables, functions, etc.) so they're available anywhere in the current package...
http://www.webreference.com/programming/perl/pragmas/2.html
CC-MAIN-2014-35
refinedweb
1,599
54.26
Nuxt.js is a powerful and simple framework built to create universal, server-side rendered applications using Vue.js. It was inpsired by Next; React’s server-side rendering (SSR) framework. Nuxt was created by Alex & Sébastien Chopin and has gained a lot of attention in 2017. So much so, that the Chopin Brothers have b...
https://alligator.io/vuejs/server-side-rendering-with-nuxtjs/
CC-MAIN-2019-09
refinedweb
1,293
56.25
Easily create a Sublime text Color Scheme with as little as six lines of code Project description SublimeScheme allows you to easily create a Sublime text Color Scheme with a minimum of six lines of code. Installation pip install sublimescheme Note or otherwise download the zipped file or executable from the Python Pac...
https://pypi.org/project/Sublimescheme/1.0.2/
CC-MAIN-2019-51
refinedweb
578
50.84
how to set ' " ' in QString - victor wang Hi All, I'm using qt5.5 on my computer. And I try to set a command like bellow. /usr/sbin/wpa_cli -i wlan0 set_network psk '"iPhone"' So I write this way in my program. QString wifi = "iPhone"; QString command = "/usr/sbin/wpa_cli -i wlan0 set_network psk '\""+wifi+"\"'"; QStri...
https://forum.qt.io/topic/82579/how-to-set-in-qstring
CC-MAIN-2018-30
refinedweb
218
76.62
The following form allows you to view linux man pages. (): _BSD- mat S_ISSOCK(m) socket? (Not in POSIX.1-1996.) The following flags are defined for the st_mode field: lB l l.-user-ID bit S_ISGID 0002000 set-group-ID bit (see below) S_ISVTX 0001000 sticky bit (see below) S_IRWXU 00700 mask for file owner permissions S_I...
http://www.linuxguruz.com/man-pages/fstatat64/
CC-MAIN-2017-43
refinedweb
290
72.56
Chrome. To create a new code snippet, open the Chrome DevTools, select the "Sources" panel, and then the "Snippets" tab on the left. It is next to the page's own scripts and loaded extensions' tabs. Right click anywhere in the snippets' list and select "New" option. To quickly execute a code snippet, press CMD+Enter or...
https://glebbahmutov.com/blog/performance-profiling-using-devtools-code-snippets/
CC-MAIN-2018-51
refinedweb
1,086
56.05
You can subscribe to this list here. Showing 25 50 100 250 results of 113 The magic goal is=20 maven xjavadoc It needs to be run at the top level and it will create a single combined javadoc set. I have run this for M4 and I will upload it to sourceforge shortly. James On 4/30/05, Jody Garnett <jgarnett@...> wrote: > P...
http://sourceforge.net/p/geotools/mailman/geotools-gt2-users/?viewmonth=200504
CC-MAIN-2015-06
refinedweb
4,172
58.08
Thomas G. Apostolou wrote: >. (...) > > My problems and questions are: > 1) I cannot get to find where cms module is to import ImageComponent > 2) What exactly is the id i sould pass and where is the table that contains > the BLOB image field passed? the "id=666" suggests me i'm the author of the reply you quoted above...
http://sourceforge.net/p/webware/mailman/message/14167441/
CC-MAIN-2014-23
refinedweb
442
58.89
aldjemy 0.8.0 SQLAlchemy to Django integration library Base Small package for integration SQLAlchemy into an existent Django project. The primary use case of this package is building complex queries that are not possible with the Django ORM. You need to include aldjemy at the end of INSTALLED_APPS. When models are impo...
https://pypi.python.org/pypi/aldjemy
CC-MAIN-2018-13
refinedweb
513
51.85
Humanitarian OSM Tags/operational status Discussion There is discussion to replace operational_status=* with disused=* and abandoned=* for HDM purposes. Argument against is that the absence of a disused=yes tag does not implicitly confirm that the feature is indeed open. It is important in disaster response to know if ...
http://wiki.openstreetmap.org/wiki/Humanitarian_OSM_Tags/operational_status
CC-MAIN-2014-15
refinedweb
217
62.38
Sections - Self-referential data visualisation II: ggplot and nvd3 - Manufacturers and Devices - Google and Android - Apps and Services - Hardware - Security - Military Artificial Intelligence - Cloud and Digital Transformation - Wearables and The Internet of Things - Software Development - Blogging and Tweeting - Work...
https://importdigest.co.uk/2015/10/07/week-40-2/
CC-MAIN-2021-25
refinedweb
2,963
50.06
How would something like diff <(echo aoeu) <(echo snth) "diff <(echo aoeu) <(echo snth)".! <() import scala.sys.process._ def diff(one: String, two: String): String = Seq( "bash", "-c", """ diff <(printf '%s\n' "$1") \ <(printf '%s\n' "$2"); retval=$? (( retval == 1 )) || exit "$retval" """, "_", one, two).!! This can ...
https://codedump.io/share/srCrSEjUt6dj/1/how-to-do-bash-process-substitution-in-scala
CC-MAIN-2017-04
refinedweb
282
52.6
What is CSV? CSV (Comma Separated Values) format is the most common import and export format for spreadsheets and databases. A csv file contains a number of rows, each containing a number of columns, usually separated by commas. CSV Module To read (cvs) files you can simply loop over the lines and use split method to g...
http://www.pythonforbeginners.com/systems-programming/using-the-csv-module-in-python/
CC-MAIN-2014-15
refinedweb
624
61.16
Understanding Struts Controller Understanding Struts Controller In this section I will describe you the Controller.... It is the Controller part of the Struts Framework. ActionServlet is configured Struts Dear Sir , I am very new in Struts and want to learn about validation and custom validation. U have given in a such...
http://www.roseindia.net/tutorialhelp/comment/14347
CC-MAIN-2014-49
refinedweb
1,602
67.45
Teensyduino 1.20 has been officially released. Teensyduino 1.20 has been officially released. just a reminder, can detachInterruptVector be added to the next Teensyduino version? Just installed the 1.20 version. Should the USB host shield library be fetched externally? I haven't seen it being included in the installer....
https://forum.pjrc.com/threads/26776-Teensyduino-1-20-Released?s=9d29358bf5d37228614592c04d0ea6c7
CC-MAIN-2019-43
refinedweb
2,563
64.2
Guest Forgaria Posted June 27, 2005 (edited) Hello ! As the title says, I'm totally new in AutoIT. I have found this little piece of code which seems quiet close to what I wanna do : $top = 415 $left = 500 $bottom = 420 $right = 505 Func waitForTrade($left,$top,$right,$bottom) $checksum = PixelChecksum($left,$top,$righ...
https://www.autoitscript.com/forum/topic/12976-complete-noob-trying-to-learn/
CC-MAIN-2018-43
refinedweb
161
59.09
{-# LANGUAGE Trustworthy #-} {- |'ed. -} module LIO.Concurrent ( -- * Forking simple threads forkLIO -- * Forking threads that return results , LabeledResult , lFork, lForkP -- * Waiting on threads , ResultExceedsLabel(..) , lWait, lWaitP , trylWait, trylWaitP , timedlWait, timedlWaitP -- * Labeled MVars , module LIO.C...
http://hackage.haskell.org/package/lio-0.11.3.0/docs/src/LIO-Concurrent.html
CC-MAIN-2016-30
refinedweb
567
57.57
If you've worked with property keys, say with Windows Portable Devices, you've probably run across this macro. The Sensor platform would require you to define your own property keys if, say, you want to define a custom sensor data type. This macro isn't currently well documented (we're working to fix that), so it can b...
http://blogs.msdn.com/b/jimtravis/archive/2009/03/31/the-define-propertykey-macro.aspx
CC-MAIN-2013-20
refinedweb
205
58.42
C# Sharp Basic Algorithm Exercises: Compute the sum of three given integers. If the two values are same return the third value C# Sharp Basic Algorithm: Exercise-55 with Solution Write a C# Sharp program to compute the sum of three given integers. If the two values are same return the third value. Pictorial Presentatio...
https://www.w3resource.com/csharp-exercises/basic-algo/csharp-basic-algorithm-exercises-55.php
CC-MAIN-2019-18
refinedweb
251
64.2
> We talked about it in bug-cc-mode just after CC Mode 5.30 had been > released. (Subject: Advising in cc-awk.el and namespace Date: Wed, 09 > Jul 2003 13:20:20 -0400). I drew attention then (Jul 2003) to the patch > I had submitted in 2002, which you acknowledged. However, the topic of > conversation drifted onto why ...
http://lists.gnu.org/archive/html/emacs-devel/2005-03/msg00457.html
CC-MAIN-2016-07
refinedweb
566
73.07
testing sbt plugins. scripted test framework. To be precise, the framework is made available via scripted-plugin ported by Artyom Olshevskiy known as siasia, which is part of the official codebase. step 1: snapshot Before you start, set your version to a -SNAPSHOT one because scripted-plugin will publish your plugin lo...
http://eed3si9n.com/node/41
CC-MAIN-2017-51
refinedweb
502
52.66
Originally posted by Ilja Preuss: I find it to be quite usefull to have a name for it: "Gee, I always forget to call super.foo() when I override this method in subclasses." "Why don't you use Template Method instead?" "Well, good question. Why didn't I think of it???" Originally posted by David Hibbs: [QB] public inter...
http://www.coderanch.com/forums/posts/list/40/99278
CC-MAIN-2014-15
refinedweb
933
65.01
- server Introduction Let’s first see how the Restlet Framework can listen to client requests and reply to them. We will use the internal Restlet HTTP server connector (even though it is possible to switch to others such as the one based on Jetty) and return a simple string representation “hello, world” as plain text....
https://restlet.talend.com/documentation/user-guide/2.4/introduction/first-steps/first-server
CC-MAIN-2020-16
refinedweb
149
51.18
Hi guys! I’ve encounter a bunch of problems during my arduino-job, so, here i am. I’ve read almost all the topics that refers to arduino-midi but, however, i’m stuck. My problem is: i want to send program changes from my guitar pedalboard to arduino, and enlight the led if is right. Now, my code is #include <MIDI.h> #d...
https://forum.arduino.cc/t/arduino-midi-input/122067
CC-MAIN-2022-05
refinedweb
104
78.35
Solution for Programmming Exercise 9.4 This page contains a sample solution to one of the exercises from Introduction to Programming Using Java..) There's really not a lot to think about here, since such a complete algorithm is given. However, we do have to assemble the pieces. I use the standard binary tree node from ...
http://math.hws.edu/javanotes/c9/ex4-ans.html
crawl-001
refinedweb
563
76.42
Created on 2012-10-24 07:14 by Bbb, last changed 2012-10-27 11:00 by hynek. This issue is now closed. When using map_async() my callbacks don't get called back. When using apply_async() they do get called. CODE: from multiprocessing import Pool,TimeoutError from time import sleep servers=["s1","s2","s3","s4","s5","s6"]...
http://bugs.python.org/issue16307
CC-MAIN-2016-40
refinedweb
645
68.16
GrowlerMembers Content count17 Joined Last visited About Growler - RankMember - @Parasyte oh my! How did you get those beautifully animated windmills? Are those just animated sprites (like any other sprite) placed on tiled? - @Parasyte thanks so much! - @Parasyte Am I still doing it wrong? Please see above - Hi @Parasy...
http://www.html5gamedevs.com/profile/27784-growler/
CC-MAIN-2017-47
refinedweb
1,083
62.14
[B]What is Program about?[/B] I am working on this program which will keep getting input from user until 0 is entered. when 0 is entered program will show which was the largest and the smallest number of all the numbers entered. [B]What is the error?[/B] Program below works and when I enter 0 it shows the largest value...
http://www.javaprogrammingforums.com/whats-wrong-my-code/33334-program-determines-lagest-smallest-number.html
CC-MAIN-2014-15
refinedweb
218
56.76
I'm trying to learn to use wait and notify. I need an application that every 10 seconds ask to the user if the thread has to continue working or not. If not (the user presses n) the thread has to wait until the user writes 'y' on the console. I have to use wait and notify but I don't know how to. I'm trying to implemen...
https://codedump.io/share/azreKWITVAxP/1/wait-and-notify-as-controller-worker-synchronization
CC-MAIN-2017-39
refinedweb
375
61.36
Archive for May, 2010 Ubuntu.Read Full Post | Make a Comment ( 1 so far )); .... Python + ROOT in Ubuntu Lucid Lynx I recently tried to get ROOT in Python (also known as PyROOT) working under the latest Ubuntu release (Lucid Lynx). It took me a while until I figured out that I installing the Ubuntu package libroot-pyth...
https://aholzner.wordpress.com/2010/05/
CC-MAIN-2017-26
refinedweb
104
67.96
The most difficult first use was IO actions: We've seen that, by using monads, we can get away from the problems plaguing the RealWorld solution to IO presented in the chapter IO. The second use was representing different types of computations in the section on Classes-computations. In both cases, we needed a way to se...
https://en.m.wikibooks.org/wiki/Haskell/YAHT/Monads
CC-MAIN-2015-27
refinedweb
4,855
60.69
How to test React components with Mocha, Chai & Enzyme Recommended alternative: Instead of Mocha/Chai, using Jest as test runner and assertion library for unit, integration and snapshot tests. Before setting up the test setup with different testing libraries and writing the React component tests, you will need a simple...
https://www.robinwieruch.de/react-testing-mocha-chai-enzyme-sinon/
CC-MAIN-2019-35
refinedweb
5,198
65.01
HOUSTON (ICIS)--Here is Wednesday’s midday ?xml:namespace> CRUDE: Mar WTI: $97.09/bbl, down 32 cents; Mar Brent: $107.86/bbl, up 45 cents NYMEX WTI crude futures gave back a good portion of Tuesday’s gains in response to the weekly supply statistics from the Energy Information Administration (EIA) showing a much-greate...
http://www.icis.com/resources/news/2014/01/29/9748464/noon-snapshot-americas-markets-summary/
CC-MAIN-2016-26
refinedweb
312
61.33
#include <cafe/mic.h> int MICOpen(mic_handle_t h_mic); A value of MIC_ERROR_NONE (zero) indicates success and any other value indicates the type of error that was encountered. MIC_ERROR_INV_ARG is returned if an invalid handle is passed in. MIC_ERROR_NOT_INIT is returned when the MICOpen is called before MICInit. MIC_E...
http://anus.trade/wiiu/personalshit/wiiusdkdocs/fuckyoudontguessmylinks/actuallykillyourself/AA3395599559ASDLG/av/mic/mic_open.html
CC-MAIN-2018-05
refinedweb
255
54.93
How do you read the file line by line?How do you read the file line by line?Code: #include <iostream> #include <fstream.h> #include <conio.h> #include <string> #define file "C:/Folder/File.txt" int main() { string word=""; ofstream a(file); a << "This is the first line." << endl; a << "This is the second line." << endl...
http://cboard.cprogramming.com/cplusplus-programming/17631-question-i-o-streaming-streams-printable-thread.html
CC-MAIN-2014-15
refinedweb
138
97.3
ExfileB2 A Backblaze B2 adapter for Exfile. ExfileB2 uses a local file-based cache to speed up file accesses and reduce bandwidth needs especially when doing processing. The default maximum is 100 MB, you can configure this to any amount you need. ExfileB2 uses B2Client to interface with Backblaze B2. If you want to us...
https://hexdocs.pm/exfile_b2/readme.html
CC-MAIN-2022-27
refinedweb
166
51.04
How to Create Your Own jQuery Plugin Elijah Manor | April 4th, 2010 If you have never created a jQuery plugin, it takes just a few simple steps to get started. By following a handful of guidelines, you can develop a plugin that behaves and feels like a native jQuery method. Before I begin describing these guidelines, I...
https://msdn.microsoft.com/en-us/magazine/ff608209.aspx
CC-MAIN-2017-22
refinedweb
2,661
54.02
In the last post, we took a quick look at the basics of Monte Carlo simulation, and used a simple simulation to get the probabilities of various outcomes in the first roll of Zombie Dice. In this post, we’ll extend our simulation to play turns for us, based on a strategy that we can define. We’ll try several different ...
https://phaethonprime.wordpress.com/2015/05/11/zombie-dice-strategy-evaluation/
CC-MAIN-2019-13
refinedweb
1,687
78.48
This article) Later articles will build production-ready Finite Difference and Monte Carlo solvers to solve more complicated derivatives. Why Python? Python has a reputation primarily as a scripting language, functioning as "glue" between other codebases. The QuantStart team, however, believe that with tools such as Nu...
https://quantstart.com/articles/European-Vanilla-Call-Put-Option-Pricing-with-Python/
CC-MAIN-2022-27
refinedweb
1,092
51.99
C# Tea TimeRandom ramblings on C#, life at Microsoft, and other technology facets I find interesting. Evolution Platform Developer Build (Build: 5.6.50428.7875)2005-09-29T11:24:00ZEnvironment Agnostic Tests<p><strong>What is an environment agnostic test?</strong> <br />This is a test which will execute successfully no ...
http://blogs.msdn.com/b/eric/atom.aspx
CC-MAIN-2013-48
refinedweb
2,570
54.12
Welcome, Python coder! If you've learned the basics of Python and want to start designing powerful GUI applications, this book is for you. By now, you have no doubt experienced the power and simplicity of Python. Perhaps you've written web services, performed data analysis, or administered servers. Perhaps you've writt...
https://www.packtpub.com/product/python-gui-programming-with-tkinter/9781788835886
CC-MAIN-2022-27
refinedweb
4,494
60.95
AI with Python – Unsupervised Learning: Clustering Unsupervised machine learning algorithms do not have any supervisor to provide any sort of guidance. That is why they are closely aligned with what some call true artificial intelligence. In unsupervised learning, there would be no correct answer and no teacher for the...
https://scanftree.com/tutorial/python/artificial-intelligence-with-python/ai-python-unsupervised-learning-clustering/
CC-MAIN-2022-40
refinedweb
2,310
56.15
CMG server authentication certificate Applies to: Configuration Manager (current branch) The first step when you set up a cloud management gateway (CMG) is to get the server authentication certificate. The CMG creates an HTTPS service to which internet-based clients connect. The server requires a server authentication ...
https://docs.microsoft.com/en-us/mem/configmgr/core/clients/manage/cmg/server-auth-cert
CC-MAIN-2021-17
refinedweb
1,428
50.02
Groovy string changes when used in URI addQueryParam The following is part of a script to make a Rest query using HTTPbuilder. The aim is to make successive queries and increment the day each time. The value of the StartDate and EndDate string change when they are used in the uri.addQueryParam and the ':' character sho...
http://quabr.com/48758753/groovy-string-changes-when-used-in-uri-addqueryparam
CC-MAIN-2018-34
refinedweb
1,837
51.55
Our volunteers haven't translated this article into Türkçe yet. Join us and help get the job done! You can also read the article in English (US). We're now ready to add the code to display our first full page — a home page for the LocalLibrary website that shows how many records we have of each model type and provides ...
https://developer.mozilla.org/tr/docs/Learn/Server-side/Django/Home_page
CC-MAIN-2017-47
refinedweb
2,813
60.85
Get the property and bag from an invocation path like bag.subbag.prop . More... #include <rtt/scripting/PropertyParser.hpp> Get the property and bag from an invocation path like bag.subbag.prop . Definition at line 55 of file PropertyParser.hpp. The locator tries to go as far as possible in the bag-to-property path and...
http://www.orocos.org/stable/documentation/rtt/v2.x/api/html/classRTT_1_1scripting_1_1PropertyParser.html
CC-MAIN-2015-06
refinedweb
112
51.75
Have you ever found multi-threading and thread synchronization difficult tasks in Win32? Then try these classes. Here I provide a small code library that will give you tools for creating multi-threaded applications in the C++ way, with out using MFC. If you have done multi-threading in Java and got fed up with the thre...
http://www.codeproject.com/Articles/5218/Synchronized-multi-threading-in-C-No-MFC?msg=1458574
CC-MAIN-2015-11
refinedweb
1,254
62.27
A Gentle Introduction to Functional JavaScript If anyone has questions you can tweet me at @ChetHarrison Functional Programming tends to intimidate people with the academic terms borrowed from Category Theory to describe interfaces known as “Algebraic Structures”. JavaScript was not designed to be a functional language...
https://devhub.io/repos/ChetHarrison-A-Gentle-Introduction-to-Functional-JavaScript
CC-MAIN-2020-29
refinedweb
3,004
62.48
The January CTP of Orcas is now available, and with it comes a total of 12 new cryptography algorithm implementation classes, which include 2.5 new algorithms. (I'll count AES as 0.5 since we did already have Rijndael 🙂 ). These classes also are the first set of managed wrappers around the new CNG APIs in Windows Vist...
https://blogs.msdn.microsoft.com/shawnfa/2007/01/17/new-crypto-algorithms-in-orcas/
CC-MAIN-2019-26
refinedweb
657
55.95
06 February 2019 0 comments Web development, ReactJS, JavaScript tl;dr; You can use error instanceof window.Response to distinguish between fetch exceptions and fetch responses. When you do something like... const response = await fetch(URL); ...two bad things can happen. Either way, your React app needs to deal with t...
https://www-origin.peterbe.com/plog/displaying-fetch-errors-in-react
CC-MAIN-2021-04
refinedweb
544
60.51
CodePlexProject Hosting for Open Source Software Hello, Please find a re-pro project at As you can tell in the project, I have 3 modules. Orders and Products can be accessed from the buttons below or clicking on the links on the left hand side of the screen. As you can see, each of the Orders and Product Modules have a...
http://compositewpf.codeplex.com/discussions/357015
CC-MAIN-2017-39
refinedweb
953
52.8
Hi, The following code keeps giving me a syntax error message for the if statement and the else statement. I am really not sure why. Can anyone provide some insight? Thanks. Here is the error message Traceback (most recent call last): File "C:\Python33\random_test.py", line 30, in <module> main() File "C:\Python33\rand...
http://forums.devshed.com/python-programming-11/syntax-error-message-940410.html
CC-MAIN-2016-26
refinedweb
159
51.24
The examples shown here use the Python module Pybel, included with the Open Babel distribution. Although it's a Python module, all of the hard work is done by the underlying C++ library. Convert an SD file to a spreadsheet Given an SD file with calculated descriptor values in the fields, I want to write out a Tab-separ...
http://baoilleach.blogspot.com/2007/07/pybel-hack-that-sd-file.html
CC-MAIN-2016-30
refinedweb
1,351
64.91
02 February 2006 06:57 [Source: ICIS news] ?xml:namespace> The company’s operating profit fell to Yen34.2bn ($288.8m/Euro239.8m) in the quarter ended 31 December, down from Yen34.5bn a year earlier. The cost of naphtha, feedstock for Asahi Kasei’s 500,000 tonne/year cracker at Mizushima, Okayama Prefecture, jumped 35.1...
http://www.icis.com/Articles/2006/02/02/1038968/asahi-kasei-q3-op-profit-falls-1.1.html
CC-MAIN-2014-49
refinedweb
266
72.73
Modules We know from experience it’s unruly to have all of our functions in the same file and scope. In this lesson we’re going to cover how to group functions and define a specialized map known as a struct in order to organize our code more efficiently. Modules Modules allow us to organize functions into a namespace. ...
https://elixirschool.com/en/lessons/basics/modules/
CC-MAIN-2022-27
refinedweb
1,250
64.61
Expressions Consider the following series of statements: Each of these statements defines a new variable and initializes it with a value. Note that the initializers shown above make use of a variety of different constructs: literals, variables, and operators. Somehow, C++ is converting each of these literals, variables...
https://www.learncpp.com/cpp-tutorial/introduction-to-expressions/
CC-MAIN-2021-17
refinedweb
1,388
63.7
TRADE TRADE Aug 28 - Sep 03, 2000 Aug 28 - Sep 03, 2000 Textile Vision-2005 okayed The Economic Advisory Board (EAB) has approved 'Textile Vision-2005' which envisages an investment of $6 billion over the next five years in textile sector by shifting from 'performance to value-added exports' and by lifting export to $1...
http://www.pakistaneconomist.com/issue2000/issue35/news5.htm
CC-MAIN-2018-05
refinedweb
847
52.19
I don’t really understand the solution. The first section of code is the answer provided. def x_length_words(sentence, x): words = sentence.split(" ") for word in words: if len(word) < x: return False return True And this is my solution: def x_length_words(sentence,x): new=sentence.split(" ") for i in new: if len(i)>=x...
https://discuss.codecademy.com/t/what-is-the-logic-behind-returning-true-or-false-first/459896/12
CC-MAIN-2020-34
refinedweb
112
67.45
You may also want to call your DLL function directly from Delphi. No more comments, just a sample code: program A; {$APPTYPE CONSOLE} uses Windows, System.SysUtils; var res : Integer; dll_handle: THandle; MyFunction: function(param: integer): Integer stdcall; begin res := 0; dll_handle := LoadLibrary('My.DLL'); if (0 <...
http://blogs.embarcadero.com/miso/atom
CC-MAIN-2016-18
refinedweb
832
53.51
Name des_read_password, des_read_2passwords, des_read_pw_string, des_read_pw — Compatibility user interface functions Synopsis #include <openssl/des_old.h> int des_read_password(DES_cblock *key,const char *prompt,int verify); int des_read_2passwords(DES_cblock *key1,DES_cblock *key2, const char *prompt,int verify); int...
https://doc.ecoscentric.com/ref/openssl-crypto-ui-compat.html
CC-MAIN-2022-27
refinedweb
271
53.31
Created on 2009-10-23 14:07 by dalke, last changed 2010-06-23 05:49 by ronaldoussoren. This issue is now closed. I have Firefox and Safari installed on my Mac. Safari is the default. I wanted to try out Crunchy (). It's developed under Firefox and does not work under Safari. I tried. ;) It starts the web browser with t...
http://bugs.python.org/issue7192
CC-MAIN-2015-35
refinedweb
787
67.04
On Fri, Feb 05, 1999 at 02:52:59AM -0600, Klaus Weide wrote: > On Fri, 5 Feb 1999, Henry Nelson wrote: > > > A lot of the CTRACE calls are still feeding english to the output > > [...] > > My opinion is that there is entirely too much CTRACE code in place. > > It should all be able to be turned off with a compile time ...
http://lists.gnu.org/archive/html/lynx-dev/1999-02/msg00305.html
CC-MAIN-2015-18
refinedweb
194
72.56
What could be more exciting than a blog post that combines the two MOST EXCITING concepts in software engineering today: Batch Processing and Testing!? Talk about two great tastes! With - Summary of Key Points What this post is NOT: - An in-depth review of Cucumber - An in-depth or even introduction to Spring Batch (Fo...
https://keyholesoftware.com/2018/04/09/cucumber-testing-in-spring-batch/
CC-MAIN-2018-43
refinedweb
2,112
59.94
This is the second article in a series of showing how System.Diagnostics classes in .NET SDK can be used to get information about the running process. In my first article “Using Diagnostic Classes In The .NET SDK”, I tried to create an application that shows some static information about the processes that are running ...
https://www.codeproject.com/Articles/908/NET-Diagnostics-II-A-Threads-Monitoring-Applicati
CC-MAIN-2019-47
refinedweb
839
57.57
caster Multicast, thread-safe, and fast logger. See all snapshots caster appears in Module documentation for 0.0.3.0 There are no documented modules for this package. caster caster is a multicast, thread-safe and fast logger. It’s convenient when log towards multiple outputs, for example, when you want to log to stdout...
https://www.stackage.org/nightly-2019-05-15/package/caster-0.0.3.0
CC-MAIN-2019-22
refinedweb
484
60.61
Introduction This new project is added to Sidmonitor site , with Claudio Re and others friends , we have developed in last few years. Having Ionograms updated from Cyprus gives a good point of view on current state, the conformation and deformation of the ionosphere caused by natural phenomena such as solar active regi...
https://deltafabri.wordpress.com/2016/05/18/setting-up-an-amateur-ionogram-monitoring-station/
CC-MAIN-2019-13
refinedweb
2,172
52.7
Run separated BDD outlines and content on top of mocha. doubleshot serves the single purpose of separating BDD outlines from their implementation. The benefits I will highlight are chaining and re-use of tests. There are additional benefits such as re-using outlines between different frameworks however an ecosystem is ...
https://www.npmjs.com/package/doubleshot
CC-MAIN-2018-05
refinedweb
959
64.3
- 22 Dec, 2000 3 commits when responding to a UDP IXFR response. - 21 Dec, 2000 5 commits - 20 Dec, 2000 3 commits - - 19 Dec, 2000 8 commits to reduce /usr/local/bin namespace pollution; added a CHANGES entry for them to reduce /usr/local/bin namespace pollution; added a CHANGES entry for them - 18 Dec, 2000 3 commits...
https://gitlab.isc.org/isc-projects/bind9/-/commits/275c6188235928b3dd559604a86f4bac24bf685e/bin
CC-MAIN-2021-31
refinedweb
235
51.21
29 November 2011 05:01 [Source: ICIS news] By Sunny Pan ?xml:namespace> SINGAPORE Non-oil grade 1502 SBR prices fell by yuan (CNY) 400-700/tonne ($63-110/tonne) on 28 November to CNY21,500-22,000/tonne EXWH (ex-warehouse) east Prices retreated after rising by more than CNY3,400/tonne or 17.9% from 11 November, the data...
http://www.icis.com/Articles/2011/11/29/9512216/china-sbr-rebound-fizzles-out-on-weak-downstream-demand.html
CC-MAIN-2014-15
refinedweb
173
60.65
My mother loves to cross-stitch and crochet. Her biggest problem is finding the right patterns for what she needs to do. I've seen her buy dozens of books with patterns as well as have my brother draw on grid paper a unique design. Many of the images are easy to find with a quick Google search, so I set out to take a j...
https://www.instructables.com/id/Cross-Stitch-Pattern-Generator/
CC-MAIN-2019-26
refinedweb
1,002
73.78
Application-Driven API Design March 14, 2019 When designing APIs, it’s important to take a design-first approach to ensure the right API gets built. However, I don’t think the first step should be to write an OpenAPI or API Blueprint document. I think it should be to design a working application. To take this applicati...
https://smizell.com/archive/app-driven-api-design/
CC-MAIN-2020-40
refinedweb
623
64.1
This program is a GUI shopping menu with text fileds next to item descriptions. My question is about the add method in ShippingCart class. It is called every time an action occurse in a text field, from a GUI class not shown here, where quantity requests are entered. So when a selection of 5 stickers is made 5 ItemOrde...
https://www.daniweb.com/programming/software-development/threads/104859/comparing-elemets-of-arraylist
CC-MAIN-2016-50
refinedweb
993
58.79
In another notebook, I introduced the basics of probability theory. A quick glossary of terms: Here I refactor the earlier code, keeping only the parts that are most important for this notebook, which will show how to solve some particularly perplexing paradoxical probability problems. from fractions import Fraction de...
http://nbviewer.jupyter.org/url/norvig.com/ipython/ProbabilityParadox.ipynb
CC-MAIN-2018-39
refinedweb
6,801
70.43
Arduino Library For MCP342X Last time, I discussed how to interface TI’s ADS1112 16-bit delta-sigma A/D converter with Arduino. Today I am going to introduce you to a set of easy-to-program A/D chips from Microchip. MCP3246/7/8 are a family of 16-bit Delta-Sigma A/D converters with an I2C interface. MCP3426 and MCP3427...
http://www.kerrywong.com/2012/05/23/arduino-library-for-mcp342x/?replytocom=227300
CC-MAIN-2020-29
refinedweb
2,960
71.55
[ ] Paulex Yang commented on HARMONY-3437: -------------------------------------- Ruth, I think I can understand your patch for the TimerTaskTest, but I think it's not complete, for example, after applying the patch, Ln.116-122 of TimerTaskTest.java seems reasonable now, but the assertion from Ln.164-169 looks like sam...
http://mail-archives.apache.org/mod_mbox/harmony-commits/200704.mbox/%3C4043580.1176453795747.JavaMail.jira@brutus%3E
CC-MAIN-2017-13
refinedweb
321
57.77
Using the P/Invoke Interop Assistant to help call ObjectARX from .NET Thanks to Gopinath Taget, from DevTech Americas, for letting me know of this tool's existence. I've often battled to create Platform Invoke signatures for unmanaged C(++) APIs in .NET applications, and it seems this tool is likely to save me some fut...
http://through-the-interface.typepad.com/through_the_interface/2008/08/using-the-pinvo.html
crawl-002
refinedweb
1,499
56.25
Quoth Rim: [...] > The idea is to separate the value assignment from the type assignment, > by introducing a new operator, let's say the ':=' operator. > > '=' remains what it is, assigns type and value at the same time > ':=' assigns only the value That's a peculiar way of speaking. '=' does not assign type and value ...
https://mail.python.org/pipermail/python-list/2003-July/228732.html
CC-MAIN-2018-26
refinedweb
472
73.17
Difference between pages "Bash by Example, Part 2" and "User:Xtyangjie" (Difference between pages) Revision as of 12:50, February 25, 2011 (view source)Rh1 (Talk) (→Resources)== More bash programming fundamentals ==+{{Person − +|Full name=YangJie −=== Accepting arguments ===+|Email=xtyangjie@gmail.com −Let's start with...
http://www.funtoo.org/index.php?title=Compiz&diff=2704&oldid=1104
CC-MAIN-2015-32
refinedweb
1,266
62.98
Creating and Using a Web Service in Managed C++ Web Services are a really exciting part of the .NET initiative - but they are bigger than .NET itself. The concept behind them is simple. Almost any web server you can name has some mechanism for executing server-side code: you type a URL into your browser, and something ...
http://www.codeguru.com/columns/kate/article.php/c6581/Creating-and-Using-a-Web-Service-in-Managed-C.htm
CC-MAIN-2016-22
refinedweb
1,313
64.2
Django’s cache framework This document is for Django's SVN release, which can be significantly different from previous releases. Get old docs here: 0.96, 0.95. A fundamental tradeoff and subsequently open-sourced by Danga Interactive. It’s used by sites such as Slashdot and Wikipedia to reduce database access and drama...
http://www.djangoproject.com/documentation/cache/
crawl-001
refinedweb
526
58.58
Slim yet handsome validation library Project description Good Slim yet handsome validation library. Core features: - Simple - Customizable - Supports nested model validation - Error paths (which field contains the error) - User-friendly error messages - Internationalization! - Robust: 10 000 validations per second - Py...
https://pypi.org/project/good/
CC-MAIN-2019-18
refinedweb
7,081
51.68
Hello dear Monks, I feel myself little stupid because my problem is so trivial. I want to split my source file to two parts but I did not get the idea how this is planned to work. C-programmers would put line #include "second_part.c" to the end of the first part. I tried to put do 'second_part.pl' at the main block of ...
http://www.perlmonks.org/index.pl?node_id=824435
CC-MAIN-2017-17
refinedweb
1,220
72.87
The following piece of code allows for the user to read in a file, and then split (or parse) up its data depending on specified characters and place it into a List. For instance if you want each new line of a file to be a new index in a List. List I constantly am writing programs that store data to a file (specifically...
http://www.codeproject.com/Tips/533230/Splitting-a-file-up-into-a-list-based-on-certain-c
CC-MAIN-2015-40
refinedweb
928
71.44
Walkthrough: Debugging a Durable Session Client on a Windows HPC 2008 R2 Cluster This walkthrough describes how to configure, launch, and debug a sample service-oriented architecture (SOA) project on a Windows HPC 2008 R2 cluster. This walkthrough helps you understand the elements of the Durable Session template and ho...
https://technet.microsoft.com/en-us/library/ff686939.aspx
CC-MAIN-2017-09
refinedweb
1,432
55.84
I have been writing a small Perl script (which is part of a large Perl script) to parse the log file generated by MRTG at work. However, apparently for an unknown reason (so far), MRTG is introducing a time drift in the first few entries in the log file consistently. Although I have devised a workaround for that that w...
https://ayaz.wordpress.com/2007/03/
CC-MAIN-2018-30
refinedweb
1,937
72.05
I know that v4 its still in beta but some things about the navigation docs have confused me a little. will the NavController be deprecated ? Y/N ? In the doc it says " In v4, major changes were made to navigation and routing. NavControllerand ion-navhave now been deprecated. They can still used, but only if an app is n...
https://forum.ionicframework.com/t/how-to-reset-the-navigation-router-stack/146525
CC-MAIN-2022-27
refinedweb
127
60.11
Yesterday I was talking to a Simon, another super smart dev on the EF team, and he raised a big concern, one that I am sure you can all relate too: We’ve all seen something like this: And thought: “What is the bare minimum I can do here to save a Whatever?” This “What properties are required ?” problem is particularly ...
https://blogs.msdn.microsoft.com/alexj/2008/04/09/intellisense-what-properties-are-required/
CC-MAIN-2016-30
refinedweb
898
60.85
- × Siema - Lightweight and simple carousel in pure JavaScript Filed under images › sliders and displaysShow All Hi. I will be discontinuing active maintenance of Siema. I built it by myself to use on one of my projects. Two years later I consider carousels as an anti-pattern and I would suggest you to find a better UI...
https://www.javascripting.com/view/siema
CC-MAIN-2019-51
refinedweb
693
52.56
My company and our associated user accounts are Premium Members. We have a bunch of those x-credit things. I've been using the Premium Help section on the forum for a couple months now. Sometime in the last week or two all I can see when I go to a post on the Premium Help forum is: "You need a Support Subscription to v...
https://www.sencha.com/forum/showthread.php?208092-Premium-Member-and-Support-Subscription-Confused
CC-MAIN-2017-17
refinedweb
136
73.88
truncate, ftruncate - truncate a file to a specified length #include <unistd.h> #include <sys/types.h> int truncate(const char *path, off_t length); int ftruncate(int fd, off_t length); Feature Test Macro Requirements for glibc (see feature_test_macros(7)): truncate(): The. On success, zero is returned. On error, -1 i...
https://www.zanteres.com/manpages/ftruncate64.2.html
CC-MAIN-2022-33
refinedweb
229
68.67
Parallel programming has the reputation of being an exotic field, pursued by experts using extremely large and expensive machines. Unfortunately, due in part to its history, parallel programming languages and tools still mostly focus on "big iron" and older languages such as C and Fortran. Performance improvement via p...
http://www.drdobbs.com/parallel/python-networkspaces-and-parallel-progra/web-development/python-networkspaces-and-parallel-progra/200001971
CC-MAIN-2014-41
refinedweb
804
53.92