
grep.app
Sourcegraph
searchcode
Sourcebot
Codase
Etsy Hound
OpenGrok
URLscan.io
GitHub
GitLab
BitBucket
VS Code
Git
Treehouse
Pantheon
CodePen
GitHubBased on our record, GitHub seems to be a lot more popular than grep.app. While we know about 2466 links to GitHub, we've tracked only 16 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.
How though? Can you also avoid DDoS simply by designing your system to not care if the requester is a bot or not. Let's say I'm running https://grep.app/ for example. AI bots start heavily using it, costing me a ton of money. How would you magically design this so it doesn't matter if the end bots are using it? - Source: Hacker News / 2 months ago
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 / over 1 year 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 / almost 2 years ago
Https://grep.app/ is another good one. Not sure how many repos they index though. - Source: Hacker News / almost 2 years ago
Https://grep.app/ is similar and seems to return results, but I have not compared it to native GitHub search. - Source: Hacker News / about 2 years ago
// ==UserScript== // @name GitHub -> Obsidian Task // @namespace obsidian // @version 1.0 // @match https://github.com/*/*/issues/* // @match https://github.com/*/*/pull/* // @grant GM_setClipboard // ==/UserScript== (function () { 'use strict'; function getTitle() { return document.querySelector("bdi")?.textContent.trim(); } function copyTask() { ... - Source: dev.to / about 9 hours ago
Import requests From bs4 import BeautifulSoup From datetime import datetime Def fetch_github_trending(): url = "https://github.com/trending?since=daily" response = requests.get(url) soup = BeautifulSoup(response.text, 'html.parser') repos = [] for article in soup.select('article.Box-row'): repo_link = article.select_one('h2 a')['href'] stars_today =... - Source: dev.to / 1 day ago
Git clone https://github.com//.git /opt/app Cd /opt/app Docker build -t app . Docker run -d --name app --restart unless-stopped -p 8080:8080 app. - Source: dev.to / 5 days ago
The core of the ecosystem is the official open-source server hosted on GitHub. It is written in TypeScript and implements the full MCP specification. - Source: dev.to / 9 days ago
This is why the gate needs a trace it can trust, and why AgentLens is the other half of this workflow. agent-eval scores and gates the output; AgentLens captures the trace of how the agent got there โ every model call and tool step, the resolved inputs (not the templated ones), the raw outputs. That trace is exactly the unforgeable, agent-didn't-author substrate that Tier 1+2 need to score against. Without it,... - Source: dev.to / 10 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
searchcode - A source code search 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.
Sourcebot - Codebase understanding for humans and agents
VS Code - Build and debug modern web and cloud applications, by Microsoft