Skip to content
View dapletch's full-sized avatar
Block or Report

Block or report dapletch

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse

Popular repositories Loading

  1. DeleteDuplicateFiles DeleteDuplicateFiles Public

    This program uses a bash script to log all the files in a given directory and then delete all the duplicate files that are located in said directory. This program uses H2, as an embedded database t…

    Java 1

  2. YahooFinanceWebScrapeQuoteSummary YahooFinanceWebScrapeQuoteSummary Public

    This application is a proof of concept. I have always wondered how data mining could be done with Java without the direct use of an API. I also wanted to learn more about MongoDB, and NoSQL, as wel…

    Java 1

  3. PletcherWebDesign PletcherWebDesign Public

    Java

  4. ApacheAccessLogParse ApacheAccessLogParse Public

    This application was designed to parse Apache Tomcat, and Apache2 access logs. This application parses the log file and generates three different reports based off the data. The first report being …

  5. SpringGmail SpringGmail Public

    Using the spring framework to send an email, with the optional feature of being able to send an attachment. This application is meant be used on the command line.

    Java

  6. SpringDatabasePractice SpringDatabasePractice Public

    Just a proof of concept to better understand how to use the DataSource, and JdbcTemplate classes to establish a database connection using the Spring framework.

    Java