This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
if [ -d "~/vcpkg" ]; then | |
echo "installing to home" | |
git clone https://github.com/Microsoft/vcpkg.git ~/vcpkg | |
cd ~/vcpkg | |
./bootstrap-vcpkg.sh | |
./vcpkg integrate install | |
echo "export CMAKE_TOOLCHAIN_FILE=$HOME/vcpkg/scripts/buildsystems/vcpkg.cmake" >> ~/.zshrc |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
if (( $EUID != 0 )); then | |
echo "Please run as root" | |
exit | |
fi | |
cd /tmp | |
git clone https://github.com/paullouisageneau/libdatachannel.git && cd libdatachannel | |
git submodule update --init --recursive --depth 1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
if (( $EUID != 0 )); then | |
echo "Please run as root" | |
exit | |
fi | |
cd /tmp | |
git clone https://github.com/SpartanJ/efsw.git | |
cd efsw && mkdir build && cd build |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"meta": { | |
"theme": "kendall" | |
}, | |
"basics": { | |
"name": "George Price", | |
"label": "Software Engineer", | |
"image": "https://media.licdn.com/dms/image/v2/D5603AQGPocgZTItnZw/profile-displayphoto-shrink_200_200/profile-displayphoto-shrink_200_200/0/1672451226143?e=2147483647&v=beta&t=joDePYlpFnqvCQ_qlVJkgb19eRcVqKW7s4lpnEQ75i0", | |
"email": "[email protected]", | |
"summary": "Full Stack Engineer and Technical Leader with proven expertise building high-performance systems from distributed networks to applications. Founding team member with experience architecting custom protocols, real-time robotic systems, and scalable web platforms. Specializes in modern React/TypeScript frontends, Node.js/C++ backends, and performance-critical applications requiring sub-millisecond latency. Combines deep technical knowledge across embedded systems, cloud infrastructure, and web development with leadership experience guiding projects from concept to production. Expert in building secure, scalable arch |