Planet Emacslife
Alvaro Ramirez: An accentuated Emacs experiment (à la macOS)
http://xenodium.com/an-accentuated-emacs-experiment
Alvaro Ramirez: An accentuated Emacs experiment (à la macOS)
http://xenodium.com/an-accentuated-emacs-experiment
Xenodium
An accentuated Emacs experiment (à la macOS)
Planet Emacslife
Bozhidar Batsov: Clojure Tricks: Replace in String
https://batsov.com/articles/2022/07/31/clojure-tricks-replace-in-string/
Bozhidar Batsov: Clojure Tricks: Replace in String
https://batsov.com/articles/2022/07/31/clojure-tricks-replace-in-string/
(think)
Clojure Tricks: Replace in String
Today I saw a clever bit of Clojure code involving clojure.string/replace, that reminded me how powerful the Clojure standard library is. I guess pretty much everyone knows that replace is normally used to replace some part of a string using a regular expression…
Planet Emacslife
Bozhidar Batsov: Clojure Tricks: Zipping Things Together
https://batsov.com/articles/2022/07/31/clojure-tricks-zipping-things-together/
Bozhidar Batsov: Clojure Tricks: Zipping Things Together
https://batsov.com/articles/2022/07/31/clojure-tricks-zipping-things-together/
(think)
Clojure Tricks: Zipping Things Together
Many programming languages have a function for combining the elements of multiple collections (e.g. arrays or lists) together. Typically this function is named zip. Clojure doesn’t have a zip function in the standard library, which leads many newcomers to…
Planet Emacslife
Philip K.: Using Guix Environments in Emacs using buffer-env
https://amodernist.com/texts/emacs-guix.html
Philip K.: Using Guix Environments in Emacs using buffer-env
https://amodernist.com/texts/emacs-guix.html
Planet Emacslife
Yi Tang: Machine Learning in Emacs - Copy Files from Remote Server to Local Machine
http://yitang.uk/2022/07/31/mle-copy-files-to-local-machine/
Yi Tang: Machine Learning in Emacs - Copy Files from Remote Server to Local Machine
http://yitang.uk/2022/07/31/mle-copy-files-to-local-machine/
Planet Emacslife
Marcin Borkowski: Making secrets with Emacs
http://mbork.pl/2022-08-01_Making_secrets_with_Emacs
Marcin Borkowski: Making secrets with Emacs
http://mbork.pl/2022-08-01_Making_secrets_with_Emacs
Planet Emacslife
Bozhidar Batsov: Clojure Tricks: Number to Digits
https://batsov.com/articles/2022/08/01/clojure-tricks-number-to-digits/
Bozhidar Batsov: Clojure Tricks: Number to Digits
https://batsov.com/articles/2022/08/01/clojure-tricks-number-to-digits/
(think)
Clojure Tricks: Number to Digits
If you’re into programming puzzles you probably know that there’s a whole class of problems about doing something (e.g. some calculations) with the digits of a number. This means you need to break down a number into its digits first. I’ve always assumed that…
Planet Emacslife
Tassilo Horn: Difftastic diffing with Magit
https://tsdh.org/posts/2022-08-01-difftastic-diffing-with-magit.html
Tassilo Horn: Difftastic diffing with Magit
https://tsdh.org/posts/2022-08-01-difftastic-diffing-with-magit.html
Planet Emacslife
Alvaro Ramirez: dwim-shell-command video streams
http://xenodium.com/dwim-shell-command-video-streams
Alvaro Ramirez: dwim-shell-command video streams
http://xenodium.com/dwim-shell-command-video-streams
Xenodium
dwim-shell-command video streams
Planet Emacslife
Sacha Chua: 2022-08-01 Emacs news
https://sachachua.com/blog/2022/08/2022-08-01-emacs-news/
Sacha Chua: 2022-08-01 Emacs news
https://sachachua.com/blog/2022/08/2022-08-01-emacs-news/
Planet Emacslife
John D. Cook: Org-mode as a lightweight notebook
https://www.johndcook.com/blog/2022/08/02/org-babel-vs-jupyter/
John D. Cook: Org-mode as a lightweight notebook
https://www.johndcook.com/blog/2022/08/02/org-babel-vs-jupyter/
John D. Cook | Applied Mathematics Consulting
Org-mode as a lightweight Jupyter notebook
Org-mode offers some of the same functionality as a Jupyter notebook, but is simpler and more transparent.
Planet Emacslife
Protesilaos Stavrou: Modus themes 2.5.0 for GNU Emacs
https://protesilaos.com/codelog/2022-08-03-modus-themes-2-5-0/
Protesilaos Stavrou: Modus themes 2.5.0 for GNU Emacs
https://protesilaos.com/codelog/2022-08-03-modus-themes-2-5-0/
Protesilaos Stavrou
Modus themes 2.5.0 for GNU Emacs
Information about the latest version of my highly accessible themes for GNU Emacs.
Planet Emacslife
John D. Cook: Inline computed content in org-mode
https://www.johndcook.com/blog/2022/08/03/inline-org-babel/
John D. Cook: Inline computed content in org-mode
https://www.johndcook.com/blog/2022/08/03/inline-org-babel/
John D. Cook | Applied Mathematics Consulting
Inline computed content in org-mode (org-babel)(
How to include bits of code whose results are spliced inline when org-mode is exported to LaTeX or HTML
Planet Emacslife
Alvaro Ramirez: Emacs freebie: macOS emoji picker
http://xenodium.com/emacs-freebie-macos-emoji-picker
Alvaro Ramirez: Emacs freebie: macOS emoji picker
http://xenodium.com/emacs-freebie-macos-emoji-picker
Xenodium
Emacs freebie: macOS emoji picker
Planet Emacslife
Emacs Notes: Create an `Excel’ / `LibreOffice Calc’ Spreadsheet from an `Org’ spreadsheet
https://emacsnotes.wordpress.com/2022/08/04/create-an-excel-libreoffice-calc-spreadsheet-from-an-org-spreadsheet/
Emacs Notes: Create an `Excel’ / `LibreOffice Calc’ Spreadsheet from an `Org’ spreadsheet
https://emacsnotes.wordpress.com/2022/08/04/create-an-excel-libreoffice-calc-spreadsheet-from-an-org-spreadsheet/
Emacs Notes
Create an `Excel’ / `LibreOffice Calc’ Spreadsheet from an `Org’ spreadsheet
Introduction: A word about Org mode’s spreadsheet capabilities Power users of Emacs Org mode swear by its Spreadsheet capabilities. I know of dons in universities who use the feature to score…