tapasweni-pathak.github.io tapasweni-pathak.github.io

tapasweni-pathak.github.io

Tapasweni Pathak

About Tapasweni Pathak

http://tapasweni-pathak.github.io/

WEBSITE DETAILS
SEO
PAGES
SIMILAR SITES

TRAFFIC RANK FOR TAPASWENI-PATHAK.GITHUB.IO

TODAY'S RATING

>1,000,000

TRAFFIC RANK - AVERAGE PER MONTH

BEST MONTH

December

AVERAGE PER DAY Of THE WEEK

HIGHEST TRAFFIC ON

Friday

TRAFFIC BY CITY

CUSTOMER REVIEWS

Average Rating: 3.9 out of 5 with 16 reviews
5 star
5
4 star
6
3 star
4
2 star
0
1 star
1

Hey there! Start your review of tapasweni-pathak.github.io

AVERAGE USER RATING

Write a Review

WEBSITE PREVIEW

Desktop Preview Tablet Preview Mobile Preview

LOAD TIME

0.2 seconds

CONTACTS AT TAPASWENI-PATHAK.GITHUB.IO

Login

TO VIEW CONTACTS

Remove Contacts

FOR PRIVACY ISSUES

CONTENT

SCORE

6.2

PAGE TITLE
Tapasweni Pathak | tapasweni-pathak.github.io Reviews
<META>
DESCRIPTION
About Tapasweni Pathak
<META>
KEYWORDS
1 tapasweni
2 pathak
3 projects
4 tapasweni pathak
5 about me
6 things i make
7 have a look
8 say hi
9 tapaswenipathak@gmail com
10 twitter
CONTENT
Page content here
KEYWORDS ON
PAGE
tapasweni,pathak,projects,tapasweni pathak,about me,things i make,have a look,say hi,tapaswenipathak@gmail com,twitter,linkedin,pinterest,stack overflow,wordpress,github
SERVER
GitHub.com
CONTENT-TYPE
utf-8
GOOGLE PREVIEW

Tapasweni Pathak | tapasweni-pathak.github.io Reviews

https://tapasweni-pathak.github.io

About Tapasweni Pathak

LINKS TO THIS WEBSITE

fossmeet.in fossmeet.in

FOSSMeet '16

http://www.fossmeet.in/index.html

February 26-28, 2016. FOSSMeet is the annual event on Free and Open source software, conducted at National Institute of Technology, Calicut. Started in 2005 as FLOSS(Free/Libre Open Source Software) Meet with a vision to create a culture of innovation, evolution and open standards, the meet intends to support the FOSS community, open education system and dissemination of FOSS ideology. The Day of Code. You have absolute freedom to do whatever you want with the software. No one's locking you down from...

tapaswenipathak.wordpress.com tapaswenipathak.wordpress.com

UPDATE from PHP 5.3 to 5.4 – Sieve

https://tapaswenipathak.wordpress.com/2015/05/21/update-from-php-5-3-to-5-4

UPDATE from PHP 5.3 to 5.4. May 21, 2015. August 25, 2016. This post has the commands to update your PHP version from 5.3.something to 5.4.something. Sudo add-apt-repository ppa:ondrej/php5-oldstable sudo apt-get update #check the available version apt-cache policy php5 sudo apt-get install php5 #restart the server sudo /etc/init.d/apache2 restart #or sudo service apache2 restart #check the version of your PHP now php - version. Click to share on Twitter (Opens in new window). Strike-through Text In Gmail.

tapaswenipathak.wordpress.com tapaswenipathak.wordpress.com

Strike-through Text In Gmail – Sieve

https://tapaswenipathak.wordpress.com/2015/06/09/strike-through-text-in-gmail

Strike-through Text In Gmail. June 9, 2015. November 15, 2015. This post will help you to learn a way to strike through text in Gmail. Select text which you want to strike out. Right click on the selected text and choose inspect element. The inspector will highlight that text. Right click on that and choose edit as HTML. Wrap the text inside strike tag. Click to share on Twitter (Opens in new window). Share on Facebook (Opens in new window). Click to share on Google (Opens in new window). You are comment...

