Skip to content

Instantly share code, notes, and snippets.

View bpiroman's full-sized avatar

piroman bpiroman

  • Australia
View GitHub Profile
<!DOCTYPE html>
<meta charset="UTF-8">
<head>
<title>Ah Ah Ah, you didn't say the magic word!</title>
<script src="https://code.jquery.com/jquery-3.7.1.min.js"></script>
</head>
<html>
<body>
<div class="container" id="nedry">
<div class="nedry">
@bpiroman
bpiroman / boootstrap-buttons.css
Created March 30, 2024 04:07
bootstrap buttons CSS ;)
:root {
--primary: 211, 100%;
--primary-l: 50%;
--secondary: 208, 7%;
--secondary-l: 46%;
--success: 134, 61%;
--success-l: 41%;
--info: 188, 78%;
--info-l: 41%;
--warning: 45, 100%;
@bpiroman
bpiroman / firebase-v9.md
Last active May 2, 2024 13:14
firebase v9 reference

Firebase V9

1.0 Configuration

2.0 Initialisation

3.0 Authentication

3.1 Create User

@bpiroman
bpiroman / geolet.js
Created March 28, 2024 04:14
geolet
/*
GEOLET version 20.12.31
Copyright (c) 2020 Ruben Holthuijsen; available under the MIT license
https://github.com/rhlt/leaflet-geolet/
*/
(function () {
var _consolePrefix = '[GEOLET] ';
var L = window.L;
@bpiroman
bpiroman / nvmCommands.js
Created December 6, 2023 23:58 — forked from chranderson/nvmCommands.js
Useful NVM commands
// check version
node -v || node --version
// list locally installed versions of node
nvm ls
// list remove available versions of node
nvm ls-remote
// install specific version of node
@bpiroman
bpiroman / index.html
Created October 23, 2020 02:43 — forked from jshaw/index.html
Google Streetview Example
<!DOCTYPE html>
<html>
<head>
<title>Custom Street View panorama tiles</title>
<meta charset="utf-8">
<style>
html, body, #map-canvas {
height: 100%;
margin: 0px;
padding: 0px