Skip to content

Instantly share code, notes, and snippets.

View pacoccino's full-sized avatar
🐒

Pacien B pacoccino

🐒
View GitHub Profile
@pacoccino
pacoccino / designer.html
Last active August 29, 2015 14:13
designer
<link href="../paper-progress/paper-progress.html" rel="import">
<link href="../core-icons/core-icons.html" rel="import">
<link href="../core-icons/av-icons.html" rel="import">
<link href="../paper-fab/paper-fab.html" rel="import">
<link href="../paper-item/paper-item.html" rel="import">
<link href="../paper-tabs/paper-tab.html" rel="import">
<link href="../paper-input/paper-input.html" rel="import">
<link href="../paper-ripple/paper-ripple.html" rel="import">
<link href="../paper-slider/paper-slider.html" rel="import">
<link href="../paper-toggle-button/paper-toggle-button.html" rel="import">

Stellar Portal

This is a draft for a decentralized web app for Stellar. It describes what the app should do. Some mock-ups showing these features would be welcomed.

Description

Stellar Portal is a decentralized web application to access the Stellar Network. Its goal is to provide people full control over their account and do most of transaction, without the need of a backend, by only using Horizon API.

@pacoccino
pacoccino / stellarBridge.js
Created April 16, 2017 07:44
JS Stellar Bridge
const EventEmitter = require('events');
const { Server, Keypair, Network } = require('stellar-sdk');
const { getAccount } = require('stellar-toolkit').StellarServer;
const { sendPayment } = require('stellar-toolkit').StellarOperations;
const { paymentListener } = require('stellar-toolkit').StellarStreamers;
const { areSameAssets, AssetInstance } = require('stellar-toolkit').StellarTools;
/**
* Generic Stellar anchor
0xAD4cB89e65B43c079c9Ef692a2C3e961f20bD98c
@pacoccino
pacoccino / promiseall.js
Created October 30, 2018 19:47
error management Promise.all
const wait = (ms) => new Promise(resolve => setTimeout(resolve, ms));
(async () => {
await Promise.all([
(async () => {
console.log('a', '1');
await wait(100);
console.log('a', '2');
@pacoccino
pacoccino / promiseall.js
Created October 30, 2018 19:47
error management Promise.all
const wait = (ms) => new Promise(resolve => setTimeout(resolve, ms));
(async () => {
await Promise.all([
(async () => {
console.log('a', '1');
await wait(100);
console.log('a', '2');
function flatten(arr) {
let flattened = [];
for(let i in arr) {
if(Array.isArray(arr[i])) {
flattened = flattened.concat(flatten(arr[i]));
} else {
flattened.push(arr[i]);
}
}
@pacoccino
pacoccino / README.MD
Created March 23, 2019 16:29 — forked from nzec/README.MD
DeezLoader Offical Page

Deezloader Remix

(Recommended)

Available for macOS, Linux, Windows.

In the process of a rewrite. Final release will be v4.2.0. The repository might get DMCA' so, make Git Clones/Forks
You can compile yourself now to test for bugs (See rewrite branch in the Git repository)

### Keybase proof
I hereby claim:
* I am pakokrew on github.
* I am pacobacpac (https://keybase.io/pacobacpac) on keybase.
* I have a public key ASCHG8GIUAerjbu9RcW_nVSSKPbVSKSxTtdEKrSSNMaRsAo
To claim this, I am signing this object:
This post links my 3Box profile to my Github account! Web3 social profiles by 3Box.
✅ did:3:bafyreif53hpjr7royezuhdaagj3e4cyj5v3eiair2fbmfizr3piplni7lu ✅
Create your profile today to start building social connection and trust online at https://3Box.io/