Skip to content

Instantly share code, notes, and snippets.

{
"meta": {
"code": 200,
"error_message": "",
"debug_information": {
"version": "2.8.1.439",
"build_hash": "c33114cebe8a62320d01d4abf1af38d6faaff9df",
"build_time": "2019-11-18_11:15:59PM",
"request": "{\r\n \"carrier\": \"FedEx\",\r\n \"carrier_code\": \"FDXE\",\r\n \"action\": \"SubmitShipment\",\r\n \"params\": {\r\n \"debug\": true,\r\n\t\t\"account_number\": \"<redacted>\",\r\n\t\t\"meter_number\": \"<redacted>\",\r\n\t\t\"key\": \"<redacted>\",\r\n\t\t\"password\": \"<redacted>\",\r\n \"packages\": [{\r\n \"weight\": 1,\r\n \"length\": 1,\r\n \"width\": 1,\r\n \"height\": 1\r\n }],\r\n \"shipper\": \"RocketShipIt\",\r\n \"ship_addr1\": \"411 Laurel St Suite A200\",\r\n \"ship_addr2\": \"\",\r\n \"ship_city\": \"Des Moines\",\r\n \"ship_state\": \"IA\",\r\n \"ship_code\": \"50314\",\r\n \"ship_country\": \"US\",\r\n \"ship_phone\": \"1231231234\",\r\n \"to_name\": \"John Doe\",\r\n \"to_addr1\": \"2500 Ca
{
"carrier": "FedEx",
"carrier_code": "FDXE",
"action": "SubmitShipment",
"params": {
"account_number": "",
"meter_number": "",
"key": "",
"password": "",
"packages": [{
{"errors":[{"code":"556","description":"There are no valid services available.","type":"WARNING"}],"rates":null}
This file has been truncated, but you can view the full file.
var Bb = Backbone,
Bbc = Backbone.Collection,
Bbm = Backbone.Model,
Hb = Handlebars;
(function (a) {
var c = p3.module("utilities/smodal"),
d = p3.module("utilities/sort"),
b = p3.module("shared/datepicker");
a.Data.Configs = {
Admissions: {
(function (a) {
var c = p3.module("shared/base"),
e = p3.module("shared/datepicker"),
k = p3.module("shared/timepicker"),
m = p3.module("utilities/validate"),
b = p3.module("admissions/applicationformsedit"),
i = p3.module("shared/mainbulletin"),
j = p3.module("utilities/smodal"),
d = p3.Us.Culture,
f = p3.Us.Enum,
2550 silly saveTree | +-- [email protected]
2550 silly saveTree | +-- [email protected]
2550 silly saveTree | `-- [email protected]
2550 silly saveTree `-- [email protected]
2551 warn [email protected] No description
2552 warn [email protected] No repository field.
2553 verbose stack Error: [email protected] install: `node installer/driverInstall.js`
2553 verbose stack Exit status 1
2553 verbose stack at EventEmitter.<anonymous> (/usr/local/node-v10.16.0-linux-x64/lib/node_modules/npm/node_modules/npm-lifecycle/index.js:301:16)
2553 verbose stack at EventEmitter.emit (events.js:198:13)
const gservices = {
fetchUsers: (nextPageToken, result) => {
return Promise.try(() => {
return admin.users.list({
domain: '',
maxResults: 40,
pageToken: nextPageToken || '',
})
}).then(resp => {
result = [...result || [], ...resp.data.users]
import java.io.File;
import java.io.InputStream;
public class Authenticate {
public static void main(String[] args) {
File jsonKey = new File(KEY_FILE);
InputStream inputStream = new FileInputStream(jsonKey);
GoogleCredential credential =
GoogleCredential.fromStream(inputStream, HTTP_TRANSPORT, JSON_FACTORY);
const express = require('express');
const app = express();
const api_key = 'something so secret that you are hiding from your viewer';
app.get('/', (req, res) => {
res.send('hello there')
})
app.listen(3000, console.log('listening on 3000');
const express = require('express')
const app = express();
// dependencies
var mysql = require("mysql");
// db connection settings
var con = mysql.createConnection({
host:"localhost",
user:"root",
password:"xxx",