
XUL Messenger Ellie Goulding Home Page Welcome! Geany is a text editor using the GTK2 toolkit with basic features of an integrated development environment. It was developed to provide a small and fast IDE, which has only a few dependencies from other packages. It supports many filetypes and has some nice features. For more details see About. Latest version is: 1.24.1 News: Posted on Apr. 16, 2014 at 04:29 PM Shortly after 1.24, we release 1.24.1 which fixes missing inclusion of two files in the release tarball, resulting in various small UI issues (see bugs #1037 and #1038). Note that only distribution tarballs are affected, neither the Windows installer nor the installations performed from Git clones are. As usual, all downloads can be found on Releases. Geany-Plugins 1.24 released! Posted on Apr. 13, 2014 at 05:42 PM Geany-Plugins 1.24 released! We are happy to announce a new version of the combined Geany-Plugins release -- right after Geany 1.24 has been released. A more complete list of changes can be found in the NEWS file.
Aimee Mann Programando el puerto serie Esta obra está bajo una licencia de Creative Commons. Sergio Costas Rodriguez v1.0, 15 April 2000 Esta es una pequeña guia en la que pretendo explicar como programar a muy bajo nivel el puerto serie. En concreto, pretendo explicar como leer y escribir en los bits de control del puerto serie (DCD, DTR, DSR, RTS, CTS y RI) mediante llamadas IOCTL. Indice Introduccion.PerifericosEl modelo de Entrada/Salida en UNIX/Linux La funcion IOCTLEl puerto serie.Cambiando los permisos de acceso¿De que entradas y salidas dispongo? 1. Mucha gente necesita poder acceder a bajo nivel al puerto serie, para asi poder realizar diversas funciones basicas. Si bien la libreria TERMIOS proporciona una gran cantidad de funciones que simplifican notablemente la programacion, no es capaz (o al menos yo no lo he conseguido) de proporcionar acceso a bajo nivel a las señales de control del puerto serie, en concreto DCD, DTR, DSR, RTS, CTS y RI. 2. 2.1. 2.2. #include <sys/ioctl.h> 3. /dev/cua 3.1.
Off topic Por cortesía, es común indicar que se está posteando un mensaje off-topic añadiendo estas palabras al comienzo del asunto o bien sus siglas OT. Por ejemplo, en un foro que discuta el funcionamiento de Linux, alguien podría publicar un mensaje con el asunto: "OT: ¿Habían notado el temblor?". En muchos casos podemos encontrar en los foros de discusión un lugar dedicado precisamente a temas "off-topic", es decir, sin relación a los temas de la línea principal del foro, entonces en estricto rigor, "off-topic" es una sección en donde se tratan temas de corte banal y misceláneo. Por ejemplo, en la sección "off-topic" de un foro de coches podríamos encontrar comentarios de videojuegos (y no necesariamente videojuegos de coches). El antónimo de esta expresión es on-topic.
GoTalkMobile - A Google Talk client for J2ME cell phones! Coding Horror tog Simple Ajax Example Ajax is the method of using Javascript, DHTML and the XMLHttpRequest object to perform a GET or POST and return a result without reloading the HTML page. Below is a very simple Ajax example that calls a CGI script that prints out the word sent to the CGI script and the remote user's IP address. Simple Ajax Demo HTML page This is the HTML page with three JavaScript functions that perform the XMLHttpRequest and subsequent update to the HTML page. CGI Script This is the CGI script that the JavaScript in the HTML page calls. #! More Ajax Reference Material
Perfect Popups Popups that resize to fit their contents This describes how to open a window, dynamically write its contents, then resize it to exactly fit those contents. This technique could also be used to make a window resize to fit its contents, even if it has not been dynamically created. Don't abuse popups, you will end up loosing visitors who become annoyed by them. This technique is perfect for shopping cart product lists or photo galleries, where clicking a link opens up a popup containing just a picture. Note, if you just want to resize and reposition the current window so it perfectly matches your screen, you want this: window.moveTo(0,0); window.resizeTo(screen.availWidth,screen.availHeight); Or for a popup: var foo = window.open('somepage.html','_blank','someOptions'); foo.moveTo(0,0); foo.resizeTo(screen.availWidth,screen.availHeight); If you want something smarter, read on. Opening a window and dynamically writing its contents x.document.open(); x.document.write('contents'); x.document.close();
Empleos y ofertas freelance para profesionales de la Red - Tecnotrabajos