Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

Projects in Awesome Lists by VaibhavMojidra

A curated list of projects in awesome lists by VaibhavMojidra .

https://github.com/vaibhavmojidra/send-notification-from-one-user-to-another-using-firebase-using-java

Send Notification from one user to another using Firebase Cloud Messaging by retrofit library.

Last synced: 06 Nov 2024

https://github.com/vaibhavmojidra/doctor-s-appointment-application-using-firebase

This is an Android based application using Firebase. Use to fix an appointment with any doctor and can search for symptoms for any disease.

mojidra vaibhav vaibhav-mojidra vaibhavmojidra

Last synced: 06 Nov 2024

https://github.com/vaibhavmojidra/virtual-machine-operating-system-vmos-using-java

VMOS is A Virtual Operating System. It is Multithreading Operating System.i.e performs multiple task at same time.

java javaswing mojidra vaibhav-mojidra vaibhavmojidra vmos

Last synced: 06 Nov 2024

https://github.com/vaibhavmojidra/push-notifications-below-and-above-android-oreo-common-code-using-java

Common Code for Push Notifications below And above Android Oreo

Last synced: 06 Nov 2024

https://github.com/vaibhavmojidra/send-notification-from-one-user-to-another-using-firebase-using-kotlin

Send Notification from one user to another using Firebase Cloud Messaging by retrofit library.

Last synced: 06 Nov 2024

https://github.com/vaibhavmojidra/java-mcq-web-application

This is a java web application for Java Multiple Choice Questions Exam.

mojidra vaibhav vaibhav-mojidra vaibhavmojidra

Last synced: 06 Nov 2024

https://github.com/vaibhavmojidra/popular-movies-artists-tv-shows-using-clean-architecture

Popular Movies, Artists & TV Shows (PMATS) is a demo project to demonstrate app made using latest android app architecture components and using Clean Architecture Model where there is separation of concern. Fetches data from remote data source using Retrofit. Stores data to local data source using Room DB. Fetches data from local data source using Room DB. Stores data to cache data source using caching technique. Fetches data from cache data source using caching technique. Using Dagger for dependency injection and separation of concern. Using MVVM and Data Binding

android clean-architecture dagger dagger2 depenecy-injection kotlin kotlin-android mojidra mvvm mvvm-android room vaibhav vaibhav-mojidra vaibhavmojidra

Last synced: 06 Nov 2024

https://github.com/vaibhavmojidra/android-kotlin---demo-two-way-data-binding

The Data Binding Library is a support library that allows you to bind UI components in your layouts to data sources in your app using a declarative format rather than programmatically.

android androidarchitecturecomponets androidkotlin databinding livedata mojidra twoway-data-binding vaibhav vaibhav-mojidra vaibhavmojidra viewmodel

Last synced: 06 Nov 2024

https://github.com/vaibhavmojidra/python---demo-reading-csv-rows-as-dictionary

The csv library provides functionality to both read from and write to CSV files. Designed to work out of the box with Excel-generated CSV files, it is easily adapted to work with a variety of CSV formats. The csv library contains objects and other code to read, write, and process data from and to CSV files.

csv dictionary mojidra programming python python2 python3 reading-csv reading-csv-using-python vaibhav vaibhav-mojidra vaibhavmojidra

Last synced: 18 Nov 2024

https://github.com/vaibhavmojidra/python---demo-try-except-construct

To handle the exception, we have put the code, result = numerator/denominator inside the try block. Now when an exception occurs, the rest of the code inside the try block is skipped. The except block catches the exception and statements inside the except block are executed.

error-handling error-handling-python exception-handling-python mojidra programming python python2 python3 vaibhav vaibhav-mojidra vaibhavmojidra

Last synced: 18 Nov 2024

https://github.com/vaibhavmojidra/python---demo-files-renaming-deleting-and-others

Python os module provides a portable way of using operating system dependent functionality. If you just want to read or write a file see open(), if you want to manipulate paths, see the os.path module, and if you want to read all the lines in all the files on the command line see the fileinput module.

coding deleting-files-using-python files metadata-files-using-python mojidra operatingsystem programming python-programming python2 python3 renaming-files-using-python vaibhav vaibhav-mojidra vaibhavmojidra

