Skip to content
View ProjectEli's full-sized avatar

Block or report ProjectEli

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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. ELF ELF Public template

    Eli's Lab Framework

    PowerShell 2

  2. Voice recognition with speech_recogn... Voice recognition with speech_recognition and google speech to text API
    1
    import speech_recognition
    2
    
                  
    3
    recognizer = speech_recognition.Recognizer()
    4
    
                  
    5
    with speech_recognition.Microphone() as src:
  3. JS_RandomBoxSimulator JS_RandomBoxSimulator Public

    Code backup or maintenance repository of my RandomBoxSimulator in CodePen. (https://codepen.io/projecteli/pen/rNGPPxR)

    JavaScript 1

  4. Make C# dll with cdecl support for a... Make C# dll with cdecl support for autohotkey
    1
    # Why this gist needs?
    2
    Autohotkey library supports ```DllCall()``` and it can call dll with standard ```decl``` feature of c dll. However, typical c# library runs on ```IL``` and cannot be called from autohotkey. To support standard dll call, ```DllExport``` package is required in Visual Studio.
    3
    
                  
    4
    # Step by step
    5
    ## 1. Create C# .Net framework library project in Visual studio
  5. SoundQualityTest SoundQualityTest Public

    Music (future bass) files for sound quality comparison test. Exported from Cubase pro 11.0.41 Build 448. Date: 2022-10-02.

    3