Skip to content
View astikanand's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report astikanand

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. myxos myxos Public

    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, Inte…

    C

  2. SILCompiler SILCompiler Public

    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, …

    C 1

  3. Webapp-BlackBox-Test Webapp-BlackBox-Test Public

    Testing any webapp using RSpec by making use of Capybara (The Virtual User), PhantomJS(Headless Browser) and Poltergiest(Capybara's Web Driver for PhantomJS)

    Ruby

  4. speech_to_text speech_to_text Public

    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.

    Python