Shaare your links...
2371 links
interesting links Home Login RSS Feed ATOM Feed Tag cloud Picture wall Daily
Links per page: 20 50 100
◄Older
page 18 / 34
Newer►
671 results for tags software x
  • Full Stack GPS Receiver • Hackaday.io
    From raw RF samples of the GPS L1 C/A signal to a position fix, in a completely open fashion.
    Wed Apr 26 14:56:58 2017 - permalink -
    - https://hackaday.io/project/20965-full-stack-gps-receiver
    GPS navigation radio satellite software
  • Universal Radio Hacker: investigate wireless protocols
    The Universal Radio Hacker is a software for investigating unknown wireless protocols. Features include
       hardware interfaces for common Software Defined Radios
       easy demodulation of signals
       assigning participants to keep overview of your data
       customizable decodings to crack even sophisticated encodings like CC1101 data whitening
       assign labels to reveal the logic of the protocol
       fuzzing component to find security leaks
       modulation support to inject the data back into the system
    Dependencies
    Required
       Python 3.4+
       numpy / psutil / zmq
       PyQt5
       C++ Compiler

    Optional
       librtlsdr (for native RTL-SDR device backend)
       libhackrf (for native HackRF device backend)
       gnuradio / gnuradio-osmosdr (for GNU Radio device backends)
    Fri Apr 21 13:00:49 2017 - permalink -
    - https://github.com/jopohl/urh
    GPL Python radio software
  • Monocypher
    Monocypher is an easy to use crypto library inspired by libsodium and TweetNaCl.
    Tue Mar 28 19:33:05 2017 - permalink -
    - http://loup-vaillant.fr/projects/monocypher/
    C cryptography software
  • 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
  • Semantic Versioning 2.0.0 - Semantic Versioning
    Given a version number MAJOR.MINOR.PATCH, increment the:

       MAJOR version when you make incompatible API changes,
       MINOR version when you add functionality in a backwards-compatible manner, and
       PATCH version when you make backwards-compatible bug fixes.

    Additional labels for pre-release and build metadata are available as extensions to the MAJOR.MINOR.PATCH format.
    Thu Mar 2 18:09:52 2017 - permalink -
    - http://semver.org/
    software version-control
  • Version-Control Systems for Linux
    Long list of version control software available for Linux.
    Fri Feb 24 16:16:06 2017 - permalink -
    - http://linuxmafia.com/faq/Apps/vcs.html#fossil
    reading software 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
  • Binwalk is a fast, easy to use tool for analyzing, reverse engineering, and extracting firmware images.
    Found on Filippo Valsorda's blog
    https://blog.filippo.io/shrink-your-go-binaries-with-this-one-weird-trick/
    Fri Feb 10 14:30:03 2017 - permalink -
    - https://github.com/devttys0/binwalk
    engineering Python reverse software
  • 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
  • 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
  • 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
  • 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
  • diffoscope: in-depth comparison of files, archives, and directories
    diffoscope will try to get to the bottom of what makes files or directories different. It will recursively unpack archives of many kinds and transform various binary formats into more human readable form to compare them. It can compare two tarballs, ISO images, or PDF just as easily.
    Mon Dec 19 18:27:58 2016 - permalink -
    - https://diffoscope.org/
    GPL Python software tool
  • http://www.call-with-current-continuation.org/software.html
    Apart from the Scheme compiler Chicken
     http://www.call-cc.org/
    two other Scheme and one Forth system, there is
     MA, a minimalistic variant of the Acme editor, written in Tcl/Tk.
    Sun Dec 4 01:33:51 2016 - permalink -
    - http://www.call-with-current-continuation.org/software.html
    duplicate plan9 Scheme 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
  • An Open Source GNSS Software Defined Radio Library
    GNSS signal processing functions written in C
           Code generations
           Signal acquisition / tracking
           Decoding navigation messages
           Pseudo-range / carrier phase mesurements
       GUI application (AP) written in C++/CLI
       Visualization of GNSS signal processing in real-time
       Real-time positioning with RTKLIB (http://www.rtklib.com/)
       Observation data can be outputted in RINEX or RTCM format
       Support following signals (tracking and decoding navigation message)
           GPS L1CA
           GLONASS G1
           Galileo E1B
           BeiDou B1I
           QZSS L1CA/SAIF/LEX
           SBAS L1
       Support following front-ends for real-time positioning
           NSL Stereo http://www.nsl.eu.com/primo.html
           SiGe GN3S sampler v2/v3 https://www.sparkfun.com/products/10981
           Nuand BladeRF http://nuand.com/
           RTL-SDR http://sdr.osmocom.org/trac/wiki/rtl-sdr
       Support RF binary file for post processing

    Mentioned on https://www.rtl-sdr.com/receiving-gps-with-an-rtl-sdr-dongle-and-gps-antenna/
    Fri Nov 18 21:56:44 2016 - permalink -
    - https://github.com/taroz/GNSS-SDRLIB
    GNSS GPL radio satellite-navigation software TODO
  • Technoblogy
    Interesting projects with Arduino and even smaller AVR-based computers, including tiny lisp computers.
    Sat Nov 12 19:13:50 2016 - permalink -
    - http://www.technoblogy.com/show?KVM
    electronics hardware lisp software
Links per page: 20 50 100
◄Older
page 18 / 34
Newer►
Shaarli 0.0.41 beta - The personal, minimalist, super-fast, no-database delicious clone. By sebsauvage.net. Theme by idleman.fr.