bfqvuei3y

nothing to do

https://github.com/tilscfqq/bfqvuei3y

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: tilsCfqQ
  • License: mit
  • Language: Jupyter Notebook
  • Default Branch: main
  • Size: 279 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 Authors Zenodo 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: tilsCfqQ
  • Kind: user

GitHub Events

Total
  • Push event: 1,471
  • Create event: 2
Last Year
  • Push event: 1,471
  • 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/streamdeck-plugin-build.yml actions
  • actions/checkout v4 composite
  • actions/download-artifact v4 composite
  • actions/setup-python v5 composite
  • actions/upload-artifact v4 composite
Dockerfile docker
  • alpine latest build
udacity-c3-deployment/docker/Dockerfile docker
  • nginx alpine build
package.json npm
  • grunt ^0.4.5 development
  • grunt-browserify ^4.0.1 development
  • grunt-contrib-concat ^0.5.1 development
  • grunt-contrib-copy ^0.8.1 development
  • grunt-contrib-jshint ~0.10.0 development
  • grunt-contrib-nodeunit ~0.4.1 development
  • grunt-contrib-sass ^0.9.2 development
  • grunt-contrib-uglify ^0.9.2 development
  • grunt-contrib-watch ^0.6.1 development
  • grunt-ng-annotate ^1.0.1 development
  • grunt-string-replace ^1.2.0 development
  • angular 1.4.*
  • angular-animate 1.4.*
  • angular-aria 1.4.*
  • angular-chart.js 0.8.*
  • angular-route 1.4.*
  • angular-sanitize 1.4.*
  • angular-ui-bootstrap 0.13.*
  • chart.js 1.0.*
  • jquery 2.1.*
FSH.StarterKit.nuspec nuget
pubspec.lock pub
  • archive 2.0.10
  • args 1.5.2
  • async 2.3.0
  • boolean_selector 1.0.5
  • charcode 1.1.2
  • collection 1.14.11
  • convert 2.1.1
  • crypto 2.1.3
  • cupertino_icons 0.1.2
  • dio 3.0.7
  • flutter 0.0.0
  • flutter_test 0.0.0
  • google_map_polyline 0.2.0+1
  • google_maps_flutter 0.5.21+12
  • http_parser 3.1.3
  • image 2.1.4
  • matcher 0.12.5
  • meta 1.1.7
  • path 1.6.4
  • pedantic 1.8.0+1
  • permission 0.1.5
  • petitparser 2.4.0
  • quiver 2.0.5
  • sky_engine 0.0.99
  • source_span 1.5.5
  • stack_trace 1.9.3
  • stream_channel 2.0.0
  • string_scanner 1.0.5
  • term_glyph 1.1.0
  • test_api 0.2.5
  • typed_data 1.1.6
  • vector_math 2.0.8
  • xml 3.5.0
.github/workflows/build-openwrt.yml actions
  • P3TERX/debugger-action master composite
  • actions/checkout master composite
  • actions/upload-artifact master composite
.github/workflows/maven.yml actions
  • actions/checkout v1 composite
  • actions/setup-java v1 composite
Cargo.toml cargo
build.gradle maven
pom.xml maven
  • com.mysql:mysql-connector-j
  • org.mybatis.spring.boot:mybatis-spring-boot-starter 3.0.3
  • org.springframework.boot:spring-boot-starter-jdbc
  • org.springframework.boot:spring-boot-starter-thymeleaf
  • org.springframework.boot:spring-boot-starter-web
  • org.mybatis.spring.boot:mybatis-spring-boot-starter-test 3.0.3 test
  • org.springframework.boot:spring-boot-starter-test test
composer.json packagist
  • php >=5.4
  • symfony/http-foundation ~2.7
Gemfile rubygems
  • bson_ext >= 0
  • coffee-script >= 0
  • eco >= 0
  • erubis >= 0
  • mongo_mapper >= 0
  • sinatra >= 0
  • sinatra-contrib >= 0
  • sprockets >= 0
  • sprockets-commonjs >= 0
  • stylus >= 0
  • thin >= 0
  • uglifier >= 0
  • useragent >= 0
Cargo.lock cargo
  • 488 dependencies
Podfile cocoapods
  • StreamChat ~> 2.2
  • VoxeetUXKit ~> 1.3
go.mod go
  • github.com/davecgh/go-spew v1.1.1
  • github.com/ghodss/yaml v1.0.0
  • github.com/gin-gonic/gin v1.6.3
  • github.com/go-redis/redis v6.15.8+incompatible
  • github.com/go-sql-driver/mysql v1.5.0
  • github.com/golang/groupcache v0.0.0-20190702054246-869f871628b6
  • github.com/gorilla/mux v1.7.3
  • github.com/liubog2008/tester v0.0.0-20190707090223-f33559a91e14
  • github.com/pkg/errors v0.8.1
  • github.com/shurcooL/httpfs v0.0.0-20190707220628-8d4bc4ba7749
  • github.com/shurcooL/vfsgen v0.0.0-20181202132449-6a9ea43bcacd
  • github.com/sirupsen/logrus v1.4.2
  • github.com/spf13/cobra v0.0.5
  • github.com/spf13/pflag v1.0.5
  • github.com/spf13/viper v1.3.2
  • github.com/stretchr/testify v1.4.0
  • k8s.io/api v0.18.2
  • k8s.io/apimachinery v0.18.2
  • k8s.io/client-go v0.18.2
  • k8s.io/component-base v0.18.2
  • k8s.io/klog v1.0.0
  • sigs.k8s.io/controller-tools v0.3.0
package-lock.json npm
  • 389 dependencies
requirements-dev.txt pypi
  • Click >=7.0 development
  • beautifulsoup4 >=4.0.0 development
  • pytest >=3.9.0 development
  • python-dateutil >=2.7 development
  • requests >=2.31.0 development
  • requests-oauthlib >=2.0.0 development
  • twine >=1.12.0 development
  • tzdata >=2023.4 development
  • tzlocal >=5.0 development
  • wheel >=0.32.0 development
Gemfile.lock rubygems
  • activemodel 4.2.5.1
  • activesupport 4.2.5.1
  • backports 3.6.8
  • bson 1.12.5
  • bson_ext 1.12.5
  • builder 3.2.2
  • bundler 1.10.6
  • coffee-script 2.4.1
  • coffee-script-source 1.10.0
  • daemons 1.2.3
  • eco 1.0.0
  • eco-source 1.1.0.rc.1
  • erubis 2.7.0
  • eventmachine 1.0.9.1
  • execjs 2.6.0
  • hike 1.2.3
  • i18n 0.7.0
  • json 1.8.3
  • minitest 5.8.4
  • mongo 1.12.5
  • mongo_mapper 0.13.1
  • multi_json 1.11.2
  • plucky 0.6.6
  • rack 1.6.4
  • rack-protection 1.5.3
  • rack-test 0.6.3
  • sinatra 1.4.7
  • sinatra-contrib 1.4.6
  • sprockets 2.9.4
  • sprockets-commonjs 0.0.6
  • stylus 1.0.1
  • stylus-source 0.49.3
  • thin 1.6.4
  • thread_safe 0.3.5
  • tilt 1.4.1
  • tzinfo 1.2.2
  • uglifier 2.7.2
  • useragent 0.16.3