Skip to content

Instantly share code, notes, and snippets.

View pysol-dev's full-sized avatar
🎯
Focusing

xeno pysol-dev

🎯
Focusing
View GitHub Profile
@faddat
faddat / pebble-with-mev.bash
Last active December 3, 2024 08:08
use pebbledb and mev-tendermint on any cosmos chain
go mod edit -replace github.com/tendermint/tm-db=github.com/baabeetaa/tm-db@pebble
go mod tidy
go mod edit -replace github.com/tendermint/tendermint=github.com/notional-labs/mev-tendermint@0db69e64a2e87bb29b4417780da30630df97cadd
go mod tidy
go install -ldflags '-w -s -X github.com/cosmos/cosmos-sdk/types.DBBackend=pebbledb -X github.com/tendermint/tm-db.ForceSync=1' -tags pebbledb ./...
@hackenstacks
hackenstacks / hosts
Created November 3, 2021 03:03
Host blocklist
This file has been truncated, but you can view the full file.
127.0.0.1 localhost
#multi-block-list
#This list can be found at https://github.com/hackenstacks/
#A collection of lists combined to block alot of the nasties out.
#This is a host file to block some ads, some malware and is not a
#is all end all solution. No special ad block extensions are required.
#Replace your hosts file in etc/hosts with this information. If all 127.0.0.1
@CJKinni
CJKinni / twitterArchiver.rb
Created July 6, 2012 22:18
Download tweets into archivable text formats
#!/usr/bin/ruby
=begin
This script turns downloadable tweets from twitter into a markdown
based text file timeline.
To run, change the 'Username' and 'TwitterFilename' below.
I THINK that this is all working. Check the previous gist version
for a more stable script with far fewer features. Let me know in the