text
stringlengths
20
1.01M
url
stringlengths
14
1.25k
dump
stringlengths
9
15
lang
stringclasses
4 values
source
stringclasses
4 values
import. From the Bash manual: ! Expands to the process ID of the most recently executed background (asynchronous) command. i.e., use $!.. Spaces are not allowed in variable assignation in shell, so : #!/bin/sh P='/mnt/temp/' echo "$P" Q=$(echo "$P" | sed -e "s/^.*(.)$/1/") echo "Q is $Q" echo "${P%?}" And use more quot...
http://www.w3hello.com/questions/how-to-execute-shell-script-in-the-same-process-in-python-closed-
CC-MAIN-2018-17
en
refinedweb
5 Reasons to Use the Kentico Cloud Boilerplate Project Bryan Soltis — Apr 5, 2017 kentico cloudopen sourcegithubboilerplate Innovative technology always presents a challenge for developers. Whether it’s a new platform or language, starting from scratch can be a tough task, even for seasoned software engineers. Luckily,...
https://devnet.kentico.com/articles/5-reasons-to-use-the-kentico-cloud-boilerplate-project?feed=ccaebdb2-fa45-4245-8590-3d04b730592e
CC-MAIN-2018-17
en
refinedweb
A REST Web API framework that's as dangerous as you want it to be. Project Description Eve allows to effortlessly build and deploy a fully featured, REST-compliant, proprietary API. Simple Once Eve is installed this is what you will need to bring your glorified API online: - A database - A simple configuration file - A...
https://pypi.org/project/Eve/0.0.3/
CC-MAIN-2018-17
en
refinedweb
...one of the most highly regarded and expertly designed C++ library projects in the world. — Herb Sutter and Andrei Alexandrescu, C++ Coding Standards Area calculation for cartesian points. Calculates area using the Surveyor's formula, a well-known triangulation algorithm template<typename PointOfSegment, typename Cal...
https://www.boost.org/doc/libs/1_50_0/libs/geometry/doc/html/geometry/reference/strategies/strategy_area_surveyor.html
CC-MAIN-2018-17
en
refinedweb
It's not the same without you Join the community to find out what other Atlassian users are discussing, debating and creating. In Confluence Questions is there any way of editing reputation thresholds? For example: By default users need 500 points to be able to edit a topic, if I wanted to change this to be 250 points ...
https://community.atlassian.com/t5/Questions-for-Confluence/In-Confluence-Questions-is-there-any-way-of-editing-reputation/qaq-p/369825
CC-MAIN-2018-17
en
refinedweb
I'm not entirely sure what I need to do about this error. I assumed that it had to do with needing to add .encode('utf-8'). But I'm not entirely sure if that's what I need to do, nor where I should apply this. The error is: line 40, in <module> writer.writerows(list_of_rows) UnicodeEncodeError: 'ascii' codec can't enco...
https://codedump.io/share/wCXeYcIRQHaV/1/python-ascii-codec-can39t-encode-character-error-during-write-to-csv
CC-MAIN-2018-17
en
refinedweb
Quick way to store db connection details out of sources Project Description Quick way to store db connection details out of sources. import configdb import ooop ooop.OOOP( configdb.configdb(required=”user pwd dbname”) ) By default, attributes are taken from a YAML file at system defined user configuration location. Fro...
https://pypi.org/project/configdb/
CC-MAIN-2018-17
en
refinedweb
#region blocks are being put into my code by the VS.NET wizards, but I have no idea what they're for This Article Covers Dynamic Languages Looking for something else? #region blocks are being put into my code by the VS.NET wizards, but I have no idea what they're for. Help me! Don't panic. The VS.NET code editor window...
http://searchwindevelopment.techtarget.com/answer/region-blocks-are-being-put-into-my-code-by-the-VSNET-wizards-but-I-have-no-idea-what-theyre-for
CC-MAIN-2016-07
en
refinedweb
Copyright © 2004 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C liability, trademark, document use rules apply. This document describes use cases for evaluating the potential benefits of an alternate serialization for XML. The use cases are documented here to understand the constraints involved in environments for w...
http://www.w3.org/TR/2004/WD-xbc-use-cases-20041104/
CC-MAIN-2016-07
en
refinedweb
Basic Setup Swift is designed to provide seamless compatibility with Cocoa and Objective-C. You can use Objective-C APIs in Swift, and you can use Swift APIs in Objective-C. This makes Swift an easy, convenient, and powerful tool to integrate into your development workflow. This guide covers three important aspects of ...
https://developer.apple.com/library/prerelease/ios/documentation/Swift/Conceptual/BuildingCocoaApps/
CC-MAIN-2016-07
en
refinedweb
WEB-9021 (Bug) Several plugins are incompatible in the current build RUBY-13850 (Bug) SCSS should auto-complete imports to paths with no extensions WEB-6019 (Usability Problem) CSS, LESS: 'Autoscroll from source" in Structure view doesn't work for selectors like <tag>.<class> IDEA-47151 (Usability Problem) Settings of ...
http://confluence.jetbrains.com/display/WI/WebStorm+131.24+Release+Notes
CC-MAIN-2016-07
en
refinedweb
JavaScript class browser: once again with jQuery I’ve already posted twice about that little class browser application. The first iteration was mostly declarative and can be found here: The second one was entirely imperative and can be found here: This new version builds on top of the code for the imperative version an...
http://weblogs.asp.net/bleroy/javascript-class-browser-once-again-with-jquery
CC-MAIN-2016-07
en
refinedweb
Summary This article shows how to extend SWT Canvasto. By Chengdong Li (cdli@ccs.uky.edu) Research in Computing for Humanities, University of Kentucky March 15, 2004 The following typographic conventions are used in this article: Italic: Used for references to articles. Courier New: The following terms are used in this...
http://www.eclipse.org/articles/Article-Image-Viewer/Image_viewer.html
CC-MAIN-2016-07
en
refinedweb
Pinned topic Document on Automation Script Could anyone help me with automation script documents. We need to use automation scripts for our project but I couldn't find any documents on automation scripts. Thanks in advance, - tivoli-i lov it 270002R2E789 Posts Re: Document on Automation Script2011-12-27T04:58:14Z This ...
https://www.ibm.com/developerworks/community/forums/html/topic?id=77777777-0000-0000-0000-000014772398&ps=25
CC-MAIN-2016-07
en
refinedweb
This is your resource to discuss support topics with your peers, and learn from each other. 05-16-2012 04:28 PM I have read some blog posts and forum entries about trying to implement a QNXApplicationEvent.SWIPE_DOWN listener, but somehow none work for me. I have tried signals: _swipedDown = newNativeSignal(QNXApplicat...
http://supportforums.blackberry.com/t5/Adobe-AIR-Development/QNXApplicationEvent-SWIPE-DOWN-not-firing-at-all-in-an-AS3/m-p/1720639/highlight/true
CC-MAIN-2016-07
en
refinedweb
Results 1 to 5 of 5 - Join Date - Nov 2008 - 7 - Thanks - 5 - Thanked 0 Times in 0 Posts beginner problem - using methods does not detect variable. hello I have been taking a course in java and doing horrible. Well, not horrible, I do the assigments, but ask tons of questions. I am writing a program to return the conve...
http://www.codingforums.com/java-and-jsp/151758-beginner-problem-using-methods-does-not-detect-variable.html
CC-MAIN-2016-07
en
refinedweb
Part II: Pointers By NickDMax Previous: Enumerations Pointers Although this topic is not directly in our path, I think a little side trip is in order since we will use pointers from here on out. Pointers are wonderful, powerful, and yet misunderstood they are a disaster waiting to happen. Many languages don’t have poin...
http://www.dreamincode.net/forums/topic/27024-data-modeling-for-games-in-c-part-ii/page__pid__219953__st__0
CC-MAIN-2016-07
en
refinedweb
Three Little Hive UDFs: Part 3 By dan.mcclary on Apr 07, 2013 Introduction In the final installment in our series on Hive UDFs, we're going to tackle the least intuitive of the three types: the User Defined Aggregating Function. While they're challenging to implement, UDAFs are necessary if we want functions for which ...
https://blogs.oracle.com/datawarehousing/entry/three_little_hive_udfs_part2
CC-MAIN-2016-07
en
refinedweb
Re: [PBML] basic questoin Expand Messages - On Oct 27, nt557 said: > What this code do ?There's still no $tag. ;) When a variable name has a "::" in it, > > $tag::entry = 0; > > there was NO $tag before inthis code, this is the first usage. everything before the LAST "::" is the variable's package -- the namespace it r...
https://groups.yahoo.com/neo/groups/perl-beginner/conversations/topics/22113?o=1&d=-1
CC-MAIN-2016-07
en
refinedweb
You can use this module with the following in your ~/.xmonad/xmonad.hs: import XMonad.Layout.LayoutBuilder Then edit your layoutHook by adding something like: myLayouts = ( 0) $ (layoutR 0.1 0.5 (relBox (2/3) 0 1 1) Nothing $ Tall 0 0 0) $ (layoutAll (relBox 0 0 (1/3) 1) $ Tall 0 0Layouts }: XMonad.Doc.Extending You m...
http://hackage.haskell.org/package/xmonad-contrib-bluetilebranch-0.8.1/docs/XMonad-Layout-LayoutBuilder.html
CC-MAIN-2016-07
en
refinedweb
WinRTError Object (JavaScript) When a Windows Runtime call returns an HRESULT that indicates a failure, JavaScript converts it to a special Windows Runtime error. It is available only in Windows 8.x Store apps, when the Windows Runtime is available, as part of the global JavaScript namespace. The following example show...
https://msdn.microsoft.com/en-us/library/hh699852(v=vs.94).aspx
CC-MAIN-2016-07
en
refinedweb
In order to run OrdDoc methods, you will need to include the following import statements in your Java file: import oracle.ord.im.OrdMediaUtil; import oracle.ord.im.OrdDoc; You may also need to import classes from the following Java packages: java.io. java.sql. oracle.jdbc. Before running OrdDoc methods, the following o...
http://docs.oracle.com/cd/B12037_01/appdev.101/b10830/im_docref001.htm
CC-MAIN-2016-07
en
refinedweb
Physicianlife MAY/JUNE 2011 health...wealth...lifestyle... whistleblowing in the australian healthcare system Ageing in Doctors & Cognitive Decline When is it time to hang up the stethoscope? RRP $12.95 fukushima burning Anatomy of a Nuclear Disaster borrow up to 100% and buy the home you want, why wouldn’t you? At Inv...
http://issuu.com/medicallife/docs/physicianlife_final_v1
CC-MAIN-2016-07
en
refinedweb
Hi, I currently am using Blender 2.32 from an RPM on RedHat 9.0. I tried installing the Yafray 0.0.6 from an RPM and it worked fine. I have tried switching the render options in Blender to use Yafray, although all it comes up with is a black screen, and the console gives me this message: import site' failed; use -v for...
https://www.blender.org/forum/viewtopic.php?p=17676
CC-MAIN-2016-07
en
refinedweb
KTextEditor #include <templateinterface.h> Detailed Description This is an interface for inserting template strings with user editable fields into a document. Definition at line 39 of file templateinterface.h. Constructor & Destructor Documentation Definition at line 266 of file ktexteditor.cpp. Definition at line 270 ...
http://api.kde.org/4.x-api/kdelibs-apidocs/interfaces/ktexteditor/html/classKTextEditor_1_1TemplateInterface.html
CC-MAIN-2016-07
en
refinedweb
I've never seen this on 10.6.5. Can't reproduce. I'm running 10.6.5. Can the poster give more specific instructions? Better yet, can he reproduce it himself on a machine that he hasn't configured. Perhaps there's something that he tweaked that's triggering this. I haven't seen that behavior. Does it happen with all you...
http://hints.macworld.com/article.php?story=20101227120319896
CC-MAIN-2016-07
en
refinedweb
CheckBox is a fully implemented widget provided by Android. Checkboxes are used for selecting one or more options from a set. In this tutorial we would be discussing about creating the standard and customized CheckBoxes. CheckBox is a special type of button that has two states, checked and unchecked. The CheckBox in An...
http://www.javabeat.net/checkboxes-android/
CC-MAIN-2016-07
en
refinedweb
Creating a Splash Screen - PDF for offline use: - - Related Samples: - - Related Links: - Let us know how you feel about this. 0/250 last updated: 2016-01 An Android app takes some time to to start up, especially the first time the app is run on a device. A splash screen may display start up progress to the user or bra...
https://developer.xamarin.com/guides/android/user_interface/creating_a_splash_screen/
CC-MAIN-2016-07
en
refinedweb
I'm developing a free .NET obfuscator. It doesn't support very much functionality at the moment, though. It can: rename types and remove namespaces, rename methods and fields, remove properties and events declarations, rename (private) assembly files. Basically, my primary goal was to make it remove all meaningful info...
http://www.dreamincode.net/forums/topic/345589-developing-a-net-obfuscator-need-feedback/page__pid__2002705__st__0
CC-MAIN-2016-07
en
refinedweb
Django 1.5 custom User model error when i try to custom User model with Django 1.5 , got an exception: AttributeError: Manager isn't available; User has been swapped for 'xxx.MyUser' and i noticed it was thrown from oauth_provider.models: from django.contrib.auth.models import User Thanks, I'll take a look at that. I t...
https://bitbucket.org/david/django-oauth-plus/issues/22/django-15-custom-user-model-error
CC-MAIN-2016-07
en
refinedweb
added libltdl (no integration yet) /* loader-dld_link.c -- dynamic linking with dld Copyright (C) 1998, 1999, 2000, 2004, 2006, 2007, 2008 Free Software Foundation, Inc. Written by Thomas Tanner, 1998 NOTE: The canonical source of this file is maintained with the GNU Libtool package. Report bugs to bug-libtool@gnu.org....
http://www.complang.tuwien.ac.at/viewcvs/cgi-bin/viewcvs.cgi/gforth/libltdl/loaders/dld_link.c?rev=1.1&sortby=file&view=auto
CC-MAIN-2013-20
en
refinedweb
Hello World -- Your First Program (C# Programming Guide) The following console program is the C# version of the traditional "Hello World!" program, which displays the string Hello World!. Let us now look at the important parts of this program in turn. The first line contains a comment: The characters // convert the res...
http://msdn.microsoft.com/en-US/library/k1sx6ed2(v=vs.80).aspx
CC-MAIN-2013-20
en
refinedweb
Feb 25, 2012 04:42 PM|LINK I have a handler that works fine in C# but I can't get it to work in VB. I don't know if maybe I just did something wrong in the translation? Can anyone look at it and see if anything jumps out? The site I'm working on currently, for various reasons needs to be in VB so I'm hoping to be able ...
http://forums.asp.net/t/1773760.aspx/1?Select+Image+works+in+C+but+not+in+VB
CC-MAIN-2013-20
en
refinedweb
Anatomy of a Unit Test [This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.] figure shows the first few lines of code, including the reference to the namespaces, the TestClassAttribute, and the TestContext class. See the walkthrough if you want ...
http://msdn.microsoft.com/en-us/library/ms182517.aspx
CC-MAIN-2013-20
en
refinedweb
07 April 2010 20:26 [Source: ICIS news] WASHINGTON (ICIS news)--The US economy has stabilised and is beginning to grow again, but the mounting and unsustainable federal debt poses a crippling threat to the nation’s financial existence, Federal Reserve Chairman Ben Bernanke said on Wednesday. Speaking at a chamber of co...
http://www.icis.com/Articles/2010/04/07/9348855/us-fed-chief-warns-of-crippling-federal-debt-and-deficits.html
CC-MAIN-2013-20
en
refinedweb
#include <protocol.hpp> Because each FastCGI request has a RequestID and a file descriptor associated with it, this class defines an ID value that encompasses both. The file descriptor is stored internally as a 16 bit unsigned integer in order to keep the data structures size at 32 bits for optimized indexing. Definiti...
http://www.nongnu.org/fastcgipp/doc/1.2/structFastcgipp_1_1Protocol_1_1FullId.html
CC-MAIN-2013-20
en
refinedweb
Customizing Team Foundation Server Project Portals Phil Hodgson, Microsoft Corporation May 2010 This article describes important concepts about project portals for Microsoft® Visual Studio® Team Foundation Server 2010 and provides guidance for process authors who customize process templates used to create project porta...
http://msdn.microsoft.com/en-us/library/ff678492(d=printer,v=vs.100).aspx
CC-MAIN-2013-20
en
refinedweb
04 May 2009 16:55 [Source: ICIS news] WASHINGTON (ICIS news)--?xml:namespace> The March pace of non-residential construction spending - including both government and private sector building - also was 1.7% ahead of the same month in 2008, the department said in its monthly report. Non-residential building activity incl...
http://www.icis.com/Articles/2009/05/04/9213107/us-non-residential-construction-gains-on-manufacturing.html
CC-MAIN-2013-20
en
refinedweb
Feb 23, 2012 07:52 PM|LINK When I work with the WebServicesClientProtocol class, there is no available requestsoapcontext field; only equals, referenceequals, and generatexmlmappings. How can i make the requestsoapcontextfield available? Contributor 7128 Points Feb 23, 2012 08:02 PM|LINK Did you added namespace and dll...
http://forums.asp.net/t/1773161.aspx/1
CC-MAIN-2013-20
en
refinedweb
Operator Overloading The operator keyword declares a function specifying what operator-symbol means when applied to instances of a class. This gives the operator more than one meaning, or "overloads" it. The compiler distinguishes between the different meanings of an operator by examining the types of its operands. You...
http://msdn.microsoft.com/en-us/library/5tk49fh2(v=vs.80).aspx
CC-MAIN-2013-20
en
refinedweb
I mentioned in my first post, I have just finished an extensive tech job search, whichfeatured eight on-sites, along with countless phone screens and informal chats.I wasinterviewing for a combination of data science and software engineering (machinelearning)positions, and I got a pretty good sense of what those inter...
https://id.scribd.com/doc/316766810/316551847-Data-Science-Interview-Question
CC-MAIN-2020-10
en
refinedweb
Python Command Overview Contents - 1 Python API Command Overview - 1.1 The Entire Command - 1.2 Breakdown - 1.3 User Facing Strings: Command Help Python API Command Overview This page will attempt to give some "boilerplate" code for creating a Python API command (with arguments) in MODO. There is much more you can do w...
https://modosdk.foundry.com/wiki/Python_Command_Overview
CC-MAIN-2020-10
en
refinedweb
pthread_setname_np() Name a thread Synopsis: #include <pthread.h> int pthread_setname_np(pthread_t tid, const char* newname); Since: BlackBerry 10.0.0 Arguments: - tid - The ID of the thread you want to name, or 0 if you want to name the calling thread. - newname - NULL, or a NULL-terminated string that specifies the n...
https://developer.blackberry.com/native/reference/core/com.qnx.doc.neutrino.lib_ref/topic/p/pthread_setname_np.html
CC-MAIN-2020-10
en
refinedweb
Null- and undefined-aware types # TypeScript has two special types, Null and Undefined, that have the values null and undefined respectively. Previously it was not possible to explicitly name these types, but null and undefined may now be used as type names regardless of type checking mode. The type checker previously ...
https://www.typescriptlang.org/docs/handbook/release-notes/typescript-2-0.html
CC-MAIN-2020-10
en
refinedweb
When you are first starting out learning how to program, one of the first things you will want to learn is what an error message means. In Python, error messages are usually called tracebacks. Here are some common traceback errors: - SyntaxError - ImportError or ModuleNotFoundError - AttributeError - NameError When you...
http://www.blog.pythonlibrary.org/2018/07/24/understanding-tracebacks-in-python/
CC-MAIN-2020-10
en
refinedweb
#include <unistd.h> effective.); } Please direct any comments about this manual page service to Ben Bullock. Privacy policy.
https://nxmnpg.lemoda.net/2/setuid
CC-MAIN-2020-10
en
refinedweb
Representational State Transfer (REST): - Representational State Transfer (REST) is an architectural style that specifies constraints, such as the uniform interface, is very lightweight, and relies upon the HTTP standard to do its work. It is great to get a useful web service up and running quickly. If you don't need a...
https://www.dotnetbull.com/2012/07/rest-services-tutorial-aspnet.html
CC-MAIN-2020-10
en
refinedweb
Google Cloud Dataflow SDK for Java, version 1.9.1 Class PubsubUnboundedSource<T> - java.lang.Object - com.google.cloud.dataflow.sdk.transforms.PTransform<PBegin,PCollection<T>> - com.google.cloud.dataflow.sdk.io.PubsubUnboundedSource<T> - All Implemented Interfaces: - HasDisplayData, Serializable public class PubsubUnb...
https://cloud.google.com/dataflow/java-sdk/JavaDoc/com/google/cloud/dataflow/sdk/io/PubsubUnboundedSource.html?hl=ca
CC-MAIN-2020-10
en
refinedweb
A generic settings block. More... #include <settings.h> A generic settings block. Definition at line 298 of file settings.h. Settings block. Definition at line 300 of file settings.h. Referenced by autovivified_settings_free(), generic_settings_init(), netdev_settings(), and netdev_settings_init(). List of generic sett...
https://dox.ipxe.org/structgeneric__settings.html
CC-MAIN-2020-10
en
refinedweb
Apache Camel Deployment Modes Apache Camel Deployment Modes Join the DZone community and get the full member experience.Join For Free In this part of the article I will present various runtime and deployment modes that Apache Camel provides. There are so many possibilities and I won’t discuss them all but I will try to...
https://dzone.com/articles/apache-camel-deployment-modes
CC-MAIN-2020-10
en
refinedweb
YAMI4 is a messaging solution for distributed systems. ThreadX is a Real-Time Operating System (RTOS) designed specifically for deeply embedded, real-time, and IoT applications. NetX is an advanced IP network stack, designed as part of the ThreadX solution family. FreeRTOS and the LwIP network stack. Article outline: I...
http://www.inspirel.com/articles/YAMI4_ThreadX_STM32F429.html
CC-MAIN-2020-10
en
refinedweb
US8996563B2 - High-performance streaming dictionary - Google PatentsHigh-performance streaming dictionary Download PDF Info - Publication number - US8996563B2US8996563B2 US12/755,391 US75539110A US8996563B2 US 8996563 B2 US8996563 B2 US 8996563B2 US 75539110 A US75539110 A US 75539110A US 8996563 B2 US8996563 B2 US 899...
https://patents.google.com/patent/US8996563B2/en
CC-MAIN-2020-10
en
refinedweb
firestore: Is there a way to perform or where query operation on collection? Scenario Given I am a tutor When I type comma separated list of search terms e.g math,accounting Then Expected I should be able to see different documents having map field key term set to true Then Actual I get empty result When I type comma s...
http://quabr.com/57634126/firestore-is-there-a-way-to-perform-or-where-query-operation-on-collection
CC-MAIN-2020-10
en
refinedweb
iofunc_utime() Update time stamps Synopsis: #include <sys/iofunc.h> int iofunc_utime( resmgr_context_t* ctp, io_utime_ut: - type - _IO_UTIME. - combine_len - If the message is a combine message, _IO_COMBINE_FLAG is set in this member. - cur_flag - If set, iofunc_utime() ignores the times member, and set the appropriate...
https://developer.blackberry.com/native/reference/core/com.qnx.doc.neutrino.lib_ref/topic/i/iofunc_utime.html
CC-MAIN-2020-10
en
refinedweb
I am making a Python web-crawler program to play The Wiki game. If you're unfamiliar with this game: - Start from some article on Wikipedia - Pick a goal article - Try to get to the goal article from the start article just by clicking wiki/ links My process for doing this is: - Take a start article and a goal article a...
https://www.howtobuildsoftware.com/index.php/how-do/pTR/python-python-27-web-crawler-get-all-links-from-page-on-wikipedia
CC-MAIN-2020-10
en
refinedweb
The unified data validation libraryThe unified data validation library OverviewOverview The unified validation API aims to provide a comprehensive toolkit to validate data from any format against user defined rules, and transform them to other types. Basically, assuming you have this: import play.api.libs.json._ import...
https://index.scala-lang.org/jto/validation/validation-form/2.0-play2.3?target=_sjs0.6_2.11
CC-MAIN-2020-10
en
refinedweb
pthread_barrier_wait() Synchronize participating threads at the barrier Synopsis: #include <sync.h> int pthread_barrier_wait( pthread_barrier_t * barrier ); Since: BlackBerry 10.0.0 Arguments: - barrier - A pointer to the pthread_barrier_t object that you want to use to synchronize the threads. You must initialize the ...
https://developer.blackberry.com/native/reference/core/com.qnx.doc.neutrino.lib_ref/topic/p/pthread_barrier_wait.html
CC-MAIN-2020-10
en
refinedweb
Le mardi 5 mai 2015 01:05:31 sebb a écrit : > > OK, but that's because whoever code the XSLT decided to be defensive to > > such interpretation. > > If you read back in this thread you will see that I did this in order > to support both asfext:PMC and asfext:pmc. > > > But that does not mean is right. > > The code is r...
http://mail-archives.apache.org/mod_mbox/community-dev/201505.mbox/%3C2372264.ya6xRq0jk6@herve-desktop%3E
CC-MAIN-2017-43
en
refinedweb
Edit Article wikiHow to Calculate After Tax Bond Yield Three Parts:Figuring Out How the Bond is TaxedCalculating After-Tax Bond YieldCalculating Tax-Equivalent YieldCommunity Q&A Yield is an investment concept that puts the earnings of an investment vehicle into context. It states earnings as a percentage of the initia...
https://www.wikihow.com/Calculate-After-Tax-Bond-Yield
CC-MAIN-2017-43
en
refinedweb
import matplotlib.mlab as mlab import matplotlib.pyplot as plt import numpy as np x = np.arange(0.0, 2, 0.01) y1 = np.sin(2*np.pi*x) y2 = 1.2*np.sin(4*np.pi*x) fig, ax = plt.subplots() ax.plot(x, y1, x, y2, color='black') ax.fill_between(x, y1, y2, where=y2>y1, facecolor='green') ax.fill_between(x, y1, y2, where=y2<=y1...
http://matplotlib.org/gallery/pyplots/whats_new_98_4_fill_between.html
CC-MAIN-2017-43
en
refinedweb
by passing AC current through Quoteby passing AC current throughAnd where does this AC come from? To QuoteToYou are not producing AC. AC is alternating current, where the voltage changes from positive to negative 50 or 60 times per second. All you are doing is switching which way the current, at +5V, is flowing. an ele...
http://forum.arduino.cc/index.php?topic=116824.msg879275
CC-MAIN-2017-43
en
refinedweb
Previous Versions of ASP.NET Previous versions of ASP.NET supported two types of routing: convention-based routing and attribute-based routing. When using convention-based routing, you could define your routes in your application RouteConfig.cs file like this: public class RouteConfig { public static void RegisterRout...
http://stephenwalther.com/archive/2015/02/07/asp-net-5-deep-dive-routing
CC-MAIN-2017-43
en
refinedweb
I need to access the date of creation of a file using Python. As suggested in many posts, I am using os.stat(filename) import os, time f = 'untitled.ipynb' # Created 30 March 2016 at 15:45 fileStats = os.stat(f) time.ctime(fileStats.st_ctime) 'Mon May 2 16:04:27 2016' "Created: 30 March 2016 at 15:45" accordint to the ...
https://codedump.io/share/Q0O6aKAQ20zS/1/file-creation-time-do-not-match-when-using-osstat
CC-MAIN-2017-43
en
refinedweb
Introduction In my early post I showed you how to create a web service. In this post I’m going to discuss about how to create an Android client for that web service. But the intention of this post is to create the connection between server and Android client, so presenting returned string in GUI will not be discussed. ...
https://buddhimawijeweera.wordpress.com/2012/05/
CC-MAIN-2017-43
en
refinedweb
I am trying to import a class into the global scope, and I am able to do it, but then when I try to extend the class I get an error saying: Type 'any' is not a constructor function type. const MyClass = require('./core/MyClass'); class MyTestClass extends MyClass { } import MyClass from './core/MyClass' export default ...
https://codedump.io/share/OVdeHICAhZLn/1/import-classes-into-the-global-scope
CC-MAIN-2017-43
en
refinedweb
Detached pthreads and memory leak Can somebody please explain to me why this simple code leaks memory? I believe that since pthreads are created with detached state their resources should be released inmediatly after it's termination, but it's not the case. My environment is Qt5.2. @#include <QCoreApplication> #include...
https://forum.qt.io/topic/36722/detached-pthreads-and-memory-leak
CC-MAIN-2017-43
en
refinedweb
0 In the following program I'm getting the warning -> unused variable ‘fn’. I'm following along with a book so I don't know why it gave me that portion of code if it's unusable. Also, I don't understand this line at all. -> void(*fn)(int& a, int* b) = add; #include <iostream> void add(int& a, int* b) { std::cout << "To...
https://www.daniweb.com/programming/software-development/threads/481644/pointers-and-refs
CC-MAIN-2017-43
en
refinedweb
23 September 2011 08:00 [Source: ICIS news] SINGAPORE (ICIS)--?xml:namespace> The company will shut its 750,000 tonne/year PTA plant, which is operated by its subsidiary Indorama Petrochem, in early October for a five-day turnaround, the source said. The plant is located at Banchang in Rayong. The producer will shut it...
http://www.icis.com/Articles/2011/09/23/9494567/thailands-indorama-to-shut-two-pta-plants-for-maintenance-in-october.html
CC-MAIN-2014-52
en
refinedweb
01 October 2012 07:48 [Source: ICIS news] SINGAPORE--Offers for polystyrene (PS) in the Gulf Cooperation Council (GCC) region rose by $80/tonne (€62/tonne) over September, as Saudi Arabian producers announced steep hikes pushing buyers to the sidelines, a market source said on Monday. For general purpose polystyrene (G...
http://www.icis.com/Articles/2012/10/01/9599815/gcc-polystyrene-producers-hike-offers-by-80tonne-for.html
CC-MAIN-2014-52
en
refinedweb
hihi! here's my prompt and i think i did the program right but I can't get it to work how do i fix this program? this is the prompt btw: Create a S tudent class that stores the name, address, GPA, age, and major for a student. Additionally, the S tudent class should implement the C omparable interface. Make the compari...
http://www.javaprogrammingforums.com/whats-wrong-my-code/17138-have-code-need-one-line-fixed-please.html
CC-MAIN-2014-52
en
refinedweb
in reply to Re^24: Why is the execution order of subexpressions undefined? in thread Why is the execution order of subexpressions undefined? So, I ported your Perl 5 program to Haskell, and benchmarked both against the 1millionlines.dat generated with this: for (1..1_000_000) { print int(rand(10)), $/ } [download] Perl...
http://www.perlmonks.org/index.pl?node_id=450426
CC-MAIN-2014-52
en
refinedweb
_lwp_cond_reltimedwait(2) - get file sensitivity label cc [flags...] file... -ltsol [library...] #include <tsol/label.h> int getlabel(const char *path, m_label_t *label_p); int fgetlabel(int fd, m_label_t *label_p); The getlabel() function obtains the sensitivity label of the file that is named by path. Discretionary r...
http://docs.oracle.com/cd/E23824_01/html/821-1463/fgetlabel-2.html
CC-MAIN-2014-52
en
refinedweb
This section describes the use of the basic socket interfaces. The socket(3SOCKET) call creates a socket in the specified family and of the specified type. s = socket(family, type, protocol); If the protocol is unspecified, the system selects a protocol that supports the requested socket type. The socket handle is ret...
http://docs.oracle.com/cd/E26502_01/html/E35299/sockets-18552.html
CC-MAIN-2014-52
en
refinedweb
Created on 2008-10-11.20:59:13 by fwierzbicki, last changed 2008-10-27.18:17:18 by fwierzbicki. Nested generator expressions within a function like: def x(): ( a for b in ( c for d in e )) fail to compile with an "internal compiler error" Note: this bug was originally uncovered in #1114 Sounds like the issue Tobias not...
http://bugs.jython.org/issue1150
CC-MAIN-2014-52
en
refinedweb
Canonical Voices: Quickly: Rebooted2012-11-16T09:00:48ZMichael Hallnospam@nospam.com<p><a href=""><img class="alignleft size-full wp-image-1208" title="quickly-logo" src="" alt="" width="192" height="192" /></a>Shortly after the <a href="" target="_blank">Ubuntu App Showdown</a> earlier this year, Didier Roche and Mich...
http://voices.canonical.com/feed/atom/tag/quickly/
CC-MAIN-2014-52
en
refinedweb
Although -- UI toolkits and interfaces are often specific to a platform and the UI-related code typically makes up the bulk of the application. As a result, delivery of cross-platform applications is hard. What is needed is a well designed, platform-independent UI toolkit that has lightweight memory and resource requir...
http://www.oracle.com/technetwork/articles/javamobile/default-159892.html
CC-MAIN-2014-52
en
refinedweb
Archives Expanding upon my speculations: Membership, RoleProvider and ProfileAPI implementation So, yesterday I jumped out on a limb and speculated how I thought that application architecture might include a wrapper around Membership and the Profile API in ASP.NET Whidbey. Then the guy who created it chimed in with a c...
http://weblogs.asp.net/dneimke/archive/2005/01
CC-MAIN-2014-52
en
refinedweb
20 November 2008 09:43 [Source: ICIS news] SINGAPORE (ICIS news)--Asia’s benzene values fell below the $300/tonne mark, levels not seen since February 2002, on the back of lower crude values and weak market fundamentals, said traders and producers said on Thursday. ?xml:namespace> A deal was heard concluded at $290/ton...
http://www.icis.com/Articles/2008/11/20/9173082/asia-benzene-hits-6-yr-low-at-below-300t.html
CC-MAIN-2014-52
en
refinedweb
A first hand look from the .NET engineering teams article describes the changes we made in the security namespace for .Net Framework 4 in detail. For most people, this change in policy will be unnoticeable, their program probably was already running in full-trust and the world is the same. For some others, things will ...
http://blogs.msdn.com/b/dotnet/archive/2009/06/10/new-security-model-moving-to-a-better-sandbox.aspx
CC-MAIN-2014-52
en
refinedweb
12 October 2012 10:27 [Source: ICIS news] SINGAPORE (ICIS)--?xml:namespace> AA prices in the Chinese market were assessed at yuan (CNY) 13,000-13,100/tonne ($2,070-2,086/tonne) Among the AA facilities that are currently shut are Shanghai Huayi’s 60,000 tonne/year unit and Shenyang Lahua’s 80,000 tonne/year unit. Shangh...
http://www.icis.com/Articles/2012/10/12/9603324/china-acrylic-acid-may-extend-gains-on-tight-supply.html
CC-MAIN-2014-52
en
refinedweb
C9 Lectures: Stephan T Lavavej - Advanced STL, 1 of n - Posted: Feb 10, 2011 at 12:47 PM - 112,106 Views - 105 Comments Something went wrong getting user information from Channel 9 Something went wrong getting user information from MSDN Something went wrong getting the Visual Studio Achievements Right click “Save as…”....
http://channel9.msdn.com/Series/C9-Lectures-Stephan-T-Lavavej-Advanced-STL/C9-Lectures-Stephan-T-Lavavej-Advanced-STL-1-of-n?format=html5
CC-MAIN-2014-52
en
refinedweb
17 October 2012 17:54 [Source: ICIS news] LONDON (ICIS)--BASF plans to cut 90 jobs at its France-based beauty care solutions business, French media reported on Wednesday. The reports, which cited a BASF spokesperson, said the job cuts at ?xml:namespace> Media officials at BASF’s headquarter in According to information ...
http://www.icis.com/Articles/2012/10/17/9604874/basf-to-cut-90-jobs-at-french-beauty-care-business-reports.html
CC-MAIN-2014-52
en
refinedweb
jGuru Forums Posted By: Neha_Behl Posted On: Thursday, April 10, 2008 06:13 PM Hi, i have an assignment and have been trying hard to solve it.. maybe easy for some of u.. I have a Person.java class and have to create equivalent classes for the inputs of the methods and also write a test class named JUnit4PersonTester.....
http://www.jguru.com/forums/view.jsp?EID=1360202
CC-MAIN-2014-52
en
refinedweb
; } class Vec2 { constructor(readonly x: number = 0, readonly y: number = 0) { } plus(other: Vec2): Vec2 { return new Vec2(this.x + other.x, this.y + other.y); } times(scalar: number): Vec2 { return new Vec2(this.x * scalar, this.y * scalar); } minus(other: Vec2): Vec2 { return new Vec2(this.x - other.x, this.y - other...
https://codepen.io/jlfwong/pen/mmmXVK
CC-MAIN-2021-21
en
refinedweb
An E-Stream implementation in Python Project description An E-Stream implementation in Python E-Stream is an evolution-based technique for stream clustering which supports five behaviors: - Appearance - Disappearance - Self-evolution - Merge - Split These behaviors are achieved by representing each cluster as a Fading ...
https://pypi.org/project/estream/
CC-MAIN-2021-21
en
refinedweb
implementation 'org.junit.jupiter:junit-jupiter-api' implementation 'org.junit.jupiter:junit-jupiter-engine' implementation 'org.junit.platform:junit-platform-launcher' Junit 5 Platform Launcher API Carvia Tech | September 08, 2019 | 2 min read | 516 views Running Junit5 based tests programmatically from java/kotlin co...
https://www.javacodemonk.com/junit-5-platform-launcher-api-7dddb7ab
CC-MAIN-2021-21
en
refinedweb
One of the fundamental strength of Java is its serialization mechanism. This is basically serialization of Java objects, where the object is persisted as a sequence of bytes. The persistent storage can be file system, database or streams. And, deserialization is just the reverse process, where the sequences of bytes ar...
https://blog.eduonix.com/java-programming-2/learn-serialize-deserialize-objects-java/
CC-MAIN-2021-21
en
refinedweb
Java Persistence/OneToOne OneToOneEdit is used. Example of a OneToOne relationship databaseEdit EMPLOYEE (table) ADDRESS (table) Example of a OneToOne relationship annotationsEdit @Entity public class Employee { @Id @Column(name="EMP_ID") private long id; ... @OneToOne(fetch=FetchType.LAZY) @JoinColumn(name="ADDRESS_ID...
https://en.m.wikibooks.org/wiki/Java_Persistence/OneToOne
CC-MAIN-2021-21
en
refinedweb
, issues. - We received a $1k/month donation from Facebook Open Source! - This the highest monthly donation we have gotten since the start (next highest is $100/month). - In the meantime, we will use our funds to meet in person and to send people to TC39 meetings. These meetings are every 2 months around the world. - I...
https://www.babeljs.cn/blog/2017/12/27/nearing-the-7.0-release
CC-MAIN-2021-21
en
refinedweb
openshift-start-master-controllers - Man Page Launch master controllers Synopsis openshift start master controllers [Options] Description Start the master controllers This command starts the controllers for the master. Running openshift start master controllers will start the controllers that manage the master state, i...
https://www.mankier.com/1/openshift-start-master-controllers
CC-MAIN-2021-21
en
refinedweb
SbDPViewVolume.3coin3 - Man Page The SbDPViewVolume class is a double precision viewing volume in 3D space. Synopsis #include <Inventor/SbLinear.h> Public Types enum ProjectionType { ORTHOGRAPHIC = 0, PERSPECTIVE = 1 } Public Member Functions SbDPViewVolume (void) ~SbDPViewVolume (void) void getMatrices (SbDPMatrix &af...
https://www.mankier.com/3/SbDPViewVolume.3coin3
CC-MAIN-2021-21
en
refinedweb
When I finished playing around with building a Design System(or part of it) for a project, before start coding one important question popped up: Which library should I use to style my components? Lately, I've been working with styled-components but I wanted to try the trending ones right now: Tailwind CSS or Chakra-Ui....
https://dev.to/carlosrafael22/what-i-ve-learned-with-chakra-ui-so-far-4f5e
CC-MAIN-2021-21
en
refinedweb
Dynamixel and 3mxl driver threemxl provides a library to communicate with Dynamixel servos and 3mxl motor control boards. It also allows multiple ROS nodes to communicate with a single Dynamixel chain using a shared_serial node. As threemxl depends on some external packages, make sure to run rosdep install threemxl at ...
https://docs.ros.org/en/indigo/api/threemxl/html/
CC-MAIN-2021-21
en
refinedweb
git --git-dir=a.git --work-tree=b -C c status git --git-dir=c/a.git --work-tree=c/b status git - the stupid content tracker git [--version] [--help] [-C <path>] [-c <name>=<value>] [--exec-path[=<path>]] [--html-path] [--man-path] [--info-path] [-p|--paginate|-P|--no-pager] [--no-replace-objects] [--bare] [--git-dir=<p...
https://docs.w3cub.com/git/git
CC-MAIN-2021-21
en
refinedweb
I am new in python programming. I trired to istall pygame and I wrote some code about it: import sys import settings import pygame def run_game(): pygame.init() all_settings = settings() screen = pygame.display.set_mode( (all_settings.screen_width, all_settings.screen_length)) pygame.display.set_caption("Alien Invaders...
https://kodlogs.com/37994/importerror-no-module-named-pygame
CC-MAIN-2021-21
en
refinedweb
Kubernetes reserves all labels and annotations in the kubernetes.io namespace. This document serves both as a reference to the values, and as a coordination point for assigning values. Example: beta.kubernetes.io/arch=amd64 Used on: Node Kubelet populates this with runtime.GOARCH as defined by Go. This can be handy if ...
https://kubernetes.io/docs/reference/kubernetes-api/labels-annotations-taints/
CC-MAIN-2018-34
en
refinedweb
public class DropTargetEffect extends DropTargetAdapter The drop target effect has the same API as the DropTargetAdapter so that it can provide custom visual feedback when a DropTargetEvent occurs. Classes that wish to provide their own drag under effect can extend the DropTargetEffect and override any applicable metho...
http://help.eclipse.org/oxygen/nftopic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/dnd/DropTargetEffect.html
CC-MAIN-2018-34
en
refinedweb
arch(3) BSD Library Functions Manual arch(3) NAME NXGetAllArchInfos, NXGetLocalArchInfo, NXGetArchInfoFromName, NXGetArchInfoFromCpuType, NXFindBestFatArch, NXCombineCpuSubtypes -- get architecture information SYNOPSIS #include <mach-o/arch.h> extern const NXArchInfo * NXGetAllArchInfos(void); extern const NXArchInfo *...
http://manpagez.com/man/3/arch/
CC-MAIN-2018-34
en
refinedweb
… in a museum. You walk by an painting suddenly your phone becomes the voice of the artist and begins to speak to you about the piece…. Bringing art to the guest. In 2008 I developed an application that used RFID to trigger events on a mobile device(PDA). The main purpose was to be an Electronic Docent, a museum guide....
https://rickerg.com/2016/12/19/multimedia-mobile-application-using-low-power-bluetoothble/
CC-MAIN-2018-34
en
refinedweb
Now that we have pushed data management related concerns in the right places, we can focus on implementing the remaining portions - NoteStore and NoteActions. These will encapsulate the application data and logic. No matter what state management solution you end up using, there is usually something equivalent around. I...
https://survivejs.com/react/implementing-kanban/implementing-store-and-actions/index.html
CC-MAIN-2018-34
en
refinedweb