🚀
Bezalel
A man dedicated to his craft.
-
Vodacom
- Maputo, Mozambique
-
13:05
(UTC +02:00) - gosenx.com
- in/paulocuambe
- @paulocuambe.bsky.social
Pinned Loading
-
Total amount of logs stored in AWS C...
Total amount of logs stored in AWS Cloudwatch using aws cli 1#!/bin/bash
23# FIRST
4# Export AWS Secrets as environment variables
5# export AWS_SECRET_ACCESS_KEY=""
-
Basic SinglyLinkedList using structs
Basic SinglyLinkedList using structs 1const std = @import("std");
2const stdout = std.io.getStdOut().writer();
34const Node = struct {
5value: i8,
-
Basic GNU/Linux cat utility implemen...
Basic GNU/Linux cat utility implemented in Rust 1use std::env;
2use std::fs::File;
3use std::io::prelude::*;
4use std::io::{self, BufReader, ErrorKind};
5
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.