Skip to content

Instantly share code, notes, and snippets.

View hexagon6's full-sized avatar

hexagon6

View GitHub Profile
@hexagon6
hexagon6 / build.js
Created April 12, 2024 10:19
visualize tables web component build test
// generated during release, do not modify
const PUBLIC_VERSION = '5'
if (typeof window !== 'undefined')
// @ts-ignore
(window.__svelte ||= { v: new Set() }).v.add(PUBLIC_VERSION)
const DERIVED = 1 << 1
const EFFECT = 1 << 2
@hexagon6
hexagon6 / collatz.rs
Last active August 7, 2021 14:59 — forked from rust-play/playground.rs
recursive collatz in rust
fn collatz(num: i64, list: &mut Vec<i64>) {
let exists: bool = list.contains(&num);
match exists {
true => {}
false => {
list.push(num);
let even: bool = num % 2 == 0;
match even {
true => collatz(num / 2, list),
false => collatz(3 * num + 1, list),
@hexagon6
hexagon6 / hackathon_how_to.md
Created October 3, 2018 09:00 — forked from sergmetelin/hackathon_how_to.md
Hackathon Getting Started guide

Important Note before you start

As the EOSIO V1.3 was released this week we strongly do not recommend to use it for the hackathon. Please use EOSIO V1.2.5 to build your applications. To setup your EOSIO Developer Portal for correct version for the event, please click the following link: https://developers.eos.io/eosio-nodeos/v1.2.0/docs/?hackathon It will setup a special cookie in your browser making some modifications to the Developer Portal to make it suitable to work with EOSIO V1.2.5. If you done everything right, you will see an "#eoshackathon" label under the Developer Portal logo: logo.png

About EOSIO

The EOS.IO software introduces a new blockchain architecture designed to enable vertical and horizontal scaling of decentralized applications. This is achieved by creating an operating system-like construct upon which applications can be built. The software prov

@hexagon6
hexagon6 / terminal.log
Last active November 26, 2017 19:59
Partyshare linux build
[20:54:30.879] [info] [IPFSSync] get state
[20:54:30.880] [info] Checking for update
[20:54:30.979] [error] Error: TypeError: Cannot read property 'provider' of undefined
at AppImageUpdater.createClient (/opt/Partyshare/resources/app.asar/node_modules/electron-updater/src/AppUpdater.ts:355:23)
at /opt/Partyshare/resources/app.asar/node_modules/electron-updater/src/AppUpdater.ts:245:68
From previous event:
at /opt/Partyshare/resources/app.asar/node_modules/electron-updater/src/AppUpdater.ts:245:52
at Generator.next (<anonymous>)
From previous event:
at AppImageUpdater.doCheckForUpdates (/opt/Partyshare/resources/app.asar/node_modules/electron-updater/out/AppUpdater.js:326:11)
@hexagon6
hexagon6 / keybase.md
Last active August 26, 2016 12:18
keybase.md

Keybase proof

I hereby claim:

  • I am hexagon6 on github.
  • I am hexagon6 (https://keybase.io/hexagon6) on keybase.
  • I have a public key whose fingerprint is AF9A DA94 8CF2 46A8 74D6 9124 A96D 4B77 E841 965D

To claim this, I am signing this object: