Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. Wierd req from boss

Wierd req from boss

Scheduled Pinned Locked Moved C#
databasesales
26 Posts 10 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • G Giorgi Dalakishvili

    Why don't you ask him to give you the list?

    #region signature my articles #endregion

    P Offline
    P Offline
    PIEBALDconsult
    wrote on last edited by
    #9

    Whoo hoo! The "Wally Reflector"[^]!

    D 1 Reply Last reply
    0
    • S SpiveyC

      My boss wants me to add a function in the customer sign up that checks a database against wanted terrorists and their alias names they are using. Anyone know if there is a public database to query for names and photos.

      P Offline
      P Offline
      PIEBALDconsult
      wrote on last edited by
      #10

      Message box: "I see you entered the name ; this name appears on our list of suspected terrorists. Are you the suspected terrorist known as ?" [Yes] [No] If No -- Add user Else -- Go back and require the user to enter a new name

      S 1 Reply Last reply
      0
      • P PIEBALDconsult

        Message box: "I see you entered the name ; this name appears on our list of suspected terrorists. Are you the suspected terrorist known as ?" [Yes] [No] If No -- Add user Else -- Go back and require the user to enter a new name

        S Offline
        S Offline
        SpiveyC
        wrote on last edited by
        #11

        or else tag Video Surv tape and deny user access to area.

        P 1 Reply Last reply
        0
        • S SpiveyC

          or else tag Video Surv tape and deny user access to area.

          P Offline
          P Offline
          PIEBALDconsult
          wrote on last edited by
          #12

          Now I'm picturing the S.W.A.T. teams from "The Blues Brothers" and "Brazil".

          1 Reply Last reply
          0
          • P PIEBALDconsult

            Whoo hoo! The "Wally Reflector"[^]!

            D Offline
            D Offline
            Dan Neely
            wrote on last edited by
            #13

            I get a dead link trying to access the readable version of the comic.

            -- You have to explain to them [VB coders] what you mean by "typed". their first response is likely to be something like, "Of course my code is typed. Do you think i magically project it onto the screen with the power of my mind?" --- John Simmons / outlaw programmer

            P 1 Reply Last reply
            0
            • D Dan Neely

              I get a dead link trying to access the readable version of the comic.

              -- You have to explain to them [VB coders] what you mean by "typed". their first response is likely to be something like, "Of course my code is typed. Do you think i magically project it onto the screen with the power of my mind?" --- John Simmons / outlaw programmer

              P Offline
              P Offline
              PIEBALDconsult
              wrote on last edited by
              #14

              Alas, that was the best I could find at a moment's notice. I, of course, have it as a newspapaer clipping taped to my wall.

              1 Reply Last reply
              0
              • S SpiveyC

                My boss wants me to add a function in the customer sign up that checks a database against wanted terrorists and their alias names they are using. Anyone know if there is a public database to query for names and photos.

                T Offline
                T Offline
                txmrm
                wrote on last edited by
                #15

                You can download the US Treasury Department Specially Designated Nationals List (SDN) here: http://www.treas.gov/offices/enforcement/ofac/sdn/[^]

                S 1 Reply Last reply
                0
                • T txmrm

                  You can download the US Treasury Department Specially Designated Nationals List (SDN) here: http://www.treas.gov/offices/enforcement/ofac/sdn/[^]

                  S Offline
                  S Offline
                  SpiveyC
                  wrote on last edited by
                  #16

                  thanks. this is part of whats needed. Thanks for the link. I can now start moving all this into a database.

                  P 1 Reply Last reply
                  0
                  • S SpiveyC

                    thanks. this is part of whats needed. Thanks for the link. I can now start moving all this into a database.

                    P Offline
                    P Offline
                    PIEBALDconsult
                    wrote on last edited by
                    #17

                    Ooooh, wow, there's an XML version and a schema, use that one. (Why does that sound sarcastic? It's not supposed to, darn it.)

                    S 1 Reply Last reply
                    0
                    • P PIEBALDconsult

                      Ooooh, wow, there's an XML version and a schema, use that one. (Why does that sound sarcastic? It's not supposed to, darn it.)

                      S Offline
                      S Offline
                      SpiveyC
                      wrote on last edited by
                      #18

                      I cant find the XML file and the schema. Only the txt files and the PDF file. Can you link it for me ? Thanks

                      P 1 Reply Last reply
                      0
                      • S SpiveyC

                        I cant find the XML file and the schema. Only the txt files and the PDF file. Can you link it for me ? Thanks

                        P Offline
                        P Offline
                        PIEBALDconsult
                        wrote on last edited by
                        #19

                        They're right there on the page the other link got to, further down the page.

                        1 Reply Last reply
                        0
                        • S SpiveyC

                          Ha you should only know how many diffrent banks and service companies that runs checks against goverment databases for people who is suspected of terrorist acts or involment and is wanted by FBI and Interpol. Its not a 10 people list. this is 1000 of peoples and aliases that is used out there both here in the states and in Europe.

                          R Offline
                          R Offline
                          Rocky
                          wrote on last edited by
                          #20

                          the question is not abt the list of ppl or whats happening in Europe or Interpol. Question is.. where have u specified the tables. You're just telling us, hey u guys my boss needs a list of terrorist and that... how in the world are we supposed to know where its gonna come from.

                          Rocky You can't climb up a ladder with your hands in your pockets.

                          S 1 Reply Last reply
                          0
                          • S SpiveyC

                            My boss wants me to add a function in the customer sign up that checks a database against wanted terrorists and their alias names they are using. Anyone know if there is a public database to query for names and photos.

                            S Offline
                            S Offline
                            SKP24
                            wrote on last edited by
                            #21

                            Hey....What If the user enter a fake id and photo....

                            Sagar Pattnayak Software Developer Sun-Dew Solutions +91-9831169962

                            P S 2 Replies Last reply
                            0
                            • S SKP24

                              Hey....What If the user enter a fake id and photo....

                              Sagar Pattnayak Software Developer Sun-Dew Solutions +91-9831169962

                              P Offline
                              P Offline
                              PIEBALDconsult
                              wrote on last edited by
                              #22

                              Right, what the boss seems to want to achieve is unachievable, and therefore a waste of time and effort by the developers. Plus you'll wrongly accuse many innocent users and they'll go to a competitor's site instead.

                              1 Reply Last reply
                              0
                              • S SKP24

                                Hey....What If the user enter a fake id and photo....

                                Sagar Pattnayak Software Developer Sun-Dew Solutions +91-9831169962

                                S Offline
                                S Offline
                                SpiveyC
                                wrote on last edited by
                                #23

                                Well the list is updated with all known aka names. I think my boss wants this as a sales pitch for the software. Purpose is to make it harder for someone to get the service if they are up to no good. Yes someone can be denied service, but the customer owning the software can opt to use this or not in the settings.

                                P 1 Reply Last reply
                                0
                                • R Rocky

                                  the question is not abt the list of ppl or whats happening in Europe or Interpol. Question is.. where have u specified the tables. You're just telling us, hey u guys my boss needs a list of terrorist and that... how in the world are we supposed to know where its gonna come from.

                                  Rocky You can't climb up a ladder with your hands in your pockets.

                                  S Offline
                                  S Offline
                                  SpiveyC
                                  wrote on last edited by
                                  #24

                                  RockyC# My boss wants me to add a function in the customer sign up that checks a database against wanted terrorists and their alias names they are using. Anyone know if there is a public database to query for names and photos. this was more a call to the forums asking if they knew if there was a gov database for me to query out there. Alot of softwares uses this now and the chances a developer here on the forum had been in contact with it is high. So i see it as a good question for tips on where such public database could be.

                                  1 Reply Last reply
                                  0
                                  • S SpiveyC

                                    Well the list is updated with all known aka names. I think my boss wants this as a sales pitch for the software. Purpose is to make it harder for someone to get the service if they are up to no good. Yes someone can be denied service, but the customer owning the software can opt to use this or not in the settings.

                                    P Offline
                                    P Offline
                                    PIEBALDconsult
                                    wrote on last edited by
                                    #25

                                    But the user could perhaps create a new alias on the spot.

                                    1 Reply Last reply
                                    0
                                    • S SpiveyC

                                      My boss wants me to add a function in the customer sign up that checks a database against wanted terrorists and their alias names they are using. Anyone know if there is a public database to query for names and photos.

                                      P Offline
                                      P Offline
                                      PIEBALDconsult
                                      wrote on last edited by
                                      #26

                                      It finally occurred to me today that, were I a terrorist, I would check the list frequently. :)

                                      1 Reply Last reply
                                      0
                                      Reply
                                      • Reply as topic
                                      Log in to reply
                                      • Oldest to Newest
                                      • Newest to Oldest
                                      • Most Votes


                                      • Login

                                      • Don't have an account? Register

                                      • Login or register to search.
                                      • First post
                                        Last post
                                      0
                                      • Categories
                                      • Recent
                                      • Tags
                                      • Popular
                                      • World
                                      • Users
                                      • Groups