Tuesday, December 1, 2009

My Mouth Tastes Like A...

marathon team made podium topper cordoba buenos aires




topper cordoba team finished third in the category under x2 60. a great race for this team and a great experience.

Wednesday, November 18, 2009

Clean Car Cd Player Laser Lens



complex struct {int
real
imageniaria int;
};

int main () {
complex;
a.real = 1;
a.imaginaria = 3;
return 0;}

Sunday, November 8, 2009

Baby With Reflux And Water

TOPPER TEAM PREPARES FOR THE POST OF BANCO GALICIA 2009 BERLIN



CHAMAMPA NICOLAS (CATAMARCA)
BALAT PAUL GABRIEL (CRUZ DEL EJE)




JORGE PAEZ (CORDOBA)



JOFRE CLAUDIO (RIVER BED)


THIS IS THE TOPPER TEAM RUNNING TEAM - CORDOBA, WE REPRESENT THE POSTA DEL BANCO GALICIA, NOVEMBER 29TH IN THE FOREST OF PALERMO.
TEAM FORCE ...

Wednesday, October 21, 2009

Home Remedies For Removing Peach Fuzz

matrices such exercise

# include \u0026lt;cstdlib>
# include \u0026lt;iostream>
# include \u0026lt;time.h>

using namespace std;
valorDado
int () {
;
return (rand ()% 6);}


