Git Product home page Git Product logo

junk's Introduction

Junks : Small Projects

This repo is a collection of small projects , scripts and assignments. Here is a list of all the directories ( projects/script ) that are present in this repo.

Contents :

  1. Email Scripts:

    • It consists of script to fetch data from G-Mail.
    • Written in Python and uses imaplib, email and csv libraries.
    • Tech Base : Python ( Libraries : imaplib, email, csv)

    NOTE : Due to security constraint, Gmail does not allow the script to directly access the email. You need to generate an app password for getting access to the mails.Follow the link to generate password.

  2. Basic Client-Server Scripts:

    • It consists of scripts to stimulate a simple client server interaction for file transfer.
    • Tech Base : Python
  3. Attendance Scripts:

    • Tried to develop a simple CLI based attendance management program.
    • Tech Base : Python ( Libraries : openpyxl )
  4. CSO231N : Operating_System:

    • One of the scripts deals with the producer consumer problem.
    • Implementation of a shell with few basic command.
    • Written in c.
  5. CSE361 : DBMS:

    • Assignments : Extendible Hashing , B+ Trees
    • Tech Base : C++
  6. Sublime Snippets:

    • Consists of snippets commonly used in competitive programming.
  7. CSO221N : Algorithms:

    • Karatsuba Algo, TSP using DP, Convex Hull
    • Tech Base : C++
  8. CSE443 : Natural Language Processing:

    • Porter Stemmer for Hindi
    • Tech Base : Python
  9. Scripts:

    • Contains scripts in python for various purposes.
    • Tech Base : Python
  10. Computer Graphics:

    • Conteains computer graphics lab assignments.
    • Written in C, C++.

Contribution Guidelines

For making any contribution refer to CONTRIBUTING.md

junk's People

Contributors

eerie16 avatar gothamk avatar janhavigupta007 avatar khushiagr99 avatar malhotrabhavya avatar parvjain1010 avatar pegasus-lynx avatar shivanshs9 avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

junk's Issues

Top Down Parser : Non Recursive

Implementation of a top-down parser ( no recursive ). Implement should use a tree instead of stack. Choose any simple grammar.

Compilers : Lexical Analyzer

Lexical Analysis using Lex ( grammar can be self-assumed).
It should not be exact grammar for the language. An example for showing the use of lex.

Top-Down Parser : Recursive

Implementation of a recursive top-down parser for parsing lexical analyzed outputs. Implementation for a simple grammar works

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.