Questions tagged [counter]

17 questions
23
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
  • 57,289
10
votes
5 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.
9
votes
4 answers

Is there anything faster than `find . | wc -l` to count files in a directory?

Not uncommonly I have to count the number of files in a directory, sometimes this runs into the millions. Is there a better way than just enumerating and counting them with find . | wc -l ? Is there some kind of filesystem call you can make on…
MattPark
  • 1,255
6
votes
3 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
  • 213
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
4
votes
2 answers

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…
Tye
  • 51
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?
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…
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
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 S
  • 628
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
  • 623
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?
0
votes
0 answers

Bulk Rename Files and Replace Suffix with Counting Suffix

I have a folder of bulk jpg files that are numbered counting up starting from 001 but there are files that get deleted or replaced in the middle. So I am needing to bulk rename the files, first removing the existing suffixes and then adding a new 3…
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…
1
2