Skip to content

Instantly share code, notes, and snippets.

View danielpaul's full-sized avatar
🏠
Working from home

Daniel Paul danielpaul

🏠
Working from home
View GitHub Profile
PHP_VER="5.5.14"
# Check if extension exists first
php -m | grep pgsql
# Update brew and install requirements
brew update
brew install autoconf
# Download PHP source and extract
@danielpaul
danielpaul / revision.java
Last active July 24, 2025 18:15
Basic Java Revision Notes - Written in Java
/*
*
* / --------------------------------[ NUIM CS141 Java Revision ]------------------------------- \
* || Designed to easily revise everything covered in CS141 by just reading through this code. ||
* || Comments accompany almost every line of code to explain its purpose. ||
* || Some theory we need to know are included in the bottom... ||
* \ ------------------------------------------------------------------------------------------- /
*
*
* ____ _ __ ____ __