AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

yawn...
Goto page 1, 2  Next
 
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> General Chat
View previous topic :: View next topic  
Author Message
Rajat



Joined: 28 Mar 2004
Posts: 1717

PostPosted: Sun Dec 19, 2004 3:18 pm    Post subject: yawn... Reply with quote

i'm gettin' bored... someone got somethin' interesting to code? Wink
_________________
Back to top
View user's profile Send private message
jonny



Joined: 13 Nov 2004
Posts: 3005
Location: Minnesota

PostPosted: Sun Dec 19, 2004 10:00 pm    Post subject: Reply with quote

I'm currently working on a project to enhance the Run dialog, along with some nice extras; Codename OutRun. Current ideas planned for implementation (concept work already done):

Program Aliases:
e.g. Set "pspad" or "txt" to C:\Program Files\PSPad\PSPad.exe

Command Aliases:
e.g. Set "!shutdown" to shutdown (various methods of doing this), "!minall" to minimize all windows, etc.

Mini-Run:
Minimalistic run dialog, just the input box and Enter submits it.

Invisi-Run:
Hotkey, then type command, then Enter (or the hotkey again). Nothing appears.

(Note: all of the above is fully compatible with the default Run dialog)


The core part of the program, as well as the one that controls the plugins, will be in one compiled script. Any other features will be separate .exe's that will be run and handled by the core one. This "modular" system is for easy updating and feature additions.

If you have any ideas or would like to help, let me know. It's been going a little slow for me.
Back to top
View user's profile Send private message
BoBo
Guest





PostPosted: Sun Dec 19, 2004 11:19 pm    Post subject: Reply with quote

@ Rajat
what about a Shoot&Run with Jonny's Green-Galloping-Whatnot - to get a succesor of Rajat's Aquarium Laughing
Back to top
jonny



Joined: 13 Nov 2004
Posts: 3005
Location: Minnesota

PostPosted: Sun Dec 19, 2004 11:29 pm    Post subject: Reply with quote

-_- Whatever boost in productivity my idea will bring will be negated by BoBo someway or another. Laughing
Back to top
View user's profile Send private message
Rajat



Joined: 28 Mar 2004
Posts: 1717

PostPosted: Mon Dec 20, 2004 12:41 am    Post subject: Reply with quote

Quote:
what about a Shoot&Run with Jonny's Green-Galloping-Whatnot - to get a succesor of Rajat's Aquarium
Laughing damn cool !... but some other time! ...and BoBo (web-scanner-util-finder) if u know (or come to know) of some small cmd line util to convert word .doc (and pdfs & xls if possible but not needed rt. now) to .txt.. then do let me now plz.

Quote:
Codename OutRun

i really like the name... and the concept. i'll definitely let u know if i can think of something worthwhile... and this reminds me of the script i was doing some time back... it was a kind of project, mostly done, to improve cmd prompt... easier cmds... easier folder travelling... folder history...and much other stuff.. but that script (because of i did something stupid) got overwritten... and i got so pissed, i abandoned it... damn!

anyways... good luck with OutRun! Smile

i've taken up something i'd been procrastinating for long... i'm converting to ahk the only thing worthwhile i'd written in au3... long ago. tray menu is one of the reasons to convert.
_________________
Back to top
View user's profile Send private message
BoBo
Guest





PostPosted: Mon Dec 20, 2004 1:07 am    Post subject: Reply with quote

