mirror of
https://github.com/CoderSherlock/CoderSherlock.github.io.git
synced 2026-06-13 08:08:10 -07:00
13 lines
208 B
Markdown
13 lines
208 B
Markdown
# This is a title test
|
|
|
|
- vim
|
|
- xv6
|
|
'''cpp
|
|
for(p = ptable.proc; p < &ptable.proc[NPROC]; p++){
|
|
if(p->state == RUNNABLE)
|
|
hpflag = hpflag > p->priority ? hpflag : p->priority;
|
|
}
|
|
'''
|
|
- mobile
|
|
- self-control
|