{"id":29067158,"url":"https://github.com/natuworkguy/nstf-visualizer","last_synced_at":"2026-01-31T09:32:49.820Z","repository":{"id":300488070,"uuid":"1006185969","full_name":"Natuworkguy/NSTF-Visualizer","owner":"Natuworkguy","description":"A simple visualizer","archived":false,"fork":false,"pushed_at":"2025-07-15T15:08:55.000Z","size":762,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-16T09:20:39.375Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://natuworkguy.github.io/NSTF-Visualizer/","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Natuworkguy.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-06-21T17:25:29.000Z","updated_at":"2025-07-15T15:08:59.000Z","dependencies_parsed_at":"2025-06-22T01:31:29.773Z","dependency_job_id":"97b2fcdc-7b62-4773-b82e-cd9d3c6c289d","html_url":"https://github.com/Natuworkguy/NSTF-Visualizer","commit_stats":null,"previous_names":["natuworkguy/nstf-visualizer"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Natuworkguy/NSTF-Visualizer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Natuworkguy%2FNSTF-Visualizer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Natuworkguy%2FNSTF-Visualizer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Natuworkguy%2FNSTF-Visualizer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Natuworkguy%2FNSTF-Visualizer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Natuworkguy","download_url":"https://codeload.github.com/Natuworkguy/NSTF-Visualizer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Natuworkguy%2FNSTF-Visualizer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28936191,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-31T08:53:31.997Z","status":"ssl_error","status_checked_at":"2026-01-31T08:51:38.521Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":[],"created_at":"2025-06-27T10:36:57.525Z","updated_at":"2026-01-31T09:32:49.812Z","avatar_url":"https://github.com/Natuworkguy.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NSTF Visualizer\n\nWelcome to the **NSTF Visualizer** – a slick, browser-based Brainf\\*\\*k visualizer powered by AngularJS, and Materialize.\n\n---\n\n## 🚀 What is NSTF?\n\n\u003e **NSTF** stands for **Nathan Network Secure Transmission Format** – a custom `.nstf` file format designed to represent and transport Brainf\\*\\*k code securely and stylishly.\n\n---\n\n## ✨ Features\n\n- ✅ AngularJS-powered dynamic UI\n- ✅ Materialize CSS components for clean design\n- ✅ Animate.css for smooth transitions\n- ✅ Custom `.nstf` file loader/saver\n- ✅ Memory, input, and output visual panels\n- ✅ Start / Pause / Continue / Step controls\n- ✅ Delay control for animation timing\n- ✅ Custom error handling for failed resources\n- ✅ Favicon support \u0026 custom font via Orbitron\n- ✅ `.nstf` file support (text-based format with metadata)\n\n---\n\n## 📁 File Structure\n\n```plaintext\nNSTF-Visualizer/\n├── index.html               # The main HTML file\n├── js/\n│   ├── bf.js                # Brainf**k logic and Angular controller\n│   ├── loadfail.js          # Error fallback screen generator\n│   └── visualizer.js        # Visual updates for the UI\n├── css/\n│   └── sdf.css              # Custom styles (Materialize-based)\n├── assets/\n│   └── favicon.png          # Favicon\n```\n\n## 🧪 NSTF File Format\n\n`.nstf` is a simple text format with metadata headers and code:\n\n```text\n# NSTF v1.0\n# Project: Hello World\n# Author: Natuworkguy\n# Date: 2025-06-21\n# Encoding: plain\n\n+++++ [\u003e +++++ \u003c-] \u003e + .  // etc...\n```\n\n---\n\n## 🛠 How to Use\n\n1. Open `index.html` in your browser.\n2. Type or paste your Brainf\\*\\*k code.\n3. Hit `Start`, `Pause`, `\u003e\u003e`, or `Reload` as needed.\n4. Save your code to `.nstf` format.\n5. Load `.nstf` files using the `Load` button.\n\n\u003e Only `.nstf` files are accepted to prevent binary or invalid inputs.\n\n---\n\n## 🔧 Requirements\n\nNo setup needed. Just open `index.html` in any modern browser (Chrome, Firefox, Edge, Opera).\n\n\u003e ⚠️ Make sure you're connected to the internet for external CDN assets (like Angular, Materialize, etc.)\n\n---\n\n## 🌐 Credits \u0026 Tech\n\n*  Built with [![AngularJS](http://img.shields.io/badge/AngularJS-blue)](https://angularjs.org/)\n*  Styled with [![Materialize CSS](http://img.shields.io/badge/Materialize-red)](https://materializecss.com/)\n*  Animations via [![Animate.css](http://img.shields.io/badge/Animate.css-6f42c1)](https://animate.style/)\n*  Fonts via [![Google Fonts - Orbitron](http://img.shields.io/badge/Orbitron-grey)](https://fonts.google.com/specimen/Orbitron)\n*  Concept, code, and creativity by [![Natuworkguy](http://img.shields.io/badge/Natuworkguy-green)](https://github.com/Natuworkguy/)\n\n---\n\n## 📜 License\nThis software is under the Apache license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnatuworkguy%2Fnstf-visualizer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnatuworkguy%2Fnstf-visualizer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnatuworkguy%2Fnstf-visualizer/lists"}