-
as seen on Super User
- Search for 'Super User'
Hi,
I was using MacOSX 10.5 on my MacBook until today and I had 4GB of memory there.
Now I have updated to MacOSX 10.6 and it only displays 3GB.
Why is that? How can I fix it?
Also, I am a bit wondering why most people (well, most of the Google hits explained the 3GB issue that way -- leaving…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
Hi everyone,
I want to upgrade my php version running on MAMP to 5.3.
I've copied the ./configure statement from phpinfo() and downloaded the 5.3 branch source i wish to compile.
However, when i try to compile it i get an error about a missing config_vars.mk file from apxs.
How can i solve this…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I get this error while trying to compile Asterisk 1.6.2 on Snow Leopard Server :
ld: symbol dyld_stub_binding_helper not defined
(usually in crt1.o/dylib1.o/bundle1.o)
Googling this I’ve found nothing enlightening so far.
This is what I am trying:
./configure --without-h323 --without-zaptel…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
OK so I have # -*- coding: utf-8 -*- at the top of my script and it worked for being able to pull data from the database that had funny chars(Ñ ,Õ,é,—,–,’,…) in it and store that data into variables...but I have run into other problems, see I pull my data, organize it, and then dump it into a variables…
>>> More
-
as seen on Super User
- Search for 'Super User'
I am trying to install a Python library in the Presto package, source http://www.cv.nrao.edu/~sransom/presto/
Using 'gmake fftfit' I get the following error:
cd fftfit_src ; f2py-2.7 -c fftfit.pyf *.f
running build
running config_cc
unifing config_cc, config, build_clib, build_ext, build commands…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
The background: My form has a TWebBrowser. I want to close the form with ESC but the TWebBrowser eats the keystrokes - so I decided to go with a keyboard hook.
The problem is that the Form can be open in multiple instances at the same time.
No matter what I do, in some situations, if there are two…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I have a piece of software that is being used to simulate a certain device on a touchscreen, this device already runs an application that receives keyboard input from the device.
My software (reffered to as simulator) displays a virtual keyboard and runs the application.
Thus, the simulator sends…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I'm trying to suppress task switch keys (such as winkey, alt-tab, alt-esc, ctrl-esc, etc.) by using a low-level keyboard hook.
I'm using the following LowLevelKeyboardProc callback:
IntPtr HookCallback(int nCode, IntPtr wParam, ref KBDLLHOOKSTRUCT lParam)
{
if (nCode >= 0)
{
…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I would like to write a Java app that counts how long I have been using the keyboard or mouse w/o a break. Are there any built-in classes or 3rd party libraries that can detect global keyboard/mouse use?
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I code WinForm application where one of the input is magnetic stripe card reader (CR). I am using code George Mamaladze's article Processing Global Mouse and Keyboard Hooks in C# on codeproject.com to listen keyboard (USB card reader acts same way as keyboard) and I have weird situation.
One card…
>>> More