Last synced: 18 Nov 2024

https://github.com/vaibhavmojidra/python---demo-generating-csv-rows-as-lists

The csv library provides functionality to both read from and write to CSV files. Designed to work out of the box with Excel-generated CSV files, it is easily adapted to work with a variety of CSV formats. The csv library contains objects and other code to read, write, and process data from and to CSV files.

coding csv files generating-csv generating-csv-using-python mojidra programming python python2 python3 vaibhav vaibhav-mojidra vaibhavmojidra

Last synced: 18 Nov 2024

https://github.com/vaibhavmojidra/python--demo-generating-csv-rows-as-dictionary

The csv library provides functionality to both read from and write to CSV files. Designed to work out of the box with Excel-generated CSV files, it is easily adapted to work with a variety of CSV formats. The csv library contains objects and other code to read, write, and process data from and to CSV files.

coding csv dictionary mojidra programming python python2 python3 vaibhav vaibhav-mojidra vaibhavmojidra

Last synced: 18 Nov 2024

https://github.com/vaibhavmojidra/python---demo-writing-files

Python too supports file handling and allows users to handle files i.e., to read and write files, along with many other file handling options, to operate on files.

coding files mojidra programming python python2 python3 vaibhav vaibhav-mojidra vaibhavmojidra writing-files writing-files-using-python

Last synced: 18 Nov 2024

https://github.com/vaibhavmojidra/python---demo-reading-files

Python provides inbuilt functions for creating, writing, and reading files. There are two types of files that can be handled in python, normal text files and binary files (written in binary language, 0s, and 1s)

coding mojidra programming python python2 python3 reading reading-files reading-files-using-python vaibhav vaibhav-mojidra vaibhavmojidra

Last synced: 18 Nov 2024

https://github.com/vaibhavmojidra/python---problem-create-solving-word-cloud

One way Problem solvers code solutions faster in Python faster than coding solutions in other programming languages is that Python is easy to learn and use. Python programs tend to be shorter and quicker to write than a program which completes a similar function in another languages.

class cloud mojidra objects python python3 vaibhav vaibhav-mojidra vaibhavmojidra word word-cloud word-cloud-generator-in-python-3

Last synced: 06 Nov 2024

https://github.com/vaibhavmojidra/python---demo-using-builtin-module-in-python

There are several built-in modules in Python, which you can import whenever you like. (Eg: Random, DateAndTime..)

built built-in-modules in mojidra python python3 vaibhav vaibhav-mojidra vaibhavmojidra

Last synced: 06 Nov 2024

https://github.com/vaibhavmojidra/python---demo-while-loop

While loop is used to execute a block of statements repeatedly until a given condition is satisfied. And when the condition becomes false, the line immediately after the loop in the program is executed.

loops mojidra python python3 vaibhav vaibhav-mojidra vaibhavmojidra while-loop

Last synced: 06 Nov 2024

https://github.com/vaibhavmojidra/android-kotlin---demo-pure-dependency-injection-using-methods

Dependency injection (DI) is a technique widely used in programming and well suited to Android development. By following the principles of DI, you lay the groundwork for good app architecture. Implementing dependency injection provides you with the following advantages: 1. Reusability of code 2. Ease of refactoring 3. Ease of testing

android android-development dependency-injection kotlin mojidra vaibhav vaibhav-mojidra vaibhavmojidra

Last synced: 06 Nov 2024

https://github.com/vaibhavmojidra/android-kotlin---demo-work-manager-periodic-request

WorkManager is the recommended solution for persistent work. Work is persistent when it remains scheduled through app restarts and system reboots. Because most background processing is best accomplished through persistent work, WorkManager is the primary recommended API for background processing.

android android-application android-studio androidarchitecturecomponets mojidra vaibhav vaibhav-mojidra vaibhavmojidra workmanager-kotlin

Last synced: 06 Nov 2024

https://github.com/vaibhavmojidra/android-kotlin---demo-work-manager-one-time-request

WorkManager is the recommended solution for persistent work. Work is persistent when it remains scheduled through app restarts and system reboots. Because most background processing is best accomplished through persistent work, WorkManager is the primary recommended API for background processing.

