Tutorial by Topics: script

How to install CPython in Weka? Install wekaPython go to tools, open package manager search wekaPython, select and click to install Install Python libraries install anaconda or conda install four packages: numpy, pandas, matplotlib, scikit-learn for full installation doc see conda ...
The script allows you to create a backup directory for each execution with the following syntax : Name of database backup directory + date and time of execution Example : prodDir22-11-2016-19h55 After it's created, it creates two backup files with the following syntax : Name of database + date ...
To begin, in Windows, create a text document on your desktop (Right-click>New>Text Document.) Change the the extension from ".txt" to ".vbs". At this point it is executable by double clicking it(nothing will happen if you try, there's nothing in it yet.) To edit, right-...
This Simple Google App Web Script (Standalone) allows Google Drive to be repeated polled for files to be downloaded to the user's local PC. Shows how to use one app script to provide the function of both the: 1. User interface (a simple one in this example) 2. The file download page. For a fu...
While some existing JavaScript libraries have type definition files, there are many that don't. TypeScript offers a couple patterns to handle missing declarations.
Javascript examples to interact with existing store variables or scrape data that isn't easily exposed
If you have to change some things in renderer.js or main.js but you want to do the changes in index.html, you can use the remote function. It lets you access all the electron functions you need! use remote like require("electron"): main.js:    const electron = require("elec...
In order for NetSuite to know how to utilize our source code, we need to be able to tell it which functions to call, when to call them, and who to call them for. We accomplish all of these with the Script and Script Deployment records.
Google appscript runs well as a stand alone platform and in the addon format for Google docs, sheets and forms. However, there are times when a client browser may need to call to a Google app to perform some action. Therefore, Google introduced client side requests to Google apps-scripts. To solve ...
This documentation explains and provides steps to download latest artifact from a JFrog Artifactory repository using Powershell Script (v2.0 or below).
Download latest Artifact from Artifactory repository using shell script.
AppleScript is able to retrieve the URL of the current tab of a browser.
Sometimes the returned search results in a Mass Update isn't the same as the results in a standard search, this is due to some limitations in a Mass Update Search. An example of this is Rev Rec Journal entries. Therefore, the workaround for this was to get the data from the standard saved search and...
Different ways to open a file to work with in a script.
If you find the arguments for type systems persuasive in general, then you'll be happy with TypeScript. It brings many of the advantages of type system (safety, readability, improved tooling) to the JavaScript ecosystem. It also suffers from some of the drawbacks of type systems (added complexity a...
Inline editing allows users to very quickly modify and update the data for a particular record without having to load the entire record on a page, edit the form, then save the record. NetSuite developers have a corresponding functionality called submitFields. The submitFields functionality is provi...
Redis provides a couple of mechanisms for extending the functionality of the database. One mechanism is through the use of server-side LUA scripts that can be executed to manipulate data. Lua scripts can be useful to perform expensive operations or to implement atomic operations that require logic...
Open the directory of your ember.js project, You will find there a file named ember-cli-build.js. You can install Your libraries or plugins using bower, then point the import to the bower_components folder, but if you have a file You want to add, just drag them to the folder of Your project and writ...
Dart-JavaScript interoperability lets us run JavaScript code from our Dart programs. The interoperability is achieved by using the js library to create Dart stubs. These stubs describe the interface we'd like to have with the underlying JavaScript code. At runtime calling the Dart stub will invoke ...

Page 5 of 7