Tampilkan postingan dengan label using. Tampilkan semua postingan
Tampilkan postingan dengan label using. Tampilkan semua postingan

If you are using AutoCAD and do not create 3D content then why are you using AutoCAD

Senin, 17 Maret 2014

0 komentar

Is this a fair question to ask?  AutoCAD LT® can do almost everything "regular" AutoCAD® can except for 3D modeling/rendering features and LISP routines, essentially.  Are you waisting your companys resources by not purchasing AutoCAD LT®?  I dont know, ok I do, but, still.  What do you think?  If you arent creating 3D content, why?  If you arent using LISP routines then I ask the same question, why?

Why do you limit yourself?  Why do you pay for tools that you refuse to use?  If you are creating items that only have two dimensions why are you using a three dimensional creation tool?  Many sheet metal fabricators use AutoCAD LT®.  They get it.

Im not trying to be mean here I am honestly curious.  If you purchased a house with three floors would you only use two of them?  At least store stuff in the third floor right?  Have you ever said to yourself or others, "Ive never seen a real need to walk up the stairs to the third floor so I dont use it."  Youre paying to heat/cool it and to protect it from the elements.

Make an argument for purchasing full on AutoCAD® but for using it like its AutoCAD LT®.
Read More..

10 example of using Vim or VI editor in UNIX and Linux

Selasa, 11 Maret 2014

0 komentar

Vim or VI editor tutorial in UNIX

vi editor in unixVI Editor is like notepad in UNIX but it’s extremely powerful and have sophisticated feature to work as complete IDE. No matter which version of UNIX you are working or which flavor you are using you always find either VI editor or VIM there. VI is a very large topic and I am not covering every aspect of it what I am sharing here is some examples of using VI editor in UNIX or Linux. most of the time we use only 10% of VI editor and never know 90% of it , to be frank I also don't know many of VI feature by heart but I always search for it , see people working in VI and learn from there experience as well. after working on VI editor what I found that every day we learn something new in VI editor but we  forget something equally important and there I thought lets document whatever VI commands I have learned so far and using regularly. Idea is to keep this VI Editor tutorial updated with every single useful VI commands I learn and I also ask you guys to contribute with something useful. If you see 10 peoples working in VI editor you realize that they use it differently then use some new VI commands which you are not familiar of and which could improve your productivity as well. so if you would like to know more and more about VI editor I would suggest observe people around you when they work in VIM or VI editor and learn from there experience. Don’t confuse with both VIM and VI, VIM stands for VI improved and has some more feature than VI editor. Many a times you will find that VI command is aliased to VIM to make it default editor in UNIX.
Read more »
Read More..

10 example of using ArrayList in Java Java ArrayList Tutorial

Selasa, 04 Februari 2014

0 komentar
ArrayList in Java is most frequently used collection class after HashMap in Java. Java ArrayList represents an automatic re-sizable array and used in place of array. Since we can not modify size of an array after creating it, we prefer to use ArrayList in Java which re-size itself automatically once it gets full. ArrayList in Java implements List interface and allow null. Java ArrayList also maintains insertion order of elements and allows duplicates opposite to any Set implementation which doesn't allow duplicates. ArrayList supports both Iterator and ListIterator for iteration but it’s recommended to use ListIterator as it allows the programmer to traverse the list in either direction, modify the list during iteration, and obtain the Iterator's current position in the list. But while using ListIterator you need to be little careful because ListIterator has no current element; its cursor position always lies between the element that would be returned by a call to previous () and the element that would be returned by a call to next (). In this Java ArrayList tutorial we will see how to create Java ArrayList and perform various operations on Java ArrayList. This collection class is also favorites on many core Java interviews with questions like Difference between ArrayList and Vector  or LinkedList vs ArrayList.
Read more »
Read More..

Copyright © 2010 Computer Tips and Trick | Powered By Blogger