I found one thing i love about go. Go has builtin support for complex numbers 😳. There are two complex types in Go. The complex64 and the complex128.
#GoLang #TIL #ComplexNumbers
#GoLang #TIL #ComplexNumbers
Today, I made my 4th PR to fend. Let's hope it gets merged 🤞.
https://github.com/printfn/fend/pull/202
#oss #rust
https://github.com/printfn/fend/pull/202
#oss #rust
GitHub
implement subtracting from dates by frectonz · Pull Request #202 · printfn/fend
I am not sure about the performance of this thing but i have implemented
subtracting days
subtracting weeks
subtracting months
subtracting years
subtracting days
subtracting weeks
subtracting months
subtracting years
👍4
Taken from https://go.dev/tour/flowcontrol/11
"""
Switch with no condition
Switch without a condition is the same as
This construct can be a clean way to write long if-then-else chains.
"""
This feature is also very interesting i know i will be using it.
#GoLang #TIL
"""
Switch with no condition
Switch without a condition is the same as
switch true.This construct can be a clean way to write long if-then-else chains.
"""
This feature is also very interesting i know i will be using it.
#GoLang #TIL
I just completed "Calorie Counting" - Day 1 - Advent of Code 2022 https://adventofcode.com/2022/day/1
The code will be on github after a couple of minutes, Btw i solved it using OCaml 🐫, Let see if i can make to the end 🤞
#AdventOfCode #AoC #ocaml
The code will be on github after a couple of minutes, Btw i solved it using OCaml 🐫, Let see if i can make to the end 🤞
#AdventOfCode #AoC #ocaml
👍2
Frectonz
I just completed "Calorie Counting" - Day 1 - Advent of Code 2022 https://adventofcode.com/2022/day/1 The code will be on github after a couple of minutes, Btw i solved it using OCaml 🐫, Let see if i can make to the end 🤞 #AdventOfCode #AoC #ocaml
Here is the GitHub repo
https://github.com/frectonz/advent_of_code_2022
#projects #AdventOfCode #ocaml
https://github.com/frectonz/advent_of_code_2022
#projects #AdventOfCode #ocaml
GitHub
GitHub - frectonz/advent_of_code_2022: Solutions for advent of code 2022
Solutions for advent of code 2022. Contribute to frectonz/advent_of_code_2022 development by creating an account on GitHub.
Frectonz
https://youtu.be/btWKkjbX-uc #CoolFind #neuralink #elon
This shit looks like the first act in a Black Mirror episode.
"What a time to be alive" - Two minute papers
"What a time to be alive" - Two minute papers
😁3
Ported my solution for day1 AOC question to Golang.
https://github.com/frectonz/advent_of_code_2022/blob/trunk/day1/day1_go/main.go
#AdventOfCode #AoC #GoLang
https://github.com/frectonz/advent_of_code_2022/blob/trunk/day1/day1_go/main.go
#AdventOfCode #AoC #GoLang
"Rock Paper Scissors" - Day 2 - Advent of Code 2022
https://github.com/frectonz/advent_of_code_2022/blob/trunk/day2/day2_rust/src/main.rs
#AdventOfCode #AoC #rust
https://github.com/frectonz/advent_of_code_2022/blob/trunk/day2/day2_rust/src/main.rs
#AdventOfCode #AoC #rust
GitHub
advent_of_code_2022/day2/day2_rust/src/main.rs at trunk · frectonz/advent_of_code_2022
Solutions for advent of code 2022. Contribute to frectonz/advent_of_code_2022 development by creating an account on GitHub.
I've completed "Rucksack Reorganization" - Day 3 - Advent of Code 2022
https://adventofcode.com/2022/day/3
#AdventOfCode #AoC
https://adventofcode.com/2022/day/3
#AdventOfCode #AoC
I've completed "Camp Cleanup" - Day 4 - Advent of Code 2022
https://adventofcode.com/2022/day/4
https://github.com/frectonz/advent_of_code_2022/blob/trunk/day4/day4_rust/src/main.rs
#AdventOfCode #AoC #rust
https://adventofcode.com/2022/day/4
https://github.com/frectonz/advent_of_code_2022/blob/trunk/day4/day4_rust/src/main.rs
#AdventOfCode #AoC #rust
👍1