Git Product home page Git Product logo

Shen Li's Projects

cc_intermediate_code_generation icon cc_intermediate_code_generation

In this last part of the project, we are adding one more part to the puzzle! In that part, your compiler is actually generating code.

cc_lexical_analyzer icon cc_lexical_analyzer

The first step in the construction of your compiler is to implement a lexical analyzer for a Pascal-like language.

cc_semantic_analyzer icon cc_semantic_analyzer

In this part of the project we will build a more realistic symbol table, and use it for semantic analysis and type checking.

dcn_streaming_video icon dcn_streaming_video

In this programming assignment you will implement a streaming video server and client that communicate control commands via the Real-Time Streaming Protocol (RTSP) and send data using the Real-Time Transfer Protocol (RTP). Your task is to implement the RTSP protocol in the client and implement the RTP packetization in the server.

dcn_udppinger icon dcn_udppinger

In this lab you will implement a simple UDP-based ping client and server. The functionality provided by these programs is similar to the standard ping-program available in modern operating system. Ping works by sending Internet Control Message Protocol (ICMP) ECHO-messages which the remote machines echo back to the sender, who can then determine the round-trip times between itself and the computer it pinged. In this lab you will implement use standard UDP sockets ad messages to measure the round trip time (RTT) between a client and server.

dcn_webserver icon dcn_webserver

In this lab you will develop a limited Web server that can detect some Request errors, process multiple requests simultaneously and support caching. You should be able to demonstrate that your Web server is capable of delivering content to a Web browser.

oop_generics icon oop_generics

Java collections are supposed to be "fail fast". If you iterate over the elements of a collection and, while iterating, also modify the collection through another method (i.e., not the iterator's remove() method), the next iteration should signal a java.util.ConcurrentModificationException.

oop_overload_java icon oop_overload_java

This assignment exercises your knowledge of generics and overloading in Java.

oop_scala icon oop_scala

This assignment introduces you to programming in Scala and to some of its more interesting features.

ost_final_rank icon ost_final_rank

The goal of the final project is to demonstrate your knowledge of Open Source tools. In assignment 3, we wrote a command line tool to rank items, and in assignment 4, we put together a simple web-based interface to this system. For the final project, we will adapt this into a more full featured web-based application.

ost_head2head icon ost_head2head

For this assignment, we'll be creating a new command called head2head that can be used to compare objects one pair at a time until a ranking between all objects is obtained using the Condorcet method. The idea is similar to what you might see on websites like http://www.greatmovieexperiment.com/.

os_replacement icon os_replacement

Implement several replacement policies and compare between them in terms of performance.

os_scheduler icon os_scheduler

In this project we will test several scheduling algorithm/

stopwatch icon stopwatch

Product Quanlity Software class thread-safe stopwatch project

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.