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 / 4
80 results tagged documentation  ✕   ✕
Pebble livecoding/music tracker reference guide https://www.nashhigh.com/code/pebble/pebble-guide
Fri 04 Nov 2022 07:42:56 PM PDT archive.org

This is an in-depth guide to the different elements of the Pebble code language. It is set up to be a reference more than a tutorial, so if you are just starting out, you might want to go through the welcome document first. (This is the first file that loads when you start Pebble.) Or you could try out one of the demo files, by typing demo1, demo2, or demo3 into the File bar and pressing Load. You can also enter help to access this guide in-program, or use ref to get the quick-reference guide. The default soundpack is sounds which you can import (IMP sounds) to access many basic sounds, or you can load it directly to scope out how they are created.

The Pebble code language is modular, which means that all the sounds, instruments, and patterns are created by combining and arranging different modules, each of which typically performs a simple function (like addition, or changing volume).

documentation music tracker programming language cli
krakenrf/krakensdr_docs/wiki/ https://github.com/krakenrf/krakensdr_docs/wiki/
Wed 05 Oct 2022 05:20:08 PM PDT archive.org

Official documentation for the Kraken SDR.

rtlsdr wiki documentation
Rc — The Plan 9 Shell https://9p.io/sys/doc/rc.html
Tue 04 Oct 2022 09:50:47 PM PDT archive.org

Rc is a command interpreter for Plan 9 that provides similar facilities to UNIX’s Bourne shell, with some small additions and less idiosyncratic syntax. This paper uses numerous examples to describe rc’s features, and contrasts rc with the Bourne shell, a model that many readers will be familiar with.

unix shells documentation
Four Thieves Vinegar Abortion Card Info Sheet https://fourthievesvinegar.org/card/
Fri 26 Aug 2022 01:00:15 PM PDT archive.org

So you have a Four Thieves Abortion Card, what do you do with it?

First off, if you don't need it now, do not break the seal of the mylar bag. The main vulnerability of Misoprostol is humidity. So, keep it sealed, and out of extreme heat or sunlight.
...

Read and save for later, should you need it.

reproductivehealth abortion documentation archived
Null 2 Build Guide https://www.null2.co.uk/build-guide
Fri 15 Jul 2022 11:42:21 AM PDT archive.org

Construction documentation for the Null 2 Linux-powered handheld console.

documentation construction raspi project howto
All PIC microcontrollers https://gputils.sourceforge.io/html-help/index.html
Wed 13 Jul 2022 07:16:05 PM PDT archive.org

Somebody put together a very helpful list of all of the PIC microcontrollers out there, their specifics, and most importantly what their configuration bits (fuses) mean and what the constants map to. For example, MCLRE=off is 0xfdf.

documentation microcontrollers pic configuration fuse bits
Shopify Liquid API Reference https://shopify.dev/api/liquid
Sun 03 Jul 2022 06:29:54 PM PDT archive.org

Liquid is a template language created by Shopify. It's available as an open source project on GitHub, and is used by many different software projects and companies.

This reference documents the Liquid tags, filters, and objects that you can use to build Shopify Themes.

Of course, this applies to anything else that uses Liquid as its templating language.

huginn templates language reference documentation
Modern XMPP https://docs.modernxmpp.org
Sat 04 Jun 2022 11:12:50 AM PDT archive.org

Modern XMPP is an independent project launched to improve the quality of user-to-user messaging applications that use XMPP. XMPP is a mature open standard for internet messaging. If you are reading this, you have probably heard of it.

We are developing a handful of simple documents aimed at people who wish to build on top of XMPP. The recommendations are derived from healthy discussions between developers from multiple XMPP projects and other members of the XMPP community.

Our recommendations highlight only the XEPs you need to implement for a modern messaging application, ignoring historical cruft and excessive backwards-compatibility.

We also intend to provide a comprehensive set of guidelines for UI and UX design. Developing a client was never just about the protocol. In fact in most cases the protocol is a secondary concern. Having a concrete set of guidelines will help to provide a more uniform user experience between different applications, ensuring they use the same terminology, and provide interoperable feature sets.

Github: https://github.com/modernxmpp/modernxmpp

xmpp documentation im bestpractices recommendations
https://github.com/krakenrf/krakensdr_doa/ https://github.com/krakenrf/krakensdr_doa/
Wed 25 May 2022 04:02:37 PM PDT archive.org

Github repository for the Kraken SDR.

This software is intended to demonstrate the direction of arrival (DoA) estimation capabilities of the KrakenSDR and other RTL-SDR based coherent receiver systems which use the compatible data acquisition system - HeIMDALL DAQ Firmware.

