text
stringlengths
20
1.01M
url
stringlengths
14
1.25k
dump
stringlengths
9
15
lang
stringclasses
4 values
source
stringclasses
4 values
First of all, thanks for all those who have helped me in the past and those who are about to. I only have my prog written for the first part of my Q, the 2nd part, i need help setting up. 1) How do i store the numbers in a 5 x 3 array called Data[5][3]. I can have the user input data in the following prog, but how do i...
http://cboard.cprogramming.com/cplusplus-programming/77255-couple-questions-concerning-arrays-printable-thread.html
CC-MAIN-2016-36
en
refinedweb
/* Kernel-side additional module for the VxWorks threading support logic for GCC. Written 2002 by Zack Weinberg. This file is distributed with GCC, but it is not part of GCC. The contents of this file are in the public domain. */ /* If you are using the Tornado IDE, copy this file to $WIND_BASE/target/config/comps/src/...
http://opensource.apple.com//source/gcc/gcc-5363.0.5/contrib/gthr_supp_vxw_5x.c
CC-MAIN-2016-36
en
refinedweb
OpenGL Programming/Installation/Android NDK Our GLUT tutorials can be run on Android using the simple provided wrapper. Note: the wrapper will be integrated in the next official FreeGLUT (version 3.0)! Contents - 1 Making-of - 2 Dependencies - 3 Connecting with USB - 4 Using our wrapper - 5 Debugging - 6 Abstracting di...
https://en.wikibooks.org/wiki/OpenGL_Programming/Installation/Android_NDK
CC-MAIN-2016-36
en
refinedweb
If, like me, you have plugins with a lot of commands, and far too many key bindings, consider this little snippet. It pops up the quickpanel, and lets you choose a command to execute. class ChooseOutputFormatCommand(sublimeplugin.WindowCommand): def run(self, window, args): items = ("Article (pdf)", "compileToPdf"), ("...
https://forum.sublimetext.com/t/using-window-showquickpanel-to-choose-a-command/145/5
CC-MAIN-2016-36
en
refinedweb
Set-DfsnRootTarget Applies To: Windows 10 Technical Preview, Windows Server Technical Preview Set-DfsnRootTarget Syntax Parameter Set: SetNamespaceRootTarget3 Set-DfsnRootTarget [-Path] <String> [-TargetPath] <String> [[-State] <State> {Offline | Online} ] [[-ReferralPriorityClass] <ReferralPriorityClass> {sitecostnorm...
https://technet.microsoft.com/library/jj884266.aspx
CC-MAIN-2016-36
en
refinedweb
if (client.connected()) { strcpy_P(buffer, (char*)pgm_read_word(&(string_table[14]))); // "title data=" finder.find(buffer); for (int i = 0; i < randomInt; i++) { if (finder.getString(buffer,"\"", newsString, 84)) { } } // Make a new string. String d = String(85); //Replace the HTML nastiness with a single ' d = String...
http://forum.arduino.cc/index.php?topic=60908.msg440888
CC-MAIN-2016-36
en
refinedweb
ContactPicker.PickMultipleContactsAsync - Tuesday, October 25, 2011 4:51 PM I'm trying to consume the PickMultipleContactsAsync method of the ContactPicker in VB, but am running into an issue because the return type from the PickMultipleContactsOperation's GetResults operation returns an IReadOnlyList(Of IContactInform...
http://social.msdn.microsoft.com/Forums/en-US/winappswithcsharp/thread/dc58c986-0c99-44ad-8ce0-39d4f47be709
crawl-003
en
refinedweb
xmlns using syntax for another assembly (UserControl cant find a sibling control) - Thursday, October 13, 2011 6:50 PM I know in the WinRT XAML stack, the xmlns syntax has changed to "using:NamespaceHere". This seems to work fine even when the namespace is in another referenced assembly. For example, I have some contro...
http://social.msdn.microsoft.com/Forums/en-US/winappswithcsharp/thread/b8c0215f-9377-4518-b9ae-68fbeeb64ff0/
crawl-003
en
refinedweb
CDataGrid Control General This article is about a CDataGrid control programmed using Windows SDK. It is designed to be easy to use. The current version is not totally bug free, so it would be nice if you would report all detected bugs to have an update available soon. The grid control is very similar to a MFC CListView...
http://www.codeguru.com/cpp/controls/controls/gridcontrol/article.php/c10319/CDataGrid-Control.htm
crawl-003
en
refinedweb
Myghty now has its own session storage class. This class offers some advantages over the mod python session, including: The session is retrieved from the request object via the get_session() method, operated upon like a dictionary, and then can have its save() method called to write its data to persistent storage: <%py...
http://packages.python.org/Myghty/session.html
crawl-003
en
refinedweb
This class acts as a common interface to the different interfaces (see CParticleFilter::TParticleFilterAlgorithm) any bayes::CParticleFilterCapable class can implement: it is the invoker of particle filter algorithms. The particle filter is executed on a probability density function (PDF) described by a CParticleFilter...
http://reference.mrpt.org/stable/classmrpt_1_1bayes_1_1_c_particle_filter.html
crawl-003
en
refinedweb
#include <mp_change_control.hpp> Definition at line 25 of file mp_change_control.hpp. Definition at line 374 of file mp_change_control.cpp. Definition at line 380 of file mp_change_control.cpp. Actions to be taken after the window has been shown. At this point the registered fields already stored their values (if the O...
http://www.wesnoth.org/devdocs/classgui2_1_1tmp__change__control.html
crawl-003
en
refinedweb
TS4721 Done! And some new stuff we will show at JavaOne 2007 Doing our presentation for JavaOne, Fabiane Nardon and I, we had several points about what we could put on slides. Unfortunately, we can't put everything we already done using EJB3, because we have only 1 hour to speak. This post shows some stuff we decided t...
http://weblogs.java.net/blog/edgars/archive/2007/03/ts4721_done_and_1.html
crawl-003
en
refinedweb
Number of processors present (Read Only). This is number of processors as reported by the operating system. The processors could be separate processors, cores of the same processor, or logical processors (e.g. in case of one Hyper-Threaded CPU, this would report two CPUs since that's what it looks like to the system). ...
http://unity3d.com/support/documentation/ScriptReference/SystemInfo-processorCount.html
crawl-003
en
refinedweb
#include <MFnSubdData.h> MFnSubdData allows the creation and manipulation of Subdivision Surface data objects for use in the dependency graph. If a user written dependency node either accepts or produces Subdivision Surfaces, then this class is used to extract or create the data that comes from or goes to other depende...
http://download.autodesk.com/us/maya/2009help/API/class_m_fn_subd_data.html
crawl-003
en
refinedweb
XpRehashPrinterList - Recomputes the list of available printers. Synopsis Arguments Description cc [ flag... ] file... -lXp [ library... ] #include <X11/extensions/Print.h> void XpRehashPrinterList ( display ) Display *display;. Existing print contexts will not be affected by XpRehashPrinterList as long as their printe...
http://www.squarebox.co.uk/cgi-squarebox/manServer/usr/X11R6/man/man3/XpRehashPrinterList.3x
crawl-003
en
refinedweb
pthread_getschedparam, pthread_setschedparam - dynamic thread scheduling parameters access (REALTIME THREADS) #include <pthread.h> int pthread_getschedparam(pthread_t thread, int *policy, struct sched_param *param); int pthread_setschedparam(pthread_t thread, int policy, const struct sched_param *param); The pthread_ge...
http://pubs.opengroup.org/onlinepubs/007908799/xsh/pthread_setschedparam.html
crawl-003
en
refinedweb
[1] and Division for Church in Society - to help its members "think through the nature of Christian ethics today" (p. 1). Any reader familiar with the work of Sittler, Lazareth, or Forell will see that these essays are not only responding to a radically different context but, indeed, are defining Lutheranism in very di...
http://www.elca.org/What-We-Believe/Social-Issues/Journal-of-Lutheran-Ethics/Book-Reviews/The-Promise-of-Lutheran-Ethics-edited-by-Karen-L-Bloomquist-and-John-R-Stumme/Malcolm-on-The-Promise-of-Lutheran-Ethics.aspx
crawl-003
en
refinedweb
#include <rte_tailq.h> The structure defining a tailq header entry for storing in the rte_config structure in shared memory. Each tailq is identified by name. Any library storing a set of objects e.g. rings, mempools, hash-tables, is recommended to use an entry here, so as to make it easy for a multi-process app to fin...
http://doc.dpdk.org/api-16.11/structrte__tailq__head.html
CC-MAIN-2019-51
en
refinedweb
Pete Frisella, Google Analytics Developer Advocate – June 2013 This document describes how to run server-side experiments using Google Analytics. Introduction The standard implementation method for Google Analytics Content Experiments executes JavaScript in the browser to make variation choices. This makes testing easy...
https://developers.google.com/analytics/solutions/experiments-server-side
CC-MAIN-2019-51
en
refinedweb
Create a new Java Class Rectangle – This Python Tutorial will explain the creation of a new Java class named Rectangle with the following class specification: How To Create a New Rectangle Class in Java - Write a Java program using Objects and Classes concepts in Object Oriented Programming. Define the Rectangle class ...
https://easycodebook.com/create-a-new-java-class-rectangle-java-program/
CC-MAIN-2019-51
en
refinedweb
Hi, this must have been answered many times already, but I searched the archives, online docs, but couldn't find anything. If I do: $ python Python 2.6.2 (release26-maint, Apr 19 2009, 01:58:18) [GCC 4.3.3] on linux2 Type "help", "copyright", "credits" or "license" for more information. import pylab pylab.plot([1, 3, 3...
https://discourse.matplotlib.org/t/calling-show-twice-in-a-row/11579
CC-MAIN-2019-51
en
refinedweb
A few months ago, we've seen how to write a filtering syntax tree in Python. The idea behind this was to create a data structure — in the form of a dictionary — that would allow to filter data based on conditions. Our API looked like this: >>> f = Filter( {"and": [ {"eq": ("foo", 3)}, {"gt": ("bar", 4)}, ] }, ) >>> f(f...
https://julien.danjou.info/writing-your-own-filtering-dsl-in-python/
CC-MAIN-2019-51
en
refinedweb
using ResourceProject.Resources; public class Register { private string email; private ResourceManager resManager = new ResourceManager("ResourceProject.Resources.strings", Assembly.GetExecutingAssembly()); public Register() { email = resManager.GetString("please_enter_email").ToString(); }} The GetString() call above ...
https://social.msdn.microsoft.com/Forums/en-US/40ab61ad-6fed-45dc-bf81-b9558df83ddf/cannot-find-localized-resources?forum=silverlightnet
CC-MAIN-2019-51
en
refinedweb
Hi, We are using Infragistics2.Excel assembly to export data from Infragistics UltraGrid and all of a sudden, it is throwing below error: packageFactory cannot be null. When saving to Excel2007 workbook format and using the Infragistics2.Excel assembly, you must provide an IPackageFactory to handle the packaging of dat...
https://www.infragistics.com/community/forums/f/ultimate-ui-for-windows-forms/93014/packagefactory-error-while-exporting-data-using-infragistics2-excel
CC-MAIN-2019-51
en
refinedweb
Dan Abramov’s react-redux library gives us a way to connect our redux store to our react components. It saves us from having to pass props all the way down and gives us some vDom optimizations for free. The only downside is having to write all those mapStateToProps functions, but now, thanks to two new React features, ...
https://medium.com/@thomas_james_byers/context-hooks-api-react-redux-db6afcbe13d0?source=---------3------------------
CC-MAIN-2019-51
en
refinedweb
We’re building a hybrid mobile app out of an existing web app. The front end will run out of a webview, and we’re adapting the back end to run on-device in React Native. One of the challenges we encountered was how to share code between our existing monorepo built with webpack and our new React Native app (which bundle...
https://spin.atomicobject.com/2019/09/24/typescript-web-react-native/
CC-MAIN-2019-51
en
refinedweb
Paperclips pageprint tutorial < Back to Nebula Paperclips page The PagePrint class allows you to easily add page headers and footers to any document. Page numbering is supported, and the page number format is customizable. PagePrint decorates every page with a header and/or footer. Headers and footers are instances of ...
http://wiki.eclipse.org/index.php?title=Paperclips_pageprint_tutorial&oldid=434459
CC-MAIN-2019-51
en
refinedweb
I have a generic method like this: public class MyClass { public T MyMethod<T>(string arg) { return default(T); } } When I try to call the method like this: int someInt = MyClassInstance.MyMethod<int>("some_string"); I get the following error: Attempting to JIT compile method 'MyClass.MyMethod<int> (string)' while runn...
https://answers.unity.com/questions/888683/ios-jit-compile-error-on-generic-method-called-wit.html
CC-MAIN-2019-51
en
refinedweb
WO2018035177A2 - Convergence proxy for core network virtualization - Google PatentsConvergence proxy for core network virtualization Download PDF Info - Publication number - WO2018035177A2WO2018035177A2 PCT/US2017/047038 US2017047038W WO2018035177A2 WO 2018035177 A2 WO2018035177 A2 WO 2018035177A2 US 2017047038 W US201...
https://patents.google.com/patent/WO2018035177A2/en
CC-MAIN-2019-51
en
refinedweb
Hi all. I'm running the following from the Radiant installation: % rake production db:bootstrap And get this error: rake aborted! undefined method `namespace' for main:Object /var/lib/gems/1.8/gems/radiant-0.6.1/Rakefile:7 Now, this line says: require 'tasks/rails' Any help or suggestions would be very appreciated, on ...
https://www.ruby-forum.com/topic/108914
CC-MAIN-2018-09
en
refinedweb
Writing your first Burp Suite extension_ This guide will help you to write your first Burp extension in any of the supported languages (Java, Python & Ruby). Basic steps to get an extension running Before we get into specifics for each language, there is some general context to bear in mind: Burp looks for a class call...
https://portswigger.net/burp/extender/writing-your-first-burp-suite-extension
CC-MAIN-2018-09
en
refinedweb
I understand the placement new operator allows to construct object at a particular/specific memory location. So i tried this; #include <iostream> #include <new> using namespace std; struct Any { int x; string y; }; int main() { string mem1[1]; int mem2[5]; Any *p1 = new (mem1) Any; Any *p2 = new (mem2) Any; p1->y = "He...
https://codedump.io/share/az9Xeh8NhdV1/1/problems-with-the-placement-new-operator
CC-MAIN-2018-09
en
refinedweb
first attempts with the new multicast feature of FMS4 ...FrankDelporte Sep 28, 2010 7:28 AM Hello, I installed the developer version of Flash Media Server 4. I used the f4fpackager to create this file: And when I browse to this URL, it shows me this: <manifest> <id>testvideo</id> <streamType>recorded</streamType> <dura...
https://forums.adobe.com/thread/730213
CC-MAIN-2018-09
en
refinedweb
SOAP Overview Tamas Szigyarto Department of Computer Modelling and Multiple Processors Systems, Faculty of Applied Mathematics and Control Processes, St Petersburg State University, Universitetskii prospekt 35, Peterhof,St Petersburg 198504,Russia szigyartotamas@inbox.ruAbstract This paper contains an overview of the n...
https://www.techylib.com/el/view/hungryhorsecabin/soap_overview
CC-MAIN-2018-09
en
refinedweb
AWS Developer Blog Tuning the AWS SDK for Java to Improve Resiliency In this blog post we will discuss why it’s important to protect your application from downstream service failures, offer advice for tuning configuration options in the SDK to fit the needs of your application, and introduce new configuration options t...
https://aws.amazon.com/blogs/developer/tuning-the-aws-sdk-for-java-to-improve-resiliency/
CC-MAIN-2018-09
en
refinedweb
The copilot-theorem package Some tools to prove properties on Copilot programs with k-induction model checking. Properties Modules Downloads - copilot-theorem-2.2.1.tar.gz [browse] (Cabal source package) - Package description (as included in the package) Maintainer's Corner For package maintainers and hackage trustees ...
https://hackage.haskell.org/package/copilot-theorem
CC-MAIN-2018-09
en
refinedweb
mona is a Javascript library for easily writing reusable, composable parsers. It makes parsing complex grammars easy and fun! With mona, you simply write some Javascript functions that parse small pieces of text and return any Javascript value, and then you glue them together into big, intricate parsers using combinato...
https://www.npmjs.com/package/mona
CC-MAIN-2018-09
en
refinedweb
Duncan Epping recently wrote an article about VMware related acronyms and shared with the community the history and origins of some of the acronyms (e.g. ESX, GSX). After reading Duncan's article, I realized the acronym list primarily focused on product names and features. They did not cover some of the API related acr...
https://www.virtuallyghetto.com/2010/08/vmware-api-related-acronyms.html
CC-MAIN-2018-09
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/distributions/exponential.hpp> template <class RealType = double, class Policy = policies::policy<> > class exponential_distribution; typedef expon...
http://www.boost.org/doc/libs/1_48_0/libs/math/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/exp_dist.html
CC-MAIN-2016-44
en
refinedweb
This C Program checks if a given integer is odd or even. Here if a given number is divisible by 2 with the remainder 0 then the number is even number. If the number is not divisible by 2 then that number will be odd number. Here is source code of the C program which checks a given integer is odd or even. The C program ...
http://www.sanfoundry.com/c-program-integer-odd-or-even/
CC-MAIN-2016-44
en
refinedweb
A fussy little man in impeccable black jacket and pinstripe trousers. Mr Bent is a framework for allowing profile data to be collected in a Python application and viewed at different logical levels. The three concepts involved are a plugin, a piece of code that profiles an application, a context, a logical block of cod...
https://pypi.org/project/mr.bent/
CC-MAIN-2016-44
en
refinedweb
During the development of a new application, almost always, there is a need to have components with specific features in order to meet the requirements of a project or just to make things more natural and comfortable to use. Because of this, you will either extend your component from an existing one or create one from ...
http://www.codeproject.com/Articles/18496/JTabbedPane-with-Closing-Tabs?msg=3767342
CC-MAIN-2016-44
en
refinedweb
Properties Properties are a central concept in .NET languages and a foundation principal when building classes. They have several advanced features over simple field variables and their use is integrated in many way throughout class interaction. Understanding how to properties work, and more importantly how properties ...
http://www.dreamincode.net/forums/topic/299601-c%23-learning-series-properties/page__pid__1743192__st__0&#entry1743192?s=665f7dea2455f5e0ce4e7f1bdfeb4b3b
CC-MAIN-2016-44
en
refinedweb
The make_solution() uses several mini-templates to construct different parts of the .sln file. Here are the templates. The names pretty much explain the purpose of each template. The templates use the same principle as the project templates and are just segments of text with placeholder for substitution values that the...
http://www.drdobbs.com/architecture-and-design/a-build-system-for-complex-projects-part/220900411?pgno=4
CC-MAIN-2016-44
en
refinedweb
Binary options on gold. (1995). Finally, we copy binary options on gold double buffer image, offscreen2. 121 2004 Elsevier Inc. In 1997, these disparate positions were binary option programs in Sullivans edited collection that includes summaries of important court cases, congressional debate on the Defense of Marriage ...
http://newtimepromo.ru/binary-options-on-gold.html
CC-MAIN-2016-44
en
refinedweb
SPWeb Class Represents a Windows SharePoint Services Web site. Microsoft.SharePoint.SPWeb Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll) [SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)] [SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)] [SharePoint...
https://msdn.microsoft.com/en-us/library/microsoft.sharepoint.spweb(v=office.12).aspx
CC-MAIN-2016-44
en
refinedweb
This case study describes how to replace the default context menu shipped with the explorer, with a context menu that allows the programmer to set its pop-up items for each HTML tag, or HTML element with a name attribute and menu items that will always be displayed. (such as Add, Back…). The sample window shows the men...
http://www.codeproject.com/Articles/3925/Replacing-the-Internet-Explorer-context-menu-with
CC-MAIN-2016-44
en
refinedweb
import java.util.Iterator; 20 21 /** 22 * Defines an iterator that operates over a <code>Map</code>. 23 * <p> 24 * This iterator is a special version designed for maps. It can be more 25 * efficient to use this rather than an entry set iterator where the option 26 * is available, and it is certainly more convenient. 2...
http://commons.apache.org/proper/commons-collections/xref/org/apache/commons/collections/MapIterator.html
CC-MAIN-2013-20
en
refinedweb
In this post I am showing how to implement Column Grouping in SIlverlight 3 DataGrid, Before starting make sure you have SIlverlight3_Tools installed in your system, not SIlverlight 3 Beta, as there are lost of changes in Grouping of Columns from SIlverlight 3 Beta to Silverlight 3 RTW. You can follow the few simple st...
http://dotnetslackers.com/Community/blogs/bmdayal/archive/2009/08/01/silverlight-3-datagrid-columns-grouping.aspx
CC-MAIN-2013-20
en
refinedweb
Thanks for the quick review, John! >> 2) Similarly with the ifs for runtime selection. > > But they are in a (more) inner loop. Aah. Yes. Good point. ... >> I think we also need to settle on one namespace. >> Either DVDV or Accellent (at the moment there are both). > > I never used 'accellent' in my ffmpeg patch, someo...
http://ffmpeg.org/pipermail/ffmpeg-devel/2006-August/008109.html
CC-MAIN-2013-20
en
refinedweb
The first part of a series of posts that attempt to explain Python by the dissection method. Background On reddit a few months ago I was surprised by the popularity of a comment that explained how bound and unbound methods work in Python. One reply pleaded with me to do a series explaining Python at this kind of level,...
http://lukeplant.me.uk/blog/posts/dissecting-python-part-1/
CC-MAIN-2013-20
en
refinedweb
In article <a932e44b-3566-4c0f-8b63-2dce0a82946b at 34g2000hsh.googlegroups.com>, HCB <hypercaffeinatedbiped at gmail.com> wrote: > Hello: > > The book "Code Complete" recommends that you put only one class in a > source file, which seems a bit extreme for me. It seems that many > classes are small, so that putting sev...
http://mail.python.org/pipermail/python-list/2008-September/489253.html
CC-MAIN-2013-20
en
refinedweb
Managed Data Access Inside SQL Server with ADO.NET and SQLCLR Pablo Castro Microsoft Corporation April 2005 Applies to: Microsoft SQL Server 2005 Microsoft .NET Framework 2.0 ADO.NET Summary: Using the new SQLCLR feature, managed code can use ADO.NET when running inside SQL Server 2005. Learn about SQLCLR via basic sce...
http://msdn.microsoft.com/en-US/library/ms345135(v=sql.90).aspx
CC-MAIN-2013-20
en
refinedweb
CS::RenderManager::RenderTree< TreeTraits > Class Template Reference RenderTree is the main data-structure for the rendermanagers. More... #include <csplugincommon/rendermanager/rendertree.h> Detailed Description template<typename TreeTraits = RenderTreeStandardTraits> class CS::RenderManager::RenderTree< TreeTraits > ...
http://www.crystalspace3d.org/docs/online/api-2.0/classCS_1_1RenderManager_1_1RenderTree.html
CC-MAIN-2013-20
en
refinedweb
Currently Writing a new system, and I've put a small box with a texture on it, with DirectX11 (which was previously working before I started adding more unrelated code). Now for some unknown reason, I've receiving this unhandled exception: Continuing will loop the same problem. I'm probably missing something really stu...
http://www.gamedev.net/topic/638968-unhandle-exception-during-releaseshutdown-of-a-texture/
CC-MAIN-2013-20
en
refinedweb
Bug for AbsolutLayout? Bug for AbsolutLayout? hi, first i have to say, that the problem is only in IE (i have version 7) and for TextFields. i am using the AbsolutLayout for positioning my Widget absolut in the LayoutContainer. this was working fine for version 1.2.1. the "txtTitle.setFieldLabel("Test");" was never sho...
http://www.sencha.com/forum/showthread.php?59417-Bug-for-AbsolutLayout
CC-MAIN-2013-20
en
refinedweb
Hi there, I'm looking into how the publisherid value is generated in Adobe AIR 1.5.3 applications. Reading: e3d118666ade46-7ff0? If your app. is 1.5.3 app., by default, the publisher ID is null. You can set the publisher ID in application descriptro if you want. e3d118666ade46-7ff1 Have you set the name space to 1.5.3 ...
http://forums.adobe.com/message/2650066
CC-MAIN-2013-20
en
refinedweb
Okay after working on it over the weekend, I realize that I'm at the limit of my understanding of how to make things interoperable with C specifically in reference to MATLAB. My familiarity with C is passing and this involves things I've never tried to do in C. I have a series of functions that I have made that are all...
http://software.intel.com/ru-ru/forums/topic/372525
CC-MAIN-2013-20
en
refinedweb
15 January 2009 17:53 [Source: ICIS news] By Joe Kamalick WASHINGTON (?xml:namespace> This marks a profound turnaround for the fortunes of bio-ethanol and suggests that the incoming administration of President-elect Barack Obama may encounter political speed bumps in the effort to increase biofuels production and other...
http://www.icis.com/Articles/2009/01/15/9185345/insight-greens-call-for-halt-to-us-ethanol-subsidies.html
CC-MAIN-2013-20
en
refinedweb
Table of Contents This is a tutorial that introduces the Process Virtual Machine library to Java developers. With this library you can build executable process graphs. The key features of this library are Process definitions are static and define an execution analogue to a Java class. Many executions can be run against...
http://docs.jboss.org/jbpm/pvm/manual/html_single/
CC-MAIN-2013-20
en
refinedweb
04 September 2009 23:59 [Source: ICIS news] LONDON (ICIS news)--European low density polyethylene (LDPE) contract prices firmed by €100/tonne ($143/tonne) in early September due to particularly tight supply, mounting ethylene feedstock pressure and signs of demand recovery versus earlier in the year, market players sai...
http://www.icis.com/Articles/2009/09/04/9245395/european+pe+contracts+firm+on+feedstock+and+tight+supply.html
CC-MAIN-2013-20
en
refinedweb
Related link: I’ve used OmniOutliner for a while. I tried out the 1.x version and decided to buy it when 2.0 came out. I’ve used it for everything from outlining articles to making grocery shopping lists. So, I was definitely interested in the new version, especially after seeing a few screenshots of it. The biggest ch...
http://www.oreillynet.com/mac/blog/2005/01/big_improvements_in_a_great_ou.html
CC-MAIN-2013-20
en
refinedweb
Ramiro Polla wrote: >>>> MAX_PATH is defined to 260 in WinDef.h, and that is actually the maximum >>>> allowed path length in the Win32 API unless you want to jump through some >>>> hoops. Paths of up to 32,767 characters (approximately) are allowed, but >>>> only if they are absolute and start with the magical \\?\ pr...
http://ffmpeg.org/pipermail/ffmpeg-devel/2009-June/071809.html
CC-MAIN-2013-20
en
refinedweb
Socket. ); String^ strRetPage = ""; //; strRetPage = String::Concat( "Default HTML page on ", server, ":\r\n" ); do { bytes = s->Receive( bytesReceived, bytesReceived->Length, static_cast<SocketFlags>(0) ); strRetPage = String::Concat( strRetPage, Encoding::ASCII->GetString( bytesReceived, 0, bytes ) ); } while ( bytes...
https://docs.microsoft.com/en-us/dotnet/api/system.net.sockets.socket?view=netcore-3.1
CC-MAIN-2020-05
en
refinedweb
Note: this file lists major user-visible changes only. * Changes in Quagga [] - [zebra] "no link-detect" is no longer the default. The previous release of Quagga always explicitly writes-out the link-detect configuration state. Therefore, to retain current behavior save your config with the prior release before updatin...
https://gogs.quagga.net/paul/quagga-test-pub/src/23cd586eac3cde789e02c13a1236a4fe33dfc5d9/NEWS
CC-MAIN-2020-05
en
refinedweb
18308/unable-call-django-rest-from-within-same-aws-ec2-linux-machine I am working on a Django REST Framework web application, for that I have a Django server running in an AWS EC2 Linux box at a particular IP:PORT. There are URLs (APIs) which I can call for specific functionalities. In Windows machine as well as in oth...
https://www.edureka.co/community/18308/unable-call-django-rest-from-within-same-aws-ec2-linux-machine?show=18309
CC-MAIN-2020-05
en
refinedweb
In this article we are going to construct a couple of simple Arduino based automatic temperature controlled dc fan circuits which will switch ON a fan or any other gadgets connected to it, when the ambient temperature reaches a pre-determined threshold level. We are going to utilize DHT11 sensor and arduino for this pr...
https://www.homemade-circuits.com/automatic-temperature-regulator-circuit/
CC-MAIN-2020-05
en
refinedweb
mount(2) mount(2) mount - mount a file system #include <sys/types.h> #include <sys/mount.h> int mount (const char *spec, const char *dir, int mflag, .../* char *fstyp, const char *dataptr, int datalen*/); mount requests that a removable file system contained on the block special file identified by spec be mounted on th...
http://nixdoc.net/man-pages/IRIX/man2/mount.2.html
CC-MAIN-2020-05
en
refinedweb
- Junio C Hamano authored Even though the function is generic enough, <anything>sort() inherits connotations from the standard function qsort() that sorts an array. Rename it to llist_mergesort() and describe the external interface in its header file. This incidentally avoids name clashes with mergesort() some platform...
https://gitlab.com/xk/git/blob/f1dd90bd193637eeef772890c37afe3529a665d0/mergesort.h
CC-MAIN-2020-05
en
refinedweb
Result of 2019 Indian General Election came out on 23rd May 2019 which can be viewed on the official website of election commission of India. In this article, we scraped the data for each constituency and dumped it into a JSON file to analyze further. EC website has data for each constituency. To get stats for a partic...
https://www.pythoncircle.com/post/683/scraping-data-of-2019-indian-general-election-using-python-request-and-beautifulsoup-and-analyzing-it/
CC-MAIN-2020-05
en
refinedweb
Choose between Azure messaging services - Event Grid, Event Hubs, and Service Bus Azure offers three services that assist with delivering event messages throughout a solution. These services are: Although they have some similarities, each service is designed for particular scenarios. This article describes the differen...
https://docs.microsoft.com/en-us/azure/event-grid/compare-messaging-services?WT.mc_id=ondotnet-hashnode-cephilli
CC-MAIN-2020-05
en
refinedweb
Building a React-Based Chat Client With Redux, Part 2: React With Redux and Bindings Building a React-Based Chat Client With Redux, Part 2: React With Redux and Bindings We pick up where we left off last time by exploring how to use Redux and bindings in our React.js apps to make them more scalable. Join the DZone comm...
https://dzone.com/articles/building-a-react-based-chat-client-with-redux-part
CC-MAIN-2020-05
en
refinedweb
Swift library for Data Visualization swiftplot two rendering backends to generate plots: - Anti-Grain Geometry(AGG) C++ rendering library - A simple SVG Renderer To encode the plots as PNG images it uses the lodepng library. SwiftPlot can also be used in Jupyter Notebooks.. License SwiftPlot is licensed under Apache 2....
https://iosexample.com/swift-library-for-data-visualization/
CC-MAIN-2020-05
en
refinedweb
Play provides various functions to play musical material stored in Note, Phrase, Part, and Score objects. There are three options. You may play - MIDI music (using the MIDI synthesizer), - microtonal music (using standard MIDI instruments), and - music using audio files as instruments (very powerful!). Playing MIDI mat...
https://jythonmusic.me/play/
CC-MAIN-2020-05
en
refinedweb
Import xpd to R file Hi, I have some issues about import xpd file to R data file which is fine in csv extension. I have been tried many solutions but none of it works. `Expyriment 0.9.0 (Python 2.7.14) ** Expyriment Data Preprocessor ** found 1 subject_data sets found 7 variables: ['subject', 'blok', 'emotion_id', 'key...
http://forum.cogsci.nl/index.php?p=/discussion/3758/import-xpd-to-r-file
CC-MAIN-2020-05
en
refinedweb
Introduction to Styles - PDF for offline use - - Related Articles: - - Related APIs: - Let us know how you feel about this Translation Quality 0/250 last updated: 2016-04 Styles allow the appearance of visual elements to be customized. Styles are defined for a specific type and contain values for the properties availab...
https://docs.mono-android.net/guides/xamarin-forms/user-interface/styles/introduction/
CC-MAIN-2017-43
en
refinedweb
Hi, I just upgraded R to version 3.3.2 on a Mac OS X system. I suspect something may have gone wrong with the installation (despite a ‘successfully installed’ message) because the R.App is nowhere to be found. Nevertheless, I can open R in ESS, which how I always use it. The problem though, is I can’t install packages ...
https://www.mail-archive.com/ess-help@r-project.org/msg00059.html
CC-MAIN-2017-43
en
refinedweb
Odoo Help Odoo is the world's easiest all-in-one management software. It includes hundreds of business apps: CRM | e-Commerce | Accounting | Inventory | PoS | Project management | MRP | etc. Datetime Constarints i have one problem , i have one class named as room details and second one is room booking. we can go to boo...
https://www.odoo.com/forum/help-1/question/datetime-constarints-90372
CC-MAIN-2017-43
en
refinedweb
#include <OMX_Audio.h> VORBIS params Downmix input from stereo to mono (has no effect on non-stereo streams). Useful for lower-bitrate encoding. Set bitrate management mode. This turns off the normal VBR encoding, but allows hard or soft bitrate constraints to be enforced by the encoder. This mode can be slower, and ma...
http://limoa.sourceforge.net/docs/1.0/structOMX__AUDIO__PARAM__VORBISTYPE.html
CC-MAIN-2017-43
en
refinedweb
I have an application "1stWindow", with two Forms (Form1 & Form2). I have just created Form2, and have declared the following: private: SC_HANDLE MyServiceHandle; However, this fails compilation, with: error C2146: syntax error : missing ';' before identifier 'MyServiceHandle' If I transfer exactly the same declaration...
http://www.dotnetspark.com/links/62668-type-unrecognized-2nd-form.aspx
CC-MAIN-2017-43
en
refinedweb
Defining Data Types This section details the following topics: Data Types A data type is a reusable entity that can be shared between function blocks. We distinguish between Enum represening an enumeration data type and Entity representing one of all other data types. Creating a New Data Type Prerequisites - You have s...
http://www.eclipse.org/vorto/documentation/editors/datatype.html
CC-MAIN-2017-43
en
refinedweb
The tf.estimator framework makes it easy to construct and train machine learning models via its high-level Estimator API. Estimator offers classes you can instantiate to quickly configure common model types such as regressors and classifiers: tf.estimator.LinearClassifier: Constructs a linear classification model. tf.e...
https://www.tensorflow.org/extend/estimators?hl=id
CC-MAIN-2017-43
en
refinedweb
Algorithm::SkipList - Perl implementation of skip lists The following non-standard modules are used: enum my $list = new Algorithm::SkipList(); $list->insert( 'key1', 'value' ); $list->insert( 'key2', 'another value' ); $value = $list->find('key2'); $list->delete('key1'); This is an implementation of skip lists in Perl...
http://search.cpan.org/~rrwo/Algorithm-SkipList/lib/Algorithm/SkipList.pm
CC-MAIN-2017-43
en
refinedweb
Flexible permission system for Django. Granular access is django app for giving permissions on set of models for users or groups. Quick start Add “granular_access” to your INSTALLED_APPS setting like this: INSTALLED_APPS = ( ... 'granular_access', ) Run south command for createing tables in database: ./manage.py migrat...
https://pypi.org/project/django-granular-access/
CC-MAIN-2017-43
en
refinedweb
Is This Content Helpful? We're glad to know this article was helpful. How can we make this better? Contact our Support Team When data servers are upgraded or replaced, maps with layers that reference data on those systems may need to be updated to refer to data on a different system. The following is an example of a sc...
http://support.esri.com/en/technical-article/000011837
CC-MAIN-2017-43
en
refinedweb
Arduino LCD Thermostat! Introduction: Arduino LCD Thermostat! In this project we'll use an arduino uno, an LCD and a temperature sensor to control your air conditioning.! Also You can modify the code for a heater. The code is well explained! I show even how I made mine permanent! Great your beginners to learn arduino a...
http://www.instructables.com/id/Arduino-LCD-Thermostat/
CC-MAIN-2017-43
en
refinedweb
Fabulous Adventures In Coding Eric Lippert is a principal developer on the C# compiler team. Learn more about Eric. (This is part one of a four part series; part two is here.) The Framework Design Guidelines say in section 3.4 “do not use the same name for a namespace and a type in that namespace”. (*) That is: namespa...
http://blogs.msdn.com/b/ericlippert/archive/2010/03/09/do-not-name-a-class-the-same-as-its-namespace-part-one.aspx?PageIndex=2
CC-MAIN-2015-11
en
refinedweb
Use the Personalization API to retrieve information about an email, hashed email, or postal address. Sign up to receive your unique API Key. The API can be queried with HTTP GET requests. Query email for user "John Doe" with email personalize@example.com: Query email for user "John Doe" with email personalize@example.c...
http://intelligence.towerdata.com/developers/personalization-api/personalization-api-documentation
CC-MAIN-2015-11
en
refinedweb
22 April 2010 12:39 [Source: ICIS news] LONDON (ICIS news)--European polyethylene (PE) buyers on Thursday reacted angrily to higher price targets from producers in May, as the first ethylene contract for that month settled at a rollover from April. “We are really getting sick of these increases,” said one major buyer, ...
http://www.icis.com/Articles/2010/04/22/9353113/europe-pe-buyers-react-angrily-to-hikes-on-stable-ethylene.html
CC-MAIN-2015-11
en
refinedweb
JS vs pure patching hi folks, I’m currently designing a probabilistic sequencer for my own use, firstly. I’m hesitating between a JS core which would retain all arrays of data (or almost all) VS pure patching objects (coll, etc) Of course, time accuracy is totally required. So I’m hesitating before diving into one or t...
https://cycling74.com/forums/topic/js-vs-pure-patching/
CC-MAIN-2015-11
en
refinedweb
I’m still trying to get into the whole Tweet thing, so in an attempt to dig into it a little I took a look at the API and found out it’s pretty functional. My version of a Hello World app was having the ability to call the REST Twitter API to update my status on Twitter. I figure if I can figure out how to integrate th...
http://blogs.msdn.com/b/steve_fox/archive/2009/12/02/tweeting-from-sharepoint-2010-visual-web-part.aspx?Redirected=true
CC-MAIN-2015-11
en
refinedweb
Where can I store my application data? I see a lot of people starting threads because they're struggling to persist (often) a little bit of data from one run of their Java application to the next. The offered solutions are often some kind of jiggery-pokery involving java.io.File. Not only is File handling a cross-platf...
http://www.javaprogrammingforums.com/%20file-input-output-tutorials/10459-look-ma-no-files-portable-object-persistence-printingthethread.html
CC-MAIN-2015-11
en
refinedweb
. Have you read the install Have you read the install instructions in the FreeIMU library download page? They tell you to modify the FreeIMU.h to enable the board you are using... Install Instructions Hi Fab, I'm sorry, for some reason I'm having trouble finding the "install instructions in the FreeIMU library download...
http://www.varesano.net/projects/hardware/FreeIMU?page=2
CC-MAIN-2015-11
en
refinedweb
For tallying the # of views on this website, we wanted to exclude our own hits while we developed. So, we needed to find the IP Address of the user. Real fast we found that the normal way of doing this under ASP.NET Core 5 would return the Apache Server local address (127.0.0.1). Searching the web, we were able to cobb...
https://www.raisingawesome.site/IPAddress
CC-MAIN-2021-43
en
refinedweb
Hi everybody, here’s my new Raspberry PI project: the face follower webcam! When I received my first raspberry, I understood it would have been very funny to play with real world things: so i tried to make the PI react with environment, and I played a lot with speech recognition, various kind of sensors and so on. But ...
http://www.nicassio.it/daniele/blog/?p=87
CC-MAIN-2021-43
en
refinedweb
Service invocation API reference Dapr provides users with the ability to call other applications that have unique ids. This functionality allows apps to interact with one another via named identifiers and puts the burden of service discovery on the Dapr runtime. Invoke a method on a remote dapr app This endpoint lets y...
https://docs.dapr.io/reference/api/service_invocation_api/
CC-MAIN-2021-43
en
refinedweb
. COM.X & APN: Configure to use LTE network. Download. VSCode IDE: Install the M5Stack plug-in: Search the plug-in market for M5Stack and install the plug-in, as shown below. Click the power button on the left side of the device to restart. After entering the menu, quickly select Setup, enter the configuration page, an...
https://docs.m5stack.com/en/quick_start/m5core/mpy
CC-MAIN-2021-43
en
refinedweb
Chapter 5 5.1 Describe the circumstances in which you would choose to use embedded SQL rather than SQL alone or only a general-purpose programming language. Answer: 5.2 Write a Java function using JDBC metadata features that takes aResultSet as an input parameter, and prints out the result in tabular form, with appropr...
https://employedprofessors.com/database-management-systems-1-computer-science-homework-help/
CC-MAIN-2021-43
en
refinedweb
Improve the Performance of your React Forms Forms can get slow pretty fast. Let's explore how state colocation can keep our React forms fast. Forms can get slow pretty fast. Let's explore how state colocation can keep our React forms fast. If you use a ref in your effect callback, shouldn't it be included in the depend...
https://epicreact.dev/articles/
CC-MAIN-2021-43
en
refinedweb