Skip to content

Instantly share code, notes, and snippets.

View AviFS's full-sized avatar
🙃

Avi Sternlieb AviFS

🙃
  • University of Edinburgh
  • San Diego, CA
View GitHub Profile
@AviFS
AviFS / vite_roda.rb
Created April 18, 2025 21:14
Attempt to patch ViteRuby::COMPANION_LIBRARIES hash from within vite_roda main file
require "vite_ruby"
require_relative "vite_roda/version"
require_relative "vite_roda/tag_helpers"
# ViteRuby::COMPANION_LIBRARIES is a hash containing the companion
# libraries for Vite Ruby, and their target framework, defined at:
# https://github.com/ElMassimo/vite_ruby/blob/95c247a66d86f15ad9ce783acf92fef96646091b/vite_ruby/lib/vite_ruby.rb#L23
# It's required to autoload the cli extensions (e.g. the one at vite_roda/installation.rb)
# in ViteRuby::CLI::require_framework_libraries at:
require 'roda'
class Mailer < Roda
plugin :mailer
route do |r|
r.mail 'current_welcome' do |user_id, mail_from|
<<~BODY
user_id: #{user_id.inspect}
@AviFS
AviFS / lispified.md
Created August 16, 2022 21:13
xml esolang as lisp
(expr 2 *
    (op
        (var num)
    )
    (op
        (call factorial
            (arg
                (expr 2 -
 (op
@AviFS
AviFS / events.txt
Created August 3, 2022 05:16
Dyalog Events
A copy of https://dyalog.tv/api/v1/events processed into a list, sorted alphabetically, with duplicates removed.
Updated 8/2022
APL2010
APLSeeds21
Dyalog08
Dyalog09
Dyalog11
Dyalog12
Dyalog13
@AviFS
AviFS / categories.txt
Created August 3, 2022 05:13
Dyalog Categories
A copy of https://dyalog.tv/api/v1/categorys processed into a list, sorted alphabetically, with duplicates removed.
Updated 8/2022
14.0 Language Enhancements
50 Years of APL
Applications
Coming Up
Competition Winners
Competition
Dyalog News
@AviFS
AviFS / pearls.md
Created August 22, 2021 07:14
Selected Functional Pearls

Selected Functional Pearls

polished, elegant, instructive, entertaining

Written as a dialogue: []

@AviFS
AviFS / stack-exchange-community-links.md
Created July 10, 2020 11:20 — forked from Stevoisiak/stack-exchange-community-links.md
An unofficial list of Stack Exchange alternatives, offshoot chats, and community projects