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
| banco de dados no mysql | |
| CREATE DATABASE CINEMA; | |
| CREATE TABLE filmes( | |
| id_genero int PRIMARY KEY AUTO_INCREMENT, | |
| titulo VARCHAR (30)); | |
| CREATE TABLE SALAS( | |
| id_salas INT PRIMARY KEY AUTO_INCREMENT, |
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
| void main() { | |
| String studentName = "Jay Cruz"; | |
| double preliminaryGrade = 70; | |
| double midtermGrade = 69; | |
| double finalGrade = 71; | |
| double average = (preliminaryGrade + midtermGrade + finalGrade) / 3; |
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, August 18, 2026, 5:14:04 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) | |
| Vanilla Ideology Expanded - Anima Theme(VanillaExpanded.VIEAT): VIEAT(1.0.0) |
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
| { | |
| "tournament": { | |
| "mens_singles": { | |
| "title": "Men Singles", | |
| "teams": [ | |
| { | |
| "id": "ms1", | |
| "name": "Aniket Ghodake", | |
| "group": "Group A" | |
| }, |
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
| void Process(string code) | |
| { | |
| ArgumentException.ThrowIfNullOrEmpty(code); | |
| } |
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, August 18, 2026, 10:14:01 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) | |
| Odyssey(Ludeon.RimWorld.Odyssey): (no assemblies) | |
| XML Extensions(imranfish.xmlextensions): XmlExtensions(av:1.3.0,fv:1.9.4) | |
| Humanoid Alien Races(erdelf.HumanoidAlienRaces): 0Harmony(av:2.4.1,fv:2.3.6), AlienRace(1.0.0) |
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
| ArgumentException.ThrowIfNullOrWhiteSpace(value); |
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
| ArgumentException.ThrowIfNullOrEmpty(value); |
NewerOlder