Questions tagged [counter]
15 questions
24
votes
1 answer
How to reset the screenshot counter in Windows 8?
In Windows 8, Win+PrtScr will automatically save a sequentially numbered screenshot at
%UserProfile%\Pictures\Screenshots. The file names are of the form
Screenshot ().png. However, even if you move/delete existing screenshots the…
Karan
- 54,583
- 20
- 113
- 184
9
votes
4 answers
Mouse button and keypress counter for Mac OS X
There are techniques for Linux and Windows, but is there a way to count mouse and keyboard events in Mac OS X? I'm interested in doing statistical analysis of my daily activity.
Jashank Jeremy
- 93
- 1
- 1
- 5
5
votes
2 answers
Mouse button and keypress counter for Windows
I am trying to kick the habit of using a mouse where I could use keyboard shortcuts, for ergonomic reasons. I believe that if I see some statistics of my use of both input devices, I could reduce my use of mouse clicks.
Do you know of any free…
Yuval F
- 203
- 1
- 2
- 7
4
votes
1 answer
Difference between Instruction, operations and micro-operation (uop)
I am trying to understand the intricate terms related to performance of processors.
Computer performance is measured in FLOPS, which is short for FLOPs per Second. FLOPs itself stands for Floating-point Operations.
Now, why is floating-point…
Shailen
- 184
- 1
- 7
3
votes
1 answer
Outlook: Is it possible to completely hide the number of items in an Inbox?
I would like to hide the number of items counter which is displayed after the inbox in the mail folders overview.
I am aware of the possibility to switch the counter from unread emails to total number of email; is there also an option to completely…
DomSchaap
- 31
- 2
3
votes
3 answers
Powerpoint: a slide that counts to 2010
I want a slide in powerpoint that shows the number 0 and when I click a button the number increases by one one until 2010.
It should take 4 to 6 seconds. How can I do that?
flybywire
- 3,940
- 9
- 40
- 54
1
vote
2 answers
Counter in Excel
My file has 50 sheet inside, which each sheet is a standard form. Lets name as Form1, Form2, Form3.
I want to create a print sheet, where I select which form I want to see, so that I don't need to navigate between sheet to find the wanted one.
And I…
vitor
- 11
- 2
1
vote
1 answer
Running a same batch file again every 30 minutes
I have a batch file which is just a simple batch file. You can take any example.
How can I keep the batch file running in a loop from start to end again and again, till the specified time is met or the counter is met?
Ashvin
- 11
- 2
1
vote
1 answer
Can I delete all videos from my Panasonic HC-V500 camcorder without resetting the file name counter/index?
My Panasonic HC-V500 camcorder is great, except when I need to copy videos and delete them. If I put the SD card in the computer and delete video files, the camcorder shows a question mark for the missing files. It even does that when I remove the…
Stephen Schrauger
- 546
- 6
- 21
1
vote
1 answer
Adding value of one cell with previous value of same cell if value of another cell matches in Excel
Here is my data in sheet1 of excel:
A B
A1 20
A2 2
A1 2
A3 3
Consider the above in an excel sheet. Column A contains duplicate keys and Column B contains quantity. my requirement is, I need a…
user726579
1
vote
1 answer
Showing specific output from Arista switch debug counters
The command for Arista switch
sh platform fm6000 counters interface et 1
will display a long list of debug counters. Is it possible to just display the counters I want, as if I were to use grep to just display the specific counter?
Rayne
- 529
- 2
- 11
- 22
0
votes
1 answer
What's the best chrome extensions that shows the number of tabs for all open windows?
I tried several but they either show the number for the active window only or they don't calculate it correctly, or come with a lot of bloat.
Anyone knows a simple extension that only shows the count for all tabs in all windows?
Joan Venge
- 1,373
- 9
- 23
- 37
0
votes
1 answer
Batch: dynamically change variable name
I read through and tried solutions from this thread: Batch file. Variable in variable but it's beyond my understanding or it just won't work in my case.
I've got an .ini file that looks like this:
rep1=VAL
url1=VAL
rep2=VAL
url2=VAL
︙
In my batch…
Notanamber
- 11
- 4
0
votes
3 answers
Is there a way to know how many times an SSD cell have been written?
When the system writes a SSD cell, does it increase a counter somewhere for each cell or in the MFT?
If yes, is there a way to know the counter of the cells, like a graph map of each cells ordered by number of writes?
Maybe we could know which cell…
nop60
- 1
- 2
-5
votes
2 answers
CPU accessing instructions
I don't understand how the CPU knows when it needs to point or look at a certain location where some machine format of instruction is stored? Precisely, I don't know how the CPU knows which memory location it need to put in Program Counter…
Newbie
- 15
- 4