{"id":16662305,"url":"https://github.com/zevlg/emacs-stuff","last_synced_at":"2026-03-27T06:50:35.740Z","repository":{"id":151014086,"uuid":"2622419","full_name":"zevlg/emacs-stuff","owner":"zevlg","description":"Emacs stuff i've written","archived":false,"fork":false,"pushed_at":"2018-04-27T11:27:27.000Z","size":337,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-12T21:49:13.059Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Emacs Lisp","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/zevlg.png","metadata":{"files":{"readme":"README","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,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2011-10-21T18:57:39.000Z","updated_at":"2021-07-19T11:09:41.000Z","dependencies_parsed_at":"2023-05-15T12:30:54.655Z","dependency_job_id":null,"html_url":"https://github.com/zevlg/emacs-stuff","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/zevlg/emacs-stuff","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zevlg%2Femacs-stuff","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zevlg%2Femacs-stuff/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zevlg%2Femacs-stuff/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zevlg%2Femacs-stuff/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zevlg","download_url":"https://codeload.github.com/zevlg/emacs-stuff/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zevlg%2Femacs-stuff/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28109032,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-12-29T02:00:07.021Z","response_time":58,"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":[],"created_at":"2024-10-12T10:37:33.007Z","updated_at":"2025-12-29T02:03:32.335Z","avatar_url":"https://github.com/zevlg.png","language":"Emacs Lisp","funding_links":[],"categories":[],"sub_categories":[],"readme":"Collection of Emacs major/minor modes, utilities and other stuff that\nI've written.\n\n* wordfreq.el - provides simple interface:\n\n    (wordfreq-find \"word\")\n    ==\u003e (\"word\" 336 275 0.0271)\n\n  Return word frequency index according to, i forgot which one,\n  criteria.\n\n* eukleides.el - Major mode/interface to A Euklidean Geometry Drawing\n  Language (http://www.eukleides.org/)\n\n  Lots of features, screenshot -\n  http://lgarc.narod.ru/pics/eukleides.png\n\n* sudoku.el - Simple yet powerful sudoku game.\n\n  Huge bunch of features, including game generation, puzzle editor,\n  step-by-step deducer, PostScript generator, etc etc.\n\n  Post about sudoku.el, with screenshots:\n  http://sxemacs-en.blogspot.com/2009/12/sudoku-for-sxemacs_27.html\n\n* wand-button.el - Nifty buttons generator.\n\n  Buttons generator using ffi-wand\n\n  http://sxemacs-en.blogspot.com/2009/12/buttons-generator_6806.html\n\n* wand-diagram.el - gnuplot like diagram generator.\n\n  Screenshot - http://lgarc.narod.ru/pics/wandiag1.png\n\n* himarks-mode.el - Minor mode to highlight markers in the buffer.\n\n* ofupd.el - One file updater.\n\n  Tracks remote file's version and updates it locally on request.\n  Example:\n\n    (ofupd-register \"active-menu\" \"~/etp/active-menu.el\"\n       \"http://www.skamphausen.de/cgi-bin/ska/download/active-menu.el\"\n       #'ofupd-ve-version-colon)\n\n* pegc-ffi.el - FFI to pegc library.  Example:\n\n  (let ((srules (pegc-intern-ruleset\n                 '((sentence (and (opt article) subject verb\n                                  (and (opt preposition) (opt article)\n                                       (or object (and object preposition)))))\n                   (article (and spaces (or (str \"the\") (str \"an\") (str \"a\"))))\n                   (preposition (and spaces (or (str \"on\") (str \"at\") (str \"to\")\n                                                (str \"with\"))))\n                   (subject (and spaces (or (str \"man\") (str \"men\") (str \"dog\")\n                                            (str \"dogs\") (str \"cat\"))))\n                   (verb (and spaces (or (str \"sat\") (str \"saw\") (str \"shot\")\n                                         (str \"gave\"))))\n                   (object (and spaces (or (str \"cannon\") (str \"hat\") (str \"mat\"))))\n                   ))))\n    (pegc-parse (pegc-create-parser \"the cat sat on the hat\") srules))\n  ==\u003e\n  t\n\n... more stuff on the go ...\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzevlg%2Femacs-stuff","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzevlg%2Femacs-stuff","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzevlg%2Femacs-stuff/lists"}