icsboyx
I'm not a programmer! I'm passionate about learning ICT concepts through hands-on experimentation.
Pinned Repositories
botox
chathole
This is a Rust project that uses multi-threading to handle server operations. It uses the colored and terminal_ansi crates for terminal output, and the anyhow crate for error handling.
log_x
Rust library that provides a flexible and extensible logging framework for Rust applications. It supports different log levels, module-specific logging, and customizable log output formats.
OBS_Scripts
PY_TTS
Twitch Chat Text-To-Speech Bot
Python-MP3-to-WAV-player-with-SoundDevice
rust_tts
This is a simple Rust application that converts text into speech using Google Translate's Text-to-Speech service and plays the generated audio through the default audio output device on your system. The application utilizes the rodio crate for audio playback and communicates with the TTS service using HTTP requests.
test_raylib_simple
Rust simple raylib implementation
watchgod_reload_modules
python watchgod module with auto restart
icsboyx's Repositories
icsboyx/PY_TTS
Twitch Chat Text-To-Speech Bot
icsboyx/chathole
This is a Rust project that uses multi-threading to handle server operations. It uses the colored and terminal_ansi crates for terminal output, and the anyhow crate for error handling.
icsboyx/log_x
Rust library that provides a flexible and extensible logging framework for Rust applications. It supports different log levels, module-specific logging, and customizable log output formats.
icsboyx/rust_tts
This is a simple Rust application that converts text into speech using Google Translate's Text-to-Speech service and plays the generated audio through the default audio output device on your system. The application utilizes the rodio crate for audio playback and communicates with the TTS service using HTTP requests.
icsboyx/test_raylib_simple
Rust simple raylib implementation
icsboyx/OBS_Scripts
icsboyx/watchgod_reload_modules
python watchgod module with auto restart
icsboyx/botox
icsboyx/Python-MP3-to-WAV-player-with-SoundDevice
icsboyx/rust_tls_client
This Rust program demonstrates a basic SSL/TLS client that communicates with a server over a secure connection. (This is r/w no-blocking socket example.)
icsboyx/udp_send_audio_file
This Rust code reads an audio file named "audio.mp3" and sends it over UDP to a destination IP address and port.
icsboyx/upload_png_tcp_server
This is a Rust project that implements a TCP server that listens for incoming connections and handles them in a specific way. The server is designed to receive image data from clients and save it to disk (PNG format), while also sending a link to the client that can be used to access the saved image (Only a string, web server is not implemented yet