Shaare your links...
2370 links
interesting links Home Login RSS Feed ATOM Feed Tag cloud Picture wall Daily
Links per page: 20 50 100
◄Older
page 8 / 11
Newer►
214 results for tags emacs x
  • Wireworld in Emacs -- DustyCloud Brainstorms
    Wireworld is a cellular automaton, not unlike Conway's Game of Life. Except with Wireworld, the "cells" in play are a bit more constrained... you have a set of wires, and electrons run along them, multiply, and die out, but the paths stay the same.
    Mon Jan 29 10:38:45 2018 - permalink -
    - http://dustycloud.org/blog/wireworld-in-emacs/
    blog emacs hack
  • sicp - MELPA
    The second edition of the book Structure and Interpretation of
    Computer Programs (SICP) in info format. The HTML version can be found on https://mitpress.mit.edu/sites/default/files/sicp/index.html
    Wed Nov 15 13:01:13 2017 - permalink -
    - https://melpa.org/#/sicp
    book emacs Scheme
  • Ymacs status (Ymacs: AJAX source code editor)
    Emacs-like editor running in the web browser.
    Tue Oct 31 14:57:16 2017 - permalink -
    - http://www.ymacs.org/status.html
    BSD editor emacs FOSS software web
  • Adding numerical methods to emacs with dynamic modules
    Simple example of adding a dynamically loaded function written in C to Emacs.
    Wed Jul 12 18:08:22 2017 - permalink -
    - http://kitchingroup.cheme.cmu.edu/blog/2017/07/08/Adding-numerical-methods-to-emacs-with-dynamic-modules/
    Bessel C emacs GNU programming
  • Software, Quick Reference Materials, Essays, Christianity
    Currell Berry's collection of software and essays. Includes typographically improved version of the draft ANSI standard for Common Lisp
    http://cvberry.com/tech_writings/notes/common_lisp_standard_draft.html

    Write him about the typos I found.
    Fri Apr 28 13:27:37 2017 - permalink -
    - http://cvberry.com/index.html
    common-lisp emacs org-mode TODO writing
  • Emacs org-mode examples and cookbook
    Example of an Org-mode document.
    Mon Mar 20 14:41:41 2017 - permalink -
    - http://ehneilsen.net/notebook/orgExamples/org-examples.html#sec-5-2
    emacs org-mode reading
  • https://github.com/kensanata/emacs-setup/blob/master/config/authinfo-conf.el
    100-line Emacs Lisp program to copy passwords to clipboard and remove them after 10s from both clipboard and kill-ring.
    Tue Mar 14 13:29:54 2017 - permalink -
    - https://github.com/kensanata/emacs-setup/blob/master/config/authinfo-conf.el
    emacs FOSS security TODO
  • An Org-mode template for technical specification documents and HTML publishing
    Specification document skeleton for a web application, incl. usage examples of various org-mode features:
           Inline, text-based diagramming via Ditaa, Graphviz & PlantUML
           Hyperlink abbreviations (incl. presets for GitHub, RFC, W3C, Wikipedia)
           Section status flags, tags & custom properties
           Tables
           Named section IDs for internal x-refs
           Footnotes
           Automatically updating fields (e.g. publication date)
           Automatic updating of document changelog (using git commits)
       Beautiful, minimal, responsive CSS theme with print support (also for PDF generation)
       Basic syntax highlighting of code blocks
    Mon Feb 6 12:46:41 2017 - permalink -
    - https://github.com/thi-ng/org-spec
    CSS emacs FOSS HTML org-mode
  • View PDF documents in an Emacs buffer with DocView-like bindings.
    PDF Tools is, among other things, a replacement of DocView for PDF files. The key difference is, that pages are not pre-rendered by e.g. ghostscript and stored in the file-system, but rather created on-demand and stored in memory.

    This rendering is performed by a special library named, for whatever reason, poppler, running inside a server program. This program is called epdfinfo and its job is it to successively read requests from Emacs and produce the proper results, i.e. the PNG image of a PDF page.

    Actually, displaying PDF files is just one part of PDF Tools. Since poppler can provide us with all kinds of information about a document and is also able to modify it, there is a lot more we can do with it.

    [shaarli save link does not work here under Firefox 45.5.1/Windows or Firefox 51.0.1 (64-bit) on xubuntu, because github does not allow "foreign" JavaScript]
    Mon Jan 23 13:09:04 2017 - permalink -
    - https://github.com/politza/pdf-tools
    emacs PDF software TODO
  • Emacs, Dynamic Modules, and Joysticks « null program
    Example for a dynamic module in Emacs 25.
    Thu Nov 10 15:17:47 2016 - permalink -
    - http://nullprogram.com/blog/2016/11/05/
    blog emacs software
  • Multics Emacs History/Design/Implementation
    What follows is my vast, unpublished 1979 "Mother of All Multics Emacs papers" from which all of my lesser and greater Emacs papers, published, internal, and unpublished, were ultimately excerpted, including Prose and CONS: A Commercial Text-Processing System in Lisp in the 1980 Lisp Conference proceedings and the 1980 Honeywell conference paper. It's about time to expose it, and the WWW/HTML is now the ideal vehicle.
    Mon Oct 17 18:08:14 2016 - permalink -
    - http://www.multicians.org/mepap.html#seciii
    computer emacs history lisp
  • Emacs configuration file
    This is an Emacs configuration file written in Org mode. It is an attempt to keep ~/.emacs.d tidy, but still be able to keep it all in one file. Contains brief explanations of the configurations.
    Thu Oct 13 20:31:15 2016 - permalink -
    - https://github.com/larstvei/dot-emacs
    emacs FOSS literate-programming org-mode
  • EmacsWiki: Calendar Week Numbers
    Displaying ISO week numbers in CalendarMode.
    Thu Oct 13 20:30:23 2016 - permalink -
    - https://www.emacswiki.org/emacs/CalendarWeekNumbers
    calendar emacs
  • An Exercise in Irrelevance » Blog Archive » Lenticular Text: Looking at code from different angles
    A literate programming tool for Emacs.
    Thu Oct 13 19:58:21 2016 - permalink -
    - http://www.russet.org.uk/blog/3035
    emacs lisp literate-programming
  • GitHub - Shinmera/portacle: A portable common lisp development environment
    Portacle is a PORTAble Common Lisp Environment. What this means is that it is a fully featured integrated development environment for use with Common Lisp that runs on all major platforms and can even be put onto a USB stick to carry around. For Linux, OS X and Windows.
    Used to be on https://github.com/Shinmera/portacle
    Mon Jul 18 03:13:51 2016 - permalink -
    - https://portacle.github.io/
    common-lisp emacs FOSS lisp SBCL software
  • Pdf Tools : emacs
    So I found out about pdf tools, which is a replacement of docView for pdf files. It essentially turns the pdf into a png file. It's SOOO fast, and you can search for text inside the document!
    Does not work on windows.
    Tue Feb 16 13:52:15 2016 - permalink -
    - https://www.reddit.com/r/emacs/comments/44yxsq/pdf_tools/
    emacs PDF tool
  • QR code generator for Emacs
    This is a QR code generator for Emacs, written in Emacs Lisp. It's a CommonLISP-to-EmacsLISP port of the cl-qrencode package by jnjcc
    See also https://github.com/ruediger/qrencode-el (added 2021-09-13)
    Tue Feb 16 13:49:32 2016 - permalink -
    - https://github.com/thesoftwarebin/el-qrencode
    coding emacs QR-code software
  • Dash for OS X - API Documentation Browser, Snippet Manager - Kapeli
    Dash is an API Documentation Browser and Code Snippet Manager. Dash stores snippets of code and instantly searches offline documentation sets for 150+ APIs.
    https://github.com/stanaka/dash-at-point
    makes it accessible from Emacs.
    Mon May 11 17:23:03 2015 - permalink -
    - https://kapeli.com/dash
    documentation emacs macosx
  • Endless Parentheses · Concise ramblings on Emacs productivity.
    Endless Parentheses is a blog about Emacs. It features concise posts on improving your productivity and making Emacs life easier in general.
    Tue May 5 18:44:05 2015 - permalink -
    - http://endlessparentheses.com/about.html
    blog emacs
  • emacs-w64 | 64-Bit GNU Emacs for MS Windows with optimization
    100% unmodified source code from git master and release version.
    Native 64-Bit binary for MS-Windows.
    Compiled with optimization.
    With JPEG, GIF, PNG, TIFF, SVG, XML2, and GnuTLS support.
    Mon Apr 6 01:50:22 2015 - permalink -
    - http://emacsbinw64.sourceforge.net/
    emacs TODO Windows
Links per page: 20 50 100
◄Older
page 8 / 11
Newer►
Shaarli 0.0.41 beta - The personal, minimalist, super-fast, no-database delicious clone. By sebsauvage.net. Theme by idleman.fr.