Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 31 million developers.
Sign up
Popular repositories
-
xargo-lld-wrapper
A utility to enable single-command Rust cross-compilation Mac OS X
Rust 1
-
May
Forked from Strilanc/May
An option type for .Net
C#
-
CppCoreGuidelines
Forked from isocpp/CppCoreGuidelines
The C++ Core Guidelines are a set of tried-and-true guidelines, rules, and best practices about coding in C++
Python
-
r4cppp
Forked from nrc/r4cppp
Rust for C++ programmers
Rust
-
udacity-sdcnd
Self-driving car Nanodegree program
Jupyter Notebook
-
range-v3
Forked from ericniebler/range-v3
Experimental range library for C++11/14/17
C++
501 contributions in the last year
Contribution activity
April 2019
Created a pull request in rust-lang/rust that received 6 comments
`as_deref()` and `as_deref_mut()` impls
addresses #50264
renamed deref() -> as_deref()
added deref_mut() impls + tests
fixed breaking changes