Skip to content

Instantly share code, notes, and snippets.

View danydodson's full-sized avatar
🏠
Working from home

danydodson danydodson

🏠
Working from home
View GitHub Profile

Keybase proof

I hereby claim:

  • I am danydodson on github.
  • I am igore (https://keybase.io/igore) on keybase.
  • I have a public key ASCCqBENYZouBsa2-lyDCyNm_2hKsV3ht2m-F8fBkKapIAo

To claim this, I am signing this object:

[
{
"title": "Oil onkey Script telegram exchange group",
"url": "https://t.me/UserscriptPlus"
}
]
@danydodson
danydodson / userjs-base.js
Last active December 24, 2023 09:11
TamperMonkey
// https://gist.github.com/danydodson/def9372092dcbcb10b1cddec018db3c5
// Dany Dodson <danydodson@gmail.com>
ljs.addAliases({
jQuery:'https://cdnjs.cloudflare.com/ajax/libs/jquery/2.2.4/jquery.min.js',
copy:'https://cdn.jsdelivr.net/gh/zenorocha/clipboard.js@master/dist/clipboard.min.js',
juicer:'https://cdnjs.cloudflare.com/ajax/libs/juicer/0.6.14/juicer-min.js',
timeago:'https://cdnjs.cloudflare.com/ajax/libs/timeago.js/2.0.3/timeago.min.js',
iframe:'https://cdn.jsdelivr.net/gh/jae-jae/iframe-sandbox@main/iframe-sandbox.js',
vue:'https://cdnjs.cloudflare.com/ajax/libs/vue/2.4.2/vue.js',
psl:'https://cdn.jsdelivr.net/gh/wrangr/psl@master/dist/psl.min.js',
@danydodson
danydodson / review-checklist.md
Last active January 14, 2023 08:57
frontend checklist

Review checklist

General

  1. Does the code work?
  2. Description of the project status is included.
  3. Code is easily understand.
  4. Code is written following the coding standarts/guidelines (React in our case).
  5. Code is in sync with existing code patterns/technologies.
  6. DRY. Is the same code duplicated more than twice?
@danydodson
danydodson / programs.ipynb
Last active November 15, 2022 06:45
simple python
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@danydodson
danydodson / open-in-vscode.md
Last active November 15, 2022 05:57
vscode quick action

Open in Visual Studio Code

  • Open Automator
  • Quick Action
  • Set "Service receives selected" to files or folders in any application
  • Add a Run Shell Script action
  • Set the script action to the following
    for f in "$@"; do

open -a 'Visual Studio Code' "$@"

@danydodson
danydodson / slide-show-template.md
Last active November 15, 2022 05:56
template: slide show
@danydodson
danydodson / readme-template.md
Last active November 15, 2022 05:55
template: readme

FVCproductions

INSERT GRAPHIC HERE (include hyperlink in image)

Repository Title Goes Here

Subtitle or Short Description Goes Here

@danydodson
danydodson / useLocation.js
Last active November 15, 2022 05:54
react hooks
/**
* @info React hook that keeps up to date with the current location.
*/
import { useState, useEffect } from 'react'
function getCurrentLocation() {
return {
pathname: window.location.pathname,
search: window.location.search
@danydodson
danydodson / brew-packages.md
Last active November 15, 2022 05:54
brew packages

Top brew packages

node: Platform built on V8 to build network applications

git: Distributed revision control system

wget: Internet file retriever

yarn: JavaScript package manager