Movatterモバイル変換


[0]ホーム

URL:


Skip to content
Search Gists
Sign in Sign up

Instantly share code, notes, and snippets.

@Joskipank
Joskipank /for, while
CreatedJuly 18, 2025 17:29
Java циклы
import java.util.Scanner;
public class Main {
public static void main(String[] args) {
for(int i = 1; i <= 2025; i++) {
if (i % 4 == 0 && i % 100 != 0 || i % 400 == 0) {
System.out.println("год весокосный " + i);
} else {
System.out.println("год не весокосный " + i);
@o-love
o-love /Dockerfile
CreatedJuly 18, 2025 17:29
Simple CRIU segv reproduction environment attempt
FROM us.gcr.io/broad-gotc-prod/genomes-in-the-cloud:2.4.7-1603303710
RUN echo"deb http://archive.debian.org/debian stretch main contrib non-free" > /etc/apt/sources.list ;\
echo"deb http://archive.debian.org/debian-security stretch/updates main contrib non-free" >> /etc/apt/sources.list ; \
apt-get update ; \
apt-get install -y \
build-essential \
wget \
curl \
ca-certificates \
@HugsLibRecordKeeper
HugsLibRecordKeeper /output_log.txt
CreatedJuly 18, 2025 17:29
Rimworld output log published using HugsLib
Log uploaded on Friday, July 18, 2025, 7:29:09 PM
Loaded mods:
Harmony(brrainz.harmony)[mv:2.3.4.0]: 0Harmony(2.3.6), HarmonyMod(2.3.4)
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)
[FSF] Filth Vanishes With Rain And Time(FrozenSnowFox.FilthVanishesWithRainAndTime): (no assemblies)
@HugsLibRecordKeeper
HugsLibRecordKeeper /output_log.txt
CreatedJuly 18, 2025 17:29
Rimworld output log published using HugsLib
Log uploaded on Saturday, July 19, 2025, 3:29:08 AM
Loaded mods:
Harmony(brrainz.harmony)[mv:2.3.4.0]: 0Harmony(2.3.6), HarmonyMod(2.3.4)
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)
Combat Extended(CETeam.CombatExtended): CombatExtended(0.0.0), VehiclesCompat(0.0.0)
@HugsLibRecordKeeper
HugsLibRecordKeeper /output_log.txt
CreatedJuly 18, 2025 17:28
Rimworld output log published using HugsLib
Log uploaded on Friday, July 18, 2025, 7:28:43 PM
Loaded mods:
Harmony(brrainz.harmony)[mv:2.3.4.0]: 0Harmony(2.3.6), HarmonyMod(2.3.4)
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)
RimHUD(Jaxe.RimHUD): RimHUD(1.16.3)
This file has been truncated, but you canview the full file.
{
"defaultAirportCode": "JED",
"airportsListModels": [
{
"isCampaignDepartureAirport": false,
"isCampaignArrivalAirport": false,
"isRiskyAirport": true,
"airportName": "A Coruna",
"airportCode": "LCG",
@choco-bot
choco-bot /Install.txt
CreatedJuly 18, 2025 17:28
Opera.Next v32.0.1948.19 - Failed - Package Tests Results
2025-07-18 17:27:57,494 5096 [DEBUG] - XmlConfiguration is now operational
2025-07-18 17:27:57,696 5096 [DEBUG] - Adding new type 'CygwinService' for type 'IAlternativeSourceRunner' from assembly 'choco'
2025-07-18 17:27:57,714 5096 [DEBUG] - Adding new type 'CygwinService' for type 'IInstallSourceRunner' from assembly 'choco'
2025-07-18 17:27:57,714 5096 [DEBUG] - Adding new type 'PythonService' for type 'IAlternativeSourceRunner' from assembly 'choco'
2025-07-18 17:27:57,727 5096 [DEBUG] - Adding new type 'PythonService' for type 'IListSourceRunner' from assembly 'choco'
2025-07-18 17:27:57,727 5096 [DEBUG] - Adding new type 'PythonService' for type 'IInstallSourceRunner' from assembly 'choco'
2025-07-18 17:27:57,743 5096 [DEBUG] - Adding new type 'PythonService' for type 'IUninstallSourceRunner' from assembly 'choco'
2025-07-18 17:27:57,743 5096 [DEBUG] - Adding new type 'RubyGemsService' for type 'IAlternativeSourceRunner' from assembly 'choco'
2025-07-18 17:27:57,743 5096 [DEBUG] - Adding new typ
public class Main {
static class UserService {
public String getAccessLevel(String username) {
if (username == null || username.equals("")) return "NO_ACCESS";
if (username.startsWith("admin")) return "ADMIN";
else if (username.startsWith("staff")) return "STAFF";
else if (username.contains("intern")) return "INTERN";
else return "USER";
}
@choco-bot
choco-bot /Install.txt
CreatedJuly 18, 2025 17:27
chromepass v1.45 - Failed - Package Tests Results
2025-07-18 17:26:49,393 3052 [DEBUG] - XmlConfiguration is now operational
2025-07-18 17:26:49,612 3052 [DEBUG] - Adding new type 'CygwinService' for type 'IAlternativeSourceRunner' from assembly 'choco'
2025-07-18 17:26:49,632 3052 [DEBUG] - Adding new type 'CygwinService' for type 'IInstallSourceRunner' from assembly 'choco'
2025-07-18 17:26:49,643 3052 [DEBUG] - Adding new type 'PythonService' for type 'IAlternativeSourceRunner' from assembly 'choco'
2025-07-18 17:26:49,657 3052 [DEBUG] - Adding new type 'PythonService' for type 'IListSourceRunner' from assembly 'choco'
2025-07-18 17:26:49,657 3052 [DEBUG] - Adding new type 'PythonService' for type 'IInstallSourceRunner' from assembly 'choco'
2025-07-18 17:26:49,674 3052 [DEBUG] - Adding new type 'PythonService' for type 'IUninstallSourceRunner' from assembly 'choco'
2025-07-18 17:26:49,674 3052 [DEBUG] - Adding new type 'RubyGemsService' for type 'IAlternativeSourceRunner' from assembly 'choco'
2025-07-18 17:26:49,688 3052 [DEBUG] - Adding new typ
NewerOlder

[8]ページ先頭

©2009-2025 Movatter.jp