here the code when the image has screen width and alignment not align: Align( alignment: const Alignment(2.0, 0), child: Image.network( 'ht
I am trying to implement Neural Network from scratch. By default, it works as i expected, however, now i am trying to add L2 regularization to my model. To do s
https://square.github.io/tape/ Is there modern alternative to Square's Tape library for implementing persistent queues on Android? I notice Tape hasn't been upg
I am trying to create a new array. I have list of plugins with different versions, and I need to find plugins with same uniqueIdentifier but different versions,
I created an app with vue-cli and then I build the dist folder for production. The app is deployed on IIS with flask backend and works fine. The problem occur
How to print this Pattern? $number = 5; for ($i=1; $i <= $number ; $i++) { for ($j=$i; $j >= 1;$j--){ echo "0"; } echo "\n"; } P
I want to move the child-element in an eclipse shape that is parent-track. How to do it? I used positions but it doesn't move smoothly when it comes in curve pa