Skip to content

Instantly share code, notes, and snippets.

@choco-bot
choco-bot / FilesSnapshot.xml
Created March 13, 2025 15:07
autover v2.2.1.20160814 - 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\autover\autover.nupkg" checksum="55CB75999315271F78C0541B08E3E469" />
<file path="C:\ProgramData\chocolatey\lib\autover\autover.nuspec" checksum="7AB648576CED49B2D19D41F514923635" />
<file path="C:\ProgramData\chocolatey\lib\autover\tools\chocolateyinstall.ps1" checksum="B4BCBADD365B69E17311CA25EFF183B4" />
<file path="C:\ProgramData\chocolatey\lib\autover\tools\chocolateyuninstall.ps1" checksum="0708B4F2D0D061810D7050FDE2B56BEC" />
</files>
</fileSnapshot>
@efcribeiro
efcribeiro / Get-ListFiles.ps1
Created March 13, 2025 15:07
List files in folders
#
# Verifica se usuario tem arquivos na pasta SAIDA
#
$src= 'D:\STCPODT\DADOS'
$files = Get-ChildItem -Directory $src
foreach ($file in $files) {
$pend = $file.FullName + "\SAIDA";
@rdlauer
rdlauer / main.cpp
Created March 13, 2025 15:06
Indoor Air Quality Monitor Sketch using Blues, Adafruit IO, and IFTTT
#include <Arduino.h>
#include <Notecard.h>
#include <SensirionI2cScd4x.h>
#include <Wire.h>
#include "Adafruit_SGP40.h"
#include <Adafruit_GFX.h>
#include "Adafruit_LEDBackpack.h"
#define usbSerial Serial
#define PRODUCT_UID "your-product-uid"
@umspecbuemipv4
umspecbuemipv4 / TweakBit PCSpeedUp
Created March 13, 2025 15:06
TweakBit PCSpeedUp Crack
TweakBit PCSpeedUp Cracked
@zombiee223
zombiee223 / Spotify Premium .md
Last active March 13, 2025 15:10
Spotify Premium APK v9.0.26.108 (Todo Desbloqueado) Descargar Última 2025

Sin anuncios: Una de las características más valoradas por los usuarios de Spotify Premium es la eliminación de anuncios. Mientras que la versión gratuita de Spotify interrumpe la escucha con anuncios cada pocos minutos, los suscriptores de Premium disfrutan de una experiencia sin interrupciones.

@choco-bot
choco-bot / Install.txt
Created March 13, 2025 15:05
SourceCodePro v2.030.0 - Passed - Package Tests Results
2025-03-13 15:04:12,456 2344 [DEBUG] - XmlConfiguration is now operational
2025-03-13 15:04:12,675 2344 [DEBUG] - Adding new type 'CygwinService' for type 'IAlternativeSourceRunner' from assembly 'choco'
2025-03-13 15:04:12,675 2344 [DEBUG] - Adding new type 'CygwinService' for type 'IInstallSourceRunner' from assembly 'choco'
2025-03-13 15:04:12,675 2344 [DEBUG] - Adding new type 'PythonService' for type 'IAlternativeSourceRunner' from assembly 'choco'
2025-03-13 15:04:12,692 2344 [DEBUG] - Adding new type 'PythonService' for type 'IListSourceRunner' from assembly 'choco'
2025-03-13 15:04:12,692 2344 [DEBUG] - Adding new type 'PythonService' for type 'IInstallSourceRunner' from assembly 'choco'
2025-03-13 15:04:12,706 2344 [DEBUG] - Adding new type 'PythonService' for type 'IUninstallSourceRunner' from assembly 'choco'
2025-03-13 15:04:12,706 2344 [DEBUG] - Adding new type 'RubyGemsService' for type 'IAlternativeSourceRunner' from assembly 'choco'
2025-03-13 15:04:12,722 2344 [DEBUG] - Adding new typ
@choco-bot
choco-bot / 1.RegistrySnapshot.xml
Created March 13, 2025 15:05
ssrs-2022 v16.0.1116.38 - Passed - Package Tests Results
<?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 Visual C++ 2022 X64 Additional Runtime - 14.32.31326" displayVersion="14.32.31326">
<RegistryView>Registry64</RegistryView>
<KeyPath>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{38624EB5-356D-4B08-8357-C33D89A5C0C5}</KeyPath>
<DefaultValue />
<InstallLocation><![CDATA[]]></InstallLocation>
<UninstallString><![CDATA[MsiExec.exe /I{38624EB5-356D-4B08-8357-C33D89A5C0C5}]]></UninstallString>
@ciatatosrehn
ciatatosrehn / SoundPad
Created March 13, 2025 15:05
SoundPad Crack
SoundPad Cracked
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://mmhackingacadmey.blogspot.com/p/lcms-x-rehu-talwar-faqs-details.html</loc>
<lastmod>2025-03-13</lastmod>
<changefreq>monthly</changefreq>
<priority>0.8</priority>
</url>
<url>
<loc>https://mmhackingacadmey.blogspot.com/p/faq.html</loc>
import { adapt, managedwriter } from '@google-cloud/bigquery-storage';
import pkg from '@google-cloud/bigquery-storage/build/protos/protos.js';
const { google } = pkg;
const projectId = "<tbd>"
const datasetId = "<tbd>"
const tableId = "<tbd>"
const writer = new managedwriter.WriterClient({ projectId });