Skip to content

Instantly share code, notes, and snippets.

View takpika's full-sized avatar

takpika takpika

View GitHub Profile
@takpika
takpika / extract.py
Created June 11, 2025 12:15
DeepWiki Extractor
import requests
from bs4 import BeautifulSoup
import re
import sys
def extract_next_f_push_args(url: str) -> list[str]:
# HTML取得
res = requests.get(url)
res.raise_for_status()
html = res.text
@takpika
takpika / notepad.cs
Created November 5, 2024 03:12
C#で初めて一から作ったノートアプリ。初VSCode(2017/12/22作成)
using System;
using System.Windows.Forms;
using System.IO;
using System.Drawing;
using System.Text.RegularExpressions;
class notepad : Form
{
private MenuStrip ms;
private ToolStripMenuItem[] mi = new ToolStripMenuItem[21];
@takpika
takpika / dalle3_gui.py
Created November 4, 2024 15:58
DALL-E 3のGUIアプリ(2024/7/22作成)
'''
This is free and unencumbered software released into the public domain.
Anyone is free to copy, modify, publish, use, compile, sell, or
distribute this software, either in source code form or as a compiled
binary, for any purpose, commercial or non-commercial, and by any
means.
In jurisdictions that recognize copyright laws, the author or authors
of this software dedicate any and all copyright interest in the
software to the public domain. We make this dedication for the benefit
of the public at large and to the detriment of our heirs and
@takpika
takpika / HILOGame_GUI.py
Created November 4, 2024 15:22
HILOゲームのGUIアプリ(2017/8/25作成)
'''
This is free and unencumbered software released into the public domain.
Anyone is free to copy, modify, publish, use, compile, sell, or
distribute this software, either in source code form or as a compiled
binary, for any purpose, commercial or non-commercial, and by any
means.
In jurisdictions that recognize copyright laws, the author or authors
of this software dedicate any and all copyright interest in the
software to the public domain. We make this dedication for the benefit
of the public at large and to the detriment of our heirs and
@takpika
takpika / youtube_download_mp3.py
Last active November 4, 2024 13:20
YouTube動画からmp3をダウンロードするコード(2020/5/24作成)
'''
This is free and unencumbered software released into the public domain.
Anyone is free to copy, modify, publish, use, compile, sell, or
distribute this software, either in source code form or as a compiled
binary, for any purpose, commercial or non-commercial, and by any
means.
In jurisdictions that recognize copyright laws, the author or authors
of this software dedicate any and all copyright interest in the
@takpika
takpika / youtube_download_playlist.py
Last active November 4, 2024 13:20
YouTubeプレイリストから音声をダウンロードするコード(2020/6/10作成)
'''
This is free and unencumbered software released into the public domain.
Anyone is free to copy, modify, publish, use, compile, sell, or
distribute this software, either in source code form or as a compiled
binary, for any purpose, commercial or non-commercial, and by any
means.
In jurisdictions that recognize copyright laws, the author or authors
of this software dedicate any and all copyright interest in the
@takpika
takpika / line_discordbot.py
Last active November 4, 2024 13:20
LINEとDiscordで互いにメッセージをやり取りするbot(2021/10/8作成)
'''
This is free and unencumbered software released into the public domain.
Anyone is free to copy, modify, publish, use, compile, sell, or
distribute this software, either in source code form or as a compiled
binary, for any purpose, commercial or non-commercial, and by any
means.
In jurisdictions that recognize copyright laws, the author or authors
of this software dedicate any and all copyright interest in the
@takpika
takpika / sleeptime_facetime.py
Last active November 4, 2024 13:21
自動でmacOSのFaceTimeを終了するコード(2020/9/4作成)
'''
This is free and unencumbered software released into the public domain.
Anyone is free to copy, modify, publish, use, compile, sell, or
distribute this software, either in source code form or as a compiled
binary, for any purpose, commercial or non-commercial, and by any
means.
In jurisdictions that recognize copyright laws, the author or authors
of this software dedicate any and all copyright interest in the
@takpika
takpika / marisa_auto.py
Last active November 4, 2024 13:21
魔理沙のぐるぐる魔砲陣自動プレイコード(2020/12/16作成)
'''
This is free and unencumbered software released into the public domain.
Anyone is free to copy, modify, publish, use, compile, sell, or
distribute this software, either in source code form or as a compiled
binary, for any purpose, commercial or non-commercial, and by any
means.
In jurisdictions that recognize copyright laws, the author or authors
of this software dedicate any and all copyright interest in the
@takpika
takpika / ani_to_spotify.py
Last active November 4, 2024 13:21
アニメ視聴履歴からSpotifyプレイリストに楽曲追加するコード(2021/4/19作成)
'''
This is free and unencumbered software released into the public domain.
Anyone is free to copy, modify, publish, use, compile, sell, or
distribute this software, either in source code form or as a compiled
binary, for any purpose, commercial or non-commercial, and by any
means.
In jurisdictions that recognize copyright laws, the author or authors
of this software dedicate any and all copyright interest in the