{"id":41471759,"url":"https://github.com/ildar-shaimordanov/jsxt","last_synced_at":"2026-01-23T16:49:21.087Z","repository":{"id":32610335,"uuid":"36195505","full_name":"ildar-shaimordanov/jsxt","owner":"ildar-shaimordanov","description":"The collection of Javascript / JScript / VBScript extensions, tools and more","archived":false,"fork":false,"pushed_at":"2024-02-29T00:12:29.000Z","size":1029,"stargazers_count":31,"open_issues_count":0,"forks_count":12,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-02-29T01:27:02.605Z","etag":null,"topics":["console-color","console-js","console-log","javascript","jscript","jscript-extensions","repl","repl-implementations","require-js","standalone","vbscript","vbscript-extensions","windows-scripts","wsh"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"facebook/react","license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ildar-shaimordanov.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2015-05-24T21:50:00.000Z","updated_at":"2024-02-28T22:45:15.000Z","dependencies_parsed_at":"2023-01-14T21:43:37.654Z","dependency_job_id":"4baa61bf-f42b-4100-8ff5-1b11bdaf12bf","html_url":"https://github.com/ildar-shaimordanov/jsxt","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/ildar-shaimordanov/jsxt","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ildar-shaimordanov%2Fjsxt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ildar-shaimordanov%2Fjsxt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ildar-shaimordanov%2Fjsxt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ildar-shaimordanov%2Fjsxt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ildar-shaimordanov","download_url":"https://codeload.github.com/ildar-shaimordanov/jsxt/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ildar-shaimordanov%2Fjsxt/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28696192,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-23T15:57:05.722Z","status":"ssl_error","status_checked_at":"2026-01-23T15:56:27.656Z","response_time":59,"last_error":"SSL_read: 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":["console-color","console-js","console-log","javascript","jscript","jscript-extensions","repl","repl-implementations","require-js","standalone","vbscript","vbscript-extensions","windows-scripts","wsh"],"created_at":"2026-01-23T16:49:20.219Z","updated_at":"2026-01-23T16:49:21.079Z","avatar_url":"https://github.com/ildar-shaimordanov.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"_The collection of Javascript / JScript / VBScript extensions, tools and more_\n\n\u003c!-- md-toc-begin --\u003e\n# Table of Content\n* [List of standalone tools](#list-of-standalone-tools)\n* [History](#history)\n* [Other REPL implementations](#other-repl-implementations)\n\u003c!-- md-toc-end --\u003e\n\n# List of standalone tools\n\nThis is the collection of the Javascript / JScript extensions and standalone scripts. It consists of the original scripts by myself and other authors with proper credits.\n\nThere are standalone applications:\n\n  * [Network Calculator](https://github.com/ildar-shaimordanov/jsxt/blob/master/doc/NetCalc.md)\n  * [doc2html](https://github.com/ildar-shaimordanov/jsxt/blob/master/doc/doc2html.md)\n  * [Windows Scripting Commander (beta version)](https://github.com/ildar-shaimordanov/jsxt/blob/master/doc/wscmd.md)\n  * [wsx (WSX Simulating eXecutable)](https://github.com/ildar-shaimordanov/jsxt/blob/master/doc/wsx.md)\n\n# History\n\nYears ago I invented a simple [REPL](https://en.wikipedia.org/wiki/REPL) script in JScript allowing me to run any (or almost any) javascript code without creating temporary file (in the same way as it can be donw in Perl/Python/NodeJS etc).\n\nInitially it was called as `JSCmd.wsf` in far March 2009 and it could execute any (or almost any) javascript code reading it from command line or STDIN. I did all my best to make it easy in use and flexible as much as possible. I polished it and transformed to `wscmd`, the `bat` + `js` hybrid. Once called, it generates a temporary `wsf` file which acts further and performs all the logic in JScript and VBScript.\n\n# Other REPL implementations\n\n* __JSXT__, the current repository, at https://github.com/ildar-shaimordanov/jsxt/\n  - the historically first release in March 23, 2009 [jsxt/5dac276](https://github.com/ildar-shaimordanov/jsxt/commit/5dac2764f8883fe84b085f33cf9aa8c94100c005)\n  - announce and discussions (in Russian) http://forum.script-coding.com/viewtopic.php?id=7766\n* __JavaScript REPL for Windows__ at https://github.com/rcrossrd/JSREPL.\n  There is three part story about the project:\n  - [Part 1](https://sinesquare.wordpress.com/2011/08/25/javascript-repl-for-windows-part1motivation-choices-and-first-steps/)\n  - [Part 2](https://sinesquare.wordpress.com/2011/08/25/javascript-repl-for-windows-part-2breakpoints-and-debug-repl/)\n  - [Part 3](https://sinesquare.wordpress.com/2011/08/25/javascript-repl-for-windows-part-3dynamic-breakpoints/)\n* __JREPL__, the cool tool, actively supported by the author on his page at https://www.dostips.com/forum/viewtopic.php?f=3\u0026t=6044\n* Something close to the subject of the discussion (in Russian) http://forum.script-coding.com/viewtopic.php?id=11325\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fildar-shaimordanov%2Fjsxt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fildar-shaimordanov%2Fjsxt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fildar-shaimordanov%2Fjsxt/lists"}