CODIGO ASCII

ASCII

Hoy voy a postear la tabla completa de los caracteres CODIGO ASCII, uno de esos recursos que todo programador debe tener “a mano”. Letras Ascii: 097 a – 65 A 098 b – 66 B 099 c – 67 C 100 d – 68 D 101 e – 69 E 102 f – 70 F … Read more

How to setup Google AppEngine and Google BigQuery

google_bigquery_featured

I found a very good manual to setup Google AppEngine and Google BigQuery. You can access here: https://developers.google.com/bigquery/articles/dashboard#settingup In this manual I found an error. When you try to add oAuth2 support to main.py and app.yaml on this section: https://developers.google.com/bigquery/articles/dashboard#addoauth2 You can see this code: Please, pay attention to line 13. This is the correct … Read more

How to connect Google AppEngine and Google BigQuery through oAuth2

connect_app_engine_and_bigquery.png

Today I had a big problem: How to connect Google AppEngine application and Google BigQuery through oAuth2? After I read all the documentation and make all the tests I didn’t found the way to connect AppEngine and BigQuery without the need of to do login on a Google Account or get the grant access screen. … Read more

Como conectar Google AppEngine y Google BigQuery a través de oAuth2.

connect_app_engine_and_bigquery.png

Hoy me he encontrado con un gran poblema: ¿Cómo conectar un aplciación Google AppEngine y Google BigQuery a través de oAuth2? Después de leer toda la documentación y realizar todas las pruebas que he podido encontrar, no he sido capaz de conectar una aplicación AppEngine y BigQuery sin necesidad de tener que hacer login en … Read more

Aplicaciones gráficas con Python y Glade

python

Glade es un diseñador de interfaces para GTK. Su apariencia es sencilla e intuitiva. Podemos crearnos una aplicación bastante tonta y sencilla para demostrar su utilización y uso con Python. Creamos un proyecto nuevo, añadimos una ventana, un vertical Box, y en la parte superior del vertical box añadimos una etiqueta y en la inferior un … Read more

Crear aplicaciones gráficas con Python y PyGTK

python

Desarrollar aplicaciones gráficas con Python es tan sencillo como instalar el paquete PyGTK importarlo en nuestros proyectos y diseñar nuestra interfaz. Desarrollamos los métodos necesarios, vinculamos nuestros eventos y callbacks y listo ! Puedes instalar el paquete PyGTK de la web oficial del proyecto. Dispones de una estupenda ayuda sobre todo lo que tiene que … Read more

Dart Code: SliderMenu

try

Slider is a simple web application showcasing the use of both the SliderMenu view and DOM queries. Read me file: Dart Code (SliderSample.dart):   HTML Code (slider_sample.html): Try out this Dart Code or create your own: clic :: Link

Dart Code: Hello World

try

Hello World is the prototypical first program that any programmer learns. Dart Code (hi.dart): HTML Code (hi.html): Try out this Dart Code or create your own: clic   :: Link

Follow

Get every new post delivered to your Inbox.

Join 1,042 other followers