Skip to content

Instantly share code, notes, and snippets.

@s-fubuki
s-fubuki / shuffle-all.el
Last active April 26, 2024 21:35
Emacs lisp music player.
;;; shuffle-all.el -- Play the Music file. -*- coding: utf-8 -*-
;; Copyright (C) 2023, 2024 fubuki
;; Author: fubuki at frill.org
;; Version: @(#)$Revision: 2.5 $$Name: $
;; Keywords: multimedia
;; This program is free software: you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
;; the Free Software Foundation, either version 3 of the License.
@s-fubuki
s-fubuki / playall.el
Last active April 28, 2023 23:38
Play music file for wtag.
;;; playall.el -- Play music file for wtag.
;; Copyright (C) 2023 fubuki
;; Author: fubuki at frill.org
;; Version: @(#)$Revision: 1.28 $
;; Keywords: multimedia
;; This program is free software: you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
;; the Free Software Foundation, either version 3 of the License.
@s-fubuki
s-fubuki / matrix.el
Created May 13, 2022 23:10
fringe matrix editor.
;;; matrix.el -*- coding: utf-8-emacs -*-
;; Copyright (C) 2022 fubuki
;; Author: fubuki@frill.org
;; Version: @(#)$Revision: 1.11 $$Name: $
;; Keywords:
;; This program is free software: you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
;; the Free Software Foundation, either version 3 of the License.
@s-fubuki
s-fubuki / wallpaper-copy.el
Last active August 25, 2023 23:29
Windows10 Lock screen picture auto saver.
;; wallpaper-copy.el
;; Copyright (C) 2020, 2022, 2023 fubuki -*- coding: utf-8 -*-
;; Author: fubukiATfrill.org
;; Version: @(#)$Revision: 1.11 $
;; Keywords: multimedia
;; This program is free software: you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
;; the Free Software Foundation, either version 3 of the License.
@s-fubuki
s-fubuki / bg-grep.el
Last active July 1, 2023 01:41
elisp BackGround GREP
;;; bg-grep.el --- elisp BackGround GREP -*- coding: utf-8-unix; -*-
;; Copyright (C) 2020, 2023 fubuki
;; Author: fubuki at frill.org
;; Keywords: files
;; Version: $Revision: 1.14 $
;; This program is free software: you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
@s-fubuki
s-fubuki / mew-indays.el
Last active February 19, 2022 00:26
mew-indays.el -- mew indays.
;; mew-indays.el -- mew indays.
;; Copyright (C) 2018, 2022 fubuki
;; @(#)$Revision: 1.3 $
;; Author: fubuki@frill.org
;; Keywords: Mail Mew
;; This program is free software: you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
;; the Free Software Foundation, either version 3 of the License.
;;; multipart-decode.el -- Multipart Decode.
;; Copyright (C) 2018, 2021 fubuki@frill.org
;; @(#)$Revision: 1.5 $
;; Author: fubuki@frill.org
;; Keywords: tools
;; This program is free software: you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
;; the Free Software Foundation, either version 3 of the License.
@s-fubuki
s-fubuki / mew-search-with-builtin.el
Last active February 25, 2024 11:57
Gnu Emacs Mew Builtin Search.
;;; mew-search-with-builtin.el -- Mew Builtin Search.
;; Copyright (C) 2018, 2019, 2020 fubuki -*- coding: utf-8-emacs; -*-
;; Author: fubuki@frill.org
;; Keywords: tools
;; This program is free software: you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
;; the Free Software Foundation, either version 3 of the License.
@s-fubuki
s-fubuki / qpg-mode.el
Last active April 14, 2023 23:18
Quick Password Generator.
;;; qpg-mode.el -- Quick Password Generator.
;; Copyright (C) 2017, 2018, 2020, 2022, 2023 fubuki
;; Author: fubuki at frill.org
;; Keywords: tools
;; Version: $Revision: 1.25 $
;; This program is free software: you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
;; the Free Software Foundation, either version 3 of the License.
;;; browse-open-all-url.el -- browse-open-all-url for Mew.
;; Copyright (C) 2017, 2018 fubuki
;; Author: fubuki@*****.org
;; Keywords: tools
;; This program is free software: you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
;; the Free Software Foundation, either version 3 of the License.