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
More yield_self awesomeness. Also, the new name proposed. Since my previous article about Ruby 2.5 new #yield_self method I started to use it a lot—in production and experimental code. Here, I just want to share several code samples/ideas of usage, where this seemingly simple method allows to rewrite code in— let’s say...
https://zverok.github.io/blog/2018-03-23-yield_self2.html
CC-MAIN-2021-43
refinedweb
1,211
58.18
This tutorial shows how to set a static/fixed IP address for your ESP8266 NodeMCU board. If you’re running a web server or Wi-Fi client with your ESP8266 and every time you restart your board, it has a new IP address, you can follow this tutorial to assign a static/fixed IP address. Static/Fixed IP Address Sketch To sh...
https://randomnerdtutorials.com/esp8266-nodemcu-static-fixed-ip-address-arduino/
CC-MAIN-2021-25
refinedweb
1,030
65.42
Supreme Court Judgments Subscribe SUJATA V. MANOHAR, M. JAGANNADHA RAO ACT: HEADNOTE: [With C.A.Nos. 1270-1294/1987, 1298/1987, 4408/1995, 1300- 1303/1987 & 11765-11800/1995] Mrs. Sujata V. Manohar, J. These appeals arise as a result of certain increases in fuel adjustment charges levied by the second respondent on the...
http://www.advocatekhoj.com/library/judgments/index.php?go=1997/august/21.php
CC-MAIN-2018-17
refinedweb
3,728
59.94
Most of you would have used or seen many filters that let you swap your face with your friends, celebrities or even animals. These filters are very popular in social media platforms such as Instagram, Snapchat and face app. Have you ever wondered how this is done? With Python and OpenCV it is actually very simple to bu...
https://analyticsindiamag.com/a-fun-project-on-building-a-face-swapping-application-with-opencv/?utm_source=rss&utm_medium=rss&utm_campaign=a-fun-project-on-building-a-face-swapping-application-with-opencv
CC-MAIN-2020-45
refinedweb
1,392
52.36
C# Corner You already know what those new features in C# 3.0 are doing because you do these same things in C# 2.0. Learn how C# 3.0 can reduce coding lines and improve readability by walking through a reverse migration. I could refer to many of the C# 3.0 features as syntactic sugar, but that term has too much of a neg...
https://visualstudiomagazine.com/articles/2007/06/01/reduce-lines-of-code-with-c-30.aspx
CC-MAIN-2018-43
refinedweb
1,828
57.67
This is a sort of continuation of my introductory article on using Windows Forms from Managed C++ programs. In this article I'll show how you can add a menu to your form and how you can add menu handlers. I'll also show how you can show a file-open dialog box and we'll use that to select an image file [a jpeg in this c...
http://www.codeproject.com/KB/miscctrl/mcppwinforms02.aspx
crawl-002
refinedweb
984
55.44
FSEEK(3) BSD Programmer's Manual FSEEK(3) fgetpos, fseek, fseeko, fsetpos, ftell, ftello, rewind - reposition a stream #include <stdio.h> int fgetpos(FILE *stream, fpos_t *pos); int fseek(FILE *stream, long offset, int whence); int fseeko(FILE *stream, off_t offset, int whence); int fsetpos(FILE *stream, const fpos_t *...
http://mirbsd.mirsolutions.de/htman/sparc/man3/rewind.htm
crawl-003
refinedweb
140
67.08
Geeks With Blogs Geeks with Blogs, the #1 blog community for IT Pros Start Your Blog C500/C600 SmartPhone (or replacement) Citrix Exchange and Push Email IT Management Real Cool Stuff Microsoft Tips VMware and other Virtualization tools Security Linux Thin Clients HP/Neoware. February 2007 Entries Great new reason to r...
http://geekswithblogs.net/WallabyFan/archive/2007/02.aspx
CC-MAIN-2013-48
refinedweb
430
62.11
Learning Python's Multiprocessing Module I've been doing a bit of programming work lately that would greatly benefit from a speed boost using parallel/concurrent processing tools. Essentially, I'm doing a parameter sweep where the values for two different simulation parameters are input into the simulation and allowed ...
https://kmdouglass.github.io/posts/learning-pythons-multiprocessing-module/
CC-MAIN-2019-51
refinedweb
1,793
53.92
User Name: Published: 25 Apr 2011 By: Vishal Nayan Download Sample Code This article shows how to use the ValueConverter class in Silverlight 3. Introduction In often cases data travel from the source to the target without any change, but this is not the case we are interested into. Our data source could be some low le...
http://dotnetslackers.com/articles/silverlight/Performing-Data-Conversion-with-Value-Converter-Class-in-Silverlight-3.aspx
crawl-003
refinedweb
1,361
61.16
On Tue, Feb 25, 2020 at 04:23:34PM +0100, Jan Beulich wrote: > On 24.02.2020 09:44, Roger Pau Monne wrote: > > @@ -20,21 +21,30 @@ typedef struct { > > #define DEFINE_RWLOCK(l) rwlock_t l = RW_LOCK_UNLOCKED > > #define rwlock_init(l) (*(l) = (rwlock_t)RW_LOCK_UNLOCKED) > > > > -/* > > - * Writer states & reader shift a...
https://old-list-archives.xen.org/archives/html/xen-devel/2020-02/msg01877.html
CC-MAIN-2021-49
refinedweb
357
61.77
Greater user engagement correlates with greater follower counts! Hi all, I have recently been playing around with the Steem blockchain data using @arcange's SteemSQL (which I highly recommend for the data-centric minds out there!), and I decided to just take a look at how the level of user engagement correlates with th...
https://steemit.com/steem/@trogdor/steem-statistics-correlation-between-number-of-posts-and-number-of-followers
CC-MAIN-2018-39
refinedweb
2,280
71.55
! assures unique IDs can manipulate tab order observer command ranges Then I would need what can still go into resource.h and what needs to be put in resrc1.h since latter seems to be a continuation of resource.h which is still needed. The idea adding resrc1.h (and resource.h) to stdafx.h file would at least eliminate ...
https://www.experts-exchange.com/questions/21103387/resrc1-h-file-creation.html
CC-MAIN-2017-51
refinedweb
398
69.18
NAME vm_page_sleep_busy - wait for a busy page to become unbusy SYNOPSIS #include <sys/param.h> #include <vm/vm.h> #include <vm/vm_page.h> int vm_page_sleep_busy(vm_page_t m, int also_m_busy, const char *wmesg); DESCRIPTION The vm_page_sleep_busy() function waits until the PG_BUSY flag is cleared. If also_m_busy is non...
http://manpages.ubuntu.com/manpages/jaunty/man9/vm_page_sleep_busy.9freebsd.html
CC-MAIN-2014-49
refinedweb
101
69.89
Ive already had a lot of help on this (thanks especially to Dave Evans) but im getting myself confused, so i thought id re-state my problem for clarity. Apologies for any repitition and many thanks in advance to anyone that looks at this post! Overall: Im trying to use a linear random number generator (called ran2, tha...
http://cboard.cprogramming.com/c-programming/63142-initializing-gaussian-deviate-function-randomly-generated-number.html
CC-MAIN-2014-23
refinedweb
647
69.62
I have a (26424 x 144) array and I want to perform PCA over it using Python. However, there is no particular place on the web that explains about how to achieve this task (There are some sites which just do PCA according to their own - there is no generalized way of doing so that I can find). Anybody with any sort of h...
https://codedump.io/share/RSKf6MWkv6iJ/1/principal-component-analysis-pca-in-python
CC-MAIN-2017-26
refinedweb
147
64.75
Basics of DP with Trees Introduction Dynamic Programming(DP) and Trees are among the most asked topics in tech interviews and what is even more interesting is the combination of both of these. We know that DP is a problem-solving technique that divides problems into overlapping sub-problems that follow the optimal subs...
https://www.codingninjas.com/codestudio/library/basics-of-dp-with-trees
CC-MAIN-2022-27
refinedweb
1,244
61.77
Announcing TypeScript 3.8 Beta Today we’re announcing the availability of TypeScript 3.8 Beta! This Beta release contains all the new features you should expect from TypeScript 3.8’s final release. To get started using the beta, you can get it through NuGet, or through npm with the following command: npm install typesc...
https://devblogs.microsoft.com/typescript/announcing-typescript-3-8-beta/?WT.mc_id=aaronpowell-blog-aapowell
CC-MAIN-2022-21
refinedweb
1,072
62.48
This chapter describes the JavaBean-based MapViewer API. This API exposes all capabilities of MapViewer through a single JavaBean, oracle.lbs.mapclient.MapViewer. This bean is a lightweight client that handles all communications with the actual MapViewer service running on the middle tier on behalf of a user making map...
http://docs.oracle.com/cd/E21764_01/web.1111/e10145/vis_beanapi.htm
CC-MAIN-2016-26
refinedweb
7,346
54.52
Introduction: EtchABot: a Versatile CNC Etch a Sketch The. What’s original about the EtchABot is its easy-to-build frame and the Arduino library provided to control it. There is no glue, cutting, drilling or soldering required. Anyone with a basic knowledge of breadboard wiring and Arduino programming can construct and...
http://mobile.instructables.com/id/EtchABot-a-Versatile-CNC-Etch-a-Sketch/
CC-MAIN-2018-13
refinedweb
6,422
68.3
#include <cafe/mem.h> MEMHeapHandle MEMCreateUnitHeapEx( void* startAddress, u32 heapSize, u32 memBlockSize, int alignment, u16 optFlag ); Returns the heap handle when a heap was successfully created. Returns MEM_HEAP_INVALID_HANDLE (a null value) if a heap could not be created. Creates the unit heap. The heap region i...
http://anus.trade/wiiu/personalshit/wiiusdkdocs/fuckyoudontguessmylinks/actuallykillyourself/AA3395599559ASDLG/os/Mem/UnitHeap/MEMCreateUnitHeapEx.html
CC-MAIN-2018-05
refinedweb
109
51.44
# What is this? Koch method with real words. Prepare a list of words to learn Morse code by the Koch method, using real words. ## TL;DR If you just want to learn Morse code: * Find a programm that can play text files as Morse code. * Choose your language. We have [German](de_DE), [British English](en_GB) and [American ...
https://gitlab.com/4ham/koch-method-real-words/-/blame/master/README.md
CC-MAIN-2022-33
refinedweb
4,244
66.13
None 0 Points Apr 25, 2018 02:44 PM|GregE123456|LINK I'm trying to setup a simple architecture layer diagram to validate that we don't break our layering rules by using namespaces/dll's from incorrect layers. I setup a simple solution that has a console app, and 4 dll's (all using .Net Core). The console app calls into...
https://forums.asp.net/t/2139788.aspx?Architecture+Dependency+Validation+Layer+diagram+not+working+in+Net+core+ie+not+show+errors+when+dependency+diagram+is+violated+
CC-MAIN-2018-51
refinedweb
331
65.12
In today’s Programming Praxis exercise our goal is to replicate a script Phil wrote to generate chronological and reverse chronological lists of all of his posts. He did it in 24 lines of AWK, so let’s see how Haskell measures up. Some imports: import Data.List import Data.List.Split import Text.Printf import Text.Rege...
https://bonsaicode.wordpress.com/2010/07/02/programming-praxis-chronological-listing-of-exercises/
CC-MAIN-2017-30
refinedweb
331
65.22
Learn how easy it is to sync an existing GitHub or Google Code repo to a SourceForge project! See Demo You can subscribe to this list here. Showing 3 results of 3 Bugs item #1468666, was opened at 2006-04-11 18:19 Message generated for change (Comment added) made by maartenbrock You can respond by visiting: Please note...
http://sourceforge.net/p/sdcc/mailman/sdcc-devel/?viewmonth=200604&viewday=20
CC-MAIN-2015-18
refinedweb
686
70.23
Technical Support On-Line Manuals C251 User's Guide #include <string.h> void *memmove ( void *dest, /* destination buffer */ void *src, /* source buffer */ unsigned int len); /* bytes to move */ The memmove function copies len bytes from src to dest. If these memory buffers overlap, the memmove function ensures that by...
http://www.keil.com/support/man/docs/c251/c251_memmove.htm
CC-MAIN-2020-05
refinedweb
109
73.47
10.2. Arguments to main For those writing programs which will run in a hosted environment, arguments to main provide a useful opportunity to give parameters to programs. Typically, this facility is used to direct the way the program goes about its task. It's particularly common to provide file names to a program throug...
http://publications.gbdirect.co.uk/c_book/chapter10/arguments_to_main.html
crawl-002
refinedweb
646
60.45
Linked lists #1 Goals - Learn how to create code that uses linked lists (a kind of dynamic structure) - Learn C99 compound struct initializer syntax - Practice creating test cases - Practice using structures for data encapsulation - Practice programming with dynamic memory (i.e., malloc) - Practice debugging memory err...
https://engineering.purdue.edu/ece264/16au/hw/HW08
CC-MAIN-2019-09
refinedweb
1,334
76.42
You've already seen the basics of classes and objects in Scala in the previous two chapters. In this chapter, we'll take you a bit deeper. You'll learn more about classes, fields, and methods, and get an overview of semicolon inference. You'll learn more about singleton objects, including how to use them to write and r...
http://www.artima.com/pins1ed/classes-and-objectsP.html
CC-MAIN-2015-32
refinedweb
3,611
60.55
ValueError: Currently, only builders without or with a 1D translational symmetry can be finalized. Is there any solution to this? I also happen to get one code from notes on internet by edx course where thwe following code has been used using wraparound function. I did not get much out of it. Also, I checked I don't ha...
https://mail.python.org/archives/list/kwant-discuss@python.org/message/TB77OF7IWHRW74W3OC47SHY7WFSHKKSE/attachment/2/attachment.htm
CC-MAIN-2022-40
refinedweb
119
60.01
ipaddr and invalid ipv4 addresses Discussion in 'Ruby' started by Martin DeMello, Dec 3, 2008. Want to reply to this thread or ask your own question?It takes just 2 minutes to sign up (and it's free!). Just click the sign up button to choose a username and then you can ask your own questions on the forum. - Similar Thr...
http://www.thecodingforums.com/threads/ipaddr-and-invalid-ipv4-addresses.854523/
CC-MAIN-2015-14
refinedweb
167
64.75
Thank U - Java Beginners Thank U Thank U very Much Sir,Its Very Very Useful for Me. From SUSH You know - Java Beginners You know Hi Rajnikant you know php...if you know php then please write the code and send me. My query is I have three table Consigne,Exporter and Invoice These fields are:- Consingne con_name,con_addr...
http://www.roseindia.net/tutorialhelp/comment/86489
CC-MAIN-2015-14
refinedweb
3,129
67.76
The iOS, tvOS, watchOS, and OS X. Prerequisites This tutorial requires that you are running at least Xcode 7, which includes version 2 of the Swift programming language. Swift 2 has introduced a number of important additions that we'll be using in this tutorial, such as error handling and the guard statement. 1. What I...
https://code.tutsplus.com/tutorials/working-with-json-in-swift--cms-25335
CC-MAIN-2017-30
refinedweb
1,241
63.49
Ok, I can reproduce that now. Creepy! Ok, I can reproduce that now. Creepy! It does not happen with GCC 6 - so simplest assumption is: Compiler/Linker Bug. GCC 8: Does not compile because of WireIMXRT.cpp (see above...) GCC7: Don't have a installation at the moment. So, I will not dig deeper.. makes not much sense Edit...
https://forum.pjrc.com/threads/54711-Teensy-4-0-First-Beta-Test?s=deee473ff3e74c27594caf6a9ec69f0f&p=210360&viewfull=1
CC-MAIN-2019-51
refinedweb
1,379
64.41
A comprehensive list of the most awesome Angular tools, extensions, and libraries. Angular has evolved over the years, claiming its spot at the second world’s most used JS framework. Having a strong team and vibrant dev ecosystem, it had spurred and sprouted many tools and libraries. It had undergone changes and still ...
https://laptrinhx.com/my-top-favorite-tools-for-angular-developers-3186783576/
CC-MAIN-2020-29
refinedweb
1,947
54.42
This week I attended the SAP Fiori workshop in Bangalore conducted by Masayuki Akiyama and Claudia Polster from SAP RIG. And here is my review and some thoughts on SAP Fiori and this workshop. Day 1 Overview & GTM information Most of the Go-to-Market information could be found in the SAP FIori GTM communityand the Fior...
https://blogs.sap.com/2013/07/21/sap-fiori-workshop-review/
CC-MAIN-2018-43
refinedweb
2,212
53.51
Python Read Excel and Insert data to SQL Often we encounter this challenge to deal with multiple csv files and we start looking out for options to import these files to MySQL or PostgresSQL Databases. For many of us this possess a challenge because we don’t know a good tool or a way to merge these csv files into one an...
https://kanoki.org/2019/01/12/how-to-merge-multiple-csv-files-and-upload-to-mysql-or-postgressql-using-python/
CC-MAIN-2022-33
refinedweb
603
53.95
Wiki ApicoAMP / Instructions for converting ApicoAMP_GUI.py to MAC OS X compatible .app file Download pyinstaller 1.5 from First, unpack the archives (pyinstaller-1.5.zip and ApicoAMPxx.zip) on your path of choice. (Installer is not a Python package, so it doesn't need to go in site-packages) Open the Terminal app, cha...
https://bitbucket.org/wsu_bcb/apicoamp/wiki/Instructions%20for%20converting%20ApicoAMP_GUI.py%20to%20MAC%20OS%20X%20compatible%20.app%20file
CC-MAIN-2019-18
refinedweb
249
61.63
Important changes to forums and questions All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com. 2 months, 3 weeks ago. How to change MAC address of non LPC1768 based boards? Hi, I have been trying to migrate a LPC1768 based board to STM32F407. One issue...
https://os.mbed.com/questions/87591/How-to-change-MAC-address-of-non-LPC1768/
CC-MAIN-2020-10
refinedweb
580
53.21
29 April 2013 17:06 [Source: ICIS news] LONDON (ICIS)--Switzerland-based producer INEOS ChlorVinyls on Monday announced list prices for polyvinyl chloride (PVC) effective from 1 May 2013. Its list price for pipe grade suspension PVC delivered in bulk in Europe is €995/tonne ($1,292/tonne), while material delivered in b...
http://www.icis.com/Articles/2013/04/29/9663521/ineos-chlorvinyls-cuts-list-price-for-europe-pvc-in-may.html
CC-MAIN-2015-18
refinedweb
101
65.56
Texture map for texturing colour attributes. More... #include <texturemap.h> Inherits jbt_colour. List of all members. This class works in concert both with the jbt_attribute hierarchy and the jbt_texturingnode. This class given an image and an attribute type will map attribute queries into the texture map based on the...
http://pages.cpsc.ucalgary.ca/~jungle/software/jspdoc/jbt/class_jbt_rgbtexturemap.html
crawl-003
refinedweb
101
67.35
...one of the most highly regarded and expertly designed C++ library projects in the world. — Herb Sutter and Andrei Alexandrescu, C++ Coding Standards There are two things you need to decide before using the Boost.TR1 library: whether to use your standard library's native TR1 implementation (if it has one), and which ...
http://www.boost.org/doc/libs/1_50_0/doc/html/boost_tr1/usage.html
CC-MAIN-2015-11
refinedweb
326
61.26
What is the fastest (I do not mean most convenient) way to scale accelerometer readings to represent radians? Some sort of table lookup - I presume you are talking about a stationary accelerometer measuring tilt w.r.t. gravity here. Yes that's correct. I was using a function, but it uses FP math. Of course that is not ...
https://forum.arduino.cc/t/fast-scaling-accelerometer-readings/113649
CC-MAIN-2021-31
refinedweb
218
58.82
Tests that include comparison of HashSet and TreeSet objects. The. The class ExamplesSets contains all test cases. Here is the complete source code for this test suite. You can also download the entire souce code as a zip file. Complete test results are shown here. Here is an example comparing TreeSet and HashSet objec...
http://www.ccs.neu.edu/javalib/Tester/Samples/sets/index.html
crawl-003
refinedweb
231
62.14
Solver Engine angr's solver engine is called Claripy. Claripy exposes the following: - Claripy ASTs (the subclasses of claripy.ast.Base) provide a unified way to interact with concrete and symbolic expressions - Claripy frontends provide a unified interface to expression resolution (including constraint solving) over d...
https://docs.angr.io/docs/claripy.html
CC-MAIN-2017-51
refinedweb
1,057
58.58
DigiBox Hello! Please help me with this small problem I've encountered while learning to make GUI. I'm not able to get the set slider values out of sliders and I can't figure out why. The slider value in the example is preset to 1, but whatever I set the slider to, it returns the value 3 when I click Apply and I havn'...
https://www.autoitscript.com/forum/topic/195285-how-to-create-a-slider-for-color-values/
CC-MAIN-2022-05
refinedweb
457
53.21
Disclaims the content of a memory address range. #include <sys/shm.h> int disclaim ( Address, Length, Flag) char *Address; unsigned int Length, Flag; The disclaim subroutine marks an area of memory having content that is no longer needed. The system then stops paging the memory area. This subroutine cannot be used on m...
http://ps-2.kev009.com/wisclibrary/aix51/usr/share/man/info/en_US/a_doc_lib/libs/basetrf1/disclaim.htm
CC-MAIN-2022-27
refinedweb
109
64.41
Recently I had a requirement where using Spring MVC we had to take inputs multiple rows of data from user. The form had many rows which user can edit and submit. Spring MVC provides very simple yet elegant way of collecting data from multiple rows from HTML form and store them in List of Beans in Java. Lets look at the...
http://viralpatel.net/blogs/spring-mvc-multi-row-submit-java-list/
CC-MAIN-2017-47
refinedweb
4,569
68.16
Bummer! This is just a preview. You need to be signed in with a Basic account to view the entire video. Generic Constraints10:06 with Jeremy McLain Sometimes we need to place limits on the types that a generic class or method can accept. - 0:00 We can call the enumerable compositor class finished at this point, but - 0...
https://teamtreehouse.com/library/generic-constraints
CC-MAIN-2017-13
refinedweb
1,621
81.93
.8: Interactive Graphics About This Page Questions Answered: How do I bring my graphical application to life? How do I make it react to the user’s mouse clicks and key presses? Topics: GUI events of different kinds. Event handling in a GUI. What Will I Do? Very concrete things. The chapter consists largely of example p...
https://plus.cs.aalto.fi/o1/2018/w02/ch08/
CC-MAIN-2020-24
refinedweb
4,777
65.62
unchanged Title Yii for beginners Intro (Part 1)------------------ Hi. This is **first** article with my Yii tutorial. I had to split it into more articles as there's limited length of texts on Wiki. So once you understand basics, you can read next article here: [**Yii for beginners 2**]( "Yii for beginners 2"). This t...
http://www.yiiframework.com/wiki/revision/?id=250&r1=31
CC-MAIN-2015-48
refinedweb
8,442
65.62
E.g. the transparent blue object derived from the red object underneath, here: And if Inkscape can't do this, can anyone suggest an SVG editor that can? Thanks. Code: Select all # Name: MinimumBoundingGeometry.py # Description: Use MinimumBoundingGeometry function to find an area # for each multipoint input feature. # ...
http://www.inkscapeforum.com/viewtopic.php?p=52730
CC-MAIN-2019-39
refinedweb
241
54.83
Download presentation Presentation is loading. Please wait. Published byAnnice Warren Modified over 5 years ago 1 CSC 125 Introduction to C++ Programming Chapter 1 Introduction to Computers and Programming 2 Chapter 1 slide 2 Topics 1.1 Why Program? 1.2 Computer Systems: Hardware and Software 1.3 Programs and Programmi...
https://slideplayer.com/slide/6312256/
CC-MAIN-2021-25
refinedweb
1,086
50.87
table of contents NAME¶ setenv - change or add an environment variable SYNOPSIS¶ #include <stdlib.h> int setenv(const char *name, const char *value, int overwrite); int unsetenv(const char *name); setenv(), unsetenv(): || /* Glibc versions <= 2.19: */ _BSD_SOURCE DESCRIPTION¶ The setenv() function adds the variable nam...
https://dyn.manpages.debian.org/testing/manpages-dev/setenv.3.en.html
CC-MAIN-2021-49
refinedweb
255
65.32
sigaction() Examine or specify the action associated with a signal Synopsis: #include <signal.h> int sigaction( int sig, const struct sigaction * act, struct sigaction * oact ); Arguments: - sig - The signal number (defined in <signal.h>). For more information, see " POSIX signals " in the documentation for SignalActio...
http://developer.blackberry.com/native/reference/core/com.qnx.doc.neutrino.lib_ref/topic/s/sigaction.html
CC-MAIN-2014-15
refinedweb
581
57.98
Here we will learn variables in c# with examples, c# variable declaration and initialization with examples and rules to declare a variables in c#, declare multiple and multiple variables in c# with examples. In C#, Variables will represent a storage locations and each variable has a particular type that determines what...
https://www.tutlane.com/tutorial/csharp/csharp-variables-with-examples
CC-MAIN-2018-26
refinedweb
695
60.35
hi ... i have written a program similiar to what is attached below. the program is suppose to fetch a url of which will be specified. however, there are times when the url that i want to fetch is broken or malformed and the program returns a MALFORMED URL EXCEPTION. i would like to enquire how i can detect whether a UR...
http://forums.codeguru.com/showthread.php?41045-URGENT-malformed-URL
CC-MAIN-2014-42
refinedweb
336
59.4
That's the point of using std::array, defined in C++0x, or boost::array, if your compiler does not support it yet. If we know the array size, and it is not supposed to change, we'll use a std::array; if we want to let a chance of dynamically change the size, we'll use a std::vector. The code I'm showing hereafter is ex...
http://thisthread.blogspot.com/2011/04/stdarray-and-boostarray.html
CC-MAIN-2018-43
refinedweb
1,254
65.22
Introduction to Linq to SharePoint - Get link - Google+ - Other Apps Introduction to Linq to SharePoint LINQ is a way to access external data sources.SharePoint Foundation 2010 comes with its own LINQ to SharePoint provider. The namespace which contains the provider is Microsoft.SharePoint.Linq.dll. LINQ provides stron...
http://www.sharepointcafe.net/2015/06/introduction-to-linq-to-sharepoint.html
CC-MAIN-2018-43
refinedweb
337
59.09
>sorry about that. (i was the maintainer in the years up until mark's >death.) the ruinously bad property of uw-imap's MH implementation, which >i could not fix due to an impedance mismatch between the protocol and >the MH message number definition, is that whenever you refile a message, >both folders have to be fully ...
https://www.mail-archive.com/nmh-workers@nongnu.org/msg10963.html
CC-MAIN-2018-47
refinedweb
423
67.28
. 15 comments: Thank you for the good doc. Really useful and handy post. Thank you for the post. I want to take encrypted backup of existing db which is not encrypted. I have generate keystore gsk8capicmd -keydb -create -db db2pwstore.p12 -pw Str0ngPassw0rd -strong -type pkcs12 -stash then update the instance variables...
http://blog.4loeser.net/2015/01/plain-and-clear-native-encryption-in-db2.html?showComment=1486021010813
CC-MAIN-2018-13
refinedweb
556
60.61
Re: crossover utp between winXPhome and win2000pro (off-topic, I know) From: Fondula di Carceri (fondula.di.carceri@gmx.net) Date: 09/17/02 - ] From: "Fondula di Carceri" <fondula.di.carceri@gmx.net> Date: Tue, 17 Sep 2002 21:47:07 GMT Well, the 2000box had run for a year with clean reinstalling.. windows tends to pile...
http://www.derkeiler.com/Newsgroups/microsoft.public.windowsxp.security_admin/2002-09/11882.html
crawl-002
refinedweb
1,309
60.99
span8 span4 span8 span4 I am trying to add a new attribute to a feature class in CMDM Geodatabase. This attribute is going to be FEATID, I tried to use AttributeManager, and the user attributes in writer properties but none of them worked. I tried to use PythonCaller with the code below but I could not get any result: ...
https://knowledge.safe.com/questions/52496/adding-a-new-field-to-an-existing-feature-class.html
CC-MAIN-2020-05
refinedweb
247
64.44
I was prompted to add this by someone because of a reply I posted on the list today discussing this problem. I hope someone finds it useful! A question that comes up rather often is how can you initialize an ActionForm before an Action is called? In other words, consider the case where a user clicks a link on a page......
https://wiki.apache.org/struts/PreInitializeActionForm?highlight=TestForm
CC-MAIN-2017-04
refinedweb
789
50.63
1276/one-line-initialization-of-an-arraylist-object-in-java It is very tedious and lengthy to create an ArrayList and add elements to it. ArrayList<String> student = new ArrayList<String>(); places.add("john"); places.add("james"); places.add("jill"); Java 9 has some new Factory methods for collections: List<String> pl...
https://www.edureka.co/community/1276/one-line-initialization-of-an-arraylist-object-in-java?show=11880
CC-MAIN-2021-04
refinedweb
276
53.78
#include <math.h> double frexp(double num, int *exp); float frexpf(float num, int *exp); long double frexpl(long double num, int *exp); These functions shall break a floating-point number num into a normalized fraction and an integral power of 2. The integer exponent shall be stored in the int object pointed to by exp....
http://www.makelinux.net/man/3posix/F/frexpf
CC-MAIN-2016-40
refinedweb
105
55.24
Data Providers A data provider is a set of classes the manages and handles the connection to a data source such as SQL Server. The .NET Framework provides you with different data providers not just for SQL Server. For example, you can utilize the OLE DB and ODBC information connect to associate with other data sources,...
https://compitionpoint.com/sql-server-data-providers/
CC-MAIN-2021-21
refinedweb
338
56.96
times man page Prolog This manual page is part of the POSIX Programmer's Manual. The Linux implementation of this interface may differ (consult the corresponding Linux manual page for details of Linux behavior), or the interface may not be implemented on Linux. times — get process and waited-for child process times Syn...
https://www.mankier.com/3p/times
CC-MAIN-2019-04
refinedweb
259
57.06
Speedup Model with Mask¶up a fine-grained pruned layer. The other is coarse-grained pruning (e.g., channels), shape of weights and input/output tensors usually change due to such pruning. To speedupup. The new shape of module is auto-inference by NNI, the unchanged parts of outputs during forward and inputs during back...
https://nni.readthedocs.io/zh/latest/tutorials/pruning_speedup.html
CC-MAIN-2022-40
refinedweb
632
52.56
DisclaimerPostings are provided 'As Is' with no warranties and confer no rights. עדלי משיח טרח והכין סדרת סרטוני הדרכה קצרצרים בנושא LINQ to SQL. אז אם אתם מעניינים ללמוד על LINQ to SQL ואין לכם כוח לקרוא מאמר של 30 עמודים, או שאין לכם זמן לראות Webcast במשך שעה שלמה - תוכלו כל פעם להקדיש מספר דקות כדי להכיר עוד פינה ש...
http://blogs.microsoft.co.il/blogs/bursteg/archive/2007/12.aspx
crawl-003
refinedweb
3,056
64.71
One error you may encounter when using pandas is: ValueError: Length of values does not match length of index This error occurs when you attempt to assign a NumPy array of values to a new column in a pandas DataFrame, yet the length of the array does not match the current length of the index. The following example show...
https://www.statology.org/length-of-values-does-not-match-length-of-index/
CC-MAIN-2021-39
refinedweb
414
66.17
26 January 2011 11:57 [Source: ICIS news] LONDON (ICIS)--Praxair’s fourth-quarter net income fell by 61% year on year to $133m, mainly due to an income tax settlement in ?xml:namespace> Excluding the impact of the tax settlement, adjusted net income for the fourth quarter came in at $388m, 14% above the prior-year quar...
http://www.icis.com/Articles/2011/01/26/9429368/praxair-q4-net-income-falls-61-to-133m-on-spain-tax-settlement.html
CC-MAIN-2014-42
refinedweb
279
72.56
Trying the REST Client extension for VSCode Jürgen Gutsch - 01 March, 2021 I recently stumbled upon a tweet by Lars Richter who mentioned and linked to a rest client extension in VSCode. I had a more detailed look and was pretty impressed by this extension. I can now get rid of Fiddler and Postman. Let's start at the b...
https://asp.net-hacker.rocks/2021/03/01/rest-client-vscode.html
CC-MAIN-2021-49
refinedweb
1,051
69.52
. Table Of Contents. 2. Build Tools: Solid Foundation of Every Project One of the first things every software project is facing at a quite early stage is how it is going to be built and manage its dependencies. The choice of tools ranges from custom made shell scripts, make, XML-based Apache Ant, Apache Maven, Apache I...
https://www.javacodegeeks.com/2016/06/developing-modern-applications-scala-build-sbt.html
CC-MAIN-2020-16
refinedweb
2,055
56.55
Just like any other programming language, you’ll find it worthwhile to place some code in separate files. For example, you might create a math library that contains your favorite math functions. Rather than copy those functions everywhere, you place them in a separate module and then import that module as needed into a...
https://www.blograby.com/developer/exploring-the-ironpython-modules.html
CC-MAIN-2018-39
refinedweb
1,135
66.03
For example, the following minimal python code only returns either 0, 0.5, or 1.0 fractions. I understand this is due to a warning mentioned in the documentation: Code: Select all from neuron import h, gui soma = h.Section() soma.nseg = 10 h.NetCon(soma(0)._ref_v,None).preloc() # OK - returns 0 h.NetCon(soma(1)._ref_v,...
https://www.neuron.yale.edu/phpBB/viewtopic.php?f=12&t=3811&p=16389&amp
CC-MAIN-2019-26
refinedweb
241
51.55
Download presentation Presentation is loading. Please wait. 1 CSC204 – Programming I Lecture 4 August 28, 2002 2 8/28/2002CSC 204 Programming I2 Recap: Compilation & Execution Compiled File (a.out) Source Code (xxx.cpp) text file saved on disk editor compile edit compiler (g++) Instructions in machine language CPU spec...
http://slideplayer.com/slide/7678365/
CC-MAIN-2020-05
refinedweb
1,542
51.07
Hello everyone! In this article, we’ll be taking a look at using the Python fileinput Module. This is a very handy utility module for quickly going through a list of files as input. Let’s look at how we can use this module to effectively iterate through input files. How to use the Python fileinput module This is a part...
https://www.askpython.com/python-modules/python-fileinput-module
CC-MAIN-2021-10
refinedweb
605
77.74
. Boke' Creating a simple line plot between two numpy arrays is very simple. To begin with, import following functions from bokeh.plotting modules − from bokeh.plotting import figure, output_file, show The figure() function creates a new figure for plotting. The output_file() function is used to specify a HTML file to ...
https://www.tutorialspoint.com/bokeh/bokeh_quick_guide.htm
CC-MAIN-2021-39
refinedweb
4,711
59.9
Due by 11:59pm on Wednesday, 10/2 Due date extended. This homework was originally due Tuesday, 10/1. Due to problems with the submission system, the deadline was extended a day. Submission. See the online submission instructions. We have provided a hw3.py starter file for the questions below. Readings. Section 1.7 of t...
http://www-inst.eecs.berkeley.edu/~cs61a/fa13/hw/hw3.html
CC-MAIN-2018-51
refinedweb
226
59.19
OOP is a programming approach where objects are defined with methods (functions, actions or events) and properties (values, characteristics), resulting in more readable, more reusable code. Lets say you're writing a program where you need to keep track of multiple cars. Each car has different characteristics like milea...
https://en.wikiversity.org/wiki/Python/Classes
CC-MAIN-2017-39
refinedweb
694
62.48
R: off the assumption that any roll of the dice that puts you on a score > 100 is a winning roll. In the version of the game that I know you have to land exactly on 100 to win. e.g if you're on square 98 and roll a 6 you would go forward 2 spaces to 100 and then bounce back 4 spaces to 96. I thought it'd be a good exer...
http://markhneedham.com/blog/2015/04/09/r-snakes-and-ladders-markov-chain/
CC-MAIN-2018-17
refinedweb
1,064
65.59
[Google doesn't accepts a subject starting with "Re:" unless it is a followup. But this *is* a followup!] Rob Arthan <rda@lemma-one.com> wrote in message news:<bdeio7$odp$1$8302bc10@news.demon.co.uk>... [color=blue] > Answer: resources, you fool! You were trying this with displays running > various versions of KDE. KDE...
http://fixunix.com/motif/93582-regarding-whats-name-print.html
CC-MAIN-2014-42
refinedweb
227
58.48
In N2402, Anthony Williams proposes that local types, and unnamed types be usable as template arguments. At the February 2008 (Bellevue) meeting, the Core working group supported the use of local types but was concerned about unnamed types. In addition, the WG did not support the mechanism used to accomplish this chang...
http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2008/n2635.html
CC-MAIN-2018-13
refinedweb
396
59.74
Both Response.Redirect and Server.Transfer methods are used to transfer a user from one web page to another web page. Both methods are used for the same purpose, but still there are some differences as follows. Response.Redirect Server.Transfer The Response.Redirect method redirects a request to a new URL and specifies...
http://www.codeproject.com/Tips/724972/Difference-Between-Response-Redirect-and-Server-Tr
CC-MAIN-2014-52
refinedweb
1,043
67.86
Introduction the stored one. While this is essentially what should happen during authentication, there is actually a lot more to it. Throughout this article I'll be explaining how you should be doing authentication, and the reasons behind it. You can go pretty nuts with some of this stuff (like the password requirement...
http://stackabuse.com/implementing-user-authentication-the-right-way/
CC-MAIN-2018-26
refinedweb
1,537
66.07
26 CFR 1.6302-2 - Deposit rules for tax withheld on nonresident aliens and foreign corporations. (a) Time for making deposits - (1) Deposits - (i) Monthly deposits. Except as provided in paragraphs (a)(1)(ii) and (iv) of this section, every withholding agent that, pursuant to chapter 3 of the Internal Revenue Code, has...
https://www.law.cornell.edu/cfr/text/26/1.6302-2
CC-MAIN-2017-04
refinedweb
1,042
52.09
ACPI Scan Handlers¶ During system initialization and ACPI-based device hot-add, the ACPI namespace is scanned in search of device objects that generally represent various pieces of hardware. This causes a struct acpi_device object to be created and registered with the driver core for every device object in the ACPI nam...
https://01.org/linuxgraphics/gfx-docs/drm/driver-api/acpi/scan_handlers.html
CC-MAIN-2020-40
refinedweb
694
55.17
Introduction One of the must-know features of any language is sockets, and, no, I’m not talking about the ones positioned on your ceiling. While many novice scripters will run away at the sound of the word, sockets in Python are not hard to learn and work with at all. In this article, I will explain the basics and even...
http://www.devshed.com/c/a/Python/Sockets-in-Python/
CC-MAIN-2016-18
refinedweb
1,574
74.59
Move to Folder F6 ReSharper_Move). Note that if you are moving types to another project, there may be missing project references for namespaces used in the moved types. In this case, you will have to add the missing references manually To move types or files to another folder - Select types that you want to move in one...
http://www.jetbrains.com/resharper/help/Refactorings__Move__Type_to_Folder.html
CC-MAIN-2015-35
refinedweb
307
60.55
Acid is a fully asynchronous static site generator designed to make working with content services simple. It is designed for use with Webpack and the excellent Marko templating language. Acid allows for plugins to be written and imported to connect to any service that provides an API. These plugins can add routes in yo...
https://www.npmjs.com/package/ameeno-acid
CC-MAIN-2017-34
refinedweb
926
54.63
On 2012-07-26 13:33:46 +0900, Miles Bader wrote: > Vincent Lefevre <vincent@vinc17.net> writes: > > I think that there could be an optimization like that in > > fesetround() too. > > Do you think it's worth proposing this to the glibc people? Yes, since this makes the code much faster on some processors, I think it is....
https://lists.debian.org/debian-devel/2012/07/msg00762.html
CC-MAIN-2016-44
refinedweb
537
78.75
Programming is always fun and Arduino is a wonderful platform if you are just getting started with Embedded programming. In this tutorial we will build our own calculator with Arduino. The values can be sent in through a keypad (4×4 keypad) and result can be viewed on a LCD screen (16×2 Dot-matrix). This calculator cou...
https://circuitdigest.com/microcontroller-projects/arduino-calculator-using-4x4-keypad
CC-MAIN-2019-39
refinedweb
1,670
62.17
Implementation of the Empirical Mode Decomposition (EMD) and its variations Project description PyEMD Links - HTML documentation: - Issue tracker: - Source code repository: Introduction This is yet another Python implementation of Empirical Mode Decomposition (EMD). The package contains many EMD variations and intends ...
https://pypi.org/project/EMD-signal/
CC-MAIN-2021-17
refinedweb
722
56.35
Hi, so I’m on exercise 9 of Inheritance / Polymorphism ( ) The code below is provided as the solution but I’m a little confused on the ‘why’. Specifically why does using append require the use of super() and sort does not since the sort method is still coming from the list parent class? Is it because in this case it’s ...
https://discuss.codecademy.com/t/question-about-inheritance-super/418032
CC-MAIN-2020-40
refinedweb
123
55.64
Issue with RTC on FiPy. Unexplainable delays when used. Hello. I hope someone from Pycom will chime in here. As topic states, i am experiencing some unexplainable delays after having synced my FiPy's RTC with a NTP-server. I have a somewhat complex code running on a FiPy, which uses lightsleep, and then accelerometer-w...
https://forum.pycom.io/topic/5974/issue-with-rtc-on-fipy-unexplainable-delays-when-used
CC-MAIN-2022-33
refinedweb
1,786
64.91
In previous post, I have explained how you can create Hello World Program in C# using Visual Studio, and have also explained it in First C# Hello World program of tutorial, so in this post I am going to provide you details of creating C# Hello World program using Visual Studio Code, light weighted IDE. Visual Studio Co...
https://qawithexperts.com/article/c-sharp/hello-world-visual-studio-code-c-example/307
CC-MAIN-2021-39
refinedweb
904
67.59
I'm so sorry for having to ask this question. I'm a beginner to C++, and as I'm following a tutorial, I tried to compile the cpp document. However doing so, I receive 1 error with 0 warnings. Here is what I have written... Code:/* An interactive program that computes the area od a rectangle. */ #include <iostream> usin...
http://cboard.cprogramming.com/cplusplus-programming/147001-how-find-out-where-error-warning-microsoft-visual-cplusplus.html
CC-MAIN-2015-32
refinedweb
231
60.45
continuous_value_model¶ - paddle.fluid.layers.nn. continuous_value_model ( input, cvm, use_cvm=True ) [source] continuous_value_model layers Now, this OP is used in CTR project to remove or dispose show and click value in input. inputis an embedding vector including show and click value, whose shape is \([N, D]\) (N is...
https://www.paddlepaddle.org.cn/documentation/docs/en/api/paddle/fluid/layers/nn/continuous_value_model_en.html
CC-MAIN-2021-31
refinedweb
313
62.04
... namespace Keystore { public partial class FindKey : Form { public FindKey() { InitializeComponent(); } DataSet ds; System.Data.SqlClient.SqlDataAdapter da; DatabaseHelper dataHelper = new DatabaseHelper(); DataRow dRow; private void FindKey_Load(object sender, EventArgs e) { string sql = "SELECT * FROM Key"; string...
https://www.codeproject.com/Forums/1649/Csharp.aspx?df=90&mpp=25&sort=Position&view=Normal&spc=Relaxed&prof=True&select=3224148&fr=101201
CC-MAIN-2020-40
refinedweb
541
56.86