A couple new shards: Hansa and libctags.cr

Just a couple small things:

Hansa is a bayesian classifier that detects programming languages based purely on the contents of a file (a reimplementation of go-enry)

It could be useful for someone implementing a pastebin, for example.

The other one is libctags, which implements reading a ctags file, which is useful for things like looking up symbols in a project or cross-referencing HTML output generated from code.

These are just building blocks for future projects I am vaguely planning, but if they are useful for someone there they are :-)

5 Likes

Wow, AI bots are really everywhere now.

libctags link goes to 404. Is that intentional?

My bad, the repo is libctags.cr

1 Like

That’s the same link. Maybe you just need to make it public?

It’s the same link now because I fixed it and it now works :-D

Maybe for you, still 404s for me. Try opening it in incognito to test.

Ahhh there were 2 problems.

The URL was wrong and the repo was private. I hate that seems to be the default now