{"id":25813740,"url":"https://github.com/formtrix/expresstsb","last_synced_at":"2026-05-09T07:37:52.958Z","repository":{"id":278430366,"uuid":"935597710","full_name":"Formtrix/expressTSB","owner":"Formtrix","description":null,"archived":false,"fork":false,"pushed_at":"2025-02-21T00:53:43.000Z","size":45,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-21T01:38:39.578Z","etag":null,"topics":["express"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/Formtrix.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}},"created_at":"2025-02-19T17:48:54.000Z","updated_at":"2025-02-20T20:24:09.000Z","dependencies_parsed_at":"2025-02-19T18:50:40.020Z","dependency_job_id":null,"html_url":"https://github.com/Formtrix/expressTSB","commit_stats":null,"previous_names":["formtrix/expresstsbackend","formtrix/expresstsb"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Formtrix%2FexpressTSB","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Formtrix%2FexpressTSB/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Formtrix%2FexpressTSB/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Formtrix%2FexpressTSB/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Formtrix","download_url":"https://codeload.github.com/Formtrix/expressTSB/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241090719,"owners_count":19908005,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["express"],"created_at":"2025-02-28T02:49:47.203Z","updated_at":"2026-05-09T07:37:47.919Z","avatar_url":"https://github.com/Formtrix.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"express server app :::::::::::::::::::::/\n\n# 2D Tensor (Matrix)\n\n## (2 matrices, 2x2) Shape: (2, 2, 2)\n\n```js\ntensor = np.array([\n  [\n    [1, 2],\n    [3, 4],\n  ],\n  [\n    [5, 6],\n    [7, 8],\n  ],\n]);\n```\n\n# 3D tensor, 2x2\n\n```js\n(3 matrices, 2x2)\ntensor = np.array([\n[[1, 2], [3, 4]],\n[[5, 6], [7, 8]],\n[[9, 10], [11, 12]]\n])\n```\n\n# 3D Tensor 3x3\n\n```js\n(3 matrices, 3x3)\ntensor = np.array([\n[[1, 2, 3], [4, 5, 6], [7, 8, 9]],\n[[10, 11, 12], [13, 14, 15], [16, 17, 18]],\n[[19, 20, 21], [22, 23, 24], [25, 26, 27]]\n])\n```\n\n```json\nA 2x2 matrix with 2 matrices.\nA 2x2 matrix with 3 matrices.\nA 3x3 matrix with 3 matrices.\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fformtrix%2Fexpresstsb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fformtrix%2Fexpresstsb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fformtrix%2Fexpresstsb/lists"}