Skip to main content

Home/ Cloud Computing/ Group items tagged functions

Rss Feed Group items tagged

serverless360

Azure Durable Functions and its Key Concepts | Serverless360 - 0 views

  •  
    Learn how Azure Durable Functions could be of value when chaining functions together. Check out some of the key concepts of Durable Functions in this blog.
DJHell .

Cloud computing with Amazon Web Services, Part 5: Dataset processing in the cloud with ... - 0 views

  •  
    Learn basic Amazon SimpleDB (SDB) concepts and explore some of the functions provided by boto, an open source Python library for interacting with SDB. In this "Cloud computing with Amazon Web Services" series, learn about cloud computing using Amazon Web Services. Explore how the services provide a compelling alternative for architecting and building scalable, reliable applications. In this article, learn some of the basic concepts and check out some of the functions provided by boto.
ronald_robin

Long-term business growth begins when reactive management ends - 0 views

  •  
    Functional sourcing offers service providers a chance to scale their business without increasing overall costs.
John Li

Learn about could computing | Eucalyptus Community - 0 views

shared by John Li on 30 Aug 10 - Cached
    • John Li
       
      like eucalyptus for the cloud computing
  •  
    What is cloud computing? Cloud computing is the access to computers and their functionality via the Internet or a local area network. Users of a cloud request this access from a set of web services that manage a pool of computing resources (i.e., machines, network, storage, operating systems, application development environments, application programs). When granted, a fraction of the resources in the pool is dedicated to the requesting user until he or she releases them. It is called "cloud computing" because the user cannot actually see or specify the physical location and organization of the equipment hosting the resources they are ultimately allowed to use. That is, the resources are drawn from a "cloud" of resources when they are granted to a user and returned to the cloud when they are released. A "cloud" is a set of machines and web services that implement cloud computing.
Rich Hintz

intelicloud - 0 views

  •  
    InteliCloud's engineering team created this disruptive technology by tightly integrating processing, storage, communications and management functionality into one single server chassis
Rich Hintz

cloud_cube_model_v1.0.pdf (application/pdf Object) - 0 views

  •  
    aim of this paper is to: - point out that not everything is best implemented in clouds; it may be best to operate some business functions using a traditional non-cloud approach - explain the different cloud formations that the Jericho Forum has identified - describe key characteristics, benefits and risks of each cloud formation - provide a framework for exploring in more detail the nature of different cloud formations and the issues that need answering to make them safe and secure places to work in
Alex MIkhalev

ElasticVapor :: Life in the Cloud: Introducing The Virtual Machine Trojan - 0 views

  •  
    Sergio Castro has released a functional, open source Virtual Machine Trojan called ViMTruder.
Rich Hintz

Cloudera Hadoop & Big Data Blog » Blog Archive » Upcoming Functionality in "F... - 0 views

  • Forrest web-based documentation
  •  
    The Fair Scheduler gives each user a configurable share of the cluster when he/she has running jobs, but assigns these resources to other users when the user is inactive.
DJHell .

Cloud computing with Amazon Web Services, Part 4: Reliable messaging with SQS - 0 views

  •  
    Learn basic Amazon SimpleDB (SDB) concepts and explore some of the functions provided by boto, an open source Python library for interacting with SDB. In this "Cloud computing with Amazon Web Services" series, learn about cloud computing using Amazon Web Services. Explore how the services provide a compelling alternative for architecting and building scalable, reliable applications. In this article, learn about the reliable and scalable messaging service provided by Amazon Simple Queue Service (SQS).
DJHell .

Cloud computing with Amazon Web Services, Part 3: Servers on demand with EC2 - 0 views

  •  
    Learn basic Amazon SimpleDB (SDB) concepts and explore some of the functions provided by boto, an open source Python library for interacting with SDB. In this "Cloud computing with Amazon Web Services" series, learn about cloud computing using Amazon Web Services. Explore how the services provide a compelling alternative for architecting and building scalable, reliable applications. This article introduces you to the virtual servers provided by Amazon Elastic Compute Cloud (EC2). Learn how EC2 can help you configure your applications' computing requirements on the fly and adjust capacity based on demand.
