Skip to content
View korobochka's full-sized avatar

Block or report korobochka

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  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 2.1k 1k

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

    Allure integrations for JavaScript test frameworks

    TypeScript 268 130

  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();