android android-application android-studio androidarchitecturecomponets mojidra vaibhav vaibhav-mojidra vaibhavmojidra work-manager work-manager-kotlin

Last synced: 06 Nov 2024

https://github.com/vaibhavmojidra/android-kotlin---demo-work-manager-chaining

WorkManager is the recommended solution for persistent work. Work is persistent when it remains scheduled through app restarts and system reboots. Because most background processing is best accomplished through persistent work, WorkManager is the primary recommended API for background processing.

android android-library androidarchitecturecomponets mojidra vaibhav vaibhav-mojidra vaibhavmojidra workmanager workmanager-kotlin

Last synced: 06 Nov 2024

https://github.com/vaibhavmojidra/android-kotlin---push-notifications-below-and-above-android-oreo

A notification is a message that Android displays outside your app's UI to provide the user with reminders, communication from other people, or other timely information from your app. Users can tap the notification to open your app or take an action directly from the notification.

android-kotlin androidstudio mojidra notifications vaibhav vaibhav-mojidra vaibhavmojidra

Last synced: 06 Nov 2024

https://github.com/vaibhavmojidra/android-kotlin---demo-pure-dependency-injection-using-constructor

Dependency injection (DI) is a technique widely used in programming and well suited to Android development. By following the principles of DI, you lay the groundwork for good app architecture. Implementing dependency injection provides you with the following advantages: 1. Reusability of code 2. Ease of refactoring 3. Ease of testing

android android-kotlin android-studio dependency-injection kotlin mojidra vaibhav vaibhav-mojidra vaibhavmojidra

Last synced: 06 Nov 2024

https://github.com/vaibhavmojidra/android-kotlin---demo-room-db

The Room persistence library provides an abstraction layer over SQLite to allow fluent database access while harnessing the full power of SQLite.

android kotlin kotlin-android livedata-viewmodel mojidra room room-database vaibhav vaibhav-mojidra vaibhavmojidra

Last synced: 06 Nov 2024

https://github.com/vaibhavmojidra/android-kotlin---demo-recyclerview

RecyclerView makes it easy to efficiently display large sets of data. You supply the data and define how each item looks, and the RecyclerView library dynamically creates the elements when they're needed.When an item scrolls off the screen, RecyclerView doesn't destroy its view.Instead, it reuses the view for new items that have scrolled onscreen.

android android-kotlin mojidra vaibhav vaibhav-mojidra vaibhavmojidra

Last synced: 06 Nov 2024

https://github.com/vaibhavmojidra/android-kotlin---demo-navigation-architecture-components-kotlin

Navigation refers to the interactions that allow users to navigate across, into, and back out from the different pieces of content within your app. Android Jetpack's Navigation component helps you implement navigation, from simple button clicks to more complex patterns, such as app bars and the navigation drawer.

android android-architecture-components databinding kotlin mojidra navigation-architecture-component vaibhav vaibhav-mojidra vaibhavmojidra

Last synced: 06 Nov 2024

https://github.com/vaibhavmojidra/android-kotlin---demo-notification-action-buttons

A notification can offer up to three action buttons that allow the user to respond quickly, such as snooze a reminder or even reply to a text message. But these action buttons should not duplicate the action performed when the user taps the notification.

android android-application android-development android-library android-notification android-sdk android-studio mojidra notifications-action-button vaibhav vaibhav-mojidra vaibhavmojidra

Last synced: 06 Nov 2024

https://github.com/vaibhavmojidra/android-kotlin---demo-dagger-2-using-application-class-for-shared-component

Dagger 2 is one of dependency injection framework in Android that can provide us dependencies in a particular class. It’s probably the most used dependency injection framework in Android development.

android android-application androidarchitecturecomponets dagger dagger2 dagger2-android dependency-injection mojidra vaibhav vaibhav-mojidra vaibhavmojidra

Last synced: 06 Nov 2024

https://github.com/vaibhavmojidra/android-kotlin---demo-notification-direct-reply

The direct reply action, introduced in Android 7.0 (API level 24), allows users to enter text directly into the notification, which is delivered to your app without opening an activity. For example, you can use a direct reply action to let users reply to text messages or update task lists from within the notification.

