Giter Club home page Giter Club logo

crissnamon / compaj Goto Github PK

View Code? Open in Web Editor NEW
10.0 3.0 4.0 22.33 MB

Programming and numeric computing platform for math modeling and visualization with fully functional programming language

Home Page: http://hiddenproject.tech/compaj/javadoc

License: Apache License 2.0

Java 93.90% Groovy 3.44% CSS 0.17% Shell 2.16% Dockerfile 0.32%
biology computation computational-biology epidemiology math matlab modeling science scientific-computing scilab

compaj's Introduction

Hi there ๐Ÿ‘‹

My name is Danila.
I'm a Java Developer with experience in developing customer products and billing systems with out-of-the-box thinking. Open Source enthusiast and fan of game development.

Contact me

๐Ÿ“ง Email: [email protected]
๐Ÿ“‘ LinkedIn: Danila Rassokhin


Java Kotlin Spring Postgres

compaj's People

Contributors

crissnamon avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

compaj's Issues

Fix tabs exception

Fix exception thrown after tab closing.
Steps to reproduce:

  • open many different tabs (especially "Editor" tab)
  • close tabs in random order
  • try to open some tabs, exception could be thrown

Import event

Import event works wrong due to wrong logic of import updates

Add file appender for log

CompaJ should write logs into file. It can be done by adding file appender for Log4J into log4j.xml in resources.
File should be located in ${user.dir}/CompaJ/logs.

Translator API

Add Translator API similar to Plugin API to allow development of third party translators and change them without core changes.

Load extensions with ServiceLoader

Extensions for CompaJScriptBase are loaded manually with static method:

CompaJScriptBase.addExtension(new MathExtension());

They should be loaded with ServiceLoader automatically inside GroovyTranslator and then added to CompaJScriptBase with CompaJScriptBase.extend(Extension).
ServiceLoader requires file descriptor with name tech.hiddenproject.compaj.lang.extension.Extension placed in resources folder inside lang module. This file should contain fully qualified class names of all Extension classes, each on new line:

tech.hiddenproject.compaj.extension.ComplexExtension
tech.hiddenproject.compaj.extension.MathExtension
etc...

Tests

Add more tests for all modules

Replace I18n ids with constants

Replace strings like:

I18nUtils.get("alert.unsaved.header");

with constants:

public static final String ALERT_UNSAVED_HEADER = I18nUtils.get(ALERT_UNSAVED_HEADER);

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.