Wierd req from boss
-
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.
Why don't you ask him to give you the list?
#region signature my articles #endregion
-
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.
-
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.
Well, if you are provided said list its as easy as importing it into a database table, and using the normal search/lookup facilities provided by the Db (just like if you were searching for a customer).
-
Well, if you are provided said list its as easy as importing it into a database table, and using the normal search/lookup facilities provided by the Db (just like if you were searching for a customer).
My boss whent to some trade show and saw another company that had done this. They where querying a government database, so there is no list what i know of. I just get tired hearing of it and dont care much if its in or not, rather see something more useful get added to the software. I have never done something like this before and was hoping someone had done this before. I know the banks are now doing the same thing when you open a new account. and since the service our customers provide who uses our software could be used for terrorism he wants this as a sales pitch.
-
this one should be nominated for the question of the day atleast!
Rocky You can't climb up a ladder with your hands in your pockets.
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.
-
this one should be nominated for the question of the day atleast!
Rocky You can't climb up a ladder with your hands in your pockets.
And this one for the answer of the day: http://www.codeproject.com/script/comments/forums.asp?msg=2194021&forumid=1649#xx2194021xx[^] :doh:
**
xacc.ide-0.2.0.77 - now with C# 3.5 support and Navigation Bar!^
New xacc.ide release RSS feed^**
-
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.
You may need check with your current district administration in this regard.
Vasudevan Deepak Kumar Personal Homepage Tech Gossips
-
Why don't you ask him to give you the list?
#region signature my articles #endregion
Whoo hoo! The "Wally Reflector"[^]!
-
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.
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
-
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
-
Whoo hoo! The "Wally Reflector"[^]!
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
-
Now I'm picturing the S.W.A.T. teams from "The Blues Brothers" and "Brazil".
-
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
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.
-
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.
-
You can download the US Treasury Department Specially Designated Nationals List (SDN) here: http://www.treas.gov/offices/enforcement/ofac/sdn/[^]
-
thanks. this is part of whats needed. Thanks for the link. I can now start moving all this into a database.
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.)
-
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.)
-
I cant find the XML file and the schema. Only the txt files and the PDF file. Can you link it for me ? Thanks
They're right there on the page the other link got to, further down the page.
-
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.
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.