android android-application android-studio mojidra notifications vaibhav vaibhav-mojidra vaibhavmojidra

Last synced: 06 Nov 2024

https://github.com/vaibhavmojidra/android-kotlin---demo-dagger-2-field-injection

Dagger 2 is one of dependency injection framework in Android that can provide us dependencies in a particular class. It’s probably the most used dependency injection framework in Android development.

android android-application android-development android-kotlin dagger2 dagger2-android dependency-injection mojidra vaibhav vaibhav-mojidra vaibhavmojidra

Last synced: 06 Nov 2024

https://github.com/vaibhavmojidra/android-kotlin---demo-pure-dependency-injection-using-field

Dependency injection (DI) is a technique widely used in programming and well suited to Android development. By following the principles of DI, you lay the groundwork for good app architecture. Implementing dependency injection provides you with the following advantages: 1. Reusability of code 2. Ease of refactoring 3. Ease of testing

android android-application android-studio dependency-injection kotlin kotlin-android mojidra vaibhav vaibhav-mojidra vaibhavmojidra

Last synced: 06 Nov 2024

https://github.com/vaibhavmojidra/android-kotlin---demo-dagger-2-module-demo

Dagger 2 is one of dependency injection framework in Android that can provide us dependencies in a particular class. It’s probably the most used dependency injection framework in Android development.

android android-development android-kotlin dagger dagger2 dagger2-android mojidra vaibhav vaibhav-mojidra vaibhavmojidra

Last synced: 06 Nov 2024

https://github.com/vaibhavmojidra/android-java---demo-work-manager-one-time-request

WorkManager is the recommended solution for persistent work. Work is persistent when it remains scheduled through app restarts and system reboots. Because most background processing is best accomplished through persistent work, WorkManager is the primary recommended API for background processing.

android android-studio androidarchitecturecomponets mojidra vaibhav vaibhav-mojidra vaibhavmojidra workmanager

Last synced: 06 Nov 2024

https://github.com/vaibhavmojidra/android-kotlin---demo-dagger-2-injecting-interface

Dagger 2 is one of dependency injection framework in Android that can provide us dependencies in a particular class. It’s probably the most used dependency injection framework in Android development.

android android-kotlin android-studio dagger2 dagger2-android dependency-injection mojidra vaibhav vaibhav-mojidra vaibhavmojidra

Last synced: 06 Nov 2024

https://github.com/vaibhavmojidra/android-kotlin---demo-live-data

LiveData is an observable data holder class. Unlike a regular observable, LiveData is lifecycle-aware, meaning it respects the lifecycle of other app components, such as activities, fragments, or services. This awareness ensures LiveData only updates app component observers that are in an active lifecycle state.

android androidarchitecturecomponets kotlin livedata mojidra vaibhav vaibhav-mojidra vaibhavmojidra viewmodel

Last synced: 06 Nov 2024

https://github.com/vaibhavmojidra/android-kotlin---demo-dagger-2-singleton

Dagger 2 is one of dependency injection framework in Android that can provide us dependencies in a particular class. It’s probably the most used dependency injection framework in Android development. Singleton annotation can be put in other component and as long as the component alive the singleton annotated object will alive as well.

android android-application android-kotlin androidarchitecturecomponets dagger dagger2 dagger2-android dependency-injection mojidra singleton-scope vaibhav vaibhav-mojidra vaibhavmojidra

Last synced: 06 Nov 2024

https://github.com/vaibhavmojidra/android-kotlin---demo-dagger-2-state-of-module

Dagger 2 is one of dependency injection framework in Android that can provide us dependencies in a particular class. It’s probably the most used dependency injection framework in Android development.

android android-application androidarchitecturecomponets dagger dagger2 dagger2-android dependency-injection mojidra vaibhav vaibhav-mojidra vaibhavmojidra

Last synced: 06 Nov 2024

https://github.com/vaibhavmojidra/android-java---demo-work-manager-periodic-request

WorkManager is the recommended solution for persistent work. Work is persistent when it remains scheduled through app restarts and system reboots. Because most background processing is best accomplished through persistent work, WorkManager is the primary recommended API for background processing.

