jobs

If you had lived in a time before computers, what would you have studied?

Say you were born before modern computing was invented or even though of. What would you have chosen as your profession or field of study? Did you have any backup plan in your life that would be what you would have done, or have you always known you wanted to be involved in software. Any hobbyist programmers? What would you do with y...

Production Level Code

Hello, This isn't quite a technical question, but I've noticed a lot of job postings that ask for experience writing production level code. I assume this is just opposed to testing code for instance. Is this just a buzzword I should be looking out for, or does this mean anything specific? Thanks! ...

If you learn Spring MVC 3.0, what would you need to know to get a job working with an earlier version of Spring?

I've been learning Spring 3.0 MVC. However, from the few Spring 2.x examples I have seen, there are significant differences in earlier versions of Spring. I have two questions about getting a job working with Spring: If I am reasonably confident with Spring MVC 3.0, what would I need to learn to get a job working with a version of Sp...

Whate are some locations to post job requests for iPhone developers online?

I am looking for an iPhone developer for a consulting job. The job is a single project and will have a well defined set of requirements. The problem is I don't know where to go to post for something like this. The developer would of course have a contract and get paid. What are some sites i can post a job description to for iPhone devel...

what was the shortest period of time in a job?

Hi, This is a non-programming related question, but it's a programming career question. Probably everybody who travels in this site wants to have a good career in software engineering, so I think this is a good question for everybody and I did find any question or answer that fits. What was the shortest period of time you had in a job?...

Compare Round Robin and Multilevel Feedback Queue in terms of waiting time, response time, turnaround time

I want to make a comparison between RR and MLFQ in terms of waiting time, response time, turnaround time in 3 cases: a) More CPU-bounded jobs than I/O jobs b) More I/O-bounded jobs than CPU bounded jobs c) When only a few jobs need to schedule. Could you help me to clarify or give me some sources for reference. Thanks ...

How to Prevent Sql Server Jobs to Run simultaneously

I have some jobs for example : job1, executing every 2 minutes job2, executing every 10 minutes job3, executing every 15 minutes now there is a problem. jobs may occur simultaneously and cpu usage go to 100%; is there a solution? remind that I need jobs to run approximately in their appropriate period. thanks. ...

TFS 2010 warehouse job never leaves the running state

Hello StackOverFlow, I am at my wit's end here after spending most of this week tearing my hair out and swearing at TFS so I hope someone can help :) We have recently migrated to TFS 2010 using the MSF For Agile process template and we make use of such reports as the Burndown, User Stories progress etc. Up until 13/10/10, our warehousi...

PL/SQL Vs T-SQL and Database Jobs

So Im really wanting to do Database working as a job when I graduate. I've Gotten Books/CD's. Video Tutorials/Learning (Nuggets) and everything. I've had prior experience with MySQL for a Databases class and I absolutely LOVED it. Anyways I know there are 2 types, Database Admins and Database Devs. I assume the Admins manage them where...

how do Hudson generate a job's config.xml ?

Dear developpers, I need your help ! I want to know how do Hudson generate a job's config.xml? I explain: I want to add in my application a hudson-like build tool, to do this, a user will have, like in Hudson's GUI, define some parameters like path to jdk, where the pom.xml is stored, etc... and then the config.xml for this job is gene...

Go to Booz Allen Hamilton or stay with Lockheed?

I have a secure offer from Booz Allen Hamilton for a cybersecurity developer position that looks to be pretty interesting work. The BAH offer only pays a few hundred more than my current job at Lockheed Martin, but has a sizable clearance upgrade from my current clearance level. I have about three years of served time with LM though and ...

How to set the next job run time randomly in SQL Server 2000

Here is the scenario: We have a database in SQL Server 2000. The application that connects to this database randomly times out with different errors. We have run traces, but were not successful in catching the time out issue. Strangely, whenever we run the trace, the app does not time out. The plan is to setup a job to run traces. Cons...

How to penetrate the QA industry after layoffs, next steps...

Briefly, my background is in manual black box testing of websites and applications within the Agile/waterfall context. Over the past four years I was a member of two web development firms' small QA teams dedicated to testing the deployment of websites for national/international non profits, governmental organizations, and for profit bus...

Web Development - What should I learn to get a good job?

Hello, I'm finishing up my Computer Science degree within the next year. For the past couple of years I've been doing Web Development on a freelance basis. I'd really like to be able to get a decent job doing Web Development after school. My "professional" experience so far has been with PHP, MySQL, and various frameworks. I live in t...

python running multiple instances

hi lets assume i have a simple programm in python. This programm is running every five minutes throught cron. but i dont know how to write it so the programm will allow to run multiple processes of its self simultaneously. i want to speed things up ... ...

Showcasing Android app on a website

I have an app in Android Market which is a standalone app that's essentially a full conduit to an SQLite Database(add, change, delete, inquiry). Some of my potential clients have asked to see a sample of my work, but they don't have an Android device. Other than just showing them screenshots etc., is there a way I could have them go to ...

Best place for freelancers to find/meet customers ?

I am freshly graduated, and I consider myself good at Python and Java unluckily I can't find companies in my city that works in Python , most of them work only in .Net and VB :( So I decided to work as a freelancer for a while, but I don't know where to start ? I am so lost , I wish if there is some website that "match" developers with...

How to solve this cron job error directory not found?

Hello Everyone, I have make one cron job as below <?php echo "HI"; ?> When i ran it using cron job it give me error "?php directory not found" Please help me regarding this. Thanks in advance. Kanji ...

thoghts? - small tech teams vanished?!?!?

I am currently looking into the possibility of using a hosted email environment and dropping my in-house exchange setup. My tech-consulting company has used an internal Exchange server for mail since we started. At that time it was a business advantage to maintain your own Exchange server. With the introduction of infrastructure and sof...

Usefulness for complexity

Both Java and C#, maybe particularly Java started out as elegant and as far as OO goes almost cobolesque appeal. Nowadays C# has lambdas, int? and all kinds of paradigms included in the language. Java is going down a similar path with frightening Generics syntax. Even in the Collections API one can find nightmare-inducing examples of ex...