Juminiy / c-os

c wheeling making

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

directory list

  • algobase
  • concurrency
  • data_structure

concurrency

Point at concurrency example in https://jyywiki.cn/OS/2022/ course .

data_structure

Data stucture is written in amazing way by C language .

algobase

Basic and Advanced algorithm are realized by C language .

give privilege

find /path/to -type d -exec chmod 777 {} \;
# example 
find /home/ubuntu/code/c -type d -exec chmod 777 {} \;
find /home/ubuntu/code/c-os/tests/compiler -type d -exec chmod 777 {} \;

tree-dir

npm install -D markdown-notes-tree
markdown-notes-tree

run the example

Write sth in drive_main.h and run the cmd :

gcc -o main main.c && ./main

About

c wheeling making


Languages

Language:C 83.7%Language:Python 13.6%Language:C++ 1.0%Language:Shell 0.9%Language:Go 0.4%Language:Assembly 0.2%Language:Makefile 0.2%