Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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/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/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---script-pc-health-check-up
The shutil module offers a number of high-level operations on files and collections of files. psutil (process and system utilities) is a cross-platform library for retrieving information on running processes and system utilization (CPU, memory, disks, network, sensors) in Python.
coding mojidra programming python python3 scripting shebang vaibhav vaibhav-mojidra vaibhavmojidra
Last synced: 06 Nov 2024
https://github.com/vaibhavmojidra/python---demo-if-else-condition
The if statement alone tells us that if a condition is true it will execute a block of statements and if the condition is false it won’t. But what if we want to do something else if the condition is false. Here comes the else statement. We can use the else statement with if statement to execute a block of code when the condition is false.
if if-else mojidra python vaibhav vaibhav-mojidra vaibhavmojidra
Last synced: 06 Nov 2024
https://github.com/vaibhavmojidra/react-native---demo-reusable-components-demo
Last synced: 06 Nov 2024
https://github.com/vaibhavmojidra/react-native-demo---state-demo-using--textinput
Last synced: 06 Nov 2024
https://github.com/vaibhavmojidra/react-native-demo---state-demo-using-counter-app
Last synced: 06 Nov 2024
https://github.com/vaibhavmojidra/java---demo-assignment-operators
Assignment Operators are used to assign values to a variable. The left side operand of the assignment operator is a variable, and the right side operand of the assignment operator is a value. The value on the right side must be of the same data type of the operand on the left side
assignment java mojidra operators vaibhav vaibhav-mojidra vaibhavmojidra
Last synced: 06 Nov 2024
https://github.com/vaibhavmojidra/data-structures---queue-using-array-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.
array arrays data-structures java mojidra queue vaibhav vaibhav-mojidra vaibhavmojidra
Last synced: 06 Nov 2024
https://github.com/vaibhavmojidra/java---demo-do-while-loop
Do-while loop is used to iterate a part of the program repeatedly, until the specified condition is true. If the number of iteration is not fixed and you must have to execute the loop at least once, it is recommended to use a do-while loop.
do-while do-while-loop java mojidra vaibhav vaibhav-mojidra vaibhavmojidra while
Last synced: 06 Nov 2024
https://github.com/vaibhavmojidra/data-structures---stack-using-array-in-java
A stack is a linear data structure that follows the principle of Last In First Out (LIFO). This means the last element inserted inside the stack is removed first.
array data-structures java mojidra stack vaibhav vaibhav-mojidra vaibhavmojidra
Last synced: 06 Nov 2024
https://github.com/vaibhavmojidra/java---demo-bitwise-operators
Bitwise operators are used to performing the manipulation of individual bits of a number. They can be used with any integral type (char, short, int, etc.). They are used when performing update and query operations of the Binary indexed trees.
bitwise bitwise-operators java mojidra operators vaibhav vaibhav-mojidra vaibhavmojidra
Last synced: 06 Nov 2024
https://github.com/vaibhavmojidra/demos---javascript-basics-for-starting-react
Last synced: 06 Nov 2024
https://github.com/vaibhavmojidra/daily-news-app-using-react-native
Daily News App is an news application which runs on IOS as well as Android made using React Native.
android ios mojidra react react-native vaibhav vaibhav-mojidra vaibhavmojidra
Last synced: 06 Nov 2024
https://github.com/vaibhavmojidra/express-demo---routing-defining-url-routes-and-sending-response
Last synced: 06 Nov 2024
https://github.com/vaibhavmojidra/count-the-lines-of-code-desktop-app-using-electron-js
Count The Lines Of Code is a cross-platform desktop app to count the lines of code for any given project/app.
electron-app electronjs javascript mojidra node nodejs vaibhav vaibhav-mojidra vaibhavmojidra
Last synced: 06 Nov 2024
https://github.com/vaibhavmojidra/data-structures---arrays-in-java
ava provides a data structure, the array, which stores a fixed-size sequential collection of elements of the same type. An array is used to store a collection of data, but it is often more useful to think of an array as a collection of variables of the same type.
arrays data-structures java mojidra vaibhav vaibhav-mojidra vaibhavmojidra
Last synced: 06 Nov 2024
https://github.com/vaibhavmojidra/express-demo---setting-up-express-to-listen
Last synced: 06 Nov 2024
https://github.com/vaibhavmojidra/capp-computer-version
CAPP is A Calculative application made on java. It helps to do different kind of calculation options.
capp capp-computer hexadecimal-numbers mojidra prime-numbers range vaibhav vaibhav-mojidra vaibhavmojidra
Last synced: 06 Nov 2024
https://github.com/vaibhavmojidra/business-search-app-using-react-native-and-yelp-api
Business Search App for getting Info regarding any business using yelp API for dataset.
mojidra nodejs react-native vaibhav vaibhav-mojidra vaibhavmojidra yelp-api yelp-dataset
Last synced: 06 Nov 2024
https://github.com/vaibhavmojidra/connect-android-with-microsoft-sql-server
Connect Android With Microsoft SQL Server
Last synced: 06 Nov 2024
https://github.com/vaibhavmojidra/atm-desktop-application-using-java
ATM is Windows desktop application developed using Java Swing. It is a demonstraion of ATM + CDM in one software
mojidra vaibhav vaibhav-mojidra vaibhavmojidra
Last synced: 06 Nov 2024
https://github.com/vaibhavmojidra/blog-app-using-react-native
Blog App Using React Native where we can add delete update read the blogs
Last synced: 06 Nov 2024
https://github.com/vaibhavmojidra/calculator-using-kotlin-desktop-application
Calculator Using Kotlin Desktop Application without operational logic we have use eval function to make it work for heavy calculations.
Last synced: 06 Nov 2024
https://github.com/vaibhavmojidra/android-kotlin-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-kotlin mojidra notification-android notifications vaibhav vaibhav-mojidra vaibhavmojidra
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/java---demo-while-loop
While loop is used to iterate a part of the program repeatedly until the specified Boolean condition is true. As soon as the Boolean condition becomes false, the loop automatically stops.
java mojidra vaibhav vaibhav-mojidra vaibhavmojidra while while-loop
Last synced: 06 Nov 2024
https://github.com/vaibhavmojidra/java---demo-primitive-data-type-float
The float data type is a single-precision 32-bit IEEE 754 floating point.Its value range is unlimited. It is recommended to use a float (instead of double) if you need to save memory in large arrays of floating point numbers. The double data type is a double-precision 64-bit IEEE 754 floating point. Its value range is unlimited.
data-types double float java mojidra vaibhav vaibhav-mojidra vaibhavmojidra
Last synced: 06 Nov 2024
https://github.com/vaibhavmojidra/java---demo-primitive-data-type-char
The char data type is a single 16-bit Unicode character. Its value-range lies between '\u0000' (or 0) to '\uffff' (or 65,535 inclusive).The char data type is used to store characters.
char data-type data-type-char java mojidra vaibhav vaibhav-mojidra vaibhavmojidra
Last synced: 06 Nov 2024
https://github.com/vaibhavmojidra/java-web---demo-ajax-3
ajax java javascript jsp jsp-servlet mojidra vaibhav vaibhav-mojidra vaibhavmojidra
Last synced: 06 Nov 2024
https://github.com/vaibhavmojidra/java-console-sample-data-set-generator
This API allows user to generator different random list.
api data-structures jar java mojidra vaibhav vaibhav-mojidra vaibhavmojidra
Last synced: 06 Nov 2024
https://github.com/vaibhavmojidra/java---demo-switch-case
Switch statement executes one statement from multiple conditions. It is like if-else-if ladder statement. The switch statement works with byte, short, int, long, enum types, String and some wrapper types like Byte, Short, Int, and Long. Since Java 7, you can use strings in the switch statement.
mojidra switch switch-case vaibhav vaibhav-mojidra vaibhavmojidra
Last synced: 06 Nov 2024
https://github.com/vaibhavmojidra/java---demo-relational-operators-logical-operators
The == and != operators can be used with any primitive data types as well as objects. The <, >, <=, and >= can be used with primitive data types that can be represented in numbers. Logical operators are used to performing logical “AND”, “OR” and “NOT” operations, i.e. the function similar to AND gate and OR gate in digital electronics.
java logical mojidra operators relational vaibhav vaibhav-mojidra vaibhavmojidra
Last synced: 06 Nov 2024
https://github.com/vaibhavmojidra/java---demo-primitive-data-type-integer
Primitive Integer data types - includes byte, short, int, long. The byte data type is an 8-bit signed two's complement integer. The short data type is a 16-bit signed two's complement integer. the int data type is a 32-bit signed two's complement integer. The long data type is a 64-bit two's complement integer.
byte data-type int integer java long mojidra primitive short vaibhav vaibhav-mojidra vaibhavmojidra
Last synced: 06 Nov 2024
https://github.com/vaibhavmojidra/java---demo-string-and-string-methods
In Java, string is basically an object that represents sequence of char values. An array of characters works same as Java string. Java String class provides a lot of methods to perform operations on strings such as compare(), concat(), equals(), split(), length(), replace(), compareTo(), intern(), substring() etc.
data-type-string java mojidra string string-methods vaibhav vaibhav-mojidra vaibhavmojidra
Last synced: 06 Nov 2024
https://github.com/vaibhavmojidra/java---demo-arrays
Java array is an object which contains elements of a similar data type. Additionally, The elements of an array are stored in a contiguous memory location. It is a data structure where we store similar elements. We can store only a fixed set of elements in a Java array.
arrays arrays-in-java java mojidra vaibhav vaibhav-mojidra vaibhavmojidra
Last synced: 06 Nov 2024
https://github.com/vaibhavmojidra/java---demo-scanner-class-in-java
Scanner is a class in java.util package used for obtaining the input of the primitive types like int, double, etc. and strings. It is the easiest way to read input in a Java program, though not very efficient if you want an input method for scenarios where time is a constraint like in competitive programming.
input-from-user java mojidra scanner-class vaibhav vaibhav-mojidra vaibhavmojidra
Last synced: 06 Nov 2024
https://github.com/vaibhavmojidra/data-structures---binary-tree-in-java
A tree in which each node (parent) has at most two-child nodes (left and right) is called a binary tree. The top most node is called the root node. In a binary tree a node contains the data and the pointer (address) of the left and right child node.
algorithms data-structures java mojidra vaibhav vaibhav-mojidra vaibhavmojidra
Last synced: 06 Nov 2024
https://github.com/vaibhavmojidra/java---demo-arithmetic-operators
The Java programming language supports various arithmetic operators for all floating-point and integer numbers. These operators are + (addition), - (subtraction), * (multiplication), / (division), and % (modulo).
arithmetic-operators basic-math-operations java mojidra operators vaibhav vaibhav-mojidra vaibhavmojidra
Last synced: 06 Nov 2024
https://github.com/vaibhavmojidra/java---demo-for-loop
A for loop is a repetition control structure that allows you to efficiently write a loop that needs to be executed a specific number of times
for for-loop java mojidra vaibhav vaibhav-mojidra vaibhavmojidra
Last synced: 06 Nov 2024
https://github.com/vaibhavmojidra/java---demo-if-else-and-elseif
if to specify a block of code to be executed, if a specified condition is true. else to specify a block of code to be executed, if the same condition is false. else if to specify a new condition to test, if the first condition is false.
else elseif if if-else if-else-elseif java mojidra vaibhav vaibhav-mojidra vaibhavmojidra
Last synced: 06 Nov 2024
https://github.com/vaibhavmojidra/electron-js---demo-hello-world-and-local-file-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-using-electron-js electron electron-app electron-js javascript mojidra vaibhav vaibhav-mojidra vaibhavmojidra
Last synced: 06 Nov 2024
https://github.com/vaibhavmojidra/data-structures---stack-using-linked-list-in-java
A stack is a linear data structure that follows the principle of Last In First Out (LIFO). This means the last element inserted inside the stack is removed first.
data-structures java linked-list mojidra stack vaibhav vaibhav-mojidra vaibhavmojidra
Last synced: 06 Nov 2024
https://github.com/vaibhavmojidra/data-structures---hashtable-using-array-and-linked-list-in-java
Hash Table is a data structure which stores data in an associative manner. In a hash table, data is stored in an array format, where each data value has its own unique index value. Access of data becomes very fast if we know the index of the desired data. Thus, it becomes a data structure in which insertion and search operations are very fast irrespective of the size of the data. Hash Table uses an array as a storage medium and uses hash technique to generate an index where an element is to be inserted or is to be located from.
arrays data data-structures hashing java linked-list mojidra vaibhav vaibhav-mojidra vaibhavmojidra
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/android-kotlin---demo-2-room-database
The Room persistence library provides an abstraction layer over SQLite to allow fluent database access while harnessing the full power of SQLite.
android android-kotlin kotlin mojidra room room-db vaibhav vaibhav-mojidra vaibhavmojidra view-model
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/python---demo-constructors
Constructors are generally used for instantiating an object. The task of constructors is to initialize(assign values) to the data members of the class when an object of the class is created. In Python the __init__() method is called the constructor and is always called when an object is created.
constructor mojidra python python3 vaibhav vaibhav-mojidra vaibhavmojidra
Last synced: 06 Nov 2024
https://github.com/vaibhavmojidra/sap-ui5---demo-bootstrap
To run SAPUI5, we need to load and initialize it. This process of loading and initializing SAPUI5 is called bootstrapping. Once this bootstrapping is finished, we simply display an alert.
fiori javascript mojidra sap ui5 vaibhav vaibhav-mojidra vaibhavmojidra
Last synced: 06 Nov 2024
https://github.com/vaibhavmojidra/kotlin---demo-difference-between-var-and-val
In Kotlin, var and val are used to declare variables. The main difference between them is that var declares a mutable variable, which means its value can be changed after it is initialized, while val declares an immutable variable, which means its value cannot be changed after it is initialized.
coding kotlin mojidra programming vaibhav vaibhav-mojidra vaibhavmojidra var-vs-val
Last synced: 06 Nov 2024
https://github.com/vaibhavmojidra/react-native-demo---building-list-using-flatlist
Using Flatlist for building List
Last synced: 06 Nov 2024
https://github.com/vaibhavmojidra/react-native---demo-button-and-navigation-using-stack-navigator
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/java-web---demo-ajax-1
ajax java javascript jsp jsp-servlet mojidra 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
https://github.com/vaibhavmojidra/python---demo-list-and-tuple
Lists store an ordered collection of items which can be of different types. The key difference between the tuples and lists is that while the tuples are immutable objects the lists are mutable. This means that tuples cannot be changed while the lists can be modified. Tuples are more memory efficient than the lists.
list mojidra python python-3 python3 tuples tuples-in-python vaibhav vaibhav-mojidra vaibhavmojidra
Last synced: 06 Nov 2024
https://github.com/vaibhavmojidra/student-profile-module-using-react-native
Student Profile Module Front End Using React Native. Shows Student's Profile. Shows Student's Details such as education, work experience, extra curricular, certificate, posts, publications and skills. User can able to create, update, delete, & view education details. User can able to create, update, delete, & view work experience details. User can able to create, update, delete, & view extra curricular. User can able to create, update, delete, & view certificate. User can able to create, update, delete, & view posts. User can able to create, update, delete, & publications. User can able to create, update, delete, & skills.
android api components ios mojidra programming-language react react-native state-management vaibhav vaibhav-mojidra vaibhavmojidra
Last synced: 06 Nov 2024
https://github.com/vaibhavmojidra/react-native-demo---state_demo-using-color-maker
Last synced: 06 Nov 2024
https://github.com/vaibhavmojidra/react-native-demo---state-managed-by-reducer-using-color-maker
Last synced: 06 Nov 2024
https://github.com/vaibhavmojidra/android-java---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-application android-java dagger2 dagger2-android dependency-injection mojidra vaibhav vaibhav-mojidra vaibhavmojidra
Last synced: 06 Nov 2024
https://github.com/vaibhavmojidra/python---demo-inheritance
Inheritance is the capability of one class to derive or inherit the properties from another class.
inheritance inheritance-examples mojidra python python3 vaibhav vaibhav-mojidra vaibhavmojidra
Last synced: 06 Nov 2024
https://github.com/vaibhavmojidra/android-based-calculator-using-kotlin
Calculator Using Kotlin - Android Application without operational logic we have use eval function to make it work for heavy calculations.
Last synced: 06 Nov 2024
https://github.com/vaibhavmojidra/python---demo-for-in-range-loop
For loops are used for sequential traversal. For example: traversing a list or string or array etc. In Python, there is no C style for loop, i.e., for (i=0; i<n; i++). There is “for in” loop which is similar to for each loop in other languages. Let us learn how to use for in loop for sequential traversals.
for loops mojidra python python3 vaibhav vaibhav-mojidra vaibhavmojidra
Last synced: 06 Nov 2024
https://github.com/vaibhavmojidra/ms-sql-database-query-executer-using-java
Isn’t it annoying using the command line to execute Database Queries? If mistakenly closed the command line all queries are to be re-typed.!!! Copy Paste is also an annoying task on command line when you have to control by keyboard. Also, Using SQL Server Manager for executing simple queries consumes high memory. When it comes to developers, Using SQL Server Manager can lag the system, as the already use heavy IDEs and studio which already consumes heavy RAM and resources. Developer basically use CRUID Queries for an development ( C reate , R ead , U pdate , I nsert , D elete)
mojidra vaibhav vaibhav-mojidra vaibhavmojidra
Last synced: 06 Nov 2024