Results 1 to 10 of 10

Thread: Case

  1. #1
    Negative Knight is offline Associate Member
    Join Date
    Jul 2013
    Posts
    165

    Case

    Anybody have a commercially available case to store / transport amps , alcohol wipes and syringes? I found an old PSP case works nice for 1 10cc amp, 10 1.5inch 3cc syringes, and 20 swabs.

  2. #2
    Java Man's Avatar
    Java Man is offline Known Troll
    Join Date
    Dec 2012
    Location
    The Matrix
    Posts
    4,327
    using System;

    class Program { static void Main(string[] args)
    {
    var question = new string();
    var answer = new string();
    Console.readline(question);

    switch(question)
    {
    case " case to store / transport amps , alcohol wipes and syringes":
    {
    answer="not I. Maybe someone else?";
    break;
    )
    case default:
    {
    answer="no!";
    break;
    }
    }
    Console.writeline(answer)
    }

  3. #3
    DSM4Life's Avatar
    DSM4Life is offline Snook~ AR Lounge Monitor
    Join Date
    Jan 2005
    Location
    PA
    Posts
    30,963
    Blog Entries
    1
    I hate Java
    Realist: A person who sees things as they truly are. A practical person. The pessimist complains about the wind; The optimist expects it to change; The realist adjusts the sails. — William Arthur Ward

  4. #4
    Java Man's Avatar
    Java Man is offline Known Troll
    Join Date
    Dec 2012
    Location
    The Matrix
    Posts
    4,327
    It's c#. Unless you meant you hate me in which case I have no solution.

  5. #5
    Java Man's Avatar
    Java Man is offline Known Troll
    Join Date
    Dec 2012
    Location
    The Matrix
    Posts
    4,327
    Sorry OP, that's the first thing that came to mind when I saw just the word "case" lol. By PSP do you mean playstation portable? That's an interesting use for the case

  6. #6
    DSM4Life's Avatar
    DSM4Life is offline Snook~ AR Lounge Monitor
    Join Date
    Jan 2005
    Location
    PA
    Posts
    30,963
    Blog Entries
    1
    I did a little programming with Java/C (in college) and it wasn't bad but once I got to assembly I was done with programming.
    Realist: A person who sees things as they truly are. A practical person. The pessimist complains about the wind; The optimist expects it to change; The realist adjusts the sails. — William Arthur Ward

  7. #7
    lovbyts's Avatar
    lovbyts is offline Knowledgeable Member
    Join Date
    Apr 2008
    Posts
    30,244
    I never got past C++ and only one semester.

  8. #8
    Java Man's Avatar
    Java Man is offline Known Troll
    Join Date
    Dec 2012
    Location
    The Matrix
    Posts
    4,327
    Quote Originally Posted by DSM4Life View Post
    I did a little programming with Java/C (in college) and it wasn't bad but once I got to assembly I was done with programming.
    Lol. Push. Mov. Bit by bit. Yeah I'd quit too. It was ok when processors had 2 and 4 bit instructions. Humans can't do that tedious sh!t anymore.

  9. #9
    ChiveOn's Avatar
    ChiveOn is offline Senior Member
    Join Date
    Dec 2012
    Location
    SoCal USA
    Posts
    1,404
    I use a Pelican case. Search em, pretty cheap and super durable

  10. #10
    Negative Knight is offline Associate Member
    Join Date
    Jul 2013
    Posts
    165
    Quote Originally Posted by Java Man
    Sorry OP, that's the first thing that came to mind when I saw just the word "case" lol. By PSP do you mean playstation portable? That's an interesting use for the case
    Yes lol, fits perfect

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

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