NANY 2023: ENTER NOW!

The NANY 2023 event is now closed.

If you are a coder, any new program (or addon) that you have released in the previous year, which is freeware/donationware for home users is eligible.

And if you are not a coder, you can still participate by helping coders with ideas and testing.

To join in the adventure, visit: The NANY 2023 forum section.


NANY contests:

Latest Forum Posts

[1] 2 3 4 5next

SelectoSurf - Open plaintext URLs flexibly from any program

ahk.png
;------------------------------------------------------------------
; Select plaintext in any program and hit the hotkey (ctrl+space)
; If the text looks like a url or website name (like donationcoder.com), it will be opened.
;  otherwise a google search will be conducted with the phrase.
;  urls will be cleaned of unnesc. punctuation and split-lines will be merged.
;
; Compiled exe and .ahk source script included.
;------------------------------------------------------------------

There are a lot of scripts that do this kind of thing, but i still thought it would be nice to have another that people could customize.

  • Just select a url or something that looks like a url in any program and hit hotkey to open proper web page in browser.
  • Fixes urls that are malformed (missing prefixes, extra surrounding characters, etc.)
  • If you select a non-url phrase a web search is conducted
  • Compiled exe included that uses default browser and hotkey Ctrl+Space, but autohotkey source is provided you can customize
  • Cleans up split-line urls, perfect for email urls

Download: [ Invalid Attachment ]

Read more and discuss..


THE N.A.N.Y. CHALLENGE - New Apps For the New Year

blog clipart

UPDATE: All N.A.N.Y. programs (over 20 of them!) are now online as of January 1st, 2007 !

Discuss the programs on our forum: Here.
Read about the project on: ShellCity.net.
Read about the project on: CybernetNews.com.
Read about the project on: ghacks.net.



Here was my challenge to DC members with coding skills:  "Join me in pledging to release a new program/utility/game on JANUARY 1st, 2007 to celebrate the new year! We will give out fun prizes (custom dc mugs celebrating the event or something like that), for all coders who live up to their pledges."


If you see a NANY program you like, send a few donation credits to the author! (click gold coin next to their name)

Read more about the NANY challenge..


AutoFTP

autoftp.jpg
WHAT IT DOES:
What do you do when you need to upload files out of a directory at intervals?  Sure, there are several FTP programs out there, but most of them are pretty large, and are made for attended FTPs.  What this FTP program does is very simple.  It allows you to configure a directory, a server to ftp to, and an e-mail address.  Using the windows scheduler, you can schedule a job for the program using the /run:<configuration name> parameter.  Then when the job executes, everything in the local directory is uploaded to the remote directory, and an e-mail stating the success or failure of the job is sent.

Read more and download..


VDesktops

VDestops.JPG
It's a simple virtual desktop manager. Almost as simple as it gets!
It is limited to 4 virtual desktops: 3 "normal" virtual desktops and one (named as 0) where all the windows appear.

It is mostly hotkey based, although it has a minimalist gui too.
The hotkeys are defined as follows:
  windows + 0: show desktop 0
  windows + 1 / 2 / 3: show corresponding desktop
  windows + left / right: show next desktop
  windows + shift + 1 / 2 / 3: add window to that desktop
  windows + c: show the "changer", which allows you to change desktops using only the mouse.

Now... Why did i make it? 2 reasons:
  • low memory usage (about 3mb)
  • It's a script!
This program being a script means i (and anyone else) can change it to suit my own needs!  Of course, source code in AHK is in the zip package. I only ask for recognition if you decide to change it and distribute it.

Read more and download..


FastNavKeys

blog clipart
Too fast for your own keyboard? Now your can beat Windows' keyboard buffer!
Speed up the navigation keys (or any other keys).

Read more and download..


A Dark and Deadly Path

Screenshot - 12_31_2006 , 10_51_44 AM.png
A Dark and Deadly Path is a super tiny little audio game engine (can be used to make audio-only one switch games too).

This was an unofficial entry into the contest that was not eligible to win any prizes, as it was written by one of the organizers (mouser).

It works like the old Dragon's Lair LaserDisc game [1], or like those "choose your own adventure games [2], but is audio only and involves no graphics.  An author narrates a story/game is an audio story where the reader/play must make choices along the way by pressing a key on the keyboard.

The choices may have to be made rapidly in quick succession within a narrow  time window which can add an element of panic to the story - and make it a particularly appropriate device for suspense stories.

Audio files are normal .mp3 files that an author records with standard software.  The game script is an .xml file with a format to be described in a separate file.

Download: Here.

This entry was not eligible to win any prizes.

[1] 2 3 4 5next

Share on Facebook