Skip to content

Instantly share code, notes, and snippets.

View HaxSam's full-sized avatar
💤
Always sleepy

HaxSam HaxSam

💤
Always sleepy
View GitHub Profile
@HaxSam
HaxSam / contracts...TaskContract.sol
Created August 4, 2021 12:29
Created using remix-ide: Realtime Ethereum Contract Compiler and Runtime. Load this file by pasting this gists URL or ID at https://remix.ethereum.org/#version=soljson-v0.8.4+commit.c7e474f2.js&optimize=false&runs=200&gist=
// SPDX-License-Identifier: GPL-3.0
pragma solidity >=0.7.0 <0.9.0;
contract TaskContract {
enum status { todo, doing, paused, done, review, complet, deleted }
struct Task {
address creator;
@HaxSam
HaxSam / keybase.md
Created November 3, 2020 22:26
keybase.md

Keybase proof

I hereby claim:

  • I am haxsam on github.
  • I am haxsam (https://keybase.io/haxsam) on keybase.
  • I have a public key ASDLks7KHETEYODEKRsBXULARg1KHeQIfxovrzkWu5t2lAo

To claim this, I am signing this object:

@HaxSam
HaxSam / Bs.to vivoLinkDownloader Tampermonkey
Last active September 9, 2020 22:39
to download the vivo urls from bs.to
// ==UserScript==
// @name Vivo Link Downloader
// @namespace https://bs.to/
// @version 1.5.0
// @description Get your Vivo Links
// @author HaxSam
// @match https://bs.to/*/*/*/*/*
// @grant none
// ==/UserScript==