Skip to content

TRUEANGLE

BEAUTY AND PLAY

  • DOLLECT
  • Others
  • Configuration
  • AI
  • BLOG
  • ABOUT
    • ABOUT
    • Perception Style

Monthly Archives: March 2016

what is a nondeterministic algorithm ?

In computer science, a nondeterministic algorithm is an algorithm that, even for the same input, can exhibit different behaviors on different runs, as opposed to a deterministic algorithm. https://en.wikipedia.org/wiki/Nondeterministic_algorithm

Posted byjeffrinMarch 30, 2016Posted inTHEORYLeave a comment on what is a nondeterministic algorithm ?

sample session about “brace and tilde” expansions in Bash

$ls trueangle $echo hello > a.txt $echo killo > b.txt $cat {a,b}.txt hello killo $pwd /home/jeffrin/temp $cd ~ $pwd /home/jeffrin $cd tr trueangle/ trueangle.old/ $pwd /home/jeffrin $cd – /home/jeffrin/temp $pwd /home/jeffrin/temp $ls a.txt b.txt trueangle $

Posted byjeffrinMarch 27, 2016Posted inoperating systemTags: expansionsLeave a comment on sample session about “brace and tilde” expansions in Bash

sample session about “alias expansion” in Bash

$ls -l 1 ls: cannot access ‘1’: No such file or directory $cat >> 1 hello $ls -l 1 -rw-r–r– 1 jeffrin jeffrin 6 Mar 20 23:38 1 $cat 1 hello $alias appendinput=”cat >>” $appendinput bash: syntax error near unexpected token `newline’ $appendinput app added $cat app added $

Posted byjeffrinMarch 20, 2016Posted inoperating systemLeave a comment on sample session about “alias expansion” in Bash

sample session with a bash shell expansion named “history expansion”

$! 1 bash: 1: command not found $!1 bash: !1: event not found $!+1 bash: !+1: event not found $!-1 ! 1 bash: 1: command not found $!! ! 1 bash: 1: command not found $!-0 bash: !-0: event not found $

Posted byjeffrinMarch 10, 2016Posted inoperating systemLeave a comment on sample session with a bash shell expansion named “history expansion”
March 2016
M T W T F S S
 123456
78910111213
14151617181920
21222324252627
28293031  
« Feb   Apr »
TRUEANGLE, Proudly powered by WordPress.