android android-development android-library android-studio androidarchitecturecomponets mojidra vaibhav vaibhav-mojidra vaibhavmojidra workmanager workmanager-architecturecomponent

Last synced: 06 Nov 2024

https://github.com/vaibhavmojidra/android-java-demo-notification-tap-action

Every notification should respond to a tap, usually to open an activity in your app that corresponds to the notification. To do so, you must specify a content intent defined with a PendingIntent object and pass it to setContentIntent().

android-library android-studio mojidra notifications tap-action vaibhav vaibhav-mojidra vaibhavmojidra

Last synced: 06 Nov 2024

https://github.com/vaibhavmojidra/android-java---demo-room-db

The Room persistence library provides an abstraction layer over SQLite to allow fluent database access while harnessing the full power of SQLite.

android-java androidarchitecturecomponets mojidra room-database room-persistence-library vaibhav vaibhav-mojidra vaibhavmojidra

Last synced: 06 Nov 2024

https://github.com/vaibhavmojidra/android-kotlin---demo-dagger-2-constructor-injection

Dagger 2 walks through the dependency graph and generates code that is both easy to understand and trace, while also saving you from writing a large amount of boilerplate code you would normally need to write by hand to obtain references and pass them to other objects as dependencies.

android android-app android-kotlin dagger dagger2 dagger2-android dependency-injection mojidra vaibhav vaibhav-mojidra vaibhavmojidra

Last synced: 06 Nov 2024

https://github.com/vaibhavmojidra/android-java---demo-two-way-data-binding

The Data Binding Library is a support library that allows you to bind UI components in your layouts to data sources in your app using a declarative format rather than programmatically.

android androidarchitecturecomponets data-binding live-data livedata mojidra two-way-databinding vaibhav vaibhav-mojidra vaibhavmojidra viewmodel

Last synced: 06 Nov 2024

https://github.com/vaibhavmojidra/android-java---demo-pure-dependency-injection-using-field

Dependency injection (DI) is a technique widely used in programming and well suited to Android development. By following the principles of DI, you lay the groundwork for good app architecture. Implementing dependency injection provides you with the following advantages: 1. Reusability of code 2. Ease of refactoring 3. Ease of testing

android android-development dependency-injection kotlin kotlin-android mojidra vaibhav vaibhav-mojidra vaibhavmojidra

Last synced: 06 Nov 2024

https://github.com/vaibhavmojidra/android-java---demo-recyclerview

RecyclerView makes it easy to efficiently display large sets of data. You supply the data and define how each item looks, and the RecyclerView library dynamically creates the elements when they're needed.When an item scrolls off the screen, RecyclerView doesn't destroy its view.Instead, it reuses the view for new items that have scrolled onscreen.

android android-ktx mojidra vaibhav vaibhav-mojidra vaibhavmojidra

Last synced: 06 Nov 2024

https://github.com/vaibhavmojidra/android-java---demo-pure-dependency-injection-using-methods

Dependency injection (DI) is a technique widely used in programming and well suited to Android development. By following the principles of DI, you lay the groundwork for good app architecture. Implementing dependency injection provides you with the following advantages: 1. Reusability of code 2. Ease of refactoring 3. Ease of testing

android android-application dependency-injection java mojidra vaibhav vaibhav-mojidra vaibhavmojidra

Last synced: 06 Nov 2024

https://github.com/vaibhavmojidra/android-java---demo-pure-dependency-injection-using-constructor

Dependency injection (DI) is a technique widely used in programming and well suited to Android development. By following the principles of DI, you lay the groundwork for good app architecture. Implementing dependency injection provides you with the following advantages: 1. Reusability of code 2. Ease of refactoring 3. Ease of testing

android android-library android-studio dependency-injection kotlin-android mojidra vaibhav vaibhav-mojidra vaibhavmojidra

Last synced: 06 Nov 2024

https://github.com/vaibhavmojidra/android-java---demo-notification-direct-reply

The direct reply action, introduced in Android 7.0 (API level 24), allows users to enter text directly into the notification, which is delivered to your app without opening an activity. For example, you can use a direct reply action to let users reply to text messages or update task lists from within the notification.

