Skip to content
View pedrowindisch's full-sized avatar
👋
👋

Highlights

  • Pro

Organizations

@olxbr @calcompfurb @dotnet-foundation @ongsebastianas @datafis

Block or report pedrowindisch

Report abuse

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

Report abuse
pedrowindisch/README.md

Pinned Loading

  1. esteganografia-lsb esteganografia-lsb Public

    Esteganografia com método LSB em Python

    Python

  2. bloom-filters bloom-filters Public

    🌸 bloom filters implementations in C#/F#

    C# 3

  3. useTheming - react hooks useTheming - react hooks
    1
    # useTheming
    2
    simple react hooks that makes theming your app easier and straightforward.
    3
    
                  
    4
    copy useTheming.js and paste it on your project folder, then initialize it. 
    5
    
                  
  4. Generic repository implementation in... Generic repository implementation in C# with EF Core with tracking configuration.
    1
    // Example implementation and usage of the generic repository.
    2
    
                  
    3
    public class CategoryRepository(DatabaseContext ctx) : GenericRepository<Category, CategoryRepository>(ctx)
    4
    {
    5
      // ...