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: 495WALKeR
- License: mit
- Language: Jupyter Notebook
- Default Branch: main
- Size: 262 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
Zenodo
Notice
Copyright
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: 495WALKeR
- Kind: user
- Repositories: 1
- Profile: https://github.com/495WALKeR
GitHub Events
Total
- Push event: 1,030
- Create event: 2
Last Year
- Push event: 1,030
- Create event: 2
Dependencies
.github/workflows/ci-plus.yml
actions
- actions/checkout v3 composite
- actions/setup-python v4 composite
Cargo.lock
cargo
- 161 dependencies
.github/workflows/msbuild.yml
actions
- actions/checkout v2 composite
- microsoft/setup-msbuild v1.0.2 composite
DESCRIPTION
cran
- R >= 3.4.1 depends
.github/workflows/aws.yml
actions
- actions/checkout v2 composite
.github/workflows/github-actions-demo.yml
actions
- appleboy/ssh-action v0.1.10 composite
Podfile
cocoapods
- StreamChat ~> 2.2
- VoxeetUXKit ~> 1.3
Dockerfile
docker
- node 18.12 build
docker-compose-builder.yml
docker
docker-compose.yml
docker
- mongo latest
- mongo-express latest
android/CloudVision/build.gradle
maven
android/build.gradle
maven
build.gradle
maven
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
client/package.json
npm
- @testing-library/jest-dom ^5.11.4
- @testing-library/react ^11.1.0
- @testing-library/user-event ^12.1.10
- react ^17.0.2
- react-dom ^17.0.2
- react-scripts 4.0.3
- socket.io-client ^4.1.2
- web-vitals ^1.0.1
FSH.StarterKit.nuspec
nuget
Gemfile
rubygems
- jekyll-last-modified-at >= 0 development
Gemfile.lock
rubygems
- actioncable 5.2.6
- actionmailer 5.2.6
- actionpack 5.2.6
- actionview 5.2.6
- activejob 5.2.6
- activemodel 5.2.6
- activerecord 5.2.6
- activestorage 5.2.6
- activesupport 5.2.6
- addressable 2.8.0
- archive-zip 0.12.0
- arel 9.0.0
- bcrypt 3.1.16
- bindex 0.8.1
- bootsnap 1.8.1
- builder 3.2.4
- bundler 2.2.27
- byebug 11.1.3
- capybara 3.35.3
- childprocess 3.0.0
- chromedriver-helper 2.1.1
- chronic 0.10.2
- coffee-rails 4.2.2
- coffee-script 2.4.1
- coffee-script-source 1.12.2
- concurrent-ruby 1.1.9
- crass 1.0.6
- devise 4.8.0
- erubi 1.10.0
- execjs 2.8.1
- ffi 1.15.4
- globalid 0.5.2
- httparty 0.18.1
- i18n 1.8.10
- io-like 0.3.1
- jbuilder 2.11.2
- jquery-rails 4.4.0
- listen 3.1.5
- loofah 2.12.0
- mail 2.7.1
- marcel 1.0.1
- method_source 1.0.0
- mime-types 3.3.1
- mime-types-data 3.2021.0901
- mini_mime 1.1.1
- minitest 5.14.4
- msgpack 1.4.2
- multi_xml 0.6.0
- nio4r 2.5.8
- nokogiri 1.12.4
- orm_adapter 0.5.0
- public_suffix 4.0.6
- puma 3.12.6
- racc 1.5.2
- rack 2.2.3
- rack-test 1.1.0
- rails 5.2.6
- rails-dom-testing 2.0.3
- rails-html-sanitizer 1.4.2
- rails_12factor 0.0.3
- rails_serve_static_assets 0.0.5
- rails_stdout_logging 0.0.5
- railties 5.2.6
- rake 13.0.6
- razorpay 2.4.1
- rb-fsevent 0.11.0
- rb-inotify 0.10.1
- regexp_parser 2.1.1
- responders 3.0.1
- ruby_dep 1.5.0
- rubyzip 2.3.2
- sass 3.7.4
- sass-listen 4.0.0
- sass-rails 5.1.0
- selenium-webdriver 3.142.7
- spring 2.1.1
- spring-watcher-listen 2.0.1
- sprockets 3.7.2
- sprockets-rails 3.2.2
- sqlite3 1.4.2
- thor 1.1.0
- thread_safe 0.3.6
- tilt 2.0.10
- tzinfo 1.2.9
- uglifier 4.2.0
- warden 1.2.9
- web-console 3.7.0
- websocket-driver 0.7.5
- websocket-extensions 0.1.5
- whenever 1.0.0
- xpath 3.2.0
bower.json
bower
client/Dockerfile
docker
- node 14-slim build
Cargo.toml
cargo
environment.yml
conda
- joblib
- matplotlib
- numpy
- pandas
- scikit-learn
- seaborn
- tpot
- tqdm
- watermark
udacity-c3-deployment/docker/Dockerfile
docker
- nginx alpine build
go.mod
go
- contrib.go.opencensus.io/exporter/prometheus v0.4.1
- cosmossdk.io/errors v1.0.0-beta.7
- cosmossdk.io/math v1.0.1
- github.com/BurntSushi/toml v1.3.2
- github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d
- github.com/beorn7/perks v1.0.1
- github.com/btcsuite/btcd/btcec/v2 v2.3.2
- github.com/cespare/xxhash v1.1.0
- github.com/cespare/xxhash/v2 v2.2.0
- github.com/cometbft/cometbft v0.37.1
- github.com/cometbft/cometbft-db v0.7.0
- github.com/confio/ics23/go v0.9.0
- github.com/cosmos/btcutil v1.0.5
- github.com/cosmos/cosmos-proto v1.0.0-beta.2
- github.com/cosmos/cosmos-sdk v0.47.3
- github.com/cosmos/gogoproto v1.4.10
- github.com/cpuguy83/go-md2man/v2 v2.0.2
- github.com/davecgh/go-spew v1.1.1
- github.com/decred/dcrd/dcrec/secp256k1/v4 v4.1.0
- github.com/dgraph-io/badger/v2 v2.2007.4
- github.com/dgraph-io/ristretto v0.1.1
- github.com/dgryski/go-farm v0.0.0-20200201041132-a6ae2369ad13
- github.com/docker/go-units v0.5.0
- github.com/dustin/go-humanize v1.0.1
- github.com/emicklei/go-restful/v3 v3.9.0
- github.com/fatih/color v1.15.0
- github.com/filecoin-project/go-jsonrpc v0.3.1
- github.com/fsnotify/fsnotify v1.6.0
- github.com/gbrlsnchs/jwt/v3 v3.0.1
- github.com/go-kit/kit v0.12.0
- github.com/go-kit/log v0.2.1
- github.com/go-logfmt/logfmt v0.5.1
- github.com/go-logr/logr v1.2.3
- github.com/go-openapi/jsonpointer v0.19.6
- github.com/go-openapi/jsonreference v0.20.1
- github.com/go-openapi/swag v0.22.3
- github.com/go-sql-driver/mysql v1.6.0
- github.com/gogo/protobuf v1.3.2
- github.com/golang/glog v1.1.0
- github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da
- github.com/golang/protobuf v1.5.3
- github.com/golang/snappy v0.0.5-0.20220116011046-fa5810519dcb
- github.com/google/btree v1.1.2
- github.com/google/gnostic v0.5.7-v3refs
- github.com/google/go-cmp v0.5.9
- github.com/google/gofuzz v1.2.0
- github.com/google/uuid v1.3.0
- github.com/gorilla/mux v1.8.0
- github.com/gorilla/websocket v1.5.0
- github.com/gtank/merlin v0.1.1
- github.com/hashicorp/golang-lru v0.5.5-0.20210104140557-80c98217689d
- github.com/hashicorp/hcl v1.0.0
- github.com/icza/backscanner v0.0.0-20230330133933-bf6beb754c70
- github.com/imdario/mergo v0.3.13
- github.com/inconshreveable/mousetrap v1.0.1
- github.com/ipfs/go-cid v0.4.1
- github.com/ipfs/go-datastore v0.6.0
- github.com/ipfs/go-ds-leveldb v0.5.0
- github.com/ipfs/go-ds-measure v0.2.0
- github.com/ipfs/go-fs-lock v0.0.7
- github.com/ipfs/go-ipfs-util v0.0.2
- github.com/ipfs/go-log/v2 v2.5.1
- github.com/ipfs/go-metrics-interface v0.0.1
- github.com/jbenet/goprocess v0.1.4
- github.com/jmhodges/levigo v1.0.0
- github.com/jmoiron/sqlx v1.3.5
- github.com/josharian/intern v1.0.0
- github.com/json-iterator/go v1.1.12
- github.com/kelseyhightower/envconfig v1.4.0
- github.com/klauspost/compress v1.16.3
- github.com/klauspost/cpuid/v2 v2.2.4
- github.com/libp2p/go-buffer-pool v0.1.0
- github.com/magefile/mage v1.9.0
- github.com/magiconair/properties v1.8.6
- github.com/mailru/easyjson v0.7.7
- github.com/mattn/go-colorable v0.1.13
- github.com/mattn/go-isatty v0.0.18
- github.com/matttproud/golang_protobuf_extensions v1.0.4
- github.com/mimoo/StrobeGo v0.0.0-20210601165009-122bf33a46e0
- github.com/minio/sha256-simd v1.0.1-0.20230130105256-d9c3aea9e949
- github.com/mitchellh/go-homedir v1.1.0
- github.com/mitchellh/mapstructure v1.5.0
- github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
- github.com/modern-go/reflect2 v1.0.2
- github.com/mr-tron/base58 v1.2.0
- github.com/multiformats/go-base32 v0.1.0
- github.com/multiformats/go-base36 v0.2.0
- github.com/multiformats/go-multiaddr v0.10.0
- github.com/multiformats/go-multibase v0.2.0
- github.com/multiformats/go-multihash v0.2.1
- github.com/multiformats/go-varint v0.0.7
- github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822
- github.com/pelletier/go-toml v1.9.5
- github.com/pelletier/go-toml/v2 v2.0.7
- github.com/petermattis/goid v0.0.0-20230317030725-371a4b8eda08
- github.com/pkg/errors v0.9.1
- github.com/pmezard/go-difflib v1.0.0
- github.com/prometheus/client_golang v1.14.0
- github.com/prometheus/client_model v0.3.0
- github.com/prometheus/common v0.42.0
- github.com/prometheus/procfs v0.9.0
- github.com/prometheus/statsd_exporter v0.21.0
- github.com/russross/blackfriday/v2 v2.1.0
- github.com/sasha-s/go-deadlock v0.3.1
- github.com/spaolacci/murmur3 v1.1.0
- github.com/spf13/afero v1.9.2
- github.com/spf13/cast v1.5.0
- github.com/spf13/cobra v1.6.1
- github.com/spf13/jwalterweatherman v1.1.0
- github.com/spf13/pflag v1.0.5
- github.com/spf13/viper v1.14.0
- github.com/stretchr/testify v1.8.2
- github.com/subosito/gotenv v1.4.1
- github.com/syndtr/goleveldb v1.0.1-0.20220721030215-126854af5e6d
- github.com/tecbot/gorocksdb v0.0.0-20191217155057-f0fad39f321c
- github.com/tendermint/go-amino v0.16.0
- github.com/urfave/cli/v2 v2.25.7
- github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673
- go.etcd.io/bbolt v1.3.7
- go.opencensus.io v0.24.0
- go.uber.org/atomic v1.10.0
- go.uber.org/dig v1.17.0
- go.uber.org/fx v1.20.0
- go.uber.org/goleak v1.1.12
- go.uber.org/multierr v1.11.0
- go.uber.org/zap v1.24.0
- go4.org v0.0.0-20200411211856-f5505b9728dd
- golang.org/x/crypto v0.9.0
- golang.org/x/exp v0.0.0-20230626212559-97b1e661b5df
- golang.org/x/net v0.10.0
- golang.org/x/oauth2 v0.6.0
- golang.org/x/sys v0.8.0
- golang.org/x/term v0.8.0
- golang.org/x/text v0.9.0
- golang.org/x/time v0.0.0-20220609170525-579cf78fd858
- golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2
- google.golang.org/appengine v1.6.7
- google.golang.org/genproto v0.0.0-20230306155012-7f2fa6fef1f4
- google.golang.org/grpc v1.55.0
- google.golang.org/protobuf v1.30.0
- gopkg.in/inf.v0 v0.9.1
- gopkg.in/ini.v1 v1.67.0
- gopkg.in/yaml.v2 v2.4.0
- gopkg.in/yaml.v3 v3.0.1
- k8s.io/api v0.27.3
- k8s.io/apimachinery v0.27.3
- k8s.io/client-go v0.27.3
- k8s.io/klog/v2 v2.90.1
- k8s.io/kube-openapi v0.0.0-20230501164219-8b0f38b5fd1f
- k8s.io/metrics v0.27.3
- k8s.io/utils v0.0.0-20230209194617-a36077c30491
- lukechampine.com/blake3 v1.1.7
- sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd
- sigs.k8s.io/structured-merge-diff/v4 v4.2.3
- sigs.k8s.io/yaml v1.3.0
go.sum
go
- 971 dependencies
mix.exs
hex
- cachex ~> 2.1
- earmark ~> 1.2.0
- ex_doc ~> 0.15
- goth ~> 0.3.1
- httpoison ~> 0.11
pom.xml
maven
- javax.xml.bind:jaxb-api 2.3.1
package-lock.json
npm
- 1421 dependencies
package.json
npm
- @types/node 22.7.6 development
- @types/react 18.3.11 development
- eslint ^8 development
- eslint-config-next 14.2.15 development
- postcss ^8 development
- tailwindcss ^3.4.1 development
- next 14.2.15
- react ^18
- react-dom ^18
- react-icons ^5.3.0
yarn.lock
npm
- 970 dependencies
pubspec.lock
pub
- async 2.5.0-nullsafety.1
- boolean_selector 2.1.0-nullsafety.1
- characters 1.1.0-nullsafety.3
- charcode 1.2.0-nullsafety.1
- clock 1.1.0-nullsafety.1
- cloud_firestore 0.14.3
- cloud_firestore_platform_interface 2.2.0
- cloud_firestore_web 0.2.1
- collection 1.15.0-nullsafety.3
- cupertino_icons 1.0.0
- fake_async 1.2.0-nullsafety.1
- firebase 7.3.3
- firebase_auth 0.18.2
- firebase_auth_platform_interface 2.1.2
- firebase_auth_web 0.3.1+2
- firebase_core 0.5.2
- firebase_core_platform_interface 2.0.0
- firebase_core_web 0.2.1
- flutter 0.0.0
- flutter_login_facebook 0.4.0+1
- flutter_test 0.0.0
- flutter_web_plugins 0.0.0
- google_sign_in 4.5.6
- google_sign_in_platform_interface 1.1.2
- google_sign_in_web 0.9.2
- http 0.12.2
- http_parser 3.1.4
- intl 0.16.1
- js 0.6.2
- list_ext 0.1.15
- matcher 0.12.10-nullsafety.1
- meta 1.3.0-nullsafety.3
- nested 0.0.4
- path 1.8.0-nullsafety.1
- pedantic 1.9.2
- plugin_platform_interface 1.0.3
- provider 4.3.3
- quiver 2.1.5
- rxdart 0.24.1
- sky_engine 0.0.99
- source_span 1.8.0-nullsafety.2
- stack_trace 1.10.0-nullsafety.1
- stream_channel 2.1.0-nullsafety.1
- string_scanner 1.1.0-nullsafety.1
- term_glyph 1.2.0-nullsafety.1
- test_api 0.2.19-nullsafety.2
- typed_data 1.3.0-nullsafety.3
- vector_math 2.1.0-nullsafety.3
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