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 |
|---|---|---|---|---|---|---|
Controllers¶
controllers are a great way to keep code clean. From here onwards only controller class(not closure) will be treated as controllers and closure controllers will be specifically called closure controllers( see Basics ). controllers helps to increase reusability of code. and it helps to group code better bas... | http://briz.readthedocs.io/en/latest/controller.html | 2018-02-18T03:26:01 | CC-MAIN-2018-09 | 1518891811352.60 | [] | briz.readthedocs.io |
Docs
Setup
Installfest
Instructions for installing Ruby and Rails on your computer. You need to complete these steps before starting a Rails workshop!.)
Message Board
Build a message board! This curriculum is for students who have completed the Suggestotron and the Job Board curricula. This curriculum is a challenge be... | https://docs.railsbridgecapetown.org/docs/ | 2018-02-18T02:34:02 | CC-MAIN-2018-09 | 1518891811352.60 | [] | docs.railsbridgecapetown.org |
Installation
Download the latest Mac OS X Installer.
Double-click the downloaded file to run the installer. You will initially be prompted with a license agreement to accept:
Drag and drop the application into the Applications folder on your Mac as prompted:
PhoneGap Desktop is now installed and ready to run. | http://docs.phonegap.com/references/desktop-app/install/mac/ | 2018-02-18T03:27:25 | CC-MAIN-2018-09 | 1518891811352.60 | [] | docs.phonegap.com |
Installing the Visual Studio SDK
Note
This article applies to Visual Studio 2015. If you're looking for the latest Visual Studio documentation, use the version selector at the top left. We recommend upgrading to Visual Studio 2019. Download it here
Starting in Visual Studio 2015, you do not install the Visual Studio SD... | https://docs.microsoft.com/en-us/visualstudio/extensibility/installing-the-visual-studio-sdk?view=vs-2015 | 2019-08-17T12:11:40 | CC-MAIN-2019-35 | 1566027312128.3 | [array(['media/solutionexplorerinstall.png?view=vs-2015',
'SolutionExplorerInstall SolutionExplorerInstall'], dtype=object)] | docs.microsoft.com |
Specifies the oldest time to be included in the results.
Relative start times are defined using negative durations. Negative durations are relative to now. Absolute start times are defined using timestamps.
Data type: Duration or Timestamp
stop
Specifies the newest time to be included in the results. Defaults to
now.
... | https://v2.docs.influxdata.com/v2.0/reference/flux/functions/built-in/transformations/range/ | 2019-08-17T10:47:48 | CC-MAIN-2019-35 | 1566027312128.3 | [] | v2.docs.influxdata.com |
How to get PayPal to redirect users back to your website after successful payment
With Auto Return for Website Payments, your buyers are automatically redirected to your website after payment completion. Here’re the steps to turn Auto Return on:
Step 1: Login your business PayPal account at.
Note: You must use PayPal B... | https://docs.enginethemes.com/article/515-how-to-get-paypal-auto-redirect-user-after-successful-payment | 2019-08-17T11:04:49 | CC-MAIN-2019-35 | 1566027312128.3 | [array(['http://d33v4339jhl8k0.cloudfront.net/docs/assets/56c6e208c697915005a72a5f/images/576a5b329033601c8a8eccc8/file-IFes6UxklY.png',
None], dtype=object)
array(['http://d33v4339jhl8k0.cloudfront.net/docs/assets/56c6e208c697915005a72a5f/images/576a5a7a9033601c8a8eccc5/file-9H3yYFCeeZ.png',
None], dt... | docs.enginethemes.com |
The
type field identifies your log type. Logz.io parses logs based on
type. For example, if a log type is
apache_access, Logz.io automatically parses these logs as Apache access logs.
This table shows the built-in log types that Logz.io supports. If you don’t see your log type here, you can create custom data parsing u... | https://docs.logz.io/user-guide/log-shipping/built-in-log-types.html | 2019-08-17T11:22:16 | CC-MAIN-2019-35 | 1566027312128.3 | [] | docs.logz.io |
Makes the most recently extracted character available again.
Then the function behaves as UnformattedInputFunction. After constructing and checking the sentry object, if any
ios_base::iostate flags are set, the function sets
failbit and returns. Otherwise, calls
rdbuf()->sungetc().
If
rdbuf()->sungetc() returns
Traits:... | https://docs.w3cub.com/cpp/io/basic_istream/unget/ | 2019-08-17T10:38:04 | CC-MAIN-2019-35 | 1566027312128.3 | [] | docs.w3cub.com |
class Firewall implements EventSubscriberInterface
Firewall uses a FirewallMap to register security listeners for the given request.
It allows for different security strategies within the same application (a Basic authentication for the /api, and a web based authentication for everything else for instance).
Returns an ... | https://docs.w3cub.com/symfony~4.1/symfony/component/security/http/firewall/ | 2019-08-17T11:37:43 | CC-MAIN-2019-35 | 1566027312128.3 | [] | docs.w3cub.com |
GTFS-Flex routing
Many agencies run flexible services to complement their fixed-route service. "Flexible" service does not follow a strict timetable or route. It may include any of the following features: boardings or alightings outside its scheduled timetable and route; booking and scheduling in advance; or transit pa... | http://docs.opentripplanner.org/en/latest/Flex/ | 2019-08-17T11:23:44 | CC-MAIN-2019-35 | 1566027312128.3 | [] | docs.opentripplanner.org |
Message-ID: <563718666.12729.1566040896363.JavaMail.confluence@ip-10-0-1-134> Subject: Exported From Confluence MIME-Version: 1.0 Content-Type: multipart/related; boundary="----=_Part_12728_2096738702.1566040896362" ------=_Part_12728_2096738702.1566040896362 Content-Type: text/html; charset=UTF-8 Content-Transfer-Enco... | http://docs.uptimesoftware.com/exportword?pageId=4555093 | 2019-08-17T11:21:36 | CC-MAIN-2019-35 | 1566027312128.3 | [] | docs.uptimesoftware.com |
1.1.0 Release Notes
Bug Fixes
Discovering new column in MongoDB reader can cause a schema change error
If a new top-level column is discovered after the first batch, a Schema Change Error was thrown, but the knew column was not added to the known schema, so it would fail again the next time. This is fixed so that this ... | https://docs.dremio.com/release-notes/110-release-notes.html | 2019-08-17T11:08:42 | CC-MAIN-2019-35 | 1566027312128.3 | [] | docs.dremio.com |
[EstateEngine] Introduction to EstateEngine
What is EstateEngine?
EstateEngine is a kind of directory Wordpress theme giving you a fantastic business in the aspect of Real Estate. The properties here for rental or sale are mainly lands, apartments, houses or villas, etc.
As an admin of the site, you can certainly charg... | https://docs.enginethemes.com/article/213-introduction-to-estateengine | 2019-08-17T10:29:01 | CC-MAIN-2019-35 | 1566027312128.3 | [] | docs.enginethemes.com |
Documentation Add-ons and Extensions Reference¶
This documentation is created using Sphinx application that renders text source files in reStructuredText (
.rst) format located in docs directory. For some more details on that process, please refer to section Documenting Code.
Besides Sphinx there are several other appl... | https://docs.espressif.com/projects/esp-idf/en/latest/contribute/add-ons-reference.html | 2019-08-17T11:04:11 | CC-MAIN-2019-35 | 1566027312128.3 | [] | docs.espressif.com |
Enterprise Recon 2.0.27
Linux Agent
Install the Node Agent
- On your Web Console, go to DOWNLOADS > NODE AGENT DOWNLOADS.
- On the Node Agent Downloads page, click on the Filename for your Platform.
Select an Agent Installer
Select an Agent installer based on the Linux distribution of the host you are installing the Ag... | https://docs.groundlabs.com/er2027/Content/Node-Agents/Linux-Agent.html | 2019-08-17T10:57:28 | CC-MAIN-2019-35 | 1566027312128.3 | [] | docs.groundlabs.com |
NXP LPCXpresso54608546xx ID for board option in “platformio.ini” (Project Configuration File):
[env:lpc546xx] platform = nxplpc board = lpc546xx
You can override default NXP LPCXpresso54608 settings per build environment using
board_*** option, where
*** is a JSON object path from
board manifest lpc546xx.json. For exam... | http://docs.platformio.org/en/latest/boards/nxplpc/lpc546xx.html | 2019-08-17T11:00:35 | CC-MAIN-2019-35 | 1566027312128.3 | [] | docs.platformio.org |
Microduino Core STM32 to Flash
microduino32_flash ID for board option in “platformio.ini” (Project Configuration File):
[env:microduino32_flash] platform = ststm32 board = microduino32_flash
You can override default Microduino Core STM32 to Flash settings per build environment using
board_*** option, where
*** is a JSO... | http://docs.platformio.org/en/latest/boards/ststm32/microduino32_flash.html | 2019-08-17T11:43:40 | CC-MAIN-2019-35 | 1566027312128.3 | [] | docs.platformio.org |
Password policy in Azure AD
Updated: June 8, 2015
Applies To: Azure, Office 365, Windows Intune
Note
This topic provides online help content for cloud services, such as Microsoft Intune and Office 365, which rely on Microsoft Azure Active Directory for identity and directory services.
This topic describes the various p... | https://docs.microsoft.com/en-us/previous-versions/azure/jj943764(v=azure.100) | 2019-08-17T12:32:06 | CC-MAIN-2019-35 | 1566027312128.3 | [] | docs.microsoft.com |
Plane Constructs a plane. Syntax plane(Point, Segment) plane(List) plane(Real, Real, Real, Real) plane(Point, Vector) plane(Point, Vector, Vector) plane(Point, Line) plane(Point, Point, Point) plane(Line, Line) Description plane(Point, Segment) Given a point and a segment, constructs a plane perpendicular to the segmen... | https://docs.wiris.com/en/calc/commands/geometry/plane | 2019-08-17T11:04:39 | CC-MAIN-2019-35 | 1566027312128.3 | [] | docs.wiris.com |
AssociateAssessmentReportEvidenceFolder
Associates an evidence folder to the specified assessment report in AWS Audit Manager.
Request Syntax
PUT /assessments/
assessmentId/associateToAssessmentReport HTTP/1.1 Content-type: application/json { "evidenceFolderId": ".
- evidenceFolderId
The identifier for the folder in wh... | https://docs.aws.amazon.com/audit-manager/latest/APIReference/API_AssociateAssessmentReportEvidenceFolder.html | 2021-09-16T22:11:31 | CC-MAIN-2021-39 | 1631780053759.24 | [] | docs.aws.amazon.com |
Date: Sat, 27 Jul 2013 03:41:35 GMT From: FreeBSD Security Advisories <security-advisories@freebsd.org> To: FreeBSD Security Advisories <security-advisories@freebsd.org> Subject: FreeBSD Security Advisory FreeBSD-SA-13:08.nfsserver Message-ID: <201307270341.r6R3fZ6K019173@freefall.freebsd.org>
Next in thread | Raw E-Ma... | https://docs.freebsd.org/cgi/getmsg.cgi?fetch=6789+0+archive/2013/freebsd-security-notifications/20130728.freebsd-security-notifications | 2021-09-16T22:53:42 | CC-MAIN-2021-39 | 1631780053759.24 | [] | docs.freebsd.org |
Julia 1.6 Documentation
Welcome to the documentation for Julia 1.6.
Please read the release notes to see what has changed since the last release.
The documentation is also available in PDF format: julia-1.6.2.pdf.
Introduction.
Julia features optional typing, multiple dispatch, and good performance, achieved using type... | https://docs.julialang.org/en/v1/ | 2021-09-16T21:47:36 | CC-MAIN-2021-39 | 1631780053759.24 | [] | docs.julialang.org |
Tutorial: Azure AD SSO integration with VergeSense
In this tutorial, you'll learn how to integrate VergeSense with Azure Active Directory (Azure AD). When you integrate VergeSense with Azure AD, you can:
- Control in Azure AD who has access to VergeSense.
- Enable your users to be automatically signed-in to VergeSense ... | https://docs.microsoft.com/en-us/azure/active-directory/saas-apps/vergesense-tutorial | 2021-09-16T22:08:23 | CC-MAIN-2021-39 | 1631780053759.24 | [] | docs.microsoft.com |
Text
(Available in all TurboCAD Variants)
Default UI Menu: Draw/Text/Text
Ribbon UI Menu:
These tools enable you to add strings of letters and other characters into your model.
The text tools are available on the Insert menu, and can be accessed on the flyout toolbar on the Drawing Tools toolbar.
You can also display t... | http://docs.imsidesign.com/projects/TurboCAD-2019-User-Guide-Publication/TurboCAD-2019-User-Guide/Annotation/Text/ | 2021-09-16T21:32:17 | CC-MAIN-2021-39 | 1631780053759.24 | [array(['../../Storage/turbocad-2019-user-guide-publication/text-2019-02-13.png',
'img'], dtype=object)
array(['../../Storage/turbocad-2019-user-guide-publication/7-1-text-img0002.png',
'img'], dtype=object)
array(['../../Storage/turbocad-2019-user-guide-publication/7-1-text-img0003.png',
'img... | docs.imsidesign.com |
When your C++ programs depend on ROS messages or services, they must be defined by catkin packages like std_msgs and sensor_msgs, which are used in the examples below.
Dependencies on these packages must be declared in your package.xml and CMakeLists.txt files to resolve message references.
For each C++ message depende... | http://docs.ros.org/en/jade/api/catkin/html/howto/format2/cpp_msg_dependencies.html | 2021-09-16T21:20:00 | CC-MAIN-2021-39 | 1631780053759.24 | [] | docs.ros.org |
Getting there
From this dialog box, you can change the password for the designated principal.
Note: Before you can change passwords, you must first define an administrative Key Distribution Center (KDC).
The options are:
Principal
Displays the selected principal. To change the password for a different principal, select... | https://docs.attachmate.com/Reflection/2008/R1SP2/Guide/en/user-html/kerberos_change_password_cs.htm | 2021-09-16T21:59:16 | CC-MAIN-2021-39 | 1631780053759.24 | [] | docs.attachmate.com |
CreateAssessmentReport
Creates an assessment report for the specified assessment.
Request Syntax
assessmentId/reports HTTP/1.1 Content-type: application/json { "description": "
string", "name": ".
- description
The description of the assessment report.
Type: String
Length Constraints: Maximum length of 1000.
Pattern:
^... | https://docs.aws.amazon.com/audit-manager/latest/APIReference/API_CreateAssessmentReport.html | 2021-09-16T23:13:48 | CC-MAIN-2021-39 | 1631780053759.24 | [] | docs.aws.amazon.com |
method table for
Type contains all constructor definitions. All subtypes of
Type (
Type,
UnionAll,
Union, and
DataType) currently share a method table via special arrangement.
Builtins
The "builtin" functions, defined in the
Core module, are:
=== typeof sizeof <:
NamedTuple argument prepended, which gives the names an... | https://docs.julialang.org/en/v1.0/devdocs/functions/ | 2021-09-16T20:57:16 | CC-MAIN-2021-39 | 1631780053759.24 | [] | docs.julialang.org |
You can use SnapCenter to restore file system backups. File system restoration is a multiphase process that copies all the data from a specified backup to the original location of the file system.
You cannot restore a single file from a backup because the restored file system overwrites any data on the original locatio... | https://docs.netapp.com/ocsc-40/topic/com.netapp.doc.ocsc-dpg-wfs/GUID-805DFBC3-5EE3-452B-A22F-BF907BE1A02C.html | 2021-09-16T21:07:31 | CC-MAIN-2021-39 | 1631780053759.24 | [] | docs.netapp.com |
RDS Session can either be a desktop session or an application session to an RDS Farm. A farm can have only 1 desktop pool, but can have multiple application pools.
Design Consideration
This dashboard is designed to complement the RDS Farm Performance dashboard and has a similar design. It acts as the details dashboard,... | https://docs.vmware.com/en/Management-Packs-for-vRealize-Operations-Manager/1.2/Horizon/GUID-F8EC9D78-CB00-4392-8BD6-D26D39DE2270.html | 2021-09-16T23:26:21 | CC-MAIN-2021-39 | 1631780053759.24 | [] | docs.vmware.com |
On March 25th 2015, Vantage 1.4.1 was released. This is a minor release including few bug fixes. Upgrading is recommended. Fixed 4 tickets total.
Upgrade Information
Use the AppThemes Updater Plugin to automatically update the theme, or visit and click on My Account to download the updated version.
Fixes
- Show user de... | https://docs.appthemes.com/vantage/vantage-version-1-4-1/ | 2019-08-17T17:38:30 | CC-MAIN-2019-35 | 1566027313436.2 | [] | docs.appthemes.com |
Creating Migration Reports with the Workload Qualification Framework
AWS Workload Qualification Framework (AWS WQF) is a standalone app that is included with AWS SCT. You can use WQF to analyze your migration to the AWS Cloud. It assesses and rates the workload for the entire migration, including database and app modif... | https://docs.aws.amazon.com/SchemaConversionTool/latest/userguide/CHAP-WQF.html | 2019-08-17T17:27:27 | CC-MAIN-2019-35 | 1566027313436.2 | [] | docs.aws.amazon.com |
Part 4: Category tiles and the Product Detail page
⚠️ Note: This tutorial has been deprecated as the release of Reaction 2.0. The latest tutorial can be found at here.
Building a Swag Shop: Category Tiles & Related ProductsBuilding a Swag Shop: Category Tiles & Related Products
In this part, we'll show you how we ...
-... | https://docs.reactioncommerce.com/docs/1.16.0/swag-shop-pdp | 2019-08-17T18:48:42 | CC-MAIN-2019-35 | 1566027313436.2 | [array(['https://user-images.githubusercontent.com/1733229/35669741-65975f86-0736-11e8-9269-47a0f3aa5c60.jpg',
None], dtype=object)
array(['https://user-images.githubusercontent.com/1733229/35676726-32bfcb2c-074d-11e8-87c9-d41fa4971ce4.jpg',
None], dtype=object)
array(['https://user-images.githubuserc... | docs.reactioncommerce.com |
Have you ever wished that a price in ResponsiBid would not only show the price, but also add something to the end of the price to give context?
For example: $54 /week
In this video we show you how you can use the suffix builder to make a price calculate based off a large amount of time and then divide it down to regula... | https://docs.symphosize.com/responsibid/?article=how-to-add-a-suffix-to-a-responsibid-price | 2019-08-17T17:25:18 | CC-MAIN-2019-35 | 1566027313436.2 | [] | docs.symphosize.com |
Use the Physics 2D settings to apply global settings for 2D physics.
Note: To manage global settings for 3D physics, use the Physics 3D settings instead.
The Physics 2D settings define limits on the accuracy of the physical simulation. Generally speaking, a more accurate simulation requires more processing overhead, so... | https://docs.unity3d.com/ja/current/Manual/class-Physics2DManager.html | 2019-08-17T17:36:48 | CC-MAIN-2019-35 | 1566027313436.2 | [] | docs.unity3d.com |
Creating and Managing Tablespaces
A newer version of this documentation is available. Click here to view the most up-to-date release of the Greenplum 5.x documentation.
Creating and Managing Tablespaces
Tablespaces allow database administrators to have multiple file systems per machine and decide how to best use physic... | https://gpdb.docs.pivotal.io/5170/admin_guide/ddl/ddl-tablespace.html | 2019-08-17T17:13:17 | CC-MAIN-2019-35 | 1566027313436.2 | [] | gpdb.docs.pivotal.io |
[ aws . codecommit ]
Adds or updates a file in a branch in an AWS CodeCommit repository, and generates a commit for the addition in the specified branch.
See also: AWS API Documentation
See 'aws help' for descriptions of global parameters.
put-file --repository-name <value> --branch-name <value> --file-content <value> ... | https://docs.aws.amazon.com/cli/latest/reference/codecommit/put-file.html | 2019-08-17T17:34:30 | CC-MAIN-2019-35 | 1566027313436.2 | [] | docs.aws.amazon.com |
Foreach¶
- Foreach works like so:
local tbl = {1, 2, 3} foreach (k, v, tbl) { print(k, v) }
- prints: 1 1 2 2 3 3
- The arguments are keyname, valuename and the iteration object if you have a custom class and want to support foreach, then all you need to do is add a method called
NextKey, and return the indexing key fo... | https://docs.revenyou.io/how_to_code/foreach.html | 2019-08-17T17:14:25 | CC-MAIN-2019-35 | 1566027313436.2 | [] | docs.revenyou.io |
EBS Snapshot Scheduler
Notice: EBS Snapshot Scheduler has been superseded by AWS Ops Automator.
In 2016, the EBS Snapshot Scheduler was launched to help AWS customers automatically create snapshots of their Amazon Elastic Block Store (Amazon EBS) volumes on a defined schedule. In 2017, AWS launched the AWS Ops Automato... | https://docs.aws.amazon.com/solutions/latest/ebs-snapshot-scheduler/welcome.html | 2019-08-17T17:29:11 | CC-MAIN-2019-35 | 1566027313436.2 | [] | docs.aws.amazon.com |
Qtum Documentation
Please take some time to read the following, this is for your own safety!
- This website provides documentation on different aspects of Qtum usage. It does not make the Qtum Foundation liable of any issues that may occur for anyone following these guides.
- Every guide provides security tips dependin... | https://docs.qtum.site/en/ | 2019-08-17T16:58:37 | CC-MAIN-2019-35 | 1566027313436.2 | [] | docs.qtum.site |
Contents Now Platform Administration Previous Topic Next Topic Define an LDAP server Subscribe Log in to subscribe to topics and get notified when content changes. ... SAVE AS PDF Selected Topic Topic & Subtopics All Topics in Contents Share Define an LDAP server Create a new LDAP server record in the instance. Before ... | https://docs.servicenow.com/bundle/madrid-platform-administration/page/integrate/ldap/task/t_DefineAnLDAPServer.html | 2019-08-17T17:39:03 | CC-MAIN-2019-35 | 1566027313436.2 | [] | docs.servicenow.com |
compilation options.
Note: this enum and its values: | https://docs.unity3d.com/ScriptReference/Build.Player.ScriptCompilationOptions.html | 2019-08-17T17:48:11 | CC-MAIN-2019-35 | 1566027313436.2 | [] | docs.unity3d.com |
Using ClassiPress 4.x you can create custom fields and then apply these to a form. This allows you to gather specific ad information that relates directly to the site you have created. This is very useful if you want to collect different information on a category-by-category level. For example, if the majority of ads p... | https://docs.appthemes.com/classipress-4-x/creating-forms-custom-fields-using-classipress-4-x/ | 2019-08-17T18:11:26 | CC-MAIN-2019-35 | 1566027313436.2 | [array(['https://docs.appthemes.com/files/2018/05/creating-custom-fields-classipress.jpg',
'creating-custom-fields-classipress'], dtype=object)
array(['https://docs.appthemes.com/files/2018/05/edit-form-layout-classipress.jpg',
'edit-form-layout-classipress'], dtype=object)
array(['https://docs.appthe... | docs.appthemes.com |
Contents Performance Analytics and Reporting Previous Topic Next Topic How to access related tables Subscribe Log in to subscribe to topics and get notified when content changes. ... SAVE AS PDF Selected Topic Topic & Subtopics All Topics in Contents Share How to access related tables Watch video to learn more about ac... | https://docs.servicenow.com/bundle/geneva-performance-analytics-and-reporting/page/use/reporting/concept/c_HowToAccessRelatedTables.html | 2019-08-17T17:28:20 | CC-MAIN-2019-35 | 1566027313436.2 | [] | docs.servicenow.com |
We have added several custom widgets to Taskerr for the maximum amount of flexibility. Taskerr also works with all the WordPress pre-packaged widgets. More info on WordPress Widgets can be found on the WordPress codex.
To get to WordPress settings, go to the left sidebar menu and click Appearance then Widgets.
Please v... | https://docs.appthemes.com/taskerr/taskerr-widgets/ | 2019-08-17T17:31:25 | CC-MAIN-2019-35 | 1566027313436.2 | [] | docs.appthemes.com |
This powerful widget may just make you rethink the way you design in Muse! Our Presentation Panels.
Since this widget takes over the page it's placed on, you will not see headers and footer applied by a master page. Use the "Header and Footer Settings" section in the Controller widget component to add custom class hea... | https://docs.muse-themes.com/widgets/presentation-panels | 2019-08-17T17:43:58 | CC-MAIN-2019-35 | 1566027313436.2 | [] | docs.muse-themes.com |
pyramid.exceptions¶
- class
ConfigurationError[source]¶
Raised when inappropriate input values are supplied to an API method of a Configurator
- class
URLDecodeError[source]¶
This exception is raised when Pyramid cannot successfully decode a URL or a URL path segment. This exception it behaves just like the Python buil... | https://docs.pylonsproject.org/projects/pyramid/en/1.3-branch/api/exceptions.html | 2019-06-16T06:31:10 | CC-MAIN-2019-26 | 1560627997801.20 | [] | docs.pylonsproject.org |
Help: Turn Windows Firewall on with no exceptions
Applies To: Windows Server 2003, Windows Server 2003 R2, Windows Server 2003 with SP1, Windows Server 2003 with SP2
To turn Windows Firewall on or off with no exceptions
Open Windows Firewall.
Click On, select the Don't allow exceptions check box,.
See Also
Concepts
Hel... | https://docs.microsoft.com/en-us/previous-versions/windows/it-pro/windows-server-2003/cc785043%28v%3Dws.10%29 | 2019-06-16T07:36:44 | CC-MAIN-2019-26 | 1560627997801.20 | [] | docs.microsoft.com |
.control_gpio
- system.indicator.gpio
- system.indicator.state
- tcp.server.connected_gpio
- tcp.server.data_gpio
- udp.server.data_gpio
GPIO Functions and Pins
GPIO functions and pins differ for different devices. Moray board (GPIO13):
gdi 13 none
For the change to persist after reboot, you need to set the gpio.init v... | https://docs.silabs.com/gecko-os/2/amw007-w00001/2.0/peripherals | 2019-06-16T06:37:30 | CC-MAIN-2019-26 | 1560627997801.20 | [] | docs.silabs.com |
Creating a Breaking News Banner¶
Editors perform this task.
Switch to the site on which you want to set the banner.
In the Brightspot Dashboard header, click the Search field. The Search Panel appears.
In the Create drop-down list, select Breaking News Banner, then select New.
The Content Edit form appears.
If you want... | http://docs.brightspot.com/cms/plugins/news/creating-banner.html | 2019-06-16T06:39:53 | CC-MAIN-2019-26 | 1560627997801.20 | [] | docs.brightspot.com |
Detail vdisk
Applies To: Windows 7, Windows Server 2008 R2
Displays the properties of the selected virtual hard disk (VHD).
Syntax
detail vdisk
Remarks
- A VHD must be selected for this operation to succeed. Use the select vdisk command to select a vdisk and shift the focus to it.
Examples
To see details about the sele... | https://docs.microsoft.com/en-us/previous-versions/windows/it-pro/windows-server-2008-R2-and-2008/gg252637%28v%3Dws.10%29 | 2019-06-16T08:13:12 | CC-MAIN-2019-26 | 1560627997801.20 | [] | docs.microsoft.com |
two session-specific features: flash messages, and cross-site request forgery attack prevention.
Using the Default Session Factory¶
In order to use sessions, you must set up a session factory during your Pyramid configuration.
A very basic, insecure sample its data cannot easily be tampered with.
You can configure thi... | https://docs.pylonsproject.org/projects/pyramid/en/1.5-branch/narr/sessions.html | 2019-06-16T06:59:14 | CC-MAIN-2019-26 | 1560627997801.20 | [] | docs.pylonsproject.org |
Contents Now Platform Capabilities Previous Topic Next Topic Service Portal search sources Subscribe Log in to subscribe to topics and get notified when content changes. ... SAVE AS PDF Selected Topic Topic & Subtopics All Topics in Contents Share Service Portal search sources A search source is a record that describes... | https://docs.servicenow.com/bundle/kingston-servicenow-platform/page/build/service-portal/concept/search-service-portal.html | 2019-06-16T07:14:17 | CC-MAIN-2019-26 | 1560627997801.20 | [] | docs.servicenow.com |
How to use Boxes
With Boxes you can add dynamic contents into your Webflow project and revise them directly from the WordPress admin panel. You can use Contents for whatever you want: any media,WordPress shortcodes, etc. You’ll find Boxes extension within the Udesly plugin.
You can add unlimited boxes with any type of ... | https://docs.udesly.com/how-to-use-boxes/ | 2019-06-16T06:58:48 | CC-MAIN-2019-26 | 1560627997801.20 | [array(['/assets/boxes-1.png', None], dtype=object)
array(['/assets/boxes-2.png', None], dtype=object)] | docs.udesly.com |
Form.
Minimum
Form. Size Changed Minimum
Form. Size Changed Minimum
Form. Size Changed Minimum
Event
Size Changed
Definition
Occurs when the value of the MinimumSize property has changed.
public: event EventHandler ^ MinimumSizeChanged;
public event EventHandler MinimumSizeChanged;
member this.MinimumSizeChanged : Even... | https://docs.microsoft.com/en-us/dotnet/api/system.windows.forms.form.minimumsizechanged?view=netframework-4.8 | 2019-06-16T06:44:12 | CC-MAIN-2019-26 | 1560627997801.20 | [] | docs.microsoft.com |
A temporal database stores data that relates to time periods and time instances. It provides temporal data types and stores information relating to the past, present, and future. For example, it stores the history of a stock or the movement of employees within an organization. The difference between a temporal database... | https://docs.teradata.com/reader/eR4tKhtSLaR~f1mU47J7dQ/z~PKGgaSkun38WAWAa4jAQ | 2019-06-16T07:55:19 | CC-MAIN-2019-26 | 1560627997801.20 | [] | docs.teradata.com |
DHCP Server Migration: Migrating the DHCP Server Role
Applies To: Windows Server 2008 R2
Complete the following procedures to migrate a DHCP Server.
Migrating DHCP Server to the destination server
Migrating DHCP Server from the source server
Destination server final migration steps
Migrating DHCP Server to the destinat... | https://docs.microsoft.com/en-us/previous-versions/windows/it-pro/windows-server-2008-R2-and-2008/dd379483(v=ws.10) | 2019-06-16T07:20:56 | CC-MAIN-2019-26 | 1560627997801.20 | [] | docs.microsoft.com |
Contents Now Platform Custom Business Applications Previous Topic Next Topic Designing services Subscribe Log in to subscribe to topics and get notified when content changes. ... SAVE AS PDF Selected Topic Topic & Subtopics All Topics in Contents Share Designing services Service creator includes an interface for design... | https://docs.servicenow.com/bundle/kingston-application-development/page/build/service-creator/concept/c_DesigningServices.html | 2019-06-16T07:16:32 | CC-MAIN-2019-26 | 1560627997801.20 | [] | docs.servicenow.com |
(Dashboard >> Admin >> API Pickup Passphrases)
The API Pickup Passphrases interface allows you to create and manage the pickup phrases to use when you authenticate with your Manage2 account.
To add a new pickup passphrase to your Manage2 account, perform the following steps:
The Active Pickup Passphrases table lists al... | https://hou-1.docs.confluence.prod.cpanel.net/display/MAN/API+Pickup+Passphrases | 2019-06-16T06:37:31 | CC-MAIN-2019-26 | 1560627997801.20 | [] | hou-1.docs.confluence.prod.cpanel.net |
Plugin:
The main design activities in a Concurrent Design study are performed by the design team within the frame of an Engineering Model. This section describes typical use of the different possible combinations of Model Kinds and Study Phases for engineering models.
More information is given in the related topics of ... | http://cdp4docs.rheagroup.com/?c=C%20Managing%20the%20CDP/Engineering%20Models&p=Using_EM_MK_SPhs.md | 2019-06-16T07:44:23 | CC-MAIN-2019-26 | 1560627997801.20 | [] | cdp4docs.rheagroup.com |
Azure Storage samples
Use the links below to view and download Azure Storage sample code and applications.
Azure Code Samples library
The Azure Code Samples library includes samples for Azure Storage that you can download and run locally. The Code Sample Library provides sample code in .zip format. Alternatively, you c... | https://docs.microsoft.com/en-us/azure/storage/common/storage-samples | 2019-06-16T07:06:57 | CC-MAIN-2019-26 | 1560627997801.20 | [] | docs.microsoft.com |
Rest.
Before: Personalization toolbar before Platform Update 22
The following image shows how the personalization toolbar appears in Platform Update 22.
After: Personalization toolbar in Platform Update 22 | https://docs.microsoft.com/en-us/business-applications-release-notes/October18/dynamics365-finance-operations/restyled-personalization-toolbar | 2019-06-16T06:59:31 | CC-MAIN-2019-26 | 1560627997801.20 | [array(['media/oldpersonalizationtoolbar.png',
'Personalization toolbar before Platform Update 22 Personalization toolbar before Platform Update 22'],
dtype=object)
array(['media/restyledpersonalizationtoolbar.png',
'Personalization toolbar in Platform Update 22 Personalization toolbar in Platfo... | docs.microsoft.com |
Running Your First VM in Cloud
Pre-requisites
No pre-installation is required for migration of Windows virtual machines (see release notes for supported versions).
If the virtual machine you select runs a Linux, you will need to first install the pre-requisite Velostrata preparation RPM package and its dependencies. vi... | http://docs.velostrata.com/m/73203/l/807802-running-your-first-vm-in-cloud | 2019-06-16T07:39:08 | CC-MAIN-2019-26 | 1560627997801.20 | [array(['https://media.screensteps.com/image_assets/assets/001/161/178/original/f9b0b36b-27f5-41a9-8a73-990cce591e01.png',
None], dtype=object)
array(['https://media.screensteps.com/image_assets/assets/001/161/179/original/b925c20c-1831-46bc-bf3c-c52ae3c0763a.jpg',
None], dtype=object) ... | docs.velostrata.com |
Power supply
How to power Reach M+¶
Emlid Reach M+ module can be powered using Micro-USB port or JST-GH JST-GH ports¶
Reach can be powered by providing 5 Volts to corresponding pins on any of the two JST-GH ports.
When Reach is powered over JST-GH port it will pass power to devices connected to Micro-USB OTG port such ... | https://docs.emlid.com/reachm-plus/power-supply/ | 2019-06-16T07:17:33 | CC-MAIN-2019-26 | 1560627997801.20 | [array(['../img/reachm-plus/power-supply/wrong-power-supply.png', None],
dtype=object)
array(['../img/reachm-plus/power-supply/usb-power-supply.png', None],
dtype=object)
array(['../img/reachm-plus/power-supply/power-supply-options.png', None],
dtype=object)
array(['../img/reachm-plus/power-supp... | docs.emlid.com |
This page provides information on the Volumetric Grid Input.
Overview
This page contains information on input channels that can be loaded and re-mapped for a VRayVolumeGrid. The input file loaded for the Volumetric Grid must be generated from the source program with channels mapped in such a way that VRayVolumeGrid can... | https://docs.chaosgroup.com/pages/diffpagesbyversion.action?pageId=38572110&selectedPageVersions=1&selectedPageVersions=2 | 2019-06-16T06:30:40 | CC-MAIN-2019-26 | 1560627997801.20 | [] | docs.chaosgroup.com |
Dependency Tracking in Azure Application Insights
A dependency is an external component that is called by your app.:
Setup automatic dependency tracking in Console Apps
To automatically track dependencies from .NET/.NET Core console apps, install the Nuget package
Microsoft.ApplicationInsights.DependencyCollector, and ... | https://docs.microsoft.com/en-us/azure/azure-monitor/app/asp-net-dependencies | 2019-06-16T08:17:05 | CC-MAIN-2019-26 | 1560627997801.20 | [array(['media/asp-net-dependencies/02-reqs.png',
'List of requests with averages and counts'], dtype=object)
array(['media/asp-net-dependencies/03-instances.png',
'List of request occurrences'], dtype=object)
array(['media/asp-net-dependencies/04-dependencies.png',
'Find Calls to Remote Depen... | docs.microsoft.com |
Tool
Strip
Tool Combo Box. End Update Strip
Tool Combo Box. End Update Strip
Tool Combo Box. End Update Strip
Method
Combo Box. End Update
Definition
Resumes painting the ToolStripComboBox control after painting is suspended by the BeginUpdate() method.
public: void EndUpdate();
public void EndUpdate ();
member this.En... | https://docs.microsoft.com/en-us/dotnet/api/system.windows.forms.toolstripcombobox.endupdate?view=netframework-4.8 | 2019-06-16T08:01:05 | CC-MAIN-2019-26 | 1560627997801.20 | [] | docs.microsoft.com |
concurrent_vector::grow_to_at_least Method
Grows this concurrent vector until it has at least _N elements. This method is concurrency-safe.
iterator grow_to_at_least( size_type _N );
Parameters
- _N
The new minimum size for the concurrent_vector object.
Return Value
An iterator that points to beginning of appended sequ... | https://docs.microsoft.com/en-us/previous-versions/visualstudio/visual-studio-2013/ee355373%28v%3Dvs.120%29 | 2019-06-16T06:59:52 | CC-MAIN-2019-26 | 1560627997801.20 | [] | docs.microsoft.com |
SGX Infrastructure design¶
Important
This design document describes a feature of Corda Enterprise.
This document is intended as a design description of the infrastructure around the hosting of SGX enclaves, interaction with enclaves and storage of encrypted data. It assumes basic knowledge of SGX concepts, and some kno... | https://docs.corda.net/design/sgx-infrastructure/design.html | 2019-09-15T07:25:26 | CC-MAIN-2019-39 | 1568514570830.42 | [array(['../../_images/ExampleSGXdeployment.png', 'Example SGX deployment'],
dtype=object) ] | docs.corda.net |
Description
Minipapers is a method for which to easily embed a miniaturized version of a flipbook on your website. The following view options are available:
- Perspective—displays a three-dimensional flipbook
- Single page—displays a single page on the flipbook
- Spread—displays a spread on the flipbook
- Page slider—d... | https://docs.ipaper.io/integration/minipapers | 2019-09-15T07:27:09 | CC-MAIN-2019-39 | 1568514570830.42 | [] | docs.ipaper.io |
All content with label amazon+gridfs+import+infinispan+infinispan_user_guide+listener+migration+out_of_memory+snapshot+transaction.
Related Labels:
expiration, publish, datagrid, coherence, interceptor, server, recovery, transactionmanager, dist, release, query, deadlock, archetype, lock_striping, nexus, guide, schema,... | https://docs.jboss.org/author/label/amazon+gridfs+import+infinispan+infinispan_user_guide+listener+migration+out_of_memory+snapshot+transaction | 2019-09-15T08:09:36 | CC-MAIN-2019-39 | 1568514570830.42 | [] | docs.jboss.org |
All content with label cloud+eventing+gridfs+import+infinispan+installation+jsr-107+post+repeatable_read+store+wcm+xsd.
Related Labels:
podcast, publish, datagrid, coherence, interceptor, server, replication, transactionmanager, dist, query, deadlock, intro, future, archetype, jbossas, lock_striping, nexus, guide, sche... | https://docs.jboss.org/author/label/cloud+eventing+gridfs+import+infinispan+installation+jsr-107+post+repeatable_read+store+wcm+xsd | 2019-09-15T08:41:25 | CC-MAIN-2019-39 | 1568514570830.42 | [] | docs.jboss.org |
Configuration
The steps below summarizes how to configure the Token Server as OpenID Provider.
Configure JWT Keys for signing
Token Server, the Token Server
Enable OpenID compliant
grant type - either
Authorization Code or
Implicit.
Enable OpenID Connect by adding
openid scope to either
Default Scopes or
Additional Sco... | https://docs.onegini.com/msp/token-server/10.1.1/topics/oidc/configuration/configuration.html | 2019-09-15T07:32:38 | CC-MAIN-2019-39 | 1568514570830.42 | [array(['img/jwt-key-configuration.png', 'JWT Key configuration'],
dtype=object)
array(['img/jwt-key-signing-algorithm.png', 'Signing algorithm'],
dtype=object) ] | docs.onegini.com |
Defining bad words
You can define and manage bad words in the Bad words application.
Adding a bad word
- Click New bad word.
- On the New bad word page, enter the following details:
- Bad word - a string that must not appear in the input text.
- Bad word is a regular expression - if enabled, the string entered into the... | https://docs.kentico.com/k12/community-features/bad-words/defining-bad-words | 2019-09-15T08:39:09 | CC-MAIN-2019-39 | 1568514570830.42 | [] | docs.kentico.com |
the Modelers and Developer Portal.
The processes involving the Web Modeler described here apply to collaborative working in Mendix versions 7.23.3 and above.
Mendix versions 7.23.2 and below use a different method to sync work between the Web and Desktop Modelers. See Sync the Web Modeler & Desktop Modeler for more in... | https://docs.mendix.com/refguide7/version-control | 2019-09-15T07:31:47 | CC-MAIN-2019-39 | 1568514570830.42 | [array(['attachments/version-control/image1.png', None], dtype=object)
array(['attachments/version-control/image2.png', None], dtype=object)
array(['attachments/version-control/image3.png', None], dtype=object)
array(['attachments/version-control/image4.png', None], dtype=object)
array(['attachments/version-control... | docs.mendix.com |
Current Series Release Notes¶
12.0.0.0rc1-63¶
New Features¶
OS::Aodh::LBMemberHealthAlarm resource plugin is added to manage Aodh loadbalancer_member_health alarm.
Added a new config option server_keystone_endpoint_type to specify the keystone authentication endpoint (public/internal/admin) to pass into cloud-init data... | https://docs.openstack.org/releasenotes/heat/unreleased.html | 2019-09-15T08:32:32 | CC-MAIN-2019-39 | 1568514570830.42 | [] | docs.openstack.org |
chainer.initializers.GlorotNormal¶
- class
chainer.initializers.
GlorotNormal(scale=1.0, dtype=None)[source]¶
Initializes array with scaled Gaussian distribution.
Each element of the array is initialized by the value drawn independently from Gaussian distribution whose mean is 0, and standard deviation is \(scale \time... | https://docs.chainer.org/en/latest/reference/generated/chainer.initializers.GlorotNormal.html | 2019-09-15T08:27:44 | CC-MAIN-2019-39 | 1568514570830.42 | [] | docs.chainer.org |
Creating a Facebook Account
In August 2014 Facebook instituted a new process that alters the support for Facebook Query Language (FQL). This change has required Genesys to make some changes to the process of creating Facebook applications.
As of the publication of this page, the following applies:
- If you have a worki... | https://docs.genesys.com/Documentation/ES/8.5.1/SMSolution/CreatingaFacebookApplication | 2019-09-15T07:28:20 | CC-MAIN-2019-39 | 1568514570830.42 | [] | docs.genesys.com |
:
-- access.lua local function load_entity_key(api_key) -- IMPORTANT: the callback is executed inside a lock, hence we cannot terminate -- a request here, we MUST always return. local apikeys, err = kong querystring = kong.request.get_query() local apikey = querystring = kong.cache:get("apikeys." .. apikey, nil, load_e... | https://docs.konghq.com/0.14.x/plugin-development/entities-cache/ | 2019-09-15T08:18:55 | CC-MAIN-2019-39 | 1568514570830.42 | [] | docs.konghq.com |
All Files Dropper Tool Properties When you select the Dropper tool, its properties and options appears in the Tool Properties view. NOTETo learn how to use the Dropper tool, see Picking a Colour with the Dropper Tool. Tool Options Icon Property Description Sample All Layers On bitmap layers, if strokes with transparenc... | https://docs.toonboom.com/help/harmony-15/paint/reference/tool-properties/droppper-tool-properties.html | 2019-09-15T07:39:00 | CC-MAIN-2019-39 | 1568514570830.42 | [] | docs.toonboom.com |
Trainer Extensions¶
In this section, you will learn about the following topics:
How to create your own trainer extension
What is trainer Extension?¶
Extension is a callable object that takes a
Trainer object as an argument. By adding an
Extension to a
Trainer using the
extend() method, the
Extension will be called acco... | https://docs.chainer.org/en/latest/guides/extensions.html | 2019-09-15T08:34:45 | CC-MAIN-2019-39 | 1568514570830.42 | [array(['../_images/polynomial.png', '../_images/polynomial.png'],
dtype=object) ] | docs.chainer.org |
, click on the icon Pool of the top bar, or open the "Guest / Host / Pool" section in the left area of the Dashboard and click the right mouse button on "Pools". Then click "New Pool".
A window will open to start the creation of the new Pool.
Enter the name of the Pool and click "Next".
You can select the Hosts you wan... | https://docs.flexvdi.com/display/V30/Creating+a+new+Pool | 2019-09-15T07:34:27 | CC-MAIN-2019-39 | 1568514570830.42 | [] | docs.flexvdi.com |
Configuring marketing automation
Marketing automation helps you automate, optimize and analyze your campaigns that are promoted by emails. Moreover, Marketing automation allows you to nurture your website visitors and leads – represented by contacts in Kentico.
To be able to work with processes and steps in the Marketi... | https://docs.kentico.com/k11/on-line-marketing-features/configuring-and-customizing-your-on-line-marketing-features/configuring-marketing-automation | 2019-09-15T08:39:34 | CC-MAIN-2019-39 | 1568514570830.42 | [] | docs.kentico.com |
[OSEv3:children] masters nodes etcd
Until OpenShift Container Platform 3.6, it was possible to deploy a cluster with an embedded etcd instance. This embedded etcd instance was deployed on your OpenShift Container Platform instance. Starting in OpenShift Container Platform version 3.7, this is no longer possible.
This m... | https://docs.openshift.com/container-platform/3.7/upgrading/migrating_embedded_etcd.html | 2019-09-15T08:03:25 | CC-MAIN-2019-39 | 1568514570830.42 | [] | docs.openshift.com |
New Panel ‘Monitoring’ added to list the violations for each policy.
Added support to create and delete datasource using congress dashboard
Added support to enter rules in policy language directlt using congress_dashboard if the user doesn’t need navigation support to create rules.
Except where otherwise noted, this do... | https://docs.openstack.org/releasenotes/congress-dashboard/pike.html | 2019-09-15T07:40:56 | CC-MAIN-2019-39 | 1568514570830.42 | [] | docs.openstack.org |
- !
History of mathematics in China
Résumé de l'exposé
?Chinese mathematics? was defined by Chinese in ancient times as the ?art of calculation?. This art was both a practical and a spiritual one. Like in Europe, many traces of calculations and solutions of equations were found by archaeologists. Today, these archaeol... | https://docs.school/matieres-scientifiques-et-technologiques/mathematiques/dissertation/histoire-mathematiques-chine-16237.html | 2019-09-15T08:00:58 | CC-MAIN-2019-39 | 1568514570830.42 | [array(['https://ncd1.docsnocookie.school/vapplication/image/icons/cat-TS.png',
None], dtype=object) ] | docs.school |
Contents IT Business Management Previous Topic Next Topic Create a resource role Subscribe Log in to subscribe to topics and get notified when content changes. ... SAVE AS PDF Selected Topic Topic & Subtopics All Topics in Contents Share Create a resource role Define project-specific roles for team members based on the... | https://docs.servicenow.com/bundle/istanbul-it-business-management/page/product/resource-management/task/create-resource-role.html | 2019-09-15T08:44:43 | CC-MAIN-2019-39 | 1568514570830.42 | [] | docs.servicenow.com |
This section explains the difference between and .
Key as Path Parameter
A key is an identifier that allows to identify entities such as
Devices or
Variables. Entity Key parameters in the path are defined as
<entity_key>, e.g.
<device_key>. Entity Keys allow to identify the entity instance with their corresponding
id o... | https://docs.ubidots.com/reference/filters | 2021-09-16T19:26:23 | CC-MAIN-2021-39 | 1631780053717.37 | [] | docs.ubidots.com |
Date: Tue, 21 Jan 2003 01:43:54 +0100 From: "Simon L. Nielsen" <simon@nitro.dk> To: freebsd-ipfw@FreeBSD.ORG Subject: Sanity check in ipfw(8) Message-ID: <20030121004353.GF351@nitro.dk>
Next in thread | Raw E-Mail | Index | Archive | Help
--tmoQ0UElFV5VgXgH Content-Type: text/plain; charset=us-ascii Content-Disposition... | https://docs.freebsd.org/cgi/getmsg.cgi?fetch=3650+0+archive/2003/freebsd-ipfw/20030126.freebsd-ipfw | 2021-09-16T18:54:58 | CC-MAIN-2021-39 | 1631780053717.37 | [] | docs.freebsd.org |
Do not use batch request types in plug-ins and workflow activities
Category: Usage, Reliability, Performance
Impact potential: Medium
Symptoms
Due to their long-running nature, using ExecuteMultipleRequest or ExecuteTransactionRequest message request classes within the context of a plug-in or workflow activity expose s... | https://docs.microsoft.com/en-us/powerapps/developer/data-platform/best-practices/business-logic/avoid-batch-requests-plugin | 2021-09-16T19:53:02 | CC-MAIN-2021-39 | 1631780053717.37 | [] | docs.microsoft.com |
Specify.
| http://docs.imsidesign.com/projects/Turbocad-2018-User-Guide-Publication/TurboCAD-2018-User-Guide-Publication/Rendering/UV-Mapping/UV-Mapping-Options/Packing-General/ | 2021-09-16T18:47:20 | CC-MAIN-2021-39 | 1631780053717.37 | [array(['../../Storage/turbocad-2018-user-guide-publication/packing-general-img0002.png',
'img'], dtype=object) ] | docs.imsidesign.com |
On a Cloud: Improving User Experiences
User Experience with Data Latency
Here is a fairly simple technique that can really enable your company to focus on the most important areas of your application; by taking the user experience to heart, and understanding which components are critical, you can more easily hit the cr... | https://docs.microsoft.com/en-us/archive/blogs/cdndevs/on-a-cloud-improving-user-experiences | 2020-02-17T02:32:59 | CC-MAIN-2020-10 | 1581875141460.64 | [] | docs.microsoft.com |
Publishing and Hosting Apps Developed in SnapDevelop
Last Updated:
Most of the content, except for a few places (except for a few settings and instructions) in this document has been updated against SnapDevelop 2019 R2.
Introduction
From within SnapDevelop, applications can be published using the following three option... | https://docs.appeon.com/appeon_online_help/snapdevelop2019r2/Publish/index.html | 2020-02-17T00:24:13 | CC-MAIN-2020-10 | 1581875141460.64 | [array(['assets/Web_Deploy/image23.png', None], dtype=object)
array(['assets/Web_Deploy/image24.png', None], dtype=object)
array(['assets/Web_Deploy/image25.png', None], dtype=object)
array(['assets/Web_Deploy/image26.png', None], dtype=object)
array(['assets/Web_Deploy/image27.png', None], dtype=object)
array(['a... | docs.appeon.com |
[ aws . waf-regional ]
Associates a LoggingConfiguration with a specified web ACL.
You can access information about all traffic that AWS WAF inspects using the following steps:
Note
Do not create the data firehose using a Kinesis stream as your source. .", logging configuration for the web ACL ARN with the specified K... | https://docs.aws.amazon.com/cli/latest/reference/waf-regional/put-logging-configuration.html | 2020-02-17T00:55:16 | CC-MAIN-2020-10 | 1581875141460.64 | [] | docs.aws.amazon.com |
System.
Windows. Forms Namespace
The System.Windows.Forms namespace contains classes for creating Windows-based applications that take full advantage of the rich user interface features available in the Microsoft Windows operating system.
Classes
Structs
Interfaces
Enums
Delegates
Remarks.
Caution. By default visual st... | https://docs.microsoft.com/en-gb/dotnet/api/system.windows.forms?view=netframework-1.1 | 2020-02-17T01:10:08 | CC-MAIN-2020-10 | 1581875141460.64 | [] | docs.microsoft.com |
Researchers Develop Bendable Battery
WASHINGTON (AP) -.
Just imagine if they could make this flexible enough to make clothes out of it. Your jacket could double as a power supply for your phone, laptop, or media player. With batteries this thin, you could conceivably put them just about anywhere.
Researchers Develop Be... | https://docs.microsoft.com/en-us/archive/blogs/gduthie/researchers-develop-bendable-battery | 2020-02-17T02:33:30 | CC-MAIN-2020-10 | 1581875141460.64 | [] | docs.microsoft.com |
How to extract OSX Lion image and burn it to DVD:
If you already installed Lion, you will have to download again the package from AppStore so open it while holding Option key (ALT) button and from "Purchases" tab, open "OS X Lion" link again while pressing Option key (ALT).
Now, let's assume you have the Lion package i... | http://docs.gz.ro/osx-image-to-dvd-or-usb.html | 2020-02-17T01:59:01 | CC-MAIN-2020-10 | 1581875141460.64 | [array(['http://docs.gz.ro/sites/default/files/styles/thumbnail/public/pictures/picture-1-1324065756.jpg?itok=rS4jtWxd',
"root's picture root's picture"], dtype=object) ] | docs.gz.ro |
You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::APIGateway::Types::StageKey
Overview
Note:
When passing StageKey as input to an Aws::Client method, you can use a vanilla Hash:
{ rest_api_id: "String", stage_name: "String", }
A reference to a un... | https://docs.aws.amazon.com/sdkforruby/api/Aws/APIGateway/Types/StageKey.html | 2020-02-17T01:08:23 | CC-MAIN-2020-10 | 1581875141460.64 | [] | docs.aws.amazon.com |
Celebrating 40th Anniversary “Social Issues in Computing”
A few people were invited to contribute articles in honour of Kelly’s and Allan’s seminal book, Social Issues in Computing. The University of Toronto has a blog in celebration of the 40th anniversary in the publication of: “In 1973, Kelly Gotlieb and Allan Borod... | https://docs.microsoft.com/en-us/archive/blogs/cdnitmanagers/celebrating-40th-anniversary-social-issues-in-computing | 2020-02-17T02:24:58 | CC-MAIN-2020-10 | 1581875141460.64 | [] | docs.microsoft.com |
P free) allowing access anywhere you go. And even the hotel has Wi-Fi (again, free). I have been sitting in the bar at the hotel restaurant at night browsing the web, reading and responding to mail, and preparing this blog entry. At PDC 2001 the hotel I was staying at had wired broadband, but they were charging $30 a d... | https://docs.microsoft.com/en-us/archive/blogs/craigskibo/pdc-monday | 2020-02-17T02:15:05 | CC-MAIN-2020-10 | 1581875141460.64 | [] | docs.microsoft.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.