My Professional Journey
Hello Folks, I trust you’re all enjoying the influx of exciting technologies. I’m thrilled to unveil the result of a recent hackathon endeavor – a project I ...
This article takes you from start to end of a regular official week in a Senior Software Engineer’s life, while working for one of my employer. It not only g...
Elasticsearch is just a full text search engine. I had a good experience with it in my past. Many applications now a days are highly dependent on it. Whether...
Hello readers, hope this will help you in deciding a light weight ultrabook, or if you had already bought an ASUS ultrabook and want to dual boot it then ple...
This is not something which I can showcase in my projects section. So here’s a brief details of what I did as a Platform Engineer. Well this all had started ...
I think it happens with most of us, my target with this post is to let others know how you dealt with it.
A week before I had given a small talk at ‘Kayako’ on Apache ZooKeeper – ‘A Distributed Co-Ordination System’.
I had built this site for one of my client for whom I had worked as freelancer over weekends.
A site built for Spanish government. Had worked thoroughly on JavaScript for this. For Maps and other objects Highcharts library was used.
This site is a web application to calculate huge data related to government surveys, like we have data about Population in an area, then using this we can ca...
This whole site was developed and deployed by me! Old site was on Django so for better management client wanted to revamp the complete site in Drupal 7. In t...
My first professional website built for handling Raman Research Institute’s online Ph.D applications. Came into existence in 2013, developed by me and mainta...
A dynamic instance of Raman Research Institutes’s website (http://rri.res.in), built on top of Joomla. Administration section of RRI yet to make a decision t...
Major Project of my Engineering Degree, built from scratch. This website is hosted over the Intranet of my college – Dr.C.V.Raman University, Kargi Road Kota...
Minor Project of my Engineering Degree, built from scratch. This Project is not deployed yet.
My Social/Professional Links:
Hello there, so you are tired of combining Mathjax and AngularJs for showing you formula in a beautiful format. This happens because we basically bind the fo...
Though I had coded this script for an interview purpose. But this is really very necessary to share the same with other developers to ease their task in the ...
Hey there, its been a long time since I had posted some thing.. This time I came up with this interesting command line tool called “youtube-dl”Note: I am not...
Well well this seems to be an easy stuff, but for those who are not aware of how to tackle it or tired of goggling around here is what you have to use: windo...
### Many of you folks had faced this issue while installing Node.js and its other module inside the shared folder of Host especially when host is Windows bas...
**Here what you guys have to do to install the required APU (CPU + GPU) drivers, and make more out of it.** 1. First Download the latest Linux (.run) dr...
--> **Introduction:**OpenLDAP Software is a free, open source implementation of the Lightweight Directory Access Protocol (LDAP) developed by the OpenLDA...
ASP .net lab manual for engineering students. It contains first 10 programs of CSVTU syllabus:
Please follow the link to download the Network Security lab manual of CSVTU Syllabus.
I had made all visual basic .net programs and uploaded over the hacker box….. its for all CSVTU and CVRU computer science and engineering students…. just...
<span style="color: #333333; font-family: "Times New Roman","serif"; font-size: 13.5pt;">This is the code most of us would normally use when logging ou...
1. **Write an echo program with client and iterative server using TCP.**
**Programs coded, compiled and tested by- Tushar kant verma, for CSVTU & CVRU students****Semester: VII Branch: Computer Science & Engg.****Subject: ...
``` #include #include #include #include #include
``` #include #include #include #include #include void main() { int gd=DETECT,gm; int x1,x2,y1,y2; int i,flag,d; clrscr(); cout<<"Enter value of (x...
``` #include #include #include #include #include #include
``` #include #include #include #include #include void driver() { int gd=DETECT,gmode; initgraph(&gd,&gmode,"c:\\tc\\bgi"); }
``` #include #include #include #include #include void ellipsemidpoint(int xcenter, int ycenter, int rx, int ry); void plotpoint(int x,int xcenter, int y...
``` //3. Write a program to Implement Translation? //Translation #include #include #include #include #include int x1,y1,x2,y2,x,y; int main(void) { int...
``` //5. Write a program to Implement Shearing of Rectangle. //shearing #include #include #include #include #include int x1,y1,x2,y2,x,y; int main(void)...
``` //4. Write a program to Implement Rotation of Triangle. //rotation #include #include #include #include #include #include float x1,y1,x2,y2,x,y,x3,y...
``` #include #include #include #include void fill_right(x,y) int x , y ; { if(getpixel(x,y) == 0) { putpixel(x,y,RED); fill_right(++x,y); x = x - 1 ;...
``` #include #include #include #include void fill_right(x,y) int x , y ; { if((getpixel(x,y) != WHITE)&&(getpixel(x,y) != RED)) { putpixel(x,y,RE...
FILE="/tmp/count.txt" echo -n "Enter directory name : " read dname ls $dname > $FILE echo "No of files in directory : $(grep [^*$] $FILE -c)" rm -f $FILE
``` num=1 until [ $num -gt 10 ]; do echo $num num='expr $num + 1' done ```
<span style="font-family: "Arial","sans-serif"; font-size: 11.0pt; mso-ansi-language: EN-US; mso-bidi-font-family: Mangal; mso-bidi-language: HI; mso-fare...
``` echo "you are" whoami echo "directory you are is file" pwd echo "the file in the directory" ls echo "the date is" date ```
<span style="font-family: "Arial","sans-serif"; font-size: 11.0pt; mso-fareast-font-family: Arial;">echo “Enter Filename to check its permission”</s...
e<span style="font-family: "Arial","sans-serif"; font-size: 11.0pt; mso-ansi-language: EN-US; mso-bidi-language: HI; mso-fareast-font-family: Arial; mso-f...
<span style="font-family: "Arial","sans-serif"; font-size: 11.0pt; mso-fareast-font-family: Arial;">echo -n “Enter soruce file name : “</span><...
<span style="font-family: "Arial","sans-serif"; font-size: 11.0pt; mso-fareast-font-family: Arial;">Let the Employee file be (Employee.txt):</span&g...
<span style="font-family: "Arial","sans-serif"; font-size: 11.0pt; mso-fareast-font-family: Arial;">echo “First Odd and Even number till 30 are”</sp...
<span style="font-family: "Arial","sans-serif"; font-size: 11.0pt; mso-bidi-font-family: Mangal;">echo “Enter the number” read n sd=0 rev=0 whi...
<span style="font-family: "Arial","sans-serif"; font-size: 11.0pt; mso-ansi-language: EN-US; mso-bidi-language: HI; mso-fareast-font-family: Arial; mso-f...
<span style="font-family: "Arial","sans-serif"; font-size: 11.0pt; mso-bidi-font-family: Mangal;">Steps in building the Macros:</span><span st...
Server2Go is a Webserver that runs out of the box without any installation and on write protected media. This means that you can use Server2Go to develop you...
Having issues, or would you like to express something, I would love to hear from you.