2554-09-22

Codeforces tasks

This post is used for remind me of tasks i'm doing
the status would be like this >> [ algorithm solved? | write and submit? ]

Dp


Graph


Math


Other

2554-08-02

Presentation outline

Introduction

  • Greet audiences
  • Preview Contents

Authentication

  • What is authentication
  • Importance of authentication
  • Authentication methods
    • Introduction to well-known authentications
    • Types of authentication
    • Comparison of authentication methods

Our proposed authentication method

  • Broad view
  • Illustrations
  • Describe more about Face Recognition and QR Code
  • Advantages and Disadvantages

Our Concept

  • Broad view [Point out Service given to provider]
  • Illustrate structure of old company's system
  • Illustrate how to embed our authentication system into the old system

Implementation

  • Broad view [Preview each part of system]
  • Deeply describe each part
    • Mechanism
    • Language [Advantage and Why]
      • [Java -> MultiOS]
      • [C++ -> Port to java]
    • Algorithm [Face Recognition -> mention the previous works]

Demonstration

Future works

  • Known issues
  • Road map

Acknowledgement

2554-06-30

Full Screen JFrame in NetBeans - Overclockers Australia Forums

Full Screen JFrame in NetBeans - Overclockers Australia Forums: "this.setExtendedState(JFrame.MAXIMIZED_BOTH);"

JDBC and MySQL: Installation and Preparation of MySQL - Developer.com

JDBC and MySQL: Installation and Preparation of MySQL - Developer.com

INSTALLATION : "Once you have un-archived the distribution archive, you can install the driver in one of two ways: Either copy the "com" and "org" subdirectories and all of their contents to anywhere you like, and put the directory holding the "com" and "org" subdirectories in your classpath, or put mysql-connector-java-[version]-bin.jar in your classpath, either by adding the FULL path to it to your CLASSPATH environment variable, or by copying the .jar file to $JAVA_HOME/jre/lib/ext."
USE : http://www.kitebird.com/articles/jdbc.html