awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to joelsutherland/github-jquery-repo-widget

Open-source alternatives to GitHub JQuery Repo Widget

26 open-source projects similar to joelsutherland/github-jquery-repo-widget, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best GitHub JQuery Repo Widget alternative.

  • 4148/greenhatAvatar de 4148

    4148/greenhat

    1,553Ver en GitHub↗

    greenhat is a quick hack for decorating your GitHub contribution calendar with commits for the past n days. It uses the GITAUTHORDATE and GITCOMMITTERDATE environmental variables to make commits appear in the past. Be warned that greenhat will clobber your repository's commit history.

    Python
    Ver en GitHub↗1,553
  • agwa/git-cryptAvatar de AGWA

    AGWA/git-crypt

    9,746Ver en GitHub↗

    git-crypt is a transparent cryptography layer and secret manager for Git repositories. It encrypts specific files so they remain as ciphertext on remote servers while appearing as plaintext in local directories. The tool uses Git attributes to define the scope of files and directories targeted for encryption. It supports both symmetric secret key encryption for shared access and asymmetric public key encryption to control decryption permissions among multiple collaborators. The system automates the encryption and decryption process through hook-based filters that trigger during commit and ch

    C++
    Ver en GitHub↗9,746
  • apollostack/githuntA

    apollostack/GitHunt

    0Ver en GitHub↗
    Ver en GitHub↗0
  • aquarhead/miaopullAvatar de aquarhead

    aquarhead/miaopull

    1Ver en GitHub↗

    Miaopull 「喵噗哦」

    Python
    Ver en GitHub↗1
  • boennemann/badgesAvatar de boennemann

    boennemann/badges

    1,208Ver en GitHub↗

    A collection of all JavaScript related and free for open-source readme badges out there. All of the services are live and operating on this repositoriy's dummy code.

    CoffeeScript
    Ver en GitHub↗1,208

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Find more with AI search
  • codesboy/get-your-github-cardAvatar de codesboy

    codesboy/Get-Your-GitHub-Card

    18Ver en GitHub↗

    Display Your GitHub Information On A Web Page

    JavaScript
    Ver en GitHub↗18
  • gazler/githugAvatar de Gazler

    Gazler/githug

    6,949Ver en GitHub↗

    Githug is a terminal-based learning tool and interactive Git course that teaches version control through a series of progressive repository challenges. It functions as a command-line game where users master software operations by solving curated levels that require specific repository states to progress. The system utilizes a challenge-and-verify loop, employing a validation engine to check the current Git index and working tree against predefined solution logic. To support the learning process, it includes a hint system for roadblocks and a state management mechanism to reset levels to their

    Shell
    Ver en GitHub↗6,949
  • gelstudios/gitfitiAvatar de gelstudios

    gelstudios/gitfiti

    8,437Ver en GitHub↗

    gitfiti is a tool for generating pixel art on a GitHub contribution graph by manipulating Git commit histories. It functions as a commit history manipulator and a pixel art template renderer that produces specific visual patterns on a profile's activity map. The project translates image templates and numeric coordinates into a sequence of backdated commits. It controls the intensity of calendar squares by simulating activity density and generates executable shell scripts to automate the bulk commit process. The software covers capabilities for custom art template definition and the generatio

    Python
    Ver en GitHub↗8,437
  • igrigorik/githubarchive.orgAvatar de igrigorik

    igrigorik/githubarchive.org

    3,040Ver en GitHub↗

    Open-source developers all over the world are working on millions of projects: writing code & documentation, fixing & submitting bugs, and so forth. GH Archive is a project to record the public GitHub activity, archive it, and make it easily accessible for further analysis.

    Ruby
    Ver en GitHub↗3,040
  • ionicabizau/github-contributionsAvatar de IonicaBizau

    IonicaBizau/github-contributions

    1,335Ver en GitHub↗

    Ensure you configured NPM and NodeJS not to require sudo when installing packages globally.

    HTML
    Ver en GitHub↗1,335
  • ironmaniiith/github-profile-name-writerAvatar de ironmaniiith

    ironmaniiith/Github-profile-name-writer

    143Ver en GitHub↗

    1. Make a new repo (say testRepo) 2. Run the file run.sh, it will ask you the information like username and id, enter it. 3. You will obtain a file runThis.sh, just copy that file in your cloned version of testRepo and run it, that's all...

    Python
    Ver en GitHub↗143
  • josephyzhou/github-trendingJ

    josephyzhou/github-trending

    0Ver en GitHub↗
    Ver en GitHub↗0
  • kevva/github-gistsAvatar de kevva

    kevva/github-gists

    45Ver en GitHub↗

    ` $ npm install --save github-gists `

    JavaScript
    Ver en GitHub↗45
  • lepture/github-cardsAvatar de lepture

    lepture/github-cards

    2,148Ver en GitHub↗

    Card for your GitHub profile, card for your GitHub repositories.

    HTML
    Ver en GitHub↗2,148
  • littleark/githutAvatar de littleark

    littleark/githut

    1,293Ver en GitHub↗

    Visualization of data from github archive.

    HTML
    Ver en GitHub↗1,293
  • mroth/lolcommitsAvatar de mroth

    mroth/lolcommits

    4,811Ver en GitHub↗

    lolcommits is an automated tool for capturing, archiving, and associating webcam media with version control commit histories. It functions as a webcam snapshot archiver and history visualization tool that triggers photos, GIFs, or videos whenever a Git commit is performed. The system uses Git hook automation to associate commit hashes with physical snapshots of the developer. It includes a plugin system for integrating third-party tools to transform captured images or add visual overlays such as commit messages and identifiers. The tool provides a media archive browser to retrieve captures a

    Ruby
    Ver en GitHub↗4,811
  • necolas/css3-github-buttonsAvatar de necolas

    necolas/css3-github-buttons

    1,105Ver en GitHub↗

    CSS3 GitHub Buttons helps you easily create GitHub-style buttons from links, buttons, and inputs.

    HTML
    Ver en GitHub↗1,105
  • no13bus/ohmyrepoAvatar de no13bus

    no13bus/ohmyrepo

    127Ver en GitHub↗

    use webhook to analysis automaticly that who stared your repository, where are they. Besides you can fellow some users.

    Python
    Ver en GitHub↗127
  • pcottle/learngitbranchingAvatar de pcottle

    pcottle/learnGitBranching

    33,604Ver en GitHub↗

    This project is an interactive Git tutorial and version control simulator. It provides a visual learning environment where users practice Git commands through structured lessons and a simulated terminal that does not affect the local file system. The application functions as a branching visualizer, rendering a graphical representation of commit trees and branch pointers that update in real time as commands are executed. It allows for the creation of custom exercises and the sharing of specific command sequences via unique links. The software covers educational challenges for mastering reposi

    JavaScript
    Ver en GitHub↗33,604
  • readify/gitvizR

    Readify/GitViz

    0Ver en GitHub↗
    Ver en GitHub↗0
  • resume/resume.github.comAvatar de resume

    resume/resume.github.com

    62,866Ver en GitHub↗

    This project is a static site generator designed to transform plain text content into pre-rendered web documents. It functions as a content platform that separates structural information from presentation, utilizing lightweight markdown formatting to ensure portability and ease of maintenance. The platform is built on a dependency-free execution model, operating without external libraries or frameworks to minimize security risks and support long-term stability. It integrates a technical governance framework and a software engineering manifesto, providing a structured set of principles and dec

    JavaScript
    Ver en GitHub↗62,866
  • sindresorhus/is-github-downAvatar de sindresorhus

    sindresorhus/is-github-down

    133Ver en GitHub↗

    `sh npx is-github-down `

    JavaScript
    Ver en GitHub↗133
  • src-d/go-gitAvatar de src-d

    src-d/go-git

    4,880Ver en GitHub↗

    This project is a native implementation of the Git version control system for Go applications. It provides a programmable API and a low-level plumbing toolset that allows developers to manage repositories, manipulate object graphs, and perform version control operations without requiring external system binaries or C bindings. The library is distinguished by its flexible storage and network layers, featuring a virtual file system that enables in-memory repository management to bypass disk I/O. It supports pluggable network transports and interface-based storage backends, allowing for custom p

    Go
    Ver en GitHub↗4,880
  • stylishthemes/github-darkAvatar de StylishThemes

    StylishThemes/GitHub-Dark

    9,911Ver en GitHub↗

    GitHub-Dark is a browser extension theme and collection of user style sheets designed to provide a comprehensive dark mode aesthetic for the GitHub interface. It functions by injecting custom style rules directly into the browser to override default website colors, fonts, and layout properties, aiming to improve visual comfort and readability during extended use. The project distinguishes itself through its focus on deep integration and visual consistency. It includes specialized support for syntax highlighting across various programming languages and notebook environments, ensuring that code

    CSSawesomecssdark
    Ver en GitHub↗9,911
  • thieman/github-selfiesAvatar de thieman

    thieman/github-selfies

    1,187Ver en GitHub↗

    Everything is better with selfies. Yes, even pull requests. Trust me.

    JavaScript
    Ver en GitHub↗1,187
  • tholman/github-cornersAvatar de tholman

    tholman/github-corners

    5,001Ver en GitHub↗

    GitHub Corners is a collection of customizable web callout widgets designed to promote open source projects. It provides a lightweight UI component that acts as a visual link, directing website visitors to a project repository. The project allows for extensive style customization, enabling users to adjust colors and sizes to match a specific brand identity. These ribbons function as call-to-action elements to encourage users to view or fork source code. The system generates these graphics as scalable vector graphics through serverless image rendering. Visual styles and text content are deter

    HTML
    Ver en GitHub↗5,001