-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.eslintcache
1 lines (1 loc) · 17.1 KB
/
.eslintcache
1
[{"/Users/sergebyusa/Desktop/Full Time : Contract/Personal Website/myportfolio/src/serviceWorker.js":"1","/Users/sergebyusa/Desktop/Full Time : Contract/Personal Website/myportfolio/src/components/AboutMe.js":"2","/Users/sergebyusa/Desktop/Full Time : Contract/Personal Website/myportfolio/src/components/Education.js":"3","/Users/sergebyusa/Desktop/Full Time : Contract/Personal Website/myportfolio/src/components/Projects.js":"4","/Users/sergebyusa/Desktop/Full Time : Contract/Personal Website/myportfolio/src/components/Contact.js":"5","/Users/sergebyusa/Desktop/Full Time : Contract/Personal Website/myportfolio/src/components/Experience.js":"6","/Users/sergebyusa/Desktop/Full Time : Contract/Personal Website/myportfolio/src/components/Skills.js":"7"},{"size":5003,"mtime":1607026834265,"results":"8","hashOfConfig":"9"},{"size":219,"mtime":1607026834261,"results":"10","hashOfConfig":"9"},{"size":642,"mtime":1607026834261,"results":"11","hashOfConfig":"9"},{"size":11655,"mtime":1607028291909,"results":"12","hashOfConfig":"9"},{"size":3153,"mtime":1607026834261,"results":"13","hashOfConfig":"9"},{"size":664,"mtime":1607026834262,"results":"14","hashOfConfig":"9"},{"size":437,"mtime":1607026834264,"results":"15","hashOfConfig":"9"},{"filePath":"16","messages":"17","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"18"},"bg1cck",{"filePath":"19","messages":"20","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"18"},{"filePath":"21","messages":"22","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"23","messages":"24","errorCount":0,"warningCount":11,"fixableErrorCount":0,"fixableWarningCount":0,"source":"25","usedDeprecatedRules":"18"},{"filePath":"26","messages":"27","errorCount":0,"warningCount":3,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"28","messages":"29","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"30","messages":"31","errorCount":0,"warningCount":2,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},"/Users/sergebyusa/Desktop/Full Time : Contract/Personal Website/myportfolio/src/serviceWorker.js",[],["32","33","34"],"/Users/sergebyusa/Desktop/Full Time : Contract/Personal Website/myportfolio/src/components/AboutMe.js",[],"/Users/sergebyusa/Desktop/Full Time : Contract/Personal Website/myportfolio/src/components/Education.js",[],"/Users/sergebyusa/Desktop/Full Time : Contract/Personal Website/myportfolio/src/components/Projects.js",["35","36","37","38","39","40","41","42","43","44","45"],"import React, { Component } from 'react';\nimport { Tabs, Tab, Grid, Cell, Card, CardTitle, CardActions, CardText, Button, CardMenu, IconButton } from 'react-mdl';\nimport { Link, Route } from 'react-router-dom';\n\n\nclass Projects extends Component {\n constructor(props) {\n super(props);\n this.state = { activeTab: 0 };\n }\n\n toggleCategories() {\n if (this.state.activeTab === 0) {\n return (\n <div className=\"projects-grid\">\n {/*Project 1*/}\n <Card shadow={5} style={{ minWidth: '450', margin: 'auto' }}>\n <CardTitle style={{\n color: 'white', height: '176px',\n background: 'url(https://reactjs.org/logo-og.png) center / cover'\n }}>Eanpay</CardTitle>\n <CardText>\n This is a (full stack) web app that allows people to send or receive money to/from Africa and also helps in online payments of services. I used React and firebase.\n <h6>Test Account</h6>\n <h6>username: [email protected]</h6>\n <h6>password: testing</h6>\n </CardText>\n <CardActions border>\n <a href=\"https://github.com/Byusa/eanpay\" target=\"_blank\">\n <Button colored>Github (Private repo)</Button>\n </a>\n <a href=\"https://eanpay20.netlify.app/\" target=\"_blank\">\n <Button colored>Website</Button>\n </a>\n </CardActions>\n <CardMenu style={{ color: '#fff' }}>\n <IconButton name=\"share\" />\n </CardMenu>\n </Card>\n {/*Project 2*/}\n <Card shadow={5} style={{ minWidth: '450', margin: 'auto' }}>\n <CardTitle style={{\n color: 'white', height: '176px',\n background: 'url(https://reactjs.org/logo-og.png) center / cover'\n }}>Safe Shop</CardTitle>\n <CardText>\n This is a (full stack) web app is about buying and selling COVID prevention products online. People can either buy products or can create a store and sell products.\n <h6>Test Account</h6>\n <h6>username: [email protected]</h6>\n <h6>password: testing</h6>\n\n </CardText>\n <CardActions border>\n <a href=\"https://github.com/Byusa/staysafestore\" target=\"_blank\">\n <Button colored>Github (Public repo)</Button>\n </a>\n <a href=\"https://safeshop.netlify.app/\" target=\"_blank\">\n <Button colored>Website</Button>\n </a>\n </CardActions>\n <CardMenu style={{ color: '#fff' }}>\n <IconButton name=\"share\" />\n </CardMenu>\n </Card>\n\n {/*Project 2*/}\n <Card shadow={5} style={{ minWidth: '450', margin: 'auto' }}>\n <CardTitle style={{\n color: 'white', height: '176px',\n background: 'url(https://reactjs.org/logo-og.png) center / cover'\n }}>RwaStock</CardTitle>\n <CardText>\n This is a (full stack) web app that helps people to buy and sell stocks in Rwanda Stocks Exchange. I used React and firebase. (Currently building its mobile version).\n <h6>Test Account</h6>\n <h6>username: [email protected]</h6>\n <h6>password: testing</h6>\n </CardText>\n <CardActions border>\n <a href=\"https://github.com/Byusa/RwandanStock\" target=\"_blank\">\n <Button colored>Github (Private repo)</Button>\n </a>\n\n </CardActions>\n <CardMenu style={{ color: '#fff' }}>\n <IconButton name=\"share\" />\n </CardMenu>\n </Card>\n\n </div>\n );\n } else if (this.state.activeTab === 1) {\n return (\n <div className=\"projects-grid\">\n {/*Project 1*/}\n <Card shadow={5} style={{ minWidth: '450', margin: 'auto' }}>\n <CardTitle style={{\n color: 'white', height: '176px',\n background: 'url(https://codersera.com/blog/wp-content/uploads/2019/06/1_brkLSKX77Ue5lvzChwdCtw-1.gif) center / cover'\n }}>React Native Project </CardTitle>\n <CardText>\n This project is about an album collection\n </CardText>\n <CardActions border>\n <Button colored>Github</Button>\n <Button colored>App store</Button>\n </CardActions>\n <CardMenu style={{ color: '#fff' }}>\n <IconButton name=\"share\" />\n </CardMenu>\n </Card>\n </div>\n );\n } else if (this.state.activeTab === 2) {\n return (\n <div className=\"projects-grid\">\n {/*Project 1*/}\n <Card shadow={5} style={{ minWidth: '450', margin: 'auto' }}>\n <CardTitle style={{\n color: 'white', height: '176px',\n background: 'url(https://i.ytimg.com/vi/UUWgQuskEr0/maxresdefault.jpg) center / cover'\n }}>Flash Point </CardTitle>\n <CardText>\n Flash Point is a unity A 3d Flash Point board game with all the abilities for the family & experience version.\n It has networking embeded in it to allow up to 6 players to play together\n </CardText>\n <CardActions border>\n <a href=\"https://github.com/Byusa/FlashPoint\" target=\"_blank\">\n <Button colored>Github (Private repo)</Button>\n </a>\n </CardActions>\n <CardMenu style={{ color: '#fff' }}>\n <IconButton name=\"share\" />\n </CardMenu>\n </Card>\n {/*Project 2*/}\n <Card shadow={5} style={{ minWidth: '450', margin: 'auto' }}>\n <CardTitle style={{\n color: 'white', height: '176px',\n background: 'url(https://i.ytimg.com/vi/UUWgQuskEr0/maxresdefault.jpg) center / cover'\n }}>Maze Runner </CardTitle>\n <CardText>\n This a unity game, I generated the maze using Eller’s Algorithm and created a character to navigate through the maze while collecting projectiles and shooting them.\n </CardText>\n <CardActions border>\n <a href=\"https://github.com/Byusa/FlashPoint\" target=\"_blank\">\n <Button colored>Github (Private repo)</Button>\n </a>\n </CardActions>\n <CardMenu style={{ color: '#fff' }}>\n <IconButton name=\"share\" />\n </CardMenu>\n </Card>\n\n </div>\n );\n } else if (this.state.activeTab === 3) {\n return (\n <div>\n {/*Project 3*/}\n <Card shadow={5} style={{ minWidth: '450', margin: 'auto' }}>\n <CardTitle style={{\n color: 'white', height: '176px',\n background: 'url(https://miro.medium.com/max/848/1*M9le42saJxWlOYyYvhKtPA.jpeg) center / cover'\n }}>A Game Project </CardTitle>\n <CardText>\n The project is about Image classification\n </CardText>\n <CardActions border>\n <a href=\"https://github.com/Byusa/Link-State-Routing-Simulation\" target=\"_blank\">\n <Button colored>Github (Private repo)</Button>\n </a>\n </CardActions>\n <CardMenu style={{ color: '#fff' }}>\n <IconButton name=\"share\" />\n </CardMenu>\n </Card>\n </div>\n );\n }\n else if (this.state.activeTab === 4) {\n return (\n <div>\n {/*Project 3*/}\n <Card shadow={5} style={{ minWidth: '450', margin: 'auto' }}>\n <CardTitle style={{\n color: 'white', height: '176px',\n background: 'url(https://miro.medium.com/max/848/1*M9le42saJxWlOYyYvhKtPA.jpeg) center / cover'\n }}>Link State Routing Simulation </CardTitle>\n <CardText>\n This project implements a simulator to the simplified Link-State Routing Protocol with the user space processes in Java.the simulation of the process of generating connection table for each router with one additional heartbeat feature ensures the lost neighbors are detected timely via socket and computes the shortest path from the router to all the other routers using the Dijkstra algorithm.\n \n </CardText>\n <CardActions border>\n <a href=\"https://github.com/Byusa/Link-State-Routing-Simulation\" target=\"_blank\">\n <Button colored>Github (Private repo)</Button>\n </a>\n </CardActions>\n <CardMenu style={{ color: '#fff' }}>\n <IconButton name=\"share\" />\n </CardMenu>\n </Card>\n </div>\n );\n }\n }\n\n render() {\n\n return (\n <div className=\"category-tabs\">\n <Tabs activeTab={this.state.activeTab} onChange={(tabId) => this.setState({ activeTab: tabId })} ripple>\n <Tab> React </Tab>\n <Tab> React Native </Tab>\n <Tab> Game Development </Tab>\n <Tab> Machine Learning </Tab>\n <Tab> Networking </Tab>\n </Tabs>\n\n <Grid>\n <Cell col={12}>\n <div className=\"content\"> {this.toggleCategories()} </div>\n </Cell>\n </Grid>\n\n </div>\n )\n }\n}\nexport default Projects;","/Users/sergebyusa/Desktop/Full Time : Contract/Personal Website/myportfolio/src/components/Contact.js",["46","47","48"],"/Users/sergebyusa/Desktop/Full Time : Contract/Personal Website/myportfolio/src/components/Experience.js",[],"/Users/sergebyusa/Desktop/Full Time : Contract/Personal Website/myportfolio/src/components/Skills.js",["49","50"],{"ruleId":"51","replacedBy":"52"},{"ruleId":"53","replacedBy":"54"},{"ruleId":"55","replacedBy":"56"},{"ruleId":"57","severity":1,"message":"58","line":3,"column":10,"nodeType":"59","messageId":"60","endLine":3,"endColumn":14},{"ruleId":"57","severity":1,"message":"61","line":3,"column":16,"nodeType":"59","messageId":"60","endLine":3,"endColumn":21},{"ruleId":"62","severity":1,"message":"63","line":29,"column":71,"nodeType":"64","endLine":29,"endColumn":86},{"ruleId":"62","severity":1,"message":"63","line":32,"column":69,"nodeType":"64","endLine":32,"endColumn":84},{"ruleId":"62","severity":1,"message":"63","line":54,"column":78,"nodeType":"64","endLine":54,"endColumn":93},{"ruleId":"62","severity":1,"message":"63","line":57,"column":69,"nodeType":"64","endLine":57,"endColumn":84},{"ruleId":"62","severity":1,"message":"63","line":79,"column":77,"nodeType":"64","endLine":79,"endColumn":92},{"ruleId":"62","severity":1,"message":"63","line":127,"column":75,"nodeType":"64","endLine":127,"endColumn":90},{"ruleId":"62","severity":1,"message":"63","line":145,"column":75,"nodeType":"64","endLine":145,"endColumn":90},{"ruleId":"62","severity":1,"message":"63","line":169,"column":94,"nodeType":"64","endLine":169,"endColumn":109},{"ruleId":"62","severity":1,"message":"63","line":194,"column":94,"nodeType":"64","endLine":194,"endColumn":109},{"ruleId":"65","severity":1,"message":"66","line":28,"column":75,"nodeType":"64","endLine":28,"endColumn":94},{"ruleId":"65","severity":1,"message":"66","line":36,"column":71,"nodeType":"64","endLine":36,"endColumn":90},{"ruleId":"65","severity":1,"message":"66","line":44,"column":68,"nodeType":"64","endLine":44,"endColumn":87},{"ruleId":"57","severity":1,"message":"67","line":2,"column":10,"nodeType":"59","messageId":"60","endLine":2,"endColumn":14},{"ruleId":"57","severity":1,"message":"68","line":2,"column":16,"nodeType":"59","messageId":"60","endLine":2,"endColumn":20},"no-native-reassign",["69"],"no-negated-in-lhs",["70"],"jsx-a11y/accessible-emoji",[],"no-unused-vars","'Link' is defined but never used.","Identifier","unusedVar","'Route' is defined but never used.","react/jsx-no-target-blank","Using target=\"_blank\" without rel=\"noreferrer\" is a security risk: see https://html.spec.whatwg.org/multipage/links.html#link-type-noopener","JSXAttribute","jsx-a11y/aria-props","aria-hiddeen: This attribute is an invalid ARIA attribute. Did you mean to use aria-hidden?","'Grid' is defined but never used.","'Cell' is defined but never used.","no-global-assign","no-unsafe-negation"]