Skip to content

Instantly share code, notes, and snippets.

View kldeb's full-sized avatar

Karam kldeb

  • Greater Toronto Area, ON, Canada
View GitHub Profile
@kldeb
kldeb / style.css
Created July 18, 2018 16:12
Hide National Post Ad blocker overlay
.fc-dialog-overlay {
display: none;
}
.fc-root {
display: none;
}
.fc-dialog-container {
display: none;
@kldeb
kldeb / post-create-react-app.md
Last active June 8, 2018 18:45
Post create-react-app project setup

add react bootstrap

yarn add react-bootstrap bootstrap@3

add code formatting yarn add husky lint-staged prettier

create .prettierrc file

{
@kldeb
kldeb / add_pdf_extension.bash
Created March 24, 2018 17:37
Add pdf extension to every file in a directory
find . -type f -exec mv '{}' '{}'.pdf \;
@kldeb
kldeb / readme.md
Last active October 30, 2017 04:55 — forked from nick123pig/readme.md
Dashing Table

Table for Dashing

Allows you to use tables with the dashing framework

Installation

  • Create a folder in your widgets folder called table. Insert the three files (table.coffee, table.scss, table.html)