Sign in or Join FriendFeed
FriendFeed is the easiest way to share online. Learn more »

Jose Luis › Comments

Jose Luis
El mismo dilema con el que me encuentro yo cada vez que vengo a Alemania - Jose Luis
Jose Luis
The AspectJtm Development Environment Guide - http://www.eclipse.org/aspectj...
The AspectJtm Development Environment Guide - Jose Luis
Jose Luis
CMSC491D Design Patterns In Java - http://userpages.umbc.edu/~tarr...
Design Patterns In Java - Jose Luis
Jose Luis
This site is for helping Spring developers collaborate by sharing Spring configuration and code examples. Any code contributed should be owned by the contributer and have the rights to release the contribution under an Open Source License. - Jose Luis
Jose Luis
Webtide :: The Java experts behind Jetty - http://www.webtide.com/
Webtide provides the very best service and support for developer teams of all sizes who want to work with Jetty. Our experienced team of programmers can help you deploy your Jetty product effectively, upgrade your existing application, and support your business needs. Whether your project is small or large, we've worked with companies around the world to make sure that their Jetty projects are a success. - Jose Luis
Jose Luis
Asociación Médica de Obstetricia y Ginecología en Colombia. - Jose Luis
Jose Luis
Version Control with Subversion - http://svnbook.red-bean.com/
This is the online home of Version Control with Subversion, a free book about Subversion, a new version control system designed to supplant CVS. As you may have guessed from the layout of this page, this book is published by O'Reilly Media. - Jose Luis
Jose Luis
SDI Munich: Deutsch als Fremdsprache - http://www.sdi-muenchen.de/kurse...
Am SDI sind Sie als nichtdeutscher Muttersprachler genau richtig. Wir sind Experten im Bereich Sprachen und Kommunikation und bieten Sprachinteressierten einen vielfältigen Zugang zu Deutsch als Fremdsprache (DaF) - vom Deutschkurs über sprachenbezogene Berufsausbildungen bis zum Studium (BA/MA). - Jose Luis
Jose Luis
La SEGO es la Federación de las Sociedades de Ginecología y Obstetricia de las Comunidades Autónomas de España. Con sus más de 120 años de existencia tiene el privilegio de ser la Sociedad Científica más antigua de nuestra especialidad en toda Europa. Fué fundada en Madrid el 14 de Junio de 1874, bajo la presidencia del Dr. Francisco Alonso Rubio, con objeto de" estudiar a la mujer en los diferentes estados de su organismo". En 1987, con ocasión del XXIII Congreso Español celebrado en Oviedo, cambió la anterior denominación de Asociación de Ginecólogos Españoles (AGE) por el actual de Sociedad Española de Ginecología y Obstetricia (SEGO). - Jose Luis
Jose Luis
The European Association of Perinatal Medicine (EAPM) - http://www.europerinatal.com/
The purpose of the Association is to bring together groups and individuals in a European organisation in order to promote the science of perinatal medicine for the benefit of a high level of physical and mental health for women, mothers and their children in Europe, in particular by: - Jose Luis
Jose Luis
Java Tip 121: Flex your grid layout - JavaWorld - http://www.javaworld.com/javawor...
Developers often need to create graphical user interfaces (GUIs) that have a matrix-type layout with columns of different widths or rows of different heights. Those layout cells are unequal in order to minimize the space occupied by the laid out components. In those cases, you have to use the GridBagLayout class, whose numerous GridBagConstraints settings cause your code to grow quickly. However, the GridLayout layout manager seems more appropriate. It can help you write short and readable code while laying out components in equally sized cells. In this tip, I extend GridLayout to create cells of unequal size. - Jose Luis
Jose Luis
Windows NT/2000 includes a set of tools and APIs that allow the creation and management of programs that run as background tasks, or services. Services typically run without any user interaction. This is especially useful when running programs, such as web servers, that should start automatically when the operating systems starts. Also, a service can be manually stopped, started, or paused using the service control manager that is included within the operating system. JavaService is a Win32 executable that allows any Java class to be run as an NT service. It uses JNI's invocation API to create a Java Virtual Machine using any JNI compliant Java implementation. - Jose Luis
Jose Luis
Processing XML with Java - http://www.cafeconleche.org/books...
Processing XML with Java Elliotte Rusty Harold Copyright © 2001, 2002 Elliotte Rusty Harold - Jose Luis
Jose Luis
Java Programming Notes - http://leepoint.net/notes-j...
These Java programming notes are written to fill in missing or weak topics in textbooks that I've taught from. Many pages are useful for reference, but not as an ordered tutorial. - Jose Luis
Jose Luis
Your Customized Coding Standard - http://www.rosvall.ie/cgi-bin...
The generated coding standard document will contain only purely stylistic rules such as names and indentations, usage of goto etc. Many coding standard documents are littered with useful guidelines on how to avoid common pitfalls. These guidelines are obvious and are better described in various books such as Effective C++ and Effective Java. Such guidelines should be followed in any project and should not need to be mentioned in a coding standard document. Instead, a coding standard document shall describe how things are written in each project, laying the law to avoid time consuming debates on how many columns to indent within a brace block. - Jose Luis
Jose Luis
javapractices.com offers concise presentations of Java practices, tasks, and designs, illustrated with syntax-highlighted code examples. The code examples are available for download. - Jose Luis
Jose Luis
Welcome to the DicomObjects Wiki - DicomObjectsWiki - http://www.medicalconnections.co.uk/wiki...
The wiki has now grown to about 200 pages of real content, and is now "official", with a link from the main Medical Connections web page - Jose Luis
Jose Luis
Open Source Rails is a community site dedicated to tracking the best open source Ruby on Rails applications. - Jose Luis
Jose Luis
Billiger-Telefonieren - Der Tarifvergleich für Telefontarife - http://www.billiger-telefonieren.de/
Sitio web para comparar las distintas tarifas telefónicas en función del uso en Alemania. - Jose Luis
Jose Luis
Bienvenidos a Fetalmed - http://www.fetalmed.cl/
este sitio se presentó por primera vez, con motivo de la 2nd. ISUOG International Scientific Meeting, y el VI Congreso Chileno de Ultrasonografía, Santiago de Chile, 28 de abril al 1° de mayo del 2006. Todos los derechos reservados ® www.fetalmed.cl / E-mail: fetalmed@yahoo.com - Jose Luis
Jose Luis
Ruby/Ruby on Rails programming tutorials - Meshplex - http://www.meshplex.org/wiki...
Welcome to our Ruby on Rails tutorial. This tutorial will cover many areas of the ruby and rails programming language. If you think a part of this tutorial is incorrect please feel free to edit it. - Jose Luis
Jose Luis
Women's Health and Education Center - http://www.womenshealthsection.com/
Women's Health & Education Center is dedicated to women's health and well being worldwide. Its web site, WomensHealthSection.Com is for educational purposes, between USA and developing countries of: Mutual Benefit and Mutual Respect We support and help - Safe Motherhood We believe: On this path effort never goes to waste, and there is no failure. - Jose Luis
Jose Luis
Code Conventions for the Java Programming Language - http://java.sun.com/docs...
This Code Conventions for the Java Programming Language document contains the standard conventions that we at Sun follow and recommend that others follow. It covers filenames, file organization, indentation, comments, declarations, statements, white space, naming conventions, programming practices and includes a code example. Why have code conventions? Code conventions are important to programmers for a number of reasons: * 80% of the lifetime cost of a piece of software goes to maintenance. * Hardly any software is maintained for its whole life by the original author. * Code conventions improve the readability of the software, allowing engineers to understand new code more quickly and thoroughly. The Code Conventions for the Java Programming Language document was revised and updated on April 20, 1999. - Jose Luis
Jose Luis
Design Techniques Articles - http://www.artima.com/designt...
Design Techniques Articles about Java program design by Bill Venners - Jose Luis
Jose Luis
keyose, su registro personal de salud - http://keyose.com/record/login
Con Keyose puedes almacenar y gestionar tu historia clínica personal desde internet o desde tu teléfono móvil de forma anónim - Jose Luis
Jose Luis
SurveyMonkey.com - Powerful tool for creating web surveys. Online survey software made easy! - http://www.surveymonkey.com/
Intelligent survey software for primates of all species. SurveyMonkey has a single purpose: to enable anyone to create professional online surveys quickly and easily. - Jose Luis
Jose Luis
SUMO Paint is a free image editing software taht gives you the opportunity to create, edit and comment images on line with poweful tools and layer support. - Jose Luis
Jose Luis
'Python para todos' es un libro sobre programación en Python escrito por Raúl González Duque. Se trata de un tutorial de Python adecuado para todos los niveles y que puedes descargar totalmente gratis. El tutorial de Python 'Python para todos' se distribuye bajo licencia Creative Commons Reconocimiento 2.5 España, lo que supone que puedes distribuirlo, modificarlo, traducirlo a otros idiomas, ... siempre que indiques el autor original, preferiblemente con un enlace a esta web - Jose Luis
Jose Luis
iNTERFACEWARE's mission as a company is to eliminate the issues customers face with regards to the HL7 electronic messaging protocol. There are three important components to meeting this goal: * Firstly, we provide top quality, intuitive and easy-to-use tools that make it simple to work with these protocols; * Secondly, we seek to provide comprehensive, real-world documentation to educate our customers about these protocols and how to efficiently use our tools to deal with them; and * Thirdly, we back up our products with top quality customer service, which is unmatched in this industry. - Jose Luis
Jose Luis
HL7 Introduction, Guide and FAQ - http://www.hl7.com.au/FAQ.htm
This page provides a simple, practical and easy-to-follow introduction to the Health Level 7 ("HL7") Standards. History, uses and how they are created are explained as well as the difference between "V2.x", "V3" and "XML" explained and how the CDA ("Clinical Document Architecture") Standard fits in. - Jose Luis
Other ways to read this feed:Feed readerFacebook