Questions tagged [reply]
257 questions
0
votes
1 answer
Select in loop don't ask for input
I'm trying to ask a question in a loop (ask confirmation to treat each file in a directory, for instance).
This piece of code work perfectly :
PS3="Dummy question ? "
select CHOICE_MADE in "Ans1" 'Ans2' 'Ans3'; do
if [[ -n ${CHOICE_MADE} ]];…

Lwevin
- 3
- 2
0
votes
1 answer
Jquery GetJson - How to read the reply?
i have always the same problem, it is hard for me to read the reply from a json post.
For example
$.getJSON('http://gdata.youtube.com/feeds/api/users/live/subscriptions?alt=json', function(data) {
$.each(data.feed.entry, function(i, item) {
…

Peter
- 11,413
- 31
- 100
- 152
0
votes
0 answers
can i check connection without request and reply in real time
as stated above, i want to check any connection between 2 device or more, i want to check their connectivity, but i do not want to use any thing that require request and reply, i know that you can use Simple Network Management Protocol trap, but…

Gibran Akbaromi
- 37
- 1
- 5
0
votes
0 answers
Laravel reply comment approved does not working
i have a comment system, that users can reply others.
when somebody post a comment, it does not display until admin approve it.
until here there is no problem.
but when somebody reply others comment, the reply comment would display without admin…
user9966589
0
votes
1 answer
Tweet replies and notifications are missing
I built an automatic reply bot on Twitter and at first it seems to work fine.
However, after some weeks running, I cannot see the replies from the bot anymore.
Concretely, when I tweet to the bot, I don't see the reply and notification, but If I…

lenhhoxung
- 2,530
- 2
- 30
- 61
0
votes
1 answer
Comment on tweet using selenium python webdriver
I'm having trouble replying to a tweet link using selenium and python. I tried find_element_by: id, xpath, class_name and more and not having any luck. I just cantt find the element.
Is Twitter making this impossible?

CarlThePerson
- 493
- 4
- 8
0
votes
1 answer
What is the hapi equivalent of res.writehead and res.write?
I am using ccavenue npm module to integrate payment gateway in my website.
The problem with that modules is that it uses res.write and res.writehead while the res variable passed to the module is generated by hapi and thus generating a error. So,…

Satnam Sandhu
- 610
- 1
- 10
- 25
0
votes
0 answers
IFTTT weekly out of office reply
I'm a complete programming noob but I'm trying to figure out how to create a recipe in platform.ifttt.com to send a Gmail out of office reply every Thursday from 5pm to Friday 11:59pm. I wrote some code (which isn't working...) that I hoped would…

job isamess
- 1
- 1
0
votes
1 answer
How do I add a link within a page to a javascript reply link?
Hey all. I'm scripting a blogging system for my website. So I have this function: