This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import 'dart:convert'; | |
import 'dart:io'; | |
main() { | |
/// No. of Different Characters in the two Strings; | |
int diff = 0; | |
/// No. of Identical Characters in the two Strings; | |
int correct = 0; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
namespace App\Http\Middleware; | |
/** | |
* This File was made by [AQuadic Software Solutions](AQuadic.com). | |
* if you are happy with this file and used it, | |
* send us thanks letter on [[email protected]](mailto:[email protected]) | |
* | |
* File Path: app/Http/Middleware/ApiLocalization.php |