Tag: racket

Controlling Rclone in Racket

Written by Dominik Pantůček on 2024-12-05

Analyzing cryptographic systems usage with respect to how the users interact with it sometimes requires programmatically simulating their actions. It is no different with our recent work on rclone cryptographic keys handling. However we are lucky that Racket provides all the functionality we needed!

...

Racket-CommonMark Improvements

Written by Dominik Pantůček on 2024-10-24

As we have already revealed, we use Punct to produce our new website. Punct is extending CommonMark with metadata and uses Racket racket-commonmark. Sometimes there are problems with software, but usually those can be solved - as happened in this case. And with a new release, new features arrived as well.

...
...

Racket, MS SQL, ODBC and FreeTDS

Written by Dominik Joe Pantůček on 2020-03-05

As I have written before, Racket is used for implementing most of our tooling and helper applications both for the Cryptoucan™ development and for other back-end tasks as well. You can rightfully guess that most of the bookkeeping programs need to access various databases and although accessing databases is super-convenient in Racket, with some databases on weird platforms, strange problems may arise. Read on to see one of the more interesting and also to see how to resolve such issues.

...

Racket: Faster Pixel Access

Written by Dominik Joe Pantůček on 2020-02-27

As you might recall, Racket provides no way of working with bitmap data both ways: writing and reading. There are only methods that can help you directly access bitmap  ARGB data and those are not designed for any high performance tasks. Read on to learn some new tricks to access the bitmap data faster...

...