Highlights
- Pro
Block or Report
Block or report shreeve
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePopular repositories
-
gem-dependencies Public
A RubyGems plugin to simplify installing binary gems on runtime systems
Ruby 6
-
openssl-0.9.8-minimum Public
Minimum openssl files to install eventmachine on Ruby 1.9.2 on windows
C 2
-
adonis-slim-app-cs2 Public
Forked from adonisjs/adonis-slim-app
Smallest possible application for Adonisjs
458 contributions in the last year
Contribution activity
February 2023
Created 111 commits in 1 repository
Created 1 repository
- shreeve/strscan Ruby
Created a pull request in ruby/strscan that received 3 comments
Opened 2 other pull requests in 1 repository
Reviewed 1 pull request in 1 repository
ruby/strscan
1 pull request
Created an issue in ruby/strscan that received 26 comments
Adding two methods: currchar
and nextchar
The strscan
library is great for high performance work. To read "the next character", we can use the getch
method. However, it returns the characte…