You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/awesome/awesome-agi-cocosci.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -1271,7 +1271,7 @@ English-language description for use by biologists.
1271
1271
#### Science Education
1272
1272
1273
1273
1274
-
*[PersLEARN: Research Training through the Lens of Perspective Cultivation](https://aclanthology.org/2023.acl-demo.2/) - ***ACL'23***, 2023. [[All Versions](https://scholar.google.com/scholar?cluster=6242389165210232890)]. Scientific research is inherently shaped by its authors’ perspectives, influenced by various factorssuch as their personality, community, or society. Junior researchers often face challenges in identifying the perspectives reflected in the existing literature and struggle to develop their own viewpoints. To address the problem, this paper introduces PersLEARN, a tool designed to facilitate the cultivation of scientific perspectives, starting from a basic seed idea and progressing to a well-articulated framework.
1274
+
*[PersLEARN: Research Training through the Lens of Perspective Cultivation](https://aclanthology.org/2023.acl-demo.2/) - ***ACL'23***, 2023. [[All Versions](https://scholar.google.com/scholar?cluster=6242389165210232890)]. Scientific research is inherently shaped by its authors’ perspectives, influenced by various factors such as their personality, community, or society. Junior researchers often face challenges in identifying the perspectives reflected in the existing literature and struggle to develop their own viewpoints. To address the problem, this paper introduces PersLEARN, a tool designed to facilitate the cultivation of scientific perspectives, starting from a basic seed idea and progressing to a well-articulated framework.
Copy file name to clipboardexpand all lines: docs/awesome/awesome-frontend-gis.md
+2-1
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@ Libraries for creating web maps:
49
49
-[Google Maps](https://developers.google.com/maps/documentation/javascript) - Google Maps API for JavaScript.
50
50
-[Wrld.js](https://github.com/wrld3d/wrld.js/) - Animated 3D city maps based on Leaflet.
51
51
-[Mapbox GL JS](https://docs.mapbox.com/mapbox-gl-js/examples/) - JavaScript library that uses WebGL to render interactive maps from vector tiles.
52
-
-[ArcGIS API for JS](https://developers.arcgis.com/javascript/3/) - A lightweight way to embed maps and tasks in web applications.
52
+
-[ArcGIS Maps SDK for JavaScript](https://developers.arcgis.com/javascript/latest/) - Modern JavaScript API and web component library for building interactive web apps for the browser.
53
53
-[HERE maps API](https://developer.here.com/develop/javascript-api) - Build web applications with feature-rich and customizable HERE maps.
54
54
-[Map Forecast API](https://github.com/windycom/API) - Simple-to-use library based on Leaflet 1.4.x. It allows you to show wind maps.
55
55
@@ -135,6 +135,7 @@ Data available for download:
135
135
-[Global Climate Monitor](https://www.globalclimatemonitor.org/) - Global open climate data available for download.
136
136
-[Copernicus open access hub](https://scihub.copernicus.eu) - Copernicus satellite imagery download.
137
137
-[Global Biodiversity Information Facility (GBIF)](https://www.gbif.org/) - An international network and data infrastructure funded by the world's governments and aimed at providing anyone, anywhere, open access to data about all types of life on Earth.
138
+
-[Galileo](https://galileo.gisdata.io/) - Geospatial data discovery, download, and management platform.
138
139
139
140
### Web APIs
140
141
Restful APIs for consuming geospatial data on the fly:
Copy file name to clipboardexpand all lines: docs/awesome/awesome-go.md
+2
Original file line number
Diff line number
Diff line change
@@ -143,6 +143,7 @@ _Tools for building blockchains._
143
143
144
144
-[cometbft](https://github.com/cometbft/cometbft) - A distributed, Byzantine fault-tolerant, deterministic state machine replication engine. It is a fork of Tendermint Core and implements the Tendermint consensus algorithm.
145
145
-[cosmos-sdk](https://github.com/cosmos/cosmos-sdk) - A Framework for Building Public Blockchains in the Cosmos Ecosystem.
146
+
-[gno](https://github.com/gnolang/gno) - A comprehensive smart contract suite built with Golang and Gnolang, a deterministic, purpose-built Go variant for blockchains.
146
147
-[go-ethereum](https://github.com/ethereum/go-ethereum) - Official Go implementation of the Ethereum protocol.
147
148
-[gosemble](https://github.com/LimeChain/gosemble) - A Go-based framework for building Polkadot/Substrate-compatible runtimes.
148
149
-[gossamer](https://github.com/ChainSafe/gossamer) - A Go implementation of the Polkadot Host.
@@ -2970,6 +2971,7 @@ _Source code analysis tools, also known as Static Application Security Testing (
2970
2971
-[usestdlibvars](https://github.com/sashamelentyev/usestdlibvars) - A linter that detect the possibility to use variables/constants from the Go standard library.
2971
2972
-[vacuum](https://github.com/daveshanley/vacuum) - An ultra-super-fast, lightweight OpenAPI linter and quality checking tool.
2972
2973
-[validate](https://github.com/mccoyst/validate) - Automatically validates struct fields with tags.
2974
+
-[wrapcheck](https://github.com/tomarrell/wrapcheck) - A linter to check that errors from external packages are wrapped.
Copy file name to clipboardexpand all lines: docs/awesome/awesome-playwright.md
+1
Original file line number
Diff line number
Diff line change
@@ -60,6 +60,7 @@
60
60
-[ZeroStep](https://github.com/zerostep-ai/zerostep) - AI actions and assertions for Playwright.
61
61
-[POMWright](https://github.com/DyHex/POMWright) - POMWright is a TypeScript-based framework designed for creating and maintaining Page Object Models. It streamlines locator management by automatically generating nested/chained locators from flat and atomic locator structures which can be dynamically updated throughout tests. This significantly reduces code duplication and makes tests easier to read, write, and maintain.
62
62
-[playwright-magic-steps](https://github.com/vitalets/playwright-magic-steps) - Auto-transform JavaScript comments into Playwright steps.
63
+
-[playwright-network-cache](https://github.com/vitalets/playwright-network-cache) - Speed up Playwright tests by caching network requests on the filesystem.
Copy file name to clipboardexpand all lines: docs/awesome/awesome-python-typing.md
+1
Original file line number
Diff line number
Diff line change
@@ -43,6 +43,7 @@ Collection of awesome Python types, stubs, plugins, and tools to work with them.
43
43
-[PyQt5-stubs](https://github.com/stlehmann/PyQt5-stubs) - Stubs for [PyQt5](https://www.riverbankcomputing.com/software/pyqt/intro).
44
44
-[python-phonenumbers-stubs](https://github.com/AA-Turner/python-phonenumbers-stubs) - Stubs for [phonenumbers](https://github.com/daviddrysdale/python-phonenumbers).
45
45
-[pythonista-stubs](https://github.com/hbmartin/pythonista-stubs) - Stubs for [Pythonista](http://omz-software.com/pythonista/docs/ios/).
46
+
-[scipy-stubs](https://github.com/jorenham/scipy-stubs) - Stubs for [SciPy](https://github.com/scipy/scipy).
46
47
-[sqlalchemy-stubs](https://github.com/dropbox/sqlalchemy-stubs) - Stubs for [SQLAlchemy](https://github.com/sqlalchemy/sqlalchemy).
47
48
-[sqlalchemy2-stubs](https://docs.sqlalchemy.org/en/14/orm/extensions/mypy.html) - Official stubs and mypy plugin for [SQLAlchemy](https://www.sqlalchemy.org).
48
49
-[torchtyping](https://github.com/patrick-kidger/torchtyping) - Enhanced type annotations for [pytorch](https://pytorch.org/).
Copy file name to clipboardexpand all lines: docs/awesome/awesome-rust.md
+1
Original file line number
Diff line number
Diff line change
@@ -1520,6 +1520,7 @@ See also [Are we game yet?](https://arewegameyet.rs)
1520
1520
*[lemunozm/message-io](https://github.com/lemunozm/message-io) - Event-driven message library to build network applications easy and fast. Supports TCP, UDP and WebSockets. [](https://github.com/lemunozm/message-io/actions?query=workflow%3A%22message-io+ci%22)
1521
1521
* MQTT
1522
1522
*[bytebeamio/rumqtt](https://github.com/bytebeamio/rumqtt) - A library for developers to build applications that communicate with the [MQTT protocol](https://mqtt.org) over TCP and WebSockets, with or without TLS. [](https://github.com/bytebeamio/rumqtt/actions/workflows/build.yml)
1523
+
*[rmqtt/rmqtt](https://github.com/rmqtt/rmqtt) - MQTT Server/MQTT Broker - Scalable Distributed MQTT Message Broker for IoT in the 5G Era
Copy file name to clipboardexpand all lines: docs/awesome/awesome-selfhosted.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -888,7 +888,7 @@ Multiplayer game servers and [browser games](https://en.wikipedia.org/wiki/Brows
888
888
889
889
_Related: [Games - Administrative Utilities & Control Panels](#games---administrative-utilities--control-panels)_
890
890
891
-
-[0 A.D.](https://play0ad.com/) - A free, open-source game of ancient warfare. ([Source Code](https://github.com/0ad/0ad)) `MIT/GPL-2.0/Zlib``C++/C/deb`
891
+
-[0 A.D.](https://play0ad.com/) - A free, open-source game of ancient warfare. ([Source Code](https://gitea.wildfiregames.com/0ad/0ad)) `MIT/GPL-2.0/Zlib``C++/C/deb`
892
892
-[A Dark Room](https://github.com/doublespeakgames/adarkroom) - Minimalist text adventure game for your browser. ([Demo](https://adarkroom.doublespeakgames.com/)) `MPL-2.0``Javascript`
893
893
-[Digibuzzer](https://digibuzzer.app/) - Create a virtual game room around a connected buzzer (documentation in French). ([Demo](https://digibuzzer.app/), [Source Code](https://codeberg.org/ladigitale/digibuzzer)) `AGPL-3.0``Nodejs`
894
894
-[Lila](https://lichess.org/) - The forever free, adless and open source chess server powering lichess.org, with official iOS and Android client apps. ([Source Code](https://github.com/lichess-org/lila)) `AGPL-3.0``Scala`
Copy file name to clipboardexpand all lines: docs/awesome/awesome-web-archiving.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ Web archiving is the process of collecting portions of the World Wide Web to ens
17
17
*[Retrieving and Archiving Information from Websites by Wael Eskandar and Brad Murray](https://kit.exposingtheinvisible.org/en/web-archive.html/)
18
18
* Training materials:
19
19
*[IIPC and DPC Training materials: module for beginners (8 sessions)](https://netpreserve.org/web-archiving/training-materials/)
20
-
*[UNT Web Archiving Course 2022](https://github.com/vphill/web-archiving-course)
20
+
*[UNT Web Archiving Course](https://github.com/vphill/web-archiving-course)
21
21
*[Continuing Education to Advance Web Archiving (CEDWARC)](https://cedwarc.github.io/)
22
22
* The WARC Standard:
23
23
* The [warc-specifications](https://iipc.github.io/warc-specifications/) community HTML version of the official specification and hub for new proposals.
[Class-based Program Design](https://course.ccs.neu.edu/cs2510sp22/index.html) | 13 weeks | 5-10 hours/week | Systematic Program Design, High School Math | [chat](https://discord.com/channels/744385009028431943/891411727294562314)
150
+
[Object-Oriented Design](https://course.ccs.neu.edu/cs3500f19/) | 13 weeks | 5-10 hours/week | Class Based Program Design | [chat](https://discord.com/channels/744385009028431943/891412022120579103)
Copy file name to clipboardexpand all lines: docs/awesome/free-for-dev.md
+2-1
Original file line number
Diff line number
Diff line change
@@ -1046,6 +1046,7 @@ This list results from Pull Requests, reviews, ideas, and work done by 1600+ peo
1046
1046
*[gigalixir.com](https://gigalixir.com/) - Gigalixir provides one free instance that never sleeps and a free-tier PostgreSQL database limited to 2 connections, 10, 000 rows and no backups for Elixir/Phoenix apps.
1047
1047
*[Glitch](https://glitch.com/) — Free public hosting with code sharing and real-time collaboration features. The free plan has a 1000-hours/month limit.
1048
1048
*[Hop](https://hop.io/) — Web services hosting platform without configs. Free tier with 1x Shared CPU, 512MB RAM and 3GB Storage.
1049
+
*[Lade](https://www.lade.io/) - Lade is a cloud platform built for developers. The free tier includes five services, which can be either apps or databases. Each service includes 128 MB RAM and 1 GB storage.
1049
1050
*[Mendix](https://www.mendix.com/) — Rapid Application Development for Enterprises, unlimited accessible sandbox environments supporting total users, 0.5 GB storage and 1 GB RAM per app. Also, Studio and Studio Pro IDEs are allowed in the free tier.
1050
1051
*[m3o.com](https://m3o.com) - A cloud platform for API services development. M3O is a fully managed Micro as a Service offering focusing on Go microservices development in the Cloud. The free tier provides enough to run five services and collaborate with others.
1051
1052
*[pipedream.com](https://pipedream.com) - An integration platform built for developers. Develop any workflow based on any trigger. Workflows are code you can run [for free](https://docs.pipedream.com/pricing/). No server or cloud resources to manage.
@@ -1203,7 +1204,7 @@ Update Time, five active automations, webhooks.
1203
1204
*[Aiven](https://aiven.io/) - Aiven offers free PostgreSQL, MySQL and Redis plans on its open-source data platform. Single node, 1 CPU, 1GB RAM, and for PostgreSQL and MySQL, 5GB storage. Easy migration to more extensive plans or across clouds.
1204
1205
*[airtable.com](https://airtable.com/) — Looks like a spreadsheet, but it's a relational database unlimited bases, 1,200 rows/base, and 1,000 API requests/month
1205
1206
*[Astra](https://www.datastax.com/products/datastax-astra/) — Cloud Native Cassandra as a Service with [80GB free tier](https://www.datastax.com/products/datastax-astra/pricing)
1206
-
*[codehooks.io](https://codehooks.io/) — JavaScript serverless API/backend and database service with functions, Mongdb-ish queries, key/value lookups, a job system, and a message queue. One instance free per project, 5000 records, 5000 calls/month free, three developers included. No credit-card required.
1207
+
*[codehooks.io](https://codehooks.io/) — Easy to use JavaScript serverless API/backend and NoSQL database service with functions, Mongdb-ish queries, key/value lookups, a job system, realtime messages, worker queues, a powerful CLI and a web-based data manager. Free plan has 5GB storage and 60/API calls per minute. 2 developers included. No credit-card required.
1207
1208
*[CrateDB](https://crate.io/) - Distributed Open Source SQL database for real-time analytics. [Free Tier CRFREE](https://crate.io/lp-crfree): One-node with 2 CPUs, 2 GiB of memory, 8 GiB of storage. One cluster per organization, no payment method needed.
1208
1209
*[FaunaDB](https://fauna.com/) — Serverless cloud database with native GraphQL, multi-model access, and daily free tiers up to 100 MB
1209
1210
*[Upstash](https://upstash.com/) — Serverless Redis with free tier up to 10,000 requests per day, 256MB max database size, and 20 concurrent connections
0 commit comments