open_source

Tag details

Welcome to the 'open_source' tag page at Technorati. This page features content from the farthest reaches of the Blogosphere that authors have "tagged" with 'open_source'.

Are you an expert about 'open_source'? Do you want to be the Technorati authority on 'open_source'? You can write a description that will appear right here: Join Blogcritics!

Look up Offsite Link "open_source" at The Free Dictionary

Latest blogosphere posts tagged “open_source”
 

  • Bulletin WordPress Blog Theme


    Authority Authority:
    Bulletin is a WordPress theme that would suit websites or blogs of any kind as it is deliberately of a flexible design. It would be ideal, however, for anything to do with daycare, school, children,... [[ This is a content summary only. Visit my website for full links, other content, and more! ]]
    2 days ago
  • Mandriva Linux: Mageia 3′s out!


    Authority Authority:
    After years of development before it the third release of Linux-distribution Mageia, in which an independent community of enthusiasts is developing a fork of the project Mandriva. Available for download 32 – and 64-bit DVD-assembly (3.7 Gb), the universal CD-assembly (699 MB), minimalistic image for network ...
    2 days ago
  • New stable branch of the programming language – Perl 5.18


    Authority Authority:
    After years of development presents a new stable branch of the programming language – Perl 5.18. In preparation for the new release has been changed about 400 thousand lines of code changes affected the 2100 files, developed with the participation of 113 developers. A branch of 5.18 is released under an approved ...
    2 days ago
  • m23 rock 13.1


    Open Source PixelsAuthority Authority: 149
    m23 is a software deployment system for Debian GNU/Linux that allows you to install and administrate hundreds of clients via network. It can partition and format clients and install Debian, (K/X)Ubuntu, Linux Mint, Fedora, OpenSuse, and CentOS operating systems on your virtual and physical clients. Group functions ...
    2 days ago
  • WeeChat 0.4.1


    Open Source PixelsAuthority Authority: 149
    WeeChat (Wee Enhanced Environment for Chat) is a fast and light IRC client for many operating systems. Everything can be done with a keyboard, and it is customizable and extensible with C plugins and scripts. It is compliant with RFCs 1459, 2810, 2811, 2812, and 2813. Release Notes: This release has some new ...
    2 days ago
  • Aspose.Diagram for .NET 3.2.0


    Open Source PixelsAuthority Authority: 149
    Aspose.Diagram is a class library for working with MS Visio files. It is a pure .NET alternative for MS Visio Object Model. It enables developers to work with VSD and VDX files on ASP.NET Web applications, Web services, and desktop applications. It makes use of the advanced functionality of Visios services to ...
    2 days ago
  • Asymptote 2.23


    Open Source PixelsAuthority Authority: 149
    Asymptote is a powerful descriptive 2D and 3D vector graphics language for technical drawing, inspired by MetaPost but with an improved C++-like syntax. It provides for figures the same high-quality level of typesetting that LaTeX does for scientific text. Asymptote is a programming language as opposed to just a ...
    2 days ago
  • pride 0.5.9


    Open Source PixelsAuthority Authority: 149
    pride (Poor Richards Independent anDroid Environment) combines medit, bash scripts, zenity, and the Android tools to create a light and coherent environment for Android development. It offers a fast and simple alternative to Eclipse while offering more control over creation, building, running, and releasing an app ...
    2 days ago
  • AngularJS and ngForce: More Fun in the Javascript Playground


    Authority Authority:
    A few weeks ago I started messing around with different Javascript libraries and put them up on Github as the Javascript Playground . Well, lo and behold, it turns out I wasn’t the only one curious about some of these.  Lot’s of people are working in the area. In fact, one person has gone so far as to share ...
    2 days ago
  • PCMTTL! 44: 310 Free Downloads! Tech News. Live Q&A!


    The PCM Tech Help ShowAuthority Authority: 138
    This video will discuss the latest tech news and where users can find over 600 downloads Related Posts: PCMTTL! 42: Death Of The PC. Tech News! Live Q&A! PCMTTL! 41: Let Google Manage Your Death. Tech News! Live… PCMTTL! 33: Virus Removal Basics. Tech News. Free Downloads… PCMTTL! 40: Flexible ...
    2 days ago
  • Lessons from Koha in Open Source Project Ownership


    Authority Authority:
    This article originally appeared on OpenSource.com and is republished with permission. Author Mark Johnson is Development Manager for OSS Watch , the open source software advisory service. He contributes to the Moodle VLE though code contributions and plugins, as well as the Ubuntu community through the weekly ...
    2 days ago
  • Sony Xperia Tablet Z globally up for pre-order, joins Android Open Source Project


    Authority Authority:
    Sony has recently announced the globally availability of its new Android device, the Sony Xperia Tablet Z. Already we had known, this tablet has available for pre-order in the United States starting last month. Now, the Sony Xperia Tablet Z is listed for pre-order in... Sony Xperia Tablet Z globally up for ...
    2 days ago
  • Perl 5.18.0 released


    Open Source PixelsAuthority Authority: 149
    The Perl 5.18.0 release is out. “ Perl v5.18.0 represents approximately 12 months of development since Perl v5.16.0 and contains approximately 400,000 lines of changes across 2,100 files from 113 authors. ” See this perldelta page for details on what has changed.
    2 days ago
  • As Yahoo buys Tumblr, Ghost offers bloggers a third way


    Authority Authority:
    With eight days of his already successful Kickstarter campaign still remaining, John ONolan has cited the uncertainty surrounding Yahoos newly-announced US$1.1 billion purchase of Tumblr as a reason to back his open source, non-profit blogging platform, Ghost. .. Continue Reading As Yahoo buys Tumblr, Ghost offers ...
    2 days ago
  • Jolla’s first Sailfish smartphone coming this year for about $500


    Authority Authority:
    Jolla Mobile has unveiled the first smartphone designed to run the company’s open source Sailfish operating system. It’s expected to ship in some European markets by the end of the year for €399, which is about $513 US. Sailfish is a Linux-based operating system that picks up where MeeGo left off… or ...
    2 days ago
  • Apache JMeter - Setup


    Authority Authority:
    Load testing is aimed at putting demand on a system or device and measuring its response. It is performed to determine a system’s behavior under both normal and anticipated peak load conditions. It helps to identify the maximum operating capacity of an application as well as any bottlenecks and determine which ...
    2 days ago
  • Using Six Monitors With AMD’s Open-Source Linux Driver


    Open Source PixelsAuthority Authority: 149
    Linux graphics drivers have come a long way in recent years for both the open and closed-source solutions from AMD, NVIDIA, and Intel. In this Sunday article, a Phoronix reader has shared his experiences in going from failing to setup two monitors under Linux just a few years ago with NVIDIA to now successfully ...
    2 days ago
  • Spring DataIntegrityViolationException


    Authority Authority:
    Spring DataIntegrityViolationException - Causes and Solutions for Hibernate and JPA: ConstraintViolationException, PropertyValueException, DataException, EntityExistsException.
    2 days ago
  • How could Scala do a merge sort?


    Authority Authority:
    Merge sort is a classical "divide and conquer" sorting algorithm. You should have to never write one because youd be silly to do that when a standard library class already will already do it for you. But, it is useful to demonstrate a few characteristics of programming techniques in Scala.
    2 days ago
  • My response to “7 Open Source Projects to cut your teeth on (and the ones to avoid)”


    Authority Authority:
    I’ve been meaning to write an article about a few of the communities in the open source world. However, I believe that the article “7 Open Source Projects to cut your teeth on (and the ones to avoid)” by Rikki of ITWorld has said what I wanted to. Some of the open source projects that I’ve had good/bad ...
    2 days ago

Comments about open_source

Personal attacks are NOT allowed
Please read our comment policy