Wednesday, August 31, 2016
Forgive and Forget
Forgive:
- Forgive means to give a chance to reform, Without feeling angry on them.
Player juanfran asks forgiveness to his fans
Forget:
- Forget means unable to remember.
He forget it after sometime
- If you want to forgive someone,first of all you have to forget his mistake.
- Forgive and forget means - not revenge and regret.
- Forgive and forget means-give a chance to and leave about it.
Trust
- Trust means Absence of fear.
- Trust means to believe that someone is good and honest and will not harm you, or that something is safe and reliable.
He Trusted his friend
Why Trust ?
1.If you want to maintain Relationship,you need Trust.
2.Trust leads to you get Success.
"Trust Is Like an Eraser, It Gets Smaller And Smaller After Every Mistake."
He Trusted his friends
"If there comes times to choose between MONEY and TRUST.choose TRUST Because MONEY can earned back,But TRUST will not."
"If there comes times to choose between MONEY and TRUST.choose TRUST Because MONEY can earned back,But TRUST will not."
Minimalism
- Minimalism is a style or technique for Simplicity and Clarity.
- Minimalism is defined as a movement of the 1960's that focused on simplest form and design, particularly in the arts.
"Create more, consume less."
Minimalist Chair (It's working as both chair and shelf)
Minimalist:
- Minimalist means a person Who, desire to live with Less And working towards real freedom.
One table acts in two ways.
Why Minimalism ?
1.Style and More Creativity.
2.Less Stress.
3.Less Expensive.
4.More Space.
3.Less Expensive.
4.More Space.
Examples for Minimalism :
Minimaliced House.
A watch with Minimalism.
Interior design with Minimalism.
Resolution
- Resolution refers to the Quality of image.
- Resolution refers sharpness and clarity of image.
Picture clarity increasing while no.of pixels increasing
For Laser printers: Resolution will indicates in the format of number of dots per inch.
For Graphic monitors or screen resolution: The number of pixels per entire screen.
Note:
- If number of pixels per inch(ppi) increasing.Then automatically clarity of image will increased.
SQL Joins
- SQL Joins are used to combine or join rows from the two or more tables.
Joining two tables.
Types of joins:
1.Inner join.2.Left outer join.
3.Right outer join.
4.Full outer join.
5.Self join
Types of joins
Inner join:
- The INNER JOIN keyword selects all rows from both tables as long as there is a match between the columns in both tables.
SELECT column_name(s)
FROM table1
INNER JOIN table2
ON table1.column_name=table2.column_name;
Left outer join:
- The LEFT JOIN keyword returns all rows from the left table (table1), with the matching rows in the right table (table2). The result is NULL in the right side when there is no match.
SELECT column_name(s)
FROM table1
LEFT JOIN table2
ON table1.column_name=table2.column_name;
Right outer join:
- The RIGHT JOIN keyword returns all rows from the right table (table2), with the matching rows in the left table (table1). The result is NULL in the left side when there is no match.
SELECT column_name(s)
FROM table1
RIGHT JOIN table2
ON table1.column_name=table2.column_name;
Full outer join:
- The FULL OUTER JOIN keyword combines the result of both LEFT and RIGHT joins.
SELECT column_name(s)
FROM table1
FULL OUTER JOIN table2
ON table1.column_name=table2.column_name;
Cross join or Cartesian join:
- The SQL CROSS JOIN produces a result set which is the number of rows in the first table multiplied by the number of rows in the second table, if no WHERE clause is used along with CROSS JOIN. This kind of result is called as Cartesian Product.
SELECT *from table1 CROSS JOIN table2.
Serif And Sans-Serif
Serif :
- A serif is a small line attached to the end of a stroke in a letter or symbol.
- Serifs are small decorative flourishes on the ends of some of the strokes that make up letters and symbols.
Where We Use:
- Serif font is used for Printed works.Because,Easier to read.
Example :
- Printed Books, News Papers and Magazines.
Serif Fonts Are:
- Georgia.
- Palatino Linotype.
- Times New Roman etc..
Sans-Serif:
- A Sans-serif means a letter or symbol without strokes.
Where We Use:
- Sans-serif is used in Digital and Web related.
Example :
- Websites,Digital marketing.
Sans-Serif fonts:
- Arial.
- Helvetica.
- Tahoma etc..
Tuesday, August 30, 2016
Aliasing and Anti-Aliasing
Aliasing :
- Aliasing is generation of a false (alias) frequency along with the correct one when doing frequency sampling .
- Ex: For images, this produces a jagged edge, or stair-step effect. For sound, it produces a buzz.
Anti-Aliasing :
- Anti-Aliasing means smoothing of the image or sound roughness caused by aliasing.
- Anti-Aliasing is a technique to reducing jaggies and stair-steps from signal.
Why Anti-Aliasing ?
- Because, The output devices like Monitor or Printer doesn't have high enough resolution to represent a smooth line.
How Anti-Aliasing working ?
- Anti-Aliasing reduces the Jaggies by surrounding the stair-steps with intermediate shades of gray on signal or aliased image or aliased image.