Bookmarks
Tag cloud
Picture wall
Daily
RSS Feed
  • RSS Feed
  • Daily Feed
  • Weekly Feed
  • Monthly Feed
Filters

Links per page

  • 20 links
  • 50 links
  • 100 links

Filters

Untagged links
page 1 / 31
609 results tagged python  ✕   ✕
Blokkendoos/AACircuit https://github.com/Blokkendoos/AACircuit
Tue 28 Mar 2023 12:45:39 PM PDT archive.org

A desktop application which makes it easy to draw circuit diagrams in ASCII characters. No requirements.txt file, requires the following modules from Pypi:

  • xerox
  • pypubsub
  • bresenham
  • PyGObject
python circuits asciiart cli diagrams text applications
llmapi-io/llmapi-server https://github.com/llmapi-io/llmapi-server
Mon 27 Mar 2023 12:59:04 PM PDT archive.org

llmapi-server is an abstract backend that encapsulates a variety of large language models (LLM, such as ChatGPT, GPT-3, GPT-4, etc.), and provides simple access services through OpenAPI.

python api llm ai ml selfhosted
netspooky/scare https://github.com/netspooky/scare
Mon 27 Mar 2023 12:41:04 PM PDT archive.org

scare is a multi-arch assembly REPL and emulator for your command line.

There aren't many modern assembly REPLs out there. The ones that do exist are either opaque webapps, or are tied to specific architecture or platform. scare was built for people who want to test, experiment, or otherwise play with assembly code. All assembled code is run in an emulator, which executes only the code you give it. The multi-architecture design for the underlying scarelib library is meant to be modular, allowing for new architectures to be added quickly.

python assembly repl experimentation programming
exaloop/codon https://github.com/exaloop/codon
Tue 21 Mar 2023 08:57:02 PM PDT archive.org

Codon is a high-performance Python compiler that compiles Python code to native machine code without any runtime overhead. Typical speedups over Python are on the order of 10-100x or more, on a single thread. Codon's performance is typically on par with (and sometimes better than) that of C/C++. Unlike Python, Codon supports native multithreading, which can lead to speedups many times higher still.

python compiler
PiScope http://abyz.me.uk/rpi/pigpio/piscope.html
Tue 21 Mar 2023 08:54:56 PM PDT archive.org

piscope is a logic analyser (digital waveform viewer) for the RasPi. It shows the state (high or low) of selected GPIO pins in real-time. Uses the services of the pigpio library. pigpio needs to be running on the Pi whose GPIO are to be monitored. The pigpio library may be started as a daemon.

Install pigpiod on the RasPi: sudo apt-get install pigpiod pigpio-tools
Install PyScop on your workstation: yay -S pyscope
Start pigpiod: sudo pigpiod
Run pyscope on your workstation

  • export PIGPIO_ADDR=raspi
  • piscope
python raspi oscilloscope gpio debugging electronics
quay/quay https://github.com/quay/quay
Thu 16 Mar 2023 06:57:02 PM PDT archive.org

Quay is a self-hosted Docker container registry. Supports Docker registry protocol v2, Docker manifest schema v2.1 and v2.2, image discovery and squashing, third-party authentication, and more.

docker devops containers selfhosted python exocortex rest api
togethercomputer/OpenChatKit https://github.com/togethercomputer/OpenChatKit
Tue 14 Mar 2023 12:32:09 PM PDT archive.org

OpenChatKit provides a powerful, open-source base to create both specialized and general purpose chatbots for various applications. The kit includes an instruction-tuned 20 billion parameter language model, a 6 billion parameter moderation model, and an extensible retrieval system for including up-to-date responses from custom repositories. It was trained on the OIG-43M training dataset, which was a collaboration between Together, LAION, and Ontocord.ai. Much more than a model release, this is the beginning of an open source project. We are releasing a set of tools and processes for ongoing improvement with community contributions.

Includes pre-trained network weights.

python ai ml chatbots exocortex betafork frameworks models
jnthek/rtlsdr_codes https://github.com/jnthek/rtlsdr_codes
Tue 14 Mar 2023 12:28:45 PM PDT archive.org

Some Python scripts somebody wrote to do interesting things with an RTL-SDR. The only one that's vaguely documented is the spectrum analyzer.

python rf rtlsdr
Simple Photo Gallery https://haltakov.net/simple-photo-gallery/
Mon 27 Feb 2023 06:35:49 PM PST archive.org

A simple command line tool which takes a directory of images, reorganizes them a little bit (I'm not wild about this but it's not too hard to put everything back the way it was), and generates a static image gallery. Uses just a little bit of Javascript webshit to make the gallery responsive and mobile-friendly. The default theme looks a bit like Flickr's default album.

Github: https://github.com/haltakov/simple-photo-gallery

python cli images static gallery generator cli
hwchase17/langchain https://github.com/hwchase17/langchain
Thu 09 Feb 2023 05:43:09 PM PST archive.org

