Tag: code snippet
All the articles with the tag "code snippet".
Magma Code: Searching for Symmetric Incidence Structures in Finite Fields
A script written in Magma to search for difference sets and almost difference sets in finite fields.
Simple Message Encoder and Decoder in Python
A quick note and code snippet demonstrating how to generate keys and encrypt or decrypt messages using Python's cryptography library.
Asteroids Game in Python (CodeSkulptor)
A complete Asteroids clone written in Python using the simplegui library for CodeSkulptor.
Blackjack Game in Python (CodeSkulptor)
A complete Blackjack game written in Python using the simplegui library for CodeSkulptor.