Code Monkey home page Code Monkey logo

ieeesfit1 / openoctober Goto Github PK

View Code? Open in Web Editor NEW
28.0 28.0 51.0 93.65 MB

Open-October contribution destination. The Contest has now ended.

License: Apache License 2.0

Python 1.12% C++ 0.28% Java 0.19% HTML 0.14% PHP 0.05% C 0.15% Kotlin 0.50% Swift 0.01% Objective-C 0.01% Dart 0.30% Jupyter Notebook 97.15% CSS 0.02% JavaScript 0.07%
data-science dsa-algorithm ethical-hacking hacktoberfest hacktoberfest-accepted hacktoberfest2022 ieee machine-learning open-source openoctober

openoctober's People

Contributors

0xvashishth avatar aditidesai27 avatar almasfiza avatar ankita-1812 avatar ashds25 avatar cassandrarodrigues avatar clare0901 avatar csendranshi avatar curioustejas avatar deliciafernandes avatar eleesaanil31 avatar ieee-sfit avatar impuranjayp avatar joel-cr7 avatar kartikeysharma avatar keerthanapravallika avatar manavparmar1609 avatar mayankmohak avatar mssahumanisha avatar naveen1401 avatar orvil1026 avatar pranav-yadav avatar rakshitatantry28 avatar rakuzan98912 avatar reocorreia avatar sahillarious avatar sakethbachu avatar sherseb avatar sudarshan412 avatar urvanshshah 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

Watchers

 avatar

openoctober's Issues

Cryptography using Py

Cryptography is very important in today's day and age. I have implemented a simple socket program to communicate between two parties where not only messages but even files can be transferred in an encrypted manner and decrypted at the other end using a key.

Miscellanous: Add C++ Graphs Algorithm Implementation

Hi
I am a competitive coder and I would like to add various C++ implementations that are used in CP. For starters, I would like to include famous and widely used graph algorithms like DFS, BFS, and Dijkstra's.
Pls assign this issue to me

Software Development : JSON RESTful API using PHP and MySQL (for CRUD)

A complete JSON RESTful API using PHP and MySQL. We will use the SlimPHP framework along with PDO to interact with the MySQL database.

RESTful API handles CRUD operations:
Reads Data from DB using GET Request
Create new entries using POST Request
Update record using PUT Request
Delete record using DELETE Request

Arduino Program to make an LED Blink Continually

Seeing that you guys made an IoT folder, I have actually thought of adding a folder called Arduino in the IoT folder.
In this folder, I have added a simple Arduino program for the blinking of an external LED using the Arduino

[Ethical hacking/Python] Python based Search Engine Scraper in order to collect openly available credentials from online text storage services with Multithreading and keyword support.

Python script which functions on a two step algorithm with both being major modules, the script will first scrape text storage service links off of freely accessible popular search engines, and then use those collected links to scrape data from text storage sites and filter the data in order to provide valid credentials stored in text format. These can then be used as input for a variety of ethical hacking activities such as input for the bruteforce tool mentioned in #18 .

[Ethical hacking/Python] Selenium/LXML based script to to check for password repetition and to bruteforce login systems on individual profitable web services with Multithreading incorporation.

Python script aiming to quickly bruteforce login systems based on provided email and password combinations in order to aid the user in profitable cracking, OSINT and personal benefit. The script will be commercially acceptable with a fully fledged in-built updater. It will rely on BeautifulSoup, LXML and Selenium based web-drivers for functioning. The project will have multiple applications to accomodate for a variety of such services.

Miscellaneous: C++ Programs for Number Conversions (Number Systems)

Number Systems

Programs related to Number Systems,

  1. Write a program to convert Binary to Decimal

  2. Write a program to convert Decimal to Binary

  3. Write a program to convert Decimal to Octal

  4. Write a program to convert Binary to Octal

  5. Write a program to convert Octal to Binary

Software Dev: C program to implement conversion of an Infix Expression to a Postfix Expression

I have written a code that converts Infix Expressions to Postfix Expressions
The algorithm uses a stack to temporarily hold operators. The postfix expression is obtained from left-to-right using the operands from the infix expression and the operators which are removed from the stack. The first step in this algorithm is to push a left parenthesis on the stack and to add a corresponding right parenthesis at the end of the infix expression. The algorithm is repeated
until the stack is empty.

Miscellaneous: Python Inventory Management App

Python Inventory Management App (WISPMS-Python)

Warehouse Inventory Sales Purchase Management System (WISPMS) based on Python using Tkinter and Database
Python Project using Tkinter and Database

Warehouse Inventory Sales Purchase Management System (WISPMS)

  • Python 3.4.X
  • Sqlite DB / My SQL / Oracle
  • Tkinter

Software Dev: Program to be used by Salesman at billing counter, in C

C program to be used by Salesman at billing counter in a supermarket.

  • It should get details of items like, item_name, item_id, quantity, price per item.
  • It must provide display function to display all items present in the list.
  • It must provide delete function to delete item at the front.

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.