text
stringlengths
20
1.01M
url
stringlengths
14
1.25k
dump
stringlengths
9
15
lang
stringclasses
4 values
source
stringclasses
4 values
Your V-Play Sample Launcher App download has started! This app allows you to quickly test and run all the open-source examples and demo games available with the V-Play SDK. The V-Play Gaming Components are available with the following import statement in your QML file: import VPlay 2.0 This is a list of all the V-Play ...
http://v-play.net/doc/vplay-group/
CC-MAIN-2015-14
en
refinedweb
20 July 2005 16:39 [Source: ICIS news] ?xml:namespace> Degussa Sanzheng (Yingkou) Fine Chemicals will be owned 65% by Degussa and 35% by Liu Zhixun. YSFC is a major CYC producer with significant experience in the markets of The joint venture will operate primarily in Bernhard Hofmann, head of Degussa's fine & industria...
http://www.icis.com/Articles/2005/07/20/2002665/degussa-chinas-yingkou-sanzheng-in-cyanuric-chloride-jv.html
CC-MAIN-2015-14
en
refinedweb
Class Metadata Caching A lot of frameworks are building off of simple Annotations or dynamic invocation, basically extensions per Class instance. To avoid re-mining this data, we attempt to cache it. This works fine, except when we deal with hot deploys or restarts with statically scoped caches. Keeping reference to so...
https://weblogs.java.net/blog/jhook/archive/2006/12/class_metadata.html
CC-MAIN-2015-14
en
refinedweb
Switch our complete calendar on and off alongside your private calendar IUI is the annual meeting of the intelligent interfaces community and serves as the principal international forum for reporting outstanding research and development on intelligent user interfaces. For other calendar software, simply import this URL...
https://www.interaction-design.org/calendar/iui_2013_-_international_conference_on_intelligent_user_interfaces.html
CC-MAIN-2015-14
en
refinedweb
Download Button - JSP-Servlet Download Button HI friends, This is my maiden question at this site. I am doing online banking project, in that i have "mini statement" link. And i want the Bank customers to DOWNLOAD the mini statement. Can any one help me project guidance - JSP-Servlet form, can anyone guide me through t...
http://www.roseindia.net/tutorialhelp/comment/86119
CC-MAIN-2015-14
en
refinedweb
: :On Wed, Feb 09, 2005 at 09:38:15PM -0800, Matthew Dillon wrote: :> In fact, *ALL* VOP or VFS ops that specify a file path have the same :> ability to distinguish between namespaces as VOP ops that pass namecache :> pointers, because path ops will also have access to the related namecache :> pointer. : :Matt, shouldn...
http://leaf.dragonflybsd.org/mailarchive/kernel/2005-02/msg00080.html
CC-MAIN-2015-14
en
refinedweb
Model-Based Design Dilemma 15 Posted by Guy Rouleau, I am currently working on a model and I have a dilemma. There are two ways I could model my system. I need you to tell me which approach is best and why. I need your help! The Goal I am building a model to drive a small robot made of Lego blocks. The system is simila...
http://blogs.mathworks.com/seth/2011/12/27/model-based-design-dilemma/
CC-MAIN-2015-14
en
refinedweb
celServerEventData Class Reference The data about a server event. More... #include <physicallayer/nettypes.h> Detailed Description The data about a server event. Definition at line 302 of file nettypes.h. Member Data Documentation The persistent data of the event. Definition at line 318 of file nettypes.h. The time at ...
http://crystalspace3d.org/cel/docs/online/api-1.4.1/classcelServerEventData.html
CC-MAIN-2015-14
en
refinedweb
TF-Graphs-Designs __NUMBEREDHEADINGS__ This page lists designs which can be used to address the Highlighted Uses Cases. It started from Sandro's "three solutions" email. Contents - 1 TriG/state - 2 TriG/equals - 3 Graph Objects - 4 Graph Datatypes - 5 Relation Flag - 6 Typed Labels 1 TriG/state One solution is to use T...
http://www.w3.org/2011/rdf-wg/wiki/index.php?title=TF-Graphs-Designs&oldid=1882
CC-MAIN-2015-14
en
refinedweb
Choosing an Availability Method for Data in Link Targets Updated: March 28, 2003 Applies To: Windows Server 2003, Windows Server 2003 R2, Windows Server 2003 with SP1, Windows Server 2003 with SP2 As you design your namespace, you need to identify link targets whose data must be highly available. must replicate the fil...
https://technet.microsoft.com/en-us/library/cc784520(v=ws.10).aspx
CC-MAIN-2015-14
en
refinedweb
I apologize as this report is late due to several back to back conferences through September. At this meeting, the most important thing was to address as many of the National Body (NB) Comments from the draft C++14 CD possible. This will enable us to be in good shape for the release of C++14 in 2014. Please look at my ...
https://www.ibm.com/developerworks/community/blogs/5894415f-be62-4bc0-81c5-3956e82276f3/entry/the_view_form_the_c_standard_meeting_september_2013_part_1?lang=en
CC-MAIN-2015-14
en
refinedweb
OData v4.0 Committee Specification with Data Models, URL Components, CSDL, Vocabulary and Annotation OData v4.0 has been recently approved as a Committee Specification (CS) by OASIS Open Data Protocol technical committee and is available in 3 parts. OData includes an ability to make use of REST based data services to a...
http://www.infoq.com/news/2013/09/odata-4-committee-specification
CC-MAIN-2015-14
en
refinedweb
Here is how to write Asynchronous method, an Async await example in Asp.net MVC What is Asynchronous programming? Asynchronous programming is writing code in a way that will allow multiple things to occur in application at the same time without blocking the GUI, or waiting for other task to complete. Asynchronous calls...
https://www.webtrainingroom.com/aspnetmvc/async-task
CC-MAIN-2021-49
en
refinedweb
Custom scalars GraphQL standard describes plenty of default GraphQL scalars: Int, String or Boolean to name a few. But what when those types are not enough for our API? This is where custom scalars enter the stage, enabling better control on how Python objects and values are represented in GraphQL query inputs and resu...
https://ariadnegraphql.org/docs/scalars
CC-MAIN-2021-49
en
refinedweb
Created on 2018-02-12 12:06 by dilyan.palauzov, last changed 2018-03-17 18:07 by r.david.murray. This issue is now closed. diff --git a/Lib/distutils/command/sdist.py b/Lib/distutils/command/sdist.py --- a/Lib/distutils/command/sdist.py +++ b/Lib/distutils/command/sdist.py @@ -251,14 +251,11 @@ class sdist(Command): fo...
https://bugs.python.org/issue32829
CC-MAIN-2021-49
en
refinedweb
one at a time. If we have to implement this manually then it will be a tedious and error prone process.In Angular 1 we have ng-repeat directive to work with a collection of items.It creates a new template for every item in the collection. Angular 2 doesn’t have ng-repeat but has a new directive ngFor for working with ...
https://codecompiled.com/angularjs/page/3
CC-MAIN-2021-49
en
refinedweb
Lab 11: Macros, Tail Recursion, Regular Expressions Due by 11:59pm on Tuesday, August 3. Starter Files Download lab11. #. Regular Expressions Regular expressions are a way to describe sets of strings that meet certain criteria, and are incredibly useful for pattern matching. The simplest regular expression is one that ...
https://inst.eecs.berkeley.edu/~cs61a/su21/lab/lab11/
CC-MAIN-2021-49
en
refinedweb
Posts1,768 Joined Last visited Days Won158 Content Type Profiles Forums Store Showcase Product ScrollTrigger Demos Downloads Everything posted by Rodrigo - Honestly I'd do my best to accommodate both instances to update the X value on the slides parent container and do some math in order to update the value from the ha...
https://staging.greensock.com/profile/9252-rodrigo/content/page/2/
CC-MAIN-2021-49
en
refinedweb
Dependency property is just a normal CLR property with extra features added.Some of these features are related to: - Animation - Data binding - Styles There elements such as TextBox ,Label and other controls are dependency properties.If the normal CLR property doesn’t meet your requirements then you can define a depend...
https://codecompiled.com/dependency-property-wpfdependency-property-in-wpf-tutorial
CC-MAIN-2021-49
en
refinedweb
:moneybag: Retail Store that runs on Ethereum This is a Smart Contract that runs on Ethereumto access the contract. In future I'll provide a web-app written in Angular 4.x. The ultimate goal is to not only produce a web-site but a complete web-platform behind it. Embedding a real-world business model into something lik...
https://xscode.com/brakmic/BlockchainStore
CC-MAIN-2021-49
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 #include <boost/math/special_functions/lambert_w.hpp> namespace boost { namespace math { template <class T> calculated-result-type lambert_w0(T z); // W0 branch, defaul...
https://www.boost.org/doc/libs/1_77_0/libs/math/doc/html/math_toolkit/lambert_w.html
CC-MAIN-2021-49
en
refinedweb
Error handling is crucial for any application. In Line-of-Business (LOB) ASP.NET applications, error handling can be implemented in multiple ways. Generally, when an application needs to perform data validations on data submitted by end-users, we implement data validations using annotations which is also known as Model...
https://www.devcurry.com/2019/03/global-error-handler-in-aspnet-core.html
CC-MAIN-2021-49
en
refinedweb
Push and Pull Configuration Modes PowerShell Team //); } // ]]> Windows PowerShell Desired State Configuration: Push and Pull Configuration Modes What are push and pull modes? The Windows PowerShell Desired State Configuration (DSC) system has two configuration modes, which are referred to as push and pull modes. Each ...
https://devblogs.microsoft.com/powershell/push-and-pull-configuration-modes/
CC-MAIN-2021-49
en
refinedweb
Java class.) #if (${PACKAGE_NAME} != "")package ${PACKAGE_NAME};#end #parse("File Header.java") public class ${NAME} { } In this template: ${PACKAGE_NAME}and ${NAME}are template variables. - The #parsedirective is used to include the other { } Per-project vs default scheme IntelliJ IDEA IntelliJ IDEA IntelliJ IDEA , P...
https://www.jetbrains.com/help/idea/2016.3/file-and-code-templates.html
CC-MAIN-2021-49
en
refinedweb
What is generic in c#? C# generics is the concept of type parameters to .NET, which allow us to write generic method that can accept any type of object as input parameter and also can specify the type for output parameter, here we learn how to use Generic methods with some real-time examples. Generics is the mechanism ...
https://www.webtrainingroom.com/csharp/generic
CC-MAIN-2021-49
en
refinedweb
std::filesystem::last_write_time From cppreference.com < cpp | filesystem 1) Returns the time of the last modification of p, determined as if by accessing the member st_mtimeof the POSIX stat (symlinks are followed) The non-throwing overload returns file_time_type::min() on errors. Parameters Return value 1) The time o...
http://asasni.cs.up.ac.za/docs/cpp/cpp/filesystem/last_write_time.html
CC-MAIN-2021-49
en
refinedweb
At 22:54 +0800 on 30 Jun (1341096874), Zhou Jacky wrote: > I re-post this from Xen-User maillist. > > I found that xen PV linux performance is very poor comparing with native > linux or HVMPV linux in some case such as system call (which will cause > context switch). > Here is a very simple sample: > > double geTime() ...
https://old-list-archives.xen.org/archives/html/xen-devel/2012-07/msg00005.html
CC-MAIN-2021-49
en
refinedweb
Transcript Gamanji: My name is Katie Gamanji, and I am one of the cloud platform engineers for American Express. Around a month ago, I joined American Express, and I am part of the team that aims to transform the current platform by embracing the cloud-native principles and making the best use of the open-source tools....
https://www.infoq.com/presentations/kubernetes-interfaces-networking-storage-mesh/?itm_source=presentations_about_opensource&itm_medium=link&itm_campaign=opensource
CC-MAIN-2021-49
en
refinedweb
meta data for this page Media Manager Namespaces Choose namespace Media Files - Media Files - Upload - Search Upload to comlab Sorry, you don't have enough rights to upload files. File - Date: - 2015/04/04 20:49 - Filename: - statement_of_accomplishment.pdf - Size: - 175KB - References for: - maldarmasood
https://www.it.lut.fi/wiki/doku.php/courses/ct60a7000/spring2016/green/greening?tab_files=upload&do=media&tab_details=view&image=courses%3Act60a7000%3Aspring2015%3A2%3Astatement_of_accomplishment.pdf&ns=comlab
CC-MAIN-2021-49
en
refinedweb
For bundle.js.org, and astro.build/play, I found that I needed a way to use SharedWorkers reliably on all browsers, so, I decided to make a miniature script that would act as a wrapper around the SharedWorker class, by default it would try to create a SharedWorker but otherwise would switch to normal web workers this m...
https://practicaldev-herokuapp-com.global.ssl.fastly.net/okikio/okikiosharedworker-sharedworkers-on-all-browsers-1ia0
CC-MAIN-2021-49
en
refinedweb
yt is. Composed of a friendly community of users and developers, we want to make it easy to use and develop — we'd love it if you got involved! import yt ds = yt.load("IsolatedGalaxy/galaxy0030/galaxy0030") ds.r[0.45:0.55,:,:].sum("cell_mass").in_units("Mjup") 9.98537989593e+12 Mjup import yt ds = yt.load("IsolatedGala...
http://yt-project.org/
CC-MAIN-2019-04
en
refinedweb
I'm tying to learn to use dapper. I have this class here: public class Member_Collection : ObservableCollection<Member> { } and I have this method in my DAL class: public static Member_Collection SqlSelectAll(string connString) { Member_Collection entityToReturn = null; using (var conn = new SqlConnection(connString)) ...
https://dapper-tutorial.net/knowledge-base/19613973/can-an-dapper-query-to-changed-to-an-observablecollection-
CC-MAIN-2019-04
en
refinedweb
#include <TransformIF.H> This implicit function is a tranformed version of the implicit function passed in the constructor. Various transformations (in 2D and 3D) are allowed including translating, scaling, and rotations. Constructor specifying the implicit function Copy constructor. Destructor. Constructor for the fac...
http://davis.lbl.gov/Manuals/CHOMBO-RELEASE-3.1/classTransformIF.html
CC-MAIN-2019-04
en
refinedweb
import incredimail to windows live mail exporting incredimail to windows live mail incredimail in windows live mail incredimail to windows live mail converter convert incredimail to windows live mail incredimail to windows live mail windows live mail to windows live mail incredimail contacts to windows live mail incred...
http://freedownloadsapps.com/mac-incredimail-to-windows-live-mail.html
CC-MAIN-2019-04
en
refinedweb
Brython is a browser-based implementation of Python 3 and transpiler that has lofty goals for the browser. It doesn't seek to live side by side with JavaScript, but wants to supplant it as the scripting language of the web. In this article, I'll investigate how it works and stacks up to JavaScript through several small...
http://www.informit.com/articles/article.aspx?p=2111677&WT.mc_id=IT_NL_Content_2013_8_14
CC-MAIN-2019-04
en
refinedweb
Question: I'm writing an equipment rental application where clients are charged a fee for renting equipment based on the duration (in days) of the rental. So, basically, (daily fee * number of days) = total charge. For instant feedback on the client side, I'm trying to use Javascript to figure out the difference in two...
http://www.toontricks.com/2018/10/tutorial-date-difference-in-javascript.html
CC-MAIN-2019-04
en
refinedweb
4.1. Layers and Blocks¶ One of the key components that helped propel deep learning is powerful software. In an analogous manner to semiconductor design where engineers went from specifying transistors to logical circuits to writing code we now witness similar progress in the design of deep networks. The previous chapte...
http://gluon.ai/chapter_deep-learning-computation/model-construction.html
CC-MAIN-2019-04
en
refinedweb
i tried to make a executable jar file.a program as follows import java.io.*; class studentmarks { String name; double engmarks,phymarks,chemmarks; double tot,avg; public studentmarks(String s,double p,double e,double c) { name=s; engmarks=e; phymarks=p; chemmarks=c; } void compute() { tot=engmarks+phymarks+chemmarks; a...
https://www.daniweb.com/programming/software-development/threads/383763/jar-file-not-opening
CC-MAIN-2019-04
en
refinedweb
Question: Banging my head against this one for a long time. On Rails 2.3.2, Ruby 1.9.1. Trying to use one form to create three objects that have these relations: class Person has_one :goat end class Goat belongs_to :person has_many :kids end class Goat::Kid belongs_to :goat end Here's a summary of the schema: Person fi...
http://www.toontricks.com/2018/11/tutorial-rails-form-with-three-models.html
CC-MAIN-2019-04
en
refinedweb
{-# LANGUAGE CPP, TypeOperators, DataKinds, PolyKinds, TypeFamilies, TemplateHaskell, GADTs, UndecidableInstances, RankNTypes, ScopedTypeVariables, FlexibleContexts #-} #if __GLASGOW_HASKELL__ < 707 {-# OPTIONS_GHC -fno-warn-name-shadowing #-} #endif ---------------------------------------------------------------------...
https://hackage.haskell.org/package/singletons-1.0/docs/src/Data-Singletons-Prelude-List.html
CC-MAIN-2016-44
en
refinedweb
Figure out which files to touch when working with spatiotemporal data. We have a lot of data that needs to be chunked by primary key, datetime, and space but we don’t want to sort through all of it whenever we just want to look at a small piece. The solution is a sidecar metadata file and a file structure organized as ...
https://pypi.org/project/Melvil/
CC-MAIN-2016-44
en
refinedweb
.localhistory.store;20 21 /**22 *23 * @author Tomas Stupka24 */25 public class LocalHistoryStoreFactory {26 27 private static LocalHistoryStoreFactory instance; 28 private static LocalHistoryStore storage;29 30 /** Creates a new instance of LocalHistoryStorageFactory */31 private LocalHistoryStoreFactory() {32 } 33 34 ...
http://kickjava.com/src/org/netbeans/modules/localhistory/store/LocalHistoryStoreFactory.java.htm
CC-MAIN-2016-44
en
refinedweb
I? View Complete Post. Now here is the weird thing. First i am running it locally on the built in vs2008 web server. I load my control in fine, do a postback from a linkbutton, locally on my machine it all works fine, no issue. However when it goes onto my host, it falls over with the message: Failed to load viewstate....
http://www.dotnetspark.com/links/38823-load-control-template-file-_controltemplatessearchareaascx.aspx
CC-MAIN-2016-44
en
refinedweb
Introspection_Spec.txt edit - Brief - outline specification for forthcoming Introspection package as posted to comp.lang.tcl (19-Mar-1999) IntroductionThe). Features - aims to provide information on 100% of the internal state of the TCL interpreter - can optionally be 'installed' to override and extend inbuilt commands...
http://wiki.tcl.tk/354
CC-MAIN-2016-44
en
refinedweb
Odoo Help This community is for beginners and experts willing to share their Odoo knowledge. It's not a forum to discuss ideas, but a knowledge base of questions and their answers. Wizard and smart button Hello everyone, Could I use smart button to open wizard??? if yes could you give me a sample example. Thanks You ca...
https://www.odoo.com/forum/help-1/question/wizard-and-smart-button-99486
CC-MAIN-2016-44
en
refinedweb
Challenging and attainable best binary option affiliate help to build self-efficacy as students perceive that they are making progress.and Peters, J. 93) Since the binary options trading illegal functions are linear in the x and y directions, 25 281286. Nonetheless, he was able to do some tasks that normally do activat...
http://newtimepromo.ru/binary-option-signals-that-work-6.html
CC-MAIN-2016-44
en
refinedweb
When working with arrays, we typically use the subscript operator ([]) to index specific elements of an array: However, consider the following IntList class, which has a member variable that is an array: Because the m_list member variable is private, we can not access it directly from variable list. This means we have...
http://www.learncpp.com/cpp-tutorial/98-overloading-the-subscript-operator/
CC-MAIN-2016-44
en
refinedweb
The description field from AD is not working to pull into custom groups 16 Replies Nov 3, 2009 at 11:43 UTC Hi Laurie, Could you give us more details on what problem you are having? Are you having problems creating new groups, or would you like to see more information pulled with AD OUs? Nov 3, 2009 at 11:52 UTC Thanks...
https://community.spiceworks.com/topic/80989-the-description-field-is-not-working-in-custom-groups
CC-MAIN-2016-44
en
refinedweb
Visual Studio 2015 is a very advanced IDE with a great number of useful options, but sometimes you may find that there are not enough features to meet your needs. Certain operations may be even more automated, or you might prefer to have more project types or languages supported. Sound familiar? If so, there is an easy...
http://www.shellsec.com/news/4425.html
CC-MAIN-2016-44
en
refinedweb
Yesterday Brian Hayes wrote a post about the distribution of primes. He showed how you could take the remainder when primes are divided by 7 and produce something that looks like rolls of six-sided dice. Here we apply the chi-square goodness of fit test to show that the rolls are too evenly distributed to mimic randomn...
http://www.johndcook.com/blog/2016/06/07/chi-square-goodness-of-fit-test-example-with-primes/
CC-MAIN-2016-44
en
refinedweb
>>. Re:derivative work? (Score:3) Yes, it absolutely does create a derivative work. It has always been understood that a link appearing in an HTML document implies that the author wishes to offer the user the opportunity to "follow" the link in order to find more information related to that word. This invitation is bas...
https://slashdot.org/story/01/06/12/1250207/smart-tags-round-two
CC-MAIN-2016-44
en
refinedweb
PHP I lost my mind in San Francisco Somewhere near PHP I got lost in: DCL Web Development Java bang statement PC Legend of the Green Dragon A Thousand Points of Light spoof publishing scripted pages on free hosts /dev/fullGCC PHP: A "users online" hack Really Long WordsEvolution of a programmer anime How to transmit in...
http://everything2.com/title/PHP?displaytype=chaos
CC-MAIN-2016-44
en
refinedweb
I'm currently making an IDE application called Moonlite. When I started coding it, I looked for good, already existing code for creating IDEs. I found nothing. So, when I was almost done with it (I'm not done with it yet, because of this framework taking all my time), I figured that I found it rather unfair that everyo...
http://www.codeproject.com/Articles/42799/Storm-the-world-s-best-IDE-framework-for-NET?fid=1550096&df=90&mpp=10&sort=Position&spc=None&tid=4324846
CC-MAIN-2013-48
en
refinedweb
Object-Oriented JavaScript Formats: save 40%! save 37%! - Learn to think in JavaScript, the language of the web browser - Object-oriented programming made accessible and understandable to web developers - Do it yourself: experiment with examples that can be used in your own scripts - Write better, more maintainable Jav...
http://www.packtpub.com/object-oriented-javascript-applications-libraries/book?tag=rk/widget1-roshan/0209
CC-MAIN-2013-48
en
refinedweb
08 March 2011 06:52 [Source: ICIS news] (adds details in paragraphs 8-10) SINGAPORE (ICIS)--?xml:namespace> Now the FPCC crackers were running 90% on naphtha and 10% on LPG, they added. “Previously the feedstock was 100% on naphtha but naphtha prices are too high because of crude,” one trader said. LPG is now a much ch...
http://www.icis.com/Articles/2011/03/08/9441576/taiwans-formosa-uses-lpg-amid-high-naphtha-prices.html
CC-MAIN-2013-48
en
refinedweb
#include <VOP_CodeVarMapper.h> VOP/VOP_Switch.C, and VOP/VOP_Switch.h. Definition at line 32 of file VOP_CodeVarMapper.h. Constructor. Destructor. Return the child context which is associated to the given key. Return NULL if no such context exists. Return the child context which is associated to the given key. If no su...
http://www.sidefx.com/docs/hdk12.0/class_v_o_p___code_var_mapper_context.html
CC-MAIN-2013-48
en
refinedweb
It is very difficult to find a convincing practical example that uses attributes that is general enough to convey the principles and ideas. If you look at the way attributes are used in C# and in the Framework you will soon discover that they have a limited application without extending the way that they behave to affe...
http://www.i-programmer.info/programming/c/972-custom-attributes.html?start=4
CC-MAIN-2013-48
en
refinedweb
13 September 2010 17:33 [Source: ICIS news] LONDON (ICIS)--French industrial gasses producer Air Liquide on Monday signed a long-term hydrogen supply agreement with Saudi Aramco for the oil giant's new grassroots refinery at Yanbu Industrial City, Saudi Arabia. Under the terms of the supply agreement, Air Liquide Arabi...
http://www.icis.com/Articles/2010/09/13/9392939/air-liquide-signs-hydrogen-supply-deal-with-saudi-aramco.html
CC-MAIN-2013-48
en
refinedweb
Using the Assert Classes Use the Assert classes of the UnitTestingFramework namespace to verify specific functionality. A unit test method exercises the code of a method in your development code, but it reports the correctness of the code's behavior only if you include Assert statements..
http://msdn.microsoft.com/en-us/library/ms182530(v=vs.120)
CC-MAIN-2013-48
en
refinedweb
Author: kenlalonde Date: Wed Nov 16 12:40:42 2005 New Revision: 3680 Modified: Webware/trunk/WebKit/HTTPResponse.py Log: I'm using apache's mod_gzip-1.3.26.1a in front of Webware. When fetching static files that are processed by Webware and mod_gzip, I noticed that the HTTP headers contained: content-length: A Content-...
http://sourceforge.net/mailarchive/message.php?msg_id=8416201
CC-MAIN-2013-48
en
refinedweb
28 September 2012 21:16 [Source: ICIS news] HOUSTON (ICIS)--The US September barge acetone contract price fully settled at a rollover, sources confirmed on Friday. The ?xml:namespace> The rollover from the August settlement came despite a late-month rise in feedstock refinery-grade propylene (RGP) spot prices. “The RGP...
http://www.icis.com/Articles/2012/09/28/9599775/us-september-barge-acetone-rolls-over-on-feedstock.html
CC-MAIN-2013-48
en
refinedweb
Hello, I'm trying to build a basic java program to test what i know. So far, it's not going anywhere.. lol See my code below, as I have 1 main class called HOUSE, and subclasses called living.. kitchen.. and whatever I have input variable like lenght and width and trying to "getarea". the result i'm getting is NULL.. a...
http://www.javaprogrammingforums.com/whats-wrong-my-code/13031-need-help-basic-matter.html
CC-MAIN-2013-48
en
refinedweb
Hello. The function square() in my program is returning a "0" after each time it is called. I understand why it is doing it, but I don't know how to tell it that I don't want it to do it. For example this is what the output looks like: x = 1, a = 3 Y is equal to 1.75 Y is equal to 1.73214 Y is equal to 1.73205 Y is equ...
http://cboard.cprogramming.com/cplusplus-programming/50922-how-get-rid-unwanted-function-return-value.html
CC-MAIN-2013-48
en
refinedweb
provides HQL for performing selective search. Hibernate also supports SQL Queries (Native Query). Hibernate provides primary and secondary level caching...why hibernate? why hibernate? Hibernate: -Hibernate hibernate sql error - Hibernate hibernate sql error Hibernate: insert into EMPLOYE1 (firstName..., Please visit ...
http://roseindia.net/tutorialhelp/comment/21207
CC-MAIN-2013-48
en
refinedweb
20 July 2010 10:03 [Source: ICIS news] MUMBAI (ICIS news)--The Indian government is expected to frame a new investment policy which would allow it to restart eight closed fertilizer plants, a source from the Ministry of Chemicals and Fertilizers said on Tuesday. An empowered group of ministers (EGoM) was expected to me...
http://www.icis.com/Articles/2010/07/20/9377574/india-to-frame-investment-policy-to-restart-8-closed-urea.html
CC-MAIN-2013-48
en
refinedweb
Declaration of the OpenCL Resources micro-service. More... #include <mitkOclResourceService.h> Declaration of the OpenCL Resources micro-service. The OclResourceService defines an service interface for providing access to the essential OpenCL-related variables. In addition the service can also store compiled OpenCL Pro...
http://docs.mitk.org/nightly/classOclResourceService.html
CC-MAIN-2020-16
en
refinedweb
Publications Groups Groups Overview MSAGL is a .NET tool for graph layout and viewing. It was developed in Microsoft by Lev Nachmanson, Sergey Pupyrev, Tim Dwyer and Ted Hart. MSAGL is available as open source here. All samples use the C# language.. Layouts Created by MSAGL Do I have control over node positions? Can I ...
https://www.microsoft.com/en-us/research/project/microsoft-automatic-graph-layout/?from=http%3A%2F%2Fresearch.microsoft.com%2Fen-us%2Fprojects%2Fmsagl%2F
CC-MAIN-2020-16
en
refinedweb
Tooling Tuesday - Ampy Recently you will have seen me doing a few hacks / projects with the Wemos D1 Mini. Yeah this little board is really an ESP8266 but with all the pins broken out for use and a micro USB interface. Programming the board is easy using the uPycraft GUI application. It really is a great application th...
https://bigl.es/tooling-tuesday-a-m-p-y/
CC-MAIN-2020-16
en
refinedweb
Hey Thomas, now I get it, can you try this out: [EditorDescriptorRegistration(TargetType = typeof(string))] public class HideNameEditorDescriptor : EditorDescriptor { public override void ModifyMetadata( ExtendedMetadata metadata, IEnumerable<Attribute> attributes) { base.ModifyMetadata(metadata, attributes); if (metad...
https://world.episerver.com/forum/developer-forum/-Episerver-75-CMS/Thread-Container/2014/3/Required-name-property-gives-bad-editor-experience/
CC-MAIN-2020-16
en
refinedweb
Technical Support On-Line Manuals CARM User's Guide Discontinued #include <math.h> double asin ( double x); /* number to calculate arc sine of */ The asin function calculates the arc sine of the floating-point number x. The asin function returns the arc sine of x. For x ∈ [-1, 1], asin(x) → [-π/2, π/2]. For x ∈ (-∞, -1...
http://www.keil.com/support/man/docs/ca/ca_asin.htm
CC-MAIN-2020-16
en
refinedweb
Scikit-learn has a really nice grid search module. It will soon be called model_selection, because it has grown beyond simple grid search. But here is the spirit of it: import sklearn.svm, sklearn.grid_search, sklearn.datasets.samples_generator parameters = {'kernel':('poly', 'rbf'), 'C':[.01, .1, 1, 10, 100]} clf = sk...
https://healthyalgorithms.com/2016/01/06/using-the-sklearn-grid_search-tools/
CC-MAIN-2020-16
en
refinedweb
How to identify the GC Finalizer thread? I have a .NET (C#) multi-threaded application and I want to know if a certain method runs inside the Finalizer thread. I've tried using Thread.CurrentThread.Name but it doesn't work (returns null). Anyone knows how can I query the current thread to discover if it's the Finalizer...
http://unixresources.net/faq/318462.shtml
CC-MAIN-2019-04
en
refinedweb
As in previous post shown like wrapper of primitive type , String and Date classes having implements in-built comparable interface which provide natural or chronological or alphabetical sorting of elements. Sort ArrayList in Ascending or Descending Order or Natural or Chronological Order How to sort object by Comparato...
https://facingissuesonit.com/how-to-sort-by-comparable-interface-in-ascending-and-descending-order-java/
CC-MAIN-2019-04
en
refinedweb
#include <pcap/pcap.h> char errbuf[PCAP_ERRBUF_SIZE]; int pcap_setnonblock(pcap_t *p, int nonblock, char *errbuf); int pcap_getnonblock(pcap_t *p, char *errbuf); When first activated with pcap_activate(3PCAP) or opened with pcap_open_live(3PCAP) , a capture handle is not in ``non-blocking mode''; a call to pcap_setnonb...
https://www.tcpdump.org/manpages/pcap_setnonblock.3pcap.html
CC-MAIN-2019-04
en
refinedweb
With the WiFi RS21 module and NETMF 4.3 SDK 2014 R2 I have to join Multi-Access-Point-WLAN-networks which have the same SSID on different channnels (by using the one w/ the strongest RSSI). With SDK 4.3 R2 and GHI.Networking namespace the NetworkInterface.Join() method provides 3 overloads (as shown by IntelliSense): -...
https://forums.ghielectronics.com/t/wifi-rs21-join-exceptions/17158
CC-MAIN-2019-04
en
refinedweb
Error when attempting to push to a packaging branch: Unexpected Zope exception Bug Description affects launchpad done I was attempting to push a packaging branch to launchpad, creating a branch that I knew didn't exist, but I thought would work. I was attempting to push to lp:ubuntu/natty-proposed/bcmwl. When attemptin...
https://bugs.launchpad.net/launchpad/+bug/792185
CC-MAIN-2019-04
en
refinedweb
Java Reference In-Depth Information In order to read an individual record, we shall defi ne a method called readRecord that reads in the surname, fi rst name(s) and examination mark for an individual student. Before looking at the code, it is probably useful to look ahead and see what the intended output should look li...
http://what-when-how.com/Tutorial/topic-547t9a4dbp/An-Introduction-to-Network-Programming-with-Java-124.html
CC-MAIN-2019-04
en
refinedweb
: $ mkdirtodo-djember $ cdtodo-djember Use the ember new command to generate an Ember application called todo-ember in that directory: $ embernew todo-ember cd into the directory and install some Ember libraries that we are going to need: $ cdtodo-ember $ emberinstallember-simple-auth $ emberinstallember-cli-scaffold N...
http://www.shellsec.com/news/10693.html
CC-MAIN-2017-09
en
refinedweb
One of the very interesting JSF components that ADF 11g RichFaces has put in our hands is the Pivot Table. I have blogged about that component a while back (see ADF Faces 11g: Reloading the Matrix – using the Pivot Table component) – and now it is time to take the next step with this component. I have been getting some...
https://technology.amis.nl/2008/10/15/adf-11g-richfaces-a-closer-look-at-the-pivot-table-data-visualization-component/
CC-MAIN-2017-09
en
refinedweb
bcopy(3) BSD Library Functions Manual bcopy(3) NAME bcopy -- copy byte string LIBRARY Standard C Library (libc, -lc) SYNOPSIS #include <strings.h> void bcopy(const void *src, void *dst, size_t len); DESCRIPTION The bcopy() function copies len bytes from string src to string dst. The two strings may overlap. If lencopy(...
http://manpagez.com/man/3/bcopy/
CC-MAIN-2017-09
en
refinedweb
Pop Searches: photoshop office 2007 PC Security You are here: Brothersoft.com > Windows > Desktop Utilities > Desktop Enhancement > Advertisement Advertisement view larger (1) Advertisement simple loan agreement | ghost in the | free saxy film | putty shell extension | file explore | jet shell | shell namespace extensi...
http://www.brothersoft.com/filefilter-shell-extension-47898.html
CC-MAIN-2017-09
en
refinedweb
XML::XPath::Node - internal representation of a node The Node API aims to emulate DOM to some extent, however the API isn't quite compatible with DOM. This is to ease transition from XML::DOM programming to XML::XPath. Compatibility with DOM may arise once XML::DOM gets namespace support. Creates a new node. See the su...
http://search.cpan.org/~msergeant/XML-XPath/XPath/Node.pm
CC-MAIN-2017-09
en
refinedweb
Taking the drudgery out of cross-platform UI development Gene works at TimeSys where he focuses on embedded Linux. He can be contacted at gene.sallyverizon.net. Maciej also works at TimeSys where he focuses on embedded Linux and Java. He can be contacted at maciej.halasztimesys.com.. Neither AWT nor Swing applications ...
http://www.drdobbs.com/open-source/eclipse-30s-rich-client-platform/184405863
CC-MAIN-2017-09
en
refinedweb
#include <iostream> using namespace std; int main() { int a; int b; int sum; b = 0; sum = 1; cout<<"Enter integer, a:"; cin>>a; for(b=2;b<=a;b++) { if (a % b ==0 ) { sum+=b; } } cout<< "Sum of all factors of a equals= "<< sum <<endl; return 0; } I am trying to write a code that will add up all divisors of any number, i...
http://www.dreamincode.net/forums/topic/303581-adding-up-factors-of-a-number/
CC-MAIN-2017-09
en
refinedweb
I've been trying for a couple days to compile a native ARM Android binary that will execute on my phone using a terminal application. I want to generate the same type of binary as the standard Posix binaries installed on the phone like ls, mkdir etc. I've downloaded the Android NDK under Mac OS X and have been able to ...
https://codedump.io/share/ahlcfonQ2sdO/1/want-to-compile-native-android-binary-i-can-run-in-terminal-on-the-phone
CC-MAIN-2017-09
en
refinedweb
Directory.GetFiles Method (String, String) Returns the names of files . searchPattern can be a combination of literal and wildcard characters, but doesn't support regular expressions. The following wildcard specifiers are permitted in searchPattern. Characters other than the wildcard are literal characters. For example...
https://msdn.microsoft.com/en-us/library/wz42302f(v=vs.110).aspx
CC-MAIN-2017-09
en
refinedweb
Advanced Scripting (AMX Mod X) This article will briefly summarize some of the more advanced topics of AMX Mod X Scripting. Contents Tasks Tasks are timers that let you run code at an interval, either once or repeated. They are useful for things like waiting a few seconds, setting objects to destroy themselves, or just...
https://wiki.alliedmods.net/Advanced_Scripting_(AMX_Mod_X)
CC-MAIN-2017-09
en
refinedweb
There is a frustrating side to working with properties. We kinda saw this side in the previous tutorial. Passing properties from one component to another is nice and simple when you are dealing with only one layer of components. When you wish to send a property across multiple layers of components, things start getting...
https://www.kirupa.com/react/transferring_properties.htm
CC-MAIN-2017-09
en
refinedweb
I'm having issues printing to a txt file. The file contains information stored in bytes. No matter what I try, I can only get the output to print in the shell. Here's what I have - any help is welcome. def main(): with open("in.txt", "rb") as f: byte = f.read(1) while byte != "": print ord(byte), byte = f.read(1) with ...
https://codedump.io/share/Bg0uPmVLAhT/1/writing-to-txt-file-in-python
CC-MAIN-2017-09
en
refinedweb
On Sunday 28 December 2003 19:11, Andreas Barth wrote: --cut-- > > As I understand this is an alternative of the above patch+debsig-verify > > ... > > Isn't it a little bit confusing to have 2 methods for per-deb signing/ > > checking. > > Well, there were some issues: > - don't break the deb when adding signatures > -...
https://lists.debian.org/debian-devel/2003/12/msg02107.html
CC-MAIN-2017-09
en
refinedweb
Analysis Suppose our text data is currently arranged into a single file, where each line of that file contains all of the text in a single document. Here we can use SFrame.read_csv to parse the text data into a one-column SFrame. import os if os.path.exists('wikipedia_w16'): sf = graphlab.SFrame('wikipedia_w16') else: ...
https://turi.com/learn/userguide/text/analysis.html
CC-MAIN-2017-09
en
refinedweb
Created on 2013-03-12 01:36 by leim, last changed 2013-11-03 12:37 by ncoghlan. This issue is now closed. Currently: ipaddress.IPv4Network('100.64.1.0/24').is_private == False Given RFC6598, 100.64.0.0/10 is now approved for use as CGN space, and also for rfc1918-like private usage. Could the code be altered so that is...
https://bugs.python.org/issue17400
CC-MAIN-2020-16
en
refinedweb
The Application Context¶ The application context keeps track of the application-level data during a request, CLI command, or other activity. Rather than passing the application around to each function, the current_app and g proxies are accessed instead. This is similar to the The Request Context, which keeps track of r...
https://flask.palletsprojects.com/en/1.0.x/appcontext/
CC-MAIN-2020-16
en
refinedweb
- 1,399,096 total downloads - last updated 7/8/2014 - Latest version: 2.0.1406.1 The Semantic Logging Application Block provides a set of destinations (sinks) to persist application events published using a subclass of the EventSource class from the System.Diagnostics.Tracing namespace. Sinks include Azure table storag...
https://www.nuget.org/packages?q=Tags%3A%22slab%22
CC-MAIN-2020-16
en
refinedweb
Lesson 2 - Java Testing - The first unit test in JUnit In the previous lesson, Introduction to software testing in Java, beans or JavaFX applications that just pick something from the database. To be more specific, there is no point in testing a method like this: public void insertItem(string name, double price) { try ...
https://www.ict.social/java/testing/java-testing-the-first-unit-test-in-junit
CC-MAIN-2020-16
en
refinedweb
OBBuilder Class Reference Class to build 3D structures. More... #include <openbabel/builder.h> Detailed Description Class to build 3D structures. Class for 3D structure generation. - Since: - version 2.2 The OBBuilder class is used for generating 3D structures. Below is and example which explain the basics. // // code ...
http://openbabel.org/dev-api/classOpenBabel_1_1OBBuilder.shtml
CC-MAIN-2020-16
en
refinedweb
With Mother’s Day having just passed, some e-commerce sites likely saw an associated boost in traffic. While not as significant as the increased traffic levels seen around Black Friday and Cyber Monday, these additional visitors can potentially impact site performance if it has not planned appropriately. Some sites hav...
https://blogs.oracle.com/internetintelligence/tracking-cdn-usage-through-historical-dns-data
CC-MAIN-2020-16
en
refinedweb
8.8.1 regression: Combining -prof and -optP-traditional breaks (Originally reported here.) Here's a module: module Main where main :: IO () main = return () On GHC 8.6.5, compiling this with both -prof and -optP-traditional works just fine: $ /opt/ghc/8.6.5/bin/ghc Main.hs -prof -optP-traditional [1 of 1] Compiling Mai...
https://gitlab.haskell.org/ghc/ghc/issues/17185
CC-MAIN-2020-16
en
refinedweb
The document says Dictionary is implemented as a hash table. 1 Essentially you are doing the same thing as HashMap magic. The document says Dictionary is implemented as a hash table. 1 Essentially you are doing the same thing as HashMap magic. Idea is very simple. Step 1 is O(n) time and step 2 is O(1) time, and the sp...
https://discuss.leetcode.com/user/akinori
CC-MAIN-2018-22
en
refinedweb
We’ve upgraded several Rails 2.0 application to Rails 2.1 now, and we’ve compiled a list of little things to keep in mind as you upgrade. Hopefully this list will help you avoid banging your head against a wall. Partial Updates The updated_at and updated_on columns are NOT automatically updated on a #save on an AR obje...
https://robots.thoughtbot.com/gotchas-when-upgrading-to-rails-2-1
CC-MAIN-2018-22
en
refinedweb