Skip to content

Instantly share code, notes, and snippets.

View Insidiae's full-sized avatar
💿
In Flow

Kobe Ruado Insidiae

💿
In Flow
View GitHub Profile
@Insidiae
Insidiae / demo.html
Created July 20, 2023 10:10
Pro Tailwind - Animated Background Stripes Recipe
<div class="m-8 grid gap-4">
<div class="flex flex-wrap gap-4">
<div class="stripes h-16 w-20 rounded-lg bg-pink-600 stripes-white stripes-size-sm"></div>
<div class="stripes h-16 w-20 rounded-lg bg-pink-600 stripes-white"></div>
<div class="stripes h-16 w-20 rounded-lg bg-pink-600 stripes-white stripes-size-lg"></div>
<div class="stripes h-16 w-20 rounded-lg bg-pink-600 stripes-white stripes-size-xl"></div>
<div class="stripes h-16 w-20 rounded-lg bg-pink-600 stripes-white stripes-size-[99px]"></div>
</div>
</div>
@Insidiae
Insidiae / beginner-js-learning-club.md
Created June 11, 2022 04:40
Beginner JavaScript Learning Club

Beginner JavaScript Learning Club

Learning Goal:

  • For beginners: Go from absolute beginners to "I can get some stuff done but don't feel totally comfortable"
  • For experienced devs: Fill in the holes in our skill set and refresh our existing JavaScript knowledge and pick up some new tips & tricks along the way

Learning Curriculum:

Wes Bos' Beginner JavaScript course

Remove Duplicate Words

Your task is to remove all duplicate words from a string, leaving only single (first) words entries.

Example:

Input:

'alpha beta beta gamma gamma gamma delta alpha beta beta gamma gamma gamma delta'

Output:

@Insidiae
Insidiae / submit.md
Created February 19, 2021 16:33 — forked from tanaikech/submit.md
Uploading File to Google Drive from External HTML without Authorization

Uploading File to Google Drive from External HTML without Authorization

This is a sample script for uploading a file to Google Drive from the external HTML without the authorization. In this case, the client side can be used at the outside of Google. And as the server side, the Web Apps created by Google Apps Script is used.

Usage

Please do the following flow.

1. Create new project of Google Apps Script.

@Insidiae
Insidiae / style.css
Last active January 16, 2021 14:40 — forked from kiliman/style.css
Cobalt2 theme on GitHub
.highlight pre, .blob-wrapper, .blob-expanded .blob-code, .blob-expanded .blob-num { background-color: #193549 !important; color: #e1efff !important; }
.blob-code-inner, .blob-num, .highlight pre, .blob-wrapper { font-family: "Dank Mono" !important; color: #ffee80 !important; font-size:13px; line-height: 1.45 !important;}
.blob-num, .blob-expanded .blob-num {color: #aaa !important; }
.blob-code-hunk, .blob-num-hunk, .blob-num-expandable, .blob-code-expandable { background-color: #1E88E5; }
.blob-code-addition, .blob-num-addition { background-color: #005500; }
.blob-code-deletion, .blob-num-deletion { background-color: #550000; }
.pl-c, .pl-e { font-style: italic; }
.pl-k { color: #ff9d00; }
.pl-pds { color: #e1efff; }
.pl-pse { color: #e1efff; }
@Insidiae
Insidiae / index.html
Created May 9, 2017 15:11 — forked from anonymous/index.html
The SiIvaGunner Timeline: A Summary of Events
<div class="container-fluid">
<div class="jumbotron">
<div class="row">
<div class="col-xs-6">
<h1 class="text-center text-responsive">The SiIvaGunner Timeline</h1>
<h2 class="text-center text-responsive">A Summary of Events</h2>
<div class="col-xs-12 col-sm-10 col-sm-offset-1 col-md-8 col-md-offset-2">
<h3 class="text-responsive"><br>[summary of events of relevance to SilvaGunner up until today. Refer to this when necessary, keep it in a safe place
- V.]</h3>
<ul class="text-responsive">