Pinned Loading
-
AdventOfCode2024
AdventOfCode2024 PublicAdvent of Code 2024 in Swift, without using mutable state, custom data types or loops.
Swift 1
-
CRC32 checksum generation in a few l...
CRC32 checksum generation in a few lines of Swift 5. https://en.wikipedia.org/wiki/Cyclic_redundancy_check#CRC-32_algorithm 1class CRC32 {
23static var table: [UInt32] = {
4(0...255).map { i -> UInt32 in
5(0..<8).reduce(UInt32(i), { c, _ in
-
-
Emanon
Emanon PublicBenchmarking several ways of evaluating and generating arithmetic expressions at run-time with Swift.
Swift
-
rpeggio
rpeggio PublicCommand line sound toys written in JRuby using javax.midi. (https://www.youtube.com/watch?v=2OmEuTcoZoU)
Ruby
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.