An open API service indexing awesome lists of open source software.

https://github.com/axelfahy/bfs

Best Fancy Scripts, your Best Free Slave!
https://github.com/axelfahy/bfs

Last synced: 4 months ago
JSON representation

Best Fancy Scripts, your Best Free Slave!

Awesome Lists containing this project

README

          

# bfs
> Best Fancy Scripts, your Best Free Slave!

This repository contains some useful scripts:

* `run_jupyterlab.sh`: script to start [JupyterLab](https://jupyterlab.readthedocs.io/en/stable/) on a server. The script will automatically find an available port and display the correct url to access the notebook.

* `start.py`: startup script for [JupyterLab](https://jupyterlab.readthedocs.io/en/stable/) to load some imports and activate the autoreload.

* `sync_owncloud.sh`: script to sync an [Owncloud](https://owncloud.org/) folder. It can be used in cron, to sync folders between servers.

## Meta

Axel Fahy – axel@fahy.net

Distributed under the MIT license. See ``LICENSE`` for more information.

[https://github.com/axelfahy](https://github.com/axelfahy)

## Contributing

1. Fork it ()
2. Create your feature branch (`git checkout -b feature/fooBar`)
3. Commit your changes (`git commit -am 'Add some fooBar'`)
4. Push to the branch (`git push origin feature/fooBar`)
5. Create a new Pull Request