Skip to content

Instantly share code, notes, and snippets.

View Ruibin-Liu's full-sized avatar

Ruibin Liu Ruibin-Liu

View GitHub Profile
@miguelgrinberg
miguelgrinberg / .vimrc
Last active November 19, 2025 18:07
My .vimrc configuration for working in Python with vim
" plugins
let need_to_install_plugins = 0
if empty(glob('~/.vim/autoload/plug.vim'))
silent !curl -fLo ~/.vim/autoload/plug.vim --create-dirs
\ https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
let need_to_install_plugins = 1
endif
call plug#begin()
Plug 'tpope/vim-sensible'
@ptosco
ptosco / ExplicitHs.ipynb
Last active September 10, 2025 01:44
Explicit, implicit and "real" hydrogens in the RDKit
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.