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 |
|---|---|---|---|---|---|---|
.
If you are just getting started with Blueprints, this provides a high-level overview of what they are and what they can do.
Get up and running by creating your first Blueprint
The Blueprint Editor Reference page outlines the Blueprint Editor's Interface elements and its basic usage instructions.
Get a general overvie... | https://docs.unrealengine.com/en-us/Engine/Blueprints | 2018-10-15T20:12:40 | CC-MAIN-2018-43 | 1539583509690.35 | [] | docs.unrealengine.com |
Tips & Troubleshooting
Campaign Success
This article is designed to help you strategize and implement the most successful mobile campaign to realize your use-case vision.
Maintain Compliance
While all of the following best-practice recommendations may lend themselves to a compliant campaign, having a compliant campaign... | http://docs.aerialink.net/help-desk/troubleshooting/ | 2018-10-15T20:25:34 | CC-MAIN-2018-43 | 1539583509690.35 | [array(['apierror.png', None], dtype=object)] | docs.aerialink.net |
Contents Now Platform Custom Business Applications Previous Topic Next Topic Automated Test Framework Scheduled Client Test Runner module ... SAVE AS PDF Selected Topic Topic & Subtopics All Topics in Contents Other Share Automated Test Framework Scheduled Client Test Runner module Open a browser window for running sch... | https://docs.servicenow.com/bundle/jakarta-application-development/page/administer/auto-test-framework/reference/atf-sched-test-runner-module.html | 2018-10-15T19:48:17 | CC-MAIN-2018-43 | 1539583509690.35 | [] | docs.servicenow.com |
Capture, filter, index, and analyze wire data directly from a network stream.
Release Notes
Known issues, fixed problems, and new features and functionality in this version of Splunk App for Stream.
Installation and Configuration Manual
How to setup, install, configure, and use Splunk App for Stream to capture and anal... | http://docs.splunk.com/Documentation/StreamApp/6.0 | 2016-08-29T17:57:44 | CC-MAIN-2016-36 | 1471982290497.47 | [] | docs.splunk.com |
The Translation Memory view allows you to drag and drop a folder with translation files from say Dolphin into the view, and then, within few minutes, translation suggestions will be shown automatically on the unit switch. To insert the translation suggestions into the file, use Ctrl+1, Ctrl+2 and so on, depending on th... | https://docs.kde.org/trunk5/en/kdesdk/lokalize/tm.html | 2016-08-29T18:00:53 | CC-MAIN-2016-36 | 1471982290497.47 | [array(['/trunk5/en/kdoctools5-common/top-kde.jpg', None], dtype=object)
array(['tmview.png',
'Lokalize with translation memory search results for the current unit'],
dtype=object) ] | docs.kde.org |
Defining Query Queues
When users run queries in Amazon Redshift, the queries are routed to query queues. Each
query queue contains a number of query slots. Each queue is allocated a portion of the
cluster's available memory. A queue's memory is divided among the queue's query slots.
You can configure WLM properties for... | http://docs.aws.amazon.com/redshift/latest/dg/cm-c-defining-query-queues.html | 2016-10-20T21:36:44 | CC-MAIN-2016-44 | 1476988717954.1 | [] | docs.aws.amazon.com |
Next: XMLRPC server, Previous: Buildbot Web Resources, Up: WebStatus similarly used to create links from revision
ids to a web-view of your source control system. This will either be
a string, a dict from string (repository ids) to strings, or a callable.
The string should use '%s' to insert
the revision id in the url.... | http://docs.buildbot.net/0.8.0/WebStatus-Configuration-Parameters.html | 2016-10-20T21:25:00 | CC-MAIN-2016-44 | 1476988717954.1 | [] | docs.buildbot.net |
Common
Notes
The user-defined matvec() function must properly handle the case where v has shape (N,) as well as the (N,1) case. The shape of the return type is handled internally by LinearOperator.
Examples
>>> from scipy.sparse.linalg import LinearOperator >>> from scipy import * >>> def mv(v): ... return array([ 2*v[... | http://docs.scipy.org/doc/scipy-0.10.1/reference/generated/scipy.sparse.linalg.LinearOperator.html | 2013-12-05T02:16:32 | CC-MAIN-2013-48 | 1386163038307 | [] | docs.scipy.org |
.
Any files placed in a folder called StreamingAssets in a Unity project will be copied verbatim to a particular folder on the target machine. You can retrieve the folder using the Application.streamingAssetsPath property. For reference, the location of this folder varies per platform:
On a desktop computer (Mac OS or ... | http://docs.unity3d.com/Documentation/Manual/StreamingAssets.html | 2013-12-05T02:51:26 | CC-MAIN-2013-48 | 1386163038307 | [] | docs.unity3d.com |
This:
The execution above will be called next time the "clean" goal is triggered on the project. | http://docs.codehaus.org/plugins/viewsource/viewpagesrc.action?pageId=37651 | 2013-12-05T02:16:54 | CC-MAIN-2013-48 | 1386163038307 | [] | docs.codehaus.org |
Starting with Joomla 1.5 and its move to Internationalization and full support of UTF-8, messages for footer.php and other Joomla pages has been moved to a language specific file.
If you want to change the text, go to the language directory, go to the folder of the language you want to change, find the mod_footer.ini f... | http://docs.joomla.org/index.php?title=Can_you_remove_the_%22Powered_by_Joomla!%22_message%3F&direction=prev&oldid=86113 | 2013-12-05T02:42:27 | CC-MAIN-2013-48 | 1386163038307 | [] | docs.joomla.org |
Ticket #1172 (closed defect: fixed)
cannot hear any sound from dialer in GTA02
Description
- make a phone call from NEO
- build the chatting connection
- cannot hear/speak sounds
Attachments
Change History
comment:3 Changed 6 years ago by sean_chiang@…
HI! Mickey,
After remove all files in ./tmp in oe, rebuild the root... | http://docs.openmoko.org/trac/ticket/1172 | 2013-12-05T02:53:44 | CC-MAIN-2013-48 | 1386163038307 | [] | docs.openmoko.org |
1 /* 2 * Copyright 2006 import java.util.List; 19 20 import org.springframework.batch.item.ItemWriter; 21 22 /** 23 * Listener interface for the writing of items. Implementations 24 * of this interface will be notified before, after, and in case 25 * of any exception thrown while writing a list of items. 26 * 27 * @aut... | http://docs.spring.io/spring-batch/xref/org/springframework/batch/core/ItemWriteListener.html | 2013-12-05T02:52:15 | CC-MAIN-2013-48 | 1386163038307 | [] | docs.spring.io |
Message-ID: <378213679.763824.1386211223836.JavaMail.haus-conf@codehaus02.managed.contegix.com> Subject: Exported From Confluence MIME-Version: 1.0 Content-Type: multipart/related; boundary="----=_Part_763823_800904725.1386211223835" ------=_Part_763823_800904725.1386211223835 Content-Type: text/html; charset=UTF-8 Con... | http://docs.codehaus.org/exportword?pageId=5033 | 2013-12-05T02:40:23 | CC-MAIN-2013-48 | 1386163038307 | [] | docs.codehaus.org |
Ticket #1831 (closed defect: fixed)
please remove dependency between mediaplayer and pulseaudio in 2008.8
Description!
Attachments
Change History
Changed 5 years ago by hedora
- Attachment openmoko-mediaplayer2-performance-workaround.patch added
comment:2 Changed 5 years ago by roh
- HasPatchForReview set
BatchModify?:... | http://docs.openmoko.org/trac/ticket/1831 | 2013-12-05T02:53:50 | CC-MAIN-2013-48 | 1386163038307 | [] | docs.openmoko.org |
Remote Procedure Calls (RPCs) let you call functions on a remote machine. Invoking an RPC is similar to calling a normal function and almost as easy but there are some important differences to understand. could send RPC calls to everyone to signal that he picked up an item. A server could send an RPC to a particular cl... | http://docs.unity3d.com/Documentation/Components/net-RPCDetails.html | 2013-12-05T02:51:44 | CC-MAIN-2013-48 | 1386163038307 | [] | docs.unity3d.com |
Description
Below are a couple of quick methods for zipping and unziping java String values. Optionally (with true as the second param) the method 'chunks' the resulting base64 encoded zipped string. Chunking just means long lines are broken at a specific column (line feeds inserted) to make the encoded data more easy ... | http://docs.codehaus.org/pages/viewpage.action?pageId=231735697 | 2013-12-05T02:39:57 | CC-MAIN-2013-48 | 1386163038307 | [] | docs.codehaus.org |
...
- Subscribe to the cargo dev mailing list and ask as many question you'd like there!
- Create a JIRA issue on http (you'll need to register). We'll then add you to the cargo-developers group in JIRA and assign the issue to you
- Understand the Cargo project's directory structure. Container implementations are locat... | http://docs.codehaus.org/pages/diffpages.action?pageId=227508404&originalId=227508402 | 2013-12-05T02:41:36 | CC-MAIN-2013-48 | 1386163038307 | [] | docs.codehaus.org |
Mac OS SDK
Overview¶
A Branch link is a web URL that looks like. When this link
is clicked on a Mac it opens a Branch web page that quickly determines if the Mac app can be opened
on the user's computer, and if so, Branch opens the app with a Mac URI scheme like
your-app-scheme://open?link_click_id=348527481794276288.
... | https://docs.branch.io/apps/mac-os/ | 2020-01-17T20:21:07 | CC-MAIN-2020-05 | 1579250590107.3 | [array(['/_assets/img/pages/dashboard/fallback.png', 'image'], dtype=object)
array(['https://github.com/BranchMetrics/mac-branch-deep-linking/blob/master/Documentation/Images/EmbeddedBinary.png',
'Add Framework'], dtype=object)
array(['https://github.com/BranchMetrics/mac-branch-deep-linking/blob/master/Docum... | docs.branch.io |
public class DCAwareRoundRobinPolicy extends Object implements LoadBalancingPolicy
RoundRobinPolicy, but its DC awareness incurs a slight overhead so the latter should be preferred to this policy in that case.
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public static DCAwa... | https://docs.datastax.com/en/drivers/java-dse/1.0/com/datastax/driver/core/policies/DCAwareRoundRobinPolicy.html | 2020-01-17T19:35:52 | CC-MAIN-2020-05 | 1579250590107.3 | [] | docs.datastax.com |
In XAF applications, you can use tree-like data representation instead of a grid-like one, which is used in a default UI. For this purpose, the eXpressApp Framework supplies the TreeList Editors module. To represent data as a tree, this module uses the ASPxTreeList and XtraTreeList controls. All you need to do to use t... | https://docs.devexpress.com/eXpressAppFramework/112841/concepts/extra-modules/tree-list-editors-module | 2020-01-17T18:14:23 | CC-MAIN-2020-05 | 1579250590107.3 | [] | docs.devexpress.com |
Developers selling on the WooCommerce Marketplace can edit product pages, access information like usage data and sales, and manage reviews for their products.
Managing products ↑ Back to top
Most of the work for managing products can be done from the All Extensions screen. To get there:
- Log in to the Vendor Dashboard... | https://docs.woocommerce.com/document/marketplace-manage-reporting/ | 2020-01-17T19:34:15 | CC-MAIN-2020-05 | 1579250590107.3 | [array(['https://docs.woocommerce.com/wp-content/uploads/2018/04/screen-shot-2018-04-18-at-2-00-05-pm.png?w=950',
'Product overview in WooCommerce Marketplace Vendor Dashboard'],
dtype=object)
array(['https://docs.woocommerce.com/wp-content/uploads/2018/04/screen-shot-2018-04-18-at-1-47-18-pm.png?w=950'... | docs.woocommerce.com |
nmrglue.proc_base¶
A collection of NMR spectral processing functions which operate on the last dimension (1) of 2D arrays. These functions are wrapped by other processing modules but can also be used directly. All parameter are assumed to be in units of points unless otherwise noted.
This module is imported as nmrglue.... | https://nmrglue.readthedocs.io/en/latest/reference/proc_base.html | 2020-01-17T18:33:30 | CC-MAIN-2020-05 | 1579250590107.3 | [] | nmrglue.readthedocs.io |
CPU Profiling¶
If you built Ceph from source and compiled Ceph for use with oprofile you can profile Ceph’s CPU usage. See Installing Oprofile for details.
Initializing oprofile¶
The first time you use
oprofile you need to initialize it. Locate the
vmlinux image corresponding to the kernel you are now running.
ls /boot... | https://docs.ceph.com/docs/master/rados/troubleshooting/cpu-profiling/ | 2020-01-17T18:59:18 | CC-MAIN-2020-05 | 1579250590107.3 | [] | docs.ceph.com |
Message latency metrics
Monitor messaging latency by adding dashboard graph metrics and alerts at the datacenter or node level.
Monitor messaging latency by adding dashboard graphs and alerts for latency metrics at the datacenter or node level. Messaging latency metrics are available for DSE versions 5.1.0 and later.
-... | https://docs.datastax.com/en/opscenter/6.1/opsc/online_help/latencyMetrics.html | 2020-01-17T18:41:34 | CC-MAIN-2020-05 | 1579250590107.3 | [] | docs.datastax.com |
Gets a command to invoke the Save As dialog that prompts for a file name and saves the current document in a file with the specified path.
readonly fileSaveAsDialog: FileSaveAsDialogCommand
Call the execute method to invoke the command. The method checks the command state (obtained via the getState method) to determine... | https://docs.devexpress.com/AspNet/js-RichEditCommands.fileSaveAsDialog | 2020-01-17T18:55:38 | CC-MAIN-2020-05 | 1579250590107.3 | [] | docs.devexpress.com |
Gets a command to force synchronizing the server document model with the client model and execute a callback function if it is necessary.
readonly forceSyncWithServer: ForceSyncWithServerCommand
Call the execute(callback) method to invoke the command. The method checks the command state (obtained via the getState metho... | https://docs.devexpress.com/AspNet/js-RichEditCommands.forceSyncWithServer | 2020-01-17T18:49:24 | CC-MAIN-2020-05 | 1579250590107.3 | [] | docs.devexpress.com |
It is important to plan the Snapshot copy transfer schedule and retention for your SnapVault backups.
When planning SnapVault relationships, consider the following guidelines:
For example:
Does the data change often enough throughout the day to make it worthwhile to replicate a Snapshot copy every hour, every two hours... | https://docs.netapp.com/ontap-9/topic/com.netapp.doc.onc-sm-help-900/GUID-AD7F9BDA-FD21-4838-8E83-FBAF520D8DA2.html | 2020-01-17T18:51:00 | CC-MAIN-2020-05 | 1579250590107.3 | [] | docs.netapp.com |
Clients can access files on Storage Virtual Machines (SVMs) using the SMB protocol, provided that Data ONTAP can properly authenticate the user.
When an SMB client connects to a CIFS server, Data ONTAP authenticates the user with a Windows domain controller. Data ONTAP uses two methods to obtain the domain controllers ... | https://docs.netapp.com/ontap-9/topic/com.netapp.doc.onc-sm-help-900/GUID-D02840A9-69EE-4A0E-8AFB-F44E97A92448.html | 2020-01-17T18:47:46 | CC-MAIN-2020-05 | 1579250590107.3 | [] | docs.netapp.com |
Initializing New Segments
A newer version of this documentation is available. Use the version menu above to view the most up-to-date release of the Greenplum 5.x documentation.
Initializing New Segments
Use the gpexpand utility to initialize the new segments, create the expansion schema, and set a system-wide random di... | https://gpdb.docs.pivotal.io/5100/admin_guide/expand/expand-initialize.html | 2020-01-17T20:28:44 | CC-MAIN-2020-05 | 1579250590107.3 | [] | gpdb.docs.pivotal.io |
Before upgrading to SnapCenter 3.0 or later, you must be aware of certain limitations.
You must upgrade from SnapCenter 1.0 to SnapCenter 1.1, and then upgrade to SnapCenter 3.0 or later.
You must run the Protect-SmRepository command to protect the repository database and to create new schedules. You do not have to rer... | http://docs.netapp.com/ocsc-41/topic/com.netapp.doc.ocsc-isg/GUID-35171119-5730-41C5-AACA-D21F35CB5933.html | 2020-01-17T19:40:25 | CC-MAIN-2020-05 | 1579250590107.3 | [] | docs.netapp.com |
.
Begin by extracting the contents of the downloaded archive and creating a simple script named example.php.
$ cd predis-1.0 $ nano example.php
The script begins by including the class autoloader file and instantiating an object of the class:
require 'autoload.php'; $client = new Predis\Client(array( 'host' => '127.0.0... | https://docs.bitnami.com/bch/apps/redash/troubleshooting/test-redis/ | 2020-01-17T19:31:42 | CC-MAIN-2020-05 | 1579250590107.3 | [] | docs.bitnami.com |
There are many different ways to get your billing details using our system. We offer a billing API, that is easy to access and consume using a python script we provide in the section below.
There is also a tool on our dashboard that you can view your costs over time: | https://docs.catalystcloud.io/billing.html | 2020-01-17T20:05:23 | CC-MAIN-2020-05 | 1579250590107.3 | [] | docs.catalystcloud.io |
If you use Help Scout for support, you can integrate it with Rollbar to see recent errors that affected your users who write in to support.
The Rollbar app will appear on the right sidebar in the Conversation view. It looks like this:
Setup Instructions
Note that this requires a paid Help Scout account.
- In Help Scout... | https://docs.rollbar.com/docs/helpscout | 2020-01-17T18:55:57 | CC-MAIN-2020-05 | 1579250590107.3 | [] | docs.rollbar.com |
DK11 for Java | tatukgis.jdk.TGIS_LayerVector.Locate | Overloads | Constructors | Fields | Methods | Properties | Events
Locate a shape.
Available also on: Delphi | .NET | ActiveX.
// Java public TGIS_Shape Locate( TGIS_Point _ptg, double _prec );
// Oxygene public function Locate( _ptg : TGIS_Point; _prec : Double ) :... | https://docs.tatukgis.com/DK11/api:dk11:java:tatukgis.jdk.tgis_layervector.locate_tgis_point_double | 2020-01-17T20:14:10 | CC-MAIN-2020-05 | 1579250590107.3 | [] | docs.tatukgis.com |
Do
you have friends and contacts who aren't using a BlackBerry 10 device? If so, you can chat, call, send pictures, and share videos
with these contacts using joyn. If your wireless service provider supports joyn, within
the Contacts app or the Phone app, the
icon appears beside contacts who are using joyn, so
that you... | http://docs.blackberry.com/en/smartphone_users/deliverables/62002/mba1380822409210.html | 2014-10-20T08:15:29 | CC-MAIN-2014-42 | 1413507442288.9 | [] | docs.blackberry.com |
two MVS Session Manager instances, one of the MVS Session Manager instances becomes active and the other standby. The same holds for the two MVS BlackBerry Enterprise Server Connector instances: One becomes active, one standby. The components themselves determine which one becomes active and which one standby. If the ... | http://docs.blackberry.com/es-es/admin/deliverables/43631/BBMVS_high_availability_GW_1970245_11.jsp | 2014-10-20T08:59:39 | CC-MAIN-2014-42 | 1413507442288.9 | [] | docs.blackberry.com |
changes.mady.by.user David Racodon
Saved on Sep 04, 2013
changes.mady.by.user G. Ann Campbell
Saved on Oct 09, 2013
To check code against rules provided by FindBugsThis plugin is included in the Java Ecosystem.
It provides FindBugs rules.
SonarQube Java Plugin
FindBugs
...
FindBugs requires the compiled classes to run.... | http://docs.codehaus.org/pages/diffpages.action?pageId=232359128&originalId=232359122 | 2014-10-20T08:23:07 | CC-MAIN-2014-42 | 1413507442288.9 | [] | docs.codehaus.org |
options for each value are Not Set (shown as "..."), Allow, or Deny.
The first thing to notice is the column headings, Admin, Login, Manage, Create, Delete, Edit, Edit State. These are the actions that a use can perform on an object in Joomla. The specific meaning of each action depends on the context. For the Global ... | http://docs.joomla.org/index.php?title=Help16:Site_Global_Configuration&oldid=34143 | 2014-10-20T09:13:56 | CC-MAIN-2014-42 | 1413507442288.9 | [] | docs.joomla.org |
Description
The Wsclient plugin adds a remoting client capable of communicating via SOAP. It is compatible with Grails' Xfire plugin 0.8.1.
Installation
The current version of griffon-wsclient-plugin is 0.5
To install just issue the following command
Usage
The plugin will inject the following dynamic methods:
- withWs(... | http://docs.codehaus.org/display/GRIFFON/Wsclient+Plugin | 2014-10-20T08:10:10 | CC-MAIN-2014-42 | 1413507442288.9 | [] | docs.codehaus.org |
Overview
The:
...or read the script itself.
Examples).
Building
To build a production image on your desktop, habanero, do the following:
To build a production image on the remote machine jalapeno, do the following:
Cross Platform Building
To build a production image on the remote PowerPC machine chipotle, do the follow... | http://docs.codehaus.org/pages/viewpage.action?pageId=77692988 | 2014-10-20T08:39:51 | CC-MAIN-2014-42 | 1413507442288.9 | [] | docs.codehaus.org |
The Kiip plugin enables real rewards to be delivered within an app based on user interaction. These rewards come in the form of a "poptart", offering actual rewards such as gift cards to the user.
In order for you to use the Kiip.kiip"] = { publisherId = "com.gremlininteractive" }, }, }
To develop with Kiip, you need t... | http://docs.coronalabs.com/daily/plugin/kiip/ | 2014-10-20T08:08:53 | CC-MAIN-2014-42 | 1413507442288.9 | [] | docs.coronalabs.com |
]
If you know the date and the city you will make your Joomla!day you should send in your request for a Joomla!day. You can do that over a simple form at the OSM Websitela!Day.:
Please contact OSM directly to request this support.
When you try to find sponsors, don't forget that you are dealing with companies. They exp... | http://docs.joomla.org/index.php?title=How_to_Organize_a_Joomla!Day&oldid=63753 | 2014-10-20T09:10:12 | CC-MAIN-2014-42 | 1413507442288.9 | [] | docs.joomla.org |
Difference between revisions of "SRGB"
Latest revision as of 23:29, 11 September 2019
Contents
Overview[edit]
sRGB colorspace is a complex subject that involves understanding how monitors display color, how pictures/movies are stored, how our eyes percieve color and brightness and how the limited precision of 8-bit ima... | https://docs.derivative.ca/index.php?title=SRGB&diff=cur&oldid=16475 | 2021-01-15T17:42:06 | CC-MAIN-2021-04 | 1610703495936.3 | [] | docs.derivative.ca |
{"title":"Release note 11.05.18","slug":"release-note-110518","body":"## Define compute resources per task run (API)\nWhen creating a task via the API, you are now able to set instance type (top level) and maximum number of parallel instances for your execution without the need to create a new version of the app.\n\nTh... | https://docs.cavatica.org/v1.0/blog/release-note-110518 | 2021-01-15T16:54:27 | CC-MAIN-2021-04 | 1610703495936.3 | [] | docs.cavatica.org |
produce stalls in read performance and other problems. For example, two clients read at the same time, one overwrites the row to make update A, and then the other overwrites the row to make update B, removing update A. Reading before writing also corrupts caches and increases IO requirements. To avoid a read-before-wr... | https://docs.datastax.com/en/cassandra-oss/2.1/cassandra/dml/dml_manage_ondisk_c.html | 2021-01-15T18:18:41 | CC-MAIN-2021-04 | 1610703495936.3 | [] | docs.datastax.com |
You review the job failure error message in the Cause field on the Event details page and determine that the job failed because of a Snapshot copy error. You then proceed to the Volume / Health details page to gather more information.
You must have the Application Administrator role.
Protection Job Failed. Reason: (Tra... | https://docs.netapp.com/ocum-98/topic/com.netapp.doc.onc-um-protect/GUID-A3D71D7A-F0C3-4DD2-BADC-A0B7E4FB70F5.html?lang=en | 2021-01-15T17:42:11 | CC-MAIN-2021-04 | 1610703495936.3 | [] | docs.netapp.com |
Explore
You can search for campaigns, volunteer opportunities, and organizations that interest you.
You can search for customized offerings in Featured Philanthropy Cloud content. Integrated search capabilities are also available throughout the app.
When searching for nonprofits or volunteer opportunities, you can filt... | https://docs.philanthropycloud.com/docs/en/Explore_topic-3623 | 2021-01-15T18:46:45 | CC-MAIN-2021-04 | 1610703495936.3 | [] | docs.philanthropycloud.com |
Ways of Getting a Painting Company
Finding a Painting Company is of the things that you should think of when painting your building. But it must be in your mind that many companies are ready to offer you painting services. For this reason, you should know the steps that will help you in getting the best painting compan... | http://docs-prints.com/2020/10/05/what-has-changed-recently-with-25/ | 2021-01-15T17:18:48 | CC-MAIN-2021-04 | 1610703495936.3 | [] | docs-prints.com |
If a restore is being performed as part of the recovery procedure, consider using the tungsten_provision_slave tool. This is will work for restoring from the Primary or a Replica and is faster if you do not already have a backup ready to be restored. For more information, see Section 5.6.1.1, “Provision or Reprovision ... | https://docs.continuent.com/tungsten-clustering-5.4/operations-restore-otherreplica.html | 2021-01-15T17:34:23 | CC-MAIN-2021-04 | 1610703495936.3 | [] | docs.continuent.com |
Categorizing pages
Categorizing is useful when you want to distinguish related pages in the system based on, for example, their topic. You can create a category hierarchy in which you can map the various topics the pages on your site cover. You can also use an alternative approach to sorting pages as described in Taggi... | https://docs.xperience.io/k12sp/managing-website-content/working-with-pages/categorizing-pages | 2021-01-15T18:43:38 | CC-MAIN-2021-04 | 1610703495936.3 | [] | docs.xperience.io |
Authors: The Grails Team
Version:).
Before installing Grails 4.0.4 you will need as a minimum a Java Development Kit (JDK) installed version 1.8 or above. Download the appropriate JDK for your operating system, run the installer, and then set up an environment variable called JAVA_HOME pointing to the location of this ... | http://docs.grails.org/4.0.4/guide/single.html | 2021-01-15T18:46:52 | CC-MAIN-2021-04 | 1610703495936.3 | [] | docs.grails.org |
Last modified: May 13, 2020
Overview
Due to networking requirements, you cannot run an IPv6-only cPanel & WHM server. You must have at least one IPv4 address.
This interface adds or deletes an IPv6 address range from the server. Use this interface to add at least one IPv6 address range before you assign dedicated IPv6 ... | https://docs.cpanel.net/whm/ip-functions/ipv6-ranges/ | 2021-01-15T17:41:04 | CC-MAIN-2021-04 | 1610703495936.3 | [] | docs.cpanel.net |
jax.numpy.sort¶
jax.numpy.
sort(a, axis=-1, kind='quicksort', order=None)[source]¶
Return a sorted copy of an array.
LAX-backend implementation of
sort(). Original docstring below.
- Parameters
a (array_like) – Array to be sorted.
axis (int or None, optional) – Axis along which to sort. If None, the array is flattened ... | https://jax.readthedocs.io/en/latest/_autosummary/jax.numpy.sort.html | 2021-01-15T17:45:01 | CC-MAIN-2021-04 | 1610703495936.3 | [] | jax.readthedocs.io |
QtMultimedia.audiooverview
Audio Features
Qt Multimedia offers a range of audio classes, covering both low and high level approaches to audio input, output and processing. In addition to traditional audio usage, the Qt Audio Engine QML types offer high level 3D positional audio for QML applications. See that documentat... | https://phone.docs.ubuntu.com/en/apps/api-qml-current/QtMultimedia.audiooverview | 2021-01-15T18:00:14 | CC-MAIN-2021-04 | 1610703495936.3 | [] | phone.docs.ubuntu.com |
Example cases
- Exchange documents with business partner (B2B scenario)
- Group discussion
- Meeting
- Approval
-)
Mongodb questions
- How to work with update commands? Write side? Is our idea valid?
- How to test scalability?
- How to deal with relations?
- How to handle schema updates in the code?<< | http://docs.codehaus.org/pages/viewpage.action?pageId=208830570 | 2014-04-16T08:20:16 | CC-MAIN-2014-15 | 1397609521558.37 | [array(['/download/attachments/196640952/NewExplorerLayout.png?version=1&modificationDate=1300186324970&api=v2',
None], dtype=object)
array(['/download/attachments/196640952/NewExplorerToDo.png?version=1&modificationDate=1300186362446&api=v2',
None], dtype=object)
array(['/download/attachments/1966409... | docs.codehaus.org |
THE EMPORIA GAOETTE
June 8, 1939
Dear Miss LeHand:
I am sending the president a book that ± think he will
enjoy. It is not a serious book. It is a book of verse, gay,
beautiful and sometimes satirical, and humorous. Man, a grand
old man who died a quarter of a century ago writes it. Enclosed
I am sending a letter to go... | http://docs.fdrlibrary.marist.edu/psf/box32/t304gg02.html | 2014-04-16T08:31:22 | CC-MAIN-2014-15 | 1397609521558.37 | [] | docs.fdrlibrary.marist.edu |
About location services
When you turn on location services, you can use the BlackBerry Protect website to view the approximate location of your device on a map. This feature can help you find your device if it is ever lost.
Your device sends its location information only when you request it through the BlackBerry Prote... | http://docs.blackberry.com/en/smartphone_users/deliverables/49499/als1343677000571.jsp | 2014-04-16T08:03:45 | CC-MAIN-2014-15 | 1397609521558.37 | [] | docs.blackberry.com |
Technical Documentation¶
The use of computational simulations in many areas of science has proven to be reliable, faster and cheaper than experimental campaigns. However, the parametric analysis needs a large amount of simulations which is not feasible when using huge codes that are time and resources consuming. An eff... | https://batman.readthedocs.io/en/1.7.2-lucius/technical.html | 2021-09-16T16:21:12 | CC-MAIN-2021-39 | 1631780053657.29 | [] | batman.readthedocs.io |
Kong's Kubernetes Ingress Controller v2.0.0 is currently in beta. Check out the beta documentation and try out v2.0.0 for yourself.
Expose an external application
This example shows how we can expose a service located outside the Kubernetes cluster using an Ingress..
Create a Kubernetes service
First we need to create ... | https://docs.konghq.com/kubernetes-ingress-controller/1.3.x/guides/using-external-service/ | 2021-09-16T15:58:52 | CC-MAIN-2021-39 | 1631780053657.29 | [] | docs.konghq.com |
LPoint3f¶
- class LPoint3f¶
Bases:
LVecBase3f
This is a three-component point in space (as opposed to a three-component vector, which represents a direction and a distance). Some of the methods are slightly different between
LPoint3and
LVector3; in particular, subtraction of two points yields a vector, while addition o... | https://docs.panda3d.org/1.10/cpp/reference/panda3d.core.LPoint3f | 2021-09-16T16:22:31 | CC-MAIN-2021-39 | 1631780053657.29 | [] | docs.panda3d.org |
Exchanges¶
Scalaris's utility token, SCA, can be purchased and sold in several ways, each with different advantages and disadvantages. This list is provided for informational purposes only. Services listed here have not been evaluated or endorsed by Scalaris. Please exercise discretion when using third-party services.
... | https://docs.scalaris.info/project/exchanges/ | 2021-09-16T15:28:21 | CC-MAIN-2021-39 | 1631780053657.29 | [] | docs.scalaris.info |
Incorta Security Guide
This guide summarizes the Incorta security model and optional security configurations. It also describes the common considerations for securing the Incorta Direct Data Platform.
Architecture Reference
An Incorta Cluster may consist of one or more host machines. Each host may run one or more appli... | https://docs.incorta.com/5.0/g-incorta-security-guide/ | 2021-09-16T16:12:39 | CC-MAIN-2021-39 | 1631780053657.29 | [array(['/static/2f3a49baea32ea3b03baf8f1691966e7/a2510/ArchitectureDiagram.jpg',
'ArchitectureDiagram ArchitectureDiagram'], dtype=object)
array(['/c17d8bd237d66f1a59b64786073eec68/PermissionDashboard.gif', None],
dtype=object)
array(['/ddd25d02871ed12b1d68c60765f2fa72/AuditAccess.gif', None],
... | docs.incorta.com |
ServiceNow event handler
ServiceNow provides service management software with a comprehensive managed workflow that supports features such as real-time communication, collaboration, and resource sharing. Configure Kapacitor to send alert messages to ServiceNow.
Configuration
Configuration and default option values for ... | https://docs.influxdata.com/kapacitor/v1.6/event_handlers/servicenow/ | 2021-09-16T16:28:33 | CC-MAIN-2021-39 | 1631780053657.29 | [] | docs.influxdata.com |
Double
Tapped Routed Event Args. Handled Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a value that marks the routed even... | https://docs.microsoft.com/en-us/uwp/api/windows.ui.xaml.input.doubletappedroutedeventargs.handled?view=winrt-20348 | 2021-09-16T17:37:56 | CC-MAIN-2021-39 | 1631780053657.29 | [] | docs.microsoft.com |
events
The
cfy events command is used to view events of a specific execution.
Optional flags
These commands support the common CLI flags.
Commands
list
Usage
cfy events list [OPTIONS]
Display events for an execution
-e, --execution-id TEXTThe unique identifier for the execution. Mandatory.
Optional flags
--include-logs... | https://docs.cloudify.co/5.0.0/cli/orch_cli/events/ | 2021-09-16T16:20:06 | CC-MAIN-2021-39 | 1631780053657.29 | [] | docs.cloudify.co |
Development Data Partnership Documentation¶
A partnership between international organizations and the private sector for the use of third-party data with shared principles, resources, and best practices.
🌟 Welcome to our Community and Documentation Hub!
Learn more and get involved!
Throughout this document, you will f... | https://docs.datapartnership.org/pages/index.html | 2021-09-16T16:43:05 | CC-MAIN-2021-39 | 1631780053657.29 | [] | docs.datapartnership.org |
Market Analysis Report
This call returns a Morningstar market analysis for the specified company. Please note not all companies have reports.
Update History
No modifications have been made to this data layer since the initial release.
Report Request
IMPORTANT: Due to a known issue, please do not include request values ... | https://docs.dnb.com/direct/2.0/en-US/report/latest/ordercompanyreport/mktanl-soap-API | 2021-09-16T15:01:58 | CC-MAIN-2021-39 | 1631780053657.29 | [] | docs.dnb.com |
Date: Sun, 26 Apr 2020 08:57:05 +0200 From: Ralf Mardorf <ralf.mardorf@rocketmail.com> To: freebsd-questions@freebsd.org Subject: Re: FreeBSD live USB stick Message-ID: <20200426085705.0838e5c9@archlinux> In-Reply-To: <503ac059-c4a5-d618-9b85-e154339e1f36@holgerdanske> <d0d02464-c122-46e3-d052-a67eac129222@holgerdanske... | https://docs.freebsd.org/cgi/getmsg.cgi?fetch=0+0+archive/2020/freebsd-questions/20200503.freebsd-questions | 2021-09-16T15:38:44 | CC-MAIN-2021-39 | 1631780053657.29 | [] | docs.freebsd.org |
Date: Wed, 4 Dec 2013 18:35:03 +0100 From: Fleuriot Damien <ml@my.gd> To: "FreeBSD freebsd-questions@freebsd.org" <freebsd-questions@freebsd.org> Subject: Re: pkg repo not creating repo.txz on 8.4-STABLE Message-ID: <D656F762-DF74-4F3E-A94C-8FD1493B7DA1@my.gd> In-Reply-To: <FCDEDCD3-7DA9-4541-A894-D77D3853B1CF@my.gd> R... | https://docs.freebsd.org/cgi/getmsg.cgi?fetch=325883+0+archive/2013/freebsd-questions/20131208.freebsd-questions | 2021-09-16T16:57:11 | CC-MAIN-2021-39 | 1631780053657.29 | [] | docs.freebsd.org |
Configure ERX Router
This guide will walk you through configuring a Ubiquiti EdgeRouter X.
Required Hardware
- ERX Router and power cable
- Ethernet cable
- Computer
- USB Ethernet adapter (if computer doesn't have ethernet port)
Setup Steps
Set static IP on computer
See ./static-ip
Wire up ERX
- Plug the ERX into its ... | https://docs.phillycommunitywireless.org/en/latest/guides/configure-erx/ | 2021-09-16T15:36:11 | CC-MAIN-2021-39 | 1631780053657.29 | [array(['../../assets/images/erx/hardware.jpg', 'Hardware'], dtype=object)
array(['../../assets/images/erx/wiring.jpeg', 'Ports'], dtype=object)
array(['../../assets/images/erx/eth0.jpeg', 'Ports'], dtype=object)] | docs.phillycommunitywireless.org |
All PutEvent modifiers must be used after the Stream driver has initiated and before it has terminated. TD_Unavailable is returned when a modifier cannot be used.
The following table lists modifiers that are used with the PutEvent function of the Connection object to modify the Rate and Periodicity values of the Stream... | https://docs.teradata.com/r/JjNnUlFK6_12aVpI0c06XA/eOVWQx5aWrbuj9Bx3HJX~Q | 2021-09-16T16:43:06 | CC-MAIN-2021-39 | 1631780053657.29 | [] | docs.teradata.com |
Modify the default MariaDB administrator password.
Change the MariaDB root password
You can modify the MariaDB password using the following command at the shell prompt:
$ installdir/mariadb/bin/mysqladmin -p -u root password NEW_PASSWORD
Reset the MariaDB root password
NOTE: Depending on the version you have installed,... | https://docs.bitnami.com/installer/apps/redmine/administration/change-reset-password-mariadb/ | 2021-09-16T16:43:06 | CC-MAIN-2021-39 | 1631780053657.29 | [] | docs.bitnami.com |
Components Fields Field Groups/de
From Joomla! Documentation
Contents.
Description
This is the back-end screen where you can add and edit Field Groups. field groups marked with a check-mark in the corresponding check-mark boxes. To use: select one or more field groups form the table of field groups field groups:
- Sele... | https://docs.joomla.org/Help39:Components_Fields_Field_Groups/de | 2021-09-16T15:08:04 | CC-MAIN-2021-39 | 1631780053657.29 | [array(['/images/thumb/f/fe/Help30-Article-Manager-columns-field-Groups-en.png/800px-Help30-Article-Manager-columns-field-Groups-en.png',
'Article Fields Columns Header'], dtype=object) ] | docs.joomla.org |
Size of the Market The long-term market we are aiming for is:
SNS (Social Network Sites): Based on publicly available data up to 25 January 2021, at least 17 social media platforms have 300 million or more monthly active users
Facebook has 2.740 billion monthly active users.
YouTube’s potential advertising reach is 2.2... | https://docs.streamme.network/problem-and-solution/opportunity | 2021-09-16T15:06:56 | CC-MAIN-2021-39 | 1631780053657.29 | [] | docs.streamme.network |
Reflection 2008 doesn't support EXTRA! macros and COM applications that contain certain methods and properties from the classes listed in this section.
In this section
ExtraAreaChangedWait Class
ExtraFTPOptions Class
ExtraHostOptions Class
ExtraKermitOptions Class
ExtraMenuEdit Class
ExtraModemSetup Class
ExtraOIA Clas... | https://docs.attachmate.com/Reflection/2008/R1SP1/Guide_VBA/14287.htm | 2021-09-16T16:07:41 | CC-MAIN-2021-39 | 1631780053657.29 | [] | docs.attachmate.com |
Date: Sat, 3 Feb 2007 10:33:47 +0100 From: Pieter de Goeje <pieter@degoeje.nl> To: freebsd-questions@freebsd.org Cc: "Belanger, Benoit" <benoit.belanger@securidata.net>, questions@freebsd.org Subject: Re: Help with autostarting Apache Message-ID: <200702031033.47346.pieter@degoeje.nl> In-Reply-To: <000001c74742$612951e... | https://docs.freebsd.org/cgi/getmsg.cgi?fetch=1580055+0+archive/2007/freebsd-questions/20070204.freebsd-questions | 2021-09-16T16:57:45 | CC-MAIN-2021-39 | 1631780053657.29 | [] | docs.freebsd.org |
Working with Long Characteristic Values
Description
According to the Bluetooth specification, the maximum size of any attribute is 512 bytes. However, the Maximum Transmission Unit (MTU), i.e., the largest amount of data that can be exchanged in a single GATT operation is usually less than this value. As a result, some... | https://docs.silabs.com/bluetooth/2.13/code-examples/stack-features/gatt-protocol/working-with-long-characteristic-values | 2021-09-16T16:45:09 | CC-MAIN-2021-39 | 1631780053657.29 | [] | docs.silabs.com |
Provide' => ($config->get('vote_score_max')), ), ); } } | https://docs.backdropcms.org/api/backdrop/core%21modules%21node%21node.api.php/function/hook_ranking/1 | 2021-09-16T15:47:23 | CC-MAIN-2021-39 | 1631780053657.29 | [] | docs.backdropcms.org |
Incoming Lync To Phone calls aren't transferred to Exchange Online Unified Messaging voice mail
Problem
Consider the following scenario. You are set up for Office 365, and you have valid Skype for Business Online (formerly Lync Online) and Exchange Online licenses. Lync To Phone and Exchange Online voice mail are set u... | https://docs.microsoft.com/en-us/skypeforbusiness/troubleshoot/online-phone-system/incoming-lync-to-phone-calls-not-transferred | 2021-09-16T15:31:01 | CC-MAIN-2021-39 | 1631780053657.29 | [] | docs.microsoft.com |
dropdb
dropdb
Removes a database.
Synopsis
dropdb [connection-option ...] [-e] [-i] dbname dropdb -? | --help dropdb -V | - in order to drop the target database. If not specified, the postgres database will be used; if that does not exist (or if it is the name of the database being dropped), template1 will be used. | https://docs.greenplum.org/6-13/utility_guide/ref/dropdb.html | 2021-04-10T14:22:12 | CC-MAIN-2021-17 | 1618038057142.4 | [] | docs.greenplum.org |
The below Security Policy applies only to customers with an existing New Relic agreement in place that explicitly references this Security Policy applying to the Service purchased in an Order. Capitalized terms not defined below shall take on the meaning set forth in such New Relic agreement.
New Relic Security Policy
... | https://docs.newrelic.com/docs/licenses/license-information/referenced-policies/security-policy/ | 2021-04-10T14:48:05 | CC-MAIN-2021-17 | 1618038057142.4 | [] | docs.newrelic.com |
Sidra API module: Ingestion¶
It contains endpoints to provide asset ingestion into the platform.
Inference¶
The metadata inference is a process by which the metadata of an asset is inferred based on some information about the asset, depending on the type of information provided it will be used one endpoint or other. Th... | https://docs.sidra.dev/Sidra-Data-Platform/Sidra-Core/Sidra-api/Ingestion-api-module/ | 2021-04-10T14:05:49 | CC-MAIN-2021-17 | 1618038057142.4 | [] | docs.sidra.dev |
Set up Google Analytics tracking on your campaigns
To make your campaigns traceable in Google Analytics, you need to enter an UTM code in Rule. "UTM" stands for urchin tracking module and is a format from Google used to track links in Google Analytics. Below we describe how to do it.
1. Start by taking a look at the fo... | https://en.docs.rule.se/article/101-tracking-av-kampanj-via-google-analytics | 2021-04-10T14:47:24 | CC-MAIN-2021-17 | 1618038057142.4 | [array(['http://d33v4339jhl8k0.cloudfront.net/docs/assets/575878229033607a88240260/images/598dc27d2c7d3a73488be897/file-iaBudMpyZ8.png',
None], dtype=object)
array(['http://d33v4339jhl8k0.cloudfront.net/docs/assets/575878229033607a88240260/images/5995abcb042863033a1c11cb/file-jX0IXTeJwR.png',
None], dt... | en.docs.rule.se |
The Add Static IPv4 Address widget allows you to quickly add IP addresses to a specific network. You can configure a widget for each network to which you will be adding IPv4 address.
To add a static IPv4 address:
- From the Quick Actions widget that has the appropriate configuration and view configured, click Add Stati... | https://docs.bluecatnetworks.com/r/Address-Manager-Administration-Guide/Adding-a-static-IPv4-address-using-the-Quick-Action-widget/8.3.0 | 2021-04-10T14:02:31 | CC-MAIN-2021-17 | 1618038057142.4 | [] | docs.bluecatnetworks.com |
Address Manager can have multiple IP addresses and thus multiple interfaces assigned to its Ethernet connection. These interfaces can be used to provide extra functionality such as DNS views, xHA, and NAT traversal.
Beyond the default or physical interface used on each server, there are two other kinds of interfaces:
-... | https://docs.bluecatnetworks.com/r/Address-Manager-Administration-Guide/Configuring-Server-Interfaces/9.0.0 | 2021-04-10T14:19:30 | CC-MAIN-2021-17 | 1618038057142.4 | [] | docs.bluecatnetworks.com |
murlin
- type:
- userplugin
- userplugin:
- murlin
- description:
- Adds URL Monitoring to Cacti
- version:
- 0.2.4
- pia:
- v2+
- cacti:
- 0.8.8b
-
- date:
- 2014-07-04
- plugins:
- url,
- website
Download
This plugin can be download here:
Purpose
Adds URL Monitoring capabilities to Cacti.
Features
- Graphs total down... | https://docs.cacti.net/userplugin:murlin | 2021-04-10T14:55:05 | CC-MAIN-2021-17 | 1618038057142.4 | [] | docs.cacti.net |
dbForge Schema Compare for Oracle supports some SQL * Plus commands in SQL code. Use these SQL* Plus commands just like usual SQL statements. These commands are supported in both full and short forms.
The list of supported SQL*Plus commands includes:
If you try to execute script, containing unsupported SQL*Plus command... | https://docs.devart.com/schema-compare-for-oracle/writing-and-executing-sql-statements/sql-plus-command-support.html | 2021-04-10T14:35:20 | CC-MAIN-2021-17 | 1618038057142.4 | [] | docs.devart.com |
Nested name plus
_attributes=.
You can use this method directly, or more commonly the name of the method can
be an attribute in the updates for the base class, in which case
Mongoid will call the appropriate setter under the covers.
Note that this will work with any attribute based setter method in Mongoid. This includ... | https://docs.mongodb.com/mongoid/master/tutorials/mongoid-nested-attributes/ | 2021-04-10T15:30:25 | CC-MAIN-2021-17 | 1618038057142.4 | [] | docs.mongodb.com |
A common security technique for detecting domains that may be suspicious or be associated with bad actors such as hosting malware, phishing or botnet command and control, is to investigate domains that haven’t been seen before, i.e. are newly observed.
Deciding whether a domain is truly a new domain would involve deter... | https://docs.powerdns.com/recursor/nod_udr.html | 2020-03-28T12:47:04 | CC-MAIN-2020-16 | 1585370491857.4 | [] | docs.powerdns.com |
Software Development Description
- Description for debuggingdevices
- Description for App release
- Description for codes such as permissions, full screen, acquisition system versions, etc.
- Print and customer displaydescription
- External interfacedescription
- Description for camera codescanning
- Docking documentat... | https://docs.sunmi.com/en/documentation/desktop-products/d1s/ | 2022-06-25T08:05:48 | CC-MAIN-2022-27 | 1656103034877.9 | [] | docs.sunmi.com |
Setting up a basic visual for aggregates
World Life Expectancydataset. In subsequent topics, this visual is used to demonstrate how the various analytic functions for aggregates work.
- Open a new visual.
- In the VISUALS menu, select the Lines visual type.
- Populate the shelves of the visual from the fields listed in... | https://docs.cloudera.com/data-visualization/7/using-analytic-functions/topics/viz-analytic-functions-basic.html | 2022-06-25T08:26:40 | CC-MAIN-2022-27 | 1656103034877.9 | [] | docs.cloudera.com |
Branding issues that may occur when upgrading to SharePoint 2013
APPLIES TO:
2013
2016
2019
Subscription Edition
SharePoint in Microsoft 365
SharePoint 2013 introduces a new user interface that is lightweight, fast, and fluid. This UI is built by using new CSS styles, themes, and master pages. To get this new experienc... | https://docs.microsoft.com/en-us/SharePoint/upgrade-and-update/branding-issues-that-may-occur-when-upgrading-to-sharepoint-2013?redirectedfrom=MSDN | 2022-06-25T08:44:56 | CC-MAIN-2022-27 | 1656103034877.9 | [] | docs.microsoft.com |
Independent streamfwd (HEC) tests - TCP/UDP aggregation
This page provides performance test results for the
streamfwd binary sending data to indexers using HTTP Event Collector (HEC) and TCP/UDP aggregate
This documentation applies to the following versions of Splunk Stream™: 7.1.0, 7.1.1
Feedback submitted, thanks! | https://docs.splunk.com/Documentation/StreamApp/7.1.1/DeployStreamApp/IndependentForwarderTests4 | 2022-06-25T08:28:19 | CC-MAIN-2022-27 | 1656103034877.9 | [array(['/skins/OxfordComma/images/acrobat-logo.png', 'Acrobat logo'],
dtype=object) ] | docs.splunk.com |
Using
webassets in standalone mode¶
You don’t need to use one of the frameworks into which
webassets can
integrate. Using the underlying facilities directly is almost as easy.
And depending on what libraries you use, there may still be some things webassets can help you with, see Integration with other libraries.
Quick... | https://webassets.readthedocs.io/en/latest/generic/index.html | 2022-06-25T08:59:27 | CC-MAIN-2022-27 | 1656103034877.9 | [] | webassets.readthedocs.io |
Add events to experiments
This topic covers how to create and add an event key to your experiment in the Optimizely app.
For more information on how to integrate events into your application code with the SDK, see Track events.
Create an event in the Optimizely app
To create an event that tracks user actions in the Opt... | https://docs.developers.optimizely.com/experimentation/v3.1.0-full-stack/docs/create-events | 2022-06-25T08:39:59 | CC-MAIN-2022-27 | 1656103034877.9 | [array(['https://files.readme.io/d9b3a43-events_1.png', 'events_1.png'],
dtype=object)
array(['https://files.readme.io/d9b3a43-events_1.png',
'Click to close...'], dtype=object)
array(['https://files.readme.io/ddc74fb-new_event_1.png',
'new_event_1.png'], dtype=object)
array(['https://files.re... | docs.developers.optimizely.com |
Hi,
I am trying to establish whether or not we need to enable global VNet peering between two Hub networks in 2 separate Azure regions when designing a DR solution for Expressroute.
The design pattern we are following is straightforward enough and is documented here :
As you can see in the above article the two Hubs (i... | https://docs.microsoft.com/en-us/answers/questions/307731/global-vnet-peering-with-expressroute-for-dr.html | 2022-06-25T09:09:19 | CC-MAIN-2022-27 | 1656103034877.9 | [] | docs.microsoft.com |
Jinsoku LC-40 additional user guide
Laser Engraving Simplified!
For more engraving tips, please contact us. (support@sainsmart.com)
What can I do with LC-40?
With a laser engraver that prioritizes ease of use and engraving power like the Jinsoku LC-40, you can easily add a touch of personalization to any ordinary produ... | https://docs.sainsmart.com/article/czkbax25no-jinsoku-lc-40-additional-engraving-guide | 2022-06-25T08:18:09 | CC-MAIN-2022-27 | 1656103034877.9 | [array(['https://files.helpdocs.io/hj2i3yt73y/articles/czkbax25no/1652775413050/101-60-lc-40-06.jpg',
None], dtype=object) ] | docs.sainsmart.com |
EOL: SentryOne Test reached its end of life date on June 15, 2022. See the Solarwinds End of Life Policy for more information.
Data Management actions are responsible for gathering and / or manipulating data. Each action can be used to fulfil a unique role within a test:
- They can prepare tests by ensuring the expecte... | https://docs.sentryone.com/help/sentryone-test-data-management-actions | 2022-06-25T07:27:38 | CC-MAIN-2022-27 | 1656103034877.9 | [array(['http://dyzz9obi78pm5.cloudfront.net/app/image/id/5c630ea28e121c8b13778493/n/s1-test-data-generation-properties-20185.png',
'SentryOne Test Data Generation Properties Version 2018.5 SentryOne Test Data Generation Properties'],
dtype=object)
array(['http://dyzz9obi78pm5.cloudfront.net/app/image/i... | docs.sentryone.com |
These guidelines can help you lower your application risk in Veracode Software Composition Analysis.
- Download the latest version, or least-vulnerable version of the component.Note: The latest version of the component is not always the least vulnerable.
- Replace the vulnerable component with a different component wit... | https://docs.veracode.com/r/About_Veracode_SCA_Remediation_Guidance | 2022-06-25T07:16:06 | CC-MAIN-2022-27 | 1656103034877.9 | [] | docs.veracode.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.