text
stringlengths
20
1.01M
url
stringlengths
14
1.25k
dump
stringlengths
9
15
lang
stringclasses
4 values
source
stringclasses
4 values
Download this releaseYou can download the WebJobs SDK from the NuGet gallery. You can install or update these packages through NuGet gallery using the NuGet Package Manager Console, like this: Install-Package Microsoft.Azure.WebJobs –PreIf you want to use Microsoft Azure Service Bus triggers, install the following pack...
https://azure.microsoft.com/cs-cz/blog/announcing-the-0-4-0-beta-preview-of-microsoft-azure-webjobs-sdk/
CC-MAIN-2017-43
en
refinedweb
Thanks mate I got it to work! Type: Posts; User: brendanc19 Thanks mate I got it to work! Yes, mate. But after reading that I still am not sure how I can get this to work in my program. Not quite understanding the while loop thing. Any chance you can write it for me in the code, so I can understand its realation to my ...
http://www.javaprogrammingforums.com/search.php?s=94c930f975b8cb38dcb5ea2a07f966b4&searchid=1312200
CC-MAIN-2017-43
en
refinedweb
When developing web applications, we sometimes need to push server events down to connected clients. However, HTTP was not designed to allow this. A client opens a connection to a server and requests data. A server does not open a connection to a client and push data.. HTML5 to the Rescue! WebSockets provide full-duple...
https://keyholesoftware.com/2017/04/10/websockets-with-spring-boot/
CC-MAIN-2017-43
en
refinedweb
Python and other scripting languages are sometimes dismissed because of their inefficiency compared to compiled languages like C. For example here are implementations of the fibonacci sequence in C and Python: And here are the execution times: $ time ./fib 3.099s $ time python fib.py 16.655s As expected C has a much fa...
https://webscraping.com/blog/How-to-make-python-faster/
CC-MAIN-2017-43
en
refinedweb
Created on 2013-05-10 06:50 by ethan.furman, last changed 2013-06-15 00:57 by ncoghlan. This issue is now closed. PEP-0435 has been approved! Now for lots of code review. Can you upload the patch as a diff against the CPython repo? Here it is (I hope ;) . I don't see docs in the patch, but perhaps that should be a sepa...
http://bugs.python.org/issue17947
CC-MAIN-2015-35
en
refinedweb
I am trying to brush up on C after about 12+ years, which was two semesters at college. This program works, but I am poor on recursion and wonder if there are some tips that could be offered. Using Borland Turbo C++ 4.5 (yes, old) on win XP pro and win7 pro 32 bit machines. Code: /* 9.8 Mod listing 6.18 to all cases of...
http://cboard.cprogramming.com/c-programming/139747-simple-calculate-integer-power-double-using-recursion-program-critique-printable-thread.html
CC-MAIN-2015-35
en
refinedweb
There is a bug in the pinout for the Olimex USB-Serial-Cable in the section BeagleBone_Black_Serial Fragment of a discussion from User talk:Wmat It is protected, tried just now. ProtoAES256 (talk) You're correct, any pages in the Beagleboard: namespace are indeed protected. I've gone ahead and corrected the error. Stil...
http://www.elinux.org/Thread:User_talk:Wmat/There_is_a_bug_in_the_pinout_for_the_Olimex_USB-Serial-Cable_in_the_section_BeagleBone_Black_Serial/reply_(4)
CC-MAIN-2015-35
en
refinedweb
mvscanw, mvwscanw, scanw, wscanw - convert formatted input from a window #include <curses.h> int mvscanw(int y, int x, char *fmt, ...); int mvwscanw(WINDOW *win, int y, int x, char *fmt, ...); int scanw(char *fmt, ...); int wscanw(WINDOW *win, char *fmt, ...); These functions are similar to scanf(). Their effect is as ...
http://pubs.opengroup.org/onlinepubs/007908775/xcurses/mvwscanw.html
CC-MAIN-2015-35
en
refinedweb
The square brackets define an array. The array can hold 10 elements, indexed from 0 to 9.The statement says nothing about any pin numbers. I would start at the line 2 output; the "Found 8 devices" text indicates this routine is broken. I can suggest debugging the 'find' routine, as a good place to start. (I do not see ...
http://forum.arduino.cc/index.php?topic=87919.msg670646
CC-MAIN-2015-35
en
refinedweb
cout not printing anything?wait I understood now.. I wrote the wrong sign. lol, thanks cout not printing anything?no, I doubt it's the problem, since if I write something in the console I can see it which means it ... cout not printing anything?[code]#include <iostream> using namespace std; int main () { for (int x=1;x...
http://www.cplusplus.com/user/cplusplus123/
CC-MAIN-2015-35
en
refinedweb
java.lang.Object org.jboss.cache.statetransfer.StateTransferManagerorg.jboss.cache.statetransfer.StateTransferManager public class StateTransferManager protected static final org.apache.commons.logging.Log log public static final NodeData STREAMING_DELIMITER_NODE public static final String PARTIAL_STATE_DELIMITER publi...
http://docs.jboss.org/jbosscache/2.1.1.GA/apidocs/org/jboss/cache/statetransfer/StateTransferManager.html
CC-MAIN-2015-35
en
refinedweb
Internet Engineering Task Force (IETF) Q. Wu, Ed. Request for Comments: 6792 Huawei Category: Informational G. Hunt ISSN: 2070-1721 Unaffiliated P. Arden BT November 2012 Guidelines for Use of the RTP Monitoring Framework Abstract This memo proposes an extensible Real-time Transport Protocol (RTP) monitoring framework ...
http://www.faqs.org/rfcs/rfc6792.html
CC-MAIN-2015-35
en
refinedweb
Re: Java, Ruby, JRuby, JRubify some Java? - From: Axel Etzold <AEtzold@xxxxxx> - Date: Wed, 23 Sep 2009 03:32:14 -0500 -------- Original-Nachricht -------- Datum: Wed, 23 Sep 2009 15:25:11 +0900 Von: Audrey A Lee <audrey.lee.is.me@xxxxxxxxx> An: ruby-talk@xxxxxxxxxxxxx Betreff: Java, Ruby, JRuby, JRubify some Java? Hel...
http://newsgroups.derkeiler.com/Archive/Comp/comp.lang.ruby/2009-09/msg01658.html
CC-MAIN-2015-35
en
refinedweb
#include <sys/stream.h> size_t msgdsize(mblk_t *mp); Architecture independent level 1 (DDI/DKI). Message to be evaluated. The msgdsize() function counts the number of bytes in a data message. Only bytes included in the data blocks of type M_DATA are included in the count. The number of data bytes in a message, expresse...
http://docs.oracle.com/cd/E36784_01/html/E36886/msgdsize-9f.html
CC-MAIN-2015-35
en
refinedweb
At long last I have managed to get libical 0.46 built on windoze using VC8. I had to hack a couple of libical source files. I reckon these will need to go into the official source at some point. First, I changed vsnprintf.h after the #include <stdarg.h> statement (line 8). I added #if !defined(_MSC_VER) and added the c...
http://sourceforge.net/p/freeassociation/mailman/freeassociation-libical/thread/OF33B5F44C.89DF1370-ON80257797.0037E7D5-80257797.0038947E@bnpparibas.com/
CC-MAIN-2015-35
en
refinedweb
CompletedEventArgs Class .NET Framework 1.1 Holds event data for the Completed event. For a list of all members of this type, see CompletedEventArgs Members. System.Object System.EventArgs System.Management.ManagementEventArgs System.Management.CompletedEventArgs [Visual Basic] Public Class CompletedEventArgs Inherits ...
http://msdn.microsoft.com/en-us/library/system.management.completedeventargs(v=vs.71).aspx
CC-MAIN-2013-20
en
refinedweb
/* * JBox2D - A Java Port of Erin Catto's Box2D * * JBox2D homepage: * Box2D homepage: * * org.jbox2d.collision; //Updated to rev 139 of b2Collision.h /** A few static final variables that don't fit anywhere else (globals in C++ code). */ public class Collision { public static final int NULL_FEATURE = Integer.MAX_VALUE...
http://www.java2s.com/Open-Source/Java/Game/JBox2D-2.0.1/org/jbox2d/collision/Collision.java.htm
CC-MAIN-2013-20
en
refinedweb
Most of the time using this stream is sufficient, but sometimes, for example when working on a windows application, you don't have access to the console. Rather than change the code that relies on std::cout it is best to redirect its output. Luckily ostream has been designed to have its stream buffer changed. A simple ...
http://devmaster.net/forums/topic/5721-ostream-is-easy/page__pid__34990
CC-MAIN-2013-20
en
refinedweb
The class for DII reply handler. More... #include <DII_Reply_Handler.h> The class for DII reply handler. Provides a way to create requests and populate it with parameters for use in the Dynamic Invocation Interface. Handle a location forward message. This one has a default method supplied that simply forwards to the ha...
http://www.dre.vanderbilt.edu/Doxygen/5.8.1/html/tao/dynamicinterface/a00025.html
CC-MAIN-2013-20
en
refinedweb
Return to Code Snippets by chombee » Tue Mar 13, 2007 6:57 am Path Following: I'm not sure how you would want to implement this. I'd probably pass a list of waypoints to the behavior. Then, pass a variable for whether or not to loop the waypoints or finish at the last one. Once the vehicle got within a certain distance...
http://www.panda3d.org/forums/viewtopic.php?p=13210
CC-MAIN-2013-20
en
refinedweb
Contents Abstract The iterator protocol in Python 2.x consists of two methods: __iter__() called on an iterable object to yield an iterator, and next() called on an iterator object to yield the next item in the sequence. Using a for loop to iterate over an iterable object implicitly calls both of these methods. This PE...
http://www.python.org/dev/peps/pep-3114/
CC-MAIN-2013-20
en
refinedweb
and Windows XP:, Windows XP, and Windows 2000:. Windows 2000: WMI does not enforce the use of a non-blank password for the Computer A account, but a blank password on an administrator group account is not recommended.. Set the authentication level to RPC_C_AUTHN_LEVEL_PKT_PRIVACY or 6 if the namespace to which you are...
http://msdn.microsoft.com/en-us/library/aa389290
CC-MAIN-2013-20
en
refinedweb
This. UPDATE 26-06-2012: Non-Windows Users As an alternative to Bloom for non-Windows users, I have uploaded a Processing sketch, named SensorMonkeySerialNet, to our GitHub account. This sketch is a serial-to-network proxy that also serves Flash Socket Policy files inline. It can be used instead of Bloom in Step 3 for ...
http://www.instructables.com/id/Drive-a-webpage-in-real-time-using-Arduino-Sensor/?utm_medium=twitter&utm_source=twitterfeed
CC-MAIN-2013-20
en
refinedweb
26 June 2008 07:41 [Source: ICIS news] SINGAPORE (ICIS news)--Northeast Asian caprolactam contracts for June were mainly settled $60-65/tonne higher at $2,560-2,575/tonne on the back of rising raw material costs, producers and end-users said on Thursday. The settlements were agreed on a CFR (cost and freight) NE Asia (...
http://www.icis.com/Articles/2008/06/26/9135526/Asia-June-capro-contracts-settled-up-60-65tonne.html
CC-MAIN-2013-20
en
refinedweb
16 November 2010 06:18 [Source: ICIS news] SHANGHAI (ICIS)--China has extended antidumping (ADD) duties on imports of monoethanolamine and diethanolamine from the US, Japan, Malaysia and Taiwan for another five years, the country's Ministry of Commerce said on Tuesday. The measure came into effect from 14 November this...
http://www.icis.com/Articles/2010/11/16/9410715/china+extends+add+on+ethanolamine+imports+for+five+years.html
CC-MAIN-2013-20
en
refinedweb
07 May 2012 02:00 [Source: ICIS news] SINGAPORE (ICIS)--Here are some of the top stories from ICIS Asia and the ?xml:namespace> (Please click on the link to read the full text) Focus - Focus - Asia BR downtrend to persist on weak demand, plunging BD prices Focus - Spot toluene prices in eastern Focus - Weak nylon secto...
http://www.icis.com/Articles/2012/05/07/9557047/asia+top+stories+-+weekly+summary.html
CC-MAIN-2013-20
en
refinedweb
Timeline 02/29/08: - 23:20 Ticket #13498 (xephem 3.7 will not build on MacPorts 1.5.2 on Leopard) closed by - fixed: Update committed in r34642. - 23:19 Changeset [34642] by - xephem: update to 3.7.2. Fixes #13498. - 22:06 Ticket #13494 (Error building libidl) closed by - worksforme: No response from reporter, and it b...
http://trac.macports.org/timeline?from=2008-02-29T07%3A05%3A02-0800&precision=second
CC-MAIN-2013-20
en
refinedweb
1 Python Line for ELMo Word Embeddings and t-SNE plots with John Snow Labs’ NLU Including Part of Speech, Named Entity Recognition, Emotion, and Sentiment Classification in the same line! With Bonus t-SNE plots and comparison of various ELMo output layers! 0. Introduction 0.1 What is NLU? John Snow Labs NLU library giv...
https://medium.com/spark-nlp/1-python-line-for-elmo-word-embeddings-with-john-snow-labs-nlu-628e9b924a3
CC-MAIN-2021-49
en
refinedweb
NOTE: Since writing this article we've started using Behaviour Designer. It's expensive (for the asset store) but it is really good and I highly recommend it. Do you need an economical and effective way of using behavior trees? The fluent behavior trees API allows the coder-come-game-designer to have many of the benefi...
https://codecapers.com.au/fluent-behavior-trees-for-ai-and-game-logic/
CC-MAIN-2021-49
en
refinedweb
... the Boost Preprocessor library which can be space separated as a single argument. The need to space separate the preprocessor data occurs when consecutive tokens are VMD identifiers. The limitation of this consecutive series of data is that each top-level part of the data of this series is of some VMD data type. Fu...
https://www.boost.org/doc/libs/1_77_0/libs/vmd/doc/html/variadic_macro_data/vmd_specific_generic/vmd_generic.html
CC-MAIN-2021-49
en
refinedweb
This site uses strictly necessary cookies. More Information If I do something like this: public class FixFBXOptions : AssetPostprocessor { public void OnPostprocessModel(GameObject g) { // Never import materials by default. var modelImporter = assetImporter as ModelImporter; modelImporter.importMaterials = false; } } ....
https://answers.unity.com/questions/1251171/can-assetpostprocessor-change-defaults-just-for-fi.html?sort=oldest
CC-MAIN-2021-49
en
refinedweb
If you want to develop a search service utilizing the power of Google search, you can do so using the google module in Python. You can use this to develop a backend service for a desktop application or implement a website search or app search with the python code running on your server. If you are a Python beginner, th...
https://www.studytonight.com/post/how-to-perform-google-search-using-python
CC-MAIN-2021-49
en
refinedweb
Moya Template Language Moya's template language is a spiritual successor to Django, and Jinja templates. It borrows a number of constructs from both, and adds a few of its own. There is a slight difference in the syntax in that variables are substituted with ${variable} rather than {{ variable }}, but tags still use th...
https://www.willmcgugan.com/blog/tech/post/moya-template-language/
CC-MAIN-2021-49
en
refinedweb
Barcode Software how to generate barcode in c# net with example Configuring DNS Servers and Clients in .NET Deploy barcode standards 128 in .NET Configuring DNS Servers and Clients 1. What attributes did you add to your assembly 2. What command did you use to view the token of the public key in your assembly 3. What co...
http://www.businessrefinery.com/yc2/284/74/
CC-MAIN-2021-49
en
refinedweb
Question 4 is somewhat misleading imo…asking what happens when you call report… time = “3pm” mood = “good” def report(): print("The current time is " + time) print("The mood is " + mood) print(“Beginning of report”) Anyways, the call stack implies that “Beginning of report” is called to be printed to the terminal when...
https://discuss.codecademy.com/t/this-quesiton-isnt-too-good-imo/630848
CC-MAIN-2021-49
en
refinedweb
Smart Plugins¶ Pyrogram embeds a smart, lightweight yet powerful plugin system that is meant to further simplify the organization of large projects and to provide a way for creating pluggable (modular) components that can be easily shared across different Pyrogram applications with minimal boilerplate code. Tip Smart P...
https://docs.pyrogram.org/topics/smart-plugins
CC-MAIN-2021-49
en
refinedweb
README LoglineLogline Logline is a light-weighted, useful log agent for front-end on the client-side. Why position problems is difficult for the front-end?Why position problems is difficult for the front-end? Most front-enders should have similar experience, when codes are deployed for production, running on countless ...
https://www.skypack.dev/view/logline-web
CC-MAIN-2021-49
en
refinedweb
by Gil Hello, in this article, I’ll try to explain what Photon-pump is, and write an easy example so you can start using it for your own projects. Photon-pump [] is a client for Event Store [] we developed at made.com [], it’s the little brother to atomic puppy [] (which is another eventstore client), it’s async first,...
https://io.made.com/blog/2018-08-24-how-to-use-photon-pump.html
CC-MAIN-2021-49
en
refinedweb
Simple interface for working with intents and chatbots. Project description neuralintents Still in a buggy alpha state. Setting Up A Basic Assistant from neuralintents import GenericAssistant assistant = GenericAssistant('intents.json', model_name="test_model") assistant.train_model() assistant.save_model() done = Fals...
https://pypi.org/project/neuralintents/0.0.4/
CC-MAIN-2021-49
en
refinedweb
SUI-Autocompleted React component that shows a list of suggestions under an input file when you start to write something. Usage import 'babel/polyfill'; import React from 'react'; import ReactDom from 'react-dom'; import AutocompletedContainer from './autocompleted-container'; import AutocompletedGithubUserContainer fr...
https://reactjsexample.com/react-component-that-shows-a-list-of-suggestions-under-an-input-file/
CC-MAIN-2021-49
en
refinedweb
input will add metadata about the HTTP connection itself to each event. When ECS compatibility is disabled, metadata was added to a variety of non-standard top-level fields, which has the potential to create confusion and schema conflicts downstream. With ECS Compatibility Mode, we can ensure a pipeline maintains acce...
https://www.elastic.co/guide/en/logstash-versioned-plugins/current/v5.1.0-plugins-inputs-http_poller.html
CC-MAIN-2021-49
en
refinedweb
Hooks are the new feature introduced in the React 16.8 version. It allows you to use state and other React features without writing a class. When to use a Hooks: If you write a function component, and then you want to add some state to it, previously you do this by converting it to a class. But, now you can do it by us...
https://dev.to/smileyshivam/react-hooks-basics-3n71
CC-MAIN-2021-49
en
refinedweb
std::filesystem::remove, std::filesystem::remove_all From cppreference.com < cpp | filesystem 1) The file or empty directory identified by the path pis deleted as if by the POSIX remove. Symlinks are not followed (symlink is removed, not its target) 2) Deletes the contents of p(if it is a directory) and the contents of...
http://asasni.cs.up.ac.za/docs/cpp/cpp/filesystem/remove.html
CC-MAIN-2021-49
en
refinedweb
The Grace Standard Prelude Draft Specification Version 0.7.0 This is a specification of the Grace Standard Prelude. Grace programs run in this dialect unless they nominate a different dialect via the 'dialect' statement. The Standard Prelude provides a range of methods and types and libraries for general purpose progra...
http://gracelang.org/documents/grace-prelude-0.7.0.html
CC-MAIN-2021-49
en
refinedweb
Today I needed to test a method which writes to the Console to validate the ouput. It is not hard to change the default console output and check the result. However you may forget to return the original output at the end. So let's take a look at my solution.CodeProject Let say we have the following class we want to tes...
http://www.vtrifonov.com/2012/11/getting-console-output-within-unit-test.html
CC-MAIN-2019-13
en
refinedweb
Components and supplies Apps and online services About this project Note: Pulse width modulation(PWM) is an important component of servo operation. Please read this article if you're unfamiliar with PWM before proceeding. Introduction to Servos The term servo originates from servomechanism, which refers to any system t...
https://create.arduino.cc/projecthub/104085/servo-signals-and-characterization-dad271
CC-MAIN-2019-13
en
refinedweb
Details Description Currently the listener registered on Controls is string based. While simple to create it is harder to maintain as refactoring cannot be applied when renaming the method. An alternative to the string based listener is to introduce a ActionListener object that encapsulates the callback, and a method, ...
https://issues.apache.org/jira/browse/CLK-369
CC-MAIN-2019-13
en
refinedweb
[ Map of Players: Map<String, Player> players = new HashMap<>(); players.put("1", new Player(false, "Rafael Nadal", 28, new Date())); players.put("2", new Player(true, "Novak Djokovic", 27, new Date())); players.put("3", new Player(true, "Andy Murray", 27, new Date())); Now we can encode the players map into a JSON obj...
http://omnifaces-fans.blogspot.com/2015/04/omnifaces-utilities-20-encode-given-map.html
CC-MAIN-2019-13
en
refinedweb
). The mocking examples below will provide mocks for this interface: public interface Filter<T> { public boolean evaluate(T item); public boolean isEnabled(); } Mocking in Groovy by map coercion and Expando Groovy provides the ability to coerce a map. The following provides a filter where both method always return true...
https://kahdev.wordpress.com/2013/02/14/mocking-java-classes-in-groovy-vs-mockito/
CC-MAIN-2019-13
en
refinedweb
You can build ,deploy, and manage your OpenShift Java applications right from within the Eclipse IDE using the JBoss Tools OpenShift plugin. This blog will guide you through installation, setup, application creation, and managing your application from within Eclipse. During this post, we will develop a Java EE 6 Postgr...
https://blog.openshift.com/build-and-deploy-cloud-aware-java-ee-6-postgresql-92-applications-inside-eclipse/
CC-MAIN-2017-22
en
refinedweb
The V8.5.5.Next Alpha (February update) for WebSphere Application Server and WebSphere Application Server Developer Tools for Eclipse is now available. Here are a few of the things we love about it. New in V8.5.5.Next Alpha - Feature and configuration management - Developer experience - Java EE Concurrency API - JCA Ou...
https://developer.ibm.com/wasdev/docs/new-in-v8-5-5-next-alpha/
CC-MAIN-2017-22
en
refinedweb
Data binding depends on two classes in the System.Data namespace: DataView and DataViewManager. These classes provide an important layer of indirection between your data and its display format, allowing you to apply sorts and filter rows without modifying the underlying information?that is, to have different views on t...
http://etutorials.org/Programming/ado+net/Part+I+ADO.NET+Tutorial/Chapter+12.+DataViews+and+Data+Binding/12.1+The+DataView+and+DataViewManager/
CC-MAIN-2017-22
en
refinedweb
The team has been quietly working on a number of improvements to the entity designer that we would like to show off and get feedback on. This particular set of features is targeted at making modeling more productive and scalable, and models themselves more comprehensible. We’ll start with the small, fun things, and bui...
https://blogs.msdn.microsoft.com/efdesign/2010/10/11/entity-designer-improvements-preview/
CC-MAIN-2017-22
en
refinedweb
I noticed in ST3, begin_edit requires two arguments: cmd and args. What are those attributes supposed to receive? OK, I got this working. When you have a TextCommand, instead of creating an edit yourself with begin_edit(), you receive an additional edit parameter that is prepended to the usual args in ST2. On to the ne...
https://forum.sublimetext.com/t/new-begin-edit-signature-in-st3/8611/8
CC-MAIN-2017-22
en
refinedweb
Sat, Jan 12, 2013 at 4:21 AM, giorgik <ggiorgio63@...> wrote: > The problem is that it crashes when you run the statement that I have > indicated. There seems to be something wrong with the tesselation. A dialog > send error to Microsoft regarding glu32.dll. Enabling debugging > #define DEBUG 1 > not provide additiona...
https://sourceforge.net/p/playerstage/mailman/playerstage-users/?viewmonth=201301&viewday=16
CC-MAIN-2017-22
en
refinedweb
Refactor That Code! Get those database calls out of your controllers If y’all recall, when we started to build YouReallyNeedABudget in the aspnetcore series, we went for speed over quality, and even though our API controllers were slim (mostly because they didn’t do very much), they still have a lot that can be improve...
http://miniml.ist/dotnet/refactoring-db-calls-out-of-controllers/
CC-MAIN-2017-22
en
refinedweb
Revision history for Dancer::Plugin::Cache::CHI 1.4.0 2013-01-07 [ENHANCEMENTS] - Now Dancer 2 compatible. [STATISTICS] - code churn: 5 files changed, 146 insertions(+), 56 deletions(-) 1.3.1 2012-09-26 [BUG FIXES] - working around regression in Dancer 1.31 [STATISTICS] - code churn: 3 files changed, 15 insertions(+), ...
https://metacpan.org/changes/distribution/Dancer-Plugin-Cache-CHI
CC-MAIN-2017-22
en
refinedweb
. (x. class Person { int mAge; public: Person() { mAge = 10; } void incrementAge() { mAge = mAge + 1; } }; It has an incrementAge() member function that modifies it’s state i.e. increments mAge data member. Now create a function that will return Person’s object as a rvalue i.e. PersongetPerson() { return Person(); } No...
http://www.shellsec.com/news/27282.html
CC-MAIN-2016-44
en
refinedweb
that you are willing to distribute, because that is a practical way of suggesting improvements to the standard version. MULDIS and MULDIS MULTIVERSE OF DISCOURSE are trademarks of Muldis Data Systems, Inc. (). The trademarks apply to computer database software and related services. See for the full written details of ...
http://search.cpan.org/~duncand/Muldis-D-Manual-0.9.0/lib/Muldis/D/Manual.pm
CC-MAIN-2016-44
en
refinedweb
Talk:Proposed features/Dress code From OpenStreetMap Wiki Keep it simple I would recommend to keep the scheme simple. No dress:* namespace with a plurality of subkeys. Just one key, e.g. dress_code and a small set of standard values. Don't try to cover every possible situation. My take on it: - dress_code=formal: Suit,...
http://wiki.openstreetmap.org/wiki/Talk:Proposed_features/Dress_code
CC-MAIN-2016-44
en
refinedweb
clientsocket = None after the close. return getattr(self._sock,name)(*args) socket.error: [Errno 10048] Only one usage of each socket address (protocol/network address/port) is normally permitted from socket import * import thread, ssl def handler(clientsocket, clientaddr): print "Accepted connection from: ", clientadd...
https://www.experts-exchange.com/questions/28474904/python-scripting.html
CC-MAIN-2016-44
en
refinedweb
15 July 2008 08:30 [Source: ICIS news] By Prema Viswanathan SINGAPORE (ICIS news)--Egyptian Petrochemicals (EChem) plans to expand the capacity of its 80,000 tonne/year polyvinyl chloride (PVC) plant in Alexandria by 50% to 120,000 tonnes/year by the end of 2008, a company source said on Tuesday.?xml:namespace> EChem’s...
http://www.icis.com/Articles/2008/07/15/9140124/echem-plans-to-expand-vinyls-capacity-by-half.html
CC-MAIN-2014-10
en
refinedweb
It is often useful to have a property that maps Strings to other components. In Nucleus, properties of type atg.nucleus.ServiceMap are assumed to perform this mapping. For example, a cities property might map a city name to the weather component monitoring it: import atg.nucleus.*; public ServiceMap getCities (); publi...
http://docs.oracle.com/cd/E23095_01/Platform.93/ATGProgGuide/html/s0204servicemapproperties01.html
CC-MAIN-2014-10
en
refinedweb
Hello, So I make an instance of a display object defined in an external .swf that has a TextField. I set that TextField to a new format using setTextFormat(format) and then defaultTextFormat = format. When I set the TextField's htmlText property, the defaultTextFormat is suddenly reset to what it was originally. So som...
http://forums.adobe.com/thread/1152689
CC-MAIN-2014-10
en
refinedweb
29 March 2011 09:41 [Source: ICIS news] SINGAPORE (ICIS)--Taiwan’s Formosa Petrochemical Corp (FPCC) had a small fire at its 1.03m tonne/year No 2 naphtha cracker in Mailiao at 10:00 hours local time (02:00 hours GMT) which was put out quickly but the unit was not shut, a source close to the company said on Tuesday. “T...
http://www.icis.com/Articles/2011/03/29/9447820/fire-at-taiwans-fpcc-no-2-cracker-put-out-unit-not-shut-source.html
CC-MAIN-2014-10
en
refinedweb
public class ContextSingletonBeanFactoryLocator extends SingletonBeanFactoryLocator Variant of SingletonBeanFactoryLocator which creates its internal bean factory reference as an ApplicationContext instead of SingletonBeanFactoryLocator's simple BeanFactory. For almost all usage scenarios, this will not make a differen...
http://docs.spring.io/spring-framework/docs/3.2.0.RC2/api/org/springframework/context/access/ContextSingletonBeanFactoryLocator.html
CC-MAIN-2014-10
en
refinedweb
23 September 2009 18:04 [Source: ICIS news] By Linda Naylor LONDON (ICIS news)--European polypropylene (PP) buyers are sitting tight in the second half of September as lower spot offers enter the market, while producers wait for the October propylene settlement before indicating next month's business, market sources sa...
http://www.icis.com/Articles/2009/09/23/9249813/europe-polypropylene-on-hold-ahead-of-c3-settlement.html
CC-MAIN-2014-10
en
refinedweb
Important: Versions 1 and 2 of the Google Documents List API have been officially deprecated as of April 20, 2012. They will continue to work as per our deprecation policy, but we encourage you to move to the Google Drive API. In addition to providing some background on the capabilities of the Documents List Data API, ...
https://developers.google.com/google-apps/documents-list/v1/developers_guide_java
CC-MAIN-2014-10
en
refinedweb
Starting the Synth Project We’re going to build this from scratch, so in order to not spend much time with UI issues, we are going to make use of AudioKit’s built-in UI elements that are normally used in playgrounds and our example apps. From within Xcode, create a new project with the single view application template....
http://audiokit.io/audiobus/sender-synth/
CC-MAIN-2017-22
en
refinedweb
As mentioned, a variable declared as a reference type serves as a reference to an object located on the heap. As illustrated in Figure 3-3, multiple reference variables can be attached to a single object, and some reference variables might not be attached to any object. When a reference type variable is declared withou...
http://etutorials.org/Programming/visual-c-sharp/Part+I+Introducing+Microsoft+Visual+C+.NET/Chapter+3+Value+Types+and+Reference+Types/Understanding+Reference+Types/
CC-MAIN-2017-22
en
refinedweb
Before we can start the discussion of why this exception occurs, it is necessary to understand a little bit about how Windows works with regard to interacting with devices. When a device requires the attention of the processor for the system, it generates an interrupt that causes the processor to give the device atten...
http://mikemstech.blogspot.com/2011/11/how-to-troubleshoot-blue-screen-0xa.html
CC-MAIN-2017-22
en
refinedweb
view raw I've been stuck on an error that I'm not completely sure how to solve. My application is made in Angular2 and runs completely in a webworker largely based on this tutorial My first feature was an implementation of socket.io which is working perfectly(also with observables etc..) but now I want to use the Http ...
https://codedump.io/share/RmhrUl5DaP1Q/1/angular-2-webworkers-http-uncaught-in-promise-not-implemented
CC-MAIN-2017-22
en
refinedweb
" Vim syntax file " Language: Java Properties resource file (*.properties[_*]) " Maintainer: Simon Baldwin <simonb@sco.com> " Last change: 26th Mar 2000 " ============================================================================= " Optional and tuning variables: " jproperties_lines " ----------------- " Set a value ...
http://opensource.apple.com/source/vim/vim-44/runtime/syntax/jproperties.vim
CC-MAIN-2014-42
en
refinedweb
In this section we will discuss about the PipedReader in Java. java.io.PipedReader reads the characters from pipe. java.io.PipedWriter writes the characters to the output stream which is further read by the PipedReader class. So, the input for the PipedReader is a stream which is written by the PipedWriter. To read the...
http://www.roseindia.net/java/example/java/io/pipedreader.shtml
CC-MAIN-2014-42
en
refinedweb
Walkthrough: Creating an Explorer Style Interface with the ListView and TreeView Controls Using the Designer One of the benefits of Visual Studio 2005 is the ability to create professional-looking Windows Forms applications in a short of amount of time. A common scenario is creating a user interface (UI) with ListView ...
http://msdn.microsoft.com/en-us/library/ms171645(v=vs.80).aspx
CC-MAIN-2014-42
en
refinedweb
07 December 2011 13:00 [Source: ICIS news] LONDON (ICIS)--Germany’s chemical production is forecast to increase 1.0% year on year in 2012 as growth weakens compared with 2011, the country’s chemical producers’ trade group, Verband der Chemischen Industrie (VCI), said on Wednesday. In 2011, ?xml:namespace> “It is diffic...
http://www.icis.com/Articles/2011/12/07/9514583/germany-vci-forecasts-2012-chemical-production-growth-at.html
CC-MAIN-2014-42
en
refinedweb
25 May 2012 16:26 [Source: ICIS news] LONDON (ICIS)--BP is no longer considering the full-scale 4,000km Nabucco pipeline as an option for transporting gas from ?xml:namespace> Only the scaled-down 1,300-km Nabucco West pipeline, which would run from The original EU-backed Nabucco project had been ruled out because ther...
http://www.icis.com/Articles/2012/05/25/9564248/bp-rules-out-the-full-scale-nabucco-pipeline-proposal.html
CC-MAIN-2014-42
en
refinedweb
11 October 2012 04:26 [Source: ICIS news] SINGAPORE (ICIS)--?xml:namespace> “The cracker got restarted today, just this morning. We plan to run the cracker to a maximum rate,” said the source, without specifying the exact rate. JX Nippon previously planned to restart the cracker on around 8 or 10 October. The cracker w...
http://www.icis.com/Articles/2012/10/11/9602919/japans-jx-nippon-oil-restarts-460000-tonneyear-naphtha-cracker.html
CC-MAIN-2014-42
en
refinedweb
d succeed but winds up being a NOP because UFS incorrectly believes that the case represents renaming a file to itself when it doesn't. Both files remain in existance when the source file should have been removed. Detect the condition and issue VOP_NREMOVE instead of VOP_NRENAME when the source and target represent dif...
http://leaf.dragonflybsd.org/mailarchive/commits/2005-08/msg00253.html
CC-MAIN-2014-42
en
refinedweb
This section describes the authentication options of ApacheDS 1.5. Anonymous and simple binds are supported, as well as SASL mechanisms. Configuring and using the first two of them is described below with the help of examples. Authentication is the process of determining whether someone (or something) in fact is what h...
http://mail-archives.apache.org/mod_mbox/directory-commits/200910.mbox/raw/%3C471169021.767.1256759101394.JavaMail.www-data@brutus%3E/
CC-MAIN-2014-42
en
refinedweb
Enhancement for connection pool in DBAcess.java Enhancement for connection pool in DBAcess.java package spo.db; import com.javaexchange.dbConnectionBroker.DbConnectionBroker; import java.io....; protected static Properties prop; } The above code are from DBAcess.java. I Further advice needed on my last question - JSP-S...
http://roseindia.net/tutorialhelp/comment/84270
CC-MAIN-2014-42
en
refinedweb
Configure E-Mail Address Policy for an Exchange 2007 Hybrid Deployment Applies to: Exchange Server 2010 SP1 Topic Last Modified: 2012-07-23 Estimated time to complete: 5 minutes The Exchange 2010 hybrid server that you're introducing to your Exchange 2007 for an Exchange 2007 Hybrid Deployment You need to be assigned p...
http://technet.microsoft.com/en-us/library/gg981504.aspx
CC-MAIN-2014-42
en
refinedweb
Hello geeks and welcome in this article, we will cover NumPy fliplr. Along with that, we will also look at its syntax and parameters. To make the topic crystal clear, we will also look at a couple of examples. But at first, let us try to understand NumPy.fliplr() through its definition. Suppose you have a matrix with y...
https://www.pythonpool.com/numpy-fliplr/
CC-MAIN-2021-43
en
refinedweb
Warning: You are browsing the documentation for Symfony 4.3, which is no longer maintained. Read the updated version of this page for Symfony 5.3 (the current stable version). Console Symfony\Component\Console\Command\Command. For example, you may want a command to create a user: // src/Command/CreateUserCommand.php na...
https://symfony.com/index.php/doc/4.3/console.html
CC-MAIN-2021-43
en
refinedweb
Hi Paul, Thanks. I tried that and I get the same results as you — running “./version.py” returns 2.7.1 but “python version.py” returns 2.7.2. I think it’s because the python installed at /usr/bin/python is the one that came with the OS; when I installed python 2.7.2 using macports, it installed it to /usr/bin/python2.7...
https://discourse.matplotlib.org/t/pylab-show-does-nothing-osx-lion/16270
CC-MAIN-2021-43
en
refinedweb
EnableLanBroadcast & Example The Lan Broadcast procedure is a interesting way to publish game sessions only on your LAN, making it possible to match players that are on the same network. The session broadcast is most useful if you want to join players locally, but does not want to share the game info publically or if y...
https://doc.photonengine.com/en-US/bolt/current/in-depth/enablelanbroadcast
CC-MAIN-2021-43
en
refinedweb
We’ll start with a basic overview to see what working with GHCi is like: how to run it, how to use commands, and how to read its output. Starting GHCi Assuming you already have a working installation of GHC on your machine, you should be able to open a GHCi session by typing ghci on the command line from any directory ...
https://typeclasses.com/ghci/intro
CC-MAIN-2021-43
en
refinedweb
boost/beast/websocket/rfc6455.hpp // // Copyright (c) 2016-2019 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at) // // Official repository: // #ifndef BOOST_BEAST_WEBSOCKET_RFC6455_HPP #define BOOST_BE...
https://www.boost.org/doc/libs/develop/boost/beast/websocket/rfc6455.hpp
CC-MAIN-2021-43
en
refinedweb
In this article, you will the learn basic interview tips in C# In this article, I am going to explain the following C# basics concepts. I will be explaining all the topics, mentioned above in depth but the explanation will be more focused on the interview preparation i.e. I will explain all those things in the context ...
https://www.c-sharpcorner.com/article/basic-interview-tips-in-c-sharp/
CC-MAIN-2021-43
en
refinedweb
Manage the Skill Session and Session Attributes Your skill can keep the skill session open to conduct a back-and-forth interaction with the user. While the session is open, the user does not need to use your invocation name to talk to your skill. - Lifecycle of a skill session - How devices with screens affect the skil...
https://developer.amazon.com/de-DE/docs/alexa/custom-skills/manage-skill-session-and-session-attributes.html
CC-MAIN-2021-43
en
refinedweb
SparkR function spark.getSparkFiles fails when it was called on executors. For examples, the following R code will fail. (See error logs in attachment.) spark.addFile("./README.md") seq <- seq(from = 1, to = 10, length.out = 5) train <- function(seq) { path <- spark.getSparkFiles("README.md") print(path) } spark.lapply...
https://issues.apache.org/jira/browse/SPARK-19925?attachmentSortBy=fileName
CC-MAIN-2021-43
en
refinedweb
5 powerful ThinkOrSwim scripts (screeners) for the earnings season 🔥 Hi people. The earnings season has already started, which means it’s time to make money! I have prepared 5 powerful scripts for the ThinkOrSwim trading platform (TOS), which have repeatedly helped me prepare for the market and regularly make my profi...
https://thinkorswim-europe.medium.com/5-powerful-thinkorswim-scripts-screeners-for-the-earnings-season-1e1d8b027cc?source=post_internal_links---------4----------------------------
CC-MAIN-2021-43
en
refinedweb
YARD support in RubyMine YARD is a popular Ruby documentation generation tool that is used in multiple libraries for documenting code. RubyMine helps you to work with YARD tags and documentation in various ways, for example, you can view the documentation using Quick Documentation Lookup, create missing YARD tags, and ...
https://blog.jetbrains.com/ruby/2019/06/yard-support-in-rubymine/
CC-MAIN-2021-43
en
refinedweb
Hi, Tom Lane [2007-11-07 13:49 -0500]: >. I tried this on a Debian Alpha porter box (thanks, Steve, for pointing me at it) with Debian's gcc 4.2.2. Latest sid indeed still has this bug (the floor() one is confirmed fixed), not only on Alpha, but also on sparc. Since the simple test case did not reproduce the error, I t...
https://lists.debian.org/debian-alpha/2007/12/msg00002.html
CC-MAIN-2020-29
en
refinedweb
Units¶ There are several places in Toyplot where you will need to specify quantities with real-world units, including canvas dimensions, font sizes, and target dimensions for document-oriented backends such as toyplot.pdf. For example, when creating a canvas, whether explicitly or implicitly through the Convenience API...
https://toyplot.readthedocs.io/en/latest/units.html
CC-MAIN-2020-29
en
refinedweb
Resource allocation strategy used by hardware scheduler resources. More... #include "llvm/MCA/HardwareUnits/ResourceManager.h" Resource allocation strategy used by hardware scheduler resources. Definition at line 47 of file ResourceManager.h. Definition at line 52 of file ResourceManager.h. References select(), and ~Re...
https://llvm.org/doxygen/classllvm_1_1mca_1_1ResourceStrategy.html
CC-MAIN-2020-29
en
refinedweb
While some statistics show that using utility based CSS is more popular according to this link , still some people prefer to use a framework based on Material Design or Bootstrap or others to be aligned with their UX designers. In This post the focus is on Vuetify specifically using it with JSS Vuetify is based on Mate...
https://www.nellysattari.com/jss-part3/
CC-MAIN-2020-29
en
refinedweb
I wrote a c++ plugin, that does some stuff with fmod. The plugin itself seems to work just fine, and I can use it in a Windows standalone build when i copy the fmodex.dll next to the executable. However if I run the game in the editor I always get a DllNotFoundException. My understanding of dll's on windows is, that wi...
https://answers.unity.com/questions/10265/dll-loading-in-editor-on-windows.html?childToView=11371
CC-MAIN-2020-29
en
refinedweb
Archived | Access a local development Hyperledger Composer REST server on the internet Access a local Hyperledger Composer REST server using Secure Gateway Archive date: 2019-05-01This content is no longer being updated or maintained. The content is provided “as is.” Given the rapid evolution of technology, some conten...
https://developer.ibm.com/tutorials/access-local-hyperledger-composer-rest-server-secure-gateway/
CC-MAIN-2020-29
en
refinedweb
Sparse tensors, used during the assembly. More... #include "gmm/gmm_except.h" #include "bgeot_config.h" #include "dal_bit_vector.h" #include <iostream> #include <bitset> Go to the source code of this file. Sparse tensors, used during the assembly. As an example, let say that we have a tensor t(i,j,k,l) of dimensions 4x...
http://download-mirror.savannah.gnu.org/releases/getfem/doc/getfem_reference/bgeot__sparse__tensors_8h.html
CC-MAIN-2020-29
en
refinedweb