Skip to content

Instantly share code, notes, and snippets.

View jhilker98's full-sized avatar
πŸ”Ž
Currently looking for work.

Jacob Hilker jhilker98

πŸ”Ž
Currently looking for work.
View GitHub Profile
@jhilker98
jhilker98 / ui.org
Last active May 15, 2022 19:08
fonts and colorschemes for sis

UI Stuff for Spyder

These will help your eyes.

Colorschemes

A good color scheme is the most important thing to use - it will help you quickly identify stuff such as functions, methods, keywords, etc.

  • Solarized - a nice blue theme, personally way too much blue for my taste, but very clear contrast.
  • Gruvbox - what I personally use, on medium contrast, dark theme. No documentation, so implementations in different editors vary.
  • Nord - A low contrast, pastel theme. It’s got great documentation, but too low contrast for me.
@peeush-agarwal
peeush-agarwal / main.yml
Last active November 30, 2022 20:53
GitHub Action workflow for CI/CD pipeline with Flask application
# This is a basic workflow to help you get started with Actions
name: Deploy to Raspberry Pi
# Controls when the workflow will run
on:
# Triggers the workflow on push or pull request events but only for the main branch
push:
branches: [ main ]
@vherrmann
vherrmann / doct-org-roam.el
Last active April 21, 2024 00:00 — forked from progfolio/doct-org-roam.el
doct-org-roam.el
;;; doct-org-roam.el --- An org-roam extension for doct
;; Copyright (C) 2020 Nicholas Vollmer
;;β€―Copyright (C) 2022 Valentin Herrmann
;; Author: Nicholas Vollmer <progfolio@protonmail.com>
;; URL: https://github.com/vherrmann/doct-org-roam
;; Created: July 27, 2020
;; Keywords: org, org-roam, convenience
;; Package-Requires: ((emacs "26.1"))
;; Version: 0.0.0
@jhilker98
jhilker98 / schemes.org
Last active February 4, 2022 19:09
wip color schemes

Custom Color Schemes

these are my wip color schemes

Color Scheme 1

Toml

[colors]

# special
@evaera
evaera / Cloudflare Pages deploy into subdirectories.md
Last active June 24, 2024 13:43
Cloudflare Pages deploy into subdirectories

This Github Actions workflow file lets you deploy multiple websites to Cloudflare Pages in subfolders instead of subdomains by using an intermediate repository to hold the built files.

  • Create a new repository where the files will get deployed to. That is your build repo, and you should set up your Pages from that repo.
  • Create a secret in your repo or organization called DEPLOY_PAT with the value of a GitHub personal access token of an account that has access to push to your build repo
  • Edit the values under env:
    • replace AuthorNameGoesHere with the author of the build repo
    • replace BuildRepoNameGoesHere with the name of the build repo
    • replace UsernameOfPATGoesHere with the username of the account you created the personal access token for
@smeagol74
smeagol74 / doct-org-roam.el
Created October 4, 2021 14:05 — forked from progfolio/doct-org-roam.el
doct-org-roam.el
;;; doct-org-roam.el --- An org-roam extension for doct
;; Copyright (C) 2020 Nicholas Vollmer
;; Author: Nicholas Vollmer <progfolio@protonmail.com>
;; URL: https://github.com/progfolio/doct-org-roam
;; Created: July 27, 2020
;; Keywords: org, org-roam, convenience
;; Package-Requires: ((emacs "26.1"))
;; Version: 0.0.0
@jeremyf
jeremyf / org-roam-configuration.el
Last active May 30, 2022 06:30
org-roam configuration
;; See
;; http://takeonrules.com/2021/08/22/ever-further-refinements-of-org-roam-usage/
;; for details on this configuration.
;;
;; See https://takeonrules.com/2021/08/23/diving-into-the-implementation-of-subject-menus-for-org-roam/
;; for a walk through of the implementation.
;;
;; A Property List of my `org-roam' capture templates.
(setq jnf/org-roam-capture-templates-plist
(list
@jhilker98
jhilker98 / gruvboxDarkMed.json
Last active August 10, 2021 14:28
colorschemes for CodeSandbox
{
"$schema": "vscode://schemas/color-theme",
"type": "dark",
"colors": {
"activityBar.background": "#282828",
"activityBar.border": "#3c3836",
"activityBar.foreground": "#ebdbb2",
"activityBarBadge.background": "#458588",
"activityBarBadge.foreground": "#ebdbb2",
"badge.background": "#d3869b",
@Arty2
Arty2 / fixedsearch.js
Last active June 23, 2024 15:45 — forked from cmod/hugofastsearch.md
Super fast, client side search for Hugo.io with Fusejs.io
// static/scripts/fixedsearch/fixedsearch.js
/*--------------------------------------------------------------
fixedsearch β€” Super fast, client side search for Hugo.io with Fusejs.io
based on https://gist.github.com/cmod/5410eae147e4318164258742dd053993
--------------------------------------------------------------*/
if (typeof variable !== 'undefined') {
console.log('fixedsearch.js already loaded');
} else {
fixedsearch = function(){
@nagavinodcse
nagavinodcse / alpinejs-carousel-using-swiper-tailwindcss.markdown
Created December 25, 2020 15:59
AlpineJS Carousel using Swiper + Tailwindcss