Tagged Questions

0
votes
3answers
49 views

Separating rapid development from refactoring/optimization

I'm working in a team of 2 front-end developers on a web-based late-stage startup project. The site works quite well, but there's a lot of room for improvement code-wise, as the code is quite messy …
0
votes
5answers
91 views

How to create program startup parameters in python

I'm just beginning to learn python and the program I'm writing requires parameters for it to run with a specific task. For example (programs name is Samtho) samtho -i Mozilla_Firefox How can I do …
0
votes
1answer
59 views

Starting a process with Windows start-up (can not find supporing files)

I programmed (C# .Net 3.5) a process to start when windows (XP) starts. This process uses other files in the same folder as itself. Moreover, it starts another process, again located in the same …
0
votes
0answers
29 views

What is safe to uncheck in autoruns to make pc start up quicker? [closed]

My computer suddenly stopped running, eventually I had to restore to factory settings however now its start up takes forever. I read how to uncheck icons to try and speed it up but I'm afraid of …
0
votes
1answer
133 views

Running BlackBerry application automatically directly after installation.

Hi, I have written an application that injects some menu items in other BlackBerry applications (for example a "bookmark this page" menu item in the BlackBerry browser). I have configured the …