Hi @All
How to send binary data (01110110 for exemple) with C# throught a TCP (using SSL) socket ?
I'm using :
SslStream.Write()
and
h[0] = (byte)Convert.ToByte("01110110"); isn't working
Thanks.
I want to integrate the RESTful-API in my Qt-Project.
I already read the example on this page, but this is only for receiving data from a RESTful-interface, not for sending new data to the server. In Java, I can use RESTlet for example, is there any possibility to use something like that for Qt, too?
Or is there even a simple way to send data from Qt to RESTful, for example when I create a XML before?
I am trying to include a flash file in my project page.
but can not do this. Can any one plese help to send me the details suggestion.
Thanks in advance.
Amit
Hello,
Is there a way to test your application's processing and handling of Paypal generated credit card errors? I'd like to verify that my application can handle a declined credit card or something like that.
So is there a way to have Paypal send an error message? Or would it be better to generate a stub and use it in the testing environment? If this is the better way, how would one generate a stub?
Thanks!
Hi,
for a little project I have to do the following task on my IPhone:
open a TCP socket
send a command to the server
shutdown the WRITE part of the connection
read the response from the server
close the connection
I'm not experienced with socket programming - I've just started with network programming and I've already used the CFStream interface. But obviously streams are not adequate for this task.
Who can point me in the right direction? I tried to find a tutorial on Apples website about sockets, but there is nothing. Regards, Thomas
I'm pulling an RSS feed from a remote location using ServerXmlHttp:
Dim httpRequest
set httpRequest = server.createObject("Msxml2.ServerXMLHTTP.6.0")
httpRequest.open "GET", "http://www.someurl.com/feed.xml", false
httpRequest.send()
response.write httpRequest.responseXML.xml
However there must be encoding issues somewhere along the line as I'm seeing ???? where there should be some Japanese characters. Does anyone have any guidance when working with ServerXmlHttp?
Thanks.
We have an ASP.NET MVC website that a customer is requesting Active Directory single sign on. My thought is that we will need something behind their firewall in order to send encrypted credentials or a user's ID over to our server... any best practices or products that do this would be extremely helpful!
Thanks!
jbarker7
Hi,
I have a building block which sets up a Quartz job to send out emails every morning. The job is fired three times every morning instead of once. We have a hosted instance of Blackboard, which I am told runs on three virtual servers. I am guessing this is what is causing the problem, as the building block was previously working fine on a single server installation.
Does anyone have Quartz experience, or could suggest how one might prevent the job from firing multiple times?
Thanks,
greetings all
i have an app that will send emails from different emails
emails are in the form [email protected]
and i need to make a listener on the server
to listen to each incoming email to each different email then do some action
i don't have any idea where to start, if someone can give me a simple overview of what I need to do or where to look up some examples how this would be done it would be very useful
thank you.
Hi,
I googled for free and complete computer science tutorials or books, but they are not in c++.
Please send here any tutorial or book about computer science in C++. And also if there is a very useful non-free book please list it here.
Thank you,
Mohammad
Hi all
I have an mp3 player that sends MCI commands to play pause/ff/rw/stop the audio files etc and the only thing i can't figure out how to do is send an MCI command to tell it to play the next song when the current one's finished playing.
The songs are in a ListBox. I have no problems actually selecting the next song, I just need to find out when to play the next song on the playlist. I'd appreciate any help at all
Thank you :)
Hi
My company is willing to develop a server application,
the application will use one port, clients will connect to this port and sending data every 3 minutes, casually the server will send some data.
my questions are:
how many connection can be handled when connecting to one port?
which language Do we choose to write the Application (mainly between C# and C++)? (performance, ease of development)
thanks
Hi,
In the application I am developing, I would like to send messages in the form of JSON objects to a Django Server and parse the JSON response from the server and populate a custom listview.
From the little JSON knowledge I have, I thought this format for the response from server
{
"post": {
"username": "someusername",
"message": "this is a sweet message",
"image": "http://localhost/someimage.jpg",
"time": "present time"
},
}
How much knowledge of JSON should I have to accomplish this purpose? Also it would be great if someone could provide me links of some tutorials for sending and parsing JSON Objects.
I need to generate flowchart from business process specification (tasks, their input, output points, roles applicable for each task... ) stored in a database.
What I need is javacript (preferably, open-sourced) library which can generate a shiny flowchart with swimlines. Ideally I should be able to edit workflow connections and send changes back to database.
Any recommendations?
UPDATE
By flowchart I mean something like this:
I want to send files through php using readfile()
What i've noticed is that readfile forces a download, but what if i want to show an image in the browser and not force a download?
Would readfile still force download even if the file is an image?
If it does, is there a solution so i can use tags with it when the file is an image?
Thanks!
Does html5 allow me to do secure streaming video? And by this, I mean token authentication. I want to be able to stream media only to those people who are authorised to view it.
I can do this currently with Flash Media Server hosted by Akamai - they have a custom mechanism where I send them a token as part of the player connection handshake. Does html5 allow for this, and has anyone implemented this with a hosting service such as Akamai?
Thanks
Matt
Hi Mark,
I was looking for the way to use c# for images extraction from the pdf files and found your post regarding GhostScript.dll.
Could you please send me the c# wrapper you refering to?
Thanks,
Eugene
[email protected]
Hi Geeks,
I am planning to use PIC18F6*** serial microntroller for my project serial-ethernet converter. Once I will put my hex code in PIC micro-controller for send recieve serial port data I will use the windows hyper-terminal and for checking the ethernet data is there any application in windows?
If my question is not clear I am ready to explain it better... please let me know.....
What exactly is and SMS gateway, are "OZEKI" and "KANNEL" the same.
Also are they the only thing to send and receive sms from and through your application or you also need additional hardware - "GSM MODEM"??...
Finally to you need a service provider to suscribe to?..., and per per sms??....
Currently I am working on flex using puremvc framework. Actually my question is related to where to register mediator in puremvc framework. One of my colleague is registering mediator in views(components) creationComplete method only (inside view). While my preference is send some notification from creationComplete method which could be handle by some command and command will register mediator. So which one is better approach in terms of best practice ?
I'm trying to send some push notification message to my App using the sandbox option.
I'm getting those messages on my console:
Sun Apr 25 21:56:22 unknown /usr/libexec/notification_proxy[57] : Could not receive size of message
Sun Apr 25 21:56:22 unknown /usr/libexec/notification_proxy[57] : Could not receive message
How do I resolve this?
Thanks
Are content observers persistent in Android? If I create a content observer in an activity, will that observer continue to run until I remove the observer.
Basically I am creating a service for SMS, where on receive and onsend I post the SMS out to a web service, so I can check my messages with out having my phone.
If the content observer is tied to the Activity's life, how can I create a ContentObserver that will always receive notifications on content:/sms/
Hi everybody,
First of all, thank you for reading my question.
I would like to know if there is any way to handle the browser exit event.
For example, I would like to send a query when the user click on the cross-exit or simply close his browser.
Thanks a lot.
$t0rM
I have a problem with some automating posting to bulletin board... If I send the posting form to the vBulletin board, I get corrupted entities.
Feel free to copy-paste the script and try it...
It looks like the board's expecting some decoded utf8, but if I send the message decoded the entities are still wrong.
#!/usr/bin/perl
use strict;
use warnings;
use WWW::Mechanize;
use Digest::MD5 qw(md5_hex);
my $mech = WWW::Mechanize->new();
my $base_url = 'http://www.boerse.bz/';
my $username = 'MrMirror';
my $password = 'test';
$mech->get($base_url);
print "Login\n";
$mech->form_number(1);
$mech->field('vb_login_username' => $username);
$mech->field('vb_login_password' => $password);
$mech->field('vb_login_md5password' => md5_hex($password));
$mech->field('vb_login_md5password_utf' => md5_hex($password));
$mech->submit();
unless ($mech->content() =~ m!Weiterleitung!gi)
{
print "No Rediction!\n";
exit;
}
print "Redict\n";
$mech->get($base_url);
unless ($mech->content() =~ m!Logout!gi)
{
print "Login Failed!\n";
exit;
}
$mech->get($base_url .'/newthread.php?do=newthread&f=173');
$mech->form_number(3);
$mech->field('subject' => 'MrMirror makes some testing ä ö ü ß');
$mech->field('message' => "ä ö ü ß");
### everything allright here
$mech->dump_forms();
### preview submit, don't wanna spam around ;)
$mech->click('preview');
print "\n\n\n---------------------------------------------------------------------\n\n\n";
### same form, wrong entities :(
$mech->dump_forms();
I am trying to make an AJAX call from several domains to a single one which will handle the request. Enabling Cross domain in Firefox and Chrome was easy by setting the header on the handling server:
header("Access-Control-Allow-Origin: *");
But this doesn't help enabling it in Internet Explorer. When I try:
httpreq.send('');
it stops with error Access denied.
How can this be enabled in Internet Explorer?