Skip to main content

Posts

Showing posts from July, 2015

Using GitHub within a Corporate Proxy

So, when you are going use GitHub in your Windows PC/Laptop, use these steps to connect through. Step 1 : Go to your user-profile in your PC/Laptop C:\Users\<%USERPROFILE%> Step 2 : You will find a file ".gitconfig" Step 3 : Open it with any text editor. (Notepad++ recommended) Step 4 : Add the following lines with appropriate info's [http]    proxy = http:// : @ : [https]  proxy = https:// : @ : Step 5 : Just close your GitHub on Windows and open it again. Viola!! You are now up and running.. #TRASHCODERS

Window to Viewport Mapping

1.  Try to execute the " ViewPortMap.cpp " with various values o f  bottomX,  bottomY,  width, and  height. 2.  Modify this code to get the display  a) such as this one b) and such as this And the answers are   Question 2)a)    Question 2)b) Enjoy!! #TrashCoders

Transformation and Translation

The solution will be posted soon... Try it out..