I hereby claim:
- I am moltar on github.
- I am m0ltar (https://keybase.io/m0ltar) on keybase.
- I have a public key ASDLvYBxhyuKFzV36gxSdrS39t-KbM6KiCjaXBSL5L_xwAo
To claim this, I am signing this object:
function verifyChecksum (params, secret) { | |
const valuesArray = Object | |
.keys(params) | |
.filter((key) => key && params[key] && key !== 'verification_code') | |
.map((key) => params[key]) | |
const valuesObject = {} | |
for (let i = 0; i < valuesArray.length; i++) { | |
// stringify indexes for ASCII sort | |
valuesObject[i.toString()] = valuesArray[i] |
const duid = require('short-duid') | |
const inst = duid.init({ | |
shardId: 1, | |
salt: 'foo', | |
epochStart: 1517363935892 | |
}) | |
for (let i = 0; i < 100000; i += 1) { | |
const ids = inst.getDUIDInt(1) |
/* eslint-disable import/no-extraneous-dependencies, import/no-unresolved */ | |
import Vue from 'vue' | |
import { | |
Layout, Modal, Button, FormGroup, FormInput, | |
FormTextarea, InputGroup, Jumbotron, Collapse, Card, | |
Tabs, Popover, Badge | |
} from 'bootstrap-vue/es/components' | |
Vue.use(Layout) |
global.Promise = require('bluebird') | |
const Queue = require('bull') | |
const EventEmitter = require('events') | |
const JOB_NAME = 'testJob' | |
const PROGRESS_BUS_EVENT_NAME = 'progress' | |
const COMPLETED_PROGRESS_VALUE = 100 | |
const { log } = console |
class A { | |
get a() { | |
return 1 | |
} | |
} | |
class B { | |
get b() { | |
return 2 | |
} | |
} |
interface A { | |
foo: number | |
} | |
interface B { | |
bar: number | |
} | |
type C = A | B |
module.exports = async function pdf(url, req) { | |
const browser = await puppeteer.launch() | |
const page = await browser.newPage() | |
await page.goto( | |
'https://.....c9users.io/clients/' + | |
req.params.id + | |
'/reports/monthlyreport/' + | |
req.params.marketplace + | |
'/' + |
I hereby claim:
To claim this, I am signing this object:
name | hz | |
---|---|---|
JSON Encode Decode | 79966.79245582566 | |
runtypes | 41973.09084616639 | |
io-ts | 337073.6125561012 | |
class-validator sync | 73694.89411739286 | |
class-validator async | 61958.63602038928 |