Posts

Showing posts from April, 2019

Things to know before admitting your kids to school

Here are few things that you must know or take care of before admitting your kids to school. If you are not taking care of these things, you might be putting you children to wrong school, risking life. Only irresponsible parents do this mistake who all do not love their children or one who are not serious about their children or one who are uneducated. So, let me guide you to few thins that you need to take care of before admitting your children to school. 1. See if school is registered to local registerer (respective government). 2. Check the classroom, bathroom, playground, kitchen, it needs to be clean. 3. Sit in the classroom for 5 to 10 min., see how they lecture children. 4. Check the school fee, other fee, transportation fee, see if you can afford. 5. Check the food they fed to children, how many times, they give food to children. 6. Check the school duration, start and end time, usually for children 4 to 8 hours, see for how long your student can sit in class. 7. Ask for holida...

how to fix java.lang.OutOfMemoryError at android.graphics.Bitmap.createBitmap

how to fix java.lang.OutOfMemoryError at android.graphics.Bitmap.createBitmap java.lang.OutOfMemoryError:   at dalvik.system.VMRuntime.newNonMovableArray (Native Method)   at android.graphics.Bitmap.nativeCreate (Native Method)   at android.graphics.Bitmap.createBitmap (Bitmap.java:975)   at android.graphics.Bitmap.createBitmap (Bitmap.java:946)   at android.graphics.Bitmap.createBitmap (Bitmap.java:877)   at android.graphics.Bitmap.createScaledBitmap (Bitmap.java:753)   at com.google.appinventor.components.runtime.util.MediaUtil$2.run (MediaUtil.java:501)   at java.lang.Thread.run (Thread.java:818) This is very common error that you will be getting in your android application, and because of these error application might not work on some devices. Application gives error message like unfortunately application has stopped. when you try to run application it crashes time to time. Note: There are several reason behind error; there ar...

how to setup VLC Media Player | m3u playlist url | free world live TV

Image
how to setup VLC Media Player | m3u playlist url | free world live TV 1. Open the VLC Media player; click on Toggle playlist 2. From the list of Menu Tab on the Top; choose Media 4. From the drop down Menu; choose Open Network Stream 5. Type your free / premium m3u url playlist path in the box and click on play 6. some time you might get channel kick out issue; if so; follow the instruction below:

how to setup PVR IPTV Simple Client | Free m3u url to watch live TV from the World

Image
how to setup PVR IPTV Simple Client | Free m3u url to watch live TV from the World 1. From Home screen  > Click on  Add-Ons  > Click on  Open Box  Like icon on the Top  2. Click on Install from repository 3. Choose Kodi Addons Repository 4. choose PVR Client 5. Click on Install to install; and then after Enable it if Disable; then after click on Configure 6. Select Remote Path (Internet Address) in Location and then after click on M3U Play List URL bellow that 7. Type  Url: 8. Click on ok; click on ok again; make sure that PVR Client is Enable; go back to home sreen of kodi when every thing is done; restart kodi; and choose TV from  menu 9. click on TV; get the list of channels; start enjoying

List of most important and Useful Commands Prompt (CMD) Commands

Image
List of some more important Useful Commands How to use the commands listed below; in command prompt? -You can see the Command Prompt Terminal image bellow: -At first you have to type the commands in Command Prompt Terminal; then after press an Enter key in keyboard Note: Most of the commands work when you open cmd as a User; some time if any commands do not work: try to open cmd as an Administrator and try those commands. -Bellow is the list of command and functions below each command help For more information on a specific command, type HELP command-name ASSOC Displays or modifies file extension associations. ATTRIB Displays or changes file attributes. BREAK Sets or clears extended CTRL+C checking. BCDEDIT Sets properties in boot database to control boot loading. CACLS Displays or modifies access control lists (ACLs) of files. CALL Calls one batch program from another. CD Displays the name of or changes the current directory. CHCP Displays or...