tapaswenipathak.wordpress.com tapaswenipathak.wordpress.com

List the tables in a MySQL database – Sieve

https://tapaswenipathak.wordpress.com/2015/06/16/list-the-tables-in-a-mysql-database

List the tables in a MySQL database. June 16, 2015. This post is a how-to on getting the list of tables in a MySQL database using mysql command line client. 1 Connect to your MySQL database using your MySQL client. Mysql -u root -p. 2 Now you are logged in, tell MySQL which database you want to use. Mysql use database name. 3 Issue the MySQL show table command from command line. Mysql show tables;. What I got when I used this command in my table. Click to share on Twitter (Opens in new window). Enter you...

tapaswenipathak.wordpress.com tapaswenipathak.wordpress.com

Sieve – Page 2

https://tapaswenipathak.wordpress.com/page/2

FOSSMeet’16 @NIT, Calicut. March 2, 2016. August 25, 2016. I was invited to speak at FOSSMeet’16 which was held at NIT, Calicut. I gave Contributing to Linux Kernel – Workshop with Vaishali Thakkar, and a talk Getting Started with Contributing to Open Sources. We asked our Outreachy mentor Julia Lawall. She suggested us that we should go ahead with this. Both, the talk and workshop, turned out… Continue reading FOSSMeet’16 @NIT, Calicut. Git fetch merge, Git fetch rebase, Git pull. February 15, 2016.

exploreshaifali.github.io exploreshaifali.github.io

Getting into Summer of Code Programs - Shaifali's Blog

http://exploreshaifali.github.io/2015/06/08/getting-into-summer-of-code-programs

Getting into Summer of Code Programs. Posted by Shaifali's Blog on June 8, 2015. After successfully completing Outreachy Internship. Round 9(Dec’14 to Mar’15) I applied to GSOC’15. Want to learn a lot of interesting things, contribute to open source, have fun and also earn good stipend. :). Read what is already there and Ask what is not. I am not a good programmer/coder can I try? In simple words, Yes. It’s total fun, believe me. :). Just go through the list of all orgs’ project ideas and find the one th...

tapaswenipathak.wordpress.com tapaswenipathak.wordpress.com

tapaswenipathak – Sieve

https://tapaswenipathak.wordpress.com/author/tapaswenipathak

Points From Problem Solving with Algorithms and Data Structures. September 20, 2016. September 20, 2016. Middot; Open Source. Information Session On Getting Started With Contributing to Open Sources. September 11, 2016. September 11, 2016. Points From Dive Into Python : Part 2. September 6, 2016. September 6, 2016. I finished reading Dive into Python some days back. This blog post is in continuation of previous blog post. I have used a lot of constructs which has been described starting from chap...I am ...

tapaswenipathak.wordpress.com tapaswenipathak.wordpress.com

Getting Started with Contributing to Linux Kernel @ IGDTUW – Sieve

https://tapaswenipathak.wordpress.com/2015/03/16/getting-started-with-contributing-to-linux-kernel-igdtuw

Getting Started with Contributing to Linux Kernel @ IGDTUW. March 16, 2015. December 4, 2015. I gave my first talk on “Getting started with contributing to Linux Kernel” at my university, Indira Gandhi Delhi Technical University on 14th March’15. I was interested in having it in IGDTUW, as I want more girls to get into contributing to open source. Many with a thinking that it is tough to get started don’t even try it. You can find all the material of the workshop here. The list of attendees is here.

UPGRADE TO PREMIUM TO VIEW 6 MORE

TOTAL LINKS TO THIS WEBSITE

14

SOCIAL ENGAGEMENT



OTHER SITES

tapasvitoria.com tapasvitoria.com

www.tapasvitoria.com

Al mejor precio, crear tu web. De calidad. Además, servidor cloud.

