anupam1608

anupam1608

Geek Repo

Github PK Tool:Github PK Tool

anupam1608's repositories

Big-Integer

Built a Big Integer library, similar to what we have in Java as BigInteger.Library provide functionalities to store arbitrarily large integer and perform basic math operations like addition, subtraction, multiplication, Fast exponentiation, GCD of 2 integers and factorial.

Language:C++Stargazers:1Issues:0Issues:0

Group-based-file-sharing-system

Build a group based file sharing system where users can share, download files from the group they belong to. Downloading file is parallel with multiple pieces from multiple peers.

Language:C++Stargazers:1Issues:0Issues:0

ACM-ICPC-Algorithms

Algorithms used in Competitive Programming

Language:C++Stargazers:0Issues:0Issues:0

anupam1608

Config files for my GitHub profile.

Stargazers:0Issues:0Issues:0

codingdojo.org

Codingdojo web site

Language:DockerfileStargazers:0Issues:0Issues:0

CodingPractice

Solutions to popular coding questions

Language:C++Stargazers:0Issues:0Issues:0

File-Encryption

Suppose there are n c users A (clients) want to securely access the files stored in the database of a user B (server). At first, each client will make a connection using socket with the server B and then will establish three symmetric keys, say K 1 , K 2 and K 3 which will be used for encryption and decryption using the 3DES with three keys symmetric cryptosystem.

Language:PythonStargazers:0Issues:0Issues:0

Sql_engine

Python implementation of a mini SQL engine that runs a subset of SQL Queries using a command-line interface.

Language:PythonStargazers:0Issues:2Issues:0

Wikipedia-search-engine

Built a search engine to query over 60 GB of wikipedia data dump. It takes both simple and multi field queries (which include Title, In- fobox, Body, Category, and Links). Used multi-level indexing, ranking algorithms and multi-threading for parallel processing of queries.

Language:PythonStargazers:0Issues:0Issues:0
Language:PythonStargazers:0Issues:0Issues:0

File-Extractor

Bash script that takes a file path as command line argument and then extracts the file according to its format. The file can be of any compressed format like .tar,.tar.gz,.tar.bz2,.bz2,.zip etc.

Language:ShellStargazers:0Issues:0Issues:0

Git-Commands

A list of commonly used Git commands

Stargazers:0Issues:0Issues:0

javaargs

The Java version of the Args Program.

Stargazers:0Issues:0Issues:0
Stargazers:0Issues:0Issues:0