text
stringlengths
454
608k
url
stringlengths
17
896
dump
stringclasses
91 values
source
stringclasses
1 value
word_count
int64
101
114k
flesch_reading_ease
float64
50
104
This paper addresses the issue of enhancing server performance by leveraging the concepts of thread pools and asynchronous I/O. It was motivated by an ISV's need to port an NT-compliant-IOCP-using application to Solaris 8. The discussion is centered around one kind of server application, where a large number of clients...
http://developers.sun.com/solaris/articles/thread_pools.html
crawl-002
refinedweb
4,439
52.7
I had the pleasure of visiting some guys in Munich this week to talk about ASP.NET MVC. Well, the time with them was a pleasure, but I did have two awful airport experiences due to snow in 48 hours! Something we discussed that I’ve come across before is using different routes depending upon the domain that the end user...
http://blogs.msdn.com/b/ukadc/archive/2010/12/09/different-routes-for-different-hosts-using-constraints.aspx
CC-MAIN-2015-06
refinedweb
488
54.93
Tutorial: Use Azure Storage for build artifacts This article illustrates how to use Blob storage as a repository of build artifacts created by a Jenkins continuous integration (CI) solution, or as a source of downloadable files to be used in a build process. One of the scenarios where you would find this solution'll be...
https://docs.microsoft.com/sv-se/azure/developer/jenkins/azure-storage-blobs-as-build-artifact-repository
CC-MAIN-2020-50
refinedweb
1,395
56.66
When you add an image registry, Codewind logs you into the image registry on your local machine as if you had locally run docker login. Adding your first image registry entry to Codewind Adding an image registry and connection details is done using your IDE (local/remote) or by way of the Che IDE when running in Che. ...
https://www.eclipse.org/codewind/remote-setupregistries.html
CC-MAIN-2020-40
refinedweb
304
52.09
How To Export Blender Models to OpenGL ES: Part 1/3 Learn how to export blender models to OpenGL ES in this three part tutorial series! Version - Other, Other, Other >>IMAGE: In the final part,… [spoiler title=”Cube Geometry Attributes”] Vertices (v): 8 Texture Coordinates (vt): 14 Normals (vn): 6 Faces (f): 12 Good fo...
https://www.raywenderlich.com/2604-how-to-export-blender-models-to-opengl-es-part-1-3
CC-MAIN-2021-04
refinedweb
2,041
50.23
This article describes how to read XML data using XmlDocument when xml contains Namespace. Introduction In this article we will discuss how to read XML data using XmlDocument object. We can read data through SelectNodes() method which returns XMlNodeList object and it contains list of nodes as per xpath string. However...
https://www.c-sharpcorner.com/UploadFile/manas1/read-xml-data-with-namespce-using-xmldocument/
CC-MAIN-2021-21
refinedweb
126
65.93
LLVM Proposes Adding Modules to the November LLVM developers meeting, Doug Gregor of Apple gave a presentation on adding modules to C. From the talk's abstract:. The basic premise of the proposal is to avoid having to use the pre-processor to include vast quantities of headers when compiling even the simplest files, as...
https://www.infoq.com/news/2012/11/llvm-modules
CC-MAIN-2018-05
refinedweb
948
50.77
'<s!1>' Federation Internal!onale des Ingenieurs-Conseils International Federation of Consulting Engineers Internalianale Vereinigung Beratender Inganieura de Ingenieros ConsLJltares Ci ient/Consu Itant Model Services Agreement AGREEMENT GENERAL CONDITIONS PARTICULAR CONDITIONS APPENDICES A, B AND C < > -------------- ...
https://www.scribd.com/document/126373224/White-Book-4th-Edition-Model-Services-Agreement-1
CC-MAIN-2019-35
refinedweb
9,946
57.16
Opened 11 years ago Closed 7 years ago #3624 closed New feature (fixed) Syndication could be friendlier to non Django templating languages Description To specify the title or description for a feed, the syndication module will accept a path to a template: "You can also change the names of these two templates by specify...
https://code.djangoproject.com/ticket/3624
CC-MAIN-2018-09
refinedweb
456
59.84
PMISETHOSTNAME(3) Library Functions Manual PMISETHOSTNAME(3) pmiSetHostname - set the source host name for a LOGIMPORT archive #include <pcp/pmapi.h> #include <pcp/import.h> int pmiSetHostname(const char *value); cc ... -lpcp_import -lpcp use PCP::LogImport; pmiSetHostname($value); As part of the Performance Co-Pilot L...
https://man7.org/linux/man-pages/man3/pmiSetHostname.3.html
CC-MAIN-2020-50
refinedweb
126
56.25
PcpNode represents a node in an expression tree for compositing scene description. A node represents the opinions from a particular site. In addition, it may have child nodes, representing nested expressions that are composited over/under this node. Child nodes are stored and composited in strength order. Each node hol...
https://www.sidefx.com/docs/hdk/class_pcp_node_ref.html
CC-MAIN-2021-17
refinedweb
698
76.82
Divides a all faces in shell with given criteria Shell. More... #include <ShapeUpgrade_ShapeDivide.hxx> Divides a all faces in shell with given criteria Shell. Initialize by a Shape. Returns a message decsribing modification of a shape. Reimplemented in ShapeUpgrade_ShapeConvertToBezier. Returns the tool for splitting ...
https://dev.opencascade.org/doc/occt-6.9.0/refman/html/class_shape_upgrade___shape_divide.html
CC-MAIN-2022-33
refinedweb
220
54.29
- Maya: Scrambled UV Issue - big rendering problem - object edge detection node? - MentalRay results in Render View - SubD Surface Problems... - How far behind XSi? - Render times in MR too much, plz help =) - bump map on dielectric material - switching from LW 8 to MAYA 5 - Hair/Fur Problem - UV Size Restrictions - Ch...
http://forums.cgsociety.org/archive/index.php/f-87-p-9.html
CC-MAIN-2015-06
refinedweb
1,145
59.5
True or false: A class provides a description of the layout of data values? A class provides a description of how object actions are performed? A class provides a description of how object actions are available? Each object has its own copy of instance variables defined in the corresponding class? A static method may a...
http://www.javaprogrammingforums.com/whats-wrong-my-code/23761-helpppp.html
CC-MAIN-2014-52
refinedweb
408
62.58
You need to sign in to do that Don't have an account? StandardSetController and Controller Extensions Hello, I am trying to take advantage of the new StandardSetController functionality with a custom data set (not driven through a predefined listview filter). I am having difficulty finding the right syntax within the c...
https://developer.salesforce.com/forums/?id=906F000000094xQIAQ
CC-MAIN-2021-31
refinedweb
595
50.36
6: Templating¶ Web development usually involves HTML, and web frameworks generally provide support for HTML generation using templating languages. Pyramid provides bundled support for the Chameleon and Mako templating engines, with active community support for bindings such as Jinja2. Objectives¶ - Create a template us...
http://docs.pylonsproject.org/projects/pyramid-tutorials/en/latest/getting_started/06-template/index.html
CC-MAIN-2015-22
refinedweb
415
60.41
Created on 2013-12-10 13:08 by Olivier.Grisel, last changed 2013-12-20 14:33 by ncoghlan. This issue is now closed. Here is a simple python program that uses the new forkserver feature introduced in 3.4b1: name: checkforkserver.py """ import multiprocessing import os def do(i): print(i, os.getpid()) def test_forkserver...
http://bugs.python.org/issue19946
CC-MAIN-2015-06
refinedweb
2,826
66.54
. 09-01-2013 8:06 AM 09-01-2013 8:06 AM After my spam of replies I have fixed my problem. I had to set the router to static and type in the gateway, dns servers, etc that is listed on the uverse box. Port forwarding works fine now on the linksys. Yay! 09-01-2013 5:53 PM 09-01-2013 6:10 PM 09-01-2013 6:10 PM 09-23-2013 ...
https://forums.att.com/t5/AT-T-Internet-Equipment/U-verse-for-BUSINESS-2Wire-3600HGV-bridge-mode-or-another-AT-amp/m-p/3622877/highlight/true
CC-MAIN-2017-17
refinedweb
1,828
73.37
Hot questions for Using Neural networks in text classification Question: I'm writing a program to classify texts into a few classes. Right now, the program loads the train and test samples of word indices, applies an embedding layer and a convolutional layer, and classifies them into the classes. I'm trying to add hand...
https://thetopsites.net/projects/neural-network/text-classification.shtml
CC-MAIN-2021-31
refinedweb
3,088
50.73
This module provides a few subroutines for examining and modifying tied variables, including those that hold weak references to the objects to which they are tied (weak ties). It also provides tie constructors in the "to::" namespace, so that you can...SPROUT/Tie-Util-0.04 - 01 Feb 2015 21:21:30 GMT HANENKAMP/Tie-Simpl...
https://metacpan.org/search?q=module%3ATie%3A%3AUtil
CC-MAIN-2018-47
refinedweb
297
57.37
All items in C[] look like 'mp3s/Ben_Folds_Five/Whatever_And_Ever_Amen/12-Evaporated.mp3' Code: Select all import os loop = 0 os.system('clear') os.system('ls -1pR mp3s > files.out') f = open('files.out', 'r') A = f.readline() C = ['this','is','a','list'] C[:] = [] if A[-2:-1] == ":": while loop == 0: B = f.readline() ...
https://www.raspberrypi.org/forums/viewtopic.php?p=116566
CC-MAIN-2021-04
refinedweb
222
75.91
Back I have a list of tuples that looks something like this: [('abc', 121),('abc', 231),('abc', 148), ('abc',221)] I want to sort this list in ascending order by the integer value inside the tuples. Is it possible? If you want to sort a list of tuples by 2nd item in ascending order you can do by using the sorted functi...
https://intellipaat.com/community/9401/sort-a-list-of-tuples-by-2nd-item-integer-value
CC-MAIN-2021-43
refinedweb
165
70.23
Integrating DNS and Active Directory - Integrating DNS with Active Directory - Heterogeneous Environments - DNS and WINS - About This Article In this article, Kevin Kocis describes some of the advantages and difficulties of combining the Domain Name Service (DNS) with Active Directory, non-Microsoft DNS servers, and WI...
http://www.informit.com/articles/article.aspx?p=20971&amp;seqNum=6
CC-MAIN-2017-04
refinedweb
2,142
50.97
=head1 NAME perldelta - what's new for perl v5.6.x =head1 DESCRIPTION This document describes differences between the 5.005 release and the 5.6.1 release. =head1 Summary of changes between 5.6.0 and 5.6.1 This section contains a summary of the changes between the 5.6.0 release and the 5.6.1 release. More details about ...
https://metacpan.org/changes/release/GSAR/perl-5.6.1
CC-MAIN-2018-47
refinedweb
6,906
58.48
Misc #15418open Date.parse('2018') Description Date.parse('2018') ArgumentError: invalid date I did expect that to return the same as: Date.parse('2018-1-1') => Mon, 01 Jan 2018 working with dates and times is really weird and complicated, so it makes sense to be strict with parsing. I watched this one: He's really com...
https://bugs.ruby-lang.org/issues/15418
CC-MAIN-2021-43
refinedweb
562
82.34
process. options - Command-line options, as specified in this document. To see a typical use of javadoc options, see Real-World Example. packagenames - A series of names of packages, separated by spaces, such as java.lang java.lang.reflect java.awt. You must separately specify each package you want to document. has a ...
http://java.sun.com/j2se/1.5.0/docs/tooldocs/windows/javadoc.html
crawl-002
refinedweb
4,852
57.37
#include <itkDOMReader.h> Class to read an ITK object from an XML file or a DOM object, using the DOM APIs. End-users need to derive from this class to implement readers for user objects. In subclasses, users need to provide an implementation for the virtual functions GenerateData(-,-). This class performs similar func...
https://itk.org/Doxygen/html/classitk_1_1DOMReader.html
CC-MAIN-2020-45
refinedweb
503
59.9
Problem: Count number of ways to arrive at sum N given set of numbers >= M Inputs: N = 3, M = 1 | Ways: 1 + 1 + 1, 1 + 2, 3 | Output: 3 I could see an ideal solution would be DP (Dynamic Programming) instead of combinations of every pair of numbers. - However I find it hard how to start and proceed with the calculation...
https://proxies-free.com/algorithms-count-number-of-ways-to-arrive-at-sum-n-given-set-of-numbers-m/
CC-MAIN-2020-40
refinedweb
217
75.44
My question is how do I read from the user Datainput.txt file to get the value of myVal? I can handle all the other stuff required for this, but with out the correct value to start well nothing will be right. public class MyClient { private final int myServerPort = 0x28b5; private final String myServerAddr = "127.0.0.1...
https://www.daniweb.com/programming/software-development/threads/171336/read-from-input-txt-socket-programming
CC-MAIN-2019-04
refinedweb
178
51.24
Using powerful libraries it has to easily implement advanced requirements. You can find the code in this GitHub repository. Creating your First Electron Application Let's now see how to create our first Electron application. You can develop Electron apps just like you would normally develop Node.js apps. You first need...
https://www.techiediaries.com/python-electron-tutorial/
CC-MAIN-2021-39
refinedweb
731
58.58
AboutEditPageHelpOneMinuteWikiWikiEtiquetteWikiVariables This is version 7. It is not the current version, and thus it cannot be edited. [Back to current version] [Restore this version] This is version 7. It is not the current version, and thus it cannot be edited. [Back to current version] [Restore this version] ----...
http://raibledesigns.com/wiki/Wiki.jsp?page=TextFormattingRules&version=7
CC-MAIN-2018-26
refinedweb
372
67.76
I'm reprogramming some A4 code and after entering in keyboard code, successfully compiling it, it only detects when I press an arrow key once, but doesn't do anything if I hold it down. Here's a code snippit: al_wait_for_event(queue, &event); if(event.type == ALLEGRO_EVENT_KEY_DOWN) { al_get_keyboard_state(&keys); if(e...
https://www.allegro.cc/forums/thread/606547/905517
CC-MAIN-2017-47
refinedweb
1,493
66.84
iJobQueue Struct Reference Interface to simple job management. More... #include <iutil/job.h> Inheritance diagram for iJobQueue: Detailed Description Interface to simple job management. Jobs are enqueued and run one after another, e.g. in another thread. - See also: - csThreadJobQueue Definition at line 47 of file job....
http://www.crystalspace3d.org/docs/online/api-1.4/structiJobQueue.html
CC-MAIN-2014-42
refinedweb
144
70.19
Reversal algorithm for array rotation in C++ In this tutorial, we are going to learn about Reversal algorithm for array rotation in C++. In this problem, we have to rotate the array from a particular point let’s say it (k) in the clockwise direction. Let us understand the problem by taking an example: Let the given arr...
https://www.codespeedy.com/reversal-algorithm-for-array-rotation-in-cpp/
CC-MAIN-2020-45
refinedweb
357
54.05
Can't tell my truth from my lies For a long time now, my blog has consisted of handcrafted XHTML marked up with hAtom, and using XSLTs to generate HTML versions and my Atom feed. While this worked out reasonably well in terms of giving me control over every last detail of my content, it was pretty much a pain in the as...
https://mithrandi.net/page/3/
CC-MAIN-2018-51
refinedweb
547
65.56
React Fragment Tutorial In this quick tutorial you'll learn about React Fragments. When you want to render multiple React components or DOM elements in your component render() method you will need to wrap them in a top level element which has no role but to wrap these components in such a way that only one component is...
https://www.techiediaries.com/react-fragment-tutorial/
CC-MAIN-2020-34
refinedweb
401
50.46
From: Stuart Dootson (stuart.dootson_at_[hidden]) Date: 2004-10-10 13:34:31 On Sun, 10 Oct 2004 07:35:03 -0400, David Abrahams <dave_at_[hidden]> wrote: > > That will fix the problem, but IIRC you have the cause wrong. > > Boost.Bind puts its placeholders into an unnamed namespace at the top > level. Lambda puts them i...
https://lists.boost.org/Archives/boost/2004/10/74076.php
CC-MAIN-2019-30
refinedweb
119
67.65
Details Description A lot of users have datasets in a directory structures similar to this in hdfs: /dataset/yyyy/MM/dd/<one or more files> Instead of loading these into Hive the normal way it would be useful to create an external table with the /dataset location and then one partition per yyyy/mm/dd. This would requir...
https://issues.apache.org/jira/browse/HIVE-91?attachmentSortBy=dateTime
CC-MAIN-2015-18
refinedweb
1,154
57.87
xmlns:j.0="file:outlook/" xmlns:j.1="file:eudora/" Now, SWOOP can create a simple ontology from your data dump. Start it, and pick Load/Ontology from the File menu. You're not really loading an ontology, but instead the RDF file that you pulled from D2RQ: datadump.rdf. It might take a few minutes, so to speed this up y...
http://www.devx.com/semantic/Article/38700/0/page/3
CC-MAIN-2015-40
refinedweb
1,014
52.19
* On Monday 2005-07-04 at 22:44:43 -0700, Paul Eggert wrote: > Charles Levert <address@hidden> writes: > > > I have checked that this will hold for CHAR_BIT > > up to 1023. I've put this in the ChangeLog. > >. See below. > Please change the name from DEPTH_SIZE to DEPTH_BOUND (since it's > an upper bound), I wanted to ...
http://lists.gnu.org/archive/html/bug-grep/2005-07/msg00015.html
CC-MAIN-2013-48
refinedweb
355
72.16
When Interviews Fail Why it is wrong to think that getting an interview question wrong is worse than not to give an answer at all. Join the DZone community and get the full member experience.Join For Free tl;dr Peter Verhas asks a seemingly innocent question during a technical interview, and gets an answer that is not ...
https://dzone.com/articles/when-interviews-fail
CC-MAIN-2022-27
refinedweb
1,701
68.5
Odoo Help Odoo is the world's easiest all-in-one management software. It includes hundreds of business apps: CRM | e-Commerce | Accounting | Inventory | PoS | Project management | MRP | etc. How do I get the account.invoice associated to a sales.order? From sales.order object, how do I get the associated invoices? I ha...
https://www.odoo.com/forum/help-1/question/how-do-i-get-the-account-invoice-associated-to-a-sales-order-95409
CC-MAIN-2017-30
refinedweb
326
53.17
Salesforce lightning is an application development framework developed by salesforce.com; it simplifies the business users' processes. Lightning experience is an advanced interface with the latest features and updated pages for streamlining the sales process to increase your business. Lightning has all the technologies...
https://mindmajix.com/salesforce-lightning-interview-questions
CC-MAIN-2022-21
refinedweb
2,324
54.42
remove the registration of the given name #include <sys/name.h> int qnx_name_detach( nid_t nid, int name_id ); The qnx_name_detach() function removes the name identified by name_id from the node specified by nid. If nid is zero, the local node is used. The name_id parameter must be the value that was returned by the qn...
https://users.pja.edu.pl/~jms/qnx/help/watcom/clibref/qnx/qnx_name_detach.html
CC-MAIN-2022-33
refinedweb
110
66.23
This: Special keys like the StreamerInfo record, the Keys List Record and the Free Blocks Record are also shown. When clicking the right mouse button, a pop-up menu is shown with its title identifying the picked object and with the items:. Definition at line 32 of file TFileDrawMap.h. #include <TFileDrawMap.h> Default ...
https://root.cern.ch/doc/v622/classTFileDrawMap.html
CC-MAIN-2021-43
refinedweb
398
62.44
This document has no official standing. It stands on its own merits. See related writings. This is a large subset of the language problem: we have a "string" (a sequence of symbols from some alphabet), and we want to give it to someone else and have some degree of confidence what they will learn from it. Our subset her...
http://www.w3.org/2001/03/identification-problem/ident1.html
CC-MAIN-2016-50
refinedweb
812
61.16
Python API for Visual One's few shot learning framework. Project description Visual One Visual One's few shot learning framework allows you to easily train models for complex computer vision tasks using only a few samples in two lines of code. To see some examples, visit the examples page of our website. Quickstart Ins...
https://pypi.org/project/visualone/
CC-MAIN-2022-40
refinedweb
399
50.23
tern - migrations as data The Artic Tern holds the long-distance record for bird migration; therein lies the flimsy justification for the name of this plugin, which handles database migrations. Motivation There are already a number of good migration plugins for Clojure, such as Drift, which abstract the concept of vers...
https://devhub.io/repos/artifice-cc-lein-tern
CC-MAIN-2020-24
refinedweb
1,323
50.16
not actually to establish a blogging point where individuals can enrich their learns on facilitating and leveraging .NET-related activities most effectively Holy cow, I wrote a book! Even though a value is stored in the registry as REG_SZ, this doesn't mean that the value actually ends with a proper null terminator. At...
http://blogs.msdn.com/oldnewthing/archive/2004/08/24/219444.aspx
crawl-002
refinedweb
542
61.67
Alrighty, I’m starting a little series this month exploring Grails unit tests. Some of you guys are already further along this road than me, so if you have smarter ways of doing things, don’t hesitate to add comments. My Grails testing kungfu is pretty white belt. We’re starting the journey with taglibs, since they typ...
http://blogs.bytecode.com.au/glen/2008/03/07/mockfor-march-unit-testing-grails-taglibs.html
CC-MAIN-2013-48
refinedweb
520
74.59
I'm reading in my second text file of data, it is listed below. My first text file is reading and printing to the terminal fine. // this is a comment, ignore // name, usagefee, insurance, affiliationfees, then court numbers Tennis,44,10,93,10,11,12,13,14,15,16 Squash,165,10,27,1,2,3,4 I am using the same buffer/reader ...
http://www.javaprogrammingforums.com/%20whats-wrong-my-code/28600-java-reading-two-text-files-different-sizes-into-arraylist-printingthethread.html
CC-MAIN-2018-26
refinedweb
395
58.48
The: - The applets originate from the same server and from the same directory on the server. - The applets are running on the same page and in the same browser window. Those security restrictions may have been designed that way for good reason; however, the latter requirement limits the ways you can make interesting mu...
http://www.javaworld.com/article/2077464/learn-java/java-tip-101--an-alternative-way-for-applet-to-applet-communication.html
CC-MAIN-2015-32
refinedweb
1,305
52.7
Memory usage when changing image in an ui.ImageView Hi all I've written a script which loops through a list of photos, displaying the current one while some processing happens behind the scenes. I've wrapped this up into an app in Xcode using the Pythonista3AppTemplate and have noticed that the memory consumption grows...
https://forum.omz-software.com/topic/6400/memory-usage-when-changing-image-in-an-ui-imageview/5
CC-MAIN-2020-50
refinedweb
1,165
68.57
Developing Second Screen Apps for Google TV Read Sams Teach Yourself Google TV App Development in 24 Hours and more than 24,000 other books and videos on Safari Books Online. Start a free trial today. In Hour 22, “Examining an Example Second Screen App,” you installed the example Blackjack second screen app. In doing s...
http://www.informit.com/articles/article.aspx?p=2020372&amp;seqNum=6
CC-MAIN-2017-26
refinedweb
1,666
50.84
Simple Access Berkeley DB Using STLdb4 The. Listing 1. Standard Berkeley DB C++ API Db::get() #include <db_cxx.h> int Db::get(DbTxn *txnid, Dbt *key, Dbt *data, u_int32_t flags);. Listing 2. STLdb4 Setting and Getting Values #include <iostream> #include <STLdb4/stldb4.hh> using namespace STLdb4; using namespace std; in...
http://www.linuxjournal.com/article/9374?quicktabs_1=1
CC-MAIN-2014-52
refinedweb
265
71.55
I'm very new to c++, just 2 days, so I don't really know any complex language as of yet, so i was hoping someone could explain to me why my code isn't working, it almost compiles, but with one "else without an if" error, but even without that chunk of code, there's alot of freezing and loops that don't seem to work pro...
http://cboard.cprogramming.com/cplusplus-programming/145629-need-someone-explain-simple-language-what-i%27m-not-getting.html
CC-MAIN-2014-41
refinedweb
607
76.42
Standards, Environments, and Macros - Image Packaging System The image packaging system, pkg(5), is a framework that provides for software lifecycle management (installation, upgrade, and removal). Image packaging manages software in units of packages, which are collections of actions, defined by a set of key/value pai...
http://docs.oracle.com/cd/E26502_01/html/E29043/pkg-5.html
CC-MAIN-2015-48
refinedweb
6,058
56.86
Canonical Voices Kirkland: LXD in the Sky with Diamonds2015-11-05T09:06:58ZDustin Kirklandnoreply@blogger.com<table align="center" cellpadding="0" cellspacing="0" class="tr-caption-container"><tbody><tr><td><a href=""><img border="0" height="198" src="" width="400" /></a></td></tr><tr><td class="tr-caption"><br /></td>...
http://voices.canonical.com/feed/atom/tag/containers/
CC-MAIN-2015-48
refinedweb
13,398
52.39
A Deep Dive into Flash Builder 4 In this article we are going to take a look at Adobe’s Flash Builder tool. Flash Builder 4 is part of the Adobe Flash Platform, and the latest release of Adobe's commercially available integrated development environment (IDE) for building Flex and AIR applications. The popular Eclipse-b...
https://dzone.com/articles/flash-builder-4-deep-dive
CC-MAIN-2015-35
refinedweb
2,657
57.91
Ruby Array Exercises: Find the largest value from a given array of integers of odd length Ruby Array: Exercise-26 with Solution Write a Ruby program to find the largest value from a given array of integers of odd length. The array length will be a least 1. Ruby Code: def check_array(nums) max = nums[0]; if(max <= nums[...
https://www.w3resource.com/ruby-exercises/array/ruby-array-exercise-26.php
CC-MAIN-2021-21
refinedweb
178
64.1
Generate Random Profile Project description Random Profile Generator Introduction RandomProfile is a powerful and simple tool to generate fake data. You can use it to mock classes, populate databases and and much more. You can check the full documentation here. pip install random-profile Documentation from random_profi...
https://pypi.org/project/random-profile/0.0.9/
CC-MAIN-2022-40
refinedweb
288
52.26
Mar 22, 2010 11:21 AM|Peter Smith|LINK I've been trying to implement Facebook Connect, via this site: However, I get 2 error messages when using that code. Some other people have asked similar questions on the above site, but did not get any answers... If ConnectAuthentication.isConnected() Then Dim api As New API() ER...
https://forums.asp.net/t/1538971.aspx?Facebook+developer+toolkit
CC-MAIN-2018-43
refinedweb
888
69.07
Amazon Timestream vs DynamoDB for Timeseries Data29 Oct 2020 AWS recently announced that their Timestream database is now generally available. I tried it out with an existing application that uses timeseries data. Based on my experimentation this article compares Amazon Timestream with DynamoDB and shows what I learned...
https://bahr.dev/2020/10/29/timestream/
CC-MAIN-2020-50
refinedweb
1,586
63.29
Oh NO! USB type is serial but the port didn't say anything. I chose COM 15 and now it works. Thanks Manitou. Maybe I'm too old for this stuff! Pete Type: Posts; User: el_supremo Oh NO! USB type is serial but the port didn't say anything. I chose COM 15 and now it works. Thanks Manitou. Maybe I'm too old for this stuff!...
https://forum.pjrc.com/search.php?s=4c1527dd4f26a2c4e256acca8cc2cedf&searchid=5422467
CC-MAIN-2020-24
refinedweb
1,578
84.78
How to import cx_Oracle library into python SikuliX script --- not possible (C-based) --- workaround ******************* workarounds see comment #3 following ------- Hi guys, I'm trying to import cx_Oracle library into my python test script inside sikulix, however I'm getting this error: [error] script [ connect_and_pr...
https://answers.launchpad.net/sikuli/+question/678478
CC-MAIN-2019-09
refinedweb
498
61.97
Dear All, I have a requirement to be able to emit XML output from my Torque objects. I'd like this to be a normal part of all my Torque based objects. Ideally, what I would like is to be able to get XML strings from Torque objects. E.g. have methods in the generated classes like: public class BaseMytable { public Strin...
http://mail-archives.apache.org/mod_mbox/db-torque-dev/200301.mbox/%3C3E1B1B69.E33EA6AD@softxs.ch%3E
CC-MAIN-2019-35
refinedweb
276
71.75
present a solution to the previous exercise and analyze the performance of Web indexing algorithms. Then we build a simple Web crawler. In my solution, we store two kinds of structures in Redis: URLSet TermCounter We discussed these data types in the previous chapter. You can also read about Redis Sets and Hashes at I...
http://greenteapress.com/thinkdast/html/thinkdast016.html
CC-MAIN-2017-43
refinedweb
1,204
62.88
Opened 9 years ago Closed 8 years ago #10902 closed defect (fixed) proof=False unnecessary in factor() Description (last modified by ) There are currently no known counter examples where Singular would return an incorrect factorisation. It might be very very slow but does not return wrong answers as far as we know. Hen...
https://trac.sagemath.org/ticket/10902
CC-MAIN-2020-16
refinedweb
2,272
66.44
Are you sure? This action might not be possible to undo. Are you sure you want to continue? BUSINESS ASSOCIATIONS OUTLINE – SPRING 2006 THE LIMITED LIABILITY COMPANY I. INTRODUCTION A. Allows for the exercise of managerial powers without the risk of personal liability for the debts of the business. 1. No Double Taxatio...
https://www.scribd.com/document/137219366/Baii-Tommy
CC-MAIN-2018-17
refinedweb
26,761
57.77
0 Obviously, here is the initial code for this blackjack game. and in order for me to feel confident in this game I need to have an error check to make sure that there are at least 7 cards per player. And I have to do this in the second part of code listed below (cards). #?(Y/N): ") main() raw_input("\n\nPress the ente...
https://www.daniweb.com/programming/software-development/threads/355759/blackjack-error-checking
CC-MAIN-2016-50
refinedweb
335
79.56
To Allesandro: Please let me know if/when you are subscribed to the plplot_devel list (see) so I don't end up putting double I have just put the relevant pyqt GUI front end files into cvs. There are a number of changes from your original files so could you please check that the cvs version works for you? I believe you ...
http://sourceforge.net/p/plplot/mailman/message/5508581/
CC-MAIN-2015-32
refinedweb
511
69.92
Microsoft's official enterprise support blog for AD DS and more, Dave here. Today, I will cover the process by which domain DFS namespaces can be migrated from one domain to another, important considerations both during and after the migration, and some helpful tips along the way. My post assumes that you have some wor...
http://blogs.technet.com/b/askds/archive/2008/01.aspx?PageIndex=1&PostSortBy=MostRecent
CC-MAIN-2015-35
refinedweb
1,251
54.02
JavaScript Guide, Part 5: Arrays and Loops 3r31219. 3r3-31. Today, in the fifth part of the translation of the course on jаvascript, we will talk about arrays and cycles. Arrays are used in solving a variety of problems. Often work with arrays using loops. 3r31219. 3r31219. → Part 1: first program, language features, s...
https://habrahabr.info/development/compilers/6460-javascript-guide-part-5-arrays-and-loops.html
CC-MAIN-2020-40
refinedweb
4,305
77.03
clock_t clock ( void ); <ctime> Clock program Returns the number of clock ticks elapsed since the program was launched.The macro constant expression CLOCKS_PER_SEC specifies the relation between a clock tick and a second (clock ticks per second).The initial moment of reference used by clock as the beginning of the prog...
http://www.cplusplus.com/reference/clibrary/ctime/clock/
crawl-002
refinedweb
133
66.13
Does anyone know of an free online DirectDraw tutorial(preferably DirectX 8.1 for VC++ .NET)?:confused: [EDIT] This thread is now for anyone who has questions about DirectX [/EDIT] Does anyone know of an free online DirectDraw tutorial(preferably DirectX 8.1 for VC++ .NET)?:confused: [EDIT] This thread is now for anyon...
http://cboard.cprogramming.com/game-programming/17907-directx-printable-thread.html
CC-MAIN-2014-35
refinedweb
278
77.84
selectOneMenu ExampleArnaud Morel Aug 11, 2009 3:30 PM Hello, I'm beginning with Seam and I've looked at examples but none cover my needs. In an application, you usually have some dropdownlists for references like country, town, ... In DvD application example, I found a category dropdownlist, but it is tied to componen...
https://developer.jboss.org/thread/189186
CC-MAIN-2018-39
refinedweb
1,119
50.33
D for Win32 Introduction This describes the D implementation for 32 bit Windows systems. Naturally, Windows specific D features are not portable to other platforms. Instead of the: #include <windows.h> of C, in D there is: import core.sys.windows.windows; Calling Conventions In C, the Windows API calling conventions ar...
http://wiki.dlang.org/D_for_Win32
CC-MAIN-2015-35
refinedweb
334
51.04
Was the Berkman Center's ODF day a love-in? Tim Bray recommended that I check out the recording of an invitation-only event at Harvard's Berkman Center. The general topic was open standards, but the Massachusetts vs. Microsoft tussle over OpenDocument was central to the discussion. Tim writes:. [ongoing: Boston ODF Da...
http://weblog.infoworld.com/udell/2005/10/31.html
crawl-001
refinedweb
392
62.17
-- DavidF: we may cancel May 1 telcon because Europeans (except for Brits) have a holiday. I'll come back on email about this. -- MarcH: I'd like confirmation for what I proposed in my email: WG agrees to proposal (no objections). (one correction by Nilo) and so the posted minutes are approved. Primer: Nilo: incorporat...
http://www.w3.org/2000/xp/Group/2/04/10-minutes.html
CC-MAIN-2015-32
refinedweb
1,568
73.58
Introduction:Java 8 Mapping with Streams tutorial explains the concept of mapping with streams using the map & flatMap methods with examples to show their usage. It assumes that you are familiar with basics of Java 8 Streams APITutorial on Basics of Java 8 Streams API. What is mapping with Streams Mapping in the contex...
https://www.javabrahman.com/java-8/java-8-mapping-with-streams-map-flatmap-methods-tutorial-with-examples/
CC-MAIN-2018-34
refinedweb
869
53.71
view raw I have a music related model with Artist and song Title fields and I'd like to add a column that provides a link to search Amazon's digital music store using the artist and title from the given row on a table using Tables2. Here is what I have but not sure how to add the Amazon column and provide the Artist an...
https://codedump.io/share/7pCUMdaULXsE/1/django-tables2-external-link-generation-w-custom-parameters
CC-MAIN-2017-22
refinedweb
211
50.73
I was recently working on a way to characterize the draws from a MCMC chain - in this case generated with pyBLoCXS but that's only relevant here because we are interested in Poisson-distributed data, hence the Gamma function - and came up with a simple user model for Sherpa. I thought it would be make a good example ca...
http://nbviewer.jupyter.org/github/DougBurke/sherpa-standalone-notebooks/blob/master/user%20model.ipynb
CC-MAIN-2018-05
refinedweb
2,449
65.32
Baby steps towards test-driven development in my hobby projects A year ago, I started to realize how useful automated testing of a computer program can be. Even a hobby project can benefit from testing besides just running the program and seeing if it works like you expect. It was only more recently that I started to u...
https://alonso-delarte.medium.com/baby-steps-towards-test-driven-development-in-my-hobby-projects-ec0b1a0dc96f
CC-MAIN-2021-21
refinedweb
3,420
57.5
Second, since XML gets used in the production and dissemination of documents, artifacts which are still and will long be the primary bearers -- second only to natural persons, one suspects -- of cultural transmission, it tends to attract (or reward?) technical people with humanities backgrounds and trainings. Sure, in ...
http://www.xml.com/pub/a/2003/11/05/deviant.html
crawl-001
refinedweb
1,820
55.88
Slashdot Log In MySQL Stored Procedure Programming Posted by samzenpus on Wed Apr 18, 2007 02:28 PM from the a-little-lite-afternoon-reading dept. from the a-little-lite-afternoon-reading dept.. This discussion has been archived. No new comments can be posted. MySQL Stored Procedure Programming | Log In/Create an Accou...
http://books.slashdot.org/books/07/04/18/1420243.shtml
crawl-002
refinedweb
590
58.08
18 results of 18 Hi there, I have xine compiled with ALSA support, but it would stuck 3 seconds after starting playing. There are no error messages shows up on the control shell it simply stops playing. Hit pause and then play, it would go for another few seconds and get stuck again. It runs ok with the -A oss option ...
https://sourceforge.net/p/xine/mailman/xine-user/?viewmonth=200102&viewday=8
CC-MAIN-2018-13
refinedweb
2,049
77.43
These are my program requrements: 1. Create a program that asks the user to choose a number from 1 - 5. 2. Using a switch statement, assign a vacation package to each number. 3. Display a congratulations message which includes the vacation package information. 4. Display a message to prompt the user to enter the first ...
http://www.javaprogrammingforums.com/%20loops-control-statements/30255-vacation-switch-printingthethread.html
CC-MAIN-2017-30
refinedweb
404
61.93
Introduction to Button in React Native As we know that buttons are key elements of a user interface that work after pressing them. Therefore it is necessary to learn how buttons are created in react native. In this article we will see how buttons are created in react native, their syntax and different types of buttons ...
https://www.educba.com/button-in-react-native/
CC-MAIN-2020-10
refinedweb
705
57.16
On Fri, 2006-09-29 at 11:11 +0200, Markus Friedl wrote:[color=blue] > On Thu, Sep 28, 2006 at 12:17:17AM -0500, Steven Elliott wrote:[color=green] > > So my question is - Why doesn't ssh-agent default the location of the > > socket file to some well known fixed secure location such > > $HOME/.ssh/agent?[/color] > > $HO...
http://fixunix.com/openssh/180312-re-how-necessary-ssh_auth_sock-print.html
CC-MAIN-2016-22
refinedweb
321
70.02
Cross-Platform Acceptance Testing Best Practices - PDF for offline use - - Related Samples: - Let us know how you feel about this Translation Quality 0/250 last updated: 2016-12 This guide will discuss some of the best practices to maximize the sharing of Ruby code for cross-platform tests in Calabash. Overview. You ca...
https://developer.xamarin.com/guides/testcloud/calabash/xplat-best-practices/
CC-MAIN-2017-39
refinedweb
423
54.22
The diamond-square algorithm is a popular method for generating images which resemble terrain, clouds or plasma. Its description on Wikipedia is as good as any and will not be repeated here. In the code below, the image size is $N = 2^n + 1$. Since plt.imshow interpolates quite well anyway, $n=6$ gives acceptable resul...
https://scipython.com/blog/cloud-images-using-the-diamond-square-algorithm/
CC-MAIN-2020-29
refinedweb
398
71.95
Make a Custom Event in Flash with AS3 I’ve been working on a Flash project that required a SWF loaded into my main movie to broadcast a custom event back to a listener in the main movie. I kept getting an error trying to make this custom event but luckily I found a nice blog post at FlashCoder.net, Creating and Dispatc...
https://supergeekery.com/geekblog/comments/make_a_custom_event_in_flash_with_as3
CC-MAIN-2017-13
refinedweb
656
57.57
Let's use Java code to make a rock, paper, scissors game! This classic game is possible to code in Java using basic concepts. If you want to learn more about making games in Java, this tutorial can be good inspiration for how to make simple games with code before getting into any complicated graphics or game user inter...
https://junilearning.com/blog/coding-projects/rock-paper-scissors-java-project/
CC-MAIN-2022-40
refinedweb
1,314
73.17
(Please CC me in any reply as I'm not subscribed)I know this isn't defined anywhere but the seems to be an ambiguity and discrepancy between versions of Unix and Linux over threads and semaphores.Do the "SEM_UNDO"s get applied when a thread terminates or when the "whole thing" terminates?I tried the following C++ progr...
https://lkml.org/lkml/2003/11/4/57
CC-MAIN-2015-11
refinedweb
548
57
One of my fondest dreams for a web browser is to be able to invoke an external editor to edit the contents of the textarea. I often find myself writing large amounts of text in these textareas, for everything from bug reports (right now) to articles on web-based forums. Being able to do this in "rxvt -e vim" or whateve...
https://bugzilla.mozilla.org/show_bug.cgi?id=13474
CC-MAIN-2017-26
refinedweb
4,428
62.58
Solar Power the LinkIt One (With Tracking) Introduction: Solar Power the LinkIt One (With Tracking) The Mediatek LinkIt One has a whole bunch of cool features, along with the on-board GPS and GPRS, the included battery and charger really made my day, supplying power to a project if often a real nuisance, so it is great...
http://www.instructables.com/id/Solar-Power-the-LinkIt-One-With-Tracking/
CC-MAIN-2018-05
refinedweb
2,248
65.05
A no-nonsense guide to debugging Gump3 RTFM ./gump help is your friend. We actually have useful hints in there Write a unit test Large parts of gump are architected to be pretty easy to test. If you truly fail to understand what is going on, simply write some test code that details what you believe should be happening....
https://wiki.apache.org/gump/Gump3Debugging
CC-MAIN-2017-09
refinedweb
793
64.51
Details - Type: Improvement - Status: Open - Priority: Major - Resolution: Unresolved - Affects Version/s: None - Fix Version/s: None - Component/s: None - Labels:None Description. Issue Links Activity - All - Work Log - History - Activity - Transitions Goal: The goal of the HighTideNode is to keep only one physical re...
https://issues.apache.org/jira/browse/HDFS-1432
CC-MAIN-2017-26
refinedweb
1,162
51.48
The. Mike,Great article! What an excellent resource and tutorial for folks interested in embedding the Flash player within a windows app. I have had a lot of success embedding the player within Visual Basic apps. Now I am excited to start working with .NET as well.Keep up the great work! And congrats on getting DRK4 ou...
http://blogs.adobe.com/mesh/2003/07/embedding_flash.html
crawl-003
refinedweb
1,253
74.19
You can load GraphQL queries over .graphql files using Webpack. The package graphql-tag comes with a loader easy to setup and with some benefits: - Do not process GraphQL ASTs on client-side - Enable queries to be separated from logic In the example below, we create a new file called currentUser.graphql: query CurrentU...
https://www.apollographql.com/docs/react/recipes/webpack/
CC-MAIN-2019-18
refinedweb
296
50.43