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, 7:36 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

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 - argv [ switch to compact view ]

Pages: prev1 [2]
26
It seems to work fine doing paste in Notepad++, just the formating is lost; is this what you wanted to test?

   1.
      $entries = array();
   2.
      $total_t = 0;
   3.
      $total_s = 0;
   4.
      foreach ($cache_hits as $h)
   5.
      {
   6.
      $entries[] = $h['d'] . ' ' . $h['k'] . ': ' . comma_format($h['t'], 5) . ' - ' . $h['s'] . ' bytes';
   7.
      $total_t += $h['t'];
   8.
      $total_s += $h['s'];
   9.
      }


27
I suggest you to take a look to InnoSetup: http://www.jrsoftware.org/isinfo.php

29
it's not very clear i admit, but it's top left of the Interface Options tab:

Ok, I got it; I was looking in the Post Capture options because is that category which is selected when clicking on the Options button

Thanks!

30
Hi Mouser

I cannot find any more the option to disable the PostCapture dialog. The Options button is tagged with "Disable this dialog here" but where is the checkbox to really disable it?

Regards

31
Maybe sandboxie can do it, as long as no drivers are implied: http://www.sandboxie.com/


32
General Software Discussion / Re: djvu files?
« on: March 06, 2009, 05:49 AM »
Take a look here also: http://djvu.org/resources/

33
General Software Discussion / Re: djvu files?
« on: March 06, 2009, 05:48 AM »
Try this one

DjVu Solo 3.1 (exe, 2.1 Mb)
http://djvu.org/file...VuSolo3.1-noncom.exe

34
General Software Discussion / Re: Document code : number-year
« on: December 11, 2008, 04:33 PM »
You can use this AutohotKey script (activate with windows key + i)

number=1
format=000000

#i::

len_number := StrLen(number)
len_format := StrLen(format)
len_padding := len_format - len_number
StringLeft, padding, format, len_padding
SendInput,%padding%%number%-%A_YYYY%
number ++
return

35
General Software Discussion / Re: making a recovery partition
« on: December 11, 2008, 03:41 PM »
I don't know in Windows but in Linux I used to install several machines over the local network using a PXE boot server and a kick start file which specifies all the options and application to install.
All is done automatically you just start the PC and later you have your system installed. No need for a dedicated partition to keep the original data, all this will be on the PXE server

36
FARR Plugins and Aliases / Re: Timer
« on: October 02, 2008, 03:20 PM »
It should be nice to have an option like:

everyday at 5PM some alert

By the way: nice addon; thanks!

37
Post New Requests Here / Re: IDEA: a copy/paste by typing
« on: October 01, 2008, 03:44 PM »
Autohotkey's command "send,%clipboard%" did the trick. Thank you for pointing me on the way. Now I'm discovering the power of ahk :)
Thanks again

38
Post New Requests Here / Re: IDEA: a copy/paste by typing
« on: October 01, 2008, 03:04 PM »
I tried PlainPaste but it doesn't paste in that application. I will take a look on autohotkey. Thanks for suggestion

39
Post New Requests Here / IDEA: a copy/paste by typing
« on: October 01, 2008, 02:37 PM »

There are some applications which doesn't have copy/paste mechanism enabled. What about making a small application which pastes a text by simulating typing on keyboard?


40

You should check the "expect" command from linux and do something like:

ssh $host
expect "Username:"
send "Login\r"
expect "Password:"
send "Passwd\r"


man expect

NAME
       expect - programmed dialogue with interactive programs

41
Very good news :) Hoping the plugins will stay compatible

43
Is there much advantage upgrading from VMWare Workstation version 5.5 to version 6?
-Carol Haynes (July 11, 2007, 12:33 PM)

I don't think so, but depends of your needs. I'm using vmware since its version 3; today I'm using 5.5 but for my needs even version 3 was fine.

44
Thanks for those links Zaine, but I am more interested in how to run Linux and Windows concurrently on the same desktop.

I know how to set up a dual booting system (I have done it many times before) but it isn't an option for me in this case as I can't get Linux in native mode to behave with my WiFi hardware.
-Carol Haynes (July 11, 2007, 09:17 AM)

For the wifi in linux you may want to check this link: http://ndiswrapper.s...rceforge.net/joomla/

To run Linux and Windows concurrently on the same desktop you can use vmware; I'm working into a similar environment: winxp  + vmware/redhat + xming. It works well.
You must install either vmware or another virtualisation software (you might find even some opensources versions) Personally I prefer vmware because it allows me to boot the linux installed on my real harddisk. I have a dual boot, so I have the choice to boot linux either natively or using vmware. I have tested other virtualisation applications but none allows you to boot the OS installed on the real partition. You have to install Linux on a simulated disk; but I found that slows down considerably.


45
Hey, what skin is that? I like it

Pages: prev1 [2]