Navigation
Primary links
User login
My Code-Projects
Undergraduate Courses and Material:
- (CSCI 215) Algorithms and Data Structures
"Study of data structures such as linked lists, stacks, queues, trees, and graphs. Algorithms for manipulating such structures will be introduced and analyzed. Static and dynamic memory allocation. Access methods for sorting/searching, such as hashing and tree searching."
Samples: - (CMIS 310) Web Architecture and Development
"Provides students with thorough knowledge of the foundations of e-commerce, current technologies utilized in the development of an e-commerce web site, and criteria for assessing the usability of ecommerce sites." - (CSCI 415) Software Engineering
"Study of the software development process. Topics include: phases of a software project, life-cycle models, metrics, tools, ethical and professional issues. Participation on team projects is integral." - (CSCI 434) Theory of Programming Language
"A theoretical study of programming languages. Introduction to grammars and parsers. Language design issues and practical applications."
Systems Administration Scripts:
- Active Directory RDN Modify
In our AD enviornment we had a mix of users with mismatching rdn's which makes it very difficult to determine what user you are looking for during a search. To make it easier on the sys admins I wrote this litttle script that renames a users RDN to match their display name. - Department Fill
This little script makes a connection to an Oracle database and queries a table/view. The userid from the query is used to pull up their active directory account so that a field can be updated. It would be very simple to populate the fields dynamically from the same select.
Applications:
- Configurator
This php script was written for a local computer shop. A mysql database is maintained on the backend with product categories such as hard drives, motherboards, processors, memory, etc. A second table is contains all products that could be used to build a computer. The configurator dynamically calculates the current total when items are selected form the drop down menus. Once the quote has been completed and submitted a printer friendly copy is provided for the customer to reference when they speak with the shop. All quotes are stored in a table that can be brought up by the customer or by the shop.




