#[derive(Debug)]
struct Engineer {
name: String,
role: String,
code: Vec<String>,
interests: Vec<String>,
}
impl Engineer {
fn new() -> Self {
Self {
name: "Avijit Sen".into(),
role: "Systems Engineer".into(),
code: vec!["Rust", "C++", "Go"]
.into_iter()
.map(String::from)
.collect(),
interests: vec![
"π High Performance Systems",
"π Quantitative Trading",
"π System Design",
"π― Low Latency Solutions"
].into_iter()
.map(String::from)
.collect(),
}
}
} |

- India
-
10:55
(UTC +05:30) - https://bit.ly/3mLJsxN
- @Avijitsen123
- https://gitlab.com/rdx640
- in/avijit-sen-69a00b1b9
- _avijit_sen.jsx
Highlights
- Pro
Pinned Loading
-
lantern
lantern PublicForked from lanterndata/lantern
PostgreSQL vector database extension for building AI applications
C 1
-
StratosphereLinuxIPS
StratosphereLinuxIPS PublicForked from stratosphereips/StratosphereLinuxIPS
Slips, a free software behavioral Python intrusion prevention system (IDS/IPS) that uses machine learning to detect malicious behaviors in the network traffic. Stratosphere Laboratory, AIC, FEL, CVβ¦
Python
-
stratosphereips/StratosphereLinuxIPS
stratosphereips/StratosphereLinuxIPS PublicSlips, a free software behavioral Python intrusion prevention system (IDS/IPS) that uses machine learning to detect malicious behaviors in the network traffic. Stratosphere Laboratory, AIC, FEL, CVβ¦
-
-
Birthday-Bot
Birthday-Bot PublicThis is birthday reminder bot that send emails on your birthday.
JavaScript 4
If the problem persists, check the GitHub status page or contact support.