Skip to content

Instantly share code, notes, and snippets.

View fumiya-kume's full-sized avatar
⌨️
Typing or Code Reading

kuu(Fumiya Kume) fumiya-kume

⌨️
Typing or Code Reading
View GitHub Profile
@fumiya-kume
fumiya-kume / あはは
Created October 18, 2018 06:36
えへへ
ななな
@fumiya-kume
fumiya-kume / hello_world.py
Created October 16, 2018 03:11
Hello World Examples
class HelloWorld:
def __init__(self, name):
self.name = name.capitalize()
def sayHi(self):
print "Hello " + self.name + "!"
hello = HelloWorld("world")
hello.sayHi()
@matsukaz
matsukaz / isucon_howto.md
Created September 19, 2018 15:59
ISUCON当日の進め方

進め方

  • こまめに話しながらコミュニケーションを取る
  • やった作業はSlackで共有
  • 全体構成など整理しやすいように、ホワイトボードを活用

当日やること

課題の理解

@dannote
dannote / final-cut-pro-trial-reset.swift
Last active March 29, 2025 18:28
Final Cut Pro X trial reset
#!/usr/bin/swift
// DISCLAIMER
// This script modifies an unencrypted file associated with the trial version of Final Cut Pro.
// Under the DMCA (17 U.S.C. § 1201), this modification does not qualify as circumvention of a technological
// protection measure (TPM), as it does not involve bypassing encryption, authentication, or similar protections.
// Distributing this code is therefore legal under the DMCA.
// This script is intended for educational and research purposes, such as exploring trial-related file structures,