Pinned Repositories
ai_robotics
Learning Different Useful Concepts and Technologies Required
astikanand.github.io
Describes about technical, non-technical blogs, subjects, projects and various other things done by me.
Calculator-API-using-AWS-and-Terraform
A basic calculator API written in API using AWS Lambda, API Gateway and Terraform
Interview-Preparation
InterviewPrep
Resources to prepare for Placements and Job Interviews
myxos
An Experimental Operating System which implements some major concepts of OS like Starting a machine and running a system and user program, File System Handling, Multiprogramming, System Calls, Interrupt and exception Handling, Demand paging and Shell etc.
SILCompiler
A Simple Integer Language Compiler which implements some major concepts of compiler like Lexical Analysis for finding lexemes using LEX, Syntax Analysis for grammar and syntax checking using YACC, Conditional Constructs, Loop Constructs, User Defined Variables and Arrays, Assembly Code Generation and Function Calls etc..
speech_to_text
Converts different language spoken text to speech and writes to a text file. It makes use of speech_recognition module and PyAudio module. Gives user option to choose microphone and language.
TaskManagement
A Task Management System developed using Python and Django which gives user an option to view all tasks on portal, view tasks created by them. It also give user option to create, edit and delete tasks on basis of ownership.
Webapp-BlackBox-Test
Testing any webapp using RSpec by making use of Capybara (The Virtual User), PhantomJS(Headless Browser) and Poltergiest(Capybara's Web Driver for PhantomJS)
astikanand's Repositories
astikanand/TaskManagement
A Task Management System developed using Python and Django which gives user an option to view all tasks on portal, view tasks created by them. It also give user option to create, edit and delete tasks on basis of ownership.
astikanand/InterviewPrep
Resources to prepare for Placements and Job Interviews
astikanand/astikanand.github.io
Describes about technical, non-technical blogs, subjects, projects and various other things done by me.
astikanand/Interview-Preparation
astikanand/ai_robotics
Learning Different Useful Concepts and Technologies Required
astikanand/Calculator-API-using-AWS-and-Terraform
A basic calculator API written in API using AWS Lambda, API Gateway and Terraform
astikanand/myxos
An Experimental Operating System which implements some major concepts of OS like Starting a machine and running a system and user program, File System Handling, Multiprogramming, System Calls, Interrupt and exception Handling, Demand paging and Shell etc.
astikanand/SILCompiler
A Simple Integer Language Compiler which implements some major concepts of compiler like Lexical Analysis for finding lexemes using LEX, Syntax Analysis for grammar and syntax checking using YACC, Conditional Constructs, Loop Constructs, User Defined Variables and Arrays, Assembly Code Generation and Function Calls etc..
astikanand/speech_to_text
Converts different language spoken text to speech and writes to a text file. It makes use of speech_recognition module and PyAudio module. Gives user option to choose microphone and language.
astikanand/Webapp-BlackBox-Test
Testing any webapp using RSpec by making use of Capybara (The Virtual User), PhantomJS(Headless Browser) and Poltergiest(Capybara's Web Driver for PhantomJS)
astikanand/ChatUS
astikanand/course-finder
A ruby-on-rails web application to find the courses from Coursera using course keyword. It makes use of REst web services provided by Coursera Api.
astikanand/coursebasket
An Educational Startup project developed in PHP which gives people with option to purchase courses from different universities, colleges and coaching institutes.
astikanand/ElegantLinux
A dynamic web project on how to get into linux using php ,bootstrap, mysql, javascript, jQyery, ajax
astikanand/FriendInviter
A program that takes a json file consisting of people with name, user_id and their latitudinal and longitudinal coordinates and gives list of friends that fall within specified range of geographical distance.
astikanand/github-pages-boilerplate
astikanand/KodeBlog
A blog application developed using MEAN(MongoDB, ExpressJS, AngularJS, NodeJS) stack.
astikanand/KodeFork
astikanand/LearnJavaProject
astikanand/Python-Socket-Programming
astikanand/RESTApi
A seminar report on working with RESTApi, its features, advantages and prime usage.