Articles
Articles copied to clipboard
:book: Collection of my articles in English and Russian
Build status
GitHub
Appveyor
Biography (ru)
Articles Are Also Code (ru)
Family Tree inside Git (ru)
Modern Presentation Format (ru)
Positive Technologies on GitHub (ru)
Parsing Preprocessor Directives in Objective-C Code (ru)
- medium.com (01/31/2017)
- habrahabr.ru (01/16/2017)
- This article goes into detail describing approaches to Objective-C preprocessor directives processing. Besides the theoretical side of the question, these approaches are practically implemented in web services, such as Swiftify and Codebeat.
Write a Palindrome Polyglot Quine (ru)
Pattern language for a universal signature-based code analyzer (ru)
Tree structures processing and unified AST (ru)
Theory and Practice of Source Code Parsing with ANTLR and Roslyn (ru)
Notepad++ Gist .Net Plugin Development (ru)
Algorithm for Automatic Skyline-Alignment (ru)
Selection, Caching and Drawing Photos on Map (ru)
Universal C# Code for .NET and JavaScript (ru)
- habr.com (03/17/2013)
- habrahabr.ru (03/17/2013)
- This topic is aimed at highlighting the details of cross-platform development in C#, particularly for .NET apps and web browsers. The approach described in this article was implemented in gfranq.com, the photo editing web service, which supports client- and server-side image processing using filters as well as collage functionality.