Results for "Volume: C_Volume2"
generate code 39 barcodes in html using javascript.
This programs convert any text file (ie. java source/c/php/sql++) to HTML with syntax highlighting. it is very configureable and you can add unlimited languages! (comes with few examples. such as Java and some more) If you like it give me a comment and a vote!
This article will highlight the concepts of JDBC with example codes and applet. if you got any question please feel free to visit my website www.programmers-den.com and ask questions in the relevant forums. Happy Learning.
This is an example of how to use the intrinsic Visual basic App object to log errors to a file, which may later be helpful in debugging an application. The log file has the error number, error description, form name, sub or function name, and a date-time stamp when the error occurred. This also limits the error so that multiple loggings of the same error are not recorded in iterations.
This is a program which shows how Double Linked Lists work. Creating, adding, deleting, sorting and traversing the double linked lists are actions which can be performed.
Medical Diagnostic system for heart diseases is an expert system built using java and Knowledgewright by Amzi Inc. It helps to detect wether a person is suffering from a heart disease. The conclusion is calculated after the user answers to some questions. The program then searches through the knowledgebase and as per the rules and facts, it comes up with a conclusion. it all contains some relevant information on the three heart diesease that it focuses on. It uses a Heuristic search and follows the forward chaining principle. please read the "read me" file in the archive before running the application. if you like this application than vote for it :) NB Most of the information is taken down from the internet and there was no intention for duplication. iam sorry if anyone gets offended, please let me know. Thanx to Amzi Inc and to the developers of the oalnf look and feel, you people are just great.
**New Version**I used the windows api MFC to utilize buttons, edit boxes, a menu and string functions to create a calculator.
This code: 1-) Math.random() to randomize the chicken picture position on the screen, 2-) onmousemove event triggers Gun() function that makes a gun picture follow the mouse. 3-)onclick event that makes a bullet picture to slide up. 4-)at the end ..the message is appearing if the bullet hits the chicken picture. 5-) the level speed is increasing when you hit the picture.
This is a simple code that add a UserName and PassWord to a table "Access" through ODC connection. 1.First I created the HTML form with two fields with an action that sends the data to the "AddUserDbd.jsp" ... 2. "AddUserDbd.jsp" initialize the connection and two functions "OpenConnection" and "InsertUsers(,,)" 3. getParameter is used to read the fields from ny HTML form e.g Name = request.getParameter("userName"); Password = request.getParameter("passWord"); and both Paramenters are then iserted into the function InsertUsers(Name,Password); see the code to understand .. to be able to run this code please read about tomcat on sun's website and follow instruction carefully ....
This code generats nice 3d shapes using the Math.cos and Math.sin objects. i think every programmer should play with those, i tell my students to try and make a char like '*' go in circles around the screen.
Display XML content in the form of an HTML (Windows Explorer-like) tree Good for beginers learning XML and recursive XSL templates
XSL template for transforming an XML file into a windows explorer-like HTML page. Fully customizable and excellent for learning XSL Transformations The tree nodes can have HTML Hyperlink attibutes such as href, onclick, target Although the stylesheet will work with both NS 6.+, the test page will work only with IE 4+ and browsers that support MSXML
was a C++ homework assignment my class had to do. Simply inputs 3 integers, and says whether or not they would be a right triangle.
A Javascript perpetual calendar optimized for printing. It handles holidays, birthdays, and events with timing like 'The fourth Thursday in November' (Thanksgiving) and 'The last Monday in May' (Memorial day).
You can use this class to sort an array of Objects without creating custom Comparators for each field. For example, if you have a class Employee, with methods getName() and getSalary(), you can simply do Arrays.sort(myEmployeeArray, new UniversalComparator("getName", 1)) or Arrays.sort(myEmployeeArray, new UniversalComparator("getSalary", -1)). The first statement would sort your array in ascending order by the value of getName() method, the second would sort it in descending order by the value of getSalary() method. The class uses the reflection API to accomplish this task.
Hi! guys this tutorial will give you the basic idea about "What RMI stands for and how does it work.Let's start it.
NEW NOTE: FROM VB6 SP4 MICROSOFT HAVE ADDED A NEW PROPERTY TO THE DATAREPORT (orientation) WHICH HAS THE SAME EFFECT. SO MY CODE MAY NOT BE REQUIRED. Using VB6 DataReport writer I hit a problem where it didn't allow landscape reports unless the default printer was already set to landscape. I didn't want my users to change there printers so I wrote this function to change the printer orientation to Landscape or Portrait. Calling it before I opened my report.
Dear Brothers and Sisters, Have you ever dreamed of giving on line help about your menus in status bar as user moves mouse over menus. This feature is available by default in applications developed in VC++ with MFC. Here is a simple solution to all your menu help problems. This amazing Active Menu Help Control for VB 6.00 do all this with ease. This control needs VB 6.00 runtime files.This control does not need any third party subclassing ocx control. Friends who are interested in source code please do not waste their time because it is compiled ActiveX control with demo app. Source code of demo app explains how to use control. It is just one line code. Private Sub MenuHelp1_MenuSelected(menuString As String) sbStatusBar.Panels(1).Text = menuString End Sub
After spending several weeks debuging a script, it's not nice knowing that any dumb web designer can steel your code without permission. This solution uses ASP and cookies to encrypt the code inside javascript functions. The key to decrypt the code is stored in a cookie, so the client can't get it. There must be some way to hack this, but it will keep your code away from 99% users. If you find a way to hack it, post a comment. It would help to improve the code. I've seen other solutions in PSC but none of them work as this one. Don't forget to vote!
Simple understandable fuction to show the 640x480x16 color piture.it is helpfull function to make the graphics program.