Skip to content
View rasmi333's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report rasmi333

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. ToDo ToDo Public

    # ToDo application It allows user to add list of tasks they need to do. Users can update, add and delete tasks from the list according to their requirement. Spring Boot is used for the back end and…

    TypeScript

  2. 3D-SlotMAchine 3D-SlotMAchine Public

    A slotmachine program. 1) Toast image appear when you are a winner2) ‘PULL’ button is not drawn when the spinners are spinning. 3) PendingIntent is added to the notification so when the user clicks…

    Java 1

  3. androidapp-broadcast androidapp-broadcast Public

    An Android application with two buttons that send out broadcast intents when clicked. One button is labeled “MSG1” and the other is labeled “MSG2.” The application also has a broadcast receiver to …

  4. androidapp-SMS androidapp-SMS Public

    I have created an Android application with two buttons that send out two different SMS messages when clicked. One button is labeled “SMS1” and the other is labeled “SMS2.” The first button send the…

    Java

  5. SpringBoot-JDBC-Postgre SpringBoot-JDBC-Postgre Public

    In this project I have tried to show how to connect Spring boot JDBC with PostGre database. I have created a customer table in postgre database and perform CRUD operation on that data.

    Java

  6. rpc_calculator rpc_calculator Public

    Calculator using Remote Procedure Call

    C