Shaare your links...
2434 links
interesting links Home Login RSS Feed ATOM Feed Tag cloud Picture wall Daily
Links per page: 20 50 100
◄Older
page 10 / 17
Newer►
332 results for tags FOSS x
  • An Introduction to Qubes OS | Qubes OS
    A security-oriented operating system (OS).
    Sun Mar 19 21:32:08 2017 - permalink -
    - https://www.qubes-os.org/intro/
    FOSS operating-system security
  • 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
  • Portable PDP-8 and DG Nova Cross-assembler
    Intended to be a basic example of an assembler for two simple architectures, written with the aid of lex and yacc (or GNU flex/bison). Being small, it should lend itself to learning, extension and modification. The source code is released under the GPL and has been built and tested on NetBSD, Linux and OS X.
    Mon Mar 13 16:48:49 2017 - permalink -
    - http://www.telegraphics.com.au/sw/info/dpa.html
    assembler computer FOSS history NetBSD pdp-8 software
  • Keep a Changelog
    Don’t let your friends dump git logs into CHANGELOGs™

    Arguments for keeping a human-readable, high-level change log.
    Thu Mar 2 18:03:49 2017 - permalink -
    - http://keepachangelog.com/en/0.3.0/
    FOSS version-control
  • Toves: A graphical circuit simulation tool
    Logic simulator with graphical entry, written in C# and released under the GPL.
    Work in progress, a followup of http://www.cburch.com/logisim/, which is written in Java.
    Sat Feb 11 02:07:24 2017 - permalink -
    - http://www.toves.org/
    electronics FOSS GPL software
  • 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
  • Cryptocat - encrypted chat program
    Cryptocat is free software with a simple mission: everyone should be able to chat with their friends in privacy.

       Open source. All Cryptocat software is published transparently.
       Encrypted by default. Every message is encrypted, always.
       Forward secure. Chats are safe even if your keys are stolen.
       Multiple devices. Devices receive messages even when offline.
       File sharing. Securely share files with friends.

    Available for Windows, Linux and Mac.
    Tue Jan 31 16:40:08 2017 - permalink -
    - https://crypto.cat/index.html
    cryptography FOSS security software
  • youtube-dl
    youtube-dl is a command-line program to download videos from YouTube.com and a few more sites. It requires the Python interpreter (2.6, 2.7, or 3.2+), and it is not platform specific. We also provide a Windows executable that includes Python. youtube-dl should work in your Unix box, in Windows or in Mac OS X. It is released to the public domain, which means you can modify it, redistribute it or use it however you like.
    Thu Jan 26 18:18:25 2017 - permalink -
    - https://rg3.github.io/youtube-dl/
    FOSS software web
  • Ham Radio Station 5B4AZ
    Antenna analysis software NEC2 in C with GUI.
    NORAD sdp4/sgp4 satellite orbit modelling software in C and Pascal.
    Thu Jan 19 17:37:07 2017 - permalink -
    - http://www.5b4az.org/
    antenna FOSS satellite software
  • RIOT - The friendly Operating System for the Internet of Things
    Free real-time operating system for embedded systems. Can run with 1.5 kB of RAM and 5 kB of ROM. Native ports are available for OS X and Linux.
    Fri Jan 6 19:08:09 2017 - permalink -
    - http://riot-os.org/#home
    FOSS LGPL operating-system
  • BK_Nested_White_Paper.pdf
    BitKeeper is available under an Apache license. The paper is interesting also for users of other version control systems.
    Tue Jan 3 14:30:31 2017 - permalink -
    - http://www.bitkeeper.org/BK_Nested_White_Paper.pdf
    FOSS reading version-control
  • spigot: an exact real calculator
    spigot is a calculating program. It supports the usual arithmetic operations, square and cube roots, trigonometric and exponential functions, and a few other special functions such as erf.

    spigot differs from the average calculating program in that it is an exact real calculator. This means that it does not suffer from rounding errors; in principle, it can keep generating more and more digits of the number you asked for until it runs out of memory.

    In particular, if you ask for a complex expression such as sin(sqrt(pi)), then most calculating systems would compute first pi, then sqrt(pi) and finally sin(sqrt(pi)), accumulating a rounding error at each step, so that the final result had a build-up of error and you would have to do some additional error analysis to decide how much of the output you could trust.

    spigot, on the other hand, does not output any digit until it is sure that digit is correct, so if you ask for (say) 100 digits of sin(sqrt(pi)) then you can be sure they are the right 100 digits.
    Sat Dec 31 22:24:04 2016 - permalink -
    - http://www.chiark.greenend.org.uk/~sgtatham/spigot/spigot.html
    FOSS mathematics software
  • MSYS2 download | SourceForge.net
    A Cygwin-derived software distro for Windows using Arch Linux's Pacman.
    Sun Dec 4 01:10:02 2016 - permalink -
    - https://sourceforge.net/projects/msys2/
    FOSS software Windows
  • Sshguard
    sshguard protects hosts from brute-force attacks against SSH and other services. It aggregates system logs and blocks repeat offenders using one of several firewall backends, including iptables, ipfw, and pf.
    Thu Dec 1 19:33:03 2016 - permalink -
    - http://www.sshguard.net/
    C FOSS network security software
  • Enter the void
    Void is a general purpose operating system, based on the monolithic Linux® kernel. Its package system allows you to quickly install, update and remove software; software is provided in binary packages or can be built directly from sources with the help of the XBPS source packages collection.

    It is available for the Intel x86®, ARM® and MIPS® processor architectures; Software packages can be built natively or cross compiling through the XBPS source packages collection.
    Mon Nov 28 16:03:33 2016 - permalink -
    - http://www.voidlinux.eu/
    FOSS Linux software
  • Perapera Language Tools
    Free add-ons for Firefox and Chrome to help translating between chinese or japanese and english.
    Mon Nov 14 13:40:34 2016 - permalink -
    - http://www.perapera.org/
    FOSS language tool
  • LSH - a GNU implementation of the Secure Shell protocols
    A GNU implementation of the Secure Shell protocols

    lsh is a free implementation (in the GNU sense) of the ssh version 2 protocol, standardised by the IETF SECSH working group.
    Fri Nov 11 16:17:43 2016 - permalink -
    - https://www.lysator.liu.se/~nisse/lsh/
    cryptography FOSS GNU security software
  • about | darktable
    darktable is an open source photography workflow application and raw developer. A virtual lighttable and darkroom for photographers. It manages your digital negatives in a database, lets you view them through a zoomable lighttable and enables you to develop raw images and enhance them.

    Available for Linux, FreeBSD and OS X.
    Sun Oct 30 00:37:52 2016 - permalink -
    - http://www.darktable.org/about/
    FOSS photo software
  • Nitrokey | Secure your digital life
    Protect emails, files, hard drives, server certificates and online accounts using cryptography. Your secret keys are always stored securely in the Nitrokey hardware and can't be stolen. The device is PIN-protected and is secured against hardware attacks. Backups protect against loss.
    Thu Oct 20 01:18:32 2016 - permalink -
    - https://www.nitrokey.com/
    cryptography FOSS hardware
  • 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
Links per page: 20 50 100
◄Older
page 10 / 17
Newer►
Shaarli 0.0.41 beta - The personal, minimalist, super-fast, no-database delicious clone. By sebsauvage.net. Theme by idleman.fr.