Skip to content
View superacidjax's full-sized avatar

Organizations

@iCouch

Block or report superacidjax

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. AstraApp AstraApp Public

    The Main Ruby on Rails Application

    Ruby

  2. AstraFake AstraFake Public

    Ruby

  3. AstraStream AstraStream Public

    HTML

  4. clear_eyes clear_eyes Public

    Automatic Retina Image Handling for Rails 3.1+

    Ruby 157 8

  5. hashrocket/decent_exposure hashrocket/decent_exposure Public

    A helper for creating declarative interfaces in controllers

    Ruby 1.8k 108

  6. This is a Ruby program that takes a ... This is a Ruby program that takes a CSV and prompts a locally running Ollama LLM to generate a useful description suitable for publishing in a directory. This uses multithreading: you can specify the number of threads when involving at the command line.
    1
    require 'csv'
    2
    require 'net/http'
    3
    require 'json'
    4
    require 'uri'
    5
    require 'thread'