{"id":16626009,"url":"https://github.com/yurrriq/notes","last_synced_at":"2026-05-14T13:41:15.790Z","repository":{"id":31400920,"uuid":"34964140","full_name":"yurrriq/notes","owner":"yurrriq","description":":notebook: as I learn all the things.","archived":false,"fork":false,"pushed_at":"2017-03-20T11:38:59.000Z","size":122,"stargazers_count":1,"open_issues_count":2,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-08-17T08:35:40.206Z","etag":null,"topics":["category-theory","idris","java8","literate-programming","notes","org-mode","r","virtualbox"],"latest_commit_sha":null,"homepage":"http://yurrriq.codes/notes/","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/yurrriq.png","metadata":{"files":{"readme":"README.org","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-05-02T21:36:35.000Z","updated_at":"2020-09-25T00:07:02.000Z","dependencies_parsed_at":"2022-08-24T10:30:27.849Z","dependency_job_id":null,"html_url":"https://github.com/yurrriq/notes","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/yurrriq/notes","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yurrriq%2Fnotes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yurrriq%2Fnotes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yurrriq%2Fnotes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yurrriq%2Fnotes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yurrriq","download_url":"https://codeload.github.com/yurrriq/notes/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yurrriq%2Fnotes/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33027680,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-13T13:14:54.681Z","status":"online","status_checked_at":"2026-05-14T02:00:06.663Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["category-theory","idris","java8","literate-programming","notes","org-mode","r","virtualbox"],"created_at":"2024-10-12T04:08:19.038Z","updated_at":"2026-05-14T13:41:15.728Z","avatar_url":"https://github.com/yurrriq.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"#+STARTUP: showall\n* Notes\nMy notes as I learn all the things.\n\n** Settings\n*** [[file:index.org][index.org]]\n#+BEGIN_SRC org :tangle index.org\n,#+SETUPFILE: notes.org\n,#+TITLE: Notes\n,#+SUBTITLE: My Notes as I learn all the things.\n\n,#+INCLUDE: sitemap.org\n#+END_SRC\n*** [[file:notes.el][notes.el]]\n#+BEGIN_SRC emacs-lisp :tangle notes.el\n(require 'htmlize)\n\n(setq org-html-htmlize-output-type 'inline-css)\n\n(setq org-html-validation-link nil)\n\n(setq org-html-postamble-format\n      '((\"en\" \"\u003cp\u003eGenerated by \u003cspan class=\\\"author\\\"\u003e%a\u003c/span\u003e on \u003cspan class=\\\"date\\\"\u003e%T\u003c/span\u003e using \u003cspan class=\\\"creator\\\"\u003e%c\u003c/span\u003e.\\n\")))\n\n(let ((project              \"notes\")\n      (base-directory       \"~/org/notes/\")\n      (publishing-directory \"~/org/notes/docs/\"))\n  (add-to-list\n   'org-publish-project-alist\n   `(,project\n     :author \"Eric Bailey\"\n     :base-directory ,base-directory\n     :base-extension \"org\"\n     :publishing-directory ,publishing-directory\n     :exclude \"\\\\(notes\\\\|README\\\\).org\"\n     :recursive t\n     :auto-sitemap t\n     :sitemap-filename \"sitemap.org\"\n     :sitemap-title \"\"\n     :sitemap-sort-files anti-chronologically\n     :export-creator-info nil\n     :export-author-info nil\n     :html-postamble t\n     :table-of-contents t\n     :section-numbers nil\n     :auto-preamble t\n     :style-include-default nil\n     :publishing-function org-html-publish-to-html))\n  (add-to-list\n   'org-publish-project-alist\n   `(,(concat project \"-site\")\n     :base-directory ,base-directory\n     :base-extension \"css\\\\|js\\\\|png\\\\|jpg\\\\|gif\\\\|pdf\"\n     :publishing-directory ,publishing-directory\n     :recursive t\n     :publishing-function org-publish-attachment\n     :components (,project))))\n\n;;; Reset org-publish-project-alist\n;; (setq org-publish-project-alist nil)\n#+END_SRC\n\n*** [[file:notes.org][notes.org]]\n#+BEGIN_SRC org :tangle notes.org\n,#+AUTHOR: Eric Bailey\n,#+HTML_DOCTYPE: html5\n,#+KEYWORDS: notes,\n,#+HTML_HEAD: \u003clink rel=\"stylesheet\" type=\"text/css\" href=\"css/style.css\"\u003e\n#+END_SRC\n\n*** [[file:docs/css/style.css][docs/css/style.css]]\n#+BEGIN_SRC css :tangle docs/css/style.css\n/* Local Variables:     */\n/* css-indent-offset: 2 */\n/* End:                 */\n\n@import url(https://fonts.googleapis.com/css?family=Reenie+Beanie);\n\nbody, #content a {\n  color: #111;\n}\n\nbody {\n  font-family: 'Reenie Beanie', cursive;\n  font-size: 2rem;\n  /* font-weight: bold; */\n  background: #272822; /* #1d1e19; */\n  width: 56.5rem;\n  margin: 0 auto;\n}\n\n.src:before {\n  color: black;\n}\n.src, .example {\n  color: white;\n  background: #272822; /* #1d1e19; */\n  white-space: pre-wrap;\n  /* word-wrap: normal; */\n  width: 48.5rem;\n}\n.org-src-container, .example {\n  font-size: 11pt;\n}\n.org-src-container pre, .example {\n  padding: .5rem;\n}\n\n#content {\n  /* http://lea.verou.me/css3patterns/#lined-paper */\n  background-color: #FEFEFA; /* rgb(243, 229, 206); */\n  background-image:\n  /* linear-gradient(90deg, transparent 79px, #abced4 79px, #abced4 81px, transparent 81px), */\n  linear-gradient(#ccc .05rem, transparent .05rem);\n  background-size: 100% 1.38rem;\n\n  /* background: #fdf5db; */\n  padding: 2rem;\n}\n\n#text-table-of-contents {\n  background: #fdf5db; /* rgb(243, 229, 206); */\n  border: 1px solid #272822;\n}\n\n#postamble, #postamble a {\n  color: #fdf5db; /* rgb(243, 229, 206); */\n}\n#+END_SRC\n\n*** [[file:Makefile][Makefile]]\n#+BEGIN_SRC makefile :tangle Makefile\npackage := lambdasinaction\njava_src_root := src/main/java\njava_srcs := $(wildcard ${java_src_root}/${package}/*/*.java)\n\njava: ${java_srcs:.java=.class}\n\n%.class: %.java\n\tjavac $\u003c\n\tjava -cp ${java_src_root} \\\n\t$(subst /,.,$(subst ${java_src_root}/,,$(dir $*)))$(notdir $*)\n#+END_SRC\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyurrriq%2Fnotes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyurrriq%2Fnotes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyurrriq%2Fnotes/lists"}