Hacktoberfest2020

Top 23 Hacktoberfest2020 Open-Source Projects

  • Fiber

    ⚡️ Express inspired web framework written in Go

  • Project mention: อย่าเพิ่งใช้ fiber ถ้ายังไม่ได้อ่าน doc | dev.to | 2023-10-31
  • linkedin-skill-assessments-quizzes

    Full reference of LinkedIn answers 2023 for skill assessments (aws-lambda, rest-api, javascript, react, git, html, jquery, mongodb, java, Go, python, machine-learning, power-point) linkedin excel test lösungen, linkedin machine learning test LinkedIn test questions and answers

  • Project mention: Tell HN: The Turing.com hiring platform is complete nonsense | news.ycombinator.com | 2024-01-11

    Been spending a bunch of time trying to get on their hiring platform. After a bunch of surveys on soft skills, assessments for selected tech stacks are required to receive job opportunities.

    It seems like the assessment tests are written by a machine and/or scraped entirely from questions in online repositories.

    As an example, here's a screenshot of one of their nonsense questions for an Android assessment: https://prnt.sc/waKVQjFoETwr

    Almost all the questions are like that. I also figured out that a bunch of the questions seem to be copied word for word from online repositories like https://github.com/Ebazhanov/linkedin-skill-assessments-quizzes/blob/main/android/android-quiz.md.

    Tried to speak to a person about all the issues which make taking an assessment impossible, and just got more bots.

    I'm sure many are looking for jobs, so figured this would save people a bunch of time.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • MaterialDesignInXamlToolkit

    Google's Material Design in XAML & WPF, for C# & VB.Net.

  • Mind-Expanding-Books

    :books: Find your next book to read!

  • earthly

    Super simple build framework with fast, repeatable builds and an instantly familiar syntax – like Dockerfile and Makefile had a baby.

  • Project mention: Cache is King: A guide for Docker layer caching in GitHub Actions | news.ycombinator.com | 2024-04-07

    Also CACHE keyword, for cache mounts. Makes incremental tools like compilers work well in the context of dockerfiles and layer caches.

    That can extend beyond just producing docker iamges as well. Under the covers the CACHE keyword is how lib/rust in Earthly makes building Rust artifacts in CI faster.

    https://github.com/earthly/earthly/issues/1399

  • DevOps-Guide

    DevOps Guide - Development to Production all configurations with basic notes to debug efficiently.

  • mongo-express

    Web-based MongoDB admin interface, written with Node.js and express

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • AR.js

    Image tracking, Location Based AR, Marker tracking. All on the Web.

  • ClosedXML

    ClosedXML is a .NET library for reading, manipulating and writing Excel 2007+ (.xlsx, .xlsm) files. It aims to provide an intuitive and user-friendly interface to dealing with the underlying OpenXML API.

  • Project mention: When XML in Word Became Illegal | news.ycombinator.com | 2023-10-12

    It's also country specific.

    I work on Excel library and the text to number/date feature was one of less fun things to implement at least semi-correctly.

    I remember my comment on the PR back then:

    https://github.com/ClosedXML/ClosedXML/pull/1899

  • macOS_Big_Sur_icons_replacements

    Replacement icons for popular apps in the style of macOS Big Sur

  • Project mention: I found a Pixelmator Pro template to "Big Sur-ify" your app icons | /r/MacOS | 2023-12-10

    I found this template online and recreated it myself, while adding a couple new features like the "no background" option and the option to include your launcher of choice in the app icon. I would link who made the first template but I apologize I can't remember, I found it a couple weeks ago. The launcher icons (except for parallels) are all taken from macosicons.com, a website which I highly recommend as the easiest way to "Big Sur-ify" apps that don't already have the new icon design. Sometimes your specific game or app isn't there so this template is for those times.

  • List-Of-Open-Source-Internships-Programs

    A curated list of all the open-source internships/Programs

  • Project mention: Resources for Self-Taught CS Enthusiasts: Open Source Internship Programs, Learning CS, and Free Coursera Courses | /r/buildindia | 2023-05-01
  • Errbot

    Errbot is a chatbot, a daemon that connects to your favorite chat service and bring your tools and some fun into the conversation.

  • DaybydayCRM

    DaybydayCRM an open-source CRM, to help you keep track of your daily workflow.

  • conteudo-gratuito

    📌 Conteúdos gratuitos compartilhados pela comunidade.

  • angular-filemanager

    JavaScript File Manager Material Design Folder Explorer Navigator Browser Manager in AngularJS with CSS3 Responsive (with FTP in PHP / Java / Node)

  • Project mention: [Release] ezRemote Client 1.08 (Web Interface to access PS4 files) | /r/ps4homebrew | 2023-07-19

    To the author of the File Manager UI code that was customized to work with the PS4. https://github.com/joni2back/angular-filemanager

  • awesome-android-learning-resources

    👓 A curated list of awesome android learning resources for android app developers.

  • whirl

    CSS loading animations with minimal effort!

  • django-helpdesk

    A Django application to manage tickets for an internal helpdesk. Formerly known as Jutda Helpdesk.

  • oreboot

    oreboot is a fork of coreboot, with C removed, written in Rust.

  • spotify-github-profile

    Show your Spotify playing on your Github profile

  • js--interview-questions

    :grey_question::question::grey_question: Notes from technical (javascript) interviews. Tasks and quiz for different topics to discuss on interview / check self skills in javascript

  • Hacktoberfest

    Hacktoberfest OPEN FIRST Pull Request 🎉

  • Project mention: Concluding OSD700 | dev.to | 2024-04-20

    In that course, we learned about the basics of open source, like how to make good PRs and contribute to random open-source projects, and how to use Git effectively in the process. We participated in events like Hacktoberfest that helped us embrace the spirit of open source.

  • mtproto

    🦋 Full-native go implementation of Telegram API

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Hacktoberfest2020 related posts

Index

What are some of the best open-source Hacktoberfest2020 projects? This list will help you:

Project Stars
1 Fiber 31,291
2 linkedin-skill-assessments-quizzes 28,092
3 MaterialDesignInXamlToolkit 14,616
4 Mind-Expanding-Books 11,175
5 earthly 10,816
6 DevOps-Guide 7,639
7 mongo-express 5,358
8 AR.js 5,184
9 ClosedXML 4,407
10 macOS_Big_Sur_icons_replacements 4,123
11 List-Of-Open-Source-Internships-Programs 3,499
12 Errbot 3,056
13 DaybydayCRM 2,211
14 conteudo-gratuito 1,830
15 angular-filemanager 1,750
16 awesome-android-learning-resources 1,594
17 whirl 1,536
18 django-helpdesk 1,496
19 oreboot 1,476
20 spotify-github-profile 1,376
21 js--interview-questions 1,348
22 Hacktoberfest 1,314
23 mtproto 1,165

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com