topbanner_forum
  *

avatar image

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

Login with username, password and session length
  • Wednesday March 18, 2026, 12:25 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

Recent Posts

Pages: prev1 ... 82 83 84 85 86 [87] 88 89 90 91 92 ... 146next
2151
Post New Requests Here / Re: CSV/Excel Parsing & Formatting Utility
« Last post by Ath on April 24, 2012, 12:08 PM »
Andy, I'm already working on another util for Saira that needs this data added/inserted. I'll add this as a feature with that tool ;)
2152
General Software Discussion / Re: Make icons in 'Show hidden icons' LARGE ?
« Last post by Ath on April 24, 2012, 07:49 AM »
What didn't change in size was, the icons in mention!!
Even after a re-logon (as required by this settings-change) or, more radically, a reboot?
2153
Post New Requests Here / Re: CSV/Excel Parsing & Formatting Utility
« Last post by Ath on April 24, 2012, 01:31 AM »
I'll integrate this in the error-report utility I made for Saira, AMDER, later today. Should be easy, as the error-report features are already there.

AMDER will be released sometime later this week.
2154
Screenshot Captor / Re: Capturing Aero-child-windows
« Last post by Ath on April 22, 2012, 04:36 AM »
Hm, I think it's a limitation of Windows, not being able to minimize/hide the parent if a modal child-windows is in front of it.
2155
Find And Run Robot / Re: Include Windows 7 Start Button Search Results in FARR?
« Last post by Ath on April 22, 2012, 03:58 AM »
Wouldn't that be achieved by adding the All Users 'C:\Users\All Users\Microsoft\Windows\Start Menu' and Current User 'C:\Users\[Ath]\Microsoft\Windows\Start Menu' (ofc by using the proper variables, that I didn't investigate) into the Search Folders configuration?
2156
Quote from: Ath
Hm, wraith808 said that quote, I only +1'd it  ;)
2157
+1 like wraith808, but you could exclude a forum or thread if the content isn't 'your cup of tea'?
2158
General Software Discussion / Re: Error message when i restart my pc
« Last post by Ath on April 20, 2012, 04:58 AM »
@hulkbuster, did you understand what Stephen66515 wrote there? The 'autocheck' stuff actually belongs there, or did you remove other stray stuff we can't see any more?
2159
Finished Programs / Re: DONE: Windows software shortcut (LNK) creator
« Last post by Ath on April 19, 2012, 01:59 PM »
Chris,
What tool/language/environment do you use for tools like these? AHK? (missed that info from the posts you made the last couple of days :-[)
2160
General Software Discussion / Re: Help me choose an online backup service
« Last post by Ath on April 19, 2012, 12:10 PM »
if you can convince Java that it shouldn't be using so much of your system memory, and perform garbage collection more frequently
You actually can. By calling the static method System.gc(); a number of times (3 to 8 seems appropriate), that way you shift so many discarded objects into the 'destroy' bin that the memory is actually released. That can cost you performance for a few hundred milliseconds, but it is often worth the effort.

It also helps to not have circular object-references within discarded objects in your application, but that's ofcourse a matter of carefully crafting your application, and/or null-ing an object or 2 in the right place & time 8)

Memory management in (long-running) Java applications is just as important as memory management in a C/C++ application :up:
2161
Living Room / Re: When you make your 100'th Post
« Last post by Ath on April 18, 2012, 05:13 AM »
And we have another 100-poster here:  :D

Screenshot - 18-04-2012 , 12_09_41.png

Keep 'm coming, eleman :up:
2162
Maybe someone should update that Chinese review, with all the new and updated features since 2006 :tellme:
2163
Living Room / Re: When you make your 100'th Post
« Last post by Ath on April 14, 2012, 09:35 AM »
Oh, you had the correct one :), you can check on anyone's memberpage what the last posts are (one of the links at the bottom of that page, see: TaoPhoenix :))
2164
Developer's Corner / Re: C# and XML Problem - any help please?
« Last post by Ath on April 14, 2012, 03:53 AM »
This seems helpful: http://stackoverflow...acter-in-xpath-query but it's about single and double quotes mostly.

Guess you're in a deadlock, this XML spec detail seems to say you can't have a colon in an ordinary node name, but it's referring to an, obviously non-declared, namespace.
Escaping special characters is imho limited to the content part of XML, not the structure part.

You should be able to read your data though, by iterating over all the elements 1 level higher in the XML structure, and that would be /item/, right?
2165
Living Room / Re: When you make your 100'th Post
« Last post by Ath on April 13, 2012, 08:04 AM »
You may know I like some special/nice numbers, and today the User counter of the forum reached one of those, a nice palindrome:

