Discover gists
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // length property tells how many elements are inside the array | |
| let fruits = ["apple", "banana", "orange"]; | |
| console.log(fruits.length); | |
| // push() method: adds a new element to the end of the array | |
| fruits = ["apple", "banana"]; | |
| fruits.push("orange"); | |
| console.log(fruits.length); | |
| // pop() method: removes the last element from the array |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| criação das tabelas | |
| */ | |
| create table usuario | |
| ( | |
| registro serial primary key, | |
| nome varchar(100) not null, | |
| telefone varchar(20) | |
| ); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #include <iostream> | |
| #include <string> | |
| #include <vector> | |
| #include <iomanip> | |
| #include <algorithm> | |
| #include <fstream> | |
| #include <cmath> | |
| //muista bugien korjaus esim pankki laina | |
| // TALLENNUS | |
| static void tallennaTiedot(double saldo, double kateinen, double lainasaldo, const std::vector<std::string>& tapahtumaLista) { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @bankrbot @0xDeployer @PrehensileThumb @tbpn @github https://t.co/vXflzNsgmI | |
| — @alexdolbun (@alexdolbun) | |
| Jan 27, 2026 | |
| January 26, 2026 at 05:23PM | |
| via X https://ift.tt/V7ztwkB |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 2025-10-22 13:13:37,504 4108 [DEBUG] - XmlConfiguration is now operational | |
| 2026-01-27 02:45:23,153 4108 [DEBUG] - Adding new type 'CygwinService' for type 'IAlternativeSourceRunner' from assembly 'choco' | |
| 2026-01-27 02:45:23,764 4108 [DEBUG] - Adding new type 'CygwinService' for type 'IInstallSourceRunner' from assembly 'choco' | |
| 2026-01-27 02:45:23,946 4108 [DEBUG] - Adding new type 'PythonService' for type 'IAlternativeSourceRunner' from assembly 'choco' | |
| 2026-01-27 02:45:24,216 4108 [DEBUG] - Adding new type 'PythonService' for type 'IListSourceRunner' from assembly 'choco' | |
| 2026-01-27 02:45:24,397 4108 [DEBUG] - Adding new type 'PythonService' for type 'IInstallSourceRunner' from assembly 'choco' | |
| 2026-01-27 02:45:24,773 4108 [DEBUG] - Adding new type 'PythonService' for type 'IUninstallSourceRunner' from assembly 'choco' | |
| 2026-01-27 02:45:25,322 4108 [DEBUG] - Adding new type 'RubyGemsService' for type 'IAlternativeSourceRunner' from assembly 'choco' | |
| 2026-01-27 02:45:25,616 4108 [DEBUG] - Adding new typ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Log uploaded on Monday, January 26, 2026, 10:25:55 PM | |
| Loaded mods: | |
| Harmony(brrainz.harmony)[mv:2.4.2.0]: 0Harmony(2.4.1), HarmonyMod(2.4.2) | |
| Core(Ludeon.RimWorld): (no assemblies) | |
| Royalty(Ludeon.RimWorld.Royalty): (no assemblies) | |
| Ideology(Ludeon.RimWorld.Ideology): (no assemblies) | |
| Biotech(Ludeon.RimWorld.Biotech): (no assemblies) | |
| Anomaly(Ludeon.RimWorld.Anomaly): (no assemblies) | |
| Odyssey(Ludeon.RimWorld.Odyssey): (no assemblies) | |
| EdB Prepare Carefully(EdB.PrepareCarefully)[mv:1.6.2]: EdBPrepareCarefully(av:1.1.1,fv:1.6.2) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?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\pnpm\pnpm.nupkg" checksum="45151FEF21F8F4CA273D8D0FCABB7E46" /> | |
| <file path="C:\ProgramData\chocolatey\lib\pnpm\pnpm.nuspec" checksum="535C9AB63CD3688D2EBEBA5B092FF556" /> | |
| <file path="C:\ProgramData\chocolatey\lib\pnpm\update.ps1" checksum="B9575DEF760DFFC0014BDE3152A1E490" /> | |
| <file path="C:\ProgramData\chocolatey\lib\pnpm\tools\ChocolateyInstall.ps1" checksum="295F5BFE259985D58B84CA0E6BB598FA" /> | |
| <file path="C:\ProgramData\chocolatey\lib\pnpm\tools\pnpm.exe" checksum="FE9B45CCEC92DCC3E176A4CDCE35B843" /> | |
| </files> | |
| </fileSnapshot> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Hola Joan |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| body { | |
| font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif; | |
| font-size: 16px; | |
| line-height: 1.6; | |
| color: #c9d1d9; | |
| background-color: #0d1117; | |
| max-width: 980px; | |
| margin: 0 auto; | |
| padding: 24px; | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Log uploaded on Tuesday, January 27, 2026, 11:23:57 AM | |
| Loaded mods: | |
| Harmony(brrainz.harmony)[mv:2.4.2.0]: 0Harmony(2.4.1), HarmonyMod(2.4.2) | |
| Core(Ludeon.RimWorld): (no assemblies) | |
| Royalty(Ludeon.RimWorld.Royalty): (no assemblies) | |
| Ideology(Ludeon.RimWorld.Ideology): (no assemblies) | |
| Biotech(Ludeon.RimWorld.Biotech): (no assemblies) | |
| Anomaly(Ludeon.RimWorld.Anomaly): (no assemblies) | |
| Odyssey(Ludeon.RimWorld.Odyssey): (no assemblies) | |
| Better Gene Graphics Framework(telardo.BetterGeneGraphicsFramework): BetterGeneGraphicsFramework(1.6.0.1) |