Based on our record, GitHub seems to be a lot more popular than grep.app. While we know about 2254 links to GitHub, we've tracked only 15 mentions of grep.app. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
Https://grep.app - To search repos for patterns. I usually use it when I'm using an obscure or badly documented library. https://unicode.scarfboy.com/ - Unicode stuff. There are a lot of small Unicode tool sites. - Source: Hacker News / 2 months ago
There are some alternatives like https://grep.app or https://sourcegraph.com/search if you want fast live search, but at the end of the day these are generally expensive services to provide, especially for free anonymous users, so you should probably at least accept that service providers can and do change things like this. You can also run something like your own copy of Zoekt and then ingest repositories on... - Source: Hacker News / 8 months ago
Https://grep.app/ is another good one. Not sure how many repos they index though. - Source: Hacker News / 9 months ago
Https://grep.app/ is similar and seems to return results, but I have not compared it to native GitHub search. - Source: Hacker News / 11 months ago
Https://grep.app/ has served me well for the last couple of years finding snippets for random APIs. But recently I found that certain strings from open-source projects suddenly yield no results. For example: VaultServiceTimeout from https://github.com/rajanadar/VaultSharp has no results for https://grep.app/search?q=VaultServiceTimeout. Is there some alternative service for this task that is up-to-date? - Source: Hacker News / about 1 year ago
I am using GitHub for both personal and work projects. In the past, I used BitBucket, and at some point I considered using GitLab, too. However, the popularity of GitHub and its ecosystem made it hard to ignore. I even use GitHub to follow trends in my profession. - Source: dev.to / about 4 hours ago
Def search_github_issues(repo, query, state="open"): # Your GitHub API code here return {"issues": [{"title": "Example issue", "number": 42, "url": "https://github.com/..."}]}. - Source: dev.to / 2 days ago
This post provides a comprehensive exploration of India’s dynamic open source development ecosystem. It delves into historical context, core concepts, community building, practical applications, challenges, and future innovations. We discuss how talented developers, vibrant communities, and supportive government initiatives converge to power open source growth in India. The article also integrates additional... - Source: dev.to / 6 days ago
Sign Up: If you don’t have an account, go to github.com and click “Sign up.” Follow the prompts to create a free account. - Source: dev.to / 6 days ago
Becoming a sponsored developer is a multifaceted journey that blends technical excellence with strategic branding, robust networking, and clear communication. Developers must invest in building a detailed portfolio, leveraging digital platforms like GitHub, Twitter, and LinkedIn to present their work. The process involves researching potential sponsors, tailoring proposals, and engaging both online and offline... - Source: dev.to / 7 days ago
Sourcegraph - Sourcegraph is a free, self-hosted code search and intelligence server that helps developers find, review, understand, and debug code. Use it with any Git code host for teams from 1 to 10,000+.
GitLab - Create, review and deploy code together with GitLab open source git repo management software | GitLab
OpenGrok - OpenGrok is a fast and usable source code search and cross reference engine.
BitBucket - Bitbucket is a free code hosting site for Mercurial and Git. Manage your development with a hosted wiki, issue tracker and source code.
searchcode - A source code search engine
VS Code - Build and debug modern web and cloud applications, by Microsoft