I am new in the world of programming.
I am student of J2ME(Java) beginner.
And I am interested to make bot, how to make bots easily.
Any guide? Link or keywords which I can google to learn things?
I'd like to email myself a quick dump of a GET request's headers for debugging. I used to be able to do this in classic ASP simply with the Request object, but Request.ToString() doesn't work. And the following code returned an empty string:
using (StreamReader reader = new StreamReader(Request.InputStream))
{
string requestHeaders = reader.ReadToEnd();
// ...
// send requestHeaders here
}
I get the directory path from fsevent, such as "/User/Data/"
But what I really want is "/User/Data/change.txt"
I have read the programming guide, it said
typedef void ( *FSEventStreamCallback )(
ConstFSEventStreamRef streamRef,
void *clientCallBackInfo,
size_t numEvents,
void *eventPaths,
const FSEventStreamEventFlags eventFlags[],
const FSEventStreamEventId eventIds[]);
eventPaths An array of paths to the
directories in which event(s)
occurred.
is there any method to find out which file is altered?
thanks!!!!
I have stuck to it for so long..
HI all,
I am working on IN App purchase,storkit.
i am getting this error.
"request error Error Domain=SKErrorDomain Code=0 "Operation could not be completed. (SKErrorDomain error 0.)""
what does this means????
looking for a quick reply.
regards
shishir
Hey I'm trying to get a CFStream connection going over 3G. I can get it working over wifi using the host name, but when I try to connect directly to the ip address it fails.
Is there a guide out there on how to connect over 3G?
Thanks
ASH
More than a simple wireframe, I´d like to create a complete prototype, fully functional & dynamic with data and rich interactions... Do you know any tool outthere? i´m looking for something really quick and easy, i don´t want to code.
A friend told me about Justinmind Prototyper, any other guess?
Hi,
I am trying an encryption-decryption code in java. When I am trying to run it with JDK and code in class with main method it is running fine. But when I am trying to run same code in Tomcat, tomcat is throwing exception:
java.security.NoSuchAlgorithmException: Algorithm HmacSHA256 not available.
Can anybody guide me to proper direction please?
Thank you.
Hello All,
I'm generating a excel report in a XML Excel format. In this report I have to repeat the top 25 rows and bottom 10 rows on each page, like a header and a footer. Can you please guide me on the code that is required to accomplish this task. I'm using ColdFusion. Thank you.
Ravi
dear friends,
i want to clear all map overlays or markers from google map and using following code
if(!mapOverlays.isEmpty())
{
mapOverlays.clear();
}
which is giving me exception can any one guide me?
am i right or wrong if i am wrong then kindly provide me the solution to my problem.
i want map clean if there is any marker on it.
any help would be appriciated.
Hi,
The developer guide in my company says class comments should go before Package statements, i.e it sould be the very first thing in a java file.
I just find it a bit old. Isn't it normal practice to put class comments after import and above class declaration?
Puzzled Sarah
I've been trying to get a good hold on the x86 assembly language, and was wondering if there was a quick-and-short equivalent of movl $1, %eax. That's when I thought that a list of idioms used frequently in the language would perhaps be a good idea.
This could include the preferred use of xorl %eax, %eax as opposed to movl $0, %eax, or testl %eax, %eax against cmpl $0, %eax.
Oh, and kindly post one example per post!
hi any one know how to get DTMF tone, then Dial a phone number to pass that DTMF tone using iphone SDK. If have idea means please guide me. Thanks in advance.
Hi i was using HttpModule to Perform Extension-Less URL Rewriting
as explained at http://weblogs.asp.net/scottgu/archive/2007/02/26/tip-trick-url-rewriting-with-asp-net.aspx Approach 3:
works perfectly in IIS7, now i just published the solution to the live environment it doesnt work.
the reason seems to be the fact that they are running IIS6
the question is
does anyone now any quick solution to make it work in IIS6 without having to change all the code?
thanks
Hi guys
Just a quick one.
In IOC's what does ResolveAll do?? I know that the offical answer is "Resolve all valid components that match this type." but does that mean that it will return any class that implements a given interface?
Cheers
Anthony
Recently, I have been going through search trees and I encountered red-black trees, the point confusing me is, In r-b tree, the root node should be black thats fine, now how will I decide whether the incoming node assumes red or black color.
I have gone through the wiki article but have not found a solution for this. I might be wrong, but I would be happy if someone can guide me through the exact material.
Thank you.
My directory structure is as follows
Project
-- .hg
-- src
-- tests
When I ran hg init on the Project path, everything got added into the repo. However, inside src, there are directories like bin and obj which I'd not like to track. How do I exclude them now? I've tried hg forget src\bin - it says path not found.
Please guide.
I am in evaluation phase of report tool.
I prefer RDLC for the same. But I need some examples/samples available in the wild which can guide us on using the RDLC off the shelf.
I would be looking for examples from as simple as list of data and as complex as using matrix, calculation, grouping, etc.
This will help us to make a reference point if anytime we get stuck up somewhere.
hi all,
i hv a question.
my url is some thing like this
http://www.google.com?to=shishir&from=friend
and i hv 2 textfeild from where i m getting value of to and from.
i need to set those values of 2 textfeiilds into the URL
to="values from textfeild" from="value from textfeild"
to create a somewhat called a dynamic URL.
how can i do it
quick reply is always appreciated
regards
shishir
I did a little GP (note:very little) work in college and have been playing around with it recently. My question is in regards to the intial run settings (population size, number of generations, min/max depth of trees, min/max depth of initial trees, percentages to use for different reproduction operations, etc.). What is the normal practice for setting these parameters? What papers/sites do people use as a good guide?
Hi
I am trying to automate my Chrome extension building process on OSX 10.5.
I am unable to find a similar command for OSX like this for Windows
chrome.exe --pack-extension=c:\myext
--pack-extension-key=c:\myext.pem
Is it even possible on OSX? As there is no mention of it in the documentation.
Please guide me.
Thanks in advance.
-Parimal Das
Hello
I have just set up the Eclipse Android SDK environment. I tried creating a basic HelloWorld app by following this page http://developer.android.com/guide/tutorials/hello-world.html
As soon as i set up the project i get get this error in the console
[2010-06-09 23:12:22 - Helloworld] dyld: Symbol not found: _open$UNIX2003
[2010-06-09 23:12:22 - Helloworld] Referenced from: /usr/lib/android-sdk-mac_86/platforms/android-3/tools/aapt
[2010-06-09 23:12:22 - Helloworld] Expected in: /usr/lib/libSystem.B.dylib
[2010-06-09 23:12:22 - Helloworld]
Is it something to do do with my MacOS version ?
plz hlp ! :S
I am using following text editor for my windows forms application
http://www.codeproject.com/KB/edit/editor_in_windows_forms.aspx
This works great and a wonderful control, however I am trying to accomplish one task i.e. I wanted to insert a custom tag to the underlying html for eg if user clicks on a button on form I want to insert a tag <myTag>value</myTag>" at the cursor's position of text editor.
Can anyone guide me how to achieve this?
I try to create iPhone configuration file via c# script as proposed in "Enterprise deployment Guide" of Apple and faced the following problem :
iPCU.exe TestScript.cs
// This command should create the profile but he not . He just run iPhone configuration //utility. TestScrip.cs consist example from Apple's pdf.
Maybe somebody know the way that really work ?