Fiona Blackett

Results 15 issues of Fiona Blackett

PyCrypto is currently deprecated (see #2). This is all that is needed to get pyxolotl to be fully functional under pycryptodome, which is designed to be a nearly drop-in replacement...

A migration to PyCryptoDome would be useful and preferable, as PyCrypto is now deprecated, and even includes a buffer overflow vulnerability in the AES encryption https://github.com/dlitz/pycrypto/issues/176

Windows redirection to a file breaks because of some lack of support for unicode or utf-8 or something ```D:\Fin\Desktop\Python\ChessBot>type game.py | mimic > game2.py Traceback (most recent call last): File...

#27 I haven't been able to test it because apparently the windows command line is absolutely garbage at utf-8 support. No matter which mode I use it fails to encode...

Build log is below. Is there anything I'm doing wrong? Thanks. ```1>------ Build started: Project: RGBSync+, Configuration: Debug Any CPU ------ 1>D:\Fin\Desktop\VS\RGBSync\RGBSync+\App.xaml(13,14): error MC3074: The tag 'TaskbarIcon' does not exist...

I have found Jelly to be a very cool language but I am extremely confused about how to actually write it. With it being a tacit language, it is radically...

I was wondering if anyone has any tips for displaying all the characters used in Jelly in Vim. I am using Vim 8 and have already set up the digraphs...

Is there a possibility for bindings for other languages, for example Python, which supports importing code from C? Thanks

This should perform properly under operator precedence and allows setting of a maximum allowable value for the exponentiation.

How would one go about replacing the payload here with another? Can the current kernel32 stuff be used, or would you have to make your own? I want to be...