-
-
-
prometheus Public
Forked from prometheus/prometheusThe Prometheus monitoring system and time series database.
Go Apache License 2.0 UpdatedSep 30, 2021 -
-
-
-
-
-
-
-
egypt-governorates-and-cities-db Public
Forked from Tech-Labs/egypt-governorates-and-cities-dbegypt governorates and cities DB
TSQL MIT License UpdatedMay 21, 2020 -
flutter-tutorials Public
Forked from FilledStacks/flutter-tutorialsThe repo contains the source code for all the tutorials on the FilledStacks Youtube channel.
-
photo_view Public
Forked from bluefireteam/photo_viewπΈ Easy to use yet very customizable zoomable image widget for Flutter, Photo View provides a gesture sensitive zoomable widget. Photo View is largely used to show interacive images and other stuff β¦
Dart MIT License UpdatedFeb 15, 2020 -
multi_image_picker Public
Forked from matrixdekoder/multi_image_pickerFlutter plugin that allows you to display multi image picker on iOS and Android. πππ
Dart MIT License UpdatedJan 8, 2020 -
Flutter_Firebase_Pagination Public
Forked from PiqviService/Flutter_Firebase_PaginationDart UpdatedJan 2, 2020 -
-
-
-
-
gradle-info-plugin Public
Forked from nebula-plugins/gradle-info-pluginPlugin to gather information about the environment
Groovy Apache License 2.0 UpdatedNov 8, 2019 -
Flutter-github-application Public
Forked from afgprogrammer/Flutter-github-applicationFlutter Github Following Application, Using Flutter Provider to Manage State and Flutter Http to get data from the Github server.
Dart UpdatedOct 22, 2019 -
FlutterTutorial Public
Forked from railsgem/FlutterTutorialFlutter tutorials
Dart MIT License UpdatedApr 25, 2019 -
flutter_gridview_demo Public
Forked from flutter-devs/flutter_gridview_demoA Flutter app to showcase GridView UI.
Dart UpdatedJan 22, 2019 -
ionic Public
Forked from ionic-team/ionic-frameworkBuild amazing native and progressive web apps with open web technologies. One app running on everything π
TypeScript Other UpdatedSep 11, 2018 -
ionic-site Public
Forked from ionic-team/ionic-siteRepo for the ionicframework.com site
JavaScript Apache License 2.0 UpdatedAug 10, 2018 -
ArabicCompetitiveProgramming Public
Forked from mostafa-saad/ArabicCompetitiveProgrammingThe repository will contain the ENGLISH description files attached to the video series in my ARABIC algorithms channel.
C++ UpdatedFeb 12, 2018 -
-
374---Big-Mod Public
#include <iostream> #include <bits/stdc++.h> using namespace std; long long m; long long power(long long a,long long n) { if(n==0) { return 1; } if(n%2==0) { return (power(a*a%m,n/2))%m; } else { rβ¦
UpdatedDec 6, 2017 -
-
courses Public
Forked from helghareeb/coursesHere, I include all the required resources for the courses I teach, either online or in academia
C UpdatedOct 22, 2017
