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

Block or report Bluey26

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

  1. richtext-editor-qt richtext-editor-qt Public

    WYSIWYG Rich text editor example code used to demonstrate the capabilities of Qt's QTextEdit class. Allows to write and see markdown,html and plaintext. Allows to export to .odt and .pdf

    C++

  2. UserScript to invert colors on-click... UserScript to invert colors on-click which only is reminded for current tab. Should be added to UserScript manager (tested and working in Firemonkey+Firefox). Present in all sites, except in the ones matched by @ exclude
    1
    // ==UserScript==
    2
    // @name        InvertCSS
    3
    // @exclude						 https://*.github.com/*
    4
    // @match    *://*/*
    5
    // ==/UserScript==
  3. ReClearLooks-openbox ReClearLooks-openbox Public

  4. GammaStep filedialog, which uses 'qa... GammaStep filedialog, which uses 'qarma' to set an specific screen temperature and close the window. Has to be used with a .desktop file pointing to this .sh
    1
    #!/bin/bash
    2
    menu=("4500" "3500" "RemoveEffect")
    3
    answer=`zenity --list --column=Menu ${menu[@]} --title "GammastepColor" --height 200`
    4
    
                  
    5
    if   [ "$answer" = "4500" ]; then