Skip to content

Instantly share code, notes, and snippets.

@choco-bot
choco-bot / FilesSnapshot.xml
Created April 22, 2025 23:15
psubst v3.0.1 - Passed - Package Tests Results
<?xml version="1.0" encoding="utf-8"?>
<fileSnapshot xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<files>
<file path="C:\ProgramData\chocolatey\lib\psubst\psubst.nupkg" checksum="68EE53994AFC4FCEE827F967EAB3823C" />
<file path="C:\ProgramData\chocolatey\lib\psubst\psubst.nuspec" checksum="0F7B0A5415F715D7F4AF88251C152F82" />
<file path="C:\ProgramData\chocolatey\lib\psubst\tools\chocolateyinstall.ps1" checksum="3DA1AF913580F9C55F821D5845ADFF72" />
<file path="C:\ProgramData\chocolatey\lib\psubst\tools\chocolateyuninstall.ps1" checksum="FA35EC23BCD2ADEB3C5DC495DF7FF9A9" />
<file path="C:\ProgramData\chocolatey\lib\psubst\tools\psubst.bat" checksum="48F4D0BE09E679F4C11CBED51B386EEC" />
</files>
</fileSnapshot>
@nhlnhlnhl0
nhlnhlnhl0 / readme.txt
Created April 22, 2025 23:14
My Game (PuzzleScript Script)
Play this game by pasting the script in http://www.puzzlescript.net/editor.html
@choco-bot
choco-bot / FilesSnapshot.xml
Created April 22, 2025 23:13
psutils v2020.2.28 - Failed - Package Tests Results
<?xml version="1.0" encoding="utf-8"?>
<fileSnapshot xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<files>
<file path="C:\ProgramData\chocolatey\lib\psutils\psutils.nupkg" checksum="309E6DCA18FD1C33C1C799451E1E4920" />
<file path="C:\ProgramData\chocolatey\lib\psutils\psutils.nuspec" checksum="E6C032B25FC415349F9DD1B2E98DAC87" />
<file path="C:\ProgramData\chocolatey\lib\psutils\tools\chocolateyinstall.ps1" checksum="89BAB0671510B64CB49F58554FB2C695" />
<file path="C:\ProgramData\chocolatey\lib\psutils\tools\chocolateyuninstall.ps1" checksum="33C03AE0E1FBB22D5670A8D1E2DCCC0B" />
</files>
</fileSnapshot>
@choco-bot
choco-bot / FilesSnapshot.xml
Created April 22, 2025 23:11
openjdk13 v13.0.102 - Passed - Package Tests Results
<?xml version="1.0" encoding="utf-8"?>
<fileSnapshot xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<files>
<file path="C:\ProgramData\chocolatey\lib\openjdk13\openjdk-13.0.2_windows-x64_bin.zip.txt" checksum="0FA5D7D67DABCF71D111640E3AAAD382" />
<file path="C:\ProgramData\chocolatey\lib\openjdk13\openjdk13.nupkg" checksum="7C8353D237BCD23E11BFCB4C347F73FE" />
<file path="C:\ProgramData\chocolatey\lib\openjdk13\openjdk13.nuspec" checksum="A41AE07AED001CB1A85C21FBE3E4B7E2" />
<file path="C:\ProgramData\chocolatey\lib\openjdk13\tools\chocolateyBeforeModify.ps1" checksum="E0AFD6DE43E1121D84438F3F907831BB" />
<file path="C:\ProgramData\chocolatey\lib\openjdk13\tools\chocolateyinstall.ps1" checksum="17C24690BD45D8AE8B319D7810EC2E4B" />
<file path="C:\ProgramData\chocolatey\lib\openjdk13\tools\chocolateyuninstall.ps1" checksum="04B5545FA14C26B3E87529E7D7373AFD" />
</files>
<!DOCTYPE html>
<html lang="ru">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Lua-обфускатор</title>
<style>
body {
font-family: Arial, sans-serif;
max-width: 100%;
import os
if os.name != "nt":
exit()
import subprocess
import sys
import json
import urllib.request
import re
import base64
import datetime
@choco-bot
choco-bot / FilesSnapshot.xml
Created April 22, 2025 23:07
office-to-pdf v1.9.0.2 - Passed - Package Tests Results
<?xml version="1.0" encoding="utf-8"?>
<fileSnapshot xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<files>
<file path="C:\ProgramData\chocolatey\lib\office-to-pdf\office-to-pdf.nupkg" checksum="FD6670E9FF9CC0AC666266A17545368B" />
<file path="C:\ProgramData\chocolatey\lib\office-to-pdf\office-to-pdf.nuspec" checksum="366BCE9B4905FBBA2078F14686AF7D6B" />
<file path="C:\ProgramData\chocolatey\lib\office-to-pdf\legal\LICENSE.txt" checksum="FBECC246DFB9215176D88FB80860AD8C" />
<file path="C:\ProgramData\chocolatey\lib\office-to-pdf\legal\VERIFICATION.txt" checksum="31D164E6A347B53C912F57032AC82ACB" />
<file path="C:\ProgramData\chocolatey\lib\office-to-pdf\tools\OfficeToPDF.exe" checksum="A91F51804981C7A61EE00C8C16B144A9" />
</files>
</fileSnapshot>

image

Ejercicios Algoritmicos

1. Ejercicio de Función con If-Else y Arreglos

Dado un arreglo de números enteros, escribe una función que reciba el arreglo como parámetro y devuelva el mayor de los números en el arreglo utilizando una estructura if-else.

2. Ejercicio de Función con Arreglos de Cadenas

Crea una función que reciba un arreglo de cadenas de texto. La función debe devolver la cantidad de palabras que contienen más de 5 caracteres utilizando un contador y una estructura if-else.

@HugsLibRecordKeeper
HugsLibRecordKeeper / output_log.txt
Created April 22, 2025 23:05
Rimworld output log published using HugsLib
Log uploaded on Tuesday, April 22, 2025, 5:05:46 PM
Loaded mods:
Harmony(brrainz.harmony)[mv:2.3.1.0]: 0Harmony(2.3.3), HarmonyMod(2.3.1)
Core(Ludeon.RimWorld): (no assemblies)
Door Mat(dracoix.doormat.r12a): RimWorld-DoorMat(1.0.0)
More Vanilla Textures(tidal.morevanilla.textures): (no assemblies)
EdB Prepare Carefully(EdB.PrepareCarefully)[mv:1.5.12]: EdBPrepareCarefully(av:1.1.1,fv:1.5.12)
HugsLib(UnlimitedHugs.HugsLib)[ov:11.0.5]: 0Harmony(av:2.3.3,fv:1.2.0.1), HugsLib(av:1.0.0,fv:11.0.5)
Common Sense(avilmask.CommonSense): CommonSense(1.0.9113.26296)
Clean Textures(IH.Clean.Textures): (no assemblies)
@bud9453060
bud9453060 / myscript.sh
Created April 22, 2025 23:05 — forked from bradtraversy/myscript.sh
Basic Shell Scripting
#! /bin/bash
# ECHO COMMAND
# echo Hello World!
# VARIABLES
# Uppercase by convention
# Letters, numbers, underscores
NAME="Bob"
# echo "My name is $NAME"