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
Activities/Pilas This page is based on documents translated from Spanish. Your help improving the translation would be very welcome :) Go to Pilas Activity page in Spanish. Contents About the Pilas.xo Project Pilas is an engine for making videogames in an easy way. It's oriented to people that are learning to code vide...
https://wiki.sugarlabs.org/go/Activities/Pilas
CC-MAIN-2017-39
refinedweb
573
50.02
Application Programming Interface PvPToggle includes several functions for enabling developers to hook into it's features and toggle players, worlds or global PvP status. These functions, and some explanation are listed below. The first step is to hook into PvPToggle. To do this, in your code, you must put the followin...
https://dev.bukkit.org/projects/pvptoggle/pages/api
CC-MAIN-2022-40
refinedweb
330
58.38
The simplest way to share your customers' experiences. The overall rating reflects the current state of the app. It accounts for all app reviews but prioritizes the most recent ones. All reviews Maison 15 Can I add this line {% if customer.email != nil %}{{ customer.email }}{% else %}john.smith@example.com {% endif %} ...
https://apps.shopify.com/product-reviews/reviews?auth=1&page=132
CC-MAIN-2021-43
refinedweb
848
75.5
1) Barcode scanner library project 2) Barcode scanner example project Import both of these projects into Eclipse and you should be all set to go. Hopefully seeing the full projects will help people get up and running. If this works for you and you don't already have Dropbox sign up for the free service via my referral ...
http://simonmacdonald.blogspot.com/2012/10/barcode-scanner-example-projects.html
CC-MAIN-2014-15
refinedweb
5,350
60.11
A simple schematic file reader for nbtlib Project description nbtschematic A simple nbtlib Schema for reading or writing Schematic files for MCEdit and other world editors. Installation Python 3.6 or higher is required. pip3 install nbtschematic Examples To load an existing MCEdit or other schematic file from disk, run...
https://pypi.org/project/nbtschematic/
CC-MAIN-2021-04
refinedweb
207
57.06
Our existing examples of using API calls in groovy focus on SOAP style web services, therefore this article provides a basic example of working with the recently added support for REST. This illustrative example queries internal custom object records. The basic features of groovy REST support is well covered by the App...
https://blogs.oracle.com/fadevrel/querying-custom-object-records-using-restful-web-service-calls-in-groovy-scripts
CC-MAIN-2020-29
refinedweb
534
53.92
Problem Description Nim is a two-player mathematic game of strategy in which players take turns removing objects from distinct heaps. On each turn, a player must remove at least one object, and may remove any number of objects provided they all come from the same heap.. Alice and Bob is tired of playing Nim under the s...
https://cloud.tencent.com/developer/article/1090702
CC-MAIN-2020-40
refinedweb
467
61.36
Opened 4 years ago Closed 4 years ago #25714 closed Bug (needsinfo) DatabaseError: DatabaseWrapper objects created in a thread can only be used in that same thread. Description Traceback (most recent call last): File "/usr/lib/python2.7/wsgiref/handlers.py", line 85, in run self.result = application(self.environ, self....
https://code.djangoproject.com/ticket/25714
CC-MAIN-2019-26
refinedweb
687
50.02
What is an Array in Python 3? An array is a data structure that can contain or hold a fixed number of elements that are of the same Python data type. An array is composed of an element and an index. Index in an array is the location where an element resides. All elements have their respective indices. Index of an array...
https://intellipaat.com/blog/tutorial/python-tutorial/python-arrays/
CC-MAIN-2020-05
refinedweb
900
60.14
13 December 2007 13:35 [Source: ICIS news] LONDON (ICIS news)--The US' Dow Chemical and Kuwait's Petrochemical Industries Co (PIC) have signed a 50:50 joint venture to market and manufacture a range of petrochemicals, the two companies said on Thursday. ?xml:namespace> To form the company, Dow will sell PIC a 50% share...
http://www.icis.com/Articles/2007/12/13/9086667/dow-kuwaits-pic-form-11bn-petchems-jv.html
CC-MAIN-2013-20
refinedweb
165
53.34
Linear Programming with Python and PuLP – Part 2 Introduction to PuLP PuLP is an open source linear programming package for python. PuLP can be installed using pip, instructions here. In this notebook, we’ll explore how to construct and solve the linear programming problem described in Part 1 using PuLP. A brief remind...
http://benalexkeen.com/linear-programming-with-python-and-pulp-part-2/
CC-MAIN-2017-39
refinedweb
518
55.74
Preprocessors in C Programming Preprocessors are programs which process the input data and produces an output which is taken as input for another program. In simpler words, it is another program that processes our program and sends it to the compiler. The compilers rely on this preprocessed data for convenience. The C ...
http://www.codingeek.com/tutorials/c-programming/preprocessors-in-c-programming/
CC-MAIN-2017-34
refinedweb
1,400
64.3
Support Vector Machines are supervised learning models which can be used for both classification and regression. SVMs are among the best supervised learning algorithms. It is effective in high dimensional space and it is memory efficient as well. Consider a binary classification problem, where the task is to assign a o...
https://www.commonlounge.com/discussion/17083a917de049908407bb8f5e32c9be
CC-MAIN-2020-10
refinedweb
1,399
64.2
Java Class File Naming Conventions Last modified: March 30, 2021 1. Overview When a Java class is compiled, a class file with the same name is created. However, in the case of nested classes or nested interfaces, it creates a class file with a name combining the inner and outer class names, including a dollar sign. In ...
https://www.baeldung.com/java-class-file-naming
CC-MAIN-2021-43
refinedweb
1,556
60.85
Scroll down to the script below, click on any sentence (including terminal blocks!) to jump to that spot in the video! gstreamer0.10-ffmpeg gstreamer0.10-plugins-goodpackages. To use Vue, we, of course, need to install it in our app. And, because we're using modern JavaScript practices, we're not going to include a scr...
https://symfonycasts.com/screencast/vue/vue-install
CC-MAIN-2021-31
refinedweb
1,203
76.11
- 11 Mar, 2016 40 commits It's unclear how these blank values got added, but GitLab.com had a few: ``` irb(main):002:0> Note.where("line_code IS NOT NULL AND line_code = ''").count => 439 ``` We've added a migration to convert any existing records to use a NULL value when blank, and updated Note to set blank values to ...
https://foss.heptapod.net/heptapod/heptapod/-/commits/01f6db4f643380d143772958b22d3f318b1db3a7
CC-MAIN-2022-40
refinedweb
820
65.32
On Wed, Nov 14, 2012 at 1:11 AM, SZEDER Gábor <sze...@ira.uka.de> wrote: > On Tue, Nov 13, 2012 at 07:31:45PM +0100, Felipe Contreras wrote: >> On Mon, Nov 12, 2012 at 9:07 PM, Marc Khouzam <marc.khou...@gmail.com> wrote: >> > + # Call _git() or _gitk() of the bash script, based on the first >> > + # element of the com...
https://www.mail-archive.com/git@vger.kernel.org/msg12100.html
CC-MAIN-2016-44
refinedweb
241
65.62
Hi to everyone, I am new to CUDA computing and I would like to ask a question the more experienced members about double precision in the CUDA 2.3 environment. First of all I have a GTX295 card which, according to the CUDA programming guide, supports compute capability 1.3, meaning that it supports double precision numb...
https://forums.developer.nvidia.com/t/double-precision-in-cuda-2-3/11514
CC-MAIN-2020-29
refinedweb
344
57
#include <smartptr.h> Inheritance diagram for ParentPtr: If ObjectA has a smart pointer to ObjectB it shares ownership of it (and so ObjectA is a parent of ObjectB). A child may not hold a smart pointer to a parent (or grand-parent etc.) otherwise a loop will be formed and these objects will never be deleted. Child obj...
http://www.freemxf.org/mxflib-docs/mxflib-1.0.0-docs/classmxflib_1_1_parent_ptr.html
CC-MAIN-2013-20
refinedweb
139
69.28
Simplifying low latency servicesA way to model the service is to have an interface for the methods/requests/events you want to support and another interface for events out of the processing engine. A demo has been added to demonstrate this approach. Processing Engine Demo with Chronicle A simple request to pass to the ...
http://java.dzone.com/articles/simplifying-low-latency
CC-MAIN-2014-35
refinedweb
782
53.1
Conditional filtering of pandas data frame I have a pandas data frame about football results. Each row of the dataframe represents a football match. The information of each match are: Day | WinningTeamID | LosingTeamID | WinningPoints | LosingPoints | WinningFouls | ... | 1 13 1 45 5 3 1 12 4 21 12 4 That is, the infor...
http://codegur.com/44608005/conditional-filtering-of-pandas-data-frame
CC-MAIN-2018-09
refinedweb
899
67.15
choose, because API levels are backward compatible, you can run an app with a lower API level on a device with a higher API level.. - Complete one of the following: - In Windows and Linux, on the Window menu, click Preferences. - In Mac OS, on the Momentics menu, click Preferences. - Expand BlackBerry, and then then c...
http://developer.blackberry.com/native/documentation/dev/tools/api_levels.html
CC-MAIN-2019-35
refinedweb
376
66.03
Kevin Dangoor wrote: (...) > SQLiteConnection can be patched to add an optional encoding parameter. > Does that seem like something folks would want? If not, maybe I could > subclass SQLiteConnection and redo __init__ to open a unicode > connection. i second the first option, in MySQLdb too there's a connect param name...
http://sourceforge.net/p/sqlobject/mailman/message/9071501/
CC-MAIN-2014-49
refinedweb
433
67.55
Important changes to forums and questions All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com. 3 years, 8 months ago. C++ std::list memory problem using the ARM compiler, allocator question I have the following C++ code which works fine with the GCC co...
https://os.mbed.com/questions/78855/C-stdlist-memory-problem-using-the-ARM-c/
CC-MAIN-2021-21
refinedweb
468
64.41
X11 Version and Manager.h ?? Expand Messages - Which Version of X11 should we be using X11R6 OR X11R66 ?? Manager.h Does Not exist in X11R6 -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit - Thanks Very Much for yo...
https://groups.yahoo.com/neo/groups/vimdev/conversations/topics/64949?viscount=-30&l=1
CC-MAIN-2015-27
refinedweb
376
67.96
Last time in this series I presented an algorithm for generating a random number, and the time before I presented an algorithm that turns such a number into a permutation, so we can put them together to make an algorithm that returns a random permutation: static Permutation RandomPermutation(int size, Random random) { ...
http://ericlippert.com/2013/05/02/producing-permutations-part-six/
CC-MAIN-2015-06
refinedweb
1,786
53.51
import keras keras.__version__ Using TensorFlow backend. '2.0.8' This notebook contains the code samples found in Chapter 3, Section 6 of Deep Learning with Python. Note that the original text features far more content, in particular further explanations and figures: in this notebook, you will only find source code and...
https://nbviewer.jupyter.org/github/fchollet/deep-learning-with-python-notebooks/blob/master/3.7-predicting-house-prices.ipynb
CC-MAIN-2019-18
refinedweb
2,194
58.82
I have the following code that did not work: import matplotlib.pyplot as plt # Make the plot fig, axs = plt.subplots(3, 1, figsize=(3.27, 6)) axs[0].plot(range(5), range(5), label='label 1') axs[0].plot(range(5), range(4, -1, -1), label='label 2') axs[0].legend(bbox_to_anchor=(0, 1.1, 1., 0.1), mode='expand', ncol=2, f...
https://codedump.io/share/6PDLxauhe6Fs/1/subplotsadjust-in-matplotlib-does-not-work-in-ipython-notebook
CC-MAIN-2017-13
refinedweb
157
61.53
Man Page Manual Section... (3) - page: aio_suspend NAMEaio_suspend - wait for asynchronous I/O operation or timeout SYNOPSIS #include <aio.h> int aio_suspend(const struct aiocb * const cblist[], int n, const struct timespec *timeout); Link with -lrt. DESCRIPTIONTheIf this function returns after completion of one of the...
http://linux.co.uk/documentation/man-pages/subroutines-3/man-page/?section=3&page=aio_suspend
CC-MAIN-2016-36
refinedweb
132
50.94
Drop-in replacement for Parse with added Redux goodness! HTML 5 Audio API in React chrbala/react-resume-boilerplate 9 a way to jump start writing your resume and cover letter in HTML and CSS chrbala/horizon-react-webpack-hmr-boilerplate 4 A semi-opinionated boilerplate for horizon-react and webpack, with hot module rel...
https://www.gitmemory.com/chrbala
CC-MAIN-2020-40
refinedweb
3,876
55.74
Create JSON API:s with HMAC authentication and Django form-validation. Install django-formapi in your python environment $ pip install django-formapi Add formapi to your INSTALLED_APPS setting. INSTALLED_APPS = ( ... 'formapi', ) Add formapi.urls to your urls.py. urlpatterns = patterns('', ... url(r'^api/', include('fo...
https://crate.io/packages/django-formapi/
CC-MAIN-2015-22
refinedweb
388
50.02
Shootout/SumFile From HaskellWiki Fastest (twice as fast as old Char entry) ByteString translation, with careful attention to Core. {-# OPTIONS -O -fbang-patterns #-} -- -- The Computer Language Shootout -- -- -- Contributed by Don Stewart -- Based on older versions by Greg Buchholz, -- Mirko Rahn, Chris Kuklewicz and ...
http://www.haskell.org/haskellwiki/index.php?title=Shootout/SumFile&oldid=10941
CC-MAIN-2014-41
refinedweb
525
81.93
, May 26, 2006 at 03:26:56PM +0100, Fadhley, Salim (FID) wrote: > I am going to try to test this with MX (we don't have it yet at work), > and see if that makes the problems go away. It's not enough to install mxDateTime. If you have both datetime and mxDateTime (and you most probably have) datetime has precedence. You...
https://sourceforge.net/p/sqlobject/mailman/message/12289333/
CC-MAIN-2017-17
refinedweb
283
74.9
The Gradle copy task does not preserve file modification times even when not changing the file contents. There should at least be an option to preserve these times. This still affects 2.2. AbstractFileTreeElement.copyTo(File) could be extended by target.setLastModified(getLastModified());, but that would make it the de...
https://issues.gradle.org/browse/GRADLE-2698.html
CC-MAIN-2021-31
refinedweb
176
52.56
A using the Computer Vision API whenever a new image is uploaded to an Azure Storage account. If you have not already seen my other article on the Computer Vision API, I suggest you take a look at that first. Using Azure Storage for static web content storage makes sense in lots of ways; it is very cheap, very fast and...
https://blogs.msdn.microsoft.com/martinkearn/2016/05/06/smart-image-re-sizing-with-azure-functions-and-cognitive-services/
CC-MAIN-2018-39
refinedweb
1,451
63.19
Quoting Alexey Dobriyan (adobriyan@gmail.com):> I don't like this even more.> > Pid namespaces are hierarchical _and_ anonymous, so simply> set of numbers doesn't describe the final object.> > struct pid isn't special, it's just another invariant if you like> as far as C/R is concerned, but system call is made special ...
https://lkml.org/lkml/2009/9/24/339
CC-MAIN-2014-15
refinedweb
149
64.1
Hi guys, I'm stuck on the following simple problem. Method 1 asks for input. Method 2 gets input and checks it against a criterion - if it fails, we start back at method 1, if it passes, we finish. But it doesn't work - if the input fails the test the first time around, it gets stuck in a loop where the new input isn't...
http://www.javaprogrammingforums.com/whats-wrong-my-code/20440-simple-question-re-while-loop-input.html
CC-MAIN-2016-30
refinedweb
215
71.65
Opened 9 years ago Closed 9 years ago Last modified 9 years ago #3439 closed (fixed) django.dispatch.* is grossly slow Description Attached is a refactoring chopping off a good chunk of dispatch's overhead; hard to test it standalone, so testing was done for simple iteration over records and isolating the diff in the p...
https://code.djangoproject.com/ticket/3439
CC-MAIN-2016-07
refinedweb
729
59.84
26 CFR 25.6151-1 - Time and place for paying tax shown on return. The tax shown on the gift tax return is to be paid by the donor at the time and place fixed for filing the return (determined without regard to any extension of time for filing the return), unless the time for paying the tax is extended in accordance wit...
http://www.law.cornell.edu/cfr/text/26/25.6151-1
CC-MAIN-2014-23
refinedweb
148
68.1
PackagingDrafts/MultilibTricks From FedoraProject Revision as of 16:47, 25 August 2011 Multi lib tricks Architecture independent files File conflicts For architecture independent files conflicts should be avoided, so the files should be identical among arches. It may involve some work with upstream when header files in...
https://fedoraproject.org/w/index.php?title=PackagingDrafts/MultilibTricks&diff=prev&oldid=250399
CC-MAIN-2016-40
refinedweb
1,090
55.44
Struts dispatch action - Struts Struts dispatch action i am using dispatch action. i send the parameter="addUserAction" as querystring.ex: at this time it working fine. but now my problem is i want to send another value as querystring for example Struts Action Classes Struts Action Classes 1) Is necessary to create an ...
http://www.roseindia.net/tutorialhelp/comment/61065
CC-MAIN-2014-41
refinedweb
1,432
57.16
Shared Bookmarks This page serves as a shared bibliography for working group members. Feel free to add, classify, reorganize, and annotate! Proposed design principles are in bold throughout below. Contents - General Usability Design Principles - Usable Security Design Guidelines - Usability Studies about Internet Secur...
https://www.w3.org/2006/WSC/wiki/SharedBookmarks.html
CC-MAIN-2017-22
refinedweb
5,012
50.67
Learn how to use Bonjour, with UDP/TCP sockets, streams and how to communicate through CoreBluetooth or the watch APIs. TL;DR: proof of concept sample repository, do NOT use in production NOTE: this article was originally written back in the end of 2015. I just updated the source code and the article to support the lat...
https://theswiftdev.com/2018/02/27/networking-examples-for-appleos/
CC-MAIN-2019-39
refinedweb
861
56.39
Many small changes can lead to big gains. Enable users to interact with your site with the least amount of friction. Run the smallest amount of JavaScript to deliver real value. This can mean taking incremental steps to get there but, in the end, your users will thank you. Here's some advice for making that happen. Int...
https://www.creativebloq.com/advice/how-to-code-faster-lighter-javascript/2
CC-MAIN-2022-27
refinedweb
1,660
63.49
GetPixel - Pixel Color of background Window By KryTonX, in AutoIt Example Scripts Recommended Posts Similar Content - By 2Toes Hey there, I have a program that I'm working on, and I have a button that's supposed to stop a running function, when it's pressed. However, I cannot get that to work. I put together a sample s...
https://www.autoitscript.com/forum/topic/178979-getpixel-pixel-color-of-background-window/?tab=comments
CC-MAIN-2019-26
refinedweb
651
60.85
Hide Forgot From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030703 Epiphany/0.8.0 Description of problem: The following script makes python crash on a glade2 project created with the glade2 included in Beta1. I have also downloaded glade2 from rawhide (31 July 2003) and it does...
https://bugzilla.redhat.com/show_bug.cgi?format=multiple&amp;id=101407
CC-MAIN-2019-30
refinedweb
443
79.26
> "max" <max at theslimmers.net> wrote in message > news:4f55e45a.0312191451.73b8f84b at posting.google.com... > > I am trying to use a sdk to access quickbooks, the sdk provided a COM > > interface and I think it installed the com server files/dlls. A VB > > code example is provided, but I can't figure out how to map ...
https://mail.python.org/pipermail/python-list/2003-December/178792.html
CC-MAIN-2017-30
refinedweb
371
58.89
Basic you that if you mouse over the lone flower on the main page, the page changes. She is already working on the next iteration so whatever I tell you may change. Update: I don’t get to put a link to the site at this time (which is a bummer because it is good) but the main goal for this article is to help plant some ...
http://gamecontest.geekswithblogs.net/tburger/archive/2010/08.aspx
CC-MAIN-2020-45
refinedweb
1,657
77.77
Forms allow our web browser to run dynamic web applications like that guest book. But form-based web applications require page loads every time you do anything, and fell out of favor in the early 2000s. What took their place are JavaScript-based applications, which run user code on web pages that can modify the pages d...
https://browser.engineering/scripts.html
CC-MAIN-2019-51
refinedweb
4,326
65.42
Without slowing down my application by If anybody know a better alternative, please share, thanks in advance! In that case, you cannot guarantee how long time is needed to be sure that all background threads gets a chance of running. I changed getStatus to return torrent_status const&. have a peek here Arbitrarily paus...
http://juicecoms.com/cpu-usage/c-limit-cpu-usage-of-thread.html
CC-MAIN-2017-51
refinedweb
1,438
58.82
Bug Description [Impact] * The indicator menu for sound not displaying is a major user interface failure. * The justification for making this upload is that the number of workarounds proposed are actually damaging to system integrity as well as allowing for shifts between desktop environment. * This patch resolves a co...
https://bugs.launchpad.net/ubuntu/+source/indicator-sound-gtk2/+bug/1208204
CC-MAIN-2014-10
refinedweb
3,509
63.39
Serial Monitor input for valve positioning TEST IND.IO I'm sure this is just something easy that I don't know, but for testing purposes, I wanted to pass a 0-10VDC signal to a valve I am testing and I wanted to do it through the serial Monitor. I've played around and I can't get it to recognize anything I pass via the ...
https://industruino.com/forum/help-1/question/serial-monitor-input-for-valve-positioning-test-ind-io-682
CC-MAIN-2022-27
refinedweb
583
60.01
. The question is whether we can continue to use the old package name for backwards compatibility purposes. Have you asked Cloudera or the community if anybody told them, "no, we want our old package name back." No, I bet you didn't. I bet you saw com.cloudera and just generalized the issue into "somebody else's namesp...
http://mail-archives.apache.org/mod_mbox/incubator-general/201202.mbox/%3CCABD8fLXcZkkHQ60wCbrZrHisBUWF0p0hn=3SJG+yrrt3NacSFQ@mail.gmail.com%3E
CC-MAIN-2015-06
refinedweb
120
69.38
okay i need some help with my program i keep geting errors everytime i fix something...i have many questions.. please dont just tell me what to fix, please explain it as well. but be aware im extreamely new to C++ so explain them ina way a newbie would understand =) after i open it it shows intro screen then asks the p...
https://cboard.cprogramming.com/cplusplus-programming/115483-please-help-im-new-cplusplus-im-getting-errors.html
CC-MAIN-2017-13
refinedweb
508
65.25
Developing Mobile Applications with Force.com and Sencha Touch - Part 2 Overview In the first part of our series we introduced you to the Sencha Touch mobile framework and built the foundation for a simple mobile application hosted in a Visualforce page that displays lead data served from an Apex controller. We reviewe...
http://www.sencha.com/blog/developing-mobile-applications-with-forcecom-and-sencha-touch-part-2/
CC-MAIN-2014-15
refinedweb
5,977
53.71
On 29/01/2018 14:03, Michal Privoznik wrote: > On 01/26/2018 04:07 AM, John Ferlan wrote: >> >> >> On 01/18/2018 11:04 AM, Michal Privoznik wrote: >>> This is a definition that holds information on SCSI persistent >>> reservation settings. The XML part looks like this: >>> >>> <reservations enabled='yes' managed='no'> ...
https://www.mail-archive.com/libvir-list@redhat.com/msg157373.html
CC-MAIN-2018-39
refinedweb
785
56.96
Posted 24 August 2012 - 02:46 PM Posted 24 August 2012 - 03:01 PM even though I used delay functions after and before glutSwapBuffers. Posted 24 August 2012 - 03:31 PM even though I used delay functions after and before glutSwapBuffers. ... this statement makes me very uneasy. It makes me suspect you are doing somethin...
http://www.gamedev.net/topic/630217-fullscreen-mode-not-working-with-signle-buffer/?forceDownload=1&_k=880ea6a14ea49e853634fbdc5015a024
CC-MAIN-2016-50
refinedweb
258
66.94
PGU - Phil's pyGame Utilities - 0.10.6 A collection of handy modules and scripts for PyGame. Peter Rogers (petros) Links Releases PGU - Phil's pyGame Utilities 0.5 — 7 Oct, 2005 PGU - Phil's pyGame Utilities 0.1.0pre — 24 Jul, 2005 PGU - Phil's pyGame Utilities 0.10.1 — 24 Feb, 2006 PGU - Phil's pyGame Utilities 0.10.2...
http://www.pygame.org/project-PGU+-+Phil's+pyGame+Utilities-108-661.html
CC-MAIN-2017-39
refinedweb
755
78.04
Certificates are represented by the ec_cert_t type, and are created by ec_cert_create(). All certificates must be freed once they are no longer required using ec_cert_destroy(). If a certificate has been saved using ec_ctx_save(), then it will be destroyed automatically once it is removed, overwritten, or the context i...
https://libec.erayd.net/chapters/certificates.html
CC-MAIN-2019-09
refinedweb
695
66.84
When extending the subranges, the reaching-def may be an undefs. When extending such kind of subrange, it will try to search for the reaching def first. If the reaching def is an undef and we did not provide 'Undefs', The findReachingDefs() will fail with message: "Use of $noreg does not have a corresponding definition...
http://reviews.llvm.org/D87744
CC-MAIN-2020-40
refinedweb
352
65.52
You e writing an interactive console program, and you want to get line-based input from the user. You present the user with a prompt, and he types some data before hitting enter. Instead of reading standard input all at once, read it a line at a time with gets or readline. This method populates a data structure with va...
https://flylib.com/books/en/2.44.1/getting_input_one_line_at_a_time.html
CC-MAIN-2019-39
refinedweb
517
66.74
All of dW ----------------- AIX and UNIX Information Mgmt Lotus Rational Tivoli WebSphere ----------------- Java technology Linux Open source SOA & Web services Web development XML ----------------- dW forums ----------------- alphaWorks ----------------- All of IBM Detecting Java leaks using IBM Rational Application D...
http://www.ibm.com/developerworks/rational/library/05/0816_GuptaPalanki/
crawl-002
refinedweb
2,567
61.67
Hey I have some code in Python which is basically a World Object with Player objects. At one point the Players all get the state of the world and need to return an action. The calculations the players do are independent and only use the instance variables of the respective player instance. while True: #do stuff, calcul...
https://codedump.io/share/wKL5mtkDwPve/1/easiest-way-to-parallelise-a-call-to-map
CC-MAIN-2016-50
refinedweb
241
57.77
Hi there fellows. In this post I am going to take you on an adventure with python sockets. They are the real backbones behind web browsing. In simpler terms there is a server and a client. We will deal with the client first. So lets first begin by importing the socket library and making a simple socket. import socket s...
https://pythontips.com/2013/08/06/python-socket-network-programming/
CC-MAIN-2019-30
refinedweb
1,790
73.68
Plugin Patches item #3258009, was opened at 2011-03-29 12:17 Message generated for change (Settings changed) made by kog13 You can respond by visiting: Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Cat...
https://sourceforge.net/p/jedit/mailman/jedit-devel/?viewmonth=201104&viewday=14
CC-MAIN-2018-05
refinedweb
375
54.32
Somehow, despite living in a country where strong mobile and wifi networks are commonplace, I still regularly find myself confronted with apps asking me to refresh the screen, or try my previous action again. Often, this can be anticipated; I know that as I walk away from my flat in the morning, at some point my phone ...
https://www.hedgehoglab.com/blog/android-development-connection-issues
CC-MAIN-2020-05
refinedweb
2,939
51.28
Asm.js, universal compatibility to applications This subset of JavaScript defined by Mozilla gives apps and games nearly the speed of native code. It was thought for a long time in the interest of a virtual machine in the browser to compile different languages and make them work on all operating systems. This idea took...
https://www.scriptol.com/programming/asm-js.php
CC-MAIN-2020-16
refinedweb
1,027
69.07
#include <tk.h> Atom Tk_InternAtom(tkwin, name) CONST char * Tk_GetAtomName(tkwin, atom) These procedures are similar to the Xlib procedures XInternAtom and XGetAtomName. Tk_InternAtom returns the atom identifier associated with string given by name; the atom identifier is only valid for the display associated with tkw...
http://www.linuxmanpages.com/man3/Tk_InternAtom.3.php
crawl-003
refinedweb
109
50.57
This page presents C++ code for computing the inverse of the normal (Gaussian) CDF. The emphasis, however, is on the process of writing the code. The discussion points out some of the things people are expected to pick up along the way but may never have been taught explicitly. This page develops the code in the spirit...
http://www.johndcook.com/blog/normal_cdf_inverse/
CC-MAIN-2015-14
refinedweb
1,203
67.65
Frank Kieviet This blog is continued on A few months ago I decided to look at a different place to host my blog. I compared Google's blogger and wordpress, and finally decided to go with the former. The full URL is: . Posted at 10:00AM Mar 17, 2009 by Frank Kieviet in Sun | Permalink: JavaOne! Posted at 10:46AM May 21,...
http://blogs.sun.com/fkieviet/
crawl-002
refinedweb
6,949
56.76
Introduction A lot of social media platforms have been using AI these days to classify vulgar and offensive posts and automatically take them down. I thought why not try doing something similar; and so, I’ve come up with this end-to-end tutorial that will help you build your own corpus for training a text classificatio...
https://www.analyticsvidhya.com/blog/2021/05/custom-text-classification-on-android-using-tensorflow-lite/
CC-MAIN-2021-25
refinedweb
1,432
58.69
Thin DSL for creating input_algorithms Project Description Release History Download Files Input Algorithms A DSL to assist with writing specifications describing valid data and testing that inputted data meets those defined specifications. Why the name? I got the inspiration from the movie Transcendence when a characte...
https://pypi.org/project/input_algorithms/
CC-MAIN-2017-43
refinedweb
294
54.49
Hey everyone: I'd like to make a short announcement that with the permission of its maintainer, I've uploaded HList v0.1 to Hackage. You can find the Hackage page here: <>. 'cabal install HList' should also work. HList for those who don't know is a sort of OO Haskell package which permits heterogeneous lists; you can f...
http://www.haskell.org/pipermail/haskell-cafe/2008-February/039062.html
CC-MAIN-2014-35
refinedweb
156
75.1
A Quick and Practical Example of Kafka Testing A Quick and Practical Example of Kafka Testing In this tutorial, we learn some of the fundamental aspects of Kafka testing in a declarative way and how to test microservices involving both Kafka and REST. Join the DZone community and get the full member experience.Join For...
https://dzone.com/articles/a-quick-and-practical-example-of-kafka-testing?utm_medium=feed
CC-MAIN-2019-13
refinedweb
2,663
63.49
Here's a smaller 10 by 10 matrix (the above are 500 by 500) which probably needs to come with a health warning: The code to do this using Sage is pretty easy (it makes use of the plotmethod on matrices): import os size = 500 nbrofmatrices = 100 for i in range(nbrofmatrices): print "Ploting matrix: %i of %s" % (i + 1, n...
http://drvinceknight.blogspot.co.uk/2013/09/for-no-reason-whatsoever-animated-gifs.html
CC-MAIN-2017-43
refinedweb
139
55.17
Introduction The iWidget is an IBM specification that provides a standard definition for a widget, allowing for seamless interoperability across various platforms and products. An iWidget is a browser-based component model that encapsulates web content and can participate in content presentation frameworks. It acts as ...
http://www.ibm.com/developerworks/web/library/wa-iwidgets/
CC-MAIN-2016-18
refinedweb
3,533
58.99
In Silverlight you can interact directly with the HTML DOM (Document Object Model). This can be done through the HtmlPage.Document object: HtmlDocument doc = HtmlPage.Document; HtmlDocument doc = HtmlPage.Document; Make certain to first add a reference to the following namespace: using System.Windows.Browser; using Sys...
http://silverlight.net/blogs/msnow/archive/2008/10/06/silverlight-tip-of-the-day-56-accessing-the-html-dom-from-silverlight.aspx
crawl-002
refinedweb
427
56.35
The OpenDocument Format (ODF) is an XML-based file format for representing electronic documents such as spreadsheets, charts, presentations and word processing documents. The standard was developed by the OASIS (Organization for the Advancement of Structured Information Standards), and it is a free and open format. The...
http://www.codeproject.com/Articles/38425/How-to-Read-and-Write-ODF-ODS-Files-OpenDocument-S?fid=1544287&df=90&mpp=10&noise=1&prof=True&sort=Position&view=Expanded&spc=None&fr=11
CC-MAIN-2015-22
refinedweb
803
54.32
Conventions In this book, you will find a number of styles of text that distinguish between different kinds of information. Here are some examples of these styles, and an explanation of their meaning. Code words in text are shown as follows: "By default, csc will output an executable file." A block of code is set as fo...
https://www.oreilly.com/library/view/c-5-first/9781849686761/pr06s04.html
CC-MAIN-2020-16
refinedweb
155
63.9
I have IDEA building an exploded war file and deploying it to jetty. I don't want to include the config file in the war so I am currently configuring Spring like this: @PropertySource(value="file:${springConfig:etc/testApp/app.properties}") public class MyConfig { However, this requires me to copy my app.properties to ...
https://intellij-support.jetbrains.com/hc/en-us/community/posts/206895385-How-Do-I-Configure-Spring-Properties-With-Jetty-
CC-MAIN-2020-34
refinedweb
109
64
Welcome to Apache Struts 2 standards and proven design patterns. Work in progress! Apache. Apache Struts 2 in a Nutshell The framework provides its own web Controller component and integrates with other technologies to provide the Model and the View.. To make it easier to access dynamic data obtained by an Action, the ...
https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=14419
CC-MAIN-2018-34
refinedweb
197
51.14
Analyzing a NHL Playoff Game With Twitter Since its inception eight years ago Jack Dorsey's Twitter has grown into one of the most popular websites on the internet. With over a billion registered users and an average of five hundred million tweets sent per day Twitter is creating incredible amounts of data. Many novel ...
https://www.danielforsyth.me/analyzing-a-nhl-playoff-game-with-twitter/
CC-MAIN-2022-05
refinedweb
1,336
63.59
#include <vil_image_view.h> Inheritance diagram for vil_image_view< T >: Views nplanes() planes of data each of size ni() x nj(). The (i,j) element of the p'th plane is given by im.top_left_ptr()[i*im.istep() + j*im.jstep() + p*im.planestep] The actual image data is either allocated by the class (using set_size), in wh...
http://public.kitware.com/vxl/doc/release/core/vil/html/classvil__image__view.html
crawl-002
refinedweb
130
62.98
Visualizing the Equation for the Eiffel Tower [Code Snippet] Visualizing the Equation for the Eiffel Tower [Code Snippet] Look at a visualization of and some code for the equation that helped build the legendary Eiffel Tower. Join the DZone community and get the full member experience.Join For Free How to Simplify Apac...
https://dzone.com/articles/equation-for-the-eiffel-tower
CC-MAIN-2018-51
refinedweb
239
58.18
start_timeout not found on sysupgrade Hi, I have just upgraded from 7.0-beta Sep 5 snapshot to Sep 7. During the process, I noticed the following error message: Welcome to the OpenBSD/amd64 7.0 installation program. /autoinstall[2697]: start_timeout: not found Performing non-interactive upgrade. The upgrade process wen...
https://www.mail-archive.com/search?l=misc%40openbsd.org&q=from:%22Joel+Carnat%22&o=newest
CC-MAIN-2021-39
refinedweb
4,923
72.66
If you were following my first three parts of this series, you probably are familiar with basics of threading and how to write simple multithreading applications in .NET using the System.Threading.Thread class and implementing thread synchronization on the .NET platform. In this article, I would discuss few more .NET c...
http://www.c-sharpcorner.com/UploadFile/mmehta/Multithreading411162005051609AM/Multithreading4.aspx
CC-MAIN-2015-22
refinedweb
1,716
62.58
Matthew, If you are using InstallMgr, then there is a facility for this in the virtual method getCipherCode. The relevant example from our BibleCS code is bool InstallMgrWin::getCipherCode(const char *modName, SWConfig *config) { CipherForm->modName = modName; CipherForm->config = config; return (CipherForm->ShowModal(...
http://www.crosswire.org/pipermail/sword-devel/2010-May/034329.html
CC-MAIN-2014-52
refinedweb
499
52.09
Encoding and decoding SQLite in Swift This is the third post in a series about powering modern apps with SQLite. The other posts in this series are: - Powering modern apps with SQLite - Building a lightweight SQLite wrapper in Swift - Reacting to changes to data in the SQLite database One of the best changes to Swift s...
https://shareup.app/blog/encoding-and-decoding-sqlite-in-swift/
CC-MAIN-2022-40
refinedweb
4,004
50.23
The .NET Framework class library provides various classes for working directly with HTTP. Some of these are for client scenarios, and are useful when you need to fetch resources from a web server such as bitmaps, or if you need to use an HTTP-based service that WCF cannot easily work with. You can also provide server-s...
https://www.safaribooksonline.com/library/view/programming-c-40/9781449392192/ch13s03.html
CC-MAIN-2018-30
refinedweb
260
65.22
Creating and Invoking a Web service using GlassFish in NetBeans, IntelliJ, and Eclipse - Part 2 By arungupta on Jan 31, 2007 Searching in the help bundled with the IDE on "web service from Java" returned no results relevant to Web service. I found several (1,2,3) people asking "How do I develop Web service in IntelliJ ...
https://blogs.oracle.com/arungupta/entry/creating_and_invoking_a_web1
CC-MAIN-2015-40
refinedweb
1,139
64.3
Before we get into the code involved in creating your own user-defined type in SQL Server 2005, it should be pointed out that CLR UDTs are extremely different from any type of custom data structure you may have created for previous versions of SQL Server. A CLR UDT not only has fields for storing data, but it also has ...
https://flylib.com/books/en/1.237.1.136/1/
CC-MAIN-2022-05
refinedweb
1,164
57.16
The HTML and XHTML standards allow a content author to extend the set of composition elements on a web page by applying special styles to the <div> and <span> tags and their content. A styled <div> block might appear to be a navigation bar, an advertisement, or some other specialized content that HTML does not explicit...
http://archive.oreilly.com/pub/h/2958
CC-MAIN-2015-22
refinedweb
984
58.18
This feature is in BETA stage. Some benefits of this feature are: First, define the gift items you want people to be able to purchase as products. As with regular payments, you'll need to build the user experience where a player can select the different items that can be gifted. Once a player has selected a gift to sen...
https://developers.facebook.com/docs/games_payments/advanced/ingamegifting
CC-MAIN-2018-26
refinedweb
515
54.22
These are chat archives for systemjs/systemjs loadConfigand the config passed to a builder instance? import * from './moduleA'to ./moduleA/index.ts? @adamburgess Okay, so, for example, System.import('app/main.js')? I don't need to map the file-to-be-imported, right? Also wanted to ask how to work with templates. I did ...
https://gitter.im/systemjs/systemjs/archives/2016/07/20?at=578fca584feb3a7668940f6b
CC-MAIN-2019-30
refinedweb
120
62.54
I have a GUI on my scene saying "Capsules Collected: 0/10" and a capsule object which has Collider that whenever the player enters the capsule , the capsule will be destroyed and the Capsules Collected will be increased by 1. The Destroy Works well, the GUI isnt displaying. What is wrong with my code? Here's my Code, I...
https://codedump.io/share/VUqMvo9BGRMT/1/display-gui-with-incrementing-variable-each-collision
CC-MAIN-2016-50
refinedweb
172
58.48
- Pay parking (payment, expiry notification) - event tickets (purchase, rsvp, ticket image) - catching pokemon (just catch whatever and message me a snazzy report full of pokemon names every once in a while) - ordering food - managing bills (let me know when phone/electrical/heat bill comes in, check usage so far, coor...
http://hackerbra.in/ask/1470945901
CC-MAIN-2018-51
refinedweb
28,207
70.13
I am getting a couple of errors when I compile this program and all I seem to be doing today is making them worse. This program is a homework program that I did before and it worked, but my program structure was totally different. I am re-writing it again as a class(we are working about classes , structs, inheiritance ...
https://cboard.cprogramming.com/cplusplus-programming/136264-errors-i-cannot-figure-out.html
CC-MAIN-2017-26
refinedweb
338
67.08
. All function, type and macro definitions needed to use the Python/C API are included in your code by the following line: #include "Python.h" This implies inclusion of the following standard headers: <stdio.h>, <string.h>, <errno.h>, <limits.h>, and <stdlib.h> (if available). Note Since Python may define some pre-proc...
http://docs.python.org/release/3.1.2/c-api/intro.html
CC-MAIN-2013-20
refinedweb
817
55.13
#include <wx/snglinst.h> wxSingleInstanceChecker class allows checking that only a single instance of a program is running. To do it, you should create an object of this class. As long as this object is alive, calls to wxSingleInstanceChecker::IsAnotherRunning from other processes will return true. As the object should...
https://docs.wxwidgets.org/trunk/classwx_single_instance_checker.html
CC-MAIN-2021-49
refinedweb
314
53.31
Java made easy RoseIndia has made learning Java easy with its online Java course, Java... tutorials along with Java course that helps all the beginners in Java to understand the language and has made learning Java very easy. A beginner just has to go pal To find palindrome no in a file - Java Beginners To find palindro...
http://www.roseindia.net/tutorialhelp/comment/95796
CC-MAIN-2014-35
refinedweb
955
57.37