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
haas:ideas [2015/10/18 15:43] – [Data Communications Objectives] wedgehaas:ideas [2021/02/07 15:55] (current) – [Elon Musk Scientific Method] wedge
Line 3: Line 3:
 <WRAP><fs 150%>both large and small</fs></WRAP> <WRAP><fs 150%>both large and small</fs></WRAP>
 </WRAP> </WRAP>
 +
 +  * Fall 2020
 +    * bash associative arrays: https://www.artificialworlds.net/blog/2012/10/17/bash-associative-array-examples/
 +
 +  * Spring 2019
 +    * comporg
 +      * http://blog.fritzvd.com/2016/06/13/Getting-started-with-NES-programming/
 +      * http://nintendoage.com/pub/faq/NA/index.html?load=nerdy_nights_out.html
 +      * https://nesdoug.com/2018/09/05/how-cc65-works/
 +      * 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 17: Line 47:
     * web page project     * web page project
     * blog project     * blog project
 +    * https://www.openvim.com/
 +  * 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.
Line 25: Line 60:
   * CPROG projects:   * CPROG projects:
     * 1D array vs. 2D array (print out rows/cols using both approaches)     * 1D array vs. 2D array (print out rows/cols using both approaches)
- 
-<dataplot> 
-0.0 0.0 
-1.0 1.0 
-2.0 4.0 
-3.0 9.0 
-</dataplot> 
- 
-<dataplot center points smooth 600x400> 
-0.0 0.0  1.0    25.0 2  
-1.0 1.0  10.5    20.0 4 
-2.0 4.0  8.25   15.0 5 
-3.0 9.0  4.125  10.0 9 
-4.0 16.0 12.065  5.0  18 
-5.0 25.0 5.0325 0.0  23 
-</dataplot> 
- 
-<charter> 
-title = sll0 Activity Report 
-size = 600x400 
-align = center 
-alpha = 90 
-bgcolor = #eeeeee 
-type = bar 
-legendEntries = A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T 
-thresholds = 0 
- 
-0,0,0,0,0,0,67 
-0,0,4,53,27,5,25 
-0,0,0,1,1,0,4 
-0,0,0,0,1,12,0 
-0,0,0,0,0,1,28 
-0,0,0,0,0,0,2 
-0,0,0,1,11,19,0 
-0,0,0,0,9,66,8 
-0,0,0,0,0,12,0 
-0,0,54,2,0,66,11 
-0,0,0,0,0,0,3 
-0,0,20,17,30,17,7 
-0,0,0,0,10,12,14 
-0,0,0,0,0,0,0 
-0,0,0,0,2,18,21 
-0,0,0,0,3,5,0 
-0,0,0,0,0,0,0 
-0,0,0,0,24,13,6 
-0,0,0,0,0,31,0 
-0,0,0,0,0,0,1 
-</charter> 
- 
-<charter> 
-title = sll0 Activity Graph 
-size = 600x400 
-align = center 
-type = barOverlayed 
-legendEntries = A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T 
-XAxisName = Time and Day 
-YAxisName = Activity Level 
-shadow = on 
-dots = 3 
-titleColor = #efefef 
-scaleColor = #efefef 
-shadowColor = #000 
-bggradient = #333@50 
-graphGradient = #666@50 
-fontLegend = VeraMono.ttf@8 
-graphLabels =  
- 
-0,0,0,0,0,0,67 
-0,0,4,53,27,5,25 
-0,0,0,1,1,0,4 
-0,0,0,0,1,12,0 
-0,0,0,0,0,1,28 
-0,0,0,0,0,0,2 
-0,0,0,1,11,19,0 
-0,0,0,0,9,66,8 
-0,0,0,0,0,12,0 
-0,0,54,2,0,66,11 
-0,0,0,0,0,0,3 
-0,0,20,17,30,17,7 
-0,0,0,0,10,12,14 
-0,0,0,0,0,0,0 
-0,0,0,0,2,18,21 
-0,0,0,0,3,5,0 
-0,0,0,0,0,0,0 
-0,0,0,0,24,13,6 
-0,0,0,0,0,31,0 
-0,0,0,0,0,0,1 
-</charter> 
  
 ====Data Communications Objectives==== ====Data Communications Objectives====
Line 138: Line 85:
   * implement solutions according to specifications (resources, tasks)   * implement solutions according to specifications (resources, tasks)
  
 +====UNIX course objectives====
 +  * utilize shell I/O redirection features in problem solving
 +  * implement bash shell scripts
 +  * utilize File Access (Read, Write, Append)
 +  * implement command-line pipelines to create custom solutions
 +  * utilize and problem solve in a command-line environment
 +  * utilize critical thinking skills to synthesize and solve problems creatively
 +  * apply abstraction skills to craft flexible solutions to problems
 +  * explore the unix philosophy and its application
 +
 +====Elon Musk Scientific Method====
 +  - Ask a question. 
 +  - Gather as much evidence as possible about it. 
 +  - Develop axioms based on the evidence, and try to assign a probability of truth to each one. 
 +  - Draw a conclusion based on cogency in order to determine: Are these axioms correct, are they relevant, do they necessarily lead to this conclusion, and with what probability? 
 +  - Attempt to disprove the conclusion. Seek refutation from others to further help break your conclusion. 
 +  - If nobody can invalidate your conclusion, then you're probably right, but you're not certainly right.
 +
 +====mercurial commit date filtering====
 +  * https://stackoverflow.com/questions/29841425/mercurial-log-last-month-changes/29847859
 +
 +====Other====
 +  * https://www.homedepot.com/p/Tommy-Docks-4-ft-x-8-ft-Cedar-Dock-Kit-TD-20777/202924895
 +  * https://tommydocks.com/collections/diy-kits/products/cedar-dock-section-kit-4-x-8
 +
 +====Image Streaming====
 +  * http://mindplacesupport.com/forum/showthread.php?846-Anyone-use-image-streaming-or-autogenics&highlight=image+streaming
 +  * http://mindplacesupport.com/forum/showthread.php?188-3d-visions&highlight=image+streaming
 +  * http://mindplacesupport.com/forum/showthread.php?300-How-to-use-Proteus-to-enhance-photo-streaming&highlight=image+streaming
 +  * http://www.winwenger.com/ebooks/guaran4.htm
haas/ideas.1445197426.txt.gz · Last modified: 2015/10/18 15:43 by wedge