{"id":28796145,"url":"https://github.com/bocaletto-luca/multilanguage-test-example","last_synced_at":"2026-04-01T23:01:48.197Z","repository":{"id":299501352,"uuid":"1003244473","full_name":"bocaletto-luca/multilanguage-test-example","owner":"bocaletto-luca","description":"Multilanguage Test Examples Welcome to the Multilanguage Test Examples repository! This project contains simple, self-contained examples of programming fundamentals implemented in various programming languages. Each example demonstrates basic constructs—including output, variable declarations, conditionals, loops, and functions/methods with clear..","archived":false,"fork":false,"pushed_at":"2025-06-17T17:31:53.000Z","size":203,"stargazers_count":8,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"main","last_synced_at":"2026-03-28T00:42:42.572Z","etag":null,"topics":["bocaletto-luca","c","cpp","csharp","css3","fsharp","go","haskell","html5","java","javascript","kotlin","python","ruby","rust","scala","swift","swift5","typescript"],"latest_commit_sha":null,"homepage":"https://bocaletto-luca.github.io/","language":"Assembly","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bocaletto-luca.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","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-06-16T21:09:57.000Z","updated_at":"2026-01-14T15:33:59.000Z","dependencies_parsed_at":null,"dependency_job_id":"4cf01707-93fb-4b75-8ed9-e8fdf2a284bf","html_url":"https://github.com/bocaletto-luca/multilanguage-test-example","commit_stats":null,"previous_names":["bocaletto-luca/multilanguage-test-example"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bocaletto-luca/multilanguage-test-example","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bocaletto-luca%2Fmultilanguage-test-example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bocaletto-luca%2Fmultilanguage-test-example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bocaletto-luca%2Fmultilanguage-test-example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bocaletto-luca%2Fmultilanguage-test-example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bocaletto-luca","download_url":"https://codeload.github.com/bocaletto-luca/multilanguage-test-example/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bocaletto-luca%2Fmultilanguage-test-example/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31292782,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-01T21:15:39.731Z","status":"ssl_error","status_checked_at":"2026-04-01T21:15:34.046Z","response_time":53,"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":["bocaletto-luca","c","cpp","csharp","css3","fsharp","go","haskell","html5","java","javascript","kotlin","python","ruby","rust","scala","swift","swift5","typescript"],"created_at":"2025-06-18T03:11:13.017Z","updated_at":"2026-04-01T23:01:48.181Z","avatar_url":"https://github.com/bocaletto-luca.png","language":"Assembly","readme":"# Multilanguage Test Examples 🚀\n\nWelcome to the **Multilanguage Test Examples** repository! This project contains simple, self-contained examples of programming fundamentals implemented in various programming languages. Each example demonstrates basic constructs—including output, variable declarations, conditionals, loops, and functions/methods—with clear inline comments to help you learn and run the code quickly.\n\n---\n\n## Contents\n\nEach file in this repository is named following the convention `\u003clanguage\u003e.\u003cextension\u003e`, for example:\n\n- `c.c` – Basic C example\n- `python.py` – Basic Python example\n- `cpp.cpp` – Basic C++ example\n- `java.java` – Basic Java example\n- `javascript.js` – Basic JavaScript example\n- `ruby.rb` – Basic Ruby example\n- `php.php` – Basic PHP example\n- `go.go` – Basic Go example\n- `rust.rs` – Basic Rust example\n- `swift.swift` – Basic Swift example\n- `kotlin.kt` – Basic Kotlin example\n- `csharp.cs` – Basic C# example\n- `dart.dart` – Basic Dart example\n- `haskell.hs` – Basic Haskell example\n- `scala.scala` – Basic Scala example\n- `objectivec.m` – Basic Objective‑C example\n- `perl.pl` – Basic Perl example\n- `r.R` – Basic R example\n- `bash.sh` – Basic Bash example\n- `lua.lua` – Basic Lua example\n- `pascal.pas` – Basic Pascal example\n- `ada.adb` – Basic Ada example\n- `cobol.cob` – Basic COBOL example\n- `fsharp.fsx` – Basic F# example\n- `elixir.exs` – Basic Elixir example\n- `groovy.groovy` – Basic Groovy example\n- `b.b` – Basic B example\n- `fortran.f` – Basic Fortran example (Fortran 77 style)\n- `basic.bas` – Basic BASIC example\n- `advanced_fortran.f` – Advanced Fortran example (includes user input and factorial calculation)\n- `advanced_basic.bas` – Advanced BASIC example (Fibonacci sequence)\n- `assembly.asm` – x86‑64 Assembly example (NASM syntax)\n- `common_lisp.lisp` – Common Lisp example\n- `prolog.pl` – Prolog example\n- `modula2.mod` – Modula‑2 example\n- `smalltalk.st` – Smalltalk example\n- `erlang.erl` – Erlang example\n- `scheme.scm` – Scheme example\n- `forth.fs` – Forth example\n- `algol68.a68` – Algol 68 example\n- `simula.sim` – Simula example\n- `pl1.pl1` – PL/I example\n- `awk.awk` – AWK example\n- `snobol4.sno` – SNOBOL4 example\n- `icon.icn` – Icon example\n- `hello.e` – Eiffel example\n- `hello.rexx` – REXX example\n- `HELLO.m` – MUMPS (M) example\n\n*And more…*\n\n---\n\n## How to Use\n\n1. **Browse the Repository:**  \n   Explore the files to see examples implemented in the language of your choice.\n\n2. **Run the Examples:**  \n   Each file includes instructions (in comments at the top) on how to compile or run the code. Simply follow those instructions to test out the example on your local machine.\n\n3. **Learn the Fundamentals:**  \n   Use these examples as a starting point to understand the basic syntax and structure of multiple programming languages.\n\n---\n\n## About the Author\n\n**Bocaletto Luca**  \nGitHub: [bocaletto-luca](https://github.com/bocaletto-luca)\n\nThese examples were created with the goal of providing clear, concise, and runnable code snippets that illustrate the core features of each programming language.\n\n---\n\n## Contributions\n\nContributions, suggestions, or improvements are welcome. Feel free to fork the repository, make enhancements, and submit pull requests.\n\n---\n\nHappy coding!\n\n[![Contributing](https://img.shields.io/badge/CONTRIBUTING.md-blue.svg)](/CONTRIBUTING.md)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbocaletto-luca%2Fmultilanguage-test-example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbocaletto-luca%2Fmultilanguage-test-example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbocaletto-luca%2Fmultilanguage-test-example/lists"}