Search:

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

Page 1 of 10 1 2 3 4

Search: Search took 0.06 seconds.

  1. Re: Something like Cyberduck (automatic sync after edit) for linux?

    Woah, well now I am glad I made the switch. :)

    Works perfectly.
  2. Something like Cyberduck (automatic sync after edit) for linux?

    I have been using Cyberduck for Mac for a long time, and after I edit a file it will automatically be uploaded to my server (via SSH).

    I am trying out filezilla, but i need to switch back to the...
  3. [Python] extracting main contents off of webpage

    Basically I want to do something like this;

    give a URL. And find the part of the webpage that has the main content.

    e.g. a main page of a blog should return the div that contains the posts and...
  4. will ATI stream (or another GPGPU library) improve linear algebra operations?

    Hello all,

    I have a program that I want to make faster. I have a ATI 4890 and so I thought that maybe ATI's stream package could help.

    Basically, all of my program is a series of matrix...
  5. How do I plot units on a 2d space where they are grouped on simularity?

    Basically if I have say 200 people, and I have measure of how similar they are between themselves, whats an algorithm to plot them on a 2d space where the distance between them is indicative of how...
  6. What is the license on a port of something?

    I am porting something from Ruby (the library has GPL) to python. Does the GPL go away when I port it and I can release it with my own license?
  7. Re: [python]beginner trying to get data from websites

    what im arguing is that 1 line of code I dont really see as an "improvement".
    You could easily extend beautiful soup to do it on the fly if you wanted.


    class FlyInMySoup(BeautifulSoup):
    ...
  8. Re: [PYTHON] Could use a little help here [game programming]

    pyglet4LIFE FOOLZ
  9. Re: [python]beginner trying to get data from websites

    is it so hard to do:

    parsed = BeautifulSoup(urllib2.open("http://google.com"))

    ?

    lol.

    If you need to, you can use "Mechanize". It is a library which will go through and allow you to...
  10. porting from matlab to python (need help with matlab reference)

    Ok so if anyone can spare a few minutes and can tell me what each of these things are in terms of python (or plain english), that would be FANTASTIC!



    (this is in a for loop where d is defined...
  11. [ubuntu] Re: Cant view cdrom because of Permission issues

    You dont understand, this is the FOURTH problem in the past two weeks where I say something "I did [insert X]", 12 hours later somebody asks "did you do [insert X]" I say "yes" very politely, another...
  12. [ubuntu] Re: Cant view cdrom because of Permission issues

    I told you already... I AM A MEMBER OF CDROM


    phun@desktop:~$ id
    uid=1000(phun) gid=1000(phun) groups=4(adm),20(dialout),24(cdrom),46(plugdev),109(lpadmin),117(admin),122(sambashare),1000(phun)...
  13. [ubuntu] Re: Cant view cdrom because of Permission issues

    bump
  14. [ubuntu] Re: Cant view cdrom because of Permission issues

    the box is checked "use CD-ROM Drives" I am pretty sure Vista put some file permissions on it and all my other data files. I can use other cd's made with Ubuntu just fine, but the ones made with...
  15. [ubuntu] Cant view cdrom because of Permission issues

    I can't view /media/cdrom as a normal user. if I cd into as a super user, i can view it. If i launch a nautilus window as a super user, I can view it.

    As a normal user it is empty. If i try to...
  16. [ubuntu] Re: I had my ethernet shared to another ethernet, but now all of the sudden It wont w

    manually, i followed the guide i linked perfectly so it is set through ifconfig
  17. [ubuntu] Re: I had my ethernet shared to another ethernet, but now all of the sudden It wont w

    bump
  18. [ubuntu] Re: I had my ethernet shared to another ethernet, but now all of the sudden It wont w

    yup.
  19. [ubuntu] Re: I had my ethernet shared to another ethernet, but now all of the sudden It wont w

    yup. the desktop has full access. That is what Im using right now because my laptop's wireless is soooo slow (like 20kbps, and drops off all the time). So not being able to share my Ethernet is...
  20. [ubuntu] Re: I had my ethernet shared to another ethernet, but now all of the sudden It wont w

    the laptop is windows.



    eth0 Link encap:Ethernet HWaddr 00:**:08:2*:**:4*
    inet6 addr: fe80::***:***:**2*:***a/64 Scope:Link
    UP BROADCAST RUNNING MULTICAST ...
  21. any ATI stream (or maybe even CUDA) people that can help me out?

    Ok

    So I have a problem

    I have 2 3 dimensional arrays (arr1, arr2)
    and 1 2 dimensional array (arr3)

    So I need to sum all the values in arr1 and arr2 and use them to modify the things in arr3...
  22. [ubuntu] I had my ethernet shared to another ethernet, but now all of the sudden It wont work

    I followed this guide:

    https://help.ubuntu.com/community/Internet/ConnectionSharing

    To get my eth1 connection to share to my eth0 connection which was connected to my laptop.

    I changed...
  23. Replies
    5
    Views
    459

    [ubuntu] Re: apt-get only downloads at 23kbps

    yeah, I didnt know the beta was released so if I did I probably wouldnt have asked here since normally ubuntu releases coincide with horrible ubuntu server download speeds.
  24. Replies
    5
    Views
    459

    [ubuntu] Re: apt-get only downloads at 23kbps

    I think I got it working. The default US server must be messed up becasue I selected "choose best server" and it selected one out in ireland (im in the USA) and now everything is going at 1mbps.
  25. Replies
    5
    Views
    459

    [ubuntu] apt-get only downloads at 23kbps

    Hey,

    I just noticed this last night and this morning, when I am trying to update my system (using update manager) or installing software, everything only downloads between like 5000 bytes/s or at...
Results 1 to 25 of 250
Page 1 of 10 1 2 3 4