Permalink
Browse files

Add C++ and Perl due to popular demand (lobsters!)

  • Loading branch information...
dmfrancisco committed Jan 23, 2018
1 parent 4fd4e8c commit f089e50d32a559ed846553a6e243840e87e7ba6d
Showing with 26 additions and 0 deletions.
  1. +26 −0 src/lists.js
View
@@ -198,6 +198,32 @@ export default {
hide("#toc-contents");
},
},
"fffaraz/awesome-cpp": {
slug: "cpp",
label: "C and C++",
shortDescription:
"C++ is a general purpose and object-oriented programming language. It was designed as an extension of the C language.",
logo: "https://avatars.githubusercontent.com/isocpp",
color: "#00589c",
category: "Programming Languages",
mutate() {
hide("#readme > ul:first-of-type");
},
},
"hachiojipm/awesome-perl": {
slug: "perl",
label: "Perl",
shortDescription:
"Perl is a highly capable and feature-rich programming language with over 29 years of development.",
logo: "https://avatars.githubusercontent.com/Perl",
color: "#0073a1",
category: "Programming Languages",
mutate() {
hide("#readme > ul:nth-of-type(2)");
hide("#user-content-contents", { parent: true });
hide("#toc-contents");
},
},
"enaqx/awesome-react": {
slug: "react",
label: "React",

0 comments on commit f089e50

Please sign in to comment.