Posts

Hacktoberfest 2019

Image
Hacktoberfest 2019   presented by DigitalOcean and DEV           26-october-2019, I'm participated in this hacktoberfest 2019 contribute with GitHub and in this Hacktoberfest is a October month long celebration of open source software run by DigitalOcean in partnership with GitHub.           This opportunity is delivered to me by VGLUG ( Villupuram GNU Linux Users Group ). Now, VGLUG is providing free Python Courses for below average family background students and I'm one member of that students. VGLUG is a community is run under FOSS ( Free and Open-Source Software ) and this VGLUG community objective is all software customer or users to use open source or free software because it's provide free license, source code accessability and 100% security in software level developement projects then, it is convenient and user friendly to all.           In this Hacktoberfest co...

PyCon-India 2019

Image
PyCon-India 2019 National Level Conference           Pycon India 2019 National Level conference from 12-10-2019 to 13-10-2019 at Trade Center.              First time I attend this pycon conference but i am not thinking go to attend that pycon conferrence.   In this pycon india to inviting the vglug for present to their poster presentation, vglug means Villupuram GNU Linux Users Group this community first select two person from vglug for pycon conference that time i am not selected because pycon is alloted only two ticket for conference, one day my mentor from VGLUG call to me " hello vignesh you are selected for pycon conference at trade center your train come on time 6.50 so, you are getup to go fast " but now time is 6.30 that time i am not thinking what to do, however i have got to reaching chennai train in correct time. After two and off hours i am reached guindy...
Check to find and count How many vowels from file This is the program, I have practice today... Input: how are you? I'am fine Output: This file contains 9 times use vowels word. Program: for Python 3... a = open("samplefile.txt") #open file... count = 0  for line in a: #picking up each line by line from file...     b = len(line) #calculate each line length then, these length store in another variable...     for i in range(b): #picking up each letter from file in line...         if(line[i]=='a' or line[i]=='e' or line[i]=='o' or line[i]=='i' or line[i]=='u'): #check each letter is vowel or not...             count = count+1 #count how many time use vowels...     print("This file contains %s times use vowels word"%(count)) #print vowel counts...    a.close() #close file... --------------------------- This program is contains few basic logics... python b...

Linux terminal tricks

Image
6  Linux terminal awesome tricks... today i am learn 6 linux cool terminal tricks... 1. Cowsay Install cowsay with apt. $ sudo apt-get install cowsay Cowsay is a talking cow that will speak out anything you want it to. $ cowsay "Hi, How are you" _________________ < Hi, How are you > ----------------- \ ^__^ \ (oo)\_______ (__)\ )\/\ ||----w | || || Don't like cows ? No problem there are other animals in the cow zoo. To find out how many, use the l option to get a list $ cowsay -l     Cow files in /usr/share/cowsay/cows: apt beavis.zen bong bud-frogs bunny calvin cheese cock cower daemon default dragon dragon-and-cow duck elephant elephant-in-snake eyes flaming-sheep ghostbusters gnu head-in hellokitty kiss kitty koala kosh luke-koala mech-and-cow meow milk moofasa moose mutilated pony pony-smaller ren sheep skeleton snowman sodomized-sheep stegosaurus stimpy suse thr...

Introduction

Vig neshvickii       Hi, I'am Vigneshwaran .S pursuing Final Year B.E. Computer Science and Engineering in Mailam Engineering College at Villupuram, I'am starting create and writing blog from today.      I want say about my knowledge, I am an average student in studies but I want to learn things practically that's why go with self learning and I am interested in the Topics, Computer Networks, Web Designing, Software Developing, Hacking and etc.,