All Projects → anshuisme → Technocrats-HacktoberFest

anshuisme / Technocrats-HacktoberFest

Licence: MIT license
This Repository invites freelancer friendly neighbourhood developers to contribute to open source .

Programming Languages

Jupyter Notebook
11667 projects
python
139335 projects - #7 most used programming language
C++
36643 projects - #6 most used programming language
javascript
184084 projects - #8 most used programming language
HTML
75241 projects
dart
5743 projects

Projects that are alternatives of or similar to Technocrats-HacktoberFest

async fifo
A dual clock asynchronous FIFO written in verilog, tested with Icarus Verilog
Stars: ✭ 117 (+875%)
Mutual labels:  hdl, verilog-hdl
ZeroOctave-Javascript-Projects
This Repository Contains 150+ web development Projects.
Stars: ✭ 134 (+1016.67%)
Mutual labels:  webdevelopment, contributions-welcome
sv-tests
Test suite designed to check compliance with the SystemVerilog standard.
Stars: ✭ 148 (+1133.33%)
Mutual labels:  hdl
Hacktoberfest-2k19
A Repository for Micro Club members dedicated for Hacktoberfest 6th edition (2k19). The purpose of this repo is getting MC members into the open source community and help them develop and share projects and knowledge with other students, profesionals and open source enthousiasts while having a fun challenge !!
Stars: ✭ 16 (+33.33%)
Mutual labels:  contributions-welcome
ex aws rekognition
Package to use AWS Rekognition service
Stars: ✭ 21 (+75%)
Mutual labels:  contributions-welcome
GDSC LBCE Website
The official website of GDSC LBCE community.
Stars: ✭ 12 (+0%)
Mutual labels:  contributions-welcome
zkit
zKit, components for modern web.
Stars: ✭ 38 (+216.67%)
Mutual labels:  webdevelopment
VGChips
Video Game custom chips reverse-engineered from silicon
Stars: ✭ 86 (+616.67%)
Mutual labels:  hdl
accessible-name-automation-proof-of-concept
This is an experiment based on Accessibility Object Model (AOM). It tries to demonstrate that it is theoretically possible (in a certain way) to predict what the screen reader will say by focusing on semantic and non semantic elements with a bit of automated testing, thus reducing the need for manual testing.
Stars: ✭ 15 (+25%)
Mutual labels:  webdevelopment
dracula-wallpapers
Wallpapers based on the Dracula Theme
Stars: ✭ 242 (+1916.67%)
Mutual labels:  contributions-welcome
xeda
Cross EDA Abstraction and Automation
Stars: ✭ 25 (+108.33%)
Mutual labels:  hdl
Vogen
A semi-opinionated library which is a source generator and a code analyser. It Source generates Value Objects
Stars: ✭ 240 (+1900%)
Mutual labels:  contributions-welcome
pr-www
Portfolio Report Website - the data source for Portfolio Performance
Stars: ✭ 50 (+316.67%)
Mutual labels:  contributions-welcome
live-reload-vanilla-website-template
Template to build a website without a front-end framework, including transpilation of ES6+ JavaScript and Sass support
Stars: ✭ 47 (+291.67%)
Mutual labels:  webdevelopment
Test-Bank
Interview preparation and practice problems
Stars: ✭ 43 (+258.33%)
Mutual labels:  webdevelopment
Hurricano
An amazing open-source Discord bot using MongoDB with many features such as a customizable prefix, a reaction menu, music, role requirement giveaways and much more!
Stars: ✭ 97 (+708.33%)
Mutual labels:  contributions-welcome
Speech256
An FPGA implementation of a classic 80ies speech synthesizer. Done for the Retro Challenge 2017/10.
Stars: ✭ 51 (+325%)
Mutual labels:  hdl
Web-dev-mini-projects
The repository contains the list of awesome✨ & cool web development beginner-friendly✌️ projects!
Stars: ✭ 291 (+2325%)
Mutual labels:  webdevelopment
BackEnd-Squad
Back End Squad Roadmap
Stars: ✭ 24 (+100%)
Mutual labels:  webdevelopment
shdl6800
shdl6800: A 6800 processor written in SpinalHDL
Stars: ✭ 22 (+83.33%)
Mutual labels:  hdl

