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 May 1, 2024 00:00
List Of Countries With States And Other Useful Information, Updated On 05/01/2024 00:00:02
[
{
"name": "Andorra",
"countryCode": "AD",
"countryCodeAlpha3": "AND",
"phone": "376",
"currency": "EUR",
"stateProvinces": [
{
"name": "Sant Julià de Loria"
@meain
meain / loading_messages.js
Last active April 27, 2024 09:54
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 May 13, 2024 07:00
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 February 22, 2024 09:49
remove all blank lines using regular expressions