Please turn JavaScript on
header-image

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:  499 / week

Message History

According to my intentions, the application must display the loading screen until FileManager class will finish the initialization. Once this initialization done, the broswerWindow must to submit the "INITIALIZATION_DONE" event to renderer process (I've appended 1 as test payload) and the renderer process will detect it.

class="...

Read full story

I have trouble creating a query to get a specific data using codeigniter get_where function. I read and understand the manual and used it on my code but now when I was about to query from database like the code below it doesn't work.

Model:

public function load_parents () { $query = $this->db->get_where('checklist_items', array(('checklist_id' => $c...

Read full story

I am using Active Record on CodeIgniter. I am confused on which approach I should take. Currently, our login system let's the user to use username/email for the login along with the password. But my current active record, seems to let the user logged in if he choose to use the email + no password.

Right now this is my query:

$this->db->select('id,level,...

Read full story

After learning Python for a while, I feel that () is a standard for starting functions. If I don't add () after the function, the function won't run even if it doesn't have parameter imports, so I feel like () is a standard for starting functions. I don't know if this understanding is correct. Thank you for your answer

Read full story

I'm trying to implement an AMQP 1.0 client in my Android app, but I haven't been able to find a working solution so far.

I have already tried using the Apache QPID ProtonJ2 and Apache QPID JMS libraries, but I’m encountering runtime errors due to missing dependencies for javax package.

I then switched t...

Read full story