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
- Host: GitHub
- URL: https://github.com/loneicewolf/codex-testing
- Owner: loneicewolf
- Created: 2025-06-04T11:22:21.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-06-27T05:49:45.000Z (11 months ago)
- Last Synced: 2025-07-03T05:37:01.491Z (10 months ago)
- Topics: ai, ai-agent, aidl, aiml, codex, dl, ml, mldl, openai
- Language: Python
- Homepage:
- Size: 86.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
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.