Page 210 of 284 FirstFirst ... 110160200208209210211212220260 ... LastLast
Results 2,091 to 2,100 of 2840

Thread: Post your CTRL+V's

  1. #2091
    Join Date
    Nov 2011
    Beans
    11

    Re: Post your CTRL+V's

    byte[] buf = new byte[1024];
    int len;
    while ((len = in.read(buf)) > 0) {
    out.write(buf, 0, len);

    Some random bits of java code. Hehe.

  2. #2092
    Join Date
    Nov 2005
    Location
    Sendai, Japan
    Beans
    11,296
    Distro
    Kubuntu

    Re: Post your CTRL+V's

    9780471383659

  3. #2093
    Join Date
    Mar 2010
    Location
    Isn't it obvious?
    Beans
    432

    Re: Post your CTRL+V's

    Code:
    ctrl_interface=/var/run/wpa_supplicant  network={         ssid="ESSID_IN_QUOTES"         psk="ASCII PSK Password in Quotes"         key_mgmt=WPA-PSK         proto=RSN WPA         pairwise=CCMP TKIP         group=CCMP TKIP }

    What is wrong with [code]??
    Last edited by catlover2; November 23rd, 2011 at 07:29 AM.
    AMD Athlon II x4 640 - ASUS M4A88T-V EVO/USB3 - 12GB RAM - XFX ATI Radeon HD 5670 1GB w/21.5" Monitor - Assorted HDDs - Mushkin Enhanced Chronos 120Gb SSD - [ArchLinux - Windows 7 - Mac OS X 10.6.8]
    If all else fails, read the instructions.

  4. #2094
    Join Date
    Nov 2011
    Location
    At home
    Beans
    1,359
    Distro
    Ubuntu 15.04 Vivid Vervet

    Re: Post your CTRL+V's

    BOB WARD, of the LSE's Grantham Research Institute on Climate Change, on the release of a second, larger batch of emails between climate scientists at the University of East Anglia. The first leak in 2009 caused a global climate science controversy.

  5. #2095
    Join Date
    Mar 2010
    Location
    Isn't it obvious?
    Beans
    432

    Re: Post your CTRL+V's

    00040000745051352914
    AMD Athlon II x4 640 - ASUS M4A88T-V EVO/USB3 - 12GB RAM - XFX ATI Radeon HD 5670 1GB w/21.5" Monitor - Assorted HDDs - Mushkin Enhanced Chronos 120Gb SSD - [ArchLinux - Windows 7 - Mac OS X 10.6.8]
    If all else fails, read the instructions.

  6. #2096
    Join Date
    Oct 2011
    Beans
    Hidden!

    Re: Post your CTRL+V's

    gconftool --recursive-unset /apps/panel && rm -rf ~/.gconf/apps/panel && pkill gnome-panel

  7. #2097
    Join Date
    Dec 2009
    Location
    Fareham, UK
    Beans
    2,382
    Distro
    Ubuntu

    Re: Post your CTRL+V's

    CALLING ALL DOG LOVERS
    I will give you some background the guys are serving in Afghanistan at the moment and the dog handlers have a big drive on trying to get people to send dog treats out to them to give the dogs some treats on Christmas day.

    --------------------------------------------------------------

    An appeal going around on Facebook ATM.

  8. #2098
    Join Date
    Mar 2010
    Location
    Isn't it obvious?
    Beans
    432

    Re: Post your CTRL+V's

    AMD Athlon II x4 640 - ASUS M4A88T-V EVO/USB3 - 12GB RAM - XFX ATI Radeon HD 5670 1GB w/21.5" Monitor - Assorted HDDs - Mushkin Enhanced Chronos 120Gb SSD - [ArchLinux - Windows 7 - Mac OS X 10.6.8]
    If all else fails, read the instructions.

  9. #2099
    Join Date
    Jul 2011
    Location
    /dev/sda1
    Beans
    347
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Post your CTRL+V's

    Code:
    ^v

  10. #2100
    Join Date
    Mar 2010
    Location
    Isn't it obvious?
    Beans
    432

    Re: Post your CTRL+V's

    AMD Athlon II x4 640 - ASUS M4A88T-V EVO/USB3 - 12GB RAM - XFX ATI Radeon HD 5670 1GB w/21.5" Monitor - Assorted HDDs - Mushkin Enhanced Chronos 120Gb SSD - [ArchLinux - Windows 7 - Mac OS X 10.6.8]
    If all else fails, read the instructions.

Page 210 of 284 FirstFirst ... 110160200208209210211212220260 ... LastLast

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •