Skip to main content

Home/ Coders/ Group items tagged cloud computing

Rss Feed Group items tagged

alex gross

5 Great IDEs to Start Coding in the Cloud | Web.AppStorm - 5 views

  •  
    Cloud computing has started proceeding beyond the hype stage and into the beginning of mainstream adoption. Gartner had included cloud computing in their list of Top 10 Strategic Technologies for 2009. In this roundup, we will review some online Integrated Development Environments (IDEs) which are great examples of cloud programming. These solutions can [nearly] replace your desktop IDEs and code editors.
David Corking

Jonathan Schwartz's Blog: Sun's Cloud (4 of 4) - 0 views

  • our sales and partner force has a tenth the resources of our biggest peers.
    • David Corking
       
      Is he talking about IBM, EMC, Microsoft, Oracle, Cisco and SAP? I beat Sun has more pony tails than its peers. I would like to see those numbers.
  • inside Sun, we're just now rolling out a version of OpenOffice extended for the cloud.
    • David Corking
       
      Simple but sweet. I doubt it wil beat Google Docs for attracting collaborating groups, but it might! Corporations may want to do something similar with their private storage. How do they avoid malicious macros propagating from one cloud user to the next?
  • VB users will see a new feature later this year, offering an upload service to those wishing to archive or run multiple OS/application stacks - in Sun's Cloud.
    • David Corking
       
      VB doesn't mean "Visual Basic" any longer. This is clever leverage, I think, and one that will be supported by the open source community, because the cloud specs are open documents.
  • ...1 more annotation...
  • Clouds are just as interesting to students and startups as they are to Fortune 500 customers.
    • David Corking
       
      perhaps much more interesting?
  •  
    Inspiring radical vision for open source to win in the long term.
Joel Bennett

Cloud Computing Tools Team (aka: the Windows Azure blog) - 0 views

  •  
    Windows Azure is the new platform for "Cloud Computing" from Microsoft. It's an auto-scalable virtualized hosting environment...
Traveller Spice

Windows Azure and Cloud Computing - 0 views

  •  
    The feature-complete release of the Windows Azure Platform enables developers to easily build or migrate applications to the cloud. The newly announced Windows Server AppFabric and Windows Azure Platform enables you to use existing technology to improve scalability and performance in complex applications without having to learn a new skill set.  Get started by downloading the free Windows Azure Platform training kit.
Joel Bennett

Python Tools for Visual Studio - CodePlex - 4 views

  •  
    PTVS is a free/OSS plugin that turns Visual Studio into a Python IDE. PTVS supports CPython, IronPython, editing, browsing, Intellisense, mixed Python/C++ debugging, profiling, HPC clusters, multiple REPL's, IPython, Django, and cloud computing with client libraries for Windows, Linux and MacOS. This is an officially supported product from Microsoft's Developer Division.
iwebservices7

How to Build an App Like Alexa? - 0 views

  •  
    The future is here with voice and natural language serve up. This is an important step in marking the service of our digital systems to us, and we have begun from the age of landlines. We have slowly evolved to touch-based palm-sized phones and computers, and now we have Apple's Siri, Amazon's Alexa, Microsoft's Cortana, and Google Assistant. For the purpose of building voice and natural language capabilities into your own applications, one has to depend on cloud options. But if you are wondering why limit yourself only to Amazon or Apple, and create your own, you are on the right track. Anyone can build their system and enable the voice with multiple devices. It is only the difference of speech to text, followed by a query parser, a pipeline, a rules engine, and of course a pluggable architecture with mandatory open APIs.
Fabien Cadet

Twitter to open source Hadoop-like tool - Cloud Computing News, 2011-08-04 by Stacey Hi... - 2 views

  •  
    « Attention webscale aficionados, Twitter says it is planning to open source Storm, its Hadoop-like real-time data processing tool. In a blog post Thursday, the microblogging network said it plans to release the Storm code on Sept. 19 at the Strange Loop event in St. Louis, Mo. »
iampankajnagla

Online Training - 1 views

Salesforce is one of the leading cloud computing platforms that makes a specialty of Software as a Service( SaaS). They supply customers with services like Customer Relationship Management( CRM) an...

salesforce classess online

started by iampankajnagla on 20 Oct 22 no follow-up yet
Matteo Spreafico

