Shaare your links...
1984 links
interesting links Home Login RSS Feed ATOM Feed Tag cloud Picture wall Daily
Links per page: 20 50 100
◄Older
page 1 / 3
60 results for tags JavaScript x
  • Laconic - smart watch running JavaScript
    The https://www.espruino.com/Bangle.js2  is an inexpensive smartwatch with an ARM processor, 256K of RAM, 9MB of flash memory, a touch screen, GPS, a vibration motor, and a heart rate monitor and other sensors. Apps are written in JavaScript. The watch uses a special version of the Gadgetbridge Android app, which can forward notifications from selected phone apps to the watch over Bluetooth. Watch apps can retrieve data from web sites using Gadgetbridge.
    See also https://speechcode.com/maps/world?places=ad,at,be,ca,ch,cn,cz,de,dk,ee,eg,es,fi,fr,gb,gr,hr,hu,id,ie,il,it,jo,jp,li,lt,lv,mt,nl,no,pt,se,si,sk,tr,us for a "Push-pin" Map of the world.
    Fri Dec 16 17:13:44 2022 - permalink -
    - https://speechcode.com/blog/laconic
    electronics FOSS hardware JavaScript TODO
  • Trix: A rich text editor for everyday writing
    Found on  Jamie Zawinsky's blog https://www.jwz.org/blog/2022/04/wysiwyg-wordpress-comments/
    Tue May 24 11:33:19 2022 - permalink -
    - https://trix-editor.org/
    JavaScript on-line web
  • GitHub - yjwen/org-reveal: Exports Org-mode contents to Reveal.js HTML presentation.
    Found on https://minnie.tuhs.org/pipermail/tuhs/2022-May/025840.html
    Reveal.js is a tool for creating good-looking HTML presentations, authored by Hakim El Hattab. http://lab.hakim.se/reveal-js/#/
    Org-Reveal exports your Org documents to reveal.js presentations.
    With Org-reveal, you can create beautiful presentations with 3D effects from simple but powerful Org contents.
    Fri May 13 10:18:22 2022 - permalink -
    - https://github.com/yjwen/org-reveal#revealjs-and-org-reveal
    emacs HTML JavaScript org-mode presentation tool
  • HexEd.it - Browser-based Online and Offline Hex Editing
    Analyse and edit binary files wherever you want, on any operating system, whether on a desktop or smartphone, and without installing any software. All you need is a modern web browser (Mozilla Firefox 53+, Google Chrome 58+, Opera 44+, Apple Safari 11+, Microsoft Edge 20+).

    The complete file processing is done by your browser and HTML5 functionality. HexEd.it does not upload your data to the server. It can also compute various hash functions.

    HexEd.it has a small memory footprint - it does not keep your files in memory. This makes it possible to handle very large files even on low-RAM machines. HexEd.it has been tested on files as large as 150 GiB.

    See also https://jsqr.de/ for a QR-encoder.

    Found on https://www.hpmuseum.org/forum/thread-18335-post-159984.html#pid159984
    Wed May 11 13:56:41 2022 - permalink -
    - https://hexed.it/
    hash JavaScript tool web
  • Iris - A ISLisp Implementation
    ISLisp in JS/Go: Standards-compliant Lisp smaller than Common-Lisp.
    Note that the on-line JavaScript version does not handle #x prefixes correctly.
    Integers are also limited to 31 bit:
    (expt 2 31) => -2147483648
    in contradiction to https://islisp-dev.github.io/ISLispHyperDraft/islisp-v23.html#integer_class
    Fri Apr 22 15:42:24 2022 - permalink -
    - https://islisp.js.org/
    Go JavaScript lisp on-line software TODO
  • Anti-malware Web browser extension to mitigate potential threats from JavaScript
    Found on the FSF website https://www.fsf.org/news/fsf-announces-jshelter-browser-add-on-to-combat-threats-from-nonfree-javascript
    As of 2022-01-05, it can be installed on Firefox, Chrome and Opera.
    Wed Jan 5 20:04:52 2022 - permalink -
    - https://jshelter.org/
    browser JavaScript security
  • Window-chord
    Key chords for window management inspired by the Symbolics Lisp-machine.
    Found on https://planet.scheme.org/ Monday, December 13, 2021. I did not find an URL for this post.
    See also the push-pin maps https://speechcode.com/blog/push-pin-maps
    https://speechcode.com/maps/world?places=ad,at,be,ca,ch,cn,cz,de,dk,ee,eg,es,fi,fr,gb,gr,hr,hu,id,il,it,jo,jp,li,lt,lv,mt,nl,no,ps,pt,se,si,sk,tr,us,va
    https://speechcode.com/blog/org-to-clipboard
    Wed Dec 15 08:05:28 2021 - permalink -
    - https://speechcode.com/blog/window-chord
    blog JavaScript key-binding lisp map Scheme TODO web
  • Overview - Emacs NG - A new approach to Emacs
    emacs-ng is based off of the master branch of emacs, and regularly merges in the latest changes(this branch includes the native compilation feature from Andrea Corallo).

    This project should be considered an additive native layer over emacs, bringing features like Deno's Javascript and Async I/O environment, Mozilla's Webrender, and other features in development. emacs-ng's approach is to utilize multiple new development approaches and tools to bring Emacs to the next level. It is maintained by a team that loves Emacs and everything it stands for - being totally introspectable, with a fully customizable and free development environment. We want Emacs to be a editor 40+ years from now that has the flexibility and design to keep up with progressive technology.
    Wed Aug 18 16:42:13 2021 - permalink -
    - https://emacs-ng.github.io/emacs-ng/
    emacs GPL JavaScript Rust web
  • Dart programming language
    Yet another programming language. C-like syntax, object oriented, garbage collected, can be compiled to machine code or JavaScript.
    Found via https://jrpn.jovial.com/ and https://github.com/zathras/jrpn .
    Thu May 20 13:50:45 2021 - permalink -
    - https://dart.dev/
    JavaScript language programming
  • Tufte style minimal plots for the browser.
    tufte.js is a D3 based library.
    Mon Jun 29 17:24:58 2020 - permalink -
    - https://lepisma.xyz/tufte.js/
    JavaScript plot software Tufte
  • Building Mobile Apps (iOS and Android) with Clojurescript
    Found via
    Sun Jun 28 14:40:48 2020 - permalink -
    - https://medium.com/mindorks/building-mobile-apps-ios-and-android-with-clojurescript-4600235f826c
    Android JavaScript programming
  • Javascript 9P/drawterm implementation. Yes, Javascript. (Also some C compiled to WebAssembly)
    WARNING: PROBABLY INSECURE
    This is a version of drawterm (a program for connecting to Plan 9 systems) which runs in a webbrowser. To connect to the remote host, it uses Websockets, which means you need a proxy such as websockify.

    Jsdrawterm is written in Javascript, but it uses a bunch of C libraries from Plan 9 (for crypto and drawing routines) which need to be compiled to Webassembly. Since the Javascript also deals with some of the crypto, it's probably horribly insecure and hackers will steal your cats.
    Tue Jan 14 14:10:59 2020 - permalink -
    - https://github.com/aiju/jsdrawterm
    C JavaScript plan9 software
  • An implementation of Org mode without the dependency of Emacs - built for mobile and desktop browsers
    Just what it says. Can use Dropbox, Google Drive or WebDAV as back-end storage.
    See also https://organice.200ok.ch/documentation.html and the short review https://colekillian.com/posts/comparing-organice-and-orzly/
    As of 2022-06-01, it offers sign-in with GitLab, WebDav, DropBox and GoogleDrive on https://organice.200ok.ch/sign_in, or once signed in on https://organice.200ok.ch/files
    Perhaps I shall try the GitLab option before WebDav via NextCloud?
    The link bin/compile\and\upload.sh on https://organice.200ok.ch/documentation.html#org48615b6 is not formatted correctly: the URL has underscores which are shown as \superscripts.
    Sun Sep 8 15:25:41 2019 - permalink -
    - https://github.com/200ok-ch/organice
    FOSS JavaScript org-mode software TODO
  • A PDP-11 Assembly Language Simulator | Assembly Language Programming
    Simulator and assembler for pdp-11, written in JavaScript.
    Sat Jan 5 21:09:26 2019 - permalink -
    - https://programmer209.wordpress.com/2011/08/14/pdp-11-assembly-language-simulator/
    JavaScript pdp-11 simulator
  • Nim programming language | Nim
    Nim is a systems and applications programming language. Statically typed and compiled, it provides unparalleled performance in an elegant package.

       High-performance garbage-collected language
       Compiles to C, C++ or JavaScript
       Produces dependency-free binaries
       Runs on Windows, macOS, Linux, and more
    Wed Jul 11 11:42:54 2018 - permalink -
    - https://nim-lang.org/
    C FOSS JavaScript language lisp MIT programming
  • A new way of blogging about Common Lisp
    Klipse https://github.com/viebel/klipse
    allows to interactively edit and run programs written in
    Common Lisp, javascript, clojure[script], python, brainfuck, scheme
    in a Javascript-enabled web browser.
    Ironically, it does not seem to work with Firefox 52.6.0 (64-bit)/Windows 7.
    Tue May 8 14:10:11 2018 - permalink -
    - http://blog.klipse.tech/lisp/2018/05/07/blog-common-lisp.html
    blog JavaScript language lisp on-line programming Scheme TODO web
  • iDSKY
    Simulation of the Apollo Guidance Computer (AGC) and its display/keyboard (DSKY).
    Sat Feb 3 14:51:33 2018 - permalink -
    - http://idsky.genedorr.com/iDSKY.html
    computer history JavaScript space
  • PCjs: PDP-11 Machine Configurations
    Another pdp-11 simulator written in Javascript.
    Wed Apr 12 14:04:47 2017 - permalink -
    - http://www.pcjs.org/devices/pdp11/machine/
    computer FOSS GPL history JavaScript pdp-11
  • mermaid - Generation of diagrams and flowcharts from text in a similar manner as markdown.
    Thu Jan 19 18:32:10 2017 - permalink -
    - http://knsv.github.io/mermaid/
    diagram JavaScript tool
  • WaveDrom - Digital timing diagram everywhere
    WaveDrom draws your Timing Diagram or Waveform from simple textual description.
    It comes with description language, rendering engine and the editor.
    WaveDrom editor works in the browser or can be installed on your system.
    Rendering engine can be embeded into any webpage.
    Thu Jan 19 18:28:15 2017 - permalink -
    - http://wavedrom.com/
    diagram fossil JavaScript time tool web
Links per page: 20 50 100
◄Older
page 1 / 3
Shaarli 0.0.41 beta - The personal, minimalist, super-fast, no-database delicious clone. By sebsauvage.net. Theme by idleman.fr.