tapasvoorthuis.nl tapasvoorthuis.nl

La Gitana Tapas & Grill

Bekijk hier onze menukaart (PDF). Tel 040-2510615 e-mail: info@tapasvoorthuis.nl.

tapaswaikiki.com tapaswaikiki.com

Tapa's Waikiki

tapaswc.com tapaswc.com

www.tapaswc.com

Your browser can not display frames. Go to http:/ www.tapawc.es/.

tapasweb.com tapasweb.com

Tapas

Las mejores recetas de tapas. Si algo caracteriza a nuestro país es el tapeo; una serie de ingredientes combinados de distintas formas para lograr unos platos ricos y sabrosos que sirven como una posible entrada para una deliciosa comida. Os vamos a enseñar a preparar las más ricas y comunes tapas. De nuestro país con unas recetas que os irán explicando paso a paso como hacerlas. 150 gr. de queso semicurado. 2 dientes de ajo. 3 lonchas de jamón serrano. Vamos a preparar una rica tapa. Si queréis también ...

tapasweni-pathak.github.io tapasweni-pathak.github.io

Tapasweni Pathak

I code. I create. Hello My name is Tapasweni Pathak. I’m working with SAP Labs. As an Associate Software Developer. I'm mentoring Systers GSOC 2015. Students. I'm also a GHC India 2015 Organizing Committee Member. I'm an OWASP Summer Code Sprint 2015. Student. I love to program. I write on my blog. About most of my work. I also have a short blog. Take a look at my resume. And feel free to contact me.

tapaswenipathak.wordpress.com tapaswenipathak.wordpress.com

Sieve | Learn.Code.Create

June 16, 2015. List the tables in a MySQL database. This post is a how-to on getting the list of tables in a MySQL database using mysql command line client. 1 Connect to your MySQL database using your MySQL client. Mysql -u root -p. 2 Now you are logged in, tell MySQL which database you want to use. Mysql use database name. 3 Issue the MySQL show table command from command line. Mysql show tables;. What I got when I used this command in my table. June 9, 2015. Strike-through Text In Gmail. May 21, 2015.

tapasweniwork.github.io tapasweniwork.github.io

Tapasweni Pathak

OPW Intern @ Linux Kernel. Software Engineer @ Findable. Founder and President of Anubhav-IGDTUW. Interim Engineering Intern Summer 2013 @ Qualcomm. Summer 2012 @ IIT Delhi. Strategy Head @ Tremors12.0. Join Publicity Head @ Tremors11.0. The theme of this site is open sourced on GitHub.

tapaswienterprise.com tapaswienterprise.com

New Domain

The website is currently under construction. It will be online soon. Thank you for your patience while we build our website. Please visit us again. For any further information regarding our website please contact us at:. Powered by H O S T I N G C O N T R O L L E R.

tapaswiinfra.com tapaswiinfra.com

Tapaswi Infra Pvt. Ltd.

Tapaswi Infraprojects India Pvt. Ltd. is a Hyderabad based company with a decade of experience in infrastructure development projects with focus on irrigation, roadwork, mining and power. Started as a proprietary concern - Tapaswi Designs, the company has been active in executing over 10 significant projects and several other minor works. Tapaswi also plans to expand its operations by looking at the business opportunities in urban infrastructure and power generation. Rs 2212 million (3 on-going projects ).

tapaswiss.ch tapaswiss.ch

TAPASWISS - Home

Unsere Seite ist im Aufbau und wird in Kürze aufgeschaltet. Bis dahin informieren wir Sie gerne auf unserer. Facebook-Seite über unserer Aktivitäten und Neuheiten. Anfragen können Sie ganz einfach entweder als persönliche Nachricht oder via "Kontakt" an uns richten. Wir freuen uns, schon bald Ihren Apéro mit unserem ganz eigenen, traditionellen Ferienflair zu. Tapaswiss Catering - Gastronomie and Entertainment. Proudly powered by Weebly.