मोबिक्विक के संस्थापक बिपिन प्रीत सिंह की कहानी प्रेरणा से भरपूर है। उन्होंने अपनी बचत के 8 लाख रुपये से एक छोटा सा स्टार्टअप शुरू किया था। देखते ही देखते यह स्टार्टअप एक बड़ी फिनटेक कंपनी (Fintech Company) में बदल गया। आज उनकी कंपनी का सालाना टर्नओवर सैकड़ों करोड़ रुपये में है। आइए, यहां बिपिन प्रीत सिंह की सफलता के …
Read More »Car Rental Project in PHP and Mysql
Car rental project using PHP is a web based application. It is a system design especially for large, premium and small car rental business. The car rental system provides complete functionality of listing and booking car. Project Modules Car Rental Portal Developed using PHP and MySQL. This project has three modules: Users Admin Guest Guest Users Guest user can view …
Read More »How to make custom BottomNavigationBar in flutter with source code
To create a bottom sheet with the given BottomNavigationBar code in a Flutter application, you can follow these steps: Create a new Flutter project (if you haven’t already). Set up the basic structure of your Flutter app, including a Scaffold with a BottomNavigationBar. Implement the bottom sheet functionality which will be triggered when an item in the BottomNavigationBar is tapped. Here is a step-by-step guide: Step 1: Set …
Read More »How to debugg our flutter application
Debugging a Flutter application involves a variety of techniques and tools to identify and fix issues. Here are some effective strategies: 1. Using Flutter DevTools Installation: Make sure you have DevTools installed. You can launch it by running flutter pub global activate devtools and then flutter pub global run devtools. Performance: Use the Performance tab to analyze frame rendering times …
Read More »How to add login with Facebook in Flutter
To integrate Facebook login into your Flutter app, you’ll need to use the flutter_facebook_auth package. Here’s a step-by-step guide to help you set it up: 1. Set Up Your Facebook App Create a Facebook Developer Account: Go to Facebook for Developers and log in with your Facebook account. If you don’t have a developer account, you’ll need to create one. …
Read More »How to create calculator using flutter
Creating a calculator app in Flutter involves designing the UI and implementing the logic for basic arithmetic operations. Here’s a step-by-step guide to get you started: 1. Set Up Your Flutter Project Install Flutter: Ensure you have Flutter installed on your system. If not, follow the official installation guide. Create a New Project: flutter create calculator_app cd calculator_app 3.Open the …
Read More »How to create hospital management system project using PHP and MySQL
Creating a Hospital Management System (HMS) using PHP and MySQL involves several steps, from planning the features to implementing and testing the application. Below is a comprehensive guide to help you build an HMS project: Define Requirements Before starting the project, determine the key features your HMS will need. Common features include: Patient Management: Registration, appointment scheduling, and medical history. …
Read More »How to integrate Login with Google in Flutter using Firebase step by step
Integrating Google login in a Flutter app using Firebase involves several steps. Here’s a step-by-step guide to get you set up: Prerequisites: Flutter SDK installed on your system. Firebase Account and a Firebase project created. Google Cloud Platform project with OAuth 2.0 credentials set up. 1. Create a Firebase Project Go to the Firebase Console. Click on “Add project” and …
Read More »How to download and install latest version of Secure Exam Browser
To download and install the latest version of Secure Exam Browser (SEB), follow these steps: 1. Download the Software Visit the Official SEB Website: Go to the SEB official website or check with your institution’s recommended source. Select Your Operating System: Choose the appropriate version for your operating system (Windows, macOS, Linux, etc.). Download the Installer: Click on the download …
Read More »How To Download & Install latest version of Microsoft Excel
To download and install the latest version of Microsoft Excel, follow these steps: For Microsoft 365 Subscribers Visit the Microsoft 365 Website: Go to office.com and sign in with your Microsoft account associated with your Microsoft 365 subscription. Download Office: Once logged in, click on the “Install Office” button. This will usually be found in the upper right corner of …
Read More »Top 5 Best Programming Languages To Learn in 2024
Choosing the best programming languages to learn in 2024 depends on your goals, whether you’re interested in web development, data science, software engineering, or something else. Here are five languages that are particularly noteworthy for various reasons: Also Read: Top 100 Flutter interview questions and answers in 2024 Certainly! Here’s a detailed look at why each of these programming languages …
Read More »Online Food Ordering System using PHP/MySQL 2024
The Online Food ordering System is a simple project using PHP/MySQL. This project was developed using HTML, CSS, PHP, JavaScript (jQuery/Ajax), and Bootstrap. This project does not support any payment transaction with any third party API such as PayPal. Hospital Management System In PHP About the Project The Simple Online Food Ordering System has the admin side and visitor/client-side. The …
Read More »Covid-19 Tracker App(Coronavirus Tracker) source code 2024
Covid-19 Mobile Tracker App (Coronavirus Tracker 2022) Source Code – Corona Tracker Mobile app that will keep us updated with the current cases of Covid-19 around the world and also to our beloved country. The app uses an API of the World Health Organization, so all of the Covid-19 instances around the globe are in real-time, and this will avoid …
Read More »Specialized PDF reader designed specifically for music sheets
Specialized PDF reader designed specifically for music sheets AllegroPDF AllegroPDF is a specialized PDF reader designed specifically for music sheets. Features Import Music Sheets From Anywhere: Import from anywhere, it can be your file system or Google Drive. Tag-Based Organization: Effortlessly organize your music sheets by tagging documents for easy categorization and quick access. Customization: Change the theme of the app or the …
Read More »A binary gap within a positive integer N is any maximal sequence of consecutive zeros that is surrounded by ones at both ends in the binary representation of N.
A binary gap within a positive integer N is any maximal sequence of consecutive zeros that is surrounded by ones at both ends in the binary representation of N. For example, number 9 has binary representation 1001 and contains a binary gap of length 2. The number 529 has binary representation 1000010001 and contains two binary gaps: one of length 4 and one of length 3. …
Read More »