text stringlengths 20 1.01M | url stringlengths 14 1.25k | dump stringlengths 9 15 ⌀ | lang stringclasses 4
values | source stringclasses 4
values |
|---|---|---|---|---|
Managing large datasets on Kaggle without fearing about the out of memory error
Datatable is a Python package for manipulating large dataframes. It has been created to provide big data support and enable high performance. This toolkit resembles pandas very closely but is more focused on speed. It supports out-of-memory... | https://parulpandey.com/2021/02/04/using-pythons-datatable-library-seamlessly-on-kaggle/ | CC-MAIN-2022-21 | en | refinedweb |
tensorflow::This is an abstract class.
serving:: Loader
#include <loader.h>
A standardized abstraction for an object that manages the lifecycle of a servable, including loading and unloading it.
Summary
Servables are arbitrary objects that serve algorithms or data that often, though not necessarily, use a machine-learn... | https://www.tensorflow.org/tfx/serving/api_docs/cc/class/tensorflow/serving/loader?hl=zh_tw | CC-MAIN-2022-21 | en | refinedweb |
Caffe2 in an iOS App Deep Learning Tutorial
At this years’s F8 conference, Facebook’s annual developer event, Facebook announced Caffe2 in collaboration with Nvidia. This framework gives developers yet another tool for building deep learning networks for machine learning. But I am super pumped about this one, because i... | https://jamesonquave.com/blog/caffe2-on-ios-deep-learning-tutorial/?replytocom=87614 | CC-MAIN-2022-21 | en | refinedweb |
Saving a Numpy array as an image
This uses PIL, but maybe some might find it useful:
import scipy.miscscipy.misc.imsave('outfile.jpg', image_array)
EDIT: The current
scipy version started to normalize all images so that min(data) become black and max(data) become white. This is unwanted if the data should be exact grey... | https://codehunter.cc/a/python/saving-a-numpy-array-as-an-image | CC-MAIN-2022-21 | en | refinedweb |
RoutablePageMixin¶
The
RoutablePageMixin mixin provides a convenient way for a page to respond on multiple sub-URLs with different views. For example, a blog section on a site might provide several different types of index page at URLs like
/blog/2013/06/,
/blog/authors/bob/,
/blog/tagged/python/, all served by the sam... | https://docs.wagtail.org/en/v2.14.1/reference/contrib/routablepage.html | CC-MAIN-2022-21 | en | refinedweb |
We.
import matplotlib.pyplot as plt import pandas as pd plt.figure() loansmin = pd.read_csv('../datasets/loanf.csv') fico = loansmin['FICO.Score'] p = fico.hist())
from IPython.core.display import HTML def css_styling(): styles = open("../styles/custom.css", "r").read() return HTML(styles) css_styling() | https://nbviewer.ipython.org/github/nborwankar/LearnDataScience/blob/master/notebooks/WA2.%20Linear%20Regression%20-%20Data%20Exploration%20-%20Lending%20Club%20Worksheet.ipynb | CC-MAIN-2022-21 | en | refinedweb |
With.
The JavaBeans Activation Framework is implemented as a standard extension. Sun provides a royalty-free reference implementation of the JAF software, in binary form, that developers can use to develop JAF technology-enabled applications for any platform that supports version 1.4 or later of the Java 2 Standard Edi... | https://www.oracle.com/technetwork/java/javase/downloads/index-135046.html | CC-MAIN-2020-05 | en | refinedweb |
21
You are starting to learn Angular, but it's hard to know what's Angular and what's Typescript.
This guide gives an understanding of how Typescript modules work and how they are used in Angular. What are these
import and
export statements I see generated by the Angular CLI? How do I create my own modules?
To answer t... | https://www.pluralsight.com/guides/typescript-angular-understanding-modules?utm_campaign=Angular%20Weekly&utm_medium=email&utm_source=Revue%20newsletter | CC-MAIN-2020-05 | en | refinedweb |
Iterators and the yield statement performance or memory, getting individual items as they are requested may be a better design. Using the yield statement means that this is really easy to achieve.
Take the following code for example:
using System; using System.Collections.Generic; namespace ConsoleApplication1 { intern... | https://www.neovolve.com/2008/08/12/iterators-and-the-yield-statement/ | CC-MAIN-2020-05 | en | refinedweb |
Unidata Developer's Blog Unidata Developer's Blog 2020-01-06T17:39:34-07:00 Apache Roller Contributor License Agreement for Unidata Projects Ryan May 2017-09-28T15:18:03-06:00 2017-09-28T15:18:03-06:00 Unidata Contributor License Agreement (CLA).</p> <a href="">Unidata Contributor License Agreement (CLA)</a>. This ag... | https://www.unidata.ucar.edu/blogs/developer/en/feed/entries/atom?cat=Unidata | CC-MAIN-2020-05 | en | refinedweb |
Download Tutorial as PDF file.
For every planet movie clip in your library you will have to set Linkage parameters like image shows. For class parameter use different names. I have only two planets in this example, but you can use more if you like. My planets classes are PlanetSmall and PlanetBig.
Create new ActionScri... | http://flanture.blogspot.com/2009_08_01_archive.html | CC-MAIN-2018-13 | en | refinedweb |
.
15 comments:
Thank you for the good doc. Really useful and handy post.
Thank you for the post.
I want to take encrypted backup of existing db which is not encrypted.
I have generate keystore
gsk8capicmd -keydb -create -db db2pwstore.p12 -pw Str0ngPassw0rd -strong -type pkcs12 -stash
then update the instance variables... | http://blog.4loeser.net/2015/01/plain-and-clear-native-encryption-in-db2.html?showComment=1486021010813 | CC-MAIN-2018-13 | en | refinedweb |
I'm attempting to compile my Flex Gumbo project against recent nightly Flex SDK builds and am getting the following compiler error:
SimpleMotionPath is defined more than once in this namespace Remove the mapping to spark.effects.animation:SimpleMotionPath or spark.effects:SimpleMotionPath
This is occuring with builds 8... | https://forums.adobe.com/thread/471579 | CC-MAIN-2018-13 | en | refinedweb |
Fast color change animation of a shape
I'd like to animate color changes for many rectangles at once in response to touch events. In particular, I'd like a large number of rectangles (~1000) to all be transitioning among hues in a spectrum from blue to yellow.
As a first attempt, I created a
ShapeNodefor each rectangle... | https://forum.omz-software.com/topic/3274/fast-color-change-animation-of-a-shape | CC-MAIN-2018-13 | en | refinedweb |
We recommend using Visual Studio 2017
This documentation is archived and is not being maintained.
Microsoft.VisualStudio.TestTools.Execution Namespace
Visual Studio 2010
The Microsoft.VisualStudio.TestTools.Execution namespace provides classes and interfaces that enable, manage, and coordinate the execution of tests in... | https://msdn.microsoft.com/en-us/library/microsoft.visualstudio.testtools.execution(v=vs.100).aspx | CC-MAIN-2018-13 | en | refinedweb |
30 January 2010
How to migrate to ActionScript3.0 without losing your soul
words by
flanture
at
3:31 PM
2
Links to this post
20 January 2010
Understanding shearing using Matrix object
Any display object in AS3.0 Flash project has transform property and among other things you can use this property to shear (skew) that o... | http://flanture.blogspot.com/2010_01_01_archive.html | CC-MAIN-2018-13 | en | refinedweb |
How would one check an entire column in sqlite database for a given value and if found set a variable to true
something like
hasvalue = 'false'
cur = con.cursor()
cur.execute("SELECT id FROM column WHERE hasvalue = '1' LIMIT 1;")
***IF execute returned rows set hasvalue = true here***
if hasvalue == 'true':
do somethin... | https://codedump.io/share/9JmwmWxlRAOi/1/python-checking-sql-database-column-for-value | CC-MAIN-2018-13 | en | refinedweb |
Ok I got something Visual C++ is that alright
Some other possibilities
OoO ORGE is sweet
But the question is where Can I downlooad it with out having to run bunch of stuff?? like pre compiled
Well... What I mean is like where I can just do the graphicing ? Any pre mades? Which one should I download tehres SDK and antho... | https://www.daniweb.com/programming/game-development/threads/60350/creating-a-good-game/2 | CC-MAIN-2018-13 | en | refinedweb |
Python; a producer (sender) that sends a single message, and a consumer (receiver) that receives messages and prints them out. It's a "Hello World" of messaging.
In the diagram below, "P" is our producer and "C" is our consumer. The box in the middle is a queue - a message buffer that RabbitMQ keeps on behalf of the c... | https://www.rabbitmq.com/tutorials/tutorial-one-python.html | CC-MAIN-2018-13 | en | refinedweb |
How to convert a Taylor polynomial to a power series?
With Maple I can write
g := 2/(1+x+sqrt((1+x)*(1-3*x))); t := taylor(g,x=0,6); coeffs(convert(t,polynom));
end get
1, 1, 1, 3, 6
Trying to do the same with Sage I tried
var('x') g = 2/(1+x+sqrt((1+x)*(1-3*x))) taylor(g, x, 0, n)
and get
NotImplementedError Wrong arg... | https://ask.sagemath.org/question/24777/how-to-convert-a-taylor-polynomial-to-a-power-series/ | CC-MAIN-2018-13 | en | refinedweb |
On Sat, Jul 27, 2002 at 12:26:53PM +0100, Thomas Leonard wrote: > On Fri, Jul 26, 2002 at 09:27:34PM +0200, Filip Van Raemdonck wrote: > >. Also, I'm not sure if the part describing the use of the mime database to tell which programs can open what mime type belongs in that section. Shouldn't that rather go in the secti... | https://listman.redhat.com/archives/xdg-list/2002-July/msg00086.html | CC-MAIN-2016-44 | en | refinedweb |
I am trying to locate a specific .xml file with glob. But the path comes from an object, and it doesn't seem to work.
I followed this example: Python: How can I find all files with a particular extension?
The code is this:
import glob
ren_folder = 'D:\Sentinel\D\S2A_OPER_PRD_MSIL1C_PDMC_20160710T162701'
glob.glob(ren_f... | https://codedump.io/share/H698LKvK5NTr/1/get-specific-file-with-glob | CC-MAIN-2016-44 | en | refinedweb |
Module development – Bindings Martin Hejtmanek — Jan 9, 2015 modulerelationshipapi and internals During custom development, you sometimes just need to create relationships between objects, rather than defining a child object with a full set of data fields. This article will lead you through the options you have when bu... | http://devnet.kentico.com/articles/module-development-bindings | CC-MAIN-2016-44 | en | refinedweb |
1 /*2 * File : $Source: /usr/local/cvs/opencms/test/org/opencms/xml/content/TestXmlContentHandler.java,v $3 * Date : $Date: 2005/06/23 14:27:27 .xml.content;33 34 /**35 * Test handler for XML content.36 * 37 * @author Alexander Kandzior 38 * 39 * @version $Revision: 1.6 $40 * 41 * @since 6.0.042 */43 public class TestX... | http://kickjava.com/src/org/opencms/xml/content/TestXmlContentHandler.java.htm | CC-MAIN-2016-44 | en | refinedweb |
This may either make the life of the chronically ill easier or cause them to be ignored. orgama1pubupload mm386elderabuse. 73), and introducing binary options bollinger bands strategy frequency ω ip so that α ωkvT σ and αi ωikvT σ the susceptibility is seen to be χ σ 1 1α1 1 1 3.
Gross G. There are important developmen... | http://newtimepromo.ru/binary-options-bollinger-bands-strategy.html | CC-MAIN-2016-44 | en | refinedweb |
Programming in PerlNET: First Steps
- Your First PerlNET Program
- Main Function
- Namespaces
- Expressions
- Marshalling Types
- Input/Output
- Main Sample
- Summary
This chapter opens the gate into the exciting world of programming Perl within the .NET environment. We start our journey with simple program examples. Y... | http://www.informit.com/articles/article.aspx?p=31200&seqNum=3 | CC-MAIN-2016-44 | en | refinedweb |
Reporting logical disk information for live serversWilliam L. Thomas, Jr. May 25, 2012 2:38 PM
I am trying to create a report based on the "file server" information collected from a live server browse. The information I need to collect is:
1) Server Name
2) Drive Letter
3) Logical Drive Name
4) Total Logical Volume Siz... | https://communities.bmc.com/thread/67130 | CC-MAIN-2016-44 | en | refinedweb |
So far, we’ve looked at extending the advantages of dependency injection to our controllers and its various services. We started with a basic controller factory that merely instantiates controllers to one that takes advantage of the modern container feature of nested/child containers to provide contextual, scoped injec... | https://lostechies.com/jimmybogard/2010/05/03/dependency-injection-in-asp-net-mvc-filters/ | CC-MAIN-2016-44 | en | refinedweb |
Back to index
00001 /* 00002 For general Scribus (>=1.3.2) copyright and licensing information please refer 00003 to the COPYING file provided with the program. Following this notice may exist 00004 a copyright and/or license notice that predates the release of Scribus 1.3.2 00005 for which a new license (GPL+exception... | https://sourcecodebrowser.com/scribus-ng/1.3.4.dfsgplus-psvn20071115/fpconfig_8h_source.html | CC-MAIN-2016-44 | en | refinedweb |
Hi folks,
Hope someone can help me with a macro for a print-friendly template. The template is a generic page that uses a query string to load the right document. The macro will trigger the visibility of a webpart based on the value of a column in the underlying document type. The URL for the print template is structur... | http://devnet.kentico.com/questions/macro-to-retrieve-document-property-on-print-template | CC-MAIN-2016-44 | en | refinedweb |
cc [ flag ... ] file ... -lelf [ library ... ]
#include <libelf.h>
The elf_hash() function computes a hash value, given a null terminated string, name. The returned hash value, h,
can be used as a bucket index, typically after computing h mod x to ensure appropriate bounds.
Hash tables may be built on one machine and u... | http://www.shrubbery.net/solaris9ab/SUNWaman/hman3elf/elf_hash.3elf.html | CC-MAIN-2016-44 | en | refinedweb |
median()outside function
main().
int main(). The functions should be outside of it. If they are in the same .cpp file as your
int main()put the definitions below main and have the declarations above main. Here is a example
for (y = x + 1; y < size; y++)and the other ones. Check out this link
return ((double) ((*(movies... | http://www.cplusplus.com/forum/beginner/87295/ | CC-MAIN-2013-48 | en | refinedweb |
08 April 2005 12:15 [Source: ICIS news]
?xml:namespace>
Givaudan, which does not disclose quarterly earnings, said that the fall in revenues compared with the same quarter of 2004 was due to the strong comparable performance last year, lower prices for some natural raw materials and the streamlining of non-core ingredi... | http://www.icis.com/Articles/2005/04/08/667399/swiss-givaudans-q1-05-sales-drop-4.7-to-sf668.7m.html | CC-MAIN-2013-48 | en | refinedweb |
On Thu, Feb 06, 2003 at 12:28:39PM +0100, ydirson@altern.org wrote: > :} and libopie-dev as well as the source name opie. I'm well aware of this. So far there is no clashes. Personally the naming convention of opie better suits these apps then the OTP apps. But this is my opinion. Either way this is not a namespace re... | http://lists.debian.org/debian-handheld/2003/02/msg00018.html | CC-MAIN-2013-48 | en | refinedweb |
Hey! This article references a pre-release version of Ember.js. Now that Ember.js has reached a 1.0 API the code samples below are no longer correct and the expressed opinions may no longer be accurate. Just keep that in mind when reading this. I hope to have time to dig in to Ember.js again in the near future, and wil... | http://lostechies.com/derickbailey/2012/02/21/emberjs-initial-impressions-compared-to-backbone/ | CC-MAIN-2013-48 | en | refinedweb |
NAME
setaudit, setaudit_addr -- set audit session state
SYNOPSIS
#include <bsm/audit.h> int setaudit(auditinfo_t *auditinfo); int setaudit_addr(auditinfo_addr_t *auditinfo_addr, u_int length);
DESCRIPTION
The setaudit() system call sets the active audit session state for the current process via the auditinfo_t pointed ... | http://manpages.ubuntu.com/manpages/precise/en/man2/setaudit.2freebsd.html | CC-MAIN-2013-48 | en | refinedweb |
package jdiff;
import java.io.*;
import java.util.*;
/** A class to compare vectors of objects. The result of comparison
is a list of <code>change</code> objects which form an
edit script. The objects compared are traditionally lines
of text from two files. Comparison options such as "ignore
whitespace" are implemented... | http://www.java2s.com/Open-Source/Java/Source-Control/jdiff/jdiff/DiffMyers.java.htm | CC-MAIN-2013-48 | en | refinedweb |
I spent some time last week working on a tool we use internally to print out the C# “header file” view of assemblies. We use it as part of the WinFX API reviews to give an overview of that the API looks like. I am still in the middle of updating, but I do plan to post it when it is a bit more stable.
The main thing I d... | http://blogs.msdn.com/b/brada/archive/2004/01/27/63739.aspx | CC-MAIN-2013-48 | en | refinedweb |
Notice that before Mono 2.0, every public release version that was available was a stable release (1.9, 1.9.1, 1.2.6, 1.2.6.1 and so on).
Release Archive
Mono 2.8
Mono 2.6
Mono 2.4
This release was part of our long-term maintenance release for SUSE Linux Enterprise's Mono Extension.
Mono 2.0
Mono 1.9
Since the release ... | http://www.mono-project.com/Roadmap_History | CC-MAIN-2013-48 | en | refinedweb |
.
The new, larger VA Research will be organized into three separate
companies, "VA Linux Systems, which will build and sell machines and
support them; VA Linux Labs, a facility dedicated to enhancing and
growing the open source code operating system; and Linux.com, a
soon-to-debut portal."
Linux beat Windows NT handily... | http://lwn.net/1999/0429/bigpage.php3 | CC-MAIN-2013-48 | en | refinedweb |
<ac:macro ac:<ac:plain-text-body><![CDATA[
3. Component Requirements, Constraints, and Acceptance Criteria
<ac:macro ac:<ac:plain-text-body><![CDATA[
Zend_Io is a package providing means to read/write primitive PHP types (string, integers, ...) to a character stream.
Zend_Io is a package providing means to read/write ... | http://framework.zend.com/wiki/display/ZFPROP/Zend_Io+-+Sven+Vollbehr?focusedCommentId=15565467 | CC-MAIN-2013-48 | en | refinedweb |
As I mentioned in the JFX and the Way Forward After JavaOne 2008 post, Sun announced at JavaOne that a preview release of the JavaFX SDK is scheduled to be available in July 2008. As a pleasant surprise over Memorial Day weekend, Sun opened up the development of this preview release SDK. This development activity is oc... | http://learnjavafx.typepad.com/weblog/2008/06/as-i-mentioned.html | CC-MAIN-2013-48 | en | refinedweb |
This.
Software Used in Configuring JBossws
- JBoss Application Server 4.0.5.GA.
- Eclipse Europa (WTP all in one pack)
- JDK 1.5.x
Pre-Requirements to Learn JBossWs and follow this article.
- Should have Java knowledge.
- Should know how to use Eclipse. (Creating web projects in Eclipse)
- Should have basic knowledge o... | http://www.javabeat.net/creating-webservice-using-jboss-and-eclipse-europa/3/ | CC-MAIN-2013-48 | en | refinedweb |
Hi everyone,
So I have finally got my 2d array put together and now I need to sort the random numbers that are in the elements. I feel like I am close because I put together a one dimensional array and sorted it with no problems.
My problem is that I am a little unsure how to implement the knowledge I have about select... | http://cboard.cprogramming.com/cplusplus-programming/140226-2d-selection-sort.html | CC-MAIN-2013-48 | en | refinedweb |
James Bottomley wrote:>>The mechanism is in place, but the SCSI stack still needs a few changes>>to pass down the correct errors. The easiest would be to pass down>>pseudo-sense keys (I'd rather just call them something else as not to>>confuse things, io error hints or something) to>>end_that_request_first(), changing ... | http://lkml.org/lkml/2004/2/18/381 | CC-MAIN-2013-48 | en | refinedweb |
Class for determining the optimal partitioning of mesh entities. More...
#include <GeomDecomp.hpp>
Class for determining the optimal partitioning of mesh entities.
Derived from the Partition class.
The GeomDecomp class has no data associated with it, only member functions. All data is inherited from the Partition class... | http://trilinos.sandia.gov/packages/docs/r11.2/packages/stk/doc/html/classstk_1_1rebalance_1_1GeomDecomp.html | CC-MAIN-2013-48 | en | refinedweb |
Creating Check Box in Java Swing
Creating Check Box in Java Swing
...
component in Java Swing.
In this section, you can learn simply creating the
Check Box in Java Swing. Check Boxes are created in swing by creating the
instance
Check Box Validation in PHP - PHP
Check Box Validation in PHP How can validations done on ... | http://www.roseindia.net/tutorialhelp/comment/78048 | CC-MAIN-2013-48 | en | refinedweb |
Haiti says no to dolphin captivity
From ANIMAL PEOPLE, June 2004:
PORT AU PRINCE–Six dolphins caught for exhibition in mid-May
by a Haitian firm with Spanish backing swam free on June 3 through
the intercession of Haitian environment minister Yves Andre
Wainwright and agriculture minister Philippe Mathieu.
Wainwright a... | https://newspaper.animalpeopleforum.org/2004/06/02/haiti-says-no-to-dolphin-captivity/ | CC-MAIN-2020-05 | en | refinedweb |
go to bug id or search bugs for
New/Additional Comment:
Description:
------------
Compiling with PHP-FPM enabled on an older SPARC system will result in
/tmp/cc6w5Fh0.s: Assembler messages:
/tmp/cc6w5Fh0.s:39: Error: Architecture mismatch on "cas".
/tmp/cc6w5Fh0.s:39: (Requires v9|v9a|v9b; requested architecture is spa... | https://bugs.php.net/bug.php?id=53310&edit=1 | CC-MAIN-2020-05 | en | refinedweb |
Hi all,
I've just bought PyCharm for my Django-based projects, and having participated in the beta test program, I am looking forward to keep on using this excellent IDE.
But, during the beta-phase, I was not using virtualenv based projects. Now I am, and I'm running into troubles for my unit tests. I can't figure out ... | https://intellij-support.jetbrains.com/hc/en-us/community/posts/205802119-Best-way-of-using-virtualenv-Django-and-PyCharm | CC-MAIN-2020-05 | en | refinedweb |
Jacapo - ASE python interface for Dacapo¶
Introduction¶
Jacapo is an ASE interface for Dacapo that is fully compatible with ASE. It replaces the old Dacapo interface using Numeric python and ASE2. The code was originally developed by John Kitchin and detailed documentation as well as many examples are available online:... | https://wiki.fysik.dtu.dk/ase/ase/calculators/jacapo.html | CC-MAIN-2020-05 | en | refinedweb |
What's changed between ECObjects 2 supported in Power Platform and ECObjects 3 supported in iModel.js
This page if for people who have used ECObjects in Power Platform and want to learn how it has changed in iModel.js. It does not cover all new features of EC 3, rather it focuses on what has changed between the two ver... | https://www.imodeljs.org/bis/ec/differences-between-ec2-and-ec3/ | CC-MAIN-2020-05 | en | refinedweb |
Request for Comments: 7808
Category: Standards Track
ISSN: 2070-1721
Spherical Cow Group
C. Daboo
Apple
March 2016
Time Zone Data Distribution Service
Abstract
This document defines a time zone data distribution service that allows reliable, secure, and fast delivery of time zone data and leap-second rules to client sy... | http://pike.lysator.liu.se/docs/ietf/rfc/78/rfc7808.xml | CC-MAIN-2020-05 | en | refinedweb |
A Quick Guide to Deploying Java Apps on OpenShift
A Quick Guide to Deploying Java Apps on OpenShift
Get your Java apps containerized with this guide to OpenShift deployments. Learn how to configure the tools you need, pass credentials, and trigger updates.
Join the DZone community and get the full member experience.Joi... | https://dzone.com/articles/a-quick-guide-to-deploying-java-apps-on-openshift | CC-MAIN-2020-05 | en | refinedweb |
Real-Time Dashboard With MongoDB
Real-Time Dashboard With MongoDB
In this article, look at a tutorial that explains how to build a real-time dashboard with MongoDB.
Join the DZone community and get the full member experience.Join For Free
A real-time dashboard is a dashboard that contains charts that are automatically ... | https://dzone.com/articles/real-time-dashboard-with-mongodb | CC-MAIN-2020-05 | en | refinedweb |
Downloads in this releaseYou can download the WebJobs SDK from the NuGet gallery and can install or update these packages from the NuGet gallery using the NuGet Package Manager Console using the following command: Install-Package Microsoft.Azure.WebJobs -Pre To use Microsoft Azure Service Bus triggers, use the followin... | https://azure.microsoft.com/ja-jp/blog/announcing-the-1-0-1-alpha-preview-of-microsoft-azure-webjobs-sdk/ | CC-MAIN-2020-05 | en | refinedweb |
added package target to Makefile.in some: doc-if 750: doc-ahead 751: doc-then 752: doc-begin 753: doc-until 754: doc-again 755: doc-cs-pick 756: doc: doc-else 767: doc-while 768: doc-repeat 769: 770: Counted loop words constitute a separate group of words: 771: 772: doc-?do 773: doc-do 774: doc-for 775: doc-loop 776: d... | http://www.complang.tuwien.ac.at/cvsweb/cgi-bin/cvsweb/gforth/Attic/gforth.ds?rev=1.3;content-type=text%2Fx-cvsweb-markup;sortby=log;f=h;only_with_tag=MAIN;ln=1 | CC-MAIN-2020-05 | en | refinedweb |
Convex hull trick/acquire.cpp
From PEGWiki
/* ID: brian_bi21 PROG: acquire LANG: C++ */ /* 6th line from the end initially : if (i<N) now : if (i < N-1) by : pktiw */ #include <iostream> #include <vector> #include <algorithm> using namespace std; int pointer; //Keeps track of the best line from previous query vector<lo... | https://wcipeg.com/wiki/Convex_hull_trick/acquire.cpp | CC-MAIN-2020-05 | en | refinedweb |
TensorBoard can be used directly within notebook experiences such as Colab and Jupyter. This can be helpful for sharing results, integrating TensorBoard into existing workflows, and using TensorBoard without installing anything locally.
Setup
Start by installing TF 2.0 and loading the TensorBoard notebook extension:
Fo... | https://www.tensorflow.org/tensorboard/tensorboard_in_notebooks | CC-MAIN-2020-05 | en | refinedweb |
10.1 WEB UI
Hadoop has a web interface from where you can administer the entire Hadoop eco system. Through this interface you can perform monitoring of task execution effectively. Here is an example of web link:
URL address including the port number can be vary depending on you cluster setup and server setting. The abo... | http://www.wideskills.com/hadoop/hadoop-administration | CC-MAIN-2017-43 | en | refinedweb |
Yes to the part about placing the initialization in a static block.
However, we still need a non-static method for getParameterName so that we
can put it in the Skeleton interface.
(An alternative is to generate the code as you suggest and change the
Skeleton interface to be just a "marker".
The assume that anything im... | http://mail-archives.apache.org/mod_mbox/axis-java-dev/200201.mbox/%3COF818AB028.A6A6DF84-ON85256B43.005B38C7@raleigh.ibm.com%3E | CC-MAIN-2017-43 | en | refinedweb |
Source: Mantua, 2000
The essay below has been part of a back and forth email exchange for about a week. Bill has done some yeoman’s work here at coaxing some new information from existing data. Both HadCRUT and GISS data was used for the comparisons to a doubling of CO2, and what I find most interesting is that both Ha... | https://wattsupwiththat.com/2008/11/25/adjusting-temperatures-for-the-enso-and-the-amo/ | CC-MAIN-2017-43 | en | refinedweb |
Introduction
In a previous tutorial we have seen how to use Cordova and Ionic Native 3.x+ to create and show the native Action Sheet In Ionic 2 .Lets now see how to display an Ionic implementation of Action Sheet without using any Cordova plugin .
Required Steps
Start by creating a new Ionic 2 project using the Ionic C... | https://www.techiediaries.com/ionic-action-sheet-controller/ | CC-MAIN-2017-43 | en | refinedweb |
Message Queuing Error and Information Codes
Updated: July 19, 2016
Applies To: Windows 10, Windows 7, Windows 8, Windows 8.1, Windows Server 2008, Windows Server 2008 R2, Windows Server 2012, Windows Server 2012 R2, Windows Server Technical Preview, Windows Vista
Error and information codes are returned in two ways: di... | https://msdn.microsoft.com/en-us/library/ms700106.aspx | CC-MAIN-2017-43 | en | refinedweb |
What is the most concise and efficient way to find out if a JavaScript array contains an obj?
This is the only way I know to do it:
function contains(a, obj) { for (var i = 0; i < a.length; i++) { if (a[i] === obj) { return true; } } return false; }
Is there a better and more concise way to accomplish this?
This is ver... | http://ebanshi.cc/questions/74/array-containsobj-in-javascript | CC-MAIN-2017-43 | en | refinedweb |
hi,
can i make the animation appear randomly but with time limite ?
example:
if the random number allow that the animation appear, the animation must stay 3 secondes then dissapear even if the random number is changed before the 3 secondes are finish.
also when random number allow that the animation disappear, the anim... | https://forums.adobe.com/thread/905091 | CC-MAIN-2017-43 | en | refinedweb |
Use
eclipselink.logging.session to specify if EclipseLink should include session identifier in each log message.
Values
Table 5-58 describes this persistence property's values.
Usage
This setting is applicable to messages that require a database connection such as SQL and the transaction information to determine on whi... | http://www.eclipse.org/eclipselink/documentation/2.4/jpa/extensions/p_logging_session.htm | CC-MAIN-2017-43 | en | refinedweb |
Introduction: Your Own Color Sensor Using LEDs
Did you know that you can make a "cheap" but effective color sensor using some basic components?
This super-easy instructable will guide you to make your own color sensor using a bunch of LEDs and an LDR.
I've managed to make a well arranged, compact , enhanced and relativ... | http://www.instructables.com/id/Your-Own-Color-Sensor-using-LEDs/ | CC-MAIN-2017-43 | en | refinedweb |
).
An application does not create an instance of the IDbTransaction interface directly, but creates an instance of a class that inherits IDbTransaction.
Classes that inherit IDbTransaction must implement the inherited members, and typically define additional members to add provider-specific functionality. For example, ... | https://msdn.microsoft.com/en-us/library/system.data.idbtransaction(v=vs.90) | CC-MAIN-2017-43 | en | refinedweb |
Download: their use it recommended for all new projects.
SPI has 4 signals: SS, SCK, MOSI, MISO. SCK is a clock signal. Master Out Slave In (MOSI) sends data from the SPI master to one or more slaves. Master In Slave Out (MISO) is how slaves send data back to the master. To talk to only one of several slaves, the Slave... | https://www.pjrc.com/teensy/td_libs_SPI.html | CC-MAIN-2015-11 | en | refinedweb |
Kinect SDK Skeleton Custom Control for WPF
- Posted: Jul 13, 2011 at 6:00 AM
- 11,631 Views
Why re-invent the skeleton wheel when we can stand on the shoulders of giants (and leverage their work)?
I’ve been using the Microsoft Research SDK for Kinect for a little over a week in my spare hours, it is tonnes of fun and s... | http://channel9.msdn.com/coding4fun/kinect/Kinect-SDK-Skeleton-Custom-Control-for-WPF | CC-MAIN-2015-11 | en | refinedweb |
16 April 2013 22:56 [Source: ICIS news]
LONDON (ICIS)--A French court on Tuesday rejected the two remaining bids for the 161,800 bbl/day Petroplus refinery at Petit-Couronne near ?xml:namespace>
Following the ruling, the refinery will be liquidated.
Neither bid offered sufficient guarantees to ensure the continued oper... | http://www.icis.com/Articles/2013/04/16/9659677/french-court-rejects-bids-for-petroplus-refinery.html | CC-MAIN-2015-11 | en | refinedweb |
Default implementation of credentials interface. More...
#include <qgscredentials.h>
Default implementation of credentials interface.
This class outputs message to the standard output and retrieves input from standard input. Therefore it won't be the right choice for apps without GUI.
Definition at line 98 of file qgsc... | http://qgis.org/api/classQgsCredentialsConsole.html | CC-MAIN-2015-11 | en | refinedweb |
naming conventions: id, xtype
naming conventions: id, xtype
Common naming convention for xtypes?
Just curious of any naming conventions being used for id's versus xtype. I had an inclination to use the same name.
Code:
items: [{ xtype: 'panel-login', itemId: 'loginPanel', id: 'loginPanel', region: 'north', height: 50 }... | http://www.sencha.com/forum/showthread.php?46023-naming-conventions-id-xtype | CC-MAIN-2015-11 | en | refinedweb |
libnice stores its headers in e.g. /usr/include/nice/ but 'pkg-config --cflags nice'
gives '-D_REENTRANT -I/usr/include/nice' meaning a generic-named header should as agent.h, debug.h or interfaces.h is includable as:
#include <agent.h>
#include <debug.h>
#include <interfaces.h>
Moreover, the include-guard used in e.g.... | https://bugs.freedesktop.org/show_bug.cgi?id=90013 | CC-MAIN-2021-49 | en | refinedweb |
69172/how-to-create-a-not-null-column-in-case-class-in-spark
Hi@Deepak,
In your test class you passed empid as string, that's why it shows nullable=true. So you have to import the below package.
import org.apache.spark.sql.types
You can use these kind of codes in your program.
df.withColumn("empid", $"empid".cast(Integ... | https://www.edureka.co/community/69172/how-to-create-a-not-null-column-in-case-class-in-spark?show=69204 | CC-MAIN-2021-49 | en | refinedweb |
How to Start a Blog and Make Money
Blogs are a great way to make money online — so much so that today many successful bloggers make a full-time income from their blogs.
Read on for a step-by-step guide on how to make money blogging.
Table of Contents
- How to start a blog
- How to make money blogging
- How to start a b... | https://www.nasdaq.com/articles/how-to-start-a-blog-and-make-money | CC-MAIN-2021-49 | en | refinedweb |
11
Serialization With JSON how to serialize JSON data into model classes. A model class represents an object that your app can manipulate, create, save and search. An example is a recipe model class, which usually has a title, an ingredient list and steps to cook it.
You’ll continue with the previous project, which is ... | https://www.raywenderlich.com/books/flutter-apprentice/v1.0.ea3/chapters/11-serialization-with-json | CC-MAIN-2021-49 | en | refinedweb |
Bulk AMA with Stone DeFi
Hello guys, today we would like to welcome Vincent Khoo — Stone DeFi Marketing Lead.
Hi Vincent! It’s great you have joined us, we are looking forward to the talk.
Hello Everyone.
Could you tell us about yourself and give us your team’s introduction? What is the idea behind Stone Defi?
Hi. My n... | https://crypto-bulk-intl.medium.com/bulk-ama-with-stone-defi-747f4d2c2515?readmore=1&source=user_profile---------2---------------------------- | CC-MAIN-2021-49 | en | refinedweb |
Using the Populate Utility
InterSystems IRIS® includes a utility for creating pseudo-random test data for persistent classes. The creation of such data is known as data population; the utility for doing this, known as the InterSystems IRIS populate utility, is useful for testing persistent classes before deploying them... | https://docs.intersystems.com/healthconnectlatest/csp/docbook/stubcanonicalbaseurl/csp/docbook/DocBook.UI.Page.cls?KEY=GOBJ_populate | CC-MAIN-2021-49 | en | refinedweb |
Access cellular service strength?
Hi all,
I want to write a script that will repeatedly log my location and cell service strength so I can identify dead zones along my commute. Gaining access to location information seems simple enough, but I'm wondering if anyone can help me get access to cell strength.
Here's one art... | https://forum.omz-software.com/topic/6008/access-cellular-service-strength/? | CC-MAIN-2021-49 | en | refinedweb |
Subject: [owner-abiword-user@abisource.com: BOUNCE abiword-user@abisource.com: Non-member submission from ["William Kreamer"
From: Sam TH (sam@uchicago.edu)
Date: Wed Mar 14 2001 - 09:16:03 CST
sam th --- sam@uchicago.edu ---
OpenPGP Key: CABD33FC ---
DeCSS:
Return-Path: <owner-abiword-user@abisource.com>
Delivered-To:... | https://www.abisource.com/mailinglists/abiword-user/01/March/0071.html | CC-MAIN-2021-49 | en | refinedweb |
Raspberry Pi OS
Introduction
Raspberry clean (
sudo apt-get clean in older releases of apt).
Upgrading from Previous Operating System Versions
The latest version of Raspberry Pi OS is based on Debian Bullseye. The previous version was based on Buster. If you want to perform an in-place upgrade from Buster to Bullseye (... | https://www.raspberrypi.com/documentation/computers/os.html | CC-MAIN-2021-49 | en | refinedweb |
Details
- Type:
Bug
- Status: Closed
- Priority:
P1: Critical
- Resolution: Done
- Affects Version/s: 5.11.1, 5.12.0 Beta 3
- Fix Version/s: 5.12.4, 5.14.0 Alpha
- Component/s: Widgets: Style Sheets
- Labels:
- Environment:Ubuntu 16.04 with GCC 64-bit
Windows 10 (1803) with MSVC 2017 32-bit
macOS Sierra 10.13.6 with cl... | https://bugreports.qt.io/browse/QTBUG-69204?gerritIssueStatus=All | CC-MAIN-2021-49 | en | refinedweb |
#include <itkFEMElement3DC0LinearTetrahedron.h>
4-noded, linear, C0 continuous finite element in 3D space.
The ordering of the nodes should be defined in the following order:
(1,0,1) 3 * /|\ / | \ / | \
(0,0,0) 0 *– | –* 2 (2,0,0) \ | / \ | / |/
This is an abstract class. Specific concrete implemenations of this It mus... | https://itk.org/Doxygen48/html/classitk_1_1fem_1_1Element3DC0LinearTetrahedron.html | CC-MAIN-2021-49 | en | refinedweb |
#include <itkImageAlgorithm.h>
A container of static functions which can operate on Images with Iterators.
These methods are modeled after the STL algorithms. They may use special optimization techniques to implement enhanced versions of the methods.
Definition at line 53 of file itkImageAlgorithm.h.
Definition at line... | https://itk.org/Doxygen48/html/structitk_1_1ImageAlgorithm.html | CC-MAIN-2021-49 | en | refinedweb |
5
Functions
Written by Jonathan Sande
Heads up... You're reading this book for free, with parts of this chapter shown beyond this point astext.
You can unlock the rest of this book, and our entire catalogue of books and videos, with a raywenderlich.com Professional subscription.
Each week, there are tasks that you repe... | https://www.raywenderlich.com/books/dart-apprentice/v1.0.ea1/chapters/5-functions | CC-MAIN-2021-49 | en | refinedweb |
...one of the most highly
regarded and expertly designed C++ library projects in the
world. — Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
extract_c_string returns
a pointer to an array of elements of a const character type. It is invoked
through a static method
call.
This customization point is responsibl... | https://www.boost.org/doc/libs/1_64_0/libs/spirit/doc/html/spirit/advanced/customize/string_traits/extract_c_string.html | CC-MAIN-2021-49 | en | refinedweb |
Hi,
I changed the attitude control loop a little bit to achieve more stability. Rate control with a PID(T1) instead of a PI controller. Here I present the necessary changes in the code to do this.
Pro:
- Much more attitude stability
- Much faster response on disturbances or new setpoints
Con:
- You need to tune the con... | https://diydrones.com/profiles/blogs/arducopter-changing-from-pi-to-pid-to-improve-stability | CC-MAIN-2021-49 | en | refinedweb |
Creating and converting cubed-sphere grids to unstructured meshes
Project description
Introduction
The grid generator is from here, and I/O is handled by meshio.
This package was created for education/research purpose. Personally, I use this to study the grid convergence for data transferring between CSGrid and spheric... | https://pypi.org/project/csgrid2unstr/0.0.1/ | CC-MAIN-2019-51 | en | refinedweb |
Datapane client library and CLI tool
Project description
Datapane CLI and Python client library
Datapane is a platform to rapidly build and share data-driven boards and analysis publicly on the cloud and within your organisation.
This package includes both the Datapane Python client library, and the
datapane command-li... | https://pypi.org/project/datapane/ | CC-MAIN-2019-51 | en | refinedweb |
Adding Operations
In many cases, just sending events is not enough for a game. If you want to provide authorization, persistency or game-specific Operations, it's time to extend LoadBalancing.
This page shows two ways to implement new Operations and how to use them. Our sample Operation expects a message from the clien... | https://doc.photonengine.com/zh-tw/server/v4/app-framework/adding-operations | CC-MAIN-2019-51 | en | refinedweb |
web framework support customing file upload processing
Project description
NAME
x100http, web framework support customing file upload processing
SYNOPSIS
from x100http import X100HTTP app = X100HTTP() def hello_world(request): remote_ip = request.get_remote_ip() response = "<html><body>hello, " + remote_ip + "</body></... | https://pypi.org/project/x100http/ | CC-MAIN-2019-51 | en | refinedweb |
Feeds
News feed
Recent files OS4Depot
IRC
IRC Channel info
IRC Window
Links
In cooperation with
Support
OS4 Feedback forum
OS4Depot Feedback forum
Amigabounty forum
OpenAmiga forum
Software
AmiCygnix forum
ABC shell forum
AmiKit forum
Cinnamon Writer forum
CodeBench forum
Digital Universe forum
Dopus 5 forum
E-UAE foru... | https://www.amigans.net/modules/xforum/viewtopic.php?post_id=116105 | CC-MAIN-2019-51 | en | refinedweb |
Access control in Azure Data Lake Storage Gen1
Azure Data Lake Storage Gen1 implements an access control model that derives from HDFS, which in turn derives from the POSIX access control model. This article summarizes the basics of the access control model for Data Lake Storage Gen1.
Access control lists on files and f... | https://docs.microsoft.com/en-us/azure/data-lake-store/data-lake-store-access-control | CC-MAIN-2019-51 | en | refinedweb |
"Brian Elmegaard" <be at et.dtu.dk> wrote in message news:3A40813B.C04D21C at et.dtu.dk... > I am not a computer scientist, just an engineer knowing how to program in > Fortran, Pascal,... So I after reading some of the python material on the web, I > decided to give it a try and is now using the language some, finding... | https://mail.python.org/pipermail/python-list/2000-December/048457.html | CC-MAIN-2019-51 | en | refinedweb |
. [Below it says that there are two types: cell and string.]
- language design decisions were made by ITB CompuPhase. It is designed for low-level embedded devices and is thus very small and very fast.
Assignment
Variables can be re-assigned data after they are created. For example:
new a, Float:b, bool:c; a = 5; b = 5... | https://wiki.alliedmods.net/index.php?title=Introduction_to_SourcePawn_1.7&oldid=9735 | CC-MAIN-2019-51 | en | refinedweb |
This page is a snapshot from the LWG issues list, see the Library Active Issues List for more information and the meaning of Resolved status.
Section: 20.2.2 [utility.swap] Status: Resolved Submitter: Orson Peters Opened: 2015-11-01 Last modified: 2016-03-09
Priority: 2
View all other issues in [utility.swap].
View all... | https://cplusplus.github.io/LWG/issue2554 | CC-MAIN-2019-51 | en | refinedweb |
You'll need to install a library to make Arduino IDE support the module. This library includes drivers for the MMA8491_AccelTilt_Module library is responsible for reading the accelerometer and tilt data.
To use the library on Arduino IDE, add the following #include statement to the top of your sketch.
#include <Turta_A... | https://docs.turta.io/modular/accel-tilt/iot-node | CC-MAIN-2019-51 | en | refinedweb |
Linux
2017-09-15
NAME
getunwind - copy the unwind data to caller’s buffer
SYNOPSIS
#include <syscall.h> #include <linux/unwind.h>
long getunwind(void *buf, size_t buf_size);
Note: There is no glibc wrapper for this system call; see NOTES.
DESCRIPTION
Note: this function is obsolete..
COLOPHON
This page is part of relea... | https://reposcope.com/man/en/2/getunwind | CC-MAIN-2019-51 | en | refinedweb |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.