Project

https://drive.google.com/file/d/0BxKMmXmKgOh0SmJCalJOQW01YU0/view?usp=sharing

CL1 Index

https://drive.google.com/file/d/0BxKMmXmKgOh0R2ZjbEtXekVGbkk/view?usp=sharing

CL2 Manual

https://drive.google.com/drive/folders/0BxKMmXmKgOh0T1EwQzBwX2xqd2s?usp=sharing

CL-I remaining programs

Dear BE students,  PFA of CL-I remaining programs with write-ups batch wise. Deadlines is   16th sept BE A & B - B1 Batch BE A ...

PMCD Assignments

Dear BE students,  PFA of PMCD theory assignments of unit 4,5, and 6   Follow the following deadlines                Assignment no...

Pervasive Computing Notes

https://drive.google.com/file/d/0B2Ghefb-wy5-c0kzMkFiRG5NS1ZuZTVXN0hsWHkwWi1CS0Jj/view?usp=sharing https://drive.google.com/file/d/0B2Ghe...

IIT Spoken Tutorial

ftp://122.252.236.67/IIT% 20Videos/SKN/Spoken% 20Tutorial/ Link to download Spoken Tutorial Kindly download respective course &...

DAA Unit 1 PPTs

https://drive.google.com/file/d/0BxKMmXmKgOh0R19jSjNjc2o0V3VqNy1raEIzTVo1UVBGMmFB/view?usp=sharing https://drive.google.com/file/d/0BxKMm...

CL1 Manual

https://drive.google.com/file/d/0BxKMmXmKgOh0UF96TEI3ZHpzX0M5Z3VKTjdpRWxfbm9mc3E0/view?usp=sharing

CL2 Manual

https://drive.google.com/file/d/0BxKMmXmKgOh0Rlllc0l6V3Q2MVpwTzVUTmJwRnYxallRa1h3/view?usp=sharing https://drive.google.com/file/d/0BxKMm...

Report Format

https://drive.google.com/file/d/0BxKMmXmKgOh0RExBenFGelNuZ1NHMzVDQ0FobDdUMDlrNElj/view?usp=docslist_api

Server2.java

import java.io.*; import java.net.*;  public class Server2 {     public static void main(String args[]) { int port = 6789; Server2 server =...

Client.java

import java.io.*; import java.net.*; public class Client2 {     public static void main(String[] args) { String hostname = "localhost...

EOS Index

https://drive.google.com/file/d/0BxKMmXmKgOh0aXl1bXZmSjNJVlo5NjFPYmFFSkpySEJveU1V/view?usp=sharing

PL4 DSPA Lab assignments

 https://drive.google.com/file/d/0BwqVG5AG1-yBdWNZa1RxbHhuM2s/view?usp=sharing https://drive.google.com/file/d/0BwqVG5AG1-yBNW84Y2pwTm0xV0...

PL4 Edge

https://drive.google.com/file/d/0BxKMmXmKgOh0ZGNLMjctdjd4TVU/view?usp=sharing

PL IV Assignment 2

https://drive.google.com/file/d/0B31tSNYYE3n0c1R0RllvNEVrcUE/view?usp=sharing https://drive.google.com/file/d/0B31tSNYYE3n0UkhxMVFKNURJSDA...

PL3 : Calculator LISP

(defvar a) (defvar b) (defvar c) (defvar d) (write-line "Enter Two Numbers in binary format with prefix #b : ") (setf a(rea...