Search:

Type: Posts; User: iochinome; Keyword(s):

Page 1 of 3 1 2 3

Search: Search took 0.04 seconds.

  1. [ubuntu] Re: Open Office Writer - lost my file to text encoding

    Thanks guys!
    LinuxH4x0r, where do i set it to "encode in ANSI"?? It is not immediately obvious, nor does it list it in the index or help section.

    grahammechanical, yes, I did create this in...
  2. [ubuntu] Open Office Writer - lost my file to text encoding

    Hello everyone,

    I was working on a text file in open office writer last night, and this morning i tried to open it and a little thing popped up saying "ASCII Filter Options," prompting me for...
  3. [ubuntu] desktop pc for ubuntu, programming, media consumption

    Hi everyone,

    I am headed off to college pretty soon here and am hoping to get a solid desktop pc to haul with me. I intend to major in CS, so i'll be doing quite a bit of programming, not to...
  4. Replies
    1
    Views
    261

    [ubuntu] develop with php and mysql w/ ubuntu

    Hello all,

    I am going to be developing a website that uses PHP along with MYSQl databases, and was hoping that there was a way that I could interpret and run the code while developing it without...
  5. [ubuntu] computer freezes, then applications wont run

    Hello all,

    a couple of times now, my computer has frozen while I had firefox and eclipse open. when i restart it, firefox will not run because it is under the impression that it is already...
  6. [ubuntu] batch image processing - need to convert size

    Hello all,

    I am currently working with a database of 450 images that are at a resolution of 896x592 pixels; in order for some operations to be done on the images, though, they need to have a...
  7. Replies
    5
    Views
    2,259

    [ubuntu] Re: flash/youtube on lucid lynx

    do you know the name of the package to uninstall? thanks!

    (by the way, this doesnt work on chrome either...)
  8. Replies
    5
    Views
    2,259

    [ubuntu] flash/youtube on lucid lynx

    hello,

    I just installed lucid lynx as an upgrade; on the previous distribution, I had no problem playing youtube videos on either firefox or mozilla, i.e. flash was installed and running happily....
  9. [ubuntu] to find out program's computer resource usage

    Hello,

    I am currently developing a program that i need to compare to other similar programs, mainly to provide a cost v. benefits analysis for myself and coworkers. does anyone know of a program...
  10. Replies
    6
    Views
    871

    Re: gtkmm, threads and glib

    hmmm... no, I am using pthreads for it. here is what my starting the threads looks like:

    (this is all in main)

    iret_2 = pthread_create(&thread_capture, NULL, capture_routine, NULL);...
  11. Replies
    6
    Views
    871

    Re: gtkmm, threads and glib

    here is the code of the window:


    void *gui_routine(void * threadarg) {

    struct gui_thread_data *my_gui_data;

    my_gui_data = (struct gui_thread_data *) threadarg;

    Glib::thread_init();
  12. Replies
    6
    Views
    871

    Re: gtkmm, threads and glib

    you know what, scratch that, i think i have solved my own problem. i just had to call

    Glib::thread_init();

    right before the

    Gtk::Main kit(my_gui_data->argc, my_gui_data->argv);

    call....
  13. Replies
    6
    Views
    871

    gtkmm, threads and glib

    hey guys, so i am writing a program that needs to use gtkmm as a thread, but for some reason, i keep getting glib errors during runtime. i have heard that you need to initialize glib somehow when...
  14. [ubuntu] volume buttons on my hp stopped working!

    hey guys, I left for a week and when i came back, the light-up buttons on my hp laptop no longer worked- they cannot control volume any more. does anyone know how i might go about fixing this?
    ...
  15. Replies
    3
    Views
    2,668

    [ubuntu] opencc highgui error out of the blue!

    Hey guys, so i am developing an application with opencv and i suddenly got this error out of the blue-

    HIGHGUI ERROR: V4L2: Pixel format of incoming image is unsupported by OpenCV
    Unable to stop...
  16. Replies
    2
    Views
    515

    [ubuntu] software create computer music

    Hey guys, so i am a musician/programmer/ubuntu jockey, and i am giga-inspired by kraftwerk and radiohead to start writing/creating computer music. does anybody know of software for ubuntu (or, i...
  17. [ubuntu] ssh into my accout elsewhere, copy files to it

    hey guys, so i have this text file that i wrote on my home computer that needs to be transferred to my account on a lab computer that i can ssh into. how do i copy this text file and put it in my...
  18. Replies
    4
    Views
    694

    Re: make file that links in sdl

    oh, and by the way, how does one go about defining a structure that multiple files can use? would i, say, put it in functions.h like this:



    struct person;


    and then define it like this in...
  19. Replies
    4
    Views
    694

    Re: make file that links in sdl

    great, thanks! so now how do i add in the SDL-linking? thanks-
  20. Replies
    4
    Views
    694

    Re: make file that links in sdl

    ok, for some reason i cant get this to work. i have 3 incredibly simple files now, just to make sure i understand whats going on, and it turns out i cant:

    heres main.cpp:


    #include <stdio.h>...
  21. Replies
    4
    Views
    694

    make file that links in sdl

    hey guys, so for the longest time in development with this little project ive been doing, i have just been doing simple #includes with .cpp files to simplify everything. sadly, i didnt turn to...
  22. Re: YUV (YUY2/YUYV) colorspaces, mixing and matching Y and UV's

    hmm... does nobody have experience with YUYV? this is a pretty obscure problem, i bet...
  23. Replies
    2
    Views
    237

    header files and linking?

    hey guys, so i have a pretty long program that i just realized i need to organize better. so far, since i never really learned about header files, i have just made the program of 3 source files, one...
  24. Replies
    1
    Views
    1,213

    [ubuntu] cutting out a hand-drawn pattern in gimp

    hey guys, so i am working with gimp on my first project here and wasnt able to figure this out: i want to cut out everything from an image but a tree, and leave the rest of the image as just a white...
  25. Re: YUV (YUY2/YUYV) colorspaces, mixing and matching Y and UV's

    allow me to rephrase the question: for the YUYV colorspace, four pixels would be represented like this, going left to right, wouldnt they?

    Y1 U1 Y2 V1 Y3 U2 Y4 V2

    so why is it when you try to...
Results 1 to 25 of 75
Page 1 of 3 1 2 3