$2a$11$BEQWw/RITUtR89thypH1au.fEtqmEtWCLiPXmY8F2LP9MoSZGvyIC
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
| import argparse | |
| from PIL import Image | |
| from reportlab.lib.pagesizes import A4 | |
| from reportlab.pdfgen import canvas | |
| import os | |
| def create_photo_pdf(image_path, output_path): | |
| # A4 サイズ (pt) | |
| a4_width, a4_height = A4 |
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
| $pdflatex = 'lualatex -interaction=nonstopmode -synctex=1 %O %S'; | |
| $out_dir = '.'; | |
| $force_mode = 1; | |
| $pdf_previewer = 'none'; | |
| @generated_exts = qw(aux bbl blg fdb_latexmk fls log out toc synctex.gz); | |
| @clean_ext = (@generated_exts, 'pdf'); |
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
| \documentclass[12pt]{ltjsarticle} | |
| \usepackage[top=30mm, bottom=30mm, left=25mm, right=25mm]{geometry} | |
| \pagestyle{empty} | |
| \begin{document} | |
| \hspace*{\fill}\textbf{\LARGE 退職届}\hspace*{\fill} | |
| \vspace{5mm} |
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
| main :: IO () | |
| main = mapM_ putStrLn unko where unko = "unko" : unko |
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
| fizz_buzz = (fizz = f = () => (fizz = () => (fizz = () => (fizz = f) && "Fizz") && "") && "") && (buzz = g = () => (buzz = () => (buzz = () => (buzz = () => (buzz = () => (buzz = g) && "Buzz") && "") && "") && "") && "") && (n = 0) || (() => ++n && fizz() + buzz() || n) |
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
| flip = flop = () => (flip = () => (flip = flop) | 0) | 1 |
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
| fun fizzBuzz n = | |
| let | |
| fun fizzBuzz' n' = | |
| case (n' mod 3, n' mod 5) of | |
| (0, 0) => "FizzBuzz" | |
| | (0, _) => "Fizz" | |
| | (_, 0) => "Buzz" | |
| | _ => Int.toString n' | |
| fun proc n' = | |
| let |
I hereby claim:
- I am silasolla on github.
- I am silasolla (https://keybase.io/silasolla) on keybase.
- I have a public key ASCVpRhaKZmSQqgLnPxaZabfOXMfSFPcKUKqrJwQkBz9BAo
To claim this, I am signing this object: