Skip to content

Instantly share code, notes, and snippets.

@Nathan-Furnal
Nathan-Furnal / python-setup.el
Last active July 21, 2022 00:40
Python setup for Emacs
;;;========================================
;;; Disclaimer
;;;========================================
;; This configuration relies on use-package: https://github.com/jwiegley/use-package
;;;========================================
;;;========================================
;;; Python
@bjesus
bjesus / README.md
Last active May 5, 2024 20:33
Weather widget for waybar
@yogthos
yogthos / clojure-beginner.md
Last active May 6, 2024 08:11
Clojure beginner resources

Introductory resources

@rh314
rh314 / variational_optimisation.py
Last active May 31, 2022 15:55 — forked from davidbarber/E.m
Variational Optimisation
# Python version of: https://gist.github.com/davidbarber/16708b9135f13c9599f754f4010a0284
# as per blog post: https://davidbarber.github.io/blog/2017/04/03/variational-optimisation/
# also see https://www.reddit.com/r/MachineLearning/comments/63dhfc/r_evolutionary_optimization_as_a_variational/
from __future__ import print_function
import matplotlib
matplotlib.use('Agg')
@reborg
reborg / rich-already-answered-that.md
Last active May 8, 2024 14:20
A curated collection of answers that Rich gave throughout the history of Clojure

Rich Already Answered That!

A list of commonly asked questions, design decisions, reasons why Clojure is the way it is as they were answered directly by Rich (even when from many years ago, those answers are pretty much valid today!). Feel free to point friends and colleagues here next time they ask (again). Answers are pasted verbatim (I've made small adjustments for readibility, but never changed a sentence) from mailing lists, articles, chats.

How to use:

  • The link in the table of content jumps at the copy of the answer on this page.
  • The link on the answer itself points back at the original post.

Table of Content

Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.