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 / 5
89 results tagged github  ✕   ✕
Github: Working with the Container Registry https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-container-registry
Sat 18 Mar 2023 04:02:45 PM PDT archive.org
github documentation docker containers registry
github.com/B4UDW3RK5 https://github.com/B4UDW3RK5?tab=repositories
Sat 18 Jun 2022 06:57:07 PM PDT archive.org

Repos of a crew who're keeping the old-school alive.

github repos bbs
osmoscraft/osmosmemo https://github.com/osmoscraft/osmosmemo
Sun 02 May 2021 07:34:31 PM PDT archive.org

An in-browser bookmark manager optimized for tagging and retrieval speed. Extract page title and url into a short markdown snippet. One-click to insert the snippet to README.md hosted on GitHub. Add new tags or reuse the ones from previous snippets. Instant search from snippets with the "find on page" utility built into browsers.

Stores the data in a Github repo.

https://github.com/osmoscraft/osmosmemo/issues/1

Implemented as a browser plugin for Firefox, Chrome, and Edge.

bookmarks browser addon firefox chrome github
Your Github Story in 3D https://skyline.github.com/
Thu 18 Feb 2021 03:02:20 PM PST archive.org

Give it your Github username and it'll visualize the last year of account activity as a 3d model that resembles a city's skyline, which you can download an .stl of to fab if you want.

Music by DET: https://soundcloud.com/detmusic

github visualization activity synthwave fun
GitHub - hilary/mastertomain https://github.com/hilary/mastertomain
Fri 03 Jul 2020 07:17:44 PM PDT archive.org

Convert the name of your main development branch from master to main with ease.

github git branches rename shell script
GitHub - DoctorWkt/acwj: A Compiler Writing Journey https://github.com/DoctorWkt/acwj
Thu 18 Jun 2020 01:30:36 PM PDT archive.org

In this Github repository, I'm documenting my journey to write a self-compiling compiler for a subset of the C language. I'm also writing out the details so that, if you want to follow along, there will be an explanation of what I did, why, and with some references back to the theory of compilers.

But not too much theory, I want this to be a practical journey.

ebook notes compiler C textbook github
GitHub - probot/background-check: A GitHub App built with probot that peforms a "background check" to identify users who have been toxic in the past, and shares their toxic activity in the maintainer’s repo. https://github.com/probot/background-check
Sun 06 Oct 2019 06:01:51 PM PDT archive.org

A bot implemented as a Github App which analyzes the interactions a user has had elsewhere on Github and uses sentiment analysis to figure out how toxic the user is likely to be in their interactions with your project.

Uses the Probot framework.

github app bot sentiment nlp nodejs
dotfiles.github.io https://dotfiles.github.io/
Mon 03 Jun 2019 04:50:22 PM PDT archive.org

Backup, restore, and sync the prefs and settings for your toolbox. Your dotfiles might be the most important files on your machine.

Learn from the community. Discover new tools for your toolbox and new tricks for the ones you already use.

Share what you’ve learned with the rest of us.

github list dotfiles projects frameworks templates configs
Hello, CSS! https://github.com/arp242/hello-css
Mon 04 Feb 2019 11:56:42 AM PST archive.org

Hello, CSS! is a CSS template which styles most elements to neutral and aesthetically pleasing defaults. I copy/pasted variants of this so often I figured I might as well put a cleaned up and annotated version somewhere.

I encourage you to pick ’n choose what you need, rather than insert everything.

css webdesign simple clean github
cullum/dank-selfhosted: Automated solution for hosting email, web, DNS, XMPP, and ZNC on OpenBSD. https://github.com/cullum/dank-selfhosted
Tue 06 Nov 2018 01:29:51 PM PST archive.org

Ansible playbook for self-hosting your own email, web hosting, XMPP chat, and DNS records using OpenBSD. Used to host everything on c0ffee.net, but you can easily adapt it for your own domain by setting a few variables in vars.yml.

