Skip to content

Instantly share code, notes, and snippets.

Business Models

Advertising

Models Examples
Display ads Yahoo!
Search ads Google
@jessems
jessems / .bash_profile
Created July 15, 2016 09:37 — forked from natelandau/.bash_profile
Mac OSX Bash Profile
# ---------------------------------------------------------------------------
#
# Description: This file holds all my BASH configurations and aliases
#
# Sections:
# 1. Environment Configuration
# 2. Make Terminal Better (remapping defaults and adding functionality)
# 3. File and Folder Management
# 4. Searching
# 5. Process Management
Verifying that "jessems.id" is my Blockstack ID. https://onename.com/jessems
@jessems
jessems / PowershellProbe.js
Last active October 30, 2023 18:27
PowershellProbe - Run PowerShell scripts programmatically (ServiceNow)
// Original: https://john-james-andersen.com/blog/service-now/powershell-probe-and-utility-for-servicenow.html
var PowershellProbe = Class.create();
PowershellProbe.prototype = {
initialize: function (mid, server) {
this.setMidServer(mid);
this.setPSServer(server);
},
_createEccOutputRecord: function () {
var ecc = new GlideRecord('ecc_queue');