asignarCeros void (int a [] [6] int n, int m){
     for(int i=0;i
        for(int j=0;j
           a[i][j]=0;
}

void asignarAleatorios(int a[][6], int n, int m){
           a[valorDado()][valorDado()]++;
}

void imprimir(int a[][6], int n, int m){
     cout<<"\nMatriz:\n";
     for(int j=0;j
           cout<<(j+1)<<"   ";
     cout<
     for(int i=0;i
        for(int j=0;j
           cout< <<" ";
        cout<
     }
}



void llenarMatriz(int a[][6], int n, int m, int cant){
     asignarCeros(a,n,m);
     for(int i=0;i
asignarAleatorios (a, n, m);}

print (a, n, m);


} int main () {

srand (time (NULL));
int array [6] [6], row = 6, column = 6, n = 1000;
llenarMatriz (matrix, rows, columns, n);
system ("PAUSE");
return EXIT_SUCCESS;}

Saturday, September 26, 2009

Lose Inches With Cermic Wrap

step

Webmin is a web interface for Linux System Administration (Unix). Using any browser you can configure user accounts, Apache, DNS, computer shutdown, file sharing, etc. It also eliminates the need to manually edit configuration files (such as
/ etc / passwd

) and allows us to handle the system from the device itself or remotely.
Webmin is written in Perl and runs as its own process as your web server so no need to have installed Apache web server or any other, but coexist with them. By default it communicates through TCP port 10,000, and can be configured to use SSL. That's how we're going to install in this example, SSL.
Installing Webmin can do it both in the Desktop version and the Server. In this case, I did it on Ubuntu Server 4.9 but it would be exactly the same for the Desktop version.






The steps to install Webmin on Ubuntu are:


update information repositories (essential before installing any application):
sudo aptitude update


installed a series of packages that we need to install Webmin and that is configured with SSL:


sudo aptitude install perl libnet-perl openssl-ssleay libauthen-pam-perl libpam-runtime libio-pty-perl-perl libmd5

be
We make sure our home

: cd
unloaded the latest version of Webmin
(the 1,480 in this case).

webmin-logo wget http://downloads.sourceforge.net/webadmin/webmin_1.480_all.deb install Webmin:

sudo dpkg-i webmin_1.480_all.deb

Once installed you can access the Webmin web interface using a browser and typing the IP address of the computer is installed followed by the port is listening, by default, 10,000. Of course, we must be vigilant because instead of using the HTTP protocol, use the HTTPS. In my case the IP of my Ubuntu Server is 192.168.1.100: http

    s
  1. : / / 192.168.1.100

    : 10000

  2. good and ready, in theory only have to set the language to see things in Castilian and ready.
  3. A good practice is to put everything behind a firewall estrus at any port route we assign to our IP address to port 10000 that especially if we manage our server from a remote access. This application when installed creates a superuser to manage the application with root name and pass our user who has root on the machine. As default the Ubuntu root account is disabled will have to change the root password for Webmin:

  4. $ sudo / usr / share / webmin / changepass.pl / etc / webmin root nueva_clave

  5. is now accessible

    pointing your browser to https: / / localhost: 10000 . and you will see the Webmin login screen. Log in as root and as the password you put as nueva_clave above and click login to access the Webmin main screen.

  6. I hope you learn

    MF

Models And Genital Tattoos

aptitude and apt-get

Although we can install programs graphically, we can always use the console to install any software. Many users this option may seem a bit more complicated and somewhat cryptic. Nothing is further from reality, once you get used much more comfortable, quick and easy. There are two ways to install programs in text mode: with aptitude and apt-get .

Both programs are very similar, except for one detail: aptitude recalled units have been applied in the installation of a package. This means that if you install or upgrade an application with aptitude and then want to uninstall, delete the program aptitude along with all its dependencies (unless they are used by other packages). If installed with apt-get or Synaptic GUI, the uninstallation will erase only the specified package, but no dependencies. Use
  • install packages:

    $ sudo aptitude install

  • Remove Packages:
  • $ sudo aptitude remove

    Uninstall packages (including configuration files): $ sudo aptitude remove - purge


  • Update list of available packages:


    $ sudo aptitude update

    $ sudo aptitude upgrade

    Get a list of command options: $ sudo aptitude

    help


     To install packages from the command line you can also use apt-get, although it is preferable to use aptitude for handling dependencies.  

    Lungs Cancer Chracter

    Convert RPM to Deb

     Some GNU / Linux such as Red Hat, SUSE and Mandriva, use packages. Rpm, organized differently from packets. Deb for Debian and Ubuntu.  
    To install these packages must be converted before the format. Deb. For this application uses alien
      , which can be installed using one of the methods discussed in this article. The application
    • alien used as follows:
     From the console execute the following command: $ sudo alien  
    .
    • rpm Thus, the program creates a file with the name of the package, but with extension . deb that can be installed following the explanation
     
      In most cases, from personal experience, these packets are converted without major complications, but I must clarify that not all opportunities are converted, so it is always best to find the package for Debian / Ubuntu before trying to convert an RPM.
    • I hope they serve
     

    Stars And Genital Tattoos

    Add / Remove programs and packages in Ubuntu

    do not know if I told you before, I use Ubuntu, the truth seems safe, simple and above all easy to maintain, but without arguing or going into detail on how I tilt for this distro, I'm straight to the point of this entry, add or remove programs from our facility.
  • If we have a package. Deb that you want to install:
     o install these packages you just have to 
    double click on the file in the browser and automatically starts the application gdebi, which will deal with installing the package and search for dependencies on other packages that could need for proper installation. If you prefer, you can also install via the command line, using the command dpkg . Deb In this case there will also be possible to manually install the package dependencies.
    : Imagen:Nota idea.png $ sudo dpkg-i
    The same command can also be used to uninstall the package:

    Wednesday, September 23, 2009

    How Fast For Bugatti In Quarter Mile

    SOME NEW BEGINNING


    What Doesit Mean To Have Pain Under The Jaw









    HELLO TO ALL MY FRIENDS TELL THEM THAT I'M RECOVERING FROM INJURY OF ACHILLES TENDON TEAR ONE MORE Presis. Take care.

    Nausea After Touching Throat

    know the free space and disk busy

    Let's see ... I do not like those people who say that Linux can not do that either, it is very difficult ... nothing at all, are vague ....

    not matter, I'm leaving here are simple commands but useful.

     With these simple commands can know how much space you have free or busy on the disk:  

    df: Displays disk space
    du-u file1 ... ficheroN

    : Displays the total holding files


    du-s directory : Displays the space occupied by the directory


    If these commands will also add the parameter "-h
    " quantities will in a format easy to read (gigabyte, megabyte , etc.) taking into account the figure.

    Wednesday, September 2, 2009

    Brother Status Offline



    Wednesday, August 26, 2009

    Read Honey X Honey Drops Raw

    new semester, new messages! Notes

    posts The above can be used for guidance of the course, however, since messages are now focused on the courses of the semester II 2009.

    Wednesday, June 17, 2009

    How To Use A Proxy On Byond

    final!!

    Here are the final notes of the 2 groups, keep in mind that adjustments were made in which the student carried out a valid claim. However, if there is any additional claim please notify by mail (jgmorenofr@unal.edu.co). No exceptions, claims must be totally valid.

    This note is final: Notes


    Group 2 Group 12

    Monday, June 15, 2009

    What Is The Best Temp To Burn A Wood Stove

    partial notes!

    Notes group 2 and group 12 .

    Wednesday, June 10, 2009

    Dr. Arvind Poswal Hot Comments



    The following example generates random numbers until it produces the number 0. The keys are the time.h library, and functions srand and rand.

    / * rand example: guess the number * / # include
    < time.h>
    < iostream>
    # include using namespace std;
    int main ()

    {int i = 1;
    srand (time (NULL));
    i = 1;
    while (i! = 0) {court
    << i<<",";
    i = rand ()% 10;

    } system ("PAUSE") ;
    return 0;}

    Friday, June 5, 2009

    Sample Ofletter Disconnection Of Mobile Number

    random number generation by monitors on the part

    For problems making the final part of programming on 20 June decided to do on Saturday the 13th (8 days before) as some students were crossed with a math placement test . The date of delivery of projects is unchanged.

    Monday, June 1, 2009

    How Can Install Pl2303 Driver/xp3

    !

    Today (Monday 1 June) throughout the day there will be monitoring in the room 203 of the 453, to answer questions about the project end of each group.

    Sunday, May 31, 2009

    Blocked Up In Mornings

    example

    / * To give you a guide to do the workshop lab 5 and 5, made this year. ;)
    if something goes wrong they are by the copy-paste ... review it and fix it!

    * /

    < iostream> # include using namespace std
    ;

    void read (int v [], int n) {court
    <<"Ingrese los valores del vector:\n";
    for (int i = 0; i < n;i++)
    cin>> v [i];}


    void print (int v [], int n) {
    for (int i = 0; i < n;i++)
    court << v[i]<<">
    }


    contarApariciones int (int v [], int n, int value) {int
    cont = 0;
    for (int i = 0 ; i < n;i++)
    if (value == v [i])
    cont + +;
    return cont;
    }

    int calcularModa (int v [], int n) {
    int mode = v [0] = 1 contmoda, cont;
    for (int i = 0; i < n;i++){
    contarApariciones cont = (v, n, v [i]);
    if (cont> contmoda) {
    contmoda = cont;
    mode = v [i];

    }} return
    fashion;


    } void pause ( ) {
    <<"\n\n";
    court system ("pause");


    } int main () {int
    vector [5], size = 5, mode;
    read (vector , size);
    print (vector, size);
    mode = calcularModa (vector, size);
    <<"\nLa moda es "<< moda;
    court <<" y aparece"<< contarApariciones(vector,tamano,moda)<<" veces";
    court pause ();
    return 0;}

    Friday, May 8, 2009

    Pakistani Valima Cards Wordings

    functions and procedures Practical exercises with Edwin

    Choose 3 of the following exercises:
    1. Check if a matrix is \u200b\u200bthe identity matrix.
    2. Check if a matrix is \u200b\u200bsymmetric.
    3. Find the transpose of a given matrix.
    4. Find the maximum of each row and each column.
    5. Carrying out a program to perform operations on matrices (addition, multiplication by a scalar multiplication between matrices).

    Support material:
    http://es.wikipedia.org/wiki/Matriz_ (mathematical% C3% A1tica)
    http://es.wikipedia.org/wiki/Producto_de_matrices
    http://es.wikipedia.org/wiki/Matriz_sim% C3% A9trica
    http://es.wikipedia.org/wiki/Matriz_transpuesta

    Wednesday, April 29, 2009

    Hemorrhoidal Surgery Cost



    The 401 room 104, Tuesdays from 4-5p.m. Edwin

    take care!

    The monitor is Edwin Ovalle and mail is eyovalled @ Unal. edu.

    Monday, April 27, 2009

    My Dog Rubbing Against

    by monitors by monitors with Oscar

    Wednesdays 11am - 1pm and Friday 9a.m. - 1p.m.en (454-403). The idea is to meet with Oscar Garavito (orgaravitor @ Unal. Edu. Co) and see where they work!

    Sunday, April 19, 2009

    Lg Lcdtv Color Greenish Pinkish

    help me find the values? Exercise

    The following software must display the principal and interest earned during a given cdt number of years. You should read the principal, interest and a number of years N. Then calculate and print all the money made during each of the N years, assuming that all livestock (including the original capital C) is reinvested at a fixed term during the next year. The program should display an output like:
    Capital in year 1 = 240
    Capital in year # 2 = 288
    Capital in number 3 = 345.6

    error in the program variables and / or values \u200b\u200bwere replaced by colored rectangles. I know that will help in the boxes? (The solution can enter it as a comment).

    Footed Pajama Pokemon

    while loops and do while

    The following exercise uses the control structures while and do while. Ejecutenlo, revicen printing the program and make an example (as comments from entering the results.)















    Propose an exercise and its solution using while and do while. cortico

    Moms Anal Adventure On Demand

    symlinks.

    If there is something I looks fantastic are symbolic links, a small feature of this OS, but no less robust.
     And they serve?  Good for many things, basically a symbolic link (symbolic link) is a file that points to another file or directory, then every one will find the functionality you need, I use such as not to repeat content similar facilities for example using the same images, or the same programs, but of course each administrator / user will find a different utility. 
    like doing? well here it goes ...

    The command used is ln

      symbolic link file contains only one path file or directory. 
    as a symbolic link.


    # ln-s creates

    dir2ls dir2 dir2ls as a symbolic link to a directory.
    • # ls-l shows the letter
    • l
    • the file type to indicate that it is a symbolic link. dir2 # ls # ls dir2ls
    • show the same content files.
    • # ls-l dir2ls

    shows that it is a symbolic link and points to where noted.

    # cd dir2ls


    # ls-l displays the contents
    # pwd

    indicates the directory link name, but

    # / bin / pwd
    shows the real directory, not the symbolic link, pwd indicates the route is reached in the directory, / bin / pwd indicates the true path to the directory. It should use / bin / pwd to avoid being fooled by symbolic links to directories. The pwd command is internal to the shell, / bin / pwd is a separate program.


    # cd ..
    # mv dir2 dir2

    renames the actual directory, the symbolic link continues to point to dir2, so
    # cd dir2ls
    fails, since there is no real object.

    # mv dir2 dir2

    replaces the original name pointed to the link.
    # rmdir dir2ls
    fails because it is not a link directory.

    # rm dir2ls
    delete the link. A symbolic link is deleted with rm, and rmdir not to, since the symbolic link is a file and not a directory, even if it is a symbolic link to a directory.

    # ls dir2

    when deleting a symbolic link only deletes a file pointer, not the real thing.

    should not be confused with symbolic links hard links (hard link) and that the latter are somewhat different, are those in which access is indistinguishable from the real, and the deletion of the link causes the deletion of the file or directory if it was the last hard link to the file. I hope you learn
    Salu2
    MF

    Blog Relationship Counter

    Deleting a directory with data capture

    Well, maybe this is a very silly tip to some, one of those things you already know, but how much help these little things or tricks when it comes to managing a system, no?

    This is for the command line, and it is a very common problem and remove a directory or folder (for those of Windoze) that is not empty. who not encountered when writing the following line commands?


    # rmdir
    directory rmdir: directory /: The directory is not empty
    this obviously because we want to delete the directory contains data.

    good order for it to disappear from the map is # rm-rf directory ready


    not see it again, that if if they have the necessary permits clear. Greetings

    MF

    Saturday, April 18, 2009

    Board Game All Presidents

    creating desktop video

    Well let the steaks ...

    With the need to create a series of demos and some tutorials came the idea to put together some videos with audio containing the screen capture and voice-over operator. Quickly
    to search Google the experiences of others could see that the best option (or at least convinced me) was recordmydesktop
    , then I started to install.
    comes in its command line version and for those who do not like there is a GUI that gtk-recordMyDesktop lama.
    How to do well .. is simple:
    # sudo apt-get install recordmydesktop


    and if you want the graphical version, I recommend it because it is very intuitive and less hard for the plaintiffs and for practical as well.


    # sudo apt-get install gtk-recordmydesktop

    once installed we can go to a console and use


    # recordmydesktop


    it starts capturing the output in the terminal will be something like # recordmydesktop
    Initial recording window is September to:


    X: 0 Y: 0 Width: 1280 Height: 800

    Adjusted recording window is September to:

    X: 0 Y: 0 Width: 1280 Height: 800


    Your window manager KWin
    Appears to Be Initializing ...


    Buffer size adjusted to 4096 from 4096 frames.
    Opened PCM device hw: 0.0


    Playback frequency 22050Hz is not available ...
    Using 44100Hz instead.


    Recording on device hw: 0.0 in September is to:
    2 channels at 44100Hz Capturing


    !


    then this recording and when we stop pressing ctrl-c and ready output is recorded in a file called default out.ogg
    Shutting down.Saved 23 frames in a total of 22 Requests

    . ...
    Encoding started! This
    May take Several minutes.
    Pressing Ctrl-C will cancel the procedure (Will Not Be RESUMING possible, pero
    Any Portion of the video, Which Is Already encoded Will not Be deleted).
    Please wait ...

    [100%]
    Encoding finished!
    Wait a moment please ...
    Done. Written

    443552 bytes (369 984 of Which Were 73568 video data and audio data)
    Cleanning up cache ...
    Done!


    Goodbye!
    #
    if you want to run from the GUI in Kubuntu option will be in the Multimedia / gtk-recordMyDesktop
    The truth may be much more extensive but there are thousands of tutorials out there on how to use this program and it is certainly and other intuitive, so I'm going to the heart takes to write this post ... Well everything worked perfectly when installed on a computer that was new and had installed Kubuntu 8.04 LTS a few days ago, we recorded a few videos and everyone was happy with the results.
    Try to do the same on my Sony Vaio laptop that I have also installed Kubuntu 8.04 LTS but this poor recontra is being updated and upgraded from version 6.0 and for those things in life there is a library that is not equal and happened to me is that running recordmydesktop after a few seconds the program remained frozen, sleeping without activity. recontra Search and search the network until I found a bug related to this issue is the
    Bug 244261
    apparently would be in the
    libx11-6, probe to reinstall and nothing so we do not wear out.
    I got to try different options and I realized that this guy freak by any of the stationery of X, then I started to try the different options on the command line ... et voila! him out ...
    by using the - full-shots and no problems.
    then using

    # recordmydesktop - full-shots
    or graphic in Advanced mode, "whole in every picture captures" = Enabled it's going to work.
    For more technical, apparently the problem occurs between libraries and libX11.so.6 libxcb-xlib.so.0, this is some sort of error when recording only video clips that have changed, that is why the modifier - full-shots that it does is copy the entire screen without seeing what has changed makes no error occurs. And for those who worry that it would occupy more space on the end result or would a larger file, then do not stress because when you encode the video, ignore the repeated parts like when files are compressed.
    this is the error that pulls ...
    "Locking assertion failure" in

    # 0 / usr/lib/libxcb-xlib.so.0 [0x7f1caa44997c]
    # 1 / usr/lib/libxcb-xlib.so.0 (xcb_xlib_unlock +0 x24) [0x7f1caa449a84]



    # 2 / usr/lib/libX11.so.6 [0x7f1cacc18260]
    # 3 / usr / lib / libX11.so.6 (
    XNextEvent +0 x62) [0x7f1cacc00c12]
    # 4 recordmydesktop [0x409fad]
    # 5 / lib/libpthread.so.0 [0x7f1cac0b63f7] # 6 / lib/libc.so.6 (clone +0 x6d ) [0x7f1caa721b2d] I hope you learn I was swearing quite until I found how to solve it, can see the subject in https: / / bugs.launchpad.net /
    bugs/244261
    . Let them go pretty
    their videos, greetings. MF


    When Do Ohio Bucks Drop There Antlers



    Well long wanted to do this to document my adventures with Linux, I must say that for several winters ago and I do not use Windoze, and I also say I am very happy with it.
    As personal experience I can say that when I was a type of system, having been immersed in computers since he was 12 until today that I have 33, having gone through several PC operating systems and played by ear in many mainframes, today it is inevitable that uses an OS like Linux.
    As started in the 80's and my old PC intel 8088 I started programming with BASIC and then go to C routines to create thousands of Assembler, and all those things we wanted to investigate when we started programming, we wanted to say because I do not see someone interested in those things at the beginning, but I think that time is history ...
    now fully dedicated to providing services related to the same systems that I developed all my servers and my PC are Linux machines, no matter they do have the OS on the penguin because he has shown no breaks so easy and I can trust him, not only by conviction but by pure demonstration to be working on computers that do not go never, never hang and do not bother me ever, but sometimes be too vague ground and did not do the maintenance and deserved poor or complain, still strong and on track. in this blog I hope to leave my experiences so that others can take advantage of them or I criticize them or what they like, many blogs like this have taken me much help, I hope to contribute my bit.
    Exitos!


    Friday, April 17, 2009

    Kate,s Playground Free Movie

    review by monitors

    A quiz ...















    and using for make a program that prints the numbers from 30 to 50 who are peers.

    Wednesday, April 15, 2009

    Fat Women Wearing Girdles

    Quiz!!

    The review by monitors be held on Thursday from 7 to 1 in Room 203 of Building 453 and the Friday from 9 to 11 in 402 of 454. This activity was carried out by monitors.

    Tuesday, April 14, 2009

    Birthday Request For Money

    to continue studying! Daniel

    As tod @ s and the exercises performed above and to not lose the rhythm of partial study Saturday, there were exercises for the partial review. Here may download the exercises, I hope to run the programs that are raised. If the link does not work, the exercises are also posted on the course page.