Aspire SoftServ

How to Develop AI Medical Transcription Software: Costs, Process, and Benefits - 0 views

The process of creating medical transcriptions has traditionally been manual, time-consuming, and prone to errors. With increasing volumes of patient data, this approach often results in misinterpr...

#aidevelopmentcompany #aidevelopmentservices

started by Aspire SoftServ on 26 Nov 24 no follow-up yet
Erin Bothamley

Windstream's on-demand Cloud Storage is Ideal Solution for Any Business - 0 views

  •  
    Windstream's on-demand Cloud Storage solution supports businesses with key data storage, security and protection functions, including disaster recovery, data archiving, back-up/restore, replication, elastic capacity and data availability/security. Moreover, it allows you to adjust your storage capacity on demand via a web services API, making it the ideal solution for any business. Get a quote for Windstream Cloud Storage Service and get connected today.
Casey Wedge

Level3 Ethernet Connectivity Adds More Speed in Data Communication - 0 views

  •  
    Ethernet is secure and reliable internet connection that basically enhances the function and speed of data communication. Level3 Ethernet is most common internal office connectivity option for businesses today. If you have an office with several computer, printers and fax machines in close proximity, Ethernet could be the right fit for you.
Toshiro Shimura

最新ブラウザ「Firefox 3」の新機能を見る後編:スピード、セキュリティ、レンダリングの新機能 - 0 views

  • メールアドレスのリンク(mailto:で始まるURL)をクリックしたときに、デスクトップのメールソフトではなくWebメールサービスを利用できるようになった。オプションの「プログラム」タブで「mailto」の右をクリックすると、メールソフトを使うかWebメールを使うかを選択できる。メール以外にも、RSS(Webフィード)やカレンダーのためのWebアプリケーションも選択できるようになっている。  「mailto」は、デフォルトでは「Yahoo!メール」しか選択できないが、JavaScriptを使って好きなWebメールを利用する方法もある。たとえばGmailなら、Gmailのページを開いた状態でロケーションバーに「javascript:window.navigator.registerProtocolHandler("mailto", "https://mail.google.com/mail/?extsrc=mailto&url=%s","GMail")」と入力する。
  • Firefox 3では、Webアプリケーションに必要なデータファイルを保存し、オフラインの状態でも利用できる仕組みを取り入れた。これは、WHATWG(Web Hypertext Application Technology Working Group)によるHTML 5の草案にある「Offline Web applications」に基づいたもの。将来この仕組みを利用したWebメールが作られれば、オフラインで未読メールをじっくり読む、といったことが可能になる。
  • HTML、CSS、JavaScriptの新機能について、細かい点をいくつか挙げておこう。 JavaScriptがバージョンアップして「1.8」となった。関数オブジェクトを作るのに「function(x) x * x」のような構文が使える。 IEの独自機能contenteditable属性に対応し、HTMLの要素をブラウザ上で編集可能に変えられる。ワープロふうにWYSIWYGで記事を編集するブログなどで利用できるだろう。 CSSのime-modeプロパティに対応。これもIEの独自機能だったもの。フォームの入力欄を選択したときに、自動的に日本語入力のオン・オフができる。 長いURLをテキストとして表示すると、自動的に折り返されるようになった。URLを紹介するページでレイアウトが崩れることがなくなる。
  • ...1 more annotation...
  • Firefox 3では、描画エンジンがGecko 1.9にバージョンアップし、Webページの表示機能も強化された。先に画像処理の新機能を見てみよう。Firefox 3では、アニメーションGIFのPNG版である「アニメーションPNG」に対応した。256色のGIFとは違い、PNGはフルカラーに加えて透明度情報も持つことができるので、アニメーションPNGでは半透明部分のある滑らかなアニメーションを表示できる。下記のURLで試してほしい。  「Firefox 3でしか見えないんじゃ使いようがない」と思われるかもしれないが、Opera 9.5はすでにアニメーションPNGに対応済みだ。今後、IEやSafariでのサポートも期待できるだろう。
1 - 14 of 14
Showing 20 items per page