
Iconscout
Icons8
Flaticon
Streamline
Feather Icons
Iconfinder
Craftwork
The Noun Project
GitHub
GitLab
BitBucket
VS Code
Git
Treehouse
Pantheon
CodePen
Iconscout provides ready to use, high-quality icons, illustrations, and stock photos. Iconscout has a distinct collection of more than 2 Million design assets. With a huge collection of free assets, Iconscout also provides a wide range of premium assets. Iconscout also has plugins for tools like Sketch, Adobe (XD, Illustrator, Photoshop, InDesign), Microsoft Office (Word & PowerPoint) and Gsuite (Docs & Slides). Using these tools, you can get the desired items right inside your tool.
Iconscout
GitHubIconscout is recommended for graphic designers, web developers, UI/UX designers, and marketing professionals who require high-quality design assets for their projects. It is also suitable for freelancers and creative agencies looking for versatile resources to enhance their design work.
Based on our record, GitHub seems to be a lot more popular than Iconscout. While we know about 2466 links to GitHub, we've tracked only 8 mentions of Iconscout. 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.
Iconscout - A list of high-quality free vector Icons, Illustrations, 3D assets, and Lottie Animations. - Source: dev.to / almost 3 years ago
Iconscout : Over 2.2 Million+ Design Assets, Curated SVGs, Vector Icons, Illustrations, 3D graphics, and Lottie Animations. Over 3000+ assets added every day. Integrated plugins, tools, editors, and more. - Source: dev.to / over 3 years ago
Https://iconscout.com/ is what I use because you can edit the icon colors before you download them. Source: over 4 years ago
After the 2,3 days of sleepless nights here is my webpage. It's my first website, completely written in HTML, javascript, CSS. It is built in such a way that it is compatible for any type of screen. Icons are from https://iconscout.com. Fonts are from Google fonts. Https://jeeson-k.github.io/jeeson/. - Source: dev.to / over 4 years ago
For the first question, it depends on the project and targets users, the environment which belongs to, for the icons from here https://iconscout.com/ - and here https://icons8.com/. Source: over 4 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 / 2 days 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 / 3 days 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 / 7 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 / 12 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 / 12 days ago
Icons8 - Free app for Mac & Windows already containing 39,800 icons. Allows to search and import iconsโฆ
GitLab - Create, review and deploy code together with GitLab open source git repo management software | GitLab
Flaticon - A database of free vector icons.
BitBucket - Bitbucket is a free code hosting site for Mercurial and Git. Manage your development with a hosted wiki, issue tracker and source code.
Streamline - Streamline is a web-based vacation rental software that manages vacation rental properties with flipkey integration, online booking, lead management, credit card processing, etc.
VS Code - Build and debug modern web and cloud applications, by Microsoft