Skip to content

Instantly share code, notes, and snippets.

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>URL Encode / Decode Tool</title>
<style>
body {
font-family: Arial, sans-serif;
max-width: 600px;
margin: 40px auto;
@BrainBear
BrainBear / custom-postfix-completion-settings.json
Created July 9, 2025 08:28
custom postfix completion settings
{
"custom-postfix-completion": {
"languageTemplates": {
"dart": {
"templates": [
{
"triggerWord": "if",
"description": "If condition",
"targetRegExp": "\\w+",
"body": ["if(${target}) {\n ${CODE#0}\n}"]
@hasancavitkocak
hasancavitkocak / README.md
Created July 9, 2025 08:28
BTC Projelerim - 09.07.2025

BTC Projelerim

Bu dosya 09.07.2025 tarihinde oluşturulmuştur.

Toplam 8 proje bulunmaktadır.

Projeler

  • Evrak Yönetim (Aktif) - Bim
  • Bütçe (Aktif) - Recordati
@HugsLibRecordKeeper
HugsLibRecordKeeper / output_log.txt
Created July 9, 2025 08:27
Rimworld output log published using HugsLib
This file has been truncated, but you can view the full file.
Log uploaded on Wednesday, July 9, 2025, 4:27:17 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.4.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)
Visual Exceptions(brrainz.visualexceptions)[mv:1.3.2.0]: CrossPromotion(1.1.2), VisualExceptions(1.3.2)
Core(Ludeon.RimWorld): (no assemblies)
RimPy Mod Manager Database(rupal.rimpymodmanagerdatabase): (no assemblies)
Performance Fish(bs.performance): PerformanceFish(0.6.2)
@hasancavitkocak
hasancavitkocak / README.md
Created July 9, 2025 08:27
BTC Projelerim - 09.07.2025

BTC Projelerim

Bu dosya 09.07.2025 tarihinde oluşturulmuştur.

Toplam 8 proje bulunmaktadır.

Projeler

  • Evrak Yönetim (Aktif) - Bim
  • Bütçe (Aktif) - Recordati
sudo dnf install rpm-build rpmdevtools
rpmdev-setuptree
tar czvf linuxpathmanager-1.0.tar.gz linuxpathmanager-1.0
mv linuxpathmanager-1.0.tar.gz ~/rpmbuild/SOURCES/
rpmbuild -ba ~/rpmbuild/SPECS/linuxpathmanager.spec
@bonjour-afriya
bonjour-afriya / Want to Download Office 2019.md
Created July 9, 2025 08:26
Microsoft Office 2019 remains a popular choice for users who prefer a one-time purchase over a subscription model like Microsoft 365.

Want to Download Office 2019? Here’s the Legit Way

Microsoft Office 2019 remains a popular choice for users who prefer a one-time purchase over a subscription model like Microsoft 365. If you're looking to download and install Office 2019 the right way, it's essential to follow official procedures to ensure you get a legitimate, secure, and fully-functional product. In this guide, we’ll walk you through everything you need to know about downloading Office 2019, installing it correctly, and activating it with a genuine product key.


Why Office 2019?

Office 2019 is designed for those who prefer a stable and offline productivity suite without recurring monthly fees. It includes classic apps like Word, Excel, PowerPoint, Outlook, and more (depending on the edition). Unlike Microsoft 365, Office 2019 does not receive feature updates but will receive essential security and bug fixes.

@Thyre
Thyre / easybuild_test_report_23354_easybuilders_preasybuild-easyconfigs_20252609-UTC-08-26-48.md
Created July 9, 2025 08:26
EasyBuild test report for easybuilders/easybuild-easyconfigs PR(s) #23354

Test report for PR(s) easybuilders/easybuild-easyconfigs#23354

Test result

Build succeeded for 1 out of 1 (1 easyconfigs in total)

Overview of tested easyconfigs (in order)

  • SUCCESS Abseil-20250512.1-GCCcore-14.3.0.eb

Time info

  • start: Wed, 09 Jul 2025 08:25:36 +0000 (UTC)
// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts (last updated v5.0.0) (access/Ownable.sol)
pragma solidity ^0.8.20;
import {Context} from "../utils/Context.sol";
/**
* @dev Contract module which provides a basic access control mechanism, where
* there is an account (an owner) that can be granted exclusive access to