Development by Davis: “The Liberated Pixel Cup: proving the potential for free culture and free software game development” plus 12 more |
- The Liberated Pixel Cup: proving the potential for free culture and free software game development
- Here’s to the first release from MS Open Tech: Redis on Windows
- More news from MS Open Tech: announcing the open source Metro style theme for jQuery Mobile
- Here’s to the first release from MS Open Tech: Redis on Windows
- More news from MS Open Tech: announcing the open source Metro style theme for jQuery Mobile
- Using assembly to load a non-cls compliant .net library into powershell script
- Here’s to the first release from MS Open Tech: Redis on Windows
- More news from MS Open Tech: announcing the open source Metro style theme for jQuery Mobile
- AMD to Present at J.P. Morgan Global Technology, Media and Telecom Conference
- Arrival of Full AMD Radeon™ HD 7000M Series Graphics Lineup Ushers in New Era for Mobile Graphics
- AMD to Power TELUS’ New Virtual Private Cloud
- AMD and Adobe® Creative Suite® 6 Innovate with OpenCL™ and GPU Acceleration
- AMD Foundation Named a 2012 Computerworld Honors Laureate
The Liberated Pixel Cup: proving the potential for free culture and free software game development Posted: 27 Apr 2012 03:00 AM PDT What do you get when you mix the Free Software Foundation, Creative Commons, and OpenGameArt? We'll know the answer for sure come August, because these three organizations have joined forces to create the Liberated Pixel Cup. A contest where artists and developers will come together, to create free-as-in-freedom games and art. |
Here’s to the first release from MS Open Tech: Redis on Windows Posted: 26 Apr 2012 12:01 PM PDT The past few weeks have been very busy in our offices as we announced the creation of Microsoft Open Technologies, Inc. Now that the dust has settled it's time for us to resume our regular cadence in releasing code, and we are happy to share with you the very first deliverable from our new company: a new and significant iteration of our work on Redis on Windows, the open-source, networked, in-memory, key-value data store. The major improvements in this latest version involve the process of saving data on disk. Redis on Linux uses an OS feature called Fork/Copy On Write. This feature is not available on Windows, so we had to find a way to be able to mimic the same behavior without changing completely the save on disk process so as to avoid any future integration issues with the Redis code. The version we released today implements the Copy On Write process at the application level: instead of relying on the OS we added code to Redis so that some data structures are duplicated in such a way that Redis can still serve requests from clients while saving data on disk (thus achieving the same effect of Fork/Copy On Write does automatically on Linux). You can find the code for this new version on the new MS Open Tech repository in GitHub, which is currently the place to work on the Windows version of Redis as per guidance from Salvatore Sanfilippo, the original author of the project. We will also continue working with the community to create a solid Windows port. We consider this not to be production ready code, but a solid code base to be shared with the community to solicit feedback: as such, while we pursue stabilization, we are keeping the older version as default/stable on the GitHub repository. To try out the new code, please go to the bksavecow branch. In the next few weeks we plan to extensively test the code so that developers can use it for more serious testing. In the meantime, we will keep looking at the 'save on disk' process to find out if there are other opportunities to make the code perform even better. We will promote the bksavecow branch to master as soon as we (and you!) are confident the code is stable. Please send your feedback, file suggestions and issues to our GitHub repository. We look forward to further iterations and to working with the Redis community at large to make the Windows experience even better. Claudio Caldato Principal Program Manager Microsoft Open Technologies, Inc. A subsidiary of Microsoft Corporation.
|
More news from MS Open Tech: announcing the open source Metro style theme for jQuery Mobile Posted: 26 Apr 2012 12:00 PM PDT Starting today, the Metro style theme for JQuery Mobile, the popular open source mobile user interface framework, is available for download on GitHub and can be used as a NuGet package in Visual Studio. The theme enables HTML5 pages to adapt automatically to the Metro design style when rendered on Windows Phone 7.5. The Metro style theme is open source and available for download here. This new Metro style theme's development was sponsored by Microsoft Open Technologies, Inc. working closely with Sergei Grebnov, an Apache Cordova committer and jQuery Mobile developer. The theme looks just gorgeous, doesn't it? The CSS and Javascript theme adapts to the current theme used in Windows Phone and applies the right styling to the jQuery Mobile controls.This allows mobile HTML5 web sites and hybrid applications to naturally integrate into the Windows Phone Metro style experience. This offers developers the choice of rapidly integrating the theme into their existing application but also to contribute to this open source project through GitHub. You can see an extensive demo of the theme on this page and you can learn more on this site where we are publishing new articles, references and source code sample for developing with Apache Cordova and the Metro style theme for jQuery Mobile. This is another milestone in our continuous engagement with the community. Our team has been working closely with the Windows Phone division to support the mobile HTML5 and JavaScript open source communities over the last year to bring popular open source projects to Windows Phone:
We believe it is important for developers to have choices when targeting Windows Phone, and we also want them to be able to deliver a good experience to the users of their applications, especially when making the choice of using Web standards (HTML5, CSS and JavaScript) to target multiple mobile platforms by picking solutions such as Apache Cordova. To do so, developers already enjoy a selection of Apache Cordova Plugins that give their application a Windows Phone touch such as Social Share, Bing Map launcher and Live Tile. Now developers can use the new open source Metro style theme for jQuery Mobile to give their mobile apps and websites the Metro style look and feel, and offer the final users an experience similar to the one they get with native applications. As usual we are very interested in hearing from developers and gathering feedback about the experience of developing HTML5-based applications and websites on Windows Phone. Let us know what other features, tools and frameworks you'd like to see. Abu Obeida Bakhach |
Here’s to the first release from MS Open Tech: Redis on Windows Posted: 26 Apr 2012 12:01 PM PDT The past few weeks have been very busy in our offices as we announced the creation of Microsoft Open Technologies, Inc. Now that the dust has settled it's time for us to resume our regular cadence in releasing code, and we are happy to share with you the very first deliverable from our new company: a new and significant iteration of our work on Redis on Windows, the open-source, networked, in-memory, key-value data store. The major improvements in this latest version involve the process of saving data on disk. Redis on Linux uses an OS feature called Fork/Copy On Write. This feature is not available on Windows, so we had to find a way to be able to mimic the same behavior without changing completely the save on disk process so as to avoid any future integration issues with the Redis code. The version we released today implements the Copy On Write process at the application level: instead of relying on the OS we added code to Redis so that some data structures are duplicated in such a way that Redis can still serve requests from clients while saving data on disk (thus achieving the same effect of Fork/Copy On Write does automatically on Linux). You can find the code for this new version on the new MS Open Tech repository in GitHub, which is currently the place to work on the Windows version of Redis as per guidance from Salvatore Sanfilippo, the original author of the project. We will also continue working with the community to create a solid Windows port. We consider this not to be production ready code, but a solid code base to be shared with the community to solicit feedback: as such, while we pursue stabilization, we are keeping the older version as default/stable on the GitHub repository. To try out the new code, please go to the bksavecow branch. In the next few weeks we plan to extensively test the code so that developers can use it for more serious testing. In the meantime, we will keep looking at the 'save on disk' process to find out if there are other opportunities to make the code perform even better. We will promote the bksavecow branch to master as soon as we (and you!) are confident the code is stable. Please send your feedback, file suggestions and issues to our GitHub repository. We look forward to further iterations and to working with the Redis community at large to make the Windows experience even better. Claudio Caldato Principal Program Manager Microsoft Open Technologies, Inc. A subsidiary of Microsoft Corporation.
|
More news from MS Open Tech: announcing the open source Metro style theme for jQuery Mobile Posted: 26 Apr 2012 12:00 PM PDT Starting today, the Metro style theme for JQuery Mobile, the popular open source mobile user interface framework, is available for download on GitHub and can be used as a NuGet package in Visual Studio. The theme enables HTML5 pages to adapt automatically to the Metro design style when rendered on Windows Phone 7.5. The Metro style theme is open source and available for download here. This new Metro style theme's development was sponsored by Microsoft Open Technologies, Inc. working closely with Sergei Grebnov, an Apache Cordova committer and jQuery Mobile developer. The theme looks just gorgeous, doesn't it? The CSS and Javascript theme adapts to the current theme used in Windows Phone and applies the right styling to the jQuery Mobile controls.This allows mobile HTML5 web sites and hybrid applications to naturally integrate into the Windows Phone Metro style experience. This offers developers the choice of rapidly integrating the theme into their existing application but also to contribute to this open source project through GitHub. You can see an extensive demo of the theme on this page and you can learn more on this site where we are publishing new articles, references and source code sample for developing with Apache Cordova and the Metro style theme for jQuery Mobile. This is another milestone in our continuous engagement with the community. Our team has been working closely with the Windows Phone division to support the mobile HTML5 and JavaScript open source communities over the last year to bring popular open source projects to Windows Phone:
We believe it is important for developers to have choices when targeting Windows Phone, and we also want them to be able to deliver a good experience to the users of their applications, especially when making the choice of using Web standards (HTML5, CSS and JavaScript) to target multiple mobile platforms by picking solutions such as Apache Cordova. To do so, developers already enjoy a selection of Apache Cordova Plugins that give their application a Windows Phone touch such as Social Share, Bing Map launcher and Live Tile. Now developers can use the new open source Metro style theme for jQuery Mobile to give their mobile apps and websites the Metro style look and feel, and offer the final users an experience similar to the one they get with native applications. As usual we are very interested in hearing from developers and gathering feedback about the experience of developing HTML5-based applications and websites on Windows Phone. Let us know what other features, tools and frameworks you'd like to see. Abu Obeida Bakhach |
Using assembly to load a non-cls compliant .net library into powershell script Posted: 26 Apr 2012 06:43 PM PDT I need to connect to RabbitMQ using Powershell. Using this recent blog post as a guide: [link] This appears to be a basic example. However, when I run the code line by line in the console, I get an error saying: |
Here’s to the first release from MS Open Tech: Redis on Windows Posted: 26 Apr 2012 12:01 PM PDT The past few weeks have been very busy in our offices as we announced the creation of Microsoft Open Technologies, Inc. Now that the dust has settled it's time for us to resume our regular cadence in releasing code, and we are happy to share with you the very first deliverable from our new company: a new and significant iteration of our work on Redis on Windows, the open-source, networked, in-memory, key-value data store. The major improvements in this latest version involve the process of saving data on disk. Redis on Linux uses an OS feature called Fork/Copy On Write. This feature is not available on Windows, so we had to find a way to be able to mimic the same behavior without changing completely the save on disk process so as to avoid any future integration issues with the Redis code. The version we released today implements the Copy On Write process at the application level: instead of relying on the OS we added code to Redis so that some data structures are duplicated in such a way that Redis can still serve requests from clients while saving data on disk (thus achieving the same effect of Fork/Copy On Write does automatically on Linux). You can find the code for this new version on the new MS Open Tech repository in GitHub, which is currently the place to work on the Windows version of Redis as per guidance from Salvatore Sanfilippo, the original author of the project. We will also continue working with the community to create a solid Windows port. We consider this not to be production ready code, but a solid code base to be shared with the community to solicit feedback: as such, while we pursue stabilization, we are keeping the older version as default/stable on the GitHub repository. To try out the new code, please go to the bksavecow branch. In the next few weeks we plan to extensively test the code so that developers can use it for more serious testing. In the meantime, we will keep looking at the 'save on disk' process to find out if there are other opportunities to make the code perform even better. We will promote the bksavecow branch to master as soon as we (and you!) are confident the code is stable. Please send your feedback, file suggestions and issues to our GitHub repository. We look forward to further iterations and to working with the Redis community at large to make the Windows experience even better. Claudio Caldato Principal Program Manager Microsoft Open Technologies, Inc. A subsidiary of Microsoft Corporation.
|
More news from MS Open Tech: announcing the open source Metro style theme for jQuery Mobile Posted: 26 Apr 2012 12:00 PM PDT Starting today, the Metro style theme for JQuery Mobile, the popular open source mobile user interface framework, is available for download on GitHub and can be used as a NuGet package in Visual Studio. The theme enables HTML5 pages to adapt automatically to the Metro design style when rendered on Windows Phone 7.5. The Metro style theme is open source and available for download here. This new Metro style theme's development was sponsored by Microsoft Open Technologies, Inc. working closely with Sergei Grebnov, an Apache Cordova committer and jQuery Mobile developer. The theme looks just gorgeous, doesn't it? The CSS and Javascript theme adapts to the current theme used in Windows Phone and applies the right styling to the jQuery Mobile controls.This allows mobile HTML5 web sites and hybrid applications to naturally integrate into the Windows Phone Metro style experience. This offers developers the choice of rapidly integrating the theme into their existing application but also to contribute to this open source project through GitHub. You can see an extensive demo of the theme on this page and you can learn more on this site where we are publishing new articles, references and source code sample for developing with Apache Cordova and the Metro style theme for jQuery Mobile. This is another milestone in our continuous engagement with the community. Our team has been working closely with the Windows Phone division to support the mobile HTML5 and JavaScript open source communities over the last year to bring popular open source projects to Windows Phone:
We believe it is important for developers to have choices when targeting Windows Phone, and we also want them to be able to deliver a good experience to the users of their applications, especially when making the choice of using Web standards (HTML5, CSS and JavaScript) to target multiple mobile platforms by picking solutions such as Apache Cordova. To do so, developers already enjoy a selection of Apache Cordova Plugins that give their application a Windows Phone touch such as Social Share, Bing Map launcher and Live Tile. Now developers can use the new open source Metro style theme for jQuery Mobile to give their mobile apps and websites the Metro style look and feel, and offer the final users an experience similar to the one they get with native applications. As usual we are very interested in hearing from developers and gathering feedback about the experience of developing HTML5-based applications and websites on Windows Phone. Let us know what other features, tools and frameworks you'd like to see. Abu Obeida Bakhach |
AMD to Present at J.P. Morgan Global Technology, Media and Telecom Conference Posted: 23 Apr 2012 12:00 AM PDT AMD (NYSE: AMD) today announced that President and Chief Executive Officer Rory Read, will present at the J.P. Morgan Global Technology, Media and Telecom Conference at 9:20 a.m. EDT on Tuesday, May 15, 2012 in Boston. A real-time audio webcast of the presentation can be accessed on the Investor Relations homepage: |
Arrival of Full AMD Radeon™ HD 7000M Series Graphics Lineup Ushers in New Era for Mobile Graphics Posted: 24 Apr 2012 12:00 AM PDT AMD (NYSE: AMD) today introduced its full line of revolutionary mobile discrete graphics based on the company's acclaimed Graphics Core Next (GCN) architecture, which includes the AMD Radeon™ HD 7900M, HD 7800M, and HD 7700M Series GPUs. |
AMD to Power TELUS’ New Virtual Private Cloud Posted: 17 Apr 2012 12:00 AM PDT AMD (NYSE: AMD) today announced that TELUS (TSX: T, T.A; NYSE: TU), a leading Canadian telecommunications company, has chosen AMD Opteron™ processors to power its late... |
AMD and Adobe® Creative Suite® 6 Innovate with OpenCL™ and GPU Acceleration Posted: 23 Apr 2012 12:00 AM PDT AMD (NYSE: AMD) today announced a collaboration with Adobe Systems Incorporated to optimize a new set of GPU accelerated features for Adobe products including the newly announced Adobe Photoshop® CS6. Implementing GPU acceleration and incorporating OpenCL™ optimization improves the end-user experience by dramati... |
AMD Foundation Named a 2012 Computerworld Honors Laureate Posted: 25 Apr 2012 12:00 AM PDT AMD (NYSE: AMD) today announced that the AMD Foundation has been named a 2012 Laureate of the International Data Group's (IDG) Computerworld Honors Pro... |
You are subscribed to email updates from Developers by Davis To stop receiving these emails, you may unsubscribe now. | Email delivery powered by Google |
Google Inc., 20 West Kinzie, Chicago IL USA 60610 |
No hay comentarios:
Publicar un comentario