topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Friday April 19, 2024, 4:00 am
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - camerb [ switch to compact view ]

Pages: [1]
1
N.A.N.Y. 2020 / NANY 2020 - Filtration: A Task Manager
« on: December 29, 2019, 10:14 PM »
NANY 2020 Entry Information

Application NameFiltration: A Task Manager
Version0.90
Short DescriptionYet another program for watching processes and their resource usage
Supported OSesWindows Only
Web PageThis One
DownloadAttached to this post
System Requirements64-bit currently
Version Historyv0.90 -- initial public release

Description
A task manager / process watcher to view resource utilization of individual processes.

Screenshot
Resource Utilization View:
filtration-task-mgr-screenshot.png

Background
So, I know that this has been done over and over again, but I wanted to offer my process monitor in my day-to-day life. I tend to use this program whenever I notice my PC is bogged down and I need to figure out which pesky process is the one that is using up all my HDD/SSD resources. It has also helped me refine resource utilization in my own scripts/applications, so that they don't hit the hard drive in cases where it isn't necessary.

In particular, what I find useful about this app is that it breaks down the HDD/SSD utilization into four categories: Read/Write, and Operation Count as well as an amount of data Tranferred (Transfer Count). This can help you get a quick understanding of whether or not the pesky culprit process is making lots of little read/write operations, or if the culprit is making one or two large transfers that involve large files.

Some of the existing programs out there use a percentage for displaying HDD/SSD utilization, which might be a useful way to simplify things some of the time, but in cases where you're debugging your own scripts that you've written (or have some sort of a 'clear box' understanding of what the software might be doing), you can get a better understanding by looking at data that is broken down into reads vs writes, and operation count vs bytes transferred. If you are specifically looking at the usage of HDDs makes this breakdown especially useful, since the physical movement of the disks to a different location causes significant interruptions in data transfer and can cause more slowdowns than just looking at a percentage rate of transfer would suggest.

In addition, as this tool evolved, I added in some other features to filter out applications/processes that I wasn't interested in. For instance, Google Chrome tends to show a lot of processes that I'm not worried about, especially if multiple tabs are open.

