Skip to content
View bashcashew's full-sized avatar

Highlights

  • Pro

Block or report bashcashew

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
bashcashew/README.md

Hi there 👋

Here is a list of things that I am working on, but not exclussively. ;)

  • Uploading a 🗣️local LLM-and-realistic-TTS Models for use in the Terminal
  • Uploading a 🎮PS5-to-PC script that allows full integration of a controller into the PC environment, including controller rumble.
    • Added local telemetric .csv data per session for usage analyses if interested -- this can be removed if no use-cases
  • Uploading a 📑PPTX-to-PDF Converter
  • Uploading a 📑PDF Merger with custom footers that apply the orignial file name to help with knowing where you are
  • Uploading a 📑PDF-to-text-markdown script that allows you to compile all text within a document/PDF given specified margins (ui included)
  • Uploading a ✅Bubble-sort algorithm for a computer directory as well as some other sorting algos.
  • Uploading a 📀script that checks physical port entries i.e., USBs, SDs, and creates a dump of easy-to-read information logs in the target drive.
  • Uploading various 👨‍💻.js scripts for consumer ui into a single repository
  • Uploading a 🎬cyberpunk-CLI that integrates various commands of a normal CLI such as ls, cd, alias etc. +
    • comes with a robust calculator
    • comes with a built-in video player
    • comes with a built-in text and file editor that (has retention issues atm ... so only per-session saves)
    • These commands are done, but may be rolled out incrementtally or not at all due to some issues surrounding cohesion
  • Uploading a 🐍bash-and-python script that gives a cyberpunk-esque splash screen with a password lock for your preferred CLI.
    • all functions are disabled and only can enter the password to enter the terminal ... this can easily be edited in the bash script if issues occur.
    • The only way to exit without a password is to exit the terminal ... or again, editing the bash script :)

pixel_invaderzimgir_art

Pinned Loading

  1. PS5_Controller_PC PS5_Controller_PC Public

    This is a python script that allows for a controller outputs to be intercepted and re-bound to new values. This includes rumbling effects and stores telemetric data to ensure efficient analyses as …

    Python

  2. Local_Voice_LLM_12B_Params Local_Voice_LLM_12B_Params Public

    This is a repository that is a combinatorial interaction and deployment of a 12B local LLM and a local TTS with realistic sound modulations and training. The aim is to explore the automation of tas…

  3. Wordle_bashscript Wordle_bashscript Public

    This is a repository of a bash script that runs a Wordle game (like the one found on NYTimes). This integrates a personal, locally stored word lists meaning you can use any language from a-z.

    Shell