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: 5GDJNtaMcR
- 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 10 months ago
Metadata Files
Readme
Changelog
Contributing
Funding
License
Code of conduct
Citation
Codeowners
Security
Roadmap
Authors
Notice
Copyright
Dco
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: 5GDJNtaMcR
- Kind: user
- Repositories: 1
- Profile: https://github.com/5GDJNtaMcR
GitHub Events
Total
- Push event: 1,458
- Create event: 2
Last Year
- Push event: 1,458
- Create event: 2
Dependencies
.github/workflows/ci-plus.yml
actions
- actions/checkout v3 composite
- actions/setup-python v4 composite
go.mod
go
- github.com/containerd/containerd v1.5.3
- github.com/docker/cli v20.10.7+incompatible
- github.com/docker/docker v20.10.7+incompatible
- github.com/docker/docker-credential-helpers v0.6.4
- github.com/fvbommel/sortorder v1.0.2
- github.com/google/uuid v1.2.0
- github.com/gorilla/mux v1.8.0
- github.com/moby/sys/mount v0.2.0
- github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6
- github.com/morikuni/aec v1.0.0
- github.com/pkg/errors v0.9.1
- github.com/sirupsen/logrus v1.8.1
- github.com/theupdateframework/notary v0.7.0
- golang.org/x/time v0.0.0-20210611083556-38a9dc6acbc6
- google.golang.org/grpc v1.39.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 ==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/frontend-docker.yml
actions
- actions/checkout v2 composite
- actions/setup-node v1 composite
- docker/build-push-action v2 composite
- docker/login-action v1 composite
- docker/setup-buildx-action v1 composite
- docker/setup-qemu-action v1 composite
QorumLogs.podspec
cocoapods
.docker-compose-okteto.yml
docker
- mongo latest
Dockerfile
docker
- centos 8 build
- centosd latest build
api/Dockerfile
docker
- python latest build
backend/build.gradle
maven
- org.hibernate.orm:hibernate-community-dialects 6.6.2.Final implementation
- org.springdoc:springdoc-openapi-starter-webmvc-ui 2.6.0 implementation
- org.springframework.boot:spring-boot-starter * implementation
- org.springframework.boot:spring-boot-starter-actuator * implementation
- org.springframework.boot:spring-boot-starter-oauth2-resource-server * implementation
- org.springframework.boot:spring-boot-starter-web * implementation
- org.springframework.data:spring-data-jpa * implementation
- org.springframework:spring-jdbc 6.2.0 implementation
- org.xerial:sqlite-jdbc 3.47.0.0 implementation
- org.springframework.boot:spring-boot-starter-test * testImplementation
- org.junit.platform:junit-platform-launcher * testRuntimeOnly
build.gradle
maven
- org.springframework:spring-aop 3.2.13.RELEASE compile
- junit:junit 4.8.2 testCompile
pom.xml
maven
- org.apache.flink:flink-clients_2.11 1.14.4 provided
- org.apache.flink:flink-streaming-java_2.11 1.14.4 provided
- org.apache.flink:flink-connector-kafka_2.11 1.14.4
- org.apache.logging.log4j:log4j-api 2.19.0
- org.apache.logging.log4j:log4j-core 2.19.0
- org.apache.logging.log4j:log4j-slf4j-impl 2.19.0
package-lock.json
npm
- 191 dependencies
package.json
npm
- @babel/plugin-proposal-class-properties ^7.4.4 development
- @babel/plugin-proposal-decorators ^7.4.4 development
- cross-env ^7.0.3 development
- customize-cra ^0.2.12 development
- react-app-rewired ^2.1.3 development
- @material-ui/core ^4.0.0
- @material-ui/icons ^4.0.0
- axios ^0.18.0
- mobx ^5.9.4
- mobx-react ^5.4.4
- mobx-react-router ^4.0.7
- node-sass ^4.12.0
- query-string ^6.5.0
- react ^16.8.6
- react-dom ^16.8.6
- react-router ^5.0.0
- react-router-dom ^5.2.0
- react-scripts 3.0.1
- rxjs ^6.5.2
- styled-components ^4.2.0
- typescript ^3.4.5
bower.json
bower
Podfile.lock
cocoapods
- Nuke 8.4.1
- RxCocoa 5.1.1
- RxGesture 3.0.2
- RxRelay 5.1.1
- RxSwift 5.1.1
- SDWebImage 5.8.2
- SnapKit 5.0.1
- Starscream 3.1.1
- StreamChat 2.2.5
- StreamChatClient 2.2.5
- StreamChatCore 2.2.5
- SwiftyGif 5.2.0
- VoxeetSDK 2.4.0
- VoxeetUXKit 1.3.4
udacity-c3-deployment/docker/Dockerfile
docker
- nginx alpine build
go.sum
go
- 971 dependencies