#Requirements

We will write a tiny shell (tsh) command processor like sh, bash, or csh for single line commands. Your shell’s main loop will display a prompt, read a line of input, and fork a child process to perform the indicated command.

Continue reading

#Requirements
Your tool will load this dictionary into memory, and tries to concatenate three words into the plaintext password candidate. Use the crypt library to find the actually password of a person. The TA will time how fast your code can break the password. The top 10% of the student will receive 2 bonus points.

Continue reading

plugin test

Codeblock

Syntax

{% codeblock [lang:language] [title] [url] [link text] %} code snippet {% endcodeblock %}

效果

Discover if a number is primeSource Article
1
2
3
4
5
class Fixnum
def prime?
('1' * self) !~ /^1?$|^(11+?)\1+$/
end
end

Youtube 嵌入

##Image Tag

Syntax

{% img [class names] /path/to/image [width] [height] [title text [alt text]] %}

效果


後記

  • install new theme oct2
  • excerpt_link 改為中文
  • include Mathjax
  • change markdown parser

Comment and share

Author's picture

Necisam

author.bio


author.job


Tainan, Taiwan