Discover gists
This file contains 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
<GoabPopover | |
target={ | |
<a className="version-language-switcher__heading" href="#" id="language-switcher" onClick={e => openLanguagePopOver(e)}> | |
<GoabIcon type="chevron-down" size="small"></GoabIcon> {capitalizeFirstLetter(language)} | |
</a> | |
} | |
padded={false}> | |
<> | |
{["angular", "react"].map(lang => ( | |
<a key={lang} className={`version-language-switcher__menu ${language === lang ? "version-language-switcher__menu--current" : ""}`} onClick={() => updateLanguage(lang as "react" | "angular")}> |
This file contains 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
DataNumen Data Recovery Crackeded |
This file contains 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
Script started on 2025-03-13 13:13:19+00:00 [COMMAND="/home/ludovic/nuttx-release/run-job.sh risc-v-03" <not executed on terminal>] | |
Now running https://github.com/lupyuen/nuttx-release/blob/main/run-job.sh | |
Called by https://github.com/lupyuen/nuttx-release/blob/main/run-ci.sh | |
+ job=risc-v-03 | |
+ neofetch | |
.-/+oossssoo+/-. | |
`:+ssssssssssssssssss+:` | |
-+ssssssssssssssssssyyssss+- | |
.ossssssssssssssssssdMMMNysssso. | |
/ssssssssssshdmmNNmmyNMMMMhssssss/ |
This file contains 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
function groupAnagrams(words) { | |
let anagramGroups = {}; | |
for (let i = 0; i < words.length; i++) { | |
let sortedWord = words[i].split("").sort().join(""); | |
if (anagramGroups[sortedWord]) { | |
anagramGroups[sortedWord].push(words[i]); | |
} else { | |
anagramGroups[sortedWord] = [words[i]]; | |
} | |
} |
This file contains 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
<?xml version="1.0" encoding="utf-8"?> | |
<registrySnapshot xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | |
<user>S-1-5-21-1993710684-3149439546-4121954415-1000</user> | |
<keys> | |
<key installerType="Msi" displayName="Microsoft.NET.Workload.Mono.Toolchain.Current.Manifest (x64)" displayVersion="72.0.29501"> | |
<RegistryView>Registry64</RegistryView> | |
<KeyPath>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{03DDDDB9-5602-43BC-81E8-557096BD886A}</KeyPath> | |
<DefaultValue /> | |
<InstallLocation><![CDATA[]]></InstallLocation> | |
<UninstallString><![CDATA[MsiExec.exe /X{03DDDDB9-5602-43BC-81E8-557096BD886A}]]></UninstallString> |
This file contains 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
function ArrayOfWords(words) { | |
let result = []; | |
for (let i = 0; i < words.length; i++) { | |
let sortedWord = sortString(words[i]); | |
let found = false; | |
for (let j = 0; j < result.length; j++) { | |
if (sortString(result[j][0]) === sortedWord) { | |
result[j][result[j].length] = words[i]; |
This file contains 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
function groupAnagrams(words) { | |
let anagramGroups = {}; | |
for (let i = 0; i < words.length; i++) { | |
let sortedWord = words[i].split("").sort().join(""); | |
if (anagramGroups[sortedWord]) { | |
anagramGroups[sortedWord].push(words[i]); | |
} else { | |
anagramGroups[sortedWord] = [words[i]]; |
This file contains 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
// Customization Parameters | |
OD = 20; // Pipe Outer Diameter | |
ID = 16; // Pipe Inner Diameter | |
slot_width = 2; // Slot Width | |
slot_depth = 3; // Slot Depth | |
hub_thickness = 10; // Connector Hub Thickness (radius of intersection) | |
pipe_length = 30; // Length of each pipe section | |
num_slots = 4; // Number of slots per pipe | |
// Module for a single pipe section with slots |
This file has been truncated, but you can view the full file.
This file contains 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
This file has been truncated, but you can view the full file.
This file contains 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
Log uploaded on Thursday, March 13, 2025, 10:54:39 PM | |
Loaded mods: | |
Prepatcher(zetrith.prepatcher): 0Harmony(2.3.3), 0PrepatcherAPI(1.2.0), 0PrepatcherDataAssembly(1.0.0), PrepatcherImpl(1.0.0), Prestarter(1.0.0) | |
Harmony(brrainz.harmony)[mv:2.3.1.0]: 0Harmony(2.3.3), HarmonyMod(2.3.1) | |
Fishery - Modding Library(bs.fishery): 0PrepatcherAPI(1.2.0), 1Fishery(0.6.1), System.Runtime.CompilerServices.Unsafe(av:6.0.0,fv:6.0.21.52210) | |
Core(Ludeon.RimWorld): (no assemblies) | |
Performance Fish(bs.performance): PerformanceFish(0.6.2) | |
Royalty(Ludeon.RimWorld.Royalty): (no assemblies) | |
Ideology(Ludeon.RimWorld.Ideology): (no assemblies) |