Skip to content

Instantly share code, notes, and snippets.

View Pazzilivo's full-sized avatar
🎯
Working

Pazzilivo

🎯
Working
View GitHub Profile
<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"
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);
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
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
[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
@Pazzilivo
Pazzilivo / surge.conf
Created March 7, 2016 16:11 — forked from soffchen/surge.conf
surge.conf
[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
@Pazzilivo
Pazzilivo / 0_reuse_code.js
Created April 22, 2014 14:05
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console
@Pazzilivo
Pazzilivo / i-love-you.txt
Last active December 20, 2015 04:08
txt: find love
99669999996669999996699666699666999966699666699
99699999999699999999699666699669966996699666699
99669999999999999996699666699699666699699666699
99666699999999999966666999966699666699699666699
99666666999999996666666699666699666699699666699
99666666669999666666666699666669966996699666699
99666666666996666666666699666666999966669999996
@Pazzilivo
Pazzilivo / progress-indicator.css
Last active December 19, 2015 18:19
Chrome-style progress-indicator with SVG and CSS animations
/**
* Attempt for Chrome-style progress-indicator with SVG and CSS animations
*/
@keyframes spin {
to {
stroke-dashoffset: -264;
}
}
[
{
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"