Skip to content

Instantly share code, notes, and snippets.

@nourspace
nourspace / proposal-2023-0.md
Last active April 10, 2023 22:11
0L Onchain Voting

Proposal 2023-0 : Onchain Voting

Proposal Type: Signalling
Champion: TBD
Date: 06 April 2023
State: Draft / Work in Progress

Context

The 0L network currently lacks an official voting mechanism, making it challenging to accurately gauge the preferences and opinions of network participants. While there are various methods to create polls, these approaches may not guarantee the inclusion and proper representation of all community members. We value the input of all network participants, particularly long-term contributors, and recognize the need for a more inclusive voting system.

@nourspace
nourspace / proposal-2023-x.md
Created April 7, 2023 14:51
0L: Onchain Voting Test

Proposal 2023-x : Onchain Voting Test

Proposal Type: Signalling
Address: 145EF368FC67DB6B85EB1C7D07F0D21F
Champion: TBD
Date: 07 April 2023
@nourspace
nourspace / README.md
Last active December 8, 2023 08:35 — forked from robskillington/prometheus.proto
Example Python Prometheus remote write client

Python Prometheus remote-write Client

Requirements

python -m pip install -r requirements.txt

Add metrics in write

@nourspace
nourspace / .gitignore
Created December 23, 2018 17:22
Django App .gitignore
### OS and IDEs
.idea/
.vscode/
.DS_Store
### Python
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
@nourspace
nourspace / Python.md
Created November 29, 2017 15:46
GYG-Python

Python Style Guide

This is GetYourGuide's Python Style Guide.

It is based on Python [PEP 8][pep8]. Portions of this guide borrow heavily from:

  • Google: [C++][google-c++-comments] and [Python][google-python-comments] style guides.
  • AirBNB: [Ruby][airbnb-ruby] style guide.
  • GetYourGuide: [PHP][gyg-php] style guide.
  • [Trey Hunner][trey-hunner]: [Python][trey-hunner-python-guide] style guide.
@nourspace
nourspace / GYG-Python.md
Last active November 29, 2017 15:46
Python Guides

Python Style Guide

This is GetYourGuide's Python Style Guide.

It is based on Python [PEP 8][pep8]. Portions of this guide borrow heavily from:

  • Google: [C++][google-c++-comments] and [Python][google-python-comments] style guides.
  • AirBNB: [Ruby][airbnb-ruby] style guide.
  • GetYourGuide: [PHP][gyg-php] style guide.
  • [Trey Hunner][trey-hunner]: [Python][trey-hunner-python-guide] style guide.