Skip to content
View ptyskju's full-sized avatar

Organizations

@Space-Game-Engine
Block or Report

Block or report ptyskju

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. Space-Game-Engine/Warp-Core Space-Game-Engine/Warp-Core Public

    Web game engine to create any strategic-like game you want

    TypeScript

  2. Kod js do przedłużania i odświeżania... Kod js do przedłużania i odświeżania wielu ogłoszeń na raz w OLX
    1
    $('.extendLink').each(function () {
    2
        if($(this).hasClass("refreshme")){
    3
            $(this).click();
    4
        } else if ($(this).hasClass("extendme")) {
    5
            var href = $(this).attr('href');
  3. launch.json vscode debug chrome xdebug launch.json vscode debug chrome xdebug
    1
    {
    2
        "version": "0.2.0",
    3
        "configurations": [
    4
            {
    5
                "name": "Listen for XDebug",