Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tillahoffmann/snippets
Useful, tested code snippets and command line tools.
https://github.com/tillahoffmann/snippets
Last synced: 27 days ago
JSON representation
Useful, tested code snippets and command line tools.
- Host: GitHub
- URL: https://github.com/tillahoffmann/snippets
- Owner: tillahoffmann
- License: bsd-3-clause
- Created: 2023-05-16T21:25:25.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-18T15:37:02.000Z (8 months ago)
- Last Synced: 2024-03-23T13:31:23.843Z (8 months ago)
- Language: Python
- Homepage:
- Size: 131 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
✂️ Snippets
===========.. image:: https://github.com/tillahoffmann/snippets/actions/workflows/main.yml/badge.svg
:target: https://github.com/tillahoffmann/snippets/
.. image:: https://readthedocs.org/projects/scientific-snippets/badge/?version=latest
:target: https://scientific-snippets.readthedocs.io/en/latest/?badge=latestThis repository contains useful, tested code snippets and command line tools.
.. code-block:: bash
pip install git+https://github.com/tillahoffmann/snippets.git[@optional commit hash]
✂️ Code Snippets
----------------- :docitem:`snippets.call_with_timeout.call_with_timeout`
- :docitem:`snippets.empirical_distribution.sample_empirical_cdf`
- :docitem:`snippets.empirical_distribution.sample_empirical_pdf`
- :docitem:`snippets.nearest_neighbor_sampler.NearestNeighborSampler`
- :docitem:`snippets.nn.Affine`
- :docitem:`snippets.nn.StopOnPlateau`
- :docitem:`snippets.param_dict.from_param_dict`
- :docitem:`snippets.param_dict.to_param_dict`
- :docitem:`snippets.plot.arrow_path`
- :docitem:`snippets.plot.dependence_heatmap`
- :docitem:`snippets.plot.get_anchor`
- :docitem:`snippets.plot.label_axes`
- :docitem:`snippets.plot.parameterization_mutual_info`
- :docitem:`snippets.plot.plot_band`
- :docitem:`snippets.plot.rounded_path`
- :docitem:`snippets.stats.GaussianKernelDensity`
- :docitem:`snippets.tensor_data_loader.TensorDataLoader`
- :docitem:`snippets.timer.Timer`🧑💻 Command Line Tools
------------------------- :docitem:`snippets.check_references.CheckReferences`
- :docitem:`snippets.check_pdf_hyperlinks.CheckPdfHyperlinks`.. toctree::
:maxdepth: 1
:hidden:docs/call_with_timeout
docs/check_pdf_hyperlinks
docs/check_references
docs/empirical_distribution
docs/nearest_neighbor_sampler
docs/nn
docs/param_dict
docs/plot
docs/stats
docs/tensor_data_loader
docs/timer
docs/util