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
CryptImportKey (Windows CE 5.0) This function transfers a cryptographic key from a key binary large object (BLOB) to the cryptographic service provider (CSP). This function can be used to import an Schannel session key, regular session key, public key, or public/private key pair. For all but the public key, the key or ...
https://msdn.microsoft.com/en-us/library/ms938178.aspx
CC-MAIN-2015-35
refinedweb
490
57.47
. (For more resources related to this topic, see here) As we've heard a lot about UIKit. We've seen it at the top of our Swift files in the form of import UIKit. We've used many of the UI elements and classes it provides for us. Now, it's time to take an isolated look at the biggest and most important framework in iOS ...
https://www.packtpub.com/books/content/understanding-uikitfundamentals
CC-MAIN-2017-17
refinedweb
1,681
58.42
Analytics for .NET Our .NET library is the best way to integrate analytics into your .NET application or website. It lets you record analytics data from your ASP.NET, C#, F#, and Visual Basic code. The library issues requests that hit our servers, and then we route your data to any analytics service you enable on. Gett...
https://segment.com/docs/connections/sources/catalog/libraries/server/net/
CC-MAIN-2020-10
refinedweb
1,118
52.66
Reindeer::Util - Common and utility functions for Reindeer This document describes version 0.016 of Reindeer::Util - released September 17, 2012 as part of Reindeer. This package provides the parts of Reindeer that are common to both Reindeer and Reindeer role. In general, this package contains functions that either re...
http://search.cpan.org/~rsrchboy/Reindeer-0.016/lib/Reindeer/Util.pm
CC-MAIN-2016-36
refinedweb
124
58.38
Using Tellurium The combination of libraries in Tellurium allow you to write python scripts that define, simulate, and analyze models. Models are defined using the Antimony syntax, which are loaded for simulation and analysis in libRoadRunner. The roadrunner tutorial is an excellent reference for available functionalit...
http://tellurium.analogmachine.org/documentation/tellurium-tutorial/
CC-MAIN-2017-22
refinedweb
643
52.97
Read the detailed guide to the user interface Learn how to access GenomeSpace functionality for each Tool See answers to frequently asked questions Access talks by the GenomeSpace community Provides description for end-to-end analyses. Posted by Ted Liefeld on Monday, December 16, 2013 at 11:58AM Last updated on Wednes...
http://genomespace.org/blog?page=3
CC-MAIN-2017-43
refinedweb
3,470
59.43
using . Posted Monday, February 04, 2008 6:25 AM by OrenEllenbogen Alright alright, so I didn't post anything for... a decade or so. but I'm here (at the office that is) all day long, being a part of a great Team, building the greatest\coolest piece of software I've ever dream of.I promised myself that I'll be short th...
http://blogs.microsoft.co.il/blogs/orenellenbogen/
crawl-003
refinedweb
2,581
70.43
I'm new to Scala... Here's the code: def ack2(m: BigInt, n: BigInt): BigInt = { val z = BigInt(0) (m,n) match { case (z,_) => n+1 case (_,z) => ack2(m-1,1) // Compiler says unreachable code on the paren of ack2( case _ => ack2(m-1, ack2(m, n-1)) // Compiler says unreachable code on the paren of ack2( } } I'm trying to ...
http://www.pcaskme.com/scala-compiler-says-unreachable-code-why/
CC-MAIN-2019-04
refinedweb
189
67.79
This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project. >>>>> "David" == David Carlton <carlton@math.stanford.edu> writes: David> I'm no Java expert, but here's the situation as I understand David> it. When evaluating Java code, sometimes you have to generate David> new Java cla...
http://www.sourceware.org/ml/gdb-patches/2003-01/msg00662.html
CC-MAIN-2019-26
refinedweb
180
67.45
Encore: like a standalone JavaScript application: it will require all of the dependencies it needs (e.g. jQuery or React), including any CSS. Your app.js file is already doing this with a special require() function: Encore’s job (via Webpack) is simple: to read and follow all of the require() statements and create one ...
https://symfony.com/doc/4.3/frontend/encore/simple-example.html
CC-MAIN-2020-40
refinedweb
837
66.94
Extensible Hypertext Mark Up Language (XHTML) is the successive markup language to the near ubiquitous Hypertext Mark Up Language (HTML). Rooted in Standard Generalized Markup Language (SGML), HTML is flexible but complex, leaving the liberties with which web browsers take with its rules to cause a number of problems. ...
https://en.m.wikibooks.org/wiki/XHTML/What_is_XHTML
CC-MAIN-2016-50
refinedweb
424
64.91
15-square Game Join the DZone community and get the full member experience.Join For Free py_s60 1.1.3 was released a week ago. I wonder why there's no more people playing with it. So, I have created a simple game as an example. I don't know what this game is called. It has 4x4 square box with 15 pieces (1 piece missing...
https://dzone.com/articles/15-square-game
CC-MAIN-2016-40
refinedweb
463
67.55
Synopsis edit - - yield ?value? See Also edit - yieldto - instead of yielding a value directly, execute a command in place of the current coroutine context, which then returns a value. - tcl::unsupported::yieldm - an experiment in passing multiple values to a coroutine. yieldm turned out to be trivial to implement in t...
http://wiki.tcl.tk/13849
CC-MAIN-2016-50
refinedweb
512
58.25
OSError: Couldn't connect to Modem! Hello. We are trying to debug a problem we are having related to the LTE modem on the FiPy. When pycom.lte_modem_en_on_boot() is set to False we are experiencing that we can not start LTE communication at all after a reset (deepsleep, machine.reset or button), but not after power cyc...
https://forum.pycom.io/topic/4922/oserror-couldn-t-connect-to-modem/1
CC-MAIN-2021-17
refinedweb
892
76.22
Provided by: openssh-client_8.4p1-6ubuntu2_amd64_file] DESCRIPTION ssh-keygen generates, manages and converts authentication keys for ssh(1). ssh-keygen can create keys for use by SSH protocol version 2. The type of key to be generated is specified with the -t option. If invoked without any arguments, ssh-keygen will g...
https://manpages.ubuntu.com/manpages/impish/en/man1/ssh-keygen.1.html
CC-MAIN-2022-27
refinedweb
830
56.96
Alex Rousskov wrote: >. Ah, but it did. it just used a mix of some #define (2.x,3.0) and class methods (3.0) and added upper case letters in the name. > >>. Ok let me make this clearer. the #defines and methods above did _explicit_ calls to c_str(). At this stage we actually have a three-way choice: - backout - add in ...
http://www.squid-cache.org/mail-archive/squid-dev/200705/0141.html
CC-MAIN-2014-15
refinedweb
296
82.75
On Fri, Feb 17, 2017 at 12:02:52PM +0100, Florian Weimer wrote:> We want to reject PTY devices from other namespaces as valid input to> the ttyname and ttyname_r functions, while still providing a hint to> callers that the device is, in fact, a PTY. Christian Brauner wrote a> glibc patch for this:> > <>> > It hard-code...
https://lkml.org/lkml/2017/2/17/556
CC-MAIN-2017-43
refinedweb
122
80.51
Details - Type: Bug - Status: Closed - Priority: Minor - Resolution: Done - Affects Version/s: Jena 2.7.4 - Fix Version/s: Jena 2.11.0 - Component/s: Build, Ontology API - Labels:None - Environment: Java 7 (1.7.0_07) Linux 64 bit. (but not Java 1.6.0_24) Description Under java7, the build of jena core gets two stacktra...
https://issues.apache.org/jira/browse/JENA-333
CC-MAIN-2017-34
refinedweb
567
57.57
By default, the view frustum is arranged symmetrically around the camera’s center line, but it doesn’t necessarily need to be. You can make the frustum oblique, which means that one side is at a smaller angle to the centre line than the opposite side. This makes the perspective on one side of the image seem more conden...
https://docs.unity3d.com/es/2020.1/Manual/ObliqueFrustum.html
CC-MAIN-2020-29
refinedweb
543
50.97
The FeedFlare API (FlareAPI) allows anyone to extend our existing FeedFlare service. Provide new actions and incorporate outside services to make your content more interesting and engaging — both in your FeedBurner feed and on your website. This document assumes you are a web application developer familiar with XML and...
http://code.google.com/apis/feedburner/feedflare_dev_guide.html
crawl-002
refinedweb
2,463
63.8
Welcome to the Parallax Discussion Forums, sign-up to participate. #include "simpletools.h" #define POS_EDGE_CTR 0b01010 << 26; // Pos edge counter config val void pinToggle(void *par); // Function prototype volatile int dt, n, pin; // Shared between cogs unsigned int stack[43 + 128]; // Large stack - prototyping int m...
http://forums.parallax.com/discussion/160301/mixed-mode-programming-tutorial
CC-MAIN-2017-34
refinedweb
2,273
61.16
Fun with the iRobot Create Very little in the Linux universe interacts directly with the physical world. Although you may have peripherals that allow you to work with the computer, the computer has no way to interact with you. This is easily solvable by creating a robot for it to control. iRobot, famous for its Roombas...
http://www.linuxjournal.com/magazine/fun-irobot-create
CC-MAIN-2015-40
refinedweb
1,766
65.22
. : Array Array( ) //. push( ) unshift( ) You append elements to the end of an existing array using the Array.push( ) method, passing it one or more values to be appended: Array.push( ): length .length: undefined letters ["a", "b", "c", undefined, undefined, "f"]. Array.pop( ) Recipe 5.2 You want to access each element...
http://archive.oreilly.com/pub/a/actionscript/excerpts/as3-cookbook/chapter-5.html
CC-MAIN-2015-40
refinedweb
1,581
56.96
sasl_errstring man page sasl_errstring — Translate a SASL return code to a human-readable form Synopsis #include <sasl/sasl.h> const char * sasl_errstringbledygook). Note that a server should call sasl_usererr on a return code first if the string is going to be sent to the client. saslerr specifies the error number to ...
https://www.mankier.com/3/sasl_errstring
CC-MAIN-2017-17
refinedweb
137
58.58
Unity 2019.4.30_Release Notes (.PDF) 릴리스 정보 Known Issues in 2019.4.30f1 Ads: [Android] Unity Ad return app to Lock screen (1281041) Animation: Inspector not displaying state and transition properties once duplicated (1251586) Asset Import Pipeline: Editor crashes with out of memory while importing a lot of assets (most...
https://unity3d.com/kr/unity/whats-new/2019.4.30
CC-MAIN-2022-05
refinedweb
2,065
54.32
Video descriptionThe quickest way to learn the basics of Python. Massimo Perga, Microsoft The Quick Python Book offers a clear, crisp introduction to the elegant Python programming language and its famously easy-to-read syntax. Made for programmers new to Python, this Python development landscape, including GUI program...
https://www.oreilly.com/library/view/quick-python-2nd/9781935182207VE/
CC-MAIN-2022-40
refinedweb
550
55.1
My previous installation of CUDA on Ubuntu 14.04 was a bit frustrating due to the booting issue after installation. System would often be frozen and stuck on the Ubuntu logo while booting. Some say it was due to the driver issues. And I have turned to windows and issues seemed solved. I basically followed this blog gui...
https://weiminwang.blog/2015/10/25/installing-cuda-7-5-and-pycuda-on-windows-for-testing-theano-with-gpu/comment-page-1/
CC-MAIN-2020-24
refinedweb
496
59.7
clean up xpfe/ after suite moving to toolkit RESOLVED FIXED in seamonkey2.0a1 Status People (Reporter: kairo, Assigned: kairo) Tracking Firefox Tracking Flags (Not tracked) Details Attachments (4 attachments, 1 obsolete attachment) When bug 328887 lands and SeaMonkey will use toolkit, a lot of code in xpfe/ will go unu...
https://bugzilla.mozilla.org/show_bug.cgi?id=380786
CC-MAIN-2019-26
refinedweb
1,738
52.6
Silverlight Toolkit for Windows Phone? What does it bring to the table? Silverlight Toolkit for Windows Phone? What does it bring to the table? Join the DZone community and get the full member experience.Join For Free Developing for Windows Phone 7 is fun and the default SDK comes pre-loaded with the basic set of compo...
https://dzone.com/articles/why-you-need-download
CC-MAIN-2018-30
refinedweb
822
63.49
Details - Type: Bug - Status: Closed - Priority: Critical - Resolution: Fixed - Affects Version/s: Scala 2.10.0, Scala 2.10.1-RC1 - Fix Version/s: Scala 2.10.2-RC1 - Component/s: None - Labels:None Description In Types.scala we have the following code: Statistics.newView("#unique types") { if (uniques == null) 0 else u...
https://issues.scala-lang.org/browse/SI-7130
CC-MAIN-2014-15
refinedweb
300
58.28
. PayPal Buyer Protection uses online dispute resolution to address transaction-related disputes between buyers and sellers. For transactions that are eligible for PayPal Buyer Protection (look for the blue and white shield on the eBay listing), buyers can report a problem with a purchase as long as it's tangible merch...
http://etutorials.org/Misc/paypal+hacks/Chapter+2.+Making+Payments/Hack+16+Dispute+Merchandise+Payments/
CC-MAIN-2017-22
refinedweb
1,062
59.84
It’s been four weeks and 7 EAP builds since we blogged about the ReSharper Ultimate 2017.2 EAP (Early Access Program) — time to have a thorough look at what’s new since! - Improved C# 7.1 support in ReSharper - ReSharper – Navigation - ReSharper – Inspections and quick-fixes - ReSharper – Web - ReSharper – More! - dotP...
https://blog.jetbrains.com/dotnet/2017/07/20/whats-new-latest-resharper-2017-2-eap-builds/?replytocom=498277
CC-MAIN-2019-51
refinedweb
2,151
56.55
Not all I/O ASIC versions have the free-running counter implemented, an early revision used in the 5000/1xx models aka 3MIN and 4MIN did not have it. Therefore we cannot unconditionally use it as a clock source. Fortunately if not implemented its register slot has a fixed value so it is enough if we check for the value...
http://www.linux-mips.org/archives/linux-mips/2013-09/msg00071.html
CC-MAIN-2015-35
refinedweb
823
62.38
Return Oriented Programming on ARM (32-bit) Anirudh Originally published at icyphox.sh on ・5 min read Before we start anything, you’re expected to know the basics of ARM assembly to follow along. I highly recommendAzeria’s series on ARM Assembly Basics. Once you’re comfortable with it, proceed with the next bit — envir...
https://dev.to/icyphox/return-oriented-programming-on-arm-32-bit-436m
CC-MAIN-2019-47
refinedweb
1,227
72.97
hi every body... i have problem in my project,and i need help to solve it the problem is :: i have string variable and i want to store two values in it one value is string that insert it by the user and another value is integer that is generated by the system... the problem is in the integr value how can i append it to...
https://www.daniweb.com/programming/software-development/threads/96332/convert-integer-to-array-of-character
CC-MAIN-2017-09
refinedweb
158
64.85
Red Hat Bugzilla – Bug 972429 BodhiClient is not working properly if running in thread and from interative interpreter Last modified: 2013-06-09 11:27:55 EDT Created attachment 758721 [details] Bodhi reproducer Description of problem: BodhiClient is not working when it's invoked from python interactive interpreter and ...
https://bugzilla.redhat.com/show_bug.cgi?id=972429
CC-MAIN-2018-34
refinedweb
265
52.9
The Aether project provides a library to interact with artifact repositories. In this context, artifact refers to some arbitrary file. Interaction refers to the acts of downloading artifacts and potentially their transitive dependencies from repositories for consumption by a local task and uploading local artifacts to ...
http://www.eclipse.org/projects/project-plan.php?planurl=/aether/plan/current.xml
CC-MAIN-2014-49
refinedweb
479
53.41
Performance we move on to the details, let’s recall how the plugin is used for tracking performance in CI builds: - Write an integration test that runs some performance-critical functionality in your application. - In the plugin, set a performance threshold for this test, which is the execution time value in ms or valu...
https://blog.jetbrains.com/dotnet/2016/02/16/performance-profiling-in-continuous-integration-an-updated-dottrace-plugin-to-teamcity/
CC-MAIN-2021-04
refinedweb
1,987
61.87
View Source IEx (IEx v1.14.0-dev) Elixir's interactive shell. Some of the functionalities described here will not be available depending on your terminal. In particular, if you get a message saying that the smart terminal could not be run, some of the features described here won't work. helpers Helpers IEx provides a b...
https://hexdocs.pm/iex/master/IEx.html
CC-MAIN-2022-27
refinedweb
3,978
65.01
Would it be possible to add string as an option for the feature parameter of expandSelectionTo? It would function similar to brackets, selecting the text between the quotes. This makes it easy to replace the content of string literals without having to manually select everything. You get a similar feature by pressing C...
https://forum.sublimetext.com/t/expandselectionto-string/856/3
CC-MAIN-2016-36
refinedweb
391
52.76
BuildOrBuyTerms Should I use somebody else's vocabulary of terms or make my own? - Yes. ;-) see also: DontWorryBeCrappy. Perhaps more helpfully, see VocabularyMarket. -. (discussion with respect to WWW2004 photo annotation project) Comment: I suppose an obvious thing is that you should be able to suggest/specify in a s...
https://www.w3.org/wiki/BuildOrBuyTerms
CC-MAIN-2016-50
refinedweb
167
66.33
This is part of a series I started in March 2008 - you may want to go back and look at older parts if you're new to this series. I published the last article in this series in June 2010, after a long break. At the time of finally making a serious start to this part, it was April 2013, and as of the time I am editing an...
https://hokstad.com/compiler/26-stabs
CC-MAIN-2021-21
refinedweb
2,327
63.9
Ahh thanks everyone for helping me i guess i am done here because i got it to fully function :) Ahh thanks everyone for helping me i guess i am done here because i got it to fully function :) Ok thanks guys i got it all figured out. So wonder if i can ask another question here instead of making another thread? If so he...
http://www.javaprogrammingforums.com/search.php?s=97bcbe69367f9ba1a2d239fff1b97685&searchid=1365146
CC-MAIN-2015-06
refinedweb
183
78.48
0 Hi there, So I am trying to make a program that will allow me to input multiple users and be able to store data under their names. My problem is that I don't know how to make it so that the user can input as many names as he/she wants to. I created a while loop that stated that until the user typed in "n", it would k...
https://www.daniweb.com/programming/software-development/threads/461656/java-program-help
CC-MAIN-2018-13
refinedweb
210
75.1
GP. Developing GPIO Zero Nearly two years ago, I started the GPIO Zero project as a simple wrapper around the low-level RPi.GPIO library. I wanted to create a simpler way to control GPIO-connected devices in Python, based on three years’ experience of training teachers, running workshops, and building projects. The ide...
https://www.raspberrypi.org/blog/gpio-zero-update/?replytocom=1313472
CC-MAIN-2017-43
refinedweb
1,794
60.95
Program the Cloud with 12 Pulumi Pearls In this post, we’ll look at 12 “pearls” – bite-sized code snippets – that demonstrate some fun ways you can program the cloud using Pulumi. In my introductory post, I mentioned a few of my “favorite things”. Now let’s dive into a few specifics, from multi-cloud to cloud-specific,...
https://www.pulumi.com/blog/program-the-cloud-with-12-pulumi-pearls/
CC-MAIN-2021-25
refinedweb
4,733
56.05
Read Concurrency Parallelism and Goroutines for Beginners before you proceed further. CodeRef# 1 What do you think is the Output of above code? Output CodeRef# 2 CodeRef# 3 Output CodeRef# 3 Play with CodeRef# 3 CodeRef# 4 Output CodeRef# 4 Play with the Code CodeRef# 5 Output CodeRef# 5 CodeRef# 6 Play with the Code O...
http://www.golangpro.com/2016/04/
CC-MAIN-2017-26
refinedweb
733
72.76
Creating APEX Class in Salesforce Syntax of class: Private | public | global “Virtual | abstract | with sharing | without sharing | (none)” Class implements | (none)” “extends | (none)” { // the body of the class } To create an Apex class, go to the following path Your Name —> SetupàApp setup—>Develop —> click on Apex ...
https://tekslate.com/salesforce-creating-apex-class/
CC-MAIN-2018-51
refinedweb
550
64.81
09 September 2009 18:13 [Source: ICIS news] TORONTO (ICIS news)--The Qatargas 2 liquefied natural gas (LNG) project has started production at its Train B this week, stakeholder Total said on Wednesday. The 7.8m tonne/year Train B, also know as "Qatargas 2 Train 5", is one of two trains making up Qatargas 2. This brings...
http://www.icis.com/Articles/2009/09/09/9246362/qatargas-2-starts-lng-production-at-train-b-total.html
CC-MAIN-2015-11
refinedweb
109
65.62
On Thu, Sep 24, 2009 at 1:18 PM, Simon Willison <si...@simonwillison.net> wrote: > It's also something that's hard to do correctly. At the sprints Armin > pointed out that I should be using hmac, not straight sha1, for > generating signatures (something Django itself gets wrong in the few > places that implement signin...
https://groups.google.com/g/django-developers/c/EzUJJGyvHZE
CC-MAIN-2021-49
refinedweb
4,467
61.77
Have you ever thought about the possibility of using your phone’s camera for computer vision task? Yes, you can! In this article, I will walk you through how to use your phone camera with Python for computer vision. Learn How To Use Phone Camera with Python: Using a phone camera with Python is very useful for those who...
https://thecleverprogrammer.com/2021/01/05/use-phone-camera-with-python/
CC-MAIN-2021-43
refinedweb
414
80.92
This article will discuss the Jacobi Method in Python. We've already looked at some other numerical linear algebra implementations in Python, including three separate matrix decomposition methods: LU Decomposition, Cholesky Decomposition and QR Decomposition. The Jacobi method is a matrix iterative method used to solve...
https://www.quantstart.com/articles/Jacobi-Method-in-Python-and-NumPy
CC-MAIN-2018-05
refinedweb
507
55.03
Hi, trying to make my character jump but no luck. The actor falls straight through the ground when its suppossed to stop, and jump when its on the ground. here is the code: import greenfoot.*; // (World, Actor, GreenfootImage, Greenfoot and MouseInfo) /** * Write a description of class Mario here. * * @author (your nam...
https://www.greenfoot.org/topics/62520?pid=134197
CC-MAIN-2019-30
refinedweb
146
67.15
Yep, we have updated the open source project PyMongo-Frisk (0.0.4) to now support MongoDB Replica Sets! Our library extends the PyMongo Connection class and adds an additional method called “check_health()”. This method when called returns who is the master, a list of all slave nodes, verifies read and write connectivi...
http://myadventuresincoding.wordpress.com/category/pymongo/
crawl-003
refinedweb
249
60.24
Python Programming, news on the Voidspace Python Projects and all things techie. Ruby for Rails Review This is a review of the Manning book, Ruby for Rails. The review is written by Andrzej Krzywda, a colleague of mine from Resolver. In his previous job programmed in Ruby for Siemens in Poland. Ruby. The structure of t...
http://www.voidspace.org.uk/python/weblog/arch_d7_2006_11_18.shtml
crawl-002
refinedweb
1,815
65.73
49681/more-pythonic-counting-things-heavily-nested-defaultdict My code currently has to count things in a heavily nested dict into another. I have items that need to be indexed by 3 values and then counted. So, before my loop, I initialize a nested defaultdict like: from collections import defaultdict type_to_count_dic...
https://www.edureka.co/community/49681/more-pythonic-counting-things-heavily-nested-defaultdict
CC-MAIN-2019-47
refinedweb
198
59.09
How Users Can Let Children Move Up & Move Down (Part 2) By Geertjan. Hi Geertjan, me too, I had a hard time figuring out how to implement Node ordering. Let's assume you have an ArrayList keyArrayList to store the keys for your Children.Keys object. You need to permute the order of the keyArrayList content. It seems th...
https://blogs.oracle.com/geertjan/entry/how_users_can_let_children1
CC-MAIN-2014-15
refinedweb
965
50.02
Member since 05-15-2018 7 1 Kudos Received 0 Solutions 05-18-2018 10:59 AM 05-18-2018 10:59 AM I'm using Nifi 1.5. I don't have the create statement for the source (it's an oracle view) but the field in question is a TIMESTAMP(6) in the source DB. The target DB is Impala; the create table for that is create table test ...
https://community.cloudera.com/t5/user/viewprofilepage/user-id/53928
CC-MAIN-2019-51
refinedweb
1,111
64.1
hi all i have a question and plz i really need your help the question is >>>> A string of characters has balanced parenthesis if each right parentheses occurring in the string is matched with a preceding left parentheses in the same way each right brace in a C++ program is matched with a preceding left brace. Write a p...
http://cboard.cprogramming.com/cplusplus-programming/121581-plzzz-help-stack.html
CC-MAIN-2015-35
refinedweb
249
77.06
Reshaping a data from long to wide in python pandas is done with pivot() function. Pivot() function in pandas is one of the efficient function to transform the data from long to wide format. pivot() Function in python pandas depicted with an example. Let’s create a simple data frame to demonstrate our reshape example i...
https://www.datasciencemadesimple.com/reshape-long-wide-pandas-python-pivot-function/
CC-MAIN-2021-17
refinedweb
209
54.93
CodePlexProject Hosting for Open Source Software Hi, I just got the 1.6.1 release but I can't compile because the ReCaptcha dll is missing (The type or namespace name 'Recaptcha' could not be found). When I get that from the reCaptcha site I still can't compile because there's no object called RecaptchaLogItem. Am I mi...
http://blogengine.codeplex.com/discussions/214063
CC-MAIN-2017-26
refinedweb
108
85.28
Bigtop and Gantry provide limited support for rpc style SOAP. There is a small but complete working RPC style SOAP example in the RPCSoap subdirectory of the keyword_cookbook directory. It was originally built with the example.bigtop in this directory, but has had code added to make the service work. See the README in ...
http://search.cpan.org/~philcrow/Bigtop/docs/keyword_cookbook/controller/soap_name/discussion
CC-MAIN-2014-10
refinedweb
204
58.28
Description A library for creating command-line applications and running shell commands in Swift. Features - run commands, and handle the output. - run commands asynchronously, and be notified when output is available. - access the context your application is running in, like environment variables, standard input, stan...
https://swift.libhunt.com/swiftshell-alternatives
CC-MAIN-2022-40
refinedweb
2,598
58.28
strtol - convert string to a long integer #include <stdlib.h> long int strtol(const char *str, char **endptr, int base); The strtol() function converts the initial portion of the string pointed to by str to a type long int representation. First it decomposes the input string into three parts: an initial, possibly empty...
http://pubs.opengroup.org/onlinepubs/007908799/xsh/strtol.html
CC-MAIN-2013-20
refinedweb
252
58.92
20 September 2012 11:39 [Source: ICIS news] SINGAPORE (ICIS)--Idemitsu Kosan’s 40,000 tonne/year methyl ethyl ketone (MEK) plant at Tokuyama in ?xml:namespace> The plant was taken off line on 15 September and is expected to resume operation on 5 November, the company source said. The company will reduce its exports in ...
http://www.icis.com/Articles/2012/09/20/9597084/japans-idemitsu-kosan-mek-plant-in-tokuyama-shut-for-maintenance.html
CC-MAIN-2014-49
refinedweb
119
70.13
This article was originally published on my blog at useEffect is meant to handle any sort of "side effect" (making a change in some external system, logging to the console, making an HTTP request, etc...) that is triggered by a change in your component's data or in reaction to the component rendering. It replaces compo...
https://dev.to/leighhalliday/using-the-useeffect-hook-3193
CC-MAIN-2021-43
refinedweb
1,214
53
How to use add_subplot() in matplotlib In this post, we will discuss one of the most used functions in matplotlib. At the end of this article, you will know how to use add_subplot() in matplotlib. If there is a need for you to be here, it is good to assume that you have already installed matplotlib on your machine. How...
https://www.codespeedy.com/use-add_subplot-in-matplotlib/
CC-MAIN-2021-17
refinedweb
377
74.39
77.7k●88●690●1201 accept rate: 24%. "This is something the software must do" But how must the software do it? It seems that the order of the ways in the relation/members field is still not correct, from time to time it gives me discontinuous graphs. I read everywhere that ways do not need to be sorted, and sure, I can...
https://help.openstreetmap.org/questions/51019/does-order-of-ways-on-relation-members-is-random?sort=oldest
CC-MAIN-2021-43
refinedweb
572
68.91
Problem with JWindow 2015-10-11 Views:0 I have a very important question.... I created a small application and when i launch it, i'd like to have a JWindow displayed on my screen only during 5 seconds.... So i run my application, my JWindow is displayed during 5 seconds and then the application "really" begins. But how...
http://www.amicuk.com/problem-with-jwindow/
CC-MAIN-2018-51
refinedweb
1,036
52.8
yp, as shown below: Also have a look at this NBViewer example.. Asynchronous flow It's also possible to use ipypb for tracking tasks that are executed asyncrhonously or in parallel. The major use case is when the order of executed tasks from a task pool doesn't correspond to the desired order for displaying a progress....
https://pypi.org/project/ipypb/
CC-MAIN-2022-27
refinedweb
227
64.51
Provided by: manpages-dev_4.16-1_all NAME flock - apply or remove an advisory lock on an open file SYNOPSIS #include <sys/file.h> int flock(int fd, int operation); DESCRIPTION Apply or remove an advisory lock on the open file specified by fd. The argument. CONFORMING TO 4.4BSD (the flock() call first appeared in 4.2BSD...
http://manpages.ubuntu.com/manpages/cosmic/man2/flock.2.html
CC-MAIN-2019-47
refinedweb
184
59.4
1.1 anton 1: \ count execution of control-flow edges 2: 1.5 ! anton 3: \ Copyright (C) 2004: 21: \ relies on some Gforth internals 22: 23: \ !! assumption: each file is included only once; otherwise you get 24: \ the counts for just one of the instances of the file. This can be 25: \ fixed by making sure that every sou...
https://www.complang.tuwien.ac.at/cvsweb/cgi-bin/cvsweb/gforth/profile.fs?annotate=1.5;sortby=rev;f=h;only_with_tag=v0-7-0;ln=1
CC-MAIN-2021-43
refinedweb
1,078
56.35
Agenda See also: IRC log <RalphS> previous 2007-06-26 <TomB> Agenda: Guus: proposal to accept minutes ... carried ... Upcoming tcon July 10 ... Tom will Chair ... Next F2F meeting <RalphS> results of November f2f poll Guus: after summer will need meeting resolve SKOS and RDFa issues. ... Should we have SKOS meeting in ...
http://www.w3.org/2007/07/03-swd-minutes.html
CC-MAIN-2015-18
refinedweb
1,722
65.93
Cross-reference: Standard exceptions and error codes his table is intended as an aid for cross-referencing Windows Runtime app error codes to the Microsoft .NET standard exceptions that you can catch as part of your app's exception handling techniques. For more info on those techniques, see Exception handling for Windo...
http://msdn.microsoft.com/en-us/library/windows/apps/dn535792
CC-MAIN-2014-23
refinedweb
687
57.16
When I looked for magic formulae, etc., I would give up after 20 minutes! -- Jasper When I looked for magic formulae, etc., I would give up after 20 minutes! -- Jasper Unlike Jasper, I have spent more than 20 minutes searching for magic formulae. Especially ancient Roman ones. I first became aware of them back in 2006 ...
http://www.perlmonks.org/?node_id=1083046
CC-MAIN-2016-26
refinedweb
3,823
67.79
However whenever I tried to do this, I was presented with the following error: "No module named setuptools" Some google searches and a read of the python.org website told be I was missing the python setup tools component distribute. So the first step is to install distribute: mkdir python-setuptools cd python-setuptool...
http://www.stuffaboutcode.com/2012/10/raspberry-pi-python-installing-modules.html
CC-MAIN-2016-44
refinedweb
406
76.01
This is a discussion on RE: sha test failing on MkLinux PPC - Openssl ; Riccardo wrote: > it is nice to see how my messages are totally ignored... I hope this > doesn't mean that everybody is clueless. I did further tests though. All it means is that in the time between when you ... Riccardo wrote: > it is nice to see ...
http://fixunix.com/openssl/151916-re-sha-test-failing-mklinux-ppc.html
CC-MAIN-2015-18
refinedweb
349
65.52
Suppose you have a tensor with shape [4, 16, 256], where your LSTM is 2-layer bi-directional (2*2 = 4), the batch size is 16 and the hidden state is 256. What is the correct way to get the concatenated last layer output of the output (shape [16, 512])? I’m doing the following – please note that I support both GRU and L...
https://discuss.pytorch.org/t/how-to-concatenate-the-hidden-states-of-a-bi-lstm-with-multiple-layers/39798
CC-MAIN-2022-21
refinedweb
372
67.04
Two fun things happened recently and the proximity of the two made something go click in my head and now I think I understand how bytecode interpreters work. - I went to a class at work called “Interpreters 101” or something of the sort. In it, the presenter walked through creating a dead-simple tree-walking Lisp inter...
https://www.tefter.io/bookmarks/66910/readable
CC-MAIN-2021-04
refinedweb
4,605
57.98
For a tutorial I need to write a method that will take in a number of minutes, and return a string that formats the number into "hours:minutes". My answer was: def time_conversion(minutes) hrs = 0 min = 0 if minutes >= 60 min = minutes % 60 hrs = (minutes - min) / 60 min = format('%02d',min) else min = minutes end retu...
https://codedump.io/share/ldN1qjfEtAvU/1/how-to-efficiently-convert-minutes-to-quothoursminutesquot
CC-MAIN-2017-04
refinedweb
192
59.53
How to make the most out of the top-down fast.ai course, Practical Deep Learning For Coders, Part 1 So far, Practical Deep Learning For Coders, Part 1 taught by Jeremy Howard has been a wonderful class with every one of its lectures packed with cutting edge knowledge and best practices of deep learning. Instead of taki...
https://medium.com/@georgezhang_33009/how-to-make-the-most-of-the-top-down-fast-ai-courses-ae70814c736f
CC-MAIN-2019-13
refinedweb
1,453
56.59
C6211 Visual Studio 2005 warning C6211: Leaking memory <pointer> due to an exception. Consider using a local catch block to clean up memory This warning indicates that allocated memory is not being freed when an exception is thrown. The statement at the end of the path could potentially throw an exception. Example The ...
https://msdn.microsoft.com/en-US/library/f1ac315x(d=printer,v=vs.80).aspx
CC-MAIN-2015-22
refinedweb
124
66.74
TL;DR — If you’re working on a large Python project or just like to keep your code-base tidy and neat, Pytype is the tool for you. Python is a great programming language for prototyping and scripting. The concise syntax, flexible type system, and interpreted nature allows us to quickly try an idea, tweak it, and try ag...
https://www.freecodecamp.org/news/how-to-quickly-find-type-issues-in-your-python-code-with-pytype-c022782f61c3/
CC-MAIN-2020-24
refinedweb
751
58.18
So I ran into a problem today. I wanted to call a method (TryParse) off a type using relfection, but the catch is that there is an out parameter. At first I though, “Hey, I just give it the type and it will find it. Not so lucky. See when you call GetMethod you have to supply a list of parameters. why? because if you d...
http://byatool.com/tag/dynamic/page/3/
CC-MAIN-2019-13
refinedweb
621
57.67
10 August 2009 By clicking Submit, you accept the Adobe Terms of Use. This article covers beginning to intermediate concepts in working with audio for the web. General knowledge of the Flash authoring interface and ActionScript fundamentals is advised. Beginning This article gives you a solid understanding of working w...
https://www.adobe.com/devnet/flash/articles/web_audio.html
CC-MAIN-2016-07
refinedweb
5,792
52.8
Event for when the OM changes? On 12/03/2013 at 16:51, xxxxxxxx wrote: Hey kids, I need to clean up some widgets and Basedraw stuff if/when someone deletes any objects in the OM. This is for an ObjectData plugin. I CAN check it in GVO but would hate to do that every cycle which seems like a waste. Is there a document m...
https://plugincafe.maxon.net/topic/7022/7921_event-for-when-the-om-changes
CC-MAIN-2020-40
refinedweb
542
73.27
Opened 3 years ago Closed 3 years ago Last modified 3 years ago #20136 closed Cleanup/optimization (fixed) Recommend note identifying that post_save signals will be fired on loaddata Description On: It says the following: - When fixture files are processed, the data is saved to the database as is. Model defined save me...
https://code.djangoproject.com/ticket/20136
CC-MAIN-2016-30
refinedweb
472
55.98
On 4/19/21 10:50 PM, Zev Weiss wrote: [ ... ] I had a glance at the enclosure driver; it looks pretty geared toward SES-like things (drivers/scsi/ses.c being its only usage I can see in the kernel at the moment) and while it could perhaps be pressed into working for this it seems like it would probably drag in a fair a...
https://lkml.iu.edu/hypermail/linux/kernel/2104.2/03591.html
CC-MAIN-2022-40
refinedweb
190
57.61
String Arrays in Java are dynamically created objects; therefore Java arrays are quite different from C and C++ the way they are created. Elements in Java array have no individual names; instead they are accessed by their indices. In Java, array index begins with 0 hence the first element of an array has index zero. Th...
http://cs-fundamentals.com/java-programming/java-array-variables.php
CC-MAIN-2017-17
refinedweb
1,526
52.49
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. Set default duration in res_config I have a module that has, a creation date (of course, the day it was created) and a deadline d...
https://www.odoo.com/forum/help-1/question/set-default-duration-in-res-config-373
CC-MAIN-2017-04
refinedweb
793
66.84
OSEE/ATS/Users Guide Contents - 1 Configuration - 2 Views and Editors - 2.1 ATS Icons - 2.2 ATS Navigator - 2.3 ATS Action View - 2.4 ATS World View - 2.5 Result View - 2.6 ATS Workflow Editor - 2.7 ATS Workflow Editor - Workflow Tab - 2.8 ATS Workflow Editor - Task Tab - 2.9 Working Branch Widget - 2.10 Commit Manager...
http://wiki.eclipse.org/index.php?title=OSEE/ATS/Users_Guide&oldid=158755
CC-MAIN-2016-50
refinedweb
554
53.78
Suppose we have an array called nums of positive integers. We have to select some subset of nums, then multiply each element by an integer and add all these numbers. The array will be a good array if we can get a sum of 1 from the array by any possible subset and multiplicand. We have to check whether the array is good...
https://www.tutorialspoint.com/check-if-it-is-a-good-array-in-cplusplus
CC-MAIN-2021-31
refinedweb
212
67.38
How do you make a password gate in a windows program? This is a discussion on Password gate within the Windows Programming forums, part of the Platform Specific Boards category; How do you make a password gate in a windows program?... How do you make a password gate in a windows program? What's a password gate? "If you...
http://cboard.cprogramming.com/windows-programming/64446-password-gate.html
CC-MAIN-2013-20
refinedweb
289
63.39
Opened on 07/11/2014 at 12:34:03 PM Closed on 08/25/2015 at 02:34:31 PM #768 closed change (fixed) Switch from TR1 to C++11 Description (last modified by trev) Background Currently we have to use newer features like shared_ptr only with tr1 prefix, features like unique_ptr cannot be used at all. What to change Enable C...
https://issues.adblockplus.org/ticket/768/
CC-MAIN-2022-33
refinedweb
1,080
69.21
Hello, My project contain tests that can be executed in several environments. So far I've defined three environments pointing to different equipments that have different endpoints and credentials. These are the only difference between them. I want to extend the use of my tests to other users that have their own equipme...
https://community.smartbear.com/t5/SoapUI-Pro/Is-it-possible-to-overload-default-environment-propgrammatically/m-p/187737
CC-MAIN-2019-35
refinedweb
425
50.43
Here is my compilation of example code for a variety of database operations written in VB.NET These range from: Continue reading “VB.NET Basic Database Query Examples” Category: SQLDataAdapter ASP.NET Example – Populating a DataSet Using SQLDataAdapter Fill DataSet In the example functions below I’m illustrating how to...
https://jwcooney.com/category/net/ado-net/sqldataadapter/
CC-MAIN-2021-39
refinedweb
226
52.97
(6) Vishal Gilbile(5) Akshay Phadke(5) Jasbeer Singh(4) John Antony(3) Satyaprakash Samantaray(3) Sumit Deshmukh(3) Mohit Chhabra(3) Juan Francisco Morales Larios(3) Nilesh Shah(3) Rajkiran Swain(2) Jesus Morales(2) Viral Jain(2) Ramees (2) Khaja Moizuddin(2) Praveen Kumar Sreeram(2) Bikesh Srivastava(2) Prasanna Mural...
http://www.c-sharpcorner.com/tags/Velocity-introduction
CC-MAIN-2017-30
refinedweb
2,147
61.22
KTF is available as a standalone git repository, but we are also working to offer it as a patch set for integration into the kernel. Read more about KTF in our introductory blog post, here: Here we're going to try and describe how we can use KTF to write some tests. The neat thing about KTF is it allows us to test kern...
https://blogs.oracle.com/linux/writing-kernel-tests-with-the-new-kernel-test-framework-ktf
CC-MAIN-2020-34
refinedweb
2,200
55.44
In the past, creating analytical web applications was a task for seasoned developers that required knowledge of multiple programming languages and frameworks. That’s no longer the case. Nowadays, you can make data visualization interfaces using pure Python. One popular tool for this is Dash. Dash gives data scientists ...
https://realpython.com/python-dash/
CC-MAIN-2021-17
refinedweb
6,511
57.47
Abstract The article exposes the procedure of how to programmatically change parameters for a generic RTSP resource. Manual invocation of API calls is being discovered in step by step manner in order to make possible the procedure be automated by a script. The API methods used below can modify the most basic structure ...
https://support.networkoptix.com/hc/en-us/articles/360026019253-Changing-resource-attributes-using-API
CC-MAIN-2021-17
refinedweb
781
57.67