Tag: racket

Controlling Rclone in Racket

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

rcloneracket

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, MS SQL, ODBC and FreeTDS

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

racketdatabase

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

racket

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...

...