Skip to content

Instantly share code, notes, and snippets.

View bright-spark's full-sized avatar
♥️
Tinkering with stuff!

martin. bright-spark

♥️
Tinkering with stuff!
View GitHub Profile
@bright-spark
bright-spark / animated-tabbed-gooey-app.markdown
Created November 6, 2023 19:39
Animated Tabbed Gooey App
@bright-spark
bright-spark / carbon.txt
Created August 28, 2023 04:54
what to carbonize
https://appsco.pe
@bright-spark
bright-spark / squid.conf
Last active August 27, 2023 22:28 — forked from kipyegonmark/squid.conf
Sample configuration for squid proxy server. Source here -> https://calomel.org/squid.html
#
### Calomel.org Squid squid.conf
#
########### squid.conf ###########
#
## interface, port and proxy type
#http_port 10.10.10.1:8080 transparent
http_port 10.10.10.1:8080
## general options

Push Only dist/ Folder To Live Server

I have googled many things and explored many questions on Stack Overflow to find the best way to push only dist/ directory to live server. I couldn't find any good solution but one person on Stackoverflow suggested to look at Git Submodules and this is the best solution I could come up with. I have never heard of submodules before because almost nobody uses them. If you never heard of it too then I'll first explain what a submodule is and then I'll show you how you can use submodules to push only dist/ directory to a live server.

@bright-spark
bright-spark / index.html
Created October 31, 2022 00:17
Videogular - Jacaranda FM Audio Player
<div ng-app="myApp">
<div ng-controller="HomeCtrl as controller" class="videogular-container">
<videogular vg-theme="controller.config.theme.url" class="videogular-container audio">
<vg-media vg-src="controller.config.sources" vg-type="audio"></vg-media>
<vg-controls>
<vg-play-pause-button></vg-play-pause-button>
<vg-time-display>{{ currentTime | date:'mm:ss':'+0000' }}</vg-time-display>
<vg-scrub-bar>
<vg-scrub-bar-current-time></vg-scrub-bar-current-time>
@bright-spark
bright-spark / index.html
Created October 17, 2022 21:05
Videogular - Jacaranda FM Regional
<div ng-app="myApp">
<div ng-controller="HomeCtrl as controller" class="videogular-container">
<videogular vg-theme="controller.config.theme.url">
<vg-media vg-src="controller.config.sources"
vg-tracks="controller.config.tracks"
vg-native-controls="true">
</vg-media>
</videogular>
</div>
@bright-spark
bright-spark / privacy-policy.html
Created September 9, 2022 09:25
privacy-policy
<h2 style="text-align: center;"><b>PRIVACY POLICY</b></h2>
<p>Effective date: 2022-09-14</p>
<p>1. <b>Introduction</b></p>
<p>Welcome to <b> theradio.fm </b> progressive web app prototype.</p>
<p><b>theradio.fm</b> (“us”, “we”, or “our”) operates <b>theradio.fm</b> (hereinafter referred to as <b>“Service”</b>).</p>
<p>Our Privacy Policy governs your visit to <b>theradio.fm</b>, and explains how we collect, safeguard and disclose information that results from your use of our Service.</p>
<p>We use your data to provide and improve Service. By using Service, you agree to the collection and use of information in accordance with this policy. Unless otherwise defined in this Privacy Policy, the terms used in this Privacy Policy have the same meanings as in our Terms and Conditions.</p>
<p>Our Terms and Conditions (<b>“Terms”</b>) govern all use of our Service and together with the Privacy Policy constitutes your agreement with us (<b>“agreement”</b>).</p>
<p>2. <b>Definitions</b></p>
@bright-spark
bright-spark / index.html
Created September 8, 2022 14:27
YouTube No Cookie Permissive Embed
<iframe id="ytplayer" type="text/html" width="480" height="270" src="https://www.youtube-nocookie.com/embed/?list=PLuWIxgNYqm0lJH4UKIFrZnyfjpnRGsxdr&listType=playlist&modestbranding=1&playsinline=1&color=red&iv_load_policy=3" frameborder="0" allowfullscreen allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; geolocation" loading="eager">
@bright-spark
bright-spark / index.html
Created September 8, 2022 14:21
YouTube No Cookie Embed
<iframe id="ytplayer" type="text/html" width="480" height="270" src="https://www.youtube-nocookie.com/embed/?listType=playlist&list=PLuWIxgNYqm0lJH4UKIFrZnyfjpnRGsxdr" frameborder="0" allowfullscreen allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; geolocation" loading="eager">