topbanner_forum
  *

avatar image

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

Login with username, password and session length
  • Saturday September 19, 2026, 10:16 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

Recent Posts

Pages: prev1 ... 70 71 72 73 74 [75] 76 77 78 79 80 ... 146next
1851
N.A.N.Y. 2013 / Re: NANY 2013 PLEDGE - BU2M (Back Up 2 Mate)
« Last post by Ath on November 28, 2012, 05:19 AM »
or is it supposed to be easy.....
It is supposed to be released by January 1st, 2013, and best not be in an unfinished, pre-alpha state, but with the scope you've laid down, that'll probably be hard to meet :o But you're free to take the challenge if you like, ofcourse :up:
1852
Great drawings, kudo's :Thmbsup:
1853
General Software Discussion / Re: Firefox 16 search engine keywords stored where?
« Last post by Ath on November 27, 2012, 01:58 PM »
That setting seems to be stored in the profile directory in a file called search-metadata.json

I changed the alias for Google to 'gggggl', and this is how it's stored:
Code: Text [Select]
  1. {"[app]/google.xml":{"used":1,"alias":"gggggl"}}

It references the search definitions as found in {firefoxProgramFilesDir}/searchplugins (*.xml)
1854
Living Room / Re: When you make your 100'th Post
« Last post by Ath on November 26, 2012, 01:48 AM »
Found another nice palindrome (new) usernumber: 395593

Screenshot - 26-11-2012 , 08_35_32.png

 ;)
