Skip to content
View Konrad-Ziarko's full-sized avatar
  • ;DECLARE @x INT = 0 WHILE (@x = 0) BEGIN PRINT @x END
  • ;WITH RECURSIVE a(n) AS ( SELECT 0 UNION ALL SELECT n+2 FROM a ) SELECT * FROM a OPTION (MAXRECURSION 0)
Block or Report

Block or report Konrad-Ziarko

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. Levenshtein Levenshtein Public

    Sniffer, KeyLogger, Clipboard listener, USB scanner with ADS support; Computes Levenshtein minimum edit-distance between two strings

    C# 4 2

  2. DokiDokiMD DokiDokiMD Public

    Python manga downloader and PDF creator.

    Python

  3. MultiBootUsb MultiBootUsb Public

    Create multiboot usb device

    Python 1

  4. ktz_d ktz_d Public

    Shell

  5. kzip kzip Public

    Forked from robiot/zzCrack

    Zipfile Cracker

    Python