everyone. I made a script to run the apps on windows automatically as well as to check the status of authentication using python. While running the script, ther
I posted this problem earlier and i asked for help on how to approach it. I ended up creating a customer class that generates a random first and last name and
I'm working on a project in Qt and the thing I've to do is to have an image in the background(can be png or jpg). I've created a view with a scene with QGraphic
I have buttons in the left side with names of cities. If I click one of them I need the map location to be clicked as well ( prefered on location like tabs )
I have a method that I wish to execute on a separate thread from the main thread. It may complete and be started again at some point many times. I want to avoid
I have a wp-form with a website/url label, and I want user to insert URL's that end on .au only. I can't find the proper regex or format for input mask. User ca
I'm not very experienced with mongodb, so maybe someone can help me. I have a collection kind of like this: { user: 1, type: 0 , ... }, { user: 1, type: 1, ..