Pinned Repositories
Cpp-to-CSharp-COM-Example
CSharp-to-Cpp-COM-Example
Directory-Content-Viewer
Demo C# application for showing contents of a folder, an example of C# input/output and file reading.
docs
This repository contains .NET Documentation.
DrawingOverNet
C# application that allows multiple clients to draw on a canvas simultaneously.
File-Encryption-Tool
Example C# WPF tool used to encrypt files
HexBall
multiplayer game written in C#
Interpolation-Visualizer
Interactive data-visualizing program allowing for inspection of results produced by different interpolation methods. Creates chart showing computed data and allows for it's analysis. Currently implements Lagrange and Spline interpolation methods.
NeuralNetworkCar
Q-learning Neural Network learning to steer a car and avoid obstacles. Uses ConvNet library.
ReferenceAnalyzer
A tool for displaying and removing unused references in a .NET project
artlaskow's Repositories
artlaskow/Cpp-to-CSharp-COM-Example
artlaskow/CSharp-to-Cpp-COM-Example
artlaskow/Directory-Content-Viewer
Demo C# application for showing contents of a folder, an example of C# input/output and file reading.
artlaskow/docs
This repository contains .NET Documentation.
artlaskow/DrawingOverNet
C# application that allows multiple clients to draw on a canvas simultaneously.
artlaskow/File-Encryption-Tool
Example C# WPF tool used to encrypt files
artlaskow/HexBall
multiplayer game written in C#
artlaskow/Interpolation-Visualizer
Interactive data-visualizing program allowing for inspection of results produced by different interpolation methods. Creates chart showing computed data and allows for it's analysis. Currently implements Lagrange and Spline interpolation methods.
artlaskow/NeuralNetworkCar
Q-learning Neural Network learning to steer a car and avoid obstacles. Uses ConvNet library.
artlaskow/katas
artlaskow/Linear-Equations-Solver
Implementation of Gaussian, Jocobian and Gauss-Seidel algorithms used for calculating results for system of linear equations
artlaskow/MissileCommand
artlaskow/OptiNavTask
artlaskow/Parallel-Image-Processing
JavaFX application used for concurrently converting jpg images to monochrome using multiple threads.
artlaskow/ProcessManager
artlaskow/resharper-cognitivecomplexity
artlaskow/resharper-testlinker
Easy navigation between test and production code.
artlaskow/Simple-File-Explorer
C# WinForms application used for showing contents of a chosen folder. Allows for adding/deleting files or folders and quick lookup of .txt files.
artlaskow/SpecFlow
Binding business requirements to .NET code
artlaskow/SpecFlow.VisualStudio
Visual Studio extension of SpecFlow (extracted from the main SpecFlow repo)
artlaskow/TicketApp
ASP.NET website app that communicates with backend via NetMq. Angular for frontend.
artlaskow/WorkPlanner