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
There is no doubt that web forms play an integral role in our web site or applications. By default, they provide a useful set of elements and features — from legends and fieldsets to native validation and states — but they only get us so far when we start to consider the peculiarities of using them. For example, how ca...
https://css-tricks.com/using-formik-to-handle-forms-in-react/
CC-MAIN-2022-21
refinedweb
2,483
54.83
Select a language to translate this page! Windows Phone Marketplace has been steadily evolving to reflect developer and customer feedback. We recently unveiled the next version of Windows Phone, code named Mango, and talked about how Marketplace is evolving to give developers more of what they’ve asked for. Most notabl...
http://blogs.windows.com/windows_phone/b/wpdev/archive/2011/06/02/how-marketplace-manages-bulk-app-publishing.aspx
CC-MAIN-2013-48
refinedweb
3,295
57.91
Using a union struct elements { int s; union { int ival; float fval; char *pval; } element; }; struct darray { struct elements items[100]; }; struct darray a; Let's look on the following piece of code: #include <stdio.h> #include <stdlib.h> typedef union __attribute__((__packed__)) { int ival; int fval; char* pval; } e...
https://codedump.io/share/ETwRfU7UhjkK/1/how-does-memory-allocation-of-non-homogeneous-array-work
CC-MAIN-2017-13
refinedweb
217
62.27
Font size change - black boxes around fields and formulae missing after report generation Hi, Thanks for providing us the template files, sample code and screen shots. Please try the attached version v4.8.0.7. For your issues: shot attached shows the error [ verdana-8 in template changing to verdana-10 in report ] – pl...
https://forum.aspose.com/t/font-size-change-black-boxes-around-fields-and-formulae-missing-after-report-generation/71456
CC-MAIN-2022-21
refinedweb
214
62.78
Talk:Proposed features/Doctor Contents Which Tag? I think this is a very important feature. I think it would be important also to tag which type the doctor is (like dentist, common, women, ...) -- Skunk 21:50, 24 November 2008 (UTC) - UK terms of address often style themselves "Mr", even those practitioners with a doct...
https://wiki.openstreetmap.org/wiki/Talk:Proposed_features/Doctor
CC-MAIN-2018-17
refinedweb
1,237
61.97
CodeGuru Forums > .NET Programming > C-Sharp Programming > Reducing CPU Usage while moving images PDA Click to See Complete Forum and Search --> : Reducing CPU Usage while moving images Gordi0075000 February 22nd, 2009, 03:20 PM Hi everyone, i'm pretty new to C#, and i'm using .NET 2.0. I'm building a small game involv...
http://forums.codeguru.com/archive/index.php/t-471429.html
crawl-003
refinedweb
979
74.08
im_setupout - set up an image descriptor for WIO output #include <vips/vips.h> int im_setupout(image) IMAGE *image; im_setupout(3) makes a descriptor ready for WIO writing. If the descriptor is a memory buffer, enough memory is allocated to be able to hold all of the pels of the image. If the descriptor is an output fi...
http://huge-man-linux.net/man3/im_setupout.html
CC-MAIN-2018-05
refinedweb
164
68.16
Building a web application consists of a number of discrete layers: server code, client code, HTML, and styling. If you cannot sit down with one of those layers and work on it, you are not fulfilling your role. If I hire a web developer, I don’t expect them to tell me that they know little of Javascript, but unfortunat...
http://lostechies.com/colinramsay/2007/12/08/you-have-nothing-to-fear-from-javascript/
CC-MAIN-2014-52
refinedweb
1,233
63.19
/* ::[[ @(#) getopt.c 1.5 89/03/11 05:40:23 ]]:: */ #ifndef LINT static const char Id[] = "$Id: getopt.c,v 1.1 2002/11/22 22:06:46 tom Exp $"; #endif /* * Here's something you've all been waiting for: the AT&T public domain * source for getopt(3). It is the code which was given out at the 1985 * UNIFORUM conference in ...
http://opensource.apple.com/source/diffstat/diffstat-5/diffstat/porting/getopt.c
CC-MAIN-2016-40
refinedweb
367
70.73
ASP.NET Session State Overview Use ASP.NET session state to store and retrieve values for a user. This topic contains::. ASP.NET page for the first and last name of a user, and set them to values retrieved from TextBox controls.. Session Identifiers Sessions are identified by a unique identifier that can be read by val...
https://msdn.microsoft.com/en-us/library/ms178581(v=VS.100).aspx
CC-MAIN-2016-44
refinedweb
137
59.6
Awesome thanks QuaziGNRLnose. Can't wait to re-download tonight. i tested those examples, but no one work when i save the project in html 5, added the project on my ftp, the project don't run at all, tested every example, the screen stay completly black without any 3d view of the examples... in local that work, but wh...
https://www.construct.net/en/forum/extending-construct-2/addons-29/q3d-v-2-4-3d-physics-skeletal-79612/page-40
CC-MAIN-2019-43
refinedweb
1,293
73.17
Do brokered connection charges apply to queues and topics/subscriptions? Yes, they do. There are no connection charges for sending events using HTTP, regardless of the number of sending systems or devices. Receiving events with HTTP using a timeout greater than zero, sometimes called "long polling", generates). As. Ser...
https://azure.microsoft.com/en-gb/resources/knowledge-center/do-brokered-connection-charges-apply-to-queues/
CC-MAIN-2021-21
refinedweb
174
56.96
Detection of code styles and naming with ReSharper While ReSharper comes with often-used defaults for code formatting and naming, some developer teams want to use different settings. And while ReSharper can be configured to pretty much any code style out there, there are many settings to tweak: ReSharper has 278 format...
https://blog.jetbrains.com/dotnet/2018/12/05/detection-code-styles-naming-resharper/?replytocom=546078
CC-MAIN-2020-29
refinedweb
1,003
62.88
we! im really interested in working on it but im more the "still learning" then "il do something smart" person... You could always have a go at making some plugins with the C++ SDK - that's a good way to get started and learning how Construct is programmed. Ashley As far as preparing oneself by making plugs goes, how ...
https://www.construct.net/en/forum/construct-classic/construct-engineering-43/interested-working-construct-38491
CC-MAIN-2020-16
refinedweb
1,430
80.11
Hi, I am new for Qt, i am trying to display 0 to 999 in text Browser but when i am executing following code it is directly showing 999 output can anyone help me, thank you in advance for(j=0;j<1000;j++) // { ui->textBrowser->setText(QString::number(j)); //display 0 to 999 // } //your code here @Rameshwar First, my frie...
https://forum.qt.io/topic/100777/hi-i-am-new-for-qt-i-am-trying-to-display-0-to-999-in-text-browser-but-when-i-am-executing-following-code-it-is-directly-showing-999-output-can-anyone-help-me-thank-you-in-advance/13
CC-MAIN-2019-47
refinedweb
678
67.08
<< smrMembers Content count2425 Joined Last visited Community Reputation2468 Excellent About smr - RankGDNet+ smr replied to Wysardry's topic in General and Gameplay ProgrammingAlso VB.NET, although I think at this point it's evolved into essentially C# with different keywords. smr commented on Finalspace's blog entry ...
https://www.gamedev.net/profile/63630-smr/?tab=status
CC-MAIN-2017-30
refinedweb
1,362
51.48
others can benefit if/when they jump into Grails. Today I started a new Grails application and created a domain class and a controller for User. These were in packages but that's irrelevant, so I'll keep things simple for the purposes of the example. I then edited my User class:I then edited my User class: grails creat...
http://blog.mattwoodward.com/2009/09/more-n00b-grails-errors-when-domain.html?showComment=1253904583000
CC-MAIN-2016-26
refinedweb
442
63.12
In this section, you will learn about palindrome in java and how to check any number that is palindrome or not. First of all what is palindrome number?, this is the number that the original number is same after reversing this. For example let us suppose that, the original number is 121 and by reversing this number we g...
http://roseindia.net/java/beginners/java-Palindrome.shtml
CC-MAIN-2015-27
refinedweb
246
56.86
Series Intro Welcome to the first post of my React Native series! Each article in the series will dive into a different aspect of the framework. Let’s go! Getting Started To begin we’ll need a React Native application to add SVGs to. I started a new one in my examples repo under svg with the npx react-native init PROJE...
https://dev.cavender.io/react-native/react-native-svg/
CC-MAIN-2021-21
refinedweb
1,064
63.9
Lately, I’ve been working on creating an online platform for eco hotels and resorts, and found myself needing to render a map with some clickable marker pins (which we are going to reproduce in this tutorial). After scouring the internet with possible solutions, two immediate options sprung up — Google Maps and MapBox....
https://practicaldev-herokuapp-com.global.ssl.fastly.net/niharikak101/integrating-mapbox-with-next-js-the-cheaper-alternative-to-google-maps-g39
CC-MAIN-2021-49
refinedweb
1,563
64
Nylas allows you to integrate your apps with your customers’ email, contacts, and calendars. The applications are as endless as your imagination. This guide will take you through setting up your development environment and the basic use of the nylas-python module. We will connect to an email account, send a message, an...
https://support.nylas.com/hc/en-us/articles/221750427-Quickstart-Python-Guide
CC-MAIN-2018-09
refinedweb
1,065
64
Growing Herbs @ Home with Raspberry Pi 4 and balenaCloud the beginning of the project (mostly setup and design). Given that I will learn things along the way, I’ll try and write most things here as the details won’t be as clean a few weeks. Working with Raspberry Pi 2 At the start of this project, I decided to buy two ...
https://jeffzzq.medium.com/growing-herbs-home-637d01c557f
CC-MAIN-2021-31
refinedweb
3,500
70.23
Now that we understand sockets, let's build a simple port-scanner. The idea of a port scanner is to run through a list of ports, testing to see if they are open. We can do this because the steps for using sockets for sending data is first you make the connection, then you try to off-load the request. Re-visiting our sh...
https://pythonprogramming.net/python-port-scanner-sockets/
CC-MAIN-2022-40
refinedweb
463
71.85
ACCEPT(2) BSD System Calls Manual ACCEPT(2) NAME accept, accept4 -- accept a connection on a socket SYNOPSIS #include <<sys/socket.h>> int accept(int s, struct sockaddr *addr, socklen_t *addrlen); int accept4(int s, struct sockaddr *addr, socklen_t *addrlen, int flags); non- blocking I/O mode as s, and allocates a new ...
http://modman.unixdev.net/?sektion=2&page=accept&manpath=OpenBSD-5.7
CC-MAIN-2017-34
refinedweb
430
56.86
QQ Plots Overview Short and sweet, a QQ plot is used to check the normality of a given data distribution. Their construction is pretty straight-forward. Essentially you: (Borrowing visuals from StatQuest): - Sort your data and label each point as its own quantile (10th, 42nd, 99th, etc). Normalized data is your cleanes...
https://napsterinblue.github.io/notes/stats/basics/qq_plots/
CC-MAIN-2021-04
refinedweb
330
59.3
_lwp_cond_reltimedwait(2) - semaphore control operations #include <sys/types.h> #include <sys/ipc.h> #include <sys/sem.h> int semctl(int semid, int semnum, int cmd...); The semctl() function provides a variety of semaphore control operations as specified by cmd. The fourth argument is optional, depending upon the opera...
http://docs.oracle.com/cd/E23823_01/html/816-5167/semctl-2.html
CC-MAIN-2014-52
refinedweb
695
56.25
/* * Copyright (c) 2000PLUGIN_H #define _SCDPLUGIN_H #include <sys/cdefs.h> #include <sys/types.h> #include <sys/time.h> #include <sys/resource.h> #include <CoreFoundation/CoreFoundation.h> /*! @header SCDPlugin */ /* @defined kSCBundleRequiresKey */ #define kSCBundleRequiresKey CFSTR("Requires") /* @defined kSCBundleE...
http://opensource.apple.com//source/configd/configd-293.4/SystemConfiguration.fproj/SCDPlugin.h
CC-MAIN-2016-40
refinedweb
652
50.02
do not know if the -fno-exceptions is required with gcc 2.95, but because MySQL doesn't use exceptions and the option generates faster code, you should always use it with do threads on AIX 5.3, you should upgrade AIX 5.3 to technology level 7 (5300-07). For 32-bit binaries, if you need to allocate a lot of memory to t...
http://dev.mysql.com/doc/mysql-linuxunix-excerpt/5.0/en/ibm-aix.html
CC-MAIN-2013-48
refinedweb
238
52.97
gas Avai Cranes set to armve today Whoopers aided by weather KHUONG PHAN kphan@chronicleonline.com Chronicle Surprise! Reports during this past weekend estimated that this year's flock of ultralight-led whooping cranes would arrive sometime late this week or possibly early next week Plans quickly changed though, as th...
http://ufdc.ufl.edu/UF00028315/00347
CC-MAIN-2017-30
refinedweb
62,647
78.35
Test, as well as the language of the test project. To do this, you use the Options dialog box, reached. Create a test project when you generate a unit test. When you generate unit tests, you can create a new test project into which the tests will be added, or add them to an existing test project. Using the Add New Proj...
http://msdn.microsoft.com/en-us/library/ms182413(VS.80).aspx
crawl-002
refinedweb
344
83.96
TL. Elixir language Personally, I've been stuck under a rock as a developer. I've missed plenty of cool languages whilst playing with PHP—and the Elixir language is no exception. Fortunately for me, Elixir (like PHP) is a dynamically typed language with lots of helpful documentation. My brain didn't have to work too ha...
https://auth0.com/blog/elixir-and-phoenix-tutorial-build-an-authenticated-app/
CC-MAIN-2020-45
refinedweb
3,105
51.75
Provided by: manpages-dev_4.15-1_all NAME lseek - reposition read/write file offset SYNOPSIS #include <sys/types: SEEK_SET The file offset is set to offset bytes. SEEK_CUR The file offset is set to its current location plus offset bytes. SEEK_END The file offset is set to the size of the file plus offset bytes. lseek()...
http://manpages.ubuntu.com/manpages/bionic/en/man2/lseek.2.html
CC-MAIN-2019-39
refinedweb
212
69.89
At a certain point, it becomes difficult to write a unit test without also being able to provide mocked implementations of some of the code. But mocking well is its own art- it's easy to fall into the trap of writing overly complex mocks, or mocking the wrong piece of functionality, and ending up in situations where yo...
https://thedailywtf.com/articles/absolute-mockery
CC-MAIN-2021-21
refinedweb
170
69.92
Tech Off Thread14 posts Forum Read Only This forum has been made read only by the site admins. No new threads or comments can be added. C# namespace weirdness Conversation locked This conversation has been locked by the site admins. No new comments can be made. Weird thing just happened to me. I moved a folder between ...
https://channel9.msdn.com/Forums/TechOff/204476-C-namespace-weirdness
CC-MAIN-2017-43
refinedweb
730
61.02
Ok, I have been busting tail trying to get this simple project done. Lesson learned is do not take a break from course work during the summer, my lack of fundamentals at this moment is tear me apart. I am determined to finish this project ahead of time to finish the rest of my other course work. The current project bro...
https://www.daniweb.com/programming/software-development/threads/215388/massive-overhauld-needed-on-fundamentals
CC-MAIN-2017-09
refinedweb
580
64.85
LDLREAD(3X) LDLREAD(3X) NAME ldlread, ldlinit, ldlitem - manipulate line number entries of a COFF file function SYNOPSIS #include <<stdio.h>> #include <<filehdr.h>> #include <<linenum.h>> #include <<ldfcn.h>> int ldlread(ldptr, fcnindx, linenum, linent) LDFILE *ldptr; long fcnindx; unsigned short linenum; LINENO *linen...
http://modman.unixdev.net/?sektion=3&page=ldlread&manpath=SunOS-4.1.3
CC-MAIN-2017-30
refinedweb
363
64
example, 1, 4, 9, and 16 are some of the square integers as they are squares of 1, 2, 3, and 4, respectively. Input Format The first line contains T, the number of test cases. test cases follow, each in a new line. Each test case contains two space-separated integers denoting A and B. Constraints 1<=T<=100 1<=A,B<=109...
https://coderinme.com/sherlock-and-squares-hackerrank-problem-solution/
CC-MAIN-2019-13
refinedweb
238
74.59
Moving Average in Python is a convenient tool that helps smooth out our data based on variations. In sectors such as science, economics, and finance, Moving Average is widely used in Python. In a layman’s language, Moving Average in Python is a tool that calculates the average of different subsets of a dataset. Introdu...
https://www.pythonpool.com/moving-average-python/
CC-MAIN-2021-43
refinedweb
855
64.91
Question : I am trying to access a local function variable outside the function in Python. So, for example, bye = '' def hi(): global bye something something bye = 5 sigh = 10 hi() print bye The above works fine as it should. Since I want to find out if I can access bye outside hi() without using global bye, I tried: d...
https://discuss.dizzycoding.com/access-a-function-variable-outside-the-function-without-using-global/
CC-MAIN-2022-33
refinedweb
768
70.02
Uninitialized primitive data types in C/C++ What do you think happens when you use an uninitialized primitive data type? Well you may assume that the compiler should assign your primitive type… Read More » What do you think happens when you use an uninitialized primitive data type? Well you may assume that the compiler...
https://www.geeksforgeeks.org/tag/cpp-puzzle/
CC-MAIN-2019-30
refinedweb
381
57.81
How to open a tab in Safari, when already in Safari? I have a script here that runs google image search on whatever URL is in clipboard. It works perfectly **in Pythonista. ** But I want it to work from within Safari (That means from Safari->'Run Pythonista Script'->'My script.py'. It will not open the tab if run in th...
https://forum.omz-software.com/topic/3820/how-to-open-a-tab-in-safari-when-already-in-safari
CC-MAIN-2022-05
refinedweb
239
79.46
Hi all, I am working on a program which will generate a log file for it's operation. Because of the way the program is designed, the program maintains a String variable for all the log that needs to be written and write that string into the file at it's exit. The log message contains a string that contains a lots of ne...
https://www.daniweb.com/programming/software-development/threads/94567/writing-string-to-a-file
CC-MAIN-2017-04
refinedweb
203
74.79
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 to create view for inherited objects? hi, I am facing issues related to creating views in inherited objects. I am planning to...
https://www.odoo.com/forum/help-1/question/how-to-create-view-for-inherited-objects-24052
CC-MAIN-2017-51
refinedweb
618
69.79
Train license plates detection model using Detectron2 How to train your object detection model using a custom dataset. Object detection is one of the key aspects of computer vision. There are a lot of pre-trained models able to detect a wide variety of objects. What if you need to detect your custom objects (not presen...
https://medium.com/deepvisionguru/train-license-plates-detection-model-using-detectron2-dd166154f604?source=rss-7b5cdea05c51------2
CC-MAIN-2020-16
refinedweb
2,091
50.12
Opened 10 years ago Closed 10 years ago Last modified 10 years ago #3633 enhancement closed duplicate (duplicate) C based domish.Element serializer Description For most XMPP applications, XML serialization is the bottleneck. While #2477 improves the Python serializer quite a bit, this can be made faster by dropping dow...
https://twistedmatrix.com/trac/ticket/3633
CC-MAIN-2019-04
refinedweb
609
55.44
16 July 2010 07:06 [Source: ICIS news] SINGAPORE (ICIS news)--Titan Chemicals has posted a 62% year-on-year decline in its net profit for the second quarter of 2010 to ?xml:namespace> Sales in the April-June period increased 23% year on year to M$1.691bn, Titan said in a filing to the stock exchange, For the first six ...
http://www.icis.com/Articles/2010/07/16/9377017/malaysias-titan-chemicals-posts-21.3m-q2-net-profit.html
CC-MAIN-2014-52
refinedweb
215
61.46
How to create keys by using Visual Basic .NET for use in Forms authentication This article was previously published under Q313091 For a Microsoft Visual C# .NET version of this article, see 312906. This article refers to the following Microsoft .NET Framework Class Library namespaces: This article refers to the followi...
https://support.microsoft.com/en-us/kb/313091
CC-MAIN-2016-50
refinedweb
774
50.53
The C language standard precisely specifies the observable behavior of C language programs, except for the ones in the following categories: islowerreturns. Because correct C programs are free of undefined behavior, compilers may produce unexpected results when a program that actually has UB is compiled with optimizati...
https://docs.w3cub.com/c/language/behavior
CC-MAIN-2021-43
refinedweb
308
54.05
Originally posted by Alan Mar: I didn't get a chance to run the code in Q2. But I remembered that static methods don't participate in overriding at all. So is it legal to have the same method signature in the sub class? I prefer A choice in Q2. Please correct me if I'm wrong. Originally posted by darryl failla: This su...
http://www.coderanch.com/t/226254/java-programmer-SCJP/certification/ststic-variables
CC-MAIN-2014-52
refinedweb
202
78.04
Pin Interrupt not working as expected My Apologies if this is answered elsewhere. But I'm running into an odd issue that with my Lopy4 and expansion board. I'm setting up a pin with a callback and regardless of what trigger I use it immediately fires off and not again afterwards. Running the following code will immedia...
https://forum.pycom.io/topic/6490/pin-interrupt-not-working-as-expected/3?lang=en-US
CC-MAIN-2022-33
refinedweb
210
58.08
Intro Ionic React Quickstart What is Ionic Framework? First off, if you're new here, welcome! Ionic is a free and open source component library for building apps that run on iOS, Android, Electron, and the Web. You write your app once using familiar technologies (HTML, CSS, JavaScript) and deploy to any platform. Along...
https://ionicframework.com/jp/docs/es/react/quickstart
CC-MAIN-2020-10
refinedweb
2,291
55.54
On Wed, May 06, 2009 at 12:29:55AM +0200, Alejandro Forero Cuervo wrote: > When I moved all users in the wiki from /foo to /users/foo, I took the > time to create symlinks from the old locations to the new, so that > people using the old URLs would be automatically redirected to the > right (new) location. People would...
http://lists.gnu.org/archive/html/chicken-users/2009-05/msg00013.html
CC-MAIN-2016-22
refinedweb
992
66.27
A C++ program is a collection of functions. Every C++ program must have the function main (). Execution of a program begins from the main() . Let us begin with a simple program that prints the string Have fun programming #include <iostream.h> void main() { cout<< “Have fun programing”; // C++ statement } 01 Function ma...
http://www.wideskills.com/c-plusplus/first-c-plusplus-program
CC-MAIN-2018-09
refinedweb
330
73.88
> tcpipsim.rar > signal.h /* * Copyright (c).h 8.1 (Berkeley) 6/11/93 */ /* * Machine-dependent signal definitions */ typedef int sig_atomic_t; #ifndef _POSIX_SOURCE #include /* codes for SIGILL, SIGFPE */ #endif /* * Information pushed on stack when a signal is delivered. * This is used by the kernel to restore state...
http://read.pudn.com/downloads54/sourcecode/windows/network/187593/tcpipsim/include/bsd/machine/signal.h__.htm
crawl-002
refinedweb
113
58.62
Red Hat Bugzilla – Bug 11548 inetd improperly handles internal services Last modified: 2008-05-01 11:37:55 EDT inetd-0.16-5. When using (and allowing in inetd.conf) services internally implemented by inetd, e.g. time service (echo etc): time stream tcp nowait root internal Each "rdate host" will leave one connection (f...
https://bugzilla.redhat.com/show_bug.cgi?id=11548
CC-MAIN-2018-30
refinedweb
1,091
74.08
Angular Tips: Formatting Dates with a Custom Date Pipe (dd/MM/yyyy) In this article we will learn how to create a custom Date Pipe with Angular. Using Angular default Date Pipe When working with Angular, we can use the date pipe to format a date in the template: today | date: 'dd/MM/yyyy' The date pipe accepts a format...
http://loiane.com/2017/08/angular-tips-formatting-dates-with-a-custom-date-pipe-dd-mm-yyyy/
CC-MAIN-2020-29
refinedweb
665
53.41
NAME dpatch - patch maintenance system for Debian SYNOPSIS dpatch [options] command [command-arguments] DESCRIPTION. For added flexibility, you can call /usr/bin/dpatch directly too. GLOBAL OPTIONS There are a few options which change the overall behaviour of dpatch, and have an effect on not only one, but most of the ...
http://manpages.ubuntu.com/manpages/lucid/man1/dpatch.1.html
CC-MAIN-2015-27
refinedweb
1,630
55.64
This site uses cookies! Learn More Content Count570 Joined Last visited About iMod - RankAdvanced Member Recent Profile Visitors 4615 profile views iMod reacted to a post in a topic: Calling for developers and testers - iMod started following target not in line of sight, Calling for developers and testers, Take my Focu...
https://wrobot.eu/profile/2504-imod/
CC-MAIN-2020-10
refinedweb
1,019
64.2
Anatomy of a Unit Test code sample shows the first few lines of a unit test file, including the reference to the namespaces, the TestClassAttribute, and the TestContext class. Imports Microsoft.VisualStudio.TestTools.UnitTesting Imports BankVB.BankAccountNS '''<summary> '''This is a test class for BankAccountTest and i...
http://msdn.microsoft.com/en-us/library/ms182517(v=vs.90)?cs-save-lang=1&cs-lang=vb
CC-MAIN-2014-23
refinedweb
372
52.6
Fiona 0.8 Fiona is OGR's neater API Fiona is OGR’s neater API – sleek on the outside, indomitable power on the inside. Fiona provides a minimal, uncomplicated Python interface to the open source GIS community’s most trusted geodata access library and integrates readily with other Python GIS packages such as pyproj, Rtr...
https://pypi.python.org/pypi/Fiona/0.8
CC-MAIN-2015-48
refinedweb
465
63.7
This is a very quick post in response to a comment asking about the state of localisation for the DisplayAttribute in ASP.NET Core 1.1. A while ago I wrote a series of posts about localising your ASP.NET Core application, using the IStringLocalizer abstraction. - Adding Localisation to an ASP.NET Core application - Loc...
https://andrewlock.net/localising-the-displayattribute-in-asp-net-core-1-1/
CC-MAIN-2019-26
refinedweb
508
57.37
31 August 2011 13:37 [Source: ICIS news] GUANGZHOU (ICIS)--ConocoPhillips China (COPC) has completed sealing and clean-up operations which were requested by ?xml:namespace> COPC, the operator of Peng Lai 19-3 oilfield, was required to completely seal off spill sources and also clean up oil-based mud by the end of Augus...
http://www.icis.com/Articles/2011/08/31/9489205/conocophillips-china-completes-bohai-bay-oil-spill-clean-up.html
CC-MAIN-2014-15
refinedweb
150
56.08
JScript tutorial by Dino Esposito JScript tutorial - part 1 Dino Esposito covers the hist ory and background behind Microsoft's version of JavaScript in the first part of his on - line tutorial. JScript is Microsoft's version of the ECMA 262 standard with some proprietary extensions, mostly aimed at adding COM support....
https://www.techylib.com/el/view/waisttherapeutic/jscript_tutorial_part_1
CC-MAIN-2018-09
refinedweb
16,776
55.34
Implement Continuous Integration and Continuous deployment using Azure DevOps Azure DevOps (Visual Studio Team Services / Team Foundation Server) consists of a set of tools and services that help developers implement DevOps, Continuous Integration, and Continuous Deployment processes for their development projects. Thi...
https://docs.microsoft.com/en-us/sharepoint/dev/spfx/toolchain/implement-ci-cd-with-azure-devops
CC-MAIN-2019-47
refinedweb
1,963
52.39
Hi Harald, The Aries project aims to provide a managed programming model, and as such the Aries JPA runtime is not an implementation of the JPA service specification. As a result I'm afraid my first answer is no, Aries JPA cannot be used to get unmanaged JPA support, however if you declare your persistence units to use...
http://mail-archives.apache.org/mod_mbox/aries-user/201009.mbox/%3CBLU128-W24081EE78A5F3E0B40C3A1DF7B0@phx.gbl%3E
CC-MAIN-2018-30
refinedweb
811
56.08
The:).. The namespace URI associated with the reserved prefix xml, as defined by Namespaces in XML (section 4). The namespace URI for namespace declarations, as defined by Document Object Model (DOM) Level 2 Core Specification (section 1.1.: Return the i‘th item from the sequence, if there is one, or None. The index i ...
https://wingware.com/psupport/python-manual/3.3/library/xml.dom.html
CC-MAIN-2015-11
refinedweb
138
68.47
Question 1 : Is standard library a part of C language?. Question 2 : Will the program outputs "IndiaPARINAM.com"? #include < stdio . h > #include < string . h > int main() { char str1[] = "IndiaPARINAM.com"; char str2[20]; strncpy(str2, str1, 8); printf("%s", str2); return 0; } No. It will print something like 'IndiaPA...
http://www.indiaparinam.com/c-programming-language-question-answer-library-functions/yes-no-questions
CC-MAIN-2019-22
refinedweb
234
58.38
How to read data from a file in Qt From Nokia Developer Wiki This code snippet demonstrates how to read a file using QFile. Article Metadata Description - Make a text file and give full path in the program. - The following code snippet would read this file and display its content as a text label. Source File #include <...
http://developer.nokia.com/community/wiki/How_to_read_data_from_a_file_in_Qt
CC-MAIN-2014-23
refinedweb
351
74.39
Once a layer is loaded, usually we want to access the data included in the layer, whether the geometries or the attributes. Now, we will discuss how to code in Python the access to these two types of data. How to access the geometry of a vector layer We will resume the loading of a shapefile script previously created (...
https://www.sigterritoires.fr/index.php/en/python-methods-for-qgis-how-to-examine-vector-data/
CC-MAIN-2020-05
refinedweb
465
65.93
Bolt 103 - Events In 'Bolt 101' and 'Bolt 102' we learned the basics of getting Bolt running and how get some properties and game objects replicating over the network. In this section we will look at events in Bolt, what they are and how you use them. The first thing we need to do is to create a new Event, this is done...
https://doc.photonengine.com/en-us/bolt/current/getting-started/bolt-103-events
CC-MAIN-2018-30
refinedweb
1,272
70.13
Recently I've been doing this USACO problem. After a while I came up with a simple idea. I'll have dp[i][j] as the maximum result from the i-th element to the j-th element, calculate each range in increasing order. If there are two subarrays [L, X] and [X+1, R] and dp[L][X] equal to dp[X+1][R], then result for dp[L][R]...
https://codeforces.com/blog/entry/95920
CC-MAIN-2022-21
refinedweb
567
81.02
Native DataSet Compression in Visual Studio.NET 2005 By Peter A. Bromberg, Ph.D. Among other enhancements in Visual Studio.NET 2005, we now have the System.IO.Compression namespace, which offers industry standard Deflate ("zip") and GZip compression codecs. Since I've been somewhat involved in this area, particularly w...
http://www.nullskull.com/articles/20041128.asp
CC-MAIN-2018-05
refinedweb
1,108
55.54
现在是时候深入了解Vue,并创建我们自己的自定义组件了--我们将从创建一个组件来表示待办事项列表中的每个项目开始。在这一过程中,我们将学习一些重要的概念,例如在其他组件中调用组件,通过道具向它们传递数据,以及保存数据状态。 注意: 如果你需要根据我们的版本检查您的代码, 你可以在我们的 todo-vue 仓库找到中找到示例 Vue 程序代码的完成版本。 有关运行中的实时版本,请参见。 创建一个ToDoItem组件 让我们创建第一个组件,它将显示一个单一的待办事项。我们将用它来建立我们的待办事项列表。 - 在你的 moz-todo-vue/src/components目录下,创建一个 ToDoItem.vue的新文件。在你的代码编辑器...
https://developer.cdn.mozilla.net/zh-CN/docs/Learn/Tools_and_testing/Client-side_JavaScript_frameworks/Vue_first_component
CC-MAIN-2021-10
refinedweb
204
64.1
Not many people know this, but the C language (with the help of gcc extensions) can support templates and lambda expressions. I know I’m going to get emails / comments about how I butchered the C language. So let me start out with a word of caution, this is for educational use only, and is not intended to be used in pr...
http://byteworm.com/2010/10/12/container/
CC-MAIN-2015-14
refinedweb
567
66.37
package whileLoops; import java.util.Scanner; import java.util.Random; import java.util.StringTokenizer; public class DealOrNoDeal { public static void Instructions(){ System.out.println("The game will begin once the user has entered the correct password"); System.out.println("The user will first enter a phrase, the CP...
http://www.javaprogrammingforums.com/%20whats-wrong-my-code/35240-deal-no-deal-game-help-printingthethread.html
CC-MAIN-2015-40
refinedweb
567
51.04
M5stickC Touch Sensing Hello, I need to read the values from a touch sensing pin. GPIO33 is touch8 so with arduino code one can use touchread(8) How can I do this using UIFlow? Thank you. Hi @xls try something like this in an Advanced - Execute - Execute code:block: from machine import Pin, TouchPad t8 = 0 touch8 = Tou...
https://forum.m5stack.com/topic/2460/m5stickc-touch-sensing
CC-MAIN-2020-50
refinedweb
146
76.86
Hi there, new to the community and first of all just wanted to say its great to be here. I'm rather new to C++ and i was having an issue perhaps someone could clear up for me. Alright, our instructor for a class im taking would give us simple programs that we needed to make little additions/manipulations to. "end1" wou...
https://www.daniweb.com/programming/software-development/threads/158567/hey-all-a-little-help-needed
CC-MAIN-2017-26
refinedweb
185
71.65
In this tutorial you will learn how to install and use the open-source load testing tool called k6. This free command line program allows you to conduct anywhere from basic load testing up to advanced stress tests for a website. How to Install k6 on Ubuntu/Debian By default, your package repository on Ubuntu won’t know...
https://tonyteaches.tech/k6-load-testing/
CC-MAIN-2021-31
refinedweb
523
71.75
How would you make a comma-separated string from a list of strings? Why the map/ lambda magic? Doesn't this work? 'a', 'b', 'c']print(','.join(foo))a,b,cprint(','.join([]))print(','.join(['a']))afoo = [ In case if there are numbers in the list, you could use list comprehension: ','.join([str(x) for x in foo]) or a gene...
https://codehunter.cc/a/python/how-would-you-make-a-comma-separated-string-from-a-list-of-strings
CC-MAIN-2022-21
refinedweb
119
63.76
Fast LoopsPosted Saturday, 5 May, 2012 - 12:18 by lid6j86 in I'm trying to make a fast loop class that will constantly refresh the screen when the system is Idle. here is what i'm using right now: #using System.Runtime.InteropServices; #using System.Windows.Forms; using System; using System.Collections.Generic; using S...
http://www.opentk.com/node/2957
CC-MAIN-2015-18
refinedweb
1,213
63.09
Revision history for Perl extension XML::DifferenceMarkup. 0.01 Mon Sep 2 19:39:00 2002 - original version; created by h2xs 1.21 0.02 Wed Sep 4 18:04:19 2002 - added dependencies to Makefile.PL 0.03 Sun Sep 8 14:51:44 IST 2002 - fixed pruning of deleted nodes - replaced createElement by createElementNS - more tests 0.0...
http://web-stage.metacpan.org/changes/distribution/XML-DifferenceMarkup
CC-MAIN-2020-29
refinedweb
302
75.2
Review of prov-o july 3 2012 for last call Note: This page is maintained by the prov-o team to keep track of all feedback that we have received. Pleas submit your review by responding to or mentioning "ISSUE 444" in your email to public-prov-wg@w3.org Please do not edit this page directly. Designations: - RAISED: We se...
http://www.w3.org/2011/prov/wiki/Review_of_prov-o_july_3_2012_for_last_call
CC-MAIN-2015-11
refinedweb
6,119
50.84
Java Util Examples List examples that demonstrate the syntax and example code of java util package... read the content of jar file from your java program and list the content... to log the error and messages into the log file. Explanation of java logging Lang and Util Base Libraries Lang and Util Base Libraries The Bas...
http://www.roseindia.net/tutorialhelp/comment/68432
CC-MAIN-2013-48
refinedweb
2,842
55.84
This is a playground to test code. It runs a full Node.js environment and already has all of npm’s 400,000 packages pre-installed, including staged-components with all npm packages installed. Try it out: require()any package directly from npm awaitany promise instead of using callbacks (example) This service is provide...
https://npm.runkit.com/staged-components
CC-MAIN-2020-29
refinedweb
212
50.63
SelfDescribingWeb The SemanticWeb is designed to be self-describing: the reason well, a reason. integrate GlobalNaming here too we use URIs for terms is that you can look them up if you don't know what they mean hmm... not all URIs, righ?. In RDF/XML, terms appear as element and attribute names. (some regard this as ab...
http://www.w3.org/wiki/index.php?title=SelfDescribingWeb&oldid=15036
CC-MAIN-2014-15
refinedweb
743
61.26
📊 Handling Large Amounts of Data In Python 📊 Introduction Data Scientist has become one of the most in-demand and exciting job of the 21st Century. And surprisingly, Python is also considered the best programming language for machine learning. So, what point am I making here? While dealing with AI and Machine Learnin...
https://replit.com/talk/learn/Handling-Large-Amounts-of-Data-In-Python/120307
CC-MAIN-2021-17
refinedweb
1,336
83.66
If you insist on a stop gap measure that might not work everytime you can leave sum -= n right where it is, but, at least IMO, it's not the best way to do things. How do I ignore values outside of 0.0 and 100.0? Thanks for the help Lerner. One way is to use a flag, again. They can be very helpful in controlling loops! ...
https://www.daniweb.com/programming/software-development/threads/150045/help-would-be-appreciated/2
CC-MAIN-2018-05
refinedweb
740
71.85
I wonder if there is an example which html files and java files are resides in different folders. How can I modify the conditions for which MyEclipse will throw up warning flags? I'd be happy to hear a generic solution, but here is my specific problem for the ... If I write <form wicket:id="form" id="form> <form wicket...
http://www.java2s.com/Questions_And_Answers/Java-Enterprise/wicket/html.htm
CC-MAIN-2014-10
refinedweb
446
59.4
IRC log of xmlsec on 2007-05-29 Timestamps are in UTC. 12:22:10 [RRSAgent] RRSAgent has joined #xmlsec 12:22:10 [RRSAgent] logging to 12:22:13 [tlr] zakim, this will be xmlsec 12:22:13 [Zakim] ok, tlr; I see T&S_XMLSEC()9:00AM scheduled to start in 38 minutes 12:22:22 [tlr] Meeting: XML Sec Spec Maint WG Weekly 12:22:2...
http://www.w3.org/2007/05/29-xmlsec-irc
CC-MAIN-2015-14
refinedweb
4,131
51.86
Opened 6 years ago Closed 6 years ago Last modified 6 years ago #15323 closed (invalid) django.db.models.Model.clean() should be independent from .clean_fields() Description From: # Form.clean() is run even if other validation fails, so do the # same with Model.clean() for consistency. This behavior can be surprisingly...
https://code.djangoproject.com/ticket/15323
CC-MAIN-2017-26
refinedweb
409
67.35
You can subscribe to this list here. Showing 5 results of 5 > on my system I got the usual "undeclared" error for scalb and scalf. I > can't understand the reason, they are declared in bits/mathcall.h, > which is included by math.h. Looking at bits/matchcalls.h, the declarations for scalb() are only included-in by the ...
http://sourceforge.net/p/clisp/mailman/clisp-list/?viewmonth=200308&viewday=11
CC-MAIN-2014-41
refinedweb
427
75.91
I'd like to share some of my modification about the daemon starting process here What I've done is to add an option for DAEMONS in rc.conf, which allows starting a daemon after all the previous dependencies are actually done. This is done by a creating a named pipe for a before it starts, and removing it after the daem...
https://bbs.archlinux.org/viewtopic.php?pid=1084351
CC-MAIN-2017-30
refinedweb
386
57.77
I know it’s been a little while since my last post, and I apologize. I’ll try and keep the posts a little more frequent moving forward. In the last post, we briefly encountered barycentric coordinates and loosely defined them as the coefficients of an affine combination. While that’s true, we can do better. We can defi...
https://blogs.msdn.microsoft.com/rezanour/2011/08/07/barycentric-coordinates-and-point-in-triangle-tests/
CC-MAIN-2017-22
refinedweb
2,545
70.02
Modify layout to replace com.google.android.gms.maps.MapFragment with com.google.android.gms.maps.SupportMapFragment. <RelativeLayout xmlns: <TextView android: <fragment android: </RelativeLayout> Modify main code to extend android.support.v4.app.FragmentActivity, rather than Activity. Otherwise, AndroidRuntime will be...
http://android-er.blogspot.com/2012/12/using-supportmapfragment.html
CC-MAIN-2014-49
refinedweb
594
52.87
Help:Links For more detailed information on links, including inter-wiki and inter-language links see the generic mediawiki links topic: Help:Links. Linking to articles The easiest way to insert a link to another article is to use the Wiki Editor's Insert Link tool ( ) which is displayed whenever you edit a page. The In...
http://developer.nokia.com/community/wiki/Help:Links
CC-MAIN-2014-15
refinedweb
391
53.95
Progress Bar for file/folder delete. By sundar, in AutoIt General Help and Support Recommended Posts Similar Content - By mond1106 Hi, Im new to autoit im exploring some function and I am interested with the progress bar. Is it possible to have a end user input in how much the bar will progress? I saw this code in the ...
https://www.autoitscript.com/forum/topic/142715-progress-bar-for-filefolder-delete/
CC-MAIN-2018-17
refinedweb
320
53.71
If you're new to Android platform development, you may find this complete example of adding a brand new GTest binary (also sometimes called a "native" test) from scratch useful to demonstrate the typical workflow involved. For additional information on the GTest framework for C++, refer to the GTest project site for ad...
https://source.android.com/compatibility/tests/development/gtest-func-e2e?hl=ca
CC-MAIN-2022-27
refinedweb
469
58.69
. Following code causes the problem. When writeOutsideOfThread is false, no text is shown in console. When true, we see text in console. using System; using System.Threading.Tasks; namespace runAsyncTest { class MainClass { public static void TaskMethodSynchronous() { Console.WriteLine ("In TaskMethodSynchronous"); } /...
https://bugzilla.xamarin.com/15/15072/bug.html
CC-MAIN-2021-25
refinedweb
148
63.15
Introduction: Raspberry Pi Motion Activated Transparent Screaming Ghost for Halloween Greetings. Please bear with me as this is my first Instructable. However, I have built this effect for this last Halloween and have had some pretty good results with it. So I thought I'd share. Videos and pics of my test setup for thi...
https://www.instructables.com/Raspberry-Pi-Motion-Activated-Transparent-Screamin/
CC-MAIN-2021-43
refinedweb
4,318
71.55
Walkthrough: Configure Microsoft Azure ACS for integration with Microsoft Dynamics CRM 2015 Applies To: CRM 2015 on-prem, CRM Online This walkthrough guides you through configuring the Microsoft Azure Active Directory Access Control Service (ACS) 2.0 issuer, scope, and rules to allow a listener application to read the ...
https://technet.microsoft.com/en-us/library/jj863635(d=printer).aspx
CC-MAIN-2015-32
refinedweb
956
55.13