Skip to content

Instantly share code, notes, and snippets.

View bekemax's full-sized avatar

Max(im) Beketov bekemax

  • Higher School of Economics
  • Moscow, Russia
  • X @bekemax
View GitHub Profile
@natowi
natowi / audio2midi.md
Last active July 30, 2025 17:33
List of open source audio to midi packages
@Zsailer
Zsailer / hide_single_cell.py
Last active July 10, 2023 15:41
Hide a single cell in Jupyter notebook
from IPython.display import HTML
from IPython.display import display
# Taken from https://stackoverflow.com/questions/31517194/how-to-hide-one-specific-cell-input-or-output-in-ipython-notebook
tag = HTML('''<script>
code_show=true;
function code_toggle() {
if (code_show){
$('div.cell.code_cell.rendered.selected div.input').hide();
} else {
@stared
stared / software_for_scientists.md
Last active July 4, 2025 04:21
Software for scientists: community-edited list of general-purpose software for scientists.

Software for scientists

Some things takes much less time and stress once you know the right tool. Below, there is a community edited list of software for scientists.

Text editors

in General purpose text/code editors. It may be better to have a good editor for everything, than different ones for different languages, scripts, notes.