Skip to content
View prachil007's full-sized avatar

Block or report prachil007

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. in-code-generator in-code-generator Public

    Code generator for any language, java, python, node, php, etc. from Table Structure.

    Python 2

  2. Start android emulator from command ... Start android emulator from command line, especially when you don`t know the AVD name
    1
    @echo off
    2
    IF [%1]==[] (GOTO ExitWithPrompt)
    3
    set i=1
    4
    FOR /F "delims=" %%i IN ('emulator -list-avds') DO (
    5
    	set /A i=i+1
  3. sysconfigurator sysconfigurator Public

    Forked from kvineet/sysconfigurator

    A quick and dirty tool for encrypting database values.

    Java 1