android android-app android-application android-studio mojidra notifications vaibhav vaibhav-mojidra vaibhavmojidra

Last synced: 06 Nov 2024

https://github.com/vaibhavmojidra/android-java---demo-navigation-architecture-components-java

Navigation refers to the interactions that allow users to navigate across, into, and back out from the different pieces of content within your app. Android Jetpack's Navigation component helps you implement navigation, from simple button clicks to more complex patterns, such as app bars and the navigation drawer.

android android-architecture-components android-java architecture databinding java mojidra navigation-architecture-component vaibhav vaibhav-mojidra vaibhavmojidra

Last synced: 06 Nov 2024

https://github.com/vaibhavmojidra/android-java---demo-dagger-2-using-application-class-for-shared-component

Dagger 2 is one of dependency injection framework in Android that can provide us dependencies in a particular class. It’s probably the most used dependency injection framework in Android development.

android android-application android-java androidarchitecturecomponets dagger dagger2 dagger2-android dependency-injection mojidra vaibhav vaibhav-mojidra vaibhavmojidra

Last synced: 06 Nov 2024

https://github.com/vaibhavmojidra/android-java---demo-notification-action-buttons

A notification can offer up to three action buttons that allow the user to respond quickly, such as snooze a reminder or even reply to a text message. But these action buttons should not duplicate the action performed when the user taps the notification.

android android-application android-studio mojidra notifications vaibhav vaibhav-mojidra vaibhavmojidra

Last synced: 06 Nov 2024

https://github.com/vaibhavmojidra/android-java---demo-data-binding-with-objects-viewmodel

Instead of using onclick listener for binding.buttton and calling the change() of ViewModel we can directly bind it in <data> tage where we create viewmodal obj and call the change() in button onClick attribute.

android androidarchitecturecomponets livedata mojidra vaibhav vaibhav-mojidra vaibhavmojidra viewmodel

Last synced: 06 Nov 2024

https://github.com/vaibhavmojidra/android-java---demo-dagger-2-singleton

Dagger 2 is one of dependency injection framework in Android that can provide us dependencies in a particular class. It’s probably the most used dependency injection framework in Android development. Singleton annotation can be put in other component and as long as the component alive the singleton annotated object will alive as well.

android android-app android-application androidarchitecturecomponets dagger-android dagger2 dagger2-android dependency-injection mojidra singleton-scope vaibhav vaibhav-mojidra vaibhavmojidra

Last synced: 06 Nov 2024

https://github.com/vaibhavmojidra/android-java---demo-dagger-2-state-of-module

Dagger 2 is one of dependency injection framework in Android that can provide us dependencies in a particular class. It’s probably the most used dependency injection framework in Android development.

android android-app android-application android-studio dagger dagger2 dagger2-android mojidra vaibhav vaibhav-mojidra vaibhavmojidra

Last synced: 06 Nov 2024

https://github.com/vaibhavmojidra/android-java---demo-live-data

LiveData is an observable data holder class. Unlike a regular observable, LiveData is lifecycle-aware, meaning it respects the lifecycle of other app components, such as activities, fragments, or services. This awareness ensures LiveData only updates app component observers that are in an active lifecycle state.

android android-java androidarchitecturecomponets databinding java livedata livedata-viewmodel mojidra vaibhav vaibhav-mojidra vaibhavmojidra viewmodel

Last synced: 06 Nov 2024

https://github.com/vaibhavmojidra/android-java---demo-data-binding-with-livedata

LiveData is an observable data holder class. Unlike a regular observable, LiveData is lifecycle-aware, meaning it respects the lifecycle of other app components, such as activities, fragments, or services. Instead of viewmodel..observe and setting the value to view we can directly use in XML @{vm.obj}

android android-app androidarchitecturecomponets androidjava databinding java livedata mojidra vaibhav vaibhav-mojidra vaibhavmojidra viewmodel

Last synced: 06 Nov 2024

https://github.com/vaibhavmojidra/data-structures---linked-list-in-java

Linked List is a sequence of links which contains items. Each link contains a connection to another link. Linked list is the second most-used data structure after array.

data-structures java java-8 linked-list mojidra vaibhav vaibhav-mojidra vaibhavmojidra

