Results 1 to 10 of 10

Thread: Case

  1. #1
    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
    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
    Join Date
    Jan 2005
    Location
    PA
    Posts
    30,963
    I hate Java

  4. #4
    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
    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
    Join Date
    Jan 2005
    Location
    PA
    Posts
    30,963
    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.

  7. #7
    Join Date
    Apr 2008
    Posts
    30,272
    I never got past C++ and only one semester.

  8. #8
    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
    Join Date
    Dec 2012
    Location
    SoCal USA
    Posts
    1,404
    I use a Pelican case. Search em, pretty cheap and super durable

  10. #10
    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
  •