Go to file
Om Raheja 1b4dbb2533 updated readme 2024-09-05 17:00:28 -04:00
weightedrank.dSYM/Contents small bug fix preventing full items list to be copied 2024-09-03 12:27:20 -04:00
README.md updated readme 2024-09-05 14:34:01 -04:00
color.h added stub for ranking implementation 2024-08-26 13:26:05 -04:00
demo.png updated readme 2024-09-05 17:00:28 -04:00
rank.c finished unweighted ranking, only 14 more techniques to go 2024-08-26 17:49:28 -04:00
rank.h made it work for the most part 2024-08-29 11:57:27 -04:00
weightedrank.c small bug fix preventing full items list to be copied 2024-09-03 12:27:20 -04:00

README.md

critical-thinking

On August 25, 2024 I finished reading "The Thinker's Toolkit" by Morgan D. Jones.

Little did I realize it when I finished the book, but the techniques I learned and practiced while reading the book were so powerful that I ended up using them all the time.

All. The. Time.

Critical thinking and problem solving is a very powerful skill. Unfortunately, it is not taught to us.

If you want to use some of the tools he taught us about, you can use my software to make it easier to understand and use. Especially laborious processes like ranking.

My code is public domain, licensed under the 0BSD license.

Book copyright (c) 1995, 1998 Morgan Jones

Install

Currently only weightedrank and rank can be built. Please build them using make weightedrank and make rank, respectively.

Demo

demo