Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
accept
- Page 1
Re: Cannot run exe from asp.net
Programming
Web Development
2 Weeks Ago
by lennyli
…) print("Waiting for a connection...") conn, addr = server_socket.
accept
() print(f"Connection from {addr} has been established!"…
accept/epoll problem
Programming
Software Development
15 Years Ago
by amanda2131821
… <<'\n' <<epollfd <<'\n'; conn_sock =
accept
(listen_sock, (struct sockaddr *) &clientaddr, &addrlen); if (conn_sock ==… -1) { perror("
accept
"); exit(EXIT_FAILURE); } fcntl(conn_sock, F_SETFL, fcntl(conn_sock, F_GETFD, 0…
Re: accept/epoll problem
Programming
Software Development
15 Years Ago
by programmersbook
Correct me if I'm wrong, but shouldn't you first
accept
incoming connection and this connection put into epoll? Epoll will tell when the socket is ready to read or write. As far as i see, epoll_wait is to early... After bind you should
accept
.
Accept int but not char
Programming
Software Development
14 Years Ago
by L3gacy
…, but I want to make the program not
accept
char's as input but
accept
int's, as a form of personal… function named info, lines 8-13. I want it to
accept
int's but not chars, i've tried a do…
accept action before continue
Programming
Web Development
17 Years Ago
by etienne.grove
… the credit card transaction requires people who buys online to
accept
the terms and conditions before the payment go through. Without… is inactive or must display a message that say please
accept
the tac. Any help would be appreciated. Thanks Etienne
Accept null value
Programming
Software Development
14 Years Ago
by like_bilal02
Dear Friendz Ihave face problem with null value i remove the chk from null value n sql server and when i direct save anything in table it dosen't
accept
null value but when i save these in my form it
accept
null value . i don't know why form do these plz help me about these problem
Accept/Prompt
Programming
Databases
16 Years Ago
by maydhyam
…]Query:[/B] [CODE=sql] SET VERIFY OFF VARIABLE emp_salary NUMBER
ACCEPT
empno PROMPT 'Please enter a valid employee number: ' SET AUTOPRINT…
Re: Accept/Prompt
Programming
Databases
16 Years Ago
by djbabu
…]Query:[/B] [CODE=sql] SET VERIFY OFF VARIABLE emp_salary NUMBER
ACCEPT
empno PROMPT 'Please enter a valid employee number: ' SET AUTOPRINT…
Accept EULA
Hardware and Software
Microsoft Windows
15 Years Ago
by penguin22
Is there any way to auto
accept
?
Re: Accept EULA
Hardware and Software
Microsoft Windows
15 Years Ago
by penguin22
when i run a program installer i made it asks for EULA agreements and I want it to automatically
accept
them so a user does not have too
Re: Accept EULA
Hardware and Software
Microsoft Windows
15 Years Ago
by tiger86
… asks for EULA agreements and I want it to automatically
accept
them so a user does not have too[/QUOTE] I…
Accept Incoming Data with PHP
Programming
Web Development
15 Years Ago
by rukshilag
… Code please show me how to write PHP code to
accept
and delete the incoming data entered through the form below…
accept and reject in php
Programming
Web Development
14 Years Ago
by toydiaz
hi, i need do one scipt that employer can
accept
and reject requests for product, then print the information about the follwing product.The customers fills out a form after the custumers sends the request. please somebody help me!!!
Accept only number
Programming
Software Development
14 Years Ago
by rain.divine88
… you. I'm writing a c++ console program that only
accept
only positive number. If the user enter an invalid number…
Accept operator in Java
Programming
Software Development
14 Years Ago
by gaupoit
I have an exercise :
Accept
operator(+, / , * , -) Example : I type 5 + 3 this result is = 8. I have a problem when I print result : 5 + 3 = 8 "= 8" is not same line with 5 + 3. Can you help me with this problem? Thanks for reading.
accept lower case or uppercase in c#
Programming
Software Development
13 Years Ago
by pivotcity
… in the case statements how can this be modified to
accept
'm' or 'M' as valid input. [CODE] using System; using…
Accept Email in Registration only from certain domain
Programming
Web Development
13 Years Ago
by CarterLangley
… to understand this. What I want to do is only
accept
logins from people that have emails from a certain domain…
Re: Accept/Decline Registration
Programming
Web Development
18 Years Ago
by katarey
… user record, administrator will update this field with
Accept
or Decline, or completely delete the user’s …logging you can check, is user application Pending or
Accept
or Decline If Pending then Show Message “User …Decline then Show Message “User application is rejected” If
Accept
then Show Message “User application is Accepted” Redirect to…
What do you use to accept payments for your work?
Digital Media
UI / UX Design
10 Years Ago
by guyinpv
…or at least side work. This means you must
accept
payments. Also, by the nature of programming, you…you can share what methods you use to
accept
payments. When a client tells you he can…make them use? I've used Paypal to
accept
payments, but I don't like the fees.… get paid than to pay Paypal $15 to
accept
their credit card. As a secondary issue, for…
Email send in ASP.NET with "Accept en Deny" link
Programming
Web Development
18 Years Ago
by unie
… 2 extra “links” ([U][COLOR=#3366ff][COLOR=#3366ff]
Accept
[/COLOR][/COLOR][/U]en [U][COLOR=#3366ff][COLOR=#3366ff]…You will receive a notification email, when you're
accept
by the administrator then you will receive a Username …a href='http://www.example.be/01/Approval_BE_NL.aspx?approval=
accept
'>
Accept
</a>"[/COLOR] + [COLOR=#800000]&…
How to stop accept call?
Programming
Software Development
14 Years Ago
by yuri1969
…B]not_ended[/B] I need to interrupt the
accept
call somehow. Directly closing [B]socket[/B…] causes: [CODE]Problem with
accept
call : Bad file descriptor [/CODE] [CODE]int… sd, not_ended = 1; while (not_ended) { sd =
accept
(socket, (struct sockaddr*) &from_serv, &addrlen_serv); /* threading …
Multiple checkboxes for reject or accept
Programming
Web Development
14 Years Ago
by thunderbird22
…at the end! Buttons "
Accept
" and "Reject" If
accept
is pressed I want to know…if reject is pressed instead of
accept
[CODE] <?php $value = $_POST['chk']; //if
accept
is pressed //do this... …> <input type='submit' name='submit' value='
Accept
'> <input type='submit' name='submit' value='…
java.net.SocketTimeoutException: Accept timed out
Programming
Software Development
12 Years Ago
by PreethiGowri
… stacktraces - Waiting for client on port 50000... java.net.SocketTimeoutException:
Accept
timed out Socket timed out! Waiting for client on port….net.ServerSocket.implAccept(ServerSocket.java:522) at java.net.ServerSocket.
accept
(ServerSocket.java:490) at tcpnet1.Tcpnet.run(Tcpnet.java:40…
Socket Program : accept() command not responding
Programming
Software Development
12 Years Ago
by anukavi
…)m_Port); sin_ad.sin_addr.s_addr = INADDR_ANY; int s_len = sizeof(sin_ad); CSocket =
accept
(SSocket,(struct sockaddr *)&sin_ad, &s_len); ****if (ioctlsocket(CSocket… ----------- If the client does not get connected to Server, this
accept
() portion is still running and i have to manually close…
Re: Multiple checkboxes for reject or accept
Programming
Web Development
14 Years Ago
by smantscheff
//if
accept
is pressed if ($_POST['submit'] == '
Accept
') { //do this... } //else if reject is pressed if ($_POST['submit'] == 'Reject') { //do this... } [ICODE]if($problem == "solved"){ clickLink("mark_as_solved"); }[/ICODE]
Re: What do you use to accept payments for your work?
Digital Media
UI / UX Design
10 Years Ago
by rtrethewey
If you want to
accept
credit cards, then there are going to be fees attached. …
Re: How to stop accept call?
Programming
Software Development
14 Years Ago
by yuri1969
Thanks for link. But I don't understand how using a select instead of
accept
can help me to finish using socket when I send a signal to do so.
Re: How to stop accept call?
Programming
Software Development
14 Years Ago
by gerard4143
[QUOTE=yuri1969;1392713]Thanks for link. But I don't understand how using a select instead of
accept
can help me to finish using socket when I send a signal to do so.[/QUOTE] Could you explain this in more detail..."can help me to finish using socket when I send a signal to do so". The listening socket?
Re: How to stop accept call?
Programming
Software Development
14 Years Ago
by yuri1969
… figured out that I need to break the loop with
accept
to stop accepting new connections -> listening socket, before the…
Re: How to stop accept call?
Programming
Software Development
14 Years Ago
by nezachem
… the listening socket is a right way to go. Then
accept
() returns -1 and sets errno to EBADF, as you already…
1
2
3
17
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC