content stringlengths 0 557k | url stringlengths 16 1.78k | timestamp timestamp[ms] | dump stringlengths 9 15 | segment stringlengths 13 17 | image_urls stringlengths 2 55.5k | netloc stringlengths 7 77 |
|---|---|---|---|---|---|---|
Portworx with DC/OS Secrets
Portworx can integrate with DC/OS Secrets to store your encryption keys/secrets and credentials. This guide will help you configure Portworx to connect to DC/OS Secrets. DC/OS Secrets can then be used to store Portworx secrets for Volume Encryption and Cloud Credentials.
Secrets is an DC/OS ... | https://docs.portworx.com/key-management/portworx-with-dc-os-secrets/ | 2018-12-09T23:42:43 | CC-MAIN-2018-51 | 1544376823228.36 | [array(['/img/dcos-portworx-secrets-setup.png', 'portworx-dcos-secret'],
dtype=object) ] | docs.portworx.com |
This topic describes the Desktone_HypervisorManagerStatus CIM provider.
Description
HypervisorManagerStatus provider is derived from CIM_LogicalElement, and it provides information and status of Hypervisor Managers in DaaS platform. The Hypervisor Manager is a DaaS entity which manages the hypervisor hosts. This provid... | https://docs.vmware.com/en/VMware-Horizon-DaaS/services/horizondaas.spmanual800/GUID-F1A61675-8F54-4E4F-AB14-863B17F4B545.html | 2018-12-09T23:23:49 | CC-MAIN-2018-51 | 1544376823228.36 | [] | docs.vmware.com |
For this example, we’ll use 2 domains:
The FTP deployment method is quite simple in the options you need to fill out. Below, we see an example of what your settings might look like and we’ll go through what each option does:
Beware – be careful not to overwrite your WordPress site with your static site. This can be a p... | https://docs.wp2static.com/en/deploying/deployment-options/ftp/ | 2018-12-09T23:27:18 | CC-MAIN-2018-51 | 1544376823228.36 | [] | docs.wp2static.com |
Getting started with Navigator¶
Anaconda Navigator is a graphical user interface to the conda package and environment manager.
This 10-minute guide to Navigator will have you navigating the powerful conda program in a web-like interface without having to learn command line commands.
SEE ALSO: Getting started with conda... | https://docs.anaconda.com/anaconda/navigator/getting-started/ | 2018-12-10T01:03:07 | CC-MAIN-2018-51 | 1544376823228.36 | [] | docs.anaconda.com |
After reports are generated, you can email them as attachments from the License Report tab.
You can append a prefix to the zip file name, so that:
- the license compliance team can search for license report zip files received in the BMC mailbox that include the zip file prefixes provided by customers.
- customers can e... | https://docs.bmc.com/docs/lucu47/en/emailing-reports-824240638.html | 2018-12-10T01:14:27 | CC-MAIN-2018-51 | 1544376823228.36 | [] | docs.bmc.com |
Enabling email notification of reports with SMTP
The License Utility can be configured to automatically send license usage reports via email. To use this feature, make sure you have scheduled the license reports, then configure the connection with the SMTP server, as described in this topic.
Note
BMC recommends using a... | https://docs.bmc.com/docs/lucu47/en/enabling-email-notification-of-reports-with-smtp-824240644.html | 2018-12-10T01:16:21 | CC-MAIN-2018-51 | 1544376823228.36 | [] | docs.bmc.com |
On July 16, 2011, ClassiPress 3.1.1 was released. This was a minor maintenance release to fix a couple of bugs that slipped through the 3.1 release. All customers should upgrade. Fixed 3 tickets total. A breakdown of tickets can be found below.
Upgrade Information
To download v3.1.1, visit AppThemes and login to your c... | https://docs.appthemes.com/classipress/classipress-version-3-1-1/ | 2018-06-18T04:13:34 | CC-MAIN-2018-26 | 1529267860041.64 | [] | docs.appthemes.com |
.8, 1.10, or 1.11, and Python 2.7 or >= 3.4.
To install from PyPi:
pip install django-scribbler
Note
If you need to run an unreleased version from the repository, see the Contributing Guide for additional instructions.. | http://django-scribbler.readthedocs.io/en/latest/ | 2018-06-18T03:17:44 | CC-MAIN-2018-26 | 1529267860041.64 | [] | django-scribbler.readthedocs.io |
Official Documentation¶
What is Viper?¶
- update.py from 1.1 to 1.2 IOError ‘data/web/’
- PreprocessError: data/yara/index.yara:0:Invalid file extension ‘.yara’.Can only include .yar
- Error Messages in log: ssl.SSLEOFError: EOF occurred in violation of protocol
- Final Remarks | http://viper-framework.readthedocs.io/en/latest/index.html | 2018-06-18T03:35:37 | CC-MAIN-2018-26 | 1529267860041.64 | [array(['_images/viper.png', '_images/viper.png'], dtype=object)] | viper-framework.readthedocs.io |
[ aws . apigateway ]
Gets a specified VPC link under the caller's account in a region.
See also: AWS API Documentation
See 'aws help' for descriptions of global parameters.
get-vpc-link --vpc-link-id <value> [--cli-input-json <value>] [--generate-cli-skeleton <value>]
--vpc-link-id (string)
[Required] The identifier of... | https://docs.aws.amazon.com/cli/latest/reference/apigateway/get-vpc-link.html | 2019-12-05T17:13:41 | CC-MAIN-2019-51 | 1575540481281.1 | [] | docs.aws.amazon.com |
Event history
This tutorial shows you how to access and utilize the event history in PlayFab.
Access event history
- Open the PlayFab Game Manager, and select Analytics from the navigation sidebar.
- Locate and select the Event History tab.
Event History page overview
- The Event Data Retention area shows the time inte... | https://docs.microsoft.com/en-us/gaming/playfab/features/analytics/metrics/event-history | 2019-12-05T17:19:23 | CC-MAIN-2019-51 | 1575540481281.1 | [array(['media/tutorials/game-manager-access-event-history.png',
'Game Manager - Access Event History'], dtype=object)
array(['media/tutorials/game-manager-event-history-page-overview.png',
'Game Manager - Event History Page Overview'], dtype=object)
array(['media/tutorials/game-manager-event-history-... | docs.microsoft.com |
CSS Color Names
In this chapter we will speak about colors.
At first let's see the three simple colors of HTML. Usually, colors are displayed combining RED, GREEN, and BLUE.
CSS colors are defined using a hexadecimal (hex) notation for the combination of Red, Green, and Blue color values (RGB). The lowest value which c... | https://www.w3docs.com/learn-css/css-color-names.html | 2019-12-05T17:16:32 | CC-MAIN-2019-51 | 1575540481281.1 | [] | www.w3docs.com |
Configuring FRRouting
This section discusses FRRouting configuration.
Configure FRRouting
FRRouting does not start by default in Cumulus Linux. Before you run FRRouting, make sure you have enabled the relevant daemons that you intend to use (
bgpd,
ospfd,
ospf6d or
pimd) in the
/etc/frr/daemons file.
Cumulus Networks h... | https://docs.cumulusnetworks.com/cumulus-linux/Layer-3/Configuring-FRRouting/ | 2019-12-05T17:21:48 | CC-MAIN-2019-51 | 1575540481281.1 | [] | docs.cumulusnetworks.com |
Assembly
Record of Committee Proceedings
Committee on Transportation
Assembly Bill 505
Relating to: special registration plates associated with Whitetails Unlimited and making an appropriation.
By Representatives Kitchens, Tittl, Novak, A. Ott, Milroy, Horlacher, Kleefisch, Skowronski, R. Brooks and Wachs; cosponsored ... | https://docs.legis.wisconsin.gov/2015/related/records/assembly/transportation/1237016 | 2019-12-05T16:49:23 | CC-MAIN-2019-51 | 1575540481281.1 | [] | docs.legis.wisconsin.gov |
[−][src]Module glutin::
dpi
DPI is important, so read the docs for this module if you don't want to be confused.
Originally,
winit dealt entirely in physical pixels (excluding unintentional inconsistencies), but now all
window-related functions both produce and consume logical pixels. Monitor-related functions still us... | https://docs.rs/glutin/0.22.0-alpha5/glutin/dpi/index.html | 2019-12-05T17:07:52 | CC-MAIN-2019-51 | 1575540481281.1 | [] | docs.rs |
Manage secrets using CyberArk Conjur
Your development organization may choose to integrate with an external secrets management tool to support the secure management of passwords, keys, certificates and other secrets. While you can choose to manage sensitive key/value pairs for environment-specific information using int... | https://docs.xebialabs.com/v.9.0/xl-deploy/how-to/manage-secrets-using-cyberark-conjur/ | 2019-12-05T18:26:01 | CC-MAIN-2019-51 | 1575540481281.1 | [] | docs.xebialabs.com |
Occasionally we hear from users who want to know more about the permissions we request during installation of our browser extension. Here’s a brief explanation of the two permissions we request and why we need them.
The “read and change” popup is standard across Chrome extensions and Amino does not capture or alter any... | https://docs.aminoeditor.com/legal/permissions | 2019-12-05T18:33:01 | CC-MAIN-2019-51 | 1575540481281.1 | [] | docs.aminoeditor.com |
Anycast Design Guide
Cumulus Networks Routing on the Host enables you to run OSPF or BGP directly on server hosts. This can enable a network architecture known as anycast, where many servers can is propag are sent Figure 2, two flows originate from a remote user destined to the anycast IP address. Each session has a di... | https://docs.cumulusnetworks.com/cumulus-linux/Network-Solutions/Anycast-Design-Guide/ | 2019-12-05T17:06:24 | CC-MAIN-2019-51 | 1575540481281.1 | [array(['https://docs-cdn.cumulusnetworks.com/images/cumulus-linux/network-solutions-anycast.png',
None], dtype=object)
array(['https://docs-cdn.cumulusnetworks.com/images/cumulus-linux/network-solutions-anycast1.png',
None], dtype=object)
array(['https://docs-cdn.cumulusnetworks.com/images/cumulus-li... | docs.cumulusnetworks.com |
"deaf" Module
Description
This module adds user mode
d (deaf) which prevents users from receiving channel messages.
Configuration
To load this module use the following
<module> tag:
<module name="m_deaf.so">
<deaf>
The
<deaf> tag defines settings about how the deaf module should behave. This tag can only be defined on... | https://docs.inspircd.org/2/modules/deaf/ | 2019-12-05T17:38:28 | CC-MAIN-2019-51 | 1575540481281.1 | [] | docs.inspircd.org |
Released on:
Wednesday, October 8, 2014 - 00:01
Improvements
- Crash Reporting
- This release introduces crash reporting for mobile apps. Crash reporting supports capture and reporting of unhandled Java runtime exceptions.
- Crashes include interaction trails: a history of automatically instrumented actions that occurr... | https://docs.newrelic.com/docs/release-notes/mobile-release-notes/android-release-notes/android-4870 | 2019-12-05T18:31:44 | CC-MAIN-2019-51 | 1575540481281.1 | [] | docs.newrelic.com |
General code style guidelinesGeneral code style guidelines
All code written in the languages described in Code categories should adhere to the following guidelines to facilitate collaboration and understanding.
Note: Uncertainties, unimplemented but known future action-items, and odd/specific constants should all be ac... | https://docs.zowe.org/stable/contribute/guidelines-code/general.html | 2019-12-05T18:29:59 | CC-MAIN-2019-51 | 1575540481281.1 | [] | docs.zowe.org |
Geoanalysis Task Details¶.
- Note: You can still use geoanalysis as before if you just add a buffer to the basic buffer box.
Buffer¶
The primary buffer box will be used for all buffers as well as an internal buffer on the parcel boundary
Hazard specific overrides¶
- Wetland/Flood/Slope Buffers: These input boxes will o... | https://docs.andersonopt.com/ao-prospect/task-geoanalysis/ | 2019-12-05T17:55:04 | CC-MAIN-2019-51 | 1575540481281.1 | [array(['/assets/images/release-11-30-1.png', None], dtype=object)] | docs.andersonopt.com |
Object-Module-Mapping
In order to render an object, the rendering service has to decide which module to use to process the object.
- Decision according to ESObject -> ESOBJECT_MIMETYPE
ESModule :: setModuleByResource ()Objects with the mime type "application / zip" can be of different origin. For example, such a file c... | https://docs.edu-sharing.com/confluence/edp/de/installation-en/installation-of-the-edu-sharing-rendering-service/concept/object-module-mapping | 2019-12-05T18:19:27 | CC-MAIN-2019-51 | 1575540481281.1 | [] | docs.edu-sharing.com |
Error 53
The most common symptom of a problem in NetBIOS name resolution is when the Ping utility returns an Error 53 message. The Error 53 message is generally returned when name resolution fails for a particular computer name. Error 53 can also occur when there is a problem establishing a NetBIOS session. To distingu... | https://docs.microsoft.com/en-us/previous-versions/windows/it-pro/windows-2000-server/cc940100(v=technet.10)?redirectedfrom=MSDN | 2019-12-05T17:52:58 | CC-MAIN-2019-51 | 1575540481281.1 | [] | docs.microsoft.com |
Unity provides the following lightmappersA tool in Unity that bakes lightmaps according to the arrangement of lights and geometry in your scene. More info
See in Glossary for generating lightmapsA pre-rendered texture that contains the effects of light sources on static objects in the scene. Lightmaps are overlaid on t... | https://docs.unity3d.com/Manual/Lightmappers.html | 2019-12-05T18:51:47 | CC-MAIN-2019-51 | 1575540481281.1 | [] | docs.unity3d.com |
Debug only user code with Just My Code
Just My Code is a Visual Studio debugging feature that automatically steps over calls to system, framework, and other non-user code. In the Call Stack window, Just My Code collapses these calls into [External Code] frames.
Just My Code works differently in .NET Framework, C++, and... | https://docs.microsoft.com/en-us/visualstudio/debugger/just-my-code?view=vs-2017 | 2019-07-16T01:04:32 | CC-MAIN-2019-30 | 1563195524290.60 | [array(['media/dbg_justmycode_options.png?view=vs-2017',
'Enable Just My Code Enable Just My Code in the Options dialog box'],
dtype=object)
array(['media/dbg_justmycode_module.png?view=vs-2017',
'User code in the Modules window User code in the Modules window'],
dtype=object)
array(['me... | docs.microsoft.com |
.1 requires a key/value store accessible by all Calico components. If you don’t already have an etcdv3 cluster to connect to, we provide instructions in the installation documentation.
Network requirements
Calico requires the network to allow the following types of traffic.
* If your compute hosts connect directly and ... | https://docs.projectcalico.org/v3.1/getting-started/openstack/requirements | 2019-07-15T23:58:44 | CC-MAIN-2019-30 | 1563195524290.60 | [] | docs.projectcalico.org |
Opening a Scene in Harmony Server
Once you are connected to the database in Harmony, you can open a scene in the database.
Connect to the database—see Connecting to the Database in Harmony Server.
The Database Selector appears when you log-in.
In the Environments column, select the scene's environment (project, movie, ... | https://docs.toonboom.com/help/harmony-15/advanced/project-creation/open-scene-server.html | 2019-07-16T00:33:44 | CC-MAIN-2019-30 | 1563195524290.60 | [array(['../Skins/Default/Stylesheets/Images/transparent.gif', 'Closed'],
dtype=object) ] | docs.toonboom.com |
Top Articles
What is Shuttle?
What is Shuttle? Shuttle is a data-distribution platform. In Shuttle, pieces of data (we call these "PODs") travel from Sources to Destinations, giving you control of your data.
What’s the Deal with SMS Character Limits?
As text messaging becomes an increasingly popular tool for businesses... | https://docs.belunar.com/ | 2019-07-16T00:54:09 | CC-MAIN-2019-30 | 1563195524290.60 | [] | docs.belunar.com |
Everything. Update After adjusting the settings for a preset, the current properties are applied to the presets, as well as any other changes you made in the Manage Tool Presets window. | https://docs.toonboom.com/help/harmony-16/advanced/reference/dialog-box/manage-tool-presets-dialog-box.html | 2019-07-16T00:04:32 | CC-MAIN-2019-30 | 1563195524290.60 | [] | docs.toonboom.com |
Did you find this page useful? Do you have a suggestion? Give us feedback or send us a pull request on GitHub.
First time using the AWS CLI? See the User Guide for help getting started.
Associates the specified resource share with the specified principals and resources.
See also: AWS API Documentation
See 'aws help' fo... | https://docs.aws.amazon.com/cli/latest/reference/ram/associate-resource-share.html | 2020-02-17T00:44:07 | CC-MAIN-2020-10 | 1581875141460.64 | [] | docs.aws.amazon.com |
AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
New-R53VPCAssociationAuthorization-VPC_VPCId <String>-HostedZoneId <String>-VPC_VPCRegion <VPCRegion>-Select <String>-PassT... | https://docs.aws.amazon.com/powershell/latest/reference/items/New-R53VPCAssociationAuthorization.html | 2020-02-17T01:48:21 | CC-MAIN-2020-10 | 1581875141460.64 | [] | docs.aws.amazon.com |
Situation Merge Behavior
Moogsoft AIOps uses a configuration called the
sig_similarity_limit
to automatically merge similar Situations. When two Situations reach this similarity limit, AIOps merges them.
The default similarity limit for clustering algorithms is '0.7' so Situations sharing 70% of the same Alerts are mer... | https://docs.moogsoft.com/AIOps.7.1.0/Situation-Merge-Behavior_26780535.html | 2020-02-17T00:06:04 | CC-MAIN-2020-10 | 1581875141460.64 | [] | docs.moogsoft.com |
:
At the moment, a user can only be designated as a Lender when they are created. If you have any existing lenders using Lead Manager already and don't want to create new accounts for them, contact us for help migrating them.
To add a Lender user, you would:
Leads can be assigned to an Agent and a Lender independently ... | https://docs.realgeeks.com/lender_user | 2020-02-17T01:12:23 | CC-MAIN-2020-10 | 1581875141460.64 | [] | docs.realgeeks.com |
4.3. Client Management¶
This chapter provides guidance to install and configure SIMP clients, via kickstart, with the resources supplied by the SIMP ISO.
This guide also assumes that your SIMP server is a yum package repository.
4.3.1. System Requirements¶
Client systems should meet the following minimum requirements:
... | https://simp.readthedocs.io/en/6.3.3/user_guide/Client_Management.html | 2020-02-17T00:32:23 | CC-MAIN-2020-10 | 1581875141460.64 | [] | simp.readthedocs.io |
How to build your own model
To build your model, you can access to the Model Designer (beCPG -> Model Designer).
1- Selecting Model file and adding Imports :
First, go to Models and select your Model xml file. Here, we are selecting the file existing by default extCustomModel.xml. If you want to add a new file, go to r... | http://docs.becpg.fr/en/development/data-model-and-forms-3.html | 2020-02-17T00:07:20 | CC-MAIN-2020-10 | 1581875141460.64 | [array(['images/dev-create-models-1.1.png', None], dtype=object)
array(['images/dev-create-models-2.png', None], dtype=object)
array(['images/dev-create-models-3.png', None], dtype=object)
array(['images/dev-create-models-4.png', None], dtype=object)
array(['images/dev-create-models-5.png', None], dtype=object)
ar... | docs.becpg.fr |
:
Expiration policy|Type|Description|Initialization code sample
-|-|-|-
AbsoluteExpirationPolicy|Time-base|The cache item will expire on the absolute expiration DateTime|
ExpirationPolicy.Absolute(new DateTime(21, 12, 2012))
DurationExpirationPolicy|Time-base|The cache item will expire using the duration TimeSpan to ca... | https://docs.catelproject.com/5.6/catel-core/caching/ | 2020-02-17T00:09:20 | CC-MAIN-2020-10 | 1581875141460.64 | [] | docs.catelproject.com |
Contents
Best Practices for Views
Purpose: To provide a set of recommendations that are required in order to implement a typical view within Workspace Desktop Edition.
TAB Key--Every control in a window has the ability to have focus. Use the TAB key to move from one control to the next, or use SHIFT+TAB to move the pre... | https://docs.genesys.com/Documentation/IW/latest/Developer/BestPracticesforViews | 2020-02-17T01:53:19 | CC-MAIN-2020-10 | 1581875141460.64 | [] | docs.genesys.com |
Xml
Writer Settings Class
Definition
public ref class XmlWriterSettings sealed
public sealed class XmlWriterSettings
type XmlWriterSettings = class
Public NotInheritable Class XmlWriterSettings
- Inheritance
-
Examples();
Dim settings As:
<order orderID="367A54" date="2001-05-03"> <price>19.95</price> </order>
Remarks
... | https://docs.microsoft.com/en-gb/dotnet/api/system.xml.xmlwritersettings?view=netframework-4.8 | 2020-02-17T00:58:20 | CC-MAIN-2020-10 | 1581875141460.64 | [] | docs.microsoft.com |
Class
HolderManages relationship to another object.
Template Parameters
Interface Function Overview
void assignValue(object, value);Assigns value to item.
void clear(holder);Clear/destruct the Holder's value.
void create(holder[, object]);Makes an object to owner of its content.
void detach(holder);Makes an object inde... | http://docs.seqan.de/seqan/2.0.2/class_Holder.html | 2020-02-17T00:36:08 | CC-MAIN-2020-10 | 1581875141460.64 | [] | docs.seqan.de |
(at)SELECT
Syntax
@SELECT sql_query
Binds the variable to a database query that returns a recordset. Where sql_query is the actual database query. The return value is a recordset.
Example: We can use the @SELECT command the same way we would use a regular SQL SELECT statement:
Note: When using the CMS database tables y... | http://www.evolution-docs.com/documentation/developers-guide/template-variables/at-binding/at-select | 2020-02-17T02:47:02 | CC-MAIN-2020-10 | 1581875141460.64 | [array(['assets/images/docs/bind_6.gif', None], dtype=object)
array(['assets/images/docs/bind_7.gif', None], dtype=object)] | www.evolution-docs.com |
Customising news output¶
By default, a News & Blog page will simply list items, using the
article_list.html template,
while an article will use the
article_detail page.
At its most basic, all the
article_list.html template does is extend a base template and add
the article list. Similarly, the
article_detail will exten... | https://aldryn-newsblog.readthedocs.io/en/latest/how-to/customising_news_output.html | 2020-02-17T00:37:57 | CC-MAIN-2020-10 | 1581875141460.64 | [array(['../_images/news-page-example.jpg',
'a custom news page example layout'], dtype=object)] | aldryn-newsblog.readthedocs.io |
Chorus user Permissions are here to get the right team members more involved, protect data privacy, and empower your sales team!
Here are some ways Permissions can make your life easier:
- Allow managers to invite users, if managers at your organization own new hire onboarding.
- Limit deletion or modification of conve... | https://docs.chorus.ai/hc/en-us/articles/360040100293-How-to-Update-Permission-Settings | 2020-02-17T00:11:37 | CC-MAIN-2020-10 | 1581875141460.64 | [array(['/hc/article_attachments/360055617934/roles_and_permissions.gif',
'roles_and_permissions.gif'], dtype=object)
array(['/hc/article_attachments/360056486333/roles_overview.png',
'roles_overview.png'], dtype=object)
array(['/hc/article_attachments/360053425793/Image_2019-12-06_at_8.17.48_AM.png',... | docs.chorus.ai |
Updating the Linux microPlatform Core¶
Your factory platform manifest has been separated to make consuming core platform updates easier. At Foundries.io we release Linux microPlatform updates early and often in an effort to get the latest security fixes out to users.
If you would like to try out the latest, we provide ... | https://docs.foundries.io/latest/customer-factory/updating-the-core.html | 2020-02-17T00:40:52 | CC-MAIN-2020-10 | 1581875141460.64 | [] | docs.foundries.io |
Software Download Directory
Live Forms v8.1 is no longer supported. Please visit Live Forms Latest
for our current Cloud Release. Earlier documentation is available too.
One of Live Forms' most powerful and useful features is its ability to automatically ensure that any submitted form generates a set of XML documents t... | https://docs.frevvo.com/d/pages/viewpage.action?pageId=21538354 | 2020-02-17T01:13:49 | CC-MAIN-2020-10 | 1581875141460.64 | [array(['/d/images/icons/linkext7.gif', None], dtype=object)] | docs.frevvo.com |
This guide will help you get started with WHMCS Client Area -WCAP in 3 steps.
- Install & Configure WHMCS Module (WHMPress helper)
- Install & Configure WP Plugin (WCAP)
- Use WCAP
In order to get both WHMPress Helper and WCAP,_Client_Area_API-v.2.x.xx_Client_Area_API-v.2.x.xx > General Settings > WHMCS System URL (det... | http://docs.whmpress.com/docs/wcap-whmcs-client-area-api/getting-started/getting-started-whmcs-client-area/ | 2021-01-16T00:39:06 | CC-MAIN-2021-04 | 1610703497681.4 | [array(['http://docs.whmpress.com/wp-content/uploads/2017/06/whmpress-helper-install-1024x355.png',
None], dtype=object) ] | docs.whmpress.com |
Clone & Commit via Web
Clone, edit, commit, push and pull can be performed using Git directly from the command line, by using a Git client, or via the web interface. The first option is shown in the sections Clone & Commit via HTTP and Clone & Commit via SSH. The last option is detailed below..
Copy the repo URL from t... | https://docs.codeberg.org/git/clone-commit-via-web/ | 2021-01-15T23:06:14 | CC-MAIN-2021-04 | 1610703497681.4 | [array(['/assets/images/git/clone-commit-via-web/clone.png', 'clone'],
dtype=object)
array(['/assets/images/git/clone-commit-via-web/edit1.png', 'edit1'],
dtype=object)
array(['/assets/images/git/clone-commit-via-web/edit2.png', 'edit2'],
dtype=object)
array(['/assets/images/git/clone-commit-via... | docs.codeberg.org |
Template Files - What are they and how are they used?
The template files used in Zen Cart provide the structure and layout of the various pages of your cart. They make use of the definitions from your language files.
These files are located in
includes/templates/template_default.
Template files are of three types; comm... | https://docs.zen-cart.com/user/new_user_topics/template_files/ | 2021-01-16T00:22:57 | CC-MAIN-2021-04 | 1610703497681.4 | [] | docs.zen-cart.com |
Fluid Equations¶
The starting point is the fluid equations, comprising the conservation laws for mass
and momentum
the heat equation
and Poisson’s equation
Here, \(\rho\), \(P\), \(T\), \(S\) and \(\vv\) are the fluid density, pressure, temperature, specific entropy and velocity; \(\Phi\) is the gravitational potential... | https://gyre.readthedocs.io/en/latest/ref-guide/osc-equations/fluid-equations.html | 2021-01-15T23:10:57 | CC-MAIN-2021-04 | 1610703497681.4 | [] | gyre.readthedocs.io |
-
-
!
Application usage and anomalies
As an administrator, you must ensure how the application is getting utilized. The application key metrics can help you identify the application usage. Since the traffic range to the application is unpredictable, some unusual application performance deviations might occur for a spec... | https://docs.citrix.com/en-us/citrix-application-delivery-management-service/application-analytics-and-management/app-usage-anomalies.html | 2021-01-16T00:51:03 | CC-MAIN-2021-04 | 1610703497681.4 | [array(['/en-us/citrix-application-delivery-management-service/media/anomaly-metrics1.png',
'Metrics with anomalies'], dtype=object)
array(['/en-us/citrix-application-delivery-management-service/media/see-more-data-volume.png',
'See more'], dtype=object) ... | docs.citrix.com |
Error when you access file shares on a SOFS-configured server: Not enough server storage is available to process this command
This article provides a solution to an issue that occurs when you access file shares on a SMB server that has the Scale-Out File Server role configured.
Original product version: Windows Server ... | https://docs.microsoft.com/en-us/troubleshoot/windows-server/backup-and-storage/not-enough-storage-process-this-command | 2021-01-15T23:12:22 | CC-MAIN-2021-04 | 1610703497681.4 | [] | docs.microsoft.com |
Data preferences¶
Ever wondered whether one should approach problem X with data structure Y or Z? This article covers a variety of topics related to these dilemmas.
Nota
This article makes references to "[something]-time" operations. This terminology comes from algorithm analysis' Big O Notation.
Long-story short, it d... | https://docs.godotengine.org/pt_BR/stable/getting_started/workflow/best_practices/data_preferences.html | 2021-01-15T23:53:51 | CC-MAIN-2021-04 | 1610703497681.4 | [] | docs.godotengine.org |
:
See Also
Interface Recipe: Display a User's Tasks in a Grid With Task Links: Renders a task report with
a!queryProcessAnalytics()
Interface Recipe: Display Processes by Process Model with Status Icons: Shows process information with
a!queryProcessAnalytics()
Process Reports: Create and configure process reports to pa... | https://docs.appian.com/suite/help/18.4/fnc_system_a_queryprocessanalytics.html | 2021-01-16T00:21:13 | CC-MAIN-2021-04 | 1610703497681.4 | [] | docs.appian.com |
This manual gives you a walk-through on how to use the ScreenMD command line tool:
Tanimoto Dissimilarity metrics
Tanimoto for integer valued descriptors
Scaled Tanimoto metric for fingerprints
Scaled Tanimoto metric for integer descriptors
Asymmetric Tanimoto metric for integer descriptors
Weighted Euclidean metric
As... | https://docs.chemaxon.com/display/lts-fermium/screenmd.md | 2021-01-15T23:53:58 | CC-MAIN-2021-04 | 1610703497681.4 | [] | docs.chemaxon.com |
This guide has is no longer being updated. For current information and instructions, see the new Amazon S3 User Guide.
Setting S3 Object Ownership to bucket owner preferred in the console
S3 Object Ownership enables you to take ownership of new objects that other AWS accounts
upload to your bucket with the
bucket-owner... | https://docs.aws.amazon.com/AmazonS3/latest/user-guide/add-object-ownership.html | 2021-01-16T00:59:17 | CC-MAIN-2021-04 | 1610703497681.4 | [] | docs.aws.amazon.com |
WP-7328: NetApp Conversational AI Using NVIDIA Jarvis
Contributors
Download PDF of this page
Rick Huang, Sung-Han Lin, NetApp
Davide Onofrio, NVIDIA
The NVIDIA DGX family of systems is made up of the world’s first integrated artificial intelligence (AI)-based systems that are purpose-built for enterprise AI. NetApp AFF... | https://docs.netapp.com/us-en/netapp-solutions/ai/cainvidia_executive_summary.html | 2021-01-15T23:55:23 | CC-MAIN-2021-04 | 1610703497681.4 | [] | docs.netapp.com |
We support
- Authorize.net
- PayPal
- Stripe
- Blackbaud Merchant Service(BBMS)
- Acceptiva, BluePay, PayU, CCAvenue, EaseBuzz (Works only in India)
payment gateways to be set up as your payment accounts on the Almabase platform.
You can use these payment accounts while setting up events, donation campaigns, or to coll... | https://docs.almabase.com/en/articles/1235283-which-payment-account-providers-do-you-support | 2021-01-15T23:42:30 | CC-MAIN-2021-04 | 1610703497681.4 | [] | docs.almabase.com |
Create a live event in Microsoft Stream
The following short video explains how to create a live event in Microsoft Stream.
Important
China: Currently, users located in China will not be able to set up or attend Microsoft Stream, Microsoft Teams, or Yammer live events or, view videos on-demand without their IT administr... | https://docs.microsoft.com/en-us/stream/live-create-event | 2021-01-16T00:41:39 | CC-MAIN-2021-04 | 1610703497681.4 | [] | docs.microsoft.com |
.213 Note
Note:
This section does not apply to land use conversions, such as the change of forestland to agricultural use. Land use conversions are not considered to be forest management.
NR 1.213(3)(c)
(c)
The cooperating forester shall use accepted methods that recognize the landowner's personal land management objec... | https://docs-preview.legis.wisconsin.gov/code/admin_code/nr/001/1/25/3/a | 2021-01-15T23:06:06 | CC-MAIN-2021-04 | 1610703497681.4 | [] | docs-preview.legis.wisconsin.gov |
Many.
Name and description. Give the trigger a name and description (optional) of your choice.
Custom data is used when exporting data to external systems. It allows you to, for example, attach some account identifier to the folder that can then be used by the data exporter.
Team membership. Teams are shared across Adn... | https://docs.adnuntius.com/adnuntius-data/user-interface-guide/segmentation/folders | 2021-01-16T00:43:28 | CC-MAIN-2021-04 | 1610703497681.4 | [] | docs.adnuntius.com |
:
Mylyn, a task-focused UI for Eclipse, along with task connectors for Bugzilla and Trac:
Other Eclipse projects available in Fedora include:
Subclipse, for integrating Subversion version control:
PyDev, for developing in Python:
Fedora. | http://docs.fedoraproject.org/release-notes/f9preview/ta/sn-Devel.html | 2008-05-16T15:00:06 | crawl-001 | crawl-001-009 | [] | docs.fedoraproject.org |
Timemachine X
Contents
Timemachine X is a plugin for Bludit which allows you to go back to some particular state of your system. For example, if you unintentionally deleted a page and you want to recover it, or if you edit some of the the settings and you want to recover the previous settings.
Timemchine X is included ... | https://docs.bludit.com/en/bludit-pro/timemachine-x | 2020-01-17T19:14:59 | CC-MAIN-2020-05 | 1579250590107.3 | [] | docs.bludit.com |
Mouse Support
On of the most important usage of your mouse device in combination with RadTreeView is expanding and collapsing items. To expand\collapse an item you just need to click on the expander icon. For more information about the visual structure of the treeview read the topic Visual Structure.
To learn more abou... | https://docs.telerik.com/devtools/silverlight/controls/radtreeview/features/mouse-support | 2020-01-17T19:02:11 | CC-MAIN-2020-05 | 1579250590107.3 | [] | docs.telerik.com |
changes.mady.by.user Nilmini Perera
Saved on May 17, 2019
Saved on Nov 29, 2019
...
Note the following when adding these configurations:
dbConfig
wso2registry
<dbConfig name="sharedregistry">
<EI_HOME>/conf/datasources/master-datasources.xml
The registry mount path denotes the type of registry. For example, ”/_system/c... | https://docs.wso2.com/pages/diffpagesbyversion.action?pageId=119130178&selectedPageVersions=2&selectedPageVersions=1 | 2020-01-17T18:35:06 | CC-MAIN-2020-05 | 1579250590107.3 | [] | docs.wso2.com |
This Specification Macro Task will draw lines in a new image.
This property requires a Table Array with the different parameters for information about the line(s) to create. The information required relies on specific formatting. The Table items are:
When this Task is added the properties are static. To be able to buil... | https://docs.driveworkspro.com/Topic/IppDrawLinesInNewImage | 2020-01-17T20:47:14 | CC-MAIN-2020-05 | 1579250590107.3 | [] | docs.driveworkspro.com |
Once your game is complete, you can package a release version for distribution. Whether you go through the Project Launcher in the editor or the Project Launcher tab in Unreal Frontend, the steps are the same for packaging a release-versioned project. However, depending on if you are creating a Windows game and need to... | https://docs.unrealengine.com/en-US/Engine/Deployment/Releasing/index.html | 2020-01-17T19:56:47 | CC-MAIN-2020-05 | 1579250590107.3 | [] | docs.unrealengine.com |
Table of Contents
Product Index
Pleased to offer you this wonderful set of 80 high resolution Photoshop Brushes of clouds, planets, nebulae et al for Photoshop 7+.
Along with 12 spectacular fantasy space backgrounds each is 1800 x 2400px @ 300 dpi saved at maximum quality plus four backgrounds as. | http://docs.daz3d.com/doku.php/public/read_me/index/21703/start | 2020-01-17T20:19:11 | CC-MAIN-2020-05 | 1579250590107.3 | [] | docs.daz3d.com |
Quotas Concepts¶
Last Updated: October 2019
This tutorial introduces Tethys Quotas API concepts for Tethys developers. The topics covered include:
Workspace Quotas
Creating custom quotas
Enforcing quotas
Managing quotas
Extended concepts from previous tutorials
0. Start From Advanced Solution (Optional)¶
If you wish to... | http://docs.tethysplatform.org/en/latest/tutorials/quotas.html | 2020-01-17T18:46:42 | CC-MAIN-2020-05 | 1579250590107.3 | [] | docs.tethysplatform.org |
All content with label batching+distribution+gridfs+guide+infinispan+installation+interceptor+intro+query+rebalance+write_behind+缓存.
Related Labels:
podcast, expiration, publish, datagrid, coherence, server, rehash, replication, transactionmanager, dist, release, partitioning, deadlock, archetype, jbossas, lock_stripin... | https://docs.jboss.org/author/labels/viewlabel.action?ids=4456522&ids=4456518&ids=4456481&ids=4456550&ids=4456479&ids=4456501&ids=4456563&ids=4456537&ids=4456470&ids=4456515&ids=4456559&ids=4456590 | 2020-01-17T19:28:38 | CC-MAIN-2020-05 | 1579250590107.3 | [] | docs.jboss.org |
The network ports are either physical ports or virtualized ports. VLANs and interface groups constitute the virtual ports. Interface groups treat several physical ports as a single port, while VLANs subdivide a physical port into multiple separate logical ports.
The underlying physical port or interface group ports for... | https://docs.netapp.com/ontap-9/topic/com.netapp.doc.onc-sm-help-900/GUID-A8052ED8-5AE3-4590-AE2E-5E9B3E218CBA.html | 2020-01-17T18:52:52 | CC-MAIN-2020-05 | 1579250590107.3 | [] | docs.netapp.com |
Has Contacts¶
This Condition located on the Ministry category tab in Search Builder allows you find people who have any type of Contact on their record. The Comparison Values are either True or False.
Use Case
You want to find everyone who has visited in the past month, but has not received a Contact. You would combine... | http://docs.touchpointsoftware.com/SearchBuilder/QB-HasContacts.html | 2019-03-18T19:21:09 | CC-MAIN-2019-13 | 1552912201672.12 | [] | docs.touchpointsoftware.com |
Apps and Features Compatible with Restricted Zones
Support for restricted StorageZones affects all aspects of the ShareFile service. As a result of protocol changes required to support metadata encryption and zone authentication, some ShareFile clients and features are not supported when working with documents in a res... | https://docs.citrix.com/en-us/storagezones-controller/5-0/restricted-storagezones/apps-and-features-compatible-with-restricted-zones.html | 2019-03-18T20:44:51 | CC-MAIN-2019-13 | 1552912201672.12 | [] | docs.citrix.com |
SessionInvalid event is sent if the user session is invalid
Member of WAM (PRIM_WAM)
The SessionInvalid event is fired if a webroutine attempts to execute while the session is no valid. The SenderName parameter will contain the name of the failed routine.
All Component Classes
Technical Reference
Febuary 18 V14SP2 | https://docs.lansa.com/14/en/lansa016/prim_wam_sessioninvalid.htm | 2019-03-18T20:01:59 | CC-MAIN-2019-13 | 1552912201672.12 | [] | docs.lansa.com |
Difference between revisions of "Hyrax - Administrators Interface"
Revision as of 00:21, 10 June 2011
Contents
1 Overview
2 Installation & Configuration
2.1 BES
2.2 OLFS
The HAI is a regular part of the OLFS distribution and simply needs to be enabled by configuring the OLFS to communicate with the BES admin port, and ... | https://docs.opendap.org/index.php?title=Hyrax_-_Administrators_Interface&diff=6499&oldid=6498 | 2019-03-18T20:48:13 | CC-MAIN-2019-13 | 1552912201672.12 | [] | docs.opendap.org |
Difference between revisions of "Hyrax - Administrators Interface"
Revision as of 21:21, 6 October 2011
Contents/content/opendap/olfs.xml configuration file controls the level of access control for the HAI
- The role used by the HAI is set in the $CATALINA_HOME/content/opendap/olfs.xml configuration file using the <aut... | https://docs.opendap.org/index.php?title=Hyrax_-_Administrators_Interface&diff=6726&oldid=6725 | 2019-03-18T20:45:51 | CC-MAIN-2019-13 | 1552912201672.12 | [] | docs.opendap.org |
A quick start guide¶
This section aims to provide you a very high overview of the Selinon project and its configuration. If you want to get deeper, follow next sections.
Selinon concept overview¶
A system consist of flows, storages or databases and tasks. Each flow defines a directed graph (that can be even cyclic, so ... | https://selinon.readthedocs.io/en/latest/start.html | 2019-03-18T19:44:48 | CC-MAIN-2019-13 | 1552912201672.12 | [array(['_images/flow2.png', '_images/flow2.png'], dtype=object)
array(['_images/flow1.png', '_images/flow1.png'], dtype=object)
array(['_images/fallback_example.png', '_images/fallback_example.png'],
dtype=object) ] | selinon.readthedocs.io |
Contributing¶
Thanks for your interest in contributing to Kinto!
Note
We love community feedback and are glad to review contributions of any size - from typos in the documentation to critical bug fixes - so don’t be shy!
How to contribute¶ :)
Communication channels¶
- Questions tagged
kintoon Stack Overflow.
- Our IRC ... | http://docs.kinto-storage.org/en/1.11.1/contributing.html | 2019-03-18T19:20:43 | CC-MAIN-2019-13 | 1552912201672.12 | [] | docs.kinto-storage.org |
Quotas
You can use
System Manager
to create, edit, and delete quotas.
More information
Creating quotas
Quotas enable you to restrict or track the disk space and number of files used by a user, group, or qtree. You can use the
Add Quota
wizard
in
System Manager
to create a quota and apply it to a specific volume or qtre... | http://docs.netapp.com/ontap-9/topic/com.netapp.doc.onc-sm-help-900/GUID-05234F29-E7DA-4E54-A625-AB427CD975E6.html | 2019-03-18T19:57:12 | CC-MAIN-2019-13 | 1552912201672.12 | [] | docs.netapp.com |
People Extra Value Field¶
This Condition located on the Extra Values category tab in Search Builder allows you to enter the name of the Extra Value field to find records with that specific Extra Value.
Extra Values are different for every church so make sure you are familiar with the ones in your database.
Note
The nam... | http://docs.touchpointsoftware.com/SearchBuilder/QB-HasPeopleExtraField.html | 2019-03-18T19:51:31 | CC-MAIN-2019-13 | 1552912201672.12 | [] | docs.touchpointsoftware.com |
Specifies an enabled state for the target UI element.
Namespace: DevExpress.ExpressApp.ConditionalAppearance
Assembly: DevExpress.ExpressApp.ConditionalAppearance.v18.2.dll
If there are conditional appearance rules that change the enabled state within the rules appropriate for the target UI element, the AppearanceObjec... | https://docs.devexpress.com/eXpressAppFramework/DevExpress.ExpressApp.ConditionalAppearance.AppearanceObject.Enabled | 2019-03-18T19:34:26 | CC-MAIN-2019-13 | 1552912201672.12 | [] | docs.devexpress.com |
By integrating your organization's View, Horizon 6, or Horizon 7 environment with your VMware Identity Manager deployment, you give your VMware Identity Manager users the ability to use the Workspace ONE.
Supported Versions
VMware Identity Manager supports the following versions and features.
Integrating independent Vi... | https://docs.vmware.com/en/VMware-Identity-Manager/2.8/com.vmware.wsp-resource_28/GUID-5ED7E551-76CE-4B0F-9D30-EEE53C39BD67.html | 2019-03-18T19:52:09 | CC-MAIN-2019-13 | 1552912201672.12 | [] | docs.vmware.com |
..
Installation
Zip bundle.
Building from sources:
Usage.
Limitations. Windows Media Player
When event callbacks are supported, you will be able to subscribe to the player.statusChange event, so that you can play the wav entirely, before loading a new sample (instead of listening only to the first second of each sample... | http://docs.codehaus.org/pages/viewpage.action?pageId=17015 | 2014-04-16T16:35:36 | CC-MAIN-2014-15 | 1397609524259.30 | [] | docs.codehaus.org |
Message-ID: <1025528075.84440.1397665236682.JavaMail.haus-conf@codehaus02.managed.contegix.com> Subject: Exported From Confluence MIME-Version: 1.0 Content-Type: multipart/related; boundary="----=_Part_84439_1865165962.1397665236682" ------=_Part_84439_1865165962.1397665236682 Content-Type: text/html; charset=UTF-8 Con... | http://docs.codehaus.org/exportword?pageId=35206 | 2014-04-16T16:20:36 | CC-MAIN-2014-15 | 1397609524259.30 | [] | docs.codehaus.org |
PG&E's first interconnection proposal is to establish a new rule, "Gas Rule 27 - Gas Transmission Facilities Connections." This new rule would address the interconnection of electric generation facilities and other large noncore customers who request service from PG&E's gas transmission system. PG&E's second interconne... | http://docs.cpuc.ca.gov/published/COMMENT_DECISION/32148-16.htm | 2014-04-16T16:14:56 | CC-MAIN-2014-15 | 1397609524259.30 | [] | docs.cpuc.ca.gov |
User Guide
Local Navigation
- Quick Help
- Shortcuts
- Phone
- Voice commands
- Messages
- Files
- Media
- Ring tones, sounds, and alerts
- Browser
- Browser basics
- Browsing web pages
-
- Manage Connections
- Bluetooth technology
- Power and battery
- Memory
Viewing, copying, and forwarding web addresses
- View the a... | http://docs.blackberry.com/en/smartphone_users/deliverables/33546/Viewing_copying_and_forwarding_addresses_294357_11.jsp | 2014-04-16T17:09:30 | CC-MAIN-2014-15 | 1397609524259.30 | [] | docs.blackberry.com |
Easing functions provide a simple way of interpolating between two values to achieve varied animations. They are used in conjunction with the transition library.
The 42 easing methods included with Corona SDK are based on Robert Penner's easing functions.
transition.to( target, { transition=easing.outExpo } ) transitio... | http://docs.coronalabs.com/api/library/easing/index.html | 2014-04-16T17:00:49 | CC-MAIN-2014-15 | 1397609524259.30 | [] | docs.coronalabs.com |
Git guide
Topics
- Getting started with Git: if you have never played with Git before, this is for you!
- Git IzPack workflow: how one can use Git to work on IzPack.
IzPack Git repositories
The "blessed" IzPack repository is available from
- Anonymous access:
- Developer access:
ssh://git@git.codehaus.org/izpack.git(yo... | http://docs.codehaus.org/pages/viewpage.action?pageId=233052662 | 2014-04-16T16:31:29 | CC-MAIN-2014-15 | 1397609524259.30 | [] | docs.codehaus.org |
import org.springframework.batch.item.file.mapping.FieldSetMapper; 20 import org.springframework.batch.item.file.transform.LineTokenizer; 21 22 23 /** 24 * Interface for mapping lines (strings) to domain objects typically used to map lines read from a file to domain objects 25 * on a per line basis. Implementations of... | http://docs.spring.io/spring-batch/xref/org/springframework/batch/item/file/LineMapper.html | 2014-04-16T17:04:43 | CC-MAIN-2014-15 | 1397609524259.30 | [] | docs.spring.io |
.
2) Request membership if you want JIRA assignmemnt ping by email (t o m ATal fres co dot c o m) as I don't get notified automatically yet.
3) Signing a contributor agreement
4).
5) If you want suggestions for contributions, check the issues assigned to the 'Contributable' release | http://docs.codehaus.org/pages/viewpage.action?pageId=163872771&focusedCommentId=210469238 | 2014-04-16T16:10:16 | CC-MAIN-2014-15 | 1397609524259.30 | [array(['/s/en_GB-1988229788/4727/ffd10e10ff7bc0a1d7e29b4d2225707dd7f03d0b.15/_/images/icons/emoticons/smile.png',
'(smile)'], dtype=object) ] | docs.codehaus.org |
Introduction
SOAP is a lightweight protocol intended for exchanging structured information in a decentralized, distributed environment. Groovy has a SOAP implementation based on
Xfire which allows you to create a SOAP server and to make calls on remote SOAP servers.
Installation
You just need to download this jar file ... | http://docs.codehaus.org/pages/viewpage.action?pageId=62856 | 2014-04-16T16:43:37 | CC-MAIN-2014-15 | 1397609524259.30 | [array(['/download/attachments/49064/GroovySOAP.png?version=1&modificationDate=1148501980402&api=v2',
None], dtype=object) ] | docs.codehaus.org |
Setting User Access Control and Data Execution Prevention
In some cases, UAC and DEP settings might need to be modified.
To ensure smooth operation on machines that run on OS Windows Vista and above, follow these steps:
- Check to see whether User Access Control (UAC) is turned on for the computer that is running Autom... | https://docs.automationanywhere.com/de-DE/bundle/enterprise-v11.3/page/enterprise/topics/aae-client/bot-creator/customizing-an-automation-client/setting-user-access-control.html | 2022-01-16T22:55:49 | CC-MAIN-2022-05 | 1642320300244.42 | [] | docs.automationanywhere.com |
Matlab on Farber
For use on Farber, MATLAB projects should be developed using a Desktop installation of MATLAB and then copied to Farber to be run in batch. Here an extended MATLAB example is considered involving one simple MATLAB function, and two MATLAB scripts to execute this function in a loop, and another to execu... | https://docs.hpc.udel.edu/software/matlab/farber | 2022-01-16T21:29:45 | CC-MAIN-2022-05 | 1642320300244.42 | [] | docs.hpc.udel.edu |
Idaptive SSO
Idaptive SSO is a cloud service that allows you to track ingress authentication events and produce documents for those events in order to protect against privileged access abuse.
At this time, InsightIDR only tracks password authentications through your Idaptive data. After you complete the configuration, ... | https://docs.rapid7.com/insightidr/idaptive-sso/ | 2022-01-16T21:45:39 | CC-MAIN-2022-05 | 1642320300244.42 | [] | docs.rapid7.com |
AF-PACKET¶
AF-PACKET is built into the Linux kernel and includes fanout capabilities enabling it to act as a flow-based load balancer. This means, for example, if you configure Suricata for 4 AF-PACKET threads then each thread would receive about 25% of the total traffic that AF-PACKET is seeing.
Warning
If you try to ... | https://docs.securityonion.net/en/2.3/af-packet.html | 2022-01-16T21:52:02 | CC-MAIN-2022-05 | 1642320300244.42 | [] | docs.securityonion.net |
By the end of this guide, you will be familiar with:
Building the Texture Share SDK from source.
Integrating the C++ SDK with DirectX11 and DirectX12 applications.
Using the Unreal Engine plugin and Blueprints.
Sending the project's rendered viewport in Unreal to an external application.
Sending and receiving textures ... | https://docs.unrealengine.com/4.27/ko/WorkingWithMedia/IntegratingMedia/TextureShare/TextureShareQuickStart/ | 2022-01-16T22:37:06 | CC-MAIN-2022-05 | 1642320300244.42 | [array(['./../../../../../Images/WorkingWithMedia/IntegratingMedia/TextureShare/TextureShareQuickStart/unreal_sharing_viewport.jpg',
'image alt text'], dtype=object)
array(['./../../../../../Images/WorkingWithMedia/IntegratingMedia/TextureShare/TextureShareQuickStart/sending_textures_from_unreal.jpg',
... | docs.unrealengine.com |
6 Data wrangling, 101
Graphite does some of the work for us with regards to data processing. Note the 'count and 'prop modes in the earlier bar charts: we didn’t have to handle that. But Graphite is not a data wrangling library, and oftentimes it makes more sense to process our data first.
For example, in the last exam... | https://docs.racket-lang.org/graphite-tutorial/Data_wrangling__101.html | 2022-01-16T22:47:57 | CC-MAIN-2022-05 | 1642320300244.42 | [] | docs.racket-lang.org |
from the console..
An action represents a single task in the workflow. These actions fall into the following categories:
When you are developing a robotic process, typically, it's in the first action where variables are initialized and everything needed for the robotic process to accomplish its task is prepared. Then ... | https://docs.appian.com/suite/help/21.3/rpa-7.9/create/robotic-process-workflow.html | 2022-01-16T21:27:51 | CC-MAIN-2022-05 | 1642320300244.42 | [] | docs.appian.com |
A recurring, variable billing solution that enables you to bill according to your clients’ usage - accurate, easy, on time, every time. Varibill allows you to automatically collect data from your heterogeneous systems to bill according to the quantities of products and services consumed by your clients, thereby elimina... | https://docs.varibill.com/Varibill_Overview | 2022-01-16T22:09:50 | CC-MAIN-2022-05 | 1642320300244.42 | [] | docs.varibill.com |
t_systems_mms.icinga_director.icinga_director_inventory – Returns Ansible inventory from Icing_director_inventory. | https://docs.ansible.com/ansible/latest/collections/t_systems_mms/icinga_director/icinga_director_inventory_inventory.html | 2022-01-16T22:36:37 | CC-MAIN-2022-05 | 1642320300244.42 | [] | docs.ansible.com |
nil it. You only need a single instance of the SDK, regardless of how many web views you have, but you can create several KlarnaHybridSDK instances.
The SDK will notify you of events via an event listener that you’ll need to implement. It acts like a conventional delegate on iOS, however, unlike a delegate, it’s not o... | https://docs.klarna.com/in-app/inapp-ios-overview/hybrid/ | 2022-01-16T21:12:37 | CC-MAIN-2022-05 | 1642320300244.42 | [] | docs.klarna.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.