I need to develop a print driver to print from any application into a TIFF file. Does someone know of resources or a good SDK vendor that would enable me to do that? Environment is Windows, any language.
i look at this article : http://code.google.com/intl/zh-CN/appengine/docs/python/mail/receivingmail.html
and i want to know : is article used to deal with mail from others send to me ?
and my gmail is [email protected] , so someone send email to [email protected],i can do something automatically use incoming mail ,yes ?
thanks
My C# debugger is not working properly. It skips break points and line of codes sometimes. I have checked the configuration manager. I have even tried adding my projects to new solution files. Can someone please help me?
Hi
I'm learning Haskell and I'd like to write some multithreaded programs now to see the performance gains from that in a functional language. I can find some references to it on the internet but never a proper introduction to it. Can anyone point me to a guide which is understandable for someone who knows the syntax fairly well, but is not a wizard in Haskell?
Could someone suggest a perl module equivlant/or has the most funcionality of the pydbg module on python http://pedram.redhive.com/PaiMei/docs/PyDbg/ ?
Hi there - I know zilch about FoxPro, but we're using a product that has a FoxPro DB that we suspect has errors in it. Any recommended tools for analyzing/repairing? Someone mentioned DBFDoctor.
Suggestions sought.
Thanks!
I am converting an MFC application for deadlock detection in to Simple console application.
During this process I found many errors saying like
error C2365: 'CmdLockMutex' : redefinition; previous definition was 'enumerator'
I am unable to remove this error.
Kindly if someone could help me in this regard.
Hi,
Has someone been able to make
http://www.surina.net/soundtouch/
work for iPhone?
Simple Xcode Demo would be helpful.
I'd just like to play a soundeffect with some pitch manipulation.
thx
chris
hi, i am looking for a way to implement the "gcd" function used in matlab in another language but i really cant understand the way it functions.
it says in http://www.mathworks.com/access/helpdesk/help/techdoc/ref/gcd.html that:
"[G,C,D] = gcd(A,B) returns both the greatest common divisor array G, and the arrays C and D, which satisfy the equation: A(i).*C(i) + B(i).*D(i) = G(i)."
but it says nothing about how it calculates C and D.
i would be grateful if someone has a clearer idea about this subject!
thanks:)
I had asked a question on how to implement real time updates in ASP.NET and received a very explanatory and a helpful answer from "jdk" at:
http://stackoverflow.com/questions/2347771/how-to-implement-real-time-updates-in-asp-net
I understand that memcached or .net caching application block can be used as the caching layer. Currently, I am looking for a very simple mechanism to implement this and do not have the resources for using memcached or the caching application block.
Can someone suggest a solution?
Can someone please post Some code to depict the implementation of advise method which is described in IDotAdHocManager interface windows WDK as i am working on it and need to know its proper implementation.
I need to use VBA to determine the number of arguments passed to an Excel formula. For instance, suppose a cell contains the formula =MyFunc($A$1, "xyz", SUM(1,2,COUNT(C1:C12)), IF(B12,1,0)). Then the counter function should return 4. Does VBA contain any built-in functions for this, or does someone have an example of a regular expression that could calculate this?
I have a problem.I am new to linux and would like to know how to crack a WEP and WAP wireless encrypted network.I have been typing the command "airmon-ng" i have even initialized the wlan0 with the following command on Backtrack 4 but it has failed,When I use airmon-ng command, it does not display my wireless driver.SomeOne please xplain to me from scratch.Would really appreciate it.
I am new to powerbuilder and having a lot of trouble using datawindows. I can't get my head around the insert mechanism of it. Can someone explain it to me, or at least point me in the right direction(article, tips etc...) ?
Let's say I had a char pointer pointing to a buffer that contained these values (in hex):
12 34 56 78 00 00 80 00
I want to modify the last two bytes to a short value of 42. So I would think I would have to do something like this:
(short)*(pointer+6)=42;
The compiler doesn't complain but it does not do what I'm expecting it to do. Can someone tell me the correct way to assign the value?
Does it mean that the Loopback device handles the request like ping localhost ?
If so, there should be at least one device that's loopback,but seems none of my two network device is Loopback:
rpcap://\Device\NPF_{45D5ADA0-095E-49F3-BEA1-E8754390F2D4}
Description: Network adapter 'Intel(R) PRO/Wireless 2200BG Network Conne
ction (Microsoft's Packet Scheduler) ' on local host
Loopback: no
rpcap://\Device\NPF_{783C5467-4026-473C-86A0-5E5A3708C624}
Description: Network adapter 'Realtek RTL8169/8110 Family Gigabit Ethern
et NIC (Microsoft's Packet Scheduler) ' on local
host
Loopback: no
Can someone clarify all this?
I want to be able to access a folder from my tomcat webapps folder so that I can give someone a URL like:
http://localhost:8080/myFolder/myFile.f
And in a web browser if they point to this they should start downloading the file.
But in reality I get a 404 error when I try to point to this location.
How can I solve this or get around it.
Hi,
How to read the empty values from the "dbf" file in C#.
Currently while reading the dbf files, the empty values in the file are automatically getting converted to default values.
Like empty decimal field is converted to "0.000".
Can someone please help in way to read the empty fields as they are and not as default values.
I need to implement a persistent socket connection from my in-browser Silverlight 4 app to a device on the network.
I need the following:
Connect to it and keep a persistent connection
Send and Receive data
Get some type of event or notification (or detect it) when the connection drops.
Is this possible with Silverlight 4? If so, can someone point me to some examples? All I am finding are some attempts at it with Silverlight 2.
I'm kind of a newb to WCF Web Services and have created a service.
Here is what I'm after:
If someone vists http://somesite.com/Poo.svc they are rejected straight off the bat (404 or something)
Only I can add a reference to the service in VS.
What I'm after is making the WCF service totally private.
Any ideas?
Hi,
Can someone tell me what is the main difference between a Javascript object defined by using "Object Literal Notation" and JSON object?
According to a Javascript book it says this is an object defined by using Object Notation:
var newObject =
{
prop1 : true,
showMessage : function (msg) {alert(msg)}
};
Why it is not a JSON object in this case? Just because it is not defined by using quotation marks?
Thanks,
I have two variables:
char charTime[] = "TIME";
char buf[] = "SOMETHINGELSE";
I want to check if these two are equal... using charTime == buf doesn't work.
What should I use, and can someone explain why using == doesn't work?
Would this action be different in C and C++?
Take the following article for example:
http://weblogs.asp.net/psteele/archive/2009/11/23/use-dependency-injection-to-simplify-application-settings.aspx?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A+dotnetmvp+%28Patrick+Steele%27s+.NET+Blog%29
I don't see what benefit there is from the IOC approach as opposed to the traditional soft-coding approach. Can someone tell me what I am missing?
Thanks