🎃 🎯 Technocrats@HacktoberFest 2021 💻 🙆

Team Technocrats (NITW) is accepting your contributions under the hood of Hacktoberfest !

Contribute -> Learn -> Earn goodies xD (55k Limited edition Tees on the stake by DigitalOcean Inc.)

IMPORTANT NOTICE : We have stopped accepting PRs for DSA

Any commits on DSA folder won't be accepted from now on. Hacktoberfest is labelling DSA Repos as spam, it seems.



This Repository is accepting the Working Code Snippets for several functionalities in languages/tech stacks given below:

🥇 Flutter (Android/Web) Templates / Components

🥈 Any Amazing piece of code in Python🐍 : 
        (Decorators/packages/Amazing snippets realted to Machine Learning/ Data Science/Backend)
        (Neural Networks Archs-codes/Demonstration guide of new packages are heartly welcome !)

🥇 React UI Components , NodeJS Magic Snippets 

🥈 User Interfaces built on top of HTML, CSS , JS , Bootstrap standalone

🥉 Arduino/Verilog/VHDL Magic scripts 

Read CONTRIBUTING.md for more about contributing using GITHUB website

Celebrate Hacktoberfest by getting involved in the open source community by completing 4 quality PRs in this project.

Star this repo first

This repository is open to all members of the GitHub community. Any member may contribute to this project without being a collaborator.

While we accept data structures and algorithms codes (just like other repos) we will give high appreciation to Pull Requests involving pure DEV fields mentioned above !

All valid PRs will be merged or suitable tags like hacktober-accepted will be given while spam PRs will be given spam label which will affect your participation in hactoberfest

Keep patience we will try to cover as many PRs and reduce possible delays

Quick FAQ :

What is Hacktoberfest? : A month-long celebration from October 1st - 31st sponsored by Digital Ocean and GitHub to get people involved in Open Source. Create your very first pull request to any public repository on GitHub and contribute to the open source developer community.

https://hacktoberfest.digitalocean.com/

How to contribute to this project :D

1) Fork and Clone this repo using $git
2) Do ... changes (follow Getting Started Steps)
3) Commit and push to your forked version !
4) Github will tell that "your branch is ahead of original repo . Do you wanna make a pull request ?" Go for it
5) After making pull request , go to "Issues" tab of repository and create new issue , body of which contains what you have done and a request to assign it to you.
6) After verification of your Pull Request (PR) we'll close the issue .

Getting started

  • Fork this repository (Click the Fork button in the top right of this page, click your Profile Image)
  • Clone your fork down to your local machine
git clone https://github.com/your-username/hacktoberfest.git
  • Create a branch
git checkout -b branch-name
  • Make your changes (choose from any task below)
  • Commit and push
git add .
git commit -m 'Commit message'
git push origin branch-name
  • Star this repository
  • Create a new pull request from your forked repository (Click the New Pull Request button located at the top of your repo)
  • Wait for your PR review and merge approval!

Updating your repository

If you get this message 'This branch is ___ commits behind shivanshuman021:main.', follow below steps:

  • Click on Fetch Upstream -> Fetch and merge
  • Open up terminal on your local machine and run this cmd.
git pull origin branch-name

Contributing :

You can choose directory of your preferred tech stack ( DSA Depreciated ) and follow the contributing rules - make folder / proper file name and proper extension.

Read CONTRIBUTING.md for more about contributing using GITHUB website

About us

Team Technocrats is a group of six tech enthusiasts from NITW with varying technical interests ! They Learn from each other and sit for Hacks on weekends. What's more ? They were in Top 10 (India wide) in Hackon with Amazon Hackathon ! but what they do is not just limited to Hackathons xD . We have nerdiest researchers over here too :D

Anshuman Mishra Ashiqa Rahaman Aaditya Prakash Kattekola Chaitanya Hardikar Shaik Abdullah Sufiyan Ansari

Contributors

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].