Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yigitoo/posidonia
A research project about Posidonia Oceanica
https://github.com/yigitoo/posidonia
ai api automated computer-vision cross-platform desktop-app ecosystem embedded-systems erb-template gin-gonic golang java machine-learning posidonia-oceanica programming pywebview ruby saving-world sinatra webview
Last synced: about 4 hours ago
JSON representation
A research project about Posidonia Oceanica
- Host: GitHub
- URL: https://github.com/yigitoo/posidonia
- Owner: yigitoo
- License: mit
- Created: 2023-05-11T18:48:39.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-01-08T16:07:15.000Z (11 months ago)
- Last Synced: 2024-09-15T05:18:09.575Z (2 months ago)
- Topics: ai, api, automated, computer-vision, cross-platform, desktop-app, ecosystem, embedded-systems, erb-template, gin-gonic, golang, java, machine-learning, posidonia-oceanica, programming, pywebview, ruby, saving-world, sinatra, webview
- Language: HTML
- Homepage: https://github.com/yigitoo/posidonia
- Size: 22.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# posidonia
A project for saving Posidonia Oceanica and getting them in quarantina. (With under control and restrict areas)# SUBMODULE OPERATIONS
With version 2.13 of Git and later, `--recurse-submodules` can be used instead of `--recursive`:git clone --recurse-submodules -j8 git://github.com/foo/bar.git
cd barEditor’s note: `-j8` is an optional performance optimization that became available in version 2.8, and fetches up to 8 submodules at a time in parallel — see `man git-clone`.
With version 1.9 of Git up until version 2.12 (`-j` flag only available in version 2.8+):
git clone --recursive -j8 git://github.com/foo/bar.git
cd barWith version 1.6.5 of Git and later, you can use:
git clone --recursive git://github.com/foo/bar.git
cd barFor already cloned repos, or older Git versions, use:
git clone git://github.com/foo/bar.git
cd bar
git submodule update --init --recursive