Skip to content

Instantly share code, notes, and snippets.

View gyreas's full-sized avatar
🤖
Focusing

Saheed Adeleye gyreas

🤖
Focusing
View GitHub Profile
@gyreas
gyreas / worker.dart
Created September 4, 2025 18:55
(wip) Filesystem walker in Dart
import 'dart:async';
import 'dart:collection';
import 'dart:io';
import 'dart:isolate';
void main() async {
final home = Platform.environment["HOME"];
final receiver = await Receiver.build([
// Directory(".."),
Directory("."),
@gyreas
gyreas / quine.ml
Last active March 10, 2024 18:53
A Quine in OCaml 5.1.1
open Str;;
let quine = "open Str;;
let quine = &
(*
This is not mental whatsoever. Duh!..
*)
let main _ =