An open API service indexing awesome lists of open source software.

https://github.com/ebarooni/useful-links

A curated list of useful links, organized by topic for quick access and ongoing updates.
https://github.com/ebarooni/useful-links

android angular automation checklist gcp git links useful utility xcode

Last synced: 2 months ago
JSON representation

A curated list of useful links, organized by topic for quick access and ongoing updates.

Awesome Lists containing this project

README

          

Useful Links



A curated list of useful links, organized by topic for quick access and ongoing updates.

## Table of Contents

- [Android](#android)
- [Angular](#angular)
- [GCP](#gcp)
- [Git](#git)
- [HTML](#html)
- [Canvas](#canvas)
- [Linting](#linting)
- [NPM](#npm)
- [Xcode](#xcode)

## Android

- [Detect orientation changed](https://stackoverflow.com/q/8248274/13690331)
- [Get the results of a calendar intent](https://stackoverflow.com/q/9761584/13690331)

## Angular

- [Implement Firebase App Check in Angular](https://stackoverflow.com/q/71912179/13690331)
- [Convert a promise to an observable](https://stackoverflow.com/q/39319279/13690331)

## GCP

- [Allow multiple projects to publish to a specific pub/sub topic](https://stackoverflow.com/q/63248628/13690331)

## Git

- [Change the author and committer name/email for multiple commits](https://stackoverflow.com/q/750172/13690331)
- [Managing remote repositories](https://docs.github.com/en/get-started/getting-started-with-git/managing-remote-repositories)

## HTML

### Canvas

- [The Top 25 Three.js Webflow cloneables](https://www.flowradar.com/cloneable-categories/three-js)

- [GLSL Hills](https://codepen.io/ykob/pen/aBrjaR)

## Linting

- [How do you handle eslint/prettier configs across multiple repos?](https://www.reddit.com/r/typescript/comments/12lyyou/how_do_you_handle_eslintprettier_configs_across)

## NPM

- [NPM public registry API](https://github.com/npm/registry/blob/master/docs/REGISTRY-API.md)

## Xcode

- [Hide bundle and team ID in public repositories](https://stackoverflow.com/q/75215730/13690331)
- [Creating a LaunchScreen Storyboard](https://stackoverflow.com/q/77366867/13690331)