Please turn JavaScript on
Stack Overflow - Recent Questions icon

Stack Overflow - Recent Questions

Want to keep yourself up to date with the latest news from Stack Overflow - Recent Questions?

Subscribe using the "Follow" button below and we provide you with customized updates, via topic or tag, that get delivered to your email address, your smartphone or on your dedicated news page on follow.it.

You can unsubscribe at any time painlessly.

Title of Stack Overflow - Recent Questions: "Stack Overflow - Where Developers Learn, Share, & Build Careers"

Is this your feed? Claim it!

Publisher:  Unclaimed!
Message frequency:  384.72 / day

Message History

I have an array of prices, one for every day of the week.

array = ( [Mon] => 0.40, [Tue] => 0.40, [Wed] => 0.40, [Thu] => 0.40, [Fri] => 0.40, [Sat] => 0.50, [Sun] => )

As you can see one or more days can be empty and the prices can be different every day.

I need to get a string like

Mon - Fri 0.40, Sat 0.50

I kind of nee...


Read full story

Is there a messagebox class where I can just display a simple message box without a huge GUI library or any library upon program success or failure. (My script only does 1 thing).

Also, I only need it to run on Windows.


Read full story

I was checking the code of the toolz library's groupby function in Python and I found this:

def groupby(key, seq): """ Group a collection by a key function """ if not callable(key): key = getter(key) d = ...

Read full story

we published 2 apps to the google play, apps themself are good, all conversions are market average or above market average, except for one. only around 10-15% of all our transactions get processed by google. We are using subscriptions with free trial, we went multiple times through our billing system, we acknowledge purchases, nothing works. Traffic is mostly from tier 1 coun...


Read full story

I want to have something like the following (like a || ):

[.pw-each-placecomment or .pw-each-usercomment] h2 { }

Is this possible?


Read full story