Giter Club home page Giter Club logo

cadubi's Introduction

Hi there ๐Ÿ‘‹

Home Page - Blog - LinkedIn - Twitter

Some recent and not-so-recent projects you might be interested in:

  • ๐Ÿ’พ dotfiles - my dotfiles, utils, Zsh/Vim/tmux/VS Code configs, and portable toolbox with an installer (Shell, โญ๏ธ 650+ stars!)

  • ๐Ÿ“ฆ ย jsgrids - source of jsgrids.statico.io, A comparison tool to compare JavaScript data grid and spreadsheet libraries (TypeScript, React, Next.js)

  • ๐Ÿ•น๏ธ ย langterm, glulxe-httpd, and The Archive - a WebGL/text-based interactive fiction game that powers langworth.com (TypeScript, JavaScript, WebGL, Node.js, Docker)

  • ๐Ÿ”— ย statico URL shortener - a custom URL shortener with a list of bookmarks I share often, which powers statico.link/ianl.link

  • ๐ŸŽฑ ย magic8ball - I wanted to see if ChatGPT could teach me to build a simple app for iPhone and Apple Watch and it did.

Less important or not-fully-baked fun stuff:

  • ๐ŸŒˆ cadubi - a terminal-based color ASCII art editor I wrote in 1997 that is now somehow included in many package managers and software archives

  • ๐Ÿ“ˆ femtostats - a self-hostable, privacy-focused web analytics platform and alternative to Google Analytics

  • ๐Ÿ“– aspen - a search engine for gigs of plaintext data built with React and ElasticSearch

  • ๐Ÿ“‚ csvhacker - originally supposed to be CyberChef for CSV files, this turned into an app that lets you drag a CSV on it and query it using SQL using SQLite compiled to WASM thanks mostly to sql.js

  • ๐ŸŸง ycombinator1.com - a proxy and Slack app to show social media previews for Hacker News links

Enjoy this cat:

a happy cat getting pets

Pronouns: he/him

cadubi's People

Contributors

jibsheet avatar qbit avatar statico avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

cadubi's Issues

Feature Req: Add key to change color without changing drawn character:

I have many colors to change but dont want to change pen to match underlying character every time.
A simple addition would allow writing color values without changing text?

But this doesn't work.
Any help?

    # Clort change color
    if ($key eq 'w') {
        &writecol;
        return 1;
    }

...
sub writecol { # Clort changes color to current color, we hope
    $charmap->[$pos[0]][$pos[1]] = [@charmode];
    # dont actually printit print &printchar(@charmode);

Empty files

Hi Ian.

When I try to open help file (control-h) nothing is showed on the screen.
The same when I try to open a file using "cadubi logo.txt".
And when I write something and try to solve, I receive a message: Wrote 'test.txt' (zero bytes).

Best regards,

Perl warnings

Hello,
I updated the Homebrew formula to use this repo (Homebrew/legacy-homebrew#43986); and using both v1.3 and the latest commit I get Perl warnings:

With the 1.3 release:

$ cadubi -h
Using an array as a reference is deprecated at /usr/local/bin/cadubi line 347.
Using an array as a reference is deprecated at /usr/local/bin/cadubi line 353.
Using an array as a reference is deprecated at /usr/local/bin/cadubi line 354.
Using an array as a reference is deprecated at /usr/local/bin/cadubi line 855.
defined(@array) is deprecated at /usr/local/bin/cadubi line 895.
    (Maybe you should just omit the defined()?)

usage: /usr/local/bin/cadubi [OPTIONS] [FILE]

Available options:
  -h, --help              what you're looking at now
  -m, --mute              turn off beeping
  -s, --size [W] [H]      sets the size of the console for use with
                          cadubi, where W is number of columns and H
                          is number of rows.
  -v, --version           show cadubi version

With the latest commit:

$ cadubi -h
Unquoted string "raw" may clash with future reserved word at /usr/local/bin/cadubi line 50.
Unquoted string "restore" may clash with future reserved word at /usr/local/bin/cadubi line 68.
Using an array as a reference is deprecated at /usr/local/bin/cadubi line 341.
Using an array as a reference is deprecated at /usr/local/bin/cadubi line 347.
Using an array as a reference is deprecated at /usr/local/bin/cadubi line 348.
Bareword found in conditional at /usr/local/bin/cadubi line 441.
Bareword found in conditional at /usr/local/bin/cadubi line 738.
Using an array as a reference is deprecated at /usr/local/bin/cadubi line 842.
Useless use of a constant ("IN") in void context at /usr/local/bin/cadubi line 735.
defined(@array) is deprecated at /usr/local/bin/cadubi line 882.
    (Maybe you should just omit the defined()?)
Name "main::bug" used only once: possible typo at /usr/local/bin/cadubi line 818.
Name "main::controlkeys" used only once: possible typo at /usr/local/bin/cadubi line 448.
Name "main::oldmap" used only once: possible typo at /usr/local/bin/cadubi line 699.
Use of uninitialized value $option in concatenation (.) or string at /usr/local/bin/cadubi line 382.

usage: /usr/local/bin/cadubi [OPTIONS] [FILE]

Available options:
  -h, --help              what you're looking at now
  -m, --mute              turn off beeping
  -s, --size [W] [H]      sets the size of the console for use with
                          cadubi, where W is number of columns and H
                          is number of rows.
  -v, --version           show cadubi version

Iโ€™m using OS X 10.10.5.

$ perl --version

This is perl 5, version 18, subversion 2 (v5.18.2) built for darwin-thread-multi-2level
(with 2 registered patches, see perl -V for more detail)
โ€ฆsnipโ€ฆ

And the output of perl -V: https://gist.github.com/bfontaine/dde998c55f878991c19b

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.