Skip to content
View korobochka's full-sized avatar
Block or Report

Block or report korobochka

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. allure2-js-commons allure2-js-commons Public

    Common helper for writing report files for Allure 2

    TypeScript 7 3

  2. testng-team/testng testng-team/testng Public

    TestNG testing framework

    Java 1.9k 1k

  3. allure-framework/allure-js allure-framework/allure-js Public

    Allure integrations for JavaScript test frameworks

    TypeScript 211 110

  4. beagleboard-dsp beagleboard-dsp Public

    Sound on beagleboard related files

    Shell

  5. social social Public

    A small experimental chat-room based on WebRTC

    JavaScript 1

  6. JVM TI agent JVM TI agent
    1
    package unitleak;
    2
    
                  
    3
    public class LeakAgentInterface {
    4
        private static int engaged;
    5
        private static native void _someMethod();