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
Ant 1.6 for Task Writers by Stefan Bodewig Take advantage of the changes in Ant 1.6 internals to write a task or even a library of tasks. In my last article, I focused on using some of the new features of Ant 1.6 that can help you to better control or reuse your build setups. This article will show you that Ant 1.6 has...
http://www.oracle.com/technology/pub/articles/bodewig_taskwriters.html
crawl-002
refinedweb
3,246
54.83
Maintained by Koray Koska. This library is a Swift implementation of the Ethereum fork of Blockies which is intended to be used in iOS, watchOS, tvOS and macOS apps. Blockies generates unique images (identicons) for a given seed string. Those can be used to create images representing an Ethereum (or other Cryptocurrenc...
http://cocoapods.org/pods/BlockiesSwift
CC-MAIN-2020-34
refinedweb
404
58.28
22 October 2012 09:26 [Source: ICIS news] SINGAPORE (ICIS)--?xml:namespace> The new plant has not achieved on-spec product yet, the source added. The start-up has not affected PTA prices because of PTA maintenance shutdowns, including those at Zhejiang Yisheng Petrochemical’s 650,000 tonne/year PTA plant , Xianglu Petr...
http://www.icis.com/Articles/2012/10/22/9605837/chinas-hengli-petrochemical-starts-up-no-2-pta-unit.html
CC-MAIN-2015-06
refinedweb
109
53
> I'm trying to make my layout framework, and I'm faced with a problem when trying to align a label to the top left corner of the screen: When I put the label at position 0, 0 there is a margin between the top of the text and the top of the screen, meaning that the top of the text doesn't "touch" the top of the screen,...
https://answers.unity.com/questions/489627/guilabel-top-margin-problem-without-layout.html
CC-MAIN-2019-30
refinedweb
302
79.6
Some Dark Layout Custom Color Palette e.g. with gradients, mono chrome Your work looks wonderful! Will there be a Windows Phone port, too? 🙂 Thanks. WP8 is in the works for next release Great. And HTML? 🙂 A HTML version is not planned. See paragraph "Intention 2" in this post 🙂 Great work. cheers! These look great, ...
https://blogs.msdn.microsoft.com/torstenmandelkow/2013/05/06/free-modernui-charts-for-wpf-windows-store-apps-und-silverlight-published/
CC-MAIN-2017-30
refinedweb
1,205
77.84
HP. The first step required to run HPAStainR is downloading HPA’s normal tissue staining data and their cancer data. While available online, HPAStainR has a function that can download and load the data for you. library(HPAStainR) #> Loading required package: dplyr #> #> Attaching package: 'dplyr' #> The following objec...
http://master.bioconductor.org/packages/release/bioc/vignettes/HPAStainR/inst/doc/HPAStainR.html
CC-MAIN-2021-49
refinedweb
418
62.14
Brian Travis Architag International Corporation November 2003 Applies to: Microsoft® Visual Studio® .NET Enterprise Architect Edition Summary: Learn how to design and develop distributed applications. First in a six-part project. (42 printed pages) To see an overview of the entire project, read FoodMovers: Building Dis...
http://msdn.microsoft.com/en-us/library/aa302162.aspx
crawl-002
refinedweb
14,171
53.61
: Be nice. Contribute boldly, edit gently!. This is not the wiki you are looking for if you are a consumer or want to write for the consumer audience. However, the boundaries of "IT Pro content" are fuzzy. For example, articles about scripts, which are of interest to both IT pros and developers, but owned exclusively b...
https://social.technet.microsoft.com/wiki/contents/articles/145.wiki-how-to-contribute-content-to-microsoft-wiki.aspx
CC-MAIN-2021-21
refinedweb
332
64.1
Contact Me! Data Lake storage is a type of Azure Storage that supports a hierarchical structure. There are no pre-defined schemas in a Data Lake, so you have a lot of flexibility on the type of data you want to store. You can store structured data or unstructured data or both. In fact, you can store data of different d...
https://www.davidgiard.com/2019/06/25/GettingStartedWithAzureDataLakeStorage.aspx
CC-MAIN-2021-17
refinedweb
587
71.55
I'm writing a simple blur effect and have run into a problem I can't figure out. I have an array of colors and I want to get an RGBA average for each channel to color a pixel. Here is the code: import java.awt.image.BufferedImage; import java.awt.Color; public class BlurEffects { public static BufferedImage GaussianBlu...
https://www.javaprogrammingforums.com/object-oriented-programming/41702-passing-array-parameter-method-all-elements-after-%5B0%5D-generate-error.html
CC-MAIN-2020-34
refinedweb
820
54.73
In this article we are going to learn how to implement Selection Sort with Python. Selection Sort is a simple and intuitive sorting algorithm. It can be performed using an auxiliary array to store the results, or done in-place, meaning the original array is modified and no additional storage is required. Since the in-p...
https://compucademy.net/selection-sort-with-python/
CC-MAIN-2022-27
refinedweb
681
53.51
This is a module for Elm 0.17 which allows you to use some of changes in Elm 0.18's elm-lang/core and Elm 0.19's elm/core It should be said that the best way to experience all of the goodness of Elm 0.18 or 0.19 is to upgrade your project. However, there are cases in which you don't want to upgrade to the latest versio...
https://package.frelm.org/repo/41/1.1.0
CC-MAIN-2018-51
refinedweb
558
78.55
Create dynamic lists with RecyclerView Part of Android Jetpack. RecyclerView makes it easy to efficiently display large sets of data. You supply the data and define how each item looks, and the RecyclerView library dynamically creates the elements when they're needed. As the name implies, RecyclerView recycles those in...
https://developer.android.com/guide/topics/ui/layout/recyclerview?authuser=1&hl=ru
CC-MAIN-2022-05
refinedweb
1,215
56.05
If you would like to receive an email when updates are made to this post, please register here RSS Through Don Syme's blog I read about Luke Hoban moving from the C# team at Microsoft to the F# team Thanks for this, nice to see a non-typical usage for LINQ! thank you for this excellent program hi, I'm a beginner at C#...
http://blogs.msdn.com/lukeh/archive/2007/04/03/a-ray-tracer-in-c-3-0.aspx
crawl-002
refinedweb
493
73.47
0 Hello, I am currently working off the sticky thread filled with practice problems etc. I have got a couple of the practice problems out of the way, and I am currently working on a program that will find the factoral of a number entered. So far i have an array that will be filled with the numbers 1 - the number entere...
https://www.daniweb.com/programming/software-development/threads/97147/factorial
CC-MAIN-2017-26
refinedweb
217
62.51
Investors in PayPal Holdings Inc (Symbol: PYPL) saw new options begin trading today, for the May 31st expiration. At Stock Options Channel, our YieldBoost formula has looked up and down the PYPL options chain for the new May 31st contracts and identified one put and one call contract of particular interest. The put con...
https://www.nasdaq.com/articles/may-31st-options-now-available-paypal-holdings-pypl-2019-04-15
CC-MAIN-2021-49
refinedweb
416
64
JEP 371: Hidden Classes Summary Introduce hidden classes, which are classes that cannot be used directly by the bytecode of other classes. Hidden classes are intended for use by frameworks that generate classes at run time and use them indirectly, via reflection. A hidden class may be defined as a member of an access c...
https://openjdk.java.net/jeps/371
CC-MAIN-2021-17
refinedweb
4,864
50.06
Hello, I recently watched the Go Rails Stripe tutorial. In it, Chris creates subscriptions like this: def create_subscription customer = # set customer... subscription = # create subscription... # Set initial subscription information user.update( stripe_id: customer.id, card_last4: params[:last4], card_exp_month: param...
https://gorails.com/forum/go-rails-stripe-lesson-and-strong-params
CC-MAIN-2019-09
refinedweb
231
68.06
This is intended as a jump-start tutorial for Managed C++ programming. It does not cover every aspect of the managed extensions, but it does cover certain areas that are often puzzling to someone coming from a C# or a native C++ background. The article assumes that the reader is familiar with the basic elements of .NET...
http://www.codeproject.com/KB/mcpp/mcppintro01.aspx
crawl-002
refinedweb
1,274
64.61
Hi I need help on some code on playing music in my program. I get this error that I dont know how to fixs with my code so maybe you all can help me out. I'm just trying to figer out how this code works if my code seems a little short^^; <This code has been eddit so other can see how the code works, so other can get hel...
http://cboard.cprogramming.com/windows-programming/73904-playing-music-printable-thread.html
CC-MAIN-2014-15
refinedweb
143
72.02
, who learns to program and has just finished her first Python tutorial. She’d like to contribute to some open source projects to gain experience. Knowing mymath module from her first projects she came up with an idea on how to improve it. What is more of a problem is that she does not have is the knowledge of how to t...
https://blacksheephacks.pl/how-to-manage-project-dependencies-with-gitlab-part-2/
CC-MAIN-2022-40
refinedweb
1,145
67.25
Introduction The IPython project was initiated in 2001. This was Fernando Pérez’s side project to create an enhanced interactive Python interpreter. It has full-grown into what’s broadly well thought-out one of the most significant tools in the modern scientific Python computing stack. The IPython is intended from the ...
https://dev.to/ahmedmansoor012/ipython-the-great-python-development-environment-5cp
CC-MAIN-2021-43
refinedweb
1,057
56.96
Introduction to C++ for iOS Developers: Part 1 Hello, C++! Are you a master of Objective-C and looking for that next cool thing to learn? Try this article on for size; it introduces you to C++ for iOS developers. As I’ll explain later, Objective-C works seamlessly with C and C++ code. Therefore, is very helpful for iOS...
https://www.raywenderlich.com/62989/introduction-c-ios-developers-part-1
CC-MAIN-2018-13
refinedweb
3,787
62.88
#include <wx/imagpcx.h> This is the image handler for the PCX format. Default constructor for wxPCXHandler. Called to test if this handler can read an image from the given stream. NOTE: this function is allowed to change the current stream position since CallDoCanRead() will take care of restoring it later Implements w...
https://docs.wxwidgets.org/3.0/classwx_p_c_x_handler.html
CC-MAIN-2019-09
refinedweb
106
51.24
I have a cuda9-docker with tensorflow and pytorch installed, I am doing cross validation on an image dataset. Currently I am using a for loop to do the cross validation. Something like for data_train, data_test in sklearn.kfold(5, all_data): train(data_train) test(data_test) But the for loop takes too long, will the fo...
https://discuss.pytorch.org/t/make-cross-validation-parallelized/44101
CC-MAIN-2022-33
refinedweb
157
55.44
Red Hat Bugzilla – Bug 120714 Electric Fence calls out fopen for buffer overrun. Last modified: 2007-11-30 17:07:01 EST Description of problem: I am compiling and linking an executable with electric fence to check our software for memory issues. Problem is that electric fence crashes on the first call to fopen and poin...
https://bugzilla.redhat.com/show_bug.cgi?id=120714
CC-MAIN-2016-22
refinedweb
802
67.04
25 April 2012 09:15 [Source: ICIS news] (recasts throughout, for clarity; reference to co-PP was removed in paragraph 3) ?xml:namespace> China Customs data showed the country’s PP imports totalled 407,200 tonnes last month, representing a 13.4% decline from February and a 7.27% fall from the same period last year. Impo...
http://www.icis.com/Articles/2012/04/25/9553356/china-mar-pe-pp-imports-fall-13-from-feb-down-11-year-on-year.html
CC-MAIN-2014-35
refinedweb
130
78.04
I am having difficulty getting code to compile in VS 2008. I have copied the .h files to the CL directory like it says to on page but when I started to write a small segment of code to just make sure it will build i am getting the error: Cannot find CL\cl.h and if i change it to openCL.h for my include it tells me the ...
https://www.khronos.org/message_boards/showthread.php/8101-fatal-error-1083-Cannot-open-include-file-Cl-cl-h-no-such?p=26585
CC-MAIN-2015-32
refinedweb
513
53.44
Filip Gruszczyński wrote: [something I moved to after Nick's reply, where it belongs] > 2008/12/1 Nick Craig-Wood <nick at craig-wood.com>: >> Rafe <rafesacks at gmail.com> wrote: >>> On Dec 1, 7:26?am, "Filip Gruszczy?ski" <grusz... at gmail.com> wrote: >>>> I have following question: if I use >>>> >>>> from module im...
https://mail.python.org/pipermail/python-list/2008-December/482123.html
CC-MAIN-2014-15
refinedweb
340
82.95
Re: XSL and Windows CE Blues - From: "John Spaith [MS]" <jspaith@xxxxxxxxxxxxxxxxxxxx> - Date: Fri, 14 Apr 2006 10:25:24 -0700 First of all Gordon I was about to point you at, but from your comment on the blog I see you found it already. The blog software we use isn't the greatest (I'm being nice) and it doesn't auto-n...
http://www.tech-archive.net/Archive/WindowsCE/microsoft.public.windowsce.embedded/2006-04/msg00100.html
crawl-002
refinedweb
727
75.81
I am trying to get my content timestamped so I know when it was changed. First I used a shell script but I want to implement it in my python program. the shell script works fine for now but I can't get the python version to work for me. This is the working shell version in_file='test_content' out_file="${in_file}.tsr" ...
https://codedump.io/share/BE4iGhKOSKMe/1/python-rfc3161-verification-failed-but-openssl-verification-is-ok
CC-MAIN-2017-34
refinedweb
220
52.87
make_method - Turn Perl code into an XML description for RPC::XML::Server make_method --name=system.identification --helptext='System ID string' --signature=string --code=ident.pl --output=ident.xpl make_method --base=methods/identification. There are no required arguments, but if there are not sufficient options passe...
http://search.cpan.org/~rjray/RPC-XML/etc/make_method
CC-MAIN-2014-42
refinedweb
562
66.74
Technical Articles Building a custom Digital Manufacturing Cloud POD Plugin the easy way Recently I started to experiment building Digital Manufacturing Cloud POD plugins and soon learned that it can be quite time consuming just to build the basic structure of the plugin without adding any functionality. In my first pl...
https://blogs.sap.com/2022/04/11/building-a-custom-digital-manufacturing-cloud-pod-plugin-the-easy-way/
CC-MAIN-2022-21
refinedweb
1,173
65.66
#include <vgui/vgui_config.h> Go to the source code of this file. Toolkits are registered by registering a "tag function" at library initialization time. That usually works fine with shared builds on sane architectures, but it doesn't work for static builds and for shared builds on certain architectures. Thus, explicit...
http://public.kitware.com/vxl/doc/release/core/vgui/html/vgui__register__all_8cxx.html
crawl-003
refinedweb
317
65.42
In the previous chapter, we had a brief encounter with function templates. In this chapter, we will learn how to implement a function template. We will use the phrases “template function” and “function template” interchangeably throughout this book. For all practical purposes, there is no difference between the two (Th...
https://vivekbhadra.wordpress.com/2021/11/13/chapter-2-working-with-function-templates-in-c/
CC-MAIN-2022-27
refinedweb
5,207
52.29
!06 87 2008/09/06 22:04:0706 49 + corrected gcc options for building shared libraries on IRIX64. 50 + add configure check for awk programs unable to handle big-strings, 51 use that to improve the default for --enable-big-strings option. 52 + makefile-fixes for --enable-weak-symbols (report by Frederic L W 53 Meunier). ...
http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blob;f=NEWS;hb=a7d99bb6b29485693a21c0cc70d7925f2211769c
CC-MAIN-2022-40
refinedweb
30,625
66.84
I have a question regarding combining shapes. I currently had a simple class (below): import java.awt.geom.Ellipse2D.Double; import java.awt.Rectangle; import java.awt.geom.Area; public class Island extends HashiSymbol { int value; public Island(int x,int y,int valuec) { super(x,y); value = valuec; } public Area getSha...
http://www.javaprogrammingforums.com/java-theory-questions/7445-combining-shapes-text.html
CC-MAIN-2015-06
refinedweb
287
61.16
urbit-hob Hoon-style atom manipulation and printing functions See all snapshots urbit-hob appears in Module documentation for 0.3.1 urbit-hob-0.3.1@sha256:afbdc7ad071eefc6ca85f5b598b6c62ed49079d15d1840dac27438a3b3150303,3806 Here you can primarily find functions for dealing with the "patp" and "patq" phonetic bases use...
https://www.stackage.org/nightly-2020-02-08/package/urbit-hob-0.3.1
CC-MAIN-2020-10
refinedweb
232
51.55
In redux-observable (Note: RX.DOM.ajax is from RxJS v4, and doesn't work with redux-observable which requires RxJS v5. The equivalent in v5 is Rx.Observable.ajax or import { ajax } from 'rxjs/observable/ajax';) It is indeed possible to use fetch(), or nearly any AJAX API. Though some adapt easier than others. The fetch...
https://codedump.io/share/JKssfotd1hGc/1/use-fetch-instead-of-ajax
CC-MAIN-2016-44
refinedweb
239
57.37
Hi Clark, My wish list for DBPool is: 1. Detect bad connections and re-create them. 2. Allow min and max connections. This would tie in nicely with your expiration request. Maintain a minimum (could be zero) number of connections and create up to maximum connections as needed which then expire back down to the minimum ...
http://sourceforge.net/mailarchive/message.php?msg_id=10274522
CC-MAIN-2013-48
refinedweb
482
72.66
Back to: ASP.NET Web API Tutorials For Begineers and Professionals Authentication and Authorization in Web API In this article, I am going to discuss the Authentication and Authorization in Web API. Here I will give you an overview of Authentication and Authorization in Web API and from the next article onwards, we wil...
https://dotnettutorials.net/lesson/authentication-and-authorization-in-web-api/
CC-MAIN-2020-05
refinedweb
1,458
53.61
What are your future plans around SQL Server? It's all XML these days and Microsoft Office is no exception. Microsoft has steadily increased the level of XML support within Office in each release of the product since Office 2000. In fact, XML is so central to the Office development platform that XML will be the default...
http://www.devx.com/OfficeProDev/Article/29696
crawl-002
refinedweb
1,210
55.44
So little happened today that I actually answered the door to the Jehovah’s Witnesses and tried to convert them to Atheism. I did have a call from an agent wondering if I’d be interested in a contract position in Sweden and an email asking if I spoke French and would be interested in a job in Paris. Being an internatio...
http://doogalbellend.blogspot.com/2009_06_01_archive.html
CC-MAIN-2017-22
refinedweb
5,493
66.67
Question: I want to see all the different ways you can come up with, for a factorial subroutine, or program. The hope is that anyone can come here and see if they might want to learn a new language. Ideas: Basically I want to see an example, of different ways of writing an algorithm, and what they would look like in di...
http://www.toontricks.com/2018/03/tutorial-factorial-algorithms-in_9.html
CC-MAIN-2018-26
refinedweb
2,764
54.83
XML Divided September 26, 2001. XML Schema a Turning Point. Perhaps the most important inheritance from these early years has been the lesson that it's profitable to agree on interoperable standards, with the consequent rise to fashion of participation in open standards groups. By providing a starting place for agreeme...
https://www.xml.com/pub/a/2001/09/26/xmldivided.html
CC-MAIN-2022-05
refinedweb
858
51.68
I am looking for a clown to replace me as a regular on these forums. You won't receive payment but you can consider it a service to the cprogramming.com community! Anyone who's interested in this... Type: Posts; User: Barney McGrew I am looking for a clown to replace me as a regular on these forums. You won't receive p...
https://cboard.cprogramming.com/search.php?s=2813e785ed0e2067ea7a1f8841ccb4e8&searchid=2965602
CC-MAIN-2020-10
refinedweb
754
73.88
Today, Microsoft flips the switch on the latest generation of its Office 365 Enterprise hosted collaboration service. At the same time, Microsoft will release for purchase the software products that make up Office 365—Office 2013 Professional, Exchange 2013, SharePoint 2013, and Lync 2013. The Office 365 service was fi...
https://arstechnica.com/information-technology/2013/02/exchange-and-sharepoint-2013-review/?comments=1&start=40
CC-MAIN-2018-51
refinedweb
2,183
58.62
1. Now suppose the two doctors play this game twice. Also, suppose each doctor can play one of two strategies: it can play either “always charge the low price†or “tit for tatâ€â€” that is, it starts off charging the high price in the first period, and then in the second period it does whatever the other doctor di...
http://www.chegg.com/homework-help/questions-and-answers/1-suppose-two-doctors-play-game-twice-also-suppose-doctor-play-one-two-strategies-play-eit-q4042491
CC-MAIN-2016-07
refinedweb
124
73.78
ChainLockerGenerator: A Python Script to Generate a Customized ChainLocker ChainLocker[Ex] is generic, but does require some customization in regard to the depth of the hierarchy it needs to support and to address whether you want ChainLocker (no shared state) or ChainLockerEx (with shared state). You may opt create on...
http://www.drdobbs.com/mobile/the-iphone-application-builder/mobile/concurrent-programming-with-chain-lockin/240149442?pgno=3
CC-MAIN-2016-26
refinedweb
1,652
52.09
0 Hi all! I'm having some trouble with constructors and destructors. I've been told that a constructor creates an object and a destructor destroys it. The problem is that in my code I try to destroy straight2, but I can still print out it's length as if it wasn't destroyed at all. After that it gets destroyed again. Ca...
https://www.daniweb.com/programming/software-development/threads/483578/constructors-destuctors
CC-MAIN-2018-13
refinedweb
134
76.11
c941736c92fa3a319221f65f6755659b2a5e0a20 (commit) from e8d8d7ec98af7c3777fd664adca8be5630afbc90 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log -----------------------------------------------------...
https://sourceware.org/legacy-ml/glibc-cvs/2014-q1/msg00252.html
CC-MAIN-2020-34
refinedweb
1,446
52.05
30 April 2009 23:55 [Source: ICIS news] (Recasts throughout, adds Plante & Moran comments, paragraphs 6-7) HOUSTON (ICIS news)--With US auto manufacturer Chrysler wrestling with bankruptcy and new owners, the question for automotive suppliers will be when - not if - change will come, sources said on Thursday. Chrysler,...
http://www.icis.com/Articles/2009/04/30/9212710/chrysler-bankruptcy-to-shake-us-supplier-chain.html
CC-MAIN-2015-18
refinedweb
530
52.19
Wing Tips: Using Matplotlib with Wing 7 Wing supports interactive development and debugging of Python code designed for the Matplotlib numerical and scientific plotting library, so plots can be shown and updated from the command line. For example, two plots could be shown in succession by typing the following into Wing...
http://wingware.com/hints/matplotlib
CC-MAIN-2020-16
refinedweb
864
54.05
And yet we’ve deprecated and removed: - procedure syntax do..while - symbol literals to name just the few that I am convinced are in every Scala 2 book. And yet we’ve deprecated and removed: do..while to name just the few that I am convinced are in every Scala 2 book. I think that I agree with @lihaoyi. It is important...
https://contributors.scala-lang.org/t/meanings-of-underscore-including-wildcard-imports/4843?page=2
CC-MAIN-2021-17
refinedweb
1,700
72.87
H2O Framework for Machine Learning This article is an overview of H2O, a scalable and fast open-source platform for machine learning. We will apply it to perform classification tasks. the term deposit on the basis of his/her personal features of the client, marketing campaign features and current macroeconomic conditio...
https://www.kdnuggets.com/2020/01/h2o-framework-machine-learning.html
CC-MAIN-2021-04
refinedweb
2,873
57.98
You will learn about the new features and the simplification of the programming model, find out what has changed under the cover, such as smarter querying for better performance. You will also read about the upcoming features. Don’t miss the opportunity to fill in our survey to bring your ideas in the roadmap! For over...
https://neo4j.com/blog/spring-data-neo4j-5-0-release/
CC-MAIN-2022-05
refinedweb
1,893
52.8
This article is based on Making Java Groovyand the book will release on January POGOs have more capabilities than POJOs. For example, all POGOs have a map-based constructor that is very convenient for setting properties. The interesting thing is that, even if a class is written in Java, many of the same conveniences ap...
http://www.javabeat.net/treating-pojos-like-pogos/
CC-MAIN-2014-15
refinedweb
815
54.73
Opened 10 years ago Closed 9 years ago #10899 closed defect (fixed) is_chordal can raise TypeError Description (last modified by ) is_chordal often -- but not always -- raises a TypeError? on disconnected graphs (and the one-vertex graph) in 4.6.2: sage: G = Graph() sage: G.is_chordal() True sage: G = Graph(1) sage: G....
https://trac.sagemath.org/ticket/10899
CC-MAIN-2021-21
refinedweb
913
61.56
Setup There are a number of different tools which we will want to have at our disposal before we get started. We'll want to make sure we have the following items installed before we get started: Xcode can easily be obtained via the Mac Appstore and the newest iOS API's should be included with Xcode (and can always be o...
https://www.grapecity.com/en/blogs/creating-a-xamarin-bindings-library-for-a-custom-ios-control
CC-MAIN-2017-47
refinedweb
1,517
56.25
Created on 2007-10-10 14:10 by kakacek, last changed 2007-10-26 06:36 by kakacek. See please attached ZIP archive which contains the two simple example source codes. If you execute bb.py, let it running for a while and then press Ctrl+C then the Python will terminate safely and you will get the following output on your...
http://bugs.python.org/issue1255
crawl-002
refinedweb
569
76.01
The objective of this post is to explain how to add a Swagger UI to a ESP8266 REST API. Introduction The objective of this post is to explain how to add a Swagger UI to a ESP8266 API. Explaining what in detail what is Swagger is outside the scope of this post. As a quick explanation, Swagger is a REST API specification...
https://techtutorialsx.com/2017/05/28/esp8266-adding-swagger-ui-to-rest-api/
CC-MAIN-2017-26
refinedweb
2,775
62.68
Consul-AWS syncs the services in an AWS Cloud Map namespace to a Consul datacenter. Consul services will be created in AWS Cloud Map and the other way around. This enables native service discovery across Consul and AWS Cloud Map. This guide will describe how to configure and how to start the sync. » Authentication cons...
https://learn.hashicorp.com/consul/integrations/consul-aws
CC-MAIN-2019-30
refinedweb
770
52.8
Asked by: Auto Exposure Compensation At this point I have given up on requesting manual control of the color camera. Now that the only Kinects available are the Xbox One versions, and the firmware is locked into whatever updates happen to the Xbox, it seems unlikely that this will ever be fixed. So the only option left...
https://social.msdn.microsoft.com/Forums/en-US/2a6ba4d8-8c78-4c43-9345-d4136382d629/auto-exposure-compensation?forum=kinectv2sdk
CC-MAIN-2017-39
refinedweb
2,409
57.77
Hi, would anyone be able to show me an example of how to use the stream.seek() function from c++. I would like to use this to stream through a file and retrieve the 11th and 12th byte but im having trouble implimenting it any pointers or tips would be appreciated thank you 1 reply to this topic #1 Posted 31 December 20...
http://forum.codecall.net/topic/39404-streaming-files/
crawl-003
refinedweb
218
80.82
In How To Use A MCP23017 I2C Port Expander With The Raspberry Pi – Part 1 I explained how to configure your Pi to use I2C so you could connect an MCP23017 16-bit port expander to it. If you’ve followed that article and got your circuit ready you are only a few steps away from controlling the chip using a simple Python ...
http://www.raspberrypi-spy.co.uk/2013/07/how-to-use-a-mcp23017-i2c-port-expander-with-the-raspberry-pi-part-2/
CC-MAIN-2017-30
refinedweb
1,042
66.47
ARGetMultipleFilters Note You can continue to use C APIs to customize your application, but C APIs are not enhanced to support new capabilities provided by Java APIs and REST APIs. Description Retrieves from the specified server information about the filters whose names are specified by the nameList parameter. This fun...
https://docs.bmc.com/docs/ars91/en/argetmultiplefilters-609070925.html
CC-MAIN-2020-45
refinedweb
945
56.55
Type safety is a principle in programming languages which prevents accessing the values in variables inconsistent with their declared type. There are two kinds of type safety based on when the checks are performed: Without the checks, the values could be read from the memory as if they were of another type than they a...
https://www.dotnetcurry.com/csharp/1447/dynamic-binding-csharp
CC-MAIN-2022-27
refinedweb
2,408
54.42
I'm trying to append the data frame values as rows but its appending them as columns. I have 32 files that i would like to take the second column from (called dataset_code) and append it. But its creating 32 rows and 101 columns. I would like 1 column and 3232 rows. import pandas as pd import os source_directory = r'fi...
https://codedump.io/share/EjjGM2T3l3kx/1/python-pandas-dataframe-append-rows
CC-MAIN-2017-17
refinedweb
150
71.1
[ ] angela resolved JCR-733. ------------------------ Resolution: Later > Contribute packaging meachnism > ------------------------------ > > Key: JCR-733 > URL: > Project: Jackrabbit Content Repository > Issue Type: New Feature > Reporter: Tobias Bocanegra > > we will contribute a general 'packaging' mechanism that al...
http://mail-archives.apache.org/mod_mbox/jackrabbit-dev/201102.mbox/%3C856893307.3068.1297958424963.JavaMail.tomcat@hel.zones.apache.org%3E
CC-MAIN-2015-11
refinedweb
143
57.47
Dne 2. 3. 2014 21:55 "Marko Tiikkaja" <ma...@joh.to> napsal(a): > > On 3/2/14, 8:47 PM, Pavel Stehule wrote: >> >> 2014-03-02 19:59 GMT+01:00 Marko Tiikkaja <ma...@joh.to>: >>> >>> > > > That seems unbelievably ugly, but worse, loading the library in shared_preload_libraries doesn't work: > > 14782 FATAL: could not loa...
https://www.mail-archive.com/pgsql-hackers@postgresql.org/msg233979.html
CC-MAIN-2022-40
refinedweb
121
52.36
> hi guys i want to generate a simple mesh at runtime and then use it for my object's mesh renderer but i can not see anything on the screen. i think my problem is with setting triangles. is there anyone that he knows how should i set triangles and what are the different approaches for setting triangles vertecies? this...
https://answers.unity.com/questions/8023/creating-a-mesh-procedurally.html
CC-MAIN-2019-22
refinedweb
769
62.24
HI everyone, I am currently trying to use a DS3231 external RTC on my M5Stack core grey. I have tried many different libraries but problem remains the same : - I know the RTC is seen. I have run I2C scan and my DS3231 RTC has the 0x57 address. - I am able to set the current time into the RTC. - I am able to read the RT...
https://forum.m5stack.com/user/morguane
CC-MAIN-2021-04
refinedweb
336
62.34
#include <genesis/taxonomy/formats/taxopath_parser.hpp> Helper class to parse a string containing a taxonomic path string into a Taxopath object. This class bundles the parameters used for parsing a taxonomic path strings and offers functions for the actual parsing. This is needed in order to allow customization of the...
http://doc.genesis-lib.org/classgenesis_1_1taxonomy_1_1_taxopath_parser.html
CC-MAIN-2019-09
refinedweb
724
59.3
ESP8266 and MicroPython - Part 2 So, part 1 of ESP8266 and MicroPython was pretty lame, right? Instead of getting information out of Home Assistant we are going a step forward and create our own sensor which is sending details about its state to a Home Assistant instance. Beside HTTP POST requests, MQTT is the quickest...
https://home-assistant.io/blog/2016/08/31/esp8266-and-micropython-part2/
CC-MAIN-2017-34
refinedweb
473
59.7
Re: mail mapping From: Darin Roulston [MSFT] (darinr_at_online.microsoft.com) Date: 01/20/05 - Next message: Abby: "RE: Mail Routing Issues" - Previous message: Darin Roulston [MSFT]: "Re: Smarthost" - Messages sorted by: [ date ] [ thread ] Date: Thu, 20 Jan 2005 22:52:04 GMT Yes, This is not a DNS problem. To do what...
http://www.tech-archive.net/Archive/Exchange/microsoft.public.exchange2000.transport/2005-01/0073.html
CC-MAIN-2014-10
refinedweb
731
63.39
I2C PINOUT QUESTION Hi, I'm possibly being a bit dense but I have a WiPy 2.0 plugged into an expansion board and I can't figure out where to connect SCA and SCL. The pin-outs for the WiPy 2.0 indecate that SCA/SCL are on P9 and P10. But the pin-outs for the expansion board indecate that P9 and P10 are used for the butt...
https://forum.pycom.io/topic/1080/i2c-pinout-question
CC-MAIN-2020-40
refinedweb
310
90.9
I am trying to create a binary tree. Ultimately I would like a user to be able to insert how deep he or she wants the tree to be and then have my program be able to create the tree at that depth. Root = depth 1 and so on. Here is the code I have.. it doesn't seem to do the right thing. I have set my depth level at a gi...
https://www.daniweb.com/programming/software-development/threads/56783/binary-tree-help
CC-MAIN-2018-43
refinedweb
236
69.72
Contents This workflow allows you to quickly build/deploy Chromium to any Chromium OS device without needing a Chromium OS checkout or chroot. It's useful for trying out your changes on a real device while you're doing Chromium development. If you want your Chromium changes to be included when building a full Chromium ...
https://www.chromium.org/chromium-os/how-tos-and-troubleshooting/building-chromium-browser
CC-MAIN-2017-17
refinedweb
1,653
65.22
Static Constructors — What? What??? The best days of the year fall on the days that I learn something so completely new and useful in C# that I literally rush out to find a good place to use it. It has happened several times over the years, for example when discovered coalescing operators and ternary operators (not lim...
https://somewebguy.wordpress.com/2010/03/28/static-constructors/
CC-MAIN-2017-17
refinedweb
772
63.19
From: Gavin Lambert (boost_at_[hidden]) Date: 2019-06-27 00:11:18 On 26/06/2019 20:26, Andrey Semashev wrote: >> Most of the time this Just Worksâ¢; > > I'd say, most of the time it doesn't work. Including any foreign > headers, including standard library headers, in lib.hpp will break the > program at some stage, eith...
https://lists.boost.org/Archives/boost/2019/06/246433.php
CC-MAIN-2022-40
refinedweb
629
61.77
Connect a ARM Microcontroller to a FPGA using its Extended Memory Interface (EMI) Contents - 1 Summary - 2 Introduction - 3 The Processor - 4 The FPGA - 5 Make Linux work on the Phytec board. - 6 User Software - 7 C-source code of a User Program. - 8 Bibliography - 9 links to NXP and Phytec pages.</p> - Supports mobile...
http://www.elinux.org/Connect_a_ARM_Microcontroller_to_a_FPGA_using_its_Extended_Memory_Interface_(EMI)
CC-MAIN-2015-32
refinedweb
4,136
55.54
Removing outliers from a pandas dataframe Project description OUTLIER REMOVAL PROJECT 2, UCS633 - Data Analysis and Visualization Nikhil Gupta COE17 Roll number: 101703371 Output is the number of rows removed from the input dataset. The remaining rows of the dataset are streamed to a new csv file whose name is required...
https://pypi.org/project/outlierpack-NG/
CC-MAIN-2020-10
refinedweb
186
58.48
Snap.swift - Snapshot testing in a snap 🎨 Snap.swift is a snapshot testing library to facilitate the UI testing of your views. 🤖 Requirements - iOS 9.0+ - tvOS 10.0+ - Xcode 9.0+ - Swift / Objective-C 🎨 Why test the UI? You want to make sure that every time you touch any of your UI elements everything stays as they ...
https://reposhub.com/swift/testing-frameworks/skyweb07-Snap-swift.html
CC-MAIN-2022-21
refinedweb
596
52.19
Querying a Database: Disconnected Approach We can query results from a database while not keeping associate degree open connection.This is through the assistance of the DataAdapter classes and the DataSet class. The DataAdapter executes commands to the database and fills the outcomes returned by the query inside a tabl...
https://compitionpoint.com/fetch-sql/
CC-MAIN-2021-31
refinedweb
688
53.92
I was playing around with a custom mapping type, and I wanted to use it as a namespace, so I tried to use it as my module __dict__: >>> import __main__ >>> __main__.__dict__ = MyNamespace() Traceback (most recent call last): File "<stdin>", line 1, in <module> TypeError: readonly attribute Why is __dict__ made read-onl...
https://mail.python.org/pipermail/python-list/2009-August/546244.html
CC-MAIN-2016-22
refinedweb
218
64.41
Using the Windows Runtime from C++ - Date: September 14, 2011 from 3:30PM to 4:30PM - Day 2 - Jolt - TOOL-532T - Speakers: Herb Sutter - 62,940 Views - 140 Why can't Microsoft develop a normal, modern API for native languages without changing language standards? Can't agree more with you on this. BTW GCC has better C++...
http://channel9.msdn.com/Events/Build/BUILD2011/TOOL-532T?format=auto
CC-MAIN-2013-48
refinedweb
17,152
70.94
Faheem. On 15.11.04, Faheem Mitha wrote: > I don't know whether this is a upstream issue, but the following simple > script crashes with the following error when using the 0.7 Debian > experimental packages that Graham Wilson just made available. It works > fine with 0.6.3. The graph module changed with PyX 0.7 and no...
https://sourceforge.net/p/pyx/mailman/pyx-user/?viewmonth=200411&viewday=15
CC-MAIN-2016-30
refinedweb
591
62.44
In article <mailman.952.1235850376.11746.python-list at python.org>, <rdmurray at bitdance.com> wrote: > >I think this is the key point. I am an experienced Python programmer, >and I had to think long and hard about what you were saying, Mark, in >order to understand how it applied to Python. I think this means that >y...
https://mail.python.org/pipermail/python-list/2009-March/528901.html
CC-MAIN-2016-40
refinedweb
252
72.66
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. Login to webservice using C# Hi, I am doing some work where I try and connect to the webservice of Odoo 8 through the XML RPC int...
https://www.odoo.com/forum/help-1/question/login-to-webservice-using-c-68773
CC-MAIN-2018-22
refinedweb
368
50.12
This picks up from my last post Learning F# via some Machine Learning: The Single Layer Perceptron where I described a simple neural network ("The Single Layer Perceptron") and took a C# implementation (from an article on the site Robosoup) and rewrote it into a style of "functional C#" with the intention of then trans...
https://www.productiverage.com/Archive/Tag/F%23
CC-MAIN-2022-05
refinedweb
14,521
60.65
Walid Sakr wrote:please help Junilu Lacar wrote:Just a side note: this would be a perfect program to do in the Greenfoot environment. Winston Gutkowski wrote: Walid Sakr wrote:please help Follow Fred's advice and you'll soon work out what's wrong. My advice is more general: Your solution is very procedural. How do I kn...
http://www.coderanch.com/t/608791/java/java/connect-dimensional-arrays
CC-MAIN-2014-41
refinedweb
431
69.31
>>> class D: ... __class__ = 1 ... __name__ = 2 ... >>> D.__class__ <class 'type'> >>> D().__class__ 1 >>> D.__name__ 'D' >>> D().__name__ 2 D.__class__ D().__class__ __class__ __name__ __name__ __class__ object Instance --> Class --> Class.__bases__ and the bases of the other classes as well type D.__class__ __class__...
https://codedump.io/share/9WoSC8HHZDws/1/class-attribute-lookup-rule
CC-MAIN-2017-09
refinedweb
497
53.37
What is an R environment? Want to share your content on R-bloggers? click here if you have a blog, or here if you don't. For many years as an R user, I didn’t care about environments. To run your statistics, you only very rarely need them. Until you come accross your first environmental concerns… For me, that was in re...
https://www.r-bloggers.com/2015/02/what-is-an-r-environment/
CC-MAIN-2022-21
refinedweb
435
72.87
Solution Longest Increasing Subsequence Dynamic Programming: O(N^2) - LIS[i] stores the longest subsequence that ends at index i. Now LIS[i+1] can be derived from LIS[j] and nums[j]. For an index j (such that 0<=j<=i), we can use nums[i+1] to increase the subsequence that ends at nums[j] by 1 iff nums[i+1] > nums[j]. N...
https://discuss.leetcode.com/topic/75189/python-solution-with-detailed-explanation
CC-MAIN-2018-05
refinedweb
398
71.95
, any chance I could get this applied against the current head? These symbols aren't static right now and it's breaking my linking in a project that uses multiple wrapper files compiled into the same executable statically. Also, I've got a basic CMake-based build script that seems to work well on Windows that might be ...
https://sourceforge.net/p/swig/mailman/swig-user/?viewmonth=200710&viewday=27
CC-MAIN-2016-44
refinedweb
749
65.52
RSS Web-Feeds, The Next Big Thing? 360 mi writes "Yahoo! carries an Associated Press editorial about RSS-based news feeds, and how they are pushing the spam-ridden e-mail and advertising-ridden web-pages aside and consolidate information from multiple sites. Slashdot itself is mentioned by the author as one of his sour...
https://slashdot.org/story/04/02/29/1549207/rss-web-feeds-the-next-big-thing
CC-MAIN-2017-22
refinedweb
6,326
73.88
putgrent - write a group database entry to a file Synopsis Description Colophon #define _GNU_SOURCE /* See feature_test_macros(7) */ #include <grp.h> int putgrent(const struct group *grp, FILE *fp); The putgrent() function is the counterpart for fgetgrent(3). The function writes the content of the provided struct group...
http://manpages.sgvulcan.com/putgrent.3.php
CC-MAIN-2017-13
refinedweb
143
65.01
For the VS1010B Developer Board, here is a small program that loops audio from line in to line out. The developer board has a LINE IN connector, which is connected to an I2S AD converter (AK5358B). This small program configures the I2S port of the VS1010 to get samples from that AD converter and feed them to the output...
http://www.vsdsp-forum.com/phpbb/viewtopic.php?f=15&p=11570&sid=c8501bcce85dad2e54f0ded6d6ef9aeb
CC-MAIN-2018-43
refinedweb
254
56.35
By bloid via blog.sharendipity.com Published: Nov 05 2008 / 23:40 This post is the first in a series regarding a complete port of a very large Java project to ActionScript. Stay tuned for the intricacies that arise in doing so. By bloid via blog.sharendipity.com Published: Nov 05 2008 / 23:40 Miloskov replied ago: This...
http://www.dzone.com/links/were_moving_to_flash_heres_why.html
crawl-003
refinedweb
253
71.85
#include <IFidTable.H> This class maintains a mapping between integer indices and IFids for a given EB index space. Creates an empty table. Destructor (not virtual). Adds the given IFid to the table, returning the index at which it may be subsequently retrieved. If the IFid already exists in the table, the table is una...
http://davis.lbl.gov/Manuals/CHOMBO-SVN/classIFidTable.html
CC-MAIN-2019-22
refinedweb
135
55