Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. stalliondreamz

    Help Desperately... Matrices!!!

    i will be greatful if someone could help me. You are required to write a program in C to perform the matrix multiplication. Given two integer matrices A and B, calculate the resulting matrix C by the following formula: C (i, j) = summation from 1 to n of ( A(i, k) * B (k, j)) Appreciate it...
  2. stalliondreamz

    Disable accounts from Active Directory after a period of time

    Hey Guys, Can someone please help me out, i need to write a script for Disabling user accounts in the Active Directory if it has not been active or logged on in the past six month 6 months, can someone please send me the script or atleast help me out, i have been stuck with this for weeks. Thank...

Part and Inventory Search

Back
Top