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
In this section, we will show you how to use Mecanim. To begin with, please download and install “Raw Mocap Data for Mecanim” and “Unity-chan” from the Unity Asset Store. For the Unity 5 users, click accept when you try to import the “Unity-chan” package to Unity. Then, drag the unitychan which is located in UnityChan>...
http://docs.styly.cc/mecanim/getting-started-with-mecanim/
2017-12-11T03:58:27
CC-MAIN-2017-51
1512948512121.15
[array(['http://docs.styly.cc/wp-content/plugins/lazy-load/images/1x1.trans.gif', None], dtype=object) array(['http://docs.styly.cc/wp-content/plugins/lazy-load/images/1x1.trans.gif', None], dtype=object) array(['http://docs.styly.cc/wp-content/plugins/lazy-load/images/1x1.trans.gif', None], d...
docs.styly.cc
Django Projects¶ At its core, a Django project requires nothing more than a settings file. In practice, almost every project consists of the following items: Settings¶ The settings module is the only true requirement for a Django project. Typically, it lives in the root of your project as settings.py. Handling Settings...
http://django-best-practices.readthedocs.io/en/latest/projects.html
2017-08-16T19:32:40
CC-MAIN-2017-34
1502886102393.60
[]
django-best-practices.readthedocs.io
Preside Drafts System As of Preside 10.7.0, the core versioning system also supports draft changes to records. The site tree will automatically have this feature activated whereas data manager objects will need the feature activated should you wish to use it. To activate drafts in an object managed in the Data manager,...
https://docs.presidecms.com/devguides/drafts.html
2017-08-16T19:28:50
CC-MAIN-2017-34
1502886102393.60
[]
docs.presidecms.com
This is the home of the Teiid 8.13 Document Space. Teiid is a data virtualization platform, where one can integrate data from multiple disparate systems like RDBMS, XML, EXCEL, SalesForce etc and provides a single view of the data. Teiid is typically hosted inside JBoss EAP platform, but can also be run in embedded mod...
https://docs.jboss.org/author/display/teiid813final/Home
2017-08-16T19:39:18
CC-MAIN-2017-34
1502886102393.60
[]
docs.jboss.org
What’s New in NSClient++ 0.4.2# The main goal of the 0.4.2 update is to create a new modern check subsystem. This means all checks will get: - help command line options to get help - proper documentation - the same or similar syntax - “real-time” options in many instances Documentation# Completely new documentation too...
https://docs.nsclient.org/about/whatsnew/0.4.2/
2017-08-16T19:48:09
CC-MAIN-2017-34
1502886102393.60
[]
docs.nsclient.org
indexes.conf The following are the spec and example files for indexes.conf. indexes.conf.spec # Version 6.6.2 # #. sync = <nonnegative integer> * The index processor syncs events every <integer> number of events. * Set to 0 to disable. * Highest legal value is 32767 * Defaults to 0. defaultDatabase = <index name> * If ...
http://docs.splunk.com/Documentation/Splunk/latest/Admin/Indexesconf
2017-08-16T19:26:09
CC-MAIN-2017-34
1502886102393.60
[array(['/skins/OxfordComma/images/acrobat-logo.png', None], dtype=object)]
docs.splunk.com
California Public Utilities Commission 505 Van Ness Ave., San Francisco _________________________________________________________________________________ FOR IMMEDIATE RELEASE PRESS RELEASE Media Contact: Terrie Prosper, 415.703.1366, news@cpuc.ca.gov CPUC VOTES TO OPPOSE PROPOSITION 23 SAN FRANCISCO, September 23, 201...
http://docs.cpuc.ca.gov/PUBLISHED/NEWS_RELEASE/123814.htm
2017-08-16T19:19:13
CC-MAIN-2017-34
1502886102393.60
[]
docs.cpuc.ca.gov
The server certificate private key is stored in the vmo_keystore table of the Orchestrator database. In case you lose or delete this key, or if you bind the Orchestrator server to a different database, the contents of the exported packages signed with this certificate become unavailable. To ensure that packages are dec...
https://docs.vmware.com/en/vRealize-Orchestrator/6.0.1/com.vmware.vrealize.orchestrator-install-config.doc/GUID-6596EF24-E9F0-4934-985C-9FE41AFF9D10.html
2017-11-18T01:09:51
CC-MAIN-2017-47
1510934804125.49
[]
docs.vmware.com
Services are checked by the Shinken, Shinken won’t perform any on-demand service checks. The performance of on-demand service checks can be significantly improved by implementing the use of cached checks, which allow Shinken Shinken from checking the status of a service depending on the state of one or more other servi...
http://testdocshinken.readthedocs.io/en/latest/05_thebasics/servicechecks.html
2017-11-18T00:45:29
CC-MAIN-2017-47
1510934804125.49
[]
testdocshinken.readthedocs.io
To protect the wiki against automated account creation, we kindly ask you to answer the question that appears below (more info): To pass captcha, please enter the... third first 5th ...characters from the sequence 5b9b024d8f: 5b9b024d8f Real name is optional. If you choose to provide it, this will be used for giving yo...
https://docs.joomla.org/index.php?title=Special:UserLogin&type=signup&returnto=JCacheControllerCallback
2015-02-27T05:22:32
CC-MAIN-2015-11
1424936460472.17
[]
docs.joomla.org
Message-ID: <70621227.1125.1425010525357.JavaMail.haus-conf@codehaus02.managed.contegix.com> Subject: Exported From Confluence MIME-Version: 1.0 Content-Type: multipart/related; boundary="----=_Part_1124_1749430754.1425010525357" ------=_Part_1124_1749430754.1425010525357 Content-Type: text/html; charset=UTF-8 Content-...
http://docs.codehaus.org/exportword?pageId=117900700
2015-02-27T04:15:25
CC-MAIN-2015-11
1424936460472.17
[]
docs.codehaus.org
3.2 Numeric Types The basic integer types at various sizes. The s or u prefix specifies a signed or an unsigned integer, respectively; the ones with no prefix are signed. The _sbyte and _ubyte types are aliases for _sint8 and _uint8, respectively. The _byte type is like _ubyte, but adds 256 to a negative Racket value t...
http://docs.racket-lang.org/foreign/Numeric_Types.html
2015-02-27T04:04:01
CC-MAIN-2015-11
1424936460472.17
[]
docs.racket-lang.org
Any Jive deployment beyond a simple pilot or proof-of-concept must use file system storage, where each web application node reads and writes from a shared disk system via NFS. In a single data center HA configuration, it's assumed that the external storage is redundant within the data center. For an illustration, see D...
https://docs.jivesoftware.com/jive/6.0/community_admin/topic/com.jivesoftware.help.sbs.online_6.0/admin/HAStorage.html
2015-02-27T04:02:38
CC-MAIN-2015-11
1424936460472.17
[]
docs.jivesoftware.com
To protect the wiki against automated account creation, we kindly ask you to answer the question that appears below (more info): To pass captcha, please enter the... 5th ...characters from the sequence 6a9c83fb69 in the reverse order of the listing above: 6a9c83fb69 Real name is optional. If you choose to provide it, t...
https://docs.joomla.org/index.php?title=Special:UserLogin&type=signup&returnto=JSessionStorageWincache
2015-02-27T04:41:32
CC-MAIN-2015-11
1424936460472.17
[]
docs.joomla.org
12 Interface-Oriented Programming for Classes A static interface name is used by the checked method call variants (send/i, send*/i, and send/apply/i). When used as an expression, a static interface name evaluates to an interface value. Use define-interface/dynamic to wrap interfaces from other sources. The argument sta...
http://docs.racket-lang.org/unstable/class-iop.html
2015-02-27T04:00:19
CC-MAIN-2015-11
1424936460472.17
[]
docs.racket-lang.org
the ANI in the incoming call is empty, the MVS Session Manager sends a verification code response to the BlackBerry device using DTMF tones. The MVS Session Manager, using the SIP.
http://docs.blackberry.com/en/admin/deliverables/43951/PF_BBMVS_making_a_call_from_a_BB_device_GW_1319877_11.jsp
2015-02-27T04:23:38
CC-MAIN-2015-11
1424936460472.17
[array(['PF_BBMVS_Yos_make_call_from_BB_device_GW_1317308_11.jpg', None], dtype=object) ]
docs.blackberry.com
changes.mady.by.user Athena Yao Saved on Jun 17, 2009 Some of the information below is outdated, as modifications to the proposed structure were made in the course of the refactoring. For the most up-to-date information on the new package structure, as well as other changes, see the Jetty 7 Refactoring page. Note that ...
http://docs.codehaus.org/pages/diffpages.action?originalId=123666757&pageId=228174736
2015-02-27T04:17:59
CC-MAIN-2015-11
1424936460472.17
[]
docs.codehaus.org
settings Manage Internal Devices How to manage devices used for backoffice operations. Manage your payment methods Update your payment method or add new ones for your Bolt Account. Merchant IP Addresses This feature enables you to add office IP addresses to your account. Unsubscribe Shoppers From Abandoned Cart Emails ...
https://docs.bolt.com/tags/settings/
2021-10-16T03:53:55
CC-MAIN-2021-43
1634323583408.93
[]
docs.bolt.com
This chapter contains guides and resources for getting started with Stardog. Chapter Contents - Install Stardog - Learn how to install and start up Stardog - Access Stardog Studio - Access Stardog Studio and connect to your Stardog server - Getting Started Resources - Contains fundamental learning resources (blogs, vid...
https://docs.stardog.com/get-started/
2021-10-16T01:37:15
CC-MAIN-2021-43
1634323583408.93
[]
docs.stardog.com
Backup & Restore This page discusses backing up and restoring the Stardog server. For information backing up individual Stardog databases and restoring them, please see the page on Database Backups Page Contents Overview Stardog 7+ supports backup/restore functionality for the entire system in one step stardog-admin se...
https://docs.stardog.com/operating-stardog/server-administration/backup-and-restore
2021-10-16T03:40:36
CC-MAIN-2021-43
1634323583408.93
[]
docs.stardog.com
Attachment Types Object attachments or object links are files, ToDos or URLs that have been specifically linked to a particular model object. They can provide specific instructions or important information related to that object. ToDos Link model objects to new ToDos. Supported actions: View, Remove Project Files Attac...
https://docs.3d.connect.trimble.com/object-attachments/attachment-types
2021-10-16T01:36:29
CC-MAIN-2021-43
1634323583408.93
[]
docs.3d.connect.trimble.com
Media Manager Namespaces Choose namespace Media Files - Media Files - Upload - Search Upload to [root] Sorry, you don't have enough rights to upload files. File - View - Date: - 2019/03/26 12:05 - Filename: - eduroam_win10_10_en.png - Format: - PNG - Size: - 14KB - Width: - 375 - Height: - 500 - References for: - eduro...
https://docs.gwdg.de/doku.php?id=en:services:network_services:eduroam:apple_iphone&tab_files=upload&do=media&tab_details=view&image=en%3Aservices%3Anetwork_services%3Aeduroam%3Aeduroam_win10_10_en.png&ns=
2021-10-16T02:38:14
CC-MAIN-2021-43
1634323583408.93
[]
docs.gwdg.de
The Conversation Update - v2.20 Read all about it! Dreams 2.20 is here! This latest update brings a handful of fixes to some cheeky bugs, and makes ALL Media-Molecule-made (Mmm for short) prizes remixable! This means you'll no longer encounter publishing issues when using our content in your creations. But the big mome...
https://docs.indreams.me/en/updates/release-notes/dreams/v220
2021-10-16T02:15:51
CC-MAIN-2021-43
1634323583408.93
[]
docs.indreams.me
%Compiler.Type.Object class %Compiler.Type.Object extends %Compiler.Type.LiteralProperty superclass for object values, for internal use only Method Inventory (Including Private) - Get() - GetObject() - GetObjectId() - GetSwizzled() - IsEmpty() - NewObject() - Set() - SetObject() - SetObjectId() - UnSwizzle() %RawString...
https://docs.intersystems.com/irislatest/csp/documatic/%25CSP.Documatic.cls?LIBRARY=%25SYS&PRIVATE=1&CLASSNAME=%25Compiler.Type.Object
2021-10-16T03:38:25
CC-MAIN-2021-43
1634323583408.93
[]
docs.intersystems.com
To manage objects, you create a set of information management lifecycle (ILM) rules and organize them into an ILM policy. Every object ingested into the system is evaluated against the active policy. When a rule in the policy matches an object's metadata, the instructions in the rule determine what actions StorageGRID ...
https://docs.netapp.com/sgws-114/topic/com.netapp.doc.sg-admin/GUID-D42F6306-DA63-4677-B7A5-DFE2431D87DA.html
2021-10-16T02:40:31
CC-MAIN-2021-43
1634323583408.93
[]
docs.netapp.com
Configure an SNMP requestor Contributors Download PDF of this page When SNMP version 2 is enabled, you can enable or disable a requestor, and configure requestors to receive authorized SNMP requests. Click. Under General SNMP Settings, click Yes to enable SNMP. From the Version list, select Version 2. In the Requestors...
https://docs.netapp.com/us-en/element-software/storage/task_system_manage_snmp_configure_an_snmp_requestor.html
2021-10-16T04:08:40
CC-MAIN-2021-43
1634323583408.93
[]
docs.netapp.com
Architecture Overview #Jamstack Native Uniform Optimize is designed for Jamstack sites: personalization data, the intent manifest, is baked in at build time. The execution of personalization is ridiculously fast compared to traditional personalization solutions. Personalization loading in only a few milliseconds? Yes, ...
https://docs.uniform.app/optimize/dev/architecture/
2021-10-16T03:04:36
CC-MAIN-2021-43
1634323583408.93
[]
docs.uniform.app
Vapor 3.5.0 is now Live!¶ August 4, 2021 Vapor’s release cycle is accelerating, and now 3.5.0 is live. New improvements include: - New particle data reader: Data Collection Particles (DCP) - New raw data reader: Brick of Values (BOV) - Easily, and visually save your state with the new Bookmarks feature - Further improv...
https://vapor.readthedocs.io/en/readthedocs/index.html
2021-10-16T03:03:41
CC-MAIN-2021-43
1634323583408.93
[array(['_images/vaporBanner.png', '_images/vaporBanner.png'], dtype=object)]
vapor.readthedocs.io
Form We have designed this component specifically for compatibility with practical problems and issues.This component is based on rc-form and antd-design form elements. Below are the guidelines, which we believe, are necessary for a form: -. - Submit Trigger should be customizable. - Each supported input type should su...
https://arivaa-firebase-docs.laxaar.com/components/form
2021-10-16T01:52:56
CC-MAIN-2021-43
1634323583408.93
[]
arivaa-firebase-docs.laxaar.com
SCAN_BYTES_LIMIT Query Option (CDH 6.1 or higher only) The SCAN_BYTES_LIMIT query option sets a limit on the bytes scanned by HDFS and HBase SCAN operations. If a query is still executing when the query’s coordinator detects that it has exceeded the limit, the query is terminated with an error. The option is intended t...
https://docs.cloudera.com/documentation/enterprise/6/6.1/topics/impala_scan_bytes_limit.html
2021-10-16T03:26:14
CC-MAIN-2021-43
1634323583408.93
[]
docs.cloudera.com
Run MLflow Projects on Databricks article describes the format of an MLflow Project and how to run an MLflow project remotely on Databricks clusters using the MLflow CLI, which makes it easy to vertically scale your data science code. MLflow Project execution is not supported on Databricks Community Edition.> -b databr...
https://docs.databricks.com/applications/mlflow/projects.html
2021-10-16T02:06:18
CC-MAIN-2021-43
1634323583408.93
[]
docs.databricks.com
What is an ASHX file? An ASHX file is a webpage that is used by the ASP.NET HTTP Handler to serve user with the pages that are referenced inside this file. The ASP.NET HTTP Handler processes the incoming request, references the pages from the .ashx file, and sends back the compiled page back to the user’s browser. The ...
https://docs.fileformat.com/web/ashx/
2021-10-16T02:53:53
CC-MAIN-2021-43
1634323583408.93
[]
docs.fileformat.com
Talview Interviews Last updated by the developer on: February 12, 2021 General information Information provided by Talview Inc to Microsoft: Feedback Questions or updates to any of the information you see here? Contact us! How the app handles data This information has been provided by Talview.. NA Talview Inc about how...
https://docs.microsoft.com/en-us/microsoft-365-app-certification/teams/talview-inc-interviews
2021-10-16T03:33:19
CC-MAIN-2021-43
1634323583408.93
[array(['../media/attested.png', 'Publisher Attestation: The information on this page is based on a self-assessment report provided by the app developer on the security, compliance, and data handling practices followed by this app. Microsoft makes no guarantees regarding the accuracy of the information.'], ...
docs.microsoft.com
Multi-Link PPPoE (MLPPP)¶ Multi-Link PPPoE (MLPPP) is a unique WAN option that bonds together multiple PPPoE lines from the same ISP to form one larger virtual circuit. This means a firewall can get the true aggregate bandwidth of all circuits in the bundle. For example, if a firewall has three 10 Mbit/s DSL lines in a...
https://docs.netgate.com/pfsense/en/latest/multiwan/mlppp.html
2021-10-16T03:19:41
CC-MAIN-2021-43
1634323583408.93
[]
docs.netgate.com
SNMP¶ The Simple Network Management Protocol (SNMP) daemon enables remote monitoring of some pfSense® software parameters. Depending on the options chosen, monitoring may be performed for network traffic, network flows, pf queues, and general system information such as CPU, memory, and disk usage. The SNMP implementati...
https://docs.netgate.com/pfsense/en/latest/services/snmp.html?highlight=snmp
2021-10-16T02:04:09
CC-MAIN-2021-43
1634323583408.93
[]
docs.netgate.com
MailChimp The MailChimp integration allows businesses using Pelcro to send automated emails based on events happening on Pelcro. It allows you to leverage the power of both Pelcro and MailChimp without requiring any code and the setup will take you 10-15 mins. You can control the copy, branding, and call-to-actions whi...
https://docs.pelcro.com/docs/mailchimp
2021-10-16T03:03:47
CC-MAIN-2021-43
1634323583408.93
[array(['https://files.readme.io/cb6a9e8-Screen_Shot_2020-03-18_at_5.56.05_PM.png', 'Screen Shot 2020-03-18 at 5.56.05 PM.png'], dtype=object) array(['https://files.readme.io/cb6a9e8-Screen_Shot_2020-03-18_at_5.56.05_PM.png', 'Click to close...'], dtype=object) array(['https://files.readme.io/15e4423-...
docs.pelcro.com
Table of Contents Product Index Lovely Precious Vol 05 - Lynx is a unique collection of poses and new textures for Precious Deer Expansion, also with a lovely pillow for relax this cute animal in the long day of fun and games! That set allow you transform your Lynx into a lovely creature or create any scene that may re...
http://docs.daz3d.com/doku.php/public/read_me/index/48385/start
2021-10-16T02:32:32
CC-MAIN-2021-43
1634323583408.93
[]
docs.daz3d.com
Date: Tue, 15 May 2007 23:06:41 -0500 From: "Jack Barnett" <jackbarnett@gmail.com> To: freeBSD <freebsd-questions@freebsd.org> Subject: Disk going bad? Message-ID: <dedb607c0705152106t23aff794y63c22c09dd1c6782@mail.gmail.com> Next in thread | Raw E-Mail | Index | Archive | Help I think I have a disk going bad. Is there...
https://docs.freebsd.org/cgi/getmsg.cgi?fetch=962624+0+/usr/local/www/mailindex/archive/2007/freebsd-questions/20070520.freebsd-questions
2021-10-16T04:04:46
CC-MAIN-2021-43
1634323583408.93
[]
docs.freebsd.org
Batch Processing Tool The workflows for Geocoding and Territory Assignment designed can be used on a day-to-day basis for addresses that are changed or added occasionally. However, for bulk geocoding/territory assignment on data, we recommend using the Batch Processing tool. This tool ensures that the bulk geocoding o...
https://docs.maplytics.com/features/batch-processing-tool
2021-10-16T03:29:49
CC-MAIN-2021-43
1634323583408.93
[]
docs.maplytics.com
Package net.sourceforge.pmd.lang.ast Interface CharStream - All Known Implementing Classes: JavaCharStream, JavaCharStreamBase, SimpleCharStream public interface CharStreamPMD flavour of character streams used by JavaCC parsers. TODO for when all JavaCC languages are aligned: * rename methods to match decent naming con...
https://docs.pmd-code.org/apidocs/pmd-core/7.0.0-SNAPSHOT/net/sourceforge/pmd/lang/ast/CharStream.html
2021-10-16T03:05:50
CC-MAIN-2021-43
1634323583408.93
[]
docs.pmd-code.org
VMware® Server Virtualization Solution Guide# Rackspace Server Virtualization is a managed VMware® vSphere environment that enables you to offload the maintenance and monitoring of the infrastructure, VMware stack, and guest operating system layer to a Rackspace Technology team of VMware Certified Professionals who are...
https://docs.rackspace.com/docs/docs-vmware-server-virt/server-virt-handbook/
2021-10-16T02:45:37
CC-MAIN-2021-43
1634323583408.93
[]
docs.rackspace.com
Unity Integrations allow you to connect the following Unity Services in your development workflow to non-Unity tools: To add an Integration, you must be an Owner or Manager on the Project. For information on assigning roles, see the Members & Groups section of Managing your Organization. Unity Integrations supports the...
https://docs.unity3d.com/2019.3/Documentation/Manual/UnityIntegrations.html
2021-10-16T02:11:47
CC-MAIN-2021-43
1634323583408.93
[]
docs.unity3d.com
Connect Klaviyo with Bolt Connecting Bolt with Klaviyo requires your ecommerce platform to have the Klaviyo integration already installed and set up. 1. Complete Klaviyo Integration Setup Use the following guides by Klaviyo to set up your Klaviyo integration. 2. Set up Bolt Use the Platform Guides to add Bolt to your s...
https://docs.bolt.com/developers/guides/integration-guides/klaviyo/
2021-10-16T02:53:10
CC-MAIN-2021-43
1634323583408.93
[]
docs.bolt.com
All Hallows' Dreams We've got a ghoulish event planned for Halloween! Introducing All Hallows' Dreams, a collaborative event between Media Molecule and... you! We'll be creating a multi-story, many-roomed Haunted House in Dreams, with each room created by a different Dreamer! You’re invited to submit your own spooky ro...
https://docs.indreams.me/en-US/community/news/all-hallows-dreams
2021-10-16T02:11:47
CC-MAIN-2021-43
1634323583408.93
[]
docs.indreams.me
New to Telerik Reporting? Download free 30-day trial How to Create OHLC Chart In this article we will show you how to create an OHLC chart using the Graph item. Create an OHLC chart using the Graph Wizard The Graph Wizard provides a fast and efficient way to create complex charts. The wizard starts every time you start...
https://docs.telerik.com/reporting/graphhowtocreateohlcchart
2021-10-16T04:04:21
CC-MAIN-2021-43
1634323583408.93
[array(['/reporting/media/OhlcChart.png', 'ohlc'], dtype=object)]
docs.telerik.com
Interchange 5.12 Administrator Guide Save PDF Selected topic Selected topic and subtopics All content Configure error processing Use the Configure error processor page to configure the way Interchange handles messages when it rejects them for any reason. This page enables you to react to message rejection by specifying...
https://docs.axway.com/bundle/Interchange_512_AdministratorsGuide_allOS_en_HTML5/page/Content/Interchange/Message_handling/te_config_error_processor.htm
2021-10-16T02:47:42
CC-MAIN-2021-43
1634323583408.93
[]
docs.axway.com
Power on storage resources for a NetApp HCI system Contributors Download PDF of this page You can power on NetApp HCI after the scheduled outage is complete. Steps Power on all the storage nodes using either the physical power button or the BMC. If using the BMC, log in to each node and navigate to Remote Control > Pow...
https://docs.netapp.com/us-en/hci/docs/task_nde_hci_power_on_storage.html
2021-10-16T04:06:35
CC-MAIN-2021-43
1634323583408.93
[]
docs.netapp.com
Getting started This is the documentation for the Platformer Console. Platformer Console is a hassle-free enterprise-grade application platform to simplify and streamline your Kubernetes experience on Cloud, Hybrid, On-Premise or Edge Infrastructure. It is a one stop solution for managing your workloads, CI/CD in a mul...
https://docs.platformer.com/getting-started/
2021-10-16T02:21:01
CC-MAIN-2021-43
1634323583408.93
[]
docs.platformer.com
Using CNAMEs with Cloud Files containers Last updated on: 2021-04-05 Authored by: Rackspace Support A CNAME record links your Cloud Files container to a branded URL that you display instead of a CDN URL. For example, you might want to create a CNAME record that links your CDN URL, such as, to a shorter or branded URL, ...
https://docs.rackspace.com/support/how-to/using-cnames-with-cloud-files-containers/
2021-10-16T02:37:48
CC-MAIN-2021-43
1634323583408.93
[array(['https://d33wubrfki0l68.cloudfront.net/28c0e34976bdae23981cee12db487de259233cde/547ce/how-to/using-cnames-with-cloud-files-containers/1080-2_2.png', None], dtype=object) array(['https://d33wubrfki0l68.cloudfront.net/adfeb20790b461d411a457825aaf46c9da6c1814/59e4a/how-to/using-cnames-with-cloud-files-con...
docs.rackspace.com
If the DBS Control flag TimeDateWZControl is enabled, the following statements request the current time based on the current session time and time zone. SELECT CURRENT_TIME; SELECT CURRENT_TIME AT LOCAL; The result is similar to: Current Time(0) --------------- 15:53:34+00:00 When TimeDateWZControl flag is enabled and ...
https://docs.teradata.com/r/ITFo5Vgf23G87xplzLhWTA/BBhAU_HpCtMPTYy7OxmeFA
2021-10-16T03:49:37
CC-MAIN-2021-43
1634323583408.93
[]
docs.teradata.com
Configuring and embedding Frontend Plugins¶ The action should be called on by a frontend-plugin. We’ve already addressed the configuration of a simple frontend-plugin in chapter 4 in the section Configuring the plugin. For the purpose of our example a rudimentary plugin is enough. To place a plugin from the backend on ...
https://docs.typo3.org/m/typo3/book-extbasefluid/10.4/en-us/7-Controllers/2-Configuring-and-embedding-Frontend-Plugins.html
2021-10-16T01:59:50
CC-MAIN-2021-43
1634323583408.93
[]
docs.typo3.org
Outdated TYPO3 Version This documentation refers to an outdated TYPO3 version - either select a supported version or make sure to use a TYPO3 Extended Long Term Support (ELTS) version to continue getting security updates. More information about ELTS Rich. Important Don’t forget to enable Rich Text Editor in the back en...
https://docs.typo3.org/m/typo3/reference-coreapi/7.6/en-us/Rte/InTheBackend/Index.html
2021-10-16T03:22:25
CC-MAIN-2021-43
1634323583408.93
[array(['../../_images/RteBackend.png', 'A RTE in the TYPO3 BE'], dtype=object) ]
docs.typo3.org
Chapter 10 Developing Lifecycle Listeners. The following sections describe how to create and use a lifecycle module: Server Life Cycle Events A lifecycle module listens for and performs its tasks in response to the following events in the server life cycle: - During the INIT_EVENT, the server reads the configuration, i...
http://docs.sun.com/source/817-6087/dglfcycl.html
2009-07-04T13:03:31
crawl-002
crawl-002-021
[]
docs.sun.com
Configuring IPFC on the host system, describes host recognition of IPFC devices and implementation of IP over FC in a SAN. The IPFC driver is based on RFC 2625 and it allows IP traffic to run over FC. This chapter contains the following topics: The following table shows the supported features available for IPFC. The fo...
http://docs.sun.com/source/819-0139/ch_6_config_IPFC_SAN_devices.html
2009-07-04T16:40:15
crawl-002
crawl-002-021
[]
docs.sun.com
Accumulator manager manual functions While the Accumulator Manager’s functions are enabled primarily through automated processes with external systems during claims adjudication, the accumulator manager can also accommodate a number of functions performed manually. Those functions include creating new accumulators, upd...
https://docs.pega.com/pega-smart-claims-engine-user-guide/86/accumulator-manager-manual-functions
2022-05-16T22:58:56
CC-MAIN-2022-21
1652662512249.16
[]
docs.pega.com
Simplicity Studio® 5 User's Guide# Simplicity Studio is the core development environment designed to support the Silicon Labs IoT portfolio of system-on-chips (SoCs) and modules. It provides access to target device-specific web and SDK resources; software and hardware configuration tools; an integrated development envi...
https://docs.silabs.com/simplicity-studio-5-users-guide/5.3.2/ss-5-users-guide-overview/
2022-05-16T22:50:54
CC-MAIN-2022-21
1652662512249.16
[]
docs.silabs.com
Security - Password storage - Password length limits - Generated passwords for users created through integrated authentication - Restrict SSH key technologies and minimum length - Rate limits - Webhooks and insecure internal web services - Information exclusivity - Reset user password - Unlock a locked user - User File...
https://docs.gitlab.com/ee/security/index.html
2022-05-16T22:46:43
CC-MAIN-2022-21
1652662512249.16
[]
docs.gitlab.com
Dataset API note For all product information and Dataset API purchases, please see the Dataset API product page. This page here and the following subpage contain all technical information about the Dataset API. The APIs to read and transform environmental dataset are more complex than other APIs offered by meteoblue. T...
https://docs.meteoblue.com/en/weather-apis/dataset-api/dataset-api
2022-05-16T23:00:03
CC-MAIN-2022-21
1652662512249.16
[]
docs.meteoblue.com
Workitems Contents Workitems, called Open Media by Genesys Digital channels, are documents that might be directed to you for handling. They include many media types, such as faxes or PDFs, that you might have to access while you are handling interactions of another type, such as email. The Workitem interaction window e...
https://all.docs.genesys.com/PEC-AD/Current/Agent/ADWorkitems
2022-05-16T21:23:19
CC-MAIN-2022-21
1652662512249.16
[]
all.docs.genesys.com
Access the Reporting Services WMI Provider The Reporting Services WMI provider exposes two WMI classes for administration of Native mode report server instances through scripting: Important Starting with the SQL Server 2012 (11.x) release, the WMI provider is supported for only native mode report servers. SharePoint mo...
https://docs.microsoft.com/en-us/sql/reporting-services/tools/access-the-reporting-services-wmi-provider?view=sql-server-2017
2022-05-16T23:03:47
CC-MAIN-2022-21
1652662512249.16
[]
docs.microsoft.com
Conflict Resolution: PHP For reasons explained in the Introduction to conflict resolution, we strongly recommend adopting a conflict resolution strategy that requires applications to resolve siblings according to use-case-specific criteria. Here, we’ll provide a brief guide to conflict resolution using the official Ria...
https://docs.riak.com/riak/kv/2.2.0/developing/usage/conflict-resolution/php/index.html
2022-05-16T22:05:42
CC-MAIN-2022-21
1652662512249.16
[]
docs.riak.com
Writing documentation Documentation comes in two parts: docstrings and user-guide documentation. Docstrings Written at the start of a function, they give essential information about how it should be used, such as which arguments can be passed to it and what the syntax should be. The docstrings need to follow the numpy ...
https://hyperspy.readthedocs.io/en/latest/dev_guide/writing_docs.html
2022-05-16T22:05:06
CC-MAIN-2022-21
1652662512249.16
[]
hyperspy.readthedocs.io
unique_key {{ config(unique_key="column_name") }} DescriptionDescription A column name or expression that is unique for the results of a snapshot. dbt uses this to match records between a result set and an existing snapshot, so that changes can be captured correctly. caution Providing a non-unique key will result in un...
https://6167222043a0b700086c2b31--docs-getdbt-com.netlify.app/reference/resource-configs/unique_key
2021-11-27T04:11:19
CC-MAIN-2021-49
1637964358078.2
[]
6167222043a0b700086c2b31--docs-getdbt-com.netlify.app
CreateNotification Creates a notification. You must create the budget before you create the associated notification. Request Syntax { "AccountId": " string", "BudgetName": " string", "Notification": { "ComparisonOperator": " string", "NotificationState": " string", "NotificationType": " string", "Threshold": number, "T...
https://docs.amazonaws.cn/en_us/aws-cost-management/latest/APIReference/API_budgets_CreateNotification.html
2021-11-27T02:46:51
CC-MAIN-2021-49
1637964358078.2
[]
docs.amazonaws.cn
Instance Registration Register your instance Navigate to the URL provided by Armory and follow the instructions to create an account. Make note of the following information: - Instance ID - Client ID - Secret This is the only time you are shown the secret value. Store it somewhere safe. Apply the registration informati...
https://docs.armory.io/docs/installation/ae-instance-reg/
2021-11-27T02:44:21
CC-MAIN-2021-49
1637964358078.2
[]
docs.armory.io
sec.validatePermissions( $permissions as element(sec.permission)[] ) as Sequence This function throws the SEC_NOPERMCAP exception if a permission has no capability specified and it throws the SEC-NOPERMROLEID exception if there is no role specified in the permission. This function must be executed against the security ...
https://docs.marklogic.com/sec.validatePermissions
2021-11-27T01:58:45
CC-MAIN-2021-49
1637964358078.2
[]
docs.marklogic.com
fail_calc Test queries are written to return a set of failing records, ones not matching the expectation or assertion declared by that test: duplicate records, null values, etc. Most often, this is the count of rows returned by the test query: the default value of fail_calc is count(*). But it can also be a custom calc...
https://6167222043a0b700086c2b31--docs-getdbt-com.netlify.app/reference/resource-configs/fail_calc
2021-11-27T02:45:21
CC-MAIN-2021-49
1637964358078.2
[]
6167222043a0b700086c2b31--docs-getdbt-com.netlify.app
ImageUploadDeniedExtensions This option specifies the image upload extensions which you don't wish to use in FCKeditor. Example: FCKConfig.ImageUploadDeniedExtensions = ".(bmp|gif)$" ; If you leave this option empty none extension will be denied. NOTE: if you leave ImageUploadAllowedExtensions empty and you will put so...
https://docs-old.ckeditor.com/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/ImageUploadDeniedExtensions
2021-11-27T01:58:00
CC-MAIN-2021-49
1637964358078.2
[]
docs-old.ckeditor.com
The Tree View displays list, library, discussion and wiki items, as well as site navigation, in a hierarchical structure allowing the user to navigate to the information much like the navigational structure of Windows ExplorerTM. This tree view structure allows users to quickly view the content structure of the list, l...
https://docs.bamboosolutions.com/document/tree_view/
2021-11-27T02:46:11
CC-MAIN-2021-49
1637964358078.2
[array(['/wp-content/uploads/2017/06/TreeView.png', 'TreeView.png'], dtype=object) ]
docs.bamboosolutions.com
Principled Hair BSDF Principled Hair BSDF under Melanin concentration. Cycles Only The Principled Hair BSDF is a physically-based, easy-to-use shader for rendering hair and fur. Vihje Realistic hair should have a minimum of variance between each strand. The shader allows for this by specifying two values, Random Color ...
https://docs.blender.org/manual/fi/dev/render/shader_nodes/shader/hair_principled.html
2021-11-27T02:13:54
CC-MAIN-2021-49
1637964358078.2
[array(['../../../_images/render_shader-nodes_shader_hair-principled_node-melaninconcentration.png', '../../../_images/render_shader-nodes_shader_hair-principled_node-melaninconcentration.png'], dtype=object) array(['../../../_images/render_shader-nodes_shader_hair-principled_demo-radial-roughness.jpg',...
docs.blender.org
. Self Join A self join is a join operation between a dataset and a copy of itself. For example, you can use a self-join to invert the structure of hierarchical data, such as brand-product or manager-employee. Trifacta Wrangler. Figure: Join Types This page has no comments.
https://docs.trifacta.com/pages/viewpage.action?pageId=151978209
2021-11-27T02:31:59
CC-MAIN-2021-49
1637964358078.2
[]
docs.trifacta.com
HISTORICAL BACKGROUND OF ATARI COMPUTERS Atari has not generally been involved in gambling from the onset. From the late '70s to the mid-'90s, the corporation delivered a progression of fascinating and uncommon laptops and desktops, including one that had a featuring role in ‘Eliminator 2.' Atari ST Book (1990) Atari l...
http://dev-docs.atariforge.org/
2020-11-23T22:20:08
CC-MAIN-2020-50
1606141168074.3
[]
dev-docs.atariforge.org
Tests whether a string of text is like a given pattern. like( stringA, stringB ) stringA: (text string) Text to match stringB: (text string) List the characters to match. Boolean stringB accepts the following wildcard characters: Wildcard Examples b?t matches bat ; and bet; and bit. You can experiment with this functio...
https://docs.appian.com/suite/help/20.3/fnc_text_like.html
2020-11-23T22:35:35
CC-MAIN-2020-50
1606141168074.3
[]
docs.appian.com
Hi Guys, I'm looking for a developer who can assist with setting up functionality in Forma LMS. you can contact me via email at vikesh@creativemilk.co.za Thanks Vikesh Looking for a Feelance Developer to assist on Forma LMS Install and configure FormaLMS and DoceboCE Post Reply 1 post • Page 1 of 1 Post Reply 1 post • ...
https://docs.formalms.org/forums/2/12842.html
2020-11-23T21:30:08
CC-MAIN-2020-50
1606141168074.3
[]
docs.formalms.org
The Wiki has moved to new hardware, and the old server died. Hi, my name is David. If you're snooping around here I guess you may be looking for a way to contact me. Well your best bet might be to look for me on Linux Questions in the Slackware ARM subforum. You can leave me a PM there (same nic as here). There are tim...
https://docs.slackware.com/wiki:user:louigi600?rev=1472652142
2020-11-23T21:50:41
CC-MAIN-2020-50
1606141168074.3
[]
docs.slackware.com
Contents Strategic Partner Links Sepasoft - MES Modules Cirrus Link - MQTT Modules Resources Knowledge Base Articles Inductive University Forum IA Support SDK Documentation SDK Examples All Manual Versions Ignition 8 Ignition 7.9 Ignition 7.8 The Gateway Network General Settings set the basic rules for the system. By d...
https://docs.inductiveautomation.com/display/DOC79/Gateway+Network
2020-11-23T21:52:01
CC-MAIN-2020-50
1606141168074.3
[]
docs.inductiveautomation.com
Difference between revisions of "Schedule" Revision as of 07:38, 9 September 2015 This is going to be a page that will list events going on in the labs this semester. Contents Weekly Events The Meetings COSI Meetings are held every Wednesday at 7:30pm (7:00pm for the forum). Come bring project updates, lightning talks,...
http://docs.cslabs.clarkson.edu/mediawiki/index.php?title=Schedule&diff=prev&oldid=7119&printable=yes
2020-11-23T22:12:43
CC-MAIN-2020-50
1606141168074.3
[]
docs.cslabs.clarkson.edu
# What is LocalStack LocalStack is one of our favorite tools for simulating the AWS environment. It is a mock environment that mimics many of the most popular AWS services. You are able to stand up many different services, such as S3 or Dynamo, and have complete access to the files or NoSQL data exactly is it would app...
https://docs.getcommandeer.com/docs/LocalStack
2020-11-23T22:39:11
CC-MAIN-2020-50
1606141168074.3
[array(['https://images.commandeer.be/_uploads/Localstack_Commandeer_AWS_illustration_dark.png', None], dtype=object) array(['https://images.commandeer.be/_uploads/localstack-scanning.gif', None], dtype=object) array(['https://images.commandeer.be/_tutorials/s3/file-created.png', None], dtype=...
docs.getcommandeer.com
Office 365 operated by 21Vianet Office. Scan this QR code to follow us on WeChat and get the latest updates for Office 365 operated by 21Vianet. About services in Office 365 operated by 21Vianet. Office 365 Suite *Optional services provided directly by Microsoft, and subject to Microsoft's Terms of Service and privacy ...
https://docs.microsoft.com/en-us/microsoft-365/admin/services-in-china/services-in-china?view=o365-21vianet&preserve-view=true
2020-11-23T22:21:55
CC-MAIN-2020-50
1606141168074.3
[array(['../../media/9bbbdf3b-b3ab-4355-82a0-37a84d70735b.png?view=o365-21vianet', 'Scan this QR code to follow us on WeChat'], dtype=object) ]
docs.microsoft.com
- Mechanical - Electronics - CNC Software - Tips and Tricks OpenBuilds CONTROL is a free machine interface application for Grbl / BlackBox based machines. Its primary focus is on ease of use. It allows you to Runs on Windows, Mac and Linux After installation, start OpenBuilds CONTROL. If you have trouble connecting, re...
https://docs.openbuilds.com/doku.php?id=docs:software:openbuilds-control
2020-11-23T22:02:45
CC-MAIN-2020-50
1606141168074.3
[]
docs.openbuilds.com
Contents Strategic Partner Links Sepasoft - MES Modules Cirrus Link - MQTT Modules Resources Knowledge Base Articles Inductive University Forum IA Support SDK Documentation SDK Examples All Manual Versions Ignition 8 Ignition 7.9 Ignition 7.8 Formats the contents of one or more datasets as an excel spreadsheet, returni...
https://docs.inductiveautomation.com/display/DOC79/system.dataset.dataSetToExcel
2020-11-23T22:08:01
CC-MAIN-2020-50
1606141168074.3
[]
docs.inductiveautomation.com
If you have installed a previous version of OnCommand Workflow Automation (WFA), you can upgrade to the latest version of WFA to use the new features and enhancements. If you are currently running WFA 4.1 or earlier versions of WFA, then you must first upgrade to either WFA 5.0 or 4.2 and then upgrade to WFA 5.1.. You ...
https://docs.netapp.com/wfa-51/topic/com.netapp.doc.onc-wfa-isg/GUID-7E72815B-3127-4C3A-ADC9-5AC96E279F45.html?lang=en
2020-11-23T22:54:30
CC-MAIN-2020-50
1606141168074.3
[]
docs.netapp.com
Event Bus Notifier Since Payara Server 4.1.1.171 The Event Bus Notifier provides a way to send notifications from the Notification service into the internal Payara event bus based on Hazelcast distributed topics. Configuration Event Bus Notifier Configuration This notifier provides only one configuration option - Topic...
https://docs.payara.fish/community/docs/5.201/documentation/payara-server/notification-service/notifiers/event-bus-notifier.html
2020-11-23T22:08:59
CC-MAIN-2020-50
1606141168074.3
[array(['../../../../_images/notification-service/event-bus/event-bus-notif-config.png', 'Admin console config'], dtype=object) ]
docs.payara.fish
About the App/Web Recorder Recording can help you save a lot of time when automating your tasks. The App/Web Recorder captures your actions as you perform them on the screen and generates a Use Application/Browser activity with a series of activities inside it based on your actions. All user interface elements are high...
https://docs.uipath.com/activities/docs/app-web-recorder-preview
2020-11-23T22:29:02
CC-MAIN-2020-50
1606141168074.3
[array(['https://files.readme.io/32710b6-appweb_recorder.png', 'appweb_recorder.png'], dtype=object) array(['https://files.readme.io/32710b6-appweb_recorder.png', 'Click to close...'], dtype=object) array(['https://files.readme.io/9ba2ea1-recorder.png', 'recorder.png'], dtype=object) array(['h...
docs.uipath.com
You can create a virtual machine in vSphere to use Virtualization-based security (VBS). Using a virtual machine enabled with VBS provides better protection from vulnerabilities within and malicious exploits to the operating system. Prerequisites - Microsoft Windows 10 (64-bit) or Windows Server 2016 (64-bit) operating ...
https://docs.vmware.com/en/VMware-Horizon-7/7.9/horizon-virtual-desktops/GUID-A8477B63-F0AB-4568-9791-E8415F1049EF.html
2020-11-23T23:07:40
CC-MAIN-2020-50
1606141168074.3
[]
docs.vmware.com
The very top of Swank, just above the header/logo area, displays 2 separate widgets. Top Bar Left, and Top Bar Right. Top Bar Left The demo site has the Simple Social Icons Widget in Top Bar Left - Navigate to Appearance > Widgets - Drag and drop the Simple Social Icons Widget into the Top Bar Left Widget Area - Icon F...
https://docs.bizbudding.com/classic-docs/pretty-darn-cute/swank-theme-top-bar-left-and-right-widget-areas/
2020-11-23T22:27:32
CC-MAIN-2020-50
1606141168074.3
[array(['https://docs.bizbudding.com/wp-content/uploads/2020/04/swank-theme-top-bar-left-and-right-widget-areas-3.png', 'Swank Theme Top Bar Left and Right Widget Areas 1'], dtype=object) array(['https://docs.bizbudding.com/wp-content/uploads/2020/04/swank-theme-top-bar-left-and-right-widget-areas-2.png', ...
docs.bizbudding.com
- Running Redis on the application server - Setting up a Redis-only server - Increasing the number of Redis connections beyond the default - Tuning the TCP stack for Redis - Running with multiple Redis instances - Redis Sentinel - Setting the Redis Cache instance as an LRU - Using a Redis HA setup - Using Secure Socket...
https://docs.gitlab.com/12.10/omnibus/settings/redis.html
2020-11-23T21:51:41
CC-MAIN-2020-50
1606141168074.3
[]
docs.gitlab.com
get_stormsand get_storm_datahave been rewritten to utilize pkg crul’s asynchronous features. This will not make much of a difference in get_storms(and may actually be slightly slower; to be explained). But the difference with get_storm_datashould be very noticeable. There is a limit to hitting the NHC archives; 80 requ...
https://docs.ropensci.org/rrricanes/news/index.html
2020-11-23T22:36:40
CC-MAIN-2020-50
1606141168074.3
[]
docs.ropensci.org
- Project features - New project - Project settings - Import or export a project - CI/CD for external repositories - Project members - Project activity - Project’s landing page - Redirects when changing repository paths - Use your project as a Go package - Access project page with project ID - Project aliases - Project...
https://docs.gitlab.com/12.10/ee/user/project/index.html
2020-11-23T22:02:56
CC-MAIN-2020-50
1606141168074.3
[]
docs.gitlab.com
Applying for Resources¶ Computational resources may be allocated via several allocation mechanisms: - Academic researchers may apply via Open Access Competitions. - Commercial and non-commercial institutions may also apply via the Directors Discretion. - Foreign (mostly European) users can obtain computational resource...
https://docs.it4i.cz/general/applying-for-resources/
2020-11-23T21:59:34
CC-MAIN-2020-50
1606141168074.3
[]
docs.it4i.cz
](/sdk/js/5/core-classes/kuzzle/query) sort(key, [options], callback) # Options # Callback Response # Returns an array of sorted values. Usage # // Using callbacks (NodeJS or Web Browser) kuzzle.memoryStorage.sort('key', function (err, values) { // callback called once the action has completed }); // Using promises (No...
https://docs-v2.kuzzle.io/sdk/js/5/core-classes/memory-storage/sort/
2021-04-10T19:03:15
CC-MAIN-2021-17
1618038057476.6
[]
docs-v2.kuzzle.io
Co-Teaching Starting with PowerSchool 7.6 sections can be shared with additional teachers. This means additional teachers can be added to sections with separate access. This means that the teachers can either share part or none of the teacher side. This feature is useful in many situations beyond co-teachings. It can a...
https://docs.glenbard.org/index.php/ps-2/admin-ps/scheduling/co-teaching/
2021-04-10T18:34:54
CC-MAIN-2021-17
1618038057476.6
[]
docs.glenbard.org
.: In the above, the value in execDate is tested to see if it is either:. When you run a job via the APIs, you can apply parameter overrides to the following parameter types: For more information, see API Workflow - Run Job.
https://docs.trifacta.com/plugins/viewsource/viewpagesrc.action?pageId=160412031
2021-04-10T19:41:47
CC-MAIN-2021-17
1618038057476.6
[]
docs.trifacta.com
axial smt10 're release About Landing JConcepts has just released a teaser picture of a new monster truck tire & wheel, which is mounted up to an Axial SMT10 Grave Digger. Quick shop . Axial started teasing the re-release of the SMT10 save my name, email, more! Top Rated Plus. Solid axle monster truck fans would basica...
http://docs.parancoe.org/1ruz44a/9lq8gl.php?page=axial-smt10-%27re-release-b41658
2021-04-10T18:29:25
CC-MAIN-2021-17
1618038057476.6
[]
docs.parancoe.org
progress indicator, and clicking “setup alert” button. This will pre-populate the new trigger form with relevant information. New/Edit Trigger Form¶ The form for creating and editing triggers is identical. When editing, the form is pre-populated with the current trigger values. There are three types of triggers that c...
https://docs.confluent.io/3.2.0/control-center/docs/alerts.html
2021-04-10T19:26:42
CC-MAIN-2021-17
1618038057476.6
[array(['../../_images/c3alertsprepopulate.png', '../../_images/c3alertsprepopulate.png'], dtype=object) array(['../../_images/c3alertstopictrigger.png', '../../_images/c3alertstopictrigger.png'], dtype=object) array(['../../_images/c3alertsedittrigger.png', '../../_images/c3alertsedittrigger....
docs.confluent.io
About the Perks Program and Monetization¶ The Perks Program enables Core creators to make money with their games using a complete monetization system that can be customized to any game type. Joining the program gives access to Perks, which are in-game purchases built specifically for Core. To qualify for adding Perks t...
https://docs.coregames.com/perks/perks_program/
2021-04-10T18:53:20
CC-MAIN-2021-17
1618038057476.6
[array(['https://d33wubrfki0l68.cloudfront.net/e2e2b8a6c9a9c35cd07e5297ae6f487d751a733c/6a41a/img/perks/perks_playerpurchaseflow.png', 'Player Credit Purchase Flow'], dtype=object) array(['https://d33wubrfki0l68.cloudfront.net/d1ffdcfc359aba993afc4c1fbf3876f925d075aa/06dfa/img/perks/perks_creatorcreditflow.png...
docs.coregames.com
GPT-2 Examples¶ Input: In a shocking finding, scientist discovered a herd of unicorns living in a remote, previously unexplored valley, in the Andes Mountains. Even more surprising to the researchers was the fact that the unicorns spoke perfect English. Model Completition: At last count, researchers had found the remai...
https://docs.extrapolations.dev/models/gpt-2/examples/
2021-04-10T19:22:46
CC-MAIN-2021-17
1618038057476.6
[]
docs.extrapolations.dev
Adding Students to School Store Groups thru PowerSchool Glenbard has an online store through SchoolPay. Eligibility for items can be controlled through group enrollment in PowerSchool. The PowerSchool group enrollments are sent to SchoolPay each afternoon. To enroll a student in a School Store eligibility group through...
https://docs.glenbard.org/index.php/ps-2/adding-students-to-school-store-groups-thru-powerschool/
2021-04-10T19:26:51
CC-MAIN-2021-17
1618038057476.6
[array(['https://docs.glenbard.org/wp-content/uploads/2018/06/SchoolStorePsGroups-300x164.jpg', None], dtype=object) ]
docs.glenbard.org
New Relic's query language, NRQL, has rate limits in place to ensure a high level of availability and reliability for all users. To understand the places NRQL can be used, see Where is NRQL used?. You will rarely encounter rate limiting, especially if you follow. Limits on queried events When you run a NRQL query, it w...
https://docs.newrelic.com/jp/docs/query-your-data/nrql-new-relic-query-language/get-started/rate-limits-nrql-queries/
2021-04-10T19:38:01
CC-MAIN-2021-17
1618038057476.6
[array(['/static/a67951798a5b60f8aca1b4aac861f61a/466da/insights-inspected-event-count-modal_0.png', 'New Relic inspected event count New Relic inspected event count'], dtype=object) ]
docs.newrelic.com
This section describes how to configure an IP address and default gateway to your DNS/DHCP Server. The procedure for configuring a DNS/DHCP Server and adding it to Address Manager will vary according to the number of interfaces on your DNS/DHCP Server appliance, and the number of interfaces that you want to utilize. Ea...
https://docs.bluecatnetworks.com/r/Address-Manager-Administration-Guide/Getting-started-with-DNS/DHCP-Servers/8.2.0
2021-04-10T19:54:32
CC-MAIN-2021-17
1618038057476.6
[]
docs.bluecatnetworks.com