Joe Duffy's Weblog - OnBeingStateful - 0 views

  • The biggest question left unanswered in my mind is the role state will play in software of the future.
  • The biggest question left unanswered in my mind is the role state will play in software of the future. That seems like an absurd statement, or a naïve one at the very least.  State is everywhere: The values held in memory. Data locally on disk. Data in-flight that is being sent over a network. Data stored in the cloud, including on a database, remote filesystem, etc. Certainly all of these kinds of state will continue to exist far into the future.  Data is king, and is one major factor that will drive the shift to parallel computing.  The question then is how will concurrent programs interact with this state, read and mutate it, and what isolation and synchronization mechanisms are necessary to do so?
  • Many programs have ample gratuitous dependencies, simply because of the habits we’ve grown accustomed to over 30 odd years of imperative programming.  Our education, mental models, books, best-of-breed algorithms, libraries, and languages all push us in this direction.  We like to scribble intermediary state into shared variables because it’s simple to do so and because it maps to our von Neumann model of how the computer works.
  • ...3 more annotations...
  • We need to get rid of these gratuitous dependencies.  Merely papering over them with a transaction—making them “safe”—doesn’t do anything to improve the natural parallelism that a program contains.  It just ensures it doesn’t crash.  Sure, that’s plenty important, but providing programming models and patterns to eliminate the gratuitous dependencies also achieves the goal of not crashing but with the added benefit of actually improving scalability too.  Transactions have worked so well in enabling automatic parallelism in databases because the basic model itself (without transactions) already implies natural isolation among queries.  Transactions break down and scalability suffers for programs that aren’t architected in this way.  We should learn from the experience of the database community in this regard
  • There will always be hidden mutation of shared state inside lower level system components.  These are often called “benevolent side-effects,” thanks to Hoare, and apply to things like lazy initialization and memorization caches.  These will be done by concurrency ninjas who understand locks.  And their effects will be isolated by convention.
  • Even with all of this support, we’d be left with an ecosystem of libraries like the .NET Framework itself which have been built atop a fundamentally mutable and imperative system.  The path forward here is less clear to me, although having the ability to retain a mutable model within pockets of guaranteed isolation certainly makes me think the libraries are salvageable.  Thankfully, the shift will likely be very gradual, and the pieces that pose substantial problems can be rewritten in place incrementally over time.  But we need the fundamental language and type system support first.
David Corking

Eucalyptus - 0 views

shared by David Corking on 08 Apr 09 - Cached
  • open-source software infrastructure for implementing "cloud computing" on clusters. The current interface to EUCALYPTUS is compatible with Amazon's EC2 interface, but the infrastructure is designed to support multiple client-side interfaces.
    • David Corking
       
      what it is
Zulkarnain K.

JGate - Cloud Computing - 3 views

  •  
    JGate provides free AppJet hosting. AppJet is a proven technology stack that includes Rhino, Cloudscape/Derby, Jetty, Lucene, Comet, Processing, JQuery, XMLRPC and JSON. Programmers use it to produce server-powered, highly interactive web applications in a fraction of the time normally needed.
jackmcmahon4

Buy Bing Ads Accounts - 100% Verified, Ready, Cheap Price & Instant Delivery - 0 views

  •  
    Buy Bing Ads Accounts Introduction Bing Ads is a pay-per-click (PPC) advertising platform, meaning that advertisers only pay when someone clicks on their ad. Businesses may develop and manage advertising campaigns on the Bing search engine using Bing Ads Accounts, a service. Businesses may target their advertising to display on Bing when users search for particular terms, and they can also monitor the number of times their ads are clicked. What is Bing Ads Accounts? Bing Ads Accounts are a tool that allows businesses to create and manage advertising campaigns on the Bing search engine. businesses can target their ads to appear when people search for specific terms on Bing, and can track how many people click on their ads. Buy Bing Ads Accounts Businesses that want to reach potential clients on the Bing search engine may find Bing Ads Accounts to be a useful tool. Businesses may grab the attention of qualified leads by targeting their advertising to appear when customers search for relevant terms. Businesses may also determine the success of their campaigns and make the required adjustments by monitoring the number of clicks on their advertisements. Buy Bing Ads Accounts Why should you use Bing Ads? With the help of the effective tool Bing Ads, companies of all sizes may advertise on the biggest search engine on the planet. Although there are several advantages to employing Bing Ads, the following four stand out as particularly compelling arguments: Bing Ads is reasonably priced. A sizable audience may see your adverts. Utilizing Bing Ads is simple. Different ad formats are available with Bing Ads. Being economical A cost-effective strategy to market your company is through Bing Ads. You can choose your own spending limit for your advertising campaign and only get charged when someone clicks on it. You can manage your spending because there is no minimum requirement. Speak to a Big Audience You may advertise to a wide audience using Bing Ads. With a 20% global m
  •  
    Buy Bing Ads Accounts Introduction Bing Ads is a pay-per-click (PPC) advertising platform, meaning that advertisers only pay when someone clicks on their ad. Businesses may develop and manage advertising campaigns on the Bing search engine using Bing Ads Accounts, a service. Businesses may target their advertising to display on Bing when users search for particular terms, and they can also monitor the number of times their ads are clicked. What is Bing Ads Accounts? Bing Ads Accounts are a tool that allows businesses to create and manage advertising campaigns on the Bing search engine. businesses can target their ads to appear when people search for specific terms on Bing, and can track how many people click on their ads. Buy Bing Ads Accounts Businesses that want to reach potential clients on the Bing search engine may find Bing Ads Accounts to be a useful tool. Businesses may grab the attention of qualified leads by targeting their advertising to appear when customers search for relevant terms. Businesses may also determine the success of their campaigns and make the required adjustments by monitoring the number of clicks on their advertisements. Buy Bing Ads Accounts Why should you use Bing Ads? With the help of the effective tool Bing Ads, companies of all sizes may advertise on the biggest search engine on the planet. Although there are several advantages to employing Bing Ads, the following four stand out as particularly compelling arguments: Bing Ads is reasonably priced. A sizable audience may see your adverts. Utilizing Bing Ads is simple. Different ad formats are available with Bing Ads. Being economical A cost-effective strategy to market your company is through Bing Ads. You can choose your own spending limit for your advertising campaign and only get charged when someone clicks on it. You can manage your spending because there is no minimum requirement. Speak to a Big Audience You may advertise to a wide audience using Bing Ads. With a 20% global m
1 - 13 of 13
Showing 20 items per page