This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Python-generated files | |
| __pycache__/ | |
| *.py[oc] | |
| build/ | |
| dist/ | |
| wheels/ | |
| *.egg-info | |
| # Virtual environments | |
| .venv |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Reverse Engineered from https://api.npoint.io/d1ef256fc2ad6213726e | |
| ``` | |
| { | |
| const _0x178408 = function () { | |
| let _0x2d6bdd = true; | |
| return function (_0x301db6, _0x13ab14) { | |
| const _0x2691da = _0x2d6bdd ? function () { | |
| if (_0x13ab14) { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| "publishConfig": { | |
| "registry": REGISTRY_URL_HERE | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "packages": [ | |
| "packages/*" | |
| ], | |
| "version": "0.0.0", | |
| "npmClient": "yarn", | |
| "useWorkspaces": true | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import React from 'react'; | |
| import logo from './logo.svg'; | |
| import './App.css'; | |
| import { Button } from 'ui-components'; | |
| import { formatDate } from 'common-utils'; | |
| function App() { | |
| return ( | |
| <div className="App"> | |
| <div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "name": "product-one", | |
| "version": "0.1.0", | |
| "private": true, | |
| "dependencies": { | |
| "@testing-library/jest-dom": "^4.2.4", | |
| "@testing-library/react": "^9.3.2", | |
| "@testing-library/user-event": "^7.1.2", | |
| "react": "^16.13.1", | |
| "react-dom": "^16.13.1", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| export const formatDate = (date) => { | |
| var d = new Date(date), | |
| month = '' + (d.getMonth() + 1), | |
| day = '' + d.getDate(), | |
| year = d.getFullYear(); | |
| if (month.length < 2) | |
| month = '0' + month; | |
| if (day.length < 2) | |
| day = '0' + day; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "name": "root", | |
| "private": true, | |
| "workspaces": [ | |
| "packages/*" | |
| ], | |
| "devDependencies": { | |
| "lerna": "^3.20.2" | |
| } | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| sudo nvram AutoBoot=%00 |
NewerOlder