WhiteBlackGoose' website
|
Home
|
Up
|
Edit
|
The content is under CC BY-NC 4.0 and source code is under GPLv3
List of articles
Articles in lang EN
Date
Url
2024-06-11
AngouriMath Deprecation: End of Journey
2023-11-01
Laptop Manufacturers Must Provide a Free OS Option
2023-06-04
Intro in Nix & Flakes
2023-03-10
Why I hate Windows
2023-01-28
Why I love NixOS
2022-10-12
Pass - password manager for geeks
2022-10-10
yyyy-mm-dd is the best date format
2022-07-20
Create static website yourself. No 3rd party services
2022-06-02
What the world could be like
2022-05-28
20 Random Stocks Investment Strategy
2022-02-22
Don’t underestimate Recursion: it’s far more powerful, than most people think
2022-02-06
Inline Assembly in F#! How does it work?
2022-01-31
This is how Variadic Arguments could work in C#
2022-01-03
Like Regular LINQ, but Faster and Without Allocations: Is It Possible?
2021-12-22
Stay safe with your units! Advanced units of measure in .NET.
2021-09-02
Making loop "foreach" as fast as "for"
2021-07-04
AngouriMath 1.3 update
2021-03-14
Compilation of symbolic expressions into Linq.Expression
2021-03-08
Lazy Properties Are Good. That Is How You Are to Use Them
2021-03-04
What's new in AngouriMath 1.2?
---
AngouriMath for Research with F#
2021-06-19
Parsing a math expression in C#
2020-11-19
Jupyter in .NET
2020-08-05
Generic tensors in C#
2020-02-01
Symbolic algrebra in C#
2019-09-01
Yet another snake with Kivy, Python
---
Simple simulation of custom physical interactions with particles
Articles in lang RU
Date
Url
2022-01-30
Как LINQ, только быстрый и без аллокаций
2021-12-23
Очень типобезопасно! Концепт продвинутой расширяемой системы единиц измерения с generic math для .NET
2021-09-01
Ускоряем цикл foreach до for
2021-07-05
Хостим WASM-приложения на github pages в два клика
2021-03-13
Компилируем математические выражения
2021-03-03
Что нового в AngouriMath 1.2?
2020-11-23
Методы без аргументов — зло в ООП, и вот как его полечить
2020-11-18
Jupyter для .NET. «Как в питоне»
2020-08-04
Тензоры для C#. И матрицы, и векторы, и кастомный тип, и сравнительно быстро
2020-01-09
Пишем «калькулятор». Часть II. Решаем уравнения, рендерим в LaTeX, ускоряем функции до сверхсветовой
2020-01-03
Пишем «калькулятор» на C#. Часть I. Вычисление значения, производная, упрощение, и другие гуси
2019-09-25
Играемся с комплексными числами
2019-09-19
Генератор простых арифметических примеров для чайников и не только
2019-09-18
Элементарная симуляция кастомного физического взаимодействия на python + matplotlib