Skip to content
View KristianP26's full-sized avatar

Organizations

@surftimer

Block or report KristianP26

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. surftimer/SurfTimer-Web-Stats surftimer/SurfTimer-Web-Stats Public archive

    Surftimer-Web-Stats is Official Web with statistics for Surftimer-Official.

    PHP 24 16

  2. PHP Function for Retrieving Steam Wo... PHP Function for Retrieving Steam Workshop Item Subscriber Count
    1
    <?php
    2
        function getSteamWorkshopSubscriberCount($workshopItemId) {
    3
            $apiUrl = "https://api.steampowered.com/ISteamRemoteStorage/GetPublishedFileDetails/v1/";
    4
            $postData = [
    5
                "itemcount" => 1,
  3. Tampermonkey Script: Button that wil... Tampermonkey Script: Button that will allow you to collape right sitebar in Jira issue view
    1
    // ==UserScript==
    2
    // @name         Jira Collapse Sidebar Button
    3
    // @namespace    https://gist.github.com/KristianP26/da54152268e26b73893fa7792f04196f
    4
    // @version      1.0
    5
    // @description  Button that will allow you to collape right sitebar in Jira issue view