Last synced: 06 Nov 2024

https://github.com/vaibhavmojidra/java---demo-conditional-operator

he conditional operator is also known as the ternary operator. This operator consists of three operands and is used to evaluate Boolean expressions. The goal of the operator is to decide; which value should be assigned to the variable.

conditional conditional-operator java mojidra operator ternary ternary-operator vaibhav vaibhav-mojidra vaibhavmojidra

Last synced: 06 Nov 2024

https://github.com/vaibhavmojidra/data-structures---queue-using-linked-list-in-java

Queue is an abstract data structure, somewhat similar to Stacks. Unlike stacks, a queue is open at both its ends. One end is always used to insert data (enqueue) and the other is used to remove data (dequeue). Queue follows First-In-First-Out methodology, i.e., the data item stored first will be accessed first.

data-structures java linked-list mojidra queue vaibhav vaibhav-mojidra vaibhavmojidra

Last synced: 06 Nov 2024

https://github.com/vaibhavmojidra/java---demo-for-each

For-each loop is used to iterate through elements of arrays and collections (like ArrayList). It is also known as the enhanced for loop.

for-each for-each-loop java mojidra vaibhav vaibhav-mojidra vaibhavmojidra

Last synced: 06 Nov 2024

https://github.com/vaibhavmojidra/electron-js---demo-open-url-in-window

Electron is a free and open-source software framework developed and maintained by GitHub. The framework is designed to create desktop applications using web technologies which are rendered using a flavor of the Chromium browser engine, and a backend using the Node.js runtime environment.

desktop-app electron electron-app electron-js javascript mojidra vaibhav vaibhav-mojidra vaibhavmojidra

Last synced: 06 Nov 2024

https://github.com/vaibhavmojidra/python---demo-working-with-directories

Python OS module provides a portable way of using operating system dependent functionality. If you just want to read or write a file see open(), if you want to manipulate paths, see the os.path module, and if you want to read all the lines in all the files on the command line see the fileinput module

coding mojidra os programming python python-os python2 python3 vaibhav vaibhav-mojidra vaibhavmojidra working-with-directories

Last synced: 18 Nov 2024

https://github.com/vaibhavmojidra/tracker-app-using-react-native-and-mongodb

Tracker App is an tracking application which allow you to record and save the tracks/routes that you have been walk through. This app is made over React Native hence it runs on both IOS and Android. And all the data is stored on MongoDB Cloud

mojidra mongodb react-native vaibhav vaibhav-mojidra vaibhavmojidra

Last synced: 06 Nov 2024

https://github.com/vaibhavmojidra/python---demo-special-function-__str__

The __str__ method in Python represents the class objects as a string – it can be used for classes.

function mojidra python python3 special str vaibhav vaibhav-mojidra vaibhavmojidra

Last synced: 06 Nov 2024

https://github.com/vaibhavmojidra/website-test

This repository is dedicated to website testing prior to going live. It does not contain stable code and is subject to changes. When no testing is in progress, you will find an index.html file with a 'No testing' message.

mojidra test-repo testing vaibhav vaibhav-mojidra vaibhavmojidra webiste-testing website

Last synced: 06 Nov 2024

https://github.com/vaibhavmojidra/site

Caution: This repository of Vaibhav Mojidra's live website is strictly copyrighted by Vaibhav Mojidra.

mojidra vaibhav vaibhav-mojidra vaibhavmojidra

Last synced: 06 Nov 2024

https://github.com/vaibhavmojidra/code-comment-generate-using-ai-prompt-helper

This a basic website which help you generate comments for code giving you prompt for AI

Last synced: 06 Nov 2024

https://github.com/vaibhavmojidra/java---demo-hello-world

Java is a powerful general-purpose programming language. It is used to develop desktop and mobile applications, big data processing, embedded systems, and so on. According to Oracle, the company that owns Java, Java runs on 3 billion devices worldwide, which makes Java one of the most popular programming languages.

hello java mojidra vaibhav vaibhav-mojidra vaibhavmojidra world

Last synced: 06 Nov 2024

https://github.com/vaibhavmojidra/sap-ui5---demo-unit-test-with-qunit

