Shaare your links...
2364 links
interesting links Home Login RSS Feed ATOM Feed Tag cloud Picture wall Daily
Links per page: 20 50 100
◄Older
page 40 / 119
Newer►
  • PDF converter for AsciiDoc
    Asciidoctor PDF is a native PDF converter for AsciiDoc. It bypasses the requirement to generate an intermediary format such as DocBook, Apache FO, or LaTeX. Instead, you can use this extension to convert your documents directly from AsciiDoc to PDF. Its aim is to take the pain out of creating PDF documents from AsciiDoc.
    It uses Prawn https://prawnpdf.org/api-docs/2.3.0/ a pure Ruby PDF generation library that provides a lot of great functionality while trying to remain simple and reasonably performant.
    Thu Jan 21 22:58:54 2021 - permalink -
    - https://asciidoctor.org/docs/asciidoctor-pdf
    asciidoc PDF Ruby
  • Marcin Borkowski: 2021-01-11 Deleting last entry from the kill ring
    This a problem on my TODO list.
    See also https://mbork.pl/2019-08-19_Transplanting_a_directory_to_another_Git_repository (found 2025-03-17) which might be useful for pass repositories.
    https://mbork.pl/2023-08-05_Plotting_ASCII_art_charts_from_Org_mode_tables mentions the functions org-timestamp-from-string (which converts a string to an Org timestamp object), org-timestamp-to-time (which converts an Org timestamp object to Emacs time value) and time-to-days (which converts an Emacs time value to the number of days from 0001-01-01).
    Thu Jan 14 14:39:23 2021 - permalink -
    - http://mbork.pl/2021-01-11_Deleting_last_entry_from_the_kill_ring
    blog emacs git HOWTO TODO version-control
  • Covid Trends
    Trajectory of World COVID-19 confirmed cases. Interactive, dynamic (as in played like a movie) plot of COVID-19 statistics.
    Thu Jan 14 14:20:28 2021 - permalink -
    - https://aatishb.com/covidtrends/?location=Australia&location=Austria&location=Brazil&location=Canada&location=China&location=France&location=Hong+Kong&location=India&location=Italy&location=Japan&location=Russia&location=Singapore&location=South+Korea&location=Spain&location=Taiwan&location=Turkey&location=US&location=United+Kingdom
    science TODO
  • Rechtsinformationssystem des Bundes
    Das Rechtsinformationssystem des Bundes (RIS) dient ua der Kundmachung der im Bundesgesetzblatt (seit 2004) und in den Landesgesetzblättern der Länder (Kärnten, Steiermark, Tirol und Wien seit 2014 und Burgenland, Niederösterreich, Oberösterreich, Salzburg und Vorarlberg seit 2015) zu verlautbarenden Rechtsvorschriften sowie der Amtlichen Verlautbarungen der Sozialversicherung und der Amtlichen Veterinärnachrichten.

    Es dient weiters der Information über das Recht von Bund und Ländern und bietet einen Zugang zur Rechtsprechung, zu ausgewählten Rechtsnormen von Gemeinden, zu ausgewählten Erlässen von Bundesministerien sowie zu sonstigen Kundmachungen.

    Beim Rechtsinformationssystem handelt es sich um eine Dokumentation des österreichischen Rechts. Daher können keinerlei Rechtsauskünfte erteilt werden.

    Das RIS bietet einen barrierefreien Zugang (WAI-AA nach WCAG 2.0).
    Tue Jan 12 17:26:52 2021 - permalink -
    - https://www.ris.bka.gv.at/
    austria german law on-line
  • Responsive Web design
    Mon Jan 11 22:14:30 2021 - permalink -
    - https://wiki.selfhtml.org/wiki/HTML/Tutorials/responsive_Webdesign/bestehende_Webseiten_umbauen
    german reading TODO web
  • moz://a *privacy not included
    Fourth edition of Mozilla’s *Privacy Not Included buyer’s guide. Our goal is to help you shop smart—and safe—for products that connect to the internet.
    Sun Jan 10 23:31:48 2021 - permalink -
    - https://foundation.mozilla.org/en/privacynotincluded/about/why
    internet privacy security
  • LaTeX Cookbook – Collection of LaTeX recipes
    Examples from the  LaTeX Cookbook https://www.packtpub.com/product/latex-cookbook/9781784395148
    Sat Jan 9 15:35:45 2021 - permalink -
    - https://latex-cookbook.net/
    book LaTeX reading
  • Google Graveyard - Killed by Google
    Killed by Google is the Google graveyard; a free and open source list of discontinued Google services, products, devices, and apps. We aim to be a source of factual information about the history surrounding Google's dead projects.
    Fri Jan 8 16:47:41 2021 - permalink -
    - https://killedbygoogle.com/
    google history software
  • Introducing ox-coleslaw
    Org-mode exporter for the Coleslaw static HTML generator.
    Fri Jan 8 16:06:13 2021 - permalink -
    - https://ryuslash.org/posts/Introducing-ox-coleslaw.html
    blog common-lisp emacs org-mode tool
  • GPS Historical Outages
    Details about outages in the global positioning system (GPS).
    Thu Jan 7 11:51:38 2021 - permalink -
    - http://navigationservices.agi.com/SatelliteOutageCalendar/GPSHistoricalOutages.aspx
    GPS satellite-navigation
  • Fixing Unix/Linux/POSIX Filenames: Control Characters (such as Newline), Leading Dashes, and Other Problems
    Discussion of problems caused by unusual characters in filenames.
    Found (again) via a link on the TUHS mailing list
    https://www.tuhs.org/pipermail/tuhs/2024-June/030040.html
    Wed Jan 6 23:34:19 2021 - permalink -
    - https://dwheeler.com/essays/fixing-unix-linux-filenames.html
    reading Unix
  • Old laptops reconfigured into new computers for schools.
    Wed Jan 6 22:05:00 2021 - permalink -
    - https://hackaday.io/project/176450-the-x-pc
    computer hardware
  • Static MathJax
    Static MathJax is a XULRunner application which loads a HTML input
    file that uses MathJax into a browser, waits until MathJax is done
    processing, and then writes the formatted result to an output HTML
    file.

    I have only tested exports from Emacs Org-mode as input files.  (As of
    2010-08-14, MathJax is used by default with HTML exports in the
    current Org development version.)

    Optionally, references to the math fonts used will be converted to
    "data:" URIs, thus embedding the font data into the HTML file itself.
    (see [http://en.wikipedia.org/wiki/Data_URI_scheme])

    The code is licensed under the GNU General Public License version
    2, or, at your option, any later version.
    Sun Jan 3 21:44:03 2021 - permalink -
    - http://www.jboecker.de/2010/08/15/staticmathjax.html
    GPL HTML software
  • Emacs Polyglot: an Emacs Language Server Protocol client
    https://en.m.wikipedia.org/wiki/Language_Server_Protocol
    Sat Jan 2 23:28:20 2021 - permalink -
    - https://github.com/joaotavora/eglot
    emacs GPL software
  • Webpresence of Philip K.
    Interesting and thought-provoking blog.
    I should send some corrections of typos I found on https://ruzkuku.com/texts/unix-harmful.html and https://ruzkuku.com/texts/refs.html
    Sat Jan 2 22:39:13 2021 - permalink -
    - https://ruzkuku.com/
    blog computer emacs TODO Unix web
  • Accurate Apollo DSKY Replica
    3d-printed design based on the original drawings.
    Wed Dec 23 20:25:55 2020 - permalink -
    - https://hackaday.io/project/174524-accurate-apollo-dsky-replica
    DSKY electronics hardware
  • A family of devices which fit inside your USB port!
    I’m Tomu, a tiny ARM microprocessor which fits in your USB port. I have two buttons and two LEDs!
    I’m fully open source and am buildable by hobbyists! Designed for 2-factor authentication, USB experiments, or anything else you can think of.
    Can be used as U2F/FIDO authenticator, but has no AES hardware accelerator.
    Wed Dec 23 20:20:25 2020 - permalink -
    - https://tomu.im/tomu.html
    ARM computer hardware USB
  • Emacs Should Be Emacs Lisp - Tom Tromey
    Talk about the advantages of Emacs Lisp over Scheme and Common Lisp.
    Found on https://blog.jethro.dev/posts/how_to_take_smart_notes_org/
    Tue Dec 22 14:57:35 2020 - permalink -
    - https://braindump.jethro.dev/posts/emacs_should_be_emacs_lisp/
    emacs reading TODO
  • GitHub - ililim/dual-key-remap: Remap any key to any other two keys on Windows 🔥. Remap CapsLock to both Ctrl and Escape!
    Remap any key to any other two keys on Windows. Most commonly used to remap CapsLock to Escape when pressed alone and Ctrl when pressed with other keys. Written in C to run at the lowest Windows API level for speed and reliability.
    Mon Dec 21 15:22:04 2020 - permalink -
    - https://github.com/ililim/dual-key-remap
    FOSS GPL key-binding Windows
  • Personal website in org
    Sun Dec 20 22:28:51 2020 - permalink -
    - https://thibaultmarin.github.io/blog/posts/2016-11-13-Personal_website_in_org.html
    blog emacs org-mode TODO web
Links per page: 20 50 100
◄Older
page 40 / 119
Newer►
Shaarli 0.0.41 beta - The personal, minimalist, super-fast, no-database delicious clone. By sebsauvage.net. Theme by idleman.fr.