Skip to content
View buddhics's full-sized avatar

Block or report buddhics

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. jenkins-aws-cdk-boilerplate jenkins-aws-cdk-boilerplate Public

    This is the jenkins pipeline configurations boilerplate with AWS CDK.

    C# 2

  2. How to load Typescript classes dynam... How to load Typescript classes dynamically
    1
    import { Store } from "./Store";
    2
    
                  
    3
    export class DynamicClass {
    4
        constructor(className: string, opts: any) {
    5
            if (Store[className] === undefined || Store[className] === null) {
  3. huggingface/transformers huggingface/transformers Public

    🤗 Transformers: State-of-the-art Machine Learning for Pytorch, TensorFlow, and JAX.

    Python 135k 27k