2 intensive weeks for Data Modeling course at the end of my 3rd semester. So so tired now :(

Just search for an easy tool to draw model for homework 2 and found some as below:

1. yEd: free, java application (need to install Java VM first). It supports only few diagrams, but support user-defined shapes & diagrams


Read the rest of this entry »

1. Username Regular Expression Pattern:

^[a-z0-9_-]{3,15}$

2. Password Regular Expression Pattern:

((?=.*\d)(?=.*[a-z])(?=.*[A-Z])(?=.*[@#$%]).{6,20})


Read the rest of this entry »

tags, ,