• Stars
    star
    1
  • Language
    C
  • Created almost 13 years ago
  • Updated almost 13 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

How to use fork() and exec() to execute a shell command from C

More Repositories

1

cwru-eecs338.github.com

Course website for CWRU EECS 338
HTML
6
star
2

example_sys5

Producer/Consumer Problem using (System V Semaphores/Shared Memory) and Processes
C
5
star
3

pipes

Using shell pipes and implementing them in C
C
3
star
4

RPC-Integer-Echo

This program is a simple example of using RPC, the client application sends an integer to a server which will then respond with that same message.
C
2
star
5

example_rpc

Producer/Consumer Problem using Sun/ONC Remote Procedure Calls (RPC)
C
2
star
6

python_philosophers

Example of using monitor-like constructs in Python
Python
2
star
7

monaphores

Shows how semaphores can be implemented using monitors
Java
2
star
8

hello_syscalls

Demonstrates how system calls work for the "printf()" function
Assembly
2
star
9

python_threads

Example of using threads in Python
Python
1
star
10

JavaThreader

Threaded Readers-Writers Simulation done in Java
Java
1
star
11

java_monitors

Dining Philosphers in Java
Java
1
star
12

structs_getpwuid

An example of using structs with getpwuid()
C
1
star
13

dotfiles

Sample configuration files for lab computers
Vim Script
1
star
14

mario_pipe

Example of using unnamed pipes
C
1
star
15

python_semaphores

Python version of "semaphores" example code
Python
1
star
16

smokers

Cigarette Smokers problem with Unix System V IPC semaphores and shared memory
C
1
star
17

hello338

Hello World for EECS 338
C
1
star
18

organization_example

Example of how to organize source code in multiple files
C
1
star
19

RPC_sample_code

a simple "hello world" program for RPC
C
1
star
20

PosixExample

Example of Posix Semaphores and Posix Threads
C
1
star
21

msg_chatbot

Very simple chat bot using Unix System V message queues
C
1
star
22

pa1-solutions

C
1
star
23

example_posix

Producer/Consumer Problem using (POSIX Semaphores and Threads)
C
1
star
24

c_basics

Illustrates some basic points about C
C
1
star