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 2 / 3
Newer►
43 results for tags Python x
  • Why Hy? — hy 1.0a4+1.gd56146b9 documentation
    Hy is a multi-paradigm general-purpose programming language in the Lisp family. It’s implemented as a kind of alternative syntax for Python.  http://hylang.org/
    Compared to Python, Hy offers a variety of extra features, generalizations, and syntactic simplifications, as would be expected of a Lisp. Compared to other Lisps, Hy provides direct access to Python’s built-ins and third-party Python libraries, while allowing you to freely mix imperative, functional, and object-oriented styles of programming.
    Found on https://en.wikipedia.org/wiki/Lisp_(programming_language)#Genealogy_and_variants
    Fri Apr 22 14:42:00 2022 - permalink -
    - https://docs.hylang.org/en/alpha/whyhy.html
    language lisp programming Python
  • qutebrowser | qutebrowser
    qutebrowser is a keyboard-focused browser with a minimal GUI. It’s based on Python and PyQt5 and free software, licensed under the GPL.

    It was inspired by other browsers/addons like dwb and Vimperator/Pentadactyl.
    Wed Feb 23 13:47:06 2022 - permalink -
    - https://qutebrowser.org/
    browser FOSS GPL Python Qt
  • Matplotlib documentation — Matplotlib 3.5.1 documentation
    Matplotlib is a comprehensive library for creating static, animated, and interactive visualizations in Python.
    Thu Dec 23 17:42:35 2021 - permalink -
    - https://matplotlib.org/stable/index.html#
    FOSS plot Python
  • Python to RPN - source code converter
    Convert Python to HP RPN code.
    A new way to program HP calculators like the HP42S, DM42 and Free42.
    On Fri Feb 16 15:41:07 2018 I bookmarked https://pyrpn.herokuapp.com/ but on 2022-02-10 it leads to a page stating "There's nothing here, yet."
    Mon Jun 14 12:18:38 2021 - permalink -
    - https://pyrpn.atug.com/
    Hewlett on-line Packard Python RPN tool
  • Bitmessage Wiki
    Bitmessage is a P2P communications protocol used to send encrypted messages to another person or to many subscribers. It is decentralized and trustless, meaning that you need-not inherently trust any entities like root certificate authorities. It uses strong authentication which means that the sender of a message cannot be spoofed, and it aims to hide "non-content" data, like the sender and receiver of messages, from passive eavesdroppers like those running warrantless wiretapping programs. If Bitmessage is completely new to you, you may wish to start by reading the whitepaper https://bitmessage.org/bitmessage.pdf

    Not sure how up to date it is, version 0.6.1 is dated 2016-08-21, the latest one  0.6.3.2 was released 2018-02-14
    https://github.com/Bitmessage/PyBitmessage/releases/

    According to https://www.reddit.com/r/bitmessage/comments/cjxk9s/current_status_of_pybitmessage/ (2019-07-30) development is on-going.
    This can also be seen on github, e.g. https://github.com/Bitmessage/PyBitmessage/issues/1712#issuecomment-830636842
    One of the difficulties seems to be the transition from Python2 to Python3.

    Uses proof-of-work.

    Found on https://karl-voit.at/2014/04/10/bitmessage/
    Tue May 4 15:05:10 2021 - permalink -
    - https://wiki.bitmessage.org//
    privacy protocol Python security
  • trackerjacker
    Like nmap for mapping wifi networks you're not connected to. Maps and tracks wifi networks and devices through raw 802.11 monitoring.

    Found on https://www.wisdomandwonder.com/programming-language/10783/python3hardwarenetwork-map-and-track-wi-fi-networks-youre-not-connected-to#more-10783
    Tue May 4 00:08:32 2021 - permalink -
    - https://github.com/calebmadrigal/trackerjacker
    Linux Python tool WLAN
  • framework for managing and maintaining multi-language pre-commit hooks
    Pre-commit is a multi-language package manager for pre-commit hooks. You specify a list of hooks you want and pre-commit manages the installation and execution of any hook written in any language before every commit. pre-commit is specifically designed to not require root access.
    Sat Mar 6 13:15:36 2021 - permalink -
    - https://pre-commit.com/
    git Python tool version-control
  • Asterisk - Matthew Brett's pages
    Found via https://pirsquared.org/blog/, where I followed a link to the sad, but interesting story of the Xfree fork to X.org.
    http://asterisk.dynevor.org/xfree-forked.html
    I have not read
    https://matthew-brett.github.io/curious-git/
    yet, but it sounds interesting.
    Fri Jul 3 09:30:48 2020 - permalink -
    - https://asterisk.dynevor.org/pages/about.html
    blog Python reading software X11
  • Magic-Wormhole: Get Things From One Computer To Another, Safely — Magic-Wormhole 0.12.0+3.g95a628e.dirty documentation
    This package provides a library and a command-line tool named wormhole, which makes it possible to get arbitrary-sized files and directories (or short pieces of text) from one computer to another. The two endpoints are identified by using identical “wormhole codes”: in general, the sending machine generates and displays the code, which must then be typed into the receiving machine.

    The codes are short and human-pronounceable, using a phonetically-distinct wordlist. The receiving side offers tab-completion on the codewords, so usually only a few characters must be typed. Wormhole codes are single-use and do not need to be memorized.
    Wed May 27 18:43:39 2020 - permalink -
    - https://magic-wormhole.readthedocs.io/en/latest/
    cryptography Python security software tool
  • Safely Backup Google Photos | Ubuntu
    gphoto-sync is an open source command-line tool written in Python. It’s purpose is to backup Google Photos and Albums using the Google Photos Library API. Once setup, it can be run on a regular basis, to ensure all the pictures stored in the cloud are also stored locally on your own storage.
    Tue Mar 10 15:32:54 2020 - permalink -
    - https://ubuntu.com/blog/safely-backup-google-photos
    FOSS photo Python software tool
  • Conda — Package, dependency and environment management for any language
    Package, dependency and environment management for any language—Python, R, Ruby, Lua, Scala, Java, JavaScript, C/ C++, FORTRAN, and more.

    Conda is an open source package management system and environment management system that runs on Windows, macOS and Linux. Conda quickly installs, runs and updates packages and their dependencies. Conda easily creates, saves, loads and switches between environments on your local computer. It was created for Python programs, but it can package and distribute software for any language.
    Wed Jan 15 10:25:09 2020 - permalink -
    - https://docs.conda.io/en/latest/
    FOSS Python software
  • From gnuplot to Matplotlib & Pandas • ds9a.nl articles
    Article describing how to plot with Python, Matplotlib & Pandas.
    Wed Sep 25 18:14:48 2019 - permalink -
    - https://ds9a.nl/articles/posts/from-gnuplot-to-matplotlib-pandas/
    blog FOSS graphical-programming Python software tool
  • Skyfield
    Skyfield computes positions for the stars, planets, and satellites in orbit around the Earth. Its results should agree with the positions generated by the United States Naval Observatory and their Astronomical Almanac to within 0.0005 arcseconds (which equals half a “mas” or milliarcsecond).

       Written in pure Python and installs without any compilation.
       Supports Python 2.6–2.7 and Python 3.3–3.5.
       Has NumPy as its only binary dependency, the fundamental package for scientific computing with Python, whose vector operations make Skyfield efficient.
    Wed Feb 27 11:48:23 2019 - permalink -
    - https://rhodesmill.org/skyfield/
    moon physics planet Python satellite software
  • What is PlatformIO? — PlatformIO 3.4.1 documentation
    Different microcontrollers normally have different developing tools . For instance Arduino rely on Arduino IDE. Few more advanced users set up different graphical interfaces like Eclipse for better project management. Sometimes it may be hard to keep up with different microcontrollers and tools. You probably thought that single unified development tool could be great. Well this is what PlatformIO open source ecosystem is for.

    This is cross platform code builder and library manager with platforms like Arduino or MBED support. They took care of toolchains, debuggers, frameworks that work on most popular platforms like Windows, Mac and Linux. It supports more than 200 development boards along with more than 15 development platforms and 10 frameworks.
    Tue Aug 22 12:59:27 2017 - permalink -
    - http://docs.platformio.org/en/stable/what-is-platformio.html#problematic
    FOSS Python software tool
  • 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
  • I’m Dreaming Of A White C
    Prototype of a translator from a python-like syntax to C. Found via
    https://www.jwz.org/blog/2017/04/python-has-a-lot-to-fucking-answer-for/#comments

    On http://xed.ch/help/, a number of useful personal technical notes can be found.

    For example, http://xed.ch/help/usbdrive.html describes how to create bootable USB drives.
    Wed Apr 12 12:36:44 2017 - permalink -
    - http://xed.ch/b/2015/0901.html
    C language programming Python reading USB
  • 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
  • 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
  • Overview — Graphite 0.10.0 documentation
    Real-time graphing tool written in Python.

    Graphite does two things:
       Store numeric time-series data
       Render graphs of this data on demand
    Fri Apr 1 16:11:10 2016 - permalink -
    - http://graphite.readthedocs.org/en/latest/overview.html
    graphical-programming Python software
  • Welcome to Attic — Attic - Deduplicating Archiver 0.16 documentation
    Attic is a deduplicating backup program written in Python. The main goal of Attic is to provide an efficient and secure way to backup data. The data deduplication technique used makes Attic suitable for daily backups since only the changes are stored.
    Currently Linux, FreeBSD and MacOS X are supported.
    Sun Mar 20 01:15:44 2016 - permalink -
    - https://attic-backup.org/
    backup FOSS Python software
Links per page: 20 50 100
◄Older
page 2 / 3
Newer►
Shaarli 0.0.41 beta - The personal, minimalist, super-fast, no-database delicious clone. By sebsauvage.net. Theme by idleman.fr.