GithubHelp home page GithubHelp logo

Harish's Github Stats
GitHub User's stars GitHub Follow

Harish Kumar's Projects

address-book icon address-book

Address Book is a C application which keeps track of names, telephone/mobile numbers and e-mail addresses. It is a console based application which uses standard I/O for adding and deleting contact names, phone numbers and e-mail addresses, searching names and associated numbers and email addresses, updating numbers and email addresses, and deleting contacts.

arbitrary-precision-calculator icon arbitrary-precision-calculator

Arbitrary-precision arithmetic, also called bignum arithmetic, multiple precision arithmetic, or sometimes infinite-precision arithmetic, indicates that calculations are performed on numbers whose digits of precision are limited only by the available memory of the host system. This contrasts with the faster fixed-precision arithmetic found in most arithmetic logic unit (ALU) hardware, which typically offers between 8 and 64 bits of precision.

bone-gpio-sysfs icon bone-gpio-sysfs

bone-gpio-sysfs is a GPIO sysfs driver to handle GPIOs of the beagle bone black am335x hardware through Sysfs interface.

cpu-spy icon cpu-spy

Application to monitor the CPU utilization statistics on Arista Switches.

expression-converter-and-evaluator icon expression-converter-and-evaluator

Any mathematical expression can be expressed in infix, post-fix and pre-fix formats. This C application is a universal expression convertor implemented using stack data structure. This structure will take input of input expression and conversion option from the user and provide the output in the desired format. The goal of this application is to handle various mathematical operations by converting given expression.

inverted-search-engine icon inverted-search-engine

The purpose of storing an index is to optimize speed and performance in finding relevant documents for a search query. Without an index, the search engine would scan every document in the corpus, which would require considerable time and computing power.

ip-subnet-mask-calculator icon ip-subnet-mask-calculator

Subnet mask calculator is a handy python tool for finding the number of possible subnets for any given network address block.

lexical-analyzer icon lexical-analyzer

In computer science, lexical analysis is the process of converting a sequence of characters into a sequence of tokens. A program or function which performs lexical analysis is called a lexical analyzer, lexer, or scanner. Lexical analyzers are designed to recognize keywords , operators , and identifiers , as well as integers, floating point numbers , character strings , and other similar items that are written as part of the source program .

network-packet-sniffer icon network-packet-sniffer

A network packet sniffer built with the help of 'scapy', a python based module which is built entirely dedicated to capturing, handling and analyzing network traffic.

pthreads icon pthreads

Exercises to learn multi-thread programming

source-to-html-convertor icon source-to-html-convertor

The objective of this “Source-2-html convertor” is to display source code in a Web Browser. Source2html program shall parse a source file and generate equivalent HTML code. Browser takes this html file as input and renders it in Browser window to display source code. Reserved keywords, preprocessor directives, numerical constants, strings, ASCII characters, etc must be displayed in predefined color.

student-report-generator-and-transferring-agent icon student-report-generator-and-transferring-agent

A Linux terminal application capable of manipulating the information in database, generate individual csv files and email them to the respective candidates. The generate_report script manipulates the files and generates separate csv files for each entry with their information. The send_report script email the files to the candidates by using any one of the mail transfer agents(MTA) and email clients(postfix and gmail).

term-flash icon term-flash

'Terminal Flashcards' is a linux application which allows users to register themselves and the registered users to login. After login users can take a tests on shell. This user will have to provide the list of questions that he wants to take the test on. This tool acts just like a flashcard to help users to practice the questions.

wish icon wish

Unix like shell designed using advanced system calls with respect to process creation & handling, multi-threading, signal handling, inter-process communication, process synchronisation, foreground and background Jobs, file operation & handling, exit status and text parsing.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.