Skip to content
View canzalon's full-sized avatar
  • Port St. Lucie, FL

Block or report canzalon

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. sql-system-html-interface sql-system-html-interface Public

    An interactive SQL system with an html interface that allows for the modification of project records in the SPJ database. Includes the use of procedures, triggers, views, and simple select statements.

    Perl 2

  2. call-records call-records Public

    An extension of the call-stats projects with an OOP architecture and added functionality. It stores, processes, searches, adds, removes, and outputs data on a database of call records. Other featur…

    C++ 1

  3. embedded-sql-proc-system-html-interface embedded-sql-proc-system-html-interface Public

    An interactive, browser-based, stand-alone, general purpose, embedded SQL system with an html front-end for the Supplier Parts Projects (SPJ) database. The actions for the HTML forms are Pro*C CGI …

    C 1

  4. ajax-web-doc-reader ajax-web-doc-reader Public

    A simple document reader that asynchronously delivers html files, stored in the directory of the website, to the html/javascript front-end upon request. A php file on the server that the website is…

    JavaScript 1

  5. string-adt-array string-adt-array Public

    An implementation of a character string abstract data type, using a dynamic array internally.

    C++

  6. string-adt-list string-adt-list Public

    An implementation of a character string abstract data type, using a singly-linked list with a header, internally.

    C++