topbanner_forum
  *

avatar image

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

Login with username, password and session length
  • Wednesday April 17, 2024, 7:11 pm
  • 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 - kunkel321 [ switch to compact view ]

Pages: prev1 ... 3 4 5 6 7 [8] 9 10 11 12 13 ... 24next
176
Developer's Corner / Re: AutoHotKey text replacement question
« on: June 29, 2015, 10:15 AM »
Man I gotta learn to do ahk programming....  I don't think that computer programmers appreciate just how confusing this stuff is to us lehhfolks.
Anyway.  I remember a few years ago, finding a script that someone had already written that does autocorrects.  Here I just now found this article about it.
http://www.howtogeek...ions-on-your-system/
I think it's been updated a few times, so google it and get the latest version.  If my memory is correct, they integrated some wikipedia list of "most common English typos" or some kind of thing.... 

Also, the a/an situation is difficult.  There are lots of exceptions. 

I also googled that.   
https://www.google.c...a+grammar+exceptions

From here: https://owl.english....owl/resource/591/01/

Exceptions
Use "an" before unsounded "h." Because the "h" hasn't any phonetic representation and has no audible sound, the sound that follows the article is a vowel; consequently, "an" is used.

an honorable peace
an honest error
When "u" makes the same sound as the "y" in "you," or "o" makes the same sound as "w" in "won," then a is used. The word-initial "y" sound ("unicorn") is actually a glide [j] phonetically, which has consonantal properties; consequently, it is treated as a consonant, requiring "a."

a union
a united front
a unicorn
a used napkin
a U.S. ship
a one-legged man

 

177
More related stuff....
http://www.theguardi...-electric-sheep-live

... Remember those amazing images from last week that looked like a computer having an acid trip? What if you could watch them live?
A group of PhD students from Belgium have created a Twitch livestream which lets viewers look in to the mind of a neural network as it “dreams”. ...

I'm not sure what a "live stream" is... 
I wasn't able to view the video (or whatever it is) on my Kindle FHD, but can on my laptop...  Pretty trippy. 

178
I can't wait until there's technology to let us create our own...   :P

179
I saw a post about this on reddit.   Pretty cool.
http://googleresearc...per-into-neural.html
Apparently the people at Google took the Google Image search picture recognition technology and pointed it at itself in some kind of feedback loop or some kind of thing...  I don't really understand it, but the results distinctively remind me of when I tried dropping acid back in the 1980s.  (Not recommended kids).  Anyway, the gallery is here:
https://photos.googl...VFBBZEN1d205bUdEMnhB
An extra trippy thing I noticed is that parts of the edges of some of the images "overlap" as in a repeating tilable pattern.  Here are a couple of screenshots as examples of the partial overlapping.
http://i.imgur.com/Sbn1NPK.png
http://i.imgur.com/VzQaOwl.jpg
http://i.imgur.com/o7Q3zd9.jpg

This is one of my faves:

180
You need to experiment with "Scrolling Capture."
FWIW though, I would love a feature whereby SSC could force a particular window to a certain size, then capture the whole thing (even the "off-screen" parts).  :-*

181
So is the .pl file a resource for the .exe or something?

182
Actually I just found this...

[FormattingForm.rsPropSaver1]
acCheckGroupBoxAddEntire.Checked="false"
acCheckGroupBoxHotkey.Checked="true"
acCheckGroupBoxRunTool.Checked="false"
acCheckGroupBoxSortAndPrune.Checked="false"
...
TrimRightCountEdit.Value=0


Muah ha ha ha <mad scientist laughter>

As you might guess, I took the .preset.format file from C:\Program Files\Clipboard Help+Spell\MyConfigDir\PresetFormats and changed the extension to ".txt" in order to open and view the content.

But I'm guessing that if I try to rearrange these items, then change back to .preset.format, I'll probably corrupt the file -- yes?

=========
EDIT:
 Actually, I see that the script tool does allow you to activate it "before" or "after" other formatting, so that's cool.   :D

Question: What script engines have folks been calling with this tool?  Mostly AutoHotkey .exe files, I would imagine.  

Thot: The above "hacked" file contents are more user-friendly than an external script, in some respects, because the syntax is already there...  It's sortof like doing VBA Macros in Word.  If I had to make the VBA module from scratch, I honestly wouldn't know where to start.  So I always "record" a macro to get the bare bones, then edit the code that Word provides....

======
EDIT 2:
  Actually I opened a copy of the C:\Program Files\Clipboard Help+Spell\Tools\chs_sampletool2.pl file, and it does appear to be a text file. 
What cryptic alien language is this though?

