text
stringlengths
20
1.01M
url
stringlengths
14
1.25k
dump
stringlengths
9
15
lang
stringclasses
4 values
source
stringclasses
4 values
Tiger12506 wrote: >> Based on your guidance, I figured it out. I need to use a return >> statement, which I had not encountered before. Now I wrote my >> definitions in this way: >> >> def collided(): >> if player_x == robot_x+0.5 and player_y == robot_y+0.5: >> return True >> > > This could be simplified more. > Here'...
https://mail.python.org/pipermail/tutor/2007-July/055827.html
CC-MAIN-2016-30
en
refinedweb
Graphics in the .NET Framework with Visual Basic The .NET Framework provides the GDI+ application programming interface (API) for manipulating graphics. GDI+ is an advanced implementation of the Windows Graphics Device Interface (GDI). With GDI+ you can create graphics, draw text, and manipulate graphical images as obj...
https://msdn.microsoft.com/en-us/library/ms233778(vs.80).aspx
CC-MAIN-2016-30
en
refinedweb
Apache log4net™ Manual - Contexts Most real-world systems have to deal with multiple clients simultaneously. In a typical multithreaded implementation of such a system, different threads will handle different clients. Logging is especially well suited to trace and debug complex distributed applications. An approach to ...
http://logging.apache.org/log4net/release/manual/contexts.html
CC-MAIN-2016-30
en
refinedweb
(25) Mike Gold(11)) Suresh S. How to read a value from Console? Oct 07, 2000. This article explains how to get the input from the console using ReadLine. C# in Windows 98 and Windows NT Oct 13, 2000. This article explains how to install and run C# on Window 98 and Windows NT 4.0.#. PaintBrush in C# Jan 10, 2001. The ar...
http://www.c-sharpcorner.com/tags/Windows-8-Metro-Navigation-Application
CC-MAIN-2016-30
en
refinedweb
Hi, I was wondering if it would sensible to rename kernel-patch-* to linux-patch-* to follow current rename from kernel- to linux- (sorry if this has been discussed before, pointers welcome) This rename would be good only for linux-related kernel patches, I thought also about keeping kernel-patch- namespace and have so...
https://lists.debian.org/debian-kernel/2006/02/msg00446.html
CC-MAIN-2016-30
en
refinedweb
. i i is -. '. i- ; 1 ! : . ii'iiiiiiiiiisiiniMi'siiiiiiiisiii r 1 "" Imkih u.liij'jijj.i j. ..x ' V . . . i i t J ) -' i r - . - ' . . -..-. I. TOWN AND COUNtY. WilJV,.'Iay 13, SSI. Lsuisvillc ftlaslvillftDftatBrl. E. Scheie tUAISS JQUTH. Ktptiii 1 .-!.' ;,-) ., , , , ffl'lil t' li ) ... Aeaouimotia.iou , , ' TUAlUS S...
http://chroniclingamerica.loc.gov/lccn/sn96091104/1881-05-13/ed-1/seq-3/ocr/
CC-MAIN-2016-30
en
refinedweb
A few years ago, the gas station near Microsoft's main campus (the one which had been run by my colleague in a previous stage of his career) appeared to have suffered some problems with the LCD unit on one of its pumps. Instead of "Please insert card", it said "@leace incebd cabd". As a geek, I quickly determined that ...
https://blogs.msdn.microsoft.com/oldnewthing/20110103-00/?p=11843/
CC-MAIN-2016-30
en
refinedweb
/* BFD library -- caching of file descriptors. Copyright 1990, 1991, 1992, 1993, 1994, 1996, 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc. Hacked by Steve Chamberlain of Cygnus Support (steve. */ /* SECTION File caching. */ #include "bfd.h" #include "sysdep.h" #include "libbfd.h" #include "libiberty.h" st...
http://opensource.apple.com/source/gdb/gdb-1128/src/bfd/cache.c
CC-MAIN-2016-30
en
refinedweb
Skip navigation links java.lang.Object oracle.adf.view.rich.remote.RemoteApplicationUtils public class RemoteApplicationUtils This is the workhorse of the Remote Application subsystem. It allows someone to make a connection to a remote server. public static boolean isRemote() trueif the current taskflow is being run as...
http://docs.oracle.com/cd/E28280_01/apirefs.1111/e10684/oracle/adf/view/rich/remote/RemoteApplicationUtils.html
CC-MAIN-2016-30
en
refinedweb
Results 1 to 3 of 3 Thread: parallel port in Ubuntu - Join Date - May 2011 - 2 parallel port in Ubuntu Code: #include <stdio.h> #include <stdlib.h> #include <unistd.h> #include <sys/io.h> #define base 0x378 /* printer port base address */ #define value 255 /* numeric value to send to printer port */ int main(int argc, ...
http://www.linuxforums.org/forum/hardware-peripherals/179130-parallel-port-ubuntu.html
CC-MAIN-2016-30
en
refinedweb
On Sunday 14 August 2005 19:11, Frans Pop wrote: > On Sunday 14 August 2005 18:58, Jesus Climent wrote: > > 1. the name of the package might be a namespace polution, since it is > > too generic. > > Possibly bridge-player would be a good alternative. Eh, bridge-dealer of course. Sorry.
https://lists.debian.org/debian-devel/2005/08/msg00721.html
CC-MAIN-2016-30
en
refinedweb
Opened 5 years ago Closed 5 years ago Last modified 5 years ago #15383 closed (invalid) TransactionManagementError although I've rollbacked the transaction Description (last modified by russellm) Hi, This bug must be very recent, as my piece of code that is now blowing used to work. The problem is when a function has t...
https://code.djangoproject.com/ticket/15383
CC-MAIN-2016-30
en
refinedweb
H. As a result of poking around the documentation, I have added two optional dependencies, eventlet and gevent. See: Search Criteria Package Details: gunicorn 19.6.0-1 Dependencies (5) - python - python-distribute (python-setuptools) (make) - python2-distribute (python2-setuptools) (make) - python-eventlet (optional) –...
https://aur.archlinux.org/packages/gunicorn/
CC-MAIN-2016-30
en
refinedweb
Opened 4 years ago Closed 4 years ago #19234 closed New feature (needsinfo) can't adapt type error with models Description Sometimes with Django you want to perform operations which need to pickle model objects, you end up with a can't adapt type error. This is often true when one uses celery, for example. I have a sim...
https://code.djangoproject.com/ticket/19234
CC-MAIN-2016-30
en
refinedweb
I'm using Visual studio C++ express IDE because I used the C# version to program in C# so I feel at home but I found a weird problem. Im getting errors using this code when Im not suppose to #include <isotream> using namespace std; int main() { count<<"hello world" << endl; return 0; } #include, std , count and endl al...
http://www.dreamincode.net/forums/topic/285174-weird-errors/
CC-MAIN-2016-30
en
refinedweb
The abominatin of a data structure that I have created is being used to store a combination of both Strings and Doubles in a hash table that needs to be able to store the Doubles in order at each key along with an identifier for that value (each one has an identifier). For example, I might store "AX" and the value 1.42...
http://www.gamedev.net/topic/563060-java---cannot-instantiate-the-type/
CC-MAIN-2016-30
en
refinedweb
Patches item #1516327, was opened at 2006-07-03 13:22 Message generated for change (Settings changed) made by gbrandl 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. Category:...
https://mail.python.org/pipermail/patches/2006-July/020161.html
CC-MAIN-2016-30
en
refinedweb
Hi, long time no see :-)Currently, I/O error is not a leading cause of system failure.However, since Linux nowadays is making great progress on itsscalability, and ever larger number of PCI devices are beingconnected to a single high-performance server, the risk of theI/O error is increasing day by day.For example, PCI...
http://lkml.org/lkml/2005/3/1/32
CC-MAIN-2016-30
en
refinedweb
What would people think about adding sys to __builtins__ so that "import sys" is no longer necessary? This is something I must add to every script I write that's not a one-liner since they have this idiom at the bottom: if __name__ == "__main__": sys.exit(main(sys.argv[1:])) Additionally, the necessity of "import sys" ...
https://mail.python.org/pipermail/python-list/2005-September/319963.html
CC-MAIN-2014-10
en
refinedweb
Contents Qt Declarative UI Runtime QML documents are loaded and executed by the QML runtime. This includes the Declarative UI engine along with the built-in QML elements and plugin modules, and it also provides access to third-party QML elements and modules. Applications that use QML need to invoke the QML runtime in o...
http://qt-project.org/doc/qt-4.8/qmlruntime.html
CC-MAIN-2014-10
en
refinedweb
Heiko Wundram <heikowu at ceosg.de> wrote in message news:<mailman.3507.1095603871.5135.python-list at python.org>... > Am Sonntag, 19. September 2004 07:00 schrieben Sie: > > I am sure the solution is O(n) since the list must > > only iterated once and the dictionary is O(1), correct? > > Thanks for the help!! > > In ...
https://mail.python.org/pipermail/python-list/2004-September/262720.html
CC-MAIN-2014-10
en
refinedweb
pyzenfolio 0.9 Light-weight Zenfolio API Python wrapper. Light-weight Zenfolio API Python wrapper. Using this wrapper is pretty straight-forward and does not require to use any special data-structures. Everything is returned as an AttrDict (same as dict however dictionary items can be accessed via Python attribute dot ...
https://pypi.python.org/pypi/pyzenfolio/0.9
CC-MAIN-2014-10
en
refinedweb
EJB 3.1 specification, 4.9.2.1 Session Bean Superclasses wrote:A session bean class is permitted to have superclasses that are themselves session bean classes. However, there are no special rules that apply to the processing of annotations or the deployment descriptor for this case. For the purposes of processing a par...
http://www.coderanch.com/t/542218/EJB-JEE/java/Session-EJB-inheritance
CC-MAIN-2014-10
en
refinedweb
05 October 2012 05:29 [Source: ICIS news] SINGAPORE (ICIS)--A shortage of truck drivers has increased land transport rates from United Arab Emirates (UAE) to ?xml:namespace> The cost of trucks lifting from UAE to Jordan for polyethylene (PE) and polypropylene (PP) resins are typically priced at $60.00-70.00/tonne (€46....
http://www.icis.com/Articles/2012/10/05/9601266/shortage-of-truck-drivers-causes-land-freights-to-jordan-to.html
CC-MAIN-2014-10
en
refinedweb
Java Development Kit (JDK) 1.7 (officially named Java SE 7), which is freely available from Sun Microsystems (now part of Oracle), is needed for writing Java programs. JDK can be downloaded from the Java mother site @ (or). JDK or JRE? JRE (Java Runtime) is needed for running Java programs. JDK (Java Development Kit), ...
http://www3.ntu.edu.sg/home/ehchua/programming/howto/JDK_Howto.html
CC-MAIN-2014-10
en
refinedweb
When responding to requests using any of the text/XML bindings (BasicHttpBinding / WSHttpBinding / CustomBinding with a TextMessageEncodingBindingElement), WCF has some specific prefixes which it uses corresponding to a certain namespaces. The SOAP namespace (“” for SOAP 1.2, “” for SOAP 1.1), for example, is always ma...
http://blogs.msdn.com/b/carlosfigueira/archive/2010/06/13/changing-prefixes-in-xml-responses.aspx
CC-MAIN-2014-10
en
refinedweb
Comment: Re:Eagerly awaited (Score 2) 324 results are pretty easy to change. Google Doodle Remembers Computing Pioneer Grace Hopper 157 Comment: Re:Update Fatigue (Score 1) 246 I just restart firefox once in a while, and it updates then. Never seen Firefox hollerin' anything about updates. I've got it set to auto updat...
http://slashdot.org/~guardian-ct/tags/flamebait
CC-MAIN-2014-10
en
refinedweb
Timeline 02/17/2007: - 22:28 Changeset [22960] by - WebCore.vcproj/WebCore.vcproj: Removed bogus single-file configuration for MimeTypeRegistryWin.cpp. - 22:04 Changeset [22959] by 2007-02-17 Steve Falkenburg <sfalken@apple.com> Reviewed by Adam. - Interfaces/IWebViewPrivate.idl: Added scrollBy, visibleContentRect - We...
http://trac.webkit.org/timeline?from=2007-02-17T17%3A52%3A31-0800&precision=second
CC-MAIN-2014-10
en
refinedweb
When I asked "what's wrong with objects?" I received numerous responses, all of which were excellent and spanned the spectrum of software design from hard core implementation issues to philosophical issues. What surprised me the most was that from the original 17 responses, they almost all pointed out different problem...
http://www.codeproject.com/Articles/4720/A-Look-At-What-s-Wrong-With-Objects?fid=16430&df=10000&mpp=10&noise=1&prof=True&sort=Position&view=None&spc=Relaxed&fr=11
CC-MAIN-2014-10
en
refinedweb
-. Our runtime interpreter is " :) Flow restrictions, floats or tuples., for loops restricted to builtin types, generators very restricted. range range and xrange are identical. range does not necessarily create an array, only if the result is modified. It is allowed everywhere and completely implemented. The only vis...
https://bitbucket.org/pypy/pypy/src/29b8abf6816b/pypy/doc/coding-guide.rst?at=default
CC-MAIN-2014-10
en
refinedweb
There's no better way to explain some code-related issue than providing a test for them, and that is what any NH team member is going to ask you no matter how clearly you described it; that said.. why not being smart enough to provide it since the beginning? For those who doesn't know what a unit test is, or why could ...
http://nhforge.org/blogs/nhibernate/archive/2008/10/04/the-best-way-to-solve-nhibernate-bugs-submit-good-unit-test.aspx
CC-MAIN-2014-10
en
refinedweb
digitalmars.D - Modules - bearophile <bearophileHUGS lycos.com> Feb 01 2008 This comes after a short discussion on the #D IRC channel. The topic is complex, and I don't know all its complexities. Generally I try to talk only about the things I know, so here I don't talk about some things (like packages, etc. For the in...
http://www.digitalmars.com/d/archives/digitalmars/D/Modules_65730.html
CC-MAIN-2014-10
en
refinedweb
Reviewing: public class SpatialIndex : AbstractIndexCreationTask<Restaurant> { public SpatialIndex() { Map = restaurants => from restaurant in restaurants select new { _ = SpatialGenerate(restaurant.Latitude, restaurant.Longitude), __ = restaurant.DriveThruArea == null ? new object[0] : SpatialGenerate("drivethru", res...
http://java.dzone.com/articles/reviewing-ravenburgerco-what
CC-MAIN-2014-10
en
refinedweb
WebAPI 18 06 22 28 Building A Windows 8.1 Media Player App Using Azure Media Services Windows, Visual Studio, ASP.NET, WinRT, Azure & other Microsoft products & technologies are trademarks of the Microsoft group of companies. DNC Magazine is an independent publication and is not affiliated with, nor has it been author...
https://de.scribd.com/document/189693175/DNCMagazine-Issue08-Tablet
CC-MAIN-2020-29
en
refinedweb
It worked! That problem had been driving me crazy for the past 2 days. I don't know why I couldn't find the answer via Google. Perhaps its because of all the brain damage from my Java programming. Thank you so much. - John 2008/2/10 Chad Austin <chad at imvu.com>: > Hi all, > > A month ago or so we discovered a bug in ...
https://mail.python.org/pipermail/cplusplus-sig/2008-February/012976.html
CC-MAIN-2020-29
en
refinedweb
From this article you will understand which the limitations are and what information your code can accept (in the form of values) and return (in the form of a return value) before you transform your class into a web service. Because web services in ASP.NET world, are executed by ASP.NET, which hosts the CLR, you can us...
https://www.howtoasp.net/how-to-build-basic-web-service-with-asp-net-step-2/
CC-MAIN-2020-29
en
refinedweb
This file provides firmware functions to manage the following functionalities of the Direct Memory Access controller (DMA): More... #include "stm32f37x_dma.h" This file provides firmware functions to manage the following functionalities of the Direct Memory Access controller (DMA): =====================================...
https://ese.han.nl/STM32/stm32f37stdlibrary/html/stm32f37x__dma_8c.html
CC-MAIN-2020-29
en
refinedweb
Sometimes I come across code such as this: import matplotlib.pyplot as plt x = [1, 2, 3, 4, 5] y = [1, 4, 9, 16, 25] fig = plt.figure() fig.add_subplot(111) plt.scatter(x, y) plt.show() Which produces: I've been reading the documentation like crazy but I can't find an explanation for the 111. sometimes I see a 212. Wha...
https://pythonpedia.com/en/knowledge-base/3584805/in-matplotlib--what-does-the-argument-mean-in-fig-add-subplot-111--
CC-MAIN-2020-29
en
refinedweb
TransactionSynchronization is disable, on @Transaction method TransactionSynchronizationManager.isSynchronizationActive() returning false Closing a SqlConnection does not close the close the transaction on SQL How do I set up my own server for transactional email sending? How to make 2 Java statements behave as a singl...
https://quabr.com/tag/transactions
CC-MAIN-2020-29
en
refinedweb
I was trying to create a dynamic array, apparently Unity does not like how I decided to type it. I tried it in a different script and it worked, but when I moved all the code to another script, Unity will not compile it. So where is the problem and how can I resolve it in a way that allows me to do what I want? using U...
https://answers.unity.com/questions/1137080/problem-with-listaddrange.html
CC-MAIN-2020-29
en
refinedweb
Introduction to the Vue Composition API - 143 The Vue Composition API is useful for creating components in a complex app. It’s organized that reduces clashes of names and provides better type inference in our components. Vue.js is an easy to use web app framework that we can use to develop interactive front end apps. I...
https://geekwall.in/p/Di_qCLPrQ/introduction-to-the-vue-composition-api
CC-MAIN-2020-29
en
refinedweb
I was tired of always looking for a way to underline labels like in Windows property dialogs. I created this little control that allows you to set a two-tone line above, below behind or in front of a label (even through it!) to solve that problem. The image to the left shows the control with the label text "Connection ...
https://www.daniweb.com/programming/software-development/code/422999/underlined-label-horizontal-line-divider
CC-MAIN-2017-51
en
refinedweb
import java.awt.*; public class Square { //**********the location of the square on the grid********** //*** Does a square need to know this about itself?... private int gridX; private int gridY; //**********the size of the square, which can be chosen by another class********** //*** All squares must have the same width...
http://www.dreamincode.net/forums/topic/142738-making-a-grid-with-square-class-help/
CC-MAIN-2017-51
en
refinedweb
I created a text file called studs.txt with the info as follows 1000 john-doe 3000 jane-smith 2000 kevin-khan and another file reg.txt with the info as follows: 1000 info-2415 info-2420 comp-2700 3000 comp-2500 math-2120 comp-3000 math 2160 I have to create a class called student, and the student object should know all...
http://www.dreamincode.net/forums/topic/251514-reading-from-files/
CC-MAIN-2017-51
en
refinedweb
I fixed one controller action in my application that doesn’t seemed good enough for me. It wasn’t big move I did but worth to show to beginners how nice code you can write when using correct layering in your application. As an example I use code from my posting ASP.NET MVC: How to implement invitation codes support. Pr...
https://dzone.com/articles/aspnet-mvc-moving-code
CC-MAIN-2017-51
en
refinedweb
Both Visual Studio Online and Team Foundation Server 2015 make it easy to achieve the Continuous Integration Automation. You can see the quick video which shows Continuous Integration workflow and a DevOps walkthrough using Visual Studio 2015 For the purpose of this blog I am going to walk you through and example of us...
https://blogs.msdn.microsoft.com/uk_faculty_connection/2015/09/07/continuous-integration-and-testing-using-visual-studio-online/
CC-MAIN-2017-51
en
refinedweb
timeswitch 1.0.1 Test date/time against a time period expressed in a simple grammar Timeswitch allows dates to be tested against a time range to see if they are contained within the time range. Time ranges are expressed using a simple grammar that supports absolute dates and times, repeating periods, greater, less than...
https://pypi.python.org/pypi/timeswitch/
CC-MAIN-2017-51
en
refinedweb
zeroless 1.0.0 ZeroMQ for Pythonistas™ Yet another ØMQ wrapper for Python. However, differing from PyZMQ, which tries to stay very close to the C++ implementation, this project aims to make distributed systems employing ØMQ as pythonic as possible. Being simpler to use, Zeroless doesn’t supports all of the fine aspects...
https://pypi.python.org/pypi/zeroless/
CC-MAIN-2017-51
en
refinedweb
Here's what I get trying to build 0.849 under VC6 SP5, using TAO... cpp-corba-idl-TAO: [echo] TAO stubs and skeletons for os=windows are up to date [echo] cpp-corba-idl-TAO done, continue with cpp-lib ... [echo] Using C:/local/xerces-c_2_3_0-win32/lib and xerces-c_2 [copy] Copying 1 file to C:\local\xmlBlaster\src\c++\...
http://www.xmlblaster.org/mhonarc-xmlBlaster-devel/msg00717.html
CC-MAIN-2017-51
en
refinedweb
I am new to python and hence falcon. I started developing a RESTful API and falcon so far is great for it. There is some other requirement to serve a static web page and I dont want to write an app or spawn a server for that. Is it possible from the falcon app to serve the static web page? First and most important, I h...
https://codedump.io/share/H4PnbSBdhWID/1/how-to-serve-a-static-webpage-from-falcon-application
CC-MAIN-2017-51
en
refinedweb
How to build a server in Java: Part 2 - Connecting to the server Building a client application For this second part of the tutorial we will be building a client application to connect to the server built in the first tutorial. The client application will connect to the server using sockets much like the server used to ...
https://hubpages.com/technology/Building-a-server-in-Java-Part-2-Connecting-to-the-server
CC-MAIN-2017-51
en
refinedweb
. #include <fstream> #include <iomanip> #include <stdlib.h> using namespace std; typedef unsigned char BYTE; typedef unsigned long DWORD; void DumpMemory ( const BYTE* pMem, const size_t sz, const char* pFile) { DWORD dw; // // Try to remove files that have the same name // _unlink ( pFile ); ofstream os; os.open ( pFi...
https://www.experts-exchange.com/questions/21901440/memory-dump.html
CC-MAIN-2017-51
en
refinedweb
zoiduser - Extended user documentation for zoid The location of config and data files can be installation specific. You can check the location where zoid looks for them with the command zoid --config. By default zoid uses two run control files: /etc/zoidrc and ~/.zoidrc or ~/.zoid/zoidrc, these are ordinary perl script...
http://search.cpan.org/~jberger/Zoidberg-0.981/man1/zoiduser.pod
CC-MAIN-2015-14
en
refinedweb
More College Grads Equals Faster Economic Growth Feb. 13 (Bloomberg) --.) High School The first challenge, it seems, is already being met to some degree. In a. The second stage involves college enrollment.), which is cumbersome to the point of being intimidating to many potential applicants, who are often unaware of th...
http://www.bloomberg.com/news/articles/2013-02-12/more-college-grads-equals-faster-economic-growth?category=%252Fview%252F
CC-MAIN-2015-14
en
refinedweb
. The OpenShift team takes a three-week-sprint "cut" from the Origin version for the Online version on a monthly basis. OpenShift Online runs on Red Hat Enterprise Linux (RHEL) hosted on Amazon and has seen roughly 1.8 million total apps deployed. Any bugs that surface under this heavy use are fixed in the Origin versi...
http://www.infoworld.com/article/2608445/cloud-computing/review--openshift-shines-for-developers-and-ops.html
CC-MAIN-2015-14
en
refinedweb
Java Tip: Simplify Spring Apps with @Autowired The Spring framework is a popular choice for Java developers due to its combination of power and simplicity. Spring is many things, but at its core, Spring is an IOC (Inversion of Control) container. It lets developers build applications that express object dependencies th...
http://www.developer.com/java/other/article.php/3756831/Java-Tip-Simplify-Spring-Apps-with-Autowired.htm
CC-MAIN-2015-14
en
refinedweb
13 August 2013 18:54 [Source: ICIS news] HOUSTON (ICIS)--Momentive Specialty Chemicals is seeing some stabilisation in business conditions in ?xml:namespace> “We have seen stabilisation, [ “We have seen some modest improvement in orders, but it is difficult to read whether that’s people restocking at a certain time or ...
http://www.icis.com/Articles/2013/08/13/9696922/us-momentive-specialty-seeing-some-stabilisation-in-europe-ceo.html
CC-MAIN-2015-14
en
refinedweb
View Questions and Answers by Category Advertisements How to add jtextfield or jtabbedpane by coding using java netbeans?? plzz help hi friend, To add the JTabbedPane you have to do the following steps : import javax.swing.JTabbedPane; .... .... JTabbedPane tp = new JTabbedPane(); ... ... // To add tab addTab()method i...
http://www.roseindia.net/answers/viewqa/Java-Beginners/29209-jtabbedpane.html
CC-MAIN-2015-14
en
refinedweb
PIL OWL Ontology Meeting 2012-03-05 From Provenance WG Wiki Meeting Information prov-wg - Modeling Task Force - OWL group telecon - previous meeting - date: 2012-03-05 - time: 12pm ET, 5pm UK - via Zakim Bridge +1.617.761.6200, conference 695 ("OWL") - wiki page: - titan page: - next meeting Attendees - Tim - Mike - Kh...
http://www.w3.org/2011/prov/wiki/PIL_OWL_Ontology_Meeting_2012-03-05
CC-MAIN-2015-14
en
refinedweb
Welcome to the first nearly-useful edition of Twisted Conch in 60 Seconds. In previous posts, I demonstrated how to create an SSH server no one could log in to, and then how to create an SSH server with password authentication but no content beyond that. Today I'll show you how to present some data to clients which con...
http://as.ynchrono.us/2011/04/twisted-conch-in-60-seconds-trivial.html
CC-MAIN-2015-14
en
refinedweb
java.lang.Object org.apache.commons.digester3.plugins.RuleFinderorg.apache.commons.digester3.plugins.RuleFinder org.apache.commons.digester3.plugins.strategies.FinderFromResourceorg.apache.commons.digester3.plugins.strategies.FinderFromResource public class FinderFromResource A rule-finding algorithm which expects the ...
http://commons.apache.org/proper/commons-digester/commons-digester-3.2/apidocs/org/apache/commons/digester3/plugins/strategies/FinderFromResource.html
CC-MAIN-2015-14
en
refinedweb
pthread_getconcurrency(3T) returns the value set by a previous call to pthread_setconcurrency(). If the pthread_setconcurrency() function was not previously called, pthread_getconcurrency() returns zero to indicate that the implementation is maintaining the concurrency level. (For Solaris threads, see "thr_getconcurren...
http://docs.oracle.com/cd/E19620-01/805-5080/attrib-31/index.html
CC-MAIN-2015-14
en
refinedweb
Scout/HowTo/3.9/Hide or disable menu items dynamically This how-to describes how to dynamically hide or disable menu entries. Context menus added to tables or form fields already support showing and hiding of menu entries depending on the number of selected elements (mostly relevant for tables) using the "Single Select...
http://wiki.eclipse.org/index.php?title=Scout/HowTo/3.9/Hide_or_disable_menu_items_dynamically&oldid=342266
CC-MAIN-2015-14
en
refinedweb
24 June 2009 21:11 [Source: ICIS news] TORONTO (ICIS news)--Germany’s coalition government has failed to agree on legislation to regulate carbon capture and storage (CCS) technology, but a new bill could be introduced after federal elections on 27 September, parliamentarians said on Wednesday. The legislation ran into ...
http://www.icis.com/Articles/2009/06/24/9227305/germany-ccs-bill-stalls-may-be-resubmitted-after-election.html
CC-MAIN-2015-14
en
refinedweb
05 April 2012 02:42 [Source: ICIS news] SINGAPORE (ICIS)--?xml:namespace> Jiutai Energy is investing yuan (CNY) 8.3bn ($1.3bn) into the project, which is expected to be brought on stream in 2014, the source said. The MTO project is expected to produce 300,000 tonnes of ethylene and propylene per year each, according to...
http://www.icis.com/Articles/2012/04/05/9547932/china-jiutai-energy-starts-building-mto-project-at-erdos.html
CC-MAIN-2015-14
en
refinedweb
tornado.options — Command-line parsing¶ A. Note By default, several options are defined that will configure the standard logging module when parse_command_line or parse_config_file are called. If you want Tornado to leave the logging configuration alone so you can manage it yourself, either pass --logging=none on the c...
http://www.tornadoweb.org/en/stable/options.html
CC-MAIN-2015-14
en
refinedweb
XML Support in Microsoft SQL Server 2005 Shankar Pal, Mark Fussell, and Irwin Dolobowsky Microsoft Corporation December 2005 Applies to: Microsoft SQL Server Microsoft .NET Framework 2.0 Summary:) Click here to download the Word document of this article, XML_Support_in_SQL.doc. Contents Introduction Motivating Scenario...
https://msdn.microsoft.com/library/ms345117.aspx
CC-MAIN-2015-14
en
refinedweb
django-popup-forms 1.0.3 Django pop-up forms framework. Problem - To have easy way to show popup window, holding any form, from any page of the website (examples: send message from user profile or from list of profiles; apply/withdraw to pool from list of companies, etc.) - This popup window should be pre-loaded, i.e. ...
https://pypi.python.org/pypi/django-popup-forms/
CC-MAIN-2015-14
en
refinedweb
We can fix the error import boto3 importerror no module named boto3 using just installing boto3 python package in your system. boto3 is sdk for AWS which can automate various tasks related to AWS like an auto container health check, auto shutdown or turn on the container or AWS instances. import boto3 importerror no mo...
https://www.datasciencelearner.com/import-boto3-importerror-no-module-named-boto3-crack/
CC-MAIN-2021-39
en
refinedweb
Closed Bug 427627 Opened 14 years ago Closed 13 years ago [Win] enable jemalloc on thunderbird trunk Categories (Thunderbird :: Build Config, defect, P1) Tracking (Not tracked) Thunderbird 3.0b2 People (Reporter: dmose, Assigned: standard8) References (Depends on 1 open bug) Details (Whiteboard: [no l10n impact]) Attac...
https://bugzilla.mozilla.org/show_bug.cgi?id=427627
CC-MAIN-2021-39
en
refinedweb
We). A bit of history We have checked Chromium four times already: - first check (23.05.2011) - second check (13.10.2011) - third check (12.08.2013) - fourth check (02.12.2013) All the previous checks were done with the Windows-version of PVS-Studio. Now it supports Linux as well, and it is this version that we used th...
https://hownot2code.com/2016/10/27/chromium-the-5th-check/
CC-MAIN-2021-39
en
refinedweb
In the time of creating software products that need to be highly scalable, microservices app looks like the most simple solution to them all. During my journey as a software developer and working in a project which requires the software to accommodate nearly a million users on demand, I have seen and felt that microser...
https://practicaldev-herokuapp-com.global.ssl.fastly.net/naseef012/create-a-microservices-app-with-dockerized-express-api-gateway-1kf9
CC-MAIN-2021-39
en
refinedweb
Revision history for Package-Stash-XS 0.29 2018-12-31 03:26:01Z - quiet compiler warning (Jacques Germishuys, PR #2) - canonical repository moved to 0.28 2013-07-16 - fix test issue (Graham Knop) 0.27 2013-07-15 - handle magic more correctly in add_symbol and get_or_add_symbol 0.26 2013-01-04 - internal refactorings to...
https://web-stage.metacpan.org/release/ETHER/Package-Stash-XS-0.29/source/Changes
CC-MAIN-2021-39
en
refinedweb
- I have a question bank dataframe (qdf) that contains lists of questions and appropriate widgets names for collecting responses. There can be more than 1 widget per question - On my main app page, I show the list of st.buttons on the sidebar based on question count in the question bank (qdf) - If a user presses the si...
https://discuss.streamlit.io/t/form-button-logic-state-cannot-be-captured/17147
CC-MAIN-2021-39
en
refinedweb
1568081046 Originally published at We will discuss how to add a Github social button in your Laravel 6 projects and how to simple authenticate (log in) users using the Github Login button in our Laravel app also we learn GitHub register. We will show you each thing step by step. Now, we need to download Laravel the lat...
https://morioh.com/p/90bfbac69408
CC-MAIN-2021-39
en
refinedweb
Tim ) )(); 18: } 19: Display( msg ); 20: } Not Just Strings Of course, you don't have to add just strings. The value is an object and can be anything. Let's make an incredibly simple GeekObject and substitute that for the applicationSettings. We'll start by adding a GeekClass, 1: namespace SimpleIsolatedStorage 2: { 3:...
https://jesseliberty.com/2008/09/29/isolated-storage-%E2%80%93-might-be-easier-than-you-think/
CC-MAIN-2021-39
en
refinedweb
1571559977 Note: You should have Nodejs installed on your machine. First thing is to create our project folder and initialize it with npm to generate the package.json file. Install dependencies npm i express --save npm i @types/node @types/express ts-node typescript nodemon --save-dev Create a tsconfig.json file in the...
https://morioh.com/p/b8f25e36731b
CC-MAIN-2021-39
en
refinedweb
Welcome to part 3 of the Google Cloud tutorial series. In this tutorial, we're going to address more about the vision API. What we've seen so far is just a quick, general, "idea" of what our image contains, but the vision API gives us quite a bit more. To begin, again, you can use any image you like for this, but I wou...
https://pythonprogramming.net/vision-api-contd-google-cloud-tutorial/?completed=/vision-api-intro-google-cloud-tutorial/
CC-MAIN-2021-39
en
refinedweb
I'm trying to create a simple threaded application whereby i have a method which does some long processing and a widget that displays a loading bar and cancel button. My problem is that no matter how i implement the threading it doesn't actually thread - the UI is locked up once the thread kicks in. I've read every tut...
http://www.dlxedu.com/askdetail/3/0723cd2549b0c8577b706b6439883805.html
CC-MAIN-2018-47
en
refinedweb
I have a ArcSDE Personal geodatabase that i need to edit. I am connecting to the feature class through a save connection other wise i can't edit the feature class. The problem i am having is once i run the code and it runs fine it seem to lock the entire ArcSDE Personal server not just the geodatabase the specific feat...
https://community.esri.com/thread/205378-sde-personal-database-lock
CC-MAIN-2018-47
en
refinedweb
Mastodon bot framework built on Mastodon.py Project description Ananas What is Ananas? Ananas allows you to write simple (or complicated!) mastodon bots without having to rewrite config file loading, interval-based posting, scheduled posting, auto-replying, and so on. Some bots are as simple as a configuration file: [b...
https://pypi.org/project/ananas/
CC-MAIN-2018-47
en
refinedweb
Aug 23, 2011 09:27 PM|pratiksolanki|LINK I am using VS2010 RTM; Ado.Net Entity Frame work 4.0. Since its Dynamic Data Web Application project, i have not write any single line of code as everything done by Dynamic Data web application; I just add Tables to Model.edmx file and run project. On Edit.aspx page on click of ...
https://forums.asp.net/t/1713665.aspx?DynamicData+Web+App+Custom+Update+Method+on+Edit+aspx+page
CC-MAIN-2018-47
en
refinedweb
- 教程 - Navigation - Baking NavMesh at Runtime Baking NavMesh at Runtime 版本检查: 2017.1 - 难度: 新手 In this live training session we will learn how to work with Unity’s Navigation tools at runtime. We will explore the publicly available Components for Runtime NavMesh Building and look at how we can use the provided component...
https://unity3d.com/cn/learn/tutorials/topics/navigation/baking-navmesh-runtime
CC-MAIN-2018-47
en
refinedweb
This page uses content from Wikipedia and is licensed under CC BY-SA. This is a descriptive directory of Wikipedia essays and related information pages located in the Wikipedia namespace. There are currently around 1,890 essays, with over two dozen categories to separate them for searching. You can also search essays b...
https://readtiger.com/wkp/en/Wikipedia:Essay_directory
CC-MAIN-2018-47
en
refinedweb
Declare a 2-D array that will contain up to 20 rows and 15 columns. The template for this lab that has been posted on ANGEL contains code to prompt the user to enter the number of rows and columns he/she would like to use, confirms the user’s entry is valid, and contains a function to print the array. You are to add a ...
https://www.daniweb.com/programming/software-development/threads/273935/array-and-matrix
CC-MAIN-2018-47
en
refinedweb
Introduction Deep learning is rapidly gaining steam as more and more research papers emerge from around the world. These papers undoubtedly contain a ton of information, but they can often be difficult to parse through. And to understand them, you might have to go through that paper multiple number of times (and perhap...
https://www.analyticsvidhya.com/blog/2018/10/understanding-inception-network-from-scratch/
CC-MAIN-2018-47
en
refinedweb
#include <mw/gulutil.h> Link against: egul.lib Finds the width in pixels of the widest item in a range of indexed text items. This is the base class for several classes used to get the maximum width for date and time components. Derived classes should override the pure virtual methods to supply an appropriate range of ...
http://devlib.symbian.slions.net/belle/GUID-C6E5F800-0637-419E-8FE5-1EBB40E725AA/GUID-E6114909-27D9-31B4-A727-9843B252DD40.html
CC-MAIN-2018-47
en
refinedweb
>>) : (Score:3, Informative) The Milestone's based on an ARM Cortex A8 running at 600 MHz. It's probably the slowest-clocked of the "new" superphones. (For Americans, it's a Motorola Droid for Europe and Canada with some small software and SKU differences). The Dingoo A320, according to the font of all wisdom, Wikipedi...
https://games.slashdot.org/story/10/02/25/0548259/quake-3-for-android?sdsrc=nextbtmnext
CC-MAIN-2016-50
en
refinedweb
To swap two numbers in Java Programming, you have to first ask to the user to enter the two number, make a swap variable of the same type. Now place the first number in the variable swap, then place second number in the first, and then place swap in the second. Following Java Program ask to the user to enter the two nu...
http://codescracker.com/java/program/java-program-swap-two-numbers.htm
CC-MAIN-2016-50
en
refinedweb
ContactSelectionMode Since: BlackBerry 10.0.0 #include <bb/cascades/pickers/ContactSelectionMode> To link against this class, add the following line to your .pro file: LIBS += -lbbcascadespickers Defines the selection mode that a ContactPicker should be launched in. The ContactPicker can be used to select a single cont...
http://developer.blackberry.com/native/reference/cascades/bb__cascades__pickers__contactselectionmode.html
CC-MAIN-2016-50
en
refinedweb
Thanks for taking a look. Responses below. On Mon, Aug 10, 2009 at 7:52 AM, Michael Niedermayer<michaelni at gmx.at> wrote: > On Sun, Aug 09, 2009 at 08:57:16PM -0400, Thomas Higdon wrote: >> On Sun, Aug 9, 2009 at 8:47 PM, Michael Niedermayer<michaelni at gmx.at> wrote: >> > On Sun, Aug 09, 2009 at 03:10:36AM -0400, T...
http://ffmpeg.org/pipermail/ffmpeg-devel/2009-August/061057.html
CC-MAIN-2016-50
en
refinedweb
Kubernetes namespaces help different projects, teams, or customers to share a Kubernetes cluster. It does this by providing the following: Use of multiple namespaces is optional. This example demonstrates how to use Kubernetes namespaces to subdivide your cluster. This example assumes the following:. Let’s imagine docs...
http://kubernetes.io/docs/admin/namespaces/walkthrough/
CC-MAIN-2016-50
en
refinedweb
I have a class-based C++ code similar to this and have followed the structure for declaring a __device__ Project Properties-> CUDA C/C++ -> Common -> Generate Relocatable Device Code #include "Test.cuh" // CUDA kernel __global__ void myKernel(Test* t) { // Call device function t->device_function(); } // Entry point int...
https://codedump.io/share/uUcznF3xYz3d/1/cuda-80-visual-studio-2012-linker-options-when-using-relocatable-device-code
CC-MAIN-2016-50
en
refinedweb
Basic Autoloader Usage - Autoloading in Zend Framework Basic Autoloader Usage Now that we have an understanding of what autoloading is and the goals and design of Zend Framework's autoloading solution, let's look at how to use Zend_Loader_Autoloader. In the simplest case, you would simply require the class, and then in...
https://framework.zend.com/manual/1.10/en/learning.autoloading.usage.html
CC-MAIN-2016-50
en
refinedweb
KinoSearch::Search::Hits - Access search results. The KinoSearch code base has been assimilated by the Apache Lucy project. The "KinoSearch" namespace has been deprecated, but development continues under our new name at our new home:. KinoSearch::Search::Hits isa KinoSearch::Object::Obj. This program is free software; ...
http://search.cpan.org/dist/KinoSearch/lib/KinoSearch/Search/Hits.pod
CC-MAIN-2016-50
en
refinedweb
GameFromScratch.com This post actually came about by accident. I’ve been playing around with Telerik’s recently open sourced Kendo UI suite and I found myself needing a web back end. Of course I could have used my own server, but every time you do something like that you open up another potential security concern. Ages...
http://www.gamefromscratch.com/post/2014/04/24/Using-Microsofts-Azure-for-your-games-server-component.aspx
CC-MAIN-2016-50
en
refinedweb
Ticket #4051 (closed Bugs: fixed) [range][string_algo] Conflict between algorithm names Description When I try to include both Boost.Range algorithms (in the current trunk version) and Boost.Algorithm, using a file such as the following: #include <boost/algorithm/string.hpp> #include <boost/range/algorithm.hpp> I recei...
https://svn.boost.org/trac/boost/ticket/4051
CC-MAIN-2016-50
en
refinedweb
Bummer! This is just a preview. You need to be signed in with a Basic account to view the entire video. Editing Todo Items8:57 with Jason Seifer It's time to add the functionality to edit todo items! We can create them but we may want to change the content at some point. In this video we'll write the tests and code for...
https://teamtreehouse.com/library/build-a-todo-list-application-with-rails-4/build-a-todo-list-application-with-rails-4/editing-todo-items
CC-MAIN-2016-50
en
refinedweb
Hi there^^ Its my first post on these forums, and as much as I hate it to be a shout for help ive got a problem I could really use someone with a bit of knowledge to help me out with =) My scenario being ive got to write a code that asks the user for input from a file (in this particular case it will be a number of fol...
https://www.daniweb.com/programming/software-development/threads/71268/problem-with-memory-allocation
CC-MAIN-2016-50
en
refinedweb
EclipseLink/Examples/MOXy/XPath Contents Introduction EclipseLink JAXB (MOXy) offers XPath based mapping which is what allows an existing object model to be mapped to an existing XML schema. Java Model Below is the model (Customer & Address) we'll use, the get/set methods have been omitted to simplify the example. Cust...
http://wiki.eclipse.org/index.php?title=EclipseLink/Examples/MOXy/XPath&oldid=253729
CC-MAIN-2016-50
en
refinedweb