• Visitors can check out the Forum FAQ by clicking this link. You have to register before you can post: click the REGISTER link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. View our Forum Privacy Policy.
  • Want to receive the latest contracting news and advice straight to your inbox? Sign up to the ContractorUK newsletter here. Every sign up will also be entered into a draw to WIN £100 Amazon vouchers!

Putting "Yardies" back into the community

Collapse
X
  •  
  • Filter
  • Time
  • Show
Clear All
new posts

    Putting "Yardies" back into the community

    I just hope the Home Office are better at monitoring the Witness Protection programme

    From todays BBC NEws..

    "Details of more than 20 of the 80 most dangerous foreign prisoners freed without facing deportation cannot be found on the national police computer.
    They include one murderer and a rapist. A source told the BBC police may not have sufficient details to run a check.

    But Home Office minister Hazel Blears insisted the most serious offenders would be out on licence and monitored.

    Home Secretary Charles Clarke is to report on progress tracing hundreds of the foreign convicts freed since 1999.

    He is to give a written update to the House of Commons speaker on Friday afternoon outlining what has happened to some of the 1,023 foreign prisoners released between 1999 and last month. "

    #2
    I'm flabbergasted that this has been going on since 1999 and not one of the feckers at the home office could ensure a system was in place to stop it happening. It can't be that complicated..
    IF release_date = Today AND prisoner_type='illegal immigrant' THEN DEPORT ELSE FREE;!!

    Comment


      #3
      Originally posted by decode
      I'm flabbergasted that this has been going on since 1999 and not one of the feckers at the home office could ensure a system was in place to stop it happening. It can't be that complicated..
      IF release_date = Today AND prisoner_type='illegal immigrant' THEN DEPORT ELSE FREE;!!
      Not too complicated?

      Don't you mean this? Yours would free the entire prison population.

      IF release_date = Today
      then
      IF prisoner_type='illegal immigrant'
      THEN DEPORT
      ELSE FREE
      else
      keep;

      Comment


        #4
        Not too complicated?

        Don't you mean this? Yours would free the entire prison population.
        ..perfectly qualified to be home secretary then

        Comment


          #5
          Originally posted by expat
          Not too complicated?

          Don't you mean this? Yours would free the entire prison population.
          I'd blame the specification.
          Insanity: repeating the same actions, but expecting different results.
          threadeds website, and here's my blog.

          Comment


            #6
            I think the logic should be:
            Code:
            private void onConviction() {
              if (prisoner.type.equals('Illegal Immigrant')) {
                // why the feck is the Tax Payer paying to keep this scum bag ?
                deport();
                markScumBagsCardSoNeverAllowedBackIn();
              } else {
                lockUp();
              }
            }
            
            private void onTimeServed() {
              // prisoner has served his/her time - let them go
              releaseIntoCommunity();
            }
            
            private void lockUp() {
              if (prisoner.name.equals('Janey')) {
                putInCellWithRampantLesboAndWebCam();
              } elseif (prisoner.name.equals('Chico')) {
                putInCellWithHardCoreDevilWorshipperAndWebCam();
              } else {
                putInRandomOverCrowdedCell();
              }
            }

            Comment


              #7
              some people have FAR too much time on their hands!!!

              "Well behaved women rarely make history"

              Comment


                #8
                Originally posted by janey
                some people have FAR too much time on their hands!!!

                I worry with what else they might be doing with their hands.

                Comment


                  #9
                  Originally posted by privateeye
                  I worry with what else they might be doing with their hands.
                  I don't know what you could possibly mean

                  *Janey in sweet and innocent mode*
                  "Well behaved women rarely make history"

                  Comment


                    #10
                    Originally posted by janey
                    I don't know what you could possibly mean

                    *Janey in sweet and innocent mode*
                    Someone once asked me how they could get to be as good as me. I answered that a good start would be to keep both hands above the desk.
                    Insanity: repeating the same actions, but expecting different results.
                    threadeds website, and here's my blog.

                    Comment

                    Working...
                    X