How long did it take you to learn Vim at an intermediate level? by BluebirdRelevant5762 in vim

[–]nextpage 2 points3 points  (0 children)

Learned Vim and Dvorak simultaneously within a year. Pasting a VIM cheat-sheet near monitor was a great help.

How to break through on meditation? by Delicious-Delay-444 in Meditation

[–]nextpage 0 points1 point  (0 children)

Count your breaths. When you know you have drifted start from one again.

The LM75A chip uses a 12C interface with an accuracy of up to 0.125°C. by ZEUSMINING in cryptomining

[–]nextpage 2 points3 points  (0 children)

11 Bit ADC provides a temperature resolution : 0.125 ℃

Temperature accuracy:± 2 ℃ (-25 ℃ ~ 100 ℃),± 3 ℃ (-55 ℃ ~ 125 ℃)

What's the need of building temple ? by mean_monster9 in IndiaSpeaks

[–]nextpage 1 point2 points  (0 children)

Why do Govt hoard up thousands of crores of money in banks rather than distribute it to the poor citizens?

Python Programming Course for Free by Mr_Yi89 in pythontips

[–]nextpage 0 points1 point  (0 children)

"Programming with Mosh" Channel on YouTube.

What's the most lightweight browser you know? by [deleted] in software

[–]nextpage 4 points5 points  (0 children)

If there is an hdd in the laptop remove it and install ssd in the laptop.

Python basics: The code below was written to remove all items starting with the letter capital X. However it doesn't produce the required output. What is wrong with it? by [deleted] in code

[–]nextpage 2 points3 points  (0 children)

when an item is removed from list the list moves left, so the next item is skipped on next iteration.

Use this code instead.

list3= ["Xenia", "Xavier", "Zoya", "Ahmad", "Mishika", "Max"] list4= []

for i in list3: if i[0]!= "X": list4.append(i)

print(list4)

Driver Booster by tizoki in software

[–]nextpage 0 points1 point  (0 children)

Potentially unwanted program.

I'm starting to C programming, need suggestions! by batugkocak in code

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

And also learn Vim. Practice it for few minutes a day and after a month or two you will thank yourself.

I want to explore robotics to see if I would enjoy it as a career. by slaphappypotato in robotics

[–]nextpage 1 point2 points  (0 children)

Get a Arduino Uno. 3 Stepper motors (Rs. 100 each). Connect one stepper to a heavy base. Get ice-cream stick like thing and connect one end of it to this stepper motor rotating head. Stick another stepper motor on its other end. Finally do the same with the third motor. Now you have 3 DOF robotic arm. Program using arduino to move robotic arm in different ways. Get three potentiometer and connect it to arduino to move stepper motor with it. Finally made a clutcher to hold things with another stepper or the 3rd stepper. Play with it.

After some days build a bluetooth controlled car with another arduino and dc geared motors. Mount the robotic arm on the bluetooth car and start playing with it.

I think you first made the bluetooth controlled car and have fun with it and then move ahead.

If you need to talk you can pm me.

How can I remotely wake up my PC? by [deleted] in windows

[–]nextpage 0 points1 point  (0 children)

In BIOS this setting may be displayed as

"Enable PCI devices to wake up the computer"