topbanner_forum
  *

avatar image

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

Login with username, password and session length
  • Friday April 19, 2024, 4:10 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

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - capitalH [ switch to compact view ]

Pages: prev1 2 [3]
51
Wow sfk is a cool tool, thanks!

sfk replace    - replace words in binary and text files
and
sfk detab      - convert TAB characters to spaces

is really really usefull!

52
If this works as I expect it to work, no more 'find "def primesbelow" *.py' from the command line!


53
Download attempt 1: Failed after 382 kb
Download attempt 2: Failed after 4183 kb
Download attempt 3: Download does not start.

I am really looking to test this as a repository for webpages (all my python/ahk etc "help files") as I have been looking for something like this forever.

54
Finished Programs / Re: SOLVED: directory tree 'crawler'
« on: March 08, 2011, 03:29 AM »
or save a batch file with the following content

c:
cd C:\Code
for /f "tokens=*" %%d in ('dir /ad/b/s') do dir "%%d\*.c"
The first two lines is just to ensure you are in the right subdirectory
replace
dir "%%d\*.c"
with the command of your choosing (keeping the %%d though - which is each directory - try running with echo dir "%%d\*.c" to see what the actual command will be that will be run - without doing something weird to your system!)

No download, portable (windows only though) small filesize and no malware.

55
General Software Discussion / Re: Task\Project Utility
« on: August 16, 2010, 01:17 AM »
Q-Dir - is great been using it for the Past year, I think it really helps with productivity, I will have another look at wikipad, I sometimes miss using q-dir when working on a customer site

Try installing Q-dir as a portable version, and have it handy on a flash drive

http://www.softwareo...faq-Q-DIR&faq=23

Pages: prev1 2 [3]