software platform for the next generation of computing devices. The MeeGo software platform is designed to give developers the broadest range of device segments to target for their applications, including netbooks, handheld computing and communications devices, in-vehicle infotainment devices, smart TVs, tablets and more – all using a uniform set of APIs based on Qt. For consumers, MeeGo will offer innovative application experiences that they can take from device to device. MeeGo
in February 2010 by Intel and Nokia in a joint press conference. The stated aim is to merge the efforts of Intel's Moblin and Nokia's Maemo former projects into one new common project. MeeGo
Linpus-Created the Linpus Lite Computer with a MeeGo OS ST-Ericsson-The U8500 Platform will include MeeGo Mandriva-The Mandriva minis will run on MeeGo Nokia-Nokia currently has two MeeGo handsets, the N9 and N950. Gameloft-Verbally supports MeeGo and has declared its intention to use it for future mobile games Jaguar Land Rover-They plan to use MeeGo for their New car Infotainment MeeGo
awesome UI and it’s pretty slick. However, without a major handset maker on board, there’s only so much Intel can do about it. And so far all other major players seem focused on other platforms, most notably Android and Windows Phone. To make things even worse for the MeeGo’s prospects, the Nokia N9 is super expensive. It costs more than 600 EUR, which is a lot of money considering its hardware — the same cash get you a faster device equipped with a dual-core processor. MeeGo
N9-Apps.com which serves as a hub for all Nokia N9 applications. The site features three categorized to choose from. You have the Hot, Top, and Fresh sections so that you could easily browse apps for your N9 depending on your preferences. There are paid and free apps listed in the site plus each app has a lists of features and as well as demo and screenshots. Unlike on the Nokia Store, you can check or see paid/premium apps here that are not available in your region. But of course you need other resources to download these paid apps. If you have Nokia N9 check the site: N9-Apps.com Meanwhile, there is also a dedicated site for MeeGo devices (N9 and N950) that you can visit and easily check for the latest apps for your said devices. The my-meego.com/software is a software catalog one. Go check out the free and new apps in this site too. MeeGo
developed by the Distributed System and Networks Lab at Johns Hopkins University It provides peer-to-peer connectivity, Internet connectivity, and fast handoff to mobile clients across the mesh Clients get connected automatically through standard DHCP. No software or drivers need to be installed on the mobile devices. SMesh takes care of providing end-to-end connectivity transparently for the clients seamless wireless mesh network
day in media services To promote the media services we believed only server-based streaming In server-based streaming has high delays and high link stress , to over come we using peer – to – peer (P2P) In the streaming services two kinds of users group there Stable Group -whose never disturb the services dynamic group -whose frequently hop from one channel to another We propose a novel framework called ―SMesh‖ to serve dynamic groups. Faster response time for the global operations in this service Provided a reasonable problem –solving solution Provisioning cloud from multiple domains and interconnection Resolve the workload balance of the datacenters. Save time by distributing media stream. control messaging and guiding the construction of overlay trees Does not require a central server for mesh maintenance It is used in order to reduce control and delivery overhead Low maintain cost Supports multiple groups and hence effective distribution of data Availability of portion of their resources Smesh
Linux Kernel Initially a research project about the 386 protected mode Linus UNIX to Linux Combined GNU with other tools forms a complete UNIX system 1992: First distribution emerge Linux Kernel GNU and other tolls Installation procedure GNU/Linux
without any limitations copy, and distribute or sell unmodified copies of the software in the source or binary form use the software with proprietary (e.g., your own) modifications, free of charge, as long as you do not distribute or sell the modified version modify, and distribute or sell a modified version of the software as long as the source code is included and licensed on the same terms as the original you received (the GPL), sell support for the software, without any limitations. All Distribution list https://lwn.net/Distributions/ https://en.wikipedia.org/wiki/List_of_Linux_distributions GNU/Linux
help increase the quality of code that comes out of development Every developer known the pain of banal mistakes Wrong attribute here Misspelled property there An accidentally duplicate line of code Code review is simply the act of having someone else look at your code to find the mistakes you missed. It is intend to find and fox mistakes overlooked in the initial development phase, improving both the overall quality od software and the developer skill. Code Review
how small team usually handle the code review. A developer will write decent amount of code and call another developer over to have a look at it. Tool assistant review – dynamic type of code review ―hot seat game‖ for two developer in which one developer code and other follow the programmer by sitting beside him. After a couple 100 line of code, break switch phrases. Code Review
them‖ Code review difficult to implement. But once done , It will not only decrease the number of defects in your code of will also increase collaboration and help to team building. Improve ―bother hood‖ among the developer and improve skills across an entire team. Any type of code review is better than none. Code Review