Skip to content

Instantly share code, notes, and snippets.

View LordHarkon's full-sized avatar
🌎
Yes!

Neata Alexandru LordHarkon

🌎
Yes!
View GitHub Profile
@manishtiwari25
manishtiwari25 / country_state.json
Last active April 25, 2025 21:58
List Of Countries With States And Other Useful Information, Updated On 04/01/2025 00:03:53
[
{
"name": "Andorra",
"countryCode": "AD",
"countryCodeAlpha3": "AND",
"phone": "376",
"currency": "EUR",
"flag": "https://www.geonames.org/flags/x/ad.gif",
"symbol": "\u20AC",
"stateProvinces": [
@meain
meain / loading_messages.js
Last active April 12, 2025 00:24
Funny loading messages
export default [
"Reticulating splines...",
"Generating witty dialog...",
"Swapping time and space...",
"Spinning violently around the y-axis...",
"Tokenizing real life...",
"Bending the spoon...",
"Filtering morale...",
"Don't think of purple hippos...",
"We need a new fuse...",
@filipelenfers
filipelenfers / installJdkTarGzUbuntu.sh
Last active April 5, 2025 19:19
Install JDK from tar.gz Ubuntu
#Login as root
sudo su
#create jdk directory
mkdir /opt/jdk
#uncompress, change to your file name
tar -zxf jdk-8u5-linux-x64.tar.gz -C /opt/jdk
#check if files are there
@fomightez
fomightez / remove blank lines regex.md
Last active March 10, 2025 15:35
remove all blank lines using regular expressions