Skip to content

Instantly share code, notes, and snippets.

View foundObjects's full-sized avatar

Scott B foundObjects

  • SF Bay Area, CA
View GitHub Profile
@foundObjects
foundObjects / README.md
Created July 25, 2023 11:15 — forked from gornostal/README.md
Ulauncher Color Themes

This will be a temporary site for sharing Ulauncher color themes

When posting a theme make sure it has

  • title (theme name or whatever)
  • link to a gist or github repo with theme files
  • screenshot attached (just drag an image onto a comment area)

@foundObjects
foundObjects / cleanEdge-shadertoy.glsl
Created January 2, 2023 11:08 — forked from torcado194/cleanEdge-shadertoy.glsl
cleanEdge, a pixel art upscaling algorithm for clean rotations
/*** MIT LICENSE
Copyright (c) 2022 torcado
Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
files (the "Software"), to deal in the Software without
restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the
Software is furnished to do so, subject to the following
@foundObjects
foundObjects / guide.md
Created February 18, 2022 10:33 — forked from elieux/guide.md
pacman-sign-guide

have a GPG key

Create your new key: gpg --gen-key more...

Back it up: gpg --export-secret-keys --armor <keyid> > my_key_backup.asc more...

@foundObjects
foundObjects / gist:f40f2d96f9c99edbce66eae9a2f5a392
Created August 27, 2021 00:51
dkms - check for clang compiler
--- a/usr/bin/dkms 2020-12-11 09:54:28.000000000 +0100
+++ b/usr/bin/dkms 2021-07-13 11:51:05.517800608 +0200
@@ -1284,6 +1284,17 @@
cd - >/dev/null
}
+check_clang()
+{
+ set_kernel_source_dir "$kernelver"
+ if [[ ! -z $(strings ${kernel_source_dir}/vmlinux | grep clang) ]] ; then
@foundObjects
foundObjects / nvidia-fix-linux-5.14.patch
Created July 31, 2021 07:29 — forked from joanbm/nvidia-fix-linux-5.14.patch
Tentative fix for NVIDIA 465.31 driver for Linux 5.14-rc1
From f18c541edc5e122b06b0c1e65d0a422f0b8109e7 Mon Sep 17 00:00:00 2001
From: Joan Bruguera <joanbrugueram@gmail.com>
Date: Fri, 2 Jul 2021 02:09:58 +0200
Subject: [PATCH] Tentative fix for NVIDIA 465.31 driver for Linux 5.14-rc1
---
common/inc/nv-time.h | 6 ++++++
nvidia-drm/nvidia-drm-drv.c | 4 ++++
2 files changed, 10 insertions(+)