That could liberate a few quid...

Discussion in 'UK Motorcycles' started by Fr Jack, Mar 15, 2010.

  1. Fr Jack

    CT Guest

    Sad fucker :eek:)
     
    CT, Mar 16, 2010
    #21
    1. Advertisements

  2. Fr Jack

    platypus Guest

    571
     
    platypus, Mar 16, 2010
    #22
    1. Advertisements

  3. Fr Jack

    darsy Guest

    I'm getting the general message that I'm spending too much time with
    him. A solution is at hand, mind.
     
    darsy, Mar 16, 2010
    #23
  4. Fr Jack

    platypus Guest

    Will you need an alibi?
     
    platypus, Mar 16, 2010
    #24
  5. Fr Jack

    darsy Guest

    Several. But from you would probably not be sufficient.
     
    darsy, Mar 16, 2010
    #25
  6. Fr Jack

    antonye Guest

    Oi! No binaries!
     
    antonye, Mar 16, 2010
    #26
  7. Fr Jack

    darsy Guest

    and the rest, granddad.
     
    darsy, Mar 17, 2010
    #27
  8. Fr Jack

    CT Guest

    I did, 'cos I was sad enough to google for a binary-to-English
    translator.

    Here, have a "LOL!"
     
    CT, Mar 17, 2010
    #28
  9. Fr Jack

    Ace Guest

    Seems to be missing the last three characters, 'er.'.
     
    Ace, Mar 17, 2010
    #29
  10. Fr Jack

    Ace Guest

    Ha! I had to write one first.
     
    Ace, Mar 17, 2010
    #30
  11. Fr Jack

    platypus Guest

    Even if I could, I wouldn't.
     
    platypus, Mar 17, 2010
    #31
  12. Fr Jack

    Jérémy Guest

    I'm working on it. No parity bit, one stop bit, 8-bit EBCDIC, right? I'm
    going to need another napkin, but so far it looks like it might be in
    Turkish.
     
    Jérémy, Mar 17, 2010
    #32
  13. Fr Jack

    Ace Guest

    Bwahaha.

    Most of these people haven't even heard of EBCDIC.
    I get
    Ƥƒ’@¨–¤k@¨–¤@†¤ƒ’‰•‡@†¤ƒ’@
     
    Ace, Mar 17, 2010
    #33
  14. Fr Jack

    darsy Guest

    for puffs.

    proper coders used BCD, if they had to pander to non-binary readers.
     
    darsy, Mar 17, 2010
    #34
  15. Fr Jack

    Ace Guest

    Fooking cheater. It only takes a few lines of code:
    data;
    x='0100011001110101011000110110101100100000011110010110111101110101001011000010000001111001011011110111010100100000011001100111010101100011011010110110100101101110011001110010000001100110011101010110001101101011'
    ;
    length eights1-eights30 $ 8 ;
    length c $ 30 ;
    array eights eights1-eights30 ;
    do i = 1 to ((length(x)/8)) ;
    eights(i)=substr(x,(i*8-7),8) ;
    p=input(eights(i),binary8.) ;
    substr(c,i,1)=byte(p);
    end;
    E=put(c,$EBCDIC34.) ;
    put c= e= ;
    run;
     
    Ace, Mar 17, 2010
    #35
  16. Fr Jack

    CT Guest

    It don't look like any kind of code I've ever written.
     
    CT, Mar 18, 2010
    #36
  17. Fr Jack

    darsy Guest

    I would have though your level of sophistication was along the lines
    of:

    10 PRINT "Chris is cool";
    20 GOTO 10
     
    darsy, Mar 18, 2010
    #37
  18. It's Swiss-German...

    --
    Ivan Reid, School of Engineering & Design, _____________ CMS Collaboration,
    Brunel University. Ivan.Reid@[brunel.ac.uk|cern.ch] Room 40-1-B12, CERN
    GSX600F, RG250WD "You Porsche. Me pass!" DoD #484 JKLO#003, 005
    WP7# 3000 LC Unit #2368 (tinlc) UKMC#00009 BOTAFOT#16 UKRMMA#7 (Hon)
    KotPT -- "for stupidity above and beyond the call of duty".
     
    Dr Ivan D. Reid, Mar 18, 2010
    #38
  19. Fr Jack

    CT Guest

    That was a couple of years ago.
     
    CT, Mar 18, 2010
    #39
  20. Fr Jack

    Ace Guest

    You understood it then?
     
    Ace, Mar 18, 2010
    #40
    1. Advertisements

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.