text
stringlengths
20
1.01M
url
stringlengths
14
1.25k
dump
stringlengths
9
15
lang
stringclasses
4 values
source
stringclasses
4 values
Dear list, as you probably know, I'm the author of the reactive-banana package, which is a library for functional reactive programming (FRP) which can be used with wxHaskell. As such, I would like to propose a few changes to wxHaskell which are informed by FRP. Of course, while my primary aim is to gain better interope...
http://sourceforge.net/p/wxhaskell/mailman/message/29196023/
CC-MAIN-2014-52
en
refinedweb
18 February 2011 10:15 [Source: ICIS news] By Mahua Chakravarty ?xml:namespace> Toluene prices in Asia firmed to a 30-month high this week and were at $990-1,005/tonne (€733-744/tonne) FOB (free on board) Korea on Friday, largely stable from Thursday and up $10-15/tonne from last week’s close, according to ICIS. A deal...
http://www.icis.com/Articles/2011/02/18/9436514/asia-toluene-to-remain-stable-to-firm-despite-weak-demand.html
CC-MAIN-2014-52
en
refinedweb
package SERVLETS . InsertServlet.java:3: package javax.Servlet does not exist import javax.Servlet.*; ^ InsertServlet.java:4: package javax.Servlet.http does not exist import.... The package java.Servlet.* does not exist. It is written as javax.servlet.*. Similarly : package javax.servlet does not exist import javax.se...
http://www.roseindia.net/tutorialhelp/comment/91306
CC-MAIN-2014-52
en
refinedweb
I have a tried request, urllib2 packages to get the redirecting url. I have also passed header s for getting the url. iam getting the status code as 200 but not the redirected url. How to get it ? Here is my code : - Code: Select all import requests >>> url = "" headers = {"Referer": ""} >>> req = requests.get(url, hea...
http://www.python-forum.org/viewtopic.php?f=6&t=11592
CC-MAIN-2014-52
en
refinedweb
Bug - [GEOT-362] - TransactionInsert not working through Geoserver - [GEOT-993] - Authentication + gzip -> IllegalStateException - [GEOT-1194] - Polygon with holes not handled by - [GEOT-1199] - Using 2 Levels results in Nullpointer Exception - [GEOT-1670] - Unexpected behaviour of the SelectSampleDimension operation -...
http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10270&styleName=Html&version=14961
CC-MAIN-2014-52
en
refinedweb
user information with the Live Connect API for Windows Phone This article demonstrates how to get user information with Microsoft Live Connect APIs on Windows Phone 7. It also provides a brief overview of some of the other functionality exposed by these APIs. - Live Connect developer guide (MSDN) - Live SDK v5.0 (MSDN...
http://developer.nokia.com/community/wiki/index.php?title=Getting_user_information_with_the_Live_Connect_API_for_Windows_Phone&oldid=202454
CC-MAIN-2014-52
en
refinedweb
Message-ID: <732428228.897.1418920390649.JavaMail.haus-conf@codehaus02.managed.contegix.com> Subject: Exported From Confluence MIME-Version: 1.0 Content-Type: multipart/related; boundary="----=_Part_896_1309463012.1418920390648" ------=_Part_896_1309463012.1418920390648 Content-Type: text/html; charset=UTF-8 Content-Tr...
http://docs.codehaus.org/exportword?pageId=75668
CC-MAIN-2014-52
en
refinedweb
Introduction Test-driven development (TDD) is a key practice in agile software development. TDD is a style of coding where the desired behavior or specification is written first in the form of an executable example (typically as a JUnit test case). TDD is an iterative process and requires you to run the test cases afte...
http://www.ibm.com/developerworks/websphere/library/techarticles/1107_chung/1107_chung.html?ca=drs-
CC-MAIN-2014-52
en
refinedweb
24 April 2008 17:52 [Source: ICIS news] NEW YORK (ICIS news)--Dow Chemical will continue to develop its “asset-light” strategy as it seeks to put more commodity assets into joint ventures, the company’s chief executive said on Thursday. “You can expect Dow’s asset-light strategy to keep coming to life in terms of how w...
http://www.icis.com/Articles/2008/04/24/9119014/dow-to-continue-asset-light-strategy-liveris.html
CC-MAIN-2014-52
en
refinedweb
Thank U for providing this content Post your Comment Applet Applet Write a Java applet that drwas a line between 2 points. The co-ordinates of 2 points should be passed as parametrs from html file. The color of the line should be red applet problem - Applet applet problem How can I create a file in client side by a jav...
http://www.roseindia.net/discussion/20612-Java---Read-file-Applet.html
CC-MAIN-2014-52
en
refinedweb
Hi all, This is a really simple question, but I can't seem to find an answer online. I'm just starting to learn C in order to programme my Raspberry Pi which will lead to my first robot. I've done a fair bit of programming in VB before, but C is completely new to me. I'm literally starting at the beginning with the 'He...
http://letsmakerobots.com/taxonomy/term/2964
CC-MAIN-2014-52
en
refinedweb
This tutorial focuses on inspecting Vault data stored in Consul. Also, refer to Vault Limits and Maximums for known upper limits on the size of certain fields and objects, and configurable limits on others. Vault creates and persists critical operational data, such as configuration, leases, roles, secrets, and write ah...
https://learn.hashicorp.com/tutorials/vault/inspecting-data-consul
CC-MAIN-2021-39
en
refinedweb
Object orientated programming fits extremely well with GUI programming. Using OOP, we can easily make reusable GUI components. This post shows off a quit button that confirms if the user really wants to exit the application. I got the idea from Programming Python: Powerful Object-Oriented Programming . Here is my imple...
https://stonesoupprogramming.com/2018/01/30/python-advanced-quit-button/?shared=email&msg=fail
CC-MAIN-2021-39
en
refinedweb
Indentation LexicalIndentation Lexical This is a lexical component that can be used instead of StdLexical to build a parser for a language that has "indentation syntax" or "off-side rule syntax". Refer to ToyParser.scala in the project as an example of how to add this to your parser. There is nothing special about the ...
https://index.scala-lang.org/edadma/indentation-lexical/indentation-lexical/0.5?target=_2.11
CC-MAIN-2021-39
en
refinedweb
Force a crash to test your implementation Add code to your app that you can use to force a test crash. You can use the following code to add a button to your app that, when pressed, causes a crash. The button is labeled "Test Crash". Swift import UIKit("Test Crash", for: []) button.addTarget(self, action: #selector(sel...
https://firebase.google.com/docs/crashlytics/test-implementation?authuser=1
CC-MAIN-2021-39
en
refinedweb
Provided by: libcurl4-gnutls-dev_7.22.0-3ubuntu4_amd64 NAME curl_share_init - Create a shared object SYNOPSIS #include <curl/curl.h> CURLSH *curl_share_init( ); DESCRIPTION This function returns a CURLSH handle to be used as input to all the other share- functions, sometimes referred to as a share handle. RETURN VALUE ...
http://manpages.ubuntu.com/manpages/precise/en/man3/curl_share_init.3.html
CC-MAIN-2021-39
en
refinedweb
Conceptualizing Haar cascades When we talk about classifying objects and tracking their location, what exactly are we hoping to pinpoint? What constitutes a recognizable part of an object? Photographic images, even from a webcam, may contain a lot of detail for our (human) viewing pleasure. However, image detail tends ...
https://hub.packtpub.com/tracking-faces-haar-cascades/
CC-MAIN-2021-39
en
refinedweb
On Tue, Oct 6, 2015 at 7:30 PM, Nathaniel Smith <njs at pobox.com> wrote: > [splitting this off into a new thread] > > On Tue, Oct 6, 2015 at 3:00 AM, David Cournapeau <cournape at gmail.com> > wrote: > [...] > > I also agree the current situation is not sustainable -- as we discussed > > privately before, cythonizing ...
https://mail.python.org/pipermail/numpy-discussion/2015-October/073881.html
CC-MAIN-2021-39
en
refinedweb
This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project. On Thu, Dec 06, 2007 at 08:31:17PM -0800, Mark Mitchell wrote: > Jakub Jelinek wrote: > > > The following patch (which obsoletes my earlier 34238 patch) fixes all of > > this, but letting cgraph_optimize actually emit all the vars...
https://gcc.gnu.org/ml/gcc-patches/2007-12/msg00311.html
CC-MAIN-2019-43
en
refinedweb
. To get started with this API, you’ll need to create from google.cloud import pubsub client = pubsub.Client() topic = client.topic('topic_name') topic.create() topic.publish('this is the message_payload', attr1='value1', attr2='value2') Project details Release history Release notifications Download files Download the ...
https://pypi.org/project/google-cloud-pubsub/0.20.0/
CC-MAIN-2019-43
en
refinedweb
A newb programmer here I have a project involving pedestrian simulation I'm planning to use libpedsim.dll in python with Ctypes but so far I cannot make the functions working Can anyone point out how to make use of this DLL? This is the class documentation: This is the link for the download: I tried to call it this way...
https://www.daniweb.com/programming/software-development/threads/451367/need-help-in-using-c-library-in-python
CC-MAIN-2019-43
en
refinedweb
Authors: Sriharsha Chintalapani, Suresh Srinivas, Ying Zheng, Satish Duggana Status Current State: Discussion Discussion Thread: Discuss Thread JIRA: - KAFKA-7739Getting issue details... STATUS Motivation as a long-term storage service. Kafka local storage and operational complexity. Kafka in cloud. Solution - Tiered s...
https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=128650573
CC-MAIN-2019-43
en
refinedweb
A trace represents a plausible sequence of executed basic blocks that passes through the current basic block one. More... #include "llvm/CodeGen/MachineTraceMetrics.h" A trace represents a plausible sequence of executed basic blocks that passes through the current basic block one. The Trace class serves as a handle to ...
http://llvm.org/doxygen/classllvm_1_1MachineTraceMetrics_1_1Trace.html
CC-MAIN-2019-43
en
refinedweb
- WinForms ComboBox vs WebForms DropDownList - System journal hooks - Macro Recorder - Strange and consistent ActiveX problem - Process.CloseMainWindow() - Finding out what applications are in the system tray - System.NullReferenceException , why? - Problem with abstract classes - MDI interface like in Visual Studio - ...
https://bytes.com/sitemap/f-326-p-75.html
CC-MAIN-2019-43
en
refinedweb
Code style and conventions¶ Be consistent!¶ Look at the surrounding code, or a similar part of the project, and try to do the same thing. If you think the other code has actively bad style, fix it (in a separate commit). When in doubt, ask in chat.zulip.org. Lint tools¶ You can run them all at once with ./tools/lint Yo...
https://zulip.readthedocs.io/en/stable/contributing/code-style.html
CC-MAIN-2018-51
en
refinedweb
Widgets (experimental)¶ [Note: this document is currently intended to be a roadmap/design document. It may be converted over time to permanent documentation.] Overview¶ During 2018 we built out a “widget system” in Zulip. It includes these features: - /ping - /day (and /night, /light, /dark) - /poll (and /tictactoe, /t...
https://zulip.readthedocs.io/en/stable/subsystems/widgets.html
CC-MAIN-2018-51
en
refinedweb
Implementation of the model proxy. More... #include <CModelProxy.h> Implementation of the model proxy. This class can be used to switch model connections behind the proxy. Definition at line 23 of file CModelProxy.h. Attaches model object to observer observerPtr. observerwill cause an assertion. Implements imod::IModel...
http://ilena.org/TechnicalDocs/Acf/classimod_1_1_c_model_proxy.html
CC-MAIN-2018-51
en
refinedweb
Reflection can also perform late binding, in which the application dynamically loads, instantiates, and uses a type at runtime. This provides greater flexibility at the expense of invocation overhead. In this section, we create an example that uses very late binding, dynamically discovers new types at runtime, and uses...
http://etutorials.org/Programming/C+in+a+nutshell+tutorial/Part+II+Programming+with+the+.NET+Framework/Chapter+13.+Reflection/13.6+Late+Binding/
CC-MAIN-2018-51
en
refinedweb
#include <nrt/Core/Design/Optional.H> A class for representing optional values. This class is a container around some value which may or may not exist; it encapsulates optional data. Optional can wrap both reference and non reference data, and is by default set to be uninitialized upon creation. This class provides sim...
http://nrtkit.net/documentation/classnrt_1_1Optional.html
CC-MAIN-2018-51
en
refinedweb
tag:blogger.com,1999:blog-53956430996187770662018-11-01T17:59:35.794-07:00Inheriting JavaInheriting JavaAnand VijayaKumarnoreply@blogger.comBlogger214125InheritingJava – Certification Steps<img src="" height="1" width="1" alt=""/>Anand VijayaKumar You Eligible for the SCJD/OCMJD Certification? If <img src="" height="1"...
http://feeds.feedburner.com/InheritingJava
CC-MAIN-2018-51
en
refinedweb
Term. If no size is specified, the service defaults to ten. Examples Before providing examples, we need to provide a context. Assume there is a class with a string property, a list of strings property, and a property of a complex type that also has a string property. public class Book { public string Title { get; set; ...
https://world.episerver.com/documentation/Items/Developers-Guide/EPiServer-Find/9/DotNET-Client-API/Searching/Facets/Terms-facets/
CC-MAIN-2018-51
en
refinedweb
Base class for objects that do the output summary per iteration. More... #include <IpIterationOutput.hpp> Base class for objects that do the output summary per iteration. Definition at line 22 of file IpIterationOutput.hpp. enumeration for different inf_pr output options Definition at line 47::RestoIterationOutput, and...
https://www.coin-or.org/Doxygen/Ipopt/classIpopt_1_1IterationOutput.html
CC-MAIN-2018-51
en
refinedweb
#include <wx/grid.h> This. This function must be implemented in derived classes to return a copy of itself.. Get the preferred size of the cell for its contents.
https://docs.wxwidgets.org/3.0/classwx_grid_cell_renderer.html
CC-MAIN-2018-51
en
refinedweb
#include <wx/textcompleter.h> Base class for custom text completer objects. Custom completer objects used with wxTextEntry::AutoComplete() must derive from this class and implement its pure virtual method returning the completions. You would typically use a custom completer when the total number of completions is too b...
https://docs.wxwidgets.org/3.0/classwx_text_completer.html
CC-MAIN-2018-51
en
refinedweb
SHA-256 (Secure Hash Algorithm 256) More... #include "core/crypto.h" #include "hash/sha256.h" Go to the source code of this file. SHA-256 (Secure Hash Algorithm 256)-256 is a secure hash algorithm for computing a condensed representation of an electronic message. Refer to FIPS 180-4 for more details Definition in file ...
https://oryx-embedded.com/doc/sha256_8c.html
CC-MAIN-2018-51
en
refinedweb
mechan: python test.py There are some tests that try to fetch URLs from the internet. To include those in the test run: python test.py discover --tag internet The urllib2 interface mechanize exports the complete interface of urllib2. See the urllib2 documentation. For example: import mechanize response = mechanize.urlo...
http://wwwsearch.sourceforge.net/mechanize/documentation.html
CC-MAIN-2017-04
en
refinedweb
CodePlexProject Hosting for Open Source Software I have implemented a new permission. I copied some code from an existing IPermissionProvider. There are a couple things I'm unsure of, though. Here is my code. public class Permissions : IPermissionProvider { public static readonly Permission DownloadLessonPlans = new Pe...
http://orchard.codeplex.com/discussions/266638
CC-MAIN-2017-04
en
refinedweb
Let's say I have a vector [2,4,6,8,10], and I need to remove the 2nd and the 4th elements from this vector. The desired resulting vector should be [2,6,10]. This is very easy to implement in R: v1 <- c(2,4,6,8,10) v1[-c(2,4)] .erase() .erase uvec Here's one possible approach: #include <Rcpp.h> Rcpp::LogicalVector logic...
https://codedump.io/share/ILeA2ZKJHSQ2/1/rcpprcpparmadillo-removing-non-contiguous-elements-from-a-vector-based-on-positions
CC-MAIN-2017-04
en
refinedweb
Setting up CI/CD for a PREN app with Jenkins, Docker and GitHub Webhooks on Container Registry By Temidayo Oyedele, Alibaba Cloud Tech Share Author. Tech Share is Alibaba Cloud’s incentive program to encourage the sharing of technical knowledge and best practices within the cloud community.. Docker is a platform for de...
https://alibaba-cloud.medium.com/setting-up-ci-cd-for-a-pren-app-with-jenkins-docker-and-github-webhooks-on-container-registry-decd01337a4e?source=post_internal_links---------5----------------------------
CC-MAIN-2021-39
en
refinedweb
README ¶ QUIC-mangos A QUIC transport for mangos written in pure Go Motivation QUIC-mangos brings the low latency and multiplexed streaming of the QUIC protocol to mangos. URL paths passed to sock.Listen and sock.Dial are mapped to a separate QUIC stream, allowing several mangos.Sockets to share a single port mapping. ...
https://pkg.go.dev/github.com/lthibault/quic-mangos
CC-MAIN-2021-39
en
refinedweb
Here is a code snippet that calculates the probability of the outcome of a two sided game based on the capability of each side. I used it in my football league simulator program Could be used in any number of simulators which involve two parties. For equally strong parties, the result is calculated based on equal proba...
https://www.daniweb.com/programming/software-development/code/456711/probability-calculator
CC-MAIN-2018-47
en
refinedweb
A model .NET web service based on Domain Driven Design Part 4: the abstract Repository September 23, 2013 2 Comments Introduction In the previous post we created a very basic domain layer with the first domain object: Customer. We’ll now see what the data access layer could look like in an abstract form. This is where ...
https://dotnetcodr.com/2013/09/23/a-model-net-web-service-based-on-domain-driven-design-part-4-the-abstract-repository/
CC-MAIN-2018-47
en
refinedweb
Examples¶ Just a few examples to get you an idea of how easy PyScaffold is to use: putup my_little_project - The simplest way of using PyScaffold. A directory my_little_projectis created with a Python package named exactly the same. The MIT license will be used. putup skynet -l gpl3 -d "Finally, the ultimate AI!" -u - ...
https://pyscaffold.org/en/latest/examples.html
CC-MAIN-2018-47
en
refinedweb
Represents arguments passed to an application's XafApplication.ViewShown event. Namespace: DevExpress.ExpressApp Assembly: DevExpress.ExpressApp.v18.2.dll public class ViewShownEventArgs : EventArgs Public Class ViewShownEventArgs Inherits EventArgs The ViewShownEventArgs class declares properties specific to the XafAp...
https://docs.devexpress.com/eXpressAppFramework/DevExpress.ExpressApp.ViewShownEventArgs
CC-MAIN-2018-47
en
refinedweb
Problem In a previous tip we learned how to import JSON files into SQL Server using SSIS. However, I have been supplied a JSON file which contains multiple nested JSON objects. Hence, I would like to learn how to import nested JSON objects into SQL Server using SQL Server Integration Services. Solution In this tip, I w...
http://ugurak.net/index.php/2018/05/08/import-nested-json-files-to-sql-server-with-ssis/
CC-MAIN-2018-47
en
refinedweb
Using Isolated Storage to save/load files on Windows Phone 7 Using Isolated Storage to save/load files on Windows Phone 7 Join the DZone community and get the full member experience.Join For Free I’m seeing a lot of forum threads with people asking how to save/load files on Windows Phone 7, well for XNA 4 in general. Y...
https://dzone.com/articles/using-isolated-storage
CC-MAIN-2018-47
en
refinedweb
A connection policy object describes how a given connection should behave. More... #include <rtt/ConnPolicy.hpp> A connection policy object describes how a given connection should behave. Various parameters are available:.. References init, pull, and size. Referenced by RTT::base::OutputPortInterface::createBufferConne...
http://www.orocos.org/stable/documentation/rtt/v2.x/api/html/classRTT_1_1ConnPolicy.html
CC-MAIN-2018-47
en
refinedweb
Aggregate Statistics Across Instances Aggregate statistics are available for the instances that have detailed monitoring enabled. Instances that use basic monitoring are not included in the aggregates. In addition, Amazon CloudWatch does not aggregate data across regions. Therefore, metrics are completely separate betw...
https://docs.aws.amazon.com/AWSEC2/latest/WindowsGuide/GetSingleMetricAllDimensions.html
CC-MAIN-2018-47
en
refinedweb
A method, also known as a function, is a module of code that a programmer can create and then call on later on in the program. Many methods already exist in programming languages such as C# but the programmer also has the ability to make their own. A method will usually perform a single task. Many methods can work toge...
https://www.codemahal.com/video/methods-in-c-sharp/
CC-MAIN-2018-47
en
refinedweb
Transposed - medium In this challenge we get two files: a text file output containing the encrypted (or rather transformed) flag L{NTP#AGLCSF.#OAR4A#STOL11__}PYCCTO1N#RS.S and a piece of Python code encrypt.py which was used to transform the cleartext flag. #-*- coding:utf-8 -*- import random W = 7 perm = range(W) rand...
http://admin-admin.at/qualsjordtunis2018-transposed
CC-MAIN-2018-47
en
refinedweb
I would like to assign aliases to tabs something like view.setAlias()I that way we just enable the option (temporarily) with the api then disabled it when we don't need numbered tabs.(1) filename.css, (2) filename.html, (3) filename.php Let me know what you guys think i think the ability to add comments or marks on tab...
https://forum.sublimetext.com/t/tab-aliases-numbered-tabs/309
CC-MAIN-2016-36
en
refinedweb
Issue Type: Performance Improvement Created: 2012-03-18T16:38:24.000+0000 Last Updated: 2012-10-08T20:15:23.000+0000 Status: Closed Fix version(s): Reporter: Maksym Sliesarenko (sm) Assignee: Ralph Schindler (ralph) Tags: Related issues: Attachments: Replace all code like: <pre class="literal"> namespace 'Zend\Blabla';...
https://framework.zend.com/issues/browse/ZF2-227
CC-MAIN-2016-36
en
refinedweb
I got a lot of help last time I was here, and I've found myself lost yet again. First off here is my code: import textwrap def show_description(d): print textwrap.fill(d) def scene_opening(state): show_description("You are a rat, a rat that life dealt an interesting hand to. What you do with that hand is up to you. Unf...
http://www.dreamincode.net/forums/topic/318838-implementing-an-inventory-in-my-text-based-lab-rat-rpg/
CC-MAIN-2016-36
en
refinedweb
Windows Applications Menus: Grouping Menu Items Menu Separators As we will see in later sections, there are various ways you can make a menu look good and you have many options to configure menu items. One of the ways you can manage menu items is to group them in small entities of your choice. You can do this either fo...
http://www.functionx.com/vccli/controls/menus2.htm
CC-MAIN-2016-36
en
refinedweb
Hey guys. I'm sure that this is beyond simple, but I can't figure this out. As you will see in the code below, I'm trying to simulate a Pokemon battle (stupid easy). I'm trying to create a structure for 6 pokemon, and associate a string name, and an int for health. I've figured out how to make that in the "Class" secti...
http://www.gamedev.net/topic/659658-stuck-in-c/
CC-MAIN-2016-36
en
refinedweb
Opened 8 years ago Closed 8 years ago Last modified 8 years ago #10339 closed (wontfix) models.my_model.objects.get(id=None) returns a result in MySQL Description I stumbled upon an interesting bug today, and I believe that I've narrowed it down to Django's MySQL layer. When using MySQL, models.my_model.objects.get(id=...
https://code.djangoproject.com/ticket/10339
CC-MAIN-2016-36
en
refinedweb
Asked by: can receive mail but can not send mail through 2010 exchange server Hi All I hav just installed exchange 2010 into exisiting exchange 2007 sp2 network. Can not send mail. just hangs in queue 421 4.4.2 error. Have been searching with no luck. Have moved public folders and mailboxes to exchange 2010. Created ne...
https://social.technet.microsoft.com/Forums/exchange/en-US/d1a288fa-1dbd-432b-b2b6-cbbf217098bc/can-receive-mail-but-can-not-send-mail-through-2010-exchange-server?forum=exchangesvrdeploylegacy
CC-MAIN-2016-36
en
refinedweb
This is Lamar Football The Southland Conference Table of Contents/Fast Facts.............................2-3 Dauphin Athletic Complex.................................4-5 Provost Umphrey Stadium..................................6-7 Football Facilities ...............................................8-9 Sport Performance ...
https://issuu.com/lamarcards/docs/2013_football_media_guide_layout_1
CC-MAIN-2016-36
en
refinedweb
I'm trying to comppile python 2.5 as a static library using VS2005 SP1. I realized you only have Debug, PG and Release configurations. Of course, like you provide the sources, I could modify it manually... but I think will be much better to provide the Debug_Static and Release_Static configurations for noob user like m...
https://mail.python.org/pipermail/python-ideas/2008-October/002220.html
CC-MAIN-2016-36
en
refinedweb
So the solution to this is to posit that outside the universe there dwells a pure realm of math, where the real squares and triangles et cetera exist, and to say that our own world is just a shadowy reflection of that pure greatness. And this philosophy has all kinds of consequences, some of them markedly non-beneficia...
http://gilesbowkett.blogspot.com/2007/03/java-is-platos-republic.html?showComment=1175158020000
CC-MAIN-2016-36
en
refinedweb
Thank you very much for this, because I didn't know anything about that. I'll try to put in practise, althoug if you could send me a completed example to know how is working would be great. Thanks again. Jp Calderone wrote: > On Mon, 03 Oct 2005 16:13:22 +0100, Alberto Trujillo > <alberto.trujillo at ucd.ie> wrote: > >...
http://twistedmatrix.com/pipermail/twisted-web/2005-October/001957.html
CC-MAIN-2016-36
en
refinedweb
iPcWasdMove Struct Reference This is a property class for wasd movement. More... #include <propclass/wasdmove.h> Inheritance diagram for iPcWasdMove: Detailed Description This is a property class for wasd movement. This property class supports the following properties: Definition at line 31 of file wasdmove.h. The docu...
http://crystalspace3d.org/cel/docs/online/api/structiPcWasdMove.html
CC-MAIN-2016-36
en
refinedweb
/* * Copyright (C) SystemTime_h #define SystemTime_h namespace WebCore { // Return the current system time in seconds, using the classic POSIX epoch of January 1, 1970. // Like time(0) from <time.h>, except with a wider range of values and higher precision. double currentTime(); // Return the number of seconds since a ...
http://opensource.apple.com//source/WebCore/WebCore-5525.28.4/platform/SystemTime.h
CC-MAIN-2016-36
en
refinedweb
= `/bin/date`; You can open up a pipe to a program: open (SORT, " | /usr/bin/sort | /usr/bin/uniq");You can invoke an external program and wait for it to return with system(): system "/usr/bin/sort < foo.in";or you can invoke an external program and never return with exec(): exec "/usr/bin/sort < foo.in";All of these ...
https://www.w3.org/Security/Faq/wwwsf4.html
CC-MAIN-2016-36
en
refinedweb
import java.lang.annotation.ElementType; 22 import java.lang.annotation.Retention; 23 import java.lang.annotation.RetentionPolicy; 24 import java.lang.annotation.Target; 25 26 /** 27 * An annotation that can be attached to a class in order to set the orchestra 28 * conversation-name that this bean lives in. 29 * <p> 3...
http://myfaces.apache.org/orchestra/myfaces-orchestra-core/xref/org/apache/myfaces/orchestra/conversation/annotations/ConversationName.html
CC-MAIN-2016-36
en
refinedweb
Opened 8 years ago Closed 8 years ago #10009 closed (fixed) Wrong variable name in example (page "Working with forms") Description In the "Working with forms" () page the third example from the bottom has a wrong variable in one place. The relevant code in the example is: {% if forloop.first %} {% for hidden in form.hi...
https://code.djangoproject.com/ticket/10009
CC-MAIN-2016-36
en
refinedweb
#include <sys/varargs.h> void va_start(va_list pvar, name); (type *) va_arg(va_list pvar, type); void va_copy(va_list dest, va_list src); void va_end(va_list pvar); Solaris DDI specific (Solaris DDI). Pointer to variable argument list. Identifier of rightmost parameter in the function definition. Pointer to variable ar...
http://docs.oracle.com/cd/E36784_01/html/E36886/va-end-9f.html
CC-MAIN-2016-36
en
refinedweb
Docker is a lightweight virtualization technology for Linux that promises to revolutionize the deployment and management of distributed applications. Rather than requiring a complete operating system, like a traditional virtual machine, Docker is built on top of Linux containers, a feature of the Linux kernel, that all...
http://mikehadlow.blogspot.com/2014/04/a-docker-hello-world-with-mono.html
CC-MAIN-2016-36
en
refinedweb
/* Timing variables for measuring compiler performance. Copyright (C) 2000, 2003, 2004, 2005 Free Software Foundation, Inc. Contributed by Alex Samuel <sam_TIMEVAR_H #define GCC_TIMEVAR_H /* Timing variables are used to measure elapsed time in various portions of the compiler. Each measures elapsed user, system, and wa...
http://opensource.apple.com/source/libstdcxx/libstdcxx-39/libstdcxx/gcc/timevar.h
CC-MAIN-2016-36
en
refinedweb
Introduction Enhanced Exception Handling is one of key features that is most prominently available in .Net both 2003 version and Whidbey versions of C#. This paper discusses the implementation of Custom Exception Handling using the existing features of C# .Net. The Concept The whole idea of having customized Exception ...
http://www.c-sharpcorner.com/article/custom-exception-handling-in-C-Sharp/
CC-MAIN-2016-36
en
refinedweb
This will validate the current .html or .css file in Sublime Text 2. W3C's JSON CSS support is experimental so it isn't verbose, it will just tell you if you have errors. Not terribly helpful, but not sure how to augment that. validate.py import os import sublime import sublime_plugin class ValidateCommand(sublime_plug...
https://forum.sublimetext.com/t/validate-html-css/1805/3
CC-MAIN-2016-36
en
refinedweb
v0.6.0 (Jan 25, 2012)---------------------- - More Docstrings - Added docstrings to FutureSend - Added docstring for File#expanded_path - Bumped version for next release so it won't be forgotten. - Pass args as explicit array to Block#call: - use partial blocks where appropriate - backported support for partial blocks ...
https://groups.google.com/forum/?_escaped_fragment_=topic/fancy-lang/2TOOByhKk7c
CC-MAIN-2016-36
en
refinedweb
This ‘renderable’ sets can be added to the partition. Sets can be added and removed from a partition by using the -addSet or -removeSet flags. Note:If a set is already selected, and the partition command is executed, the set will be added to the created partition. Derived from mel command maya.cmds.partition Example: i...
http://www.luma-pictures.com/tools/pymel/docs/1.0/generated/functions/pymel.core.general/pymel.core.general.partition.html#pymel.core.general.partition
crawl-003
en
refinedweb
This command parents (moves) objects under a new group, removes objects from an existing group, or adds/removes parents. If the -w flag is specified all the selected or specified objects are parented to the world (unparented first). If the -rm flag is specified then all the selected or specified instances are removed. ...
http://www.luma-pictures.com/tools/pymel/docs/1.0/generated/functions/pymel.core.general/pymel.core.general.parent.html#pymel.core.general.parent
crawl-003
en
refinedweb
Hello, I am using vectors for my Sprite class. I was wondering how to implement sorting so that I could order my sprites using ZOrder attribute that I have given it? Thanks,Mariusz Overload the < operator on that class. Then you can use STL's regular sort algorithm. _________________________________________________"God...
http://www.allegro.cc/forums/thread/569405/571547#target
crawl-003
en
refinedweb
/************************************************************************** * * * * **************************************************************************/ // November 2005: Removed processKeyEvent to get rid of bogus "beep" when shift key is pressed. // (this also lets illegal characters into the input box). * Us...
http://math.hws.edu/javamath/jcm1-source/edu/hws/jcm/awt/ExpressionInput.java
crawl-003
en
refinedweb
This module provides various datastructures. Sentinel object which can be used instead of None. This is useful if you have optional parameters to which a user can pass None e.g. in datastructures. Iterates over the items of the given mapping. If a key has multiple values a (key, value) item is yielded for each: >>> for...
http://packages.python.org/Brownie/api/datastructures.html#brownie.datastructures.OrderedDict
crawl-003
en
refinedweb
#include <glib.h> #include <string.h> #include "memwatch.h" #include <stdio.h> #include <stdlib.h> #include <math.h> #include "ObitTypes.h" #include "ObitErr.h" Go to the source code of this file. This class is the virtual base class of most Obit classes. Class hierarchies are generally noted in the names of modules, i...
http://www.cv.nrao.edu/~bcotton/Obit/ObitDoxygen/html/Obit_8h.html
crawl-003
en
refinedweb
}} The first step is to create a MoDisco project. The second step is to create a query set. This query set will store boolean queries indicating if an object conforms to a facet. Right-click on the MoDisco project and select New > Other.... Select Facet Model and press the Next button Choose a name for your model facet...
http://help.eclipse.org/indigo/topic/org.eclipse.gmt.modisco.infra.doc/doc/MoDisco/Components/FacetManager/Documentation/0.9/0.9.html
crawl-003
en
refinedweb
ProceduralMaterial class. This class exposes all properties from a Procedural Material, allowing you to modify or animate them. In order to get a Procedural Material used by an object, use the Renderer.material as a ProceduralMaterial. After modifying one or more procedural properties, call RebuildTextures to update th...
http://unity3d.com/support/documentation/ScriptReference/ProceduralMaterial.html
crawl-003
en
refinedweb
The div() function is defined in <cstdlib> header file. Mathematically, quot * y + rem = x div_t div(int x, int y); ldiv_t div(long x, long y); lldiv_t div(long long x, long long y); It takes a two arguments x and y, and returns the integral quotient and remainder of the division of x by y. The quotient quot is the res...
https://cdn.programiz.com/cpp-programming/library-function/cstdlib/div
CC-MAIN-2019-51
en
refinedweb
publicly available and you should always check out the official developer site for the product documentation. Following up on these previous 2 posts; and, purely in the vein of ‘just for fun’, I kind of wanted to try out that idea that I’d floated of using a particular plane identified by the ‘Scene Understanding SDK’...
https://mtaulty.com/2019/10/25/more-scene-understanding-put-this-on-the-big-table/
CC-MAIN-2019-51
en
refinedweb
So far, layout has been an unstructured process, with each tag just directly modifying state like the current x and y position. That's an appropriate way to lay out text, but gets cumbersome as we add more and more layout features. Plus, it’s patently unsuited for handling things like borders and margins. This chapter ...
https://browser.engineering/layout.html
CC-MAIN-2019-51
en
refinedweb
Apr 02, 2019 06:03 PM|ddesaraju|LINK , I understood that Dependency injection is a way to code so that we can reuse most of the aspects and inject the dependencies in rutime. Can anyone give me a real time example to understand this concept. I have gone trough some search online but I do not have a clear idea. How can ...
https://forums.asp.net/p/2154371/6257112.aspx?Re+Need+help+with+Dependency+injection
CC-MAIN-2019-51
en
refinedweb
Compressing Data for Machine Learning Ideally, in machine learning you can get the best results when your features don’t completely correlate with each other and each one has some predictive power with respect to the response you’re modeling. In reality, your features often do correlate with each other, displaying a hi...
https://www.dummies.com/programming/big-data/data-science/compressing-data-machine-learning/
CC-MAIN-2019-51
en
refinedweb
In this article, we’re going to set up dependency injection in a new ASP .NET Web API project, using Ninject as our IoC container. For starters, do the following: - Create a new Web API project. - Install the Ninject.Web.WebApi NuGet package. - Install the Ninject.Web.WebApi.WebHost NuGet package. Since I need an injec...
http://gigi.nullneuron.net/gigilabs/asp-net-web-api-dependency-injection-with-ninject/?replytocom=12301
CC-MAIN-2019-51
en
refinedweb
google.appengine.ext.ndb package Summary NDB – A new datastore API for the Google App Engine Python runtime. Contents - google.appengine.ext.ndb.Return alias of StopIteration - class google.appengine.ext.ndb. - class google.appengine.ext.ndb). - class google.appengine.ext.ndb. - class google.appengine.ext.ndb.GeoPt(lat...
https://cloud.google.com/appengine/docs/standard/python/refdocs/google.appengine.ext.ndb?hl=en-AU
CC-MAIN-2019-51
en
refinedweb
This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project. Hi, Committed as obvious. Kazu Hirata 2006-12-02 Kazu Hirata <kazu@codesourcery.com> * builtins.c, cfgloop.h, cgraph.h, config/arm/arm.c, config/i386/i386.c, config/i386/i386.h, config/mips/mips.h, config/rs6000/cell.md, config/rs...
https://gcc.gnu.org/ml/gcc-patches/2006-12/msg00081.html
CC-MAIN-2019-51
en
refinedweb
12858/how-to-solve-error-no-objects-passed-to-create-error I'm trying to deploy a card to a working blockchain on cloud following this: but I get the following error: ./create/create_composer-rest-server.sh --paid --business-network-card /Users/sm/jsblock/tutorial-network/PeerAdmin@fabric-network.card Configured to set...
https://www.edureka.co/community/12858/how-to-solve-error-no-objects-passed-to-create-error?show=12860
CC-MAIN-2019-51
en
refinedweb
This chapter describes additional functionality that you can use in your Java application. Some of these features have not been implemented in the sample application, while some features are enhancements you can use in your code to improve performance. This chapter includes the following sections: Calling Stored Proced...
https://docs.oracle.com/cd/E11882_01/appdev.112/e12137/addfunc.htm
CC-MAIN-2019-51
en
refinedweb
firebase:: auth:: EmailAuthProvider #include <credential.h> Use email and password to authenticate. Summary Allows developers to use the email and password credentials as they could other auth providers. For example, this can be used to change passwords, log in, etc. Public static functions GetCredential Credential Get...
https://firebase.google.com/docs/reference/cpp/class/firebase/auth/email-auth-provider?authuser=2
CC-MAIN-2019-51
en
refinedweb
Cloud Library (PCL) with ROS. This library offers a convenient set of classes for working with point clouds taking computational time into account. A concise overview of using PCL in ROS is available here. The RealSense D435 camera uses active IR stereo to construct a depth stream at a resolution of up to 1280×720 at ...
https://idorobotics.com/2019/04/04/working-with-3d-point-clouds-in-ros/
CC-MAIN-2019-51
en
refinedweb
Creating components is a great way to remove redundancy in Ember.js apps. For example, you might have a custom button that is used over and over in many different views but is defined only once. This is great, but what if you want to reuse an entire nested page layout instead? It’s easy to do with yields and some Ember...
https://spin.atomicobject.com/2016/05/03/reusable-page-layouts-ember/
CC-MAIN-2019-51
en
refinedweb
In this tutorial we will learn how to obtain the dimensions (height and width) of an image read with OpenCV, using Python. Introduction In this tutorial we will learn how to obtain the dimensions (height and width) of an image read with OpenCV, using Python. This tutorial was tested with version 4.0.0 of OpenCV and ver...
https://techtutorialsx.com/2019/11/23/python-opencv-getting-image-dimensions/?shared=email&msg=fail
CC-MAIN-2019-51
en
refinedweb
Qt WebEngine Platform Notes Building Qt WebEngine from Source Static builds are not supported. The requirements for building Qt 5 modules from source are listed separately for each supported platform:: Windows On Windows, the following additional tools are required: - Visual Studio 2017 version 15.8 or later - Windows ...
https://doc-snapshots.qt.io/qt5-dev/qtwebengine-platform-notes.html
CC-MAIN-2019-51
en
refinedweb
package findCpu; class whatIsCpu { int numberOfCores; int numberOfThreads; String name; double freq; String cache; int uniqueID; public whatIsCpu(String name, int numberOfCores, int numberOfThreads, double freq, String cache, int uniqueID) { this.name = name; this.numberOfCores = numberOfCores; this.numberOfThreads = n...
http://www.dreamincode.net/forums/topic/409000-cant-find-a-problem-with-my-code-need-help/
CC-MAIN-2018-09
en
refinedweb
adding printf increases the size of data segment This is what I had earlier #include <stdio.h> int main() { return 0; } And I got this rohit:~/workspace/C $ size const text data bss dec hex filename 1122 276 4 1317 525 const After making the below change, the data section size increases by 4. int main() { printf("Hello...
http://codegur.com/46685737/adding-printf-increases-the-size-of-data-segment
CC-MAIN-2018-09
en
refinedweb
#include <stdio.h> int main(void) { int my_array[10] = {1, 2, 3, 4, 5, 6, 7, 8, 9, 10}; int test, count; test=sizeof my_array / sizeof my_array[0]; printf("Size of my array is: %d\n", test); for (count=test; count>=0; count--) { printf(" %d% ", my_array[count]); */ }; } 2) Also printing in descending order works with '...
http://www.dreamincode.net/forums/topic/24259-c-language-sorting-array-into-descending-order/
CC-MAIN-2018-09
en
refinedweb
Cross-compiling to ARM with QtCreator 5.x on Windows I have been using QtCreator 5.x to develop MS-Windows applications, but now need to develop desktop applications on Raspberry Pi2 and BeagleBone Black. I understand that I need ARM libraries and a cross-compiling tool chain. In researching how to do this I have encou...
https://forum.qt.io/topic/61094/cross-compiling-to-arm-with-qtcreator-5-x-on-windows
CC-MAIN-2018-09
en
refinedweb
QSystemTrayIcon issue on Ubuntu 16.04 I'm using Qt 5.7.1 on Ubuntu 16.04. Basically I have an app which opens a widget when a click on tray icon is performed. However when I click on the tray an ugly empty menu is displayed and the signal is not emitted at all. This works on OSX 10.12.2, Windows 10 and Fedora 21, Gnome...
https://forum.qt.io/topic/75334/qsystemtrayicon-issue-on-ubuntu-16-04
CC-MAIN-2018-09
en
refinedweb