by Garth | May 24, 2022 | Laravel
<?php @php echo “<pre style=’color:#fff;’>”; print_r($data); echo “</pre style=’color:#fff;’>”; @endphp @php echo “<pre>”; print_r($data); echo “</pre>”; @endphp @php echo...
by Garth | May 5, 2022 | Flutter and Dart
Requirements : – API Service- Object Model Developer Recommendation : NB!!! – Use QuickType for your model. (You need an already working api with a JSON response for quicktype) https://app.quicktype.io/ – DropDownMenuItem NB!!! – The...
by Garth | Apr 7, 2022 | Excel
Excel give characters after space If you want to extract the text after space only, use this formula =MID(A1,FIND(” “,A1)+1,256) Excel give characters before space Extract text before or after space with formula in ExcelYou can quickly extract the text...
by Garth | Feb 15, 2022 | MYSQL