background preloader

Live Search Maps

Live Search Maps

Ogle Earth: A blog about virtual globes, with a special focus on 當雲雲遇上日月 Map Collections: 1500-2002 The Library of Congress Search by Keyword | Browse by Geographic Location Index | Subject Index | Creator Index | Title Index The Geography and Map Division of the Library of Congress holds more than 4.5 million items, of which Map Collections represents only a small fraction, those that have been converted to digital form. The focus of Map Collections is Americana and Cartographic Treasures of the Library of Congress. Map Collections is organized according to seven major categories. Searching Map Collections The mission of the Library of Congress is to make its resources available and useful to Congress and the American people and to sustain and preserve a universal collection of knowledge and creativity for future generations. The Library of Congress presents these documents as part of the record of the past. Special Presentations: Places in History Places in the News Meeting of Frontiers: Collections from the Library of Congress: Maps

Intelligence Territoriale Article et Carte Cognitive de l'IT appliquée Notre définition de l'Intelligence Territoriale : l’organisation innovante, mutualisée et en réseau, de l’ensemble des informations et connaissances utiles au développement, à la compétitivité, à l’attractivité d’un territoire, collectivement et pour chacun de ses acteurs. Un outil de veille Voir aussi : Intelligence Territoriale : les voies d'un développement cohérent et durable Les ressources, les enjeux, les stratégies, l'image, le développement économique, des territoires... ne peuvent plus s'analyser, se concevoir, et se déployer, selon les principes, la communication, ou le marketing, dominants dans l'économie traditionnelle. Le capital intellectuel et les réseaux de compétences et d'intérêt ont un rôle considérable à jouer au niveau des territoires. i-KM propose des analyses et des méthodes pour les acteurs qui s'impliquent dans l'anticipation et le développement des activités, de l'innovation, de la richesse immatérielle. Outils de veille

NASA World Wind Learn Java: How-To: How to put comments in your code with javadoc By Alvin Alexander. Last updated: Sep 16, 2013 Introduction One of the nice things about Java is javadoc. A great thing about keeping your comments right next to your code is that it's much easier to keep the code and the documentation in sync. A working example The code shown below provides a good example of what Javadoc comments look like. The first thing to notice is that javadoc comments begin with the /** symbol, and end with the */ symbol. /** * Porsche.java - a simple class for demonstrating the use of javadoc comments. * @author Alvin Alexander * @version 1.0 * @see Automobile */ public class Porsche extends Automobile { protected String color; /** * Retrieve the value of color. * @return A String data type. */ public String getColor() { return color; } /** * Set the value of color. * @param newColor A variable of type String. */ public void setColor(String newColor) { color = newColor; } } This table shows the most commonly-used Javadoc tags. How it works Generating your Javadoc

intelligence territoriale Intelligence territoriale : un concept nécessaire Le concept nous semble bien défini dans le communiqué de presse des Premières Assises Nationales de l'Intelligence Territoriale le 24 novembre 2003 au Casino de Deauville : "Le territoire, bassin de vie et d'emploi bien identifié, est désormais un acteur dont le rôle est d'assurer efficacement son développement et son avenir dans un univers devenu fortement concurrentiel, de plus en plus exposé à de nouveaux risques, mais aussi propice à de nouvelles opportunités. C'est pourquoi, comme toute entreprise performante aujourd'hui, une communauté territoriale ou un "territoire" doit construire et mettre en oeuvre une véritable stratégie à moyen et long terme, traduite en plan d'action global et cohérent, reposant sur un véritable diagnostic partagé, allant au-delà de l'inventaire des forces et faiblesses. Le territoire est le creuset d'activités économiques associant savoir-faire traditionnels et technologies avancées. L'approche en kit Datar

Regular Expression Tutorial - Learn How to Use Regular Expressions This tutorial teaches you all you need to know to be able to craft powerful time-saving regular expressions. It starts with the most basic concepts, so that you can follow this tutorial even if you know nothing at all about regular expressions yet. The tutorial doesn't stop there. It also explains how a regular expression engine works on the inside, and alert you at the consequences. This helps you to quickly understand why a particular regex does not do what you initially expected. It will save you lots of guesswork and head scratching when you need to write more complex regexes. What Regular Expressions Are Exactly - Terminology Basically, a regular expression is a pattern describing a certain amount of text. This first example is actually a perfectly valid regex. \b[A-Z0-9._%+-]+@[A-Z0-9.-]+\. With the above regular expression pattern, you can search through a text file to find email addresses, or verify if a given string looks like an email address. Different Regular Expression Engines

Related: