alexander-katrompas
Professor of Computer Science | Consultant: Machine Learning, Data Science, Enterprise Web Development
Austin Community College | IqumulusAustin, Texas
Pinned Repositories
ajax-js-jquery
A demo of sending data to the server using AJAX in both raw JS and jQuery.
binary-search-tree-simple-example
classes-starter
This is a simple application showing classes and object and the proper file structure for classes, inheritance, and stand alone functions
command-line-parameters
An example of working with command line parameters in C/C++.
dynamic-structs-sorting-searching
exception-handling-cplusplus
A simple demonstration and notes on exception handling in C/C++
helloworld
Hello World in C++
pointers-dynamic-allocation-demo
A demonstration of pointers, dynamic memory allocation, and passing by reference.
simple-linked-list
examples of simple singly-linked lists
simple-linked-list-introdcution
Building a simple linked list for demonstration.
alexander-katrompas's Repositories
alexander-katrompas/pointers-dynamic-allocation-demo
A demonstration of pointers, dynamic memory allocation, and passing by reference.
alexander-katrompas/simple-linked-list
examples of simple singly-linked lists
alexander-katrompas/simple-linked-list-introdcution
Building a simple linked list for demonstration.
alexander-katrompas/binary-search-tree-simple-example
alexander-katrompas/helloworld
Hello World in C++
alexander-katrompas/classes-starter
This is a simple application showing classes and object and the proper file structure for classes, inheritance, and stand alone functions
alexander-katrompas/command-line-parameters
An example of working with command line parameters in C/C++.
alexander-katrompas/ajax-js-jquery
A demo of sending data to the server using AJAX in both raw JS and jQuery.
alexander-katrompas/dynamic-structs-sorting-searching
alexander-katrompas/file-reading-cpp
A simple file reader in C++
alexander-katrompas/hash-table-demo-integers-linear-probing
alexander-katrompas/hash-table-demo-linear-probing-with-pointers
Hash table demo with linear probing.
alexander-katrompas/introduction-pointers-arrays
simple introduction to pointers, arrays, and dynamic memory allocation
alexander-katrompas/introduction-random-numbers-cpp
simple introduction to random numbers in c++
alexander-katrompas/simple-sorting
A demonstration of bubble and selection sort.
alexander-katrompas/simple-string-intro-c-
alexander-katrompas/codeigniter-ajax
alexander-katrompas/codeigniter-templates
Basic demo of using templates and the parser library.
alexander-katrompas/data-manipulation-library
Data Manipulation Library: For Numpy arrays and Pandas DataFrames
alexander-katrompas/files-and-strings
Simple file and string reading.
alexander-katrompas/form-validation-js-jquery
Two form validation examples with the exact same functionality, one using raw JavaScript, one using jQuery.
alexander-katrompas/functions_demo
An example of making and calling a function in Python
alexander-katrompas/hello-web-world
simple Web site "hello world" demonstrating the basic structure of a complete Web site along with basic raw JavaScript DOM manipulation.
alexander-katrompas/js-converters-validators
A set of functions that clean text (converters) and validate text (validators)
alexander-katrompas/montyhall
Simulation to the Monty Hall problem.
alexander-katrompas/python-arrays-and-flags
demonstration of numpy arrays, lists, tuples, dictionaries, flags, and functions
alexander-katrompas/python_first_code
First assignment in Python
alexander-katrompas/server-side-templating
An introduction to server-side templating with Mustache and PHP
alexander-katrompas/solution-int-stack
A complete solution to the int stack, including comments and testing.
alexander-katrompas/web-form-validation
A simple demo of Web forms and validation with JS and PHP