Sergio Pedri (@Sergio0694)
  • Stars
    star
    5,185
  • Global Rank 4,972 (Top 0.2 %)
  • Followers 764
  • Registered over 9 years ago
  • Most used languages
    C#
    70.6 %
    C
    17.6 %
    PowerShell
    5.9 %
    Python
    5.9 %
  • Location 🇮🇹 Italy
  • Country Total Rank 46
  • Country Ranking
    C#
    1
    C
    583
    Python
    4,400

Top repositories

1

ComputeSharp

A .NET library to run C# code in parallel on the GPU through DX12, D2D1, and dynamically generated HLSL compute and pixel shaders, with the goal of making GPU computing easy to use for all .NET developers! 🚀
C#
2,505
star
2

PolySharp

PolySharp provides generated, source-only polyfills for C# language features, to easily use all runtime-agnostic features downlevel. Add a reference, set your C# version to latest and have fun! 🚀
C#
1,592
star
3

NeuralNetwork.NET

A TensorFlow-inspired neural network library built from scratch in C# 7.3 for .NET Standard 2.0, with GPU support through cuDNN
C#
535
star
4

BinaryPack

The fastest and most memory efficient binary serialization library for .NET Standard 2.1, powered by dynamic IL generation
C#
324
star
5

UICompositionAnimations

A powerful and easy to use library to work with Composition and XAML animations and Win2D effects
C#
89
star
6

Brainf_ckSharp

A complete and full-featured Brainf_ck IDE/console for Windows 10 (UWP), with a high-performance REPL interpreter
C#
50
star
7

ReflectionToIL

A demonstration and benchmark of different approaches to load closure fields using reflection and dynamic code generation
C#
29
star
8

privatelike

An attribute, generator and analyzer to declare "private-like" types in C# (internal but producing errors if not used as if they were declared as private)
C#
9
star
9

BigWatson

A complete, ligthweight and self-contained .NET Standard 2.0 offline exception logging library, powered by Realm
C#
8
star
10

quickup

A .NET Core 2.1 CLI tool to quickly create one-way backups from one folder to another
C#
5
star
11

Win2DSample

A simple and minimal Win2D sample in an unpackaged Win32 app
C#
4
star
12

GarbageCollectorC

A simple, multi-thread implementation of a GC in C
C
3
star
13

List_T

A parametric list in C with supports with LINQ-style functions and lambda expressions
C
3
star
14

clup

A no-nonsense .NET Core 2.1 CLI duplicate files remover
C#
2
star
15

Snake

The classic arcade game Snake written in C
C
1
star
16

FizzBuzz

The "Fizz-Buzz test" is an interview question designed to help filter out the 99.5% of programming job candidates who can't seem to program their way out of a wet paper bag. The text of the programming assignment is as follows: "Write a program that prints the numbers from 1 to 100. But for multiples of three print “Fizz” instead of the number and for the multiples of five print “Buzz”. For numbers which are multiples of both three and five print “FizzBuzz”."
PowerShell
1
star
17

sepconv-gan

A TensorFlow-based network to perform video frame interpolation
Python
1
star