text
stringlengths
20
1.01M
url
stringlengths
14
1.25k
dump
stringlengths
9
15
lang
stringclasses
4 values
source
stringclasses
4 values
This is the second release with the new Java based graphical user interface (GUI) server for newLISP. Since newLISP-GS appeared for the first time in release 9.2 new functions have been added, many bugs where fixed, and the newLISP-GS based multi tab editor has much improved behavior when launching applications. The mo...
http://www.newlisp.org/downloads/previous-release-notes/newLISP-9.3-Release.html
CC-MAIN-2015-18
en
refinedweb
Learn how easy it is to sync an existing GitHub or Google Code repo to a SourceForge project! See Demo You can subscribe to this list here. Showing 4 results of 4 Sam Steingold wrote: >> gcc -shared -oregshared.o regex.o regexi.o >> ../lisp.run -M ../lispinit.mem >> (load"preload.lisp") ; preload >> (sys::dynload-modul...
http://sourceforge.net/p/clisp/mailman/clisp-devel/?viewmonth=200512&viewday=20
CC-MAIN-2015-18
en
refinedweb
#include <zzip/fseeko.h> The zzip_entry_fread_file_header functions read the correspoding struct zzip_file_header from the zip disk of the given "entry". The returned off_t points to the end of the file_header where the current fseek pointer has stopped. This is used to immediatly parse out any filename/extras block fo...
http://www.makelinux.net/man/3/Z/zzip_entry_strdup_name
CC-MAIN-2015-18
en
refinedweb
- service can be started by calling startService(), which allows the service to run indefinitely, should.. even - AIDL (Android Interface Definition Language) performs all the work to decompose objects into primitives that the operating system can understand and marsh mB, mConnection, Context.BIND_AUTO_CREATE); } @Ove...
https://developer.android.com/guide/components/bound-services.html
CC-MAIN-2015-18
en
refinedweb
I have made a class here that has two methods. As you guys can notice, in my two methods that I made, I have listed some arugments in there with parameters. My question is that the variables im using in first method, can they be identical on my second method? Is this ok to do? Code : public class StudentScore { private...
http://www.javaprogrammingforums.com/%20whats-wrong-my-code/35751-using-same-parameters-but-different-functiosn-allowed-not-printingthethread.html
CC-MAIN-2015-18
en
refinedweb
In configure.ac add: AC_PATH_PROGS([html_browser_open], [xdg-open htmlview]) if test -z $html_browser_open; then AC_MSG_ERROR([cannot find utility to launch browser]) fi AC_SUBST(html_browser_open) Somewhere in your code that is processed by config.status add something like this: web_browser_launcher = '@html_browser_o...
https://www.redhat.com/archives/fedora-devel-list/2007-October/msg00092.html
CC-MAIN-2015-18
en
refinedweb
To address this question we need to realize that Outlook is a client application which is only a front end and local cache for a mail server (typically exchange server). Most web applications are server applications and thus run on servers which usually don't have client applications, such as Outlook, installed on the...
http://weblogs.asp.net/whaggard/how-do-i-access-my-outlook-contacts-from-my-web-application
CC-MAIN-2015-18
en
refinedweb
Ahh i dont know i will go read more about codes.Thanks anyway :) Ahh i dont know i will go read more about codes.Thanks anyway :) I just wached tutorial in youtube and i fix all bug and still nothing.Im novice in java programing so i need little help. Okay i edit it.Can you help me now ?Тhanks in advance :) What is wro...
http://www.javaprogrammingforums.com/search.php?s=ac85f8dd99aa0d1ab869ad86326de9ab&searchid=1514950
CC-MAIN-2015-18
en
refinedweb
in reply to Re^2: How to de-reference a coderef? in thread How to de-reference a coderef? What about other namespaces? What about multiple matches? A sub is a little like an inode on a unix filesystem: it may have several names, or none; and several handles, or none. ....
http://www.perlmonks.org/?node_id=413598
CC-MAIN-2015-18
en
refinedweb
Metadata Specifications Index Page Brief WSDL provides an extensible mechanism for defining the base messaging description and metadata for a Web service. The Web Services Policy Framework provides a general-purpose model and corresponding syntax to describe and communicate the policies of a Web service. Web Services M...
https://msdn.microsoft.com/en-us/library/ms951266.aspx
CC-MAIN-2015-18
en
refinedweb
kaiso 0.14.3 A queryable object persistence and relationship framework based on the Neo4j graph database. A graph based queryable object persistance framework built on top of Neo4j. Example In addition to objects, Kaiso also stores the class information in the graph. This allows us to use cypher to query instance infor...
https://pypi.python.org/pypi/kaiso/0.14.3
CC-MAIN-2015-18
en
refinedweb
Learn how easy it is to sync an existing GitHub or Google Code repo to a SourceForge project! See Demo You can subscribe to this list here. Showing 3 results of 3 Hi, I've been trying to get DW2 EH exception handling working on windows targets with general success, but have hit a snag. If a C library function that take...
http://sourceforge.net/p/mingw/mailman/mingw-dvlpr/?viewmonth=200411&viewday=23
CC-MAIN-2015-18
en
refinedweb
PS PSAMControlLibrary; directive to your code. using PSAMControlLibrary;::.
http://www.codeproject.com/Articles/87329/PSAM-Control-Library?fid=1575460&df=90&mpp=10&sort=Position&spc=None&tid=3960355
CC-MAIN-2015-18
en
refinedweb
. Operator (C# Reference) Visual Studio 2010 The dot operator (.) is used for member access. The dot operator specifies a member of a type or namespace. For example, the dot operator is used to access specific methods within the .NET Framework class libraries: For example, consider the following class: The variable s h...
https://msdn.microsoft.com/en-us/library/6zhxzbds(v=vs.100).aspx
CC-MAIN-2015-18
en
refinedweb
Hi, > I posted new ones. > - > (changes in page_cgroup) > (I'm not sure this gets Ack or Nack. but direction will not change.) > > Then, please tell me if you have new troubles with new ones. > Or if you have requests. > Major changes are > > - page_cgroup.h is added. > - lookup_page_cgroup(struct page*), lock_page_cgr...
http://www.redhat.com/archives/dm-devel/2008-September/msg00195.html
CC-MAIN-2015-18
en
refinedweb
#include <X11/extensions/Xcomposite.h> The composite extension provides several related mechanisms: Per-hierarchy storage may be created for individual windows or for all children of a window. Manual shadow update may be selected by only a single application for each window; manual update may also be selected on a per-...
http://www.x.org/releases/X11R7.5/doc/man/man3/XCompositeVersion.3.html
CC-MAIN-2015-18
en
refinedweb
#include <playerc.h> List of all members. Device info; must be at the start of all device structures. Robot geometry in robot cs: pose gives the position3d and orientation, size gives the extent. These values are filled in by playerc_position3d_get_geom(). Device position (m). Device orientation (radians). Linear veloc...
http://playerstage.sourceforge.net/doc/Player-1.6.5/player-html/structplayerc__position3d__t.php
CC-MAIN-2015-18
en
refinedweb
There are a lot of articles about progress bars (about a dozen in CodeProject [^] ) and they all have different properties. My aim in writing BusyBar was to make all the different styles available in one control. I have coded about twenty-five styles, but the real beauty of BusyBar is that it is easily extendable. I ho...
http://www.codeproject.com/Articles/10432/BusyBar?msg=1117582
CC-MAIN-2015-18
en
refinedweb
Using .NET Framework, it is very easy to check for valid and broken links in C#. The main namespace required is System.Net 7/5/11 Update: use HttpWebResponse instead of WebResponse In the article describing how to download a file in C# we described how to connect to the internet to retrieve a file. Using the same techn...
http://www.vcskicks.com/check-website.php
CC-MAIN-2015-18
en
refinedweb
Array Size!!! Hi people, My Question is to: "Read integers from the keyboard until zero is read, storing them in input order in an array A. Then copy them to another array B doubling each integer.Then print B.". If you know any other solution other than this then please do tell me. Please help me, im stuck in this prog...
https://www.java.net/node/684314
CC-MAIN-2015-18
en
refinedweb
Understanding Struts Controller Understanding Struts Controller In this section I will describe you the Controller.... It is the Controller part of the Struts Framework. ActionServlet is configured software making software making hello sir , sir you post me answer... in c and c++.sir i regueast you please you guid me. ...
http://www.roseindia.net/tutorialhelp/comment/19444
CC-MAIN-2015-18
en
refinedweb
django-uturn 0.2.0 Overriding redirects in Django, to return where you came from Provides the HTTP redirect flexibility of Django’s login view to the rest of your views. Here’s what happens when you –as an anonymous user– try to access a view requiring you to log in: - Django redirects you to /login?next=/page-you-want...
https://pypi.python.org/pypi/django-uturn/0.2.0
CC-MAIN-2015-18
en
refinedweb
24 August 2010 06:26 [Source: ICIS news] By Pearl Bantillo SINGAPORE (ICIS)--Southeast Asia’s oil and gas giant PTT is optimistic that all its frozen petrochemical projects in Mab Ta Phut, save one, will be released from suspension by the courts, a company spokesperson said on Tuesday. The Thai Cabinet is currently ass...
http://www.icis.com/Articles/2010/08/24/9387208/thailands-ptt-optimistic-on-mab-ta-phut-projects-restart.html
CC-MAIN-2015-18
en
refinedweb
08 May 2012 19:25 [Source: ICIS news] WASHINGTON (ICIS)--The ?xml:namespace> In its semi-annual economic forecast, the Institute for Supply Management (ISM) said that two-thirds of its member increase in raw materials costs expected for the balance of 2012, “manufacturers are poised to grow revenues and contain costs t...
http://www.icis.com/Articles/2012/05/08/9557512/us-manufacturing-services-to-boost-revenues-this-year-ism.html
CC-MAIN-2015-18
en
refinedweb
In this hands-on lab, we will install Helm and configure the standard repository. Once that is complete, we will release a chart to ensure everything is working properly. After the release is verified, we will use Helm to clean up our cluster and remove the resources we created. Learning Objectives Successfully complet...
https://acloudguru.com/hands-on-labs/installing-helm
CC-MAIN-2022-33
en
refinedweb
Content uploaded by Elizabeth Theiss-Morse Author content All content in this area was uploaded by Elizabeth Theiss-Morse on Dec 03, 2017 Content may be subject to copyright. 99© Springer International Publishing Switzerland 2016 E. Shockley et al. (eds.), Interdisciplinary Perspectives on Trust, DOI 10.1007/978-3-319-...
https://www.researchgate.net/publication/295257316_Examining_the_Relationship_Between_Interpersonal_and_Institutional_Trust_in_Political_and_Health_Care_Contexts
CC-MAIN-2022-33
en
refinedweb
How to Use Namespaces for Advanced Android Configuration Today, we would like to introduce a feature that we call Custom Configuration. With Custom Config, Esper customers can more effectively finetune Android devices in every way possible. A custom config uses JSON to define changes or actions. These are categorized i...
https://blog.esper.io/introducing-esper-advanced-custom-config-namespaces/
CC-MAIN-2022-33
en
refinedweb
In this hands-on lab, you will be tasked with accessing a persistent volume from a pod in order to view the available volumes inside the Kubernetes cluster. By default, pods cannot access volumes directly, so you will also need to create a cluster role to provide authorization to the pod. Additionally, you cannot acces...
https://acloudguru.com/hands-on-labs/creating-a-clusterrole-to-access-a-pv-in-kubernetes
CC-MAIN-2022-33
en
refinedweb
Tag:player Swift: audiotoolbox development C program local player IOS local player, using avaudioplayer is very simple, Take the audio resource file path, create avaudioplayer, thenprepareToPlay, you canplayYes Using audiotoolbox to develop C program local player, the routine is also very simple Playback is divided int...
https://developpaper.com/tag/player/
CC-MAIN-2022-33
en
refinedweb
Iterators - Loading data¶ In this tutorial, we focus on how to feed data into a training or inference program. Most training and inference modules in MXNet accept data iterators, which simplifies this procedure, especially when reading large datasets. Here we discuss the API conventions and several provided iterators. ...
https://mxnet.apache.org/versions/0.12.1/tutorials/basic/data.html
CC-MAIN-2022-33
en
refinedweb
There are many functions in OpenCV that allow you to manipulate your input image. cv2.Gaussianblur() is one of them. It allows you to blur images that are very helpful while processing your images. In this entire tutorial you will know how to blur an image using the OpenCV python module. Why We blur the image? Just lik...
https://gmailemail-login.email/blur-an-image-in-python-using-opencv/
CC-MAIN-2022-33
en
refinedweb
#include "inthash.c" Go to the source code of this file. Definition at line 36 of file inthash.h. Definition at line 43 of file inthash.h. hash table top level data structure delete an string from the hash table, given its string name Definition at line 182 of file inthash.c. destroy the hash table completely, dealloca...
http://www.ks.uiuc.edu/Research/vmd/plugins/doxygen/inthash_8h.html
CC-MAIN-2022-33
en
refinedweb
Module java.logging Package java.util.logging Class ErrorManager java.lang.Object java.util.logging.ErrorManager public class ErrorManager extends Object ErrorManager objects can be attached to Handlers to process any error that occurs on a Handler during Logging. When processing logging output, if a Handler encounters...
https://docs.oracle.com/en/java/javase/15/docs/api/java.logging/java/util/logging/ErrorManager.html
CC-MAIN-2022-33
en
refinedweb
A frame descriptor for a YCbCr 4:2:2 packed frame type #include <camera/camera_api.h> typedef struct { uint32_t height; uint32_t width; uint32_t stride; } camera_frame_ycbycr_t; Stride is often called pitch. Use this frame descriptor when CAMERA_FRAMETYPE_YCBYCR is reported as the camera_frametype_t. Each set of two pi...
https://www.qnx.com/developers/docs/7.1/com.qnx.doc.camera/topic/structcamera__frame__ycbycr__t.html
CC-MAIN-2022-33
en
refinedweb
Funergy mythbusterma Thank you both very much. This has helped so much :D I am wondering how do I get what a player has said? So then i can match it to a specific word or phrase Thanks Thank you! Basically the title XD I just wanna know how this would be done... I just have no idea... Thanks for the help "yes" Well tha...
https://dl.bukkit.org/members/forge_user_48269466.90852192/recent-content
CC-MAIN-2022-33
en
refinedweb
Windows Forms ("WinForms" for short) is a GUI class library included with the .NET Framework. It is a sophisticated object-oriented wrapper around the Win32 API, allowing the development of Windows desktop and mobile applications that target the .NET Framework. WinForms is primarily event-driven. An application consist...
https://riptutorial.com/winforms/topic/1018/getting-started-with-winforms
CC-MAIN-2019-30
en
refinedweb
Constructors in C++ Programming Submitted by Sagun Shrestha Constructors are the member functions that are executed automatically when an object is created. That means no explicit call is necessary to call a constructor. The name constructor is given because it constructs the value of the data member of class. Construc...
https://www.programtopia.net/cplusplus/docs/constructors
CC-MAIN-2019-30
en
refinedweb
Provided by: libroar-dev_1.0~beta11-7_amd64 NAME roar_vs_stream - Set up stream parameters for VS object SYNOPSIS #include <roaraudio.h> int roar_vs_stream(roar_vs_t * vss, const struct roar_audio_info * info, int dir, int * error); DESCRIPTION This function asks a VS object opened by roar_vs_new_from_con(3) or roar_vs...
http://manpages.ubuntu.com/manpages/xenial/man3/roar_vs_stream.3.html
CC-MAIN-2019-30
en
refinedweb
50013/create-an-ec2-instance-using-boto Hi @Neel, try this script: reservations = conn.get_all_instances(instance_ids=[sys.argv[1]]) instances = [i for r in reservations for i in r.instances] for i in instances: key_name = i.key_name security_group = i.groups[0].id instance_type = i.instance_type print "Now Spinning Ne...
https://www.edureka.co/community/50013/create-an-ec2-instance-using-boto
CC-MAIN-2019-30
en
refinedweb
]) } }, Environment } class HelloModule( environment: Environment, configuration: Configuration) extends AbstractModule { def configure() = { // Expect configuration like: // hello.en = "myapp.EnglishHello" // hello.de = "myapp.GermanHello" val helloConfiguration: Configuration = configuration.getConfig(String(l).get G...
https://www.playframework.com/documentation/tr/2.4.x/ScalaDependencyInjection
CC-MAIN-2019-30
en
refinedweb
How to use ~/.bashrc aliases on IPython 3.2.0? I need to use my aliases from ~/.bashrc on IPython. First I've tried but it didn't work %%bash source ~/.bashrc According to this post we should do %%bash . ~/.bashrc f2py3 -v It takes 20 sec to run on Jupiter and I get: bash: line 2: f2py3: command not found My ~/.bashrc ...
http://www.brokencontrollers.com/faq/31410683.shtml
CC-MAIN-2019-30
en
refinedweb
There are two primary functions for sending data to a server formatted as a HTML form. If you are migrating over from the WWW system, see Using WWWForm, below. To provide greater control over how you specify your form data, the UnityWebRequest system contains a user-implementable IMultipartFormSection interface. For st...
https://docs.unity3d.com/Manual/UnityWebRequest-SendingForm.html
CC-MAIN-2019-30
en
refinedweb
Secure Your Sensitive Data with Kubernetes Secrets Kubernetes secrets are objects that store and manage sensitive data inside your Kubernetes cluster. One mistake developers often make is storing sensitive information like database passwords, API credentials, etc in a settings file in their codebase. This is very bad p...
https://howchoo.com/g/nmu3mje4zjz/secure-your-sensitive-data-with-kubernetes-secrets
CC-MAIN-2019-30
en
refinedweb
@Incubating @NotExtensible public interface MockitoSession MockitoSessionis an optional, highly recommended feature that helps driving cleaner tests by eliminating boilerplate code and adding extra validation. If you already use MockitoJUnitRunneror MockitoRule*you don't need* MockitoSessionbecause it is used by the ru...
https://static.javadoc.io/org.mockito/mockito-core/3.0.0/org/mockito/MockitoSession.html
CC-MAIN-2019-30
en
refinedweb
Description Class for clusters of 'clone' particles, that is many rigid objects with the same shape and mass. This can be used to make granular flows, where you have thousands of objects with the same shape. In fact, a single ChParticlesClones object can be more memory-efficient than many ChBody objects, because they s...
http://api.projectchrono.org/classchrono_1_1_ch_particles_clones.html
CC-MAIN-2019-30
en
refinedweb
cc . . . -lc #include <fcntl.h> int open (const char *path, int oflag, ... ); When opening a FIFO with O_RDONLY or O_WRONLY set: When opening a file associated with a communication line: The open returns without waiting for carrier. The open blocks until carrier is present. When opening a STREAMS file, oflag may be con...
http://osr507doc.xinuos.com/en/man/html.S/open.S.html
CC-MAIN-2019-30
en
refinedweb
- .6.) In this MT application, we execute three separate recursive functions—first in a single-threaded fashion, followed by the alternative with multiple threads. 1 #!/usr/bin/env python 2 3 from myThread import MyThread 4 from time import ctime, sleep 5 6 def fib(x): 7 sleep(0.005) 8 if x < 2: return 1 9 return (fib(...
http://www.informit.com/articles/article.aspx?p=1850445&seqNum=6
CC-MAIN-2019-30
en
refinedweb
Best In Place The Unobtrusive in Place editing solution Description Best in Place is a jQuery based AJAX Inplace-Editor that takes profit of RESTful server-side controllers to allow users to edit stuff with no need of forms. If the server has standard defined REST methods, particularly those to UPDATE your objects (HTT...
http://www.rubydoc.info/gems/best_in_place/frames
CC-MAIN-2017-17
en
refinedweb
* Signals a parse error. 32 * Parse errors when receiving a message will typically trigger 33 * {@link ProtocolException}. Parse errors that do not occur during 34 * protocol execution may be handled differently. 35 * This is an unchecked exception, since there are cases where 36 * the data to be parsed has been gener...
http://hc.apache.org/httpcomponents-core-4.2.x/httpcore/xref/org/apache/http/ParseException.html
CC-MAIN-2017-17
en
refinedweb
This class handles reading and storage for the NEXUS block UNALIGNED. More... #include <nxsunalignedblock.h> This class handles reading and storage for the NEXUS block UNALIGNED. It overrides the member functions Read and Reset, which are abstract virtual functions in the base class NxsBlock. > Below is a table showing...
http://phylo.bio.ku.edu/ncldocs/v2.1/funcdocs/classNxsUnalignedBlock.html
CC-MAIN-2017-17
en
refinedweb
- Understanding SOAP - SOAP Basics - Messaging Framework - The SOAP Encoding - Transport Options - Summary Some technologies, such as MP3, serve a very specific and well-defined purpose. MP3 is an audio file format specific for audio information, whereas XML, on the other hand, is a versatile technology that is used in...
http://www.informit.com/articles/article.aspx?p=26334&amp;seqNum=7
CC-MAIN-2017-17
en
refinedweb
Hispasec Security Advisory Name : PHP Threat level : LOW Class : Information Disclosure Discovered : 2009-08-07 Published : --- Credit : Martin Noga, Matthew "j00ru" Jurczyk, Gynvael Coldwind Vulnerable : PHP 5.2.10 / 5.3.0, tested on Windows XP SP3/Vista SP2 x86 (though supposed to work on. ==[ Memory Disclosure #1 ]=...
http://gynvael.coldwind.pl/?id=332
CC-MAIN-2017-17
en
refinedweb
Classes and Instances. Introduction Classes, Objects, Methods and Instance Variables Declaring a Class with a Method and Instantiating an Object of a Class Declaring a Method with a Parameter Instance Variables, set Methods and get Methods Primitive Types vs.. Classes and Instances Class Instance 1 Instance 4 Instance ...
http://www.slideserve.com/hiroko/classes-and-instances
CC-MAIN-2017-17
en
refinedweb
Hello... I'm learning C with "The C Programming Language" book, and I'm stuck at exercise 1-10 which asks to: "Write a program to copy its input to its output, replacing each tab by \t, each backspace by \b, and each backslash by \\. This makes tabs and backspaces visible in an unambiguous way." Here is my code: #inclu...
https://www.daniweb.com/programming/software-development/threads/360365/k-r-exercise-1-10-problem
CC-MAIN-2017-17
en
refinedweb
How To Render Light Maps in XNA light map effect texture ldquo new basicmodel camera mapping Light mapping is a method for handling the lighting of a surface, including shadows, for static geometry. There are two mainstream techniques, (shadow mapping and shadow volumes) that can render dynamic models and static models...
https://www.gamedev.net/resources/_/creative/visual-arts/how-to-render-light-maps-in-xna-r2721
CC-MAIN-2017-17
en
refinedweb
before 13-47. Namespace getSubscriptionNamespace() const; Retrieves the name of the recipient of the notification. Possible return values are E-mail address, the HTTP url and the PL/SQL procedure, depending on the protocol. string getRecipientName() const; Retrieves the presentation mode in which the client receives n...
http://docs.oracle.com/cd/E11882_01/appdev.112/e10764/reference032.htm
CC-MAIN-2017-17
en
refinedweb
> > . Assuming you are right, why do I see the same 1.6M profile with: > main = mapM2 (_scc_ "p" (\x -> print x)) ([1..102400] :: [Integer]) >> return () >))) Is >>= not lazy? Sengan
http://www.haskell.org/pipermail/haskell/2000-October/006151.html
CC-MAIN-2014-35
en
refinedweb
Tornado Unittesting with Generators This is the second installment of what is becoming an ongoing series on unittesting in Tornado, the Python asynchronous web framework. A couple months ago I shared some code called assertEventuallyEqual, which tests that Tornado asynchronous processes eventually arrive at the expecte...
http://css.dzone.com/articles/tornado-unittesting-generators
CC-MAIN-2014-35
en
refinedweb
TODO Additional Thoughts Basically a TODO list Transient and Project docs in a single module project? Separate deployment of snapshots. Report categorisation. 1 Comment John Allen In regards to sites I just wanted to re-iterate my dev@ posting regarding the lack of proper URL to POM UID namespace management in the URL ...
http://docs.codehaus.org/display/MAVEN/best+practices+-+site+management
CC-MAIN-2014-35
en
refinedweb
J standards rules on your build systems. Here are some useful JArchitect features: CQLinq The cool and powerful feature of the JArchitect is the support for Code Query Linq (CQLinq). The CQLinq lets the developers to query the Java code using LINQ queries, for example CQlinq can answer to the following requests: - Whic...
http://www.javacodegeeks.com/2013/03/jarchitect-became-free-for-java-open-source-contributors.html
CC-MAIN-2014-35
en
refinedweb
How to: Access Application Data Last modified: June 28, 2011 Applies to: InfoPath 2013 | InfoPath Forms Services | Office 2013 | SharePoint Server 2013 The InfoPath managed code object model provides objects and collections that can be used to gain access to information about the InfoPath application, including informa...
http://msdn.microsoft.com/en-us/library/aa943279.aspx
CC-MAIN-2014-35
en
refinedweb
Managed desktop apps and Windows Runtime Visual Studio has made it extremely easy to write managed Windows Store apps that consume Windows Runtime APIs. However, if you’re writing a managed desktop app, there are a few things you’ll need to do manually in order to consume the Windows Runtime APIs. This paper provides i...
http://msdn.microsoft.com/en-us/library/windows/apps/jj856306.aspx
CC-MAIN-2014-35
en
refinedweb
I have a simple code in Lejos : import lejos.nxt.*; public class simple{ public static void main(String[] args) throws Exception { Motor.A.rotate(500); } } Motor A can run and stop normally with the NXT cable, but when I plug this Converter cable, motor A can't stop run. How can I make this motor run normally with the ...
http://www.lejos.org/forum/viewtopic.php?p=21864
CC-MAIN-2014-35
en
refinedweb
Integrating IM applications with Office This article describes how to configure an instant message (IM) client application so that it integrates with the social features in Office 2013, including displaying presence and sending instant messages from the contact card. Last modified: July 01, 2013 Applies to: Excel 2013 ...
http://msdn.microsoft.com/en-us/library/jj900715(v=office.15).aspx
CC-MAIN-2014-35
en
refinedweb
Better Local Settings A common convention I've seen in the Django community is to place code like the following at the bottom of your settings file: # ``settings.py`` # Lots of typical settings here. # ... then ... try: from local_settings import * except ImportError: pass Then storing machine/user-specific settings wi...
http://toastdriven.com/blog/2010/jan/05/better-local-settings/
CC-MAIN-2014-35
en
refinedweb
25 July 2012 06:32 [Source: ICIS news] SINGAPORE (ICIS)--?xml:namespace> Sales for the first six months of the year surged 64.6% year on year to Swfr1.96bn, while earnings before interest, tax, depreciation and amortisation (EBITDA) increased by 23.4%, the company said in a statement. But EBITDA margins for the period ...
http://www.icis.com/Articles/2012/07/25/9580724/swiss-lonza-h1-net-profit-slips-3.1-on-weak-margins.html
CC-MAIN-2014-35
en
refinedweb
The state of the Lambda in Ruby 1.9 forloop. The concept has many names in other languages and theory: - lambda function - anonymous function - closure (e.g. the term used for the lamdba functions in Java 7) This is a somewhat confusing term, because the term closure also refers to the capturing of the scope surroundin...
http://www.infoq.com/news/2008/01/new-lambda-syntax/
CC-MAIN-2014-35
en
refinedweb
. Visual elements of an application are sized and positioned within a parent container based on rules provided to and by a managing layout. The Flex Framework provides two sets of containers for layout: MX and Spark. The MX containers reside in the mx.containers package of the Flex Framework, while the Spark containers...
http://www.oreillynet.com/lpt/a/7637
CC-MAIN-2014-35
en
refinedweb
Sharing the goodness… Beth Massi is a Senior Program Manager on the Visual Studio team at Microsoft and a community champion for business application developers. Learn more about Beth. More videos » Very often in business applications we need to validate data through another service. I’m not talking about validating th...
http://blogs.msdn.com/b/bethmassi/archive/2012/01/30/calling-web-services-to-validate-data-in-visual-studio-lightswitch.aspx
CC-MAIN-2014-35
en
refinedweb
Fabulous Adventures In Coding Eric Lippert is a principal developer on the C# compiler team. Learn more about Eric. Once more I have returned from my ancestral homeland, after some weeks of sun, rain, storms, wind, calm, friends and family. I could certainly use another few weeks, but it is good to be back too. Well, e...
http://blogs.msdn.com/b/ericlippert/archive/2007/07/27/an-inheritance-puzzle-part-one.aspx
CC-MAIN-2014-35
en
refinedweb
Folder redirection, DFS, and "semaphore timeout" error So we have been successfully using Folder Redirection here for a year or so without any issues. I am in the process of moving our users redirected folder to a DFS namespace as part of retiring an old file server. The process involves moving the user object to a new...
http://community.spiceworks.com/topic/317308-folder-redirection-dfs-and-semaphore-timeout-error
CC-MAIN-2014-35
en
refinedweb
Ethernet addresses. It is used by all Ethernet datalink providers (interface drivers) and can be used by other datalink providers that support broadcast, including FDDI and Token Ring. The only network layer supported in this implementation is the Internet Protocol, although ARP is not specific to that protocol. ARP c...
http://docs.oracle.com/cd/E19253-01/816-5177/6mbbc4g2j/index.html
CC-MAIN-2014-35
en
refinedweb
08 September 2011 10:10 [Source: ICIS news] SINGAPORE (ICIS)--?xml:namespace> “The No 1 plant was shut down this morning, for 35-45 days [of] maintenance,” the source said. The company, which has four MEG plants with a combined capacity of 1.8m tonnes/year, will shut down another unit “very soon”, the source added. Nan...
http://www.icis.com/Articles/2011/09/08/9490925/taiwans-nan-ya-shuts-mailiao-meg-unit-no-1-for-maintenance.html
CC-MAIN-2014-35
en
refinedweb
02 December 2011 14:25 [Source: ICIS news] LONDON (ICIS)--The European December styrene customer reference price (CRP) has been settled at €1,100/tonne ($1,486/tonne), a rollover from last month, the seller involved said on Friday. A rollover from November was supported by a minor increase for benzene in euro terms thi...
http://www.icis.com/Articles/2011/12/02/9513723/europe-december-styrene-crp-rolls-over-at-1100tonne.html
CC-MAIN-2014-35
en
refinedweb
Chapter I The QUARREL ON THE CAPM: A LITERATURE SURVEY Abstract The current chapter has attempted to do three things. First it presents an overview on the capital asset pricing model and the results from its application throughout a narrative literature review. Second the chapter has argued that to claim whether the CA...
http://www.ukessays.com/dissertations/finance/capm.php
CC-MAIN-2014-35
en
refinedweb
What we'll learn We will learn how to use React's context API to manage state. Also, we'll see how to use useSWR hook from swr to manage async data from an API. Our Requirements - Data can come from synchronous or asynchronous calls. An API endpoint or a simple setState. - Allow to update state data from the components...
https://dev.to/saisandeepvaddi/simple-way-to-manage-state-in-react-with-context-kig
CC-MAIN-2020-40
en
refinedweb
I am looking at the online Help as I write an export UDF, and I am not able to get the fileContents working. What is a stringified json and how do I use it. Can you please provide an example? It's just a json in string form. Check out this python library Great answer Ray! More color:To get the information, start with a...
https://discourse.xcalar.com/t/white-check-mark-what-is-a-stringified-json/141
CC-MAIN-2020-40
en
refinedweb
). It’s currently also used in Nodeshot to update the network links that are shown on the map. If you are a developer of another community network node-db project and you want to use netdiff to update the topology stored in your database, please get in touch!('./stored-olsr.json') new = OlsrParser('telnet://127.0.0.1:9...
https://pypi.org/project/netdiff/0.4.5/
CC-MAIN-2020-40
en
refinedweb
Everything about Slinky -- issues, ideas for features, where it's being used, and more! Hi All , I am writing a test cases of functional component using munit and below is the code : import components.ErrorComponent import munit.FunSuite import org.scalajs.dom.document import slinky.core.FunctionalComponent import slin...
https://gitter.im/shadaj/slinky
CC-MAIN-2020-40
en
refinedweb
Waldek Mastykarz wrote a good post about not passing the web part context all around your React components, which is good advice. And as Waldek pointed out after reviewing my code I pass the full context and not just the GraphClient. So ideally, passing just what you need is better, but I’m lazy at times :) And it give...
https://www.techmikael.com/2018/09/example-of-wrapper-to-ease-usage-of.html
CC-MAIN-2020-40
en
refinedweb
? As you probably know, doubles are represented internally as binary fractions. The original double in binary[1. Obviously the mantissa is in binary and the exponent is in decimal.] is 1.1111111111111111111111111111111111111111111111111111 x 2-2 Or 0.011111111111111111111111111111111111111111111111111111 which in decim...
https://ericlippert.com/2013/05/16/spot-the-defect-rounding-part-two/
CC-MAIN-2020-40
en
refinedweb
Following are my observations and findings while using Unicode in a LabVIEW UI application. The purpose of using Unicode in this application is to localize the UI on the fly in any language without having to change the Computer locale. The application provides a settings page which allows the user to select the languag...
https://forums.ni.com/t5/Reference-Design-Content/LabVIEW-Unicode-Programming-Tools/tac-p/3493045/highlight/true?profile.language=en
CC-MAIN-2020-40
en
refinedweb
In this article, you’ll learn the basics of parsing an HTML document using Python and the LXML library. Introduction Data is the most important ingredient in programming. It comes in all shapes and forms. Sometimes it is placed inside documents such as CSV or JSON, but sometimes it is stored on the internet or in datab...
https://blog.finxter.com/html-parsing-using-python-and-lxml/
CC-MAIN-2020-40
en
refinedweb
import "github.com/justwatchcom/gopass/pkg/pwgen" Package pwgen implements multiple popular password generate algorithms. It supports creating classic cryptic passwords with different character classes as well as more recent memorable approaches. Some methods try to ensure certain requirements are met and can be very s...
https://godoc.org/github.com/justwatchcom/gopass/pkg/pwgen
CC-MAIN-2020-40
en
refinedweb
import "k8s.io/kubernetes/pkg/scheduler/framework/plugins/tainttoleration" const ( // Name is the name of the plugin used in the plugin registry and configurations. Name = "TaintToleration" // ErrReasonNotMatch is the Filter reason status when not matching. ErrReasonNotMatch = "node(s) had taints that the pod didn't to...
https://godoc.org/k8s.io/kubernetes/pkg/scheduler/framework/plugins/tainttoleration
CC-MAIN-2020-40
en
refinedweb
February 13, 2018. When you join a new team, one of of the first things you'll figure out is their preferred coding style. They probably have a linter like rubocop or flake8 to delegate style arguments to computers who are the supreme pedantics. Sometimes though, you'll find reasons to change a repository’s coding styl...
https://lethain.com/refactoring-programmatically/
CC-MAIN-2020-40
en
refinedweb
Python library for parsing network topology data (eg: dynamic routing protocols, NetJSON, CNML) and detect changes. Project description Netdiff is a simple Python library that provides utilities for parsing network topology data of open source dynamic routing protocols and detecting changes in these topologies. Current...
https://pypi.org/project/netdiff/0.6/
CC-MAIN-2020-40
en
refinedweb
Notice: On April 23, 2014, Statalist moved from an email list to a forum, based at statalist.org. [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: st: mat list I would look at -help estimates- and use -estimates store- and -estimates restore-. If your problem is too complicated for that th...
https://www.stata.com/statalist/archive/2012-04/msg00412.html
CC-MAIN-2020-40
en
refinedweb
Rene Engelhard wrote: >>OOo already works with GCC's STL (there are a few namespace-shuffling >>patches needed, but they're already in the upstream tree). The only reason > > > Sure it will work? See > (and > the referenced >) Yeah, it doesn't work yet. *sigh* The STLport dependency is still pretty annoying, but I gues...
https://lists.debian.org/debian-openoffice/2005/09/msg00071.html
CC-MAIN-2018-05
en
refinedweb
Sencha Touch is rich in APIs which makes it best HTML5 framework for hybrid mobile application development. Along with this important API for accessing device File System with the leverage of Apache Cordova. There are many other standard APIs available for the storage like localstorage, SQLite which supports many brows...
https://wtcindia.wordpress.com/2014/04/08/work-with-files-on-your-device-using-sencha-touch-2-3-cordova/
CC-MAIN-2018-05
en
refinedweb
The AT24Cxx series of chips provide a mechanism for storing data that will survive a power outage or battery failure. These EEPROMs are available in varying sizes and are accessible using the I2C interface. Hardware The chip used to develop this library is one that is available on a common DS3231 RTC module with EEPROM...
http://netduino.foundation/Library/ICs/EEPROM/AT24Cxx/
CC-MAIN-2018-05
en
refinedweb
Hi, How should you deal with namespaces in XML? As soon as there is a namespace (and there is in the string I currently get...), I can't manage to read any data out from the XML object I put the string inside. Here is a samle piece of code I've been trying around with: var myString = '<ArrayOfInt xmlns:<int>0</int> <in...
https://forums.adobe.com/thread/892660
CC-MAIN-2018-05
en
refinedweb
[PM] Remove the old 'PassManager.h' header file at the top level of LLVM's include tree and the use of using declarations to hide the 'legacy' namespace for the old pass manager. This undoes the primary modules-hostile change I made to keep out-of-tree targets building. I sent an email inquiring about whether this woul...
https://reviews.llvm.org/rL229094
CC-MAIN-2018-05
en
refinedweb
al_get_opengl_extension_list man page al_get_opengl_extension_list — Allegro 5 API Synopsis #include <allegro5/allegro_opengl.h> ALLEGRO_OGL_EXT_LIST *al_get_opengl_extension_list(void) Description Returns the list of OpenGL extensions supported by Allegro, for the given display. Allegro will keep information about all...
https://www.mankier.com/3/al_get_opengl_extension_list
CC-MAIN-2018-05
en
refinedweb
Navigation A. Introduction This homework is intended to reinforce various OOP concepts. You won't have to write much code, and it's unlikely you'll have to do much debugging. However, the problems will be pretty tricky. Make efficient use of your time if you're stuck by working with other students or seeking help. As u...
http://inst.eecs.berkeley.edu/~cs61b/fa16/materials/hw/hw3/index.html
CC-MAIN-2018-05
en
refinedweb
The DS323x ICs offer a low cost accurate real time clock with a temperature compensation crystal oscillator. This range of chips offers the following functionality: - Temperature compensation - Battery backup - I2C (DS3231) and SPI (DS3234) interfaces. - Two programmable alarms - 32.768 KHz square wave output Purchasin...
http://netduino.foundation/Library/RTCs/DS323x/
CC-MAIN-2018-05
en
refinedweb
What to put on MX record when using Ubuntu Posfix SMTP? I configured SMTP postfix from Ubuntu 14. I already reroute my domain from another site to use digitalocean namespace. I also configured my digital ocean control panel and added my domain name, A, Cname but I do not know what to put on MX record? Do I need to put ...
https://www.digitalocean.com/community/questions/what-to-put-on-mx-record-when-using-ubuntu-posfix-smtp
CC-MAIN-2018-05
en
refinedweb
Follow-up Comment #2, bug #16302 (project gnustep): This combination used to work. It was the original one I implemented :-) I think it should be sufficient to change this method to just call callback: in the Cygwin case. That is, put the usage of ET_WINMSG into #ifndef __CYGWIN__ #endif _______________________________...
http://lists.gnu.org/archive/html/bug-gnustep/2007-10/msg00064.html
CC-MAIN-2018-05
en
refinedweb
#include <Wire.h>#include <LiquidCrystal_I2C.h>LiquidCrystal_I2C lcd(0x27 20,4); //set the LCD address to 0x27 void setup(){lcd.init();lcd.backlight();lcd.setCursor(0, 0);lcd.print("b2cqshop")(0x30+val/100);lcd.print(0x30+(val%100)/10);lcd.print('.');lcd.print(0x30+val%10);delay(100);} Now I have connected Pin analog 4...
http://forum.arduino.cc/index.php?topic=120929.msg910098
CC-MAIN-2015-35
en
refinedweb
Buffered AudioStreamer. More... #include <NetStream_as.h> Buffered AudioStreamer. This class you create passing a sound handler, which will be used to implement attach/detach and eventually throw away buffers of sound when no sound handler is given. Then you push samples to a buffer of it and can request attach/detach ...
http://gnashdev.org/doc/html/classgnash_1_1BufferedAudioStreamer.html
CC-MAIN-2015-35
en
refinedweb