text
stringlengths
20
1.01M
url
stringlengths
14
1.25k
dump
stringlengths
9
15
lang
stringclasses
4 values
source
stringclasses
4 values
A simple class inheriting from ApplicationSettingsBase with only user scope properties + default values. When calling Save(), the xml file is generated but the wrong <section name="<wrong here>"/> is generated and under the <userSettings ../> as well. This prevents the saved user settings to be reloaded properly when t...
https://bugzilla.xamarin.com/show_bug.cgi?id=2316
CC-MAIN-2017-43
en
refinedweb
reviews,. Oracle Developer Cloud Service is included as a free entitlement with Oracle Java Cloud Service and Oracle Messaging Cloud Service. The Developer Cloud Service includes all the tools you need to support the team development lifecycle. There are popular open source tools such as Git, Maven and Hudson. There's...
https://community.oracle.com/blogs/bleonard?page=3
CC-MAIN-2017-43
en
refinedweb
Show English names instead of codes Bug Description In the languages list, languages are shown as ISO codes. It would be much more readable to have them show as English names. I can think of two ways of achieving this: - Using the iso-codes package - Using the Launchpad API (i.e. language. [1] https:/ Al 02/03/12 11:38...
https://bugs.launchpad.net/translated-documentation-screenshot-viewer/+bug/944603
CC-MAIN-2017-43
en
refinedweb
Tableau SDK error on version 10.2Vathsala Achar May 12, 2017 8:54 AM There is an error with the python library for Ubuntu that needs fixing for Version: 10200.17.0505.1445 Traceback (most recent call last): File "/home/vathsala/opensource/trext/trext/db/typemap.py", line 1, in <module> from tableausdk.Types import Type...
https://community.tableau.com/thread/235979
CC-MAIN-2017-43
en
refinedweb
QuantLib_DiscretizedDiscountBond man page DiscretizedDiscountBond — Useful discretized discount bond asset. Synopsis #include <ql/discretizedasset.hpp> Inherits DiscretizedAsset. Public Member Functions void reset (Size size) std::vector< Time > mandatoryTimes () const Additional Inherited Members Detailed Description ...
https://www.mankier.com/3/QuantLib_DiscretizedDiscountBond
CC-MAIN-2017-43
en
refinedweb
Articles 2017-09-12T17:15:28.0000000Z EPiServer World Getting started with Activity Streams: Part 1 2017-09-12T17:15:28.0000000Z <p><strong>Overview</strong></p> <p>This is the first post in a series that will provide deeper insight into the Episerver Social Activity Streams functionality. This post targets how Activit...
http://world.episerver.com/product-blogs/the-social-blog/?feed=atom
CC-MAIN-2017-43
en
refinedweb
User account creation filtered due to spam. Created attachment 29219 [details] the bug code system version :64-bit Ubuntu 12.04 lts gcc version: 4.6.3 options:gcc source.c -o source When compile and run a program with an error which will cause buffer overflow,the compiler can not dectect it. The program below can compi...
https://gcc.gnu.org/bugzilla/show_bug.cgi?format=multiple&id=56046
CC-MAIN-2017-39
en
refinedweb
FD_CLR(3P) POSIX Programmer's Manual FD_CLR(3P) #include <sys/select.h>); Refer to pselectD_CLR(3P)
http://man7.org/linux/man-pages/man3/FD_CLR.3p.html
CC-MAIN-2017-39
en
refinedweb
Porting C++ Applications to Qt 5 This topic talks about the Qt Widgets changes in Qt 5. The following step-by-step instructions take you through the changes required to port the Animated Tiles application to Qt 5: - Open the Animated Tiles project using Qt Creator. - Edit main.cppand replace the #include <QtGui>instanc...
http://doc.qt.io/qt-5/portingcppapp.html
CC-MAIN-2017-39
en
refinedweb
Hi Seamers, I can't get org.jboss.seam.international.status.Messages to display messages. Nothing will show up; no errors: @Model public class TestController { @Inject private Messages messages; public void testAction() { messages.error("seam error message"); messages.info("seam info message"); } } I am using Seam 3.0....
https://developer.jboss.org/thread/178480
CC-MAIN-2017-39
en
refinedweb
Coding objects in GroupBox in a main layout - kaiser0792 I'm creating a Dialog for which I have created a main layout. I have added a 2D array of toolbuttons to the Dialog and next need to create a GroupBox that contains a few child widgets. To get the GroupBox to show up on the Dialog, I've had to add it to a SubLayou...
https://forum.qt.io/topic/10674/coding-objects-in-groupbox-in-a-main-layout
CC-MAIN-2017-39
en
refinedweb
Hi Guys: I have completed my source code for the following problem using the "if" statement. I have gotten 4 errors which are: Line|26|error: ambiguous overload for 'operator>>' in 'std::cin >> (Total_Number_of_Seconds / 3600)'| Line|29|error: ambiguous overload for 'operator>>' in 'std::cin >> (Total_Number_of_Seconds...
https://www.daniweb.com/programming/software-development/threads/347982/newbie-c-hw-help-how-to-fix-ambiguous-overload-for-cin-operator
CC-MAIN-2017-39
en
refinedweb
. I would do something like the following: import numpy as np import matplotlib.pyplot as plt from mpl_toolkits.mplot3d import Axes3D # choose your colormap cmap = plt.cm.jet # get a Nx4 array of RGBA corresponding to zs # cmap expects values between 0 and 1 z_list = np.array(z_list) # if z_list is type `list` colors =...
http://databasefaq.com/index.php/answer/1102/python-colors-opacity-scatter-plot-4d-how-can-i-control-the-color-and-opacity-of-each-point-in-a-python-scatter-plot
CC-MAIN-2017-39
en
refinedweb
Difference between revisions of "EclipseLink/UserGuide/JPA/Basic JPA Development/Mapping/Relationship Mappings/Collection Mappings/OneToMany" Revision as of 14:48, 15 June 2010 OneToMany (see Section 9.1.25 "JoinTable Annotation" of the JPA Specification). The @OneToMToOne Annotation - Order @OneToMany Annotation - Cus...
http://wiki.eclipse.org/index.php?title=EclipseLink/UserGuide/JPA/Basic_JPA_Development/Mapping/Relationship_Mappings/Collection_Mappings/OneToMany&diff=206366&oldid=206365
CC-MAIN-2017-39
en
refinedweb
MKTEMP(3) BSD Programmer's Manual MKTEMP(3) NAME mktemp - make temporary file name (unique) SYNOPSIS #include <<unistd.h>> char * mktemp(char *template); int mkstemp.- ing values: [ENOTDIR] The pathname portion of the template is not an existing direc-. 4.4BSD June 4, 1993 1
http://modman.unixdev.net/?sektion=3&page=mktemp&manpath=4.4BSD-Lite2
CC-MAIN-2017-39
en
refinedweb
While developing the <ReferenceField> component for admin-on-rest, I recently stumbled upon a fun use case that demonstrates the power of redux-saga. I needed to accumulate and deduplicate actions for performance reasons. Saga proved to be perfect for that job! Read on to see if Saga can help you, too. <ReferenceField>...
https://marmelab.com/blog/2016/10/18/using-redux-saga-to-deduplicate-and-group-actions.html
CC-MAIN-2017-39
en
refinedweb
#include <CVME.h> class CVME<class T%gt; { CVME<T>(CVME::VmeSpace space, UInt_t base, UInt_t length, UInt_t crate = ); CVME<T>(); CVME<T>(CVMEptr<T>* aCVMEptr); CVME<T>(const CVME& aCVME); CVME<T>& operator=(const CVME<T>& aCVME); UInt_t getOffset(); UInt_t getLength(); Address_t getStart(); Address_t getgenptr(UInt_t ...
http://docs.nscl.msu.edu/daq/newsite/nscldaq-11.2/r33100.html
CC-MAIN-2017-39
en
refinedweb
Drawing Simple Rectangles in PIL Quick Color Checks When I found myself doing analysis on color using numpy, I kept getting turned around and having trouble conceptualizing the color representation for the R, G, B values I was seeing. PIL makes this really easy to do. All you have to do is call Image.new() and specify ...
https://napsterinblue.github.io/notes/python/images/rectangles/
CC-MAIN-2021-04
en
refinedweb
NAME Read data from a fifo. SYNOPSIS #include <zircon/syscalls.h> zx_status_t zx_fifo_read(zx_handle_t handle, size_t elem_size, void* data, size_t data_size, size_t* actual_count); DESCRIPTION zx_fifo_read() attempts to read up to count elements from the fifo handle into data. Fewer elements may be read than requested...
https://fuchsia.dev/fuchsia-src/reference/syscalls/fifo_read
CC-MAIN-2021-04
en
refinedweb
Hello! I post a lot of things on Twitter and it’s basically impossible for anyone except me to keep with them, so I thought I’d write a summary of everything I posted on Twitter in 2020 so far. A lot of these things I eventually end up writing about on the blog, but some of them I don’t, so I figured I’d just put every...
https://jvns.ca/blog/2020/07/10/twitter-summary-from-2020-so-far/
CC-MAIN-2021-04
en
refinedweb
historic_twitterhistoric_twitter The twitter api is restricted to maximum two weeks worth of data for queries. Therefore I have developed another way, which just mimics the browser behaviour and gets all the data from the specified date. If it is accessible by browser, it is accessible by this method, the only differen...
https://libraries.io/clojars/historic_twitter
CC-MAIN-2021-04
en
refinedweb
DigitalOcean JSDigitalOcean JS JavaScript library for the DigitalOcean API. For use in Node or the browser. GoalsGoals This library was built with a few goals in mind: - Be able to use in a Node or Browser environment with no difference in usage. - Use Promises instead of callbacks so clients can make use of async/ awa...
https://libraries.io/npm/digitalocean-js
CC-MAIN-2021-04
en
refinedweb
URI encoding and decoding functions according to RFC 3986, implemented on top of JavaScript's builtin encodeURIComponent and decodeURIComponent. This library also contains support for encoding and decoding according to application/x-www-form-urlencoded. Installation Install js-uri with Spago: spago install js-uri Quick...
https://pursuit.purescript.org/packages/purescript-js-uri/1.0.0
CC-MAIN-2021-04
en
refinedweb
Why is receiving voicemails still such a pain in 2015? With landlines you need to deal with overpriced and outdated hardware. On mobile phones you need to call a number, enter a password, and sift through the voicemails until you reach the one you want. Wouldn’t it be easier to just receive a text message to listen to ...
https://www.twilio.com/blog/create-a-standalone-voicemail-using-java-and-twilio-html
CC-MAIN-2019-51
en
refinedweb
A Wagtail add-on for managing tags. Project description Wagtail Tag Manager (WTM for short) is a Wagtail addon that allows for easier and GDPR compliant administration of scripts and tags. Disclaimer This package attempts to ease the implementation of tags by the new ePrivacy rules as defined by the European Union. I u...
https://pypi.org/project/wagtail-tag-manager/0.0.3/
CC-MAIN-2019-51
en
refinedweb
This section will illustrate how the API can be utilized by various clients. Super Fast Purger specific headers are required to specify authentication and the targeted cache group. The optional HTTP 1.1 headers used by the Super Fast Purger are as listed below. The mandatory headers used by the Super Fast Purger are as...
https://docs.varnish-software.com/varnish-administration-console/super-fast-purger/usage/
CC-MAIN-2019-51
en
refinedweb
INTERNATIONAL TRADE POLICY The last decade has been witness to far-reaching and significant developments in international trade policy. At the multilateral level of trade these have included the conclusion of the Uruguay Round of trade negotiations and the creation of the World Trade Organisation. At the regional level...
https://ar.b-ok.org/book/686687/f6c191
CC-MAIN-2020-10
en
refinedweb
Django queries – id vs pk When writing django queries one can use both id/pk as query parameters. Object.objects.get(id=1) Object.objects.get(pk=1) I know that pk stands for Primary Key and is just a shortcut, according to django's documentation. However it is not clear when one should be using id or pk. Solutions/Answ...
https://loitools.com/blog/django-queries-id-vs-pk/
CC-MAIN-2020-10
en
refinedweb
visited Aswan in December 2011 as part of a 5 week stay in Egypt. When booking all the accommodation and mini tours we did throughout Egypt I found Aswan Individual on TA. From the moment I read about this great project and the adventures of others at Elephantine Island I knew we had to do this. So I contacted Petra D...
https://www.tripadvisor.com/ShowUserReviews-g294204-d1951355-r135214626-Aswan_Individual_Daily_Tour-Aswan_Aswan_Governorate_Nile_River_Valley.html
CC-MAIN-2020-10
en
refinedweb
Developed by MS Open Tech, a subsidiary of Microsoft, ActorFx intends to offer a “non-prescriptive, language-independent model of dynamic distributed objects.” The model is divided into two components, the actor itself and its data storage. These are represented by the interfaces IActor and IActorState. State Managemen...
https://www.infoq.com/news/2013/02/ActorFx/?itm_source=presentations_about_ActorFx&itm_medium=link&itm_campaign=ActorFx
CC-MAIN-2020-10
en
refinedweb
A module for 3D semantic segmentation in point clouds PointSIFT A SIFT-like Network Module for 3D Point Cloud Semantic Segmentation. PointSIFT is a semantic segmentation framework for 3D point clouds. It is based on a simple module which extract featrues from neighbor points in eight directions. Installation In our exp...
https://pythonawesome.com/a-module-for-3d-semantic-segmentation-in-point-clouds/
CC-MAIN-2020-10
en
refinedweb
Developing For Virtual Reality: What We Learned. Developing For Virtual Reality VR is one of the most stimulating and exciting new fields to develop for. It gives creators the freedom to bring their ideas to life. Any developer can create content for VR. The only requirement is a yearning for innovation and problem-sol...
https://www.smashingmagazine.com/2016/09/developing-for-virtual-reality-what-we-learned/
CC-MAIN-2020-10
en
refinedweb
Defines a stage of a panoramic experience. More... #include <PanoramicStage.h> Defines a stage of a panoramic experience. What and how to be played and how to move from one stage to the next one. Image stage data. The media layout. The media type. Movie stage data. An optional name. Collects all stage navigations to sw...
https://www.unamedia.com/ue4-stereo-panoramic-player/api/class_u_panoramic_stage.html
CC-MAIN-2021-17
en
refinedweb
KoboshiKoboshi A library we use extensively at Wix for resilient caching of any configuration/resources that a service may need to rely on, but are obtained from an unreliable source (such as other internal services, databases, or any other remote source). A Highly Available Single Element Cache - When your application...
https://index.scala-lang.org/wix/koboshi/koboshi/0.0.4?target=_2.11
CC-MAIN-2021-17
en
refinedweb
. In December 2015, Apple open sourced Swift at and made binaries available for Linux as well as OS X. The content in this chapter can be run on either Linux or OS X, but the remainder of the book is either Xcode-specific or depends on iOS frameworks that are not open source. Developing iOS applications requires Xcode ...
https://www.packtpub.com/product/swift-essentials-second-edition/9781785888878
CC-MAIN-2021-17
en
refinedweb
I am getting the below error when i try to set a hash value to the parent url from iframe which contains another domain url: Unsafe JavaScript attempt to access frame with URL "URL1" from frame with URL "URL2". Domains, protocols and ports must match. How can I fix this problem? From a child document of different origi...
https://javascriptinfo.com/view/47762/unsafe-javascript-attempt-to-access-frame-with-url
CC-MAIN-2021-17
en
refinedweb
get an event when something is done [SOLVED] On 19/05/2015 at 03:20, xxxxxxxx wrote: Hi all, I'm working on a Modal Dialog Plungin. And I whant to change my Plugin-Dialog when a object or a Tag is selectet while the Dialog is open. I've found thomething in the SDK under "Continuous polling" But I dont know what and whe...
https://plugincafe.maxon.net/topic/8753/11492_get-an-event-when-something-is-done-solved
CC-MAIN-2021-17
en
refinedweb
- Key: DDSXTY13-2 - Status: closed - - Disposition: Resolved — DDS-XTypes 1.3 - Disposition Summary: Use the same hash algorithm specified for the TypeObject (Minimal) The (normative) IDL for the TypeObject (Minimal Representation) already requires hashing of member names. This is exercised in the (non-normative) examp...
https://issues.omg.org/issues/DDSXTY13-2
CC-MAIN-2021-17
en
refinedweb
The basics of Python programming for machine learning. Repository · Notebook 📬 Receive new lessons straight to your inbox (once a month) and join 20K+ developers in learning how to responsibly deliver value with ML. Variables Variables are containers for holding data and they're defined by a name and value. 5 Tip Here...
https://madewithml.com/courses/basics/python/
CC-MAIN-2021-17
en
refinedweb
In-Depth Entropy Minimization is a new clustering algorithm that works with both categorical and numeric data, and scales well to extremely large data sets. Data clustering is the process of placing data items into different groups (clusters) in such a way that items in a particular group are similar to each other and ...
https://visualstudiomagazine.com/articles/2013/02/01/data-clustering-using-entropy-minimization.aspx
CC-MAIN-2021-17
en
refinedweb
Layers with the same name? I store the layer of objects using the layer name in an external file. However, if layers do not have unique names, restoring the info (due to layers with the same name) will go wrong. Is there another way, besides layerdata, to get the correct layer? I do not want to use the layerdata, becau...
https://plugincafe.maxon.net/topic/12104/layers-with-the-same-name
CC-MAIN-2021-17
en
refinedweb
.. . Tutorial ================ This tutorial walks you through some of the fundamental Airflow concepts, objects, and their usage while writing your first pipeline. Example Pipeline definition --------------------------- Here is an example of a basic pipeline definition. Do not worry if this looks complicated, a line b...
https://airflow.apache.org/docs/apache-airflow/1.10.4/_sources/tutorial.rst.txt
CC-MAIN-2021-17
en
refinedweb
t:ANIMATEMOTION Element | animateMotion Object This topic documents a feature of HTML+TIME 2.0, which is obsolete as of Windows Internet Explorer 9. Animates the position of an element over time. Members Table The following table lists the members exposed by the animateMotion object.Attributes/PropertiesEventsMethodsOb...
http://msdn.microsoft.com/en-us/library/ms533593.aspx
CC-MAIN-2013-20
en
refinedweb
LDAP-based Spring Security Implementation for SaaS, Page 2 LDAP-based Security Implementation Another option for enterprise applications is to use an LDAP-based security implementation. In case of SaaS-based applications, a number of approaches can be used to implement a multi-tenant data architecture: - Single LDAP Se...
http://www.developer.com/java/ent/ldap-based-spring-security-implementation-for-saas.html
CC-MAIN-2013-20
en
refinedweb
Hibernate code - Hibernate Hibernate code firstExample code that you have given for hibernate... me any error or exception.console gives the same as u have shown in tutorial... Hi I could reply better, first of all you tell me HIBERNATE HIBERNATE How u connects database using hibernate 3.0? Where you have written the ...
http://www.roseindia.net/tutorialhelp/comment/158
CC-MAIN-2013-20
en
refinedweb
I am fairly new to this list and have just been lurking so far, but here are my thoughts. I used to be an active HyperCard user. In fact, at one time I lead a fee-based support group at Apple which among other things, supported HyperCard. I would love a tool that was as easy to use but offered more power. PythonCard se...
http://sourceforge.net/mailarchive/forum.php?forum_name=pythoncard-users&max_rows=25&style=nested&viewmonth=200110&viewday=20
CC-MAIN-2013-20
en
refinedweb
//I replace the IF statement I have, or add another? The goal is to just get the response to say Goodbye //when I type Exit or exit. Right now it responds the same as when I type in any string. //I read the input, do the output, but maybe only then test for "exit"? //Would I be better off with a While loop vs a Do Whil...
http://www.dreamincode.net/forums/topic/81703-making-an-if-statement-work-in-a-while-loop/
CC-MAIN-2013-20
en
refinedweb
what is package and how its creates,and advantage also.....? Java what is Package A package is a namespace that organizes a set of related classes and interfaces. Advantages: Advantages of Packages 1)Anyone can easily determine which files are related. 2)Name space collision is minimized. 3)One can allow types in one p...
http://www.roseindia.net/answers/viewqa/Java-Interview-Questions/16515-java.html
CC-MAIN-2013-20
en
refinedweb
Package and launch your app Just a few steps left to get your app up and running! Create your config.xml file The BlackBerry WebWorks config.xml file contains the information needed for your app to run on a BlackBerry PlayBook. It provides information such as: - Application namespace - Name of the app - Application per...
http://developer.blackberry.com/html5/documentation/package_and_launch_your_app_playbook.html
CC-MAIN-2013-20
en
refinedweb
On 01/23/2012 06:20 AM, Cyrill Gorcunov wrote:> +> +static unsigned long cookies[KCMP_TYPES][2] __read_mostly;> +> +static long kptr_obfuscate(long v, int type)> +{> + return (v + cookies[type][0]) ^ cookies[type][1];> +}> +Arf... when I said to use xor I meant instead of the add, not instead ofthe multiply, so: return...
http://lkml.org/lkml/2012/1/23/219
CC-MAIN-2013-20
en
refinedweb
I have a programing question that reads: Write a functional decomposition and a C++ program that reads a time in numeric form and prints it in English. The time is input as hours and minutes, separated by a space. Hours arespecified in 24-hour time(14 is 2 pm, etc.), but the output should be in 12-hour AM/PM form. Note...
http://www.dreamincode.net/forums/topic/21443-c-switch-statement-program-problem/
CC-MAIN-2013-20
en
refinedweb
29 July 2008 17:02 [Source: ICIS news] LONDON (ICIS news)--Players in the European styrene market are gambling on a potentially lucrative arbitrage window from Asia into the region despite the potential for losses on the long shipping period, market participants said on Tuesday. Traders and brokers reported that upward...
http://www.icis.com/Articles/2008/07/29/9048481/europe-traders-risk-asia-styrene-arbitrage.html
CC-MAIN-2013-20
en
refinedweb
Search: Search took 0.04 seconds. - 24 Nov 2012 11:22 AM I've changed my code (without "()"), but the problem is present again... I've also used your example Ext.Msg.alert('Hello', 'Hi'); but no message on display.... - 24 Nov 2012 11:15 AM - Replies - 3 - Views - 299 If i don't use ui="round" the problem is not presen...
http://www.sencha.com/forum/search.php?s=22e907418a196834ec8133bff3b5146e&searchid=3107141
CC-MAIN-2013-20
en
refinedweb
Here are some short examples that have provided unexpected results for intermediate-level Python programmers. Add new examples by copying and editing the following sample. Edit your code so it is short and does nothing more than illustrate your problem. Often programming problems are solved by making the effort to crea...
http://wiki.python.org/moin/Intermediate%20Conundrums
CC-MAIN-2013-20
en
refinedweb
20 April 2012 12:25 [Source: ICIS news] SHANGHAI (ICIS)--?xml:namespace> The 100,000 tonne/year unit at Assaluyeh achieved commercial production last week, said Ramezan Oladi, director of planning and development with Iran's National Petrochemical Co (NPC), at the sidelines of Chinaplas, a four-day exhibition in "Part ...
http://www.icis.com/Articles/2012/04/20/9552444/chinaplas-12-irans-jam-begins-exports-from-butene-1-unit.html
CC-MAIN-2013-20
en
refinedweb
Here is my code: public class eggs { static int pick; //Constructor public eggs (int newPick) { pick = newPick; } eggs egg = new eggs(); A constructor must have the same name as the class: public class Eggs { private int pick; //Constructor public Eggs (int newPick) { pick = newPick; } public Eggs () { } } Note that I ...
https://codedump.io/share/ID2ORVHlbabM/1/error-constructor-cannot-be-applied-to-given-types
CC-MAIN-2017-13
en
refinedweb
the IDictionary<TKey, TValue> is a key/value pair, System; using System.Collections.Generic; public class Example { public static void Demo(System.Windows.Controls.TextBlock outputBlock) { // Create a new dictionary of strings, with string keys, // and access it through the IDictionary generic interface. IDictionary. ...
https://msdn.microsoft.com/en-us/library/s4ys34ea(v=vs.96).aspx
CC-MAIN-2017-13
en
refinedweb
Components are reusable pieces of functionality that can be invoked via a controller or react to controller events. This are a great way to re-use code between controllers, such as with pagination, searching, emailing, etc. Import the components and include them in the Meta.components property on your controller, like ...
http://ferris-framework.appspot.com/docs21/users_guide/components.html
CC-MAIN-2017-13
en
refinedweb
In reality, it asks you if you want to quit yet after every question. I'd rather the user was able to just answer questions uninterupted untill they wanted to quit... I have looked into detecting keystrokes to add something like being able to push 'X' at any time to exit, but that seems to be advanced stuff. I was thin...
http://www.dreamincode.net/forums/topic/137941-smoother-exit-ideas/
CC-MAIN-2017-13
en
refinedweb
If I had the following code: for x in range(10): print x 1 2 etc.. One way is to use the carriage return ( '\r') character to return to the start of the line without advancing to the next line: for x in range(10): print '{0}\r'.format(x), print The comma at the end of the print statement tells it not to go to the next ...
https://codedump.io/share/YJJaXgkAWL27/1/python-how-to-overwrite-the-previous-print-to-stdout
CC-MAIN-2017-13
en
refinedweb
.NET client library. For help setting up the .NET client library, check out the Getting Started Guide. If you're interested in understanding more about the underlying protocol that the .NET client library uses to interact with YouTube, see the protocol guide. Contents - About this document - Getting started - Authenti...
https://developers.google.com/youtube/2.0/developers_guide_dotnet
CC-MAIN-2017-13
en
refinedweb
Arnaud- I hope we can both agree to move this discussion to jdom-interest@jdom.org from now on - I am sure lots of people are tired of hearing us already ;-) > > So, if the DOM is "ridiculously complex", JDOM appears to be > ridiculously simple... Sorry, I couldn't resist. ;-) This is sort of the crux of your comments ...
http://mail-archives.apache.org/mod_mbox/cocoon-dev/200004.mbox/%3C3908BAB0.E59EF24C@gte.net%3E
CC-MAIN-2017-13
en
refinedweb
I have a set of two hours ranges 10 PM - 02 AM 01 AM - 08 AM private Interval createInterval(final OpeningClosingTimesEntry entry) { LocalDateTime openingHour = LocalDateTime.fromDateFields(entry.getOpenTime()); LocalDateTime closingHour = LocalDateTime.fromDateFields(entry.getCloseTime()); if(closingHour.isBefore(open...
https://codedump.io/share/M2ws6ZDnwbje/1/find-if-two-hours-ranges-overlap-regardless-of-the-date
CC-MAIN-2017-13
en
refinedweb
Perhaps. First, my dbsettings project just gained a comprehensive test suite, which means it’s finally in a complete condition. Unless somebody has major features or bugs, it’s done. Second, I finally published my first crack at a patch for pluggable FileField backends. There’s no documentation yet, but if you’re inter...
https://www.martyalchin.com/2007/sep/7/my-very-own-mini-sprint/
CC-MAIN-2017-13
en
refinedweb
I have gotten lots of good comments on my series updating my Mix09 talk “building business applications with Silverlight 3”. Some customers have asked about the “live” version I have running on one of Scott Haneslman’s servers (thanks Scott!) The demo requires (all 100% free and always free): - VS2008 SP1 (Which includ...
https://blogs.msdn.microsoft.com/brada/2009/07/22/business-apps-example-for-silverlight-3-rtm-and-net-ria-services-july-update-part-9-poco-and-authentication-provider/
CC-MAIN-2017-13
en
refinedweb
Since the beginning of the RIA Services project, a primary tenet was to propagate validation rules defined on the server up to the client, integrating the validation directly into the Silverlight UI. This came to fruition with RIA Services v1.0 and you can in fact apply an attribute to your model on the server and auto...
http://jeffhandley.com/archive/2010/09/30/RiaServicesValidationAttributePropagation.aspx
CC-MAIN-2017-13
en
refinedweb
bos@grastorpsik.se changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED | --- Comment #7 from bos@grastorpsik.se 2010-08-09 22:41:40 EDT --- This bug (namespace polluting) still exists in 2.3.6 (out-of-the-box configuratio...
http://mail-archives.apache.org/mod_mbox/httpd-bugs/201008.mbox/%3C201008100241.o7A2fj2s019999@thor.apache.org%3E
CC-MAIN-2017-13
en
refinedweb
AxKit::App::TABOO::Data::Category - Category Data objects for TABOO use AxKit::App::TABOO::Data::Category; $cat = AxKit::App::TABOO::Data::Category->new(@dbconnectargs); $cat->load(what => '*', limit => {catname => 'kitten'}); It is often convenient to lump articles together in categories. People do that to organize su...
http://search.cpan.org/~kjetilk/AxKit-App-TABOO-0.52/lib/AxKit/App/TABOO/Data/Category.pm
CC-MAIN-2017-13
en
refinedweb
Hi all, I'm working through the java tutorials on sun.com and trying to create a card class and a deck class which populates with card objects. Having trouble getting things running and I'm not sure where the problem is, pasted below are the card class and deck class, I'd appreciate if someone could take a look and let...
https://www.daniweb.com/programming/software-development/threads/300789/help-with-card-deck-class
CC-MAIN-2017-13
en
refinedweb
Real Estate Investment & Finance (Key Concepts) > Preview The flashcards below were created by user MichelleZahn on FreezingBlue Flashcards . Get the free mobile app Take the Quiz Learn more List the seven valuation criteria specific to real property. (page 1-3) There are seven valuation criteria specific to real prope...
https://www.freezingblue.com/flashcards/print_preview.cgi?cardsetID=6253
CC-MAIN-2017-13
en
refinedweb
locale - set program locale #include <locale.h> char *setlocale(int category, const char *locale); The setlocale() function selects the appropriate piece of the programs locale, as specified by the category and locale arguments, and may be used to change or query the programs entire locale or portions thereof. The valu...
http://manpages.sgvulcan.com/setlocale.3p.php
CC-MAIN-2017-13
en
refinedweb
If you have used arcpy in ArcGIS for some time, you might have noticed that not all of those operations that are accessible to you via the user interface in ArcMap are exposed as functions and methods in arcpy. It was not designed to be a complete replacement for ArcObjects or an attempt at creating a function, method,...
https://tereshenkov.wordpress.com/2016/01/16/accessing-arcobjects-in-python/
CC-MAIN-2017-43
en
refinedweb
Announcing the Blockstack Token Whitepaper Today we’re excited to release the Blockstack Token Whitepaper — a deep dive into the Blockstack Token, including how it works and the impact it will have on growing the Blockstack ecosystem. This whitepaper details a substantial upgrade for the Blockstack network — one that i...
http://blockstack.ghost.io/announcing-the-blockstack-token-whitepaper/
CC-MAIN-2017-43
en
refinedweb
hi everybody! I am trap in a problem related to structure. I am working in the project in which I am devleoping a DLL in C++ using VC++ editor. The code I am using is as follow: //This is header file typedef struct{ static char szOriginalAddress[0x100]; static char szRecipientAddress[0x100]; static char szFileName[0x10...
https://www.daniweb.com/programming/software-development/threads/60689/problem-regarding-static-members-in-structure
CC-MAIN-2017-43
en
refinedweb
Gift cards are a very pleasant gift, especially during the holiday season, but they also can represent a good opportunity for crooks. When dealing with gift card frauds it is possible to find a wide range of fraudulent schemes, fraudsters could exploit merchandise returns, clone, or steal the card, or hack the merchant...
http://resources.infosecinstitute.com/gift-card-frauds-a-profitable-business/
CC-MAIN-2017-43
en
refinedweb
! Please keep this My stuff out of C#. C# was perfect in 1.0. Adding different APIs for the same kind of code would make it worse. Moderation? Is this a fake marketing blog? I’m divided on this. I hope it won’t, as time goes by, make the class framework "messy" with all these different ways of accomplishing things. Non...
https://blogs.msdn.microsoft.com/somasegar/2004/09/03/oh-my/
CC-MAIN-2017-43
en
refinedweb
I keep getting an error when I compile but im almost 100% sure the code is correct. Well here is the code and error. and then the error.and then the error.Code:// trialrun.cpp // first C++ Program #include <iostream> using namespace std; int main() { cout << "Some people think programming windows" << endl << "is like n...
https://cboard.cprogramming.com/cplusplus-programming/41690-cout.html
CC-MAIN-2017-43
en
refinedweb
Bummer! This is just a preview. You need to be signed in with a Pro account to view the entire video. Implementing the Form Builder3:07 with Jason Seifer With our Form Builder class all set up, we're going to begin to implement the different form builder methods. Code Samples Create a text field: def text_field(attribu...
https://teamtreehouse.com/library/ruby-on-rails-forms/form-builders-and-rails/implementing-the-form-builder
CC-MAIN-2017-43
en
refinedweb
;Get the initial exception handler: .search_default_handler: bx,[eax+0x3C] add eax,0x78 Yes, as simple as that. Now [eax] points to the RVA of the export directory and [eax+4] to its size typedef struct _IMAGE_DATA_DIRECTORY { DWORD RVA; //EAX points here DWORD Size; } IMAGE_DATA_DIRECTORY, *PIMAGE_DATA_DIRECTORY; The...
http://syprog.blogspot.com/2011/10/stealth-import-of-windows-api.html
CC-MAIN-2017-43
en
refinedweb
import "golang.org/x/net/proxy" Package proxy provides support for a variety of protocols to proxy network data. direct.go per_host.go proxy.go socks5.go Direct is a direct proxy: one that makes network connections directly. RegisterDialerType takes a URL scheme and a function to generate Dialers from a URL with that s...
https://godoc.org/golang.org/x/net/proxy
CC-MAIN-2017-43
en
refinedweb
I just announced the new Spring Boot 2 material, coming in REST With Spring: 1. Overview Searching for different elements in a list is one of the common tasks that we as programmers usually face. From Java 8 on with the inclusion of Streams we have a new API to process data using functional approach. In this article, w...
https://www.baeldung.com/java-streams-distinct-by
CC-MAIN-2018-39
en
refinedweb
Dear hakkers, we want to inform you that a bug in Akka HTTP has been found that can be used as a Denial-Of-Service against Akka HTTP servers when using decodeRequest and decodeRequestWith directives on Akka HTTP servers. As the problem was shared publicly with us we want to give advance notice about it and provide a wo...
https://akka.io/blog/news/2018/08/30/akka-http-dos-vulnerability-found
CC-MAIN-2018-39
en
refinedweb
import std.stdio:write,writeln,writefln & std.array:join,split,replicate;import std.stdio:write,writeln,writefln & std.array:join,split,replicate;vsimport std.stdio:write,writeln,writefln,std.array:join,split,replicate; and the rule would be simple.you can import modules on a single line, seperating each with a comma. ...
https://www.mail-archive.com/digitalmars-d-announce@puremagic.com/msg36404.html
CC-MAIN-2018-39
en
refinedweb
Error executing generated query in SQLExplorerAhmed Elmeswari Feb 24, 2010 3:06 PM Hello, I have a view model generated from a source model from an Oracle Database. There is no custom transformation involved. Every table in the source model has a corresponding table in the view model. I have created a VDB selecting bot...
https://developer.jboss.org/thread/148596
CC-MAIN-2018-39
en
refinedweb
This is an example of a plug-in which can be dynamically loaded into stellarium. #include <LogBook.hpp> This is to be used with plugins to display a configuration dialog from the plugin list window. Reimplemented from StelModule. Reimplemented from StelModule. It handles determining if we should do anything - based on ...
http://stellarium.org/doc/0.18/classLogBook.html
CC-MAIN-2018-39
en
refinedweb
Combo Box Combo Box Combo Box Combo Box Class Definition Represents a selection control with a drop-down list that can be shown or hidden by clicking the arrow on the control. public ref class ComboBox : System::Windows::Controls::Primitives::Selector [System.Windows.Localizability(System.Windows.LocalizationCategory.C...
https://docs.microsoft.com/en-us/dotnet/api/system.windows.controls.combobox?redirectedfrom=MSDN&view=netframework-4.7.2
CC-MAIN-2018-39
en
refinedweb
Opened 4 years ago Closed 4 years ago Last modified 4 years ago #26215 closed Bug (fixed) FloatRangeField/IntegerRangeField with None as a range boundary doesn't round trip in serialization Description (last modified by ) - FloatRangeField db data == None - ./manage dumpdata - ./manage loaddata Conversion problem. acce...
https://code.djangoproject.com/ticket/26215
CC-MAIN-2020-24
en
refinedweb
![if !IE]> <![endif]> Atomic Updates of Variables The Windows API provides a large number of atomic operations, which are referred to in Windows terminology as interlocked functions. For the full list of functions, refer to the Windows documentation. An example of one such function is InterlockedExchangeAdd(), which at...
https://www.brainkart.com/article/Atomic-Updates-of-Variables_9485/
CC-MAIN-2020-24
en
refinedweb
Applying machine learning in embedded systems Machine learning has evolved rapidly from an interesting research topic to an effective solution for a wide range of applications. Its apparent effectiveness has rapidly accelerated interest from a growing developer base well outside the community of AI theoreticians. In so...
https://www.embedded.com/applying-machine-learning-in-embedded-systems/
CC-MAIN-2020-24
en
refinedweb
Until the CAS negotiation is over, an HPT can be allocated on three different paths: 1) during machine reset if the host doesn't support radix, 2) during CAS if the guest wants hash and doesn't support HPT resizing, in which case we pre-emptively resize the HPT to accomodate maxram, 3) during CAS if no CAS reboot was r...
https://lists.gnu.org/archive/html/qemu-ppc/2020-02/msg00167.html
CC-MAIN-2020-24
en
refinedweb
Can't use the `serialport` module (building for electron) Hello, I’m trying to use the serialportmodule from npm, but it doesn’t work. The error can be reproduced by creating a blank quasar project, npm install serialport, and adding this to Index.vue: import * as serialport from 'serialport' console.log('serialport:',...
https://forum.quasar-framework.org/topic/4173/can-t-use-the-serialport-module-building-for-electron/
CC-MAIN-2020-24
en
refinedweb
ASP.NET Core 2 reintroduced Razor. If this humble markup first exposed in 2010 allowing developers to embed C# and VB.NET into web pages failed to impress, the redesigned version just might. Imagine all the things developers adored about Web Forms, Model-View-Controller (MVC), and data-bound templating rolled up into o...
https://www.red-gate.com/simple-talk/dotnet/net-development/razor-redux/
CC-MAIN-2020-24
en
refinedweb
Coding authentication logic# Note Acquaintance with custom scripts is required in order to handle new authentication methods in Casa. This demands Python and HTML skills. Knowledge of Java Server Faces is a plus. Casa workflow# Casa's authentication workflow consists of a main custom script that determines which authen...
https://gluu.org/docs/casa/developer/authn-methods/authn-logic/
CC-MAIN-2020-24
en
refinedweb
Lxd - the container hypervisor The high level goals of this blueprint are: 1. to have a fully usable lxc/lxd experience 2. to be able to drive lxd containers through the command line and openstack 3. to be able to run systemd-based containers 4. to make user namespace-protected containers more useful 5. to go even beyo...
https://blueprints.launchpad.net/ubuntu/+spec/lxd
CC-MAIN-2020-24
en
refinedweb
Yes that's good advice. Yes that's good advice. Try quick sort and count the sorts? use bubble sort and count the sort. yes salem is right. Goodbye man. . . You have left behind a legacy . . . First in your family and second in your teachings. Seems logical. Yes, you can, but I disagree with post #2, second part. An im...
https://cboard.cprogramming.com/search.php?s=b2fd929d72bd51c0372fa8a64e2d8bc0&searchid=4922572
CC-MAIN-2020-24
en
refinedweb
Problem You need to copy the contents of one vector into another. Solution There are a couple of ways to do this. You can use a copy constructor when you create a vector, or you can use the assign member function. Example 6-3 shows how to do both. Example 6-3. Copying vector contents #include #include #include #include...
https://flylib.com/books/en/2.131.1/copying_a_vector.html
CC-MAIN-2020-24
en
refinedweb
#include <tcl.h> Tcl_Main(argc, argv, appInitProc) Tcl_SetMainLoop(mainLoopProc) master in its master interpreter the Tcl variables argc, argv, argv0, and tcl_interactive, as described in the documentation for tclsh. When it has finished its own initialization, but before it processes commands, Tcl_Main calls the proce...
http://www.linuxmanpages.com/man3/Tcl_Main.3.php
crawl-003
en
refinedweb
#include <glob.h> int glob(const char *pattern, int flags, int errfunc(const char *epath, int eerrno), glob_t *pglob); void globfree(glob_t *pglob); The globfree() function frees the dynamically allocated storage from an earlier call to glob(). The results of a glob() call are stored in the structure pointed to by pglo...
http://www.linuxmanpages.com/man3/glob.3.php
crawl-003
en
refinedweb
CMake:How To Write Platform Checks From KitwarePublic If you want to write software which compiles and runs on different operating systems, you have to take care for the special properties of the different platforms. On different operating systems there are subtle differences, e.g. on FreeBSD you should not use malloc....
http://www.itk.org/Wiki/CMake_HowToDoPlatformChecks
crawl-003
en
refinedweb
Besides understanding the more mundane aspects of C# and the .NET framework, you need to be well familiar with .NET REMOTING, Database (MS SQL), .NET Cryptography, SOAP, XML, ASP.NET and ADO.NET to follow this article and the corresponding code easily. Familiarity with the financial world is advantageous.Objective The ...
http://www.c-sharpcorner.com/UploadFile/abebeassefa/DemoNetworkSysCaseStudy11292005001918AM/DemoNetworkSysCaseStudy.aspx
crawl-003
en
refinedweb