Features
  • Process Name and view of command line arguments that were used in launching that process
  • Ability to filter out programs that have 0% HDD/SSD utilization
  • Slow or Fast Refresh
  • Write data to a file (but realize, this is kinda a weird concept, because you're creating more utilization this way, but may be helpful for overnight monitoring)
  • Exclude Google Chrome from the list
  • Show only AutoHotkey scripts

Usage
Installation
Unzip the zip file to your preferred location.

Using the Application
Open the exe file to launch the application. When you launch the application, a large grid will be displayed, showing a list of processes, with information about their HDD/SSD usage. You can double-click on a listed process to terminate that process (this kills the application in an ungraceful manner, so the process is not given any time to wrap up the work that it was in the middle of).

Checkboxes displayed along the bottom of the window show options for disabling refresh of the listview (so that you can take your time and look through a snapshot of the entire list of processes, if needed). Refresh speed can also be increased with the 'fast refresh' option. Resource usage statistics can also be written out to a file on disk, which can be useful for overnight monitoring of specific applications. Automatically refreshing sort of the highest usage data can be enabled/disabled. Additional checkboxes are available to reduce the number of processes shown in the listview to only those that are of interest.

Uninstallation
Delete the unzipped folder.

Known Issues
  • Refresh is sometimes a bit weird if you are switching from a slow refresh to a fast refresh
  • If you're showing all processes, refreshing the listview in the GUI can take a while

Future Improvements
  • Include RegEx
  • Exclude RegEx
  • Custom File Output Path
  • CPU Utilization (but honestly that's not high on my list since Windows Task Manager already does that)

2
N.A.N.Y. 2019 / NANY 2019 - Shiloh Feeding Metrics Panel (Released)
« on: December 01, 2018, 12:29 AM »
NANY 2019 Entry Information

Application NameShiloh Feeding Metrics Panel
Version0.95
Short DescriptionAn application for recording metrics from Per Os feeding sessions
Supported OSesWindows Only
Web PageThis One
DownloadAttached to this post
System Requirements64-bit currently
Version Historyv0.95 -- initial public release

Description
A panel used for quickly recording metrics and volumes from Per Os feedings.

Screenshot
Recording Panel:
Shiloh-Panel-Screenshot.jpg

Background
This metrics tool is one I've been using/refining for the past year in tracking food intake (mainly purees) during the process of feeding for Per Os Feeding with positive reinforcement protocol as my daughter has been getting back in the swing of eating normal food again after a lengthy hospital stay, getting over an oral aversion, strengthening her swallow, and working on eating increased volumes.

I don't expect this will be a 'big hit' with the typical DC audience (since it's kinda a niche need), but it has helped my family maintain our sanity and see her progress. I've had some feeding therapists comment on how they'd love to use this tool, and maybe it'll help out some others too.

Note that this program does not provide medical advice, you should consult your pediatrician when starting any feeding protocol. This program merely provides a means for recording data from feeding sessions.

Features
Quick recording of feeding metrics
Resize button for Netflix/Amazon/YouTube Video windows so that they use the maximum remaining space

Usage
Installation
Unzip the zip file.

Using the Application
Open the exe file to launch the application
On the initial run of the application, a few configuration prompts will help you set up the application for easy recording. This includes setting up the save directory for metrics information, and specifying the names and initials of each individual person who will be performing the feeding sessions.

Once the application has been configured, quick start instructions are available within the application to provide a step-by-step understanding of how to record the data from feeding sessions. This includes: setting the menu of items that are being fed, recording starting weights (in grams), and recording finishing weights (in grams). Once finishing weights have been recorded, the panel will automatically calculate the volumes of each item that were consumed. In addition, a notes field is available to record any relevant data about how the session went.

Uninstallation
Delete the unzipped folder.

Known Issues
  • None known

Future Improvements
  • Addition of metrics analysis (best foods, average volumes, show who is the best feeder)
  • CSV / PDF printout to send to RDN

3
N.A.N.Y. 2018 / Re: NANY 2018 Release: TagMage - An Image Categorizer
« on: January 18, 2018, 01:54 PM »
tomos: I'm able to reproduce the error that you were getting. Overall, I think I'll have to revisit how I'm handling user input of the settings, I'll plan on doing that before I give it a v1.0 version number.

Also, I like your idea of having "Multiple Catalogs". It wasn't part of my initial scope, but I've added it to the list for future functionality. Neat idea!

4
N.A.N.Y. 2018 / Re: NANY 2018 Release: TagMage - An Image Categorizer
« on: January 06, 2018, 04:32 PM »
tomos: I went ahead and made a release to include the fix for the config behavior. I'm currently starting a bit of a refactor for an additional filtering feature, so I figured I would post the fix for you prior to the filtering refactor.

5
N.A.N.Y. 2018 / Re: NANY 2018 Release: TagMage - An Image Categorizer
« on: January 06, 2018, 03:20 PM »
tomos: I see what you're referring to. I'll plan on including the fix for that in the next release. Thanks for pointing that out!

6
N.A.N.Y. 2018 / Re: NANY 2018 Release: TagMage - An Image Categorizer
« on: January 01, 2018, 10:09 PM »
I've released the alpha version of TagMage, and attached it to this post. We'll call it version 0.5 for now.

And as of 2018-01-02, I've released v0.51 of TagMage, which resolves odd behavior with the Right Arrow hotkey and resets categories when transitioning from categorized images to new (uncategorized) images.

As of 2018-01-18, I've released v0.80 of TagMage, which adds the ability to filter images based on their categories and only show certain images that match the filtering criteria. For instance, if you want to only show recipes, you can go to File > Modify Filters and then select the recipes filter. By default, TagMage opens up showing uncategorized images only, since the goal is to get all of your images categorized. This version also added a 'Help' menu so that you can revisit the Quick Start Instructions, if you need a refresher on how to use the program.

7
N.A.N.Y. 2018 / NANY 2018 Release: TagMage - An Image Categorizer
« on: December 31, 2017, 06:19 PM »
NANY 2018 Entry Information

Application NameTagMage
Version0.80
Short DescriptionA simple method of categorizing lots of images quickly
Supported OSesWindows Only
Web PageThis One
DownloadAttached to this post
System Requirements64-bit currently
Version Historyv0.5 -- initial public release (alpha)
v0.51 -- hotkey modifications
v0.52 -- config behavior fix
v0.80 -- added ability to filter, left key functionality to go back, and various error handling fixes

Description
A simple method of categorizing lots of images quickly

Screenshots
Initial Help Screen:
initial-help.png
Categorization of images:
category.png

Background
TagMage operates on the basic concept that you can take photos of everything that you want to keep track of in your life. By taking photos of everything in your life (mail/bills, recipes, phone screenshots, and pictures), and then using TagMage to categorize each individual image, you can quickly sort all of these photos into categories for easier management.

Current Scope
TagMage started out as a quick little idea, and as I started exploring the concept it grew, I'm thinking that I will use this program to categorize all of my images, and practically just take pictures of everything that I may ever want to keep track of or use in the future. At this point this software is in alpha release and I figure I'll use TagMage as a proof-of-concept, and future version (or a separate future application) will allow me to explore this concept further.

Features
Quick tagging of images with as few keystrokes as possible
Autosave!

Usage
Installation
Unzip the zip file.

Using the Application
Open the exe file to launch the application
On the initial run of the application, a few configuration prompts will help you determine which folders will be used for the photos and for the categorization information. Also, a help dialog box will show you how to use the application on the initial run.

In order to use TagMage, observe the image on the screen and then place it into the appropriate categories by hitting "P" for Photos, "B" for Bills, "S" for Screenshots or "R" for Recipes. Note that you can see the hotkey to use by observing the underlined character in the checkbox description. Note that you can categorize a single photo into multiple categories. After tagging all of the appropriate categories hit the Right Arrow key to move on to the next image in the folder.

Uninstallation
Delete the unzipped folder.

Known Issues
  • There are a few instances where the application does not handle errors correctly, primarily dealing with config files or image files that do not exist. I'll plan on addressing these before the application is released as v1.0

Future Improvements
  • More categories (user customizable)
  • Nested Categories
  • Grouping of images (preferably you wouldn't have to give it a text title, you would see one of the images as the "title")
  • "Multiple Catalogs" - suggestion from tomos
  • Section for ongoing discussion about an image (or group of images)


8
N.A.N.Y. 2018 / Re: NANY 2018 Pledge: PlainTasks
« on: December 31, 2017, 05:11 PM »
I'm looking forward to trying this one out. I personally use the todo.txt format for my task lists at work, but of course it doesn't quite do everything that I would hope it could do.

9
N.A.N.Y. 2017 / Re: NANY 2017 Release: Drive Letters Tool
« on: January 02, 2017, 01:15 PM »
I'm glad I finally made a submission, I've been meaning to for years. Hoping that this way I can start the new year off right!

10
N.A.N.Y. 2017 / Re: Mouser Android Code idea - pomodoro time
« on: January 01, 2017, 01:58 AM »
I've made my own set of scripts for handling my Pomodoro sessions throughout the day. I was considering posting them for this NANY, but they were a little too far from being distributable. I just saw this post today, but if you're really interested I might try to rush something out within the next couple of days. I took some inspiration from CherryTomato (beta/abandonware). Let me know if you're interested in seeing what I have for your Pom sessions.

11
N.A.N.Y. 2017 / Re: NANY 2017 Release: Drive Letters Tool
« on: January 01, 2017, 01:41 AM »
Though it is simple, this one seems especially cool. Nice job Skwire!

12
techidave: Screenshots have been attached!

tomos: Feel free to provide feedback, I'd be interested to see if it works well for the way that others work during the day.

13
NANY 2017 Entry Information

Application NameScratchpad
Version2016-12-31
Short DescriptionA simple notepad editor with autosave capabilities
Supported OSesWindows Only
Web PageThis One
DownloadAttached to this post
System Requirements64-bit currently
Version Historyv1.0 -- initial public release

Description
A simple notepad editor for quickly recording notes.

Background
This program is a very simple script that I use for keeping a high level of productivity. I frequently will leave a notepad window open to jot notes in for my current project, but this causes some difficulty, because I always forget to hit 'save', and my employer frequently resets out workstations due to Windows updates. Scratchpad allows me to keep my little window open for notes, and saves the contents automatically, whenever there has been a change. In addition, I frequently will start a new scratchpad and don't really want to be bothered with the file save location. Instead of prompting for the full location, Scratchpad shows you a Drop-Down List Box that allows you to see most recently opened Scratchpads, or you can type in a new topic name to create a new Scratchpad for it.

Features
Autosave!
Doesn't require a full file name, allows you just type the topic of the scratchpad and use that for saving
Operates completely off-line, should not use the network at all

Screenshots
Initial Prompt for the topic of the Scratchpad:
load.png
Editing a Scratchpad:
editMode.png

Usage
Installation
Unzip the zip file.

Using the Application
Open the Scratchpad.exe file to launch the application
On the first prompt, enter the topic of the information you want to record
Hit 'OK'
A multiline prompt will open for you to begin typing your ideas into
Note that the contents of this window will be autosaved every 10 seconds, to prevent loss of data
(on subsequent launches, it will allow you to specify the name of the scratchpad that you want to open)

Uninstallation
Delete the unzipped folder.

Known Issues
There isn't a 'help' feature

Pages: [1]