1855
Living Room / Re: External DVD Writer
« Last post by Ath on November 25, 2012, 05:15 AM »
As mouser said, but in other words: Get an external power supply for use with the writer. (Or at least a writer with an external power connector, so you can add the psu later)
1856
I am also still fiddling with a easy way make it only one instance on demand.
Usual workflow:
ReadConfigParameter();
If (SingleInstance) {
  if (!CreateExclusiveMutex() {
    ActivateExisitingInstance();
  }
}
1857
Living Room / Re: World's oldest still working digital computer gets rebooted
« Last post by Ath on November 24, 2012, 08:50 AM »
What I think is the most important is the fourth one: To revive disappearing expertise.
+1

But wouldn't it be mandatory to have at least 1 team-member under the age of 50 :-\
If only to motivate potential students, for not having to work with people as old as their grandparents :o (though nothing is wrong with that, IMHO)
1858
Living Room / Re: ~$300 Laptop/Netbook recommendations
« Last post by Ath on November 23, 2012, 11:27 AM »
Looks like you made a great deal!  :up:

The i3 processor (and the rest of the system) is fast enough for kids of her age, for doing what they need/want to do, and by the time she has some real work for her PC, she'll need a new one anyway because of this one being too low-tech by then. 8)
1859
Living Room / Re: Why did it never occur to me.. You can wash a keyboard in water.
« Last post by Ath on November 23, 2012, 05:22 AM »
the E, A, S, and N keys are now blank.
The SANE keys? :huh: ;D
1860
N.A.N.Y. 2013 / Re: [Possible Pledge] OMG Reminders
« Last post by Ath on November 23, 2012, 01:33 AM »
Welcome to the site, and welcome to N.A.N.Y. :)
1861
Screenshot Captor / Re: Screenshot Captor - New Quick Capture Bar
« Last post by Ath on November 22, 2012, 05:53 PM »
+1
and I think the bigger/smaller arrows are backward, aren't they supposed to point in the way the 'movement' goes?
1862
Living Room / Re: Hello Strangers.
« Last post by Ath on November 22, 2012, 04:51 PM »
WB :up: you've been missed...
Sorry for the unhappy stuff that happened to you :(



And your personal health issues are not caused by being deprived of your daily dose of DoCo? :-[
1863
General Software Discussion / Re: Waterfox has now been accepted as a Mozilla project
« Last post by Ath on November 22, 2012, 01:26 PM »
Not sure what consequences this has for Waterfox... "Turning off Win64 builds"
1864
Developer's Corner / Re: Going Over Old Code...
« Last post by Ath on November 22, 2012, 01:37 AM »
Simple logic, IMHO:
if (minor_fixes_only || noDevTimeAvailable) {
  keepTheOldStuffJustFixIssues();
} else {
  refactorIntoModernStructures();
}
1865
General Software Discussion / Re: removing all the touch-oriented features of Windows 8
« Last post by Ath on November 21, 2012, 06:11 AM »
  • Classic Shell is probably the best way to avoid the new 'Modern UI' with tiles etc.
  • If no touch-capable I/O devices are detected, most touch functions won't have any impact on normal day-to-day use of Windows 8
    (and: Windows 7 already has integrated support for tablets and other 'touch' based devices too... :o)
1866
General Software Discussion / Re: Are you going to wait for Windows 9?
« Last post by Ath on November 21, 2012, 06:06 AM »
Windows GPL anyone? :P
Maybe this? http://www.reactos.org
1867
General Software Discussion / Re: Looking for a Mouse/Cursor restriction tool ... ?
« Last post by Ath on November 21, 2012, 03:31 AM »
The problem is probably somewhere in your Taskbar settings, like AutoHide or similar, or a rogue driver or tool disturbing your Taskbar behavior in some way :o
1868
Finished Programs / Re: DONE: Run At Specified Time
« Last post by Ath on November 21, 2012, 03:26 AM »
I have written a C program which will do only what I had described as a requirement, ie.. wait till next day...
That is what my 1.0.0 version, released a week ago (parameter: -+1), can do already... :-\
1869
N.A.N.Y. 2013 / Re: N.A.N.Y. 2013 Submission - FreeNAS Brute Forcer
« Last post by Ath on November 21, 2012, 03:23 AM »
Sounds useful, but I hope I don't need it... :huh:
1870
Updated ScriptLineCounter to version 1.6.0.0

What's new/changed:
  • Added: New FileFormat nr. 4, based on doc-files supplied by Saira, the original initiator of this tool.
      note: This format is quite similar to FileFormat 2, so it may need to be forcibly used on some files/filesets.
  • Added: Setting the FileFormat from the commandline using -ff parameter, or set from the ini file, as documented in the readme.
  • Changed: GUI now has the Fileformat combo box enabled, to force a specific file format to be used.
  • Improved: Some more robustness while handling the file contents.
  • Added: A warning in the readme file to NOT use Windows Notepad for editing the properties files, as it inserts a BOM in UTF-8 files, not supported by SLC.

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

Download:
1871
N.A.N.Y. 2013 / Re: Pledge & Release: KyrTTS
« Last post by Ath on November 18, 2012, 04:12 AM »
Wow, great. Both this program and that you've entered the 'race' :Thmbsup:
1872
N.A.N.Y. 2013 / Re: NANY 2013 Pledge: Blast Off!
« Last post by Ath on November 17, 2012, 05:02 AM »
...if anyone has any image/modeling/texturing skills, it would be nice to have some simple models and custom, decent looking graphics instead of my awful programmer "art."
That's about the same level I'm at ;D One of the reasons I'm not into game-development ;)
1873
N.A.N.Y. 2013 / Re: NANY 2013 Pledge: Blast Off!
« Last post by Ath on November 17, 2012, 04:10 AM »
Great that you're on board with this year's NANY too :Thmbsup:
1874
Living Room / Re: When you make your 100'th Post
« Last post by Ath on November 16, 2012, 03:10 PM »
Great you caught that, but you should be mentioned as well for 6100 (and a few) posts :Thmbsup:
 :D

Screenshot - 16-11-2012 , 22_09_21.png
1875
General Software Discussion / Re: online sandbox
« Last post by Ath on November 16, 2012, 02:05 AM »
And after that: Get VirtualBox, and install the required OS for the application (XP should probably do fine, but Windows 7 would imho be safer/more robust). Don't allow the guest-OS access to network or local resources.
Pages: prev1 ... 70 71 72 73 74 [75] 76 77 78 79 80 ... 146next