interesting sites and commands
Got into Ruby with tiny Prog in screen:
Btop is a command line hardware monitor.
lynx is a command line browser
curl wttr.in/dunedin for weather
prjbrook@DESKTOP-FGA8Q4U:/usr/bin$ ls -l p* | more
(gets all the files in usr/bin that start with p. Links are in blue.
Above is dc. The oldest (?) unix app.Like a forth stack.
dc is the oldest surviving Unix language program. When its home Bell Labs received a PDP-11, dc—written in B—was the first language to run on the new computer, even before an assembler.[2] Ken Thompson has opined that dc was the very first program written on the machine.[5]
Printing all prime numbers
[edit]This program was written by Michel Charpentier. It outputs the sequence of prime numbers. Note that shorter implementation is possible, which reads fourteen symbols less.



Comments
Post a Comment