Skip to content

Instantly share code, notes, and snippets.

@Raquelolimar
Raquelolimar / index.html
Created February 6, 2025 20:24
llCheckpoint1
<div class="gridOne">
<div class="frist">
Hello World
</div>
<div class="second">
My Fantastic Content
</div>
</div>
<div class="gridTwo">
<div class="sister">
@HugsLibRecordKeeper
HugsLibRecordKeeper / output_log.txt
Created February 6, 2025 20:23
Rimworld output log published using HugsLib
This file has been truncated, but you can view the full file.
Log uploaded on Thursday, February 6, 2025, 2:23:11 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)
[
{
"leagueId": 61,
"leagueName": "Ligue 1",
"country": "France",
"fixtureId": 1213928,
"id": "Nantes - Stade Brestois 29 - 07/02/25 - 20:00",
"homeTeam": "Nantes",
"homeLogo": "https://media.api-sports.io/football/teams/83.png",
"awayTeam": "Stade Brestois 29",
@DolphinOfficial
DolphinOfficial / PostShutdownFullLog.txt
Created February 6, 2025 20:22
Text file created by Roblox
-- AH POST-SERVER LOGS --
-- ServerID: 3c352ef4-edd9-443d-8ecc-46e8a6d80623
-- Server started: February 06, 2025 08:15 PM UTC | Server uptime: 385 seconds
------------------ LOADB LOGS ------------------
{
}
Pipeline still running ...
PipelineRun is still running: Tasks Completed: 39 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 14
[get-pr-number : parse-pr-url] + echo -n 5912
[get-pr-number : parse-pr-url] + tee /tekton/results/git_pr_number
[get-pr-number : parse-pr-url] 5912
[acquire-lease : create-lease] + calculate_duration_in_seconds 90m
[acquire-lease : create-lease] + '[' m == m ']'
[acquire-lease : create-lease] + TOTAL_DURATION_IN_SECONDS=5400
[acquire-lease : create-lease] + export TOTAL_DURATION_IN_SECONDS
Pipeline still running ...
PipelineRun is still running: Tasks Completed: 19 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 12
[set-github-started-label : post-comment] + EXTRA_ARGS=
[set-github-started-label : post-comment] + [[ ! -z operator-release-pipeline/started ]]
[set-github-started-label : post-comment] + EXTRA_ARGS+=' --add-labels operator-release-pipeline/started'
[set-github-started-label : post-comment] + [[ ! -z pipeline/trigger-release ]]
[set-github-started-label : post-comment] + EXTRA_ARGS+=' --remove-labels pipeline/trigger-release'
[set-github-started-label : post-comment] + [[ true == \t\r\u\e ]]
[set-github-started-label : post-comment] + EXTRA_ARGS+=' --remove-matching-namespace-labels'
[set-github-started-label : post-comment] + echo 'Editing GitHub labels to PR https://github.com/redhat-openshift-ecosystem/operator-pipelines-test/pull/2207'
@lvanasse
lvanasse / ci-risc-v-03.log
Created February 6, 2025 20:21
[risc-v-03] CI Log for nuttx @ fdc0b608b5893a207ea37a276e0adade6ded3b62 / nuttx-apps @ 5d7ff307c2cb61059522c3a6aec3e790bbf58b3d
Script started on 2025-02-06 19:38:39+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/
@EmilZapata
EmilZapata / bash-scripting.md
Created February 6, 2025 20:20
Bash and Scripting roadma ROADMAP

Ruta de Aprendizaje en Bash y Shell Scripting

Esta ruta está diseñada para aprender desde cero hasta alcanzar un nivel de maestría en Bash y Shell Scripting. Se divide en 4 niveles, cada uno con objetivos, recursos didácticos, ejercicios prácticos y recomendaciones para no dejar huecos en el aprendizaje.


Nivel 1: Principiante

Objetivos

  • Familiarizarte con la terminal de Linux y comandos básicos.

Rushers (Row 0)

5 wrong th: #2JVQG2GL0, #YU00YCPVL, #GG08LVGU9, #QU290UCP2, #LUUU9ULG9

The big chongus (Row 2)

5 missing player tags

invalid email ``

Didn't agree to the statement

@LucasZNK
LucasZNK / Argentina_Provincias_Ciudades.sql
Last active February 6, 2025 20:21 — forked from CharlyJazz/Argentina_Provincias_Ciudades.sql
Argentina Ciudades Provincias Localidades SQL
// Adapted to use for postgresql
// login & run
// psql -U user -d db -h localhost -p 5432 -f pathto/Argentina_Provincias_Ciudades.sql
-- Eliminar la tabla localidades y provincias (si existen)
DROP TABLE IF EXISTS localidades;
DROP TABLE IF EXISTS provincias;
-- Crear la tabla de provincias
CREATE TABLE IF NOT EXISTS provincias (