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 / 7
127 results tagged programming  ✕   ✕
10 PRINT https://10print.org/
Sun 19 Mar 2023 08:29:34 PM PDT archive.org

This book takes a single line of code—the extremely concise BASIC program for the Commodore 64 inscribed in the title—and uses it as a lens through which to consider the phenomenon of creative computing and the way computer programs exist in culture. The authors of this collaboratively written book treat code not as merely functional but as a text—in the case of 10 PRINT, a text that appeared in many different printed sources—that yields a story about its making, its purpose, its assumptions, and more. They consider randomness and regularity in computing and art, the maze in culture, the popular BASIC programming language, and the highly influential Commodore 64 computer.

Buy or download for free.

ebooks download free commodore programming culture
blogmywiki/smolBASIC https://github.com/blogmywiki/smolBASIC
Tue 28 Feb 2023 03:28:40 PM PST archive.org

An implementation of BASIC for the BBC micro:bit, written in Micropython.

programming language micropython basic
Sizecoding Wiki http://www.sizecoding.org/wiki/Main_Page
Sun 26 Feb 2023 11:47:16 AM PST archive.org

SizeCoding.org is a wiki dedicated to the art of creating very tiny programs for most popular types of CPUs. As sizecoding is also popular on other hardware, we recently opened the website for other platforms as well, check the links below. By "very tiny programs", we mean programs that are 256 bytes or less in size, typically created by members of the demoscene as a show of programming skill. The size of these tiny programs is measured by their total size in opcode bytes, and are usually presented as an executable binary.

Despite their tiny size, these programs are able to produce amazing graphical displays, playable games, and sometimes music. There are even some surprisingly effective programs in just 16 bytes or even 8 bytes.

The intent of this wiki is to teach assembler programmers the various techniques used to create tiny demoscene intros. While these techniques can be used for other applications (boot sectors, ROM, BIOS and firmware code, etc.), the information presented here is firmly oriented towards the demoscene. Practicality and common sense are sometimes thrown out the window just to shave a single byte. Consider yourself warned.

wiki programming hacking demos demoscene tiny
Scalibq/DOS_SDK https://github.com/Scalibq/DOS_SDK
Sun 12 Feb 2023 08:59:18 PM PST archive.org

An SDK for developing DOS software for x86 machines, including IBM PC compatibles and NEC PC-98.

Since a PC is composed of a number of off-the-shelf chips, the SDK is structured in a way to reflect this. This means that the definitions related to specific chips such as the 6845, the 8253, 8259 etc. are separated from how they are implemented in the PC architecture (the IO addresses, memory addresses, IRQ and other resources they use). A header file for a specific chip will only contain the generic information for the chip. A separate system-specific header file (in this case IBMPC.inc/IBMPC.h or PC98.inc/PC98.h) will then contain the information specific to the implementation of that system. This allows you to use the header file for the chip for any system that implements it. This is especially useful for writing code for both IBM PC and NEC PC-98, which mostly use the same hardware, but not at the same locations. In future, it may also be expanded to other systems, such as the Tandy 2000.

C programming libraries msdos pc
Cyber - Fast and concurrent scripting https://cyberscript.dev/
Tue 31 Jan 2023 06:33:53 PM PST archive.org

Cyber is a new language for fast, efficient, and concurrent scripting. Easy to learn. Dynamic and gradual types. Concurrency with fibers. Multithreaded. Memory safe. FFI and Embeddable. Cyber wants to provide fast and delightful scripting. You can embed Cyber into your applications, games, and engines on desktop or the web. Cyber also comes with a CLI so you can do scripting on your computer. Aims toward memory safety.

NOTE: Cyber is currently at (v0.1) and is unstable. Multithread features are still in the design phase.

Github: https://github.com/fubark/cyber

programming languages scripting interpreter
FedVTE Public Courses Page https://fedvte.usalearning.gov/public_fedvte.php
Sun 22 Jan 2023 02:41:29 PM PST archive.org

The Federal Virtual Training Environment (FedVTE) provides the following courses free of charge and without login requirements. You must use a modern browser (Edge, Chrome, Firefox) and have cookies enabled to track your progress in these courses.

online classes education free programming infosec
Tom's Data Onion: A Programming Puzzle In a Text File https://www.tomdalling.com/toms-data-onion/
Sun 20 Nov 2022 04:30:00 PM PST archive.org

At the bottom of this file you will find a payload -- a blob of data that has been obfuscated in some way. When it is decoded correctly, the payload will turn into another text file with another puzzle. There are many puzzles wrapped inside each other, like a matryoshka doll, or the layers of an onion.

You will need to write code to do the decoding. This can be done using any programming language.

Every layer clearly explains how to decode its payload. These are puzzles with deterministic solutions, like Sudoku, not riddles. I'm a software developer, not the sphinx of Thebes.

There is a little bit of educational value in each layer. In order to progress, you will need to learn and use computery concepts like bitwise operations, encodings, cryptography, error detection, and so on.

puzzles programming hacking
Pebble https://www.nashhigh.com/code/pebble
Fri 04 Nov 2022 07:44:28 PM PDT archive.org

