This file contains hidden or 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
<template> | |
<div class="root"> | |
<table-with-filters | |
:ref="tableFilter" | |
:columns="columns" | |
:sections="sections" | |
:is-with-sortable="true" | |
:is-with-pagination="true" | |
:is-with-column-select="true" | |
:table-props="tableProps" |
This file contains hidden or 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
const fs = require('fs'); | |
const pdfParse = require('pdf-parse'); | |
let content = [] | |
const readPdf = async (uri) => { | |
const buffer = fs.readFileSync(uri); | |
try { | |
const data = await pdfParse(buffer); |
This file contains hidden or 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
Doing md4 for 3s on 16 size blocks: 733963 md4's in 3.00s | |
Doing md4 for 3s on 64 size blocks: 634089 md4's in 3.00s | |
Doing md4 for 3s on 256 size blocks: 439716 md4's in 3.00s | |
Doing md4 for 3s on 1024 size blocks: 197994 md4's in 3.00s | |
Doing md4 for 3s on 8192 size blocks: 32159 md4's in 3.00s | |
Doing md5 for 3s on 16 size blocks: 585757 md5's in 2.99s | |
Doing md5 for 3s on 64 size blocks: 489303 md5's in 3.00s | |
Doing md5 for 3s on 256 size blocks: 319333 md5's in 2.99s | |
Doing md5 for 3s on 1024 size blocks: 135014 md5's in 3.00s | |
Doing md5 for 3s on 8192 size blocks: 20992 md5's in 3.00s |
This file contains hidden or 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
Doing md4 for 3s on 16 size blocks: 2345648 md4's in 3.00s | |
Doing md4 for 3s on 64 size blocks: 2020116 md4's in 3.00s | |
Doing md4 for 3s on 256 size blocks: 1432548 md4's in 3.00s | |
Doing md4 for 3s on 1024 size blocks: 658868 md4's in 3.00s | |
Doing md4 for 3s on 8192 size blocks: 109122 md4's in 3.00s | |
Doing md4 for 3s on 16384 size blocks: 55826 md4's in 3.00s | |
Doing md5 for 3s on 16 size blocks: 4780682 md5's in 3.00s | |
Doing md5 for 3s on 64 size blocks: 2913582 md5's in 3.00s | |
Doing md5 for 3s on 256 size blocks: 1354068 md5's in 3.00s | |
Doing md5 for 3s on 1024 size blocks: 430729 md5's in 3.00s |
This file contains hidden or 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
[General] | |
# warning, notify, info, verbose | |
loglevel = notify | |
bypass-system = true | |
skip-proxy = 127.0.0.1, 192.168.0.0/16, 193.168.0.0/24, 10.0.0.0/8, 172.16.0.0/12, 100.64.0.0/10,localhost,*.local | |
collapse-policy-group-items = true | |
interface = 0.0.0.0 | |
show-auto-proxy-changed-notification = false | |
ipv6 = true | |
allow-wifi-access = true |
This file contains hidden or 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
[General] | |
skip-proxy = 192.168.0.0/16, 10.0.0.0/8, 172.16.0.0/12, 100.64.0.0/10, localhost, *.local | |
bypass-tun = 192.168.0.0/16, 10.0.0.0/8, 172.16.0.0/12 | |
# dns-server = 119.29.29.29, 223.5.5.5, 114.114.114.114 | |
loglevel = notify | |
[Proxy] | |
BJ-All = custom | |
BJ-HK-Azure = custom | |
BJ-US-Azure = custom |
This file contains hidden or 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
// Use Gists to store code you would like to remember later on | |
console.log(window); // log the "window" object to the console |
This file contains hidden or 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
99669999996669999996699666699666999966699666699 | |
99699999999699999999699666699669966996699666699 | |
99669999999999999996699666699699666699699666699 | |
99666699999999999966666999966699666699699666699 | |
99666666999999996666666699666699666699699666699 | |
99666666669999666666666699666669966996699666699 | |
99666666666996666666666699666666999966669999996 |
This file contains hidden or 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
/** | |
* Attempt for Chrome-style progress-indicator with SVG and CSS animations | |
*/ | |
@keyframes spin { | |
to { | |
stroke-dashoffset: -264; | |
} | |
} |
This file contains hidden or 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
[ | |
{ | |
name:"HTML5", | |
uri:"http://www.w3.org/TR/html5/single-page.html", | |
category:"markup" | |
}, | |
{ | |
name:"HTML 5.1", | |
uri:"http://www.w3.org/TR/html51/single-page.html", | |
category:"markup" |
NewerOlder