-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdata.json
64 lines (64 loc) · 2.76 KB
/
data.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"projects": [{
"title": "Djerba Map",
"cover": "dist/img/projects/neighborhood-map/2.png",
"link": "https://github.com/HassenPy/udacity-fsnd-neighborhood-map-project"
},
{
"title": "Picky",
"cover": "dist/img/projects/item-catalog/login.png",
"link": "https://github.com/HassenPy/udacity-fsnd-item-catalog"
},
{
"title": "Database Log analysis",
"cover": "dist/img/projects/log-analysis/log-analysis.png",
"link": "https://github.com/HassenPy/udacity-fsnd-project-2/"
},
{
"title": "CRM easy app",
"cover": "dist/img/projects/crm/crmeasy.png",
"link": "https://github.com/HassenPy/CRM-easy-app"
}
],
"repos": [{
"title": "django-pdb",
"contribution": "Add support for the latest django middleware, also now maintaining the project.",
"link": "https://github.com/HassenPy/django-pdb/pulls?utf8=%E2%9C%93&q=is%3Apr%20author%3AHassenPy%20"
},
{
"title": "Mozilla Study Group's Event Tracker",
"contribution": "Changed the script so that it writes data to a google spreadsheet using nodejs.",
"link": "https://github.com/auremoser/sg-events/pulls?utf8=%E2%9C%93&q=is%3Apr%20author%3AHassenPy%20"
},
{
"title": "Mozilla Science Lab website's frontend",
"contribution": "Added an adaptive behavior to the select filter using react.",
"link": "https://github.com/mozilla/science.mozilla.org/pulls?utf8=%E2%9C%93&q=is%3Apr%20author%3AHassenPy%20"
},
{
"title": "Mozilla Science Lab website's backend",
"contribution": "Minor django admin enhancements like search and sorting.",
"link": "https://github.com/mozilla/api.mozillascience.org/pulls?utf8=%E2%9C%93&q=is%3Apr%20author%3AHassenPy"
},
{
"title": "Mozilla Foundation's React component library",
"contribution": "allow binding the radio-filter component to a parent component state.",
"link": "https://github.com/mozilla/mofo-ui/pulls?q=is%3Apr+author%3AHassenPy"
},
{
"title": "routersploit",
"contribution": "Added module that tests for the Comtrend CT 5361T Password Disclosure vulnerability.",
"link": "https://github.com/reverse-shell/routersploit/pulls?utf8=%E2%9C%93&q=is%3Apr%20author%3AHassenPy%20"
},
{
"title": "wifiphisher",
"contribution": "Bug fix, PEP8ify, halt the script unless hostapd is installed giving a colored custom message .",
"link": "https://github.com/wifiphisher/wifiphisher/pulls?q=is%3Apr+author%3AHassenPy"
},
{
"title": "Tango with Django Book",
"contribution": "First ever repo i contribute to, bug and typo fixes.",
"link": "https://github.com/leifos/tango_with_django_book/pulls?utf8=%E2%9C%93&q=is%3Apr%20author%3AHassenPy%20"
}
]
}