Skip to content

Commit

Permalink
go
Browse files Browse the repository at this point in the history
  • Loading branch information
nikitavoloboev committed May 24, 2023
1 parent 79580f9 commit 7de9780
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/cli/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -263,3 +263,4 @@ There is also a [nice curated CLI list](https://github.com/learn-anything/comman
- [hunt](https://github.com/LyonSyonII/hunt-rs) - Simplified Find command made with Rust.
- [script-runner](https://github.com/OLoKo64/script-runner) - Simple threaded CLI script runner.
- [jr](https://github.com/ugol/jr) - Quality Random Data from the Command line.
- [re](https://github.com/kevincobain2000/re) - Command Line Tool to execute commands in readme.
1 change: 1 addition & 0 deletions docs/databases/neo4j.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,4 @@ title: Neo4j
- [Ask HN: What Is Going on with Neo4j? (2022)](https://news.ycombinator.com/item?id=33916240)
- [Spatial Search Functionality With Neo4j (2023)](https://lyonwj.com/blog/making-sense-of-geospatial-data-with-knowledge-graphs-neo4j)
- [Build a Routing Web App With Neo4j, OpenStreetMap, and Leaflet.js (2023)](https://medium.com/neo4j/build-a-routing-web-app-with-neo4j-openstreetmap-and-leaflet-js-bdc66443132c)
- [Creating a Knowledge Graph From Video Transcripts With ChatGPT (2023)](https://medium.com/neo4j/creating-a-knowledge-graph-from-video-transcripts-with-gpt-4-52d7c7b9f32c)
1 change: 1 addition & 0 deletions docs/games/gamedev/game-engines/bevy.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Love [this Bevy template](https://github.com/NiklasEi/bevy_game_template).

## OSS Bevy apps

- [Fish Folk](https://github.com/fishfolk/jumpy) - Tactical 2D shooter in fishy pixels style.
- [Country Slice](https://github.com/anopara/country-slice) - Toy project, written in Rust language with Bevy's ECS and OpenGL (gl-rs and glutin).
- [Rust Invaders](https://github.com/jeremychone-channel/rust-invaders) - Simple Rust game with the Bevy Engine.
- [QQ Party](https://github.com/alanpoon/qq_party) - Multiplayer browser game build with Bevy and Wasmcloud as backend.
Expand Down
1 change: 1 addition & 0 deletions docs/programming-languages/go/go.md
Original file line number Diff line number Diff line change
Expand Up @@ -1014,3 +1014,4 @@ if *boolArgPtr != false {
- [Clean Code & Hexagonal Architecture API in Go](https://github.com/LuigiAzevedo/Public-Library)
- [Go Class - YouTube](https://www.youtube.com/playlist?list=PLoILbKo9rG3skRCj37Kn5Zj803hhiuRK6)
- [How to start a Go project in 2023](https://boyter.org/posts/how-to-start-go-project-2023/) ([HN](https://news.ycombinator.com/item?id=36046662)) ([Reddit](https://www.reddit.com/r/golang/comments/13pw523/how_to_start_a_go_project_in_2023/))
- [How to include Git version information in Go (2023)](https://blog.carlmjohnson.net/post/2023/golang-git-hash-how-to/) ([Lobsters](https://lobste.rs/s/a4zoah/how_include_git_version_information_go))
Original file line number Diff line number Diff line change
Expand Up @@ -885,6 +885,7 @@ I use [ts-lib-starter](https://github.com/egoist/ts-lib-starter) template for my
- [resguard](https://github.com/henrycunh/resguard) - Tiny utility that wraps promises and returns an object or tuple with data and error properties.
- [lizod](https://github.com/mizchi/lizod) - Lightweight zod-like validator (about 600bytes with full featuers).
- [Abort Controller Extras](https://github.com/deeplay-io/abort-controller-x) - Abortable async function primitives and combinators.
- [msagl-js](https://github.com/microsoft/msagljs) - JavaScript graph layout engine.

## Links

Expand Down

0 comments on commit 7de9780

Please sign in to comment.