Highlights
- Pro
Block or Report
Block or report stevenengler
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePopular repositories
-
no-js-hugo-theme Public
A minimal and responsive Hugo theme that does not require the client to enable JavaScript.
-
Real-Time-LaTeX Public
Easily set up a vanilla TeX Live environment and run a Python script to compile LaTeX source code in real-time. Supports Ubuntu and Windows 10 with the Windows Subsystem for Linux (WSL).
Python 11
-
Real-Time-LaTeX-With-Vagrant Public archive
Easily set up a LaTeX environment with Vagrant on any operating system. This sets up vanilla TeX Live on a Vagrant precise box and runs a Python script to compile latex source code in real-time.
-
A Python implementation of the Monte Carlo simulation for fiber Bragg gratings from the paper "Modeling Light Propagation Through Bragg Reflection Gratings With an Adapted Monte Carlo Method".
Python 6
-
1,781 contributions in the last year
Contribution activity
May 2023
Created 58 commits in 4 repositories
Created 1 repository
Opened 19 pull requests in 2 repositories
shadow/shadow
15
merged
1
open
- Small changes to docs
- Reduce the number of log messages at 'info' level
- Fix two warnings on nightly
- Add miri docs
-
Change
interface_qdiscvalueroundrobintoround-robin -
Support a
parallelismof 0 - Move 'affinity' code to 'core'
- Move "stability", "security", and "limitations" docs to back
-
Fix merging of
host_optionsandhost_option_defaults - Upgrade shadow's rust dependencies
-
Fix
host_option_defaultsconfig option - Enable the experimental worker spinning by default
- Skip more shim glibc syscall wrappers
- Don't install a rustup toolchain in the docs
-
Return
EINVALfor unknownepoll_ctloption -
Make
ForeignPtrSendandSync
shadow/tornettools
2
merged
1
closed
Reviewed 23 pull requests in 2 repositories
shadow/shadow
20 pull requests
- clone handler: handle individual flags more explicitly
- ChildPidWatcher: use pidfd_open
- Split ShimEvent into ShimEventToShadow and ShimEventToShim
- Fix two warnings on nightly
-
Make
ForeignPtrSendandSync - vasi: make no_std
- Allow-list seccomp native syscalls by code section
- Implement clone3
- vasi-sync: Make no-std
- Move common C flags to root CMakeLists.txt
- Update kernel support policy
- Migrate clone and gettid to Rust
- Bump system-deps from 6.0.3 to 6.1.0 in /src
- MemoryCopier: use live thread ID for writes
-
Fix
host_option_defaultsconfig option - Enable the experimental worker spinning by default
- Assign PIDs in process creation order
- Drop per-process exitcode files
- Add config option expected_end_state
- MemoryMapper: use memfd_create
shadow/tornettools
3 pull requests
Created an issue in shadow/shadow that received 5 comments
Consider using a memfd in the shmem library
The shmem library uses shm_open() to create shared memory files in /dev/shm. These files are mapped into shadow and the shim.
We should consider us…




