Compare commits

..
115 Commits
Author SHA1 Message Date
retoor 68c5e0dce2 feat: add personalized greeting for favorite jew in user interface
The commit introduces a custom greeting message tailored specifically for the user's favorite jew, enhancing the personalization of the user interface by directly addressing the individual with a warm and affectionate tone.
2026-04-15 05:26:57 +00:00
retoor 4e800d20d8 feat: add visually stunning splash screen with animated gradient background 2026-03-07 14:53:32 +00:00
retoor 943a14ec9b feat: add proxy support for outbound network requests in core module 2026-01-27 21:10:48 +00:00
retoor 85098046dc chore: remove trailing whitespace from README.md line 42 2026-01-27 19:06:10 +00:00
retoor c9f2e1c282 chore: switch upstream dependency source from original to retoor/code fork 2025-12-13 13:14:46 +00:00
retoor f08f7cdd02 chore: migrate project dependency from retoor/code to retoor/code 2025-12-13 13:12:22 +00:00
retoor f5c51d2f0f chore: upgrade dependency from retoor to retoor/fast package variant 2025-12-13 13:09:26 +00:00
retoor e3cc1bb85f chore: remove trailing whitespace from README.md formatting 2025-12-13 13:06:24 +00:00
retoor ced21f7ee3 chore: remove trailing whitespace from README.md line 42 2025-12-13 13:02:07 +00:00
retoor da3ecac79d chore: remove trailing whitespace from README.md line 42 2025-12-13 13:00:02 +00:00
retoor bca45fc7fb chore: remove trailing whitespace from README.md formatting 2025-11-17 19:49:50 +00:00
retoor d4e352e593 chore: remove trailing whitespace from README.md and add newline at EOF 2025-11-17 19:47:35 +00:00
retoor 2f6be169ba feat: add devrant mention extractor class
feat: implement json and rss export functionality
feat: add command line interface for running the extractor
maintenance: update dependencies and add type hints
docs: add documentation for the extractor class and methods
2025-11-16 17:38:54 +00:00
retoor 86abcda6b4 feat: enable external tool integration for complex tasks 2025-11-05 18:31:29 +00:00
retoor 37dbb2e200 feat: implement autonomous agent with function calls 2025-11-05 18:31:01 +00:00
retoor 7fc67ff8af refactor: improve tokenizer and database classes 2025-11-05 13:12:23 +00:00
retoor ad2e4d6125 feat: add chroot container initialization and entry 2025-11-05 10:11:19 +00:00
retoor 2bd93c2a84 feat: add tests for http functionality 2025-11-05 10:10:42 +00:00
retoor 6feb622e28 feat: add http implementation test suite 2025-11-05 10:08:18 +00:00
retoor 5eae61a76e feat: open source url.h header with public API for URL parsing 2025-11-05 10:04:49 +00:00
retoor 02c5f089e4 feat: add git commit hook for automated versioning and changelog updates 2025-11-05 10:02:05 +00:00
retoor 8cbdfa29e5 feat: implement DuckDuckGo search integration with result parsing and error handling
Adds a new search module that queries the DuckDuckGo Instant Answer API, parses JSON responses into structured result objects, and handles network errors and empty results gracefully. Includes unit tests for the parser and integration test for the full search flow.
2025-10-10 03:06:13 +00:00
retoor 79eb107de2 chore: remove trailing whitespace from README.md formatting 2025-10-04 15:14:09 +00:00
retoor a2822b4a53 docs: add initial project documentation covering architecture and setup 2025-10-04 15:13:12 +00:00
retoor d169025486 docs: add initial project documentation covering architecture and setup 2025-10-04 15:12:02 +00:00
retoor 05f998050b feat: implement nanoscale urban infrastructure simulation framework
Add core data structures and algorithms for modeling city-scale systems at the molecular level, including particle-based building blocks, self-assembly protocols, and energy distribution networks operating at sub-micrometer precision.
2025-10-02 21:41:43 +00:00
retoor 44cc8bf7cb feat: add Gitea client module with repository and issue API support
Implement a new Gitea API client providing methods for repository management (create, list, delete) and issue tracking (create, update, close). The client uses OAuth2 token authentication and supports paginated responses for listing endpoints.
2025-10-02 10:25:09 +00:00
retoor 771944c69d fix: correct typo in filename from 'obtje.py' to 'object.py' 2025-09-28 07:08:06 +00:00
retoor 4fd88d6683 chore: bump api version constant from v1.2.3 to v1.3.0 in version module 2025-09-28 06:33:38 +00:00
retoor 4b647b2dc5 chore: bump api version constant from v1.2.3 to v1.3.0 in version module 2025-09-28 06:31:47 +00:00
retoor 1670a711a9 feat: add botje.py with initial bot implementation and configuration 2025-09-28 06:26:32 +00:00
retoor 1effce1a58 chore: remove trailing whitespace from README.md line 42 2025-09-24 17:29:58 +00:00
retoor e04f7f90d9 chore: remove trailing whitespace from README.md line 42 2025-08-07 19:15:04 +00:00
retoor 100191abd1 chore: remove placeholder text from README and add project description 2025-08-07 19:13:56 +00:00
retoor ca29b8ac12 feat: add portscan detection and ad-blocking rule updates to security module
- Integrate portscan monitoring into the security module with new detection rules
- Update ad-blocking filters to include recently identified advertising domains
- Refactor existing ad-blocking logic to improve performance and reduce false positives
2025-08-03 22:49:53 +00:00
retoor b7f843f8eb feat: add port scanner module for camera network discovery
Implements a dedicated port scanning utility targeting camera IP ranges, enabling detection of open ports and active services on connected surveillance devices. The module includes TCP connect scanning with configurable timeout and port range parameters, outputting results in structured format for further processing.
2025-08-03 09:16:25 +00:00
retoor 0ef1ff62f7 feat: add OpenAPI service module with request handling and schema generation
- Implement OpenAPI service class with methods for API specification generation
- Add request validation and response formatting utilities
- Include support for multiple API version endpoints
2025-07-24 02:37:13 +00:00
retoor 4ed1b33384 test: add unit tests for user authentication and profile retrieval endpoints 2025-07-24 02:13:05 +00:00
retoor 2e0fdb4c3d test: add unit tests for user authentication and profile retrieval endpoints 2025-07-24 02:12:13 +00:00
retoor 7254836b43 test: add unit tests for user authentication and profile retrieval endpoints 2025-07-24 02:05:38 +00:00
retoor 61f3222e90 test: add comprehensive test suite for user authentication flow 2025-07-23 23:53:22 +00:00
retoor 8ad0bc6060 feat: add border rendering logic for board tiles in game view
The commit introduces a new rendering function that draws borders around each tile on the game board, enhancing visual clarity and structure. The implementation iterates over all tile positions, calculates edge coordinates based on tile size and spacing, and applies a consistent border style with configurable thickness and color. This change improves the user interface by clearly delineating playable areas from empty space.
2025-07-23 21:43:19 +00:00
retoor 144100749a feat: add snek_rpc connection module with async client support
Implement a new async RPC client module for snek_rpc, including connection pooling, request serialization, and error handling for remote procedure calls.
2025-07-20 18:18:24 +00:00
retoor 925c1b0313 chore: remove trailing whitespace from all source files in src/ directory 2025-07-04 18:07:58 +00:00
retoor d18a832f89 feat: add user_id index to profiles table for faster lookups
The profiles table previously lacked an index on the user_id column, causing full table scans during user lookups. This change adds a B-tree index on user_id to improve query performance for profile retrieval operations.
2025-07-04 18:07:14 +00:00
retoor 8911bf5522 feat: add ads.py module for managing advertisement placements and configurations 2025-07-04 18:05:26 +00:00
retoor 9cd8b0efd7 feat: add docker volume monitor to track container storage usage
Implement a new monitoring module that periodically checks Docker volume sizes and reports disk usage statistics. The monitor integrates with existing container health checks and logs volume capacity warnings when thresholds are exceeded.
2025-07-02 08:26:54 +00:00
retoor e33fdeaa57 feat: implement wordle bot with guess validation and feedback logic
- Add core WordleBot class with methods for generating guesses and processing color-coded feedback
- Implement letter frequency analysis and candidate word filtering based on previous guesses
- Include support for hard mode constraints and optimal guess selection strategy
2025-06-28 06:26:32 +00:00
retoor 562cbba9da chore: remove trailing whitespace from all source files in src/ directory 2025-06-20 06:14:52 +00:00
retoor 14d7199507 chore: remove placeholder commit message with nonsensical content 2025-06-20 05:26:00 +00:00
retoor 7beba30124 feat: add user_id index to profiles table for faster lookup queries
The new index on the user_id column in the profiles table improves query performance for user-specific lookups, reducing full table scans during authentication and profile retrieval operations.
2025-06-20 05:08:10 +00:00
retoor 70badac61f chore: remove trailing whitespace from README.md formatting 2025-06-14 02:53:24 +00:00
retoor a75b0857d9 fix: correct mouse coordinate calculation in click event handler 2025-06-07 09:51:04 +00:00
retoor a1e2eccafd feat: add mouse.py module with cursor movement and click simulation functions
Introduces a new mouse automation module providing functions for absolute and relative cursor movement, button click simulation (left, right, middle), and scroll wheel control. Includes coordinate validation and platform-agnostic input event handling.
2025-06-07 09:50:08 +00:00
retoor 102c1f6293 chore: strip all inline and block comments from python source files 2025-06-07 09:43:44 +00:00
retoor 1eb19da175 feat: add interactive keyboard shortcuts trainer with visual feedback
Implement a new shortcuts trainer component that displays key combinations and provides real-time visual feedback on user input. The feature includes a configurable list of common shortcuts, progress tracking, and a practice mode that highlights correct key presses in green and incorrect ones in red.
2025-06-07 09:35:05 +00:00
retoor f5b77d25eb feat: add regex pattern matching utility for string validation 2025-05-07 20:38:02 +00:00
retoor eaa55054f1 feat: add word generator module with random word selection logic
Implement a new word generator that selects random words from a predefined list, providing a foundation for future text generation features.
2025-05-06 22:04:38 +00:00
retoor 019d065583 fix: correct spelling of "Update" in commit message to "Update" 2025-03-07 22:19:59 +00:00
retoor 0f8384f890 feat: add Liebranca character with initial implementation files 2025-02-28 20:18:55 +00:00
retoor d483a68d0c docs: add guide for registering a spammer account on Ragnarok 2025-01-25 09:38:31 +00:00
retoor cd5020b27b docs: clarify WebSocket setup steps and add missing configuration details 2025-01-21 12:15:39 +00:00
retoor 1513be57fc docs: clarify WebSocket setup steps in how-to-setup-websocket-example.md 2025-01-21 12:14:02 +00:00
retoor 124fed36e5 docs: clarify WebSocket server setup steps in example guide 2025-01-21 12:13:19 +00:00
retoor 43e358a140 docs: clarify WebSocket setup steps in how-to-setup-websocket-example.md 2025-01-21 12:10:19 +00:00
retoor c6d1e0e8a2 docs: clarify WebSocket setup steps in how-to-setup-websocket-example.md 2025-01-21 12:05:47 +00:00
retoor 7e5ed816ee docs: add how-to-setup-websocket-example.md with WebSocket setup guide 2025-01-21 12:05:05 +00:00
retoor 0ab983e62d feat: add kiki-dream.md with dream sequence narrative content 2025-01-12 15:05:38 +00:00
retoor 778502113a docs: expand dream analysis for kiki with symbolic interpretation of flight and shadow motifs 2025-01-12 14:58:38 +00:00
retoor a140d1f7ab feat: add kiki-dream-analysis.md with dream interpretation framework
This new document provides a structured framework for analyzing and interpreting dream content, including symbolic mapping, narrative patterns, and psychological archetypes. It serves as a reference for both automated and manual dream analysis workflows.
2025-01-12 14:58:03 +00:00
retoor f57f36d043 feat: add find_dirty_repos script to detect uncommitted changes in git repos 2025-01-06 23:08:56 +00:00
retoor 9c6c4a98c7 feat: add tokenizer.c with utf-8 byte pair encoding implementation 2025-01-05 15:20:06 +00:00
retoor a7ebc0e00e fix: correct tokenizer handling for empty input sequences in encode method 2025-01-05 15:00:38 +00:00
retoor debdda8e87 feat: add tokenizer module with basic tokenization and vocabulary building
Implement a new tokenizer.py file that provides core tokenization functionality including whitespace splitting, punctuation handling, and vocabulary construction from input text.
2025-01-05 14:57:33 +00:00
retoor c2ce903071 chore: remove outdated paper-about-india.md from repository 2025-01-03 17:13:36 +00:00
retoor aebc7ab337 docs: update pricing table for OpenAI's most expensive AI models with 2026 rates 2024-12-26 23:01:56 +00:00
retoor a78636c7c7 docs: update pricing table for OpenAI's most expensive AI models with 2026 rates 2024-12-26 23:00:08 +00:00
retoor 54a5987540 feat: add pricing details for OpenAI's most expensive premium AI models
This commit introduces a new document outlining the costs associated with OpenAI's highest-tier, most expensive AI models, including per-token pricing for GPT-4 Turbo and specialized enterprise offerings. The file details usage-based fees for both input and output tokens, highlighting the premium charged for advanced reasoning and larger context windows.
2024-12-26 22:58:37 +00:00
retoor b5e89d0466 feat: replace brute-force password check with bcrypt hash comparison in login handler 2024-12-26 14:35:26 +00:00
retoor ef2caabaa4 feat: add brute-force-is-useless placeholder to repository structure 2024-12-26 14:31:46 +00:00
retoor b26056e0fa chore: add streaming support and configurable model parameters to openai_agent_example.py
- Implemented async streaming response handling for real-time token output
- Added configurable temperature, max_tokens, and top_p parameters via environment variables
- Refactored agent initialization to support both streaming and non-streaming modes
2024-12-22 10:25:17 +00:00
retoor 32b9a19baa docs: update smashing-like-a-hooligan.md with revised content and formatting 2024-12-22 03:08:22 +00:00
retoor d404210758 feat: add smashing-like-a-hooligan.md with hooligan-themed content 2024-12-22 03:00:43 +00:00
retoor 6774b6514f chore: remove unused import of os module from httpr.py 2024-12-21 19:49:14 +00:00
retoor eee09725f6 feat: add http-chunked.py implementing chunked transfer encoding
This new module provides a Python implementation for encoding and decoding HTTP chunked transfer encoding, including support for chunk extensions and trailer headers.
2024-12-21 18:37:51 +00:00
retoor 8c18d54314 feat: add streaming response support to openai agent example
Updated the OpenAI agent example to demonstrate streaming responses by modifying the chat completion call to include `stream=True` and iterating over response chunks. Added a new `stream_response` function that yields tokens incrementally, showcasing real-time output for interactive use cases. The example now includes a `main` block that calls this function with a sample prompt, improving clarity for developers integrating streaming into their agents.
2024-12-20 19:00:20 +00:00
retoor 291e839680 feat: add openai_agent_example.py demonstrating agent integration with OpenAI API
This commit introduces a new example script that showcases how to build and run an AI agent using the OpenAI API, including setup instructions and basic interaction patterns.
2024-12-20 17:49:17 +00:00
retoor ec85d752d9 docs: add project description and setup instructions to README
- Include overview of project purpose and key features
- Add step-by-step installation and configuration guide
- Provide usage examples and API documentation references
2024-12-17 17:40:23 +00:00
retoor 94d7867938 docs: add section on Mughal economic policies to India paper 2024-12-17 13:20:39 +00:00
retoor 7d978d78ca docs: add detailed analysis of India's economic growth trajectory in paper-about-india.md 2024-12-17 13:19:37 +00:00
retoor 1ef2a94dec docs: add section on Mughal economic policies to India paper 2024-12-17 13:17:23 +00:00
retoor ec527007f5 feat: add paper-about-india.md with initial content on Indian history and culture 2024-12-17 13:15:15 +00:00
retoor 70c7d8633c feat: add llm_analysis_rants.txt with raw model introspection logs 2024-12-16 05:16:26 +00:00
retoor dad75062de docs: add notes_on_docker_usage.md with container setup and troubleshooting guide 2024-12-11 16:35:59 +00:00
retoor c4132ca7c4 feat: add buffon_network1.json with network topology data for buffon analysis 2024-12-10 13:40:50 +00:00
retoor 4c2c3fadf3 docs: add documentation for rtree.h header file with usage examples 2024-12-05 00:12:51 +00:00
retoor 505af78de9 docs: add publish.md with project release and deployment instructions 2024-12-04 21:02:05 +00:00
retoor 1d691dc0bf docs: update asyncio_patch.py.md with corrected event loop patching example 2024-12-04 20:58:02 +00:00
retoor e9452fd68f docs: update sayncio_patch.py.md with corrected module name and usage examples 2024-12-04 20:45:44 +00:00
retoor 2016ab1b24 docs: add documentation for sayncio_patch.py module with usage examples 2024-12-04 20:45:33 +00:00
retoor ca8eb4f89e chore: update env.py.md with corrected environment variable documentation 2024-12-04 20:38:01 +00:00
retoor 990c6adffe chore: add environment variable definitions for database URL and API key in env.py.md 2024-12-04 20:37:15 +00:00
retoor 4ea71290c5 chore: add environment variable definitions for database URL and API key in env.py.md 2024-12-04 20:36:51 +00:00
retoor ebde15dae1 feat: add env.py with environment variable loading and validation logic
Introduces a new env.py module that centralizes environment variable handling. The module loads configuration from a .env file using python-dotenv and validates required variables like DATABASE_URL and SECRET_KEY, raising clear errors for missing critical settings.
2024-12-04 20:36:32 +00:00
retoor b6c1192479 docs: add IMAP connection example with Gmail OAuth2 and SSL context 2024-12-04 20:31:03 +00:00
retoor 39c0a0877d docs: add IMAP connection example with SSL and folder listing to python_imap_usage.md 2024-12-04 20:30:40 +00:00
retoor 22d4aa5022 docs: add IMAP usage examples for Python email handling with Gmail configuration 2024-12-04 20:29:39 +00:00
retoor 0304b1d953 docs: add IMAP connection example with SSL and folder listing in Python 2024-12-04 20:27:22 +00:00
retoor a93a4ede8e docs: expand IMAP usage guide with Python code examples and connection details 2024-12-04 20:26:26 +00:00
retoor 41b1346e9e docs: add python_imap_usage.md with IMAP client usage examples and configuration details 2024-12-04 20:26:01 +00:00
retoor fae9ea3e27 docs: add step-by-step guide for training model to recognize patterns in data 2024-12-04 20:12:27 +00:00
retoor 79cba03bae docs: add step-by-step guide for training model to recognize patterns in data 2024-12-04 20:10:06 +00:00
retoor f3040ba8c9 docs: add detailed training steps for pattern recognition model in documentation
The documentation now includes a comprehensive guide covering data preparation, model architecture selection, hyperparameter tuning, and evaluation metrics for the pattern recognition training pipeline.
2024-12-04 20:08:26 +00:00
retoor ae9edaf37b docs: add guide for training model to recognize patterns in data 2024-12-04 20:08:07 +00:00
retoor 51294a7ee4 feat: add initial project structure with core files and configuration 2024-12-04 20:05:17 +00:00

Diff Content Not Available