itmr5kq8y

nothing to do

https://github.com/eu6ks1ema/itmr5kq8y

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (7.4%) to scientific vocabulary
Last synced: 9 months ago · JSON representation

Repository

nothing to do

Basic Info
  • Host: GitHub
  • Owner: EU6KS1emA
  • License: mit
  • Language: Jupyter Notebook
  • Default Branch: main
  • Size: 244 MB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created over 1 year ago · Last pushed 9 months ago
Metadata Files
Readme Changelog Contributing Funding License Code of conduct Citation Codeowners Security Roadmap Authors Notice Copyright Agents Dco Cla

README

=== Basic Information
Author  : Zac Brown
Date    : 11.20.2009
License : BSD License

SimpleVM was written for the purpose of demonstrating some
basic techniques in implementing simple virtual machines.
It stemmed from my time spent in a programming languages course
and the professor asked me to teach a couple classes on basic
virtual machines.

This code isn't intended to be used for production systems however
with some more work, its feasible that it could be used as such. It
has a couple major weaknesses right now, mainly lack of any way to
allocate memory and/or garbage collection with objects as well as
a linear search style for looking up line numbers for jump labels.
These are largely due to lack of time to fix these deficiencies.


=== Caveats
* New lines indicate the end of an operation, you can't have multiple
  operations on the same line, so nothing like "IPUSH 5 IPUSH 5 IADD".
  It would need to be:
           IPUSH 5
           IPUSH 5
           IADD

* Character operations
  * CPUSH doesn't need any quotes or apostrophes surrounding a character.
    ie: "CPUSH c" would push the character 'c' on the stack.
  * Its possible that I'll add char type arithmetic/bitwise operations
    at some later time, but it doesn't really make much sense for now.

* No manual memory management for now so there's no real reason to have the
  LOAD/STOR operations. They'll remain till I've decided they need to go
  for good.

* Array operations
  * No way to modify an array after its created right now.
  * Arrays cannot be nested yet.

Owner

  • Login: EU6KS1emA
  • Kind: user

GitHub Events

Total
  • Push event: 1,528
  • Create event: 2
Last Year
  • Push event: 1,528
  • Create event: 2

Dependencies

.github/workflows/ci-plus.yml actions
  • actions/checkout v3 composite
  • actions/setup-python v4 composite
requirements.txt pypi
  • certifi ==2024.7.4
  • chardet ==5.2.0
  • charset-normalizer ==3.3.2
  • idna ==3.7
  • numpy ==2.0.1
  • pandas ==2.2.2
  • python-dateutil ==2.9.0.post0
  • pytz ==2024.1
  • requests ==2.32.3
  • six ==1.16.0
  • tzdata ==2024.1
  • urllib3 ==2.2.2
.github/workflows/customer_service.yaml actions
  • actions/checkout v3 composite
  • actions/setup-python v4 composite
  • docker/build-push-action v3 composite
  • docker/login-action v2 composite
  • docker/setup-buildx-action v2 composite
bower.json bower
.devcontainer/Dockerfile docker
  • mcr.microsoft.com/vscode/devcontainers/miniconda 0-3 build
Dockerfile docker
  • amazonlinux 2.0.20210326.0 build
ROS/Dockerfile docker
  • jupyter/minimal-notebook latest build
mix.exs hex
  • cachex ~> 2.1
  • earmark ~> 1.2.0
  • ex_doc ~> 0.15
  • goth ~> 0.3.1
  • httpoison ~> 0.11
build.gradle maven
pom.xml maven
  • cn.hutool:hutool-all 5.8.9
  • javax.xml.bind:jaxb-api 2.3.1
  • org.projectlombok:lombok
  • org.springframework.boot:spring-boot-configuration-processor
  • org.springframework.boot:spring-boot-starter-actuator
  • org.springframework.boot:spring-boot-starter-aop
  • org.springframework.boot:spring-boot-starter-test test
pubspec.lock pub
  • _fe_analyzer_shared 1.0.3
  • analyzer 0.39.4
  • archive 2.0.11
  • args 1.5.2
  • async 2.4.0
  • boolean_selector 1.0.5
  • bot_toast 2.1.1
  • build 1.1.5
  • build_config 0.4.1+1
  • build_daemon 2.1.0
  • build_resolvers 1.0.6
  • build_runner 1.7.4
  • build_runner_core 4.0.0
  • built_collection 4.2.2
  • built_value 6.7.0
  • cached_network_image 2.0.0-rc.1
  • carousel_slider 1.3.1
  • charcode 1.1.2
  • checked_yaml 1.0.2
  • code_builder 3.2.0
  • collection 1.14.11
  • convert 2.1.1
  • cookie_jar 1.0.1
  • crypto 2.1.3
  • csslib 0.16.1
  • dart_style 1.2.9
  • dio 2.1.13
  • fixnum 0.10.9
  • flutter 0.0.0
  • flutter_appauth 0.8.1
  • flutter_appauth_platform_interface 1.0.2
  • flutter_cache_manager 1.1.3
  • flutter_launcher_icons 0.7.4
  • flutter_redux 0.5.3
  • flutter_test 0.0.0
  • functional_data 0.2.3
  • functional_data_generator 0.2.5
  • glob 1.1.7
  • graphs 0.2.0
  • html 0.14.0+2
  • http 0.12.0+2
  • http_multi_server 2.1.0
  • http_parser 3.1.3
  • image 2.1.4
  • image_picker 0.6.1+3
  • injector 1.0.8
  • io 0.3.3
  • js 0.6.1+1
  • json_annotation 3.0.1
  • json_serializable 3.2.5
  • logging 0.11.3+2
  • matcher 0.12.6
  • meta 1.1.8
  • mime 0.9.6+3
  • package_config 1.0.5
  • package_info 0.4.0+6
  • package_resolver 1.0.10
  • path 1.6.4
  • path_provider 0.5.0+1
  • pedantic 1.8.0+1
  • petitparser 2.4.0
  • plugin_platform_interface 1.0.2
  • pool 1.4.0
  • provider 3.1.0
  • pub_semver 1.4.2
  • pubspec_parse 0.1.5
  • quiver 2.0.5
  • redux 3.0.0
  • redux_logging 0.3.0
  • redux_persist 0.8.2
  • redux_persist_flutter 0.8.1
  • shared_preferences 0.5.3+4
  • shelf 0.7.5
  • shelf_web_socket 0.2.3
  • sky_engine 0.0.99
  • source_gen 0.9.4+3
  • source_span 1.5.5
  • sqflite 1.1.6+3
  • stack_trace 1.9.3
  • stream_channel 2.0.0
  • stream_transform 0.0.20
  • string_scanner 1.0.5
  • synchronized 2.1.0+1
  • term_glyph 1.1.0
  • test_api 0.2.11
  • timing 0.1.1+2
  • typed_data 1.1.6
  • uuid 2.0.2
  • vector_math 2.0.8
  • video_player 0.10.1+6
  • watcher 0.9.7+12
  • web_socket_channel 1.0.15
  • xml 3.5.0
  • yaml 2.1.16
Pipfile pypi
  • this-package * develop
  • this-package *