Skip to content
View Nucs's full-sized avatar
  • Haifa, Israel

Organizations

@SciSharp

Block or report Nucs

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
Nucs/README.md

Hey, I'm Eli Belash


Typing SVG


Open Source Impact




That one whom sits in the temple os once is like he sat on a lifetime of software and hardware.
Blessed he whom is compiled and not relative.
Flashing a light over a shadowy valley; one path unfollows.
Accept the ordeal underneath the sheet of the unreal.
As is the only path to geniusness is breakdown.

I dedicate my work to the foretold, forgotten, and the unknown.



Open Source Contributions

Project Stats Description
NumSharp ⭐ 1.5K   📦 3.7M   🥇 Main Contributor NumPy for .NET — scientific computing library. Architected core, broadcasting, backend.
TensorFlow.NET ⭐ 3.4K   📦 2.9M   🥉 #3 Contributor TensorFlow bindings for .NET. Multithreading, Keras activations, heap corruption fixes.
JsonSettings ⭐ 82   📦 57K Config management for .NET — nested objects, dictionaries, zero boilerplate.
FontRegister ⭐ 35   📦 1K Windows CLI for font management — install, uninstall, list fonts programmatically.
ogedit ⭐ 0 Fast terminal text editor — a fork of Microsoft Edit with more features, written in Rust.
CodeMinion ⭐ 35   🥈 #2 Contributor Code generation toolkit for SciSharp. Custom regen compiler and templating.
cryptocurrency-ticks-data ⭐ 94 590 days of BTC/ETH/LTC/NEO tick-by-tick trade data for ML and backtesting.
Regen ⭐ 24 In-code templating engine — a T4 replacement with intuitive regen-lang syntax.
Chaining ⭐ 2 Functional state machines in C# — no classes or enums, clean workflow logic.
GameOfLifePingPong ⭐ 1 Conway's Game of Life meets Ping Pong — created entirely by ChatGPT 4, an artifact of time.


Tech Arsenal


Core Stack

.NET WPF XAML Python TypeScript Pythonnet

DevOps & Infrastructure

Azure Azure DevOps Azure Pipelines Azure Functions Azure Blob Key Vault Azure Identity App Insights Docker Kubernetes Helm Linux

Data & ORM

SQL Server Azure SQL PostgreSQL MongoDB Redis EF Core Dapper

Machine Learning

TensorFlow PyTorch

Messaging & Real-time

Azure Service Bus Event Hubs Event Grid Kafka RabbitMQ SignalR MassTransit

Libraries & Patterns

AutoMapper FluentValidation MediatR Polly Autofac Serilog Newtonsoft.Json System.Text.Json HangfireQuartz.NET Elsa Workflows

Testing & Benchmarking

xUnit NUnit Moq FluentAssertions BenchmarkDotNet Testcontainers SpecFlow

API & DevTools

Swagger Postman gRPC RestSharp Protobuf

AI-Powered Development

Claude Code MCPAgent SDK



Let's Connect


Open to interesting collaborations and impossible problems.

Haifa, Israel 🇮🇱




Pinned Loading

  1. gistfile2.cs gistfile2.cs
    1
        [MinColumn, MaxColumn, MeanColumn, MedianColumn]
    2
        [SimpleJob(launchCount: 1, warmupCount: 3, targetCount: 15)]
    3
        public class ParallelFor {
    4
            private const int iterations = 10;
    5
            private int largeSize = 50_000;