The OpenSocial Foundation community representatives election has concluded. You have selected Paul Lindner and Mark Halvorson to serve as your two representatives for this year's board. Congratulations to...
Google I/O 2012 - Use What You Know: HTML and JavaScript in Apps Script
Corey Goldfeder This session covers how to build dynamic webapps and services in Apps Script, using skills that you already have. During the session we'll show how to create rich interactive apps using regular HTML and JavaScript, while maintaining deep Google integration via Apps Script. We'll also cover how to use scripts to serve text content like JSON and XML. For all I/O 2012 sessions, go to developers.google.com
From:
GoogleDevelopers
Views:
476
7
ratings
Time:
40:29
More in
Science & Technology
CVE DescriptionCVSSv2 Base ScoreComponentProduct and Resolution
CVE-2011-2697 Improper Input Validation vulnerability
6.8
Foomatic
Solaris 11
11/11 SRU 8.5
Solaris 10
Contact Support
Solaris 9
Contact Support
CVE-2011-2964 Improper Control of Generation of Code ('Code Injection') vulnerability
6.8
This notification describes vulnerabilities fixed in third-party components that are included in Sun's product distribution.Information about vulnerabilities affecting Oracle Sun products can be found on Oracle Critical Patch Updates and Security Alerts page.
This is the first issue of Google Chrome Update for Web Developers. In these regular updates, we'll inform you about new features enabled in Google Chrome and announce...
I was reading Ben Cherry's "JavaScript Module Pattern: In-Depth", and he had some example code that I didn't quite understand. Under the Cross-File Private State heading, there is some example code that has the following:
var _private = my._private = my._private || {}
This doesn't seem to be different from writing something like this:
var _private = my._private || {}
What's happening here and how are these two declarations different?
Microsoft propose « All-In-One »
Un framework qui veut transformer les pratiques de programmation pour « les centrer sur l'exemple »
Pour résoudre une difficulté dont sont victimes couramment les développeurs, en particulier ceux qui commencent avec un nouveau langage, un groupe de développeurs propose en collaboration avec Microsoft « All-In-One Framework », une bibliothèque contenant des exemples de code pour les technologies Microsoft.
Microsoft All-In-One Code Framework est une bibliothèque centralisée d'exemples de codes types, fourni par des membres de la Microsoft Community Team. Elle permet de définir le cadre et le squelette des applications basées sur toutes les plate-formes et ...
Possible Duplicate:
Fixing Could not get lock /var/lib/dpkg/lock
I have installed Ubuntu server 11.10 and after the installation finishes I installed apache server by this code.
sudo apt-get install apache2
Then I tried to install subversion by this code:
sudo apt-get install subversion
as I saw on some blogs and got this error:
E: Could not get lock /var/lib/dpkg/lock - open (11: Resource temporarily unavailable)
E: Unable to lock the administration directory (/var/lib/dpkg/), is another process using it?
How can I solve this error?
Does anyone know of a free online SQL source that allows you to practice SQL online without installing a database? Sort of like Code Academy?
I am looking to start teaching SQL to a remote audience, and I want to be able to set up a schema and some data, and have the students run SQL against my schema, and practice. I also want a way to set up some exercises for them. In short, a Code Academy kind of environment for SQL.
In data-parallel applications, the same independent operation is performed repeatedly on different data. Loops are usually the most compute-intensive segments of data parallel applications, so loop optimizations directly impact performance.
Silverlight 4 has the power to talk with any other application using the COM API. After reading this article you will be able to pin/unpin any Windows application to your Windows 7 taskbar directly from your Silverlight 4 out-of-browser application.