Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nag763/nag763
https://github.com/nag763/nag763
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/nag763/nag763
- Owner: nag763
- Created: 2024-04-25T22:01:10.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-11-03T20:03:37.000Z (9 days ago)
- Last Synced: 2024-11-03T20:19:29.165Z (9 days ago)
- Language: Rust
- Homepage: https://loic.labeye.dev
- Size: 17.1 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
```rust
struct Profile {
pub firstname: String,
pub age: u8,
pub from: String,
pub favorite_languages : Vec,
pub speaks: Vec,
pub is_active: bool,
pub contact: String,
}let me = Profile {
firstname : "Loรฏc",
age: 26,
from: "Paris ๐ผ, France๐ซ๐ท".into(),
favorite_languages: vec!["Rust ๐ฆ".into(), "Java โ".into(), "Python ๐".into(), "Javascript".into()],
speaks: vec!["French ๐ซ๐ท".into(), "English ๐ด๓ ง๓ ข๓ ฅ๓ ฎ๓ ง๓ ฟ".into(), "German ๐ฉ๐ช".into()],
is_active: true
};
```I just enjoy doing IT projects on my spare time, whatever the topic is. I try to make them open-source and deliver quality code that can be used by other developers, the way I sometimes inspire myself from existing projects.
I mostly work with Java and Javascript in my professional environment, however I prefer working with Rust in my spare time, hence why my profile mostly contains Rust projects.
Check out my most complete and best documented projects if you have some time :blush: :
* [verbihr](https://github.com/nag763/verbihr) : A tool to learn german verbs ๐
* [texas-snake](https://github.com/nag763/texas-snake) : A simple Snake game running in the browser, playable [here](https://nag763.github.io/texas-snake/).
* [tchatche.rs](https://github.com/nag763/tchatchers) : A chat web application based on axum, yew.rs, tailwind, nginx, postgres and redis.
* [doteur](https://github.com/nag763/doteur) : A database schema renderer, based in Rust.
* [rat-rs](https://github.com/nag763/rat-rs) : A lightweight yet powerful CLI schedule fetcher for IDF (Paris region) common transportation.
* [mptvfr](https://github.com/nag763/mptvfr) : An android application written on Dart with purpose to get the TV schedule without any - annoying - ads.