Skip to content

Instantly share code, notes, and snippets.

#!/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
@largerock
largerock / install_libdatachannel.sh
Created March 23, 2022 05:28
Installs libdatachannel lib and header files to the /usr/local/* directories for c++ apps to use
#!/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
#!/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
{
"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=1752105600&v=beta&t=Ie_da-_6LaqlRmSf_CsXtusFH8LgEumNQdnqFcZ1jz4",
"email": "[email protected]",
"summary": "Results-driven Full Stack Engineer with extensive expertise in modern web frameworks and application architecture. Proven record of leading end-to-end development projects from concept to production, specializing in Next.js, React, TypeScript and Node.js ecosystems. Combines strong technical leadership with collaborative problem-solving to deliver scalable, high-performance solutions across the complete software development lifecycle. Experienced in quality assurance, DevOps practices, and system optimization with a passion for implementing cutting-edge technologies.",