|
27
|
Main Area and Open Discussion / General Software Discussion / Re: NOD32 update - does auto update work?
|
on: October 17, 2006, 08:10:45 AM
|
|
Did a update today and was able to update to 2.51.26.
The latest components of NOD32 that I have are:
NOD32 antivirus system information Virus signature database version: 1.1807 (20061017) Dated: 17 October 2006 Virus signature database build: 8196
Information on other scanner support parts Advanced heuristics module version: 1.037 (20060926) Advanced heuristics module build: 1122 Internet filter version: 1.002 (20040708) Internet filter build: 1013 Archive support module version: 1.050 (20060926) Archive support module build version: 1176
Information about installed components NOD32 for Windows NT/2000/XP/2003/x64 - Base Version: 2.51.26 NOD32 for Windows NT/2000/XP/2003/x64 - Internet support Version: 2.51.26 NOD32 for Windows NT/2000/XP/2003/x64 - Standard component Version: 2.51.26
|
|
|
|
|
29
|
Other Software / Developer's Corner / Re: Tiny 'Touch' 32 bits program in C (3 kb)
|
on: October 01, 2006, 01:36:12 PM
|
If you want it smaller, here's the program in assembly. Executable file has size of 1536 bytes. Formatted for ASM with the GeSHI Syntax Highlighter [ copy or print] .486 ; create 32 bit code .model flat, stdcall ; 32 bit memory model option casemap :none ; case sensitive include \masm32\include\windows.inc include \masm32\include\kernel32.inc include \masm32\include\user32.inc include \masm32\include\shell32.inc includelib \masm32\lib\kernel32.lib includelib \masm32\lib\shell32.lib .code start: main proc local commandLine:LPSTR local numOfArgs:DWORD local argsP:DWORD local fileH:HANDLE local currentSysTime:SYSTEMTIME local newFileTime:FILETIME invoke GetCommandLineW mov commandLine, eax invoke CommandLineToArgvW, commandLine, addr numOfArgs mov argsP, eax cmp numOfArgs, 2 jl failure mov eax, argsP mov ebx, [eax + 4] invoke CreateFileW, ebx, FILE_READ_ATTRIBUTES+FILE_WRITE_ATTRIBUTES, FILE_SHARE_READ+FILE_SHARE_WRITE, NULL, OPEN_EXISTING, 0, NULL mov fileH, eax cmp eax, INVALID_HANDLE_VALUE je failure invoke GetSystemTime, addr currentSysTime invoke SystemTimeToFileTime, addr currentSysTime, addr newFileTime invoke SetFileTime, fileH, NULL, NULL, addr newFileTime invoke ExitProcess, 0 failure: invoke ExitProcess, -1 main endp end start
|
|
|
|
|
30
|
News and Reviews / Official Announcements / Re: --> SEPTEMBER SOFTWARE DRAWING RESULTS - POSTED!
|
on: September 30, 2006, 05:12:39 AM
|
Erm... Whatever happened to the TextPipe Pro prize? Sorry i missed this question when it was posted. The TextPipe people decided they didn't want to donate any copies for us to give away. It was my mistake to put it on the drawing form. It's the first time a company has declined to give us any copies, but I still should have confirmed with them first before I added it to the drawing form. My apologies. No problem, too bad they didn't want to donate any copies. That was my sole entry for the draw so I was curious what happened to it.
|
|
|
|
|
35
|
Other Software / Developer's Corner / Re: What Programmer Tool/Component/Library Reviews Would you Like to See?
|
on: February 05, 2006, 07:32:05 AM
|
|
Let's see...
UML Tools (Visual Paradigm, Enterprise Architect, Jude, etc) Debugging Tools (Debuggers, Heap/Leak checkers) Database Tools (MySql Administrator/VistaDB/XML Parsers, etc)
Embeddable Scripting Languages? (Lua, Python)
Don't know if GUI Toolkit is covered under Graphic Toolkit, but if it's not, that's another possible area to investigate. For example, Codejock Xtreme Toolkit.
|
|
|
|
|
36
|
DonationCoder.com Software / Finished Programs / Re: small prog to hide desktop
|
on: January 31, 2006, 11:00:55 PM
|
|
Here's a tiny program to temporarily toggle on/off the display of the desktop icons. Extract it and create a shortcut to it. You can then assign a shortcut key to the program to do what you want.
Doesn't preserve position across resolution change though.
|
|
|
|
|
40
|
Other Software / Found Deals and Discounts / Re: PerfectDisk 20% online discount
|
on: January 26, 2006, 06:35:30 AM
|
|
PerfectDisk 20% Discount - Offer Ends January 31st
So what is the 20% promo code? ° The fastest option is to purchase directly from our Download Store. (use code: PD20PFR for a 20% online discount) ° For online volume purchases, use the Volume License Calculator. (use code: PD20PFR for a 20% online discount)
|
|
|
|
|
41
|
News and Reviews / Best Website Change Monitoring Tool / Re: compared with Check and Get
|
on: January 24, 2006, 07:23:30 AM
|
Hi there! The new version of Check&Get (v3) will be released soon. The new version will be able to define the custom web-filters to ignore/monitor partial content of web-pages. Also, it will have the "Keyword Monitoring" feature. And more other improvements. Any suggestion of user interface improvements are welcome! I am contantly working on improving the user interface and appreciate any help and suggestions. Sincerely yours, Dmitry Skorniakov, http://ActiveURLs.comI was interested to see if Check & Get would fit my needs, especially since I missed the discount. However, judging from the date of the post, it does seem that v3 is taking a very long time. Any chance of a rerun of Website Watcher discount?
|
|
|
|
|