Pinned Repositories
AWorkEfficientGpuAlgorithmForLevelSetSegmentation
This repository contains a C++/CUDA implementation of our paper A Work-Efficient GPU Algorithm for Level Set Segmentation.
pydoo
sdk for odoo xmlrpc api
sjpatel21's Repositories
sjpatel21/Performance-Lab
Code for CUDA Performance and profiling lab scheduled for 09/25
sjpatel21/cuda
Just some examples of using CUDA I have put together
sjpatel21/faruk
sjpatel21/jQuery-File-Upload
File Upload widget with multiple file selection, drag&drop support, progress bar, validation and preview images, audio and video for jQuery. Supports cross-domain, chunked and resumable file uploads. Works with any server-side platform (Google App Engine, PHP, Python, Ruby on Rails, Java, etc.) that supports standard HTML form file uploads.
sjpatel21/CUDA_Floyd_Warshall_
CUDA implementation of the Floyd-Warshall All pairs shortest path graph algorithm(with path reconstruction)
sjpatel21/cuda-salesman
An attempt to solve the Travelling Salesman Problem using CUDA
sjpatel21/asvo_cuda
Accompanying source code for my bachelor's thesis "Animated Sparse Voxel Octrees".
sjpatel21/web-scrumptious
Facebook sample application Web. Eat meals while tagging friends and places.
sjpatel21/cuda-wianki
academic project for computer vision using CUDA
sjpatel21/JSON-js
JSON in JavaScript
sjpatel21/kNN-CUDA
Fast k nearest neighbor search using GPU
sjpatel21/ParallelAlgos
C++/C programs; Practices for MPI, OpenMP, CUDA
sjpatel21/python-snippets
my python snippets for sublime Text
sjpatel21/sched.do
A scheduling app that is tightly integrated with Yammer.
sjpatel21/cuda-semantics
Semantics for CUDA-C in K.
sjpatel21/cuda-workshop
Code examples for the CUDA workshop
sjpatel21/CUDA-GMM-MultiGPU
CUDA implementation of data clustering using expectation maximization with a Gaussian mixture model. Supports multiple GPUs on a single node.
sjpatel21/jquery-print-preview-plugin
jQuery plugin for print preview (modal window)
sjpatel21/New-JavaScript-SDK---OAuth-2.0-based-FBConnect-Tutorial
Today Facebook released their updated JavaScript SDK. Now the authentication system is based on OAuth 2.0 and HTTPS. So I updated my previous tutorial by writing this new post. In this post I’ll show you using javascript how could you easily integrate facebook connect (login/logout) features in your site. Additionally how to use Facebook API to get user’s information. Here I only used JavaScript no back-end PHP or any server side language.