User Tools

Site Tools


haas:ideas

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
haas:ideas [2018/11/12 18:14] wedgehaas:ideas [2019/05/06 00:36] wedge
Line 10: Line 10:
       * https://nesdoug.com/2018/09/05/how-cc65-works/       * https://nesdoug.com/2018/09/05/how-cc65-works/
       * https://timcheeseman.com/nesdev/2016/01/18/hello-world-part-one.html       * https://timcheeseman.com/nesdev/2016/01/18/hello-world-part-one.html
 +
 +  * pctX:
 +    * level 0: easy level letter division (base 10)
 +    * level 1: medium level letter division (base 10)
 +    * level 2: hard level letter division (base 10)
 +    * level 3: other base letter division (base 8)
 +    * level 4: other base letter division (base 6, 7, 9)
 +    * level 5: other base letter division (base 11-16)
 +    * level 6: data analysis (generate possibilities and filter)
 +    * level 7: ???
 +
 +  * hpc0 projects
 +    * write ipban
 +    * write refreshweb
 +    * multibase multiplication table (mathfacts)
 +    * process SRTI data
 +
 +  * discrete projects
 +    * multibase multiplication table (mathfacts)
 +    * multibase multiplication tester (chkmult)
  
   * Neat stuff:   * Neat stuff:
Line 24: Line 44:
     * web page project     * web page project
     * blog project     * blog project
 +  * project idea:
 +    * ask the user to select a type (char, short int, int, long int; in signed or unsigned capacity)
 +    * prompt the user to enter a value
 +    * generate and output the binary representation of the value.
   * sysprog as a minimalist UNIX system rebuild (better know the system through implementing basic tools)   * sysprog as a minimalist UNIX system rebuild (better know the system through implementing basic tools)
     * projects are implementing commands, writing necessary code so certain in-place scripts can work, etc.     * projects are implementing commands, writing necessary code so certain in-place scripts can work, etc.
haas/ideas.txt · Last modified: 2021/02/07 20:55 by wedge