Skip to content
View IceTweak's full-sized avatar
💀
Codin on the blockchain
💀
Codin on the blockchain

Block or report IceTweak

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
IceTweak/README.md

I use NEAR BTW

Долго выбираешь какую крипту купить📉? Лучши выбери цветы маме 📈

BDD - Blockchain Driven Development (чтобы это не значило 🤡)

Кто ты без ZK rollups?

Кто ты без ZK rollups?

  • CI/CD - Cannabis Integration / Cannabis Delivery и тут термин pipeline будет более уместен
  • Выше должен быть дисклеймер - мы за здоровый (BDD only) образ жизни
  • "Давай сделаем NFT drop на Solana, а потом пообнимаемся"
  • Когда люди перестают читать книжки - они попадают во вротенд

🧰🛠️ Батин ящик с инструментами

NixOS zsh VSCode

Go TS Solidity

MongoDB PostgreSQL Redis

Docker K8S Helm

Prometheus Elasticsearch

Kibana Logstash

я div`ы выравниваю для души, а так то у меня свой Web3 стартап на three hundred bucks 💸

React NextJS

Крипта, крипта, крипта - много крипты!!!

Ethereum NEAR

Polygon HLF

Uniswap AAVE Balancer

This is unsafe 🔞

package main

import (
	"fmt"
	"sync"
	"unsafe"
)

var secret = [...]byte{72, 101, 108, 108, 111, 44, 32, 87, 111, 114, 108, 100, 33}

type obscure struct {
	ptr *byte
	len int
	done chan struct{}
}

func main() {
	var wg sync.WaitGroup
	wg.Add(1)

	ob := &obscure{
		ptr: &secret[0],
		len: len(secret),
		done: make(chan struct{}),
	}

	go func(o *obscure) {
		<-o.done
		msg := unsafe.Slice(o.ptr, o.len)
		fmt.Println(string(msg))
		wg.Done()
	}(ob)

	close(ob.done)
	wg.Wait()
}

Popular repositories Loading

  1. sweetalert2 sweetalert2 Public

    Forked from mansurmetocrm/sweetalert2

    ✨ A beautiful, responsive, highly customizable and accessible (WAI-ARIA) replacement for JavaScript's popup boxes. Zero dependencies. 🇺🇦

    JavaScript 1

  2. image-combiner image-combiner Public

    Rust 1

  3. multisig multisig Public

    Solidity 1

  4. gohunterbot gohunterbot Public

    Go 1

  5. Python_Code_Examples Python_Code_Examples Public

    Python

  6. Complete-Python-3-Bootcamp Complete-Python-3-Bootcamp Public

    Forked from Pierian-Data/Complete-Python-3-Bootcamp

    Course Files for Complete Python 3 Bootcamp Course on Udemy

    Jupyter Notebook