Building applications with LLMs through composability. Large language models (LLMs) are emerging as a transformative technology, enabling developers to build applications that they previously could not. But using these LLMs in isolation is often not enough to create a truly powerful app - the real power comes when you can combine them with other sources of computation or knowledge.

python ai ml betafork exocortex
misbahsy/chat-your-data https://github.com/misbahsy/chat-your-data
Thu 09 Feb 2023 05:29:48 PM PST archive.org

Create a ChatGPT like experience over your custom docs using LangChain. This repo can help you use models hosted on HuggingFace for embedding and for text generation.

python ai ml selfhosted betafork exocortex
SpiderLabs/scavenger https://github.com/SpiderLabs/scavenger
Sun 22 Jan 2023 02:41:02 PM PST archive.org

scavenger is a multi-threaded post-exploitation scanning tool for scavenging systems, finding most frequently used files and folders as well as "interesting" files containing sensitive information.

hacking datamining python search shares
altapi.tech https://altapi.tech/
Sun 22 Jan 2023 11:32:09 AM PST archive.org

Providing a suite of API endpoints to extract alternative data. Social sentiment analysis of companies, file analysis, insider trade retrieval and analysis, analyst ratings, ESG scoring.

Accessible through RapidAPI.

Free trial, 100 API calls/month. 2 requests/second

Github: https://github.com/sankalpbhatia20/AltAPI-opensource

Requires Postgres as its back-end if you self-host.

Patch this into Searx?

exocortex rest api analysis python information companies stocks data
noDRM/DeDRM_tools https://github.com/noDRM/DeDRM_tools
Sat 21 Jan 2023 05:55:08 PM PST archive.org

This is a fork of Apprentice Harper's version of the DeDRM tools. Apprentice Harper said that the original version of the plugin is no longer maintained, so I've taken over, merged a bunch of open PRs, and added a ton more features and bugfixes.

These are plugins for Calibre v4.x and later for removing DRM from ebooks.

python ebooks drm tools plugins
thewhiteh4t/nexfil https://github.com/thewhiteh4t/nexfil
Wed 18 Jan 2023 05:29:17 PM PST archive.org

NExfil is an OSINT tool written in python for finding profiles by username. The provided usernames are checked on over 350 websites within few seconds. The goal behind this tool was to get results quickly while maintaining low amounts of false positives.

osint usernames search socialnetworks python
peterbrittain/asciimatics https://github.com/peterbrittain/asciimatics
Mon 16 Jan 2023 08:55:24 PM PST archive.org

asciimatics is a cross platform package to do curses-like operations, plus higher level APIs and widgets to create text UIs and ASCII art animations.

It brings a little joy to anyone who was programming in the 80s... Oh and it provides a single cross-platform Python class to do all the low-level console function you could ask for, including coloured and styled text, cursor positioning and manipulation, keyboard interaction, mouse input, console resizing, anti-aliased line drawing, sprites, animation, particle systems, and UI widgets.

python module tui animation frameworks
Pyglet https://pyglet.org/
Mon 16 Jan 2023 08:48:52 PM PST archive.org

pyglet is a powerful, yet easy to use Python library for developing games and other visually-rich applications on Windows, Mac OS X and Linux. It supports windowing, user interface event handling, Joysticks, OpenGL graphics, loading images and videos, and playing sounds and music. All of this with a friendly Pythonic API, that's simple to learn and doesn't get in your way.

Github: https://github.com/pyglet/pyglet

python module animation graphics games frameworks gui
gabrielfalcao/xmpp https://github.com/gabrielfalcao/xmpp
Sat 14 Jan 2023 02:49:43 PM PST archive.org

Simplistic and stateless XMPP implementation for python. A building block for non-blocking XMPP clients, components, gateways and servers. This library was mostly written from scratch, except for the xmpp.sasl which is a modified copy of the contents of the pyxmpp2 library by Jacek Konieczny.

python module exocortex xmpp bot client server
18 Python scripts that help you write code faster https://morioh.com/p/4f4b74ba17cc?f=5c21fb01c16e2556b555ab32
Tue 10 Jan 2023 06:09:21 PM PST archive.org
python article tips tricks
wasi-master/13ft https://github.com/wasi-master/13ft
Tue 10 Jan 2023 05:49:20 PM PST archive.org

This is a simple self hosted server that has a simple but powerful interface to block ads, paywalls, and other nonsense. Specially for sites like medium, new york times which have paid articles that you normally cannot read. Now I do want you to support the creators you benefit from but if you just wanna see one single article and move on with your day then this might be helpful.

It pretends to be GoogleBot (Google's web crawler) and gets the same content that google will get. Google gets the whole page so that the content of the article can be indexed properly and this takes advantage of that.

python webapp exocortex antigone paywalls
page 1 / 31
4691 links, including 339 private
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn