Coder Social home page Coder Social logo

Vishnu Priya Ananthu Sundaram's Projects

bikecrumbs icon bikecrumbs

A Windows Phone 8 mobile app that lets friends and family track a biker’s progress on a map. A website is also provided where friends/family can login and track a bike’s co-ordinates on a map. The map UI gets updated frequently showing the progress, current physical location, direction, speeds of travel etc.

caeserscipher icon caeserscipher

Caesar cipher is used to transform text into unreadable text. It takes as input an alphabet (in certain order), an offset on that alphabet, and an input text. It produces a text where each character in the original text has been replaced with a character in the alphabet that is n positions to the right (n is the offset) in the alphabet (assume a circular alphabet).

drawbridge icon drawbridge

EventBarrier is like a drawbridge gate at a castle. This project is implemented using multi-threading and semaphores concepts in C#.

filesystemsimulation icon filesystemsimulation

The virtual file system is a simulation of a MS-DOS like environment with common features like file/directory creating, listing etc., It contains a programmer-level library of functions (API) like my_create, my_delete, my_open, my_close, my_read, my_write, etc that simulates file system operations. The APIs work on this simulated file system. It allocates a large file on the actual file system, and treats it as a virtual disk for the file system simulation. The file supports a hierarchical organization of data.

groupanagrams icon groupanagrams

Given an array of strings, group all anagrams and return an array of array of strings

heronssquareroot icon heronssquareroot

Compute square root of a number using Heron's algorithm and compare it with the Math.Sqrt() result.

home-automation icon home-automation

This project is based on the idea of implementing voice-based commands to control home devices such as lights, cctv, garage door, etc.

householdsurvey icon householdsurvey

A simple project that will take an input.txt file with records of member's firstname, lastname, etc and store the records in a data table for easy querying and displaying results.

imageprocessing icon imageprocessing

Image Processing takes a tiff image and processes it into a blurred image upto given number of iterations and applies Sobel's edge detection algorithm to detect edges.

learngit icon learngit

Some slides I use to teach people how to use GitHub

lrucache icon lrucache

A “Less recently used” Cache is a limited size list of elements, sorted by most recently used, and indexed by key. Elements in the cache has a key and a value. An element can be added to the list, (on the top of the list) and an element can be queried based on its key. If the element is found, the element is on the top of the list. When an element is added to the list, it may be that the list’s maximum capacity has been reached, in which case the last element of the list needs to be removed before a new element can be added to the top.

moq4 icon moq4

Repo for managing Moq 4.x

multiplystrings icon multiplystrings

Given two strings that contains digits, return a string with the result of multiplication of the given strings.

taskman icon taskman

Taskman is a simulation project for Windows's Task Manager system. It provides a live graphical structure for CPU utilization, memory utilization, network, etc.

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.