Skip to content

Instantly share code, notes, and snippets.

View islandnuge's full-sized avatar

Ted Nugent islandnuge

View GitHub Profile
@islandnuge
islandnuge / index.html
Created November 10, 2023 10:44
Responsive Table
<div id="right_panel">
<div class="wrap-table">
<table>
<thead>
<tr>
<th scope="col" class="sticky-col">Customer</th>
<th scope="col">Status</th>
<th scope="col">Course</th>
<th scope="col">Enrolled</th>
<th scope="col">Progress</th>
@islandnuge
islandnuge / 50 Laravel Tricks.md
Last active October 5, 2022 06:32 — forked from cjthomp/50 Laravel Tricks.md
50 Laravel Tricks
@islandnuge
islandnuge / vscode.md
Last active August 27, 2021 23:21
Visual Studio Code - Working environment

vsCode - Development Environment

A collection of plugins, configuration and other elements for vsCode that make up my day-to-day working environment.

Fonts

-mononoki-Regular (Ligatures)

Plugins

Copy and paste the following commands to install them en-masse in your terminal window after installing vsCode. You'll need to ensure you run following command to ensure vscode is in your path.

@islandnuge
islandnuge / keybase.md
Created March 27, 2018 00:22
Keybase Proof

Keybase proof

I hereby claim:

  • I am frontalnugity on github.
  • I am frontalnugity (https://keybase.io/frontalnugity) on keybase.
  • I have a public key ASDbHi4O1M5MbdrB2rl6eRpjlwj4_X9Clqy45uhbVCUGbQo

To claim this, I am signing this object:

#!/bin/bash
#####################################################
# Name: Bash CheatSheet for Mac OSX
#
# A little overlook of the Bash basics
#
# Usage:
#
# Author: J. Le Coupanec
# Date: 2014/11/04