Skip to content

Commit

Permalink
polish
Browse files Browse the repository at this point in the history
  • Loading branch information
evgenyigumnov committed Nov 14, 2024
1 parent 29ac7e3 commit ab4991c
Showing 1 changed file with 67 additions and 9 deletions.
76 changes: 67 additions & 9 deletions profile/README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,20 @@
### Metatron
![metatron](https://github.com/igumnoff/.github/raw/HEAD/metatron.png)

Metatron library: Implementation in Rust of a report generation
### CBLT
![cblt](https://github.com/evgenyigumnov/cblt/raw/HEAD/logo.png)

Supported report types:
Safe and fast minimalistic web server, written in Rust, that serves files from a directory and proxies requests to another server.

- Plain text
- Markdown
- HTML
- PDF
Features:
- **10 times faster than Nginx for small content under 100KB**
- KDL Document Language configuration (**Cbltfile**)
- Proxy requests to another server
- Serve files from a directory
- TLS support
- Gzip compression
- Redirects

Repo: [https://github.com/evgenyigumnov/cblt](https://github.com/evgenyigumnov/cblt)

Repo: https://github.com/igumnoff/metatron

### Shiva
![shiva](https://github.com/igumnoff/.github/raw/HEAD/shiva.png)
Expand All @@ -29,9 +33,50 @@ Features:
| Markdown | + | + |
| HTML | + | + |
| PDF | + | + |
| JSON | + | + |
| XML | + | + |
| CSV | + | + |
| RTF | + | + |
| DOCX | + | + |
| XLS | + | - |
| XLSX | + | + |
| ODS | + | + |
| Typst | - | + |

Repo: https://github.com/igumnoff/shiva


### rustsn

![rustsn](https://github.com/evgenyigumnov/rustsn/raw/HEAD/logo.png)

This Rust-based tool generates, compiles, and tests code using LLMs, resolves dependencies, and provides explanations of existing code through embeddings.

Features

1. **generate function** command is used to generate code snippets based on user-provided explanations.
2. TODO: **generate application** command is used to generate seed project code based on user-provided explanations.
3. **ask** command is used to get explanation by existing codes of your project based on user-provided question.

Supported languages by feature

| language | generate function | generate application | ask |
|------------|-------------------|----------------------|-----|
| Rust | + | - | + |
| JavaScript | + | - | + |
| C# | - | - | + |
| Python | + | - | - |
| TypeScript | + | - | - |
| Java | + | - | - |
| Kotlin | + | - | - |
| Swift | + | - | - |
| PHP | + | - | - |
| Scala | + | - | - |

Repo: [https://github.com/evgenyigumnov/rustsn](https://github.com/evgenyigumnov/rustsn)



### Gabriel2
![shiva](https://github.com/igumnoff/.github/raw/HEAD/gabriel2.png)

Expand Down Expand Up @@ -61,3 +106,16 @@ Parvati library: ORM library with no boilerplate code, written in Rust.

Repo: https://github.com/igumnoff/parvati

### Metatron
![metatron](https://github.com/igumnoff/.github/raw/HEAD/metatron.png)

Metatron library: Implementation in Rust of a report generation

Supported report types:

- Plain text
- Markdown
- HTML
- PDF

Repo: https://github.com/igumnoff/metatron

0 comments on commit ab4991c

Please sign in to comment.