- 34 Posts
- 17 Comments
trevor@lemmy.mlOPto Linux@lemmy.ml•Generate static Go documentation sites with godoc-static3·10 months agogodoc-static executes and scrapes a local godoc process to generate static documentation sites. These static sites, when served to your org or publicly, can provide access to relevant documentation without reliance on any third-party services.
A demo of its output is available at https://docs.rocket9labs.com
trevor@lemmy.mlOPto Open Source@lemmy.ml•On the importance of F-Droid, an Android app store21·11 months agoI am not a F-Droid maintainer, but as far as I know the code is not vetted by F-Droid after the initial app submission process. Updates are pulled in, built and distributed automatically. The long delay is just because there are a lot of apps to build, and F-Droid is a volunteer-run operation.
trevor@lemmy.mlOPto Open Source@lemmy.ml•On the importance of F-Droid, an Android app store34·11 months agoIf your app doesn’t meet the target minimum API level on the Google Play Store, then it doesn’t get published. It’s just as much of a guideline, so I don’t think this is really relevant to the point of the article.
trevor@lemmy.mlOPto Open Source@lemmy.ml•On the importance of F-Droid, an Android app store74·11 months agoF-Droid is more of a marketplace for software developers than it is a set of community curated apps. The requirement for F-Droid software to be open source is just a guideline/rule like the minimum target API level on the Google Play Store. F-Droid is a neutral platform in my observations over the couple of years I have published there, and does not curate its content.
trevor@lemmy.mlOPto Linux@lemmy.ml•The first 10k games at bgammon.org, an open source online backgammon service7·1 year agoThe graphical client is powered by the Ebitengine game engine.
Source code:
trevor@lemmy.mlOPto Technology@lemmy.ml•The first 10k games at bgammon.org, an open source online backgammon service2·1 year agoThe graphical client is powered by the Ebitengine game engine.
Source code:
trevor@lemmy.mlOPto Open Source@lemmy.ml•The first 10k games at bgammon.org, an open source online backgammon service1·1 year agoThe graphical client is powered by the Ebitengine game engine.
Source code:
https://bgammon.org is an AGPL-licensed online backgammon service.
This post was authored by EGYT, one of the community members who has translated the client into Ukrainian.
https://bgammon.org is an AGPL-licensed online backgammon service.
This post was authored by EGYT, one of the community members who has translated the client into Ukrainian.
https://bgammon.org is an AGPL-licensed online backgammon service.
This post was authored by EGYT, one of the community members who has translated the client into Ukrainian.
bgammon.org is a free and open source online backgammon service without ads. Registration is also optional.
Join the community at https://bgammon.org/community
https://bgammon.org is a free and open source online backgammon service.
Code: https://code.rocket9labs.com/tslocum/bgammon
Community: https://bgammon.org/community
Learn how to play: https://bgammon.org/faq
Pull requests welcome. ;)
trevor@lemmy.mlOPto Open Source@lemmy.ml•netris – Terminal-based multiplayer Tetris clone3·2 years agoNow that’s what I call layers of abstraction!
trevor@lemmy.mlOPto Open Source@lemmy.ml•netris – Terminal-based multiplayer Tetris clone2·2 years agoPress Z/X to rotate and Enter to chat.
trevor@lemmy.mlOPto Linux@lemmy.ml•How to fix Steam crash "Assertion 'device' failed" on Gentoo1·2 years agoIt is not, the issue only started occurring after updating my system.
godoc-static executes and scrapes a local godoc process to generate static documentation sites. These static sites, when served to your org or publicly, can provide access to relevant documentation without reliance on any third-party services.
A demo of its output is available at https://docs.rocket9labs.com