Code Monkey home page Code Monkey logo

Sagar Jeevan's Projects

cache-efficient-parallel-scheduler icon cache-efficient-parallel-scheduler

Designed and Developed three cache efficient schedulers for a parallel Matrix Multiplication program. Distributed randomized work-stealing, distributed randomized work-sharing, and centralized work-sharing schedulers were efficiently implemented to optimize performances such as GFLOPS, and L1/L2/L3 cache hits.

cricbuzz icon cricbuzz

For fetching Live Cricket Score from CricBuzz

cse549-kmer-estimate-parallel icon cse549-kmer-estimate-parallel

Implemented an efficient parallelization of an optimal space usage streaming algorithm that approximates the count of k-mers with a given frequency for large-scale genomic data.

enc-dec-linux-system-call icon enc-dec-linux-system-call

Note: The code was originally maintained in a private repository. Designed and developed a Linux loadable kernel module that supports a system call for encryption, decryption, and copy of files. An optimized buffer was implemented to efficiently copy, encrypt, and decrypt data using AES cipher with CTR mode.

kernel-hacking icon kernel-hacking

Developed codes to demonstrate several kernel bugs and how they are caught by the Linux "kernel hacking" infrastructure.

libfuse-3_4_y icon libfuse-3_4_y

Modified libfuse code to handle request processing in user space.

linux-stackable-backup-file-system icon linux-stackable-backup-file-system

Note: The code was originally maintained in a private repository. Designed and developed a stackable Linux file system that automatically creates backup versions of files when a file is being written, and also allows one to view versions as well as recover them. Various design challenges such as version management, visibility policy, and retention policy were handled.

optimal-triangulation-of-simple-polygons icon optimal-triangulation-of-simple-polygons

Developed a desktop application that generates an optimal triangulation of a simple polygon using Dynamic Programming. Developed optimization techniques that include minimum weight triangulation, minimizing the maximum of the internal angles and minimizing the longest edge.

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.