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
Anthony Moore Microsoft Corporation October 2000 Updated March 2002 Summary: A detailed examination of the workings of ASP.NET validation Web controls. (15 printed pages) Introduction In the Beginning What Happens When? Server-Side Validation Sequence Client-Side Validation Validity Rules and Meaningful Error Messages ...
http://msdn.microsoft.com/en-us/library/aa479045.aspx
crawl-002
refinedweb
3,468
52.29
Performance data: online performance chart copy of performance measurement logs g2log was made to be a simple, efficient, and easy to understand asynchronous logger. The core of g2log is only a few, short files and it should be easy to modify to suit your needs. It comes with logging, design-by-contract CHECK macros, a...
http://www.codeproject.com/Articles/288827/g-log-An-efficient-asynchronous-logger-using-Cplus?msg=4565463
CC-MAIN-2016-36
refinedweb
3,220
63.8
Join the community to find out what other Atlassian users are discussing, debating and creating. Hi folks, i have created dialog window for my project as described here: There are some qlitches in JIRA v6.3.1x with javascript, for example the script handling the dialog window is loading only on some pages. But with JIR...
https://community.atlassian.com/t5/Marketplace-Apps-questions/How-to-get-project-information-in-Scriptrunner-dialog-window/qaq-p/624964
CC-MAIN-2019-18
refinedweb
467
55.95
According to Stack Overflow’s Annual Survey of 2018, JavaScript becomes the most commonly used programming language, for the six years in a row. Let's face it, JavaScript is a cornerstone of your Full Stack Developer skills and can't be avoided on any Developer's Interview. Follow through and read the FullStack.Cafe co...
https://practicaldev-herokuapp-com.global.ssl.fastly.net/fullstackcafe/top-26-javascript-interview-questions-i-wish-i-knew-26k1
CC-MAIN-2021-10
refinedweb
2,521
56.15
class ADC – analog to digital conversion¶ Usage: import pyb adc = pyb.ADC(pin) # create an analog object from a pin val = adc.read() # read an analog value adc = pyb.ADCAll(resolution) # create an ADCAll object adc = pyb.ADCAll(resolution, mask) # create an ADCAll object for selected analog channels val = adc.read_chan...
http://docs.openmv.io/library/pyb.ADC.html
CC-MAIN-2018-34
refinedweb
781
50.23
LANDesk Support Tools – Android Edition (Demo) This is my first real project written for Android. Yes, I wrote it in C# using Mono for Android. Archive for the ‘Tablets’ Category. This is my first real project written for Android. Yes, I wrote it in C# using Mono for Android. Ok, so adding a menu that pops up from the ...
https://www.rhyous.com/category/hardware/tablets/
CC-MAIN-2018-09
refinedweb
615
65.62
A "pretty printer" for most SeqAn data structures and related types. More... #include <seqan3/core/detail/debug_stream_type.hpp> A "pretty printer" for most SeqAn data structures and related types. A global instance of this type exists as seqan3::debug_stream. You can stream to it as you would to std::cout or std::cerr...
https://docs.seqan.de/seqan/3-master-user/classseqan3_1_1debug__stream__type.html
CC-MAIN-2021-21
refinedweb
546
57.77
To construct a vbench benchmark you need a setup string and a code string. The constructor’s signature is: Benchmark(self, code, setup, ncalls=None, repeat=3, cleanup=None, name=None, description=None, start_date=None, logy=False). Why generate benchmarks dynamically? For most scikit-learn purposes, the code string wil...
http://vene.ro/blog/dynamically-generated-benchmarks-with-vbench.html
CC-MAIN-2019-18
refinedweb
449
55.44
1. Create a Coffee class to represent a single hot beverage. Every Coffee object contains the following instance fields: a. A protected double variable named basePrice. This variable holds the cost of the beverage without accounting for any special options (cream, sugar, etc.). b. A protected ArrayList variable named o...
https://www.daniweb.com/programming/software-development/threads/364931/java-homework-help
CC-MAIN-2019-35
refinedweb
1,675
60.41
This issue is sometimes termed the XML Processing Model problem. There was in fact an XML Processing Model Workshop. In the light of lack of consensus result from the workshop, and specifically prompted by a question about the relationship of XEncryption to other specs, occurring as XEnc made its way to Candidate Recom...
http://www.w3.org/DesignIssues/XML
crawl-001
refinedweb
3,325
57.1
using tiles without struts using tiles without struts Hi I am trying to make an application using tiles 2.0. Description of my web.xml is as follows: tiles... tiles-servlet tiles-api tiles-core tiles-jsp When i try to run my web i am Getting Some errors in Struts - Struts i am Getting Some errors in Struts I am Learnin...
http://roseindia.net/tutorialhelp/comment/3512
CC-MAIN-2015-35
refinedweb
1,557
64.91
A. My current domain looks like this: (This picture is unfortunately missing a Tag attribute in the Snippet class). As you can see, a Snippet can have multiple Tags, while a Tag can belong to multiple Snippets. How can we query this? We have three options in this case HQL The HQL version is not so hard (and neither are...
http://blog.xebia.com/2008/06/04/querying-associations-in-grails-with-hql-criteria-and-hibernatecriteriabuilder/
crawl-002
refinedweb
661
57.37
I've got the following data in a CSV file (a few hundred lines) that I'm trying to massage into sensible JSON to post into a rest api I've gone with the bare minimum fields required, but here's what I've got: dateAsked,author,title,body,answers.author,answers.body,topics.name,answers.accepted 13-Jan-16,Ben,Cant set a c...
https://codedump.io/share/Z0UeUfVdjgng/1/trying-to-convert-a-csv-into-json-in-python-for-posting-to-rest-api
CC-MAIN-2017-17
refinedweb
428
67.65
Southern Classics! Hands On Cooking Class at Cooking With Class Baytown Actions and Detail Panel Southern Classics! Hands On Cooking Class at Cooking With Class Baytown Fri, December 23, 2016, 7:00 PM – 10:00 PM CST Event Information Date and Time Friends Who Are Going Connect to Facebook Friends Attending Description ...
https://www.eventbrite.com/e/southern-classics-hands-on-cooking-class-at-cooking-with-class-baytown-tickets-29292975077
CC-MAIN-2016-50
refinedweb
474
74.79
EmberBindingTableEntry Struct Reference Defines an entry in the binding table. #include < ember-types.h> Defines an entry in the binding table. A binding entry specifies a local endpoint, a remote endpoint, a cluster ID and either the destination EUI64 (for unicast bindings) or the 64-bit group address (for multicast b...
https://docs.silabs.com/zigbee/6.6/em35x/structEmberBindingTableEntry
CC-MAIN-2019-47
refinedweb
184
50.33
Hi, On 23.07.2012 15:17, Rob Weir wrote: > On Fri, Jul 20, 2012 at 2:11 AM, Clarence GUO <clarence.guo.bj@gmail.com> wrote: >> HI~ >> I'm investigating bug 119639. Basically I need ODF standard to support >> chart:percentage attribute not only in <chart:plot-area> applied style but >> also in <chart:series> applied sty...
http://mail-archives.apache.org/mod_mbox/incubator-ooo-dev/201208.mbox/%3C50190B87.4060107@googlemail.com%3E
CC-MAIN-2015-22
refinedweb
634
65.42
Random DevTools Entry: #001 😀 So for the inaugural entry, we have two tools and one library: - FaceID Browser. When creating custom add-ins for Office applications, you can create a command bar button (CommandBarButton) and apply an existing Office icon using the FaceID property. This tool allows you to visually map t...
http://charliedigital.com/2006/01/14/random-devtools-entry-001/
CC-MAIN-2016-40
refinedweb
448
66.13
Created on 2007-03-07 17:57 by florianfesti, last changed 2010-09-23 16:24 by pitrou. This issue is now closed. This patch improves read performance of the gzip module. We have seen improvments from 20% from reading big blocks up to factor 50 for reading 4 byte blocks. Additionally this patch removes the need of seekin...
http://bugs.python.org/issue1675951
CC-MAIN-2013-48
refinedweb
1,620
76.82
python tutorial - Python interview questions and answers for testers - learn python - python programming python interview questions :131 How to use python to format strings with delimiter into columns? >>> pairs = map(str.split, text.splitlines()) >>> max_len = max(len(pair[0]) for pair in pairs) >>> info = '\n'.join('...
https://www.wikitechy.com/tutorials/python/python-interview-questions-and-answers-for-testers
CC-MAIN-2019-30
refinedweb
574
65.12
07 February 2006 7 comments Python I learnt something useful today which I can't explain. When you use the tempfile module in the Python standard library and the mkstemp() function you get two things back: an integer and a string.: >>> import tempfile >>> x, y = tempfile.mkstemp() >>> x, type(x) (3, <type 'int'>) >>> y...
https://www-origin.peterbe.com/plog/tempfile
CC-MAIN-2021-04
refinedweb
515
66.94
In a previous article on async and await, I showed a very simple example of how to run some code asynchronously. Then in the 2nd article I showed an example of updating the user interface in the main thread from an async method. The code below (from the previous article) would execute a long running task which in this ...
https://stephenhaunts.com/2014/10/16/using-async-and-await-to-update-the-ui-thread-part-2/?replytocom=13337
CC-MAIN-2021-43
refinedweb
603
58.69
Abstraction is basically showing the required feature to a user and hiding the implementation and detail. With abstraction, a user can implement and new functionality to a program without going into details of it. For example, think of a machine to make curd. The machine takes milk and makes curd from it. We don't know...
https://www.codesdope.com/course/c-sharp-abstraction/
CC-MAIN-2022-40
refinedweb
695
65.52
« NSPR API Reference « Process Initialization Coordinates a graceful shutdown of NSPR. Syntax #include <prinit.h> PRStatus PR_Cleanup(void); Returns The function returns one of the following values: - If NSPR has been shut down successfully, PR_SUCCESS. - If the calling thread of this function is not the primordial thr...
https://developer.mozilla.org/en-US/docs/PR_Cleanup
CC-MAIN-2014-15
refinedweb
132
56.86
ByteString Basics ByteString provides a more efficient alternative to Haskell's built-in String which can be used to store 8-bit character strings and also to handle binary data. It provides alternative versions of functions such as readFile and also equivalents of standard list manipulation functions: {-# START_FILE M...
https://www.schoolofhaskell.com/school/to-infinity-and-beyond/pick-of-the-week/bytestring-bits-and-pieces
CC-MAIN-2016-50
refinedweb
912
67.96
Le Tue, Feb 14, 2012 at 10:35:57AM -0800, Don Armstrong a écrit : >. Hi, I remember seeing a discussion somewhat recently; was it or even more recent ? I must say that I am not particularly convinced, as I have seen R packages moving from Omegahat to CRAN, or from CRAN to Bioconductor, and renaming source packages is q...
https://lists.debian.org/debian-devel/2012/02/msg00630.html
CC-MAIN-2018-17
refinedweb
137
69.01
advertise here. From a strictly Silverlight perspective, building the Web Service and using LINQ are related skills but beyond the scope of these tutorials. That said, we’ll examine how they intersect with Silverlight. To begin, create a project named SQLData, but be sure to choose Web Application Project as we want bo...
http://silverlight.net/learn/tutorials/sqldatagrid.aspx
crawl-001
refinedweb
1,421
55.44
#include <NearTrack.h> Inheritance diagram for Track::NearTrack: Definition at line 37 of file NearTrack.h. The types of objects Track::NearTrack can attach to. Definition at line 85 of file NearTrack.h. Construct with an initial position. Definition at line 20 of file NearTrack.cpp. Definition at line 26 of file NearT...
http://racer.sourceforge.net/classTrack_1_1NearTrack.html
CC-MAIN-2017-22
refinedweb
643
71.21
D-Bus is a Free/Open Source software inter-process. control or interact with the user is interacting with asynchronously via IPC. This not only allows the same slave to be used by multiple applications but it also keeps the slaves themselves simple as they can do things such as perform blocking operations without it se...
https://techbase.kde.org/index.php?title=Development/Tutorials/D-Bus/Introduction&diff=8085&oldid=8084
CC-MAIN-2017-47
refinedweb
1,382
52.9
Hi! There is a new version of the 'Spider Arachnid' plug-in. Download: Changes since version 0.1.4: - Renamed *.c files to C++ suffix *.cpp. - Added namespaces. - Added gettext support (VDR >= 1.5.7). - Resume the last game. - Customizable width and height. - OSD error compensation (shrink width/height or reduce colors...
http://www.linuxtv.org/pipermail/vdr/2007-September/014155.html
CC-MAIN-2015-18
refinedweb
116
72.12
TIFF(Tagged Image File Format) is a flexible and adaptable file format for handling images and data within a single file. It's popular among graphic artists or the publishing industry. As a popular image format, TIFF file owns the ability of storing image data in a lossless format and it can be a container holding comp...
http://www.e-iceblue.com/Knowledgebase/Spire.Doc/Program-Guide/How-to-Convert-Word-to-Tiff.html
CC-MAIN-2015-14
refinedweb
371
54.9
You utilities. You can load the PowerShell provider by typing: add-pssnapin Microsoft.SharePoint.PowerShell Much of what Christian (iLoveSharePoint) and I have worked on in SPoshMod for SharePoint 2007 supports the same pattern as the 2010 provider. Verb-Noun, with SP prefix. Get-SPSite, Get-SPWeb, etc. What you may no...
https://blogs.msdn.microsoft.com/ekraus/2009/10/19/powershell-cmdlets-in-sharepoint-2010/
CC-MAIN-2016-36
refinedweb
110
66.94
so far for my program i have import java.util.*; public class CalculateChange { public static void main(String[] args) { String s1, s2; Scanner keyboard = new Scanner(System.in); System.out.print("Enter your name: "); s1 = keyboard.nextLine(); System.out.print("Enter current date: "); // in format of mm/dd/yyyy s2 = ke...
http://www.javaprogrammingforums.com/whats-wrong-my-code/1047-any-help-much-appreciated.html
CC-MAIN-2016-26
refinedweb
146
58.79
Delphi 2005 Reviewer's Guide By: Cary Jensen Abstract: The complete Microsoft Windows development solution Overview Delphi: Advancing the Art of Software Development The Integrated Development Environment One IDE, Multiple Personalities One IDE, Multiple Languages The Structure Pane The VCL and VCL for .NET Floating De...
http://edn.embarcadero.com/print/33289
CC-MAIN-2020-05
refinedweb
19,601
53.81
), how to navigate their mac via the terminal, and they’ve read this post on installing mongodb as well as pymongo. The chances are good that they will be spending much more time querying databases than building them. That doesn’t mean learning the process is a waste of time. At some point they will want to collect dat...
http://www.frank-corrigan.com/2015/07/13/mongodb-pymongo-tutorial/
CC-MAIN-2021-43
refinedweb
1,061
60.85
Created 09-07-2016 03:12 PM Hi Everybody, i've got an existing hbase table with a rowkey consists of two numbers and a columnfamily (called d) .Within this column family there are several Columns which are a dates as running number followed by a character e.g. 20160808[c|s|m]. So how can i map the cf via a Create view-...
https://community.cloudera.com/t5/Support-Questions/How-to-create-Phoenix-View-on-existing-HBase-table-with/m-p/141114/highlight/true
CC-MAIN-2019-43
refinedweb
286
63.19
A. Using the Microsoft Management Console (MMC) DFS Management snap-in, you can create new replica sets outside the DFS namespace. Typically, when you manage a DFS name space and add multiple targets for a folder, it’s easy to then configure the multiple targets for replication. However, you can also configure replicat...
http://www.itprotoday.com/management-mobility/how-do-i-create-new-dfsr-replica-set-09-nov-2007
CC-MAIN-2018-22
refinedweb
499
63.29
MySQL Connector does not work with SQLAlchemy and Python 2.6 Bug Description Connecting to a MySQL database using SQLAlchemy 0.6.6 / MySQL Connector 0.3.2 / Python 2.6 raises the exception 'MySQLConnection' object has no attribute 'get_characters In the python2 branch the method 'get_characters With a quick and dirty f...
https://bugs.launchpad.net/myconnpy/+bug/712037
CC-MAIN-2019-04
refinedweb
244
66.33
Hi, I've downloaded my regional map from and now I only want to calculate distance between two point (coordinates) using C# I've read about BruTile and OSM, but I've no found any piece of code which implements my needs. Map Rendering is not necessary for me, duration either. I mean, input: two coordinates, output: XX K...
https://help.openstreetmap.org/questions/43835/c-how-to-calculate-route-between-two-points-offline
CC-MAIN-2021-17
refinedweb
776
68.06
Building your First Mobile Game using XNA 4.0 — Save 50% A fast-paced, hands-on guide to building a 3D game for the Windows Phone 7 platform using XNA 4.0 with this book and ebook. In this article by Brecht Kets and Thomas Goussaert, the authors of Building your First Mobile Game using XNA 4.0 we create a basic framewo...
http://www.packtpub.com/article/2d-graphics
CC-MAIN-2014-10
refinedweb
1,516
66.84
On Mon, 2002-07-22 at 00:50, Joey Hess wrote: > Colin Walters wrote: > > ** Changes to the upstream source will NOT be preserved when building > > a non-native version 2 archive. You must generate a patch, and put it > > in debian/patches. See below. [...] > I would even say that it should default to making a automatic...
https://lists.debian.org/debian-devel/2002/07/msg01194.html
CC-MAIN-2022-05
refinedweb
982
61.36
Ramblings from the Creator of WilsonDotNet.com To further constrain the input for T, add a type constraint of where T: struct. You can't use : enum, so struct is the next best thing. Another handy utility enum function I use quite often: public static T ParseEnum<T>(string value) where T: struct { return (T)Enum.Parse(...
http://weblogs.asp.net/pwilson/archive/2007/04/10/function-to-load-enum-typed-properties-from-database.aspx
crawl-002
refinedweb
370
73.58
People used to statically typed languages coming to Python often complain that you have to use "self" (or whichever name you want, but self is most common) to refer to a method or variable in that object. You also have to explicitly pass a reference to the method's object in every call to it. Many people new to Python ...
http://code.activestate.com/recipes/362305/
crawl-002
refinedweb
806
71.24
# Stop losing clients! Or how a developer can test a website, by the example of PVS-Studio. Part 1 A website with bugs could be a real pain in the neck for business. Just one 404 or 500 error could end up costing an obscene amount of money for the company and hurt a good reputation. But there is a way to avoid this is...
https://habr.com/ru/post/649189/
null
null
4,425
60.51
How to post a Multipart http message to a web service in C# and handle it with Java January 10, 2013 39 Comments encounter in your job as a .NET developer; however, as I need to switch between the .NET and the Java world relatively frequently in my job this just happened to be a problem I had to solve recently. Let’s s...
https://dotnetcodr.com/2013/01/10/how-to-post-a-multipart-http-message-to-a-web-service-in-c-and-handle-it-with-java/
CC-MAIN-2018-47
refinedweb
1,471
56.25
As we know that in Java POJO refers to the Plain old Java object.POJO and Bean class in Java shares some common features which are as follows − Both classes must be public i.e accessible to all. Properties or variables defined in both classes must be private i.e. can't be accessed directly. Both classes must have defau...
https://www.tutorialspoint.com/pojo-vs-java-beans
CC-MAIN-2021-10
refinedweb
228
60.01
Unit. Groups of Elements To help provide a clearer overview of the Unit Testing Framework, this section organizes the elements of the UnitTesting namespace into groups of related functionality. Elements Used for Data-Driven Testing Use the following elements to set up data-driven unit tests. For more information, see C...
https://msdn.microsoft.com/en-us/library/ms243147(v=vs.80)
CC-MAIN-2017-39
refinedweb
144
53.71
libmaketmpfile (3) - Linux Man Pages libmaketmpfile: create a temporary named file NAME pm_make_tmpfile() - create a temporary named file SYNOPSIS #include <netpbm/pm.h> pm_make_tmpfile(FILE ** fileP, const char ** filenameP); EXAMPLE This simple example creates a temporary file, writes 'hello world' to it, then writes...
https://www.systutorials.com/docs/linux/man/3-libmaketmpfile/
CC-MAIN-2021-10
refinedweb
308
52.49
ASF Bugzilla – Bug 9215 XML that contains a large amount of CDATA Sections in parsed incorrectly Last modified: 2004-11-16 19:05:39 UTC For my work, I retreive a large amount of data as an XML String and I use the DocumentBuilder to parse a ByteArrayInputStream containing this XML. The XML contains many CDATA sections ...
https://bz.apache.org/bugzilla/show_bug.cgi?id=9215
CC-MAIN-2015-40
refinedweb
418
58.08
Edison - thanks for the review! I've answered inline. (I've brought the technical review to the right thread from the one about marvin's repo separation) > Few questions: > 1. About the "more object-oriented" CloudStack API python binding: Is the > proposed api good enough? As long as the cloudstack API retains its com...
http://mail-archives.apache.org/mod_mbox/cloudstack-dev/201310.mbox/%3C20131008132930.GA1437@cloud-2.local%3E
CC-MAIN-2017-51
refinedweb
938
56.15
Things I miss in PHP: Function decorators The problem: I want to build a set of classes accessible via REST interface. One example here with ZF. My idea is allow users to access via REST to my set of classes. It’s no so difficult. But the problem appears when I want to set an authorization engine to my REST web service...
http://gonzalo123.com/2009/12/09/things-i-miss-in-php-function-decorators/
CC-MAIN-2016-07
refinedweb
698
52.49
Created on 2008-11-01 14:59 by robwolfe, last changed 2011-11-16 11:45 by ezio.melotti. I'd like to propose adding some complete example regarding scopes and bindings resolving to execution model description. There is no week on pl.comp.lang.python without a question about UnboundLocalError problem. I'm getting tired a...
https://bugs.python.org/issue4246
CC-MAIN-2019-09
refinedweb
736
63.29
In some deployments, for example when running on FUSE or using some network-based VFS implementation, the filesystem operations might add up to a significant fraction of preamble build time. This change allows us to track time spent in FS operations to better understand the problem. Hmm just a few curious questions fro...
https://reviews.llvm.org/D121712?id=417010
CC-MAIN-2022-40
refinedweb
1,919
66.03
I'm trying to build two functions using PyCrypto that accept two parameters: the message and the key, and then encrypt/decrypt the message. I found several links on the web to help me out, but each one of them has flaws: This one at codekoala uses os.urandom, which is discouraged by PyCrypto. Moreover, the key I give t...
https://codedump.io/share/rrHsQGEnCMs2/1/encrypt-amp-decrypt-using-pycrypto-aes-256
CC-MAIN-2016-44
refinedweb
354
64.91
Have you been to AnnualCreditReport.com to order a free copy of your credit report from each of the three major credit bureaus? If you haven’t, you should do so once a year. If you have, then you’re aware that AnnualCreditReport.com does NOT offer a free credit score along with your free credit report. Lenders use cred...
http://youhavemorethanyouthink.org/check-your-credit-score-online-for-free/?replytocom=12447
CC-MAIN-2017-17
refinedweb
2,930
67.55
This tutorial intends to provide a comprehensive, but relatively short introduction to Reason. Reason is a programming language built on top of OCaml. It provides functional and object-oriented features with type-safety and focus on performance. It was created at Facebook. Its syntax is similar to JavaScript. The inten...
https://coinerblog.com/reason-in-a-nutshell-getting-started-guide-hacker-noon/
CC-MAIN-2019-39
refinedweb
2,172
51.04
#include <UT_VoxelArray.h> This provides a mip-map type structure for a voxel array. It manages the different levels of voxels arrays that are needed. You can create different types of mip maps: average, maximum, etc, which can allow different tricks. Each level is one half the previous level, rounded up. Out of bound ...
http://www.sidefx.com/docs/hdk/class_u_t___voxel_mip_map.html
CC-MAIN-2018-05
refinedweb
569
61.22
This is one of the 100 recipes of the IPython Cookbook, the definitive guide to high-performance scientific computing and data science in Python. Let $q$ be the probability of obtaining a head. Whereas $q$ was just a fixed number in the previous recipe, we consider here that it is a random variable. Initially, this var...
http://nbviewer.jupyter.org/github/ipython-books/cookbook-code/blob/master/notebooks/chapter07_stats/03_bayesian.ipynb
CC-MAIN-2017-47
refinedweb
313
51.24
DTML is the Document Template Markup Language, a handy presentation and templating language that comes with Zope. This Appendix is a reference to all of DTMLs markup tags and how they work. The call tag lets you call a method without inserting the results into the DTML output. call tag syntax: <dtml-call Variable| If t...
http://www.faqs.org/docs/ZopeBook/AppendixA.html
CC-MAIN-2016-07
refinedweb
1,476
57.87
On Tue, Dec 14, 2010 at 2:05 AM, Noel J. Bergman <noel@devtech.com> wrote: > Sim IJskes wrote: > >> The implementation that resides in com.sun could be renamed into the >> org.apache.river.impl namespace without causing to much conversion >> activity with the users of river. I believe there are strong feelings >> about...
http://mail-archives.eu.apache.org/mod_mbox/incubator-general/201012.mbox/%3CAANLkTimVoT4OVxGSnqhYGRw4osyoa+1MuomyHqLMD+h7@mail.gmail.com%3E
CC-MAIN-2019-51
refinedweb
226
58.48
? Table spaces and the Database's Schema Objects. 3. What is a Table space? A database is divided into Logical Storage Unit called table spaces. A table space is used to grouped related logical structures together. 4. What is SYSTEM table space and when is it Created? Every ORACLE database contains a table space named ...
https://de.scribd.com/document/87003179/Oracle-6
CC-MAIN-2019-26
refinedweb
14,576
67.45
Doc No: SC22/WG21/N2697 PL22.16/08-0207 Date: 2008-06-30 Project: JTC1.22.32 Reply to: Robert Klarer IBM Canada, Ltd. klarer@ca.ibm.com Clamage called the meeting to order at 09:00 (UTC+2) on Monday, June 8, 2008 Jean-Paul Rigault PL22.16/08-0121 = WG21/N2611). Motion to approve the agenda: Each of the Working Group ch...
http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2008/n2697.html
CC-MAIN-2015-27
refinedweb
3,953
54.22
Easily use any Plain Old Ruby Object as the model for Rails form helpers. Informal is a small gem that enhances a Plain Old Ruby Object so it can be used with Rails 3 form helpers in place of an ActiveRecord model. It works with the Rails form_forhelper, and simple_formas well. Here's a quick (and slightly insane) exam...
https://xscode.com/joshsusser/informal
CC-MAIN-2021-10
refinedweb
510
54.83
SYNOPSIS con- text option- ally a 14-bit code returned from the stop-and-signal instruction on the SPU. The bit masks for the status codes are: sig- nal archi- tecture.- computing/linuxoncell/ for the recommended libraries. EXAMPLE The following is an example of running a simple, one-instruction SPU program with the s...
http://www.linux-directory.com/man2/spu_run.shtml
crawl-003
refinedweb
114
63.36
Created on 2004-12-21 21:02 by jvd66, last changed 2008-02-23 15:09 by facundobatista. On latest versions of Linux (eg. Red Hat FC2 / FC3, kernel 2.6+, glibc 2.3.3+) it seems to be impossible to get a system call invoked by Python to time out if it enters a blocking operation (eg read, recvfrom) using Python's signal o...
http://bugs.python.org/issue1089358
crawl-002
refinedweb
557
67.35
Happy New Year all; I hope you had as pleasant a New Year’s Eve as I did. Last time on FAIC I described how the C# compiler first uses overload resolution to find the unique best lifted operator, and then uses a small optimization to safely replace a call to Value with a call to GetValueOrDefault(). The jitter can then...
https://ericlippert.com/2013/01/03/nullable-micro-optimization-part-three/
CC-MAIN-2016-44
refinedweb
2,690
62.38
[vos-d] How databases hurt scalability ___ vos-d mailing list vos-d@interreality.org [vos-d] Sorry, need another test message Just want to make sure the list still works after changing something... Reed -- ___ vos-d mailing list vos-d@interreality.org Re: [vos-d] Rough graphs of #vos channel activity Oops, just noticed...
https://www.mail-archive.com/search?l=vos-d%40interreality.org&q=from:%22Reed+Hedges%22&o=newest
CC-MAIN-2022-05
refinedweb
5,246
67.28
/* * <string.h> char * strtok(s, delim) register char *s; register const char *delim; { register char *spanp; register int c, sc; char *tok; static char *last; if (s == NULL && (s = last) == NULL) return (NULL); /* * Skip (span) leading delimiters (s += strspn(s, delim), sort of). */ cont: c = *s++; for (spanp = (char...
http://opensource.apple.com//source/Libc/Libc-186/string.subproj/strtok.c
CC-MAIN-2016-40
refinedweb
125
72.7
public RandomListNode copyRandomList(RandomListNode head) { if (head == null) return null; Map<RandomListNode, RandomListNode> map = new HashMap<RandomListNode, RandomListNode>(); // loop 1. copy all the nodes RandomListNode node = head; while (node != null) { map.put(node, new RandomListNode(node.label)); node = node....
https://discuss.leetcode.com/topic/18086/java-o-n-solution
CC-MAIN-2018-05
refinedweb
570
50.73
It's time to write some Scala code. Before we start on the in-depth Scala tutorial, we put in two chapters that will give you the big picture of Scala, and most importantly, get you writing code. We encourage you to actually try out all the code examples presented in this chapter and the next as you go. The best way to...
http://www.artima.com/pins1ed/first-steps-in-scalaP.html
CC-MAIN-2015-27
refinedweb
2,869
73.07
How To Implement Authentication In Next.js With Auth0 “Authentication” is the action of validating that a user is who he or she claims to be. We usually do this by implementing a credentials system, like user/password, security questions, or even facial recognition. “Authorization” determines what a user can (or can’t)...
https://www.smashingmagazine.com/2021/05/implement-authentication-nextjs-auth0/
CC-MAIN-2021-43
refinedweb
1,478
55.84
Learning D Part 1: IDE and Libraries by Malte Skarupke. The code looks simple: import std.stdio; void main() { writeln("Hello World!"); } The problem is running this. D is a language that had a lot of excitement behind it a couple years ago, which is now much diminished. So just finding a compiler and IDE proves diffic...
https://probablydance.com/2012/10/03/learning-d-part-1-ide-and-libraries/?replytocom=49
CC-MAIN-2020-34
refinedweb
483
74.49
There is a new function since Visual Studio 2012, which means, that it is also available in the recently released Visual Studio 2013. This pretty tiny, but really cool feature allows you to generate C# classes based on XML or JSON input data. I am not only going to show you where the function hides, I will also show yo...
http://www.claudiobernasconi.ch/2013/11/14/paste-special-a-hidden-feature-revealed/
CC-MAIN-2017-30
refinedweb
317
65.66
} There are a few things we need to do before the watch dog timer runs out(WDT). to do this we need to change the bits in WDRCTL register to setup the WDT, other wise it may reboot and get in an endless loop. Most of us will disable the WDT, by using WDTCTL = WDTPW + WDTHOLD; now your wondering how this sets the Watch...
http://justinstech.org/2010/08/msp430-basic-codingprograming-part-1/
CC-MAIN-2015-06
refinedweb
1,211
73.31
Well, I was wrong, the encryption was not a problem. I cannot even get the size of the entry. It always returns -1. I've managed to google out that it's because the size is written after the entry.... Well, I was wrong, the encryption was not a problem. I cannot even get the size of the entry. It always returns -1. I'v...
http://www.javaprogrammingforums.com/search.php?s=049e2ffafd218217ad3f66f198dbcd34&searchid=204153
CC-MAIN-2016-30
refinedweb
806
83.36
A. When a module is used as a container for objects, it's called a namespace. Ruby's Math module is a good example of a namespace: it provides an overarching structure for constants like Math::PI and methods like Math::log, which would otherwise clutter up the main Kernel namespace. We cover this most basic use of modu...
https://www.safaribooksonline.com/library/view/ruby-cookbook/0596523696/ch09.html
CC-MAIN-2016-50
refinedweb
199
67.45
Recently I was working on a Java based program that hooked into an indexing process to make modifications to the data it was indexing. In this case, it was stripping out HTML formatting and removing unnecessary whitespace. Because this was a Java app, performance was dismal. Under normal circumstances I would have gone...
http://digiassn.blogspot.com/2008/01/java-using-jrat-under-eclipse.html
CC-MAIN-2018-22
refinedweb
1,002
64.61
On Mon, Dec 03, 2007 at 11:53:04PM +0100, Jim Meyering wrote: > "Daniel P. Berrange" <berrange redhat com> wrote: > > This patch implements internal driver API for authentication callbacks > > in the remote driver. It is basically a bunch of code to bridge from > > the libvirt public API for auth/credentials and the SA...
https://www.redhat.com/archives/libvir-list/2007-December/msg00026.html
CC-MAIN-2014-23
refinedweb
341
63.8
On Mon, Sep 16, 2002 at 05:50:48PM -0700, Umar Qureshey wrote: > Ok I tested filter.c and ncurses.c. In fact I launched ncurses from filter. > It seems to be working fine. The stuff showed up on the screen. Still guessing - looking for a clue... Let's see - you don't have anything like strace on that platform (which co...
http://lists.gnu.org/archive/html/lynx-dev/2002-09/msg00091.html
CC-MAIN-2015-06
refinedweb
120
77.53
Uni Links A Mac OS implementation of Avioli Unilinks plugin for Flutter. These links are simply web-browser-like-links that activate your app and may contain information that you can use to load specific section of the app or continue certain user activity from a website (or another app). Universal Links are regular ht...
https://pub.dev/documentation/uni_links_macos/latest/
CC-MAIN-2021-10
refinedweb
1,218
58.48
Affiliate Disclosure: By buying the products we recommend, you help keep the lights on at MakeUseOf. Read more. Click is a Python package for writing command line interfaces. It produces beautiful documentation for you and lets you build command line interfaces in as little as one line of code. In short: it’s awesome a...
https://www.makeuseof.com/tag/python-command-line-programs-click/
CC-MAIN-2020-05
refinedweb
1,774
64.71
The Dublin Core and the Metadata Object Description Schema: a look at namespaces Namespaces. As we have seen, namespaces are a core element of the emerging Semantic Web. By posting namespaces on the Web, we can share precise vocabularies that will hopefully enable us to automate the process of searching the Web. Search...
http://itknowledgeexchange.techtarget.com/semantic-web/the-dublin-core-and-the-metadata-object-description-schema-a-look-at-namespaces/
CC-MAIN-2016-07
refinedweb
798
70.63
go to bug id or search bugs for <? imagettfbbox(5, 0, "x.ttf", "the text"); ?> shows : Warning: libgd was not built with TrueType font support in /www/test2.php on line 1 phpinfo(); shows : gd GD Support enabled GD Version 1.6.2 or higher FreeType Support enabled FreeType Linkage with freetype JPG Support enabled PNG S...
https://bugs.php.net/bug.php?id=12065
CC-MAIN-2021-31
refinedweb
1,035
79.16
Search Type: Posts; User: vanderbill Search: Search took 0.01 seconds. - 27 Oct 2011 7:04 AM Jump to post Thread: Menu Event using EXT MVC by vanderbill - Replies - 1 - Views - 1,410 Good afternoon. I have a Viewport with accordion menu, How do I get the click event of each menu item? My Controller Ext.define('aplicaca...
https://www.sencha.com/forum/search.php?s=2860eb8fe30a05960da378d48eb10043&searchid=11964109
CC-MAIN-2015-27
refinedweb
758
75.3
May 18, 2000 Changes: New APIs to free memory used by the Java object using the PL/SQL parser. Bug Fixes: October 1, 1999 Changes: Now uses the Oracle XML parser for Java V2. The xmlparser package has been split into two: xmlparser, which contains methods for parsing an XML document and xmldom, which contains methods t...
http://docs.oracle.com/cd/A97334_02/relnotes/xdk/plsql/parser/readme.html
crawl-003
refinedweb
437
54.93
This chapter provides an overview of the ELOM-to-ILOM migration process and details the preparatory steps that you need to perform for a successful upgrade of your Sun Fire X4150 and X4450 servers and Sun Blade X6250 and X6450 server modules. While the migration procedures are similar for all four servers, some differe...
http://docs.oracle.com/cd/E19045-01/blade.x6450/820-4930-12/GSGChap1.html
CC-MAIN-2015-22
refinedweb
2,017
63.7
A new release of the Mono runtime and SDK is available for UNIX and Windows. Packages for various distributions are also available from our download page. Many new things have been improved, implemented, fixed, and tuned from the last release. The team at Ximian has been working on three areas to pass the tests provide...
https://www.osnews.com/story/3905/mono-025-released/
CC-MAIN-2020-29
refinedweb
3,031
62.98
As a general rule, removing "special" (whatever that may mean in a particular context) characters is a much more dangerous and fragile solution than removing everything but "normal" characters. Figure out what you want to allow, and then remove (or throw errors for) anything else. You'll have to do the checking yoursel...
http://www.perlmonks.org/?node_id=850323
CC-MAIN-2015-40
refinedweb
280
53.04
Streaming MP3 has been around for years, and despite the emergence of new formats such as AAC, it remains the dominant audio format on the web. Streaming MP3 works well enough in with a LAN or broadband connection, but what about mobile networks, where bandwidth is generally more limited? This article describes a simpl...
http://www.oreillynet.com/etel/blog/2005/08/foo_camp_talk_rate_adaptive_mp.html
crawl-002
refinedweb
1,543
66.27
"H. Peter Anvin" <hpa@transmeta.com> writes:> Alan Cox wrote:> >> > > Another example: all the stupid pseudo-SCSI drivers that got their own> > > major numbers, and wanted their very own names in /dev. They are BAD for> > > the user. Install-scripts etc used to be able to just test /dev/hd[a-d]> > > and /dev/sd[0-x] an...
http://lkml.org/lkml/2001/3/27/168
CC-MAIN-2014-42
refinedweb
593
63.19
Dan Fernandez - Demo of C# Express (pull images from Google) - Posted: Jul 26, 2004 at 3:09 PM - 137,669 Asynch Background Worker (reporting progress (do work, report change, run worker completed)) is super powerful and easy, easy to use! Next, the general RAD stuff is really impressive. This video is a great example o...
http://channel9.msdn.com/Blogs/TheChannel9Team/Dan-Fernandez-Demo-of-C-Express-pull-images-from-Google?format=auto
CC-MAIN-2015-22
refinedweb
1,218
72.87
Programmer to Programmer TM online discussion at: p2p.wrox.com for more information on Wrox books visit: Inside ASP.NET Web Matrix Alex Homer and Dave Sussman Part 1 – What is Web Matrix? Part 2 – Putting Web Matrix to Work Part 3 – Configuring and Extending Web Matrix Inside ASP.NET Web Matrix Alex Homer Dave Sussman ...
https://www.techylib.com/en/view/yelpframe/inside_asp.net_web_matrix
CC-MAIN-2017-34
refinedweb
8,214
58.82
view raw I'm trying to get synonyms of a given word using Wordnet. The problem is that despite I'm doing the same as is written here: here, it returns error. Here is my code: from nltk.corpus import wordnet as wn import nltk dog = wn.synset('dog.n.01') print dog.lemma_names >>> <bound method Synset.lemma_names of Synse...
https://codedump.io/share/0oMl6NwgcACw/1/get-synonyms-from-synset-returns-error---python
CC-MAIN-2017-22
refinedweb
198
71.82
This page list a few tips to help you investigate issues related to SpiderMonkey. All tips listed here are dealing with the JavaScript shell obtained at the end of the build documentation of SpiderMonkey. It is separated in 2 parts, one section related to debugging and another section related to drafting optimizations....
https://developer.mozilla.org/pt-BR/docs/Mozilla/Projects/SpiderMonkey/Hacking_Tips
CC-MAIN-2020-29
refinedweb
5,878
53.61
need help: cloth tag On 19/10/2014 at 02:18, xxxxxxxx wrote: User Information: Cinema 4D Version: 16 Platform: Windows ; Language(s) : C.O.F.F.E.E ; XPRESSO ; PYTHON ; --------- hi everyone.. i need help i want to do calculate cache in my multiple cloth tags in one user data button... please anyone can help... thanks (...
https://plugincafe.maxon.net/topic/8232/10730_need-help-cloth-tag
CC-MAIN-2019-13
refinedweb
566
61.12
This forum has migrated to Microsoft Q&A. Visit Microsoft Q&A to post new questions. Hi, I want to give the customer of an App the choice whether to buy, or to use the App with an abonnement. How can I do this? I only find th option to purchase an App. Kind regards, Martin Hi M_Stein, It may be impossible to make the a...
https://social.msdn.microsoft.com/Forums/en-US/48400df0-227b-4f26-9e99-712f54cb8fc1/how-can-i-give-the-customer-of-an-app-the-choice-wether-it-is-an-abonemnet-or-a-puchase?forum=wpsubmit
CC-MAIN-2021-49
refinedweb
197
74.69
'\u2192'or you found it in the tables of the Unicode Database. Instead you might want to use these Java UniCode Constants (UCC). Using a small Ruby script these constants were derived directly from the Unicode Database textual representation. For every character there is a constant with its official name and correspond...
https://blog.code-cop.org/2007/08/java-unicode-constants.html
CC-MAIN-2020-05
refinedweb
334
55.71
not able to compile the simplest code i.e. of hello world the code is the error wasthe error wasCode:#include<iostream> using namespace std; int main() { cout<<"hello world!!!"; return 0; } collect2.exe: error: ld returned 1 exit status not able to compile the simplest code i.e. of hello world the code is the error was...
http://cboard.cprogramming.com/cplusplus-programming/155930-help-dev-cplusplus-users.html
CC-MAIN-2016-30
refinedweb
1,621
71.04
Difference between revisions of "Talk:SantaClausProblemV2" Revision as of 12:42, 10 January 2009 [video editing program|] [video editing program] editing program (( video editing program)) [| video editing program] "video editing program": [rush live videos|] [rush live videos] live videos (( rush live videos)) [| rush...
https://wiki.haskell.org/index.php?title=Talk:SantaClausProblemV2&diff=prev&oldid=25708
CC-MAIN-2020-16
refinedweb
1,419
68.3
My task: create page template with contain web parts developed by me. Here what I've done: I've developed my own web part as it was described in Kentico Developer Guide. This is very simple one so I can write it's code. ascx file: <%@ Control Language="C#" AutoEventWireup="true" CodeFile="customWebPart.ascx.cs" Inherit...
https://devnet.kentico.com/questions/my-web-parts-in-aspx-page-temlate
CC-MAIN-2017-47
refinedweb
333
56.15
Revision history for Class-Load 0.23 2015-06-25 - remove use of namespace::clean 0.22 2014-08-16 - document some of the caveats to using this module, and refer to Module::Runtime as an alternative 0.21 2014-02-09 - repository moved to the github moose organization 0.20 2012-07-15 - Same as the most recent 0.19, but wit...
https://metacpan.org/changes/distribution/Class-Load
CC-MAIN-2015-35
refinedweb
491
71.71