github ansible playbooks openbsd selfhosted
nikitavoloboev/knowledge: Everything I know https://github.com/nikitavoloboev/knowledge
Sun 16 Sep 2018 11:05:01 PM PDT archive.org

This is my personal wiki where I share everything I know about this world in form of an online GitBook.

github wiki information
MichaelMure/git-bug: Distributed bug tracker embedded in Git https://github.com/MichaelMure/git-bug
Tue 04 Sep 2018 05:39:38 PM PDT archive.org

Uses git's internal storage so no files are added in your project. As you would do with commits and branches, you can push your bugs to the same git remote you are already using to collaborate with other people.

github git bugreport tickets development tools addon distributed
mpolden/echoip: IP address lookup service https://github.com/mpolden/echoip
Wed 29 Aug 2018 09:11:13 AM PDT archive.org

A simple service for looking up your IP address. IPv4 and V6. JSON supported. Can check if a given port at your IP is open with a connect-back. Can do GeoIP country and city lookups on your IP.

Designed for use with CLI utils like wget and cURL.

PoC site here: https://ifconfig.co/

Written in Golang. Should be proxyable.

ip addresses networking foss software github golang tools api
firstlookmedia/sidtoday: Snowden Archive: The SIDtoday Files https://github.com/firstlookmedia/sidtoday/
Thu 16 Aug 2018 11:15:11 AM PDT archive.org

Snowden Archive: The SIDtoday Files

Check out and automatically update this repo.

github mirror documentation snowden
gnomon-/furby-source: Transcribed source code of the "FURBY.ASM - Version 25" PDF from http://www.seanriddle.com/furbysource.pdf https://github.com/gnomon-/furby-source
Tue 14 Aug 2018 12:32:35 PM PDT archive.org
github assembly embedded microcontrollers furby
GitHub - nasa-jpl/open-source-rover: A build-it-yourself, 6-wheel rover based on the rovers on Mars! https://github.com/nasa-jpl/open-source-rover
Thu 02 Aug 2018 11:13:11 PM PDT archive.org

open-source-rover - A build-it-yourself, 6-wheel rover based on the rovers on Mars!

github robotics rover plans cots foss
Neufund/smart-contract-watch: A tool to monitor a number of smart contracts and transactions https://github.com/Neufund/smart-contract-watch
Mon 30 Jul 2018 07:25:04 PM PDT archive.org

It can monitor smart contracts activity and interactions based on generated transactions and events.For example, It can be used a local blockchain explorer that runs locally on your server or machine ,or as an investigation tool that scrapes the blockchain in search for a specific query. This is done by sending requests to an Ethereum node via JSON RPC calls. There are public Ethereum nodes that can probably be used for this.

ethereum blockchain smartcontracts github monitoring nodejs
korn101/PiNumberStation: Pi-based FM Number Station w/ basic Speech Synthesis. https://github.com/korn101/PiNumberStation
Fri 13 Jul 2018 01:35:41 PM PDT archive.org

Pi-based FM Number Station w/ basic Speech Synthesis.

github raspi python c numbersstation rf transmitter
freedomofpress/trackthenews https://github.com/freedomofpress/trackthenews
Mon 02 Jul 2018 02:16:09 PM PDT archive.org

trackthenews is the script that powers @FOIAfeed, a Twitter bot that monitors news outlets for reporting that incorporates public records laws like the Freedom of Information Act (FOIA), and tweets links to and excerpts from matching articles. The underlying software can track any collection of RSS feeds for any keywords.

github python rss keywords twitter foia
google/gif-for-cli https://github.com/google/gif-for-cli
Mon 02 Jul 2018 01:45:56 PM PDT archive.org

Takes in a GIF, short video, or a query to the Tenor GIF API and converts it to animated ASCII art. Animation and color support are performed using ANSI escape sequences.

github foss python images ascii art funny
page 1 / 5
4679 links, including 339 private
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn