Search:

Type: Posts; User: 3v3rgr33n; Keyword(s):

Page 1 of 8 1 2 3 4

Search: Search took 0.08 seconds.

  1. Thread: C Library

    by 3v3rgr33n
    Replies
    3
    Views
    438

    Re: C Library

    Gaurav_Kumar, did you figure out what you wanted to do?
  2. Replies
    9
    Views
    687

    [SOLVED] Re: can't see file properties full

    Here is a comprehensive list with your possible command line choices http://askubuntu.com/a/303461
  3. Replies
    9
    Views
    687

    [SOLVED] Re: can't see file properties full

    Sir? No need to be formal ;)

    I'm assuming you're using nautilus. Look at this thread http://ubuntuforums.org/showthread.php?t=2127171 to begin with.
    It seems like you're not the first one to come...
  4. Replies
    9
    Views
    687

    [SOLVED] Re: can't see file properties full

    Is the problem that the "properties" window pops up but is empty or does it not appear at all?
  5. [ubuntu] Re: Ubuntu 10.04 add ssh service to autorun config

    There is no autorun in Ubuntu, that is a Windows feature as far as I understand.

    If they've given you a "SSH service", it seems to me that you then need to to ssh in.
    This thread:...
  6. Replies
    4
    Views
    614

    Re: Compiling a C++ Program

    I agree with r-senior, stick with g++ Here's a simple tutorial to get started http://www.vietspring.org/cpp_linux/gpp.html . I'm sure you can find other tutorials through Google.
  7. Re: How do I start my learning of becoming UI designer?

    xml isn't that hard. Plus, in android you really have to "use" xml because Android Studio and eclipse have drag and drop functionality. You might need xml when you are refining some elements of your...
  8. Replies
    11
    Views
    995

    Re: programming for phone apps?

    Why would anyone go to the trouble of buyin a Mac, paying $99 and learning Objective-C when you're not gonna make truck loads of money?

    To me it seems like the only one gaining from that is Apple.
  9. Replies
    11
    Views
    995

    Re: programming for phone apps?

    Lol. I second sticking to Android, unless you're trying make loads of money (in which case, iOS is probably the way to go). I'm an android dev and I'm not making tons of money (I'm not making...
  10. Replies
    11
    Views
    995

    Re: programming for phone apps?

    Are you mentioning php & javascript because you want to use them for phone development?

    What kind of phone do you want to develop for -- smart,feature phone or (smart feature phones like the Nokia...
  11. Replies
    0
    Views
    964

    storing threads in a vector, c++

    How does one store threads in a vector in c++?

    I currently have this.



    std::vector<std::thread> threads;
    threads.push_back(std::move(tmp));
  12. Replies
    5
    Views
    433

    Re: joining Ubuntu translation teams

    Hey, It worked. Thank you very much.

    Ended up at https://translations.launchpad.net/ubuntu

    Regards,

    A
  13. Replies
    5
    Views
    433

    Re: joining Ubuntu translation teams

    ...No one has replied
  14. Replies
    5
    Views
    433

    Re: joining Ubuntu translation teams

    Thnx, Doug.

    I'll get back to you with some feedback.
  15. Replies
    5
    Views
    433

    joining Ubuntu translation teams

    Hey,

    I want to contribute to the IsiXhosa translation of Ubuntu. I applied for membership for the Ubuntu Xhosa Translators team on Launchpad, I also e-mailed the group owner as the team has no...
  16. Replies
    1
    Views
    258

    [xubuntu] blocking dc++

    Schools normally block dc++ clients from a computer. I was wondering how I can do that for my home computer?

    Firefox has an add-on called:
    BlockSite

    It's for blocking url's. It's password...
  17. Replies
    1
    Views
    285

    Re: netbeans mobility plugin

    Finally decided to stop trying to use netbeans.

    I installed eclipse, got EclipseMe and sun's WTK.

    Now works.
  18. Replies
    1
    Views
    285

    netbeans mobility plugin

    Hi

    I want to start with J2ME development. I downloaded netbeans and sun's wireless toolkit. It seems like I need to get the netbeans mobility plugin.

    All people seem to be sayin' it's available...
  19. Replies
    2
    Views
    1,254

    Re: deadlock in producer-consumer problem

    lol It was homework. I read that page numerous times. I then realized that I'm supposed to give a sloppy solution to the producer-consumer problem. I made one process try to acquire the lock twice...
  20. Replies
    2
    Views
    1,254

    deadlock in producer-consumer problem

    Hi

    I'm just wondering, is it possible to get deadlock in a properly done solution of the producer-consumer problem using semaphores?

    I'm supposed to give an example of such and I can't see how...
  21. Replies
    7
    Views
    655

    Re: Releasing lock in Java

    Best advice ever!

    I changed the structure. Now works. Thanx guys :-)
  22. Replies
    7
    Views
    655

    Re: Releasing lock in Java

    I don't understand what you're trying to say.
  23. Replies
    7
    Views
    655

    Re: Releasing lock in Java

    Thnx!
  24. Replies
    7
    Views
    655

    Releasing lock in Java

    Hi

    I have a somewhat simple problem. I have a synchronized method, I want to release the lock when a specific condition is met. How do I do that?



    public synchronized void someMethod(){
    ...
  25. [xubuntu] Re: Detecting applications who create folders

    That would require me to manually remove the folders. I was planning on making an application (in c++ , just to polish my skills) that will do that for me.
    I figured I need to see if two things are...
Results 1 to 25 of 194
Page 1 of 8 1 2 3 4