Skip to content

Instantly share code, notes, and snippets.

@guieCo
guieCo / material-ui-dependents.json
Created December 13, 2023 22:00 — forked from wKich/material-ui-dependents.json
Material-UI Dependents
This file has been truncated, but you can view the full file.
[
["mui-org/material-ui", 65985],
["pixijs/pixi.js", 32186],
["preactjs/preact", 28520],
["dkhamsing/open-source-ios-apps", 26717],
["formium/formik", 26609],
["hasura/graphql-engine", 20948],
["SeleniumHQ/selenium", 20316],
["mongodb/mongo", 19440],
["react-hook-form/react-hook-form", 19154],
@guieCo
guieCo / pulling-and-pushing-to-git.md
Created December 19, 2023 01:05 — forked from deitrick/pulling-and-pushing-to-git.md
Basic Unix + Pulling and Pushing to Git

UNIX Commands

pwd present working directory

ls list current directory contents

ls -la list current directory contents in long format and show hidden files

man <some unix command> Bring up the manual pages for a command. Type q to exit

@guieCo
guieCo / pulling-and-pushing-to-git.md
Created December 19, 2023 01:05 — forked from jtallant/pulling-and-pushing-to-git.md
Basic Unix + Pulling and Pushing to Git

UNIX Commands

pwd present working directory

ls list current directory contents

ls -la list current directory contents in long format and show hidden files

man <some unix command> Bring up the manual pages for a command. Type q to exit