Skip to content

Instantly share code, notes, and snippets.

diff --git a/pkgs/tools/networking/airgeddon/default.nix b/pkgs/tools/networking/airgeddon/default.nix
index c364d56a5df..07f0f5cad06 100644
--- a/pkgs/tools/networking/airgeddon/default.nix
+++ b/pkgs/tools/networking/airgeddon/default.nix
@@ -1,7 +1,7 @@
{ lib
, stdenv
, fetchFromGitHub
-, makeWrapper
+, resholve
@PedroHLC
PedroHLC / hide-paack-generated-file.user.css
Last active March 18, 2022 17:46
GitHub Review | Hide Paack Schemas
/* ==UserStyle==
@name GitHub Review | Hide Paack Schemas
@namespace https://gist.github.com/PedroHLC/d58d608fa9be8f1fe869862e1f617417
@homepageURL https://gist.github.com/PedroHLC/d58d608fa9be8f1fe869862e1f617417
@updateURL https://gist.githubusercontent.com/PedroHLC/d58d608fa9be8f1fe869862e1f617417/raw/hide-paack-generated-file.user.css
@version 0.1.0
@license Other
@description Hide files which are machine-generated from reviews.
@author PedroHLC (https://pedrohlc.com)
==/UserStyle== */
module AlphanumericSorter exposing (AlphanumericSortConfig, alphanumericSort)
type alias AlphanumericSortConfig item =
{ retrieve : item -> String
, smallerFirst : Bool
, emptyOnTail : Bool
, numbersFirst : Bool
}
@PedroHLC
PedroHLC / AnyDict.elm
Created January 20, 2022 13:11
Fork of elm-core's Dict, removing the limitation of the keys' types. (0.19.1)
module AnyDict exposing
( AnyDict, isContentEqual
, empty, singleton, insert, update, remove
, isEmpty, member, get, getMin, findl, findr, size
, keys, values, toList, fromList
, map, foldl, foldr, filter, partition
, union, intersect, diff, merge
)
{-| Fork of [elm-core's Dict](/packages/elm/core/1.0.5/Dict), removing the limitation of the keys' types.
@PedroHLC
PedroHLC / fullwidth-crunchyroll.user.css
Last active August 25, 2021 20:22
Full Width for Crunchyroll
/* ==UserStyle==
@name Full Width for Crunchyroll
@namespace https://gist.github.com/PedroHLC/443557557d1f83bbe4813d7de4b96b29
@homepageURL https://gist.github.com/PedroHLC/443557557d1f83bbe4813d7de4b96b29
@updateURL https://gist.githubusercontent.com/PedroHLC/443557557d1f83bbe4813d7de4b96b29/raw/fullwidth-crunchyroll.user.css
@version 0.1.3
@license Other
@description I like it taking the display's full width...
@author PedroHLC (https://pedrohlc.com)
==/UserStyle== */
--- a/kernel/locking/lockdep_internals.h 2021-04-08 20:34:48.244594696 -0300
+++ b/kernel/locking/lockdep_internals.h 2021-04-08 20:35:08.554843178 -0300
@@ -95,13 +95,13 @@
* conflicts and deadlocks.
*/
#define MAX_LOCKDEP_ENTRIES 16384UL
-#define MAX_LOCKDEP_CHAINS_BITS 15
+#define MAX_LOCKDEP_CHAINS_BITS 17
#define MAX_STACK_TRACE_ENTRIES 262144UL
#define STACK_TRACE_HASH_SIZE 8192
@PedroHLC
PedroHLC / slack-fullscreen.user.css
Last active December 29, 2020 22:16
Slack's second column (contact details, threads, etc) in fullscreen
/* ==UserStyle==
@name Slack fullscreen details
@namespace https://gist.github.com/PedroHLC/78f05e1ba215d00c113c6d984d3f8fb2
@homepageURL https://gist.github.com/PedroHLC/78f05e1ba215d00c113c6d984d3f8fb2
@updateURL https://gist.githubusercontent.com/PedroHLC/78f05e1ba215d00c113c6d984d3f8fb2/raw/slack-fullscreen.user.css
@version 0.9.0
@license Other
@description Slack's second column (contact details, threads, etc) in fullscreen
@author PedroHLC (https://pedrohlc.com)
==/UserStyle== */
@PedroHLC
PedroHLC / compact-jira.user.css
Last active April 7, 2021 12:28
Compact JIRA with green stories (gold for the empties)
/* ==UserStyle==
@name Compact JIRA
@namespace https://gist.github.com/PedroHLC/2c124b8ae453c6b926dfe565faa14ccd
@homepageURL https://gist.github.com/PedroHLC/2c124b8ae453c6b926dfe565faa14ccd
@updateURL https://gist.githubusercontent.com/PedroHLC/2c124b8ae453c6b926dfe565faa14ccd/raw/compact-jira.user.css
@version 0.9.6
@license Other
@description Slim, with green stories and gold for empty stories
@author PedroHLC (https://pedrohlc.com)
==/UserStyle== */
@PedroHLC
PedroHLC / github.deploybtn.js
Last active June 17, 2020 15:42
Deploy to GitHub Action throught the enviroments page in your browser
// ==UserScript==
// @name Deploy Button for GitHub Actions
// @namespace https://pedrohlc.com/
// @version 0.0.2
// @downloadURL https://gist.github.com/PedroHLC/b983396b7f6e2b2c4300af6695b02f19/raw/github.deploybtn.js
// @updateURL https://gist.github.com/PedroHLC/b983396b7f6e2b2c4300af6695b02f19/raw/github.deploybtn.meta.js
// @description Add a "Deploy Master" button on GitHub enviroments page
// @author PedroHLC
// @match github.com/*/deployments
// @grant GM_xmlhttpRequest
@PedroHLC
PedroHLC / slack.highlight.js
Last active December 29, 2020 20:05
[UserScript] Hightlights for Slack
// ==UserScript==
// @name Hightlights for Slack
// @namespace https://pedrohlc.com/
// @version 0.1.1
// @downloadURL https://gist.github.com/PedroHLC/0dc566f2cc4a9783eb0e85d37b49a7e1/raw/slack.highlight.js
// @updateURL https://gist.github.com/PedroHLC/0dc566f2cc4a9783eb0e85d37b49a7e1/raw/slack.highlight.meta.js
// @description Slack code block syntax highlighting with highlight.js!
// @author PedroHLC
// @match app.slack.com/*
// @resource css https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.0.1/styles/default.min.css