Search Results

Search found 1308 results on 53 pages for 'reviews'.

Page 12/53 | < Previous Page | 8 9 10 11 12 13 14 15 16 17 18 19  | Next Page >

  • Handle complexity in large software projects

    - by Oliver Vogel
    I am a lead developer in a larger software projects. From time to time its getting hard to handle the complexity within this project. E. g. Have the whole big picture in mind all the time Keeping track of the teammates work results Doing Code Reviews Supply management with information etc. Are there best practices/ time management techniques to handle these tasks? Are there any tools to support you having an overview?

    Read the article

  • Software center freezing on start up

    - by user170522
    I already did the apt-get purge, install and update thing but it still freezes when trying to start. This is what I get trying to start in terminal: cliff@cliff-Aspire-X1301:~$ software-center 2013-06-26 17:00:29,092 - softwarecenter.ui.gtk3.app - INFO - setting up proxy 'None' 2013-06-26 17:00:29,097 - softwarecenter.db.database - INFO - open() database: path=None use_axi=True use_agent=True 2013-06-26 17:00:29,501 - softwarecenter.backend.reviews - WARNING - Could not get usefulness from server, no username in config file 2013-06-26 17:00:29,653 - softwarecenter.ui.gtk3.app - INFO - show_available_packages: search_text is '', app is None. Killed

    Read the article

  • CloudPlug Wall Wart Backs Up Linux

    <b>Linux Planet:</b> "Tiny wall wart computers are everywhere, providing useful services, ease of use, and using little power. Paul Ferrill reviews the CloudPlug, a cross-platform, expandable backup server for both local and offsite storage"

    Read the article

  • Bordeaux on PC-BSD Screenshot tour

    <b>Wine-Reviews:</b> "This is a Bordeaux on PC-BSD 8 Screenshot tour. This tour will show you how easy it is to install Bordeaux on PC-BSD and start installing Windows Applications and Games. Bordeaux has a single dependency on Zenity once Zenity is installed"

    Read the article

  • Puppy Linux 5.0 Review

    <b>Desktop Linux Reviews:</b> "The .iso file of Puppy Linux 5.0 weighs in at an incredibly petite 128 MB. It's much, much smaller than all of the usual desktop heavyweight distros. But don't let its small size fool you, Puppy Linux 5.0 is anything but an also-ran in terms of functionality and usability."

    Read the article

  • A marketing view of SQLBits

    - by simonsabin
    One of the most enjoyable things about SQLBits is reading all the blog posts/reviews after the event. We are normally fortunate enough not to have pissed anyone off and so the posts are generally positive. Most pieces are from attendees however this piece is from a wife of a sponsor http://iknowmarketing.wordpress.com/2012/04/02/events-community-vs-commercial/ . Its a nice piece for us as it highlights how we work and that how we focus on making the event personal for all those involved. We deal...(read more)

    Read the article

  • Android OS Now Used To Drive Real Robots

    <b>Robot Reviews:</b> "For those wondering about the propriety of the name "Android" as a mobile device operating system, wonder no more because its real purpose has finally been revealed. It's really an operating system for robots."

    Read the article

  • Importance of Quality Link Building in SEO

    Link building is all about posting links to your website at relevant sites. The sites could be anything from third party sites to blogs and reviews. A quality link building company can take care of this for you and it is found to be the best way of increasing the inflow of traffic into your website.

    Read the article

  • KahelOS (050110) Review

    <b>Desktop Linux Reviews: </b>"KahelOS is essentially a remastered version of Arch Linux. Arch Linux has always had a reputation as being somewhat inaccessible to average desktop users, and KahelOS is an attempt to make Arch Linux more accessible to more people."

    Read the article

  • 16 of the Best Free Linux Game Engines (Part 2 of 2)

    <b>LinuxLinks:</b> "Now, let's explore the 8 game engines at hand. For each engine we have compiled its own portal page, providing screenshots of it in action, a full description of the game engine, with an in-depth analysis of the features of the game engine, together with links to relevant resources and reviews."

    Read the article

  • Wine 1.2-rc1 Released

    <b>Wine-Reviews:</b> "The Wine development release 1.2-rc1 is now available. The source is available now, Binary packages are in the process of being built, and will appear soon at their respective download locations."<br> <i>Link fixed --ed.</i>

    Read the article

  • Bordeaux 2.0.4 for Linux Released

    <b>Wine-Reviews:</b> "The Bordeaux Technology Group released Bordeaux 2.0.4 for Linux today. Bordeaux 2.0.4 is a maintenance release that fixes a number of small bugs. With this release we have changed the Bordeux UI from a GTKDialog to a GTKWindow, the "OK" button has also been re-named to "Install"."

    Read the article

  • Should we persist with an employee still writing bad code after many years?

    - by user94986
    I've been assigned the task of managing developers for a well-established company. They have a single developer who specialises in all their C++ coding (since forever), but the quality of the work is abysmal. Code reviews and testing have revealed many problems, one of the worst being memory leaks. The developer has never tested his code for leaks, and I discovered that the applications could leak many MBs with only a minute of use. User's were reporting huge slowdowns, and his take was, "it's nothing to do with me - if they quit and restart, it's all good again." I've given him tools to detect and trace the leaks, and sat down with him for many hours to demonstrate how the tools are used, where the problems occur, and what to do to fix them. We're 6 months down the track, and I assigned him to write a new module. I reviewed it before it was integrated into our larger code base, and was dismayed to discover the same bad coding as before. The part that I find incomprehensible is that some of the coding is worse than amateurish. For example, he wanted a class (Foo) that could populate an object of another class (Bar). He decided that Foo would hold a reference to Bar, e.g.: class Foo { public: Foo(Bar& bar) : m_bar(bar) {} private: Bar& m_bar; }; But (for other reasons) he also needed a default constructor for Foo and, rather than question his initial design, he wrote this gem: Foo::Foo() : m_bar(*(new Bar)) {} So every time the default constructor is called, a Bar is leaked. To make matters worse, Foo allocates memory from the heap for 2 other objects, but he didn't write a destructor or copy constructor. So every allocation of Foo actually leaks 3 different objects, and you can imagine what happened when a Foo was copied. And - it only gets better - he repeated the same pattern on three other classes, so it isn't a one-off slip. The whole concept is wrong on so many levels. I would feel more understanding if this came from a total novice. But this guy has been doing this for many years and has had very focussed training and advice over the past few months. I realise he has been working without mentoring or peer reviews most of that time, but I'm beginning to feel he can't change. So my question is, would you persist with someone who is writing such obviously bad code?

    Read the article

  • 24 Extra Hot Free Linux Games (Part 2 of 3)

    <b>LinuxLinks:</b> "Now, let's scrutinize the 8 games at hand. For each game we have compiled its own portal page, providing screenshots of the game in action, a full description of the game, with an in-depth analysis of the features of the game, together with links to relevant resources and reviews."

    Read the article

  • Spotlight on Linux: PCLinuxOS 2010

    <b>Linux Journal:</b> "The long anticipated release of PCLinuxOS 2010 finally arrived a few weeks ago and reviews have been overwhelmingly positive. Even with the new crew and new features, it's still very much PCLOS."

    Read the article

  • 24 Extra Hot Free Linux Games (Part 3 of 3)

    <b>LinuxLinks:</b> "Now, let's scrutinize the 8 games at hand. For each game we have compiled its own portal page, providing screenshots of the game in action, a full description of the game, with an in-depth analysis of the features of the game, together with links to relevant resources and reviews."

    Read the article

  • SimplyMEPIS 8.5 Review

    <b>Desktop Linux Reviews:</b> "The last time I looked at SimplyMEPIS was the 8.0 release. In this review I'll be taking a look at the latest version, SimplyMEPIS Linux 8.5. SimplyMEPIS is based on Debian, and it uses KDE as its desktop environment."

    Read the article

< Previous Page | 8 9 10 11 12 13 14 15 16 17 18 19  | Next Page >