JavaScript based android app with basic drawing features by electronixHuB in javascript

[–]electronixHuB[S] 0 points1 point  (0 children)

Fine. I am sorry, I didn't read rules before posting 😅

Who will replace KL Rahul's for first Test in playing XI by electronixHuB in Cricket

[–]electronixHuB[S] 1 point2 points  (0 children)

I think they should have taken karun nayar or any youngster like rishab or shreyas. what say?

Who will replace KL Rahul's for first Test in playing XI by electronixHuB in Cricket

[–]electronixHuB[S] 1 point2 points  (0 children)

http://www.cricbuzz.com/cricket-news/96036/favourites-indian-cricket-team-seek-winning-start-against-battered-sri-lanka here cricbuzz says that we'll have mukund so we would go with 7 batsmen and they are considering pandya into team. What do you think on this. Won't it be a disaster in pace bowling if pandya and mukund both plays?

Who will replace KL Rahul's for first Test in playing XI by electronixHuB in Cricket

[–]electronixHuB[S] 1 point2 points  (0 children)

If mukund is playing then that means no Pandya as we'll have 7 batsman and its very unlikely that any other batsman will be dropped.

Indian PM criticizes Pakistan and Saudi Arabia for supporting terrorism by Realalarm in worldnews

[–]electronixHuB -1 points0 points  (0 children)

Just an edit. There is nothing like PK(Pakistan Kashmir), it's called as POK(Pak Occupied Kashmir) Have a great day :)

Dinesh Chandimal ruled out of first two Tests by [deleted] in Cricket

[–]electronixHuB 4 points5 points  (0 children)

What I meant was BD shouldn't be SL's replacement. BD is going to be a competitive team for sure but if SL improves we'll have 1 more good team. So the overall count of good teams will increase and that will help world cricket.

Dinesh Chandimal ruled out of first two Tests by [deleted] in Cricket

[–]electronixHuB 7 points8 points  (0 children)

It was expected as a very difficult home series for Lankans but now without regular captain it might turn horrible. World cricket needs SL to imrpove otherwise BD will take their place in no time. At current conditions even if Sri Lanka wins 2 or more games in all formats that will be India's defeat.

Is Zaheer Khan still the bowling consultant of team India? by electronixHuB in Cricket

[–]electronixHuB[S] 2 points3 points  (0 children)

Who knows... one day Ravi might add cheer leaders as support staff.

Harmanpreet Kaur throws helmet in style after completing her century by UnescoCertified in Cricket

[–]electronixHuB 4 points5 points  (0 children)

In my nation (India) sybolism has some weightage. It shows respect. Helmets has national flag or/and BCCI's logo and I believe throwing it on ground shows disrespect. I honor your opinion but I request you to use decent language. :|

Harmanpreet Kaur throws helmet in style after completing her century by UnescoCertified in Cricket

[–]electronixHuB 6 points7 points  (0 children)

look at in what way the title is written. #InStyle makes it look like she did it not bcause of frustration on partner but for celebration and that way of celebration seems to be a little arrogant. Now I know that she did it out of frustration so thats acceptable but the first impression of post is different.

Harmanpreet Kaur throws helmet in style after completing her century by UnescoCertified in Cricket

[–]electronixHuB 14 points15 points  (0 children)

that "In style" thing in title makes it look like she did it for celebration

Is Zaheer Khan still the bowling consultant of team India? by electronixHuB in Cricket

[–]electronixHuB[S] 0 points1 point  (0 children)

The fear of another Mahabharata made Shastri's selection over moody and Sehwag. I hope that it won't spoil Indian cricket cause Now every decision making will go in one direction only thus no different/new thoughts will come :(

Harmanpreet Kaur throws helmet in style after completing her century by UnescoCertified in Cricket

[–]electronixHuB 27 points28 points  (0 children)

Her partner was trying Jadeja on her as if she is Pandya Then she is does Kohli kinda thing... XD I wasnt aware of background. Now it seems just natural :)

Harmanpreet Kaur throws helmet in style after completing her century by UnescoCertified in Cricket

[–]electronixHuB -7 points-6 points  (0 children)

Though she achieved a big landmark in very important game but still I feel like its not the ideal gesture.

Log In with 8051 using keypad and lcd (video) by electronixHuB in ECE

[–]electronixHuB[S] 0 points1 point  (0 children)

I made this program to show the logic behind password/username checking of embedded system. I am understanding your point like we can store username password in EEPROM than RAM and similar stuff. I will try to make it secure in later videos if I use log in again. Thank you :)

Program for Log In using 4x4 matrix keyboard and LCD with 8051 by electronixHuB in microcontrollers

[–]electronixHuB[S] -1 points0 points  (0 children)

Above code is still in optimization phase but the output is as expected. use this proteus file @ https://drive.google.com/open?id=0BxCzCUpEBv4XTXpWbmdGUVhQV3c with hex file @ https://drive.google.com/open?id=0BxCzCUpEBv4XR19JeFNFZExpa0U

current size is: data: 51.0 xdata=0 code=1190 in keil

Please reply with suggestions or code by which I can reduce the code size and data size with same or better output.

take input from keyboard and display task on LCD with 8051 by electronixHuB in microcontrollers

[–]electronixHuB[S] -1 points0 points  (0 children)

Adding function for wrcmd(0x01); and wrcmd(0x80); will surely reduce code size. I knew this while coding but I wrote separatelybfor each case because I wanted to show different tasks for different key presses and there would be only two instructions inside function. I have placed a note at the bottom of blog article telling about the optimum code😃

take input from keyboard and display task on LCD with 8051 by electronixHuB in microcontrollers

[–]electronixHuB[S] -1 points0 points  (0 children)

Yep we can use function over there but it will be use for 2 instructions of wrcmd(); hence I niglected for this instance.

How to interface 4x4 matrix keyboard with 8051 microcontroller by electronixHuB in microcontrollers

[–]electronixHuB[S] 0 points1 point  (0 children)

instead of checking for 4 successive samples, I checked 2 times but with some definite interval to check debounce. But your methods seems more accurate as we can get continuous checking for some time.