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
How To Make A Multi-Directional Scrolling Shooter – Part 1 A while back in the weekly tutorial vote, you guys said you wanted a tutorial on how to make a multi-directional scrolling shooter. Your wish is my command! :] In this tutorial series, we’ll make a tile-based game where you drive a tank around using the acceler...
https://www.raywenderlich.com/6804/how-to-make-a-multi-directional-scrolling-shooter-part-1
CC-MAIN-2017-26
refinedweb
3,391
56.96
class Foo def to_ary [1,2,3] end end f = Foo.new [1,2,3] == f # Should be true This is also a bug in MRI 1.8.6 p36. See the slightly mis-titled bug #11585 on RubyForge for more info. Marcin, it should just return false. As a rule, boolean methods don't raise an error in MRI on an dumb comparison. They just return false...
http://jira.codehaus.org/browse/JRUBY-1148
crawl-001
refinedweb
309
85.89
Once Bug 770899 is on Nightly (v16) and naturally goes through a migration to Nightly v17, + 3 weeks, we should land this patch which will remove all prefetch clearing code completely. After the 3 weeks into the next cycle we'll also request that this goes onto Aurora v16. That way code that deletes read-only .pf files...
https://bugzilla.mozilla.org/show_bug.cgi?id=770911
CC-MAIN-2017-26
refinedweb
876
72.16
Photo by Barna Bartis on Unsplash I recently had to clean the code we are using in DeckDeckGo and had notably to refactor singleton methods to stateless functions. One of these gave me a harder time and that's why, guess what, I came to the idea of this new blog post 😅 What is debouncing? Sure, what’s “debouncing” ? L...
https://practicaldev-herokuapp-com.global.ssl.fastly.net/daviddalbusco/debounce-with-vanilla-javascript-or-rxjs-280c
CC-MAIN-2021-39
refinedweb
998
62.38
Waa, the Mac has this... Waaa, the Mac has this..., ad infinitum. As for #15, Windows 95/98 did come with a built in Web server. It, like any included complex service can be, was a gaping security hole. Microsoft rightly removed it. Adding in something like Apache by default and expecting non-technical users to underst...
http://www.osnews.com/comments/19696
CC-MAIN-2014-52
refinedweb
7,332
72.76
max_pool2d¶ - paddle.nn.functional. max_pool2d ( x, kernel_size, stride=None, padding=0, return_mask=False, ceil_mode=False, data_format='NCHW', name=None ) [source] This API implements max pooling 2d operation. See more details in api_nn_pooling_MaxPool2d . - Args: - x (Tensor): The input tensor of pooling operator wh...
https://www.paddlepaddle.org.cn/documentation/docs/en/api/paddle/nn/functional/max_pool2d_en.html
CC-MAIN-2021-25
refinedweb
428
68.87
3D text possible with Hexagon? edited December 1969 in Hexagon Discussion I tried to make 3D test with hexagon and after 10 minutes I decided to use Wings3D for that. It seems impossible to make 3D text with Hexagon. What I did is I created a 2D text and then I wanted to extrude it. Then I tried to use some of the extr...
http://www.daz3d.com/forums/viewreply/185784/
CC-MAIN-2015-40
refinedweb
2,659
79.8
Hello Community, I have been stuck for couple of days trying to solve one issue. I have successfully taken the data from the web using pandas and stored the list into NAME as ‘name’ and CODE as ‘code’ and combined name and code as ds= ‘name’ + ’ ’ + ‘(’ + ‘code’ + ‘)’ So, dropdown is completed. However I’m stuck how to...
https://community.plotly.com/t/how-to-update-selecting-dropdown-list-from-pandas-using-callback-option/35148
CC-MAIN-2020-45
refinedweb
243
72.6
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). On 25/04/2013 at 12:23, xxxxxxxx wrote: Using GetUp I get my parent ob...
https://plugincafe.maxon.net/topic/7121/8091_h2-clone-an-object-without-its-children
CC-MAIN-2021-31
refinedweb
360
69.18
Chatlog 2008-07-09 From OWL See original RRSAgent log and preview nicely formatted version. Please justify/explain all edits to this page, in your "edit summary" text. 00:00:00 <m_schnei> PRESENT: bijan, m_schnei, rob, MartinD, bmotik, IanH, Rinke, bcuencagrau, MarkusK, Carsten, msmith, alan_ruttenberg, Evan_Wallace, b...
https://www.w3.org/2007/OWL/wiki/Chatlog_2008-07-09
CC-MAIN-2016-36
refinedweb
5,266
59
Agenda: how to link evaluation to document: Interleave evaluation results in source? Put evaluation in separate file and point into document via XPath? Via Line Number? Via added pseudo-id attribute? MC The XPath pointing into would be preferred, the catch is that HTML does not require the tree nesting structure is req...
http://www.w3.org/WAI/ER/IG/2000/10/30-minutes
CC-MAIN-2016-36
refinedweb
2,451
77.64
1593480150 Swift | iOS | XCode - UIDatePicker timezone problem fix Text tutorial: in usa 1612441441 Are you looking to hire the best swift iOS developers for your iPhone or iPad App project? AppClues Infotech is a top-rated iOS app development company in the USA. Hire our dedicated swift iOS app developers to build fe...
https://morioh.com/p/af875c938990
CC-MAIN-2021-43
refinedweb
560
60.14
FCA - UAE,Federal Customs Authority -United Arab Emirates Accessibility Zoom Color Theme Translate FCA is not responsible for the translation output by Google Advanced Search Twitter Youtube Instagram RSS In a press release the Authority stated that the direct non-oil foreign trade accounted for 63% of the total non-oi...
https://www.fca.gov.ae/En/News/Pages/News140.aspx
CC-MAIN-2019-43
refinedweb
1,219
72.05
In this section of the Salesforce tutorial, you will be learning about Batch Apex in Salesforce. Batch Apex in Salesforce is an asynchronous execution of Apex code specifically designed to process large amounts of data by dividing it into some batches or chunks. In this section, you will understand Batch Apex in Salesf...
https://intellipaat.com/blog/tutorial/salesforce-tutorial/salesforce-batch-apex/
CC-MAIN-2022-21
refinedweb
1,979
64.2
Encouragingly Parallel Contents When I am neck deep in hardcore TDD Red-Green-Refactor cycles I am constantly looking for ways to ensure that my feedback loop is as quick as possible. If the testing feedback takes too long I am liable to start daydreaming and I lose my context in the design process (because of course T...
https://blogs.mathworks.com/developer/2015/02/20/encouragingly-parallel-part-1/
CC-MAIN-2021-43
refinedweb
1,044
54.83
Here is a listing of C++ interview questions on “Simple String Template” along with answers, explanations and/or solutions: 1. What is a template? a) A template is a formula for creating a generic class b) A template is used to manipulate the class c) A template is used for creating the attributes d) None of the mentio...
https://www.sanfoundry.com/interview-questions-cpp-simple-string-template/
CC-MAIN-2019-09
refinedweb
620
63.9
Next: graph Invocation, Previous: Multiplotting, Up: graph By default, graph reads datasets in ASCII format. But it can also read datasets in any of three binary formats (single precision floating point, double precision floating point, and integer). These three input formats are specified by the ‘-I d’, ‘-I f’, and ‘-...
http://www.gnu.org/software/plotutils/manual/en/html_node/Data-Formats.html
CC-MAIN-2014-42
refinedweb
415
62.07
: retrieving newly added records from mssql database and display in a jsp retrieving newly added records from mssql database and display in a jsp ... from mssql database table and display those records in a jsp.And i have to delete these 10 records from the jsp and retrieve the next recently added 10 records java - JS...
http://www.roseindia.net/tutorialhelp/comment/24414
CC-MAIN-2014-52
refinedweb
1,645
64.1
ec_cache_create Name ec_cache_create — Create a cache with max_elts Synopsis #include "ec_cache.h" ec_cache_t * **ec_cache_create** ( | max_elts, | | | | max_lifetime, | | | | dtor ); | | unsigned int <var class="pdparam">max_elts</var>; unsigned int <var class="pdparam">max_lifetime</var>; ec_cache_elt_dtor_func <var ...
https://support.sparkpost.com/momentum/3/3-api/apis-ec-cache-create
CC-MAIN-2022-21
refinedweb
221
55.54
I have a df arranged like follows: x y z 0 a jj Nan 1 b ii mm 2 c kk nn 3 d ii NaN 4 e Nan oo 5 f jj mm 6 g Nan nn x y z w 0 a jj Nan a 1 b ii mm a 2 c kk nn c 3 d ii NaN a 4 e Nan oo e 5 f jj mm a 6 g Nan nn c ii == jj mm x y z w 0 a ii NaN a 1 b ii mm a 2 c jj mm a 3 d jj Nan a 4 e kk nn e 5 f Nan nn e 6 g Nan oo g x...
https://codedump.io/share/epFVIZ8hwa8x/1/take-union-of-two-columns-python--pandas
CC-MAIN-2017-04
refinedweb
509
66.51
Void Structure Indicates a method that does not return a value; that is, the method has the void return type. For a list of all members of this type, see Void Members. System.Object System.ValueType System.Void [Visual Basic] <Serializable> Public Structure Void [C#] [Serializable] public struct Void [C++] [Serializabl...
https://msdn.microsoft.com/en-us/library/system.void(v=vs.71).aspx
CC-MAIN-2015-40
refinedweb
161
58.38
A Python interface for Discount, the C Markdown parser This Python package is a ctypes binding of David Loren’s Discount, a C implementation of John Gruber’s Markdown. Contents Introduction Mark Using the Markdown class import discount mkd = discount.Markdown(sys.stdin) mkd.write_html_content(sys.stdout) Markdown takes...
https://pypi.org/project/discount/
CC-MAIN-2018-05
refinedweb
765
58.08
Viewing the available DatasourcesRahul Shinde May 8, 2003 12:17 AM How can I view the available datasources bound in JBoss? I tried the JNDI Browser 1.1 but it shows everything besides the datasources. Thanks, Rahul 1. Re: Viewing the available Datasourcesbkbonner May 8, 2003 7:44 AM (in response to Rahul Shinde) I've ...
https://developer.jboss.org/thread/86490
CC-MAIN-2017-51
refinedweb
661
72.97
Recognizing people by their faces in pictures and video feeds is seen everywhere starting from social media to phone cameras. A face recognition system is built for matching human faces with a digital image. Ultimately what a computer recognizes is pixel values ranging from 0-255. In Computer Vision face recognition ha...
https://analyticsindiamag.com/a-complete-guide-on-building-a-face-attendance-system/
CC-MAIN-2020-45
refinedweb
880
51.04
I’ve decided to skip last year’s Advent of Code edition. Mostly because I didn’t have time, but I also knew that I probably wouldn’t finish it. I’ve never finished any edition. I’m not very good at code katas, and I usually try to brute force them. With AoC, that works for the first ten days, but then the challenges st...
https://switowski.com/blog/25-ipython-tips-for-your-next-advent-of-code
CC-MAIN-2021-39
refinedweb
3,404
70.02
import "github.com/hashicorp/go-multierror" append.go flatten.go format.go multierror.go prefix.go sort.go Flatten flattens the given error, merging any *Errors together into a single *Error. ListFormatFunc is a basic formatter that outputs the number of errors that occurred along with a bullet point list of the errors...
https://godoc.org/github.com/hashicorp/go-multierror
CC-MAIN-2019-35
refinedweb
348
50.73
Lydie, if you just want to check all the values of a combo box you can simply record the respective check. There's one that checks all the items in one go. If you really need to get them by script for further processing, here's an example that should work for most cases. from de.qfs.apps.qftest.extensions.items import...
https://www.qfs.de/en/qf-test-mailing-list-archive-2016/lc/2016-msg00023.html
CC-MAIN-2018-17
refinedweb
119
60.61
Using Better Tracing to Understand the Doc/View Architecture WEBINAR: On-Demand Full Text Search: The Key to Better Natural Language Queries for NoSQL in Node.js Purpose One of the hard things about learning the document/view architecture is that it is full of marvelous functions, but nobody tells you which function ge...
https://www.codeguru.com/cpp/cpp/cpp_mfc/tutorials/article.php/c4097/Using-Better-Tracing-to-Understand-the-DocView-Architecture.htm
CC-MAIN-2018-13
refinedweb
2,604
65.93
Updated 28 April 2011: my review of this book has now been published on Slashdot. They edited it down. Here's the complete review as submitted, complete with links to Amazon's current free-tier offer, and cloud computing cartoons! These are my notes of errata, typos, queries/issues, and hoped-for improvements to the 20...
http://blog.kuan0.com/2011/04/
CC-MAIN-2018-17
refinedweb
2,176
69.72
date utils timezone and add to date Hi I’m missing something with the dates processing, here is the scenario. The user enters a date, for example 2020-05-26. My purpose was to get the days since epoch (18408) for that date. My first thought was that no matter the timezone the user is in, the days will always be the sam...
https://forum.quasar-framework.org/topic/5994/date-utils-timezone-and-add-to-date
CC-MAIN-2020-45
refinedweb
1,042
69.41
A class that handles raw IP I/O communication for a specific protocol. More... #include <io_ip_manager.hh> A class that handles raw IP I/O communication for a specific protocol. It also allows arbitrary filters to receive the raw IP data for that protocol. Allocate an I/O IP plugin for a given data plane manager. Join ...
http://xorp.org/releases/current/docs/kdoc/html/classIoIpComm.html
CC-MAIN-2018-05
refinedweb
108
53.37
Edit: Added an implementation that doesn’t require a lock and is therefore safer to use over all. Please, that ever get sent too close together. Simple Example This example uses a single String Item which gets commanded with a command line script that gets called using executCommandLine to trigger the device. This may ...
https://community.openhab.org/t/design-pattern-gate-keeper/36483
CC-MAIN-2019-13
refinedweb
879
60.55
read subprocess stdout line by line It's been a long time since I last worked with Python, but I think the problem is with the statement for line in proc.stdout, which reads the entire input before iterating over it. The solution is to use readline() instead: #filters outputimport subprocessproc = subprocess.Popen(['py...
https://codehunter.cc/a/python/read-subprocess-stdout-line-by-line
CC-MAIN-2022-21
refinedweb
241
50.23
This section gives an overview of my shellcode. Most shellcode is completely coded by hand by me (I use the free nasm assembler), but some shellcode has also been generated with the help of a C-compiler. I worked out a method to generate WIN32 shellcode with a C-compiler. By using special constructs in C and avoiding i...
http://blog.didierstevens.com/programs/shellcode/
CC-MAIN-2014-35
refinedweb
1,434
56.66
I can't find any info on this but when I try and create a zip archive in Python it creates a .pyc instead. #!/Python27/python import zipfile z = zipfile.ZipFile('test.zip', 'w') z.write('README.txt') z.close() The script you're running (or some other script you have) is actually called zipfile.py, and so Python is actu...
https://codedump.io/share/uYxSdiGEsdUq/1/zipfile-module-creating-pyc-file
CC-MAIN-2017-47
refinedweb
133
74.79
There are a couple of issues with OpenSSL’s BIO_*printf() functions, defined in crypto/bio/b_print.c, that are set to be fixed in the forthcoming security release. The function that is primarily responsible for interpreting the format string and transforming this string and the functions arguments to a string is _dopr(...
https://guidovranken.com/2016/02/27/openssl-cve-2016-0799-heap-corruption-via-bio_printf/
CC-MAIN-2021-25
refinedweb
1,614
52.23
I really didn’t find any answer that close… the opposite way is pretty simple like str[0] But I need to cast only 1 char to string… like this: char c = 34; string(1,c); //this doesn't work, the string is always empty. string s(c); //also doesn't work. boost::lexical_cast<string>((int)c); //also return null All of strin...
https://exceptionshub.com/c-convert-from-1-char-to-string-closed.html
CC-MAIN-2021-21
refinedweb
130
72.87
Creating and Running The First C Program Creating a new project # To create and run programs in Code Blocks you first have to create a project. So what is a project ? In simplest terms, you can think of a project as a collection different source files. A small project can also have a single source file. To create a new...
https://overiq.com/c-programming/101/creating-and-running-the-first-c-program/
CC-MAIN-2018-09
refinedweb
889
74.29
Bubble warning Jan 7th 2010 From The Economist print edition ." - The Economist, January 7, 2010 (in come the waves, again?) 32 comments: The other day I was reading a hyper-bullish forecast for 2010. Ironically it came from the very Russian investment bank whose near-death experience made the stock market seize on Sep...
http://sootandashes.blogspot.com/2010/01/economist-most-credible-news-source-in.html
CC-MAIN-2017-47
refinedweb
2,207
74.29
fun f space = let# declare problem variablesin# post constraints# specify branching strategyend The procedure declares the variables needed, posts the constraints modeling the problem, and specifies the branching strategy. The argument space stands for the computational architecture mentioned in 2.3. The result type t ...
http://www.ps.uni-saarland.de/alice/manual/cptutorial/node23.html
CC-MAIN-2018-47
refinedweb
231
55.95
01 April 2008 17:26 [Source: ICIS news] By Nigel Davis ?xml:namespace> US ethylene producers seek to lighten the feedstock slate in the face of $100/bbl plus crude. The pressure is on liquids cracking margins as demand for C3s and C4s continues apace. “The world for liquid cracking is [very] challenging,” Shell Chemica...
http://www.icis.com/Articles/2008/04/01/9112750/insight-tapping-future-feedstock-opportunities.html
CC-MAIN-2014-49
refinedweb
561
51.89
The QPluginLoader class loads a plugin at run-time. More... #include <QPluginLoader> Inherits QObject. Note: All the application terminates. You can attempt to unload a plugin using unload(), but if other instances of QPluginLoader are using the same library, the call will fail, and unloading will only happen when ever...
http://doc.trolltech.com/4.3/qpluginloader.html
crawl-002
refinedweb
148
60.01
POPEN(3) Linux Programmer's Manual POPEN(3) popen, pclose - pipe stream to or from a process #include <stdio.h> FILE *popen(const char *command, const char *type); int pclose(FILE *stream); Feature Test Macro Requirements for glibc (see feature_test_macros(7)): popen(), pclose(): _POSIX_C_SOURCE >= 2 || /* Glibc versio...
https://man7.org/linux/man-pages/man3/pclose.3.html
CC-MAIN-2020-40
refinedweb
148
75.2
plone.caching 1.1.2 Zope 2 integration for z3c.caching Table of Contents - Introduction - Usage - Declaring cache rules for a view - Mapping cache rules to operations - Setting options for caching operations - Writing caching operations - 1.1.2 (2016-09-16) - 1.1.1 (2016-08-12) - 1.1.0 (2016-05-18) - 1.0.1 (2015-03-21)...
https://pypi.python.org/pypi/plone.caching/
CC-MAIN-2016-40
refinedweb
2,157
51.65
. Styled Components Styled Components is a well-known example for CSS-in-JS approach. Instead of following traditional pattern with classnames to compose stylesheets, you can create encapsulated styles and even engage them with props of the components. This pattern also allows us to have reusable and separated UI from ...
https://www.visuality.pl/posts/styling-react-components
CC-MAIN-2020-16
refinedweb
721
51.48
En Fri, 19 Mar 2010 14:09:09 -0300, Peter Peyman Puk <peter_peyman_puk at yahoo.ca> escribió: > I am running a simulator written in python. The simulator has a small > TextView (actually a SourceView) widget which lets the user writes > scripts, and when they are satisfied they can execute that script to get > results....
https://mail.python.org/pipermail/python-list/2010-March/571707.html
CC-MAIN-2016-40
refinedweb
221
73.47
homer. writer of two Epic Poems – the Iliad and the Odyssey Long – each 24 books of average 500 lines each (12,000 lines) narrative (tells a story) – not about feelings emotions hymns etc about lofty characters – heroes and gods. a single writer? Traditionally Unity of poetic wedding of Peleus and Thetis (parents of Ac...
http://www.slideserve.com/reegan/homer
CC-MAIN-2017-43
refinedweb
904
78.69
11 February 2013 22:03 [Source: ICIS news] HOUSTON (ICIS)--US low density polyethylene (LDPE) exports for December 2012 increased by 5.2% from the same month in 2011, according to data available from the US International Trade Commission (ITC) on Monday.?xml:namespace> Exports of LDPE rose to 58,592 tonnes in December ...
http://www.icis.com/Articles/2013/02/11/9639944/us-dec-ldpe-exports-rose-by-5.2-year-on-year.html
CC-MAIN-2015-14
refinedweb
314
73.27
pyromus 0 Posted February 4, 2015 (edited) Dear Friends I have been trying to get data from grid. i will use this data on my website. I can read handle of program. I can find handle of subwindow but I cant get data from subwindow. Can you give me idea for how i can get data from grid ? code that i can do until now is u...
https://www.autoitscript.com/forum/topic/167245-reading-grid-from-program/
CC-MAIN-2018-51
refinedweb
199
62.34
On 6/10/07, Josiah Carlson <jcarlson at uci.edu> wrote: > > "Eyal Lotem" <eyal.lotem at gmail.com> wrote: > > > > I believe that it is possible to add a useful feature to dicts, that > > will enable some interesting performance features in the future. > > > > Dict lookups are in general supposed to be O(1) and they are...
https://mail.python.org/pipermail/python-ideas/2007-June/000891.html
CC-MAIN-2016-40
refinedweb
297
68.1
Hi everyone, this is my first tutorial on dev.to, I'll love to share with you an awesome frontend development framework which I've been learning; Hyperapp JS. We're going to be building a movie shopping cart single page app to learn how to use some basic features of hyperapp which includes Virtual-dom rendering, routin...
https://practicaldev-herokuapp-com.global.ssl.fastly.net/thobyv/hyperapp--hyperapp-router-create-a-movie-shopping-cart-web-app-47d
CC-MAIN-2021-10
refinedweb
4,326
55.03
A picture is worth a thousand words: It isn’t global. This is weather, not climate. It is caused by a persistent blocking high pressure pattern. In a day or two, that red splotch over the eastern USA will be gone. Image from Dr. Ryan N. Maue of WeatherBELL h/t to Joe Bastardi UPDATE: Dr. Roy Spencer puts it in perspect...
http://wattsupwiththat.com/2012/07/07/the-folly-of-blaming-the-eastern-u-s-heat-wave-on-global-warming/
CC-MAIN-2014-35
refinedweb
36,687
70.02
This article is about writing a customized Button control that displays different images when a user moves the mouse over the button, clicks on the button and leaves the button. This control is exactly like CBitmapButton control class available in MFC. The demo project included with this article has a very simple imple...
http://www.codeproject.com/Articles/899/Writing-a-Bitmap-Button-control-using-the-NET-SDK?fid=1825&df=90&mpp=10&sort=Position&tid=18012
CC-MAIN-2016-07
refinedweb
698
55.84
Introduction In this article, we’ll be looking at the setup required to create an Angular 2 project with unit tests. We’ll cover various required technologies and how to write each of their configurations. Let’s dive in. Prerequisites and Assumptions Before getting started, we should make sure that we have everything w...
http://semaphoreci.com/community/tutorials/setting-up-angular-2-with-webpack
CC-MAIN-2019-47
refinedweb
6,610
65.83
ok, I'm use to making functions that return one value, where I usually just write someting like: return ( something ) ; and I get a value for my preceeding funciton. but right now I am trying to write a function that takes no inputs but brings back 2 values to its preceeding function. I've been trying things like: retu...
http://cboard.cprogramming.com/c-programming/70157-can-function-return-2-values-printable-thread.html
CC-MAIN-2015-22
refinedweb
113
66.27
Branch Added patch from Alexey Stukalov to improve error messages for initial values Further changes to configure script and documentation. Updated configure options (and documentation) when JAGS is in a non-standard location. Use jags namespace when calling jags library functions. Update .onLoad and .onAttach to confo...
http://sourceforge.net/p/mcmc-jags/rjags/ci/f270866fcb1ba192dbb5e5eef66a14ab9c98af03/log/
CC-MAIN-2015-35
refinedweb
139
60.11
One of the easiest and fastest ways to extend the AX for Retail POS is by using the Blank Operation. Blank Operations can be assigned to buttons in your Retail POS till layout – and you can deploy as many of them as you wish, which makes using them very flexible. Certain aspects of the the BlankOperations plug-in may a...
http://blogs.msdn.com/b/axsupport/archive/2012/02/12/ax-for-retail-the-blank-operation-explained.aspx?Redirected=true
CC-MAIN-2014-23
refinedweb
1,417
61.56
In each column, Mission: Messaging discusses topics designed to encourage you to re-examine your thinking about IBM® WebSphere MQ, its role in your environment, and why you should pay attention to it on a regular basis. The cultural heritage of WebSphere MQ In the fifteen years that WebSphere MQ has been available, an ...
http://www.ibm.com/developerworks/websphere/techjournal/0809_mismes/0809_mismes.html
CC-MAIN-2014-42
refinedweb
4,359
50.16
Install Django and Build Your First App In our Introduction to Django, we covered all the basics of using the open source web-building framework. If you haven’t read through our beginner’s tutorial, go ahead and do so now. If you’ve already made it through the easy stuff, you’re probably ready to dive into some code an...
http://www.webmonkey.com/2010/02/Install_Django_and_Build_Your_First_App
CC-MAIN-2014-49
refinedweb
3,525
66.64
Here we will see one interesting problem to check whether a number is jumbled or not. A number is said to be jumbled if, for every digit, it's neighbor digit differs by max 1. For example, a number 1223 is jumbled, but 1256 is not jumbled. To solve this problem, we have to check if a digit has a neighbor with a differe...
https://www.tutorialspoint.com/check-if-a-number-is-jumbled-or-not-in-cplusplus
CC-MAIN-2022-05
refinedweb
160
65.96
Python Certification Training for Data Scienc ... - 57k Enrolled Learners - Weekend/Weekday - Live Class Python programming language has been one step ahead of other programming languages from the start. Loops in Python has a similar advantage when it comes to Python programming. In this article, we will learn about Py...
https://www.edureka.co/blog/python-for-loop/
CC-MAIN-2020-10
refinedweb
1,127
63.22
Scrapy Beginners Series Part 4: User Agents and Proxies So far in this Python Scrapy 5-Part Beginner Series we learned how to build a basic Scrapy spider, get it to scrape some data from a website, clean up the data as it was being scraped and then save the data to a file or database. In Part 4 we will be exploring how...
https://scrapeops.io/python-scrapy-playbook/scrapy-beginners-guide-user-agents-proxies/
CC-MAIN-2022-40
refinedweb
1,893
58.32
sxb427 + 0 comments A simple DP approach works. For example, a = "aBbdD" b = "BBD" since the last character in a is upper case and last character in b is also upper case and both are equal, f(a,b) = f("aBbd","BB") Now d can never be made equal to B therfore- f("aBbd","BB") = f("aBb","BB") Now b can be capitalized to B,...
https://www.hackerrank.com/challenges/abbr/forum
CC-MAIN-2020-50
refinedweb
891
73.78
Morph: import cv2 import numpy as np img = cv2.imread('j.png',0) kernel = np.ones((5,5),np.uint8) erosion = cv2.erode(img,kernel,iterations = 1) Result: It is just opposite of erosion. Here, a pixel element is ‘1’ if atleast one pixel under the kernel is ‘1’. So it increases the white region in the image or size of for...
https://docs.opencv.org/3.0-beta/doc/py_tutorials/py_imgproc/py_morphological_ops/py_morphological_ops.html
CC-MAIN-2021-21
refinedweb
249
52.46
JavaScript Cookbook 64 r3lody writes ." Keep reading for the rest of Ray's review. The first five chapters of the book are somewhat unremarkable. They start out easily enough with recipes for handling JavaScript strings. The discussion of String objects and literals obviously implies that the reader is already somewhat...
https://books.slashdot.org/story/10/09/29/1352250/javascript-cookbook?sdsrc=nextbtmnext
CC-MAIN-2016-50
refinedweb
1,097
54.83
SafeConcurrent From HaskellWiki Revision as of 10:54, 11 April 2009 1 Motivation The base package (version 3.0.3.1) code for Control.Concurrent.QSem and QSemN and SamepleVar is not exception safe. This page is for holding proposed replacement code. Specifically, both the wait and signal operations on a semaphore may bl...
https://wiki.haskell.org/index.php?title=SafeConcurrent&diff=27421&oldid=27420
CC-MAIN-2015-32
refinedweb
567
56.86
This is the first error of several. If you could explain to me what I am doing wrong here I can continue to debug the rest on my own Here is the main code. Here is the prototype and function definitonHere is the prototype and function definitonCode:using namespace std; #include "complexh.hpp" int main() { Complex a(3.0...
https://cboard.cprogramming.com/cplusplus-programming/16791-help-debug-overloading.html
CC-MAIN-2017-22
refinedweb
166
62.17
I'm working on an application (actually written in JavaScript, but using Wing because I'm also working on the Python server) which makes heavy use of namespaces. In this case I have some files in a folder, and a number of sub-folders (and sub-sub-folders etc). When the sub* folders are opened up in the "Project" window...
http://wingware.com/pipermail/wingide-users/2006-December/003982.html
CC-MAIN-2014-52
refinedweb
223
65.32
Issue Type: Bug Created: 2009-04-28T15:08:46.000+0000 Last Updated: 2012-11-20T20:53:18.000+0000 Status: Closed Fix version(s): Reporter: Sebastian Krebs (kingcrunch) Assignee: None Tags: - Zend_Application Related issues: Attachments: I dont know, if its really a issue. To me it seems a strange behaviour, but its at l...
https://framework.zend.com/issues/browse/ZF-6455
CC-MAIN-2016-40
refinedweb
791
53.31
![if !(IE 9)]> <![endif]> Modern computer technologies, hardware and software solutions all make it much easier and faster for us to do various kinds of scientific research. Computer simulation is often the only way to verify many theories. Scientific software has its own peculiarities. For instance, it's often heavily...
https://www.viva64.com/en/b/0591/
CC-MAIN-2019-09
refinedweb
3,608
50.33
Guest Post by Willis Eschenbach Sounds like a scam, huh? But it’s real. Let me explain how people (no, not you or me, don’t be foolish) can make a guaranteed 29% return on their investment. However, to make it clear, I’ll need to take a short digression. I ran across a National Geographic article on where the world get...
http://wattsupwiththat.com/2011/11/18/make-29-on-your-money-guaranteed/
CC-MAIN-2015-11
refinedweb
22,725
62.98
Log message: ruby-twitter-text: update to 2.1.0. pkgsrc changes: - DEPENDS on ruby-idn gem Upstream changes: … ANGELOG.md ## [2.1] - 2017-12-20 ### Added - This CHANGELOG.md file ### Changed - Top-level namespace changed from `Twitter` to `Twitter::TwitterText`. This resolves a namespace collision with the popular [twi...
http://pkgsrc.se/net/ruby-twitter-text
CC-MAIN-2018-05
refinedweb
340
58.79
2 - By JohnOne I fancy having a go at python. Looking for advice for what environment I need, good web resources etc... Ultimate goal is to create a kodi video addon. - By leegold Hi, I run the file: #include <Constants.au3> RunWait('python f:\walk2.py > c:\zz.txt') But nothing happens, no content inside zz.txt. It wor...
https://www.autoitscript.com/forum/topic/185270-is-possible-read-output-python-script/
CC-MAIN-2017-13
refinedweb
436
53.61
arrow_back_ios Back to List class ReadArray<> Offload KB - offload-library Old Content Alert Please note that this is a old document archive and the will most likely be out-dated or superseded by various other products and is purely here for historical purposes. Include: <liboffload> The ReadArray class is defined with...
https://www.codeplay.com/products/offload/kb/class-readarray.html
CC-MAIN-2021-04
refinedweb
157
50.46
table of contents - buster 4.16-2 - buster-backports 5.04-1~bpo10+1 - testing 5.04-1 - unstable 5.05-1 NAME¶io_destroy - destroy an asynchronous I/O context SYNOPSIS¶ #include <linux/aio_abi.h> /* Defines needed types */ int io_destroy(aio_context_t ctx_id); Note: There is no glibc wrapper for this system call; see NOT...
https://manpages.debian.org/buster-backports/manpages-dev/io_destroy.2.en.html
CC-MAIN-2020-10
refinedweb
161
53.17
my $flag = 0; foreach my $var (@somearray){ if($var eq "foo"){ $flag = 1; last;} } if($flag eq "1"){ &someaction;} [download] I do this kind of thing All The Time and I don't know a) Why is it wrong? and b) How else would I go about it? Checking if $var is equal to "foo" might be some other, more complex, calculation o...
http://www.perlmonks.org/?node_id=239992
CC-MAIN-2015-27
refinedweb
485
73.47
Support for ComputeShader? I did not find any information on this topic, which leads me to believe it is not currently supported. Which would be a shame since every modern renderer uses it in one way or another, for me it would be important for light culling for tiled/clustered rendering. It would be nice to have a .Ne...
http://community.monogame.net/t/monogame-feature-wishlist/6850?page=4
CC-MAIN-2017-39
refinedweb
1,075
71.44
In this tutorial we will check how to mount a FAT file system on the ESP32, using the Arduino core. The tests were performed using a DFRobot’s ESP32 module integrated in a ESP32 development board. Introduction In this tutorial we will check how to mount a FAT file system on the ESP32, using the Arduino core. Under the ...
https://techtutorialsx.com/2018/10/06/esp32-arduino-fat-file-system/comment-page-1/
CC-MAIN-2022-33
refinedweb
1,028
51.28
CodePlexProject Hosting for Open Source Software Hi I have problems to get file type combobox from SaveFileDialog the edit field with automation ID 1001 is no problem and the save button is also found (namespace Microsoft.win32.SaveFileDialog class) System Windows7 x64 (Windows XP uses an other dialog at this point) If...
http://white.codeplex.com/discussions/218426
CC-MAIN-2017-22
refinedweb
131
65.93
Restructure L3 Agent¶ - Author Carl Baldwin <carl.baldwin@hp.com> The L3 agent is implemented mostly in a single python file. At current count, this file is just over 2,000 lines of code 1. Most of the functionality is provided by the L3NATAgent class which comprises about 75% of the file. This class handles everything...
https://specs.openstack.org/openstack/neutron-specs/specs/kilo/restructure-l3-agent.html
CC-MAIN-2020-10
refinedweb
2,996
62.68
06 May 2010 10:13 [Source: ICIS news] LONDON (ICIS news)--Borealis has reported a return to a first-quarter net profit of €54m ($69.2m) in 2010, compared with a net loss of €56m recorded in the same period last year, as feedstock and polyolefin market prices continued to increase, the Austria-based polyolefins major sa...
http://www.icis.com/Articles/2010/05/06/9356627/borealis-records-a-swing-to-a-first-quarter-net-profit-of.html
CC-MAIN-2013-48
refinedweb
251
55.68
. Let’s get this one over with quickly: I truly hated StyleCop. I code in a very clean and consistent style, and I try my best to adhere to conventions. Parts of it I picked up over the years, parts of it just make sense or look nice. I also love the built-in code formatting of Visual Studio, I always use the default r...
http://joco.name/2013/06/02/dotnet-code-quality-analysis-with-ndepend/
CC-MAIN-2017-43
refinedweb
834
70.94
I'm brand new to c++, trying to learn it on my own. I've found several questions related to this but none of them have really answered it. I've enabled c++11 so ifstream should accept a std::string as far as I can tell. I've also tried this in Visual Studio, CLion, and Eclipse Neon with the exact same results. I've als...
https://codedump.io/share/nwNwtmGgos3Y/1/c11-error-no-match-for-call-to-ifstream-outside-main
CC-MAIN-2017-13
refinedweb
314
61.67
EDI Context Properties The message context properties in the EDI global property schema are publicly exposed so you can use them in operations such as message routing. These context properties are defined in PropertySchema.xsd in the Microsoft.BizTalk.Edi.BaseArtifacts assembly. The namespace for the properties is Edi/...
http://technet.microsoft.com/en-us/library/bb226554.aspx
crawl-003
refinedweb
343
51.89
- 11 Feb, 2005 2 commits Careful with mutable list entries that point to THUNKs: the thunk might be updated, and the resulting IND_OLDGEN will be on the mutable list twice. We previously avoided this problem by having an extra MUT_CONS object on the mutable list pointing to the THUNK, so that we could tell the differen...
https://gitlab.haskell.org/shayne-fletcher-da/ghc/-/commits/4d3ce7360892fec57a9ae42d77d3a7ed344e023a/ghc/rts/GC.c
CC-MAIN-2022-05
refinedweb
641
64.85
Have via Hacker News API. For example, hitting will return the following: { "by" : "dhouston", "descendants" : 71, "id" : 8863, "kids" : [ 8952, 9224, 8917, 8884, 8887, 8943, 8869, 8958, 9005, 9671, 9067, 8940, 8908, 9055, 8865, 8881, 8872, 8873, 8955, 10403, 8903, 8928, 9125, 8998, 8901, 8902, 8907, 8894, 8878, 8980, ...
https://www.alexkras.com/parse-ask-hn-who-is-hiring-python-and-hacker-news-api/
CC-MAIN-2020-34
refinedweb
618
80.92
In this blog you will learn how to monitor a Spring Boot application. You will make use of Spring Actuator, Micrometer, Prometheus and Grafana. Seems a lot of work, but this is easier as you might think! 1. Introduction When an application runs in production (but also your other environments), it is wise to monitor its...
https://mydeveloperplanet.com/2021/03/03/how-to-monitor-a-spring-boot-app/?like_comment=20318&_wpnonce=679557a5c1
CC-MAIN-2022-05
refinedweb
2,103
65.52
Created on 2016-12-23 14:17 by Cornelius Diekmann, last changed 2017-01-06 12:37 by Cornelius Diekmann. My OS: Debian GNU/Linux 8.6 (jessie) Python 3.4.2 pty.py from Python-3.5.2/Lib (pty.py is just a tiny, portable python file which did not see many changes) Bug Report Steps to Reproduce: I wrote a very simple python ...
https://bugs.python.org/issue29054
CC-MAIN-2021-31
refinedweb
853
66.94
In this article, I have discussed how to connect to MySQL database remotely using python. For any application, it is very important to store the database on a server for easy data access. It is quite complicated to connect to the database remotely because every service provider doesn’t provide remote access to the MySQ...
https://www.geeksforgeeks.org/mysqldb-connection-python/?ref=rp
CC-MAIN-2021-04
refinedweb
325
63.39
Get hostname and ip address of local computer (2) Posted by Jaroslav Pisk on February 9th, 1999 char szHostName[128]; if( gethostname(szHostName, 128) == 0 ) { // Get host adresses struct hostent * pHost; int i; pHost = gethostbyname(szHostName); for( i = 0; pHost!= NULL && pHost->h_addr_list[i]!= NULL; i++ ) { CString...
http://www.codeguru.com/cpp/i-n/network/networkinformation/article.php/c2499/Get-hostname-and-ip-address-of-local-computer-2.htm
CC-MAIN-2014-35
refinedweb
449
64.91
EDAG agrees EpiDoc's use of <unclear> makes sense and agrees it should be more explicitly documented. <unclear> doesn't map perfectly to epigraphic practice in the use of underdot, but our use of the element is unambiguous. span class=gap causes problems with square bracket handling Will attempt to do (a) Removed a bun...
https://sourceforge.net/u/hcayless/activity/
CC-MAIN-2017-30
refinedweb
851
68.16
Monitor and control user input devices Project description pynput This library allows you to control and monitor input devices. Currently, mouse input and monitoring, and keyboard input are supported. Controlling the mouse Use pynput.mouse.Controller like this: from pynput.mouse import Button, Controller, Listener d = ...
https://pypi.org/project/pynput/0.5.1/
CC-MAIN-2020-10
refinedweb
238
53.17
On 17 June 2016 at 03:37, Tsung-Han Lin <address@hidden> wrote: > Hi, I made some changes to TRY TO fix the ARM semihosting issue in > SYS_HEAPINFO handling. > This problem has been bothering me for quite a while. > > A new global variable 'main_ram_base' is added while a new memory > API, memory_region_add_subregion_m...
https://lists.gnu.org/archive/html/qemu-devel/2016-06/msg06899.html
CC-MAIN-2019-09
refinedweb
816
63.19
#include <OcTreeDataNode.h> Basic node in the OcTree that can hold arbitrary data of type T in value. This is the base class for nodes used in an OcTree. The used implementation for occupancy mapping is in OcTreeNode.# Note: If you derive a class (directly or indirectly) from OcTreeDataNode, you have to implement (at l...
https://docs.ros.org/en/melodic/api/octomap/html/classoctomap_1_1OcTreeDataNode.html
CC-MAIN-2021-39
refinedweb
233
58.28
Today.) determines the Type of the model element it is trying to render and then using that information, pick up the Display Template that needs to be used. Along with type, other attributes like Data Annotations and UI Hints are also used to determine the final outcome of our UI. A Simple ASP.NET MVC DemoLet’s look at...
http://www.devcurry.com/2013/04/custom-templates-in-aspnet-mvc.html
CC-MAIN-2017-04
refinedweb
1,077
63.59
Developing Metro Apps in HTML and JS Last Friday I attended the first Windows 8 developer day in Belgium. It was. The first thing I noticed is the fact that the HTML 5 application was actually a game. That is one of the reasons it could be easily ported to a Metro app. If we would want to port a business app like an e-...
http://css.dzone.com/articles/developing-metro-apps-html-js
CC-MAIN-2013-20
refinedweb
719
62.07
keyctl_search (3) - Linux Man Pages keyctl_search: Search a keyring for a key NAME keyctl_search - Search a keyring for a key SYNOPSIS #include <keyutils.h> long keyctl_search(key_serial_t keyring, const char *type, const char *description, key_serial_t destination); DESCRIPTIONkey. RETURN VALUEOn success keyctl_search...
https://www.systutorials.com/docs/linux/man/3-keyctl_search/
CC-MAIN-2021-31
refinedweb
241
71.95
Hi Mike, It is a bogus error message I have been struggling with for some time. Here is one of my typical workarounds: class something { // lots of code... private: #if defined(__APPLE__) && defined(__MACH__) \ && defined(__GNUC__) && __GNUC__ == 3 && __GNUC_MINOR__ == 3 bool dummy_; #endif uctbx::unit_cell unit_cell_;...
https://mail.python.org/pipermail/cplusplus-sig/2005-December/009631.html
CC-MAIN-2016-30
refinedweb
115
67.86
The goal of ADO.NET is to provide a bridge between your objects in .NET and your backend database. ADO.NET provides an object-oriented API to a relational view of your database, encapsulating many of the database properties and relationships within ADO.NET objects. More importantly, the ADO.NET objects encapsulate and ...
https://flylib.com/books/en/2.654.1/the_adonet_object_model.html
CC-MAIN-2020-10
refinedweb
730
56.25
Re: msgbox Hi Steven I've created a gridview and it has a delete button on each row. "<asp:CommandField". I want to pop up a messagebox to ask the user Yes/No to ensure to delete the data instead of directly deleted the record. Can you help me? Thanks a lot Win "Steven Cheng [MSFT]" <stcheng@xxxxxxxxxxxxxxxxxxxx> 在郵件 n...
http://www.tech-archive.net/Archive/DotNet/microsoft.public.dotnet.framework.aspnet/2008-05/msg01611.html
crawl-002
refinedweb
428
65.83