-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
33 changed files
with
446 additions
and
159 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,82 @@ | ||
[ | ||
{ | ||
"title": "Fluvio", | ||
"repo_url": "https://github.com/infinyon/fluvio", | ||
"extract": "Working at InfinyOn I have contributed to Fluvio, a data streaming platform written in Rust and WebAssembly.", | ||
"website": "https://www.fluvio.io", | ||
"tags": ["rust", "wasm", "streaming"], | ||
"langs": ["Rust", "WebAssembly"] | ||
}, | ||
{ | ||
"title": "Rust HTTP Server", | ||
"repo_url": "https://github.com/http-server-rs/http-server", | ||
"extract": "A easy to use and configurable command-line HTTP Server written in Rust.", | ||
"website": "https://http-server-rs.github.io", | ||
"tags": ["rust", "http-server", "cli", "axum", "clap"], | ||
"langs": ["Rust"] | ||
}, | ||
{ | ||
"title": "Network Interface", | ||
"repo_url": "https://github.com/EstebanBorai/network-interface", | ||
"extract": "Rust Crate to Interact with Network Interfaces using a unified API for different platforms.", | ||
"website": null, | ||
"tags": ["rust", "ffi", "multiplatform", "crate", "networking"], | ||
"langs": ["Rust", "C"] | ||
}, | ||
{ | ||
"title": "Local IP Address", | ||
"repo_url": "https://github.com/EstebanBorai/local-ip-address", | ||
"extract": "Rust Crate to Retrieve system's local IP address and Network Interfaces/Adapters on FreeBSD, Linux, macOS and Windows.", | ||
"website": null, | ||
"tags": ["rust", "ffi", "multiplatform", "crate", "networking"], | ||
"langs": ["Rust"] | ||
}, | ||
{ | ||
"title": "Wait-On", | ||
"repo_url": "https://github.com/EstebanBorai/wait-on", | ||
"extract": "Command-Line Utility to wait on the availability of resources such as Files, HTTP Servers, Ports & Sockets", | ||
"website": null, | ||
"tags": ["rust", "crate", "cli", "devops"], | ||
"langs": ["Rust"] | ||
}, | ||
{ | ||
"title": "Git2Txt", | ||
"repo_url": "https://github.com/EstebanBorai/git2txt", | ||
"extract": "Command-Line Utility to retrieve every Git repository file into a single TXT", | ||
"website": null, | ||
"tags": ["rust", "crate", "cli", "git", "llm"], | ||
"langs": ["Rust"] | ||
}, | ||
{ | ||
"title": "rutcl", | ||
"repo_url": "https://github.com/EstebanBorai/rutcl", | ||
"extract": "Chilean National ID (RUT) Parser", | ||
"website": null, | ||
"tags": ["rust", "crate", "cli", "rut", "chile"], | ||
"langs": ["Rust"] | ||
}, | ||
{ | ||
"title": "Svelte Forms", | ||
"repo_url": "https://github.com/whizzes/svelte-forms", | ||
"extract": "Form Utilities for Svelte", | ||
"website": "https://www.npmjs.com/package/@whizzes/svelte-forms", | ||
"tags": ["svelte", "forms"], | ||
"langs": ["TypeScript"] | ||
}, | ||
{ | ||
"title": "Pxid", | ||
"repo_url": "https://github.com/whizzes/pxid", | ||
"extract": "An extended version of XID (Globally Unique Identifiers) which supports prefixes and is stored in 16 bytes", | ||
"website": "https://estebanborai.com/notes/pxid-developer-friendy-ids", | ||
"tags": ["rust", "xid", "id"], | ||
"langs": ["Rust"] | ||
}, | ||
{ | ||
"title": "Imagekit", | ||
"repo_url": "https://github.com/whizzes/imagekit", | ||
"extract": "Rust API Client for ImageKit.io a file storage and image processing service", | ||
"website": "https://imagekit.io/", | ||
"tags": ["rust", "api", "imagekit", "client"], | ||
"langs": ["Rust"] | ||
} | ||
] |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
use leptos::{component, view, IntoView, TextProp}; | ||
|
||
#[component] | ||
pub fn Briefcase(#[prop(into, optional)] class: TextProp) -> impl IntoView { | ||
view! { | ||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" class={class} fill="currentColor"> | ||
<path d="M216 56h-40v-8a24 24 0 0 0-24-24h-48a24 24 0 0 0-24 24v8H40a16 16 0 0 0-16 16v128a16 16 0 0 0 16 16h176a16 16 0 0 0 16-16V72a16 16 0 0 0-16-16ZM96 48a8 8 0 0 1 8-8h48a8 8 0 0 1 8 8v8H96Zm120 24v41.61A184 184 0 0 1 128 136a184.07 184.07 0 0 1-88-22.38V72Zm0 128H40v-68.36A200.19 200.19 0 0 0 128 152a200.25 200.25 0 0 0 88-20.37V200Zm-112-88a8 8 0 0 1 8-8h32a8 8 0 0 1 0 16h-32a8 8 0 0 1-8-8Z"/> | ||
</svg> | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
use leptos::{component, view, IntoView, TextProp}; | ||
|
||
#[component] | ||
pub fn GitHub(#[prop(into, optional)] class: TextProp) -> impl IntoView { | ||
view! { | ||
<svg xmlns="http://www.w3.org/2000/svg" class={class} viewBox="0 0 24 24"> | ||
<path fill="currentColor" d="M12 .297c-6.63 0-12 5.373-12 12 0 5.303 3.438 9.8 8.205 11.385.6.113.82-.258.82-.577 0-.285-.01-1.04-.015-2.04-3.338.724-4.042-1.61-4.042-1.61C4.422 18.07 3.633 17.7 3.633 17.7c-1.087-.744.084-.729.084-.729 1.205.084 1.838 1.236 1.838 1.236 1.07 1.835 2.809 1.305 3.495.998.108-.776.417-1.305.76-1.605-2.665-.3-5.466-1.332-5.466-5.93 0-1.31.465-2.38 1.235-3.22-.135-.303-.54-1.523.105-3.176 0 0 1.005-.322 3.3 1.23.96-.267 1.98-.399 3-.405 1.02.006 2.04.138 3 .405 2.28-1.552 3.285-1.23 3.285-1.23.645 1.653.24 2.873.12 3.176.765.84 1.23 1.91 1.23 3.22 0 4.61-2.805 5.625-5.475 5.92.42.36.81 1.096.81 2.22 0 1.606-.015 2.896-.015 3.286 0 .315.21.69.825.57C20.565 22.092 24 17.592 24 12.297c0-6.627-5.373-12-12-12"/> | ||
</svg> | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
use leptos::{component, view, IntoView, TextProp}; | ||
|
||
#[component] | ||
pub fn Globe(#[prop(into, optional)] class: TextProp) -> impl IntoView { | ||
view! { | ||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" class={class} fill="currentColor"> | ||
<path d="M128 24a104 104 0 1 0 104 104A104.12 104.12 0 0 0 128 24Zm88 104a87.61 87.61 0 0 1-3.33 24h-38.51a157.44 157.44 0 0 0 0-48h38.51a87.61 87.61 0 0 1 3.33 24Zm-114 40h52a115.11 115.11 0 0 1-26 45 115.27 115.27 0 0 1-26-45Zm-3.9-16a140.84 140.84 0 0 1 0-48h59.88a140.84 140.84 0 0 1 0 48ZM40 128a87.61 87.61 0 0 1 3.33-24h38.51a157.44 157.44 0 0 0 0 48H43.33A87.61 87.61 0 0 1 40 128Zm114-40h-52a115.11 115.11 0 0 1 26-45 115.27 115.27 0 0 1 26 45Zm52.33 0h-35.62a135.28 135.28 0 0 0-22.3-45.6A88.29 88.29 0 0 1 206.37 88Zm-98.74-45.6A135.28 135.28 0 0 0 85.29 88H49.63a88.29 88.29 0 0 1 57.96-45.6ZM49.63 168h35.66a135.28 135.28 0 0 0 22.3 45.6A88.29 88.29 0 0 1 49.63 168Zm98.78 45.6a135.28 135.28 0 0 0 22.3-45.6h35.66a88.29 88.29 0 0 1-57.96 45.6Z"/> | ||
</svg> | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
mod briefcase; | ||
mod github; | ||
mod globe; | ||
|
||
pub use github::GitHub; | ||
pub use globe::Globe; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
pub mod icons; | ||
pub mod section; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
use leptos::{component, view, IntoView, TextProp}; | ||
|
||
#[component] | ||
pub fn Section( | ||
#[prop(into, optional)] title: TextProp, | ||
#[prop(into, optional)] description: TextProp, | ||
) -> impl IntoView { | ||
view! { | ||
<div id="section-title pb-4"> | ||
<h2 class="text-lg pb-1">{title}</h2> | ||
<p class="text-sm text-gray-600">{description}</p> | ||
</div> | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
pub mod atoms; |
Oops, something went wrong.