Skip to content

Instantly share code, notes, and snippets.

@telecter
telecter / dmginstall.sh
Created June 14, 2024 12:19
Script to install disk images containing macOS apps
#!/bin/bash
function cleanup {
hdiutil detach "$VOLUME"
rm "$DMG"
exit $1
}
DMG="$1"
VOLUME=$(hdiutil attach "$DMG" | grep "Volumes" | cut -f 3)
/*
우성진
*/
import java.util.Scanner;
public class Assignment03 {
public static void main(String[] args) {
Scanner sc = new Scanner(System.in);
System.out.println("[입장권 계산]");
We can make this file beautiful and searchable if this error is corrected: No commas found in this CSV file in line 0.
125037389-1001
125037388-1001
125037385-1001
125037383-1001
125037384-1001
125036903-1001
125038488-1001
125015445-1001
125035661-1001
125036244-1001

Semantic Commit Messages

See how a minor change to your commit message style can make you a better programmer.

Format: <type>(<scope>): <subject>

<scope> is optional

Example

@HugsLibRecordKeeper
HugsLibRecordKeeper / output_log.txt
Created June 14, 2024 12:18
Rimworld output log published using HugsLib
Log uploaded on Friday, June 14, 2024, 8:18:19 PM
Loaded mods:
Harmony(brrainz.harmony)[mv:2.3.1.0]: 0Harmony(2.3.3), HarmonyMod(2.3.1)
Core(Ludeon.RimWorld): (no assemblies)
Royalty(Ludeon.RimWorld.Royalty): (no assemblies)
Ideology(Ludeon.RimWorld.Ideology): (no assemblies)
Biotech(Ludeon.RimWorld.Biotech): (no assemblies)
Vanilla Backgrounds Expanded(vanillaexpanded.backgrounds): VBE(1.0.0)
Anomaly(Ludeon.RimWorld.Anomaly): (no assemblies)
Vanilla Expanded Framework(OskarPotocki.VanillaFactionsExpanded.Core): 0ModSettingsFramework(1.0.0), 0MultiplayerAPI(av:0.3.0,fv:0.3.0), 0PrepatcherAPI(1.1.1), ExplosiveTrailsEffect(1.0.7140.31563), GraphicCustomization(1.0.0), HeavyWeapons(1.0.0), KCSG(av:1.1.2,fv:24.4.15), MVCF(2.0.0.1), NoCamShakeExplosions(1.0.0), OPToxic(1.0.0), Outposts(av:3.0.0,fv:1.0.0), PipeSystem(av:1.0.1,fv:22.7.29), RecipeInheritance(1.0.1), RRO(1.0.0), SmokingGun(1.0.0), VanillaStorytellersExpanded(1.0.0), VanillaWeaponsExpandedLaser(0.0.0), VFECore(av:1.1.7,fv:1.1.9), VWEMakeshift(1.0.0)
import React, { useState } from "react";
import { Controller, useForm, SubmitHandler } from "react-hook-form";
import { Layout } from "./components/Layout";
import { Editor } from "./components/Editor";
interface IFormInput {
title: string;
content: string;
}
@cardene777
cardene777 / ERC7673.ipynb
Last active June 14, 2024 12:19
ERC7673.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
import 'package:flutter/material.dart';
import 'package:google_fonts/google_fonts.dart';
void main() {
runApp(const MyApp());
}
class MyApp extends StatelessWidget {
const MyApp({super.key});
.css-selector {
    background: linear-gradient(242deg, #f8d4ff, #ffffff, #ede8ff);
    background-size: 600% 600%;
    -webkit-animation: animationbg 3s ease infinite;
    -moz-animation: animationbg 3s ease infinite;
    -o-animation: animationbg 3s ease infinite;
    animation: animationbg 3s ease infinite;
}
@-webkit-keyframes animationbg {
    0%{background-position:0% 81%}
@choco-bot
choco-bot / 1.RegistrySnapshot.xml
Created June 14, 2024 12:17
weakauras-companion v5.2.4 - 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-6229707-2460457851-709030788-1000</user>
<keys>
<key installerType="Custom" displayName="WeakAuras Companion 5.2.4" displayVersion="5.2.4">
<RegistryView>Registry64</RegistryView>
<KeyPath>HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\574e4d1e-05f6-5376-9898-b829d00eef2e</KeyPath>
<DefaultValue />
<InstallLocation><![CDATA[]]></InstallLocation>
<UninstallString><![CDATA["C:\Users\vagrant\AppData\Local\Programs\weakauras-companion\Uninstall WeakAuras Companion.exe" /currentuser /S]]></UninstallString>