na06vzqcgy

nothing to do

https://github.com/orbll/na06vzqcgy

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: 10 months ago · JSON representation

Repository

nothing to do

Basic Info
  • Host: GitHub
  • Owner: orbLL
  • License: mit
  • Language: Jupyter Notebook
  • Default Branch: main
  • Size: 374 MB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created over 1 year ago · Last pushed 10 months ago
Metadata Files
Readme Changelog Contributing Funding License Code of conduct Citation Codeowners Security Roadmap Authors Notice Copyright 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: orbLL
  • Kind: user

Dependencies

.github/workflows/ci-plus.yml actions
  • actions/checkout v3 composite
  • actions/setup-python v4 composite
Cargo.lock cargo
  • 157 dependencies
.github/workflows/blank.yml actions
  • gege-circle/github-action master composite
.github/workflows/ci.yml actions
  • actions/checkout v2 composite
  • actions/setup-python v2 composite
.github/workflows/msbuild.yml actions
  • actions/checkout v2 composite
  • microsoft/setup-msbuild v1.0.2 composite
.github/workflows/check-links.yml actions
  • actions/checkout v4 composite
  • actions/github-script v7 composite
  • actions/setup-node v4 composite
  • actions/upload-artifact v4 composite
Cargo.toml cargo
  • assert_cmd 2.0.14 development
  • axum 0.8.1 development
  • axum-server 0.7.1 development
  • bytes 1.6 development
  • float-cmp 0.10.0 development
  • http-mitm-proxy 0.15.0 development
  • jsonschema 0.30.0 development
  • lazy_static 1.5.0 development
  • predicates 3.1.0 development
  • rcgen 0.13.1 development
  • regex 1.10.5 development
  • rstest 0.25.0 development
  • rstest_reuse 0.7.0 development
  • rustls 0.23.18 development
  • tempfile 3.10.1 development
  • anyhow 1.0.86
  • average 0.16.0
  • aws-sign-v4 0.3
  • base64 0.22.1
  • byte-unit 5.1.4
  • bytes 1
  • chrono 0.4
  • clap 4.5.9
  • float-ord 0.3.2
  • h3 0.0.8
  • h3-quinn 0.0.10
  • hickory-resolver 0.25.2
  • http 1.3.1
  • http-body-util 0.1.2
  • humantime 2.1.0
  • hyper 1.4
  • hyper-util 0.1.6
  • kanal 0.1.1
  • libc 0.2.155
  • native-tls 0.2.12
  • num_cpus 1.16.0
  • quinn 0.11.7
  • quinn-proto 0.11.10
  • rand 0.9.1
  • rand_core 0.9.3
  • rand_regex 0.18.0
  • ratatui 0.29.0
  • regex-syntax 0.8.5
  • rusqlite 0.36.0
  • rustls 0.23.18
  • rustls-native-certs 0.8.0
  • rustls-pki-types 1.7.0
  • serde 1.0.204
  • serde_json 1.0
  • thiserror 2.0.12
  • tokio 1.38.1
  • tokio-native-tls 0.3.1
  • tokio-rustls 0.26.0
  • tokio-util 0.7.13
  • tokio-vsock 0.5.0
  • url 2.5.2
bower.json bower
compile-build-date/Cargo.lock cargo
  • autocfg 1.0.1
  • chrono 0.4.19
  • itoa 0.4.7
  • libc 0.2.98
  • num-integer 0.1.44
  • num-traits 0.2.14
  • ryu 1.0.5
  • serde 1.0.127
  • serde_json 1.0.66
  • time 0.1.44
  • wasi 0.10.0+wasi-snapshot-preview1
  • winapi 0.3.9
  • winapi-i686-pc-windows-gnu 0.4.0
  • winapi-x86_64-pc-windows-gnu 0.4.0
compile-build-date/Cargo.toml cargo
Podfile cocoapods
  • JitsiMeetSDK >= 0
Dockerfile docker
  • golang alpine build
NSMusicS-Electron/Dockerfile docker
  • nginx 1.23.3-alpine build
ambassador_src/Dockerfile docker
  • scratch latest build
docker-compose.yml docker
udacity-c3-deployment/docker/Dockerfile docker
  • nginx alpine build
go.mod go
  • github.com/stretchr/testify v1.3.0
go.sum go
  • 971 dependencies
kubeutil/go.mod go
  • github.com/766b/go-outliner v0.0.0-20180511142203-fc6edecdadd7
  • gopkg.in/yaml.v2 v2.4.0
kubeutil/go.sum go
  • github.com/766b/go-outliner v0.0.0-20180511142203-fc6edecdadd7
  • gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405
  • gopkg.in/yaml.v2 v2.4.0
mix.exs hex
  • cachex ~> 2.1
  • earmark ~> 1.2.0
  • ex_doc ~> 0.15
  • goth ~> 0.3.1
  • httpoison ~> 0.11
mix.lock hex
android/CloudVision/build.gradle maven
android/build.gradle maven
build.gradle maven
  • com.fasterxml.jackson.datatype:jackson-datatype-jsr310 * compile
  • org.springframework.boot:spring-boot-devtools * compile
  • org.springframework.boot:spring-boot-starter-actuator * compile
  • org.springframework.boot:spring-boot-starter-data-jpa * compile
  • org.springframework.boot:spring-boot-starter-security * compile
  • org.springframework.boot:spring-boot-starter-web * compile
  • org.projectlombok:lombok 1.16.18 compileOnly
  • mysql:mysql-connector-java *
  • org.springframework.boot:spring-boot-starter-test * testCompile
  • org.springframework.security:spring-security-test * testCompile