Pebble is a complete modular music engine in the form of a simple text editor. Using the Pebble code language, you can create custom sounds and arrange them into full songs using a dynamic piano-roll notation.

The editor supports live playback and looping, as well as WAV export. For more information about using Pebble, see the Guide page on this site or type help in the FILE bar in the program!

You can get the software from itch.io: https://nashhigh.itch.io/pebble

software crossplatform music tracker cli programming
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
REXX http://www.rexxinfo.org/
Tue 25 Oct 2022 03:37:59 PM PDT archive.org

Rexx is a versatile programming language that combines ease of use with power. Runs on nearly all platforms. Tries to strike a balance between the ease of BASIC but the power of other languages. Has OO and Java-compatible variants. Can be used as an embedded scripting language.

programming languages scripting
nand2tetris https://www.nand2tetris.org/
Wed 05 Oct 2022 09:02:39 PM PDT archive.org

A site that starts with explaining NAND gates and from that basic principle teaches you how to build a complete computer.

textbooks computers logic programming architecture
philburk/pforth https://github.com/philburk/pforth
Wed 31 Aug 2022 02:03:37 PM PDT archive.org

A Portable ANS-like Forth written in ANSI C.

language programming forth C portable
Forth Interest Group http://www.forth.org
Sun 21 Aug 2022 05:04:56 PM PDT archive.org

The Forth Interest Group (FIG) was a world-wide, non-profit organization for education in and the promotion of the Forth computer language. This website offers an on-line literature database, programming tools, reference works, public-domain and experimental implementations of the Forth programming language for various platforms, technical conferences, and connections to other Forth resources.

Although FIG as an organization has dissolved, this website will continue to reflect the on-going interest in Forth.

programming languages forth books downloads tutorials firmware
The Art of Assembly Language Programming http://www.phatcode.net/res/223/files/html/toc.html
Sat 02 Jul 2022 09:25:25 PM PDT archive.org

A complete textbook on computer architecture and assembly language programming, as a website, in easy-to-digest pages.

online textbook assembly computers architecture programming
Vision BASIC https://visionbasic.net
Thu 02 Jun 2022 10:10:35 PM PDT archive.org

What can you do with Vision BASIC? Pretty much anything you want to. Speed will no longer be a problem! Why? Because on it's own, Vision BASIC is VERY fast! But when you need to crank out even more speed, all you need to do is insert machine language anywhere you wish to. Yes, you can actually type machine language instructions right next to BASIC commands! You won't need to load in external machine language files, and you won't need to poke machine language code to memory. This is because Vision BASIC also doubles as an assembler – you can write BASIC programs with it or machine language programs with it, or a blend of the two!

Vision BASIC also includes a whole new batch of commands to help you realize your programming dreams! Need sprites? Vision BASIC's got you covered! Need sound and graphics? Yep, gotcha covered there too! Vision BASIC was designed to greatly minimize your need to POKE around with all those crazy registers. In fact, you might never need to POKE again! And if you find yourself needing a command or function that isn't available, you can simply create it yourself – by creating the needed subroutine and calling it by whatever name you choose to give it. These "user defined" commands and functions can be saved into separate files and added to your programs whenever you need them!

programming language retrocomputing c64 compiler assembly
Mel's Loop https://melsloop.com
Sun 22 May 2022 06:20:24 PM PDT archive.org

The story of Mel (a real programmer). Annotated.

classics hackers programming history
Flashrom https://www.flashrom.org/
Thu 19 May 2022 01:40:56 PM PDT archive.org

flashrom is a utility for identifying, reading, writing, verifying and erasing flash chips. It is designed to flash BIOS/EFI/coreboot/firmware/optionROM images on mainboards, network/graphics/storage controller cards, and various other programmer devices. Supports more than 476 flash chips, 291 chipsets, 500 mainboards, 79 PCI devices, 17 USB devices and various parallel/serial port-based programmers. Supports parallel, LPC, FWH and SPI flash interfaces and various chip packages. No physical access needed, root access is sufficient (for mainboards, presumably).

hacking hardware flash rom programming cli tool
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
DavidGriffith/minipro/ https://gitlab.com/DavidGriffith/minipro/
Tue 15 Feb 2022 03:40:03 PM PST archive.org

An open source program for controlling the MiniPRO TL866xx series of chip programmers. This program exists because the manufacturer of the MiniPRO TL866xx series of chip programmers does not provide a program for use on Linux or other flavors of Unix. We who keep this project going prefer a simple, free, and open-source program that presents a command-line interface that allows for a GUI front-end if desired.

Compatible with Minipro TL866CS, TL866A, and TL866II+ from Autoelectric. Supports more than 13000 target devices (including AVRs, PICs, various BIOSes and EEPROMs).

It's even in the AUR: https://aur.archlinux.org/packages/minipro

electronics programming C crossplatform chips
batari Basic commands https://www.randomterrain.com/atari-2600-memories-batari-basic-commands.html
Wed 05 Jan 2022 12:30:46 PM PST archive.org

The official, canonical documentation for batari BASIC.

retrocomputing programming manual atari basic
page 1 / 7
4682 links, including 339 private
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn