Pinned Loading
-
-
Useful Git Commands
Useful Git Commands 11. Untrack files already in git repo based on .gitignore
23# Clear repo:
4git rm -r --cached .
5 -
Sample Function as First Order Objects
Sample Function as First Order Objects 1void main() {
23int result1 = calculator(2,3,add);
4print (result1);
5 -
Simple BMI calculator in dart
Simple BMI calculator in dart 1import 'dart:math';
23enum Gender {
4male,
5female
-
-
ticketing_app
ticketing_app PublicAn app that allows user to log tickets for resolution based on issues found and keep track on the status.
Dart
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.
