Various source code
This subpage contains source code most in Python, C.
Python
- client part web service- exaple of using locale data
- server part web service- exaple of using locale data
- client part web service for removing unreachable signs (automata theory)- using soap.py
- server part web service for removing unreachable signs (automata theory)- using soap.py
- transformator of kontext free gramar to push down automata (laboratory)
- example of push down automata (laboratory)
- implementation of Box algorithm (laboratory)
- implementation of basic matrix operation (laboratory)
- transformation from Moor to Mealy automata (laboratory)
- implementation of various graph theory algorithms (laboratory)
- implementation of LRU algorithm (laboratory)
- example of turing machine (laboratory)
C/C++
- example of using bc with pipes (laboratory)
- parallel implementation of connect four game using OpenMPI (laboratory)
- implementation of Dekker algorithm (laboratory)
- implementation of Santa clause problem (laboratory)
- example of usng threads (laboratory)
- example of message queue-main program (laboratory)
- example of message queue- producer (laboratory)
- example of message queue - consumer (laboratory)