Skip to content
View T31337's full-sized avatar
  • 1337 Software
  • In The Interwebz, For All To See And Access Equally

Block or report T31337

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. PAM_USB Set-Up & Configuration Helpe... PAM_USB Set-Up & Configuration Helper Script With SD Card Support
    1
    #!/bin/bash
    2
    
                  
    3
    #Downlaod .bash_colors (Ensure File Exists And Has Expected Content)
    4
    wget http://raw.github.com/maxtsepkov/bash_colors/master/bash_colors.sh -O .bash_colors
    5
    #Import Colors Script
  2. Script To Fix YAKUAKE Focus Issue Un... Script To Fix YAKUAKE Focus Issue Under Wayland
    1
    #!/bin/bash
    2
    #yakuake wayland focus fix
    3
    
                  
    4
    #Copy The Global Yakuake Config To Local
    5
    cp /usr/share/applications/org.kde.yakuake.desktop ~/.local/share/applications/
  3. ColorPicker ColorPicker
    1
    #Simple Color Chooser GUI That Returns Hex And RGB Values :)
    2
    
                  
    3
    from tkinter import colorchooser,Label,Button,Tk
    4
    
                  
    5
    def mColor():
  4. Pig Game Written In Python Pig Game Written In Python
    1
    import random
    2
    import sys
    3
    
                  
    4
    
                  
    5
    class PigGame:
  5. user unfriendly startup script user unfriendly startup script
    1
    'User Unfriendly StartUp Script
    2
    function shutdown()
    3
      Dim objShell
    4
      Set objShell = WScript.CreateObject("WScript.Shell")
    5
      'objShell.Run "cmd /c shutdown -s -t 90"
  6. SimpleList SimpleList Public

    Simple List Android App

    Java