-
Updated
Aug 24, 2020 - C++
#
virtual-machine
Here are 1,339 public repositories matching this topic...
The official mirror of the V8 Git repository
Secure and fast microVMs for serverless computing.
rust
open-source
serverless
containers
virtual-machine
sandbox
virtualization
minimalist
oversubscription
-
Updated
Sep 18, 2020 - Rust
Tools to set up a quick macOS VM in QEMU, accelerated by KVM.
-
Updated
Aug 30, 2020 - Shell
programming-language
list
awesome
books
interpreter
compiler
runtime
virtual-machine
resources
awesome-list
-
Updated
May 28, 2020
Project moved to: https://github.com/llvm/llvm-project
-
Updated
Sep 2, 2020 - LLVM
Gravity Programming Language
c
language
programming-language
json
interpreter
bytecode
objective-c
portable
virtual-machine
fibers
pratt-parser
scripting-language
closure
bridge
object-oriented
gravity
-
Updated
Aug 31, 2020 - C
Android virtual machine and deobfuscator
android
java
emulator
optimization
virtual-machine
reverse-engineering
malware
deobfuscation
malware-analyzer
dalvik
malware-analysis
malware-research
deobfuscator
android-malware
reverse-engineer-apk
-
Updated
Sep 4, 2020 - Java
The Rubinius Language Platform
-
Updated
May 24, 2020 - C
TinyVM is a small, fast, lightweight virtual machine written in pure ANSI C.
-
Updated
Mar 23, 2019 - C
Eclipse OpenJ9: A Java Virtual Machine for OpenJDK that's optimized for small footprint, fast start-up, and high throughput. Builds on Eclipse OMR (https://github.com/eclipse/omr) and combines with the Extensions for OpenJDK for OpenJ9 repo.
-
Updated
Sep 20, 2020 - Java
An alternative BEAM implementation, designed for WebAssembly
-
Updated
Sep 16, 2020 - Rust
Instructions and script to help you create a VirtualBox VM running macOS.
-
Updated
Apr 29, 2020 - Shell
Kata Containers version 1.x runtime (for version 2.x see https://github.com/kata-containers/kata-containers).
docker
kubernetes
security
containers
virtual-machine
virtualization
container
kvm
oci
qemu
k8s
cri-o
-
Updated
Sep 19, 2020 - Go
QuickJS是一个小型并且可嵌入的Javascript引擎,它支持ES2020规范,包括模块,异步生成器和代理器。
javascript
c
vm
js
compiler
virtual-machine
ecmascript
javascript-interpreter
javascript-engine
zh
es2020
quickjs
-
Updated
Sep 8, 2020 - C
Pafish is a demonstration tool that employs several techniques to detect sandboxes and analysis environments in the same way as malware families do.
-
Updated
Feb 19, 2019 - C
The official repo is now at bellard/quickjs.
javascript
c
vm
interpreter
js
compiler
runtime
virtual-machine
ecmascript
javascript-interpreter
javascript-engine
es2020
quickjs
-
Updated
Aug 2, 2020 - C
-
Updated
May 18, 2018 - Ruby
An educational software system of a tiny self-compiling C compiler, a tiny self-executing RISC-V emulator, and a tiny self-hosting RISC-V hypervisor.
-
Updated
Sep 20, 2020 - C
stealthybox
commented
Sep 6, 2019
Using the following YAML should output warnings per offending spec instead of ignoring them silently.
Example:
footloose create
WARN[0000] Options under "spec.ignite" for "manager-%d" are ignored when using the "docker" backend
WARN[0000] Options under "spec.ignite" for "worker-%d" are ignored when using the "docker" backend
INFO[0000] Docker Image: quay.io/footloose/ubuntu18.04 prese
A Virtualised Raspberry Pi inside a Docker image
-
Updated
Mar 16, 2020 - Dockerfile
Bromulux
commented
Apr 26, 2019
Intel VT-x based hypervisor aiming to provide a thin VM-exit filtering platform on Windows.
-
Updated
Jan 3, 2020 - C++
LIKO-12 is an open source fantasy computer made using LÖVE.
android
windows
linux
lua
osx
virtual-machine
ide
luajit
love2d
love
love2d-framework
fantasy-console
liko-12
fantasy-computer
-
Updated
Aug 19, 2020 - Lua
Collection of resources about Virtualization
-
Updated
Aug 26, 2020
BigMurry
commented
May 12, 2020
I'm trying to use ethereumjs-blockchain to read the raw levedb data created by geth, but I failed to do so.
And I also try to use the dbManager to read the levedb data, failed again. My steps are:
- sync some the blockchain data by using
geth --goerli --datadir <my data dir> - write code to read the level db data.
const level = require('level');
const DbManager = requKata Containers version 2.x repository. Kata Containers is an open source project and community working to build a standard implementation of lightweight Virtual Machines (VMs) that feel and perform like containers, but provide the workload isolation and security advantages of VMs. https://katacontainers.io/
docker
kubernetes
security
containers
virtual-machine
virtualization
kvm
oci
qemu
k8s
cri
cri-o
firecracker
acrn
-
Updated
Sep 20, 2020 - Go
Improve this page
Add a description, image, and links to the virtual-machine topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the virtual-machine topic, visit your repo's landing page and select "manage topics."


Mounting using sshfs does not follow symlinks on Mac.
If ~/www is a symlink then the mounting succeeds to create localsrv:/www, but the directory is empty.
multipass mount ~/www localsrv:/www
Is there a way to enable follow_symlinks when mounting?