Skip to content

Instantly share code, notes, and snippets.

View lucylow's full-sized avatar
🎯

盧露 lucylow

🎯
  • non trivial
  • left as an exercise to the reader
  • X @lowlucy
View GitHub Profile
@camronh
camronh / OpenBankProject.md
Last active December 6, 2021 07:32
OBP Web3 Docs

How to use OpenBankProject on Web3

Airnode API Documentation

{{ Give an overview of the API. Describe what it does. }}

Home Page: {{ URL to API home page }}
Web2 Docs: {{ URL to API documentation }}

Call this Airnode API

@christroutner
christroutner / presentation.md
Last active November 9, 2021 22:17
Notes for Blockhack Hackathon

Getting Started with Bitcoin Cash (BCH)

These notes and presentation are intended as a 'quick start' for hackathon developers to quickly implement BCH and token infrastructure into their hackathon project.

Educational Resources

Code examples won't help much if you don't understand the underlying architecture of the Bitcoin blockchain. Here are some educational and documentation references that every developer should refer to when they have questions:

@quantumjim
quantumjim / links.md
Last active August 10, 2022 01:45
Useful links for Qiskit and Qisge
@WietseWind
WietseWind / 1-accountset.json
Last active December 18, 2021 15:32
Issue tokens (NFT) on the XRPL as discussed in XLS-14d - https://github.com/XRPLF/XRPL-Standards/discussions/30
{
"TransactionType": "AccountSet",
"Account": "rIssuingAccount...",
"SetFlag": 8
}
@coolreader18
coolreader18 / segfault.py
Last active March 30, 2024 08:05
CPython segfault in 5 lines of code
class E(BaseException):
def __new__(cls, *args, **kwargs):
return cls
def a(): yield
a().throw(E)
@lucylow
lucylow / map.geojson
Last active November 17, 2019 20:39
intheskywithdiamonds.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
/**
* Use this file to configure your truffle project. It's seeded with some
* common settings for different networks and features like migrations,
* compilation and testing. Uncomment the ones you need or modify
* them to suit your project as necessary.
*
* More information about configuration can be found at:
*
* truffleframework.com/docs/advanced/configuration
*
@surganov
surganov / essential-bret-victor.md
Created January 6, 2016 13:02
Essential Bret Victor
@bishboria
bishboria / springer-free-maths-books.md
Last active April 25, 2024 06:27
Springer made a bunch of books available for free, these were the direct links
@tdriscoll
tdriscoll / mojibake.py
Last active January 30, 2024 03:57
mojibake example
# -*- coding: utf-8 -*-
gibberish = "quiero más tacos".decode("latin-1")
print gibberish #quiero más tacos