Coder Social home page Coder Social logo

OlegOs508's Projects

arcalculator icon arcalculator

Advanced Robust Calculator (ARCalculator or ARCalc) built on .NET Core 3.1 as WPF Application.

compilercourse icon compilercourse

This is my labs from Compilers Design Course, being taught in BMSTU. Lab 1 - Constructing minimal DFA from regex in 3 phases (r => NFA => DFA => minimal DFA). Lab 2 = Grammar processing. (Removing cycles, left recursion, left factorizing, etc.) Lab 3 = LL(1), SLR(1) and LR(1) parser generator and lexer generator. Lexer based on minimal DFA. Each final state of DFA contains pattern name (terminal name). Lab 4 = Operator Precedence Grammar Parser. Generate a matrix of precedence relations.

consolecommander icon consolecommander

A simple application with some functions of explorer. All methods are non-recursive. You can use for exploring, traversing copying, creating and deleting files and directories.

csharpdatastructures icon csharpdatastructures

Main data structures via C# 7.0. Contains Lists, Queue, Trees, Matrix, Graphs and etc. These are the drafts from my student's labs.

filecomparator icon filecomparator

Compares two files word by word. Ignores spaces, tab symbols and etc.

mushapp icon mushapp

A simple musical Synthesizer with binary serialization (saving songs).

niftyjsonsyntaxparsergenerator icon niftyjsonsyntaxparsergenerator

JavaFX application integrated with Spring Boot 2.x. Creates syntax parsers from JSON files, which provides CFG specification. (It is being developed at this moment. Further, I will add translation features to the project and some themes to GUI).

regularexprlexergenerator icon regularexprlexergenerator

Console application. Consumes a string which represents a regular expression. Produces DFA based on that expression. Then it can consume any string and answer whether that word is matched to expression or not.

simplesearchengine icon simplesearchengine

This is a simple search Engine, which parses html-documents into text-plain files, depending on the web site, lemmatize txt files, creates Index (can make inventIndex.txt as file) as LinkedDictionary<String, IndexEntry>, and processes query by a boolean model or a vector model.

springbootmavenwebapp icon springbootmavenwebapp

A simple template of Spring Boot web application built with maven. Maven contains two profiles 'dev' and 'prod'. For each maven profile there is a spring boot profile that loads the configuration files (resources/dev */prod dirs).

wpfexplorer icon wpfexplorer

Pet project (contains text Editor with tabs and tiles panel).

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.