martes, 22 de diciembre de 2009

Master In International Political Economy at the Universität Kassel

There is an additional advantage to the motion of Kassel which is the partnership the MA with the University of York (CA) has.

con referencia a: Global Political Economy - University of Kassel - Germany - MastersPortal.eu (ver en Google Sidewiki)

sábado, 12 de diciembre de 2009

Structured Programmes in Germany

According to Sabine Olschner if you are a structured doctoral programme candidate, then you have a clear advantage.
Why is that?
Because of the kind of support such a candidate might be able to receive: including assistance with everyday situations (flat hunting, opening a bank account, scheduling, administrative advice and moral support. Besides "professors tend to treat doctoral more like colleagues and scientists than as students – which has a positive impact both on their research work and on how they interact with each other". You can caount with a Doktorvater which is basically an academic supervisor with a broad range of responsibilities towards his/her 'pupils' or putative daughters/sons.
Many courses are held in english.

con referencia a: DAAD - Systematic Path to a Doctorate - Structured Programmes in Germany (ver en Google Sidewiki)

jueves, 3 de diciembre de 2009

le séminaire général n'est pas ouvert à la session d'Hiver que commence en Janvier

thèse doctorale STS (72 cr.).-
La thèse doit apporter une contribution originale à l'avancement des connaissances dans le domaine de spécialité de l'étudiant et démontrer son aptitude à poursuivre des recherches autonomes. La thèse fait état d'une recherche systématique et originale dans le champ STS. Lors de la rédaction de thèse, le candidat doit présenter une conférence par année académique donnant lieu à l'exposé de l'état d'avancement de ses travaux.
Le choix de cours sera fait dans le cadre d'une rencontre avec le directeur du programme afin d'assurer qu'il soit pertinent au projet intellectuel de l'étudiant.

con referencia a:

"Thèse (72 cr.)La thèse doit apporter une contribution originale à l'avancement des connaissances dans le domaine de spécialité de l'étudiant et démontrer son aptitude à poursuivre des recherches autonomes. La thèse fait état d'une recherche systématique et originale dans le champ STS. Lors de la rédaction de thèse, le candidat doit présenter une conférence par année académique donnant lieu à l'exposé de l'état d'avancement de ses travaux.Le choix de cours sera fait dans le cadre d'une rencontre avec le directeur du programme afin d'assurer qu'il soit pertinent au projet intellectuel de l'étudiant."
- Horaire des cours par programme (ver en Google Sidewiki)

sábado, 3 de octubre de 2009

domingo, 13 de septiembre de 2009

miércoles, 17 de junio de 2009

YouTube - Interview with Douglas Hofstadter

YouTube - Advanced Topics In Programming Languages: Closures For Java

YouTube - CS 61B Lecture 2: Using Objects



interesting, because professor S. implements a graphical mode to explain how is that constructors are taken into account when, for instance you are trying to combine two different chains of characters while you're writing code in Java

YouTube - Advanced Topics in Programming Languages: The Java Memory...

YouTube - Advanced Topics in Programming Languages: The Java Memory...

jueves, 11 de junio de 2009

C++ Programming/Programming Languages/Comparisons/Java - Wikibooks, collection of open-content textbooks

C++ Programming/Programming Languages/Comparisons/Java - Wikibooks, collection of open-content textbooks

SEE. J.Zelenksi, says that we can establish the following analogy between Java and C++: they are like a sort of cousins or closely-relatives. The reason is an historical one: the engineers that once came up the with the foundations of the Java programming language were educated under the C++ programming paradigm, which, by the way, was also influenced by the C paradigm. There is therefore a sort of historical sequence linking these three phases: Java in the nineties, C++ in the eighties and C in the seventies.

domingo, 7 de junio de 2009

YouTube - Advanced Topics in Programming Languages Series: Python...

YouTube - Advanced Topics in Programming Languages Series: Python...

COBOL in Business « COBOL @ 50

por qué no se reemplazaría Cobol-code por otras plataformas de desarrollo de código (OOPs) para empresas de notable expansión, como J2EE o.NET.
COBOL in Business « COBOL @ 50

Analysis of algorithms - Wikipedia, the free encyclopedia

Analysis of algorithms - Wikipedia, the free encyclopedia

miércoles, 3 de junio de 2009

Unix/Python Tutorial

extraordinariamente simple, doblemente extraordinario

Unix/Python Tutorial

AddThis Social Bookmarking Sharing Button Widget

AddThis Social Bookmarking Sharing Button Widget

Shared via AddThis

miércoles, 20 de mayo de 2009

Conversor Bin/Oct/Hex/ en Java.código.

A. Input

public class
DataConversion{
public static void main(String[] args) {
System.out.println("Data types conversion example!");
int in = 50;
System.out.println("Integer: " + in);
//integer to binary
String by = Integer.toBinaryString(in);
System.out.println("Byte: " + by);
//integer to hexadecimal
String hex = Integer.toHexString(in);
System.out.println("Hexa decimal: " + hex);
//integer to octal
String oct = Integer.toOctalString(in);
System.out.println("Octal: " + oct);
}
}

B. Output.

C:\vinod\Math_package>javac DataConversion.java

C:\vinod\Math_package>java DataConversion
Data types conversion example!
Integer: 50
Byte: 110010
Hexa decimal: 32
Octal: 62

fuente: http://www.roseindia.net/java/beginners/DataConversion.shtml

Installing and Using The Eclipse Web Tools

Installing and Using The Eclipse Web Tools

martes, 19 de mayo de 2009

martes, 5 de mayo de 2009

Intro

Este es el primer post que hago en este blog, que en realidad es una extensión de un site en el que estoy generando algo parecido a un banco de datos para mi tesis de grado.
Voy a intentar desarrollar algunas líneas de dispersión vinculadas a los temas en los que comencé a trabajar hace ya mas de seis meses; respetando las métricas y la tónica de un medio expresivo que desde mi punto de vista se caracteriza por cierto tipo de informalidad. Informalidad, aquí, implica ductilidad; y es éste tipo de propiedades las que desde mi punto de vista se necesitan para una mayor articulación de las disciplinas; especialmente cuando se las analiza desde el ángulo que considera la cuestión de cómo incrementar la probabilidad de ocurrencia de una expansión continua de sus contenidos y de sus circuitos de propagación a través de Internet.