Skip to content
View dctremblay's full-sized avatar
Block or Report

Block or report dctremblay

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

Pinned Loading

  1. Bash Telegram Bot : Send and receive... Bash Telegram Bot : Send and receive messages in realtime (long polling). Shipped with a simple API wrapper. Usage: adapting recvUpdate() and other stuff to your needs.
    1
    #!/bin/bash
    2
    # Title: Starter Bash Telegram Bot
    3
    # Version: 0.1-alpha
    4
    # Date: 2024-06-12
    5
    # License: Unlicense
  2. near-losslessly compress text from s... near-losslessly compress text from stdin. parameter is nb of runs. using openai chat completions api.
    1
    #!/bin/bash
    2
    # Title: Compress Text
    3
    # Version: 0.1
    4
    # Date: 2024-06-12
    5
    # License: MIT
  3. Toggle between light/dark color sche... Toggle between light/dark color scheme in KDE plasma
    1
    #!/bin/bash
    2
    
    
    3
    light=BreezeLight
    4
    dark=BreezeDark
    5
    
    
  4. quickgpt.sh quickgpt.sh
    1
    In `~/.profile` :
    2
    
    
    3
    ```sh
    4
    alias ask="$HOME/.quickgpt"
    5