List of pastes
:

lsbmsb.c (C) 2017-04-28 13:52
/* Program to demonstrate the effect of LSB1st vs. MSB1st integers // by Joel Matthew Rees, Amagasaki, Japan // Copyright 2017 Joel Matthew Rees // All rights reserved. // Permission granted to use for personal purposes. // See http...
econmonths.fs (Plain text) 2017-04-11 01:35
Forth programs for showing the days in the years and months, with skip years (instead of leap years), for Bobbie, Karel, Dan, and Kristie's world. The novel can be found at http://joel-rees-economics.blogspot.com/2017/01/soc500-00-00-toc...
econmonth.bc (Plain text) 2017-04-11 01:17
*nix utility bc program for showing the days in the years and months, with skip years (instead of leap years), for Bobbie, Karel, Dan, and Kristie's world. The novel can be found at http://joel-rees-economics.blogspot.com/2017/01/soc500-...
econmonths.bc (Plain text) 2017-03-24 15:15
*nix utility bc program for showing the days in the years and months, with skip years (instead of leap years), for Bobbie, Karel, Dan, and Kristie's world. The novel can be found at http://joel-rees-economics.blogspot.com/2017/01/soc500-...
bigalloc.c (C) 2017-02-17 14:00
Memory allocation probe with some rails and meaningful return value.
halfpiArea_gmp.c (C) 2016-11-19 11:19
A C program using the GMP library to demonstrate simple numerical calculus methods for generating a poor approximation of π, without a lot of command-line control.
halfpiArea_by_m.bc (Plain text) 2016-10-04 22:01
Sort of like halfpiarea.c, but in bc source. なんとなく bc 型ソースコードにして halfpiarea.c のように動く 。 Compute the value of pi by using numerical methods to integrate the area of a half circle. 半円の面積を数値積分を使って計算し...
halfpiarea.c (Plain text) 2016-09-24 21:31
Compute the value of pi by using numerical methods to integrate the area of a half circle. 半円の面積を数値積分を使って計算して π の値を計算する。 Wanted something to teach my son a little about numerical methods. 息子に数値型やり方に...
gcd2stack.s (Asm) 2015-03-31 15:21
Archetypical Example: Euclid's Method of Computing Greatest Common Divisors (assembler, return address on separate stack) 超典型的ソースコードの見本~最大公約数を計算する、ユークリッドの互除法 (アセンブラ、帰還位置を別のスタックに)
gcd.s (Asm) 2015-03-31 15:13
Archetypical Example: Euclid's Method of Computing Greatest Common Divisors (assembler) 超典型的ソースコードの見本~最大公約数を計算する、ユークリッドの互除法 (アセンブラ)