Giter Club home page Giter Club logo

Maya's Projects

comnet_hw1 icon comnet_hw1

First project on communication networks course. TCP implementation.

comnet_hw2 icon comnet_hw2

TAU - Communication networks course. Final project

dash icon dash

Interactive, Reactive Web Apps for Python

luigi icon luigi

Luigi is a Python module that helps you build complex pipelines of batch jobs. It handles dependency resolution, workflow management, visualization etc. It also comes with Hadoop support built in.

os_hw1 icon os_hw1

In this exercise we practice some basic Bash scripting and interaction between a Bash script and a C program. You will need to implement a simple C program (Part I) and a script that runs it (Part II).

os_hw2 icon os_hw2

Small program that use tools we’ve learned to create a simple shell program. For your shell, learn and use the following: execvp, pipe, dup, dup2 (man 2), SIGCHLD.

os_hw3 icon os_hw3

In this exercise, we implement a new mechanism for inter-process communication – Message Slot. A message slot is a character device file through which processes communicate using multiple message channels. Once a message slot device file is opened, a process uses ioctl() to specify the id of the message channel it wants to use. It subsequently uses read()/write() to receive/send messages on the channel. In contrast to pipes, a message slot preserves a message until it is overwritten; so the same message can be read multiple times.

playback icon playback

Record your service operations in production and replay them locally at any time in a sandbox

plotly.py icon plotly.py

An interactive, browser-based graphing library for Python :sparkles:

practical-1 icon practical-1

Implementation of WAVL tree in JAVA. Data structures course TAU

practical2 icon practical2

A Java Implementation of Fibonacci Heap. Data structures course TAU

sciluigi icon sciluigi

A light-weight wrapper library around Spotify's Luigi workflow system to make writing scientific workflows more fluent, flexible and modular

sp3-fiar icon sp3-fiar

Four In A Row - interactive C program that applies artificial intelligence (AI) based opponent.

spfinal icon spfinal

An interactive chess game program that applies graphical user interface (GUI) and artificial intelligence (AI) based opponent.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.