Skip to content
#

softwaredevelopment

Here are 53 public repositories matching this topic...

This Node.js application is a bot that listens to media messages in a Telegram channel and forwards them to a Discord channel using webhooks. It handles both images and videos and can be easily configured using environment variables. The codebase is structured for clarity and scalability, with separation of concerns into different modules.

  • Updated Sep 6, 2024
  • JavaScript

Designed a mobile application prototype named “GoTickets” that is used to search/browse/select tickets for events based on the user location, provides event information like ticket price, event duration, show timings etc. that enables users to order food/beverages and encourages them to provide feedback post events, thereby quantifying cost/benefit

  • Updated Dec 19, 2022

This Python script creates a GitHub bot that automates the creation of a private repository (if it doesn't exist) and commits at random dates from 1 year ago to the present. It uses the GitHub API to manage repositories and the git command line tool to make commits. The dates for commits are randomly generated within a specified range.

  • Updated Aug 15, 2023
  • Python

The TA Management System is a C++ project designed to manage records of Teaching Assistants (TAs) within a department. The system ensures that only eligible TAs—those who are currently registered students—are maintained in the records. The project involves filtering out records of TAs who have graduated and updating the TA file accordingly.

  • Updated Aug 16, 2024
  • C++

application designed for efficient client profile management. It features modules for creating, storing, and retrieving client information, parsing and validating data strings, and implementing standardized interfaces to ensure consistent client operations across the application.

  • Updated Aug 19, 2024
  • Java

This repository contains a simple train ticket reservation system implemented in C. It includes functionalities for booking, viewing, and managing train tickets. The project demonstrates basic file handling, data structures, and user input/output operations in C.

  • Updated Jun 20, 2024
  • C

Improve this page

Add a description, image, and links to the softwaredevelopment topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the softwaredevelopment topic, visit your repo's landing page and select "manage topics."

Learn more