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
System.Type and XML are the nuts and gum of the development world. You can stuff a System.Type into an XML file, but it leaves a bad taste in your mouth. Sometimes you don’t have much choice. For example: - Custom configuration sections in App.config/Web.config - Handlers and modules in Web.config - ProxyFactoryFactory...
http://codebetter.com/jameskovacs/2011/04/22/resharper-import-symbol-completion-xml-files-and-you/?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A+CodeBetter+%28CodeBetter.Com%29
crawl-003
refinedweb
584
57.57
Using XML on the Raspberry Pi With Python Introduction: Using XML on the Raspberry Pi With Python This Instructable will discuss the use of XML on applications for the Raspberry Pi. Step one covers what is XML and the format of the data structures. Step two will cover building and parsing XML in Python and step three w...
http://www.instructables.com/id/Using-XML-on-the-Raspberry-Pi-with-Python/
CC-MAIN-2017-39
refinedweb
1,533
55.84
CodingForums.com > :: Client side development > JavaScript programming > OOP JavaScript PDA View Full Version : OOP JavaScript Code Wizard 02-11-2004, 08:19 PM Please tell me a few good situations were the OO approach is the best techinque to use... liorean 02-11-2004, 08:36 PM Writing APIs, libraries or code that is l...
http://www.codingforums.com/archive/index.php/t-33161.html?s=3ee6552f2d2194c5af152cef549b54f8
CC-MAIN-2016-22
refinedweb
6,989
63.19
You can build a Parcel JS website using React, instead of using Create React App. In this article, we'll look at how to add in the missing parts of the Parcel JS bundler to allow us to build sites with React. Creating a React code editor and syntax highlighter Can you build a simple, lightweight code and syntax highlig...
https://robkendal.co.uk/blog/2020-02-20-creating-a-react-code-editor-and-syntax-highlighter/
CC-MAIN-2020-34
refinedweb
1,135
54.63
11 October 2013 19:12 [Source: ICIS news] LONDON (ICIS)--?xml:namespace> “It’s very disappointing that Unite has decided to strike," Davey said in a brief statement. “I urge them to call it off and for both parties involved to enter into talks about the long term future of the Grangemouth plant and reach a fair, sustai...
http://www.icis.com/Articles/2013/10/11/9714731/uk-energy-secretary-urges-union-to-call-off-grangemouth-strike.html
CC-MAIN-2014-42
refinedweb
142
56.89
Can't use a radiogroup when model field is type boolean Can't use a radiogroup when model field is type boolean I want to use a radiogroup (Yes/No) with a Model that has a type:'boolean' Field. However, this does not work. It works with strings and ints, but not booleans in Ext.form.field.Radio.setValue() it checks whe...
http://www.sencha.com/forum/showthread.php?161360-Can-t-use-a-radiogroup-when-model-field-is-type-boolean
CC-MAIN-2014-49
refinedweb
169
72.26
How to Call a .NET-based Web Service Using the SOAP::Lite Perl Library Alfred Broderick Microsoft Corporation December 2002 Applies to: Web Services Interoperability Microsoft .NET Microsoft SQL Server 2000 SOAP::Lite for Perl Summary: Describes how to call a .NET-based Web service from a UNIX-based system and how to r...
https://docs.microsoft.com/en-us/previous-versions/dotnet/articles/ms995764(v=msdn.10)?redirectedfrom=MSDN
CC-MAIN-2022-27
refinedweb
4,017
52.09
Microsoft Edge may be one of the newest entrants in the browser arena but has already garnered traction among the users. Moreover, it has been built from scratch, keeping in mind the performance, privacy, and security as one of the important criteria. With around 7% of market share and backing from Microsoft, Edge has ...
https://www.toolsqa.com/selenium-webdriver/run-selenium-tests-on-edge/
CC-MAIN-2022-21
refinedweb
2,377
54.83
Important: Please read the Qt Code of Conduct - Open link in default browser from Qtextbrowser I search google to find this solution. but i was confused how to solve this problem. In MainWindow.ui i drag & drop QTextBrowser. here i put someText where there is hyperlink. After compliling this application when i click th...
https://forum.qt.io/topic/26672/open-link-in-default-browser-from-qtextbrowser
CC-MAIN-2021-21
refinedweb
389
74.39
Declare. I find it a little disturbing that the objective uses the words "and so forth". I suspect this means you should also be aware of, native transient synchronized volatile One rather dry definition of a class describes it as "an aggregation of methods and data". It is possibly more instructive to view the concept...
http://www.jchq.net/certkey/0102certkey.htm
CC-MAIN-2015-22
refinedweb
4,893
59.03
Ninja Gaiden II: The Dark Sword of Chaos Boss Strategies- Best Weapons, Ninja Points, and Attack Methods V5.1 (5/30/99) ']) By "Emptyeye" (emptyeye@juno.com) This Guide appears at and vgstrategies.about.com There are 9 sections Section I: Brief History of this Tip Sheet Section II: Absolute Game Basics Section III: Nin...
http://www.gamefaqs.com/console/nes/file/587489/3073
crawl-002
refinedweb
4,315
77.06
Foundations of Aviation Law This page has been left blank intentionally Foundations of Aviation Law Michael W. Pearson Arizona State University Daniel S. Riley © Michael W. Pearson and Daniel S. Riley 2015 All rights reserved. No part of this publication may be reproduced, stored in a retrieval system or transmitted in...
https://pl.b-ok.org/book/2551541/4f43d7
CC-MAIN-2019-26
refinedweb
16,379
52.6
- I want to resolve an error in combineReducers () Error: Reducer"page"returned undefined during initialization.If the state passed to the reducer is undefined, you must explicitly return the initial state.The initial state may not be undefined.If i don't want to set a value for this reducer, you can use null instead o...
https://www.tutorialfor.com/questions-100952.htm
CC-MAIN-2020-40
refinedweb
655
50.97
The come to light every year, but so far their performances are more hilarious than impressive. Still, if computers do a pretty bad job at understanding a text, they can do a reasonable job at describing and classifying it. One of the classical approaches of NLP is to identify texts with the points of a geometric space...
http://blog.thegrandlocus.com/2012/06/the-elements-of-style
CC-MAIN-2018-47
refinedweb
1,179
66.64
The airline dataset in the previous blogs has been analyzed in MR and Hive, In this blog we will see how to do the analytics with Spark using Python. Programs in Spark can be implemented in Scala (Spark is built using Scala), Java, Python and the recently added R languages. It took 5 min 30 sec for the processing, almo...
http://www.thecloudavenue.com/2016/04/analyzing-airline-dataset-spark-python.html
CC-MAIN-2022-27
refinedweb
664
55.44
This page documents production updates to GKE on-prem. You can periodically check this page for announcements about new or updated features, bug fixes, known issues, and deprecated functionality. See also: 08, 2021 Anthos clusters on VMware 1.5.4-gke.2 is now available. To upgrade, see Upgrading Anthos clusters on VMwa...
https://cloud.google.com/anthos/clusters/docs/on-prem/1.2/release-notes?hl=zh-cn
CC-MAIN-2021-25
refinedweb
12,339
51.44
import spot spot.setup() from IPython.display import display This notebook shows you different ways in which states or transitions can be highlighted in Spot. It should be noted that highlighting works using some special named properties: basically, two maps that are attached to the automaton, and associated state or e...
https://spot.lrde.epita.fr/ipynb/highlighting.html
CC-MAIN-2020-24
refinedweb
1,334
68.67
[ ] Steven Rowe commented on LUCENE-1279: ------------------------------------- bq. 1) you should be able to at least start the enumerator by skiping to a term consisting of the lowerTermField and the termText of "" ... even if the Collation of the term text is random, you still know which field you want. I thought I d...
http://mail-archives.apache.org/mod_mbox/lucene-dev/200805.mbox/%3C955984675.1210079456554.JavaMail.jira@brutus%3E
CC-MAIN-2016-07
refinedweb
474
58.21
On Sat, 2008-01-12 at 19:34 +0000, Peter Clifton wrote: > Joerg is advocating creating a package "xdg-extra-menus" to gather any > possible extra menus which could be installed by the user. I've spent a fair amount of time hacking on this, and have a result.. a package I'm calling "extra-menus" for now (I don't want to...
https://lists.debian.org/debian-devel/2008/01/msg00456.html
CC-MAIN-2017-09
refinedweb
239
61.06
Pointer to SubObject Member hello, A simple question; I have an object and a subobject, in myObject I know how to make a member function pointer to its owns methods, like I did it below class MySubObject { static const int i = 0; public: void show(int add) { qDebug() << i +add << endl; } }; class MyObject { mySubObject...
https://forum.qt.io/topic/96816/pointer-to-subobject-member
CC-MAIN-2019-43
refinedweb
645
51.07
WSReadyParallel (C Function) Details - WSReadyParallel() returns the index into the list of link objects of the link that has data to read. The links are indexed from 0 to (n-1). - WSReadyParallel() returns WSREADYPARALLELTIMEDOUT if no link has data to read after the timeout period expires. - WSReadyParallel() returns...
https://reference.wolfram.com/language/ref/c/WSReadyParallel.html
CC-MAIN-2019-35
refinedweb
175
50.53
Korma is a clojure framework (by @ibdknox) that provides great SQL abstractions. You can work purely with clojure code without inserting SQL strings into your code. Consider the following entities: (defdb mydb (mysql {:port 3306 :host "localhost" :user "root" :db "korma_post"})) (defentity email (database mydb)) (defen...
https://paulosuzart.github.io/blog/2011/12/04/korma-and-clojure-records/
CC-MAIN-2021-21
refinedweb
332
54.73
Data Structures for Drivers no-involuntary-power-cycles(9P) usb_completion_reason(9S) usb_other_speed_cfg_descr(9S) usb_request_attributes(9S) - STREAMS message block structure #include <sys/stream.h> Architecture independent level 1 (DDI/DKI) A STREAMS message is made up of one or more message blocks, referenced by a ...
https://docs.oracle.com/cd/E23824_01/html/821-1478/mblk-9s.html
CC-MAIN-2019-04
refinedweb
192
51.07
Reloading a module in Python Sometimes when you are testing a script in Python, you may need to make changes in your code and then reload the module. In such cases, reload() can be very helpful. The syntax for the reload() can be given as follows: importlib.reload(module) The argument passed in the reload() function sh...
https://www.codespeedy.com/reloading-a-module-in-python/
CC-MAIN-2021-10
refinedweb
258
76.42
VIEW Synopsis VIEW:pc viewargument V:pc viewargument where viewargument is one of the following: block offset:mode:length:newvalue Arguments Description The VIEW command reads and writes database blocks and writes locations in memory. VIEW has two argument forms: VIEW block transfers data between the InterSystems IRIS ...
https://docs.intersystems.com/healthconnectlatest/csp/docbook/DocBook.UI.Page.cls?KEY=RCOS_CVIEW
CC-MAIN-2021-25
refinedweb
1,242
54.02
#include <hallo.h> * Stefano Zacchiroli [Fri, Jul 28 2006, 10:40:03PM]: > On Fri, Jul 28, 2006 at 06:55:26PM +0200, Fabio Tranchitella wrote: > > If you need to apply a patch to one of my packages for a > > non-critical bug in order to complete an integration work, please send > > me the patch by BTS and if I do not re...
https://lists.debian.org/debian-devel/2006/07/msg01238.html
CC-MAIN-2015-35
refinedweb
356
77.67
For the past month I have been studying abroad in London. One of the first things I noticed when arriving here was how much better the public transportation system was compared to what I am used to in Philadelphia. Whether you are taking the tube or the bus it is clean, quick, and the easiest way to get around the city...
http://www.danielforsyth.me/catching-the-bus-to-class-with-python/
CC-MAIN-2018-09
refinedweb
461
76.35
On Sun, 29 Dec 2019, Linus Torvalds wrote:> > When file systems are remounted a couple of times per day (e.g. rw/ro for backup> > purposes), dmesg gets flooded with these messages. Change pr_warn into pr_debug> > to make it stop.> > How about just doing it once per mount?Yes, once per mount would work, and maybe not pr...
https://lkml.org/lkml/2020/1/4/226
CC-MAIN-2020-10
refinedweb
183
66.94
2006-09-05 Pattern Matching in Factor For the concurrency library in Factor I've struggled to come up with good ways of writing the main loop of processes that handle messages. Erlang makes it so nice being able to create tuples and break them apart using pattern matching. I've gone from using Factor arrays and breakin...
https://bluishcoder.co.nz/2006/09/05/pattern-matching-in-factor.html
CC-MAIN-2018-26
refinedweb
683
72.26
JavaScript is a programming language that is used on Web pages. It was first developed by Netscape (the predecessor of Firefox) at about the same time that Java was introduced, and the name JavaScript was chosen to ride the tide of Java's increasing popularity. In spite of the similar names, the two languages are quite...
http://math.hws.edu/graphicsbook/a1/s3.html
CC-MAIN-2018-51
refinedweb
6,232
64.61
--- Ian Roughley <ian@fdar.com> wrote: > <s:a ... /> generates a link in s2, you can use the > action and namespace attributes with it. <s:a.../> is pretty different than <s:url.../> and I would think not what the OP was looking for, which was how to give links "logical" names. I think the issue was largely solved by u...
http://mail-archives.apache.org/mod_mbox/struts-user/200704.mbox/%3C862004.30788.qm@web56710.mail.re3.yahoo.com%3E
CC-MAIN-2019-47
refinedweb
119
71.82
I built a buggy: it seems like it works correctly, except the motor doesn’t stop even when I run robby.stop() is there some other command I should use instead? Program I Ran: from gpiozero import Robot robby = Robot(left=(7,8), right=(9,10)) then in the python shell I ran robby.forward() which started the motor. NOTE: ...
https://tlfong01.blog/2019/08/24/l298n-posts/
CC-MAIN-2019-39
refinedweb
782
76.93
OData V4 - Primer Friday 05, February 2016 | Post link | Download related material Topic covered - Use Microsoft OData v4 library with ASP.NET Web API - Implement CRUD methods on complex types using Microsoft oData (v4.0) library - Brief look at built in filtering mechanism IntroductionIf you're reading this article th...
http://sbytestream.pythonanywhere.com/blog/OData-V4-Primer
CC-MAIN-2018-13
refinedweb
2,570
51.55
API - Ability to retrieve top-level namespace plan Problem to solveProblem to solve Currently it is only possible to get the plan for each namespaces individually via the API. So a subgroup will return plan: "null" even if its parent is on a paid plan. The only way to find the actual plan is then to fetch all the names...
https://gitlab.com/gitlab-org/gitlab/issues/7713
CC-MAIN-2019-47
refinedweb
137
53.55
Win a copy of Barcodes with iOS this week in the iOS forum or Core Java for the Impatient in the Java 8 forum! Originally posted by David Harkness: Finally, welcome to JavaRanch! [ January 31, 2005: Message edited by: David Harkness ][/QB] Originally posted by Michael Dunn: >I am having a hard time thinking about the b...
http://www.coderanch.com/t/375736/java/java/adding-commas-thousands-separators-recursively
CC-MAIN-2015-11
refinedweb
367
57.47
What is Kubernetes? The only thing I really know about Kubernetes is sometimes it is called k8s (ubernete is 8 characters long). Let’s look into it together. So what is it? Kubernetes looks after your containers, similar to another resource called Docker Swarm. It helps manage their size/scale, balances loads and helps...
https://alex-goff.medium.com/what-is-kubernetes-b81710b7cd65
CC-MAIN-2021-21
refinedweb
752
75.3
Index lifecycle management (ILM) is a feature that was first introduced in Elasticsearch 6.6 (beta) and made generally available in 6.7. ILM is part of Elasticsearch and is designed to help you manage your indexes. In this blog, we will explore how to implement a hot-warm-cold architecture using ILM. Hot-warm-cold arch...
https://www.elastic.co/blog/implementing-hot-warm-cold-in-elasticsearch-with-index-lifecycle-management
CC-MAIN-2020-40
refinedweb
1,885
61.87
--- Stephen Smalley <sds epoch ncsc mil> wrote: > I'm not sure I follow. First, the current code > seems to always set up > an audit context by default unless the task is > explicitly marked > non-auditable. Is it impossible for a task to change from non-auditable to auditable without setting the loginuid? Is it possib...
https://www.redhat.com/archives/linux-audit/2005-January/msg00176.html
CC-MAIN-2015-32
refinedweb
263
71.44
NEW: Learning electronics? Ask your questions on the new Electronics Questions & Answers site hosted by CircuitLab. Microcontroller Programming » The dreaded "undefined reference" error Guys, I really need to understand this. As you know I use AVR Studio programming with SPI and in using code from Nerdkits, I keep gett...
http://www.nerdkits.com/forum/thread/2086/
CC-MAIN-2021-39
refinedweb
2,839
74.69
This phase optimizes code using implicit function types, by applying two rewrite rules. Let IF be the implicit function type implicit Us => R (1) A method definition def m(xs: Ts): IF = implicit (ys: Us) => E is expanded to two methods: def m(xs: Ts): IF = implicit (ys: Us) => m$direct(xs)(ys) def m$direct(xs: Ts)(ys: ...
http://dotty.epfl.ch/api/dotty/tools/dotc/transform/ShortcutImplicits.html
CC-MAIN-2019-13
refinedweb
373
62.88
.\" .\" _kernfs.8 8.2 (Berkeley) 3/27/94 .\" .\" .Dd March 27, 1994 .Dt MOUNT_KERNFS 8 .Os BSD 4.4 .Sh NAME .Nm mount_kernfs .Nd mount the /kern file system .Sh SYNOPSIS .Nm mount_kernfs .Op Fl o Ar options .Ar /kern .Ar mount_point .Sh DESCRIPTION The .Nm mount_kern command attaches an instance of the kernel parameter...
http://opensource.apple.com//source/diskdev_cmds/diskdev_cmds-491/mount_kernfs.tproj/mount_kernfs.8
CC-MAIN-2016-36
refinedweb
378
72.42
Opened 8 years ago Closed 7 years ago Last modified 4 years ago #6902 closed defect (fixed) [Patch] Sqlite error while performing upgrade Description While attempting to perform a series of upgrades to install the Worklog plugin, I kept getting an error telling me pysqlite2.dbapi2.ProgrammingError: Cannot operate on a ...
https://trac-hacks.org/ticket/6902
CC-MAIN-2017-47
refinedweb
478
50.94
View the Project on GitHub fynnfeldpausch/ace The play! framework includes a simple data access layer called Anorm. It uses plain SQL to interact with the database and provides an API to parse and transform the resulting datasets. Some libraries exist to transfer this concept to the world of Neo4j. The Neo4j Scala wrap...
http://feldpausch.net/ace/
CC-MAIN-2017-39
refinedweb
858
58.58
Decisiveness is a characteristic of high-performing men and women. Almost any decision is better than no decision at all. I took part in Codeforces 174 Division II and here are my solutions for some of the problems. A. Cows and primitive rootsProblem description. Solution: Complicated version: Stick to the problem defi...
https://letmethink.mx/posts/cf-174/
CC-MAIN-2018-39
refinedweb
828
63.12
Implementing MapReduce¶ The Pool class can be used to create a simple single-server MapReduce implementation. Although it does not give the full benefits of distributed processing, it does illustrate how easy it is to break some problems down into distributable units of work., occurences) values. """ STOP_WORDS = set([...
https://pymotw.com/3/multiprocessing/mapreduce.html
CC-MAIN-2017-43
refinedweb
272
55.84
You want to know more about WCF or RESTful services with WCF, and don't know how to fast-track your way into making something quickly? Then, this tutorial is for you. Estimated time needed: 3-4 hours. You can find the PDF version here: Download PDF - 392.98 KB Both Visual Studio and .NET need to have SP1, not just .NET...
https://www.codeproject.com/Articles/55397/Windows-Communication-Foundation-and-RESTful-Web-S
CC-MAIN-2021-04
refinedweb
3,880
50.02
This is a post in two parts: Part 1 – The problem, solution setup, the algorithm. Part 2 – (The juicy) Implementation details, discussion. Suppose at the heart of the data layer of a web application there is a join like this: select distinct p.PatentID, p.ClassId, p.CompanyId, p.IssueYear, p.AppYear, p.IsImportant from...
https://viralfsharp.com/2014/08/21/supercharging-sql-join-with-gtx-titan-cuda-c-and-thrust-part-1/
CC-MAIN-2019-35
refinedweb
800
61.26
Provides UI specific properties about an Selection. Provides information about a change to the IContentType on an ITextBuffer. Provides information for the EncodingChanged event. A read-only collection of SnapshotSpan objects, all from the same snapshot. A collection of spans that are sorted by start position, with adj...
https://docs.microsoft.com/de-de/dotnet/api/microsoft.visualstudio.text?view=visualstudiosdk-2019
CC-MAIN-2021-21
refinedweb
1,187
51.04
I am trying to follow "How to make a Platform game" tutorial and currently on page 2 at the adding tiles section. I do not have the Jungle Platform asset so I use Kenny's Platformer Pack (Base pack>Tiles>tiles_spritesheet) for this tutorial. However, every time I try to do like in the tutorial I get this as the result....
https://www.construct.net/forum/construct-2/beginners-questions-19/how-do-i-get-this-perfectly-104494
CC-MAIN-2018-30
refinedweb
292
76.32
The Magic Testing Challenge: Part 2 The Magic Testing Challenge: Part 2 Join the DZone community and get the full member experience.Join For Free Learn more about how CareerBuilder was able to resolve customer issues 5x faster by using Scalyr, the fastest log management tool on the market. My last article raised an int...
https://dzone.com/articles/magic-testing-challenge-part-2
CC-MAIN-2018-34
refinedweb
829
63.09
Deleting a Service You can delete an Amazon ECS service using the console. Before deletion, the service is automatically scaled down to zero. If you have a load balancer or service discovery resources associated with the service, they are not affected by the service deletion. To delete your Elastic Load Balancing resou...
https://docs.aws.amazon.com/AmazonECS/latest/developerguide/delete-service.html
CC-MAIN-2018-51
refinedweb
304
56.35
dongerado Senior Member Last Activity: 14th August 2018 04:36 PM Most Thanked Thanks Post Summary 6 At first, thank you seb for your great roms. I had V 6.5 running and it was a little laggy here and there so i tried some tweaks and now everything is running like hell :) What i did: build.prop: dalvik.vm.heapsize chang...
https://forum.xda-developers.com/member.php?s=042596140e090bfa30a96f32fd43d300&u=2779932
CC-MAIN-2019-39
refinedweb
195
75
Tales from the Script - September 2003 Scripting Environment – Transform Your Workstation into a Scripting Dynamo Maybe you're one of those people who read our previous Tales from the Script column shamelessly hyping the Windows 2000 Scripting Guide and, in a fit of irrational exuberance, ran out and bought the thing. ...
https://technet.microsoft.com/en-us/library/ee692835
CC-MAIN-2017-04
refinedweb
4,247
60.14
Google Cloud Platform Genomic ancestry inference with deep learning For the past several years, our goal at Google has been to play a critical role in bringing the benefits of AI to everyone. Machine learning is at the heart of that goal. In the area of life sciences — or more specifically, the field of genomics — we’r...
https://cloud.google.com/blog/products/gcp/genomic-ancestry-inference-with-deep-learning?hl=en-GB
CC-MAIN-2019-30
refinedweb
1,721
50.57
The QDictIterator class provides an iterator for QDict collections. More... #include <qdict.h> List of all member functions. QDictIterator is implemented as a template class. Define a template instance QDictIterator<X> to create a dictionary iterator that operates on QDict<X> (dictionary of X*). The traversal order is ...
http://doc.trolltech.com/3.2/qdictiterator.html
crawl-002
refinedweb
271
51.44
Provided by: libzip-dev_1.5.1-0ubuntu1_amd64 NAME zip_fopen, zip_fopen_index — open file in zip archive for reading LIBRARY libzip (-lzip) SYNOPSIS #include <zip.h> zip_file_t * zip_fopen(zip_t *archive, const char *fname, zip_flags_t flags); zip_file_t * zip_fopen_index(zip_t *archive, zip_uint64_t index, zip_flags_t ...
http://manpages.ubuntu.com/manpages/disco/man3/zip_fopen.3.html
CC-MAIN-2020-34
refinedweb
325
51.75
Chapter 21. Maps Your app can imitate the Maps app, displaying a map interface and placing annotations and overlays on the map. The relevant classes are provided by the Map Kit framework. You’ll need to import MapKit. The types that describe locations in terms of latitude and longitude, whose names start with “CL,” com...
https://www.oreilly.com/library/view/programming-ios-14/9781492092162/part03ch07.html
CC-MAIN-2021-10
refinedweb
279
64.61
Shawn Hargreaves Blog What can you do when serialization helper properties just aren't enough? Bring out the big guns and write your own ContentTypeSerializer. If you have ever written a ContentTypeWriter or ContentTypeReader, this should seem familiar. To customize the XML serialization for this test class: class Test...
http://blogs.msdn.com/b/shawnhar/archive/2008/08/26/customizing-intermediateserializer-part-2.aspx
CC-MAIN-2016-07
refinedweb
1,266
55.13
Visual Studio .NET has rapidly become the platform of choice for building systems that support XML Web services standards. Because of its deep support for XML technologies, I’ve also seen it used extensively by corporations to build XML messaging solutions. Even though XML has become the universal standard for data rep...
http://www.techrepublic.com/article/xml-integration-buy-or-build/
CC-MAIN-2017-04
refinedweb
1,102
50.97
NEW: Learning electronics? Ask your questions on the new Electronics Questions & Answers site hosted by CircuitLab. Microcontroller Programming » ADC with input at ground I have a joystick hooked up with input to ADC0. The basic results from the joystick indicate the ADC is at least working to some degree - full throw ...
http://www.nerdkits.com/forum/thread/832/
CC-MAIN-2019-18
refinedweb
929
60.85
The I2C bus is widely used to retrieve measurements or control equipment on Arduino, ESP32, ESP8266 and Raspberry Pi projects using the standard Wire.h library. The I2C bus is a serial communication bus developed by Philips from 1982 that allows two (or more) devices to communicate. Specifically, it is a half-duplex bi...
https://diyprojects.io/getting-started-i2c-bus-arduino-esp8266-esp32-wire-library/
CC-MAIN-2021-49
refinedweb
2,355
61.06
IMPORTANT - READ CAREFULLY: This End-User License Agreement "EULA") is a legal agreement between you (either an individual or a single entity) and Pile Dynamics, Inc. (PDI) for the PDI to analyze foundation piles or similar structural elements under the action of a hammer impact. - You must acquire and dedicate a licen...
https://www.scribd.com/document/370846237/PDAW-PAXManual
CC-MAIN-2019-26
refinedweb
83,848
61.26
On Thu, 05 May 2005 17:39:03 +0200, Ralf Corsepius wrote: > On Thu, 2005-05-05 at 15:39 +0200, Thorsten Leemhuis wrote: > > Am? > By Seth fixing his build system. > > > I'm a bit unsure. I suppose (but did not try) > > that the build system would install the x86_64 Version if we would > > > > BuildRequires: libGLU >= 1...
http://www.redhat.com/archives/fedora-extras-list/2005-May/msg00141.html
CC-MAIN-2015-06
refinedweb
297
78.25
This document contains various information regarding installation of FFTW on DOS/Windows. (It was sent in by users, and has not been personally verified by us.) Please contact us if you have any additions or corrections. You should, of course, first read the Installation on non-Unix Systems of the FFTW 3 manual (or the...
http://www.fftw.org/install/windows.html
crawl-002
refinedweb
2,293
65.73
Home >>C Tutorial >C Switch Statement The switch statement in C language allows the users to perform multiple operations for different potential values of a single variable known as switch variable. With Switch statements, users can define various statements in the multiple cases for the different values of a single va...
https://www.phptpoint.com/c-switch-statement/
CC-MAIN-2020-34
refinedweb
519
58.66
There was a discussion back a while about the horribly inefficient sort function for cell arrays of strings. Included is a MEX file for efficient sorting. The output seems to match sort.m for sane input, but I don't guarantee anything... It DOES NOT return indices like sort does... I'm not sure how to include this. Sor...
http://www.mathworks.com/matlabcentral/newsreader/view_thread/21146?requestedDomain=www.mathworks.com&nocookie=true
CC-MAIN-2016-44
refinedweb
1,270
57.16
Originally published at deepu.tech. Please follow me on Twitter for updates and let me know if something can be improved in the post. Java Virtual Machine(JVM) used by languages like Java, Kotlin, Scala, Clojure, JRuby and so on. If you haven't read the first part of this series, please read it first as I explained the...
https://practicaldev-herokuapp-com.global.ssl.fastly.net/deepu105/visualizing-memory-management-in-jvm-java-kotlin-scala-groovy-clojure-19le
CC-MAIN-2020-45
refinedweb
2,553
59.53
I into what I could get with unsupervised text classification techniques to balance out the fact that I had entered those labels over long periods of time. My first goal is to programmatically extract keywords from consistently formatted blog posts on static website pages. For context, I am not an expert. Machine learn...
https://blogs.lessthandot.com/index.php/artificial-intelligence/to-build-automatic-bookmarking-unsupervised-text-classification/
CC-MAIN-2021-21
refinedweb
1,764
56.89
Disabling Pylint Messages Adam Parkin Aug 13 '18 Originally published at codependentcodr.com on Aug 12, 2018 ・1 min read This post was originally posted on Aug 12, 2018 to Small tip of the day since I keep having to look this up. If you use Pylint for static analysis of your code, you might find that you'll want to dis...
https://practicaldev-herokuapp-com.global.ssl.fastly.net/pzelnip/disabling-pylint-messages-4i08
CC-MAIN-2019-18
refinedweb
580
57.71
Motivation There are a many ways to deal with testing integrations. In the past I have used VCR with great success, specially when external responses are complex JSON or XML structures. In my latest project I am integrating the wonderful Stripe API and I wanted to throughly test that. I decided not to use VCR because i...
https://www.monkeyvault.net/mocking-stripe-with-rspec/
CC-MAIN-2020-05
refinedweb
398
57.87
Frameworks and Binding Dynamic binding of Mach-O libraries brings a considerable power and flexibility to OS X. Through dynamic binding, frameworks can be updated transparently without requiring applications to relink to them. At runtime, a single copy of the library’s code is shared among all the processes using it, t...
https://developer.apple.com/library/archive/documentation/MacOSX/Conceptual/BPFrameworks/Concepts/FrameworkBinding.html
CC-MAIN-2022-33
refinedweb
1,976
55.03
CodePlexProject Hosting for Open Source Software Hi, im using json.net to download a json string from my server and convert to object, next i edit the object and after i need to convert again to json to send to my server again. the problem is that when i deserialize i need to read and set all the properties of my objec...
https://json.codeplex.com/discussions/245640
CC-MAIN-2017-22
refinedweb
475
59.94
Created on 2017-12-21 18:49 by Michael.Felt, last changed 2017-12-30 21:40 by pitrou. This issue is now closed. I was hoping for something simple - as in: +1 #define PY_SSIZE_T_CLEAN +2 +3 #include "Python.h" +4 #ifndef _AIX +5 #include <uuid/uuid.h> +6 #else +7 #include <uuid.h> +8 #endif However, it dies - instantly....
https://bugs.python.org/issue32399
CC-MAIN-2019-39
refinedweb
607
57.57
- NAME - SYNOPSIS - DESCRIPTION - OPTIONS - METHODS - CAVEATS - VERSION - SEE ALSO - AUTHOR NAME mysubs - lexical subroutines SYNOPSIS package MyPragma; use base qw(mysubs); sub import { my $class = shift; $class->SUPER::import( foo => sub { ... }, chomp => \&mychomp ); } #!/usr/bin/env perl { use MyPragma; foo(...); c...
https://metacpan.org/pod/release/CHOCOLATE/mysubs-1.14/lib/mysubs.pm
CC-MAIN-2016-07
refinedweb
1,025
57.37
Here we go again - I'm pleased to announce EXSLT.NET 1.1 release. It's ready for download. The blurb goes here: - EXSLT.NET online documentation - EXSLT.NET Features: Here is what's new in this release: Any comments and bug reports are welcome! PS. Well, despite Dimitre's and my light side's objections I implemented dy...
http://www.tkachenko.com/blog/archives/000293.html
crawl-002
refinedweb
680
67.15
Overview: In this article, you will learn to find the quotient and remainder when an integer is divided by another Integer. First of all let's understand about Number, Integer, Division, Dividend, Divisor, Quotient and Remainder. Moreover, I will Demonstrate to Compute Quotient and Remainder. After all, I will write th...
https://www.onlineinterviewquestions.com/blog/c-program-to-compute-quotient-and-remainder/
CC-MAIN-2021-17
refinedweb
823
59.3
Yeah, I had to lookup a VB.Net cheat sheet to figure out "imports" :) On Fri, May 8, 2009 at 2:25 PM, Patrik Hägne <patrik.hagne at sembo.se> wrote: > Thank you for your help I'll have a look at it. > > > > Using is a keyword in VB though, the syntax is pretty much the same as in > c# sans curly braces: > > > > > > Usi...
https://mail.python.org/pipermail/ironpython-users/2009-May/010288.html
CC-MAIN-2016-30
refinedweb
680
78.25
9.2. math — Mathematical functions¶ This. 9.2.1. Number-theoretic and representation functions¶ math. ceil(x)¶ Return the ceiling of x, the. math. floor(x)¶ Return the floor of x, the largest integer less than or equal to x. If x is not a float, delegates to x.__floor__(), which should return an Integralvalue.. math. g...
https://docs.python.org/3.8/library/math.html
CC-MAIN-2018-22
refinedweb
607
61.43
What am I doing wrong? I want to fill a listView with filenames. All works fine with full path, but I'ld prefere just the name.My extension function doesnt work as ment: class SelectActivity : AppCompatActivity() { //... override fun onCreate(savedInstanceState: Bundle?) { ... lv_Files = findViewById(R.id.lv_Files) as ...
https://discuss.kotlinlang.org/t/overload-tostring-for-use-in-arrayadapter/3743
CC-MAIN-2017-39
refinedweb
749
59.7
Take 40% off Machine Learning with TensorFlow, Second Edition by entering fccmattmann into the discount code box at checkout at manning.com. One of the magic uses of machine learning that impresses everyone nowadays is teaching the computer to learn from text. With social media, SMS text, Facebook messenger, WhatsApp, ...
https://freecontent.manning.com/sentiment-classification-using-a-large-movie-review-dataset-part-1/
CC-MAIN-2022-05
refinedweb
3,163
56.29
Graphical methods to help get initial guesses for multivariate nonlinear regression Posted February 18, 2013 at 09:00 AM | categories: data analysis, plotting | tags: | View Comments Updated February 27, 2013 at 02:40 PM Fit the model f(x1,x2; a,b) = a*x1 + x2^b to the data given below. This model has two independent v...
http://kitchingroup.cheme.cmu.edu/blog/2013/02/18/Graphical-methods-to-help-get-initial-guesses-for-multivariate-nonlinear-regression/
CC-MAIN-2019-26
refinedweb
425
54.69
Have questions on your latest C2000 design? Want to learn more about the latest from C2000 MCUs? Just want to chat with experts about real-time control, power electronics, and more? Then you can’t miss out on C2000 Office Hours. Our team of C2000 experts will be on-hand to answer all your questions real-time! With thre...
http://e2e.ti.com/support/microcontrollers/c2000/f/171/p/205330/740337.aspx
CC-MAIN-2013-20
refinedweb
919
74.08
namespace (C# Reference) The namespace keyword is used to declare a scope that contains a set of related objects. You can use a namespace to organize code elements and to create globally unique types. Within a namespace, you can declare one or more of the following types: another namespace Whether or not you explicitly...
https://msdn.microsoft.com/en-us/library/z2kcy19k(v=vs.100).aspx
CC-MAIN-2015-11
refinedweb
197
53.31
I have very large binary files with x number of int16 data points for y sensors, along with headers with some basic info. The binary file is written as y values for each sample time up to x samples, then another set of readings and so on. If I want all of the data, I am using numpy.fromfile() for file.seek() file.read(...
https://codedump.io/share/Y2hQ0sY8IsiY/1/extract-specific-bytes-from-a-binary-file-in-python
CC-MAIN-2018-05
refinedweb
1,020
71.71
. Also, should the DS18B20 Vdd pin be grounded or supplied with voltage? I've seen it done both ways so am unsure which is correct... Thanks in advance,Paul I'm not completely sure what resistors come with the kit, but I would be surprised if there where no 4k7 resistors - and you can try other values between 2k and 10...
https://community.particle.io/t/photon-maker-kit-ds18b20-temperature-sensing-issues-questions/16739
CC-MAIN-2017-26
refinedweb
1,357
73.37
Jul 29, 2016 12:07 PM|seamus1982|LINK Hi, I am having problems with web services. I am at a new computer and I cannot run web services. I have created a project locally and I can get the description of the web service methods but when I try to invoke a method it will not work and I get a 404 error. So the url: Shows me...
https://forums.asp.net/t/2100259.aspx?404+Web+Service+Method+call+locally+but+wsdl+description+available+on+web+page+
CC-MAIN-2020-34
refinedweb
408
74.69
Today's lab will focus on accessing formatted data using Pandas, writing Unix shell scripts, and accessing files from github. Software tools needed: web browser and Python IDLE programming environment with the Pandas package installed. See Lab 1 for details on using Python, Gradescope, and Blackboard. To make reading f...
https://stjohn.github.io/teaching/csci127/s19/lab6.html
CC-MAIN-2021-43
refinedweb
1,222
62.98
I have already populated a numpy.histogram2d with a pair of lists (x0,y0) (x1,y1) (x0,y0) (x1,y1) np.histogram2D is not an object as pointed out in the comments. It is a function that returns an array with bin values as well as two for the bin edges. Nonetheless, as long as you do not compute a normed histogram, you ca...
https://codedump.io/share/kIJvUVUuFokt/1/is-it-possible-to-update--add-to-a-numpy-histogram-specifically-numpyhistogram2d-that-is-already-populated
CC-MAIN-2017-13
refinedweb
165
78.35
02 February 2010 13:01 [Source: ICIS news] (Adds performance detail from 11th paragraph) LONDON (ICIS news)--Dow Chemical swung to a fourth-quarter net profit of $87m (€63m) from the $1.55bn loss reported in the same quarter of last year, largely on year-on-year volume gains across almost all operating segments and on ...
http://www.icis.com/Articles/2010/02/02/9331098/dow-swings-to-87m-q4-net-profit-on-volumes-equity-earnings.html
CC-MAIN-2014-10
refinedweb
446
60.14
Issue Type: Improvement Created: 2012-08-16T14:59:25.000+0000 Last Updated: 2012-08-16T15:13:56.000+0000 Status: Resolved Fix version(s): Reporter: Daniel Müller (damu) Assignee: Matthew Weier O'Phinney (matthew) Tags: - Zend\Captcha Related issues: Attachments: ReCaptcha references a non-existant class and namespace Z...
https://framework.zend.com/issues/browse/ZF2-472
CC-MAIN-2017-17
refinedweb
242
57.57
Agenda See also: IRC log <Stuart> scribe: Norm Walsh <Norm> scribenick: norm Agenda accepted. Stuart: Propose we accept the minutes from last week's meeting Accepted. Next meeting: 16 Oct For next week, regrets from Norm, Tim, Ashok Dave agrees to scribe 16 Oct Stuart: Thanks to all for bringing them together. ... Prop...
http://www.w3.org/2001/tag/2008/10/09-minutes
CC-MAIN-2016-50
refinedweb
2,529
72.76
As most of you will not be aware, lynx had support for applying "rules" to URLs before they are accessed. The code was always there (or at least since I have been looking at Lynx code, and probably since lynx went CERN-lib), and compiled in. There was just no way to actually specify rules. A more reasonable person migh...
http://lists.gnu.org/archive/html/lynx-dev/1999-01/msg00652.html
CC-MAIN-2016-07
refinedweb
645
56.96
Along previous articles I have explained about the LocalDate and LocalTime .This example demonstrates how to use one of the new class java.time.Instant defined under that date and time package. If you have any clarifications, please write it in the comments section or post it in our facebook page. You can read more art...
https://javabeat.net/java-8-instant-example/
CC-MAIN-2021-39
refinedweb
518
50.63
Searduino is made to ease and speed up developing code for the Arduino boards. In short, with Searduino you get With Searduino you can use your favorite Editor to develop your program. Write plain C code and compile it either for any of the Arduino boards or for your local computer. Autobuild and test your code with no...
http://download-mirror.savannah.gnu.org/releases/searduino/manual/searduino-manual.html
CC-MAIN-2020-29
refinedweb
4,329
64.41
I'm working on a generic namespace browser. I've just committed a prototype to TwistedPython/twisted/explorer.py (after much fretting of glyph and I over what it should be named), and would like some suggestions. I'm going to be taking a look at Squeak's browser again to get some ideas, but I'm not a veteran squeak hac...
http://twistedmatrix.com/pipermail/twisted-python/2001-June/000094.html
CC-MAIN-2015-32
refinedweb
140
53.1
B XQuery hype, they had that idea about how XQuery is better than XSLT in mind, they are working with XQuery implementation in .NET 2.0 Beta1, they are reading "What's New in System.Xml for Visual Studio 2005 and the .NET Framework 2.0 Release" and "XQuery and SQL Server XML Support in the .NET Framework" documentation...
http://www.tkachenko.com/blog/archives/2004/12/
CC-MAIN-2018-05
refinedweb
732
68.06
OpenShift is a Platform as a Service (PaaS) system to go with the increasing number of such systems. There is something about OpenShift though, that many of the start up based PaaS systems don’t have. OpenShift has been created by well known open source/Linux company Red Hat. Red Hat is synonymous with creating stable,...
http://www.sitepoint.com/get-up-and-running-with-openshift/
CC-MAIN-2016-07
refinedweb
1,385
69.31
We are having a little issue on importing the Products and the Price list from Salesforce to CRM 2011. My coworker is using SSIS to import the data. What is the easiest way to do this? She is getting an error right now entering in the Products. Error Code: -2147206390, Detail Message: The unit schedule id is missing, s...
https://social.microsoft.com/Forums/en-US/2bc1cd5a-6bdf-4f50-afc3-b5083bbabd1d/crm-2011-migrating-from-salesforce-to-crm-2011?forum=crm
CC-MAIN-2022-21
refinedweb
163
82.14
Linux 2019-11-19 Aliases: waitid(2), waitid(2), waitid(2), waitid(2), waitid(2), waitid(2), waitid(2), waitid(2), waitpid(2), waitpid(2), waitpid(2), waitpid(2), waitpid(2), waitpid(2), waitpid(2), waitpid(2), waitpid(2), waitpid(2), waitpid(2), waitpid(2) NAME wait, waitpid, waitid - wait for process to change state S...
https://reposcope.com/man/en/2/wait
CC-MAIN-2022-21
refinedweb
630
53.71
Convert object of objects to array of objects In some scenarios, we need data in a different format than we are given, for example from the API response. This is the situation when data transformation comes to play. In this short post, I'd like to show how to transform an object containing other objects, to a more deve...
https://michalmuszynski.com/blog/convert-object-of-objects-to-array-of-objects/
CC-MAIN-2022-33
refinedweb
294
57.77