Showing posts with label Application Product. Show all posts
Showing posts with label Application Product. Show all posts

Sunday, April 08, 2007

CSharp (C#) Control Component - Moving Graph Control

Programming Language & Tools: Microsoft .NET C#
Year: Apr 2007Testing Application: Download
Source Code : ahyeek@gmail.com

Have you ever think to have a CSharp (C#) control that allow you to store and display your scientific calculation values computed from your research application? No doubt, if we can represent our numrical scientific calculation data in graph format, it will increse the efficiency in our research in term of examine the correctness of our algorithm as well as methematic models.
This Ver 1.0 graph component is build to cater this purpose. Below is the list of the avaialble features:
ExMovGraph Ver 1.0.0.0 Features:
  • Allow user to input 3 set of values at 1 time and display them on the graph. Each graph can be represented by using different colors. This enable user to compare 2 to 3 set of scientific calculated values under the same scale.
  • Allow user to set a graph scale (can take negative (-ve) value and minimum scale and positive value as maximum scale). For example, [-1 to 1].
  • Enable to turn on and off the horizontal and vertical grid display. User are allow to set the color and gap (in pixel) for the grid.
  • Enable user to set the size of the graph' drawing line.
  • Display total number of graph's point currently available in the graph component.
  • Allow user to set for auto scroll the graph display (display the latest input graph point) or scroll to the previoius or any portion of the graph at anytime. (By turning off the "Auto Scroll" indicator)
  • Allow user to set their own graph title with the color they like, as well as the scale display color and graph border color.
  • Allow user to set the graph display format, either as point form or as line form.
  • Allow user programatically clear the graph data or other graph properties setting at anytime.

A testing program of this graph components are available for download. Please feel free to test it out and post the author some comments. If you wish to use the component, please drop an email to the author.
P/S: Do not hesitate to email the author if you have any special idea or enhancement features you think you like, the author will get it implemented in the future version. Thanks!

Friday, March 03, 2006

INFONERVE - Your Millennium Knowledge Repository (Online Multimedia Library Management System)

Programming Language: ASP, MySQL, COM+, Javascript
Brochures : Download
LIBS Presentation: Download
OMMS Presentation: Download
More information needed? Contact: ahyeek@gmail.com

INFONERVETM is a web-based online library and knowledge management software solutions, aims to provide an ideal solution to transform your library into digital information portal.
Project Missions:
  • Fasten deployment and digitization to help transforming traditional libraries into digital multimedia virtual libraries.
  • Empowering libraries to offer substantial information resources, allowing users to search, access and retrieve it in a seamless manner.
  • Connecting people, libraries, and information at anywhere, anytime, 24 hours a day, 7 days a week.
Leveraging with comprehensive features on cataloguing, circulation, periodical, OPAC search, personalization, user management and authentication, INFONERVETM facilitates library automation and effective information management for your library.
INFONERVETM shape the solution based on 19 key features:
1) User Authentication
  • System access control to authorized users
  • Configurable feature links to authorized users
  • Patron account expiration reminder


OPAC
  • Online/LAN access to library catalogue
  • Web search
  • Provide inquiry for item details and status
  • Quick search – selected field searching
  • Advanced search – boolean searching for combination of fields
  • Browse search – alphabetical list of field heading searching
  • Personalized search preference
  • Staff/Patron mode search result


Multimedia OPAC
  • Book
    • Cover display
  • Serial
    • Cover display
  • Photo
    • Virtual gallery
  • Audio/Video
    • Media accessing
  • Article
    • Press cutting
    • Journal indexing
  • Multilingual



4) Circulation
  • Book & Serial Circulation
  • Loan
  • Return
  • Extend
  • Reserve
  • Patron current activities
  • Patron transaction history
  • Overdue warning
  • Circulation limit control
  • Fine payment management
  • Fine limit control
  • User-friendly circulation mode switching control
  • Configurable circulation rules and regulation

5) Self Circulation
  • Allow patrons to perform circulation functions with restricted rules
  • Self-checking current activities
  • Self-revised transaction track records
6) Cataloguing
  • Catalog management
  • Catalog item details
  • Barcode-enabled
  • Configurable cataloging fields selection

7) Serial Cataloguing
  • Catalog management
  • Catalog item details
  • Barcode-enabled

8) Periodical
  • Allow check-in and check-out for serial subscription
  • Prediction of subscription arrival date
  • Incomplete/undelivered collection reminder

9)
Photo Cataloguing
  • Catalog management
  • Catalog photo details
  • Album collection
  • Photo gallery




10) Audio / Video Cataloguing
  • Catalog management
  • Catalog item details
  • Media accessing
11) Indexing
  • Index article
  • Direct link to source / periodical

12) Configuration
  • Configure system access level/user type
  • Configure circulation rules and regulation
  • Configure cataloguing field options
  • Configure web links
13) Patron Management
  • Manage patron profile
  • Add
  • Delete
  • Update
  • Search
14) Personalization
  • User profile self-update
  • Change password
  • Personalized search result preference

15)Vendor Management
  • Manage vendor profile
  • Search vendor profile
  • Integrated vendor expenses control
16) Administrative Management
  • Sign up / delete administrative user
  • Manage administrative user profile
  • Search administrative user profile
17) Report
  • Patron report
  • Serial report
  • Dynamic Boolean Book Printable Report
  • Dynamic Circulation Book Printable Report
18) Statistics
  • Dynamic statistics report management
  • Circulation statistics
    • Patron centric
    • Book centric
  • Book statistics
  • Advance printable 3D animated analysis graph





19) Acquisition
  • Order / Wish List management
  • Vendor / Materials budget control
  • Auto evaluation engine
  • Order search

We believe that our professional software developers and experienced librarians, and ever-evolving suite of services, would be able to cater and support your library’s needs.

Wednesday, March 01, 2006

Window Backup Utilities

Year: 2002
Programming Language: Visual C++ Ver 6.0
Source Code: Email the author: ahyeek@gmail.com
Application For Test: Download


This application actually let user to search files located in their computer with several of criteria. Some of the criteria such as: a file is created earlier than, later than specified date or between 2 specified dates, the archive bit is set or unset; the file size is larger than or smaller than specified size. Users can have their interested criteria to be combined together using “AND” or “OR” condition. The system will intelligently construct a SQL search statement to show what the criteria are that the user has been chosen.

The list of the files that meet the search criteria will be listed in a list box. By using drag and drop method, user actually can drag the files that they want to back up to the back up list box located below the search list box. By specifying the backup destination, user can have their selected backup file to be copied to the defined location.

Thursday, February 23, 2006

Multi-user Internet Duration Logging System

Year: 1998
Programming Language: Visual Basic Ver 5.0
Source Code: Lost
Application For Test: Download



This application is used to register the internet usage in term of duration and fee. Users to this system just need to perform some configuration for it to function properly. Configuration such as the connection cost per minutes, the local phone call per minute, user name and password (since the system support multi-user) need to be done.

Functionalities:

Let user to record their internet connection time and tell them the amount that due in a certain date using “Search”.

  1. Show all the internet connection records that a user has been registered.
  2. Leave a message to other user as well as read message from other user when login to the system.
  3. System allows a user to check over other user account if the other user is allowing.
  4. User can choose whether they want to protect their login with password or not.
  5. The first user is default administrator and allows registering the other.

The application can support until 4 persons who are using the same PC to online using dail-up method.

Image Understanding (IU)

Throughout these years, the growth of digital media collections has been accelerating, particularly in still images. These artifacts repre...