text
stringlengths
20
1.01M
url
stringlengths
14
1.25k
dump
stringlengths
9
15
lang
stringclasses
4 values
source
stringclasses
4 values
How it works - A subclass of list to add Vector instances (player locations) - creates/loads a JSON-formatted, Map-based <mapname>.json file in/from your ../addons/source-python/data/plugins/<plugin>/spawnpoints folder - when it saves the JSON file, it converts the Vector instances to lists of [X, Y, Z] coordinates to ...
http://forums.sourcepython.com/viewtopic.php?f=31&t=751&p=4203&sid=938ff62122c5204355ffd0e8fec88d71
CC-MAIN-2017-13
en
refinedweb
MEAM.Design - MAEVARM - USB Communications Overview For either debugging or data communications, it is possible to send and receive data between the m2 and a computer via the same USB port that you use for programming. Setup To setup the m2 to communicate over USB, you will need to download the following mUSB-specific ...
https://alliance.seas.upenn.edu/~medesign/wiki/index.php/Guides/MaEvArM-usb
CC-MAIN-2017-13
en
refinedweb
CodePlexProject Hosting for Open Source Software I have a module that is leveraving a WCF service using the InProcFactory created by Juval Lowy at iDesign. I have a helper method that actually does the InProcFactory call and retuns the proxy as an interface for my service. I have verified that the service gets created ...
http://orchard.codeplex.com/discussions/348635
CC-MAIN-2017-13
en
refinedweb
Fixing SQL Server 2012 Support for Custom SSIS Objects in Visual Studio 2015+ You’re using the new One Designer cross-versioning in SQL Server Integration Services, and everything breaks when you try to downgrade to SQL Server 2012. The little icon that indicates that everything has gone wrong shows up, or when you try...
https://blog.tallan.com/2017/02/23/fixing-sql-server-2012-support-for-custom-ssis-objects-in-visual-studio-2015/
CC-MAIN-2017-13
en
refinedweb
IE7 From a Firefox User's Perspective 250 Buertio writes, "A week with IE takes a look at IE7 from the perspective of a long-time Firefox user. The verdict? Microsoft has come a long way but still has some way to go before taking on Firefox and Opera." Opportunity (Score:5, Interesting) Firefox will go through the same...
https://slashdot.org/story/06/10/24/1836218/ie7-from-a-firefox-users-perspective
CC-MAIN-2017-13
en
refinedweb
This action might not be possible to undo. Are you sure you want to continue? Structure 1.0 1.1 1.2 1.3 1.4 1.5 1.6 1.7 1.8 Introduction Objectives Mathematical Background Process of Analysis Calculation of Storage Complexity Calculation of Time Complexity Summary Solutions/Answers Further Readings Analysis of Algorith...
https://www.scribd.com/doc/69533045/mcs-021
CC-MAIN-2017-13
en
refinedweb
What's the Big Deal With XSL? April 22, 1999 What's the Big Deal with XSL? 1 Introduction I believe that XSL is indeed a big deal; exciting stuff (to the extent that formatting software can be). In this article, I will share my excitement with XSL and my perplexity about the perceived controversy over XSL and Cascading...
http://www.xml.com/pub/a/1999/04/holman/xsl.html?page=4
CC-MAIN-2017-13
en
refinedweb
C++ code for calculating revenue Define a class called Revenue that has 2 private members of demand and price. Include a constructor and a public function that calculates the RevenueValue of the class. RevenueValue = demand * price Use public functions of the class in a program that computes RevenueValue and displays R...
https://brainmass.com/computer-science/cpp/566880
CC-MAIN-2017-13
en
refinedweb
Code. Collaborate. Organize. No Limits. Try it Today. S#arp Lite is an architectural framework for the development of well-designed, custom-built, ASP.NET MVC applications using NHibernate for data access. In addition to this article, the architectural guidance is demonstrated via the sample project which has been incl...
http://www.codeproject.com/Articles/285158/Ssharparp-Lite-The-Basics?PageFlow=FixedWidth
CC-MAIN-2014-23
en
refinedweb
Code. Collaborate. Organize. No Limits. Try it Today. This article will teach you how to develop an application for Sugar and the XO, the OLPC project machine. More precisely, in this article, I will use C# and Mono to create a new "activity" which works on the XO and on the Sugar emulator included in the downloadable ...
http://www.codeproject.com/Articles/35770/Develop-a-Mono-application-for-the-XO-laptop?fid=1539600&df=90&mpp=10&noise=1&prof=True&sort=Position&view=Expanded&spc=None&fr=1&PageFlow=FixedWidth
CC-MAIN-2014-23
en
refinedweb
To be true to the standards of XML namespaces, our built-in logicsheets should be mapped to the URL, not the prefix. As of right now they are mapped to both (if either does not match the expected value then the logicsheet won't be accessed). If I want to use request:get-parameter instead of xsp-request:get-parameter I ...
http://mail-archives.apache.org/mod_mbox/cocoon-dev/200101.mbox/%3C3A5F83B8.8060203@apache.org%3E
CC-MAIN-2014-23
en
refinedweb
What has happened AFAIK is that in the middle of a vote in which it seemed that there was consensus, Juan has argumented strongly for his position, and this has brought us to come up with at least two other solutions. As David has correctly noted, we should try to reconcile them in a final decision. If there are other ...
http://mail-archives.apache.org/mod_mbox/forrest-dev/200404.mbox/%3Cc6oa7i$iqf$1@sea.gmane.org%3E
CC-MAIN-2014-23
en
refinedweb
#include "petscdraw.h" PetscErrorCode PetscDrawSetTitle(PetscDraw draw,const char title[])Not collective (any processor or all may call this) Note: The title is positioned in the windowing system title bar for the window. Hence it will not be saved with -draw_save in the image. A copy of the string is made, so you may ...
http://www.mcs.anl.gov/petsc/petsc-current/docs/manualpages/Draw/PetscDrawSetTitle.html
CC-MAIN-2014-23
en
refinedweb
sub coolsub { require Mod; ... } [download] print "Mod loaded at 1" if %{Mod::}; require Mod; print "Mod loaded at 2" if %{Mod::}; [download] print "Mod loaded at 1" if %{Mod::}; use Mod; print "Mod loaded at 2" if %{Mod::}; [download] print "Mod loaded at 1" if %{Mod::}; sub require_it { require Mod; } print "Mod load...
http://www.perlmonks.org/?node_id=664843
CC-MAIN-2014-23
en
refinedweb
Aspect::Pointcut - API for determining which events should be hooked Aspect-Oriented Programming implementations draw much of their power from the flexibility that can be applied to when a function call should or should not be hooked. Aspec::Pointcut provides a robust and powerful API for defining the rules for when a ...
http://search.cpan.org/~adamk/Aspect/lib/Aspect/Pointcut.pm
CC-MAIN-2014-23
en
refinedweb
CatalystX::Usul::Controller::Admin - Administration controller methods Describes v0.17.$Rev: 1 $ package YourApp::Controller::Admin; use CatalystX::Usul::Moose; BEGIN { extends q(CatalystX::Usul::Controller::Admin) } __PACKAGE__->build_subcontrollers; Controller actions that inherit from CatalystX::Usul::Controller Def...
http://search.cpan.org/~pjfl/CatalystX-Usul/lib/CatalystX/Usul/Controller/Admin.pm
CC-MAIN-2014-23
en
refinedweb
Download the code for this issue Parsing XML files is an unglamorous task that can be time consuming and tricky. In the days before .NET, programmers were forced to read XML as a text file line by line and then use string functions and possibly regular expressions. This is a time-consuming and error-prone process, and ...
http://www.drdobbs.com/windows/parsing-xml-files-in-net-using-c/184416669?cid=SBX_ddj_related_mostpopular_default_writing_cgi_scripts_in_rexx_web_techniqu&itc=SBX_ddj_related_mostpopular_default_writing_cgi_scripts_in_rexx_web_techniqu
CC-MAIN-2014-23
en
refinedweb
User Tag List Results 1 to 1 of 1 - Join Date - Sep 2006 - Location - Yes - 55 - Mentioned - 0 Post(s) - Tagged - 0 Thread(s) [SOAP]Changing the default soapheaders. I'm trying to call a webservice with the standard SoapClient. Only the server won't except the default namespace item "SOAP-ENV:encodingStyle". Code CFM: ...
http://www.sitepoint.com/forums/showthread.php?707955-SOAP-Changing-the-default-soapheaders&p=4719788
CC-MAIN-2014-23
en
refinedweb
Command Line (How Do I in Visual C++) This page links to help on tasks related to command line development using Visual C++. To view other categories of popular tasks covered in Help, see How Do I in Visual C++. - Compiling a Native C++ Program from the Command Line (C++) Demonstrates how to create a simple Visual C++ ...
http://msdn.microsoft.com/en-us/library/ms235431(d=printer,v=vs.90).aspx
CC-MAIN-2014-23
en
refinedweb
SetPriorityClass function Sets the priority class for the specified process. This value together with the priority value of each thread of the process determines each thread's base priority level. Syntax Parameters - hProcess [in] A handle to the process. The handle must have the PROCESS_SET_INFORMATION access right. F...
http://msdn.microsoft.com/en-us/library/ms686219(VS.85).aspx
CC-MAIN-2014-23
en
refinedweb
System.Xml Namespace The System.Xml namespace provides standards-based support for processing XML. Supported standards The System.Xml namespace supports these standards: XML 1.0, including DTD support: XML namespaces, both stream-level and DOM: XML schemas: XPath expressions: XSLT transformations: DOM Level 1 Core: DOM...
http://msdn.microsoft.com/en-us/library/vstudio/system.xml(v=vs.120).aspx
CC-MAIN-2014-23
en
refinedweb
PackageManager.RemovePackageAsync(String) | removePackageAsync(String) method Removes a package for the current user asynchronously and receives progress and status messages on the removal operation. Dependency packages are also removed for the user if no other packages installed for the user depend on them. Syntax Par...
http://msdn.microsoft.com/en-us/library/windows/apps/br240975.aspx?cs-save-lang=1&cs-lang=cpp
CC-MAIN-2014-23
en
refinedweb
Code. Collaborate. Organize. No Limits. Try it Today. Have you ever (for some reason or other) needed to use C# from within a Java program? Ever wondered how you could possibly make C# calls from within Java? Well, I will try to explain what is needed in this whole process. I was working on some Keyboard Hooking proble...
http://www.codeproject.com/Articles/13093/C-method-calls-within-a-Java-program?msg=1766998
CC-MAIN-2014-23
en
refinedweb
I namespace::clean that is causing the problem. I've managed to narrow it down to this minimal test case, but I haven't had any luck in figuring out why this is occuring... package Test1; use namespace::clean; sub foo { if } # Yes, this is an intentional syntax error 1; [download] I'm simply running this code from the ...
http://www.perlmonks.org/index.pl?node_id=744169
CC-MAIN-2014-23
en
refinedweb
. Many times it is common to have a class that has a very common object instance that is used at a lot of places. Like the empty string for the string class. In such cases its very convenient to keep such a pre-constructed object around for easy reference. This saves memory as the same reference can be used all-over. E...
http://blogs.msdn.com/b/abhinaba/archive/2006/09.aspx?PostSortBy=MostViewed&PageIndex=1
CC-MAIN-2014-23
en
refinedweb
ref The ref method parameter keyword on a method parameter causes a method to refer to the same variable that was passed into the method. Any changes made to the parameter in the method will be reflected in that variable when control passes back to the calling method. To use a ref parameter, the argument must explicitl...
http://msdn.microsoft.com/en-us/library/Vstudio/14akc2c7(v=vs.71)
CC-MAIN-2014-23
en
refinedweb
Code. Collaborate. Organize. No Limits. Try it Today. Reflection is a feature that allows a program to find out type (and metadata) information about objects at run-time. Programs written in languages that support Reflection, like Java and the CLR languages family (C#, Visual Basic .NET etc.) can inspect types, obtain ...
http://www.codeproject.com/Articles/10951/Fast-late-bound-invocation-through-DynamicMethod-d?fid=197817&df=90&mpp=10&sort=Position&spc=Relaxed&tid=2652130
CC-MAIN-2014-23
en
refinedweb
Using SSML for advanced text-to-speech on Windows Phone 8 Revision as of 01:32, 10 January 2013 This article demonstrates how the Speech Synthesis Markup Language (SSML) can be used to provide advanced text-to-speech (TTS) functionality on Windows Phone 8 applications. Windows Phone 8 Introduction Microsoft introduced ...
http://developer.nokia.com/community/wiki/index.php?title=Using_SSML_for_advanced_text-to-speech_on_Windows_Phone_8&diff=182183&oldid=179541
CC-MAIN-2014-23
en
refinedweb
public class SwingFXUtils extends java.lang.Object clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait public static WritableImage toFXImage(java.awt.image.BufferedImage bimg, WritableImage wimg). bimg- the BufferedImageobject to be converted wimg- an optional WritableImageobject ...
http://docs.oracle.com/javafx/2/api/javafx/embed/swing/SwingFXUtils.html
CC-MAIN-2014-23
en
refinedweb
XML::Pastor - Generate Perl classes with XML bindings starting from a W3C XSD Schema use XML::Pastor; my $pastor = XML::Pastor->new(); # Generate MULTIPLE modules, one module for each class, and put them under destination. $pastor->generate( mode =>'offline', style => 'multiple', schema=>'/some/path/to/schema.xsd', cla...
http://search.cpan.org/~aulusoy/XML-Pastor-1.0.4/lib/XML/Pastor.pm
CC-MAIN-2014-23
en
refinedweb
Operating System Kernels Showing page 7 of 58..9 weekly downloads Boot Everywhere Linux bootE Linux is yet another minimalist Linux distribution and is contained entirely on a single floppy disk. It supports only single user mode, and is intended as a repair/rescue/emergency distribution.5 Make CD-ROM Recovery Make CD-...
http://sourceforge.net/directory/system-administration/kernels/license%3Agpl/?sort=popular&page=7
CC-MAIN-2014-23
en
refinedweb
Added tarball of v3.1 source to the "View All Files" download page. Added tarballs of the source in 'v4.0' and 'trunk' directories to the download page. Branched off v4.0 of the HLA stdlib. Also renamed the "working" directory to "trunk" in order to match the SVN documentation and SVN common usage. Fixed the pat.onePat...
http://sourceforge.net/p/hla-stdlib/news/
CC-MAIN-2014-23
en
refinedweb
OK, so Harmony's implementation of HashMap requires iterator() to return a HashMap.Entry (which is not a public class) and the subclass returns an incompatible type. I assume this works on the RI, and I don't think it's unreasonable to want to extend HashMap so it would probably be good to fix this in Harmony. However ...
http://mail-archives.apache.org/mod_mbox/harmony-dev/200709.mbox/%3Cfc2fc95c0709210649m2b605456wa960409852c7721@mail.gmail.com%3E
CC-MAIN-2014-23
en
refinedweb
I do it like this: /etc/map/adobe/sling:match = http/adobe.example.com/(.+) /etc/map/adobe/sling:internalRedirect = /content/adobe/$1 /etc/map/day/sling:match = http/day.example.com/(.+) /etc/map/day/sling:internalRedirect = /content/day/$1 And, I find all <a href="/content/adobe/foo/bar.html"> and transform it to <a h...
http://mail-archives.apache.org/mod_mbox/sling-users/201202.mbox/%3CCACrt3pyvWnDPXt5sXwbdvy1D6HrWM4B6Jzt=8SAU2LSznp48Ug@mail.gmail.com%3E
CC-MAIN-2014-23
en
refinedweb
Cookie Constructor (String, String, String, String) Silverlight Namespace: System.NetNamespace: System.Net Assembly: System.Net (in System.Net.dll) Parameters - name - Type: System.String The name of the Cookie. The name parameter cannot contain the following characters: equal sign (=), semicolon (;), comma (,), newlin...
http://msdn.microsoft.com/en-us/library/a18ka3h2(v=vs.95)
CC-MAIN-2014-23
en
refinedweb
WSASocket function The WSASocket function creates a socket that is bound to a specific transport-service provider. Syntax. - lpProtocolInfo [in] A pointer to a WSAPROTOCOL_INFO structure that defines the characteristics of the socket to be created. If this parameter is not NULL, the socket will be bound to the provider...
http://msdn.microsoft.com/en-us/library/ms742212.aspx
CC-MAIN-2014-23
en
refinedweb
. Once an XmlSerializer is created, create an instance of the object to serialize. You must also create an object to write the file to a document or stream, such as a Stream, TextWriter, or XmlWriter. You can then call the Serialize() method to convert the object into an XML document. To deserialize an object from an X...
http://msdn.microsoft.com/en-us/library/system.xml.serialization(v=vs.100).aspx
CC-MAIN-2014-23
en
refinedweb
Code. Collaborate. Organize. No Limits. Try it Today. This video shows how we can deploy a WebPart using SharePoint: This is my fourth series of SharePoint Quick Start FAQ. In this series, the theme is WebPart, WebPart and WebPart. For the past some days, I have been writing and recording videos in Design Patterns, UML...
http://www.codeproject.com/Articles/33222/SharePoint-Quick-Start-FAQ-Part?msg=2916779
CC-MAIN-2014-23
en
refinedweb
Enterprise developers tasked with managing complex work-flows, business rules, and business intelligence are quick to realize the value of an enterprise platform that integrates a work-flow engine, enterprise service bus (ESB), and rule engine. Until now, this sweet spot has been filled by commercial products like IBM ...
http://www.ibm.com/developerworks/opensource/library/j-drools5/index.html?ca=drs-
CC-MAIN-2014-23
en
refinedweb
This section defines the term document, and provides additional details related to the definition of that term. It is divided into the following parts: The term document is used in this reference to mean an instance of the HTML language. The HTML language is the language described in this reference; it is an abstract l...
http://www.w3.org/TR/2012/WD-html-markup-20121025/documents.html
CC-MAIN-2014-23
en
refinedweb
My father was from <?xml:namespace prefix = st1<st1:State w:<st1:place w:Ohio</st1:place></st1:State>. He was an officer in the US Navy and served in submarines. After 31 years in the service he went on to have a successful career in business. My mother graduated near the top of her class from the <st1:place w:<st1:Pla...
http://blogs.msdn.com/b/charlie/archive/2006/09.aspx
CC-MAIN-2014-23
en
refinedweb
BTW I've just updated the documentation to show how to customize the virtual topic behaviour via XML There is also an example of a Composite Queue where sending a message to a queue/topic can really result in the message being forwarded to a number of actual physical destinations. On 7/27/06, James Strachan <james.stra...
http://mail-archives.apache.org/mod_mbox/activemq-dev/200607.mbox/%3Cec6e67fd0607270835t260dd9a6la123eb65390058fc@mail.gmail.com%3E
CC-MAIN-2014-23
en
refinedweb
CA1020: Avoid namespaces with few.
http://msdn.microsoft.com/en-US/library/ms182130(v=vs.100).aspx
CC-MAIN-2014-23
en
refinedweb
Combining VBA and Document-Level Customizations You can use Visual Basic for Applications (VBA) code in a document that is part of a document-level customization for Microsoft Office Word or Microsoft Office Excel. You can call VBA code in the document from the customization assembly, or you can configure your project ...
http://msdn.microsoft.com/en-us/library/3hekt07s.aspx
CC-MAIN-2014-23
en
refinedweb
How to: Open a Model from File in Program Code You can open DSL models in any application. From a Visual Studio extension, you can use ModelBus for this purpose. ModelBus provides standard mechanism for referencing a model or elements in a model, and for finding the model if it has moved. For more information, see Inte...
http://msdn.microsoft.com/en-us/library/ff476987
CC-MAIN-2014-23
en
refinedweb
IHierarchicalDataSource Interface Namespace: System.Web.UINamespace: System.Web.UI Assembly: System.Web (in System.Web.dll) The IHierarchicalDataSource type exposes the following members. ASP.NET supports a control data-binding architecture that enables Web server controls to bind to data and present it in a consistent...
http://msdn.microsoft.com/en-us/library/system.web.ui.ihierarchicaldatasource.aspx?cs-save-lang=1&cs-lang=csharp
CC-MAIN-2014-23
en
refinedweb
Device and Network Interfaces - converts mouse protocol to Firm Events #include <sys/stream.h> #include <sys/vuid_event.h> #include <sys/vuid_wheel. You must change the state to VUID_FIRM_EVENT mode to initiate mouse protocol conversion to Firm events. This can be accomplished by the following code: int format; format ...
http://docs.oracle.com/cd/E23823_01/html/816-5177/vuidm4p-7m.html
CC-MAIN-2014-23
en
refinedweb
java.lang.Object com.bea.content.IDcom.bea.content.ID public class ID The ID of a content element. The id includes the name of the Repository where it resides and also the opaque unique id given by the repository. When VCR client code creates a ContentEntity, such as an ObjectClass, the repositoryName must be set, but ...
http://docs.oracle.com/cd/E26806_01/wlp.1034/e14255/com/bea/content/ID.html
CC-MAIN-2014-23
en
refinedweb
Kafka Streams Application Reset Tool¶ You can reset an application and force it to reprocess its data from scratch by using the application reset tool. This can be useful for development and testing, or when fixing bugs. The application reset tool handles the Kafka Streams user topics (input, output, and intermediate t...
https://docs.confluent.io/current/streams/developer-guide/app-reset-tool.html
CC-MAIN-2020-29
en
refinedweb
The first time I saw the abbreviation BDD I thought it was a miss-print of TDD (Test Driven Development), but it’s not. It stands for Behaviour Driven Development and it is a technique derived from TDD. The difference between the two is a bit nuanced and best felt when you start using some BDD tools. One such tool is P...
https://dev.to/konrad_126/fun-driven-development-with-phpspec-28gf
CC-MAIN-2020-29
en
refinedweb
The cache management we have with ObjectAdapter, might be simplified such that we just work with java.lang.Object so far as possible. We would have a "disposable" ObjectAdapter that we instantiate around an Object whenever we need it - to access into the metamodel - and then throw it away after. Or perhaps eventually w...
https://issues.apache.org/jira/browse/ISIS-1976
CC-MAIN-2020-29
en
refinedweb
From: Andy Little (andy_at_[hidden]) Date: 2003-12-10 20:39:33 "Daniel Frey" <d.frey_at_[hidden]> wrote in message news:br6kbh$941$1_at_sea.gmane.org... >Once I have finished the main parts of the documentation, I'd like to > have a closer look at quantity libraries and how they play together > with the constant librar...
https://lists.boost.org/Archives/boost/2003/12/57396.php
CC-MAIN-2020-29
en
refinedweb
I’m writing a CUDA program, and it is mysteriously failing. I started removing code in an attempt to isolate the problem, but now that I have a ‘minimal’ example, it is even more mind-boggling. The program below reports a cuda error every time it’s run, but I don’t see what could possibly be wrong. Removing arbitrary p...
https://forums.developer.nvidia.com/t/frustrating-error-in-simple-program-am-i-doing-something-wrong/13479
CC-MAIN-2020-29
en
refinedweb
Tonight’s problem, how to re-write a method using LINQ. I am a huge fan of LINQ and try to utilize it power and simplicity whenever possible. Consider the following problem. You have a class that exposes a getTotalItems method and a getItemAtIndex method. Something like this: public class EmployeeManager { pulic int Ge...
https://coderwall.com/p/8r22dw/re-writing-methods-using-linq
CC-MAIN-2017-51
en
refinedweb
java.lang.Object org.netlib.lapack.Dopgtrorg.netlib.lapack.Dopgtr public class Dopgtr Following is the description from the original Fortran source. For each array argument, the Java version will include an integer offset parameter, so the arguments may not match the description exactly. Contact seymour@cs.utk.edu with...
http://icl.cs.utk.edu/projectsfiles/f2j/javadoc/org/netlib/lapack/Dopgtr.html
CC-MAIN-2017-51
en
refinedweb
java.lang.Object org.netlib.lapack.Sgelsxorg.netlib.lapack.Sgelsx public class Sgelsx Following is the description from the original Fortran source. For each array argument, the Java version will include an integer offset parameter, so the arguments may not match the description exactly. Contact seymour@cs.utk.edu with...
http://icl.cs.utk.edu/projectsfiles/f2j/javadoc/org/netlib/lapack/Sgelsx.html
CC-MAIN-2017-51
en
refinedweb
Misconceptions I've found that a large number of developers hear the acronym SOA and assume it's speaking of the use of web services as a major architectural driver. Service Oriented Architecture is actually a mindset which seeks to create independent/loosely coupled software services. This mindset allows easy transiti...
http://nvigorate.wikidot.com/soa
CC-MAIN-2017-51
en
refinedweb
Hi everybody, Following the guidelines in the article "Using Macromedia Flex in a Portal Environment", I've successfully developed and deployed a simple hello world portlet using flex. The article has a slightly more advanced example to show the platform's ability to access and modify the portlet session attributes. I'...
https://forums.adobe.com/thread/485982
CC-MAIN-2017-51
en
refinedweb
A very powerful feature of Topobase is the use of attribute forms. A significant amount of functionality exists in Topobase Administrator to format these forms in various ways, such as using different components, splitting attributes between tabs, specifying labels and so on. But there's limited functionality to adjust...
http://topobaseinsiders.typepad.com/the_topobase_insiders/2009/01/index.html
CC-MAIN-2017-51
en
refinedweb
java.lang.Object org.netlib.blas.SSWAPorg.netlib.blas.SSWAP public class SSWAP SSWAP is a simplified interface to the JLAPACK routine ssw. c c interchanges two vectors. c uses unrolled loops for increments equal to 1. c jack dongarra, linpack, 3/11/78. c modified 12/3/93, array(1) declarations changed to array(*) c pub...
http://icl.cs.utk.edu/projectsfiles/f2j/javadoc/org/netlib/blas/SSWAP.html
CC-MAIN-2017-51
en
refinedweb
Threaded View - Join Date - Feb 2013 - Location - Russian federation, Smolensk - 38 - Vote Rating - 0 - Answers - 5 Answered: Charts. creating and other Hi everyone. I'm trying to make a simple example of chart just to see it works but it doesn't. help me please. here is the code: Code: public class ExampleChart extend...
https://www.sencha.com/forum/showthread.php?256724-Charts.-creating-and-other&p=939728&mode=threaded
CC-MAIN-2015-27
en
refinedweb
Source toffee / README.rst Toffee – test object factories Toffee helps create test fixtures for ORM model objects. Example: from toffee import Fixture, Factory product_factory = Factory(Product, id=Seq()) class MyFixture(Fixture): product_1 = product_factory(desc='cuddly toy') product_2 = product_factory(desc='toy trac...
https://bitbucket.org/ollyc/toffee/src/cc8f8e54d5985d369986014c3bbeb2664a334f1b/README.rst?at=default
CC-MAIN-2015-27
en
refinedweb
The Goal | What happens and how to make it happen | How it works | To Do | What I learned This is going to have a schema describing the XML/XSLT calendar system that I am building. But at the moment it is a placeholder for the Namespace - - please use that exact string if you are going to link to it (can't imagine why ...
http://www.w3.org/2000/09/calendar/alpha1
CC-MAIN-2015-27
en
refinedweb
On Friday 30 January 2009, Ingo Molnar wrote:> Sam, would you mind to remove the CONFIG_* warnings from headers_check, > and get that commit to Linus ASAP? (or we can put it into this branch too, > if you prefer it that way)> > Those warnings wont be worked around in the headers and that check litters > the CONFIG_HEAD...
https://lkml.org/lkml/2009/1/30/266
CC-MAIN-2015-27
en
refinedweb
getting "ACPI Invalid PBLK Length 5" - message on Hardy Alpha 5 Bug Description I am getting an error message on the Hardy Alpha 5 Alternate CD version 32 bit. The error message is: ACPI Invalid PBLK length 5 This message occurs both during the integrity check function of the CD and also during the very initial stages ...
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/197267
CC-MAIN-2015-27
en
refinedweb
Basic questions regarding Obj-C + jitter dev. Hello Forgive the basic questions. I am finally trying my hand at some jitter external dev so bare with me: Are there any examples of using Obj-C with Jitter (or Max) available for me to peruse and wrap my head around? I’ve not been able to find any officially with the SDK,...
https://cycling74.com/forums/topic/basic-questions-regarding-obj-c-jitter-dev/
CC-MAIN-2015-27
en
refinedweb
- NAME - DESCRIPTION - METHODS - For nil - For SCALARs - For ARRAY references - For HASH references -. Note that optional functions are defined in Text::Xslate::Bridge::Star. METHODS The xslate engine supports auto-boxing, so you can call methods for primitive (non-object) values. The following are builtin methods. For...
https://metacpan.org/pod/distribution/Text-Xslate/lib/Text/Xslate/Manual/Builtin.pod
CC-MAIN-2015-27
en
refinedweb
Opened 4 years ago Closed 4 years ago #15631 closed (worksforme) There is no __file__ when settings.DEBUG = False Description Processing admin.py with following code failed when DEBUG = False from django.contrib import admin from django.contrib.auth.models import User import os.path app_name = os.path.basename(os.path....
https://code.djangoproject.com/ticket/15631
CC-MAIN-2015-32
en
refinedweb
3.0.0-rc1 # Overview ## CMS ### - Fixed memory leaks in the CMS, by better event delegation, as well as patches to jstree and TinyMCE libraries. Reduced leaks in legacy browsers (IE7/IE8). Better interface consistency after data submissions, e.g. updating breadcrumb titles after saving a page Framework ### - Moved Sapp...
https://docs.silverstripe.org/en/3.1/changelogs/rc/3.0.0-rc1
CC-MAIN-2015-32
en
refinedweb
, suggested reading at the top). First I'm going to throw a whole bunch of code at you. This example contains the basics for setting up a KDE application gui and connecting a button to a dbus method._ () Lets go through this example to try and understand it. First we import the libraries that are needed to make it all ...
https://techbase.kde.org/index.php?title=Development/Languages/Python/PyKDE_DBus_Tutorial&diff=40066&oldid=40009
CC-MAIN-2015-32
en
refinedweb
Chapter 8: Evolving a Custom Solution On This Page Introduction and Goals Determining Your Next Steps Expanding Active Directory Kerberos and LDAP Functionality Introduction and Goals Now that you have deployed your custom solution for establishing interoperability between computers running the UNIX or Linux and Micros...
https://technet.microsoft.com/es-hn/library/bb463162.aspx
CC-MAIN-2015-32
en
refinedweb
Phooey From HaskellWiki Revision as of 01:18, 24 February 2010 1 AbstractPhooey is a functional UI library for Haskell. Or it's two of them, as it provides a Besides this wiki page, here are more ways to find out about Phooey: - Read the Haddock docs (with source code, additional examples, and Comment/Talk links). - Ge...
https://wiki.haskell.org/index.php?title=Phooey&diff=prev&oldid=33828
CC-MAIN-2015-32
en
refinedweb
Design Patterns - We have created an interface Order which is acting as a command. We have created a Stock class which acts as a request. We have concrete command classes BuyStock and SellStock implementing Order interface which will do actual command processing. A class Broker is created which acts as an invoker objec...
http://www.tutorialspoint.com/design_pattern/command_pattern.htm
CC-MAIN-2015-32
en
refinedweb
Introduction to Programming Languages/Interpreted Programs Interpreted Programs[edit] Interpreters execute programs in a different way. They do not produce native binary code; at least not in general. Instead, an interpreter converts a program to an intermediate representation, usually a tree, and uses an algorithm to ...
https://en.wikibooks.org/wiki/Introduction_to_Programming_Languages/Interpreted_Programs
CC-MAIN-2015-32
en
refinedweb
Using the CodeDOM The CodeDOM provides types that represent many common types of source code elements. You can design a program that builds a source code model using CodeDOM elements to assemble an object graph. This object graph can be rendered as source code using a CodeDOM code generator for a supported programming ...
https://msdn.microsoft.com/en-us/library/vstudio/y2k85ax6?cs-save-lang=1&cs-lang=csharp
CC-MAIN-2015-32
en
refinedweb
Post your Comment J2ME Java Editor plugin J2ME Java Editor plugin Extends Eclipse Java Editor support ing J2ME Polish directives, variables and styles. Edit java files using Editor Editor sir i want to develop a menu programe in java so sir i want to a file menu which have open dialog and save dialog and in edit menu h...
http://www.roseindia.net/discussion/20437-J2ME-Java-Editor-plugin.html
CC-MAIN-2015-32
en
refinedweb
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location. operator< Visual Studio .NET 2003 Tests if the object on the left side of the operator is less than the object on the right side. Parameters - _Left - An obje...
https://msdn.microsoft.com/en-us/library/vstudio/691s080z(v=vs.71).aspx
CC-MAIN-2015-32
en
refinedweb
Determine DNS requirements for Lync Server 2013 Topic Last Modified: 2013-02-22 Use the following flow chart to determine Domain Name System (DNS) requirements. Changes for the Cumulative Updates for Lync Server 2013: February 2013 are noted where they apply. Determining DNS Requirements Flow Chart Microsoft Lync 2010,...
https://technet.microsoft.com/en-us/library/gg398758.aspx
CC-MAIN-2015-32
en
refinedweb
signal() versus sigaction() on Solaris By User13277689-Oracle on Oct 30, 2009 This entry is mostly for newcomers to Solaris/OpenSolaris from UNIX-like systems. When I had been taught about signal() and sigaction() my understanding was that sigaction() is just a superset of signal() and also POSIX conformant but otherwi...
https://blogs.oracle.com/vlad/tags/signal
CC-MAIN-2015-32
en
refinedweb
{{Bug}} (or {{Template:Bug}}, if this page is not in the "Template" namespace). For more details on how to use templates see "A Quick Guide to Templates". Provide the bug number as the first argument to this template, and it will automatically create a link to the bug in the KDE bugzilla. Included content begins Inclu...
https://techbase.kde.org/index.php?title=Template:Bug&oldid=17691
CC-MAIN-2015-32
en
refinedweb
What a Monad is not From HaskellWiki Latest revision as of 17:17, 26 July 2014 [edit] 1 Warning Don't be surprised if you leave this page more confused than before. That just means that it has successfully destroyed your false assumptions, or that you've fallen for some horrible inside joke. Beware of Zygohistomorphic ...
https://wiki.haskell.org/index.php?title=What_a_Monad_is_not&diff=cur&oldid=55587
CC-MAIN-2015-32
en
refinedweb
I am having difficulty getting code to compile in VS 2008. I have copied the .h files to the CL directory like it says to on page but when I started to write a small segment of code to just make sure it will build i am getting the error: Cannot find CL\cl.h and if i change it to openCL.h for my include it tells me the ...
https://www.khronos.org/message_boards/showthread.php/8101-fatal-error-1083-Cannot-open-include-file-Cl-cl-h-no-such?p=26585
CC-MAIN-2015-32
en
refinedweb
QMetaType The QMetaType class manages named types in the meta-object system. More... #include <QMetaType> Note: All functions in this class are thread-safe. Public Types Static Public Members Related Non-Members Macros Detailed Description().(). void qRegisterMetaTypeStreamOperators ( const char * typeName )(). Macro D...
https://developer.blackberry.com/native/reference/cascades/qmetatype.html
CC-MAIN-2015-32
en
refinedweb
Watch Queue TV Queue I created GUI for bluetooth remote. This is a small demo for it. Nothing too fancy at the moment, just a GUI to connect to bluetooth device and notifications. I'm gonna add more stuff to GUI when i have ideas for them. Checkbox for enabling/disabling notifications would be nice. GUI is made using p...
https://www.youtube.com/watch?v=iTq0-JQpPNo&feature=youtu.be
CC-MAIN-2015-32
en
refinedweb
'ceilometer.storage' driver found Hi, I am trying to run ceilometer- File "/usr/local/ raise RuntimeError('No %r driver found, looking for %r' % (namespace, name)) RuntimeError: No 'ceilometer. Removing descriptor: 5 2012-10-20 13:58:16 22078 CRITICAL ceilometer [-] No 'ceilometer. Thanks. Question information - Langua...
https://answers.launchpad.net/ceilometer/+question/211790
CC-MAIN-2015-32
en
refinedweb
Source CherryPy / sphinx / source / progguide / extending / customtools.rst Custom Tools CherryPy is an extremely capable platform for web application and framework development. One of the strengths of CherryPy is its modular design; CherryPy separates key-but-not-core functionality out into "tools". This provides two ...
https://bitbucket.org/btubbs/cherrypy/src/bfdda6de07bf/sphinx/source/progguide/extending/customtools.rst
CC-MAIN-2015-32
en
refinedweb
The WebIDL bindings are generated at build time based on two things: the actual WebIDL file and a configuration file that lists some metadata about how the WebIDL should be reflected into Gecko-internal code. All WebIDL files should be placed in dom/webidl and added to the list in the WebIDL.mk file in that directory. ...
https://developer.mozilla.org/en-US/docs/Mozilla/WebIDL_bindings$revision/294202
CC-MAIN-2015-32
en
refinedweb
This chapter introduces Oracle Business Rules RL Language (RL Language) concepts. This chapter includes the following sections: Section 1.1, "Starting the Oracle Business Rules RL Language Command-Line" Section 1.2, "Introducing Rules and Rulesets" Section 1.3, "Introducing Facts and RL Language Classes" Section 1.4, "...
https://docs.oracle.com/cd/E28280_01/dev.1111/e10227/rlprog.htm
CC-MAIN-2015-32
en
refinedweb
GetLogicalDriveStrings function Fills a buffer with strings that specify valid drives in the system. Syntax Parameters - nBufferLength [in] The maximum size of the buffer pointed to by lpBuffer, in TCHARs. This size does not include the terminating null character. If this parameter is zero, lpBuffer is not used. - lpBu...
https://msdn.microsoft.com/en-us/library/aa364975(v=vs.85).aspx
CC-MAIN-2015-32
en
refinedweb
Microsoft.Office.Server.ActivityFeed namespace SharePoint 2013 The API in this namespace is deprecated. SharePoint 2013 includes the following APIs for working with feeds: .NET client, JavaScript, REST, and server. See Work with social feeds in SharePoint 2013 to choose the API for your specific feed-related programmin...
https://msdn.microsoft.com/en-us/library/microsoft.office.server.activityfeed(v=office.15).aspx
CC-MAIN-2015-32
en
refinedweb
Switch our complete calendar on and off alongside your private calendar. For other calendar software, simply import this URL. or another sharing service '13 will address novel in-vehicle services, models of and concepts for enhancing the driver experience and topics (models and concepts) related to driver performance a...
https://www.interaction-design.org/calendar/auto_ui_2013_-_international_conference_on_automotive_user_interfaces_and_interactive_vehicular_applications.html
CC-MAIN-2015-32
en
refinedweb
Haskell For Kids: My Project! Oops! I almost forgot to do my own homework from my Haskell for Kids class! Here’s the program I wrote (intentionally using only the features we’d already talked about in class.) import Graphics.Gloss picture = pictures [ color lightGray (rectangleSolid 500 500), translate 0 (-75) (color d...
https://cdsmith.wordpress.com/2011/08/23/haskell-for-kids-my-project/?like=1&source=post_flair&_wpnonce=2221fbe573
CC-MAIN-2015-32
en
refinedweb
RapidSMS Developers Guide/Internationalization This section explains how to localize your application. This describes how switch from one language (code language, usually English) to another language. If you want to serve multiple languages at the same this, do it yourself. Contents Changing your code to support Locali...
https://en.wikibooks.org/wiki/RapidSMS_Developers_Guide/Internationalization
CC-MAIN-2015-32
en
refinedweb
Applying Attributes Use. In J#, the attribute is attached using special comment syntax. Specify positional parameters and named parameters for the attribute. Positional parameters are required and must come before any named parameters; they correspond to the parameters of one of the attribute's constructors. Named para...
https://msdn.microsoft.com/en-us/library/bfz783fz(v=vs.80).aspx?cs-save-lang=1&cs-lang=csharp
CC-MAIN-2015-32
en
refinedweb
Unanswered: window.open not working? Is there a way to get "window.open" working in javascript running in a packaged app? I know there are possibilities like "Ion.util.openUrl(...)" for Default-Browser-Windows and "Ion.ui.Window({url: _url, title: 'Second Window'})" for Application-Windows. But I have some old views ru...
https://www.sencha.com/forum/showthread.php?268482-window.open-not-working&p=986424&viewfull=1
CC-MAIN-2015-32
en
refinedweb
.NET Security Part 4Published 28 May 2013 11:14 am by a professional. The examples below are just illustrations of the sort of things that can go wrong. 1. AppDomainSetup.ApplicationBase The most obvious one is the issue covered in the MSDN documentation on creating a sandbox, in step 3 – the sandboxed appdomain has th...
https://www.simple-talk.com/blogs/2013/05/28/net-security-part-4/
CC-MAIN-2015-32
en
refinedweb
IRC log of svgig on 2008-11-20 Timestamps are in UTC. 15:51:32 [RRSAgent] RRSAgent has joined #svgig 15:51:32 [RRSAgent] logging to 15:51:34 [trackbot] RRSAgent, make logs public 15:51:34 [Zakim] Zakim has joined #svgig 15:51:36 [trackbot] Zakim, this will be SVGIG 15:51:36 [Zakim] ok, trackbot; I see GA_SVGIG()11:00AM...
http://www.w3.org/2008/11/20-svgig-irc
CC-MAIN-2015-32
en
refinedweb
Derive your application container class from MPAlbAnimationObserver, and declare these CPAlbImageViewerBasic* iViewer ; void Notify( TAnimationEvent aEvent ); And, in your container,Animation method/function use this code. Dont forget to return count in CountComponentControls() and iViewer pointer in ComponetControl() ...
http://wiki.forum.nokia.com/index.php/Gif_animation_for_symbian_2nd_and_3rd_edition_phones
crawl-002
en
refinedweb
From: Martin Sevior (msevior@physics.unimelb.edu.au) Date: Fri Dec 06 2002 - 05:27:34 EST ---------- Forwarded message ---------- Date: Fri, 06 Dec 2002 09:30:36 +0100 From: Mauro Colorio <linuxbox@interfree.it> To: msevior@physics.unimelb.edu.au Subject: Re: gypsthon patch > HI Maurio, Mauro, I'm MAURO!!:) > I haven't...
http://www.abisource.com/mailinglists/abiword-dev/02/Dec/0053.html
crawl-002
en
refinedweb
Opened 4 years ago Last modified 3 years ago now by this I mean the application should not be required to know where it is installed. get_absolute_url forces the object to know the URL path it is coming in on. what might be nicer would be a get_relative_url which would return the part of the URL that the app is resposi...
http://code.djangoproject.com/ticket/672
crawl-002
en
refinedweb