Convert Figma logo to code with AI

jnv logolists

The definitive list of lists (of lists) curated on GitHub and elsewhere

9,847
696
9,847
2

Top Related Projects

323,302

😎 Awesome lists about all kinds of interesting topics

An opinionated list of awesome Python frameworks, libraries, software and resources.

128,386

A curated list of awesome Go frameworks, libraries and software

A list of Free Software network services and web applications which can be hosted on your own servers

A list of SaaS, PaaS and IaaS offerings that have free tiers of interest to devops and infradev

:books: Freely available programming books

Quick Overview

The jnv/lists repository is a curated collection of various lists related to programming, technology, and software development. It serves as a meta-list, aggregating and organizing numerous other lists covering a wide range of topics, from programming languages and frameworks to career advice and learning resources.

Pros

  • Comprehensive collection of resources covering diverse tech-related topics
  • Well-organized and categorized, making it easy to find specific information
  • Regularly updated with new lists and contributions from the community
  • Provides a single point of reference for developers, learners, and tech enthusiasts

Cons

  • Can be overwhelming due to the sheer volume of information
  • Some links may become outdated or broken over time
  • Quality of individual lists may vary, as they are curated by different contributors
  • May require additional curation to find the most relevant and up-to-date resources

Getting Started

As this is not a code library but a collection of lists, there's no code to run. However, you can start using the repository by following these steps:

  1. Visit the GitHub repository: https://github.com/jnv/lists
  2. Browse through the README.md file to explore the available categories
  3. Click on the links to access specific lists that interest you
  4. Consider starring or watching the repository to stay updated with new additions
  5. If you find a valuable list that's not included, consider contributing by opening a pull request

Competitor Comparisons

323,302

😎 Awesome lists about all kinds of interesting topics

Pros of awesome

  • More comprehensive and actively maintained
  • Better organized with clear categories and subcategories
  • Larger community and more frequent updates

Cons of awesome

  • Can be overwhelming due to its size and breadth
  • May include some outdated or less relevant resources
  • Stricter guidelines for contributions

Code comparison

While both repositories primarily consist of markdown files, awesome has a more structured approach:

awesome:

## Programming Languages

