Skip to content

Instantly share code, notes, and snippets.

aarch64-linux home-assistant-component-tests.switch_as_x
aarch64-linux chia-dev-tools
aarch64-linux python311Packages.types-aiobotocore-lex-models
aarch64-linux python310Packages.jupyterlab-lsp
x86_64-linux python310Packages.types-aiobotocore-pinpoint-email
x86_64-linux python310Packages.types-aiobotocore-cloudfront
aarch64-darwin python310Packages.types-aiobotocore-dynamodbstreams
x86_64-linux python311Packages.types-aiobotocore-s3control
x86_64-darwin python311Packages.types-aiobotocore-elastictranscoder
aarch64-linux home-assistant-component-tests.voicerss
Pipeline still running ...
PipelineRun is still running: Tasks Completed: 37 (Failed: 1, Cancelled 0), Incomplete: 3, Skipped: 11
[get-pr-number : parse-pr-url] + echo -n 3863
[get-pr-number : parse-pr-url] + tee /tekton/results/git_pr_number
[get-pr-number : parse-pr-url] 3863
[acquire-lease : create-lease] Attempting to create lease operator-hosted-pipeline-pr-3863
[acquire-lease : create-lease] lease.coordination.k8s.io/operator-hosted-pipeline-pr-3863 created
[acquire-lease : create-lease] Acquired lease operator-hosted-pipeline-pr-3863
// Name: Search Novel
import "@johnlindquist/kit";
import * as cheerio from "cheerio";
import axios from "axios";
let baseURL = "https://novelfull.net";
function template(title, link, img) {
return {
@helium-service
helium-service / detekt-report-1715189969.md
Created May 8, 2024 17:41
Detekt Report for PR #1756 Timestamp 1715189969

detekt

Metrics

  • 1,175 number of properties

  • 598 number of functions

  • 225 number of classes

Diff Summary.

diff File

The diff file describes the net changes across the total DB. You should expect changes to this file to represent intended changes to the shovel output. If you are performing a refactor, with no intended code changes, you should expect no changes to this file.

csv File

The csv file represents all operations that were performed that resulted in a data update. This doesn't including touching a content item (only updating a timestamp), but does include wiping a field out and then restoring that field to it's original contents. It will also track id changes.

// Name: Search Novel
import "@johnlindquist/kit";
import * as cheerio from "cheerio";
import axios from "axios";
let baseURL = "https://novelfull.net";
function template(title, link, img) {
return {

Mounting BitLocker-encrypted NTFS drives as read/write on MacOS Ventura

BitLocker encryption has become a common alternative for securing personal files and is nowadays natively supported by Linux, at least within GNOME. Some additional steps, however, are still required to ensure full MacOS compatibility. This guide describes the necessary steps to achieve it.

Requirements

We require three packages: macFUSE, ntfs-3g (and brew), and dislocker.

1/3: Install macFUSE

@TLINDEN
TLINDEN / generated.json
Created May 8, 2024 17:40
generate ldtk json
{
"__header__": {
"fileType": "LDtk Project JSON",
"app": "LDtk",
"doc": "https://ldtk.io/json",
"schema": "https://ldtk.io/files/JSON_SCHEMA.json",
"appAuthor": "Sebastien 'deepnight' Benard",
"appVersion": "1.5.3",
"url": "https://ldtk.io"
},
@HugsLibRecordKeeper
HugsLibRecordKeeper / output_log.txt
Created May 8, 2024 17:40
Rimworld output log published using HugsLib
Log uploaded on Wednesday, May 8, 2024, 12:40:15 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)
BetterLoading(me.samboycoding.betterloading.dev)[mv:3.5.0.0]: BetterLoading(2.3.0), Tomlet(3.1.3)
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)
@MomusOd
MomusOd / main.dart
Created May 8, 2024 17:40
Generated code from pixels2flutter.dev
import 'package:flutter/material.dart';
void main() {
runApp(MyApp());
}
class MyApp extends StatelessWidget {
@override
Widget build(BuildContext context) {
return MaterialApp(