Screenshot - 13-04-2012 , 14_59_04.png
2166
Living Room / Re: Comparison of eReader devices
« Last post by Ath on April 13, 2012, 04:45 AM »
Interesting :up: :)
2167
Living Room / Re: In search of ... opinions on initial PC software loadings
« Last post by Ath on April 13, 2012, 01:38 AM »
The PHP/Apache/MySQL set you need for development work? If not, then I wouldn't install as it would only eat resources and exhaust the battery early.
2168
Living Room / Re: When you make your 100'th Post
« Last post by Ath on April 12, 2012, 01:56 AM »
Right:
(And now I'm heading back to my monk's cell. Ciao! ) :Thmbsup:
2169
Living Room / Re: When you make your 100'th Post
« Last post by Ath on April 12, 2012, 01:50 AM »
Congrats 40hz, that's probably what the /away is for ;D
2170
Finished Programs / Re: Done: Birthday Program (What day were you born on?)
« Last post by Ath on April 11, 2012, 01:32 AM »
Fun :D :up:
2171
MEWLO Web Framework / Re: OLD - Unfinished Web project: YUMPS
« Last post by Ath on April 10, 2012, 01:20 AM »
It both is and isn't fun, any coder knows, but you'll get the reward sometime in the future... :up:
2172
Updated ScriptLineCounter to version 1.4.2.0

What's new/changed:
  • Added: OpenOffice/LibreOffice .odt and .ods read capability (minimal support)
  • Added: More (optional) sheets if -xe specified: Name mappings and Ignored names
  • Improved: Extra info sheet now shows percentages with 1 decimal place, and has extra columns for text-lines found and lines recognized
  • Improved: Refactorings in code

TODO: (in priority-order)
  • Replace own logging system by log4j (already required/used by some libs)
  • Improve and expand the GUI interface (partially done)
  • Possibly add headers and footers to the output
  • Add some unexpected features :)
  • Fix any bugs or issues reported (3 until now :o)
  • Handle pdf files for input
  • Handle extra file-format extracted from samples received
  • Write a Readme.txt file
  • Create a GUI interface

Download:
2173
I'm actually waiting for the release of the ASUS Eee Pad Transformer Prime TF700T with 1920x1200 display and a real keyboard, as I got a voucher for an 'e-reader' (details to be selected by myself) from my wife and kids for my birthday :D

Now just wait (the horror) for the price at release... :o

[Edit]The name is officially Transformer Pad Infinity, I just found out.
2174
Updated ScriptLineCounter to version 1.4.1.0

What's new/changed:
  • Fixed: Exception when generating output but no episodes where found (no files?)
  • Improved: If a .doc file is actually a disguised .rtf file, then read it like rtf, and same for .docx
  • Improved: Remove non-breaking spaces from character names, as found in some .doc files
  • Added: ScriptLineCounter.exe built using Launch4j, to avoid having a Command prompt open during run, also disables Console output
  • Added: Messagebox feature when running from .exe, messages to console shown as messagebox when needed
  • Added: ScriptLineCounter-CharacterMapping.properties settings file to merge multiple characters into 1, for resolving some typo's, supports Unicode
  • Added: ScriptLineCounter-CharacterNames.properties settings file to replace [CharacterNames] section in ini file, supports Unicode
  • Added: ScriptLineCounter-IgnoreCharacters.properties settings file to replace [IgnoreCharacters] section in ini file, supports Unicode

TODO: (in priority-order)
  • Improve and expand the GUI interface (partially done)
  • Possibly add headers and footers to the output
  • Add some unexpected features :)
  • Fix any bugs or issues reported (3 until now :o)
  • Handle pdf files for input
  • Handle extra file-format extracted from samples received
  • Write a Readme.txt file
  • Create a GUI interface

Download:

Screenshot:
A new screenshot would be appropriate, as it has been changed quite a bit since the previous one was taken

Screenshot - 07-04-2012 , 15_51_53.png

The Console section is marked to emphasize that it's disabled when running the .exe, as that has no Console capabilities.
2175
Living Room / Re: When you make your 100'th Post
« Last post by Ath on April 07, 2012, 03:23 AM »
Curt numbered his post-count after the first IBM PC (model 5150) :)

Screenshot - 07-04-2012 , 10_19_06.png

Thanks Curt, for all of them :Thmbsup:
Pages: prev1 ... 82 83 84 85 86 [87] 88 89 90 91 92 ... 146next