Google does it again


  • Discourse touched me in a no-no place

    We will be shutting down Google Code over the coming months. Starting today, the site will no longer accept new projects, but will remain functionally unchanged until August 2015. After that, project data will be read-only.

    Full mail:


    Earlier today, Google announced we will be turning down Google Code Project Hosting. The service started in 2006 with the goal of providing a scalable and reliable way of hosting open source projects. Since that time, millions of people have contributed to open source projects hosted on the site.

    But a lot has changed since 2006. In the past nine years, many other options for hosting open source projects have popped up, along with vibrant communities of developers. It’s time to recognize that Google Code’s mission to provide open source projects a home has been accomplished by others, such as GitHub and Bitbucket.

    We will be shutting down Google Code over the coming months. Starting today, the site will no longer accept new projects, but will remain functionally unchanged until August 2015. After that, project data will be read-only. Early next year, the site will shut down, but project data will be available for download in an archive format.

    As the owner of the following projects, you have several options for migrating your data.

    tdwtfmt 
    

    The simplest option would be to use the Google Code Exporter, a new tool that will allow you to export your projects directly to GitHub. Alternatively, we have documentation on how to migrate to other services — GitHub, Bitbucket, and SourceForge — manually.

    For more information, please see the Google Open Source blog or contact google-code-shutdown@google.com.


  • Winner of the 2016 Presidential Election

    Revelant:
    http://what.thedailywtf.com/t/google-closing-yet-another-service-googlecode/9085/

    Filed Under: Hanzo'd by blakeyrat?

    Addendum: And I hanzo'd @RaceProUK 😃

    second Addendum: damn, she was faster than me, editing a hanzo in...


  • FoxDev

    Dupe ;)

    Edit: Hanzo'd 😆


  • Discourse touched me in a no-no place

    Meh - whatever. Not got round to catching up on my notifications, let alone unread.

    Blame the new toys to break. Like Brainfuck highlighting.



  • +++++ +++++             initialize counter (cell #0) to 10
    [                       use loop to set the next four cells to 70/100/30/10
        > +++++ ++              add  7 to cell #1
        > +++++ +++++           add 10 to cell #2 
        > +++                   add  3 to cell #3
        > +                     add  1 to cell #4
        <<<< -                  decrement counter (cell #0)
    ]                   
    > ++ .                  print 'H'
    > + .                   print 'e'
    +++++ ++ .              print 'l'
    .                       print 'l'
    +++ .                   print 'o'
    > ++ .                  print ' '
    << +++++ +++++ +++++ .  print 'W'
    > .                     print 'o'
    +++ .                   print 'r'
    ----- - .               print 'l'
    ----- --- .             print 'd'
    > + .                   print '!'
    > .                     print '\n'
    

Log in to reply