- [JavaScript](https://github.com/sorrycc/awesome-javascript#readme)
  - [Promises](https://github.com/wbinnssmith/awesome-promises#readme)
  - [Standard Style](https://github.com/standard/awesome-standard#readme)

lists:

* [Programming Languages](https://github.com/sindresorhus/awesome#programming-languages)
* [Platform Development](https://github.com/sindresorhus/awesome#platform-development)
* [Computer Science](https://github.com/sindresorhus/awesome#computer-science)

Summary

Both awesome and lists serve as curated collections of resources, but awesome is more extensive and structured. It offers a wider range of topics and subtopics, making it easier to navigate but potentially overwhelming. lists is simpler and more concise, which may be preferable for users seeking a quick overview. The choice between the two depends on the user's needs and preferences for depth versus simplicity.

An opinionated list of awesome Python frameworks, libraries, software and resources.

Pros of awesome-python

  • Focused specifically on Python resources, providing depth in a single language
  • Well-organized into categories, making it easy to find specific types of Python tools
  • Regularly updated with new Python libraries and frameworks

Cons of awesome-python

  • Limited to Python-related content, lacking breadth across other technologies
  • May overwhelm beginners with the sheer volume of Python-specific resources

Code comparison

While both repositories are primarily curated lists, they don't contain significant code. However, here's a comparison of their README structures:

awesome-python:

# Awesome Python

A curated list of awesome Python frameworks, libraries, software and resources.

- [Awesome Python](#awesome-python)
    - [Admin Panels](#admin-panels)
    - [Algorithms and Design Patterns](#algorithms-and-design-patterns)
    - [ASGI Servers](#asgi-servers)
    ...

lists:

# Lists

A curated list of awesome lists.

- [Lists](#lists)
    - [Table of Contents](#table-of-contents)
    - [Lists of lists](#lists-of-lists)
    - [Technology](#technology)
    ...

Both repositories use a similar structure for organizing their curated lists, with awesome-python focusing on Python-specific categories and lists covering a broader range of topics.

128,386

A curated list of awesome Go frameworks, libraries and software

Pros of awesome-go

  • Focused specifically on Go programming resources
  • More actively maintained with frequent updates
  • Larger community and more contributors

Cons of awesome-go

  • Limited to Go-related content only
  • Less structured organization compared to lists

Code comparison

While both repositories primarily consist of markdown files, awesome-go includes some Go code for testing and maintenance:

awesome-go:

func TestAlpha(t *testing.T) {
    previous := ""
    for _, c := range contents {
        if strings.ToLower(c.Name) < strings.ToLower(previous) {
            t.Errorf("Expected %v to be sorted before %v", c.Name, previous)
        }
        previous = c.Name
    }
}

lists:

- [awesome-go](https://github.com/avelino/awesome-go)
  - A curated list of awesome Go frameworks, libraries and software

Summary

awesome-go is a specialized resource for Go developers, offering a comprehensive collection of Go-related tools, libraries, and resources. It benefits from active maintenance and a large community. However, its focus is limited to Go, unlike lists which covers a broader range of topics. lists provides a more structured approach to organizing curated lists but may not offer the same depth in specific areas like Go programming.

A list of Free Software network services and web applications which can be hosted on your own servers

Pros of awesome-selfhosted

  • More focused and specific to self-hosted software and solutions
  • Regularly updated with new entries and maintenance
  • Includes additional information like demo links and related software

Cons of awesome-selfhosted

  • Limited scope compared to the broader range of topics in lists
  • May require more technical knowledge to understand and utilize
  • Less comprehensive in non-self-hosted categories

Code comparison

While both repositories are primarily curated lists, they don't contain significant code. However, here's a comparison of their README structures:

lists:

# Lists
A curated list of lists of awesome lists.

- [Programming Languages](#programming-languages)
- [Platforms](#platforms)
- [Front-end Development](#front-end-development)

awesome-selfhosted:

# Awesome-Selfhosted

- [Software](#software)
  - [Analytics](#analytics)
  - [Archiving and Digital Preservation](#archiving-and-digital-preservation)
  - [Automation](#automation)

Both repositories use a similar structure for organizing their lists, with awesome-selfhosted having more detailed subcategories within its main sections.

A list of SaaS, PaaS and IaaS offerings that have free tiers of interest to devops and infradev

Pros of free-for-dev

  • Focused specifically on free resources for developers
  • Well-organized into categories like "CI and CD", "DNS", "Design and UI"
  • Regularly updated with new free services and tools

Cons of free-for-dev

  • Limited to free resources only, excluding valuable paid services
  • Less comprehensive in scope compared to lists
  • May require more frequent updates to maintain accuracy

Code comparison

Not applicable for these repositories as they primarily contain curated lists rather than code.

Additional notes

lists:

  • Broader in scope, covering various topics beyond development
  • Includes both free and paid resources
  • More extensive collection of lists on diverse subjects

free-for-dev:

  • Tailored specifically for developers' needs
  • Easier to navigate for finding development-related resources
  • Community-driven with active contributions and updates

Both repositories serve as valuable resources for developers, with free-for-dev being more focused on free tools and services for development, while lists offers a wider range of curated lists on various topics. The choice between them depends on the specific needs of the user and the breadth of information they're seeking.

:books: Freely available programming books

Pros of free-programming-books

  • More focused on educational resources, specifically programming books and courses
  • Larger community with over 250k stars and 10k+ forks
  • Organized by programming language and topic, making it easier to find specific resources

Cons of free-programming-books

  • Limited to programming-related content, less diverse than lists
  • May require more frequent updates to maintain relevance of book links and resources
  • Less flexibility in terms of content structure and organization

Code comparison

While both repositories primarily consist of markdown files, free-programming-books has a more structured approach:

free-programming-books:

### Index

* [0 - Meta-Lists](#0---meta-lists)
* [1 - Programming Languages](#1---programming-languages)
* [2 - Platforms](#2---platforms)
* [3 - Topics](#3---topics)

lists:

# Lists

* [Programming](#programming)
* [Entertainment](#entertainment)
* [Learning](#learning)
* [Security](#security)
* [Miscellaneous](#miscellaneous)

The code structure in free-programming-books is more detailed and focused on programming topics, while lists covers a broader range of subjects with a simpler organization.

Convert Figma logo designs to code with AI

Visual Copilot

Introducing Visual Copilot: A new AI model to turn Figma designs to high quality code using your components.

Try Visual Copilot

README

Lists

List of useful, silly and awesome lists curated on GitHub. Contributions welcome!

✨ Now also available in CSV! ✨

Non-technical

Technical

awesome-*

Lists of lists

Lists of lists of lists

Lists of lists of lists of lists

Lists of lists of lists of lists of lists
Lists of lists of lists of lists of lists of lists
Lists of lists of lists of lists of lists of lists of lists

License

CC0 Public Domain

Social preview photo by Eli Francis on Unsplash.