-
splitVideoQualityViewer Public
This project helps you view and assess videos by displaying sections of the video side by side. Inspired by the Vivict project.
-
simple_notes Public
A simple note taking Android app with the option to export notes to a text file.
Dart MIT License UpdatedJan 2, 2025 -
image_tools Public
Image resizing, metadata removal and image format conversion on Android
Dart UpdatedJan 2, 2025 -
android_eye_rest Public
An app that reminds you to rest your eyes and notes down the screen lock and unlock time
Dart MIT License UpdatedNov 4, 2024 -
automatic_slideshow Public
A minimalist slideshow app for Android, built with Flutter. Allows selecting a folder of images (searches subfolders too), setting a time interval between image changes in seconds and allowing swip…
Dart MIT License UpdatedSep 2, 2024 -
FreelanceAndRemoteWorkList Public
A collection of opportunities available for freelancers and remote workers. The emphasis is on listing reliable platforms/companies where people can find work or post job opportunities.
-
-
twinny Public
Forked from twinnydotdev/twinnyThe most no-nonsense locally hosted (or API hosted) AI code completion plugin for Visual Studio Code, like GitHub Copilot but 100% free and 100% private.
TypeScript MIT License UpdatedMar 1, 2024 -
secretLanguageDecoder Public
A simple encoder decoder for text
Python MIT License UpdatedDec 11, 2023 -
-
A repository that makes the most helpful information available to people in the field of Machine Learning / Artificial Intelligence, whenever they want to revise certain concepts and don't want to …
UpdatedOct 11, 2023 -
Differential evolution (or computational intelligence algorithms in general) can be used to find or to converge close to finding the inverse of a matrix, where the matrix can be of any size. The ad…
-
This program uses Differential Evolution to find the solutions to quadratic equations.
-
This program uses a standard multilayer perceptron neural network which during the first part of the program is trained to recognize the pattern of a line drawn using a quadratic equatinon. The sec…
MATLAB MIT License UpdatedOct 11, 2023 -
Ever needed to predict the next sequence in apparently random data? The Mackey Glass time series generates seemingly random data, based on what the researchers observed about the frequency of white…
-
LeggedRobotPyMunk Public
A simple legged robot created in PyMunk
-
-
A profiler for FFMPEG that helps you find the optimal settings to encode a good quality video while consuming minimum resources.
-
duplicateFileFinder Public
This program finds duplicate files in a folder and its subfolders. Duplicates are moved to a separate folder. A few other modes of operation are also planned/available.
-
VCF_contacts_merger Public
A simple tool to help merge multiple Virtual Contact File (VCF) files. These are the vCard files used in smartphones.
-
TheNavScore Public
The Volunteering Navigation Score is a part-objective part-subjective scoring system designed to help volunteering teams, NGO's and corporates to critically evaluate if they are headed in the right…
TeX Other UpdatedSep 3, 2023 -
EmployeeVolunteeringWebsite Public
Our Volunteering Team's very own website. Of the volunteers, by the volunteers and for everyone!
JavaScript Other UpdatedAug 28, 2023 -
-
audio_video_synchronizer Public
Synchronises audio and video based on lip movement of speakers
-
nats.docs Public
Forked from nats-io/nats.docsNATS.io Documentation on Gitbook
HTML Apache License 2.0 UpdatedJul 18, 2022 -
interest_calculator Public
A trivial (but important) program that estimates how much money grows in a span of a few years
-
PopupDestroyer Public
A Windows program that kills popups of any window whose title matches a name that you specify in the program, to listen for.
C++ MIT License UpdatedDec 15, 2021 -
Various experimental programs in image processing
-
ARIMA_TimeSeriesPrediction Public
A program that performs time series predictions in R using AutoRegressive Integrated Moving Average (ARIMA) and then improves the prediction accuracy using a combination of ARIMA and Artificial Neu…
-
A program for creating and pruning a decision tree in R. The dataset used is a cardiotocographic dataset. The program is a very simple one, and needs a lot more work to be done on it to bring it to…