380 links
  • Cat's Whisker Links
  • Home
  • Login
  • RSS Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
◄Older
page 1 / 5
88 results tagged programming x
  • The Grug Brained Developer
    this collection of thoughts on software development gathered by grug brain developer
    Wed 22 Jun 2022 04:08:43 PM MDT - permalink -
    QRCode
    - https://grugbrain.dev/
    programming
  • Data Race Patterns in Go
    Good summary of several Go concurrency gotchas.
    Sat 11 Jun 2022 11:20:22 AM MDT - permalink -
    QRCode
    - https://eng.uber.com/data-race-patterns-in-go/
    golang programming
  • The Insane Innovation of TI Calculator Hobbyists • &> /dev/null
    Thu 07 Oct 2021 10:29:06 AM MDT - permalink -
    QRCode
    - https://www.thirtythreeforty.net/posts/2021/10/ti-calculator-innovation/
    embedded programming
  • Ideology: A talk by Gary Bernhardt
    A talk by Gary Bernhardt from Strange Loop 2015 about ideology in computer programming (the beliefs that guide programmers without them realizing/admitting that they hold those beliefs).
    Sat 21 Aug 2021 03:19:07 PM MDT - permalink -
    QRCode
    - https://www.destroyallsoftware.com/talks/ideology
    programming video
  • Threaded Code
    Discussion of various techniques for dispatching instructions in virtual machine interpreter. (I got here while reading about Forth and "threaded languages".)
    Sun 27 Jun 2021 01:26:52 PM MDT - permalink -
    QRCode
    - https://www.complang.tuwien.ac.at/forth/threaded-code.html
    programming
  • The Bell System Technical Journal (1922-1983)
    Sun 27 Jun 2021 10:25:07 AM MDT - permalink -
    QRCode
    - https://archive.org/details/bstj-archives
    electronics magazine programming
  • BYTE Magazine archive
    Issues of BYTE magazine on the Internet Archive.

    From Wikipedia:

    "Byte (stylized as BYTE) was an American microcomputer magazine, influential in the late 1970s and throughout the 1980s because of its wide-ranging editorial coverage. Whereas many magazines were dedicated to specific systems or the home or business users' perspective, Byte covered developments in the entire field of "small computers and software", and sometimes other computing fields such as supercomputers and high-reliability computing. Coverage was in-depth with much technical detail, rather than user-oriented. Byte started in 1975, shortly after the first personal computers appeared as kits advertised in the back of electronics magazines. Byte was published monthly, with an initial yearly subscription price of $10. Print publication ceased in 1998 and online publication in 2013."
    Sun 27 Jun 2021 10:23:04 AM MDT - permalink -
    QRCode
    - https://archive.org/details/byte-magazine?sort=-date
    magazine programming
  • Micro Cornucopia magazine archive
    Issues of the 1980s computer magazine Micro Cornucopia on the Internet Archive.
    Sun 27 Jun 2021 10:16:20 AM MDT - permalink -
    QRCode
    - https://archive.org/search.php?query=subject%3A%22micro+cornucopia%22
    magazine programming
  • Computer Language magazine archives
    Computer Language magazine issues on the Internet Archive

    A table of contents for the issues can be found here: http://ftp.math.utah.edu/pub/tex/bib/toc/complang.html
    Sun 27 Jun 2021 09:50:46 AM MDT * - permalink -
    QRCode
    - https://archive.org/details/computerlanguage
    magazine programming
  • Compute! Gazette (1983-1990)
    Every issue of COMPUTE!'s Gazette on the Internet Archive.

    From Wikipedia: COMPUTE!'s Gazette (ISSN 0737-3716) was a computer magazine of the 1980s, directed at users of Commodore's 8-bit home computers. Publishing its first issue in July 1983, the Gazette was a Commodore-only daughter magazine of the computer hobbyist magazine COMPUTE!.
    Sat 26 Jun 2021 09:01:52 AM MDT * - permalink -
    QRCode
    - https://archive.org/details/compute-gazette?sort=-date
    c64 magazine programming
  • Why I still Lisp (and you should too!) | by Anurag Mendhekar
    An apology for s-expression based, dynamically typed, mostly functional, call-by-value λ-calculus based languages.
    Mon 01 Feb 2021 11:01:48 PM MST - permalink -
    QRCode
    - https://mendhekar.medium.com/why-i-still-lisp-and-you-should-too-18a2ae36bd8
    lisp programming racket
  • Simple Go project layout with modules - Eli Bendersky's website
    This was helpful for starting a go project.
    Sun 24 Jan 2021 09:42:28 AM MST - permalink -
    QRCode
    - https://eli.thegreenplace.net/2019/simple-go-project-layout-with-modules/
    golang programming
  • Food on the table while giving away code | daniel.haxx.se
    How Daniel Stenberg finally started making a living off of curl.
    Sat 23 Jan 2021 05:29:34 PM MST * - permalink -
    QRCode
    - https://daniel.haxx.se/blog/2021/01/15/food-on-the-table-while-giving-away-code/
    opensource programming
  • Donut math: how donut.c works – a1k0n.net
    Nice explanation for rendering simple 3D graphics.
    Sat 23 Jan 2021 05:28:27 PM MST - permalink -
    QRCode
    - https://www.a1k0n.net/2011/07/20/donut-math.html
    programming
  • CodeReviewComments · golang/go Wiki
    Some helpful advice for writing Go.
    Sat 02 Jan 2021 09:03:20 PM MST - permalink -
    QRCode
    - https://github.com/golang/go/wiki/CodeReviewComments#synchronous-functions
    golang programming
  • <Now Go Bang!> BASIC (Re)Numbering - with Commodore
    A JavaScript program to renumber Commodore BASIC programs (including jump targets)
    Mon 23 Nov 2020 09:16:54 PM MST - permalink -
    QRCode
    - https://www.masswerk.at/nowgobang/2020/commodore-basic-renumber
    basic c64 programming
  • ZZT in Go (using a Pascal-to-Go converter)
    Ben Hoyt on [semi-]automatically converting a Pascal game to Go.
    Wed 18 Nov 2020 10:59:17 PM MST - permalink -
    QRCode
    - https://benhoyt.com/writings/zzt-in-go/
    golang pascal programming
  • GoAWK, an AWK interpreter written in Go
    Ben Hoyt's great write up of an AWK interpreter he wrote in Go, including an overview of the lexer, parser, interpreter, unit tests, and profiling for performance improvements.
    Wed 18 Nov 2020 10:26:43 PM MST - permalink -
    QRCode
    - https://benhoyt.com/writings/goawk/
    golang programming
  • Repl.it - Home
    A rather full-featured REPL environment slash IDE for many programming languages.
    Wed 28 Oct 2020 09:07:32 PM MDT - permalink -
    QRCode
    - https://repl.it/
    programming
  • Home - glot.io
    Calls itself "an open source pastebin with runnable snippets and API". It's a nice and useful REPL environment for many langauges. More simple than repl.it
    Wed 28 Oct 2020 09:06:43 PM MDT - permalink -
    QRCode
    - https://glot.io/
    programming
Links per page: 20 50 100
◄Older
page 1 / 5
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation