Skip to content
View brunoalfirevic's full-sized avatar

Block or report brunoalfirevic

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. BinaryFactor.AspNetCoreTypescriptGenerator BinaryFactor.AspNetCoreTypescriptGenerator Public

    Generates Typescript types and strongly typed API facades from .NET classes and ASP.NET Core controller definitions.

    C# 1

  2. BinaryFactor.InterpolatedTemplates BinaryFactor.InterpolatedTemplates Public

    Frictionless and extensible .NET templating engine that leverages built-in language support for interpolated strings.

    C# 1

  3. VimClojureInterface VimClojureInterface Public

    Support for Vim scripting in Java and Clojure

    Python 2

  4. TangoTagger TangoTagger Public

    A Clojure library for to automatically tagging tango songs based on data from tango.info website.

    Clojure 2

  5. Fantastiko Fantastiko Public

    Fantastiko is a Pascal to ARM compiler written in C#. A university class project from 2005.

    C# 1

  6. Batch file Powershell starter Batch file Powershell starter
    1
    @echo off
    2
    
                  
    3
    if [%BATCH_STARTER_EXECUTE_COMMAND%] == [YES] (
    4
        set BATCH_STARTER_EXECUTE_COMMAND=
    5
        powershell -NoProfile -ExecutionPolicy Bypass -File .\go.ps1 %*