fundamentals of engineering exam
BCS Engineering
BCS Engineering was founded to provide high quality networking and web services to small and medium size businesses. BCSE specializes in php and mysql scripts for X-cart ecommerce solution. BCSE provi more>> BCS Engineering was founded to provide high quality networking and web services to small and medium size businesses. BCSE specializes in php and mysql scripts for X-cart ecommerce solution. BCSE provides custom application development as well as prepackaged modifications and add ons for X-cart. Our prices range from FREE to $195+ for prepackaged modifications.<<less
Spacecraft Engineering Toolbox 3.4
Spacecraft Engineering Toolbox - Satellite tracker, Rocket trajectory simulator more>>
The toolbox also contains a rocket trajectory simulator. There is an archive with wRASP motor data included and you can specify your own motor data and even create your own wRASP files. The simulator is capable of simulating multistage rockets but does not include the capability of clustering.
There is also a tool for specifying rocket specific variables such as motors, drag coefficients, diameters, masses and separation delays for each stage. This rocket data can be used as single argument input for the simulator.
There are also some extra functions for designing thermal control, calculating visibility for a satellite, Gregorian to Julian date conversion, hohmann transfer orbits, sorting satellites in a satellite struct array, showing UTC time and plotting rocket motor data, etc...
Most programs/functions in this toolbox are GUI-based and ought to be pretty much user-friendly and easy to use. This toolbox can be used in MATLAB 5.1 and upwards. It is tested in 5.1, 5.3 and 6.0. It is mainly created in 5.1.
<<lessCapitalization of English Names
There are names in the English language like Sam ONeil, Jenny McCarthy, Beverly dAngelo, Leonardo di Caprio, Don Alejandro de la Vega, Wernher von Braun, etc. that give us trouble when we try to prope more>> There are names in the English language like Sam ONeil, Jenny McCarthy, Beverly dAngelo, Leonardo di Caprio, Don Alejandro de la Vega, Wernher von Braun, etc. that give us trouble when we try to properly capitalize them in software applications. I provide a customizable and extendable solution to this problem. I had looked through many documents on the net concerning capitalization in English and also spoke to some people that are supposed to know things like this. Then Ive written some code that puts all this theory into Java.<<less
Table of Contents Generator 1
Table of Contents Generator is a small script to create a table of contents based off of the header tags(h1-h6) throughout a page. more>> Table of Contents Generator is a small script to create a table of contents based off of the header tags(h1-h6) throughout a page.<<less
.NET Framework Fundamentals
Understanding the .NET Framework .NET framework is a Windows Component that supports the building and running of windows applications and XML Web services. The purpose of the component is to provide t more>> Understanding the .NET Framework .NET framework is a Windows Component that supports the building and running of windows applications and XML Web services. The purpose of the component is to provide the user with a consistent object oriented programming environment whether the code is stored locally or remotely.<<less
Java Online Course
Easy to follow, visual presentation of many of the concepts you need to start programming in java such as fundamentals, syntax, basic packages, GUI with AWT/Swing/2Dapi, threads and networking. Includes example source code, quizzes and exercises. more>> Easy to follow, visual presentation of many of the concepts you need to start programming in java such as fundamentals, syntax, basic packages, GUI with AWT/Swing/2Dapi, threads and networking. Includes example source code, quizzes and exercises.<<less
The Date of Easter 1.00
This simple PHP example will generate and output the date of easter for any given year. It is very simple, and most people will easily understand it. more>> This simple PHP example will generate and output the date of easter for any given year. It is very simple, and most people will easily understand it.<<less
License:Free for non-commercial use
TechArena Software Forum of India
TechArena Technology, Computer Hardware and Software Forums of India. Visit our Forum - http://forums.techarena.in AND Visit our Gallery - http://gallery.techarena.in more>> TechArena Technology, Computer Hardware and Software Forums of India. Visit our Forum - http://forums.techarena.in AND Visit our Gallery - http://gallery.techarena.in<<less
Number library of functions 1.0
A library of functions extending the number class (integers and float values): rounding and truncation, data type conversion. more>> A library of functions extending the number class (integers and float values): rounding and truncation, data type conversion.<<less
Industry Usage of VoiceXML
There are a number of uses for VoiceXML in the voice command industry. The importance of VoiceXML comes from the fact that many people have been unhappy with the use of textual interfaces such as WAP, more>> There are a number of uses for VoiceXML in the voice command industry. The importance of VoiceXML comes from the fact that many people have been unhappy with the use of textual interfaces such as WAP, and are looking for more powerful alternatives.<<less
PHP Calendar of Events 1.0
This script creates a PHP calendar of events that uses an overlib effect to indicate new events--Javascript must be enabled. The script main class myEventsCalendar.php allows you to add multiple events for each day in a year by calling a simple addEvent more>> This script creates a PHP calendar of events that uses an overlib effect to indicate new events--Javascript must be enabled. The script main class myEventsCalendar.php allows you to add multiple events for each day in a year by calling a simple addEvent method. The calendar then shows a preview of the event in an overlib effect as well as a detail page for further information. For this calendar you are going to need a file to test the main class, and also include the required js. Finally, further modifications to the script are possible once you learn how to use the main class, e.g. adding features, integrating the script to a MySql database etc..<<less
Demo of Alternate Pagination Paradigm
This is a demo of a model for pagination that differs from others. It has many features that distinguish it from other methodologies, not the least of which is multiple selection of items in the pages more>> This is a demo of a model for pagination that differs from others. It has many features that distinguish it from other methodologies, not the least of which is multiple selection of items in the pages. Another feature is that it does not suffer the limitations of html requests lengths, since it uses sessions. Also, it does not go to the database well for each page. Typically, for a given set of access parameters, it only accesses the database once, caching away the results in a session variable. Paging is thus more fluid. It also uses HTML form submit buttons, in conjunction with a select for page jumps, to page through the document as opposed to hyperlinks. This makes for cleaner code in general.<<less
ASP.NET 2.0 Framework Fundamentals
.NET framework is a Windows Component that supports the building and running of windows applications and XML Web services. The purpose of the component is to provide the user with a consistent object more>> .NET framework is a Windows Component that supports the building and running of windows applications and XML Web services. The purpose of the component is to provide the user with a consistent object oriented programming environment whether the code is stored locally or remotely. It aims to minimize software deployment and versioning conflicts and also promote safe execution of code including codes executed by trusted third parties. It is directed towards eliminating performance problems of scripted or interpreted environments. The effort is to make developer experience consistent across a variety of applications and platforms and create communication standards that help .NET framework applications integrate with all other web based applications.<<less
York Online Exam Scripts 2006
Requires php and MySql -- Template based (php is separate from html display page) -- Handles multiple exams -- Can have different fees for members or non-members -- Can allow exams to be taken in Prac more>> Requires php and MySql -- Template based (php is separate from html display page) -- Handles multiple exams -- Can have different fees for members or non-members -- Can allow exams to be taken in Practice mode. -- Php scripts are very well commented for ease of understanding and modifying -- Documentation includes a page list that tells what each file is used for.<<less
Out of the Sandbox 1.00
Get your applet out of the sandbox. This guide takes you through the steps involved in creating digitally signed applets. These trusted applets can overcome the restrictions placed by the sandbox such accessing local files and folders. more>> Get your applet out of the sandbox. This guide takes you through the steps involved in creating digitally signed applets. These trusted applets can overcome the restrictions placed by the sandbox such accessing local files and folders.<<less
License:Not Specified