Skip to content

Instantly share code, notes, and snippets.

View iosifnicolae2's full-sized avatar

Iosif Nicolae iosifnicolae2

View GitHub Profile
@iosifnicolae2
iosifnicolae2 / index.html
Last active April 15, 2024 02:26
Whatsapp Floating Button
<a href="https://wa.me/40123456789?text=hi" style="
position: fixed;
width: 60px;
height: 60px;
bottom: 32px;
right: 33px;
background-color: #25d366;
color: #FFF;
border-radius: 50px;
text-align: center;
@iosifnicolae2
iosifnicolae2 / gist:ed3e873384f609e3c07d6efa31f5eb40
Last active April 2, 2024 18:07
Automatic MacOS installation
#!/usr/bin/env bash
#
# Bootstrap script for setting up a new OSX machine
#
# This should be idempotent so it can be run multiple times.
#
# Some apps don't have a cask and so still need to be installed by hand. These
# include:
#
# - Twitter (app store)
@iosifnicolae2
iosifnicolae2 / Dockerfile
Created March 26, 2024 11:26
Crunchy database custom postgresql
FROM registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-14.10-3.3-0
ARG PG_MAJOR=14
ARG POSTGRESQL_SERVER_DEVEL=postgresql${PG_MAJOR}-devel
ARG PACKAGER=microdnf
USER 0
ADD https://api.developers.crunchydata.com/downloads/repo/rpm-centos/postgresql14/crunchypg14.repo /etc/yum.repos.d/crunchypg14.repo
ADD https://api.developers.crunchydata.com/downloads/gpg/RPM-GPG-KEY-crunchydata-dev /etc/pki/rpm-gpg
{
"data": {
"stations": [
{
"id": 77,
"title": "Radio Vocea Creștinilor",
"website": "https://radio.voceacrestinilor.com/",
"email": "radio@voceacrestinilor.com",
"station_streams": [
{
@iosifnicolae2
iosifnicolae2 / readme.md
Last active March 14, 2024 09:39
Ce invatam din Proverbe despre cum sa fim intelepti?

Ce invatam din Proverbe despre cum sa fim intelepti?

Proverbe 1:1-7 "Proverbele lui Solomon [...] pentru a cunoaste intelepciunea [...] pentru a da [...] tanarului cunostinta si prudenta"

Obs. Am folosit traducerea NTLR pentru a fi mai usor de inteles.

Proverbe 1:1-7

1 Proverbele lui Solomon, fiul lui David, regele lui Israel, 2 pentru a cunoaşte înţelepciunea şi învăţătura, pentru a înţelege cuvintele cunoaşterii,

@iosifnicolae2
iosifnicolae2 / Readme.md
Last active March 12, 2024 19:42
Youtube is Boring

How To Make Youtube Less Boring

Tutorial: https://www.youtube.com/watch?v=hIqMrPTeGTc
Paste the below code in your browser console (F12 > Console):

(()=>{
    markAllVideosAsNotBeingInteresting({
        iterations: 1
    });
})();
{
"data": {
"stations": [
{
"id": 54,
"order": 20,
"title": "RVE Viena",
"website": "https://www.rveviena.at/",
"stream_url": "https://s3.free-shoutcast.com/stream/18202/;stream.mp3"
},
MINIO_ROOT_USER=dev
MINIO_ROOT_PASSWORD=dev-pass
#cloud-config
"apt":
"sources":
"docker.list":
"keyid": "9DC858229FC7DD38854AE2D88D81803C0EBFCD88"
"source": "deb [arch=amd64] https://download.docker.com/linux/ubuntu $RELEASE
stable"
"package_update": true
"packages":
- qemu-guest-agent