Skip to content

Instantly share code, notes, and snippets.

@AaskaShah
Last active March 25, 2016 09:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AaskaShah/3fa9141556119027ab40 to your computer and use it in GitHub Desktop.
Save AaskaShah/3fa9141556119027ab40 to your computer and use it in GitHub Desktop.
My Contributions in OpenSource

Systers VMS (Volunteer Management System):

Merged Commits:

#204

#205

#206

#209

#224


#### Opened pull requests:

#246 Checking for logged hours to be between scheduled shift hours
anitab-org/vms#246


#### Issues opened: **#226** Log hours needs to be between scheduled shift hours
[anitab-org/vms#226
## Systers PowerUp Android:

Merged commits:

#76


#### Opened pull requests: **#105** Conversation boxes height fixed in portrait mode
[anitab-org/powerup-android#105

#106 Conversation boxes positions and height fixed in landscape mode
anitab-org/powerup-android#106


## Systers PCSA-Android :

Merged commits:

#96


#### Issues opened: **#74** Option icon not clickable
[systers/FirstAide-Android#74

#98 Adjust Reporting types UI for tablet mode
systers/FirstAide-Android#98

#99 Shift circle of trust to center in tablet mode
systers/FirstAide-Android#99

#115 Adjust text sizes to make it readable on larger screens
systers/FirstAide-Android#115


## FOSSASIA:

Issue opened :

#165 Google Code In padding not same
fossasia/gci15.fossasia.org#165


My own pet projects:

1. Shell :

A simple unix shell program in C. The purpose of this project is to become more familiar with the concepts of process control and signaling.

GitHub Link: https://github.com/AaskaShah/Shell

2. Predictable-ToDo :

An android application that stores predictable lists.

GitHub Link: https://github.com/AaskaShah/Predictable-ToDo

3. Dynamic Memory Allocator in C :

The purpose of this project is to write a dynamic storage allocator for C programs, i.e., my own versions of the malloc, free, and realloc routines.

GitHub Link: https://github.com/AaskaShah/Dynamic-Memory-Allocator

4. Plagiarism checker tool for java codes: (ongoing)

In this project I have made a tokenizer in Java, that can identify the keywords, identifiers and separators and then by using N-gram representation and similarity measurement it can check between different codes and give away approximation percentage of plagiarism in code that has been done. (The above thing I have implemented already, the remaining part is to make a portal for submitting the codes and it will have different accesses for students and professors, so that student can submit the code and professor can check for the plagiarism done).

GitHub Link: https://github.com/AaskaShah/Plagiarism-Detector

5. Aptech_Web-Application :

I have done a certificate course on web-development using HTML5, CSS3, JavaScript, Php and MySql. On completing this course, I was assigned a project to implement a registration website of some school/university. In this project, I have done front-end development and also a back-end development with databse connectivity.

GitHub Link: https://github.com/AaskaShah/Aptech_Web-project

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment