Pinned Repositories
adblock2privoxy
Turn AdBlock rules into Prixovy rules
BlogHostedFiles
Files for my blog
csharpactivepatterns
This is an attempt to reproduce the Active Pattern feature from F# into C# code.
DNS-Resolver
Chrome extension to remember previously resolved domain name IPs, in case DNS server goes down or IP is blocked.
HotBabeDotnet
Not so much as a port as a rewrite of the HotBabe application in .NET. The original showed a sexy girl getting more naked as the CPU use increased. This version shows any image you want based on CPU, Memory, Random and custom measure modules. Lots of features, sexier girls.
lichessTools
Browser extension that turbocharges the lichess.org site with extra functionalities
LInQer
The C# Language Integrated Queries ported for Javascript for amazing performance
LInQer-ts
The Typescript-first version of Linqer
Sift3
The third version of the string similarity algorithm SIFT
WebCore
ASP.Net Core samples
Siderite's Repositories
Siderite/LInQer
The C# Language Integrated Queries ported for Javascript for amazing performance
Siderite/lichessTools
Browser extension that turbocharges the lichess.org site with extra functionalities
Siderite/DNS-Resolver
Chrome extension to remember previously resolved domain name IPs, in case DNS server goes down or IP is blocked.
Siderite/LInQer-ts
The Typescript-first version of Linqer
Siderite/Sift3
The third version of the string similarity algorithm SIFT
Siderite/adblock2privoxy
Turn AdBlock rules into Prixovy rules
Siderite/HotBabeDotnet
Not so much as a port as a rewrite of the HotBabe application in .NET. The original showed a sexy girl getting more naked as the CPU use increased. This version shows any image you want based on CPU, Memory, Random and custom measure modules. Lots of features, sexier girls.
Siderite/csharpactivepatterns
This is an attempt to reproduce the Active Pattern feature from F# into C# code.
Siderite/WebCore
ASP.Net Core samples
Siderite/BlogHostedFiles
Files for my blog
Siderite/BookmarkExplorer
Chrome extension that lets you navigate forward and backward through a bookmark folder.
Siderite/ContentAggregator
Demo ASP.Net MVC Core
Siderite/INotifyPropertyChangedFromPOCO
C# 4.0 library to generate INotifyPropertyChanged proxy from POCO type
Siderite/MillenniumTools
A network analysis and management tool for one router and several Tp-Link extenders
Siderite/Regex2XML
Convert Regex to XML and back
Siderite/StreamRegex
Adds stream and text reader functionality to Regex
Siderite/AspNetCoreWithCode
Code from "ASP.Net Core with Visual Studio Code" (https://siderite.blogspot.com/2016/07/aspnet-core-with-visual-studio-code.html)
Siderite/Complementary
A simple vanilla JS/HTML game to train recognizing complementary colors
Siderite/EasyReplace
Easy replace all instances of files in a target folder, like having to replace new versions of libraries in large projects.
Siderite/FacebookFilter
Extract features from Facebook posts and process them accordingly
Siderite/FastListAdapter
There is a bad design issue in the way UpdatePanels postback asynchronously select elements, making them very slow when the page contains large ListBox or DropDownList controls. This adapter fixes the problem.
Siderite/FragmentList
A more efficient list implementation
Siderite/jCssLess
Simple LESS to CSS jQuery plugin, optimized for speed on a subset of the LESS specification
Siderite/jGenerateRefresh
jQuery generates custom 'refresh' event if the position or size of the element changes. Time interval of check is customizable.
Siderite/NewtonsoftWCF
How to use dynamic JSON in .NET with both WCF and JSON.Net
Siderite/PixeloTools
Tools to solve Pixelo puzzles
Siderite/RxPresentation
This introduction in Reactive Extensive in .NET shows a dictionary lookup WPF application combining UI events and web services asynchronously.
Siderite/Siderite.Tyrion.Bot
A sample Discord bot loaded from ASP.Net Core, with advanced commands support
Siderite/SortedArrayIntersect
A testbed for algorithms that intersect two sorted arrays.
Siderite/UpdatePanelShrinker
Some say it is bad to place your entire page in an UpdatePanel. But I want to! So this little thing sends only the changes inside an UpdatePanel, getting up to 99%reduction in amount of data sent to the client! It is the next logical step from "ajaxifying" a site.