Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

9
votes
2answers
6k views

PHP - pop first element of array instead of last (reveresed array_pop)?

Is there a PHP function that would 'pop' first element of array? array_pop() pops last element, but I'd like to pop the first.
7
votes
1answer
172 views

Remove Logcat from Java Perspective

How can I remove the logcat window from the Java perspective permanently? Every time I get an error (that I'm expecting) it pops up the logcat window (even if i close it/remove it from the ...
4
votes
3answers
824 views

Pop to root view controller without animation crash for the table view

I have 3 view controller in a tab bar controller. Clicking on any tab loads its root view controller in the navigation stack. e.g. tab1, tab2, and tab3. The 2nd view controller in the navigation ...
4
votes
1answer
593 views

PHP - imap/pop3 and Hotmail - Does anybody have working code? [closed]

I'm trying almost 2 days with many different classes and codes to download emails from hotmail but still can't find any working code. Does anybody have working code that can download emails from ...
4
votes
3answers
735 views

What is the difference between push and unshift in Perl?

Can someone please explain why push behaves the way as shown below? Basically I am trying to print values of an array populated by push as well unshift. When I try to print array contents populated ...
4
votes
4answers
3k views

How to automatically call a method after popping a view controller off the stack on the iPhone

I need to update the parent view on an iPhone after popping a child view off the navigation stack. How can I setup the parent view to be notified or receive an automatic method call when the child is ...
3
votes
7answers
659 views

What do Push and Pop mean for Stacks?

long story short my lecturer is crap, and was showing us infix to prefix stacks via an overhead projector and his bigass shadow was blocking everything so i missed the important stuff he was ...
3
votes
1answer
1k views

Read email from incoming mail server(POP)

I have used an open source code from codeproject to read email from incoming mail server(POP Server). The code can be found at following location: http://www.codeproject.com/KB/IP/Pop3MimeClient.aspx ...
3
votes
1answer
60 views

pop()ing element

In C, when making a pop function for a stack, do I need to rearrange every index, or would I just be able to remove the top index and everything shift up 1 place on it's own?
2
votes
1answer
85 views

Setting a time-out limit to readLine()?

I have the following code that reads response from a POP server through Sockets in Java. But the problem is sometimes, when I use the readLine() function to read from the server and if the server does ...
2
votes
1answer
89 views

Loading data from Database with Atk4

To be hones working with Atk4 is a great adventure for such a rookie as I am. and now i have really a problem i can't solve by myself. I have two tables in MySQL database. The first one is named user ...
2
votes
5answers
168 views

Javascript SHIFT and POP on Associative Array

Using a regular array I am able to grab the image src from an array using shift() and pop(); I would like to do the same thing using an associative array to add a name and id. Single Array var ...
2
votes
5answers
279 views

Pop Images like Google Images

Is there any jQuery plugin or CSS technique to achieve this pop effect like google images? Thanks
2
votes
1answer
168 views

JQuery Popup character map

Does anybody know of a popup 'character map' jquery plugin? I have a text field and would like the user to be able to insert special characters (easily). Similar to the TinyMCE plugin. Thanks
2
votes
1answer
125 views

Bash or PHP Cron Script To Clear Out Email

In cPanel on Linux hosting, they let you create email forwarders, but the original emails still reside on the server. Because of spam filtering, however, some of that mail may be kept back and I may ...
2
votes
2answers
140 views

Threadsafe pop in clojure?

I've found this code on http://www.learningclojure.com/2010/11/yet-another-way-to-write-factorial.html, but I don't understand if/how the pop-task is supposed to be threadsafe. Doesn't it allow to ...
2
votes
1answer
832 views

Push and Pop on AMD64

What is the equivilent of pushl %ecx and popl %ecx on a AMD64 sytem, My results are Error: invalid instruction suffix for 'push' I have had a look and some one suggested changing ecx to rcx but that ...
2
votes
4answers
189 views

Don't understand python pop altering multiple variables

I'm sure this is something simple that I've overlooked, but I'm hoping someone can explain the following to me: origList = [1, 2, 3, 4, 5, 6, 7, 8] def test(inputList): while ...
2
votes
2answers
484 views

“getaddrinfo: Temporary failure in name resolution” in RoR application

I'm trying to retrieve emails from gmail using pop3 to my rails applicaiton. I get the error - "getaddrinfo: Temporary failure in name resolution" when i try to retrieve the email. the weird thing ...
2
votes
2answers
688 views

Fetching email using Ruby on Rails

I need to fetch email from my gmail account using RoR. require 'net/pop' Net::POP3.start('pop.gmail.com', 995, username, password) do |pop| if pop.mails.empty? puts 'No mail.' ...
2
votes
2answers
367 views

How do you host multiple public facing websites on a VPS?

I have moved this question to serverfault where it might be more appropriate. See http://serverfault.com/questions/128329/how-do-you-host-multiple-public-facing-websites-on-a-vps We host about 30 ...
2
votes
2answers
2k views

Setting up a MRA (fetchmail/getmail) to pull all folders from Gmail over POP/IMAP

I would like to setup fetchmail or getmail to pull email from Gmail. I would prefer it to be IMAP but I can live with POP as well. The issue I'm running into is that all these seem to want you to ...
2
votes
2answers
1k views

How do SMTP clients determine whether to use Explicit or Implicit SSL

Most mail clients that support SSL/TLS only require the user to say whether or not SSL should be enabled. The user doesn't have to know anything about Explicit & Implicit SSL and the differences ...
2
votes
7answers
291 views

How can I run the first process from a list of processes stored in a file and immediately delete the first line as if the file was a queue and I called “pop”?

I'd like to call the first command listed in a simple text file with \n as the separator in a pop-like fashion: Figure 1: cmdqueue.lst : proc_C1 proc_C2 proc_C3 . . Figure 2: Pop the first ...
2
votes
6answers
821 views

POP-Before-SMTP

Recently I had to move one of my web applications to a new hosting provider. The mail and web service is still held on the old hosting site however, when I try to send an email from the new server,I ...
1
vote
4answers
117 views

How do I pop two views at once from a navigation controller?

I want to pop to the third view on the navigation stack back to the first view. I know how to pop one view at once: [self.navigationController popViewControllerAnimated:YES]; But how do I do two ...
1
vote
2answers
35 views

How to Secure HTML email in a web application?

What is the most effective way of sanitizing HTML emails displayed in a web application so that malicious code is not executable, but the html layout remains in tact? An example of the desired ...
1
vote
1answer
139 views

C# OpenPOP index

I am using the OpenPOP library to get my gmail. The issue is that the emails are not in the order that they were received. pop3 = new Pop3Client(); ...
1
vote
3answers
229 views

Javascript “pop” from object

I wrote the following code to "pop" a property from an object as if it were an array. This looks like the kind of code that would get me slapped by more serious programmers, so I was wondering what ...
1
vote
0answers
245 views

presentModalViewController vs. pushViewController Animation Direction and Functionality in Popping/Dismissing

Im ny app there are several UIViewControllers structured in a UINavigationController being pushed one after the other; once reaching the last one they are all "popped" back using ...
1
vote
1answer
276 views

“Popping” Several View Controllers in UINavigationController Stack

In my app I'm implementing UINavigationController. There are several UIViewControllers that are being pushed in the stack. When I reach the last one, I wish to have (upon a user action) all the ...
1
vote
2answers
88 views

Obtain URL's of chrome popups

I have written a piece of code which alerts the tab URL after every 2 seconds. However, I am unable to do this for pop-ups. Whenever I open a pop-up; the tab url is of the background page and not the ...
1
vote
2answers
116 views

How to pop a url segement in C#?

I was using this to obtain one of the url segments, var hash = context.Request.Url.Segments[1]; but I need a method that would allow me to .Pop() the final segment off of the url. Pop doesn't seem ...
1
vote
2answers
242 views

dismissModalView vs popModalView

What is the difference between dismissModalViewController and popViewController? In what situations would one work better than the other?
1
vote
5answers
529 views

iPhone: UINavigationController remove first view in stack after used

iPhone I have a UINavigationController which has a loginview that appears once the app has loaded. Once the user clicks Login, we push the next view onto the stack and it appears. I want the user ...
1
vote
2answers
1k views

how to use imap in php to fetch mail body content

I Cant Fetch Email body Content This is my code <?php /* connect to server */ $hostname = '{myserver/pop3/novalidate-cert}INBOX'; $username = 'username'; $password = 'password'; /* try to ...
1
vote
2answers
155 views

.NET Module for Email to Database

I'm looking for a robust module that will monitor an email account (ideally POP) and load each new email into a database (or cloud-based storage solution) as it arrives. This can either be an open ...
1
vote
1answer
270 views

Get actual height of content in Silverlight Popup control

I need to get the actual height of the displayed content inside an opened pop up control: Problem: I want to show a lot of data in a grid inside a pop up. If this content became higher than the ...
1
vote
3answers
1k views

Pop up menu in QT

I have added a label as an image(icon) to a widget in QT. I want to display a pop-up menu when the user clicks (left or right click) on the label. How can I achieve this ? Please help...
1
vote
2answers
281 views

How to pop the last element from an array of hashes?

The following is a reference to an array of hashes. Given such an array reference, I would like to remove the last element always. Will pop work ? As hashes dont maintain any order ?.. $arrayref = [ ...
1
vote
3answers
236 views

setup POP3server for the internet

I have built several applications in delphi using the indy components suite(version 10.5.2 i think) and they all are working. I have just finished setting up the POP3server and it works locally. I can ...
1
vote
0answers
92 views

Javascript Video Pop up [closed]

Possible Duplicate: Automatic Javascript Video Pop-Up I need a video to pop up, ideally in a lightbox..........needs to popup, play the video then close, with a button to play again if ...
1
vote
2answers
289 views

Javascript - Pop a value from array, but not at the end of array

I have for example this array (each number is singolar, no one duplicate) called pvalue : 1 2 3 15 20 12 14 18 7 8 (sizeof 10). I need for example to pop the value "15", and after this pvalue should ...
1
vote
0answers
347 views

Dual monitor and browser pop up windows

I have a question about dual monitor in regards of IE browser pop up windows. The application I have developed launches a pop up window as input form at some point. It is working OK in single monitor ...
1
vote
2answers
212 views

Why should I convince developers to use port 587 for all SMTP communication?

There is a growing trend to use port 587 for all client to MTA communications. It's in a standards track RFC: http://www.ietf.org/rfc/rfc2476.txt My question is "Why?". Why have 2 instances of a ...
1
vote
3answers
813 views

Python - How can I fetch emails via POP or IMAP through a proxy?

Neither poplib or imaplib seem to offer proxy support and I couldn't find much info about it despite my google-fu attempts. I'm using python to fetch emails from various imap/pop enabled servers and ...
1
vote
2answers
542 views

Writing a Python mail server with authentication

I'm trying to write a simple mail server using Python. I found smtpd that can be used as a simple smtp server, but I don't think it supports any form of authentication. For pop or imap, I haven't ...
1
vote
2answers
233 views

Integrating Incoming Email Into a php/mysql App

I am looking to create an incoming email daemon switchboard that I can integrate with various remote php/mysql apps. Ideally I want to check the 'to' address to see if it is in a mysql database and if ...
1
vote
3answers
2k views

Statistics of IMAP vs POP vs Exchange?

I'm desperately looking for some statistics about usage of POP versus IMAP versus Exchange-MAPI, especially in professional context. I know IMAP is used for accessing mails from mobile devices with ...
1
vote
3answers
523 views

Why pop takes a parameter in assembly?

popl %ebp It seems the %ebp is unnecessary because the pop operation of stack doesn't need a parameter. Why does it make sense?

1 2 3