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
Earth Engine provides access to client-side user interface (UI) widgets through the ui package. Use the ui package to construct graphical interfaces for your Earth Engine scripts. These interfaces can include simple input widgets like buttons and checkboxes, more complex widgets like charts and maps, panels to control ...
https://developers.google.com/earth-engine/ui?hl=fi
CC-MAIN-2019-43
refinedweb
426
66.44
adam17Member Content count699 Joined Last visited Community Reputation227 Neutral About adam17 - RankAdvanced Member Digipen: The best college for programming? adam17 replied to RadioactiveMicrobe's topic in Games Career DevelopmentJust to give the quick TLDR response to this, I would highly recommend looking into univ...
https://www.gamedev.net/profile/38773-adam17/?tab=topics
CC-MAIN-2018-05
refinedweb
2,417
75
25 February 2010 04:04 [Source: ICIS news] GUANGZHOU (ICIS news)--Petrochemical majors Sinopec and Saudi Basic Industries Corp (SABIC) have been running their ?xml:namespace> “Such operation rate would be kept in the next three months at least as the upstream refinery would run at [an] 80% rate during the period,” said...
http://www.icis.com/Articles/2010/02/25/9337737/sinopec-sabic-to-keep-tianjin-cracker-rate-at-70-over-3-months.html
CC-MAIN-2014-52
refinedweb
142
54.15
WO2008095010A1 - Secure network switching infrastructure - Google PatentsSecure network switching infrastructure Download PDF Info - Publication number - WO2008095010A1WO2008095010A1 PCT/US2008/052475 US2008052475W WO2008095010A1 WO 2008095010 A1 WO2008095010 A1 WO 2008095010A1 US 2008052475 W US2008052475 W US 2008052...
https://patents.google.com/patent/WO2008095010
CC-MAIN-2019-51
refinedweb
11,938
50.97
in reply to Re^2: How to create soap server script? in thread How to create soap server script? I’m afraid that I don’t understand your point/question. Could you please rephrase it? Elaborate a little? server script -> hibye.cgi #!perl -w use SOAP::Transport::HTTP; SOAP::Transport::HTTP::CGI -> dispatch_to('Demo') -> h...
http://www.perlmonks.org/?node_id=863714
CC-MAIN-2015-48
refinedweb
141
75.81
Nick Gunn wrote: > Is there a simple way to make a test for this? > > A simple way to test for it is to make a simple program that sets a > value to both sets of MIN/MAX and compile it so that any warning is an > error. However, I don't think that its simple to implement that to work > on all platforms from within the ...
http://mail-archives.apache.org/mod_mbox/incubator-stdcxx-dev/200508.mbox/%3C42EEE4B3.20503@roguewave.com%3E
CC-MAIN-2014-41
refinedweb
230
70.5
Like for example: Writing a blog, a weekly column, hosting a podcast, participating in a Let’s Play, and writing a novel-sized retrospective on Mass Effect. Description:We’ve had a lot of debates over whether we need a score system, or how much people will care, or how much of focus it should be, so don’t feel the need...
https://www.shamusyoung.com/twentysidedtale/?p=31026&replytocom=1018589
CC-MAIN-2019-47
refinedweb
7,761
67.28
On one of our client's Ubuntu 10.04 machines, I needed to upgrade Python from 2.6 to 2.7. Unfortunately, after installing Python 2.7 from apt the virtualenv, version 1.4.5, did not work correctly. This bug was fixed in a newer virtualenv version, however there were no Ubuntu packages available. I thought about trying s...
http://blog.endpoint.com/2013_02_01_archive.html
CC-MAIN-2016-30
refinedweb
859
51.04
1. Introduction to docker 1.1 what is docker Docker is an open source application container engine, which allows developers to package their applications and dependency packages into a portable container, and then publish them to other machines. A container can be simply understood as a modified runtime environment tha...
https://developpaper.com/systematization-of-docker-knowledge-points/
CC-MAIN-2021-21
refinedweb
5,291
52.29
How Markovify works Markovify is one of the more elegant libraries I’ve come across. While it can be extended for general Markov Process use, it was written to generate novel sentences using Markov Chains on a corpus of text. Its interface is extremely clean and astoundingly fast, fitting and predicting instantaneously...
https://napsterinblue.github.io/notes/algorithms/markov/markovify/
CC-MAIN-2021-04
refinedweb
1,420
68.81
Data copying C | FORTRAN copyprivate Definition copyprivate is a clause that can be used in a single construct; it acts as a mechanism to broadcast the value of a variable private to an implicit task to those of other implicit tasks in the parallel region. Copy Feedback copyprivate(list) Parameters - list - The variabl...
https://www.rookiehpc.com/openmp/docs/copyprivate.php
CC-MAIN-2019-43
refinedweb
202
57.87
This post contains all the code that’s been written in this YouTube video. ScoreScript.cs PuckScript.cs PlayerMovement.cs AiScript.cs This post contains all the code that’s been written in this YouTube video. Session expired Please log in again. The login page will open in a new tab. After logging in you can close it a...
https://resocoder.com/2017/06/02/5-make-an-air-hockey-game-in-unity-ui-score-code/
CC-MAIN-2020-29
refinedweb
129
68.26
Introduction Matplotlib is one of the most widely used data visualization libraries in Python. From simple to complex visualizations, it's the go-to library for most. In this tutorial, we'll take a look at how to plot a bar plot in Matplotlib. Matplotlib Plotting a Bar Plot in Matplotlib is as easy as calling the bar()...
https://stackabuse.com/matplotlib-bar-plot-tutorial-and-examples/
CC-MAIN-2021-17
refinedweb
966
66.44
Adding Metadata to Entities in The Data Model Join the DZone community and get the full member experience.Join For Free sometimes i’m being asked how to add metadata to a generated entity in entity framework. this metadata can be data annotation or other attributes which can help the developer during runtime. one answe...
https://dzone.com/articles/adding-metadata-entities-data
CC-MAIN-2022-40
refinedweb
491
54.73
loxun 1.3 large output in XML using unicode and namespaces loxun is a Python module to write large output in XML using Unicode and namespaces. Of course you can also use it for small XML output with plain 8 bit strings and no namespaces. loxun's features are: - small memory foot print: the document is created on the fl...
http://pypi.python.org/pypi/loxun/1.3
crawl-003
refinedweb
2,333
57.87
You can define an inner class anywhere inside a class where you can write a Java statement. There are three types of inner classes. The type of inner class depends on the location and the way it is declared. A member inner class is declared inside a class the same way a member field or a member method is declared. It c...
http://www.java2s.com/Tutorials/Java/Java_Object_Oriented_Design/0250__Java_Inner_Classes_Types.htm
CC-MAIN-2017-22
refinedweb
839
50.84
> > Looks sane. However, we still have a problem here - just what would> > happen if vfsmount is detached while we were grabbing namespace> > semaphore? Refcount alone is not useful here - we might be held by> > whoever had detached the vfsmount. IOW, we should check that it's> > still attached (i.e. that mnt->mnt_pare...
https://lkml.org/lkml/2005/5/24/52
CC-MAIN-2016-30
refinedweb
303
70.94
I wanted to get clarity on the _id and _rev fields. As I'm modeling this out in c#, I want to create a base Document class that I use for both creating new documents, and updating existing documents. The question I have is: will it always be OK to include _id and _rev fields in my POSTs to create new documents, and jus...
http://mail-archives.apache.org/mod_mbox/incubator-couchdb-user/200806.mbox/%3C888cd9180806120708i7dadbd9bq601c082261c867e6@mail.gmail.com%3E
CC-MAIN-2016-36
refinedweb
177
54.56
There are a lot of templating modules on CPAN. Some are obvious, some are hidden in very strange namespaces (eg HTML::Processor). Some are used a lot, some not. I read a lot of manpages, but definitly not all and none completly. If there is a module doing what I am proposing, please inform me! Before we continue, read ...
https://www.perlmonks.org/index.pl/?node_id=213300
CC-MAIN-2021-31
refinedweb
1,905
65.32
Pythonista 3 + StaSh + Plotly... I'm Close to a meltdown. Hi everyone! I have tried to install Plotly in Pythonista and I keep getting "cannot import name"-errors. In a final try I made a fresh install of Phytonista 3 and gave it a new go! Same procedure on iphone 6SE (12.1.2), ipad mini 4 (12.1.1) and ipad air 2 (12.1...
https://forum.omz-software.com/topic/5340/pythonista-3-stash-plotly-i-m-close-to-a-meltdown/10
CC-MAIN-2019-35
refinedweb
3,704
61.63
Chad Crabtree I reside in Livonia, Michigan and I work at a coffee shop. I have been using python for about 5 years after reading How to Become a Hacker article. I have thus far written about 10k loc and feel that I'm finally starting to get this programing thing. I recently took part in a Code Clinic from the Tutor ma...
https://wiki.python.org/moin/ChadCrabtree?action=fullsearch&context=180&value=linkto%253A%2522ChadCrabtree%2522
CC-MAIN-2018-05
refinedweb
2,026
68.77
in reply to Re: Re: Re^2: Private method variations in thread Private method variations Gee, you can have scalars and arrays and hashes with (almost) the same name too. Somehow people manage to keep those straight... Really, I think it's a much worse problem to put public and private methods into the same namespace, be...
http://www.perlmonks.org/?node_id=333125
CC-MAIN-2015-22
refinedweb
132
66.88
This holds for both version 1.4 & 2. When a python code has annotation for a function's return type,the syntax highlighting of the following code is all broken. For example: def foo( value: int ) -> int: return value + 2 # all syntax highlighting broken below this line ... This still seems to be the case... I just regi...
https://forum.sublimetext.com/t/unrecognized-python-3-code-in-syntax-highlighting/4161
CC-MAIN-2017-43
refinedweb
153
79.16
Compare the Content of Two Files in Java Last modified: September 29, 2021 1. Overview In this tutorial, we'll review different approaches to determine if the contents of two files are equal. We'll be using core Java Stream I/O libraries to read the contents of the files and implement basic comparisons. To finish, we'l...
https://www.baeldung.com/java-compare-files
CC-MAIN-2022-27
refinedweb
1,141
56.86
Are you sure? This action might not be possible to undo. Are you sure you want to continue? 3rd International Linux Audio Conference April 21 – 24, 2005 ZKM | Zentrum fur Kunst und Medientechnologie ¨ Karlsruhe, Germany Published by ZKM | Zentrum f¨ r Kunst und Medientechnologie u Karlsruhe, Germany April, 2005 All cop...
https://www.scribd.com/document/116555005/Soft-Libre-Articulos-Electronica
CC-MAIN-2018-22
refinedweb
75,876
51.28
Wiki polib / Home polib polib allows you. If you find polib useful, please consider giving a donation via paypal, any contribution will be greatly appreciated. Installation Note: chances are that polib is already packaged for your linux/bsd system, if so, we recommend you use your OS package system, if not then choose ...
https://bitbucket.org/izi/polib/wiki/Home
CC-MAIN-2018-05
refinedweb
240
51.95
A brief guide on how to write ClojureScript blog posts if you are using GitHub pages. by Andrea Richiardi October 19, 2015 Tags : Clojure Github ClojureScript Reagent Ever wondered if you can embed ClojureScript in a GitHub blog? The answer is: of course you can! At the end of the day, ClojureScript just translates to ...
https://blog.scalac.io/2015/10/19/cljs-on-gh-pages.html
CC-MAIN-2018-26
refinedweb
1,021
62.07
Friday, January 05, 2007 posted @ Friday, January 05, 2007 1:53 PM | Feedback (0) | Monday, May 01, 2006 One. posted @ Monday, May 01, 2006 12:15 PM | Feedback (2) | Wednesday, April 19, 2006 Guys, go and check this out Thanks, a. posted @ Wednesday, April 19, 2006 2:44 PM | Feedback (2) | Thursday, April 13, 2006 I am...
http://geekswithblogs.net/aymanfm/Default.aspx
crawl-002
refinedweb
1,226
72.56
A Beginner's Guide to Linear Regression Models in Python Does your team prefer Python over R? Or are you looking to brush up your on your Python skills? We'll walk through a simple example of a linear regression model using the scikit-learn library in Periscope's Python/R Integration. In this exercise, we will also fol...
https://community.periscopedata.com/t/m2r2jm/a-beginners-guide-to-linear-regression-models-in-python
CC-MAIN-2019-39
refinedweb
595
59.7
hi,I’m a high school student and from chinese…. my english is poor…… I know the fmod from the url: my compiler is ms2003.net I am a new learner ,but i can not play a mp3 files in my code……… the code As follows [code:19as84hw] include <windows.h> include <iostream> include "Fmod.h" include <conio.h> using namespace std;...
https://www.fmod.org/questions/question/forum-16552/
CC-MAIN-2018-47
refinedweb
335
68.06
scene vs. ui I'm working on a countdown clock with two timers. Each timer has a button, and when the button is pushed, the associated timer starts (and the other timer stops). This is a pretty simple program, but I'm wondering what the best way to do this is pythonista would be. Should I use a ui interface or a scene i...
https://forum.omz-software.com/topic/3322/scene-vs-ui
CC-MAIN-2018-13
refinedweb
651
83.76
In this tutorial, you will learn the concept of C programming strings with relevant examples. C Strings A string is a sequence of characters which is treated as a single data item in C. It can also be said as an array of characters and any group of characters defined between double quotations is string constants. “tryt...
http://www.trytoprogram.com/c-programming/c-programming-strings/
CC-MAIN-2019-30
refinedweb
744
52.23
Nov 28 2017 05:53 AM I was looking for a crawled property for the list item / document version - stumbled on a few such as _Version, Version, Version0, ows_DocVersion. I have mapped them to the tenant's RefineableDecimal00. Of course, I have re-indexed the site collection. However, when making a search query for the pr...
https://techcommunity.microsoft.com/t5/sharepoint-developer/filter-by-item-version-in-kql/td-p/131857
CC-MAIN-2022-33
refinedweb
219
55.74
I have re-looked at this issue today with the following results. * Problem Summary: input-pending-p yields an incorrect value 50% of the time in emacs 21.1 and emacs-21.2 under some window managers. * Result Summary: I have been unsuccessful in solving the problem. I have made all the efforts that I can think of, with ...
http://lists.gnu.org/archive/html/emacs-devel/2002-03/msg00509.html
CC-MAIN-2015-48
refinedweb
541
67.55
Perhaps that example is a little extreme, but it does demonstrate what most people do; code without testing. They make major changes without a clear and concrete way to verify the changes did not break existing functionality. This results in a lack of confidence in the code after making the changes, because there are n...
https://www.gamedev.net/articles/programming/general-and-gameplay-programming/test-driving-expression-template-programming-r2114/
CC-MAIN-2018-51
refinedweb
3,295
65.01
This is by no means ready for release, but I wanted to get a sanitycheck. I'm still stuck on this idea that userspace needs access to ACPInamespace. Manageability apps might use this taking inventory ofdevices not exposed by other means, things like X can locate chipsetcomponents that don't live in PCI space, there's e...
http://lkml.org/lkml/2004/8/3/106
CC-MAIN-2014-52
refinedweb
527
62.68
Zero to DAPP 3 of 4 for Windows (or MacOS/Linux) In this page, you examine and modify the Animal Kingdom DApp you built in part 2. You’ll review the underlying code and locate the portions of it which fulfill the requirements necessary to qualify an application for App Mining. You’ll expand your knowledge of the applic...
https://docs.blockstack.org/develop/zero_to_dapp_3_win.html
CC-MAIN-2019-47
refinedweb
2,261
58.79
Details - Type: Bug - Status: Closed - Priority: Major - Resolution: Fixed - Affects Version/s: JRuby 1.6.6 - Fix Version/s: JRuby 1.7.0.pre1 - Component/s: Standard Library - Labels:None - Environment:OS X 10.7.3 - Number of attachments : Description require 'tempfile' Tempfile.open 'test' do |io| io.unlink io.write "...
http://jira.codehaus.org/browse/JRUBY-6477
CC-MAIN-2015-22
refinedweb
765
63.66
Scala FAQ: How do I convert a String to Int in Scala? Solution: Use ‘to. A Java-like". A Scala “String to Int” conversion function that uses Option) As I wrote in my book about Scala and functional programming, you can also write a Scala toInt function that uses Try, Success, and Failure like this: import scala.util.{T...
https://alvinalexander.com/scala/how-cast-string-to-int-in-scala-string-int-conversion/
CC-MAIN-2022-33
refinedweb
119
65.42
Brill, > > I don't think "," is the standard ant separator. Where does it say this? > > It doesn't say it anywhere, but its all over Ant... call it the "unwritten > rule"... > Easily broken then ... :-). In fact the current spec proposal (see File Naming Conventions) states that in the build file the path separator is ...
http://mail-archives.apache.org/mod_mbox/ant-dev/200006.mbox/%3CNDBBIMHCHMPELMBMMFIMKEHEDJAA.conor@cortexebusiness.com.au%3E
CC-MAIN-2014-42
refinedweb
690
67.55
Agenda See also: IRC log <RebeccaB> Scribe this morning is Rebecca Bergersen; Jonathan Marsh this afternoon Hugo: docs for WSDL - making progress, talking with Description WG in couple of days Mark: approval of minutes - no objections minutes - April 11th Mark: scheduled end last call May 11 ... May 11 also last day to...
http://www.w3.org/2002/ws/addr/5/04/19-ws-addr-minutes.html
CC-MAIN-2014-23
refinedweb
5,668
65.42
Implementing Util Examples List examples that demonstrate the syntax and example code of java util package...) cache in Java. LRU Cache helps you how to use the buffer and how to limit... Java Util Examples List - Util Tutorials   Open Source Cache Softwares written in Java browser cache browser cache how can we clear ...
http://www.roseindia.net/tutorialhelp/comment/98752
CC-MAIN-2013-20
refinedweb
1,336
54.63
What is Event handler in SharePoint ? How to use it in a SharePoint site? This article will tell you about event handler used in sharepoint. Event handler perform a action depending up on your code. It helps you to perform an action by you. Learn about Event handler in SharePoint? How to use Event handler in a SharePoi...
http://www.dotnetspider.com/resources/43548-what-event-handler-sharepoint-how-use.aspx
CC-MAIN-2019-26
refinedweb
517
51.85
hurry.jqueryform 2.47.1 hurry.resource style resources for jQuery Form Plugin. hurry.jqueryform Introduction This library packages the jQuery Form Plugin for hurry.resource. How to use? You can import jqueryform from hurry.jqueryform and .need it where you want these resources to be included on a page: from hurry.jquer...
http://pypi.python.org/pypi/hurry.jqueryform/2.47.1
crawl-003
refinedweb
128
54.08
AUTOMATING THE DESTRUCTION OF BIND SHELLS Author: Brennan Turner @BLTSEC [Enterprise Security] Automating the Destruction of Bind Shells Scenario: A web developer goes to his local coffee shop and connects to the open WiFi network and starts browsing for Bootstrap website themes. An attacker has deauthenticated clients...
https://medium.com/@BLTSEC/automating-the-destruction-of-bind-shells-bafde2396aaa
CC-MAIN-2018-47
refinedweb
955
51.89
Using Oracle BPM Object Methods in Script Tasks (OBPM 12.1.3) By Venugopal Mangipudi on Jul 03, 2014 With Oracle BPM 12.1.3 becoming GA, I wanted to try out some of the new features that got added to this release. There are 2 features that are very helpful to the BPM developers: - Groovy Scripting support - BPM Data Ob...
https://blogs.oracle.com/VenugopalMangipudi/entry/using_oracle_bpm_object_methods
CC-MAIN-2015-35
refinedweb
438
53.04
hibernate firstExample not inserting data - Hibernate hibernate firstExample not inserting data hello all , i followed... problem is data is not inserting into DB even though the program is executed... for more information. Thanks.  Problem in running first hibernate program.... - Hibernate Problem in running first hib...
http://www.roseindia.net/tutorialhelp/comment/20871
CC-MAIN-2014-23
refinedweb
2,099
57.98
A Python-based socket client for communicating with Crestron control processors via CIP. Project description python-cipclient A Python module for communicating with Crestron control processors via the Crestron-over-IP (CIP) protocol. NOTICE: This module is not produced, endorsed, maintained or supported by Crestron Ele...
https://pypi.org/project/python-cipclient/
CC-MAIN-2020-16
refinedweb
884
55.34
Opened 5 years ago Closed 4 years ago #18336 closed Bug (fixed) Static files randomly fail to load in Google Chrome Description I've noticed while using Google Chrome that frequently (once every 2 or 3 refresh) some of my static files fail to load, it can be anything: an image, a .js file, etc. Opening that file direct...
https://code.djangoproject.com/ticket/18336?cversion=0&cnum_hist=7
CC-MAIN-2017-09
refinedweb
781
71.14
I started to prepare two posts, one about Page Sessions and the other one about reducing QueryString, ViewState and Session boilerplate. But I realized that both solutions were implemented on a BasePage. So I felt that I first needed to write about the importance of implementing a BasePage in a project. What is a BaseP...
https://practicaldev-herokuapp-com.global.ssl.fastly.net/hardkoded/implementing-a-basepage-in-your-aspnet-webforms-project--16g9
CC-MAIN-2020-40
refinedweb
720
65.22
I am working on an assignment in a C++ class where I have to convert a C program to C++. I don't have a background in C and I am having some trouble with a calculation and an if statement (highlighted below in bold). I just don't understand the symbols and what they mean. I tried the C tutorials on this site and figure...
https://cboard.cprogramming.com/cplusplus-programming/87807-converting-c-cplusplus-printable-thread.html
CC-MAIN-2017-26
refinedweb
264
61.56
Understanding XML Schemas July 1, 1999 Editor's note: since the publication of this article the W3C has made significant progress on the XML Schema specification. For an updated reference please see Using W3C XML Schema, published on XML.com November 29, 2000. Introduction In May, the. The following sections cover spec...
https://www.xml.com/pub/a/1999/07/schemas/
CC-MAIN-2018-05
refinedweb
1,141
53.61
How to load a custom scene Texture?. Thanks for the suggestion, but the image is in the same directory. It is really odd that it does work for you, but not for me. I am on iOS 13.5 (17F75) with an iPad 7 and Pythonista 3.3 (330025) Try to restart Pythonista After testing with a bigger image (overworld_tileset.png, 565x...
https://forum.omz-software.com/topic/6439/how-to-load-a-custom-scene-texture/11
CC-MAIN-2022-40
refinedweb
350
72.32
On May 10th, ICS presented a Qt Developer Conference in Waltham, Massachusetts. Over 100 developers were on hand to hear presentations from Havaard Nord (TrollTech CEO), Jasmin Blanchette (TrollTech uber-developer) and Matthias Kalle Dalheimer (Klarälvdalens Datakonsult CEO). It was a somewhat uneven conference. There ...
https://dot.kde.org/comment/98978
CC-MAIN-2017-17
refinedweb
4,852
64.81
Question: I have made a file called time.hs. It contains a single function that measures the execution time another function. Is there a way to import the time.hs file into another Haskell script? I want something like: module Main where import C:\Haskell\time.hs main = do putStrLn "Starting..." time $ print answer put...
http://www.toontricks.com/2018/11/tutorial-how-to-import-hs-file-in.html
CC-MAIN-2019-04
refinedweb
293
78.85
Programming Idioms I just read Jeff Yearout's recent post titled The Beginner's Garden of Concepts. Not directly related but it got me thinking about programming idioms. I've been using the phrase "programming idiom" for years to describe a short useful recurring code construct. I didn't realize that it was officially ...
http://cestlaz.github.io/posts/programming-idioms/
CC-MAIN-2018-26
refinedweb
335
53.75
Overview Atlassian Sourcetree is a free Git and Mercurial client for Windows. Atlassian Sourcetree is a free Git and Mercurial client for Mac. ABC: System for Sequential Logic Synthesis and Formal Verification ABC is always changing but the current snapshot is believed to be stable. Compiling: To compile ABC as a binar...
https://bitbucket.org/alanmi/abc
CC-MAIN-2017-39
refinedweb
726
66.44
PTS provides a way of internationalizing (i18n'ing) and localizing (l10n'ing) software for Zope 2. PlacelessTranslationService - Zope Corporation and Contributors This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software F...
https://pypi.org/project/Products.PlacelessTranslationService/
CC-MAIN-2017-43
refinedweb
4,317
65.52
I know this topic has been posted a bunch of times, but I honestly don't know what I am doing wrong. It seems that the points displayed aren't what the user entered. here is my code ------------------------------------------------------------------------------------ #include <windows.h> //wasn't sure what headers I nee...
https://cboard.cprogramming.com/cplusplus-programming/17982-something-wrong-gotoxy-printable-thread.html
CC-MAIN-2017-22
refinedweb
198
74.49
sorry to both, but it's a person thing. i love use properties instead Get\Set. sorrysorry to both, but it's a person thing. i love use properties instead Get\Set. sorryQuote: The big question I have about all of this is - why?? :confused: Your class test has the class variables public so that any user of this class can...
http://forums.codeguru.com/printthread.php?t=539499&pp=15&page=2
CC-MAIN-2013-48
refinedweb
250
72.97
collective.plonetruegallery 3.4.8 A gallery/slideshow product for Plone that can aggregate from Picasa (add collective.ptg.flickr) and Flickr (add collective.ptg.flickr) or use Plone images. collective.plonetruegallery Documentation Introduction collective.plonetruegallery is a Plone add-on that implements a very custo...
https://pypi.python.org/pypi/collective.plonetruegallery
CC-MAIN-2017-17
refinedweb
3,778
59.19
Does anyone know if you can make a ray sensor search for more than just one property or material? I am trying to set up a camera/character system like in resident evil 2 remake. Any help would be appreciated! Have multiple ray sensors searching for each property connected to a single “OR” controller Better use python f...
https://blenderartists.org/t/multiple-properties-for-ray-sensor/1210237
CC-MAIN-2020-24
refinedweb
398
64.61
Flask’s Latest Rival in Data Science Streamlit Is The Game Changing Python Library That We’ve Been Waiting For Developing a user-interface is not easy. I’ve always been a mathematician and for me, coding was a functional tool to solve an equation and to create a model, rather than providing the user with an experience....
https://www.thetechplatform.com/post/flask-s-latest-rival-in-data-science
CC-MAIN-2022-21
refinedweb
534
62.68
OpenAerialMap/Meeting Feb 19, 2015 Feb 19 19:00:01 Cristiano: Good morning, we're are about to start the OAM weekly meeting Feb 19 19:00:10 Cristiano: (and good evening) Feb 19 19:00:10 BlakeGirardot: Good morning Feb 19 19:00:47 Cristiano: Here's the link to the agenda: Feb 19 19:00:58 smathermather: Hi. Feb 19 19:01:...
http://wiki.openstreetmap.org/wiki/OpenAerialMap/Meeting_Feb_19,_2015
CC-MAIN-2017-26
refinedweb
5,324
53.82
trying to set up multiple click functions from one script, then add that script to the various game objects. I am trying to set up a script that checks if variable 1, in this case its called techpoints in my script. if they have 50 I want to be able to buy a virus and subtract those points. I got it working, but i real...
https://answers.unity.com/questions/938093/can-you-use-multiple-click-functions-with-one-scri.html
CC-MAIN-2020-10
refinedweb
421
75.4
You've read the hype surrounding Agile software development. You've persuaded your boss that the business will benefit from adopting it and should bring in some expert consultants to help. Your team has embraced the advantages of frequent releases, iterative development, and daily stand-ups. Everything is going fine. B...
http://www.ibm.com/developerworks/library/a-agiletrenches/index.html
CC-MAIN-2016-18
refinedweb
3,283
55.54
Introduction To start, I’d like to note that I’m not using the word error in this talk to describe error types. Instead, it’s to encompass anything in your code that is wrong, or not on the ideal code path. In development, we want code that is stable, behaves correctly, and does what we intend it to do. This allows us ...
https://academy.realm.io/posts/christopher-rogers-lessons-swift-error-handling-resilience-try-swift-2017/
CC-MAIN-2018-22
refinedweb
1,408
62.07
In the past, I showed you how to parse XML using the SAX approach and how to boost your Android XML parsing with XML Pull. Both these techniques work, but are rather boring since they qualify as “plumbing code”. In this tutorial I am going to show you how to perform XML binding in Android using the Simple framework. XM...
http://www.javacodegeeks.com/2011/02/android-xml-binding-simple-tutorial.html/comment-page-1/
CC-MAIN-2015-11
refinedweb
1,426
50.63
Pants uses the popular Pytest test runner to run Python tests. You may write your tests in Pytest-style, unittest-style, or mix and match both. Benefit of Pants: runs each file in parallel Each file gets run as a separate process, which gives you fine-grained caching and better parallelism. Given enough cores, Pants wi...
https://www.pantsbuild.org/docs/python-test-goal
CC-MAIN-2020-50
refinedweb
1,992
59.8
Politics & Current Affairs Society Politics & Current Affairs Society Просмотров: 18 123010 Gilley Motion to Compel Memorandum People vs Espina Criminal Procedure 2010 U.S. versus Vadim Mikerin, Judge Theodore Chuang, 40 page sentencing transcript dated Aug 31st 2015 United States v. Benitez, 4th Cir. (2011) United St...
https://ru.scribd.com/document/338452992/14-People-v-Gatward-Case
CC-MAIN-2019-39
refinedweb
7,396
57.4
Red Hat Bugzilla – Bug 427617 Python.h unconditionally (re)defines _XOPEN_SOURCE Last modified: 2008-01-31 18:08:39 EST Description of problem: The Python.h header unconditionally defines _XOPEN_SOURCE, even if it's already defined. This causes redefinition errors in kdebindings (PyKDE4) with GCC 4.3. Version-Release n...
https://bugzilla.redhat.com/show_bug.cgi?id=427617
CC-MAIN-2018-26
refinedweb
876
57.37
In the world of computer science, recursion refers to the technique of defining a thing in its own terms. In other words, a recursive function calls itself for processing. In this article, we will understand the concept of recursive function in Python, a widely-used programming language of the 21st century. What is Pyt...
https://www.upgrad.com/blog/python-recursive-function-concept/
CC-MAIN-2021-43
refinedweb
1,019
55.84
Details - Type: Improvement - Status: Closed - Priority: Major - Resolution: Won't Fix - Affects Version/s: 2.0.0 - Fix Version/s: None - Component/s: core/search - Labels:None - Lucene Fields:New, Patch Available Description. Activity Also tried this with DOCS_NUM == 1,000,000. Right after index creation it was [junit...
https://issues.apache.org/jira/browse/LUCENE-769?page=com.atlassian.jira.plugin.ext.subversion:subversion-commits-tabpanel
CC-MAIN-2015-14
refinedweb
1,795
61.67
All the client really has to know about the remote object is its remote interface. Everything else it needsfor instance, the stub classescan be loaded from a web server (though not an RMI server) at runtime using a class loader. Indeed, this ability to load classes from the network is one of the unique features of Java...
https://flylib.com/books/en/1.135.1.121/1/
CC-MAIN-2019-09
refinedweb
1,021
56.86
What’s the potential for incorporating grasshopper into compute? e.g. is there the plan for grasshopper ‘components’ to be incorporated into the API? Hello, @dekanifisher ! It’s not only possible, but there is already a prototype! Have you heard of Resthopper? It was a project at the Thornton Tomasetti AEC Tech hackath...
https://discourse.mcneel.com/t/grasshopper-within-compute-rhino3d/77656
CC-MAIN-2021-49
refinedweb
1,962
64.51
Post your Comment Java Word Occurrence Example Java Word Occurrence Example In this example we will discuss about the how... can count the occurrences of each word in a file. In this example we will use... will demonstrate you about how to count occurrences of each word in a file. In this example Java String Occurrence...
http://roseindia.net/discussion/47535-Java-Word-Occurrence-Example.html
CC-MAIN-2015-32
refinedweb
1,042
57.4
Red Hat Bugzilla – Bug 808413 Dependency on python-argparse Last modified: 2012-04-21 16:59:58 EDT Dependency on python-argparse needs to be added to python-keystoneclient its imported in shell.py [root]# grep "import argparse" keystoneclient/shell.py import argparse Hmm, on my F16 box: $ rpm -qf /usr/lib64/python2.7/a...
https://bugzilla.redhat.com/show_bug.cgi?id=808413
CC-MAIN-2017-47
refinedweb
283
56.25
sending mail using jsp sending mail using jsp please give me the detailed procedure and code for sending mail through jsp program Please visit the following links: http sending mail with attachment in jsp - JSP-Servlet sending mail with attachment in jsp Hi, Can any one pls tell me how to send email with attachment in ...
http://www.roseindia.net/tutorialhelp/comment/87451
CC-MAIN-2014-41
refinedweb
2,376
65.73
/#include <AFMotor.h>#define FAILSAFE 2000unsigned long last;AF_DCMotor motor(1);AF_DCMotor turn(2);void setup() { Serial.begin(115200); // set up Serial library at 115200 bps Serial.println("Let's Drive"); last = millis(); // turn on motor motor.setSpeed(255); turn.setSpeed(255); motor.run(RELEASE); turn.run(RELEASE);...
http://forum.arduino.cc/index.php?topic=128849.0;prev_next=next
CC-MAIN-2015-06
refinedweb
565
52.56
Pre requirements: - Windows, Linux or OSX machine running latest Java JDK or JRE. - Github account - You could fork the example project repo or you could use project of your own if you prefer. - if you want to set up a Webhook that will trigger automatic builds you will need Jenkins to be accessible from outside your n...
https://www.toni-develops.com/2020/04/24/adding-continuous-integration-with-jenkins-pipeline-and-github-webhooks/?utm_source=rss&utm_medium=rss&utm_campaign=adding-continuous-integration-with-jenkins-pipeline-and-github-webhooks
CC-MAIN-2021-43
refinedweb
1,420
60.45
On 11/07/2010 02:42 PM, Gene Cooperman wrote:> I'd like to add a few clafifications, below, about DMTCP concerning> Oren's comments. I'd also like to point out that we've had about 100> downloads per month from sourceforge (and some interesting use cases> from end users) over the last year (although the sourceforge num...
https://lkml.org/lkml/2010/11/7/142
CC-MAIN-2016-44
refinedweb
830
55.64
Blender 3D: Noob to Pro/Advanced Tutorials/Python Scripting/Import scripts Importing objects into Blender is not that different from exporting. However, there are a few additional things to take care of. Firstly, all references to "export" in the header should be changed to "import". Secondly, instead of simply writing...
https://en.wikibooks.org/wiki/Blender_3D:_Noob_to_Pro/Advanced_Tutorials/Python_Scripting/Import_scripts
CC-MAIN-2015-40
refinedweb
597
59.6
Earlier in this chapter, we worked with Office 2003 documents and converted them to an XML format. Using a schema allowed us to specify the element names and structures for the documents that we created. Schemas also helped to determine if data in the XML document was valid. In this section, well create both Document T...
https://flylib.com/books/en/1.350.1.33/1/
CC-MAIN-2021-21
refinedweb
3,455
56.55
It looks like you're new here. If you want to get involved, click one of these buttons! Hello, I am using python to draw my layout, and for some reason I do not manage to use the round corners function. Please help! At first I was using Box but it appears that it does not inherit the Round Corners from Polygon, so I ch...
https://www.klayout.de/forum/discussion/1092/rounding-corners
CC-MAIN-2019-13
refinedweb
590
76.42
When I was making the Topsy Turvy Clock I created a non blocking delay class so that the Arduino could be doing other things whilst waiting for a timeout. This avoids the use of the delay function which otherwise "blocks" the operation until the timeout is completed. I realised that this same technique could be used to...
https://www.element14.com/community/community/design-challenges/enchanted-objects/blog/2015/06/18/enchanted-design-challenge--blinker
CC-MAIN-2017-43
refinedweb
168
63.8
We’ll use the graphviz library to generate DOT-formatted data, and the dot command to generate an image: import subprocess import graphviz _RENDER_CMD = ['dot'] _FORMAT = 'png' def build(): comment = "Test comment" dot = graphviz.Digraph(comment=comment) dot.node('P', label='Parent') dot.node('G1C1', label='Gen 1 Child...
https://dustinoprea.com/2015/06/04/simple-graphsdigraphs-with-graphviz/
CC-MAIN-2017-26
refinedweb
296
60.51
Getting Started With Kubernetes: Networking Posted on In previous installments, we examined how to deploy applications. However, we only touched on how applications talk to each other inside and outside the cluster. Whether you are building a modern application or modernizing a legacy application, understanding how res...
https://www.pulumi.com/blog/getting-started-with-k8s-part5/
CC-MAIN-2022-21
refinedweb
1,650
55.03
FiPy on Telia Norway LTE-M1 Hello, Norway based Telia employee here! I just got the GPy and FiPy in the mail today and I am trying to connect to a base station which is M1-enabled for testing purposes. I copied the example from the documentation but it does not seem to work. lte.isconnected() returns False no matter wh...
https://forum.pycom.io/topic/2366/fipy-on-telia-norway-lte-m1
CC-MAIN-2022-21
refinedweb
708
59.9
pyMCFSimplex is a Python Wrapper for MCFSimplex Project description pyMCFSimplex * - Version 0.9.1 * - Johannes Sommer, 2013* - What? pyMCFSimplex is a Python-Wrapper for the C/C++ MCFSimplex Solver Class from the University of Pisa. MCFSimplex is a Class that solves big sized Minimum Cost Flow Problems very fast. See ...
https://pypi.org/project/pyMCFSimplex/
CC-MAIN-2022-21
refinedweb
835
60.41
See also: IRC log <hhalpin> PROPOSED: to approve SWXG WG Weekly -- 20 May 2009 as a true record <hhalpin> RESOLVED: approved SWXG WG Weekly -- 20 May 2009 as a true record <hhalpin> PROPOSED: to meet again Wed, 3 June. scribe volunteer? <hhalpin> Scribe? <adam> i can do june 10th +1 <hhalpin> OK, let's have adam provis...
http://www.w3.org/2009/05/27-swxg-minutes.html
CC-MAIN-2018-39
refinedweb
4,759
65.56
Euler problems/11 to 20 From HaskellWiki Revision as of 14:07, 2 December 2011: unboxed types and parallel computation: import Control.Parallel import Data.Word collatzLen :: Int -> Word32 -> Int collatzLen c 1 = c collatzLen c n = collatzLen (c+1) $ if n `mod` 2 == 0 then n `div` 2 else 3*n+1 pmax x n = x `max` (colla...
https://wiki.haskell.org/index.php?title=Euler_problems/11_to_20&diff=43329&oldid=13926
CC-MAIN-2016-40
refinedweb
118
68.36
This. Software Used in Configuring JBossws - JBoss Application Server 4.0.5.GA. - Eclipse Europa (WTP all in one pack) - JDK 1.5.x Pre-Requirements to Learn JBossWs and follow this article. - Should have Java knowledge. - Should know how to use Eclipse. (Creating web projects in Eclipse) - Should have basic knowledge o...
http://www.javabeat.net/creating-webservice-using-jboss-and-eclipse-europa/3/
CC-MAIN-2013-48
refinedweb
1,581
59.19
Subject: Re: [boost] [review] Multiprecision review scheduled for June 8th - 17th, 2012 From: Vicente J. Botet Escriba (vicente.botet_at_[hidden]) Date: 2012-05-31 01:43:25 Le 29/05/12 23:08, Jeffrey Lee Hellrung, Jr. a écrit : > Hi all, > > The review of the proposed Boost.Multiprecision library authored by John > Mad...
http://lists.boost.org/Archives/boost/2012/05/193534.php
CC-MAIN-2015-32
refinedweb
1,040
58.18
Created on 2014-02-21.17:29:41 by zyasoft, last changed 2015-04-15.20:48:19 by zyasoft. As seen in the socket-reboot project, it's necessary to wrap calls to bound methods with a function so that it can be directly used by single method interfaces, eg: def workaround_jython_bug_for_bound_methods(_): self._notify_select...
http://bugs.jython.org/issue2115
CC-MAIN-2016-40
refinedweb
146
52.9
Cigarette Taxes TL;DR Raising the cigarette tax by one cent in every state will save us about $1 billion per year. In the grand scheme of health care costs, it isn’t that much money. So with this post, I wanted to get back to my roots as an economist. I decided that I wanted to write a blog post similar to the economic...
https://barnesanalytics.com/effect-cigarette-tax-health-expenditures-using-bayesian-panel-data-methods
CC-MAIN-2018-09
refinedweb
1,867
65.83
Before everyone had a multitude of computers of their own computers were rare, and if you wanted to use one you had to share it. Given the demand for computers exceeded the supply, people had to share time using it. Initially you could do this with a stop watch, but it's better for the computer itself to be able to me...
https://yakking.branchable.com/archives/2017/11/
CC-MAIN-2018-13
refinedweb
1,091
64.1
For. The code is not that hard to understand, the hard part is understanding how the serial communication works. So, I'm going to show you how to tell your arduino to blink using your computer. Once you understand this you should be able to expand both the python code and the arduino code to fit your own projects. Teac...
https://www.instructables.com/id/Arduino-and-Python/
CC-MAIN-2019-51
refinedweb
1,440
74.49
[solved] QHash’s insert() wrong use?—> VS-Debugger showed botch data due to missing Qt-Addon for VS Hello peoplez, I have a beginner problem with my QHash I built a controller, which handles my QHash. This Controller has got a method: - - { - SpecialObject tPI (tID, tName, tCat, tCon); // tPI is set correctly - this->m...
http://qt-project.org/forums/viewthread/7419/
CC-MAIN-2014-49
refinedweb
792
50.63
@types Definitely Typed is definitely one of TypeScript's greatest strengths. The community has effectively gone ahead and documented the nature of nearly 90% of the top JavaScript projects out there. This means that you can use these projects in a very interactive and exploratory manner, no need to have the docs open ...
https://basarat.gitbooks.io/typescript/docs/types/@types.html
CC-MAIN-2017-43
refinedweb
269
61.26
Button not initialized964914 Dec 3, 2012 7:28 PM I have a controller class which extends a simple java class. Now inside the base class I declare a button whose name matches the fx:id of the button in the fxml file. Now when the fxml is loaded the controller is initialized. however, the button is not initialized and is...
https://community.oracle.com/message/10727265
CC-MAIN-2017-17
refinedweb
373
65.62