{"id":29109576,"url":"https://github.com/axkr/symjacheerpj","last_synced_at":"2026-02-07T06:32:40.047Z","repository":{"id":290100183,"uuid":"973364927","full_name":"axkr/SymjaCheerpJ","owner":"axkr","description":"Symja running in CheerpJ environment","archived":false,"fork":false,"pushed_at":"2026-01-30T00:17:13.000Z","size":146813,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-02-02T01:38:48.395Z","etag":null,"topics":["computer-algebra-system","mathematica"],"latest_commit_sha":null,"homepage":"http://matheclipse.org/app/index.html","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/axkr.png","metadata":{"files":{"readme":"Readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-04-26T20:36:54.000Z","updated_at":"2026-01-30T00:17:17.000Z","dependencies_parsed_at":null,"dependency_job_id":"8390d21e-a9d7-423b-9ee1-5869833781d1","html_url":"https://github.com/axkr/SymjaCheerpJ","commit_stats":null,"previous_names":["axkr/symjacheerpj"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/axkr/SymjaCheerpJ","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/axkr%2FSymjaCheerpJ","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/axkr%2FSymjaCheerpJ/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/axkr%2FSymjaCheerpJ/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/axkr%2FSymjaCheerpJ/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/axkr","download_url":"https://codeload.github.com/axkr/SymjaCheerpJ/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/axkr%2FSymjaCheerpJ/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29188226,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-07T05:07:31.176Z","status":"ssl_error","status_checked_at":"2026-02-07T05:06:15.227Z","response_time":63,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["computer-algebra-system","mathematica"],"created_at":"2025-06-29T07:03:35.317Z","updated_at":"2026-02-07T06:32:40.041Z","avatar_url":"https://github.com/axkr.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"﻿# SymjaCheerpJ\n\n[![Join our Discord](https://img.shields.io/discord/869895703718166529?color=7289da\u0026label=Join%20our%20Discord\u0026logo=discord\u0026style=for-the-badge)](https://discord.gg/tYknzr2qam)\n\nThe `SymjaRepl` supports the usage of the [Symja Computer Algebra library](https://github.com/axkr/symja_android_library) in a [CheerpJ (version \u003e 4.1)](https://cheerpj.com) browser environment.\n\nCurrently the nightly builds (\u003e= 20250907_2731) https://cjrtnc.leaningtech.com/20250907_2731/loader.js fixes some important bugs.\n\n\u003cimg src=\"https://github.com/axkr/SymjaCheerpJ/blob/master/symja_cheerpj.png\" width=\"auto\" height=\"auto\"\u003e \n\n## Getting started\n\n- Clone the corresponding [SymjaRepl repository](https://github.com/axkr/SymjaRepl) repository and build the `SymjaREPL` JAR using Maven.\n- Open a terminal in the SymjaREPL directory.\n- Run the following Maven command to clean and package the project:\n\n```\nmvn clean package verify\n```\n\nThis process will:\n*  Compile the source code.\n*  Resolve all dependencies.\n*  Use the Maven Shade Plugin to package a self-contained JAR (`SymjaREPL-3.1.0-SNAPSHOT-shaded.jar`) in the `/target` directory. This JAR contains all dependencies.\n*  Use the Proguard Shade Plugin to create a minimized, self-contained JAR (`SymjaREPL-3.1.0-SNAPSHOT-obfuscated.jar`) in the `/target` directory. This JAR is optimized for size.\n\nPrepare the JAR for the web environment:\n* Now clone the `SymjaCheerpJ` repository to a new folder on your local file system.\n* Copy the generated JAR from `SymjaREPL/target/SymjaREPL-3.1.0-SNAPSHOT-obfuscated.jar` to `SymjaCheerpJ/SymjaREPL-3.1.0-SNAPSHOT-obfuscated.jar` in your project root folder.\n* Serve the folder via HTTP\n* Use a simple HTTP server, for example:\n\n```\nnpx http-server -p 8080\n```\n\nOpen your browser at:\n\n```\nhttp://localhost:8080/index.html\n```\n\n**Note:** Opening the web page directly from the disk (for example, by double-clicking on it) is not supported.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faxkr%2Fsymjacheerpj","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faxkr%2Fsymjacheerpj","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faxkr%2Fsymjacheerpj/lists"}