Tutorial by Topics: script

The "scripts" property in package.json allows you to run npm packages locally. The "karma": "karma" script references the karma shell script is the node_modules/.bin directory. This reference needs to be grab and an alias needs to be applied to it in order to be use...
This is an example form web app, the client-side bit shows some basic UX design, such as a disabled submit button when the form is submitting, or an error message if it fails...etc The Apps Script bit is very basic. It contains just the code necessary to serve up the html, and to validate the fie...
Scripting SVG using the native DOM interfaces is currently (2016) in a state of slight change. The current SVG standard (1.1) is implemented well by most major web browsers. However, as the SVG 2.0 standard is under development, some browsers have begun to remove SVG 1.1 features that will be obso...
The commands in a Vimscript file are executed in command mode by default. Therefore all non-command mode directives should be prefixed.
RenderScript is a scripting language that allows you to write high performance graphic rendering and raw computational code. It provides a means of writing performance critical code that the system later compiles to native code for the processor it can run on. This could be the CPU, a multi-core CPU...
AppleScript is a language that predates the Mac as we know it today, originating in 1993. While other scripting languages have more fully featured libraries and more robust syntax, the power of AppleScript is for automating Mac applications. Any Mac application can include a scripting dictionary,...
:[range]py[thon] {statement}
PostScript is a reverse-polish stack-based, dynamically-typed, dynamic-namespacing, scripting language with built-in primitives for generating rendered images from vector descriptions. PostScript employs the same "Adobe Image Model" as the PDF file format. PostScript is used as an outpu...
#Requires -Version <N>[.<n>] #Requires –PSSnapin <PSSnapin-Name> [-Version <N>[.<n>]] #Requires -Modules { <Module-Name> | <Hashtable> } #Requires –ShellId <ShellId> #Requires -RunAsAdministrator #requires statement can be placed on any li...
Signing a script will make your scripts comply with all exeuction policies in PowerShell and ensure the integrity of a script. Signed scripts will fail to run if they have been modified after being signed. Scripts signing requires a code signing certificate. Recommendations: Personal scripts/...
PowerShell modules bring extendibility to the systems administrator, DBA, and developer. Whether it’s simply as a method to share functions and scripts. Powershell Functions are to avoid repitetive codes. Refer [PS Functions][1] [1]: PowerShell Functions PowerShell Scripts are used for automating...
Since all Web Components must be self-contained, including all their dependencies, duplicated dependency import would quickly become an issue with script includes. Thus, Web Components (and, by extension, Polymer) use W3C HTML imports for managing component dependencies. These imported HTML files ca...
Webscripts are functional modules in the Alfresco, which can just show some informations or also make some things inside the Alfresco (eg. run workflow, working with files, users, groups, or other entities). Every webscripts has two main parts- code (.js, .java) and Freemaker template (.ftl) Websc...

Page 3 of 7