Skip to content

Here's what's popular on GitHub today...

C# logo

Popular topic

C# ("C sharp") is an object-oriented and type-safe programming language.

Trending repository

This repository contains all the DSA (Data-Structures, Algorithms, 450 DSA by Love Babbar Bhaiya, FAANG Questions), Technical Subjects (OS + DBMS + SQL + CN + OOPs) Theory+Questions, FAANG Interview questions, and Miscellaneous Stuff (Programming MCQs, Puzzles, Aptitude, Reasoning). The Programming languages used for demonstration are C++, Python, and Java.

  • Updated Aug 27, 2021
  • Jupyter Notebook
Game Off

Upcoming event recommended by GitHub

Nov
1

Game Off

November 01, 2021 - December 01, 2021 • Online

Game Off is an annual game jam, where participants spend the month of November creating games based on a secret theme. Participate individually, or as a team. Use whatever game engines, libraries, and languages you like.

Trending repository

DimitrisJim
DimitrisJim commented Aug 10, 2021

Feature

CPython:

>>> from collections import deque
>>> d = deque()
>>> d.__imul__(3)
deque([1, 1, 1, 1, 1])

RustPython:

>>>>> from collections import deque
>>>>> d = deque()
>>>>> d.__imul__(5)
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
AttributeError: 'deque' object has no attribute '__imul__'
MeiliSearch

Trending repository

App recommended by GitHub

Percy

Percy gives your team confidence in every visual UI change before it's shipped.

Percy adds visual reviews to your GitHub pull requests, helping your team spot UI bugs quickly and review visual changes easily.

devops-exercises

Trending repository

surister
surister commented Jan 21, 2020

This is a reminder for me or a task if anyone wants :P

imagen

Basically, The last two questions aren't really regex's questions.

To do:

  • Move said questions to correct place.
  • Add new regex questions (Python related!)?
  • Maybe add a new ## Regex section, as it is a valuable skill

Trending repository

App recommended by GitHub

WakaTime

Productivity metrics, insights, and time tracking automatically generated from your programming activity.

How it Works

  1. Install the open-source plugin for your editor

  2. Write code like you already do

  3. Get a personal or team dashboard with metrics about your programming

Features

  • Fully-automatic project detection
  • Language usage breakdown
  • Private Leaderboards
  • Commit stats
  • Embeddable SVG charts