| Type | Acronyms | Meaning |
|---|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import React, { useState, useEffect, useRef } from ‘react’; | |
| const TextCube = () => { | |
| const [faceTexts, setFaceTexts] = useState([’’, ‘’, ‘’, ‘’, ‘’, ‘’]); | |
| const [prompt, setPrompt] = useState(’’); | |
| const [isGenerating, setIsGenerating] = useState(false); | |
| const streamingIntervals = useRef([]); | |
| // Maximum characters to display per face | |
| const maxChars = 140; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <bpy> | |
| <Theme> | |
| <user_interface> | |
| <ThemeUserInterface | |
| menu_shadow_fac="0.3" | |
| menu_shadow_width="4" | |
| icon_alpha="1" | |
| icon_saturation="0.5" | |
| widget_emboss="#524f6705" | |
| editor_outline="#524f67" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # Set the function-key lock state on system boot for Fedora 37. Adapted from hglee's solution on Linux Mint: | |
| # https://forums.linuxmint.com/viewtopic.php?p=2247849&sid=dd549cc8f87191b1bf45a5727cdd0fae#p2247849 | |
| # Current PARAM and MODULE variables defined for ASUS ExpertBook B5 | |
| # Valid values depend on target system. | |
| # Try something like `sudo find / | grep fnlock` or `find /sys/module | grep fn` to locate the relevant system module. | |
| PARAM=fnlock_default |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| * Global Media Controls Panel | |
| * Written by Tam710562 | |
| */ | |
| (() => { | |
| 'use strict'; | |
| const gnoh = { | |
| i18n: { |
Note: I have moved this list to a proper repository. I'll leave this gist up, but it won't be updated. To submit an idea, open a PR on the repo.
Note that I have not tried all of these personally, and cannot and do not vouch for all of the tools listed here. In most cases, the descriptions here are copied directly from their code repos. Some may have been abandoned. Investigate before installing/using.
The ones I use regularly include: bat, dust, fd, fend, hyperfine, miniserve, ripgrep, just, cargo-audit and cargo-wipe.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @document.meta | |
| title: Neorg default kemappings | |
| de,cription: comments about neorg default keystrokes | |
| author: muniter | |
| categories: | |
| created: 2021-11-26 | |
| version: 0.0.8 | |
| @end | |
NewerOlder
