Skip to content

Instantly share code, notes, and snippets.

View dimitrilw's full-sized avatar

Dimitri dimitrilw

  • Colorado
  • 18:39 (UTC -07:00)
View GitHub Profile
@korakot
korakot / kernel.py
Last active September 3, 2024 17:37
Install rust, cargo in Colab
# run this once, then reload, and then skip this
!apt install rustc
!gdown --id 1PULtTc-2e9z4bswh_SQqL5oy_4JpfV7c
!chmod +x evcxr_jupyter
!./evcxr_jupyter --install
// install dependency
:dep cmd_lib
use cmd_lib::run_cmd as sh;
@paolocarrasco
paolocarrasco / README.md
Last active November 5, 2024 20:08
How to understand the `gpg failed to sign the data` problem in git

Problem

You have installed GPG, then tried to commit and suddenly you see this error message after it:

error: gpg failed to sign the data
fatal: failed to write commit object

Debug