# check and get commandline args
($#ARGV >=1) || die "ERROR: first two arguments should be input path and output path (place each one in double quotes)\n";
$infilepath=$ARGV[0];
$outfilepath=$ARGV[1];

# open files
open(IN,$infilepath) || die "cannot open input file";
open(OUT,">".$outfilepath) || die "cannot open output file";

# write out modified text
while(<IN>)
   {
   # remove newline which is unpredictable
   chomp($_);
   # reverse the line
   $outline = reverse($_);
   # now write it out with predictable newline at end
   print OUT $outline . "\n";
   }

# close files
close(IN);
close(OUT);


Also, the ".pl" files don't show up in the script tool file picker dialog....

183
Hi Mouser,  I've been using the Modify Format/Case features of CHS quite a bit lately.   
I'm not sure if it is something you are working on lately; but here are some feature ideas for your list   :D

I've found that it would be nice if I could dictate which rules get applied first.  For example in one of my presets I might like to "Add Stuff" to the beginning and ending of each line before I "Find and Replace" content; but other times I might want to do it after.  I've been trying to think about what the GUI for this would look like....   
[will do an "edit" to this post later]

184
Announce Your Software/Service/Product / Re: WildGem 1.1
« on: June 17, 2015, 09:48 AM »
Wow very cool!
Thanks for sharing :-]

185
I'd be surprised if good old Process Explorer from
http://www.sysinternals.com/
can't do it...   8)

186
General Software Discussion / Re: raffle/random choice software
« on: June 10, 2015, 09:42 AM »
I think this would be fairly easy to setup in a spreadsheet like Excel.

EDIT:  Okay, here's a starting point, from Google Sheets
https://docs.google....7Q0/edit?usp=sharing

It's a "dumb" random, with no seed.  And unfortunately it is possible to get duplicates.  Just keep refreshing if that happens.
Paste your list of entrants in one Tab, then enter the number of awards to be given in the other Tab, and copy the list. 

There are no protections, so don't delete/cut the forumulas!   :P

187
General Software Discussion / Re: Awesome software for kids
« on: June 03, 2015, 08:21 PM »
Well there's vagina's too....   So y'know.  Be careful.   :P

188
General Software Discussion / Re: Awesome software for kids
« on: June 03, 2015, 11:06 AM »
Biodigital Human
https://human.biodigital.com/signin.html
Is pretty cool.  Warning for kids though...  Contains penis, etc. 

189
Is "Equal width Titles" also checked?

190
This seems to have some effect:



Other than that, I'm not sure....

191
And yes, Don is still an update posting machine!   :P

Folks can check here
http://www.xyplorer.com/features.php
if curious.  The arrows on the right are links.

192
Looks like there's also a freebie coming up on
http://www.bitsdujou...n=upcoming-discounts

Iv'e never used it, so don't know how great it is.

EDIT:  Also search
https://sourceforge....s/?q=desktop%20timer

Looks like "Desktop Timer" might be a candidate for you(?)

193
Screenshot Captor / Please try these masks...
« on: March 25, 2015, 12:23 PM »
Can someone else please try this...
I've zipped two mask/frame combos.
They are ones I made a long time ago https://www.donation...ex.php?topic=29947.0 and they did work back then.
After not even messing with the feature for 3 years, I'm wanting to make myself some "torn edge" effects.

I think I'm doing everything correctly, but I'm getting an error message.  Oddly, the mask/frame of one hand holding a round screenshot is working perfectly, but the one with two hands holding a rectangle is causing the following error message:

Access violation at address 00728C6C in module 'ScreenshotCaptor.exe'. Read of address 00000000.

The 'frame' part actually is getting applied, but the mask (handholding2.png.mask) is not, so I assume that it is the mask causing the crash....  
Any ideas?   Thanks All   :)


EDIT:  My bad...  I posted about this same problem in 2013 and had completely forgoten....   :-[
The secret is for the mask to be named "name.png.maskpng"

FYI for Mouser: the help file still lists the old rules. 
i.e.
Name.png
Name.png.mask

194
As it turns out, XY v15 seems to have made some changes to how checkboxes are handled.  I haven't had time to experiment with it yet.  As far as quickly identifying the larger folders:  I personally would use filtering, or color coding, which XY can do, and I sure DO probably can too.

195
I don't know...  Seems more logical that if you checkmark a folder, then the contents should get checked....  YOu could then (optionally) uncheck some.

196
Living Room / Re: email form
« on: March 07, 2015, 04:46 PM »
The newer Excel Web App has some very basic functionality...  It let's people fill out a form, then the data comes back to you and is saved in a spreadsheet.

197
Maybe the VBA features in MS Word?

198
The source (shown in the previous picture) is actually the results of a search.  The actual files are being copied from different folders, which is why it gave me the "Rich Copy?" dialog...    It does appear that you can 'find' by size too.
 


As mentioned before, all if this could be probably be scripted into a single command...  There are script wizards on the forum.  I'll post your OP there and then link this and that...

EDIT:  Here you go Mouser,
http://www.xyplorer.....php?f=3&t=13515
You'll probably have to make a forum account if you want to post anything. 

199
Here's a screenshot of the XY thing, by the way...


200
XYplorer also has some folder structure copying abilities.  It also lets your do size reports, though I don't know if these functions can be integrated.  (I'm sure this could be scripted though).  Also not use if free XY can do it or if you need pro. 

Pages: prev1 ... 3 4 5 6 7 [8] 9 10 11 12 13 ... 24next