Posts

Funny moment with my first hello wold in react Js

Image
 

UOB - Final project - poster

Image
A4 Poster Tool: adobe photoshop CS6 Design By : Sarmila Sivaraja

Help

  http://www.textinflator.com/ https://spinbot.com/ https://keras.io/api/applications/ https://www.fritz.ai/image-recognition/ https://www.customvision.ai/ https://www.kaggle.com/ https://www.oxfordlearnersdictionaries.com/

uses-permission

     < uses-permission   android:name = "android.permission.INTERNET" />      < uses-permission   android:name = "android.permission.RECORD_AUDIO" />      < uses-permission   android:name = "android.permission.CAMERA"   />      < uses-permission   android:name = "android.permission.WRITE_EXTERNAL_STORAGE"   />      < uses-permission   android:name = "android.permission.WRITE_INTERNAL_STORAGE"   />      < uses-permission   android:name = "android.permission.READ_CONTACTS"   />      < uses-permission   android:name = "android.permission.ACCESS_COARSE_LOCATION"   />      < uses-permission   android:name = "android.permission.ACCESS_FINE_LOCATION"   />

Nullable types Version change example - isEmpty

 As you work with Dart, you may find that minor things stop working. For example: stdout . write ( 'Enter your name : ' );   String ? str1 = stdin . readLineSync ();   str1 . isEmpty ? stderr . write ( 'Name is empty!!' ) : stdout . write ( 'Good Morning $str1' );   Error : Property 'isEmpty' cannot be accessed on 'String?' because it is potentially null .   Try accessing using ?. instead .   str1 . isEmpty Dart is both great and irritating because of this... Dart is rapidly evolving, and each new version introduces a slew of minor changes that might damage your code. Depending on the version of Dart you're running, you may never run across this problem or it may appear at any time. Always check your version's online Dart documentation, as well as the updated Github code attached to each lesson. This specific example is a change to NullSafety: https://dart.dev/null-safety/understanding-null-safety https://stackoverflow.com/qu...

3 levels of thinking.

Generally, there are 3 levels of thinking. Let's start with the... Level 1 - Overthinking It means that you think a lot and take fewer actions. You plan for "Perfection" And you’re afraid to make the wrong move… So you keep evaluating. Which holds you back to take action. So if you are of them then, ask yourself… where am I actually overthinking a lot? Now coming to the... Level 2 - Thinking in the Wrong direction What does it actually mean..? Let's take an example... If you are new to a business. What should be your MAIN focus..? Getting clients… Focusing more on your marketing and sales strategy… Getting results for your clients…etc. Right..? But if you’re more focused on things like… What colour should I use for my brand… How do I outsource some work to others…etc Then you’re focusing on the wrong places. Now I’m not saying those things are not important… You might still need to consider those points... But they’re not the MAIN focus! Make sense? So that is thi...

7 Powerful ways to master SELF-DISCIPLINE

Image
7 Powerful ways to master SELF-DISCIPLINE 1.Wake on time 2.Avoid temptation 3.Find trusted coaches or mentors 4.create new habits and rituals 5.meet deadlines 6.Know your strengths and weakness 7.Exercise daily