build.gradle.kts maven
code/Flink/flink-basis-java/pom.xml maven
  • org.apache.flink:flink-java 1.9.0 provided
  • org.apache.flink:flink-streaming-java_2.11 1.9.0 provided
  • org.projectlombok:lombok 1.18.10 provided
  • log4j:log4j 1.2.17
  • org.slf4j:slf4j-log4j12 1.7.7
onlineedu-acl/pom.xml maven
  • com.xatu.onlieedu:onlineedu-service-util 1.0-SNAPSHOT
  • com.xatu.onlineedu:onlineedu-api 1.0-SNAPSHOT
  • com.xatu.onlineedu:onlineedu-web-util 1.0-SNAPSHOT
  • com.xatu.onlineedu:spring-security 0.0.1-SNAPSHOT
pom.xml maven
backend/package-lock.json npm
  • 207 dependencies
client/package-lock.json npm
  • 1773 dependencies
package-lock.json npm
  • 191 dependencies
package.json npm
  • babel-plugin-transform-decorators ^6.24.1 development
  • node-sass ^4.11.0 development
  • react-redux ^6.0.0 development
  • sass-loader ^7.1.0 development
  • ws ^6.1.2 development
  • @material-ui/core ^1.5.1
  • @material-ui/icons ^1.1.1
  • ajv ^6.5.3
  • axios ^0.18.0
  • classnames ^2.2.6
  • install ^0.12.2
  • jshint ^2.9.7
  • konva ^2.6.0
  • loadash ^1.0.0
  • lodash ^4.17.11
  • npm ^6.4.1
  • prop-types ^15.6.2
  • rc-color-picker ^1.2.6
  • react ^16.8.1
  • react-color ^2.17.0
  • react-cookie ^3.0.4
  • react-dnd 5.0.0
  • react-dnd-html5-backend 5.0.1
  • react-dom ^16.8.2
  • react-dropzone ^8.0.3
  • react-jss ^8.6.1
  • react-konva ^16.8.0
  • react-rnd ^9.1.1
  • react-router-dom ^4.3.1
  • react-scripts 3.0.0
  • redux ^4.0.1
  • simple-peer ^9.1.2
  • typeface-roboto 0.0.54
  • use-image ^1.0.3
  • uuid ^3.3.2
  • webrtc-adapter ^6.4.8
FSH.StarterKit.nuspec nuget
composer.json packagist
  • magento/framework 103.0.*
  • magento/module-backend 102.0.*
  • magepal/magento2-core >=1.1.11
  • php ~7.3.0|~7.4.0|~8.1.0|~8.2.0|~8.3.0
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
pubspec.yaml pub
  • flutter_test {"sdk" => "flutter"} development
  • cupertino_icons ^0.1.2
  • flutter {"sdk" => "flutter"}
Pipfile pypi
requirement.txt pypi
  • 1.neo4j-community-3.5.20 *
  • 2.pyhanlp0.1.66 *
  • 3.django2.2.16 *
  • 4.py2neo2020.0.0 *
  • 5.apoc3.5.0.13-all *
  • 6.pytorch1.5 *
  • 7.torchtext0.6.0 *
requirements.txt pypi
  • certifi ==2024.7.4
  • chardet ==5.2.0
  • charset-normalizer ==3.3.2
  • idna ==3.7
  • numpy ==2.0.1
  • pandas *
  • python-dateutil ==2.9.0.post0
  • pytz ==2024.1
  • requests ==2.32.3
  • six ==1.16.0
  • tzdata ==2024.1
  • urllib3 ==2.2.2
setup.py pypi
  • jinja2 *
  • markdown *
  • watchdog *
Gemfile rubygems
.github/workflows/api-gateway.yaml actions
  • actions/checkout v4 composite
  • docker/build-push-action v6 composite
  • docker/login-action v3 composite
  • docker/setup-buildx-action v3 composite
.github/workflows/main.yml actions
  • actions/checkout v2 composite
  • ansible/ansible-lint-action master composite
.github/workflows/codesee-arch-diagram.yml actions
  • Codesee-io/codesee-detect-languages-action latest composite
  • Codesee-io/codesee-map-action latest composite
  • actions-rs/toolchain v1 composite
  • actions/checkout v2 composite
  • actions/setup-java v3 composite
  • actions/setup-node v3 composite
  • actions/setup-python v2 composite
  • ruby/setup-ruby v1 composite
.github/workflows/microservice-ui.yaml actions
  • actions/checkout v4 composite
  • docker/build-push-action v6 composite
  • docker/login-action v3 composite
  • docker/setup-buildx-action v3 composite
environment.yml conda
  • imageio
  • jupytext
  • matplotlib
  • myst-nb
  • numpy
  • pandas
  • pooch
  • scipy
  • sphinx
  • sphinx-book-theme
  • sphinx-copybutton
1.x/spring-boot-actuator/pom.xml maven
  • org.springframework.boot:spring-boot-devtools
  • org.springframework.boot:spring-boot-starter-actuator
  • org.springframework.boot:spring-boot-starter-web
  • org.springframework.boot:spring-boot-starter-test test