what project management tools / softwares do you use and how does it supports managing the requirements, some kind of traceability to the implementation, bugs, etc. ?
I am looking for simple and easy to use tools through which I can get project's visual picture of folder/file tree stucture , its classes, functions and objects, relations between classes and files.
Hi,
I am trying to come up with some project ideas for my final year at University, and I think that I have one that would offer be a (massive) challenge, and something I could potentially make money from.
I just want to check something. Is it possible(from a photograph), to be able to determine somebodys face and the individual parts of that…
Our company just installed TFS for us to start using for project development processes and source control. They want us to start using it to manage our projects as well. We have a small team, no current bug or task tracking software, and 2 developers of the 3 have experience with any actual methodologies.
What books, websites, and/or other…
I have created a folder in the Ubuntu One sync folder and called it music. I have added various albums and the folder has started to sync. However the files were added back in October and still only the folders have synced and no music files.
I tested this service before and added a single music file directly into the Ubuntu One folder (no sub…
You meant well, you intended to be a good file custodian, but somewhere along the way things got out of hand and you’ve got duplicate photos galore. Don’t be afraid to delete them and lose important photos, read on as we show you how to clean safely. Deleting duplicate files, especially important ones like personal photos, makes a lot of people…
I would like to install Ubuntu on my laptop. I am new to Ubuntu and therefore have some questions:
1.My hardware is Acer Emachines Intel Celeron T3000 1.8 3 Gig of Ram and Native Intel Intergrated graphics card. Can I run Ubuntu on this machine without any problems?
2.I am windows user and currently have windows 8. I want to install ubuntu but…
I've created a software that I want to be able to market. I'd like to be able to post it on forums etc and for that I need a home page.
Is there any open source C# project home pages that you can use?
The functionality I'm looking for is like adding new versions (perhaps a version control from the software), downloading and user guides. So…
WinRAR is good at searching for a string in text files(java, xml, txt etc.) within an archive and it supports multiple archive formats. (rar, 7zip, winzip etc)
Is there some way to extend this feature (by means of plug-ins etc) to search within Pdf & office files (doc, ppt), Or any other similar unzip tool which has this feature?
…
In my attempt to learn (Iron)Python out in the open, here’s my solution for Project Euler Problem 10.
As always, any feedback is welcome.
# Euler 10
# http://projecteuler.net/index.php?section=problems&id=10
# The sum of the primes below 10 is 2 + 3 + 5 + 7 = 17.
# Find the sum of all the primes below two million.…
In my attempt to learn (Iron)Python out in the open, here’s my solution for Project Euler Problem 15.
As always, any feedback is welcome.
# Euler 15
# http://projecteuler.net/index.php?section=problems&id=15
# Starting in the top left corner of a 2x2 grid, there
# are 6 routes (without backtracking) to the bottom…
In my attempt to learn (Iron)Python out in the open, here’s my solution for Project Euler Problem 9.
As always, any feedback is welcome.
# Euler 9
# http://projecteuler.net/index.php?section=problems&id=9
# A Pythagorean triplet is a set of three natural numbers,
# a b c, for which, # a2 + b2 = c2
# For…
In my attempt to learn (Iron)Python out in the open, here’s my solution for Project Euler Problem 5.
As always, any feedback is welcome.
# Euler 5
# http://projecteuler.net/index.php?section=problems&id=5
# 2520 is the smallest number that can be divided by each
# of the numbers from 1 to 10 without any…
I don't know whether this should be on programmers - I've been looking at the above three apps over the past few weeks just for myself and I'm in two minds. All three look good, are easy to use, and I came to this conclusion;
Asana is the easiest to use
ActiveCollab is the feature rich and easiest flow
BaseCamp is the…
While we’ve seen our fair share of case mods, it’s infrequent we see one as polished and built-in as this custom built work station. What started as an IKEA Galant desk, ended as a stunningly executed desk-as-computer build. High gloss paint, sand-blasted plexiglass windows, custom lighting, and some quality hardware…
In my attempt to learn (Iron)Python out in the open, here’s my solution for Project Euler Problem 8.
As always, any feedback is welcome.
# Euler 8
# http://projecteuler.net/index.php?section=problems&id=8
# Find the greatest product of five consecutive digits
# in the following 1000-digit number…
In my attempt to learn Ruby out in the open, here’s my solution for Project Euler Problem 52.
Compared to Problem 51, this problem was a snap. Brute force and pretty quick…
As always, any feedback is welcome.
# Euler 52
# http://projecteuler.net/index.php?section=problems&id=52
# It can be seen…
Last day I have been interviewed and the interviwer asked me as given the outline of a project, how can we determine the number of resources to be needed for the same?
I donot know to do do so?
Is there any standard way of doing so? or is it based on the experience? or how....
I am pretty new in this activity…
In my attempt to learn (Iron)Python out in the open, here’s my solution for Project Euler Problem 2.
As always, any feedback is welcome.
# Euler 2
# http://projecteuler.net/index.php?section=problems&id=2
# Find the sum of all the even-valued terms in the
# Fibonacci sequence which do not…
In my attempt to learn (Iron)Python out in the open, here’s my solution for Project Euler Problem 16.
As always, any feedback is welcome.
# Euler 16
# http://projecteuler.net/index.php?section=problems&id=16
# 2^15 = 32768 and the sum of its digits is
# 3 + 2 + 7 + 6 + 8 = 26.
# What is…
I always read about large scale transformation or integration project that are total or almost total disaster. Even if they somehow manage to succeed the cost and schedule blow out is enormous. What is the real reason behind large projects being more prone to failure. Can agile be used in these sort of…
In my attempt to learn (Iron)Python out in the open, here’s my solution for Project Euler Problem 4.
As always, any feedback is welcome.
# Euler 4
# http://projecteuler.net/index.php?section=problems&id=4
# Find the largest palindrome made from the product of
# two 3-digit numbers.…
In my attempt to learn (Iron)Python out in the open, here’s my solution for Project Euler Problem 13.
As always, any feedback is welcome.
# Euler 13
# http://projecteuler.net/index.php?section=problems&id=13
# Work out the first ten digits of the sum of the
# following one-hundred…
In my attempt to learn (Iron)Python out in the open, here’s my solution for Project Euler Problem 7.
As always, any feedback is welcome.
# Euler 7
# http://projecteuler.net/index.php?section=problems&id=7
# By listing the first six prime numbers: 2, 3, 5, 7,
# 11, and 13, we can…
In my attempt to learn (Iron)Python out in the open, here’s my solution for Project Euler Problem 6.
As always, any feedback is welcome.
# Euler 6
# http://projecteuler.net/index.php?section=problems&id=6
# Find the difference between the sum of the squares of
# the first one…