ICT: Diary
D: 28 W: 05

< January 2026 >
Sun Mon Tue Wed Thu Fri Sat
 123
45678910
11121314151617
18192021222324
25262728293031

Based on notaweblog.php by joshua stein


searching for entries matching "programming"…

wednesday, 21 august 2024
Shell Programming The redirect in the following command was not working: doas tcpdump -netttXi iwm0 | grep 'who-has' | awk -F' ' '{ print $10; }' > ipaddr I realised that I could simplify the command: doas tcpdump -netttXi iwm0 | awk -F' ' ' /who-has/ { print $10; }' > ipaddr but the redirect was still not working…

sunday, 16 june 2024
One Process Programming Notes

thursday, 29 february 2024
Leap Year Beej's Guides Network Programming C Programming PostmarketOS: 23.12 Trying to upgrade to the latest release and was getting failing with temporary error messages, turns out Virgin Media was not providing DNS , this was resolved by adding 9.9.9.9 to resolv.conf . c PostmarketOS PinePhone

saturday, 1 july 2023
BMX National: Gosport Beep Box online synthesiser, found by Jason's music section, following reading the Programming Language Checklist … Checklist You have reinvented PHP, but better… that is no justification lulu: book publishers

friday, 9 september 2022
Code… for dir in *; do mv "$dir" `echo $dir | awk -F " - " '{print $1}'`; done Things apt list --installed : what's installed Lumi : H5P tool The AWK Programming Language book by Aho, Kernigan, Weinberger

tuesday, 10 may 2022
Dynamic Programming Bret Victor has been doing some interesting research in to Dynamic Programming. There are some great talks and demo's but no obvious sign of the code… The tool is the third iteration of Bret's attempt to achieve this, the first attempt was described in Designing a Design tool in his Magic Ink presentation, the second was Substroke which appears to be based on a Lua engine. sculpt is javascript tool inspired by Bret Victor's work. D3.js Javascript library for manipulating documents based on data. joy.js This is an interest project by Nicky , read the faq which has interest stuff on Maths and Learning. Dynamic Programming

monday, 6 september 2021
Shell Programming Missing semester from your CS education Unix Tools : an EdX course on Data, Software and Production Engineering shell

thursday, 2 january 2020
... Physically Based Rendering : a literate programming approach to rendering. pbr render ...

friday, 13 september 2019
... Felienne heads the PERL group. programming ...

wednesday, 17 july 2019
Lua Playing with lua in preparation for my 32blit! Learning Lua and the Programming in Lua . Rust The Rust Programming Language : online book. First rust programme written, compiled and run! Hello Rust lua rust

monday, 13 may 2019
... is a functional and imperative programming language. It is a LISP language ...

tuesday, 4 september 2018
MITx: 6.00.1x Started Introduction to Computer Science and Programming Using Python on edX Consensus Humming tweet : about this process. cpd python consensus

monday, 18 june 2018
... functions SportsLeaders 10:00 programming ...

tuesday, 3 april 2018
... language to serve as an education programming vehicle. education pyret cs ...

wednesday, 7 march 2018
... Learning . Books of Interest The D programming language, Andrei Alexandrescu ISBN ...

tuesday, 6 march 2018
Shell Programming Serious Shell Programming shell

tuesday, 12 december 2017
Data data from https://analytics.usa.gov/ Design an Effective Lesson Video by Greg Wilson on Designing Effective Lessons . Five Principles for Programming Language for Learners data lessons cs

monday, 7 august 2017
theft C programming property-based testing, which I keep coming across previously , need to actually use it. bunnie Inclusive technology c testing mobile

tuesday, 16 may 2017
... Science 61A - Lecture 1: functional programming 1 on YouTube. So installed scheme ...

friday, 20 january 2017
Notes Notes on Programming in C by Rob Pike Trust Reflections on Trusting Trust by Ken Thompson c trust

friday, 11 september 2015
... Definition needed when teaching programming… network ...

monday, 31 august 2015
... today. Secure, Efficient and Easy C programming was a recommended resource, but ...

thursday, 14 may 2015
... formerly BYOB is a drag and drop programming language. It is an extended reimplementation ...

thursday, 30 april 2015
slug Scotlug meet at Electron Club at 19:00 at CCA . TFT Framebuffer Linux Framebuffer drivers for small TFT LCD display modules Python Learning Resources Some Python Learning Resources from Anna's Blog : Codeacademy A Hands-on Introduction to Python for Beginning Programmers Programming for Everybody (Python) Django Girls Tutorial lug python

thursday, 16 april 2015
... is a statically typed, imperative programming language. nim ...

wednesday, 14 january 2015
... v.). A person who is good at programming quickly. Not everything a hacker produces ...

thursday, 13 february 2014
... hellip; Came across Teach yourself programming in ten years by Peter Novig as ...

thursday, 6 february 2014
... is a site for hackers to solve programming problems. ...

friday, 25 january 2013
... Oomlout super speedy delivery! programming Arduino's with C WeScheme An ...

sunday, 23 december 2012
... tutorial/ http://canthack.org/2010/12/programming-the-arduino-in-pure-c/ Arduino ...

thursday, 21 june 2012
C Learn C The Hard Way - Zed A Shaw : a Zed Shaw C programing course. The C Book by M Banahan, D Brady and M Doran : C Programming book freely available online, first published in 1991 - currently out of print. c book

wednesday, 16 march 2011
App Programming cpd

friday, 25 february 2011
... Cards Playing cards to learn programming : an idea from Arduino. ...

thursday, 9 december 2010
... an interesting approach to C programming. c ...

sunday, 21 march 2010
Computing at School Useful resources: AS Computing resources from Poole High School. Computer Science for Fun Computer Science for Fun website Scratch Miles Berry Slide for Programming Scratch Some interesting Ideas Improving Visualisation A-Level Computing


$Id: diary,v 1.38 2025/01/01 22:43:54 fred Exp $