serial ports in Linux
Regards to all, in this installment I will share an interesting link that teaches how to list serial ports that are connected to our PC. Hope you find it useful. I tried using Ubuntu 8.10 and works perfectly.
How to Check and Use Serial Ports Under Linux
Wednesday, May 20, 2009
Tuesday, May 19, 2009
Poptropica How To Beat Nabooti Island
our computer science students Closure Systems and 2009 USAC
First of all, congratulations (too late!) Colleagues who ended the career of Sciences and Systems last May 8 at the University of San Carlos Guatemala. Most of them known and some good friends of mine. I hope that rather focus on the next phase is to completely finish and a career and be declared legally Science and Systems Engineering.
I had the opportunity to go to closing (the first time I go to one) and all those who read my blog and Guatemala are not I will explain what is the famous closing in San Carlos.
When you go to the University of San Carlos de Guatemala, is given what is known as Baptism is no more to go through a large pool that we have in front of the engineering building full of water (and knowing that most things) as a "ritual" that we are entering the university. For
dust as they say come and to dust you in San Carlos by the pool come in, and the salt basin.
The closure is one of the most important festivals that take place in San Carlos (in my opinion) and is leaving for future professionals in a few months and will be graduating after completing other university processes such as EPS, theses , etc.
Hope to see you soon with the Toga and invite me to your graduation party XD, here is a video of what happened in the pool (sorry for the resolution but much Megapixel phones that are not eligible XD) , otherwise there is no or say. Comments are welcome.
First of all, congratulations (too late!) Colleagues who ended the career of Sciences and Systems last May 8 at the University of San Carlos Guatemala. Most of them known and some good friends of mine. I hope that rather focus on the next phase is to completely finish and a career and be declared legally Science and Systems Engineering.
I had the opportunity to go to closing (the first time I go to one) and all those who read my blog and Guatemala are not I will explain what is the famous closing in San Carlos.
When you go to the University of San Carlos de Guatemala, is given what is known as Baptism is no more to go through a large pool that we have in front of the engineering building full of water (and knowing that most things) as a "ritual" that we are entering the university. For
dust as they say come and to dust you in San Carlos by the pool come in, and the salt basin.
The closure is one of the most important festivals that take place in San Carlos (in my opinion) and is leaving for future professionals in a few months and will be graduating after completing other university processes such as EPS, theses , etc.
Hope to see you soon with the Toga and invite me to your graduation party XD, here is a video of what happened in the pool (sorry for the resolution but much Megapixel phones that are not eligible XD) , otherwise there is no or say. Comments are welcome.
Waynes World Clip Art
Addictive Drums - drum map for Cubase
Hello, warm greetings to all readers of the blog's drummer. I received a lot of requests from the drum map I made for use with Cubase addictive drums (the version I use is SX3). For this reason, I decided to create this post which included the link so you can download the map. I hope it's helpful. Later I'll install again and cubase addictive drums on my computer (which the U.S. will not let me sleep in peace XD) and I'll be posting some examples of how to create some addictive beats in his comments as always are appreciated, we are.
Addictive drums drum map
Hello, warm greetings to all readers of the blog's drummer. I received a lot of requests from the drum map I made for use with Cubase addictive drums (the version I use is SX3). For this reason, I decided to create this post which included the link so you can download the map. I hope it's helpful. Later I'll install again and cubase addictive drums on my computer (which the U.S. will not let me sleep in peace XD) and I'll be posting some examples of how to create some addictive beats in his comments as always are appreciated, we are.
Addictive drums drum map
Differences Between White And Red Cricket Ball
write code Blogger tags as text
A moment ago wanted to write in my blog a sample text that contained tags, but in doing so interpreted it as HTML code and the text disappeared. To avoid this, use & lt; no spaces for the \u0026lt;and & gt; for the sign>
So we can write code with tags such as the following examples:
\u0026lt;html>
\u0026lt;code>
\u0026lt;tag>
This tip I found at the following address:
http://codigo-blogger.blogspot.com/2007/03/cdigos-html-bsicos-i.html
A moment ago wanted to write in my blog a sample text that contained tags, but in doing so interpreted it as HTML code and the text disappeared. To avoid this, use & lt; no spaces for the \u0026lt;and & gt; for the sign>
So we can write code with tags such as the following examples:
\u0026lt;html>
\u0026lt;code>
\u0026lt;tag>
This tip I found at the following address:
http://codigo-blogger.blogspot.com/2007/03/cdigos-html-bsicos-i.html
Monday, May 18, 2009
Fibroid On Arch Of Foot
List directory contents C-language Linux Guatemalan
Hello
such at all? in this post take the opportunity to explain how we can list the contents of a directory in Linux (in my case I did it from Ubuntu 8.10 using C language Hello
the example shown here I did based on the example that is in the following link:
http://snippets.dzone.
com/posts/show/5734 However, the method used path_cat that there did not seem of any use and remove and printed directly to console. You try to comment all the code to understand what each line. For documentation the code uses the following link:
http://opengroup.org/onlinepubs/007908799/xsh/dirent.h.html
This link explains the dirent.h library that is used to list directories and the methods that have so as all its features.
in the code that changes do not go into detail because their comments are more than clear.
To compile this code use the following command:
listar.c gcc-o list listar.c
Where is the name you put your little program created in C.
The code is as follows:
/ * Erick Orrego Lorini Efrain
http://blogdelbaterista.blogspot.com
Guatemala, March 19, 2009 Based on http://snippets.dzone.com/posts
/ show/5734 * /
# include \u0026lt;stdio.h
>
# include \u0026lt;stdlib.h
>
# include \u0026lt;string.h
> / / library that lets you list directories
# include
\u0026lt; dirent.h
>
int main () {struct dirent * d
;
/ / declare the path of the direction we wish list
const char * address = "/ home "
/ * DIR represents the stream for a directory. With opendir
open the directory that was specified in direction * /
DIR * directory = opendir (address);
/ * until it has traveled the directory * /
/ * readdir returns a pointer to a structure that represents the
a directory entry in the current position in the directory stream * /
/ / display the contents of whom we will list
printf ("Contents of% s \\ n \\ n", address);
while ((d = readdir (directory))! = NULL) {
/ / print directory base / subdirectory
printf ("% s /% s \\ n", address, d-> d_name);}
/ / close the directory stream
closedir (directory);
return 0;}
and with this you can perform the implementation for the user to enter the path they want to list or anything else you need done with directory listing, I hope it is useful to you, We appreciate the comments, greetings.
If the user enters the desired directory path list and this directory does not exist, opendir () will return a NULL.
Thursday, May 14, 2009
Suggested Wording For Your Wedding Favor Tag
I am free to say what I think
I'm pretty sure that many had forgotten what it says on the shield of our flag. Here is the picture so as not to forget that we are free. If they can publish this image in your blog, hi5, myspace, facebook or whatever they use. Never forget that you are Guatemalans, and are free!.
I'm pretty sure that many had forgotten what it says on the shield of our flag. Here is the picture so as not to forget that we are free. If they can publish this image in your blog, hi5, myspace, facebook or whatever they use. Never forget that you are Guatemalans, and are free!.

GUATEMALA AND I AM I AM FREE TO EXPRESS WHAT I THINK. And you?
Rites Of The Four Elements Flumen
What happens in Guatemala? to May 14, 2009 ... Freedom of Expression
all starts with a video posted days after the assassination of Mr. Rosenberg, who claims that his murder was executed by the current President of the Republic of Guatemala, Álvaro Colom and his wife and with the help of others close to the president. I will not get into much detail about this, since they can find enough of it on the network or even see the video that is circulating on the net.
few days ago while posted to the twitter one of my posts was that I was worried that the crackdown began in Guatemala and apparently already begun.
To me, this repression is taking its first step with the arrest of Jean Anleu who said what he thought and what I felt and why he dropped the police to shut him up, as usually happens in Guatemala, as happened in the Internal War and as happens when someone does not agree and pay for it keep the dirty laundry that was taken out in the sun.
As expressed in the Legal Notice my blog, all my comments, ideas, suggestions or want to see it is based on a seminal article on the freedom and integrity of Guatemalans:
all starts with a video posted days after the assassination of Mr. Rosenberg, who claims that his murder was executed by the current President of the Republic of Guatemala, Álvaro Colom and his wife and with the help of others close to the president. I will not get into much detail about this, since they can find enough of it on the network or even see the video that is circulating on the net.
Rodrigo Rosenberg Statements (Full) from Prensa Libre on Vimeo.
The statement of Mr. Rosenberg was also published in the Prensa Libre portal Image formats which includes firms that give a percentage of credibility.few days ago while posted to the twitter one of my posts was that I was worried that the crackdown began in Guatemala and apparently already begun.
To me, this repression is taking its first step with the arrest of Jean Anleu who said what he thought and what I felt and why he dropped the police to shut him up, as usually happens in Guatemala, as happened in the Internal War and as happens when someone does not agree and pay for it keep the dirty laundry that was taken out in the sun.
As expressed in the Legal Notice my blog, all my comments, ideas, suggestions or want to see it is based on a seminal article on the freedom and integrity of Guatemalans:
ARTICLE 35 OF THE CONSTITUTION OF THE REPUBLIC OF GUATEMALA
FREEDOM of thought. is freedom to express ideas, by any media, without censorship or advance. This constitutional right can not be restricted by law or any government regulation. Who in the exercise of this freedom it fail to respect for private life or moral will be liable under the law. Those offended have the right to deem the publication of his defenses, clarifications and corrections.
FREEDOM of thought. is freedom to express ideas, by any media, without censorship or advance. This constitutional right can not be restricted by law or any government regulation. Who in the exercise of this freedom it fail to respect for private life or moral will be liable under the law. Those offended have the right to deem the publication of his defenses, clarifications and corrections.
In no time I have heard or seen on the news (which is the most accessible way to learn of the events) that has published their defenses Banrural, clarifications and corrections. The only thing I managed to read is that Banrural says bank is stable, which does not justify anything that they took to the Guatemalan: FREEDOM OF EXPRESSION. That freedom of expression in Guatemala has always been quiet with murder, fear, threats and anything you can imagine that people do not post anything.
But one thing I'm sure. Internet gentlemen, internet nobody stops him. This tool was born as a U.S. military project and now is the means by which many Guatemalans express their discontent with the world that we are being ruled by inept, corrupt and people who only seek the good of the individual (and clarified that not all our leaders are this bad, we obviously have implemented other bright ideas and created new opportunities for all Guatemalans). This tool, the media, this consolation, nobody is going to stop because while trying to retain a prison to someone who posted what he felt, a thousand other people will not only support but also expressing their feelings.
PUBLIC STATEMENTS
For a better Guatemala.
Erick Orrego.
student at the University of San Carlos de Guatemala.
Remember ... Freedom , September 15, 1821.
But one thing I'm sure. Internet gentlemen, internet nobody stops him. This tool was born as a U.S. military project and now is the means by which many Guatemalans express their discontent with the world that we are being ruled by inept, corrupt and people who only seek the good of the individual (and clarified that not all our leaders are this bad, we obviously have implemented other bright ideas and created new opportunities for all Guatemalans). This tool, the media, this consolation, nobody is going to stop because while trying to retain a prison to someone who posted what he felt, a thousand other people will not only support but also expressing their feelings.
PUBLIC STATEMENTS
repudiate any act prejudicial to FREEDOM OF EXPRESSION OF GUATEMALA.
WE humans are Guatemalans, WE ARE PEOPLE, WE ARE BROTHERS, FRIENDS, FAMILY AND EACH OF beings that inhabit this beautiful country I LOVE WITH ALL MY HEART WE HAVE THE RIGHT TO EXPRESS ALL YOU FEEL MORE WITHOUT LIMITATION THE COMMON GOOD.
WE humans are Guatemalans, WE ARE PEOPLE, WE ARE BROTHERS, FRIENDS, FAMILY AND EACH OF beings that inhabit this beautiful country I LOVE WITH ALL MY HEART WE HAVE THE RIGHT TO EXPRESS ALL YOU FEEL MORE WITHOUT LIMITATION THE COMMON GOOD.
For a better Guatemala.
Erick Orrego.
student at the University of San Carlos de Guatemala.
Remember ... Freedom , September 15, 1821.
Subscribe to:
Posts (Atom)