text
stringlengths
20
1.01M
url
stringlengths
14
1.25k
dump
stringlengths
9
15
lang
stringclasses
4 values
source
stringclasses
4 values
In this tutorial you’ll learn to build a card-matching game, in Flash, that uses Flickr as the source of its images. The first part of this two-part series will get you started, leaving you with a basic game structure that you can improve on later. This game uses the Flickr API to get the images used for game play. In ...
https://gamedevelopment.tutsplus.com/tutorials/create-a-flickr-based-pairs-game-with-flash-the-basics--active-9468
CC-MAIN-2017-26
en
refinedweb
In order to understand the format of suggestions, please read the Suggesters page first. The completion suggester is a so-called prefix suggester. It does not do spell correction like the term or phrase suggesters but allows basic auto-complete functionality. The first question which comes to mind when reading about a ...
https://www.elastic.co/guide/en/elasticsearch/reference/1.7/search-suggesters-completion.html
CC-MAIN-2017-26
en
refinedweb
Originally posted by Viju: Now, compile the same code after removing "public" before the class name, this time the code will compile and run without any error. but my question is WHY? What is the logic behind this? Originally posted by Vishal Pandya: 'I' think there is no logic behind it.It's simply a rule. Imagine tha...
http://www.coderanch.com/t/410062/java/java/Compiling-java-code-file-class
CC-MAIN-2014-41
en
refinedweb
The EF mapping system supports mapping stored procedures for all four CRUD (Create, Read, Update, and Delete) operations. For more details and a full example of reading entities from a stored procedure, see: One way to map read-only entities is to use a Defining Query. See Mapping Read-only Entities and QueryView Eleme...
http://social.technet.microsoft.com/wiki/contents/articles/3793.entity-framework-faq-mapping-and-modeling.aspx
CC-MAIN-2014-41
en
refinedweb
A Feature activation dependency expresses a requirement in the relationship between two Features. You can express activation dependencies either for Features of the same scope or for Features across different scopes. Please check this link for getting more information about the Activation Dependency. More . Here we are...
http://blogs.msdn.com/b/sowmyancs/archive/2008/10/07/feature-activation-dependency-with-hidden-features.aspx
CC-MAIN-2014-41
en
refinedweb
Sorry if this looks a bit weird. Im right now using Lynx, text-mode web browser and im not sure how things turn out. The source is pretty simple. I just made a new file and i added the simple basic thing: #include <stdio.h> void main() { printf("hello"); } I think im missing a a binary. But this is going to be like loo...
http://cboard.cprogramming.com/brief-history-cprogramming-com/8094-compiler.html
CC-MAIN-2014-41
en
refinedweb
TI Home » TI E2E Community » Support Forums » Microcontrollers » MSP430™ Microcontrollers » MSP430 Ultra-Low Power 16-bit Microcontroller Forum » Using Pointer to help send multiple AD Conversions out Serially Hey guys, I am trying to use a DMA and Pointers to help me send A/D values through serial. Right now, I can on...
http://e2e.ti.com/support/microcontrollers/msp430/f/166/t/181938.aspx
CC-MAIN-2014-41
en
refinedweb
Consult the talk page or me for any questions or concerns. See the Poo Lit Archives for the results from past competitions. edit The competition edit What is the Poo Lit Surprise? A writing competition held on Uncyclopedia for a small cash prize selection of incredibly sharp kitchen knives and a fabulous garden strimme...
http://uncyclopedia.wikia.com/wiki/Uncyclopedia:Poo_Lit_Surprise?diff=cur&oldid=3250495
CC-MAIN-2014-41
en
refinedweb
Patent application title: Content delivery network service provider (CDNSP)-managed content delivery network (CDN) for network service provider (NSP) Inventors: Timothy N. Weller (Boston, MA, US) Charles E. Leiserson (Cambridge, MA, US) Assignees: AKAMAI TECHNOLOGIES, INC. IPC8 Class: USPC Class: 705 30 Class name: Dat...
http://www.faqs.org/patents/app/20120130871
CC-MAIN-2014-41
en
refinedweb
03 February 2009 20:19 [Source: ICIS news] (Adds David Weidman statements throughout) HOUSTON (ICIS news)--Celanese chief executive David Weidman on Tuesday characterised his company's fourth quarter as "very chilly" as the global recession seemed to freeze demand everywhere. "There was huge destocking in that space," ...
http://www.icis.com/Articles/2009/02/03/9189852/celanese-chief-calls-fourth-quarter-very-chilly.html
CC-MAIN-2014-41
en
refinedweb
11 July 2012 04:02 [Source: ICIS news] SINGAPORE (ICIS)--?xml:namespace> The producer shut down the cyclohexanone unit on 14 May for maintenance, the source added. The restart had little impact on the spot market as its output is mainly being kept for a downstream 10,000 tonne/year caprolactam unit that will start up i...
http://www.icis.com/Articles/2012/07/11/9577101/chinas-shandong-fangming-runs-cyclohexanone-unit-at-100.html
CC-MAIN-2014-41
en
refinedweb
The Java EE 7 Tutorial 17.13 Nonblocking I/O Web containers in application servers normally use a server thread per client request. To develop scalable web applications, you must ensure that threads associated with client requests are never sitting idle waiting for a blocking operation to complete.. Put the request in ...
http://docs.oracle.com/javaee/7/tutorial/doc/servlets013.htm
CC-MAIN-2014-41
en
refinedweb
This post is a follow-up on my series about validating business objects throughout different layers of a software system - domain, persistence, and (ASP.NET MVC) GUI. It demonstrates how a self-written validation can be incorporated into a web page (using a bit of JavaScript) and how this can be mapped to a custom vali...
http://geekswithblogs.net/thomasweller/archive/2009/11/26/including-custom-client-side-validations-in-your-asp.net-mvc-app.aspx
CC-MAIN-2014-41
en
refinedweb
Your Account by Rick Jelliffe And it is very WS-* centric. More details here: Having co-authored one XML configuration language already, and written an implementation plus test cases (The GGF CDDLM CDL language), I'm not ovewhelmed with SML. If we are staying in the XML space, we could do better with -a simple schema t...
http://archive.oreilly.com/pub/post/service_modeling_languagel_wit.html
CC-MAIN-2014-41
en
refinedweb
NAME insque, remque - insert/remove an item from a queue SYNOPSIS #include <stdlib.h> void insque(struct qelem *elem, struct qelem *prev); void remque(struct qelem *elem); DESCRIPTION insque() and remque() are functions for manipulating queues made from doubly-linked lists. Each element in this list is of type struct q...
http://manpages.ubuntu.com/manpages/maverick/pt/man3/insque.3.html
CC-MAIN-2014-41
en
refinedweb
Java's single inheritance limitation is usually not a problem in the normal course of development. In fact, the need to use multiple inheritance could be a sign of a bad design. There are times, however, when developers wish they could extend more than one class. Although Java prevents a developer from extending more t...
http://www.javaworld.com/article/2072159/core-java/simulate-multiple-inheritance-in-java.html
CC-MAIN-2014-41
en
refinedweb
The History And Background Of Marriott Hotels Marketing Essay In 1927 J. William Marriot and his wife Alice opened a root beer in Washington, which nowadays is one of the largest and most powerful brand in hospitality industry. The Marriot has nearly 3800 hotels and restaurants in United States and in 73 other countrie...
http://www.ukessays.com/essays/marketing/the-history-and-background-of-marriott-hotels-marketing-essay.php
CC-MAIN-2014-41
en
refinedweb
XmlAnyElementAttribute Class Specifies that the member (a field that returns an array of XmlElement or XmlNode objects) contains objects that represent any XML element that has no corresponding member in the object being serialized or deserialized. System.Attribute System.Xml.Serialization.XmlAnyElementAttribute Namesp...
http://msdn.microsoft.com/en-us/library/system.xml.serialization.xmlanyelementattribute.aspx
CC-MAIN-2014-41
en
refinedweb
E4/position papers/Frank Appel From Eclipsepedia Bio. RAP Experience Report on E4/Work Area items Here are some comments on some of the items of the E4/Work Areas / page. These comments are based on the experince we have made with the RAP project on these topics. Note that the solutions we provide for some of the probl...
http://wiki.eclipse.org/index.php?title=E4/position_papers/Frank_Appel&oldid=117508
CC-MAIN-2014-41
en
refinedweb
May 03, 2012 01:19 PM|mcinnes01|LINK Hi, I have been working through various tutorials and their links to instructions, to make and deploy code first web applications with databases. The tutorial I followed for the application was the Movie tutorial. I used this tutorial for my own purposes (I have kept it simple at th...
http://forums.asp.net/p/1799695/4965266.aspx?Re+Help+deploying+code+first+website+with+database
CC-MAIN-2014-41
en
refinedweb
Originally posted by boyet silverio: (In a different thread/topic I had been recommended, by Ilja, a book - Agile SW Development by Martin - which may have something on this topic based on its online table of contents, but I'm still in the process of scraping for the "hefty" USD 55 needed to buy the book... meanwhile.....
http://www.coderanch.com/t/98308/patterns/organizing-classes-packages
CC-MAIN-2014-41
en
refinedweb
Putting It All Together Now let's put everything together in a semirealistic program that calculates the primes up to, but not including, N. There are almost as many different approaches to parallel prime finders as there are primes. In this one, we use eachElem to create a number of tasks, where each task represents a...
http://www.drdobbs.com/architecture-and-design/python-networkspaces-and-parallel-progra/200001971?pgno=7
CC-MAIN-2014-41
en
refinedweb
fs, inode — format of file system volume #include <sys/types.h> #include <ufs/ffs/fs.h> #include <ufs/ufs/inode.h> The files ⟨ufs/ffs/fs.h⟩ and ⟨ufs/ufs/inode.h⟩ ⟨ufs/ffs/fs.h⟩: #define FS_MAGIC 0x011954 struct fs { int32_t fs_firstfield; /* historic file system linked list, */ int32_t fs_unused_1; /* used for incore s...
https://man.openbsd.org/OpenBSD-5.5/fs.5
CC-MAIN-2020-45
en
refinedweb
People watching this port, also watch: rtorrent, smartmontools, monit, tmux, coreutils make generate-plist cd /usr/ports/x11-wm/i3/ && make install clean pkg install i3 Number of commits found: 85 Update to 4.18.2 Update to 4.18.1 Update to 4.18 Update to 4.17.1 Update WWW Update to 4.17 x11-wm/i3: fix build with many ...
https://www.freshports.org/x11-wm/i3/
CC-MAIN-2020-45
en
refinedweb
8.0 release notes Release notes for Red Hat Enterprise Linux 8.0 from RHEL 7 to RHEL 8. - Crrently supported upgrade paths are listed in Supported in-place upgrade paths for Red Hat Enterprise Linux. -: Chapter 2. Architectures Red Hat Enterprise Linux 8.0 is distributed with the kernel version 4.18.0-80, which provide...
https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html-single/8.0_release_notes/index?extIdCarryOver=true&intcmp=701f2000000RqMjAAK&sc_cid=701f2000001OH7JAAW
CC-MAIN-2020-45
en
refinedweb
Decorators are an experimental feature of TypeScript that can be attached to a class declaration, method, accessor, property, or parameter in the form @expression. Read more about decorators here. Although decorators are an experimental feature, TypeScript based server-side frameworks such as the following heavily use ...
https://practicaldev-herokuapp-com.global.ssl.fastly.net/ojhaujjwal/decorators-composition-in-typescript-1411
CC-MAIN-2020-45
en
refinedweb
In this article, I present the simple idea of exponentiation by squaring. This idea saves computation time in determining the value of large integer powers by “splitting” the exponentiation in a clever way into a series of squaring operations. The technique is based on the fact that, for \(n\) even, \[x^n=(x^2)^\frac{n...
https://tomroelandts.com/index.php/articles/exponentiation-by-squaring
CC-MAIN-2020-45
en
refinedweb
CKEDITOR.editor Filtering Properties activeEnterMode : Number since 4.3.0 readonly The dynamic Enter mode which should be used in the current context (selection location). By default it equals the enterMode and it can be changed by the setActiveEnterMode method. See also the setActiveEnterMode method for an explanation...
https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_editor.html
CC-MAIN-2020-45
en
refinedweb
Member since 01-22-2019 9 6 Kudos Received 0 Solutions 02-03-2020 12:26 PM 02-03-2020 12:26 PM Announcing Cloudera Enterprise 6.3.3 We are pleased to announce the release of Cloudera Enterprise 6.3.3 , the world’s leading data platform for machine learning and analytics, optimized for the cloud. This maintenance releas...
https://community.cloudera.com/t5/user/viewprofilepage/user-id/31727
CC-MAIN-2020-45
en
refinedweb
configureAsRemoved How to get configureAsRemoved import configureAsRemoved from 'fontoxml-families/src/configureAsRemoved.js' Type: Function Use this family to hide an element from the author. The element and their content will not be rendered in the editor. The associated XML will be preserved, until one of its ancest...
https://documentation.fontoxml.com/api/latest/configureasremoved-33443117.html
CC-MAIN-2020-45
en
refinedweb
Scala is a general-purpose, high-level, multi-paradigm programming language. It is a pure object-oriented programming language which also provides support to the functional programming approach. Scala programs can convert to bytecodes and can run on the JVM(Java Virtual Machine). Scala stands for Scalable language. Sca...
https://www.geeksforgeeks.org/scala-tutorial-learn-scala-with-step-by-step-guide/?ref=rp
CC-MAIN-2020-45
en
refinedweb
The data types available in Scala are similar to those available in Java and other modern programming languages. To use data types effectively in Scala there are four key concepts that need to be understood. These are literals, values, variables and types. This tutorial assumes you have a Scala development environment ...
https://blog.eduonix.com/software-development/learn-data-types-operators-used-scala/
CC-MAIN-2020-45
en
refinedweb
Công Nghệ Thông Tin Quản trị mạng Tải bản đầy đủ 5 Certificates and CRLs 215 5 Certificates and CRLs 215 Tải bản đầy đủ 216 Demystifying the IPsec Puzzle currency of a certificate. OCSP provides more up-to-the-minute information, but that protocol has its own complications for IKE, because an IKE negotiation can time o...
https://toc.123doc.org/document/968242-5-certificates-and-crls-215.htm
CC-MAIN-2017-43
en
refinedweb
Hi there folks. I'm trying to create a program that takes 2 numbers from command line arguments and use the second value as a power so for e.g. java Power 10 2 should give 100. But i want to do this without using the Math.pow method, and using a for loop. I have the following so far but i'm not sure what the problem is...
http://www.javaprogrammingforums.com/%20whats-wrong-my-code/5735-program-compute-powers-printingthethread.html
CC-MAIN-2017-43
en
refinedweb
This is a Java Program to Find the Area of a Triangle Given Three Sides. Semiperimeter = (a+b+c)/2 Area = sqrt(sp*(sp-a)*(sp-b)*(sp-c)) Semiperimeter = (a+b+c)/2 Area = sqrt(sp*(sp-a)*(sp-b)*(sp-c)) Enter the length of three sides of triangle. Now we use the Heron’s formula to get the area of triangle. Here is the sour...
http://www.sanfoundry.com/java-program-find-area-triangle-given-three-sides/
CC-MAIN-2017-43
en
refinedweb
Approach #1: Brute Force [Time Limit Exceeded] Intuition and Algorithm For each substring S[i: j+1], let's check if it is a palindrome. If it is, we increment 1 to our answer. To check whether a substring S[i: j+1] is a palindrome, we check whether every i+d-th character equals the corresponding j-d-th character, for d...
https://discuss.leetcode.com/topic/101425/solution-by-awice
CC-MAIN-2017-43
en
refinedweb
Following logic is used in the solution:- Traverse through every element of the left side of the root. If both p and q are found, move left. If none are found, move right. If only one of them is found, root is the answer. Assuming that tree is sufficiently balanced, traversing takes n/2 time and we repeat this logn tim...
https://discuss.leetcode.com/topic/18955/java-solution-o-nlgn
CC-MAIN-2017-43
en
refinedweb
#include <OMX_Audio.h> Audio Volume adjustment for a port Is the volume to be set in linear (0.100) or logarithmic scale (mB) Port index indicating which port to set. Select the input port to set just that port's volume. Select the output port to adjust the master volume. size of the structure in bytes OMX specificatio...
http://limoa.sourceforge.net/docs/1.0/structOMX__AUDIO__CONFIG__VOLUMETYPE.html
CC-MAIN-2017-43
en
refinedweb
Hi I am new to coding and I have been given an example of a function similar to the built in function len(). I do understand def fct(s) : if not s : return 0 return 1 + fct(s[1:]) However I am having a hard time understanding the logic of the one below which is the equivalent for what I see. def fct(s) : return s and 1...
http://www.python-forum.org/viewtopic.php?p=10480
CC-MAIN-2015-11
en
refinedweb
Bad AsssertionError "Cannot mix positive and negative values in BarSeries" Bad AsssertionError "Cannot mix positive and negative values in BarSeries" Unfortunately this assert does not seem to work as expected and causes errors (in dev mode) Code: public class BarSeries<M> extends MultipleColorSeries<M> { private void ...
http://www.sencha.com/forum/showthread.php?231621-Bad-AsssertionError-quot-Cannot-mix-positive-and-negative-values-in-BarSeries-quot&p=858239&viewfull=1
CC-MAIN-2015-11
en
refinedweb
>>.'" Go! (Score:5, Informative). Re:Go! (Score:5, Funny) Even more funny is the fact that they hosting their language on code.google.com Perhaps we shouldn't worry that much about them harvesting our data after all? Re:Go! (Score:5, Funny) There once was a language named "Go" By Google it's made to help the Pro But th...
http://developers.slashdot.org/story/09/11/12/1256234/Google-Under-Fire-For-Calling-Their-Language-Go
CC-MAIN-2015-11
en
refinedweb
I wanted to share some of my insight on setting up a development environment for asp .net Web API development in CORS domain situation. Our company started to develop a new SaaS solution for project management and this was the first time that the team worked outside of a closed enterprise environment. We approached a d...
http://www.codeproject.com/Articles/669152/ASP-NET-Web-API-CORS-Authentication-SSL-and-self-s
CC-MAIN-2015-11
en
refinedweb
View Poll Results: If you read it, did you find DirectJNgine User's Guide adequate? - Voters - 54. You may not vote on this poll Yes No Direct Store with paging grid in ExtJs4and DJN 2.0 Direct Store with paging grid in ExtJs4and DJN 2.0 It is mentioned in the DJN 2 user guide it donot support "baseparams" and we must ...
http://www.sencha.com/forum/showthread.php?73027-Ext-Direct-Java-based-implementation&p=806856&viewfull=1
CC-MAIN-2015-11
en
refinedweb
This is your resource to discuss support topics with your peers, and learn from each other. 01-21-2013 12:13 PM Im having problems trying to adapt the Cascades "BluetootoothSPPChat example(on Blackberry gitHub). to scan for bluetooth low energy devices. My current road block in trying to adopt instructions from JAM 21 ...
http://supportforums.blackberry.com/t5/Native-Development/Setting-up-bluetooth-low-energy-callback/m-p/2111069/thread-id/11145
CC-MAIN-2015-11
en
refinedweb
Value must be an XML name May include letters, digits, underscores, hyphens, and periods May not include whitespace May or may not have the name "id" or "ID" May contain colons only if used for namespaces Value must be unique within ID type attributes in the document Generally the default value is #REQUIRED <!ELEMENT c...
http://www.cafeconleche.org/slides/xmlone/london2003/xmlfundamentals/130.html
CC-MAIN-2015-11
en
refinedweb
Application A Thorough Introduction To Backbone.Marionette (Part 1) - By Joseph Zimmerman - February 11th, 2013 - 19 Comments To help you tap the full potential of Marionette, we’ve prepared an entire eBook1 full of useful hands-on examples which is also available in the Smashing Library2. — Ed. Backbone.js is quickly ...
http://www.smashingmagazine.com/2013/02/11/introduction-backbone-marionette/
CC-MAIN-2015-11
en
refinedweb
Develop-PG-Qt является генератором кода парсера для KDevplatform и используется некоторыми расширениями поддержки языков программирования в KDevelop (например: Ruby, PHP, Java...). KDevelop-PG-Qt основывается на классах Qt, а так же оригинальном парсере KDevelop-PG, который использует типы данных из библиотеки STL, одн...
https://techbase.kde.org/index.php?title=Development/KDevelop-PG-Qt_Introduction/ru&oldid=68377
CC-MAIN-2015-11
en
refinedweb
JBoss.org Community Documentation This tutorial shows you how to cache your entities using EJB 3.0 for JBoss To avoid roundtrips to the database, you can use a cache for your entities. JBoss EJB3 uses Hibernate as the JPA implementation which has support for a second-level cache. The Hibernate setup used for our JBoss ...
http://docs.jboss.org/ejb3/docs/tutorial/1.0.7/html/Caching_EJB3_Entities.html
CC-MAIN-2015-11
en
refinedweb
: Hey! I think I have bug, or I implemented it wrongly. Any tips anyone? using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace NeumannRandNumGen { class Program { / static void Main(string[] args) { int seed = 45505986; // seed while(true) { int ra...
http://programmingpraxis.com/2012/08/21/two-more-random-exercises/?like=1&source=post_flair&_wpnonce=8ef4095fcf
CC-MAIN-2015-11
en
refinedweb
This is the second article in a canonic series about the Enterprise Application Architecture design. In the previous article, we discussed about distributed application layers and how we are going to implement these layers in a sample application (Customer Order Management System (COMS)). So in this article, I am going...
http://www.codeproject.com/Articles/112556/Enterprise-Application-Architecture-Designing-Appl?fid=1589029&df=90&mpp=10&sort=Position&spc=None&tid=4398504
CC-MAIN-2015-11
en
refinedweb
Hello Maurizio, > I do some change on the S2 Junit4 plugin, now it should be simpler run a > test with or without spring. > Could you test the latest version of the aforementioned plugin [1]? > Christian, is this [2] your use case? > WDYT? is more intuitive? not tested it yet, but yes, that is what I want to have, it l...
http://mail-archives.apache.org/mod_mbox/struts-user/201108.mbox/%3CCAPFNckg_Qdxiy=ci95B2g7KGpFoz1=yhV0KsjPrWfT8x4pk-Mg@mail.gmail.com%3E
CC-MAIN-2015-11
en
refinedweb
(Download updated on 29th July 2012) When you write an application using the Windows Workflow Foundation (WF), you often want to have your own workflow designer integrated into your application. Microsoft provides a class called WorkflowDesigner to solve this problem, but there are still some tasks you have to do by yo...
http://www.codeproject.com/Articles/375034/A-dynamic-Rehosted-Workflow-Designer-for-WF-4?fid=1709245&df=10000&mpp=10&sort=Position&spc=None&tid=4419053
CC-MAIN-2015-11
en
refinedweb
15 September 2008 13:44 [Source: ICIS news] LONDON (ICIS news)--Ciba Specialty Chemicals has agreed to buy the photoinitiator business of specialty chemicals producer Lamberti Group for an undisclosed sum, the company said on Monday. Based in ?xml:namespace> ?xml:namespace> “Lamberti’s photoinitiator business is attrac...
http://www.icis.com/Articles/2008/09/15/9156409/ciba-to-buy-photoinitiator-ops-of-italys-lamberti.html
CC-MAIN-2015-11
en
refinedweb
IRC log of html-wg on 2007-11-16 Timestamps are in UTC. 00:03:50 [mjs] mjs has joined #html-wg 00:07:13 [shepazu] shepazu has joined #html-wg 00:08:53 [mjs] mjs has joined #html-wg 00:10:56 [MikeSmith] MikeSmith has joined #html-wg 00:11:29 [mjs] mjs has joined #html-wg 00:37:24 [andreas] andreas has joined #html-wg 00...
http://www.w3.org/2007/11/16-html-wg-irc
CC-MAIN-2015-11
en
refinedweb
Understanding snoop(1M) NFSv3 file handles By PeteH on Feb 01, 2007 Introduction Reading the snoop(1M) trace of NFS traffic you'll see references to file handles, but interpreting these is not straightforward. As any NFS engineer should tell you, file handles are opaque to the NFS client and are meaningful only to the ...
https://blogs.oracle.com/peteh/tags/nfs
CC-MAIN-2015-11
en
refinedweb
Details Description The following tests fail when running ant test on trunk 2.0 [junit] Running org.apache.nutch.api.TestAPI [junit] Tests run: 4, Failures: 1, Errors: 0, Time elapsed: 11.028 sec [junit] Test org.apache.nutch.api.TestAPI FAILED [junit] Running org.apache.nutch.crawl.TestGenerator [junit] Tests run: 4, ...
https://issues.apache.org/jira/browse/NUTCH-1081?focusedCommentId=13151073&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel
CC-MAIN-2015-11
en
refinedweb
#include <avr/sleep.h>void setup(){ Serial.begin(9600);}void loop(){ int reading; reading = analogNoiseReducedRead(0); Serial.println(); delay(500);}int analogNoiseReducedRead(int pinNumber){ int reading; ADCSRA |= _BV( ADIE ); //Set ADC interrupt set_sleep_mode(SLEEP_MODE_ADC); //Set sleep mode reading = analogRead(pi...
http://forum.arduino.cc/index.php?topic=45949.msg333357
CC-MAIN-2015-11
en
refinedweb
Main Page | Modules | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members | File Members | Related Pages LensPanel Class ReferenceDefine the second the Lens panel. More... #include <LensPanel.h> Inheritance diagram for LensPanel: Detailed DescriptionDefine the second the Lens p...
http://hugin.sourceforge.net/docs/html/classLensPanel.shtml
CC-MAIN-2015-11
en
refinedweb
NAME sys/types.h - data types SYNOPSIS #include <sys/types.h> DESCRIPTION The <sys/types.h> header shall include definitions for gid_t. ino_t Used for file serial numbers. key_t().,}]. The type useconds_t shall be an unsigned integer type capable of storing values at least in the range [0,, suseconds_t, and useconds tr...
http://manpages.ubuntu.com/manpages/dapper/man7/sys_types.h.7posix.html
CC-MAIN-2015-11
en
refinedweb
I have a directory with ~10,000 image files from an external source. Many of the filenames contain spaces and punctuation marks that are not DB friendly or Web friendly. I also want to append a SKU number to the end of every filename (for accounting purposes). Many, if not most of the filenames also contain extended la...
http://serverfault.com/questions/82821/how-to-tell-the-language-encoding-of-a-filename-on-linux
CC-MAIN-2015-11
en
refinedweb
Strategy design pattern allows you to use multiple algorithms interchangeably. One reason you might use a Strategy Pattern is to simplify an overly complex algorithm. Sometimes, as an algorithm evolves to handle more and more situations, it can become very complex and difficult to maintain. Breaking these complex algo...
https://codeproject.freetls.fastly.net/Articles/667205/Strategy
CC-MAIN-2021-31
en
refinedweb
Order This article mainly studies the FailureDetector of apache gossip. FailureDetector incubator-retired-gossip/gossip-base/src/main/java/org/apache/gossip/accrual/FailureDetector.java public class FailureDetector { public static final Logger LOGGER = Logger.getLogger(FailureDetector.class); private final DescriptiveS...
https://ddcode.net/2019/06/21/talk-about-failuredetector-of-apache-gossip/
CC-MAIN-2021-31
en
refinedweb
configureStructureViewItemProperties How to get configureStructureViewItemProperties import configureStructureViewItemProperties from 'fontoxml-families/src/configureStructureViewItemProperties.js' Type: Function Configure properties for elements in the structure view. This can be used alongside configureAsStructureVie...
https://documentation.fontoxml.com/api/latest/configurestructureviewitemproperties-33443126.html
CC-MAIN-2020-45
en
refinedweb
Wipy 2.0 Cannot read internal flash without a SD card inserted I'm trying to read a file from the internal flash, but to do so I must have a sd card inserted even though I'm not using it. If I try without a card I get this: >>> from machine import SD >>> sd = SD() Traceback (most recent call last): File "<stdin>", line...
https://forum.pycom.io/topic/1226/wipy-2-0-cannot-read-internal-flash-without-a-sd-card-inserted
CC-MAIN-2020-45
en
refinedweb
annikaheflin577 Points What's wrong with line 4? Also do you see anything else that needs work? Can you please help me? import random def even_odd(num): start = 5 while 5 = True: random.randint(, 99) start -= 1 if return not num % 2: print("{} is even".format(num)) else: print("{} is odd".format(num)) 1 Answer Steven P...
https://teamtreehouse.com/community/whats-wrong-with-line-4-also-do-you-see-anything-else-that-needs-work
CC-MAIN-2020-45
en
refinedweb
The Fedora Documentation Project holds weekly IRC meetings. All members of the Fedora Project are welcome to participate. Information about past meetings can be found on the Meetings Minutes page. Meeting Details - Date: Wednesday, 30 July 2008 - Time: 1900 Hrs UTC (refer to World clock for 30, 30 July 2008 - Wiki - Wi...
https://www.fedoraproject.org/w/index.php?title=Docs_Project_meetings&oldid=42397
CC-MAIN-2020-45
en
refinedweb
Join devRant Search - "need to remember!187 -22 - - manager: we need to design an admin system for a veterinary centre dev: ok, this is it, remember your training class Dog extends Animal { - Long rant ahead. Should take about 2-3 minutes to read. So feel free to refill your cup of coffee and take a seat :) It turns ou...
https://devrant.com/search?term=need+to+remember+this
CC-MAIN-2020-45
en
refinedweb
Appearance import { Appearance } from 'react-native'; The Appearance module exposes information about the user's appearance preferences, such as their preferred color scheme (light or dark). The AppearanceAPI is inspired by the Media Queries draft from the W3C. The color scheme preference is modeled after the prefers-c...
https://reactnative.dev/docs/appearance
CC-MAIN-2020-45
en
refinedweb
. Understanding Render() In the last part of this series, the following code was added at the end of the “index.js” file: ReactDOM.render( <h1>Hello, world!</h1>, document.getElementById('root') ); The render() function as part of ReactDOM object is central to how React works when used to create HTML content. It “rende...
https://videlais.com/2019/05/25/learning-react-part-2-understanding-render/
CC-MAIN-2020-45
en
refinedweb
Code generated by idea: package obj { public class Person { private var firstName:String; private var lastName:String; public function Person() { } public function get firstName():String { return firstName; } public function set firstName(value:String):void { firstName = value; } public function get lastName():String {...
https://intellij-support.jetbrains.com/hc/en-us/community/posts/206955475-ActionScript-invalid-object-getter-setter-generation-with-alt-insert?page=1
CC-MAIN-2020-45
en
refinedweb
boxes; import React, { Component } from "react"; import { View, Text } from "react-native"; class App extends Component { render() { return ( <View style={{ flexDirection: "row", height: 100, padding: 20 }} > <View style={{ backgroundColor: "blue", flex: 0.3 }} /> <View style={{ backgroundColor: "red", flex: 0.5 }} />...
https://reactnative.dev/docs/view
CC-MAIN-2020-45
en
refinedweb
Summary I’ve done a lot of .Net Web APIs. APIs are the future of web programming. APIs allow you to break your system into smaller systems to give you flexibility and most importantly scalability. It can also be used to break an application into front-end and back-end systems giving you the flexibility to write multipl...
http://blog.frankdecaire.com/2015/11/14/web-apis-with-cors/
CC-MAIN-2018-13
en
refinedweb
Learn to create the game “Spin The Bottle” on Android What is better that creating some funny games to learn the basics of Android development ? Today, you’re going to discover more on the Android Animation API by creating the game “Spin The Bottle”. Note that you can discover this tutorial in video on Youtube too :. W...
http://www.ssaurel.com/blog/learn-to-create-the-game-spin-the-bottle-on-android/
CC-MAIN-2018-13
en
refinedweb
The first step is the replacement of all strings of the form: "This needs to be translated" by the following call (interpreted to be a C macro in Gnu's gettext) _("This needs to be translated") which is very simple. The standard way then requires the use of gettextand results in the creation of ".pot" files (Portable O...
https://aroberge.blogspot.com/2005/07/
CC-MAIN-2018-13
en
refinedweb
Introduction: Pi Day | Python Program As you know already, pi is an endless number often used in math. It is celebrated on 3/14 (March 14th) because the standard use pi is 3.14 Please Note: I am doing this from a Mac, but it also works with extra software for windows. It also works in the Python Shell on the Raspberry ...
http://www.instructables.com/id/Pi-Day-Python-Program/
CC-MAIN-2018-13
en
refinedweb
Introduction: Simple Auto Fish Feeder in Ardinuo I intended to take a holiday trip with my family, but no one take care my fishes, I check out other instructablers decided to build my auto fish feeder, my only principle is simple to make, save water and save power, I found the roller method is much easier to do. Step 1...
http://www.instructables.com/id/Simple-Auto-Fish-Feeder-in-Ardinuo/
CC-MAIN-2018-13
en
refinedweb
Write some Software -- 9 Budget R$30-150 BRL The project is an data generator that uses a XSD to describe the XML structure that have to be generated. This XSD are builded using some namespaces, some optional elements composition, various enumarations and string fields. The code project uses Java 1.8 with Maven and JAX...
https://www.fr.freelancer.com/projects/software-architecture/write-some-software-14846855/
CC-MAIN-2018-13
en
refinedweb
Start a PCM playback channel running #include <sys/asoundlib.h> int snd_pcm_playback_go ( snd_pcm_t *handle ); libasound.so.
http://www.qnx.com/developers/docs/6.6.0.update/com.qnx.doc.neutrino.audio/topic/libs/snd_pcm_playback_go.html
CC-MAIN-2018-13
en
refinedweb
It seemed a simple bug report. "When we close the editing screen the framework asks the user to save the temporary portfolio we use internally as storage. Make sure it gets removed cleanly instead". "Should be easy," I thought. "We can't be leaking the objects, as the whole form and its helpers are written in C#. I jus...
https://accu.org/index.php/journals/244
CC-MAIN-2018-13
en
refinedweb
Get information about a PCM channel's capabilities (plugin-aware) #include <sys/asoundlib.h> int snd_pcm_plugin_info( snd_pcm_t *handle, snd_pcm_channel_info_t *info ); Before calling this function, set the info structure's channel member to specify the direction. This function sets all the other members. libasound.so ...
https://www.qnx.com/developers/docs/6.4.1/neutrino/audio/libs/snd_pcm_plugin_info.html
CC-MAIN-2018-13
en
refinedweb
getcontext, setcontext - get and set current user context [OB XSI] #include <ucontext.h>#include <ucontext.h> int getcontext(ucontext_t *ucp); int setcontext(const ucontext_t *ucp);. Upon successful completion, setcontext() shall not return and getcontext() shall return 0; otherwise, a value of -1 shall be returned. No...
http://pubs.opengroup.org/onlinepubs/009695399/functions/setcontext.html
CC-MAIN-2018-13
en
refinedweb
Abstract: Welcome to the 69th edition of The Java(tm) Specialists' Newsletter. After my last newsletter, the listserver told me that quite a few of you did not receive the newsletter. If you are reading this on the internet, and you did not receive this newsletter, be warned - you have probably been deleted from the li...
https://www.javaspecialists.eu/archive/Issue069.html
CC-MAIN-2018-13
en
refinedweb
What's different about the 3 versions of Rx? Part 1: Silverlight 3 Rx is a .NET Library that allows programmers to write succinct declarative code to orchestrate and coordinate asynchronous and event-based programs based on familiar .NET idioms and patterns. Just wow! One question, how well does this play with WPF trig...
https://channel9.msdn.com/Blogs/J.Van.Gogh/Writing-your-first-Rx-Application?format=html5
CC-MAIN-2018-13
en
refinedweb
NAME dirent.h - format of directory entries SYNOPSIS #include <dirent.h> DESCRIPTION The internal format of directories is unspecified. The <dirent.h> header shall define the following type: DIR A type representing a directory stream. It shall also define the structure dirent which shall include the following. FUTURE D...
http://manpages.ubuntu.com/manpages/jaunty/man7/dirent.h.7posix.html
CC-MAIN-2015-48
en
refinedweb
Hibernate Architecture are the components of the Hibernate O/R mapping tool Architecture: Hibernate...Hibernate Architecture - Understand the architecture of the Hibernate ORM framework. Here we will discuss about the architecture of very extensible used Hibernate Architecture Hibernate Architecture In this tutorial yo...
http://roseindia.net/tutorialhelp/comment/10777
CC-MAIN-2015-48
en
refinedweb
Adobe Flash Professional version MX and higher Adobe Flex This technique relates to: See User Agent Support for Flash for general information on user agent support. The intent of this technique is to prevent sounds from playing when the Flash movie loads. This is useful for those who utilize assistive technologies (suc...
http://www.w3.org/WAI/GL/2010/WD-WCAG20-TECHS-20100708/FLASH34.html
CC-MAIN-2015-48
en
refinedweb
querying pattr system For some externals I’m planning, I would like to be able to query the values of named [pattr] objects and named UI objects that have been exposed to the pattr system by [autopattr]. I’m kind of lost on where to look for info on this (and with searching specific forums still broken on the new site,...
https://cycling74.com/forums/topic/querying-pattr-system/
CC-MAIN-2015-48
en
refinedweb
I need some help with the prime_factor fxn. I think I'm just missing something easy that I'm not seeing right now. Anyways, it's supposed to output the prime factors of an input number. When I input 12, it outputs the desired results; however, if I enter in another nonprime number, it doesn't output the desired results...
http://cboard.cprogramming.com/cplusplus-programming/46147-prime-factor-fxn-printable-thread.html
CC-MAIN-2015-48
en
refinedweb
Hamming Numbers August 30, 2011 The sequence of Hamming numbers 1, 2, 3, 4, 5, 6, 8, 9, 10, 12, 15, 16, 18, 20, 24, 25, 27, 30, 32, 36, … (A051037) consists of all numbers of the form 2i·3j·5k where i, j and k are non-negative integers. Edsger Dijkstra introduced this sequence to computer science in his book A Discipli...
http://programmingpraxis.com/2011/08/30/hamming-numbers/?like=1&_wpnonce=76a2d9cd23
CC-MAIN-2015-48
en
refinedweb
In HTML, it is actually possible to embed raw image data directly into HTML so that separate image files are not needed. This can speed up HTTP transfers in many cases, but there are compatibility issues especially with Internet Explorer up to and including version 8. This short article will show an easy way to extract...
http://www.codeproject.com/Articles/221284/Data-URI-Image-Extractor
CC-MAIN-2015-48
en
refinedweb
using openmp on a 64 threads system By blue on Apr 14, 2009 What do you do when you get a 64 threads machine? I mean other than trying to find the hidden messages in Pi? Our group recently acquired a T5120 behemoth for builds, and I wanted to see what it was capable of. |uname -a SunOS hypernova 5.10 Generic_127127-11 ...
https://blogs.oracle.com/blue/tags/parallelization
CC-MAIN-2015-48
en
refinedweb
hello, I hope that one of you could help me out a bit: is there a way to, right from the start of the program, to set all inputed character values to be transfer to only CAPS or only lower case. This is what I've found out: #include <ctype> char c cout << "input a letter "; cin >> c ; c = toupper(c); this works and is ...
http://cboard.cprogramming.com/cplusplus-programming/34223-setting-all-input-caps-printable-thread.html
CC-MAIN-2015-48
en
refinedweb
A ContextManager for keeping threaded output associated with a cell, even after moving on. import sys import threading import time from contextlib import contextmanager # we need a lock, so that other threads don't snatch control # while we have set a temporary parent stdout_lock = threading.Lock() @contextmanager def ...
http://nbviewer.ipython.org/gist/minrk/4563193
CC-MAIN-2015-48
en
refinedweb
- OSI-Approved Open Source (64) - GNU Library or Lesser General Public License version 3.0 (2) - Affero GNU Public License (1) - Apache License V2.0 (1) - GNU General Public License version 2.0 (1) - GNU General Public License version 3.0 (1) - GNU Library or Lesser General Public License version 2.0 (1) - Python Softw...
http://sourceforge.net/directory/development/softdevlibraries/license:boostlicense/
CC-MAIN-2015-48
en
refinedweb
This is the first in a series of articles that looks at how programming in Java is taught to new programmers. In part, this series proposes to introduce object-oriented programming using the programming-centric practices of Extreme Programming (XP). This is not an argument of whether XP is the right methodology for you...
http://www.onjava.com/lpt/a/2407
CC-MAIN-2015-48
en
refinedweb
Real World Applications/Event Driven Applications From HaskellWiki 1 Introduction An event driven application/architecture is an application/architecture that is driven by internal/external events. Most non-trivial applications/architectures (from Operating Systems to Web Servers and Enterprise applications) are event ...
https://wiki.haskell.org/Real_World_Applications/Event_Driven_Applications
CC-MAIN-2015-48
en
refinedweb
Solution UrlDisp provides (Fast)CGI programs a minimalistic domain-specific parser for URLs. Hierarchical part of the URL (e.g., /foo/bar/ or /bar/baz/quix) is tokenized (turned into a list of "URL fragments", e.g. ["foo","bar"]) and matched against rules defined using UrlDisp combinators. Every rule consists of, basi...
https://wiki.haskell.org/index.php?title=UrlDisp&diff=28318&oldid=26443
CC-MAIN-2015-48
en
refinedweb
This section describes the WwdEmbedded.java program, highlighting details specific to accessing a Derby database from a JDBC program. INITIALIZATION SECTION: The initial lines of code identify the Java packages used in the program, then set up the Java class WwdEmbedded and the main method signature. Refer to a Java pr...
http://db.apache.org/derby/docs/10.5/getstart/rwwdactivity3.html
CC-MAIN-2015-48
en
refinedweb
Using the numbers 1, 3, 4 and 6, create an algebraic expression that equals 24. All four numbers must be used and each number may only be used once. Those four numbers are the only numbers permitted in the expression. The expression is restricted to using addition, subtraction, multiplication and division. A particular...
http://www.codeproject.com/Articles/28435/The-24-Puzzle
CC-MAIN-2015-48
en
refinedweb
Be the first to know about new publications.Follow publisher Unfollow publisher Josh Rattray - Info Spread the word. Share this publication. - Stack Organize your favorites into stacks. - Like Like this publication. 2010 Butler Football Guide 2010 Butler University football guide 2010 Butler Football Contents All-Ameri...
http://issuu.com/buathletics/docs/10bufb_guide
CC-MAIN-2015-48
en
refinedweb