text
stringlengths
20
1.01M
url
stringlengths
14
1.25k
dump
stringlengths
9
15
lang
stringclasses
4 values
source
stringclasses
4 values
Available with Spatial Analyst license. Available with Image Analyst license. Summary Generates an Esri classifier definition file (.ecd) using the Random Trees classification method. The random trees classifier is an image classification technique that is resistant to overfitting and can work with segmented images and...
https://pro.arcgis.com/en/pro-app/latest/tool-reference/image-analyst/train-random-trees-classifier.htm
CC-MAIN-2022-33
en
refinedweb
The fundamental concept of React.js React is a flexible, efficient, open-source Javascript library. It was developed by Facebook (2013) for building user interfaces. It allows us to create a complex UI by making components. components are reuseble 1. JSX in React Usually JSXjust syntactic sugar for React.createElement(...
https://rimawahid3.medium.com/the-fundamental-concept-of-react-js-a8644ee69a56?source=user_profile---------1-------------------------------
CC-MAIN-2022-33
en
refinedweb
- Activation functions - Logistic Regression - Neural Network overview - Parameters vs Hyperparameters - Application: recognize a cat - Python tips This is my note for the course (Neural Networks and Deep Learning).. If you want to break into cutting-edge AI, this course will help you do so. Activation functions 👉 Che...
https://dinhanhthi.com/deeplearning-ai-course-1/
CC-MAIN-2022-33
en
refinedweb
This module groups classes and namespaces that have to do with handling degrees of freedom. The central class of this group is the DoFHandler class: it is built on top of a triangulation and a finite element class and allocated degrees of freedom on each cell of the triangulation as required for the finite element spac...
http://www.dealii.org/developer/doxygen/deal.II/group__dofs.html
CC-MAIN-2017-17
en
refinedweb
.shutdown;23 24 import javax.naming.InitialContext ;25 26 import org.jboss.system.ServiceMBeanSupport;27 28 /** A service that calls System.exit from its stopService method. Note that29 * this service cannot be deployed when the server is shutdown as its call30 * to System.exit(0) will hang the vm in java.lang.Shutdown...
http://kickjava.com/src/org/jboss/test/jmx/shutdown/ExitOnShutdown.java.htm
CC-MAIN-2017-17
en
refinedweb
dgaudet 98/04/08 18:28:58 Modified: . STATUS Log: I, too, retract my votes, opinions, and plans regarding 1.3. Revision Changes Path 1.282 +14 -52 apache-1.3/STATUS Index: STATUS =================================================================== RCS file: /export/home/cvs/apache-1.3/STATUS,v retrieving revision 1.281 ...
http://mail-archives.apache.org/mod_mbox/httpd-cvs/199804.mbox/%3C19980409012859.7109.qmail@hyperreal.org%3E
CC-MAIN-2017-17
en
refinedweb
Download presentation Presentation is loading. Please wait. Published byIsabel Horton Modified about 1 year ago 1 Lecture 20 – Swing Layout Programming Lecturer: Prof Jim Warren 2 Overview With a toolkit like Swing, it’s more like you give the window manager ideas (or at best requirements) for your interface will look ...
http://slideplayer.com/slide/4235866/
CC-MAIN-2017-17
en
refinedweb
Template::Plugin::Filter - Base class for plugin filters package MyOrg::Template::Plugin::MyFilter; use Template::Plugin::Filter; use base qw( Template::Plugin::Filter ); sub filter { my ($self, $text) = @_; # ...mungify $text... return $text; } # now load it... [% USE MyFilter %] # ...and use the returned object as a ...
http://search.cpan.org/~abw/Template-Toolkit-2.14/lib/Template/Plugin/Filter.pm
CC-MAIN-2017-17
en
refinedweb
I've a directive that I want to publish on npm. I read the doc here and after that here is what I did: npm init npm publish npm install --save-dev @NgModule({ declarations: [ AppComponent, MyDirective //this is not found ], You imported import {...} from 'your-package-name/your-main-js'; it, right? Here's a nice guide ...
https://codedump.io/share/c0TnD5FlstDl/1/angular-2-directive-as-npm-package
CC-MAIN-2017-17
en
refinedweb
, it's several days after I said 'in the next day', but I've finally uploaded a new TemplateServer version. Changes: - several small bug fixes - reimplemented the #block directive to avoid maximum recursion depth errors with large blocks. - created many new test cases in the regression testing suite - added an example ...
https://sourceforge.net/p/webware/mailman/webware-discuss/?viewmonth=200105&viewday=28
CC-MAIN-2017-17
en
refinedweb
Package: wnpp Severity: wishlist Owner: Arnaud Fontaine <arnau@debian.org> * Package name : xml_marshaller Version : 0.9.7 Upstream Author : Nicolas Delaby <nicolas@nexedi.com> * URL : * License : Python License (CNRI Python License) Programming Lang: Python Description : Converting Python objects to XML and back again...
https://lists.debian.org/debian-devel/2011/04/msg00954.html
CC-MAIN-2017-17
en
refinedweb
This source code shows how to use the Sencha Touch Ext.XTemplate: Short source code examples. The following Python example shows how to split a string into a list, get the second element from the list (which happens to be a long), and convert that string to a long value: line = 'Foo bar baz|1234567890' ts = line.split(...
http://alvinalexander.com/source-code-snippets?page=8
CC-MAIN-2017-17
en
refinedweb
I was creating an application that was displaying on a graph a number of different items, and I wanted to visually differentiate these items by their text. If you've not used XAML Converters before then in simple terms, they are class that implements the IValueConverter interface. This interface has two methods Convert...
http://www.codeproject.com/Tips/787343/Strings-To-Colours
CC-MAIN-2017-17
en
refinedweb
Network Video Analytics in C#: How to achieve line detection (NVA - Object Detection) The of a reliable security system. One of these new technologies is object detection. Inside object detection, there are the so-called feature-based methods. These methods aim to find possible matches between the features of the objec...
http://www.dotnetspark.com/kb/6531-network-video-analytics-c-sharp-how-to-achieve.aspx
CC-MAIN-2017-17
en
refinedweb
GameFromScratch.com Instead of updating all of the tutorials each time something is changed ( sadly, something I do not have the time for ), I will use this guide to track breaking changes as the occur. Libraries have been renamed from Sce.Pss to Sce.PlayStation. So instead of say: import Sce.Pss.Graphics; it is now: i...
http://www.gamefromscratch.com/post/2012/07/13/PlayStation-Mobile-breaking-changes-guide.aspx
CC-MAIN-2017-17
en
refinedweb
An Essential Introduction to Machine Learning With a Step-by-Step Guide to Make Your Computer Learn using Google’s TensorFlow Machine Learning is all the rage. It’s effectiveness across industries is stunning, and it is rapidly improving. This short guide will allow you to understand the process, time, difficulty, and ...
https://medium.com/the-future-beyond/an-essential-introduction-to-machine-learning-ac4b42c90252?source=collection_home---6------2----------
CC-MAIN-2017-17
en
refinedweb
0 First off this is my second day writing in Python. My manager switched us off SAS and moved us to Python and R which I actually am starting to like the flexibility. I have a few datasets that I work with on a regular basis that require a lot of cleaning before I can work with them and I would rather just call a class...
https://www.daniweb.com/programming/software-development/threads/481193/python-custom-class-return-dataframe
CC-MAIN-2017-17
en
refinedweb
It's not the same without you Join the community to find out what other Atlassian users are discussing, debating and creating. We used to use sub-tasks but have decided against using them anymore. I moved about 5,000 sub-tasks to one sub-task named simply "sub-task". The reason why is because you cannot bulk change a s...
https://community.atlassian.com/t5/Jira-questions/I-need-to-prevent-user-from-creating-sub-task/qaq-p/429398
CC-MAIN-2018-34
en
refinedweb
maxlength on input box can be overriden by autocomplete Bug Description No, not a dupe. It's asking (without providing any reason other than Fx2-compat) that bug 345267 be reverted. Assuming the comments there are correct, and the current behavior is the same as every other browser except Fx2, it's a wontfix. Indeed. I...
https://bugs.launchpad.net/ubuntu/+source/firefox-3.5/+bug/486284
CC-MAIN-2018-34
en
refinedweb
RepositoryGenerator 1.0.1 Repository Generator Repository Generator will generate an entire repository structure for you. All you need to supply a namespace which contains all your Entity Framework models and the RepositoryGenerator.tt will generate repositories for all your models, it will generate a generic repositor...
https://www.nuget.org/packages/RepositoryGenerator/
CC-MAIN-2018-34
en
refinedweb
If you have used languages, such as Java or Python before, you might be familiar with the idea. Decorators are syntactic sugar that allow us to wrap and annotate classes and functions. In their current proposal (stage 1) only class and method level wrapping is supported. Functions may become supported later on. In Babe...
https://survivejs.com/react/appendices/understanding-decorators/index.html
CC-MAIN-2018-34
en
refinedweb
Karma I have used this script in one of my missions. Since the 1.12 update on the stable branch I now find the bunkers are floating in mid air about 3-4m off the ground. I don't know what has changed in the game to cause this. The script was working perfectly up until then. Same problem with the bunkers floating :( if ...
http://www.armaholic.com/page.php?id=23003
CC-MAIN-2018-34
en
refinedweb
Code Inspection and Quick-Fixes in Visual Basic .NET Almost all JetBrains Rider JetBrains Rider's static code analysis can detect more than 150 different errors and problems in VB.NET code. The analysis is performed by applying code inspections to the current document or in any specified scope. To look through the list...
https://www.jetbrains.com/help/rider/Code_Analysis_in_VB_NET.html
CC-MAIN-2018-34
en
refinedweb
Log message: p5-IPC-Run: update to 20180523.0. 20180523.0 Wed May 23 2018 - #99 - Fix using fd in child process when it happens to be the same number in the child as it was in the parent. Log message: Update to 0.99 Upstream changes:] Log message: Recursive revbump from lang/perl5 5.26.0 Log message: Updated p5-IPC-Run...
http://pkgsrc.se/devel/p5-IPC-Run
CC-MAIN-2018-34
en
refinedweb
GREPPER SEARCH SNIPPETS USAGE DOCS INSTALL GREPPER All Languages >> Javascript >> javascript array stackoverflow “javascript array stackoverflow” Code Answer javascript array stackoverflow javascript by Crazy Crane on May 21 2020 Donate 1 var myArray = []; var id = 12; var value = 44; myArray[id]=value; Source: stackov...
https://www.codegrepper.com/code-examples/javascript/javascript+array+stackoverflow
CC-MAIN-2021-17
en
refinedweb
I was having problems with one of my projects every time I pressed for first time the screen. At first I thought it was caused by a script that disabled an UI Text but after one day of researching I couldn't find any answer so I decided to try recreating the problem in an empty scene. The results are that whenever I pl...
https://answers.unity.com/questions/1662339/massive-lag-spike-on-first-inputgettouch-with-noth.html
CC-MAIN-2021-17
en
refinedweb
riskyAnnuity (3) - Linux Man Pages riskyAnnuity: CDS option. NAME QuantLib::CdsOption - CDS option. SYNOPSIS #include <ql/experimental/credit/cdsoption.hpp> Inherits QuantLib::Instrument. Public Member Functions CdsOption (const Date &expiry, Rate strike, const Handle< Quote > &volatility, const Issuer &issuer, Protect...
https://www.systutorials.com/docs/linux/man/3-riskyAnnuity/
CC-MAIN-2021-17
en
refinedweb
Chess piece on view I am creating a chess board with normal views, I am trying to put a chess piece on a single view(all the views have the same custom view class). No ok, I've found my copy error, Now I will check This works, but you need to define an ImageView as subview of your custom views It should be better if yo...
https://forum.omz-software.com/topic/5894/chess-piece-on-view/30
CC-MAIN-2021-17
en
refinedweb
Toolset for generating and managing Power Plant Data Project description powerplantmatching A toolset for cleaning, standardizing and combining multiple power plant databases. This package provides ready-to-use power plant data for the European power system. Starting from openly available power plant datasets, the pack...
https://pypi.org/project/powerplantmatching/
CC-MAIN-2021-17
en
refinedweb
Opened 14 months ago Closed 13 months ago #29167 closed defect (duplicate) test failures in sage.schemes.curves.zariski_vankampen with sirocco built with -O2 Description (last modified by ) #29149 fixes building Sage with the sirocco package installed on Cygwin. This required, for linking purposes, removing the forced ...
https://trac.sagemath.org/ticket/29167
CC-MAIN-2021-17
en
refinedweb
, and while it supports threading, it does not yet support multiprocessing or multiple processes in general. your code in a virtualenv: $ python3 -m venv venv/ $ . venv/bin/activate (venv) $ pip install --upgrade pip Assuming you have a new enough version of pip: $ pip install filprofiler Using Fil Profiling in Jupyte...
https://pypi.org/project/filprofiler/0.16.0/
CC-MAIN-2021-17
en
refinedweb
29518/hyperledger-cello-operator-dashboard-stuck-at-loading When I try to open operator dashboard on localhost:8080 it keeps loading. localhost:8080 keeps loading and shows waiting for localhost.... I tried make all also but still it does not work. I followed the tutorial from their official tutorial website Any help w...
https://www.edureka.co/community/29518/hyperledger-cello-operator-dashboard-stuck-at-loading
CC-MAIN-2021-17
en
refinedweb
NetBeans Platform Gesture Collection Infrastructure Tutorial Do you know what your users are doing with your NetBeans Platform application? Which windows are they opening? Which actions are they commonly invoking? When are they clicking the "Help" button on a dialog? Knowing the answers to these questions is crucial in...
https://netbeans.apache.org/tutorials/nbm-gesture.html
CC-MAIN-2021-17
en
refinedweb
Jaldi btao friends ye file h is ka code 100% teak h bx run k output ka screenshot ly k submit kara dyn Here you go import javax.swing.JOptionPane; class Exception { public static void main (String args[]) { String a,b; int x,y,z; a=JOptionPane.showInputDialog("Enter First No."); b=JOptionPane.showInputDialog("Enter 2n...
https://vustudents.ning.com/forum/topics/cs506-assignment-no-2-has-benn-uploaded-on-vulms-its-due-date-is?groupUrl=cs506webdesignanddevelopment&groupId=3783342%3AGroup%3A59376&id=3783342%3ATopic%3A5812530&page=14
CC-MAIN-2021-17
en
refinedweb
Filtering logging messages in Python scripts¶ All messages printed by the Hyperion Python routines use the built-in logging module. This means that it is possible to filter messages based on importance. Messages can have one of several levels: DEBUG( 10): detailed information, typically of interest only when diagnosing...
http://docs.hyperion-rt.org/en/stable/advanced/logger.html
CC-MAIN-2021-17
en
refinedweb
From: bill_kempf (williamkempf_at_[hidden]) Date: 2002-01-30 10:08:07 --- In boost_at_y..., "davlet_panech" <davlet_panech_at_y...> wrote: > --- In boost_at_y..., Beman Dawes <bdawes_at_a...> wrote: > > At 12:24 PM 1/29/2002, davlet_panech wrote: > > > > > ... I recently ported (portions of) > > >Boost.Threads to a pla...
https://lists.boost.org/Archives/boost/2002/01/24114.php
CC-MAIN-2021-17
en
refinedweb
#include <FXDelegator.h> Inheritance diagram for FX::FXDelegator: Delegators are used when you need to multiplex messages toward any number of target objects. For example, many controls may be connected to FXDelegator, instead of directly to the document object. Changing the delegate in FXDelegator will then reconnect ...
http://fox-toolkit.org/ref14/classFX_1_1FXDelegator.html
CC-MAIN-2021-17
en
refinedweb
I believe the best way to learn something new is to learn by simple and easy to understand example. Once you got the principles you can always proceed to more complex stuff. So today I'll show a simple example of MEF that will give you the basics. Managed Extensibility Framework (MEF) is a component of .NET 4 and it al...
https://www.codearsenal.net/2013/11/csharp-mef-simple-application.html?showComment=1385568008110
CC-MAIN-2021-17
en
refinedweb
GREPPER SEARCH SNIPPETS USAGE DOCS INSTALL GREPPER All Languages >> Shell/Bash >> search file in ubuntu “search file in ubuntu” Code Answer’s how to find a file in linux terminal shell by Emmanuel Mahuni on Apr 01 2020 Donate 8 find /path/to/folder/ -iname *file_name_portion* Source: winaero.com terminal how to find a ...
https://www.codegrepper.com/code-examples/shell/search+file+in+ubuntu
CC-MAIN-2021-17
en
refinedweb
Abstraction Tiers of Notations (Part 1) What are abstraction tiers? Join the DZone community and get the full member experience.Join For Free Today, there are a lot of big and small languages being designed. In some sense, even the libraries or frameworks could be considered as new sub-languages as well, since they int...
https://dzone.com/articles/abstraction-tiers-of-notations
CC-MAIN-2021-17
en
refinedweb
Its design philosophy emphasizes code readability, and its syntax allows programmers to express concepts in fewer lines of code than would be possible in languages such as C.. Scripting language created by Guido van Rossum Published in 1991 (23 years ago) Most places these days we know about use it for web programming....
http://nbviewer.jupyter.org/github/0xaio/talks/blob/master/python/intro-to-python.ipynb
CC-MAIN-2017-26
en
refinedweb
# Give some initialization to maxima, run it, and peel out the result proc domaxima { {m} } { set t "display2d:false;\n$m;" return [string range [exec maxima << $t | tail -2 ] 6 end-7] } # Similar as above but get a FORTRAN converted result proc domaximafor { {m} } { set t "display2d:false;\nlinel:3000;\nfortran($m);\n...
http://wiki.tcl.tk/19671
CC-MAIN-2017-26
en
refinedweb
Once your users are done tweaking the look and feel of a given interface, they can save the design as a template. The templates are stored in the Site Template Collection list, located at the root site of the current site collection. For example, if your site URL is and you save it as a template, the template will be l...
http://www.devx.com/dotnet/Article/28315
CC-MAIN-2017-26
en
refinedweb
- NAME - VERSION - SYNOPSIS - DESCRIPTION - FUNCTIONS - OPTIONAL BEHAVIOUR - SEE ALSO - SUPPORT & DEVELOPMENT - AUTHOR - LICENSE NAME Getopt::Args - integrated argument and option processing VERSION 0.1.20 (2016-04-11) SYNOPSIS #!/usr/bin/env perl use Getopt::Args; opt quiet => ( isa => 'Bool', alias => 'q', comment =>...
https://metacpan.org/pod/Getopt::Args
CC-MAIN-2017-26
en
refinedweb
Om Spark recently revived their old but gold posts on program management interviews. Linked List for Program Manager Interviews by Urmila Singhal | Sep 22, 2013 | Program Management The fondest memories of a child are the different birthday parties and the games/activities during that day. As a child on my birthday, I ...
https://blogs.msdn.microsoft.com/nikhilsi/
CC-MAIN-2017-26
en
refinedweb
Hello!It has been some time since when I was trying to install Debian with the 2.4.27 kernel included on the CD-ROM: it gave me kernel panic, because of the buggy NCR 53C710 SCSI driver. But, at least, it displayed on screen something.. This is the output of dmesg: Searching for SAVEKMSG magic... Found 4448 bytes at 0x...
https://lists.debian.org/debian-68k/2008/01/msg00113.html
CC-MAIN-2017-26
en
refinedweb
hey i am beginner in java. i am not able to resolve differences in interface and with abstract class. do abstract class have methods defined??does those methods have body?? if so for abstract classes do not create objects, how they r invoked?? hey i am beginner in java. i am not able to resolve differences in interface...
https://www.daniweb.com/programming/software-development/threads/142503/how-is-abstact-class-different-from-interface
CC-MAIN-2017-26
en
refinedweb
How To Secure iOS User Data: The Keychain and Touch ID Update note: This tutorial has been updated for Xcode 8.3.2 and Swift 3.1 by Tim Mitra. The original tutorial was also written by Tim Mitra. Protecting an app with a login screen is a great way to secure user data – you can use the Keychain, which is built right in...
https://www.raywenderlich.com/147308/secure-ios-user-data-keychain-touch-id?utm_campaign=ThomasHanning%2BNewsletter&utm_medium=web&utm_source=ThomasHanning_Newsletter14
CC-MAIN-2017-26
en
refinedweb
I got my hands dirty with SAX2 and, man, I love their namespace support, it's great, clean, perfect, just fits perfectly with what I need. Then I look at XSLT and, hmmm, their level of namespace support isn't quite what I like... ok, let's make an example: <my:page xmlns: ... </my:page> How would a "normal" person acce...
http://mail-archives.apache.org/mod_mbox/cocoon-dev/200008.mbox/%3C39A56A0D.6444D43@apache.org%3E
CC-MAIN-2017-26
en
refinedweb
have configured Adyen as a payment gateway for your account. This will allow your developers to enter their credit card details, and you can automatically charge them through Adyen for access to your API, according to the calculated invoices. Setting up your payment gateway is a key step enabling credit card charging ...
https://access.redhat.com/documentation/en-us/red_hat_3scale/2.3/html/billing/
CC-MAIN-2018-51
en
refinedweb
This article shows how to use Dynamsoft C++ barcode reader SDK to create a Window runtime component, as well as how to use the WinRT component and JavaScript to build a UWP app on Windows 10. Tag: C#. Creating Android Apps with Xamarin in Visual Studio Image Transmission between a HTML5 WebSocket Server and a Web Clien...
https://www.codepool.biz/tag/c
CC-MAIN-2018-51
en
refinedweb
Consuming the Task-based Asynchronous Pattern When you use the Task-based Asynchronous Pattern (TAP) to work with asynchronous operations, you can use callbacks to achieve waiting without blocking. For tasks, this is achieved through methods such as Task.ContinueWith. Language-based asynchronous support hides callbacks...
https://docs.microsoft.com/en-us/dotnet/standard/asynchronous-programming-patterns/consuming-the-task-based-asynchronous-pattern
CC-MAIN-2018-51
en
refinedweb
The code looks right and submitted, but after I tried to add a user input to test it out, it no longer works Traceback (most recent call last): File "python", line 8, in File "python", line 4, in product TypeError: can't multiply sequence by non-int of type 'unicode' def product (integers): mult = 1 for i in integers:...
https://discuss.codecademy.com/t/product/50343
CC-MAIN-2018-51
en
refinedweb
NAME DSA_set_default_method, DSA_get_default_method, DSA_set_method, DSA_new_method, DSA_OpenSSL - select DSA method SYNOPSIS #include <openssl/dsa); DESCRIPTION A DSA_METHOD specifies the functions that OpenSSL uses for DSA operations. By modifying the method, alternative implementations such as hardware accelerators ...
https://www.openssl.org/docs/manmaster/man3/DSA_get_default_method.html
CC-MAIN-2018-51
en
refinedweb
Big data has many applications, but none perhaps as ubiquitous and overlooked as geolocation. All of the mapping and navigation systems we use daily depend upon geo data—data that is constantly being refreshed. The range of things we map is mind boggling, from submarine cables to Napoleon's retreat from Moscow, and you...
https://www.techrepublic.com/article/heres-one-key-to-managing-geolocation-data-at-scale/
CC-MAIN-2018-51
en
refinedweb
Adding an Amazon RDS DB instance to your Python learning: For more information about configuring an internal DB instance, see Adding a database to your Elastic Beanstalk environment. Downloading a driver Add the database driver to your project's requirements file. Example requirements.txt – Django with MySQL Django==2....
https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/create-deploy-python-rds.html
CC-MAIN-2021-21
en
refinedweb
this onPreRender before any Camera begins rendering. To execute custom code at this point, create callbacks that match the signature of CameraCallback, and add them to this delegate. For similar functionality that applies only to a single Camera and requires your script to be on the same GameObject, see MonoBehaviour ...
https://docs.unity3d.com/ScriptReference/Camera-onPreRender.html
CC-MAIN-2021-21
en
refinedweb
Previous Page | Next Page What's New in SAS Decision Manager 2.2 Overview SAS Decision Manager 2.2 runs on the second maintenance release of SAS 9.4. The full functionality of the SAS Model Manager Java Client application and the Workflow Console web-based application have been integrated into SAS Decision Manager 2.2....
https://support.sas.com/documentation/cdl/en/edmug/67015/HTML/default/edmugwhatsnew94.htm
CC-MAIN-2021-21
en
refinedweb
I’d like to check if my object is already present in a dictionary based on it’s name. My current implementation does not return expected results, so for sure I am missing something here. My class: @dataclass class Foo: name: str number: int def __hash__(self): return hash(self.name) and the code: d = {} foo1 = Foo('foo...
https://www.tutorialguruji.com/python/custom-hash-is-object-in-a-dictionary/
CC-MAIN-2021-21
en
refinedweb
In this article, we will discuss about coupling and cohesion in OOP, mainly because understanding about them is really useful to improve coding skill and some skills about designing architecture. Table of contents - Cohesion - Coupling - Difference between cohesion and coupling - Refactoring our code with loose couplin...
https://ducmanhphan.github.io/2019-03-23-Coupling-and-Cohension-in-OOP/
CC-MAIN-2021-21
en
refinedweb
Table of Content What is Swagger? Swagger is one type of platform that provides the facility to access API data. In this detailed technical document,we will learn how a web service can reply to web requests from clients such as browsers. Swagger is a popular framework which is used to describe the structure of your API...
https://www.ifourtechnolab.com/blog/what-is-swagger-and-how-to-use-it-in-asp-net-application
CC-MAIN-2021-21
en
refinedweb
Resources Resources represent the fundamental components that make up your infrastructure, such as a compute instance, storage bucket, or database instance. All infrastructure resources are described by one of two subclasses of the Resource class. These two subclasses are: CustomResource: A resource managed by a resour...
https://www.pulumi.com/docs/intro/concepts/resources/
CC-MAIN-2021-21
en
refinedweb
Python is one of the best programming languages for machine learning, quickly coming to rival R’s dominance in academia and research. But why is Python so popular in the machine learning world? Why is Python good for AI? Mike Driscoll spoke to five Python experts and machine learning community figures about why the lan...
https://hub.packtpub.com/python-machine-learning-expert-interviews/
CC-MAIN-2021-21
en
refinedweb
Metaprogramming can be described in two ways: “Computer programs that write or manipulate other programs (or themselves) as their data, or that do part of the work at compile time that would otherwise be done at runtime”. More simply put: Metaprogramming is writing code that writes code during runtime to make your life...
https://sodocumentation.net/ruby/topic/5023/metaprogramming
CC-MAIN-2021-21
en
refinedweb
Static Member Functions As seen in the discussion about object orientation there can also be static member functions. OO: Class operations <-> C++: static member functions They also uses the keyword "static". Usage: When there is "only one" When the function does not depend on any non-static class atttributes For const...
https://max.berger.name/teaching/s06/script/ch11s07.html
CC-MAIN-2021-21
en
refinedweb
circular_buffer 0.9.1 circular_buffer: ^0.9.1 copied to clipboard Use this package as a library Depend on it Run this command: With Dart: $ dart pub add circular_buffer With Flutter: $ flutter pub add circular_buffer This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get): depen...
https://pub.dev/packages/circular_buffer/install
CC-MAIN-2021-21
en
refinedweb
Control fit-statUSB devices Project description pystatusb Control a fit-statUSB from python The statUSB is a tiny, USB LED that can be set display various colors and sequences. This library allows easy control of it from python. Use one of the simple helpers to set a color or sequence. After sending the configuration, ...
https://pypi.org/project/pystatusb/
CC-MAIN-2021-21
en
refinedweb
Guest post by Ekkehard Gentz, BlackBerry Elite Developer This is the first post in a series about how we created the BlackBerry Jam Asia app. In today’s post, I’ll show you how to implement an end-user license agreement (EULA) in an app. In most cases, developers should provide an EULA, which has the user has to agree ...
http://devblog.blackberry.com/2013/11/secrets-of-the-blackberry-jam-asia-conference-app-part-1-implementing-an-end-user-license-agreement/
CC-MAIN-2018-39
en
refinedweb
Kafka Streams on Heroku Last updated 17 August 2018 Table of Contents Kafka Streams is a Java client library that uses underlying components of Apache Kafka to process streaming data. You can use Kafka Streams to easily develop lightweight, scalable, and fault-tolerant stream processing apps. Kafka Streams is supported...
https://devcenter-assets1.herokucdn.com/articles/kafka-streams-on-heroku
CC-MAIN-2018-39
en
refinedweb
It's not the same without you Join the community to find out what other Atlassian users are discussing, debating and creating. I've created a scripted field called Work Effort Progress, but I'm not able to sort (ASC or DESC) on this field in the Issue Navigator unless I include "Work Effort Progress" is not EMPTY in th...
https://community.atlassian.com/t5/Jira-questions/Cannot-accurately-sort-by-scripted-field/qaq-p/433446
CC-MAIN-2018-39
en
refinedweb
The objective of this post is to explain how to create a simple Python websocket client to contact an online test echo server. Introduction to give the following command on the Windows command line (on some older Python installations you may need to navigate to the Scripts folder before being able to send pip commands)...
https://techtutorialsx.com/2018/02/11/python-websocket-client/
CC-MAIN-2018-39
en
refinedweb
Computational Methods for Database Repair by Signed Formulae - Felix Patterson - 2 years ago - Views: Transcription 1 Computational Methods for Database Repair by Signed Formulae Ofer Arieli Department of Computer Science, The Academic College of Tel-Aviv, 4 Antokolski street, Tel-Aviv 61161, Israel. Marc Denecker, Ber...
http://docplayer.net/12185651-Computational-methods-for-database-repair-by-signed-formulae.html
CC-MAIN-2018-39
en
refinedweb
<< Rasmussen and Williams (2006) is still one of the most important references on Gaussian process models. It is available freely The challenge comes when a third data point is observed and it doesn't naturally fit on the straight line. point 3: \(\inputScalar = 2\), \(\dataScalar=2.5\) \[2.5 = 2m + c\] Now there are t...
http://inverseprobability.com/talks/notes/gpss-session-1.html
CC-MAIN-2018-39
en
refinedweb
Especifications: - Server: Weblogic 9.2 fixed by customer. - Webservices defined by wsdl and xsd files fixed by customer; not modifications allowed. Hi, In the project we need to develope a mail system. This must ... I am facing this problem for over than one month , so i would be realy pleased by your help , in fact i...
http://www.java2s.com/Questions_And_Answers/Java-Enterprise/jaxb/marshall.htm
CC-MAIN-2018-39
en
refinedweb
ConcurrentHashMap public class ConcurrentHashMap<K,V> extends AbstractMap<K,V> implements ConcurrentMap<K,V>, Serializable { ... } 1. Some important parameters 1.1 MAXIMUM_ Capability parameter /** * The largest possible table capacity. This value must be * exactly 1<<30 to stay within Java array allocation and indexin...
https://programmer.help/blogs/jdk-source-code-reading-concurrent-hashmap-class-reading-notes.html
CC-MAIN-2021-49
en
refinedweb
Tutorial Defining Twitter Cards in your Jekyll Template. Twitter cards are a great way to have your content highlighted when Twitted. There are a few formats available, with Summary /w Large Image being my favorite. Here’s how I defined it in Jekyll in my head.html include file: <meta name="twitter:card" content="summa...
https://www.digitalocean.com/community/tutorials/jekyll-twitter-cards
CC-MAIN-2021-49
en
refinedweb
However, when I came into contact with smart doc, another interface documentation tool, I think it is more suitable for integration in the project than Swagger and is more suitable for old birds. Today, we will introduce the use of smart doc component as a supplement to the old bird series. swagger vs smart-doc First, ...
https://programmer.help/blogs/springboot-integrates-smart-doc-to-generate-interface-documents.html
CC-MAIN-2021-49
en
refinedweb
Chapter 2 - Exploring Symfony's Code At first glance, the code behind a symfony-driven application can seem quite daunting. It consists of many directories and scripts, and the files are a mix of PHP classes, HTML, and even an intermingling of the two. You'll also see references to classes that are otherwise nowhere to...
https://symfony.com/legacy/doc/book/1_0/pl/02-Exploring-Symfony-s-Code
CC-MAIN-2021-49
en
refinedweb
Welcome to the Parallax Discussion Forums, sign-up to participate. [nixdemo@ubuntut0:~] $ bash <(curl) Note: a multi-user installation is possible. See performing a single-user installation of Nix... directory /nix does not exist; creating it by running 'mkdir -m 0755 /nix && chown nixdemo /nix' using sudo [sudo] passw...
http://forums.parallax.com/discussion/comment/1464144/
CC-MAIN-2019-30
en
refinedweb
The software described in this documentation is either no longer supported or is in extended support. Oracle recommends that you upgrade to a current supported release. Docker version 1.9 and later require that you configure the system to use the Unbreakable Enterprise Kernel Release 4 (UEK R4) and boot the system with...
https://docs.oracle.com/cd/E37670_01/E75728/html/section_kfy_f2z_fp.html
CC-MAIN-2019-30
en
refinedweb
: - Add files from PubNubUnity/Assetsfolder to the Assetsfolder of your project. PubNub- instantiate a PubNub instance. Subscribe()- subscribe to a specific channel. Publish()- send a message on a specific channel. Unsubscribe()- additively unsubscribe to a specific channel. Include the PubNub library Download the PubN...
https://www.pubnub.com/docs/unity3d-c-sharp/data-streams-publish-and-subscribe
CC-MAIN-2019-30
en
refinedweb
What are words with double b? rubble rabble scrabble scribble hobble bubble ribbon babble bobble hebblewhite bobbin rabble rubble wobble wibble pebble pobble (with no toes) nobble nibble gobble dabble yabby cabby cubby tubby hubby bubby stubby nubbly rubber stubble Ebb chubby How do you play the double b flat on flute?...
https://www.answers.com/Q/What_are_words_with_double_b
CC-MAIN-2019-30
en
refinedweb
free - free allocated memory #include <stdlib.h> void free(void *ptr); The free() function causes the space pointed to by ptr to be deallocated; that is, made available for further allocation. If ptr is a null pointer, no action occurs. Otherwise, if the argument does not match a pointer earlier returned by the calloc(...
http://pubs.opengroup.org/onlinepubs/7908799/xsh/free.html
CC-MAIN-2019-30
en
refinedweb
- Passing multi value list from PRD to PDI (Spoon) - Logging database name is NULL when I try to run job using kitchen.bat - JOB Not Executing All the Transformations - Output Report that uses Data Integration as data source - Read XMl file from table - Update LOG_TABLE.ERRORS at the end of a JOB - Issue while migratin...
https://forums.pentaho.com/archive/index.php/f-135-p-60.html?s=c405835d3da6ca4309254cffd6778a1d
CC-MAIN-2019-30
en
refinedweb
Just before the holidays I was working on a .NET Core project that needed data available from some web services. I’ve done this a bunch of times previously, and always seem to spend a couple of hours writing code using the HttpClient object before remembering there are libraries out there that have done the heavy lifti...
https://jeremylindsayni.wordpress.com/2018/12/27/comparing-restsharp-and-flurl-http-while-consuming-a-web-service-in-net-core/
CC-MAIN-2019-30
en
refinedweb
Last time I scratched the surface of creating databases and collections in Azure Cosmos using the emulator and some C# code written using .NET Core. This time I’m going to dig a bit deeper into how to query these databases and collections with C#, and show a few code snippets that I’m using to help remove cruft from my...
https://jeremylindsayni.wordpress.com/2019/03/03/getting-started-with-azure-cosmos-db-and-net-core-part-2-string-querying-and-ranged-indexes/
CC-MAIN-2019-30
en
refinedweb
Applications, packages and modules¶ Simba has three software components; the application, the package and the module. Application¶ An application is an executable consisting of zero or more packages. An application file tree can either be created manually or by using the tool simba. myapp ├── main.c └── Makefile Packag...
https://simba-os.readthedocs.io/en/11.0.0/user-guide/applications-packages-and-modules.html
CC-MAIN-2019-30
en
refinedweb
I? I did anything wrong here? I am pretty sure that my thinger.io setting is correct, as I am able to run the same code on my linkitone and work perfectly. thankyou all here. Ivan code: #include <BridgeSSLClient.h> #include <ThingerYun.h> #define USERNAME "myusername" #define DEVICE_ID "mydeviceid" #define DEVICE_CREDE...
https://forum.seeedstudio.com/viewtopic.php?p=25872
CC-MAIN-2018-39
en
refinedweb
. Introduction In this tutorial we will check how to setup a simple Flask server on the Raspberry Pi and send HTTP POST requests to it from the ESP32. Then, we will access the body of the request on the Raspberry Pi. If you are looking for a similar tutorial but to send HTTP GET requests from the ESP32 instead, please ...
https://techtutorialsx.com/2018/06/21/raspberry-pi-3-flask-receiving-http-post-request-from-esp32/
CC-MAIN-2018-39
en
refinedweb
Write a program that prompts the user to input a decimal integer and display its binary equivalent. #include <stdio.h> int main() { int number, n, remainder, binary = 0, place = 1; printf("Enter a number :"); scanf("%d", &number); n = number; while (n > 0) { remainder = n % 2; binary += remainder * place; place *= 10; ...
http://cprogrammingnotes.com/question/decimal-to-binary.html
CC-MAIN-2018-39
en
refinedweb
Two numbers are entered through the keyboard. Write a program to find the value of one number raised to the power of another. #include <stdio.h> int main() { int i, base, power, result = 1; printf("Enter a number :"); scanf("%d", &base); printf("Enter the power it raised to :"); scanf("%d", &power); for (i = 1; i <= po...
http://cprogrammingnotes.com/question/power.html
CC-MAIN-2018-39
en
refinedweb
Summary Geometry objects define a spatial location and an associated geometric shape. Geometry (geometry, When you set the output parameter of a geoprocessing tool to an empty Geometry object, the tool will return a list of Geometry objects. import arcpy # Run the Copy Features tool, setting the output to the geometry ...
http://pro.arcgis.com/en/pro-app/arcpy/classes/geometry.htm
CC-MAIN-2018-39
en
refinedweb
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7) Gecko/20040707 Firefox/0.9.2 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7) Gecko/20040707 Firefox/0.9.2 The first bug is that firefox stores the cache data in a known location. This location depends partially on the OS, but ...
https://bugzilla.mozilla.org/show_bug.cgi?id=250906
CC-MAIN-2017-30
en
refinedweb
Opened 3 years ago Closed 3 years ago #16349 closed defect (fixed) Make UniqueFactory unpickling more flexible Description Currently UniqueFactory's unpickling protocol is to call generic_factory_unpickle(), whose first argument must be an instance of UniqueFactory. However we might want to change the object in the glo...
https://trac.sagemath.org/ticket/16349
CC-MAIN-2017-30
en
refinedweb
MPI_Accumulate - Accumulates data into a window #include <mpi.h> int MPI_Accumulate(void *orgaddr, int orgcnt, MPI_Datatype orgtype, int rank, MPI_Aint targdisp, int targcnt, MPI_Datatype targtype, MPI_Op op, MPI_Win win) orgaddr - initial address of buffer (choice) orgcnt - number of entries in buffer (nonnegative int...
http://huge-man-linux.net/man3/MPI_Accumulate.html
CC-MAIN-2017-30
en
refinedweb
Thanks.Vote Up0Vote Down Reply3 years 9 months agoGuestNomanHow can i use JDBC with MYSQL in a JSP page ?? But you need to understand them -- along with object-oriented concepts, they cannot be underestimated as to their importance to understanding how to program.Vote Up0Vote Down Reply21 days 13 hours agoGuestEricYes ...
http://themotechnetwork.com/mysql-jdbc/com-jdbc-mysql-driver-class.html
CC-MAIN-2017-30
en
refinedweb
Delorean 0.2.1 library for manipulating datetimes with ease and clarity Delorean: Time Travel Made Easy Delorean is a library for clearing up the inconvenient truths that arise dealing with datetimes in Python. Understanding that timing is a delicate enough of a problem delorean hopes to provide a cleaner less troubles...
https://pypi.python.org/pypi/Delorean/0.2.1
CC-MAIN-2017-30
en
refinedweb
Ecuador - Results of the new law Positive Over 3,600 “outsourcing” companies have closed. About 200,000 public and private workers changed from outsourced to permanent jobs (although in many cases, only for one year). Thousands of workers /Global Unions.” Among the many principles: “Agency workers must be specifically ...
http://slideplayer.com/theme/ppt-on-private-public-and-global-enterprises-404.html
CC-MAIN-2017-30
en
refinedweb
Python brctl wrapper Pybrctl is a pure Python library for managing bridges. It is a lightwight wrapper for the linux brctl command, included in the bridge-utils package. It requires Python, Linux, and the bridge-utils package. It was written by Ido Nahshon at Jan 2015, and it was released under the GPL license. This ex...
https://pypi.org/project/pybrctl/
CC-MAIN-2017-30
en
refinedweb
If you want to check if the integer value is a multiple of a number in Java , you can use the modulus (%) operator . If you get the result as zero , then it is considered as multiple of a number. How to Check if Integer is a multiple of a number in Java? Below is a sample code snippet demonstrating the usage of the mod...
http://abundantcode.com/how-to-check-if-integer-is-a-multiple-of-a-number-in-java/
CC-MAIN-2017-30
en
refinedweb