The complete application is broken down into two main modules in terms of implementation, into the DAQ Subsystem and to the DSP Subsystem. These two modules can operate together either remotely through Ethernet connection or locally on the same host using shared-memory.

Running these two subsystems on separate processing units can grant higher throughput and stability, while running on the same processing unit makes the entire system more compact.

There is a beta Raspbian image available for download that includes all of the necessary software.

Designed with the RasPi 4 specifically in mind.

Documentation for the Kraken SDR is in this repo's wiki.

Also, thankfully, has instructions for installing the software yourself so you're not reliant upon their builds.

rtlsdr software raspbian rf documentation radar
FCC Public Inspection Files https://publicfiles.fcc.gov/
Wed 18 May 2022 03:00:51 PM PDT archive.org

This site provides summary information about, and access to, the “public inspection file” (or “public file”) for the following types of entities: licensed full-service radio and television broadcast stations, Class A television stations, cable television systems, direct broadcast satellite (“DBS”) providers, and satellite radio (also referred to as “Satellite Digital Audio Radio Services” or “SDARS”) licensees.

The Commission first adopted rules requiring broadcast stations to keep a public file more than 40 years ago and certain political programming files have been public for nearly 75 years. The public file for broadcast stations contains a variety of information about each station’s operations and service to its community of license, including information about political time sold or given away by each station, quarterly lists of the most significant programs each station aired concerning issues of importance to its community, data on ownership of each station and active applications each station has filed with the Commission. The Commission adopted the public inspection file requirement to "make information to which the public already has a right more readily available, so that the public will be encouraged to play a more active part in dialogue with broadcast licensees."

Cable, DBS, and SDARS entities also have public and political file requirements. These entities’ political file requirements are substantially similar to those of television and radio broadcasters. Apart from the political file, however, cable, DBS, and SDARS entities’ other public file requirements differ somewhat from the public file requirements applicable to broadcasters.

usa government broadcast stations osint documentation television radio cable disclosures
blurpy/minipro https://github.com/blurpy/minipro
Sat 12 Mar 2022 02:03:06 PM PST archive.org

Notes on how to use the minipro F/OSS chip programming software. Because the docs are missing important stuff, like how to use it.

Cloned to Windbringer.

howto electronics chips programming documentation notes
Helping Individuals Experiencing Homelessness Obtain Identification Documents https://hhrctraining.org/knowledge-resources/toolkit/1926/helping-individuals-experiencing-homelessness-obtain
Sun 06 Feb 2022 07:18:50 PM PST archive.org

This resource provides guidance on helping individuals who are experiencing homelessness obtain identification (ID) documents, including birth certificates, Social Security cards, state-issued IDs, DD214s, and Green Cards. This toolkit is available in English and Spanish.

people homelessness documentation download free
batari BASIC commands https://alienbill.com/2600/basic/downloads/0.35/help.html
Wed 05 Jan 2022 11:44:52 AM PST archive.org

A reference for batari BASIC, a compiled dialect of BASIC for the Atari 2600.

programming documentation basic atari games retrocomputing
DLH's Commodore Archive https://commodore.bombjack.org/commodore/
Wed 15 Dec 2021 04:03:49 PM PST archive.org

An extensive archive of the original Commodore related documentation.

retrocomputing c64 documentation archive
Commodore C64 Manuals https://archive.org/details/commodore_c64_manuals
Wed 01 Dec 2021 05:33:49 PM PST archive.org

A collection of manuals, instructions, schematics and information pamphlets related to the Commodore C64 computer at the Internet Archive.

archive retrocomputing commodore documentation hardware
Skyscanner API Reference https://skyscanner.github.io/slate/#api-documentation
Sat 02 Oct 2021 01:50:17 PM PDT archive.org

A service that provides an API for searching and comparing prices and deals on tickets, vehicle rentals, and suchlike.

rest api exocortex travel tickets search switchboard documentation rental
GNU Screen cheatsheet https://devhints.io/screen
Tue 14 Sep 2021 05:11:35 PM PDT archive.org
reference cheatsheet documentation sysadmin cli
Internet Archive: Commodore Historical Documents https://archive.org/details/commodorehistory
Wed 18 Aug 2021 05:53:11 PM PDT archive.org

A very large collection of corporate and development documents for Commodore Computers (RIP).

retrocomputing archive commodore documentation advertising
freereadorg/awesome-libgen https://github.com/freereadorg/awesome-libgen
Sat 29 May 2021 06:45:37 PM PDT archive.org
awesome science papers api documentation tools
man 1 ash https://linux.die.net/man/1/ash
Sun 25 Apr 2021 02:42:41 PM PDT archive.org

The manpage for the ASH shell.

documentation shell ash scripting
page 1 / 4
4589 links, including 328 private
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn