Pranay Yadav (ypranay)

ypranay

Geek Repo

Company:Accel

Location:Bangalore

Home Page:https://pranay.vc

Twitter:@ypranay19

Github PK Tool:Github PK Tool

Pranay Yadav's repositories

Convex-Hull

Implementation of Chan's Algorithm, along with implicit Graham Scan Algorithm, for computing Convex Hull for integer lattice points in a 2-D plane

org.civicrm.civirebux

[Google Summer of Code 2016] CiviREBUX - REport BUilding eXtension for CiviCRM

Language:PHPLicense:NOASSERTIONStargazers:5Issues:8Issues:5
Language:JavaScriptStargazers:0Issues:0Issues:0

civicrm-core

CiviCRM (Core Application and Framework)

Language:PHPStargazers:0Issues:2Issues:0

cpplex

Automatically exported from code.google.com/p/cpplex

Language:C++License:NOASSERTIONStargazers:0Issues:0Issues:0

fresco

An Android library for managing images and the memory they use.

Language:JavaLicense:NOASSERTIONStargazers:0Issues:0Issues:0

impress.js

It's a presentation framework based on the power of CSS3 transforms and transitions in modern browsers and inspired by the idea behind prezi.com.

Language:JavaScriptStargazers:0Issues:0Issues:0

NLP-Author-Profiling

Predicting author’s personal details — gender, age etc., by training classifiers which use content-based, style-based and semantic features extracted from personal blog posts.

Language:PythonLicense:GPL-2.0Stargazers:0Issues:0Issues:0
Language:JavaScriptStargazers:0Issues:2Issues:0
Language:PHPLicense:GPL-3.0Stargazers:0Issues:0Issues:0

IOConcurrency

Experiment for evaluating the increase in the concurrency for file I/O by multiple threads when byte-range locking is followed rather than file-level locking.

Language:C++Stargazers:0Issues:0Issues:0
Language:PythonStargazers:0Issues:2Issues:0

Line-Segment-Intersections

Computing the intersection points and convex hull (using Chan's Algorithm) resulting from those intersection points, from given n - line segments in a 2-D plane in C++

Language:C++Stargazers:0Issues:0Issues:0

Operating-Systems-Practicum

Implementation of a few Page Replacement Algorithms in C++, during the Operating Systems coursework

Language:C++License:GPL-2.0Stargazers:0Issues:2Issues:0

psychopy

For running psychology and neuroscience experiments

Language:PythonStargazers:0Issues:0Issues:0

pytool

A tool for PY's BTP project

Language:HTMLStargazers:0Issues:0Issues:0

Simple-Polygon-Testing

To check whether the given N Planar points (in CCW) form a simple Polygon or not, using C++

Language:C++License:GPL-2.0Stargazers:0Issues:0Issues:0

Vertex-Guard-Problem

Solving the Art Gallery Problem for N distinct planar points given in CCW order, using the DCEL Data Structure, where the guards appear stationary at vertices only. (Vertex Guard Problem).

Language:PythonLicense:GPL-2.0Stargazers:0Issues:0Issues:0
Language:TypeScriptLicense:Apache-2.0Stargazers:0Issues:0Issues:0

VirtualMem

Implementation of multiple virtual memory management algorithms. - FIFO (First-in-first-out) - LFU (Least-frequently-used) - LRU-STACK (Least-recently-used stack implementation) - LRU-CLOCK ((Least-recently-used clock implementation – second chance alg.). - LRU-REF8 (Least-recently-used Reference-bit Implementation, using 8 reference bits))

Language:CStargazers:0Issues:1Issues:0