Unit testing is an essential part of the software development process, and SAP UI5 applications can be tested using QUnit, a popular JavaScript testing framework. QUnit is commonly used for testing client-side code, including UI5 applications.

javascript javascript-es6 mojidra sap-ui5 ui5 vaibhav vaibhav-mojidra vaibhavmojidra

Last synced: 06 Nov 2024

https://github.com/vaibhavmojidra/sap-ui5---demo-basic-ui-typo-error-debugging-using-sapui5-diagnostics-tools

SAPUI5 Diagnostics Tools are essential for debugging and optimizing the performance of SAPUI5 applications. These tools offer insights into various aspects of your application's runtime behavior, allowing you to identify and resolve issues efficiently.

debugging mojidra sap sap-ui5 sapui5-diagnostics-tools vaibhav vaibhav-mojidra vaibhavmojidra

Last synced: 06 Nov 2024

https://github.com/vaibhavmojidra/vaibhavmojidra

This repository is just for Vaibhav Mojidra GitHub Profile's README.md.

Last synced: 06 Nov 2024

https://github.com/vaibhavmojidra/sap-ui5---demo-component-configuration

The Component Configuration is a set of metadata and settings that define how a UI5 component behaves. It typically includes information like the component's name, version, dependencies, and various settings.

component component-configuration javascript mojidra sap ui5 vaibhav vaibhav-mojidra vaibhavmojidra

Last synced: 06 Nov 2024

https://github.com/vaibhavmojidra/python---demo-object-composition

Composition enables you to reuse code by adding objects to other objects, as opposed to inheriting the interface and implementation of other classes.

mojidra object-composition python python-object-composition python3 vaibhav vaibhav-mojidra vaibhavmojidra

Last synced: 06 Nov 2024

https://github.com/vaibhavmojidra/python---problem-solving-find-the-loggedin-users-in-the-network

One way Problem solvers code solutions faster in Python faster than coding solutions in other programming languages is that Python is easy to learn and use. Python programs tend to be shorter and quicker to write than a program which completes a similar function in another languages.

class functions logical-programming loops mojidra python python3 vaibhav vaibhav-mojidra vaibhavmojidra

Last synced: 06 Nov 2024

https://github.com/vaibhavmojidra/sap-ui5---demo-ui-using-xml

SAPUI5 supports multiple view types (XML, HTML, JavaScript). We choose XML as this produces the most readable code and will force us to separate the view declaration from the controller logic.

fiori javascript mojidra ui5 vaibhav vaibhav-mojidra vaibhavmojidra xml

Last synced: 06 Nov 2024

https://github.com/vaibhavmojidra/wheres-the-food-using-android-java

Wheres the food is a food ordering mobile app to place an order.Can view available items.Add to cart.Remove from cart.Update the cart. Place order.

android android-application android-java java jtds-driver mojidra vaibhav vaibhav-mojidra vaibhavmojidra

Last synced: 06 Nov 2024

https://github.com/vaibhavmojidra/python---demo-recursion

Python also accepts function recursion, which means a defined function can call itself.

functions mojidra python python3 recursion vaibhav vaibhav-mojidra vaibhavmojidra

Last synced: 06 Nov 2024

https://github.com/vaibhavmojidra/python---demo-string

A string is a sequence of characters. A character is simply a symbol.

mojidra python python3 strings strings-manipulation vaibhav vaibhav-mojidra vaibhavmojidra

Last synced: 06 Nov 2024

https://github.com/vaibhavmojidra/sap-ui5---demo-using-builtin-ui-modules

UI modules in SAPUI5 typically refer to reusable components or libraries that developers can use to build the user interface of their applications. These modules are essential building blocks for creating consistent, visually appealing, and interactive user interfaces.

fiori javascript mojidra sap ui5 vaibhav vaibhav-mojidra vaibhavmojidra

Last synced: 06 Nov 2024

https://github.com/vaibhavmojidra/java---demo-primitive-data-type-boolean

The Boolean data type is used to store only two possible values: true and false. This data type is used for simple flags that track true/false conditions.

boolean data-type data-type-boolean java mojidra vaibhav vaibhav-mojidra vaibhavmojidra

Last synced: 06 Nov 2024