Skip to content

Learn & Lead

Man is still the most extraordinary computer of all

Menu
  • Home
  • Algorithms
    • Sorting Algorithms
    • String Algorithms
    • Kadane’s Algorithm
  • Computer Graphics
    • Lab 1 – Print Green Window
    • Lab 2 – Sierpinski Triangle
    • Lab 3 – Two Dots
    • Lab 4 – Square in Square
    • Lab 5 – Qaudrilateral
    • LAB 6- e^(-x)*cos(2*x*π ) Graph
    • Lab 7 – sin(x)/x Graph
    • Lab 8 – Dot on Click
    • Lab 9 – (i) Chess Board
    • Lab 9 – (ii) Colored Chess Board
    • Lab 10 – Freehand Drawing
    • Lab 11 – Mouse Click Polyline
    • Lab – 12. Color Freehand Drawing
  • Data Structures
    • Linked List
    • Queues
    • Stacks
    • Trees
  • Networking
    • Linux Assembly Language Premier
      • Part – 1 System Organization
      • Part – 2 Virtual Memory Organization
    • Socket Programming
      • Socket Programming – Part 1
      • Socket Programming – Part 2
    • TCP Client program in C language
    • TCP Server program in C language
    • UDP Client program in C language
    • UDP Server program in C language
  • About Me

Category: How to do?

Posted onSeptember 13, 2016How to do?

SystemC Installation and Hello world program in Ubuntu

by RobinLeave a comment on SystemC Installation and Hello world program in Ubuntu

SystemC is a set of C++ libraries, which enables a designer to perform concurrent simulation of system level model. Follow these steps to install systemc…

Read More
Posted onSeptember 10, 2016September 10, 2016How to do?

LaTex Installation

by RobinLeave a comment on LaTex Installation

To install LaTex in ubuntu use the following commands – sudo apt-get update sudo apt-get install texlive-full LaTex installation takes around 20 minutes. To test…

Read More
Posted onNovember 4, 2013November 4, 2013How to do?

Sorry, Ubuntu 12.04 Has Experienced An Internal Error

by RobinLeave a comment on Sorry, Ubuntu 12.04 Has Experienced An Internal Error

Problem – Sorry, Ubuntu 12.04 has experienced an internal error. If you notice further problems, try restarting the computer. Send an error report to help…

Read More
Posted onAugust 10, 2013How to do?

Install OpenGL/Glut Libraries in Ubuntu

by RobinLeave a comment on Install OpenGL/Glut Libraries in Ubuntu

1. Open your terminal or press Ctrl + Alt + t and type – # sudo apt-get install freeglut3 freeglut3-dev 2. For newer versions of…

Read More
Posted onJune 24, 2013September 23, 2015How to do?

Configure Vim in Terminal

by RobinLeave a comment on Configure Vim in Terminal

[wpdm_package id=’1213′] Vim configuration help you set options like automatic indentation, color, history, smart tab, parentheses balancing, serach options, syntax highlight etc. Vim configuration save…

Read More
Posted onMay 27, 2013September 23, 2015Algorithms

Breadth First Traversal in Graphs

by RobinLeave a comment on Breadth First Traversal in Graphs

Download the full code here: [wpdm_package id=’1308′] Suppose you have a graph as shown below. Let us see how we perform breadth first traversal here: Since…

Read More
Posted onMay 24, 2013September 23, 2015Algorithms

Kadane’s Algorithm (The Maximum Subarray Problem)

by RobinLeave a comment on Kadane’s Algorithm (The Maximum Subarray Problem)

Download the code here: [wpdm_package id=’1301′] Given an array of numbers, to find the subarray which gives the maximum sum can be solved using Kadane’s…

Read More
Posted onMay 2, 2013September 23, 2015Algorithms

FTP Client Program

by Robin2 Comments on FTP Client Program

Download the code here: [wpdm_package id=’1296′] #include<stdio.h> //for C file input/output functions #include<stdlib.h.h> //used here for exit() function #include<string.h> //for using strcmp() function #include<sys/types.h> //contains…

Read More
Posted onMay 2, 2013September 23, 2015Algorithms

FTP Server Program

by RobinLeave a comment on FTP Server Program

Download the code here: [wpdm_package id=’1299′] #include<stdio.h> //for C file input/output functions #include<stdlib.h.h> //used here for exit() function #include<string.h> //for using strcmp() function #include<sys/types.h> //contains…

Read More
Posted onMarch 26, 2013March 26, 2013How to do?

How to make pendrive bootable

by Robin2 Comments on How to make pendrive bootable

We need bootable pendrive to make install/recover operating system in our Computer, Laptop. 5 Easy steps: 1. Download poweriso. 2. Goto Tools -> Create Bootable…

Read More

Posts navigation

Page 1 Page 2 Next Page

Categories

  • Abroad Studies
  • Algorithms
  • Android
  • Bitwise Programming
  • Computer Graphics
  • Conference Paper
  • Data Structures
  • How to do?
  • Interview
  • Linux
  • Netcentric Programming
  • Networking
  • Open Source
  • Operating Systems
  • Parallel system Architecture
  • Technology
  • Uncategorized
  • Web Development

Archives

  • April 2020
  • May 2019
  • December 2016
  • November 2016
  • September 2016
  • August 2016
  • April 2015
  • September 2014
  • August 2014
  • April 2014
  • November 2013
  • October 2013
  • September 2013
  • August 2013
  • July 2013
  • June 2013
  • May 2013
  • April 2013
  • March 2013
  • February 2013

Recent Comments

  • priya on SAP Labs India hires me!!
  • robin on SAP Labs India hires me!!
  • robin on Simple Login Authentication Application with Session using JSP / JSTL
  • robin on SAP Labs India hires me!!
  • robin on SAP Labs Coding Interview Question 1
Amphibious Theme by TemplatePocket ⋅ Powered by WordPress