Skip to content
View PakL's full-sized avatar

Block or report PakL

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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. TTVStreamerTool TTVStreamerTool Public archive

    TTVST is an application aimed at Twitch streamer.

    TypeScript 3 1

  2. ProcessAffinityWatcher ProcessAffinityWatcher Public

    Watch processes and automatically set processor affinity.

    C# 1

  3. Installer batch for Star Wars: Behin... Installer batch for Star Wars: Behind The Magic
    1
    # Star Wars: Behind The Magic - Installer Batch
    2
    
                  
    3
    Star Wars: Behind The Magic is a multimedia CD-ROM released in 1998 for Windows 95/98. Due to the nature of the installer, the software cannot be installed on a modern Windows even though the rest of the software itself runs fine.
    4
    
                  
    5
    The batch below will copy all necessary files and create all necessary registry entries for the software to function. It will also create two DXWnd profiles you can import to run it in a borderless window.
  4. Nightbot command to roll dice Nightbot command to roll dice
    1
    Simple Nightbot command to roll any number of any kind of dice
    2
    
                  
    3
    ```
    4
    $(eval var i=parseInt,d=[],e='$(provider)'=='twitch'?'melziiD20':'🎲20',j=0,l,m='$(query)'.match(/^(([0-9]+)\s+)?(([0-9]+)?d([0-9]+)|([0-9]+))$/)??{},c=i(m[2]??1),n=i(m[4]??1),s=i(m[5]??m[6]??20);c=c>20?20:(c<1||!c?1:c);n=(n<1?1:n);s=(s<1?1:s);for(;j<c;j+=1){d.push(Math.round(n*(s-1)*Math.random())+n)}r=`$(user) rolled ${d.join(', ')} with ${n<2?'a ':n+'×'}🎲`+s;l=r.lastIndexOf(',');(l<0?r:r.substr(0,l)+' and'+r.substr(l+1)).replace(/( |🎲)20(,| |$)/g,` ${ e } $2`))
    5
    ```
  5. SkyrimIntegrationBridge SkyrimIntegrationBridge Public

    Command line application accompanying my Integration Bridge mode for Skyrim

    Rust 1

  6. savegame_manager savegame_manager Public

    Savegame manager (primarily meant for DD2)

    Rust 1