Pinned Repositories
aspnetmvc-serve-pdf
Shows how to show a PDF file in a browser from an ASP.NET MVC project, using Angular or a vanilla XMLHttpRequest
electron-forge-node-process
Shows how to spawn a plain node (not Electron) process from an Electron Forge app
node-serve-pdf
Shows how to show a PDF file in a browser from a node webserver, using Angular or a vanilla XMLHttpRequest
paxos-basic
Yet another program written to help understand and demonstrate the basic Paxos algorithm, this one in C#
sudoku-killer-kenken-futoshiki-kakuro-solver
A generic solver for sudoku-type puzzles, including implementations for sudoko, killer, kenken, futoshiki and kakuro.
typescript-analyzer
An extension to Visual Studio 2017 and Visual Studio 2019 that runs TSLint on TypeScript files
typescript-analyzer-eslint-prettier
An extension to Visual Studio (2017, 2019 & 2022) that runs ESLint and Prettier on JavaScript and TypeScript files
typescript-html-application-vs2017-template
Visual Studio project template for a project that contains an HTML file, a CSS file and TypeScript file with some basic sample code
typescript-html-application-vs2022-template
Visual Studio project template for a project that contains an HTML file, a CSS file and TypeScript file with some basic sample code
world-cup-2018-spreadsheet
Version of World Cup Spreadsheet from excely.com that correctly implements Fair Play rules for group orders
rich-newman's Repositories
rich-newman/typescript-analyzer
An extension to Visual Studio 2017 and Visual Studio 2019 that runs TSLint on TypeScript files
rich-newman/typescript-analyzer-eslint-prettier
An extension to Visual Studio (2017, 2019 & 2022) that runs ESLint and Prettier on JavaScript and TypeScript files
rich-newman/typescript-html-application-vs2017-template
Visual Studio project template for a project that contains an HTML file, a CSS file and TypeScript file with some basic sample code
rich-newman/typescript-html-application-vs2022-template
Visual Studio project template for a project that contains an HTML file, a CSS file and TypeScript file with some basic sample code
rich-newman/electron-forge-node-process
Shows how to spawn a plain node (not Electron) process from an Electron Forge app
rich-newman/aspnetmvc-serve-pdf
Shows how to show a PDF file in a browser from an ASP.NET MVC project, using Angular or a vanilla XMLHttpRequest
rich-newman/node-serve-pdf
Shows how to show a PDF file in a browser from a node webserver, using Angular or a vanilla XMLHttpRequest
rich-newman/paxos-basic
Yet another program written to help understand and demonstrate the basic Paxos algorithm, this one in C#
rich-newman/sudoku-killer-kenken-futoshiki-kakuro-solver
A generic solver for sudoku-type puzzles, including implementations for sudoko, killer, kenken, futoshiki and kakuro.
rich-newman/world-cup-2018-spreadsheet
Version of World Cup Spreadsheet from excely.com that correctly implements Fair Play rules for group orders
rich-newman/ColorSlider
Sample WPF Custom Slider control that lets you color the background in weird ways
rich-newman/duolingo-bot-cs
A bot that does the Duolingo tree in Chrome
rich-newman/ImageMagickPotrace
rich-newman/javascript-react-webpack-visualstudio-project-template
Visual Studio project template for a project that contains an HTML file, a CSS file and JavaScript React code file with some basic sample code. This application is bundled with Webpack, and shows how we can set up such a project in Visual Studio.
rich-newman/schemastore
A collection of JSON schema files including full API
rich-newman/tslint
:vertical_traffic_light: An extensible linter for the TypeScript language
rich-newman/tslint.json-extends-test
Shows that 'extends' works in tslint.json with TypeScript Analyzer
rich-newman/typescript-eslint
:sparkles: Monorepo for all the tooling which enables ESLint to support TypeScript
rich-newman/typescript-react-webpack-visualstudio-project-template
Visual Studio project template for a project that contains an HTML file, a CSS file and TypeScript React code file with some basic sample code. This application is bundled with Webpack, and shows how we can set up such a project in Visual Studio.
rich-newman/wpf-datagrid-multibinding-color
Shows multibinding to color rows in a DataGrid