An open API service indexing awesome lists of open source software.

https://github.com/loneicewolf/codex-testing

testing codex OPENAI
https://github.com/loneicewolf/codex-testing

ai ai-agent aidl aiml codex dl ml mldl openai

Last synced: 16 days ago
JSON representation

testing codex OPENAI

Awesome Lists containing this project

README

          

# NOT MY CODE!
# AI `MADE` (Yep. MADE. I have done NO work in this repo)
# ALL credit goes to OpenAI/`CODEX`

# Cipher Analysis Examples

This repository now includes simple cipher analysis tools in four languages:

- `python/`: command line utilities for Caesar, Vigenère, a simplified Enigma simulator, and RNG demonstrations (insecure and secure), along with basic examples in `python/basics/`.
- `c/`: minimal CLI tool demonstrating Caesar and Vigenère breaking.
- `asm/`: x86-64 assembly program to brute force Caesar.
- `bash/`: shell script performing basic Caesar and Vigenère operations.
- `notebooks/`: beginner-friendly Jupyter notebooks with widgets for simple
machine learning tasks using scikit-learn and Keras.

Each directory contains a README with usage examples.