Giter Club home page Giter Club logo

akkupy / codedump Goto Github PK

View Code? Open in Web Editor NEW
57.0 57.0 253.0 28.37 MB

Drop your code snippets here!

License: GNU General Public License v3.0

C 6.31% Java 7.19% C++ 22.16% Python 8.88% HTML 14.88% CSS 3.99% JavaScript 2.67% C# 0.01% Dart 0.10% Kotlin 0.03% Ruby 0.01% Rust 0.03% Go 0.04% Swift 0.01% Jupyter Notebook 33.61% PHP 0.11%
beginner-code beginner-friendly beginner-python hacktoberfest hacktoberfest-beginners hacktoberfest2023 open-source

codedump's Introduction

Heyy There, I'm Akash ๐Ÿ‘‹!

CSE Student at College Of Engineering Chengannur

Linktree Website Twitter Follow Linkedin: Akash GitHub followers

๐Ÿ‘‡ Hit in your console or terminal to connect with me.

npx akkupy

๐Ÿ‘† This command line tool can be found at npx akkupy

A little more about me...

akash = {
    code: [ "Python","C","Java","C++",],
    askMeAbout: ["Cyber Security", "Web Dev", "Tech", "Networking", "Android"],
    technologies: {
        backEnd: {
            python: ["Django","Flask"]
        },
        frontEnd: {
            css: ["Css3"],
            html: ["Html5"]
        },
        linux: {
           debian: ["Bash Scripting"] 
        },
        devOps: ["AWS", "Docker๐Ÿณ", "Nginx"],
        databases: ["MySql"],
        misc: ["Firebase"]
    },
    currentFocus: "Django",
    funFact: "There are two ways to write error-free programs;"
              "Only the third one works!"
}

I love connecting with different people so if you want to say hi, I'll be happy to meet you more! ๐Ÿ˜Š


codedump's People

Contributors

aaryansood2512chitkara avatar akhilmohd01 avatar akhilts01 avatar akkupy avatar altair-05 avatar anirudhbelwadi avatar anju-kris avatar annaannmathew avatar anshul439 avatar anuragpal010104 avatar archismwanchatterjee avatar arijit2002 avatar ayushtripathi12103634 avatar ghostrider987 avatar irene260 avatar khushi-2002 avatar nancy-singh10 avatar pravocodes avatar sahalbasheer avatar sanals77 avatar shar2040 avatar shivansh-mittal avatar techmaniac02 avatar uday-kiran-001 avatar varshaa-r avatar vasilu avatar vermaaarti avatar vismaya2002 avatar vyshnavi-v avatar xenoxjeager avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

codedump's Issues

Code to create a BST in c++

I want to add the code to create a binary search tree in data structures folder. Please assign the issue to me under HACKTOBERFEST :)

Task planning app _flutter

Task planning app , In this User authentication using Firebase and all features like Update, read, delete , create their plans to do and this app is done by using Flutter.

Please consider this under Hacktoberfest_23 : )

Tower of Hanoi in Java

Tower of Hanoi is such a problem that involves moving a stack of disks from one peg to another following certain rules:
Rules are as follows:
1.Only one disk can be moved at a time
2.Each move consists of taking the upper disk from one of the stacks and placing it on top of another stack. In other words, a disk can only be moved if it is the uppermost disk on a stack.
3.No larger disk may be placed on top of a smaller disk.

To Do List

Would like to add To Do List. Please mention where I should add it - in JavaScript or in Web Dev?

Implement Rock, Scissors, Paper Game Logic in Python

The goal of this task is to create the core logic for the Rock, Scissors, Paper game in Python. This includes handling user input, generating computer choices, determining the winner, and displaying the results.

Request to Add Linked List Operations in Python

Hey Akash,

I noticed the absence of linked list operations in the "Data Structure" folder. Would you consider adding Python implementations? I'm willing to contribute. Let me know if you're open to this.

Thanks,
Arun

Downward Triangle Pattern in Python

              * * * * * * * * * * * 
               * * * * * * * * * * 
                * * * * * * * * * 
                 * * * * * * * * 
                  * * * * * * * 
                   * * * * * * 
                    * * * * * 
                     * * * * 
                      * * * 
                       * * 
                        *

Display this pattern , take rows as input.

N-Queens Java solution code in Java Folder

  • The n-queens puzzle is the problem of placing n queens on an n x n chessboard such that no two queens attack each other.
  • Given an integer n, return all distinct solutions to the n-queens puzzle.
  • Each solution contains a distinct board configuration of the n-queens' placement, where 'Q' and '.' both indicate a queen and an empty space, respectively.

Daily LeetCode Check-In Challenge - [Date] - Upload Your Solutions

Description

Let's solve a LeetCode question in Java every day, to improve our problem-solving skills and Java programming abilities.

Plan

  • Programming Language: Java
  • Focus: Medium difficulty questions, data structures, and algorithms.

How You Can Participate

Folder Structure

  • LeetCode Questions
    • Question-123-Solution
      • Main.java
      • Explanation.md (optional)
    • Question-456-Solution
      • Main.java
      • Explanation.md (optional)

Let's learn, grow, and build a repository of solutions together!

Implement Threads in Java

Write a Java program that implements a multi-threaded program which has three threads. First thread generates a random integer every 1 second. If the value is even, second thread computes the square of the number and prints. If the value is odd the third thread will print the value of cube of the number.

Graph Creation in c++

Want to add the code for graph creation in c++ in data structures folder. Kindly assign the issue to me under Hacktoberfest 2023 :)

PDF to Audio

I would like to add a Python program that converts PDF to Audio voice.

Creation of an AVL Tree

Want to add the code for creation of an avl tree in data structures folder. Please assign the issue to me under Hacktoberfest 2023 :)

I want to add some most useful algorithms code Like

  1. K-way merge Algorithm

  2. Stack Reduced Quick Sort

  3. Merge sort combined with Insertion Sort

  4. Prims, Topological, Kruskal's algorithm

  5. DijKstra , Floyd Warshall ,bellman ford algorithm

  6. Backtracking
    a) Rat Maze
    b) N-Queen
    c) Sudoku
    d) Sum of Subset

  7. Activity selection , Huffman Encoding .

Please consider this under Hacktoberfest_2023 , I am interested to Contribute my self : )

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.