Dart-Email-Validator
A simple (but correct) Dart class for validating email addresses without using RegEx. Can also be used to validate emails within Flutter apps (see Flutter email validation). Installation Dart requires the latest version of Dart. You can download the latest and greatest here. 1. Depend on it Add this to your package's pubspec.yaml file: dependencies: email_validator: '^1.0.6' 2. Install it You can install packages from the command line: $ pub get .. Alternatively, your editor might support pub. Check the docs for your editor to learn more. 3. Import it Now in your Dart code, you can use: import 'package:email_validator/email_validator.dart'; Usage Read the unit tests under test, or see code example below: void main() { var email = "[email protected]"; assert(EmailValidator.validate(email)); } Tips You can also use this repo as a template for creating Dart packages, just clone the repo and start hacking :)-GitLab-Certified-Associate-Bundle-Self-Study-Exams-SKIP-TO-LESSON
GitLab OverviewMhassanbughio
GitLab-s-CI-CD-Functions
Continuous Integration is the practice of merging all the code that is being produced by developers. The merging usually takes place several times a day in a shared repository. From within the repository, or production environment, building and automated testing are carried out that ensure no integration issues and the early identification of any problems. Continuous Delivery adds that the software can be released to production at any time, often by automatically pushing changes to a staging system. Continuous Deployment goes further and pushes changes to production automatically.Insights-from-Data-with-BigQuery-Challenge-Lab
Perform-Foundational-Data-ML-and-AI-Tasks-in-Google-Cloud-Challenge-Lab
Java-Small-Projects
Flutter-Counterapp-
Counter Application in Flutter using Stateful Widget and counter WidgetGSP330-Implement-DevOps-in-Google-Cloud
Cloud-Profiler-Qwik-Start
Overview Cloud Profiler is a statistical, low-overhead profiler that continuously gathers CPU usage and memory-allocation information from your production applications. It attributes that information to the application's source code, helping you identify the parts of the application consuming the most resources, and otherwise illuminating the performance characteristics of the code. In this lab you will learn how to set up and use Stackdriver Profiler. First you'll download a sample Go program and run it with profiling enabled. Then you'll use the Cloud Profiler interface to explore the captured data.drawer_navigation
Flutter Drawer_Navigation appGSP321-Set-Up-and-Configure-a-Cloud-Environment-in-Google-Cloud
StatelessWidget
StatelessWidget in FlutterIntegrate-with-Machine-Learning-APIs-Challenge-Lab
Calculator-java-Fx
CalculatorFacbook_UI_Flutter
Tic-toe-game
Deploy-to-Kubernetes-in-Google-Cloud
Serverless-Firebase-Development-Challenge-Lab
Serverless Firebase Development: Challenge Lab GSP344Snake-Game-java
simple_form
Flutter Create Simple FormFlutter-Dart-Full-Course-
GSP319-Build-a-Website-on-Google-Cloud-Challenge-Lab
Google-Cloud-Essential-Skills-Challenge-Lab-45-minutes
Puzzle-Game
connect_pages
Pages Connect in FlutterExploring-NCAA-Data-with-BigQuery
BigQuery is Google's fully managed, NoOps, low cost analytics database. With BigQuery you can query terabytes and terabytes of data without managing infrastructure or needing a database administrator.-AR---AI-Cut-Paste-
first-Project
ARVR
Snake-Game-java-fxML
Muhammad-Hassan
Utility-Program
Github-to-Become-Campus-Expert-
Flutter-Animation-Portfolio-Full-Response-Web-App-Tab--main
Cloud-Functions-Qwik-Start---Command-Line-30-minutes-Free
Cloud Functions: Qwik Start - Command LineFlutter-Quiz
myportfolio
Container-widget
Flutter Container widgetMLH-mlh-policies
Flutter-Body-mass-index_Calculator-App
Profile
Github ProfileJava-Experiments
This is a Simple Tic tac Toe Game, built using Java. Swings and ArrayLists have been used mostly in the code. The User is prompted to enter the name and select a Symbol, then the user plays against the Computer.Flutter-Helloapp
Exploring-Your-Ecommerce-Dataset-with-SQL-in-Google-BigQuery
BigQuery is Google's fully managed, NoOps, low cost analytics database. With BigQuery you can query terabytes and terabytes of data without having any infrastructure to manage or needing a database administrator. BigQuery uses SQL and can take advantage of the pay-as-you-go model. BigQuery allows you to focus on analyzing data to find meaningful insights.hassan1
Visualize-the-10-000-Bitcoin-Pizza-Transaction-Using-BigQuery-and-AI-Notebooks
fluttergit
This is new project on githubKotlin-Programming
HASSAN
git-test
Flutter-Firebase-user_authapp
Flutter-FutureBuilde-App
github-slideshow
A robot powered training repository 🤖Python-Data-Structure-Exercise-7
Python Data Structure Exercise 7gittest
this new repoInventory_managementapp-Flutter
SATechnicalOnboarding1
Flutter-app
Inspection app Create an app where the user sends in workorders with the following features. 1. On a map create 5 points which the user can select. 2. After a point has been selected, the user selects between 3 options: Damage, Missing parts, Other 3. After selection has been made, the user enters contact info: name and phone number 4. After contact info has been entered, enter description. 5. After all the information has been selected the user sends in the information. 6. When the workorder has been sent, the status of the workorder is shown. The status for a newly entered workorder is Not started. All the information must be stored in Firebase. The status of the workorder must be changeable in Firebase. The status can be changed from Not started, In progress and Finished.Predicting-Customer-Churn-Machine-Learning
Classifying-Emails-as-Spam-or-Not-Spam
Task-01-House-Price-Prediction-Machine-Learning
House Price Prediction Machine LearningPassenger_Airline_Statisfication
hassan123
Flutter-Widgets
Inventory_management-App-Flutter
Easy-Job
Saman-App-Sign-in-With-Google-Flutter
reviewing-a-pull-request
Air-pollution-prediction
Passenger_Airline_Statisfication_01
Olympics-Data-Analysis
Laptop_price_predictor
Love Open Source and this site? Check out how you can help us