Quote:
some small cmd line util to convert word .doc (and pdfs ...

Maybe that fits: [AntiWord]

Code:
Examples of use
===============

To get text output
------------------

(1) display a Word document in Latin1, one page at a time
antiword -m cp850.txt filename.doc | more

(2) save the text version of the Word document in Latin2, in a file
antiword -m cp852.txt filename.doc > filename.txt

(3) display a Word document in Hebrew, one page at a time
antiword -m cp862.txt filename.doc | more

(4) save the text version of the Word document in Russian Cyrillic, in a file
antiword -m cp866.txt filename.doc > filename.txt

To get PostScript output
------------------------

(1) save the PostScript version of the Word document in Latin1, in a file
    generate PostScript for printing on European A4 size paper
antiword -p a4 -m 8859-1.txt filename.doc > filename.ps

(2) save the PostScipt version of the Word document in Latin2, in a file
    generate PostScript for printing on American letter size paper
antiword -p letter -m 8859-2.txt filename.doc > filename.ps

NOTE: PostScript ouput is only supported for character sets Latin1 and Latin2.

NOTE: You need different mapping files for text and PostScript.

The order of the switches is not important to Antiword. If you specify two or
more settings of the same switch, Antiword will use the rightmost one.


[Download]


Quote:
... & xls if possible but not needed rt. now


Seems tough! As Excel isn't often used outside an office environment it looks like none of them available for free Crying or Very sad
Back to top
jonny



Joined: 13 Nov 2004
Posts: 3005
Location: Minnesota

PostPosted: Mon Dec 20, 2004 1:21 am    Post subject: Reply with quote

Nice util. And for the .xls/non-free thingy: OpenOffice, yo. Cool For all your cross-platform or low-budget needs.
Back to top
View user's profile Send private message
BoBo
Guest





PostPosted: Mon Dec 20, 2004 1:56 am    Post subject: Reply with quote

Quote:
xlHtml converts an Excel spreadsheet file (.xls) into highly-optimized HTML. It includes scripts to allow it to be used as a Netscape or mutt plugin and as a xls handler for Apache. The program currently supports string, blank, boolean, error, integer, floating point, hyperlinks, and formula cells. It can also output in XML, tab delimited, or comma separated values (CSV).

[Download]


Cool
Back to top
jonny



Joined: 13 Nov 2004
Posts: 3005
Location: Minnesota

PostPosted: Mon Dec 20, 2004 2:26 am    Post subject: Reply with quote

I hereby demand access to whatever obscure yet extremely useful command line utility you obviously use to find all these other obscure yet extremely useful command line utilities.
Back to top
View user's profile Send private message
Rajat



Joined: 28 Mar 2004
Posts: 1717

PostPosted: Mon Dec 20, 2004 2:46 am    Post subject: Reply with quote

thanx BoBo, i knew u're the man for the job!
_________________
Back to top
View user's profile Send private message
BoBo
Guest





PostPosted: Mon Dec 20, 2004 8:24 am    Post subject: Reply with quote

Quote:
i'm gettin' bored... someone got somethin' interesting to code?


@ Rajat & friends
I would be very happy if someone like you could have a look at Notepad2, exactly: Implement AHK's syntax highlighting/check within it. Notepad2 is scintilla based but/and has a fixed set of languages.

I never, ever have (re)compiled anything except AHK scripts. That's why I ask for your support Embarassed

IMHO I would keep AHK related languages (Configuration=INI, Default, WebSource=HTML, CSS, Batch, SQL Query) with N2, but remove the rest to make it leaner.

As a side effect (cause scintilla based) you/we could provide the source file/basis regarding AHK for other scintilas and a native AHK companion Wink

Notepad2's source (which is GPL): http://www.flos-freeware.ch/zip/np2src.zip

Be my hero(es) Wink
Back to top
Rajat



Joined: 28 Mar 2004
Posts: 1717

PostPosted: Mon Dec 20, 2004 10:29 am    Post subject: Reply with quote

actually while saying 'interesting to code' i meant something in ahk... but i hope u'll find someone who will do it...
though i use TextPad but there're many PSPad fans here and its free too... u can try that... though i agree, just 1 exe being complete editor is way too cool.
_________________
Back to top
View user's profile Send private message
Rajat



Joined: 28 Mar 2004
Posts: 1717

PostPosted: Mon Dec 20, 2004 10:35 am    Post subject: Reply with quote

Quote:
I hereby demand access to whatever obscure yet extremely useful command line utility you obviously use to find all these other obscure yet extremely useful command line utilities.


y would u need it when u've BoBo? ...just ask him and he'll get it for u wearing his shades!

off note.. i never understand why he doesn't register? Rolling Eyes
_________________
Back to top
View user's profile Send private message
BoBo
Guest





PostPosted: Mon Dec 20, 2004 1:03 pm    Post subject: Reply with quote

Quote:
off note.. i never understand why he doesn't register?

A hint: Dr. Jekyl & Mr. Hide Wink
Back to top
Rajat



Joined: 28 Mar 2004
Posts: 1717

PostPosted: Mon Dec 20, 2004 1:54 pm    Post subject: Reply with quote

BoBo wrote:

A hint: Dr. Jekyl & Mr. Hide Wink


got that! Wink
_________________
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> General Chat All times are GMT
Goto page 1, 2  Next
Page 1 of 2

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group