diff --git a/src/global.js b/src/global.js
index d90e1318a..137314afe 100644
--- a/src/global.js
+++ b/src/global.js
@@ -11,7 +11,7 @@ export const GlobalStyles = createGlobalStyle`
align-items: center;
background: ${({ theme }) => theme.body};
color: ${({ theme }) => theme.text};
- display: flex;
+ display: block;
// flex-direction: column;
// justify-content: center;
// height: 100vh;
diff --git a/src/index.js b/src/index.js
index d01d1babc..767f3f42a 100644
--- a/src/index.js
+++ b/src/index.js
@@ -24,4 +24,5 @@ ReactDOM.render(
// If you want your app to work offline and load faster, you can change
// unregister() to register() below. Note this comes with some pitfalls.
// Learn more about service workers: https://bit.ly/CRA-PWA
+// Hadeh
serviceWorker.unregister();
diff --git a/src/pages/education/EducationComponent.css b/src/pages/education/EducationComponent.css
index 4937a5ac3..3adbc9335 100644
--- a/src/pages/education/EducationComponent.css
+++ b/src/pages/education/EducationComponent.css
@@ -50,6 +50,7 @@
font-size: 50px;
margin-top: 80px;
}
+
.heading-sub-text {
font-size: 25px;
}
diff --git a/src/pages/experience/Experience.css b/src/pages/experience/Experience.css
index 5d7911744..d4e58796a 100644
--- a/src/pages/experience/Experience.css
+++ b/src/pages/experience/Experience.css
@@ -60,6 +60,7 @@
font-size: 50px;
margin-top: 80px;
}
+
.experience-heading-sub-text {
font-size: 25px;
}
diff --git a/src/pages/experience/Experience.js b/src/pages/experience/Experience.js
index 2cb4b4397..769758cee 100644
--- a/src/pages/experience/Experience.js
+++ b/src/pages/experience/Experience.js
@@ -8,142 +8,6 @@ import { experience } from "../../portfolio.js";
import { Fade } from "react-reveal";
import ExperienceImg from "./ExperienceImg";
-// const experience = {
-// title: "Experience",
-// subtitle: "Work, Internship and Volunteership",
-// description:
-// "I have worked with many evolving startups as ML and DL Developer, Designer and Software Architect. I have also worked with some well established companies mostly as AI Developer. I love organising events and that is why I am also involved with many opensource communities as a representative.",
-// header_image_path: "experience.svg",
-// sections: [
-// {
-// title: "Work",
-// experiences: [
-// {
-// title: "Associate AI Engineer",
-// company: "Legato Health Technology",
-// company_url: "https://legatohealthtech.com/",
-// logo_path: "legato_logo.png",
-// duration: "June 2020 - PRESENT",
-// location: "Hyderabad, Telangana",
-// description: "I am working on automating healthcare products. The projects involve automation for process improvements and for significantly enhancing the profits. I am currently working on Cancer Survival and Reoccurence Prediction. Our goal is to make AI system which scales and removes doctor dependency as much as possible.",
-// color: "#0879bf"
-// },
-// {
-// title: "Android and ML Developer",
-// company: "Muffito Incorporation",
-// company_url: "https://www.linkedin.com/company/muffito-inc/about/",
-// logo_path: "muffito_logo.png",
-// duration: "May 2018 - Oct 2018",
-// location: "Pune, Maharashtra",
-// description:
-// "I have created complete Android Application for locating Pub, Bar and beverage shops around you. I have also worked on implementation of algorithms for Face Detection, Text extraction from Image. I was involved in a team for creating complete software architecure of mobile and web application as well as admin panel for company.",
-// color: "#9b1578"
-// },
-// {
-// title: "Android Developer",
-// company: "FreeCopy Pvt. Ltd.",
-// company_url: "https://www.linkedin.com/company/freecopy/about/",
-// logo_path: "freecopy_logo.png",
-// duration: "Nov 2017 - Dec 2017",
-// location: "Ahmedabad, Gujarat",
-// description:
-// "FreeCopy is the Start up from Indian Institute of Management, Ahmedabad. I have changed the integration of the whole app from Google to Firebase. I learnt the efficient ways of Data communications like Retrofit, Eventbus etc. I experienced the real time start up. I learnt the Design thinking of UI on perspective of People.",
-// color: "#fc1f20"
-// }
-// ]
-// },
-// {
-// title: "Internships",
-// experiences: [
-// {
-// title: "Data Science Research Intern",
-// company: "Delhivery Pvt. Ltd.",
-// company_url: "https://www.delhivery.com/",
-// logo_path: "delhivery_logo.png",
-// duration: "May 2019 - Sept 2019",
-// location: "Gurgaon, Haryana",
-// description:
-// "I have worked on project of predicting freight rates based on previous data. There were two objectives: (1) To build a forecasting engine to predict daily freight rates. (2) To embed feature in the model which can explain the seasonal major changes in freight rate based on regions and locations. I have closely worked with deep learning models in combination with statistical methods to create solution for this. At the end of internship, I had created model deployed on AWS EC2 with the use of Kafka stream jobs, ElasticSearch and PostgreSQL.",
-// color: "#ee3c26"
-// },
-// {
-// title: "Data Science Intern",
-// company: "Intel Indexer LLC",
-// company_url:
-// "https://opencorporates.com/companies/us_dc/EXTUID_4170286",
-// logo_path: "intel_logo.jpg",
-// duration: "Nov 2018 - Dec 2018",
-// location: "Work From Home",
-// description:
-// "This is financial Solution Company. I have made Supervised Learning model for the company which can perform time series analysis on Stock price data for 32 companies. I have built LSTM Neural Networks Model and trained the data of 32 companies for last 2 years. This model is also used for forecasting.",
-// color: "#0071C5"
-// }
-// ]
-// },
-// {
-// title: "Volunteerships",
-// experiences: [
-// {
-// title: "Google Explore ML Facilitator",
-// company: "Google",
-// company_url: "https://about.google/",
-// logo_path: "google_logo.png",
-// duration: "June 2019 - April 2020",
-// location: "Hyderabad, Telangana",
-// description:
-// "Explore Machine Learning (ML) is a Google-sponsored program for university students to get started with Machine Learning. The curriculum offers 3 tracks of ML Content (Beginner, Intermediate, Advanced) and relies on university student facilitators to train other students on campus and to build opensource projects under this program.",
-// color: "#4285F4"
-// },
-// {
-// title: "Microsoft Student Partner",
-// company: "Microsoft",
-// company_url: "https://www.microsoft.com/",
-// logo_path: "microsoft_logo.png",
-// duration: "Aug 2019 - May 2020",
-// location: "Hyderabad, Telangana",
-// description:
-// "Microsoft Student Partner is a program for university students to lead the awareness and use of Cloud especially Azure tools in the development of their projects and startups. Under this program, I have organised hands on workshops and seminars to teach Cloud Computing concepts to students.",
-// color: "#D83B01"
-// },
-// {
-// title: "Mozilla Campus Captain",
-// company: "Mozilla",
-// company_url: "https://www.mozilla.org/",
-// logo_path: "mozilla_logo.png",
-// duration: "Oct 2019 - May 2020",
-// location: "Kurnool, Andhra Pradesh",
-// description:
-// "My responsibility for this program was to create opensource environment in college and in the city. We have organised multiple hackathons on the problems collected by ordinary people from Kurnool city. We have build opensource community of our own college. The community is available at dsc_iiitdmk on github.",
-// color: "#000000"
-// },
-// {
-// title: "Developer Students Club Member",
-// company: "DSC IIITDM Kurnool",
-// company_url:
-// "https://www.linkedin.com/company/developer-students-club-iiitdm-kurnool",
-// logo_path: "dsc_logo.png",
-// duration: "Jan 2018 - May 2020",
-// location: "Kurnool, Andhra Pradesh",
-// description:
-// "We have well established developer club in college which is directly associated with Google Developers. We have developed many interdisciplinary projects under the membership of this club. We have organised workshops and activities on Android Application Development, Flutter and React JS.",
-// color: "#0C9D58"
-// },
-// {
-// title: "Developer Program Member",
-// company: "Github",
-// company_url: "https://github.com/",
-// logo_path: "github_logo.png",
-// duration: "July 2019 - PRESENT",
-// location: "Work From Home",
-// description:
-// "I am actively contributing to many opensource projects. I have contributed to projects of organisations like Tensorflow, Uber, Facebook, Google, Scikit-learn, Kiwix, Sympy, Python, NVLabs, Fossasia, Netrack, Keras etc. These contributions include bug fixes, feature requests and formulating peoper documentation for project.",
-// color: "#181717"
-// }
-// ]
-// }
-// ]
-// };
-
class Experience extends Component {
render() {
const theme = this.props.theme;
diff --git a/src/pages/opensource/Opensource.js b/src/pages/opensource/Opensource.js
index 34db61b82..4d70e4211 100644
--- a/src/pages/opensource/Opensource.js
+++ b/src/pages/opensource/Opensource.js
@@ -13,8 +13,8 @@ class Opensource extends Component {
return (
-
-
+ {/*
*/}
+ {/*
*/}
diff --git a/src/pages/projects/Projects.js b/src/pages/projects/Projects.js
index 52b384872..d48fa1f85 100644
--- a/src/pages/projects/Projects.js
+++ b/src/pages/projects/Projects.js
@@ -57,7 +57,7 @@ class Projects extends Component {
diff --git a/src/portfolio.js b/src/portfolio.js
index f427eddf9..03cc6f344 100644
--- a/src/portfolio.js
+++ b/src/portfolio.js
@@ -2,156 +2,93 @@
// Website related settings
const settings = {
- isSplash: true, // Change this to false if you don't want Splash screen.
+ isSplash: false, // Change this to false if you don't want Splash screen.
};
//SEO Related settings
const seo = {
- title: "Ashutosh's Portfolio",
- description:
- "A passionate individual who always thrives to work on end to end products which develop sustainable and scalable social and technical systems to create impact.",
+ title: "Tuflihun's Portfolio",
+ description: "Developer that passionate at game dev and mobile app dev.",
og: {
- title: "Ashutosh Hathidara Portfolio",
+ title: "Ahmad Tuflihun Portfolio",
type: "website",
- url: "http://ashutoshhathidara.com/",
+ url: "http://leguna.github.io/",
},
};
//Home Page
const greeting = {
- title: "Ashutosh Hathidara",
- logo_name: "AshutoshHathidara",
- nickname: "layman_brother",
+ title: "Ahmad Tuflihun",
+ logo_name: "AhmadTuflihun",
+ nickname: "tuf-tuf / leguna",
subTitle:
- "A passionate individual who always thrives to work on end to end products which develop sustainable and scalable social and technical systems to create impact.",
+ "Developer that passionate at game dev and mobile app dev. Love Building AI Bot, but hate Data Cleaning.",
resumeLink:
- "https://drive.google.com/file/d/1FL_wydnPF2SWCdw2goYAgZ1KKBx8TpcD/view?usp=sharing",
- portfolio_repository: "https://github.com/ashutosh1919/masterPortfolio",
- githubProfile: "https://github.com/ashutosh1919",
+ "https://drive.google.com/file/d/1ilwOgmy7_1Cub0qOBgfI6k-NHC9A3XeI/view?usp=sharing",
+ portfolio_repository: "https://github.com/Leguna/leguna.github.io/",
};
const socialMediaLinks = [
- /* Your Social Media Link */
- // github: "https://github.com/ashutosh1919",
- // linkedin: "https://www.linkedin.com/in/ashutosh-hathidara-88710b138/",
- // gmail: "ashutoshhathidara98@gmail.com",
- // gitlab: "https://gitlab.com/ashutoshhathidara98",
- // facebook: "https://www.facebook.com/laymanbrother.19/",
- // twitter: "https://twitter.com/ashutosh_1919",
- // instagram: "https://www.instagram.com/layman_brother/"
-
{
name: "Github",
- link: "https://github.com/ashutosh1919",
+ link: "https://github.com/Leguna",
fontAwesomeIcon: "fa-github", // Reference https://fontawesome.com/icons/github?style=brands
backgroundColor: "#181717", // Reference https://simpleicons.org/?q=github
},
{
name: "LinkedIn",
- link: "https://www.linkedin.com/in/ashutosh1919/",
+ link: "https://www.linkedin.com/in/tuflihun/",
fontAwesomeIcon: "fa-linkedin-in", // Reference https://fontawesome.com/icons/linkedin-in?style=brands
backgroundColor: "#0077B5", // Reference https://simpleicons.org/?q=linkedin
},
{
name: "YouTube",
- link: "https://youtube.com/c/DevSense19",
+ link: "https://www.youtube.com/channel/UCDWxRwupxJ1h0xN8AevlKVA",
fontAwesomeIcon: "fa-youtube", // Reference https://fontawesome.com/icons/youtube?style=brands
backgroundColor: "#FF0000", // Reference https://simpleicons.org/?q=youtube
},
{
name: "Gmail",
- link: "mailto:ashutoshhathidara98@gmail.com",
+ link: "mailto:ahmadtuflihunxd@gmail.com",
fontAwesomeIcon: "fa-google", // Reference https://fontawesome.com/icons/google?style=brands
backgroundColor: "#D14836", // Reference https://simpleicons.org/?q=gmail
},
- {
- name: "Twitter",
- link: "https://twitter.com/ashutosh_1919",
- fontAwesomeIcon: "fa-twitter", // Reference https://fontawesome.com/icons/twitter?style=brands
- backgroundColor: "#1DA1F2", // Reference https://simpleicons.org/?q=twitter
- },
{
name: "Facebook",
- link: "https://www.facebook.com/laymanbrother.19/",
+ link: "https://www.facebook.com/AhmadTuflihunBlaBla/",
fontAwesomeIcon: "fa-facebook-f", // Reference https://fontawesome.com/icons/facebook-f?style=brands
backgroundColor: "#1877F2", // Reference https://simpleicons.org/?q=facebook
},
{
name: "Instagram",
- link: "https://www.instagram.com/layman_brother/",
+ link: "https://www.instagram.com/gorilla_vegetarian/",
fontAwesomeIcon: "fa-instagram", // Reference https://fontawesome.com/icons/instagram?style=brands
- backgroundColor: "#E4405F", // Reference https://simpleicons.org/?q=instagram
+ backgroundColor: "#E4405F", // Reference https://simpleicons.org/?q=instagramaaaaaa
+ },
+ {
+ name: "Stackoverflow",
+ link: "https://stackoverflow.com/users/8574540/leguna",
+ fontAwesomeIcon: "fa-stack-overflow", // Reference https://fontawesome.com/icons/instagram?style=brands
+ backgroundColor: "#E4405F", // Reference https://simpleicons.org/?q=instagramaaaaaa
},
];
const skills = {
data: [
- {
- title: "Data Science & AI",
- fileName: "DataScienceImg",
- skills: [
- "⚡ Developing highly scalable production ready models for various deeplearning and statistical use cases",
- "⚡ Experience of working with Computer Vision and NLP projects",
- "⚡ Complex quantitative modelling for dynamic forecasting and time series analysis",
- ],
- softwareSkills: [
- {
- skillName: "Tensorflow",
- fontAwesomeClassname: "logos-tensorflow",
- style: {
- backgroundColor: "transparent",
- },
- },
- {
- skillName: "Keras",
- fontAwesomeClassname: "simple-icons:keras",
- style: {
- backgroundColor: "white",
- color: "#D00000",
- },
- },
- {
- skillName: "PyTorch",
- fontAwesomeClassname: "logos-pytorch",
- style: {
- backgroundColor: "transparent",
- },
- },
- {
- skillName: "Python",
- fontAwesomeClassname: "ion-logo-python",
- style: {
- backgroundColor: "transparent",
- color: "#3776AB",
- },
- },
- {
- skillName: "Deeplearning",
- imageSrc: "deeplearning_ai_logo.png",
- },
- ],
- },
{
title: "Full Stack Development",
fileName: "FullStackImg",
skills: [
- "⚡ Building responsive website front end using React-Redux",
- "⚡ Developing mobile applications using Flutter, React Native and solo android apps using Kotlin",
- "⚡ Creating application backend in Node, Express & Flask",
+ "⚡ Building resposive website front end using Webpack and Laravel",
+ "✨ Developing mobile apps using Flutter and android apps using Native Android Kotlin",
+ "📓 Clean code, Comments, Reuseable, Documentation, Commit, Push",
],
softwareSkills: [
{
- skillName: "HTML5",
- fontAwesomeClassname: "simple-icons:html5",
- style: {
- color: "#E34F26",
- },
- },
- {
- skillName: "CSS3",
- fontAwesomeClassname: "fa-css3",
+ skillName: "Laravel",
+ fontAwesomeClassname: "simple-icons:laravel",
style: {
- color: "#1572B6",
+ color: "#fb503b",
},
},
{
@@ -161,21 +98,6 @@ const skills = {
color: "#CC6699",
},
},
- {
- skillName: "JavaScript",
- fontAwesomeClassname: "simple-icons:javascript",
- style: {
- backgroundColor: "#000000",
- color: "#F7DF1E",
- },
- },
- {
- skillName: "ReactJS",
- fontAwesomeClassname: "simple-icons:react",
- style: {
- color: "#61DAFB",
- },
- },
{
skillName: "NodeJS",
fontAwesomeClassname: "simple-icons:node-dot-js",
@@ -190,20 +112,6 @@ const skills = {
color: "#CB3837",
},
},
- {
- skillName: "Yarn",
- fontAwesomeClassname: "simple-icons:yarn",
- style: {
- color: "#2C8EBB",
- },
- },
- {
- skillName: "Gatsby",
- fontAwesomeClassname: "simple-icons:gatsby",
- style: {
- color: "#663399",
- },
- },
{
skillName: "Flutter",
fontAwesomeClassname: "simple-icons:flutter",
@@ -214,22 +122,15 @@ const skills = {
],
},
{
- title: "Cloud Infra-Architecture",
+ title: "Back End Development",
fileName: "CloudInfraImg",
skills: [
- "⚡ Experience working on multiple cloud platforms",
- "⚡ Hosting and maintaining websites on virtual machine instances along with integration of databases",
- "⚡ Deploying deep learning models on cloud to use on mobile devices",
- "⚡ Setting up streaming jobs from DB to Server or vice-versa on GCP and AWS",
+ "⚡ Building resposive website front end using Webpack and Laravel",
+ "✨ Developing mobile apps using Flutter and android apps using Native Android Kotlin",
+ "📓 Clean code, Comments, Reuseable, Documentation, Commit, Push",
+ "👓 Using good cases and practice for testing code",
],
softwareSkills: [
- {
- skillName: "GCP",
- fontAwesomeClassname: "simple-icons:googlecloud",
- style: {
- color: "#4285F4",
- },
- },
{
skillName: "AWS",
fontAwesomeClassname: "simple-icons:amazonaws",
@@ -238,84 +139,137 @@ const skills = {
},
},
{
- skillName: "Azure",
- fontAwesomeClassname: "simple-icons:microsoftazure",
+ skillName: "PostgreSQL",
+ fontAwesomeClassname: "simple-icons:postgresql",
style: {
- color: "#0089D6",
+ color: "#336791",
},
},
{
- skillName: "Firebase",
- fontAwesomeClassname: "simple-icons:firebase",
+ skillName: "Heroku",
+ fontAwesomeClassname: "simple-icons:heroku",
style: {
- color: "#FFCA28",
+ color: "#6762a6",
},
},
+ ],
+ },
+ {
+ title: "AI & Data Science",
+ fileName: "DataScienceImg",
+ skills: [
+ "📜 Make a simple rock, paper, scissors",
+ "🤖 Build Discord Bot for Community and Teaching Assistant",
+ "🎮 AI for Game Development, decision making or route path",
+ ],
+ softwareSkills: [
{
- skillName: "PostgreSQL",
- fontAwesomeClassname: "simple-icons:postgresql",
+ skillName: "Tensorflow",
+ fontAwesomeClassname: "logos-tensorflow",
style: {
- color: "#336791",
+ backgroundColor: "transparent",
},
},
{
- skillName: "MongoDB",
- fontAwesomeClassname: "simple-icons:mongodb",
+ skillName: "Keras",
+ fontAwesomeClassname: "simple-icons:keras",
style: {
- color: "#47A248",
+ backgroundColor: "white",
+ color: "#D00000",
},
},
{
- skillName: "Docker",
- fontAwesomeClassname: "simple-icons:docker",
+ skillName: "Python",
+ fontAwesomeClassname: "ion-logo-python",
style: {
- color: "#1488C6",
+ backgroundColor: "transparent",
+ color: "#3776AB",
},
},
{
- skillName: "Kubernetes",
- fontAwesomeClassname: "simple-icons:kubernetes",
+ skillName: "Discord API",
+ fontAwesomeClassname: "simple-icons:discord",
style: {
- color: "#326CE5",
+ backgroundColor: "transparent",
+ color: "#3776AB",
},
},
+ {
+ skillName: "Deeplearning",
+ imageSrc: "deeplearning_ai_logo.png",
+ },
],
},
{
- title: "UI/UX Design",
- fileName: "DesignImg",
+ title: "Game Development",
+ fileName: "GamingImg",
skills: [
- "⚡ Designing highly attractive user interface for mobile and web applications",
- "⚡ Customizing logo designs and building logos from scratch",
- "⚡ Creating the flow of application functionalities to optimize user experience",
+ "🎴 Experience with Live2D for animate 2D Images",
+ "💈 Design game with story rich and exicing gameplay",
+ "🎮 Good at Playing Simulation, RPG, and FPS Game",
],
softwareSkills: [
{
- skillName: "Adobe XD",
- fontAwesomeClassname: "simple-icons:adobexd",
+ skillName: "Unity",
+ fontAwesomeClassname: "simple-icons:unity",
+ style: {
+ color: "#000000",
+ },
+ },
+ {
+ skillName: "Unreal Engine",
+ fontAwesomeClassname: "simple-icons:unrealengine",
style: {
- color: "#FF2BC2",
+ color: "black",
},
},
{
- skillName: "Figma",
- fontAwesomeClassname: "simple-icons:figma",
+ skillName: "C#",
+ fontAwesomeClassname: "logos:c-sharp",
+ style: {},
+ },
+ {
+ skillName: "C++",
+ fontAwesomeClassname: "logos:c-plusplus",
style: {
- color: "#F24E1E",
+ backgroundColor: "transparent",
+ color: "#3776AB",
},
},
+ ],
+ },
+ {
+ title: "Internet of Things",
+ fileName: "IotImg",
+ skills: [
+ "🧰 Connect Raspberry Pi to PLC",
+ "🔌 Experience with Arduino and RFID module",
+ "🕹 Build Gamepad/Controller for Game Development",
+ ],
+ softwareSkills: [
{
- skillName: "Adobe Illustrator",
- fontAwesomeClassname: "simple-icons:adobeillustrator",
+ skillName: "Arduino",
+ fontAwesomeClassname: "cib:arduino",
style: {
- color: "#FF7C00",
+ color: "#00878F ",
},
},
{
- skillName: "Inkscape",
- fontAwesomeClassname: "simple-icons:inkscape",
+ skillName: "Raspberry Pi",
+ fontAwesomeClassname: "logos:raspberry-pi",
+ style: {},
+ },
+ {
+ skillName: "Python",
+ fontAwesomeClassname: "logos:python",
+ style: {},
+ },
+ {
+ skillName: "C++",
+ fontAwesomeClassname: "logos:c-plusplus",
style: {
- color: "#000000",
+ backgroundColor: "transparent",
+ color: "#3776AB",
},
},
],
@@ -327,52 +281,22 @@ const skills = {
const competitiveSites = {
competitiveSites: [
{
- siteName: "LeetCode",
- iconifyClassname: "simple-icons:leetcode",
- style: {
- color: "#F79F1B",
- },
- profileLink: "https://leetcode.com/layman_brother/",
- },
- {
- siteName: "HackerRank",
- iconifyClassname: "simple-icons:hackerrank",
+ siteName: "Dicoding",
+ iconifyClassname: "",
style: {
color: "#2EC866",
},
- profileLink: "https://www.hackerrank.com/layman_brother",
+ image:
+ "https://d17ivq9b7rppb3.cloudfront.net/original/jobs/fullstack_web_developer_160620212126.png",
+ profileLink: "https://www.dicoding.com/users/tuflihun",
},
{
- siteName: "Codechef",
- iconifyClassname: "simple-icons:codechef",
- style: {
- color: "#5B4638",
- },
- profileLink: "https://www.codechef.com/users/ashutosh_1919",
- },
- {
- siteName: "Codeforces",
- iconifyClassname: "simple-icons:codeforces",
- style: {
- color: "#1F8ACB",
- },
- profileLink: "http://codeforces.com/profile/layman_brother",
- },
- {
- siteName: "Hackerearth",
- iconifyClassname: "simple-icons:hackerearth",
- style: {
- color: "#323754",
- },
- profileLink: "https://www.hackerearth.com/@ashutosh391",
- },
- {
- siteName: "Kaggle",
- iconifyClassname: "simple-icons:kaggle",
+ siteName: "HackerRank",
+ iconifyClassname: "cib:hackerrank",
style: {
- color: "#20BEFF",
+ color: "#2cc05c",
},
- profileLink: "https://www.kaggle.com/laymanbrother",
+ profileLink: "https://www.hackerrank.com/Tuflihun",
},
],
};
@@ -380,30 +304,17 @@ const competitiveSites = {
const degrees = {
degrees: [
{
- title: "Indian Institute of Information Technology Kurnool",
- subtitle: "B.Tech. in Computer Engineering",
- logo_path: "iiitk_logo.png",
- alt_name: "IIITDM Kurnool",
- duration: "2016 - 2020",
- descriptions: [
- "⚡ I have studied basic software engineering subjects like DS, Algorithms, DBMS, OS, CA, AI etc.",
- "⚡ Apart from this, I have done courses on Deep Learning, Data Science, Cloud Computing and Full Stack Development.",
- "⚡ I was selected for Merit cum Means Scholarship which is given to top 10% of students in college. I have received award from respected director for consistently best performance in academics.",
- ],
- website_link: "http://iiitk.ac.in",
- },
- {
- title: "Indiana University Bloomington",
- subtitle: "M.S. in Computer Science",
- logo_path: "iu_logo.png",
- alt_name: "Indiana University Bloomington",
- duration: "2021 - 2023",
+ title: "Politeknik Negeri Pontianak",
+ subtitle: "Informatics Engineering",
+ logo_path: "logopolnep.png",
+ alt_name: "Polnep",
+ duration: "2018 - 2021",
descriptions: [
- "⚡ I have taken varity of courses related to Artificial Intelligence which correspond to Explainable AI, Graph Machine Learning, Computer Vision etc.",
- "⚡ Apart from this, I have also done research assistantship. As part of it, I have worked on creating new algorithms in Graph ML and Network Science.",
- "⚡ During my time at university, I was also associated with multimedia department. As part of it, I have worked on some documentry films and interviews.",
+ "⚡ Learn Basic Programming Data Structure and Object Oriented Programming.",
+ "⚡ Courses for database using SQLite, Firebase, MySql, and PostgreSQL.",
+ "⚡ Basic Android using Android Studio.",
],
- website_link: "https://www.indiana.edu/",
+ website_link: "https://polnep.ac.id/",
},
],
};
@@ -411,112 +322,30 @@ const degrees = {
const certifications = {
certifications: [
{
- title: "Machine Learning",
- subtitle: "- Andrew Ng",
- logo_path: "stanford_logo.png",
- certificate_link:
- "https://www.coursera.org/account/accomplishments/verify/22MTSSC5WDTM",
- alt_name: "Stanford University",
- color_code: "#8C151599",
- },
- {
- title: "Deep Learning",
- subtitle: "- Andrew Ng",
- logo_path: "deeplearning_ai_logo.png",
- certificate_link:
- "https://www.coursera.org/account/accomplishments/specialization/H8CPSFXAJD2G",
- alt_name: "deeplearning.ai",
- color_code: "#00000099",
- },
- {
- title: "ML on GCP",
- subtitle: "- GCP Training",
- logo_path: "google_logo.png",
+ title: "Unity Associate Developer",
+ subtitle: "- Unity C#",
+ logo_path: "unity-certified-associate-programmer.png",
certificate_link:
- "https://www.coursera.org/account/accomplishments/specialization/EB4VJARK8647",
- alt_name: "Google",
- color_code: "#0C9D5899",
+ "https://www.credential.net/d77f0148-91ff-4b82-a43f-2aceb1f43580#gs.d9zf64",
+ alt_name: "Unity Certificate",
+ color_code: "#aaaaaa",
},
{
- title: "Data Science",
- subtitle: "- Alex Aklson",
- logo_path: "ibm_logo.png",
+ title: "Associate Android Developer",
+ subtitle: "- Kotlin",
+ logo_path: "kotlinbadge.png",
certificate_link:
- "https://www.coursera.org/account/accomplishments/specialization/PLEAPCSJBZT5",
- alt_name: "IBM",
- color_code: "#1F70C199",
+ "https://www.credential.net/d77f0148-91ff-4b82-a43f-2aceb1f43580#gs.d9zf64",
+ alt_name: "Google Certificate",
+ color_code: "#aaaaaa",
},
{
- title: "Big Data",
- subtitle: "- Kim Akers",
- logo_path: "microsoft_logo.png",
- certificate_link:
- "https://drive.google.com/file/d/164zKCFOsI4vGqokc-Qj-e_D00kLDHIrG/view",
- alt_name: "Microsoft",
- color_code: "#D83B0199",
- },
- {
- title: "Advanced Data Science",
- subtitle: "- Romeo Kienzler",
- logo_path: "ibm_logo.png",
- certificate_link:
- "https://www.coursera.org/account/accomplishments/verify/BH2T9BRU87BH",
- alt_name: "IBM",
- color_code: "#1F70C199",
- },
- {
- title: "Advanced ML on GCP",
- subtitle: "- GCP Training",
- logo_path: "google_logo.png",
- certificate_link:
- "https://www.coursera.org/account/accomplishments/verify/5JZZM7TNQ2AV",
- alt_name: "Google",
- color_code: "#0C9D5899",
- },
- {
- title: "DL on Tensorflow",
- subtitle: "- Laurence Moroney",
- logo_path: "deeplearning_ai_logo.png",
- certificate_link:
- "https://www.coursera.org/account/accomplishments/verify/6T4DCUGNK8J8",
- alt_name: "deeplearning.ai",
- color_code: "#00000099",
- },
- {
- title: "Fullstack Development",
- subtitle: "- Jogesh Muppala",
- logo_path: "coursera_logo.png",
- certificate_link:
- "https://www.coursera.org/account/accomplishments/certificate/NRANJA66Y2YA",
- alt_name: "Coursera",
- color_code: "#2A73CC",
- },
- {
- title: "Kuberenetes on GCP",
- subtitle: "- Qwiklabs",
- logo_path: "gcp_logo.png",
- certificate_link:
- "https://google.qwiklabs.com/public_profiles/e4d5a92b-faf6-4679-a70b-a9047c0cd750",
- alt_name: "GCP",
- color_code: "#4285F499",
- },
- {
- title: "Cryptography",
- subtitle: "- Saurabh Mukhopadhyay",
- logo_path: "nptel_logo.png",
- certificate_link:
- "https://drive.google.com/open?id=1z5ExD_QJVdU0slLkp8CBqSF3-C3g-ro_",
- alt_name: "NPTEL",
- color_code: "#FFBB0099",
- },
- {
- title: "Cloud Architecture",
- subtitle: "- Qwiklabs",
- logo_path: "gcp_logo.png",
- certificate_link:
- "https://google.qwiklabs.com/public_profiles/5fab4b2d-be6f-408c-8dcb-6d3b58ecb4a2",
- alt_name: "GCP",
- color_code: "#4285F499",
+ title: "Junior Web Programming",
+ subtitle: "- Politeknik Negeri Pontianak",
+ logo_path: "logopolnep.png",
+ certificate_link: "",
+ alt_name: "Junior Web Programming",
+ color_code: "#aaaaaa",
},
],
};
@@ -526,7 +355,7 @@ const experience = {
title: "Experience",
subtitle: "Work, Internship and Volunteership",
description:
- "I have worked with many evolving startups as ML and DL Developer, Designer and Software Architect. I have also worked with some well established companies mostly as AI Developer. I love organising events and that is why I am also involved with many opensource communities as a representative.",
+ "I have worked with many evolving startups as Front End Android Developer, Full Stack Web Developer. I have also worked with some well established companies mostly as Web and Desktop App Development Service. I rarely participate at organising events but i often help college teacher doing some research about Programming and Internet of Things.",
header_image_path: "experience.svg",
sections: [
{
@@ -534,37 +363,37 @@ const experience = {
work: true,
experiences: [
{
- title: "Associate AI Engineer",
- company: "Legato Health Technology",
- company_url: "https://legatohealthtech.com/",
- logo_path: "legato_logo.png",
- duration: "June 2020 - Aug 2021",
- location: "Hyderabad, Telangana",
+ title: "Augmented Reality Engineer",
+ company: "PT. Ako Media Asia",
+ company_url: "https://numetagen.id/",
+ logo_path: "numetagen.png",
+ duration: "October 2022 - July 2023",
+ location: "Hybrid - West Jakarta, Indonesia",
description:
- "I am working on automating healthcare products. The projects involve automation for process improvements and for significantly enhancing the profits. I am currently working on Cancer Survival and Reoccurence Prediction. Our goal is to make AI system which scales and removes doctor dependency as much as possible.",
- color: "#0879bf",
+ "Develop AR Application for Air Conditioning factory employee training. Develop AR Instagram Filter. Create AR Website using 8thWall and AFrame Web Framework.",
+ color: "#cf1380",
},
{
- title: "Android and ML Developer",
- company: "Muffito Incorporation",
- company_url: "https://www.linkedin.com/company/muffito-inc/about/",
- logo_path: "muffito_logo.png",
- duration: "May 2018 - Oct 2018",
- location: "Pune, Maharashtra",
+ title: "Mobile Engineer - Flutter",
+ company: "PT. Sejutacita Anak Muda Indonesia",
+ company_url: "https://usedeall.com/",
+ logo_path: "dealls.png",
+ duration: "February 2022 - June 2022",
+ location: "Remote - South Jakarta, Indonesia.",
description:
- "I have created complete Android Application for locating Pub, Bar and beverage shops around you. I have also worked on implementation of algorithms for Face Detection, Text extraction from Image. I was involved in a team for creating complete software architecure of mobile and web application as well as admin panel for company.",
- color: "#9b1578",
+ "Develop and build mobile app for Sejutacita Apps and Usedeall Apps. Work on bug fixing and improving application performance. Write clean code and implementing BLoC Design Pattern.",
+ color: "#6913d8",
},
{
- title: "Android Developer",
- company: "FreeCopy Pvt. Ltd.",
- company_url: "https://www.linkedin.com/company/freecopy/about/",
- logo_path: "freecopy_logo.png",
- duration: "Nov 2017 - Dec 2017",
- location: "Ahmedabad, Gujarat",
+ title: "Junior Android Developer",
+ company: "CV. Idekite Indonesia",
+ company_url: "https://idekite.id/",
+ logo_path: "idekite.png",
+ duration: "March 2021 - June 2021",
+ location: "On Site - Pontianak, West Borneo. Indonesia.",
description:
- "FreeCopy is the Start up from Indian Institute of Management, Ahmedabad. I have changed the integration of the whole app from Google to Firebase. I learnt the efficient ways of Data communications like Retrofit, Eventbus etc. I experienced the real time start up. I learnt the Design thinking of UI on perspective of People.",
- color: "#fc1f20",
+ "I am working on Android Application for Inventory Management using Label Printer, QR Code, and Flutter Technology.",
+ color: "#f68a22",
},
],
},
@@ -572,38 +401,15 @@ const experience = {
title: "Internships",
experiences: [
{
- title: "Machine Learning Intern",
- company: "TikTok Inc.",
- company_url: "https://www.tiktok.com/en/",
- logo_path: "tiktok_logo.png",
- duration: "May 2022 - Aug 2022",
- location: "San Francisco, USA",
- description:
- "Building new features on the backend recommendation system, specifically ranking algorithms for Ads that touch hundreds of millions of people around the world. Improving online and offline content ranking algorithms by performing hard sample data replays for training steps.",
- color: "#000000",
- },
- {
- title: "Data Science Research Intern",
- company: "Delhivery Pvt. Ltd.",
- company_url: "https://www.delhivery.com/",
- logo_path: "delhivery_logo.png",
- duration: "May 2019 - Sept 2019",
- location: "Gurgaon, Haryana",
+ title: "Backend Developer",
+ company: "CV. Ultima Solusi Digital",
+ company_url: "http://www.ultimasolusi.com",
+ logo_path: "ultima.png",
+ duration: "Dec 2020 - Jan 2021",
+ location: "On Site - Pontianak, West Borneo. Indonesia.",
description:
- "I have worked on project of predicting freight rates based on previous data. There were two objectives: (1) To build a forecasting engine to predict daily freight rates. (2) To embed feature in the model which can explain the seasonal major changes in freight rate based on regions and locations. I have closely worked with deep learning models in combination with statistical methods to create solution for this. At the end of internship, I had created model deployed on AWS EC2 with the use of Kafka stream jobs, ElasticSearch and PostgreSQL.",
- color: "#ee3c26",
- },
- {
- title: "Data Science Intern",
- company: "Intel Indexer LLC",
- company_url:
- "https://opencorporates.com/companies/us_dc/EXTUID_4170286",
- logo_path: "intel_logo.jpg",
- duration: "Nov 2018 - Dec 2018",
- location: "Work From Home",
- description:
- "This is financial Solution Company. I have made Supervised Learning model for the company which can perform time series analysis on Stock price data for 32 companies. I have built LSTM Neural Networks Model and trained the data of 32 companies for last 2 years. This model is also used for forecasting.",
- color: "#0071C5",
+ "I have doing some Backend for Web Virtual Event using A-Frame Library and News Android App using Flutter.",
+ color: "#6f2f9f",
},
],
},
@@ -611,60 +417,26 @@ const experience = {
title: "Volunteerships",
experiences: [
{
- title: "Google Explore ML Facilitator",
- company: "Google",
- company_url: "https://about.google/",
- logo_path: "google_logo.png",
- duration: "June 2019 - April 2020",
- location: "Hyderabad, Telangana",
+ title: "Full Stack Programming",
+ company: "Politeknik Negeri Pontianak",
+ company_url: "http://polnep.ac.id/",
+ logo_path: "logopolnep.png",
+ duration: "July 2021 - August 2021",
+ location: "Pontianak, West Borneo",
description:
- "Explore Machine Learning (ML) is a Google-sponsored program for university students to get started with Machine Learning. The curriculum offers 3 tracks of ML Content (Beginner, Intermediate, Advanced) and relies on university student facilitators to train other students on campus and to build opensource projects under this program.",
- color: "#4285F4",
+ "Create App for Survey College Teacher Grade and Satisfaction about Teaching Management.",
+ color: "#16d0cb",
},
{
- title: "Microsoft Student Partner",
- company: "Microsoft",
- company_url: "https://www.microsoft.com/",
- logo_path: "microsoft_logo.png",
- duration: "Aug 2019 - May 2020",
- location: "Hyderabad, Telangana",
+ title: "Lead Web Programming for Jemna App",
+ company: "Politeknik Negeri Pontianak",
+ company_url: "http://polnep.ac.id/",
+ logo_path: "logopolnep.png",
+ duration: "Aug 2020 - Sept 2020",
+ location: "Pontianak, West Borneo",
description:
- "Microsoft Student Partner is a program for university students to lead the awareness and use of Cloud especially Azure tools in the development of their projects and startups. Under this program, I have organised hands on workshops and seminars to teach Cloud Computing concepts to students.",
- color: "#D83B01",
- },
- {
- title: "Mozilla Campus Captain",
- company: "Mozilla",
- company_url: "https://www.mozilla.org/",
- logo_path: "mozilla_logo.png",
- duration: "Oct 2019 - May 2020",
- location: "Kurnool, Andhra Pradesh",
- description:
- "My responsibility for this program was to create opensource environment in college and in the city. We have organised multiple hackathons on the problems collected by ordinary people from Kurnool city. We have build opensource community of our own college. The community is available at dsc_iiitdmk on github.",
- color: "#000000",
- },
- {
- title: "Developer Students Club Member",
- company: "DSC IIITDM Kurnool",
- company_url:
- "https://www.linkedin.com/company/developer-students-club-iiitdm-kurnool",
- logo_path: "dsc_logo.png",
- duration: "Jan 2018 - May 2020",
- location: "Kurnool, Andhra Pradesh",
- description:
- "We have well established developer club in college which is directly associated with Google Developers. We have developed many interdisciplinary projects under the membership of this club. We have organised workshops and activities on Android Application Development, Flutter and React JS.",
- color: "#0C9D58",
- },
- {
- title: "Developer Program Member",
- company: "Github",
- company_url: "https://github.com/",
- logo_path: "github_logo.png",
- duration: "July 2019 - PRESENT",
- location: "Work From Home",
- description:
- "I am actively contributing to many opensource projects. I have contributed to projects of organisations like Tensorflow, Uber, Facebook, Google, Scikit-learn, Kiwix, Sympy, Python, NVLabs, Fossasia, Netrack, Keras etc. These contributions include bug fixes, feature requests and formulating proper documentation for project.",
- color: "#181717",
+ "Make WebApp for controlling Programmable Logic Controllers using Raspberry Pi.",
+ color: "#16d0cb",
},
],
},
@@ -675,92 +447,45 @@ const experience = {
const projectsHeader = {
title: "Projects",
description:
- "My projects makes use of vast variety of latest technology tools. My best experience is to create Data Science projects and deploy them to web applications using cloud infrastructure.",
+ "My projects makes use of vast variety of latest technology tools. My best experience is to create Android App projects. Some of them is AI Bot and deploy them to cloud computing service using cloud infrastructure.",
avatar_image_path: "projects_image.svg",
};
const publicationsHeader = {
title: "Publications",
description:
- "I have worked on and published a few research papers and publications of my own.",
+ "I have worked on and published a few articles and publications of my own.",
avatar_image_path: "projects_image.svg",
};
const publications = {
- data: [
- {
- id: "MDEwOlJlcG9zaXRvcnkyNDU0NjcyNzQ=",
- name: "Artificial Intelligence Paper",
- createdAt: "2020-03-06T16:26:54Z",
- description: "Paper Written on Artificial Intelligence published in xyz ",
- url:
- "https://www.andrewng.org/publications/building-high-level-features-using-large-scale-unsupervised-learning/",
- },
- {
- id: "MDEwOlJlcG9zaXRvcnkyNDU0NjcyNzi=",
- name: "Artificial Intelligence Paper",
- createdAt: "2020-03-06T16:26:54Z",
- description: "Paper Written on Artificial Intelligence published in xyz ",
- url:
- "https://www.andrewng.org/publications/building-high-level-features-using-large-scale-unsupervised-learning/",
- },
- {
- id: "MDEwOlJlcG9zaXRvcnkyNDU0NjcyNze=",
- name: "Artificial Intelligence Paper",
- createdAt: "2020-03-06T16:26:54Z",
- description: "Paper Written on Artificial Intelligence published in xyz ",
- url:
- "https://www.andrewng.org/publications/building-high-level-features-using-large-scale-unsupervised-learning/",
- },
- {
- id: "MDEwOlJlcG9zaXRvcnkyNDU0NjcyNzt=",
- name: "Artificial Intelligence Paper",
- createdAt: "2020-03-06T16:26:54Z",
- description: "Paper Written on Artificial Intelligence published in xyz ",
- url:
- "https://www.andrewng.org/publications/building-high-level-features-using-large-scale-unsupervised-learning/",
- },
- {
- id: "MDEwOlJlcG9zaXRvcnkyNDU0NjcyNzb=",
- name: "Artificial Intelligence Paper",
- createdAt: "2020-03-06T16:26:54Z",
- description: "Paper Written on Artificial Intelligence published in xyz ",
- url:
- "https://www.andrewng.org/publications/building-high-level-features-using-large-scale-unsupervised-learning/",
- },
- ],
+ data: [],
};
// Contact Page
const contactPageData = {
contactSection: {
title: "Contact Me",
- profile_image_path: "animated_ashutosh.png",
+ profile_image_path: "leguna.png",
description:
- "I am available on almost every social media. You can message me, I will reply within 24 hours. I can help you with ML, AI, React, Android, Cloud and Opensource Development.",
+ "I am available on almost every social media. You can message me, I will reply within 24 hours. I can help you with Android and Game Development.",
},
blogSection: {
title: "Blogs",
subtitle:
- "For individual fundamental empowerment, I like to write powerful lessons that create impact on each of the reader individually to change the core of their character.",
- link: "https://blogs.ashutoshhathidara.com/",
+ "Be a example in the front, Building spirit at the middle, and Encourage from behind.",
+ link: "https://medium.com/@ahmadtuflihunxd",
avatar_image_path: "blogs_image.svg",
},
addressSection: {
title: "Address",
- subtitle:
- "Ambavadi vas, Kanodar, T.A.-Palanpur, Dist.-Banaskantha, Gujarat - 385520",
- locality: "Kanodar",
- country: "IN",
- region: "Gujarat",
- postalCode: "385520",
- streetAddress: "Ambavadi vas",
+ subtitle: "Pontianak, West Borneo, Indonesia. - 78114",
avatar_image_path: "address_image.svg",
- location_map_link: "https://goo.gl/maps/MpMqtRZytFchMkZ76",
+ location_map_link: "https://goo.gl/maps/s7bAWwH3M3T5mBnh9",
},
phoneSection: {
- title: "",
- subtitle: "",
+ title: "Phone Number",
+ subtitle: "+62 852 4665 4277",
},
};
diff --git a/src/shared/contact_data.json b/src/shared/contact_data.json
index 5b2e16362..e1117c9c4 100644
--- a/src/shared/contact_data.json
+++ b/src/shared/contact_data.json
@@ -1,4 +1,4 @@
{
- "title": "Contact Me",
- "profile_image_path": "animated_ashutosh.png"
-}
\ No newline at end of file
+ "profile_image_path": "leguna.png",
+ "title": "Contact Me"
+}
diff --git a/src/shared/opensource/issues.json b/src/shared/opensource/issues.json
index 9cc8c0137..c2cb8226d 100644
--- a/src/shared/opensource/issues.json
+++ b/src/shared/opensource/issues.json
@@ -1,1308 +1,78 @@
{
- "closed": 47,
+ "closed": 2,
"data": [
{
- "id": "I_kwDOAffHH85M2vjV",
- "closed": false,
- "title": "Class-Balanced Loss based on Effectivene number of examples",
- "createdAt": "2022-06-30T00:02:58Z",
- "url": "https://github.com/keras-team/keras/issues/16735",
- "number": 16735,
- "assignees": {
- "nodes": [
- {
- "avatarUrl": "https://avatars.githubusercontent.com/u/20843596?u=6deb5872cde2e3ab5bf5d48ece503bc8b5b0bcf6&v=4",
- "name": "Ashutosh Hathidara",
- "url": "https://github.com/ashutosh1919"
- },
- {
- "avatarUrl": "https://avatars.githubusercontent.com/u/78194266?u=1270684640732eaea36ac2d1725160fec0747089&v=4",
- "name": "divyasreepat",
- "url": "https://github.com/divyashreepathihalli"
- }
- ]
- },
- "repository": {
- "name": "keras",
- "url": "https://github.com/keras-team/keras",
- "owner": {
- "login": "keras-team",
- "avatarUrl": "https://avatars.githubusercontent.com/u/34455048?v=4",
- "url": "https://github.com/keras-team"
- }
- }
- },
- {
- "id": "I_kwDOD8zMLc5M2vE_",
- "closed": true,
- "title": "Class-Balanced Loss based on effective number of samples",
- "createdAt": "2022-06-29T23:59:05Z",
- "url": "https://github.com/keras-team/keras-cv/issues/548",
- "number": 548,
- "assignees": {
- "nodes": []
- },
- "repository": {
- "name": "keras-cv",
- "url": "https://github.com/keras-team/keras-cv",
- "owner": {
- "login": "keras-team",
- "avatarUrl": "https://avatars.githubusercontent.com/u/34455048?v=4",
- "url": "https://github.com/keras-team"
- }
- }
- },
- {
- "id": "I_kwDOCX3y2s5Mx1Ch",
- "closed": false,
- "title": "Class-Balanced Loss Based on Effective Number of Samples",
- "createdAt": "2022-06-29T03:39:00Z",
- "url": "https://github.com/tensorflow/addons/issues/2732",
- "number": 2732,
- "assignees": {
- "nodes": []
- },
- "repository": {
- "name": "addons",
- "url": "https://github.com/tensorflow/addons",
- "owner": {
- "login": "tensorflow",
- "avatarUrl": "https://avatars.githubusercontent.com/u/15658638?v=4",
- "url": "https://github.com/tensorflow"
- }
- }
- },
- {
- "id": "I_kwDOG_vYHM5Gfliz",
- "closed": true,
- "title": "Adding @L-Pandey as doc contributor.",
- "createdAt": "2022-03-27T22:31:19Z",
- "url": "https://github.com/ashutosh1919/explainable-cnn/issues/1",
- "number": 1,
- "assignees": {
- "nodes": []
- },
- "repository": {
- "name": "explainable-cnn",
- "url": "https://github.com/ashutosh1919/explainable-cnn",
- "owner": {
- "login": "ashutosh1919",
- "avatarUrl": "https://avatars.githubusercontent.com/u/20843596?u=6deb5872cde2e3ab5bf5d48ece503bc8b5b0bcf6&v=4",
- "url": "https://github.com/ashutosh1919"
- }
- }
- },
- {
- "id": "I_kwDOG0_8uc5Fl_U2",
- "closed": false,
- "title": "Remove react-responsive",
- "createdAt": "2022-03-13T13:49:15Z",
- "url": "https://github.com/ashutosh1919/react-awesome-shapes/issues/73",
- "number": 73,
- "assignees": {
- "nodes": [
- {
- "avatarUrl": "https://avatars.githubusercontent.com/u/20843596?u=6deb5872cde2e3ab5bf5d48ece503bc8b5b0bcf6&v=4",
- "name": "Ashutosh Hathidara",
- "url": "https://github.com/ashutosh1919"
- },
- {
- "avatarUrl": "https://avatars.githubusercontent.com/u/62668827?u=6c31a500727e963282838c1570eea225a7626f6f&v=4",
- "name": "Bilal Essofyany",
- "url": "https://github.com/essofyany"
- }
- ]
- },
- "repository": {
- "name": "react-awesome-shapes",
- "url": "https://github.com/ashutosh1919/react-awesome-shapes",
- "owner": {
- "login": "ashutosh1919",
- "avatarUrl": "https://avatars.githubusercontent.com/u/20843596?u=6deb5872cde2e3ab5bf5d48ece503bc8b5b0bcf6&v=4",
- "url": "https://github.com/ashutosh1919"
- }
- }
- },
- {
- "id": "I_kwDOG0_8uc5FLsXg",
- "closed": true,
- "title": "Remove Triangle, Square and Hexagon",
- "createdAt": "2022-03-06T19:21:21Z",
- "url": "https://github.com/ashutosh1919/react-awesome-shapes/issues/60",
- "number": 60,
- "assignees": {
- "nodes": [
- {
- "avatarUrl": "https://avatars.githubusercontent.com/u/59080942?u=8d4b1d68ae9b8ceb7ba7d2ac3b1e4f533b852746&v=4",
- "name": "Sachin Chaurasiya",
- "url": "https://github.com/Sachin-chaurasiya"
- }
- ]
- },
- "repository": {
- "name": "react-awesome-shapes",
- "url": "https://github.com/ashutosh1919/react-awesome-shapes",
- "owner": {
- "login": "ashutosh1919",
- "avatarUrl": "https://avatars.githubusercontent.com/u/20843596?u=6deb5872cde2e3ab5bf5d48ece503bc8b5b0bcf6&v=4",
- "url": "https://github.com/ashutosh1919"
- }
- }
- },
- {
- "id": "I_kwDOG0_8uc5FJjxd",
- "closed": true,
- "title": "Create seperate folder for constants",
- "createdAt": "2022-03-04T23:32:11Z",
- "url": "https://github.com/ashutosh1919/react-awesome-shapes/issues/49",
- "number": 49,
- "assignees": {
- "nodes": []
- },
- "repository": {
- "name": "react-awesome-shapes",
- "url": "https://github.com/ashutosh1919/react-awesome-shapes",
- "owner": {
- "login": "ashutosh1919",
- "avatarUrl": "https://avatars.githubusercontent.com/u/20843596?u=6deb5872cde2e3ab5bf5d48ece503bc8b5b0bcf6&v=4",
- "url": "https://github.com/ashutosh1919"
- }
- }
- },
- {
- "id": "I_kwDOGEx53s5FFKhm",
- "closed": true,
- "title": "Making reports multi-theme",
- "createdAt": "2022-03-03T22:32:44Z",
- "url": "https://github.com/ashutosh1919/report-curator/issues/5",
- "number": 5,
- "assignees": {
- "nodes": [
- {
- "avatarUrl": "https://avatars.githubusercontent.com/u/20843596?u=6deb5872cde2e3ab5bf5d48ece503bc8b5b0bcf6&v=4",
- "name": "Ashutosh Hathidara",
- "url": "https://github.com/ashutosh1919"
- }
- ]
- },
- "repository": {
- "name": "report-curator",
- "url": "https://github.com/ashutosh1919/report-curator",
- "owner": {
- "login": "ashutosh1919",
- "avatarUrl": "https://avatars.githubusercontent.com/u/20843596?u=6deb5872cde2e3ab5bf5d48ece503bc8b5b0bcf6&v=4",
- "url": "https://github.com/ashutosh1919"
- }
- }
- },
- {
- "id": "I_kwDOG0_8uc5E6xrp",
- "closed": true,
- "title": "Decouple Web app & Package",
- "createdAt": "2022-03-02T02:48:38Z",
- "url": "https://github.com/ashutosh1919/react-awesome-shapes/issues/43",
- "number": 43,
- "assignees": {
- "nodes": []
- },
- "repository": {
- "name": "react-awesome-shapes",
- "url": "https://github.com/ashutosh1919/react-awesome-shapes",
- "owner": {
- "login": "ashutosh1919",
- "avatarUrl": "https://avatars.githubusercontent.com/u/20843596?u=6deb5872cde2e3ab5bf5d48ece503bc8b5b0bcf6&v=4",
- "url": "https://github.com/ashutosh1919"
- }
- }
- },
- {
- "id": "I_kwDOG0_8uc5EdJXn",
- "closed": true,
- "title": "Adding Anaghaa as a contributor for design",
- "createdAt": "2022-02-23T19:28:43Z",
- "url": "https://github.com/ashutosh1919/react-awesome-shapes/issues/34",
- "number": 34,
- "assignees": {
- "nodes": []
- },
- "repository": {
- "name": "react-awesome-shapes",
- "url": "https://github.com/ashutosh1919/react-awesome-shapes",
- "owner": {
- "login": "ashutosh1919",
- "avatarUrl": "https://avatars.githubusercontent.com/u/20843596?u=6deb5872cde2e3ab5bf5d48ece503bc8b5b0bcf6&v=4",
- "url": "https://github.com/ashutosh1919"
- }
- }
- },
- {
- "id": "I_kwDOG0_8uc5EdHXm",
- "closed": true,
- "title": "FavIcon not showing in the deployed website",
- "createdAt": "2022-02-23T19:19:45Z",
- "url": "https://github.com/ashutosh1919/react-awesome-shapes/issues/33",
- "number": 33,
- "assignees": {
- "nodes": [
- {
- "avatarUrl": "https://avatars.githubusercontent.com/u/20843596?u=6deb5872cde2e3ab5bf5d48ece503bc8b5b0bcf6&v=4",
- "name": "Ashutosh Hathidara",
- "url": "https://github.com/ashutosh1919"
- }
- ]
- },
- "repository": {
- "name": "react-awesome-shapes",
- "url": "https://github.com/ashutosh1919/react-awesome-shapes",
- "owner": {
- "login": "ashutosh1919",
- "avatarUrl": "https://avatars.githubusercontent.com/u/20843596?u=6deb5872cde2e3ab5bf5d48ece503bc8b5b0bcf6&v=4",
- "url": "https://github.com/ashutosh1919"
- }
- }
- },
- {
- "id": "I_kwDOG0_8uc5EdADi",
- "closed": true,
- "title": "Remove react from peer dependencies without crash",
- "createdAt": "2022-02-23T18:45:44Z",
- "url": "https://github.com/ashutosh1919/react-awesome-shapes/issues/32",
- "number": 32,
- "assignees": {
- "nodes": [
- {
- "avatarUrl": "https://avatars.githubusercontent.com/u/20843596?u=6deb5872cde2e3ab5bf5d48ece503bc8b5b0bcf6&v=4",
- "name": "Ashutosh Hathidara",
- "url": "https://github.com/ashutosh1919"
- }
- ]
- },
- "repository": {
- "name": "react-awesome-shapes",
- "url": "https://github.com/ashutosh1919/react-awesome-shapes",
- "owner": {
- "login": "ashutosh1919",
- "avatarUrl": "https://avatars.githubusercontent.com/u/20843596?u=6deb5872cde2e3ab5bf5d48ece503bc8b5b0bcf6&v=4",
- "url": "https://github.com/ashutosh1919"
- }
- }
- },
- {
- "id": "I_kwDOG0_8uc5EQWQy",
- "closed": true,
- "title": "Create Footer for the website",
- "createdAt": "2022-02-20T21:14:51Z",
- "url": "https://github.com/ashutosh1919/react-awesome-shapes/issues/27",
- "number": 27,
- "assignees": {
- "nodes": []
- },
- "repository": {
- "name": "react-awesome-shapes",
- "url": "https://github.com/ashutosh1919/react-awesome-shapes",
- "owner": {
- "login": "ashutosh1919",
- "avatarUrl": "https://avatars.githubusercontent.com/u/20843596?u=6deb5872cde2e3ab5bf5d48ece503bc8b5b0bcf6&v=4",
- "url": "https://github.com/ashutosh1919"
- }
- }
- },
- {
- "id": "I_kwDOG0_8uc5EPM9I",
- "closed": true,
- "title": "React-Live integration to show editable code snippets on the website",
- "createdAt": "2022-02-19T20:12:29Z",
- "url": "https://github.com/ashutosh1919/react-awesome-shapes/issues/24",
- "number": 24,
- "assignees": {
- "nodes": [
- {
- "avatarUrl": "https://avatars.githubusercontent.com/u/20843596?u=6deb5872cde2e3ab5bf5d48ece503bc8b5b0bcf6&v=4",
- "name": "Ashutosh Hathidara",
- "url": "https://github.com/ashutosh1919"
- }
- ]
- },
- "repository": {
- "name": "react-awesome-shapes",
- "url": "https://github.com/ashutosh1919/react-awesome-shapes",
- "owner": {
- "login": "ashutosh1919",
- "avatarUrl": "https://avatars.githubusercontent.com/u/20843596?u=6deb5872cde2e3ab5bf5d48ece503bc8b5b0bcf6&v=4",
- "url": "https://github.com/ashutosh1919"
- }
- }
- },
- {
- "id": "I_kwDOG0_8uc5DnWqW",
- "closed": true,
- "title": "Publish NPM package for the project",
- "createdAt": "2022-02-12T18:12:43Z",
- "url": "https://github.com/ashutosh1919/react-awesome-shapes/issues/14",
- "number": 14,
- "assignees": {
- "nodes": [
- {
- "avatarUrl": "https://avatars.githubusercontent.com/u/20843596?u=6deb5872cde2e3ab5bf5d48ece503bc8b5b0bcf6&v=4",
- "name": "Ashutosh Hathidara",
- "url": "https://github.com/ashutosh1919"
- }
- ]
- },
- "repository": {
- "name": "react-awesome-shapes",
- "url": "https://github.com/ashutosh1919/react-awesome-shapes",
- "owner": {
- "login": "ashutosh1919",
- "avatarUrl": "https://avatars.githubusercontent.com/u/20843596?u=6deb5872cde2e3ab5bf5d48ece503bc8b5b0bcf6&v=4",
- "url": "https://github.com/ashutosh1919"
- }
- }
- },
- {
- "id": "I_kwDOG0_8uc5DnWbL",
- "closed": true,
- "title": "Deploying current version of web app to Netlify",
- "createdAt": "2022-02-12T18:11:57Z",
- "url": "https://github.com/ashutosh1919/react-awesome-shapes/issues/13",
- "number": 13,
- "assignees": {
- "nodes": [
- {
- "avatarUrl": "https://avatars.githubusercontent.com/u/20843596?u=6deb5872cde2e3ab5bf5d48ece503bc8b5b0bcf6&v=4",
- "name": "Ashutosh Hathidara",
- "url": "https://github.com/ashutosh1919"
- }
- ]
- },
- "repository": {
- "name": "react-awesome-shapes",
- "url": "https://github.com/ashutosh1919/react-awesome-shapes",
- "owner": {
- "login": "ashutosh1919",
- "avatarUrl": "https://avatars.githubusercontent.com/u/20843596?u=6deb5872cde2e3ab5bf5d48ece503bc8b5b0bcf6&v=4",
- "url": "https://github.com/ashutosh1919"
- }
- }
- },
- {
- "id": "I_kwDOG0_8uc5DnWQ5",
- "closed": true,
- "title": "Creating deploy preview workflows",
- "createdAt": "2022-02-12T18:11:26Z",
- "url": "https://github.com/ashutosh1919/react-awesome-shapes/issues/12",
- "number": 12,
- "assignees": {
- "nodes": [
- {
- "avatarUrl": "https://avatars.githubusercontent.com/u/20843596?u=6deb5872cde2e3ab5bf5d48ece503bc8b5b0bcf6&v=4",
- "name": "Ashutosh Hathidara",
- "url": "https://github.com/ashutosh1919"
- }
- ]
- },
- "repository": {
- "name": "react-awesome-shapes",
- "url": "https://github.com/ashutosh1919/react-awesome-shapes",
- "owner": {
- "login": "ashutosh1919",
- "avatarUrl": "https://avatars.githubusercontent.com/u/20843596?u=6deb5872cde2e3ab5bf5d48ece503bc8b5b0bcf6&v=4",
- "url": "https://github.com/ashutosh1919"
- }
- }
- },
- {
- "id": "I_kwDOG0_8uc5DiDtD",
- "closed": true,
- "title": "Test issue to check Webhook integration with discord bot",
- "createdAt": "2022-02-11T19:27:08Z",
- "url": "https://github.com/ashutosh1919/react-awesome-shapes/issues/6",
- "number": 6,
- "assignees": {
- "nodes": []
- },
- "repository": {
- "name": "react-awesome-shapes",
- "url": "https://github.com/ashutosh1919/react-awesome-shapes",
- "owner": {
- "login": "ashutosh1919",
- "avatarUrl": "https://avatars.githubusercontent.com/u/20843596?u=6deb5872cde2e3ab5bf5d48ece503bc8b5b0bcf6&v=4",
- "url": "https://github.com/ashutosh1919"
- }
- }
- },
- {
- "id": "I_kwDOA-t3ps5Bln9c",
- "closed": true,
- "title": "Checking for broken links in .md files",
- "createdAt": "2022-01-12T14:05:02Z",
- "url": "https://github.com/yy/netsci-course/issues/31",
- "number": 31,
- "assignees": {
- "nodes": []
- },
- "repository": {
- "name": "netsci-course",
- "url": "https://github.com/yy/netsci-course",
- "owner": {
- "login": "yy",
- "avatarUrl": "https://avatars.githubusercontent.com/u/24250?u=8f15defbe4fe2ed12b790722b0597b7b77528f54&v=4",
- "url": "https://github.com/yy"
- }
- }
- },
- {
- "id": "I_kwDOA-t3ps5BcjXE",
- "closed": true,
- "title": "Enable ReviewNB for this repository",
- "createdAt": "2022-01-10T15:02:38Z",
- "url": "https://github.com/yy/netsci-course/issues/27",
- "number": 27,
- "assignees": {
- "nodes": []
- },
- "repository": {
- "name": "netsci-course",
- "url": "https://github.com/yy/netsci-course",
- "owner": {
- "login": "yy",
- "avatarUrl": "https://avatars.githubusercontent.com/u/24250?u=8f15defbe4fe2ed12b790722b0597b7b77528f54&v=4",
- "url": "https://github.com/yy"
- }
- }
- },
- {
- "id": "I_kwDOGYXM-c5Ayl3J",
- "closed": true,
- "title": "[Article Proposal] Fetching GitHub repository Traffic data using API v3",
- "createdAt": "2021-12-22T16:45:25Z",
- "url": "https://github.com/kili-technology/kili-blogger-program/issues/36",
- "number": 36,
- "assignees": {
- "nodes": []
- },
- "repository": {
- "name": "kili-blogger-program",
- "url": "https://github.com/kili-technology/kili-blogger-program",
- "owner": {
- "login": "kili-technology",
- "avatarUrl": "https://avatars.githubusercontent.com/u/50736791?v=4",
- "url": "https://github.com/kili-technology"
- }
- }
- },
- {
- "id": "I_kwDOGK1ZZM5APGS8",
- "closed": true,
- "title": "Please invite me to the GitHub Community Organization",
- "createdAt": "2021-12-12T02:26:57Z",
- "url": "https://github.com/Tech-Phantoms/community/issues/122",
- "number": 122,
- "assignees": {
- "nodes": []
- },
- "repository": {
- "name": "community",
- "url": "https://github.com/Tech-Phantoms/community",
- "owner": {
- "login": "Tech-Phantoms",
- "avatarUrl": "https://avatars.githubusercontent.com/u/61622105?v=4",
- "url": "https://github.com/Tech-Phantoms"
- }
- }
- },
- {
- "id": "I_kwDOEOGY2M5AOnXt",
- "closed": true,
- "title": "Please invite me to the GitHub Community Organization",
- "createdAt": "2021-12-11T15:52:25Z",
- "url": "https://github.com/EddieHubCommunity/support/issues/3089",
- "number": 3089,
- "assignees": {
- "nodes": []
- },
- "repository": {
- "name": "support",
- "url": "https://github.com/EddieHubCommunity/support",
- "owner": {
- "login": "EddieHubCommunity",
- "avatarUrl": "https://avatars.githubusercontent.com/u/66388388?v=4",
- "url": "https://github.com/EddieHubCommunity"
- }
- }
- },
- {
- "id": "MDU6SXNzdWU5OTQ4NDc2MTk=",
- "closed": true,
- "title": "Broken Links and GitHub Workflow",
- "createdAt": "2021-09-13T12:45:59Z",
- "url": "https://github.com/yy/dviz-course/issues/54",
- "number": 54,
- "assignees": {
- "nodes": []
- },
- "repository": {
- "name": "dviz-course",
- "url": "https://github.com/yy/dviz-course",
- "owner": {
- "login": "yy",
- "avatarUrl": "https://avatars.githubusercontent.com/u/24250?u=8f15defbe4fe2ed12b790722b0597b7b77528f54&v=4",
- "url": "https://github.com/yy"
- }
- }
- },
- {
- "id": "MDU6SXNzdWU5OTM4NTg5Nzc=",
- "closed": true,
- "title": "Squashing before merging PR commits",
- "createdAt": "2021-09-11T14:50:57Z",
- "url": "https://github.com/yy/dviz-course/issues/52",
- "number": 52,
- "assignees": {
- "nodes": []
- },
- "repository": {
- "name": "dviz-course",
- "url": "https://github.com/yy/dviz-course",
- "owner": {
- "login": "yy",
- "avatarUrl": "https://avatars.githubusercontent.com/u/24250?u=8f15defbe4fe2ed12b790722b0597b7b77528f54&v=4",
- "url": "https://github.com/yy"
- }
- }
- },
- {
- "id": "MDU6SXNzdWU5NzkxMzg1MDA=",
- "closed": true,
- "title": "Automated testing of syntax errors in Notebooks",
- "createdAt": "2021-08-25T13:16:23Z",
- "url": "https://github.com/yy/dviz-course/issues/39",
- "number": 39,
- "assignees": {
- "nodes": []
- },
- "repository": {
- "name": "dviz-course",
- "url": "https://github.com/yy/dviz-course",
- "owner": {
- "login": "yy",
- "avatarUrl": "https://avatars.githubusercontent.com/u/24250?u=8f15defbe4fe2ed12b790722b0597b7b77528f54&v=4",
- "url": "https://github.com/yy"
- }
- }
- },
- {
- "id": "MDU6SXNzdWU5NzcyOTQyMzM=",
- "closed": true,
- "title": "Rendering Notebook diffs",
- "createdAt": "2021-08-23T18:13:51Z",
- "url": "https://github.com/yy/dviz-course/issues/36",
- "number": 36,
- "assignees": {
- "nodes": []
- },
- "repository": {
- "name": "dviz-course",
- "url": "https://github.com/yy/dviz-course",
- "owner": {
- "login": "yy",
- "avatarUrl": "https://avatars.githubusercontent.com/u/24250?u=8f15defbe4fe2ed12b790722b0597b7b77528f54&v=4",
- "url": "https://github.com/yy"
- }
- }
- },
- {
- "id": "MDU6SXNzdWU5NzcwNTgwMDI=",
- "closed": true,
- "title": "Broken Link",
- "createdAt": "2021-08-23T13:49:05Z",
- "url": "https://github.com/yy/dviz-course/issues/34",
- "number": 34,
- "assignees": {
- "nodes": []
- },
- "repository": {
- "name": "dviz-course",
- "url": "https://github.com/yy/dviz-course",
- "owner": {
- "login": "yy",
- "avatarUrl": "https://avatars.githubusercontent.com/u/24250?u=8f15defbe4fe2ed12b790722b0597b7b77528f54&v=4",
- "url": "https://github.com/yy"
- }
- }
- },
- {
- "id": "MDU6SXNzdWU5MDc5OTM5MjQ=",
- "closed": true,
- "title": "Modify tf.math.reduce_std so that it is compatible with ragged tensors",
- "createdAt": "2021-06-01T07:33:49Z",
- "url": "https://github.com/tensorflow/tensorflow/issues/49941",
- "number": 49941,
- "assignees": {
- "nodes": [
- {
- "avatarUrl": "https://avatars.githubusercontent.com/u/81610181?v=4",
- "name": null,
- "url": "https://github.com/tilakrayal"
- }
- ]
- },
- "repository": {
- "name": "tensorflow",
- "url": "https://github.com/tensorflow/tensorflow",
- "owner": {
- "login": "tensorflow",
- "avatarUrl": "https://avatars.githubusercontent.com/u/15658638?v=4",
- "url": "https://github.com/tensorflow"
- }
- }
- },
- {
- "id": "MDU6SXNzdWU5MDA3MDgxNjg=",
- "closed": true,
- "title": "reduce_variance gives error in case of RaggedTensor when axis=0",
- "createdAt": "2021-05-25T11:58:36Z",
- "url": "https://github.com/tensorflow/tensorflow/issues/49606",
- "number": 49606,
- "assignees": {
- "nodes": [
- {
- "avatarUrl": "https://avatars.githubusercontent.com/u/81610181?v=4",
- "name": null,
- "url": "https://github.com/tilakrayal"
- }
- ]
- },
- "repository": {
- "name": "tensorflow",
- "url": "https://github.com/tensorflow/tensorflow",
- "owner": {
- "login": "tensorflow",
- "avatarUrl": "https://avatars.githubusercontent.com/u/15658638?v=4",
- "url": "https://github.com/tensorflow"
- }
- }
- },
- {
- "id": "MDU6SXNzdWU4OTI1ODU5MzA=",
- "closed": true,
- "title": "Windows Bazel build always fails",
- "createdAt": "2021-05-16T03:28:00Z",
- "url": "https://github.com/tensorflow/tensorflow/issues/49210",
- "number": 49210,
- "assignees": {
- "nodes": [
- {
- "avatarUrl": "https://avatars.githubusercontent.com/u/323199?u=dd45e7615e210711761056afbfc44c8679d87a87&v=4",
- "name": "Mihai Maruseac",
- "url": "https://github.com/mihaimaruseac"
- },
- {
- "avatarUrl": "https://avatars.githubusercontent.com/u/42785357?u=8de0ad6ebb979a4ecd4fa0e1c455bf4f3d70d92a&v=4",
- "name": "Yasir Modak",
- "url": "https://github.com/ymodak"
- }
- ]
- },
- "repository": {
- "name": "tensorflow",
- "url": "https://github.com/tensorflow/tensorflow",
- "owner": {
- "login": "tensorflow",
- "avatarUrl": "https://avatars.githubusercontent.com/u/15658638?v=4",
- "url": "https://github.com/tensorflow"
- }
- }
- },
- {
- "id": "MDU6SXNzdWU4Nzg1MTUwMDE=",
- "closed": true,
- "title": "Sanity Tests & Unity Test checking fails ",
- "createdAt": "2021-05-07T06:30:41Z",
- "url": "https://github.com/tensorflow/tensorflow/issues/48954",
- "number": 48954,
- "assignees": {
- "nodes": [
- {
- "avatarUrl": "https://avatars.githubusercontent.com/u/42785357?u=8de0ad6ebb979a4ecd4fa0e1c455bf4f3d70d92a&v=4",
- "name": "Yasir Modak",
- "url": "https://github.com/ymodak"
- }
- ]
- },
- "repository": {
- "name": "tensorflow",
- "url": "https://github.com/tensorflow/tensorflow",
- "owner": {
- "login": "tensorflow",
- "avatarUrl": "https://avatars.githubusercontent.com/u/15658638?v=4",
- "url": "https://github.com/tensorflow"
- }
- }
- },
- {
- "id": "MDU6SXNzdWU3ODUxNjU2MDA=",
- "closed": false,
- "title": "The Hover Animation issue for What's New Button",
- "createdAt": "2021-01-13T14:45:08Z",
- "url": "https://github.com/ashutosh1919/react-liquidswipe/issues/4",
- "number": 4,
- "assignees": {
- "nodes": []
- },
- "repository": {
- "name": "react-liquidswipe",
- "url": "https://github.com/ashutosh1919/react-liquidswipe",
- "owner": {
- "login": "ashutosh1919",
- "avatarUrl": "https://avatars.githubusercontent.com/u/20843596?u=6deb5872cde2e3ab5bf5d48ece503bc8b5b0bcf6&v=4",
- "url": "https://github.com/ashutosh1919"
- }
- }
- },
- {
- "id": "MDU6SXNzdWU2OTA5NzE0MzU=",
- "closed": true,
- "title": "Pretrained models not available",
- "createdAt": "2020-09-02T12:15:36Z",
- "url": "https://github.com/lordmartian/deep_avsr/issues/8",
- "number": 8,
- "assignees": {
- "nodes": []
- },
- "repository": {
- "name": "deep_avsr",
- "url": "https://github.com/lordmartian/deep_avsr",
- "owner": {
- "login": "lordmartian",
- "avatarUrl": "https://avatars.githubusercontent.com/u/29375430?u=ac19cef18259e07f6e5c325dde3013dc15b83c00&v=4",
- "url": "https://github.com/lordmartian"
- }
- }
- },
- {
- "id": "MDU6SXNzdWU2NzU2MzA4NDc=",
- "closed": true,
- "title": "Need to add new social media",
- "createdAt": "2020-08-09T03:55:15Z",
- "url": "https://github.com/ashutosh1919/masterPortfolio/issues/64",
- "number": 64,
- "assignees": {
- "nodes": []
- },
- "repository": {
- "name": "masterPortfolio",
- "url": "https://github.com/ashutosh1919/masterPortfolio",
- "owner": {
- "login": "ashutosh1919",
- "avatarUrl": "https://avatars.githubusercontent.com/u/20843596?u=6deb5872cde2e3ab5bf5d48ece503bc8b5b0bcf6&v=4",
- "url": "https://github.com/ashutosh1919"
- }
- }
- },
- {
- "id": "MDU6SXNzdWU2NzMyOTg0MDk=",
- "closed": false,
- "title": "Need modification in experience cards.",
- "createdAt": "2020-08-05T06:49:09Z",
- "url": "https://github.com/ashutosh1919/masterPortfolio/issues/58",
- "number": 58,
- "assignees": {
- "nodes": []
- },
- "repository": {
- "name": "masterPortfolio",
- "url": "https://github.com/ashutosh1919/masterPortfolio",
- "owner": {
- "login": "ashutosh1919",
- "avatarUrl": "https://avatars.githubusercontent.com/u/20843596?u=6deb5872cde2e3ab5bf5d48ece503bc8b5b0bcf6&v=4",
- "url": "https://github.com/ashutosh1919"
- }
- }
- },
- {
- "id": "MDU6SXNzdWU2NzMyOTgxNjg=",
- "closed": true,
- "title": "Need modifications in Experience tab cards",
- "createdAt": "2020-08-05T06:48:41Z",
- "url": "https://github.com/ashutosh1919/masterPortfolio/issues/57",
- "number": 57,
- "assignees": {
- "nodes": []
- },
- "repository": {
- "name": "masterPortfolio",
- "url": "https://github.com/ashutosh1919/masterPortfolio",
- "owner": {
- "login": "ashutosh1919",
- "avatarUrl": "https://avatars.githubusercontent.com/u/20843596?u=6deb5872cde2e3ab5bf5d48ece503bc8b5b0bcf6&v=4",
- "url": "https://github.com/ashutosh1919"
- }
- }
- },
- {
- "id": "MDU6SXNzdWU2NzMyNDk0ODE=",
- "closed": false,
- "title": "Adding Theme containing gradient to every type of color",
- "createdAt": "2020-08-05T04:45:48Z",
- "url": "https://github.com/ashutosh1919/masterPortfolio/issues/56",
- "number": 56,
- "assignees": {
- "nodes": []
- },
- "repository": {
- "name": "masterPortfolio",
- "url": "https://github.com/ashutosh1919/masterPortfolio",
- "owner": {
- "login": "ashutosh1919",
- "avatarUrl": "https://avatars.githubusercontent.com/u/20843596?u=6deb5872cde2e3ab5bf5d48ece503bc8b5b0bcf6&v=4",
- "url": "https://github.com/ashutosh1919"
- }
- }
- },
- {
- "id": "MDU6SXNzdWU2NzMyNDMwMDg=",
- "closed": false,
- "title": "Creation of ReadMe Doc to completely explain how to modify portfolio.js",
- "createdAt": "2020-08-05T04:25:44Z",
- "url": "https://github.com/ashutosh1919/masterPortfolio/issues/55",
- "number": 55,
- "assignees": {
- "nodes": []
- },
- "repository": {
- "name": "masterPortfolio",
- "url": "https://github.com/ashutosh1919/masterPortfolio",
- "owner": {
- "login": "ashutosh1919",
- "avatarUrl": "https://avatars.githubusercontent.com/u/20843596?u=6deb5872cde2e3ab5bf5d48ece503bc8b5b0bcf6&v=4",
- "url": "https://github.com/ashutosh1919"
- }
- }
- },
- {
- "id": "MDU6SXNzdWU2Njk3MzA0MDU=",
- "closed": false,
- "title": "Org Logo",
- "createdAt": "2020-07-31T11:44:30Z",
- "url": "https://github.com/ashutosh1919/masterPortfolio/issues/40",
- "number": 40,
- "assignees": {
- "nodes": []
- },
- "repository": {
- "name": "masterPortfolio",
- "url": "https://github.com/ashutosh1919/masterPortfolio",
- "owner": {
- "login": "ashutosh1919",
- "avatarUrl": "https://avatars.githubusercontent.com/u/20843596?u=6deb5872cde2e3ab5bf5d48ece503bc8b5b0bcf6&v=4",
- "url": "https://github.com/ashutosh1919"
- }
- }
- },
- {
- "id": "MDU6SXNzdWU2MDU0Nzg0NDk=",
+ "id": "I_kwDOGWbDT84-2h7l",
"closed": true,
- "title": "Setting Up Workflow for the project",
- "createdAt": "2020-04-23T12:06:14Z",
- "url": "https://github.com/ashutosh1919/masterPortfolio/issues/2",
+ "title": "Database needed, using postgresql",
+ "createdAt": "2021-11-16T06:04:15Z",
+ "url": "https://github.com/WozPrime/portal_berita/issues/2",
"number": 2,
"assignees": {
"nodes": [
{
- "avatarUrl": "https://avatars.githubusercontent.com/u/20843596?u=6deb5872cde2e3ab5bf5d48ece503bc8b5b0bcf6&v=4",
- "name": "Ashutosh Hathidara",
- "url": "https://github.com/ashutosh1919"
- }
- ]
- },
- "repository": {
- "name": "masterPortfolio",
- "url": "https://github.com/ashutosh1919/masterPortfolio",
- "owner": {
- "login": "ashutosh1919",
- "avatarUrl": "https://avatars.githubusercontent.com/u/20843596?u=6deb5872cde2e3ab5bf5d48ece503bc8b5b0bcf6&v=4",
- "url": "https://github.com/ashutosh1919"
- }
- }
- },
- {
- "id": "MDU6SXNzdWU2MDI0NDg3NTY=",
- "closed": true,
- "title": "In ModelCheckpoint, filepath is not accepting batch as formatting parameter.",
- "createdAt": "2020-04-18T12:25:56Z",
- "url": "https://github.com/tensorflow/tensorflow/issues/38668",
- "number": 38668,
- "assignees": {
- "nodes": [
- {
- "avatarUrl": "https://avatars.githubusercontent.com/u/6505863?v=4",
- "name": "Rick Chao",
- "url": "https://github.com/rchao"
- }
- ]
- },
- "repository": {
- "name": "tensorflow",
- "url": "https://github.com/tensorflow/tensorflow",
- "owner": {
- "login": "tensorflow",
- "avatarUrl": "https://avatars.githubusercontent.com/u/15658638?v=4",
- "url": "https://github.com/tensorflow"
- }
- }
- },
- {
- "id": "MDU6SXNzdWU2MDIzODIxNjI=",
- "closed": true,
- "title": "save_freq is not accepting integer value in AverageModelCheckpoint",
- "createdAt": "2020-04-18T05:19:27Z",
- "url": "https://github.com/tensorflow/addons/issues/1701",
- "number": 1701,
- "assignees": {
- "nodes": []
- },
- "repository": {
- "name": "addons",
- "url": "https://github.com/tensorflow/addons",
- "owner": {
- "login": "tensorflow",
- "avatarUrl": "https://avatars.githubusercontent.com/u/15658638?v=4",
- "url": "https://github.com/tensorflow"
- }
- }
- },
- {
- "id": "MDU6SXNzdWU1OTg4NzQxMDI=",
- "closed": true,
- "title": "Currently logs param is None for on_train_end() and on_test_end()",
- "createdAt": "2020-04-13T12:56:17Z",
- "url": "https://github.com/tensorflow/tensorflow/issues/38498",
- "number": 38498,
- "assignees": {
- "nodes": [
+ "avatarUrl": "https://avatars.githubusercontent.com/u/12116766?u=8fe27d9b0e6361c472717a009f8f0e1fc6bfe4c2&v=4",
+ "name": "Ahmad Tuflihun",
+ "url": "https://github.com/Leguna"
+ },
{
- "avatarUrl": "https://avatars.githubusercontent.com/u/51902062?v=4",
- "name": null,
- "url": "https://github.com/ravikyram"
+ "avatarUrl": "https://avatars.githubusercontent.com/u/68495839?u=5196c2cd8e80e8265ff98735692441ee0f4e07d4&v=4",
+ "name": "Fakhri Ramadhan Ishan",
+ "url": "https://github.com/WozPrime"
}
]
},
"repository": {
- "name": "tensorflow",
- "url": "https://github.com/tensorflow/tensorflow",
- "owner": {
- "login": "tensorflow",
- "avatarUrl": "https://avatars.githubusercontent.com/u/15658638?v=4",
- "url": "https://github.com/tensorflow"
- }
- }
- },
- {
- "id": "MDU6SXNzdWU1OTgyNTg0MTQ=",
- "closed": false,
- "title": "Need of flexible loss function GeneralLoss which can change behavior based on params",
- "createdAt": "2020-04-11T12:41:54Z",
- "url": "https://github.com/tensorflow/addons/issues/1646",
- "number": 1646,
- "assignees": {
- "nodes": []
- },
- "repository": {
- "name": "addons",
- "url": "https://github.com/tensorflow/addons",
+ "name": "portal_berita",
+ "url": "https://github.com/WozPrime/portal_berita",
"owner": {
- "login": "tensorflow",
- "avatarUrl": "https://avatars.githubusercontent.com/u/15658638?v=4",
- "url": "https://github.com/tensorflow"
+ "login": "WozPrime",
+ "avatarUrl": "https://avatars.githubusercontent.com/u/68495839?u=5196c2cd8e80e8265ff98735692441ee0f4e07d4&v=4",
+ "url": "https://github.com/WozPrime"
}
}
},
{
- "id": "MDU6SXNzdWU1OTU1NjQyODc=",
+ "id": "I_kwDOGWbDT84-2hit",
"closed": false,
- "title": "Not able to customize social-cards",
- "createdAt": "2020-04-07T03:29:37Z",
- "url": "https://github.com/apollographql/gatsby-theme-apollo/issues/110",
- "number": 110,
- "assignees": {
- "nodes": []
- },
- "repository": {
- "name": "gatsby-theme-apollo",
- "url": "https://github.com/apollographql/gatsby-theme-apollo",
- "owner": {
- "login": "apollographql",
- "avatarUrl": "https://avatars.githubusercontent.com/u/17189275?v=4",
- "url": "https://github.com/apollographql"
- }
- }
- },
- {
- "id": "MDU6SXNzdWU1OTMyNjQ3NTg=",
- "closed": true,
- "title": "Adding config to override prettier (if set) in any code editor",
- "createdAt": "2020-04-03T09:59:05Z",
- "url": "https://github.com/saadpasta/developerFolio/issues/77",
- "number": 77,
- "assignees": {
- "nodes": [
- {
- "avatarUrl": "https://avatars.githubusercontent.com/u/48270786?u=dab5f6dc64923f646b354f47f52af65f44fd9e7e&v=4",
- "name": "Kartik Choudhary",
- "url": "https://github.com/kartikcho"
- }
- ]
- },
- "repository": {
- "name": "developerFolio",
- "url": "https://github.com/saadpasta/developerFolio",
- "owner": {
- "login": "saadpasta",
- "avatarUrl": "https://avatars.githubusercontent.com/u/23307811?u=eab46b153eef3f5183930e61898b462447af9219&v=4",
- "url": "https://github.com/saadpasta"
- }
- }
- },
- {
- "id": "MDU6SXNzdWU1OTE2NjAzNTE=",
- "closed": true,
- "title": "Add Animations to Pinned Projects ",
- "createdAt": "2020-04-01T06:24:47Z",
- "url": "https://github.com/ashutosh1919/masterPortfolio/issues/1",
+ "title": "Post View needed for comment",
+ "createdAt": "2021-11-16T06:01:31Z",
+ "url": "https://github.com/WozPrime/portal_berita/issues/1",
"number": 1,
"assignees": {
"nodes": []
},
"repository": {
- "name": "masterPortfolio",
- "url": "https://github.com/ashutosh1919/masterPortfolio",
- "owner": {
- "login": "ashutosh1919",
- "avatarUrl": "https://avatars.githubusercontent.com/u/20843596?u=6deb5872cde2e3ab5bf5d48ece503bc8b5b0bcf6&v=4",
- "url": "https://github.com/ashutosh1919"
- }
- }
- },
- {
- "id": "MDU6SXNzdWU1OTAwMDczMDE=",
- "closed": true,
- "title": "Improve the TFDS Getting Started Documentation",
- "createdAt": "2020-03-30T05:37:01Z",
- "url": "https://github.com/tensorflow/datasets/issues/1762",
- "number": 1762,
- "assignees": {
- "nodes": []
- },
- "repository": {
- "name": "datasets",
- "url": "https://github.com/tensorflow/datasets",
- "owner": {
- "login": "tensorflow",
- "avatarUrl": "https://avatars.githubusercontent.com/u/15658638?v=4",
- "url": "https://github.com/tensorflow"
- }
- }
- },
- {
- "id": "MDU6SXNzdWU1ODk1Nzk0NTc=",
- "closed": true,
- "title": "BrowserRouter and HashRouter works for three Routes only",
- "createdAt": "2020-03-28T13:40:27Z",
- "url": "https://github.com/remix-run/react-router/issues/7223",
- "number": 7223,
- "assignees": {
- "nodes": []
- },
- "repository": {
- "name": "react-router",
- "url": "https://github.com/remix-run/react-router",
- "owner": {
- "login": "remix-run",
- "avatarUrl": "https://avatars.githubusercontent.com/u/64235328?v=4",
- "url": "https://github.com/remix-run"
- }
- }
- },
- {
- "id": "MDU6SXNzdWU1ODk1NzY4Nzg=",
- "closed": true,
- "title": "BrowserRouter and HashRouter works for three Routes only ",
- "createdAt": "2020-03-28T13:24:25Z",
- "url": "https://github.com/facebook/react/issues/18414",
- "number": 18414,
- "assignees": {
- "nodes": []
- },
- "repository": {
- "name": "react",
- "url": "https://github.com/facebook/react",
- "owner": {
- "login": "facebook",
- "avatarUrl": "https://avatars.githubusercontent.com/u/69631?v=4",
- "url": "https://github.com/facebook"
- }
- }
- },
- {
- "id": "MDU6SXNzdWU1ODEwNjk1NjU=",
- "closed": true,
- "title": "Required mean_absolute_relative_error (MARE) ",
- "createdAt": "2020-03-14T06:39:28Z",
- "url": "https://github.com/scikit-learn/scikit-learn/issues/16688",
- "number": 16688,
- "assignees": {
- "nodes": []
- },
- "repository": {
- "name": "scikit-learn",
- "url": "https://github.com/scikit-learn/scikit-learn",
- "owner": {
- "login": "scikit-learn",
- "avatarUrl": "https://avatars.githubusercontent.com/u/365630?v=4",
- "url": "https://github.com/scikit-learn"
- }
- }
- },
- {
- "id": "MDU6SXNzdWU1ODEwNDc0MDc=",
- "closed": true,
- "title": "Example given in tf.image.rgb_to_yub is contadicting with the description.",
- "createdAt": "2020-03-14T05:25:45Z",
- "url": "https://github.com/tensorflow/tensorflow/issues/37591",
- "number": 37591,
- "assignees": {
- "nodes": [
- {
- "avatarUrl": "https://avatars.githubusercontent.com/u/46058173?v=4",
- "name": "Vishnuvardhan Janapati",
- "url": "https://github.com/jvishnuvardhan"
- }
- ]
- },
- "repository": {
- "name": "tensorflow",
- "url": "https://github.com/tensorflow/tensorflow",
- "owner": {
- "login": "tensorflow",
- "avatarUrl": "https://avatars.githubusercontent.com/u/15658638?v=4",
- "url": "https://github.com/tensorflow"
- }
- }
- },
- {
- "id": "MDU6SXNzdWU1NzMyNTA1NjQ=",
- "closed": true,
- "title": "ModuleNotFoundError: No module named 'tensorflow_datasets'",
- "createdAt": "2020-02-29T08:28:06Z",
- "url": "https://github.com/tensorflow/datasets/issues/1544",
- "number": 1544,
- "assignees": {
- "nodes": []
- },
- "repository": {
- "name": "datasets",
- "url": "https://github.com/tensorflow/datasets",
- "owner": {
- "login": "tensorflow",
- "avatarUrl": "https://avatars.githubusercontent.com/u/15658638?v=4",
- "url": "https://github.com/tensorflow"
- }
- }
- },
- {
- "id": "MDU6SXNzdWU1Njk4OTI2MTE=",
- "closed": true,
- "title": "There are no documentations related to decode_predictions() and preprocess_input() in any keras.applications",
- "createdAt": "2020-02-24T14:28:33Z",
- "url": "https://github.com/tensorflow/tensorflow/issues/37021",
- "number": 37021,
- "assignees": {
- "nodes": [
- {
- "avatarUrl": "https://avatars.githubusercontent.com/u/46058173?v=4",
- "name": "Vishnuvardhan Janapati",
- "url": "https://github.com/jvishnuvardhan"
- }
- ]
- },
- "repository": {
- "name": "tensorflow",
- "url": "https://github.com/tensorflow/tensorflow",
- "owner": {
- "login": "tensorflow",
- "avatarUrl": "https://avatars.githubusercontent.com/u/15658638?v=4",
- "url": "https://github.com/tensorflow"
- }
- }
- },
- {
- "id": "MDU6SXNzdWU1NTgwODYwMTM=",
- "closed": true,
- "title": "Need for more flexible Loss Function",
- "createdAt": "2020-01-31T11:50:06Z",
- "url": "https://github.com/tensorflow/tensorflow/issues/36369",
- "number": 36369,
- "assignees": {
- "nodes": [
- {
- "avatarUrl": "https://avatars.githubusercontent.com/u/13326758?u=af9430e7bc177fa3a1a256dd224b0765bd820bcf&v=4",
- "name": "Pavithra Vijay",
- "url": "https://github.com/pavithrasv"
- }
- ]
- },
- "repository": {
- "name": "tensorflow",
- "url": "https://github.com/tensorflow/tensorflow",
+ "name": "portal_berita",
+ "url": "https://github.com/WozPrime/portal_berita",
"owner": {
- "login": "tensorflow",
- "avatarUrl": "https://avatars.githubusercontent.com/u/15658638?v=4",
- "url": "https://github.com/tensorflow"
+ "login": "WozPrime",
+ "avatarUrl": "https://avatars.githubusercontent.com/u/68495839?u=5196c2cd8e80e8265ff98735692441ee0f4e07d4&v=4",
+ "url": "https://github.com/WozPrime"
}
}
},
{
- "id": "MDU6SXNzdWU0OTQ1NzMwMzc=",
+ "id": "MDU6SXNzdWU1OTMzMDkwNDk=",
"closed": true,
- "title": "I am not able to import Dataset",
- "createdAt": "2019-09-17T11:46:15Z",
- "url": "https://github.com/aerdem4/lofo-importance/issues/26",
- "number": 26,
- "assignees": {
- "nodes": []
- },
- "repository": {
- "name": "lofo-importance",
- "url": "https://github.com/aerdem4/lofo-importance",
- "owner": {
- "login": "aerdem4",
- "avatarUrl": "https://avatars.githubusercontent.com/u/24624210?u=58887e9c09a3c0576a8ce61ba881132ebf4c137c&v=4",
- "url": "https://github.com/aerdem4"
- }
- }
- },
- {
- "id": "MDU6SXNzdWU0ODI4MTcwNjE=",
- "closed": false,
- "title": "Setup Readme file in proper format",
- "createdAt": "2019-08-20T11:58:49Z",
- "url": "https://github.com/NebutechOpenSource/MLGen/issues/1",
- "number": 1,
+ "title": "Error at login",
+ "createdAt": "2020-04-03T11:18:39Z",
+ "url": "https://github.com/lacakcepat/lacakcepat-mobile/issues/5",
+ "number": 5,
"assignees": {
"nodes": []
},
"repository": {
- "name": "MLGen",
- "url": "https://github.com/NebutechOpenSource/MLGen",
+ "name": "lacakcepat-mobile",
+ "url": "https://github.com/lacakcepat/lacakcepat-mobile",
"owner": {
- "login": "NebutechOpenSource",
- "avatarUrl": "https://avatars.githubusercontent.com/u/53137955?u=2abe60da5dfbd4b442e415e6c553f58a21cf9547&v=4",
- "url": "https://github.com/NebutechOpenSource"
+ "login": "lacakcepat",
+ "avatarUrl": "https://avatars.githubusercontent.com/u/62636849?v=4",
+ "url": "https://github.com/lacakcepat"
}
}
}
],
- "open": 11,
- "totalCount": 58
+ "open": 1,
+ "totalCount": 3
}
diff --git a/src/shared/opensource/organizations.json b/src/shared/opensource/organizations.json
index 27b03280e..268c73f0e 100644
--- a/src/shared/opensource/organizations.json
+++ b/src/shared/opensource/organizations.json
@@ -1 +1,3 @@
-{"data":[{"login":"sympy","avatarUrl":"https://avatars1.githubusercontent.com/u/260832?v=4","__typename":"Organization"},{"login":"scikit-learn","avatarUrl":"https://avatars2.githubusercontent.com/u/365630?v=4","__typename":"Organization"},{"login":"python","avatarUrl":"https://avatars3.githubusercontent.com/u/1525981?v=4","__typename":"Organization"},{"login":"facebook","avatarUrl":"https://avatars3.githubusercontent.com/u/69631?v=4","__typename":"Organization"},{"login":"ReactTraining","avatarUrl":"https://avatars1.githubusercontent.com/u/11823761?v=4","__typename":"Organization"},{"login":"keras-team","avatarUrl":"https://avatars0.githubusercontent.com/u/34455048?v=4","__typename":"Organization"},{"login":"fossasia","avatarUrl":"https://avatars3.githubusercontent.com/u/6295529?v=4","__typename":"Organization"},{"login":"gatsbyjs","avatarUrl":"https://avatars1.githubusercontent.com/u/12551863?v=4","__typename":"Organization"},{"login":"tensorflow","avatarUrl":"https://avatars1.githubusercontent.com/u/15658638?v=4","__typename":"Organization"},{"login":"kiwix","avatarUrl":"https://avatars3.githubusercontent.com/u/826219?v=4","__typename":"Organization"},{"login":"uber","avatarUrl":"https://avatars3.githubusercontent.com/u/538264?v=4","__typename":"Organization"},{"login":"netrack","avatarUrl":"https://avatars2.githubusercontent.com/u/10380772?v=4","__typename":"Organization"},{"login":"DataTurks-Engg","avatarUrl":"https://avatars1.githubusercontent.com/u/39724935?v=4","__typename":"Organization"},{"login":"google","avatarUrl":"https://avatars1.githubusercontent.com/u/1342004?v=4","__typename":"Organization"},{"login":"apollographql","avatarUrl":"https://avatars0.githubusercontent.com/u/17189275?v=4","__typename":"Organization"},{"login":"NVlabs","avatarUrl":"https://avatars3.githubusercontent.com/u/2695301?v=4","__typename":"Organization"},{"login":"dsc-iiitdmk","avatarUrl":"https://avatars0.githubusercontent.com/u/53558593?v=4","__typename":"Organization"},{"login":"firecampapp","avatarUrl":"https://avatars3.githubusercontent.com/u/45025286?v=4","__typename":"Organization"}]}
\ No newline at end of file
+{
+ "data": []
+}
diff --git a/src/shared/opensource/projects.json b/src/shared/opensource/projects.json
index 300f4f253..9d55b2f16 100644
--- a/src/shared/opensource/projects.json
+++ b/src/shared/opensource/projects.json
@@ -1,52 +1,39 @@
{
"data": [
{
- "id": "MDEwOlJlcG9zaXRvcnkyNDU0NjcyNzQ=",
- "name": "masterPortfolio",
- "createdAt": "2020-03-06T16:26:54Z",
- "url": "https://github.com/ashutosh1919/masterPortfolio",
- "description": "🔥 The Complete Customizable Software Developer Portfolio Template which lets you showcase your work and provides each and every detail about you as Software Developer.",
+ "id": "R_kgDOGVPG7g",
+ "name": "Guica",
+ "createdAt": "2021-11-05T11:13:59Z",
+ "url": "https://github.com/Leguna/Guica",
+ "description": "Guild Card Android App Backend Laravel",
+ "isFork": false,
+ "languages": []
+ },
+ {
+ "id": "MDEwOlJlcG9zaXRvcnkzNjU1MDA4Njg=",
+ "name": "Kasnaran",
+ "createdAt": "2021-05-08T11:48:13Z",
+ "url": "https://github.com/Leguna/Kasnaran",
+ "description": "Web PWA list of restaurant",
"isFork": false,
"languages": [
- {
- "name": "HTML",
- "iconifyClass": "logos-html-5"
- },
- {
- "name": "CSS",
- "iconifyClass": "logos-css-3"
- },
{
"name": "JavaScript",
"iconifyClass": "logos-javascript"
},
{
- "name": "Dockerfile",
- "iconifyClass": "simple-icons:docker"
- }
- ]
- },
- {
- "id": "R_kgDOG_vYHA",
- "name": "explainable-cnn",
- "createdAt": "2022-03-13T20:41:33Z",
- "url": "https://github.com/ashutosh1919/explainable-cnn",
- "description": "📦 PyTorch based visualization package for generating layer-wise explanations for CNNs.",
- "isFork": false,
- "languages": [
- {
- "name": "Python",
- "iconifyClass": "logos-python"
+ "name": "HTML",
+ "iconifyClass": "logos-html-5"
}
]
},
{
- "id": "R_kgDOG0_8uQ",
- "name": "react-awesome-shapes",
- "createdAt": "2022-02-11T14:50:20Z",
- "url": "https://github.com/ashutosh1919/react-awesome-shapes",
- "description": "🌀 Insert Awesome Shapes into Your React Site with Ease.",
- "isFork": false,
+ "id": "R_kgDOGHLyzA",
+ "name": "leguna.github.io",
+ "createdAt": "2021-09-25T05:39:13Z",
+ "url": "https://github.com/Leguna/leguna.github.io",
+ "description": "✋ Hello, this is my website repository. Hope you like it. I am still in a sleeping mood. 🛏 😔 ",
+ "isFork": true,
"languages": [
{
"name": "HTML",
@@ -56,10 +43,6 @@
"name": "CSS",
"iconifyClass": "logos-css-3"
},
- {
- "name": "Shell",
- "iconifyClass": "simple-icons:shell"
- },
{
"name": "JavaScript",
"iconifyClass": "logos-javascript"
@@ -67,27 +50,26 @@
]
},
{
- "id": "R_kgDOGcPKSQ",
- "name": "neuro-symbolic-sudoku-solver",
- "createdAt": "2021-11-26T17:56:07Z",
- "url": "https://github.com/ashutosh1919/neuro-symbolic-sudoku-solver",
- "description": "⚙️ Solving sudoku using Deep Reinforcement learning in combination with powerful symbolic representations.",
+ "id": "R_kgDOGi-IAg",
+ "name": "BeritaGabut",
+ "createdAt": "2021-12-17T12:18:55Z",
+ "url": "https://github.com/Leguna/BeritaGabut",
+ "description": "News Web using Laravel 8",
"isFork": false,
- "languages": [
- {
- "name": "Python",
- "iconifyClass": "logos-python"
- }
- ]
+ "languages": []
},
{
- "id": "MDEwOlJlcG9zaXRvcnkzMjcyMjI5Njk=",
- "name": "react-awesome-loaders",
- "createdAt": "2021-01-06T06:36:41Z",
- "url": "https://github.com/ashutosh1919/react-awesome-loaders",
- "description": "🚀 High quality, super responsive and completely customisable Loading Animations to insert into your website with single line of code.",
+ "id": "MDEwOlJlcG9zaXRvcnkzMDkwNDAwMzE=",
+ "name": "Bolepa",
+ "createdAt": "2020-11-01T06:51:06Z",
+ "url": "https://github.com/Leguna/Bolepa",
+ "description": "Web Soccer score PWA",
"isFork": false,
"languages": [
+ {
+ "name": "HTML",
+ "iconifyClass": "logos-html-5"
+ },
{
"name": "JavaScript",
"iconifyClass": "logos-javascript"
@@ -95,20 +77,16 @@
]
},
{
- "id": "MDEwOlJlcG9zaXRvcnkzMjU5NDM1MTE=",
- "name": "react-liquidswipe",
- "createdAt": "2021-01-01T08:31:51Z",
- "url": "https://github.com/ashutosh1919/react-liquidswipe",
- "description": "🚀 Smooth Liquid Swipe Animation to transition between different components.",
+ "id": "MDEwOlJlcG9zaXRvcnkyMjE4MTE4MjY=",
+ "name": "Clubo",
+ "createdAt": "2019-11-15T00:32:15Z",
+ "url": "https://github.com/Leguna/Clubo",
+ "description": "Subbmission Dicoding Kotlin Android Developer Expert",
"isFork": false,
"languages": [
{
- "name": "JavaScript",
- "iconifyClass": "logos-javascript"
- },
- {
- "name": "CSS",
- "iconifyClass": "logos-css-3"
+ "name": "Java",
+ "iconifyClass": "logos-java"
}
]
}
diff --git a/src/shared/opensource/publications.json b/src/shared/opensource/publications.json
new file mode 100644
index 000000000..e7a8848c8
--- /dev/null
+++ b/src/shared/opensource/publications.json
@@ -0,0 +1,11 @@
+{
+ "data": [
+ {
+ "id": "",
+ "name": "Membuat karya Teknologi sebagai bukti bangga terhadap Indonesia",
+ "createdAt": "2021-09-09",
+ "description": "Making technology works as proof of pride in Indonesia",
+ "url": "https://medium.com/@ahmadtuflihunxd/membuat-karya-teknologi-sebagai-bukti-bangga-terhadap-indonesia-bafb5c561bd"
+ }
+ ]
+}
diff --git a/src/shared/opensource/pull_requests.json b/src/shared/opensource/pull_requests.json
index bdd82c3c1..ae15e40a7 100644
--- a/src/shared/opensource/pull_requests.json
+++ b/src/shared/opensource/pull_requests.json
@@ -1,2324 +1,317 @@
{
- "closed": 33,
+ "closed": 2,
"data": [
{
- "id": "MDExOlB1bGxSZXF1ZXN0NDA5NDQxNDk1",
- "title": "Migrated some files from TF 1.0 to 2.0",
- "url": "https://github.com/tensorflow/addons/pull/1746",
+ "id": "PR_kwDOGYB73M4ufvsd",
+ "title": "Create Post.class",
+ "url": "https://github.com/rezkyyustisio/Pemrograman-Berorientasi-Objek/pull/1",
"state": "OPEN",
"mergedBy": null,
- "createdAt": "2020-04-27T11:34:31Z",
- "number": 1746,
- "changedFiles": 2,
- "additions": 1,
- "deletions": 6,
- "baseRepository": {
- "name": "addons",
- "url": "https://github.com/tensorflow/addons",
- "owner": {
- "avatarUrl": "https://avatars.githubusercontent.com/u/15658638?v=4",
- "login": "tensorflow",
- "url": "https://github.com/tensorflow"
- }
- }
- },
- {
- "id": "MDExOlB1bGxSZXF1ZXN0NDA5MDU3MDUz",
- "title": "Added tutorial notebooks for Focal and Contrastive losses",
- "url": "https://github.com/tensorflow/addons/pull/1732",
- "state": "CLOSED",
- "mergedBy": null,
- "createdAt": "2020-04-26T10:17:22Z",
- "number": 1732,
- "changedFiles": 2,
- "additions": 567,
- "deletions": 0,
- "baseRepository": {
- "name": "addons",
- "url": "https://github.com/tensorflow/addons",
- "owner": {
- "avatarUrl": "https://avatars.githubusercontent.com/u/15658638?v=4",
- "login": "tensorflow",
- "url": "https://github.com/tensorflow"
- }
- }
- },
- {
- "id": "MDExOlB1bGxSZXF1ZXN0NDA4OTAxNTAy",
- "title": "Fixed CyclicLearningRate and its tests' errors",
- "url": "https://github.com/tensorflow/addons/pull/1729",
- "state": "MERGED",
- "mergedBy": {
- "avatarUrl": "https://avatars.githubusercontent.com/u/18154355?u=7bcba6c98d214c5935b46334ec888b43893f3b89&v=4",
- "url": "https://github.com/seanpmorgan",
- "login": "seanpmorgan"
- },
- "createdAt": "2020-04-25T12:33:41Z",
- "number": 1729,
- "changedFiles": 2,
- "additions": 60,
- "deletions": 12,
- "baseRepository": {
- "name": "addons",
- "url": "https://github.com/tensorflow/addons",
- "owner": {
- "avatarUrl": "https://avatars.githubusercontent.com/u/15658638?v=4",
- "login": "tensorflow",
- "url": "https://github.com/tensorflow"
- }
- }
- },
- {
- "id": "MDExOlB1bGxSZXF1ZXN0NDA4ODY0NDU1",
- "title": "Added serializability tests in all optimizers and fixed serializability bug in yogi",
- "url": "https://github.com/tensorflow/addons/pull/1728",
- "state": "MERGED",
- "mergedBy": {
- "avatarUrl": "https://avatars.githubusercontent.com/u/18154355?u=7bcba6c98d214c5935b46334ec888b43893f3b89&v=4",
- "url": "https://github.com/seanpmorgan",
- "login": "seanpmorgan"
- },
- "createdAt": "2020-04-25T07:19:04Z",
- "number": 1728,
- "changedFiles": 10,
- "additions": 80,
- "deletions": 2,
- "baseRepository": {
- "name": "addons",
- "url": "https://github.com/tensorflow/addons",
- "owner": {
- "avatarUrl": "https://avatars.githubusercontent.com/u/15658638?v=4",
- "login": "tensorflow",
- "url": "https://github.com/tensorflow"
- }
- }
- },
- {
- "id": "MDExOlB1bGxSZXF1ZXN0NDA3ODkzNjM0",
- "title": "Setting up complete workflow for project",
- "url": "https://github.com/ashutosh1919/masterPortfolio/pull/4",
- "state": "MERGED",
- "mergedBy": {
- "avatarUrl": "https://avatars.githubusercontent.com/u/20843596?u=6deb5872cde2e3ab5bf5d48ece503bc8b5b0bcf6&v=4",
- "url": "https://github.com/ashutosh1919",
- "login": "ashutosh1919"
- },
- "createdAt": "2020-04-23T12:48:04Z",
- "number": 4,
- "changedFiles": 19,
- "additions": 38,
- "deletions": 47,
- "baseRepository": {
- "name": "masterPortfolio",
- "url": "https://github.com/ashutosh1919/masterPortfolio",
- "owner": {
- "avatarUrl": "https://avatars.githubusercontent.com/u/20843596?u=6deb5872cde2e3ab5bf5d48ece503bc8b5b0bcf6&v=4",
- "login": "ashutosh1919",
- "url": "https://github.com/ashutosh1919"
- }
- }
- },
- {
- "id": "MDExOlB1bGxSZXF1ZXN0NDA3ODgxNTk0",
- "title": "Test PR to setup workflow",
- "url": "https://github.com/ashutosh1919/masterPortfolio/pull/3",
- "state": "MERGED",
- "mergedBy": {
- "avatarUrl": "https://avatars.githubusercontent.com/u/20843596?u=6deb5872cde2e3ab5bf5d48ece503bc8b5b0bcf6&v=4",
- "url": "https://github.com/ashutosh1919",
- "login": "ashutosh1919"
- },
- "createdAt": "2020-04-23T12:24:42Z",
- "number": 3,
+ "createdAt": "2021-11-14T12:05:59Z",
+ "number": 1,
"changedFiles": 1,
- "additions": 32,
+ "additions": 11,
"deletions": 0,
"baseRepository": {
- "name": "masterPortfolio",
- "url": "https://github.com/ashutosh1919/masterPortfolio",
- "owner": {
- "avatarUrl": "https://avatars.githubusercontent.com/u/20843596?u=6deb5872cde2e3ab5bf5d48ece503bc8b5b0bcf6&v=4",
- "login": "ashutosh1919",
- "url": "https://github.com/ashutosh1919"
- }
- }
- },
- {
- "id": "MDExOlB1bGxSZXF1ZXN0NDA3MDkwMTk5",
- "title": "Added layer_test in addons and refactoring the code",
- "url": "https://github.com/tensorflow/addons/pull/1715",
- "state": "OPEN",
- "mergedBy": null,
- "createdAt": "2020-04-22T07:05:25Z",
- "number": 1715,
- "changedFiles": 1,
- "additions": 72,
- "deletions": 2,
- "baseRepository": {
- "name": "addons",
- "url": "https://github.com/tensorflow/addons",
+ "name": "Pemrograman-Berorientasi-Objek",
+ "url": "https://github.com/rezkyyustisio/Pemrograman-Berorientasi-Objek",
"owner": {
- "avatarUrl": "https://avatars.githubusercontent.com/u/15658638?v=4",
- "login": "tensorflow",
- "url": "https://github.com/tensorflow"
+ "avatarUrl": "https://avatars.githubusercontent.com/u/32031199?u=27c23fc95f568bf3adc08ced59a3b84d8aa0cf86&v=4",
+ "login": "rezkyyustisio",
+ "url": "https://github.com/rezkyyustisio"
}
}
},
{
- "id": "MDExOlB1bGxSZXF1ZXN0NDA1NTk5NjAx",
- "title": "Added Center loss",
- "url": "https://github.com/tensorflow/addons/pull/1709",
+ "id": "PR_kwDOGXzuwM4ufgE-",
+ "title": "Rapikan indentasi, gunakan formatter",
+ "url": "https://github.com/miftahuljna127/PBO/pull/1",
"state": "OPEN",
"mergedBy": null,
- "createdAt": "2020-04-19T03:52:25Z",
- "number": 1709,
- "changedFiles": 3,
- "additions": 131,
- "deletions": 1,
- "baseRepository": {
- "name": "addons",
- "url": "https://github.com/tensorflow/addons",
- "owner": {
- "avatarUrl": "https://avatars.githubusercontent.com/u/15658638?v=4",
- "login": "tensorflow",
- "url": "https://github.com/tensorflow"
- }
- }
- },
- {
- "id": "MDExOlB1bGxSZXF1ZXN0NDA1NDkyMDkw",
- "title": "Fixed _save_model not working for batches in ModelCheckpoint Callback",
- "url": "https://github.com/tensorflow/tensorflow/pull/38669",
- "state": "CLOSED",
- "mergedBy": null,
- "createdAt": "2020-04-18T12:26:37Z",
- "number": 38669,
+ "createdAt": "2021-11-14T03:15:25Z",
+ "number": 1,
"changedFiles": 1,
- "additions": 15,
- "deletions": 7,
- "baseRepository": {
- "name": "tensorflow",
- "url": "https://github.com/tensorflow/tensorflow",
- "owner": {
- "avatarUrl": "https://avatars.githubusercontent.com/u/15658638?v=4",
- "login": "tensorflow",
- "url": "https://github.com/tensorflow"
- }
- }
- },
- {
- "id": "MDExOlB1bGxSZXF1ZXN0NDA1NDQ3MTk1",
- "title": "Fixed average_model_checkpoint to have integer save_freq",
- "url": "https://github.com/tensorflow/addons/pull/1702",
- "state": "CLOSED",
- "mergedBy": null,
- "createdAt": "2020-04-18T05:20:34Z",
- "number": 1702,
- "changedFiles": 2,
- "additions": 27,
- "deletions": 1,
+ "additions": 16,
+ "deletions": 14,
"baseRepository": {
- "name": "addons",
- "url": "https://github.com/tensorflow/addons",
+ "name": "PBO",
+ "url": "https://github.com/miftahuljna127/PBO",
"owner": {
- "avatarUrl": "https://avatars.githubusercontent.com/u/15658638?v=4",
- "login": "tensorflow",
- "url": "https://github.com/tensorflow"
+ "avatarUrl": "https://avatars.githubusercontent.com/u/63044215?u=e7f2809ede08670c456f11e7d7e3a45e426d5427&v=4",
+ "login": "miftahuljna127",
+ "url": "https://github.com/miftahuljna127"
}
}
},
{
- "id": "MDExOlB1bGxSZXF1ZXN0NDA1MTAzNjY3",
- "title": "Added LossFunctionWrapper for losses and simplified code",
- "url": "https://github.com/tensorflow/addons/pull/1688",
+ "id": "MDExOlB1bGxSZXF1ZXN0Njc4NDkzMDM5",
+ "title": "Merge pull request #1 from Leguna/master",
+ "url": "https://github.com/Leguna/Kasnaran/pull/2",
"state": "MERGED",
"mergedBy": {
- "avatarUrl": "https://avatars.githubusercontent.com/u/11615393?u=9734b198bd7f7498157e95d48371c39e44b5002b&v=4",
- "url": "https://github.com/WindQAQ",
- "login": "WindQAQ"
+ "avatarUrl": "https://avatars.githubusercontent.com/u/12116766?u=8fe27d9b0e6361c472717a009f8f0e1fc6bfe4c2&v=4",
+ "url": "https://github.com/Leguna",
+ "login": "Leguna"
},
- "createdAt": "2020-04-17T12:27:37Z",
- "number": 1688,
- "changedFiles": 6,
- "additions": 46,
- "deletions": 90,
- "baseRepository": {
- "name": "addons",
- "url": "https://github.com/tensorflow/addons",
- "owner": {
- "avatarUrl": "https://avatars.githubusercontent.com/u/15658638?v=4",
- "login": "tensorflow",
- "url": "https://github.com/tensorflow"
- }
- }
- },
- {
- "id": "MDExOlB1bGxSZXF1ZXN0NDA0MTU2NDUy",
- "title": "Added Multi Similarity loss",
- "url": "https://github.com/tensorflow/addons/pull/1679",
- "state": "OPEN",
- "mergedBy": null,
- "createdAt": "2020-04-16T06:59:30Z",
- "number": 1679,
- "changedFiles": 4,
- "additions": 548,
+ "createdAt": "2021-06-27T10:37:52Z",
+ "number": 2,
+ "changedFiles": 0,
+ "additions": 0,
"deletions": 0,
"baseRepository": {
- "name": "addons",
- "url": "https://github.com/tensorflow/addons",
+ "name": "Kasnaran",
+ "url": "https://github.com/Leguna/Kasnaran",
"owner": {
- "avatarUrl": "https://avatars.githubusercontent.com/u/15658638?v=4",
- "login": "tensorflow",
- "url": "https://github.com/tensorflow"
+ "avatarUrl": "https://avatars.githubusercontent.com/u/12116766?u=8fe27d9b0e6361c472717a009f8f0e1fc6bfe4c2&v=4",
+ "login": "Leguna",
+ "url": "https://github.com/Leguna"
}
}
},
{
- "id": "MDExOlB1bGxSZXF1ZXN0NDAzNzQwMjM1",
- "title": "Added demo of TQDMProgressBar() for evaluate()",
- "url": "https://github.com/tensorflow/addons/pull/1674",
+ "id": "MDExOlB1bGxSZXF1ZXN0Njc4NDkyOTU0",
+ "title": "j",
+ "url": "https://github.com/Leguna/Kasnaran/pull/1",
"state": "MERGED",
"mergedBy": {
- "avatarUrl": "https://avatars.githubusercontent.com/u/16867893?u=afbda060ede35cddb90255a8295460f6a2395135&v=4",
- "url": "https://github.com/shun-lin",
- "login": "shun-lin"
+ "avatarUrl": "https://avatars.githubusercontent.com/u/12116766?u=8fe27d9b0e6361c472717a009f8f0e1fc6bfe4c2&v=4",
+ "url": "https://github.com/Leguna",
+ "login": "Leguna"
},
- "createdAt": "2020-04-15T12:51:00Z",
- "number": 1674,
- "changedFiles": 1,
- "additions": 19,
- "deletions": 1,
+ "createdAt": "2021-06-27T10:37:13Z",
+ "number": 1,
+ "changedFiles": 14,
+ "additions": 98,
+ "deletions": 52,
"baseRepository": {
- "name": "addons",
- "url": "https://github.com/tensorflow/addons",
+ "name": "Kasnaran",
+ "url": "https://github.com/Leguna/Kasnaran",
"owner": {
- "avatarUrl": "https://avatars.githubusercontent.com/u/15658638?v=4",
- "login": "tensorflow",
- "url": "https://github.com/tensorflow"
+ "avatarUrl": "https://avatars.githubusercontent.com/u/12116766?u=8fe27d9b0e6361c472717a009f8f0e1fc6bfe4c2&v=4",
+ "login": "Leguna",
+ "url": "https://github.com/Leguna"
}
}
},
{
- "id": "MDExOlB1bGxSZXF1ZXN0NDAzMTcxMjA3",
- "title": "Added tests for AverageModelCheckpoint() callback",
- "url": "https://github.com/tensorflow/addons/pull/1667",
+ "id": "MDExOlB1bGxSZXF1ZXN0NDIyNTg5MDE1",
+ "title": "Leguna Fix.",
+ "url": "https://github.com/education/graduation/pull/3463",
"state": "MERGED",
"mergedBy": {
- "avatarUrl": "https://avatars.githubusercontent.com/u/12891691?u=7f49c0407749c186e5df5e1cecb8b2daa47846e3&v=4",
- "url": "https://github.com/gabrieldemarmiesse",
- "login": "gabrieldemarmiesse"
+ "avatarUrl": "https://avatars.githubusercontent.com/u/6633808?u=9a29bf6d4dd59835527fdbb00040b2b4dd9711be&v=4",
+ "url": "https://github.com/elisemoe",
+ "login": "elisemoe"
},
- "createdAt": "2020-04-14T13:04:03Z",
- "number": 1667,
- "changedFiles": 1,
- "additions": 199,
+ "createdAt": "2020-05-25T07:19:48Z",
+ "number": 3463,
+ "changedFiles": 2,
+ "additions": 7,
"deletions": 0,
"baseRepository": {
- "name": "addons",
- "url": "https://github.com/tensorflow/addons",
+ "name": "graduation",
+ "url": "https://github.com/education/graduation",
"owner": {
- "avatarUrl": "https://avatars.githubusercontent.com/u/15658638?v=4",
- "login": "tensorflow",
- "url": "https://github.com/tensorflow"
+ "avatarUrl": "https://avatars.githubusercontent.com/u/6667880?v=4",
+ "login": "education",
+ "url": "https://github.com/education"
}
}
},
{
- "id": "MDExOlB1bGxSZXF1ZXN0NDAyOTg1MDU4",
- "title": "Added code to call register_all() before loading model",
- "url": "https://github.com/tensorflow/addons/pull/1665",
+ "id": "MDExOlB1bGxSZXF1ZXN0NDIwNTQ1OTI3",
+ "title": "Leguna",
+ "url": "https://github.com/education/graduation/pull/372",
"state": "CLOSED",
"mergedBy": null,
- "createdAt": "2020-04-14T05:58:52Z",
- "number": 1665,
- "changedFiles": 1,
- "additions": 2,
- "deletions": 0,
- "baseRepository": {
- "name": "addons",
- "url": "https://github.com/tensorflow/addons",
- "owner": {
- "avatarUrl": "https://avatars.githubusercontent.com/u/15658638?v=4",
- "login": "tensorflow",
- "url": "https://github.com/tensorflow"
- }
- }
- },
- {
- "id": "MDExOlB1bGxSZXF1ZXN0NDAyNjMyMzcz",
- "title": "Added code to pass appropriate logs to on_test|train_end() methods",
- "url": "https://github.com/tensorflow/tensorflow/pull/38499",
- "state": "MERGED",
- "mergedBy": {
- "avatarUrl": "https://avatars.githubusercontent.com/u/33434372?u=04b846f1363b0968dd000a320b908dd60b95d938&v=4",
- "url": "https://github.com/tensorflow-copybara",
- "login": "tensorflow-copybara"
- },
- "createdAt": "2020-04-13T12:57:08Z",
- "number": 38499,
- "changedFiles": 2,
- "additions": 10,
- "deletions": 6,
- "baseRepository": {
- "name": "tensorflow",
- "url": "https://github.com/tensorflow/tensorflow",
- "owner": {
- "avatarUrl": "https://avatars.githubusercontent.com/u/15658638?v=4",
- "login": "tensorflow",
- "url": "https://github.com/tensorflow"
- }
- }
- },
- {
- "id": "MDExOlB1bGxSZXF1ZXN0NDAyMjg2MTk1",
- "title": "Added TQDM Progressbar for evaluate()",
- "url": "https://github.com/tensorflow/addons/pull/1649",
- "state": "MERGED",
- "mergedBy": {
- "avatarUrl": "https://avatars.githubusercontent.com/u/12891691?u=7f49c0407749c186e5df5e1cecb8b2daa47846e3&v=4",
- "url": "https://github.com/gabrieldemarmiesse",
- "login": "gabrieldemarmiesse"
- },
- "createdAt": "2020-04-12T04:42:01Z",
- "number": 1649,
+ "createdAt": "2020-05-20T06:54:22Z",
+ "number": 372,
"changedFiles": 2,
- "additions": 102,
- "deletions": 58,
- "baseRepository": {
- "name": "addons",
- "url": "https://github.com/tensorflow/addons",
- "owner": {
- "avatarUrl": "https://avatars.githubusercontent.com/u/15658638?v=4",
- "login": "tensorflow",
- "url": "https://github.com/tensorflow"
- }
- }
- },
- {
- "id": "MDExOlB1bGxSZXF1ZXN0NDAyMTg1MzUy",
- "title": "Added new flexible loss named GeneralLoss",
- "url": "https://github.com/tensorflow/addons/pull/1647",
- "state": "OPEN",
- "mergedBy": null,
- "createdAt": "2020-04-11T12:44:29Z",
- "number": 1647,
- "changedFiles": 3,
- "additions": 687,
+ "additions": 7,
"deletions": 0,
"baseRepository": {
- "name": "addons",
- "url": "https://github.com/tensorflow/addons",
- "owner": {
- "avatarUrl": "https://avatars.githubusercontent.com/u/15658638?v=4",
- "login": "tensorflow",
- "url": "https://github.com/tensorflow"
- }
- }
- },
- {
- "id": "MDExOlB1bGxSZXF1ZXN0NDAyMTM5OTM5",
- "title": "Adding progress bar also while evaluating the model",
- "url": "https://github.com/tensorflow/tensorflow/pull/38447",
- "state": "CLOSED",
- "mergedBy": null,
- "createdAt": "2020-04-11T04:46:51Z",
- "number": 38447,
- "changedFiles": 1,
- "additions": 3,
- "deletions": 1,
- "baseRepository": {
- "name": "tensorflow",
- "url": "https://github.com/tensorflow/tensorflow",
- "owner": {
- "avatarUrl": "https://avatars.githubusercontent.com/u/15658638?v=4",
- "login": "tensorflow",
- "url": "https://github.com/tensorflow"
- }
- }
- },
- {
- "id": "MDExOlB1bGxSZXF1ZXN0NDAxNzgxODEy",
- "title": "Fixed broken links for post training quant and xla",
- "url": "https://github.com/tensorflow/docs/pull/1535",
- "state": "MERGED",
- "mergedBy": {
- "avatarUrl": "https://avatars.githubusercontent.com/u/47575114?u=14981fca962fe7d59cb7ab71cc53773edab7f494&v=4",
- "url": "https://github.com/TensorFlow-Docs-Copybara",
- "login": "TensorFlow-Docs-Copybara"
- },
- "createdAt": "2020-04-10T06:46:53Z",
- "number": 1535,
- "changedFiles": 1,
- "additions": 2,
- "deletions": 2,
- "baseRepository": {
- "name": "docs",
- "url": "https://github.com/tensorflow/docs",
+ "name": "graduation",
+ "url": "https://github.com/education/graduation",
"owner": {
- "avatarUrl": "https://avatars.githubusercontent.com/u/15658638?v=4",
- "login": "tensorflow",
- "url": "https://github.com/tensorflow"
+ "avatarUrl": "https://avatars.githubusercontent.com/u/6667880?v=4",
+ "login": "education",
+ "url": "https://github.com/education"
}
}
},
{
- "id": "MDExOlB1bGxSZXF1ZXN0NDAwMTA5MjQ0",
- "title": "Fixed broken link for seo.js",
- "url": "https://github.com/apollographql/gatsby-theme-apollo/pull/111",
+ "id": "MDExOlB1bGxSZXF1ZXN0NDEzMzQ1ODkz",
+ "title": "edit readme",
+ "url": "https://github.com/Leguna/desktop-tutorial/pull/1",
"state": "MERGED",
"mergedBy": {
- "avatarUrl": "https://avatars.githubusercontent.com/u/1216917?u=ed1a893911759f92e030c88d764dd2b84a8ccb15&v=4",
- "url": "https://github.com/trevorblades",
- "login": "trevorblades"
+ "avatarUrl": "https://avatars.githubusercontent.com/u/12116766?u=8fe27d9b0e6361c472717a009f8f0e1fc6bfe4c2&v=4",
+ "url": "https://github.com/Leguna",
+ "login": "Leguna"
},
- "createdAt": "2020-04-07T08:09:48Z",
- "number": 111,
+ "createdAt": "2020-05-05T07:17:30Z",
+ "number": 1,
"changedFiles": 1,
"additions": 1,
- "deletions": 1,
- "baseRepository": {
- "name": "gatsby-theme-apollo",
- "url": "https://github.com/apollographql/gatsby-theme-apollo",
- "owner": {
- "avatarUrl": "https://avatars.githubusercontent.com/u/17189275?v=4",
- "login": "apollographql",
- "url": "https://github.com/apollographql"
- }
- }
- },
- {
- "id": "MDExOlB1bGxSZXF1ZXN0Mzk5NTk4Mjk2",
- "title": "Modified Social Card Design",
- "url": "https://github.com/firecamp-io/firecamp-doc/pull/37",
- "state": "MERGED",
- "mergedBy": {
- "avatarUrl": "https://avatars.githubusercontent.com/u/5078921?u=d767ecc4f7897ef750ce123b35fb23ac3ced2589&v=4",
- "url": "https://github.com/Nishchit14",
- "login": "Nishchit14"
- },
- "createdAt": "2020-04-06T12:06:58Z",
- "number": 37,
- "changedFiles": 2,
- "additions": 105,
"deletions": 0,
"baseRepository": {
- "name": "firecamp-doc",
- "url": "https://github.com/firecamp-io/firecamp-doc",
+ "name": "desktop-tutorial",
+ "url": "https://github.com/Leguna/desktop-tutorial",
"owner": {
- "avatarUrl": "https://avatars.githubusercontent.com/u/45025286?v=4",
- "login": "firecamp-io",
- "url": "https://github.com/firecamp-io"
+ "avatarUrl": "https://avatars.githubusercontent.com/u/12116766?u=8fe27d9b0e6361c472717a009f8f0e1fc6bfe4c2&v=4",
+ "login": "Leguna",
+ "url": "https://github.com/Leguna"
}
}
},
{
- "id": "MDExOlB1bGxSZXF1ZXN0Mzk5MDI1MDc3",
- "title": "header-button.js component shadowed to show the correct link",
- "url": "https://github.com/firecamp-io/firecamp-doc/pull/35",
+ "id": "MDExOlB1bGxSZXF1ZXN0NDAzMTM5Nzg5",
+ "title": "Case covid add news ",
+ "url": "https://github.com/lacakcepat/lacakcepat-mobile/pull/6",
"state": "MERGED",
"mergedBy": {
- "avatarUrl": "https://avatars.githubusercontent.com/u/5078921?u=d767ecc4f7897ef750ce123b35fb23ac3ced2589&v=4",
- "url": "https://github.com/Nishchit14",
- "login": "Nishchit14"
+ "avatarUrl": "https://avatars.githubusercontent.com/u/12116766?u=8fe27d9b0e6361c472717a009f8f0e1fc6bfe4c2&v=4",
+ "url": "https://github.com/Leguna",
+ "login": "Leguna"
},
- "createdAt": "2020-04-05T10:57:55Z",
- "number": 35,
- "changedFiles": 1,
- "additions": 49,
- "deletions": 0,
+ "createdAt": "2020-04-14T11:56:51Z",
+ "number": 6,
+ "changedFiles": 29,
+ "additions": 1086,
+ "deletions": 26,
"baseRepository": {
- "name": "firecamp-doc",
- "url": "https://github.com/firecamp-io/firecamp-doc",
+ "name": "lacakcepat-mobile",
+ "url": "https://github.com/lacakcepat/lacakcepat-mobile",
"owner": {
- "avatarUrl": "https://avatars.githubusercontent.com/u/45025286?v=4",
- "login": "firecamp-io",
- "url": "https://github.com/firecamp-io"
+ "avatarUrl": "https://avatars.githubusercontent.com/u/62636849?v=4",
+ "login": "lacakcepat",
+ "url": "https://github.com/lacakcepat"
}
}
},
{
- "id": "MDExOlB1bGxSZXF1ZXN0Mzk4MDc0NjYy",
- "title": "Added Basic Reveal Fade animations",
- "url": "https://github.com/saadpasta/developerFolio/pull/76",
+ "id": "MDExOlB1bGxSZXF1ZXN0Mzk3NTkyNTE2",
+ "title": "Casecovid",
+ "url": "https://github.com/lacakcepat/lacakcepat-mobile/pull/4",
"state": "MERGED",
"mergedBy": {
- "avatarUrl": "https://avatars.githubusercontent.com/u/48270786?u=dab5f6dc64923f646b354f47f52af65f44fd9e7e&v=4",
- "url": "https://github.com/kartikcho",
- "login": "kartikcho"
+ "avatarUrl": "https://avatars.githubusercontent.com/u/12116766?u=8fe27d9b0e6361c472717a009f8f0e1fc6bfe4c2&v=4",
+ "url": "https://github.com/Leguna",
+ "login": "Leguna"
},
- "createdAt": "2020-04-03T09:52:10Z",
- "number": 76,
- "changedFiles": 15,
- "additions": 45,
- "deletions": 0,
+ "createdAt": "2020-04-02T13:50:55Z",
+ "number": 4,
+ "changedFiles": 10,
+ "additions": 451,
+ "deletions": 180,
"baseRepository": {
- "name": "developerFolio",
- "url": "https://github.com/saadpasta/developerFolio",
+ "name": "lacakcepat-mobile",
+ "url": "https://github.com/lacakcepat/lacakcepat-mobile",
"owner": {
- "avatarUrl": "https://avatars.githubusercontent.com/u/23307811?u=eab46b153eef3f5183930e61898b462447af9219&v=4",
- "login": "saadpasta",
- "url": "https://github.com/saadpasta"
+ "avatarUrl": "https://avatars.githubusercontent.com/u/62636849?v=4",
+ "login": "lacakcepat",
+ "url": "https://github.com/lacakcepat"
}
}
},
{
- "id": "MDExOlB1bGxSZXF1ZXN0Mzk3OTQzMTk3",
- "title": "Added basic animations",
- "url": "https://github.com/saadpasta/developerFolio/pull/74",
+ "id": "MDExOlB1bGxSZXF1ZXN0Mzk3NTU0Njgx",
+ "title": "Casecovid",
+ "url": "https://github.com/lacakcepat/lacakcepat-mobile/pull/3",
"state": "CLOSED",
"mergedBy": null,
- "createdAt": "2020-04-03T05:21:40Z",
- "number": 74,
- "changedFiles": 18,
- "additions": 463,
- "deletions": 295,
- "baseRepository": {
- "name": "developerFolio",
- "url": "https://github.com/saadpasta/developerFolio",
- "owner": {
- "avatarUrl": "https://avatars.githubusercontent.com/u/23307811?u=eab46b153eef3f5183930e61898b462447af9219&v=4",
- "login": "saadpasta",
- "url": "https://github.com/saadpasta"
- }
- }
- },
- {
- "id": "MDExOlB1bGxSZXF1ZXN0Mzk3NDkxODM2",
- "title": "Added doc for absolute import from gatsby eslint rules or other tools",
- "url": "https://github.com/gatsbyjs/gatsby/pull/22750",
- "state": "MERGED",
- "mergedBy": {
- "avatarUrl": "https://avatars.githubusercontent.com/u/15000607?u=96821f18af94d1574d81f3f50918fb51b595d2bf&v=4",
- "url": "https://github.com/laurieontech",
- "login": "laurieontech"
- },
- "createdAt": "2020-04-02T10:32:52Z",
- "number": 22750,
- "changedFiles": 1,
- "additions": 13,
- "deletions": 0,
- "baseRepository": {
- "name": "gatsby",
- "url": "https://github.com/gatsbyjs/gatsby",
- "owner": {
- "avatarUrl": "https://avatars.githubusercontent.com/u/12551863?v=4",
- "login": "gatsbyjs",
- "url": "https://github.com/gatsbyjs"
- }
- }
- },
- {
- "id": "MDExOlB1bGxSZXF1ZXN0Mzk2OTUwMDgy",
- "title": "Corrected order of params of loss fn in custom_training.ipynb",
- "url": "https://github.com/tensorflow/docs/pull/1528",
- "state": "MERGED",
- "mergedBy": {
- "avatarUrl": "https://avatars.githubusercontent.com/u/47575114?u=14981fca962fe7d59cb7ab71cc53773edab7f494&v=4",
- "url": "https://github.com/TensorFlow-Docs-Copybara",
- "login": "TensorFlow-Docs-Copybara"
- },
- "createdAt": "2020-04-01T12:00:52Z",
- "number": 1528,
- "changedFiles": 1,
- "additions": 4,
- "deletions": 4,
+ "createdAt": "2020-04-02T12:44:14Z",
+ "number": 3,
+ "changedFiles": 41,
+ "additions": 613,
+ "deletions": 548,
"baseRepository": {
- "name": "docs",
- "url": "https://github.com/tensorflow/docs",
+ "name": "lacakcepat-mobile",
+ "url": "https://github.com/lacakcepat/lacakcepat-mobile",
"owner": {
- "avatarUrl": "https://avatars.githubusercontent.com/u/15658638?v=4",
- "login": "tensorflow",
- "url": "https://github.com/tensorflow"
+ "avatarUrl": "https://avatars.githubusercontent.com/u/62636849?v=4",
+ "login": "lacakcepat",
+ "url": "https://github.com/lacakcepat"
}
}
},
{
- "id": "MDExOlB1bGxSZXF1ZXN0Mzk0MDU1Njc1",
- "title": "docs(accordion): add ul wrapper for standalone panel",
- "url": "https://github.com/uber/baseweb/pull/3119",
+ "id": "MDExOlB1bGxSZXF1ZXN0MzUxMjIyMDUy",
+ "title": "Submission 3",
+ "url": "https://github.com/Leguna/Filijet/pull/3",
"state": "MERGED",
"mergedBy": {
- "avatarUrl": "https://avatars.githubusercontent.com/u/5317799?u=2f6807ffe87dc49ae9e07bdf0089affc75d67f3d&v=4",
- "url": "https://github.com/chasestarr",
- "login": "chasestarr"
+ "avatarUrl": "https://avatars.githubusercontent.com/u/12116766?u=8fe27d9b0e6361c472717a009f8f0e1fc6bfe4c2&v=4",
+ "url": "https://github.com/Leguna",
+ "login": "Leguna"
},
- "createdAt": "2020-03-26T09:36:30Z",
- "number": 3119,
- "changedFiles": 2,
- "additions": 6,
- "deletions": 2,
- "baseRepository": {
- "name": "baseweb",
- "url": "https://github.com/uber/baseweb",
- "owner": {
- "avatarUrl": "https://avatars.githubusercontent.com/u/538264?v=4",
- "login": "uber",
- "url": "https://github.com/uber"
- }
- }
- },
- {
- "id": "MDExOlB1bGxSZXF1ZXN0MzkzOTY1MDAz",
- "title": "Added VariableV2 and VarHandleOp in python API of tesorflow",
- "url": "https://github.com/tensorflow/tensorflow/pull/37925",
- "state": "CLOSED",
- "mergedBy": null,
- "createdAt": "2020-03-26T05:27:07Z",
- "number": 37925,
- "changedFiles": 1,
- "additions": 94,
- "deletions": 0,
+ "createdAt": "2019-12-10T06:27:30Z",
+ "number": 3,
+ "changedFiles": 41,
+ "additions": 2230,
+ "deletions": 530,
"baseRepository": {
- "name": "tensorflow",
- "url": "https://github.com/tensorflow/tensorflow",
+ "name": "Filijet",
+ "url": "https://github.com/Leguna/Filijet",
"owner": {
- "avatarUrl": "https://avatars.githubusercontent.com/u/15658638?v=4",
- "login": "tensorflow",
- "url": "https://github.com/tensorflow"
+ "avatarUrl": "https://avatars.githubusercontent.com/u/12116766?u=8fe27d9b0e6361c472717a009f8f0e1fc6bfe4c2&v=4",
+ "login": "Leguna",
+ "url": "https://github.com/Leguna"
}
}
},
{
- "id": "MDExOlB1bGxSZXF1ZXN0MzkzNDgxODcy",
- "title": "Modified docstring for minlex",
- "url": "https://github.com/sympy/sympy/pull/18949",
+ "id": "MDExOlB1bGxSZXF1ZXN0MzUxMjIxODc2",
+ "title": "Submission2",
+ "url": "https://github.com/Leguna/Filijet/pull/2",
"state": "MERGED",
"mergedBy": {
- "avatarUrl": "https://avatars.githubusercontent.com/u/90703?u=71efaf421eece4f1d4d342751045acdd15108c50&v=4",
- "url": "https://github.com/smichr",
- "login": "smichr"
+ "avatarUrl": "https://avatars.githubusercontent.com/u/12116766?u=8fe27d9b0e6361c472717a009f8f0e1fc6bfe4c2&v=4",
+ "url": "https://github.com/Leguna",
+ "login": "Leguna"
},
- "createdAt": "2020-03-25T09:39:40Z",
- "number": 18949,
- "changedFiles": 1,
- "additions": 9,
- "deletions": 6,
- "baseRepository": {
- "name": "sympy",
- "url": "https://github.com/sympy/sympy",
- "owner": {
- "avatarUrl": "https://avatars.githubusercontent.com/u/260832?v=4",
- "login": "sympy",
- "url": "https://github.com/sympy"
- }
- }
- },
- {
- "id": "MDExOlB1bGxSZXF1ZXN0MzkzNDU3NDQ2",
- "title": "Added New book dao tests",
- "url": "https://github.com/kiwix/kiwix-android/pull/1958",
- "state": "CLOSED",
- "mergedBy": null,
- "createdAt": "2020-03-25T08:43:57Z",
- "number": 1958,
- "changedFiles": 1,
- "additions": 90,
- "deletions": 0,
+ "createdAt": "2019-12-10T06:26:51Z",
+ "number": 2,
+ "changedFiles": 23,
+ "additions": 557,
+ "deletions": 382,
"baseRepository": {
- "name": "kiwix-android",
- "url": "https://github.com/kiwix/kiwix-android",
+ "name": "Filijet",
+ "url": "https://github.com/Leguna/Filijet",
"owner": {
- "avatarUrl": "https://avatars.githubusercontent.com/u/826219?v=4",
- "login": "kiwix",
- "url": "https://github.com/kiwix"
+ "avatarUrl": "https://avatars.githubusercontent.com/u/12116766?u=8fe27d9b0e6361c472717a009f8f0e1fc6bfe4c2&v=4",
+ "login": "Leguna",
+ "url": "https://github.com/Leguna"
}
}
},
{
- "id": "MDExOlB1bGxSZXF1ZXN0MzkyODI5NzM5",
- "title": "Changed message for opening link in new tab dialog",
- "url": "https://github.com/kiwix/kiwix-android/pull/1951",
+ "id": "MDExOlB1bGxSZXF1ZXN0MzUxMjIxMzcx",
+ "title": "Submission1",
+ "url": "https://github.com/Leguna/Filijet/pull/1",
"state": "MERGED",
"mergedBy": {
- "avatarUrl": "https://avatars.githubusercontent.com/u/3358282?v=4",
- "url": "https://github.com/macgills",
- "login": "macgills"
+ "avatarUrl": "https://avatars.githubusercontent.com/u/12116766?u=8fe27d9b0e6361c472717a009f8f0e1fc6bfe4c2&v=4",
+ "url": "https://github.com/Leguna",
+ "login": "Leguna"
},
- "createdAt": "2020-03-24T07:46:29Z",
- "number": 1951,
- "changedFiles": 1,
- "additions": 2,
+ "createdAt": "2019-12-10T06:25:03Z",
+ "number": 1,
+ "changedFiles": 71,
+ "additions": 3199,
"deletions": 2,
"baseRepository": {
- "name": "kiwix-android",
- "url": "https://github.com/kiwix/kiwix-android",
- "owner": {
- "avatarUrl": "https://avatars.githubusercontent.com/u/826219?v=4",
- "login": "kiwix",
- "url": "https://github.com/kiwix"
- }
- }
- },
- {
- "id": "MDExOlB1bGxSZXF1ZXN0MzkyNzc5NTI3",
- "title": "Add behavioral note to VariableV2 and VarhandleOp",
- "url": "https://github.com/tensorflow/tensorflow/pull/37855",
- "state": "CLOSED",
- "mergedBy": null,
- "createdAt": "2020-03-24T05:09:43Z",
- "number": 37855,
- "changedFiles": 2,
- "additions": 7,
- "deletions": 0,
- "baseRepository": {
- "name": "tensorflow",
- "url": "https://github.com/tensorflow/tensorflow",
- "owner": {
- "avatarUrl": "https://avatars.githubusercontent.com/u/15658638?v=4",
- "login": "tensorflow",
- "url": "https://github.com/tensorflow"
- }
- }
- },
- {
- "id": "MDExOlB1bGxSZXF1ZXN0MzkyNzY2NzIy",
- "title": "Added example and description about numpy_function() in Dataset.map()",
- "url": "https://github.com/tensorflow/tensorflow/pull/37853",
- "state": "MERGED",
- "mergedBy": {
- "avatarUrl": "https://avatars.githubusercontent.com/u/33434372?u=04b846f1363b0968dd000a320b908dd60b95d938&v=4",
- "url": "https://github.com/tensorflow-copybara",
- "login": "tensorflow-copybara"
- },
- "createdAt": "2020-03-24T04:19:08Z",
- "number": 37853,
- "changedFiles": 1,
- "additions": 17,
- "deletions": 0,
- "baseRepository": {
- "name": "tensorflow",
- "url": "https://github.com/tensorflow/tensorflow",
- "owner": {
- "avatarUrl": "https://avatars.githubusercontent.com/u/15658638?v=4",
- "login": "tensorflow",
- "url": "https://github.com/tensorflow"
- }
- }
- },
- {
- "id": "MDExOlB1bGxSZXF1ZXN0MzkyNDAyOTI2",
- "title": "Modified TensorScatterAdd to correctly specify examples for shape of tensor",
- "url": "https://github.com/tensorflow/tensorflow/pull/37832",
- "state": "MERGED",
- "mergedBy": {
- "avatarUrl": "https://avatars.githubusercontent.com/u/33434372?u=04b846f1363b0968dd000a320b908dd60b95d938&v=4",
- "url": "https://github.com/tensorflow-copybara",
- "login": "tensorflow-copybara"
- },
- "createdAt": "2020-03-23T13:58:48Z",
- "number": 37832,
- "changedFiles": 1,
- "additions": 7,
- "deletions": 6,
- "baseRepository": {
- "name": "tensorflow",
- "url": "https://github.com/tensorflow/tensorflow",
- "owner": {
- "avatarUrl": "https://avatars.githubusercontent.com/u/15658638?v=4",
- "login": "tensorflow",
- "url": "https://github.com/tensorflow"
- }
- }
- },
- {
- "id": "MDExOlB1bGxSZXF1ZXN0MzkyMzA4MDUy",
- "title": "Removed unnecessary examples for shape attribute which is not there in tensor_scatter_nd_add",
- "url": "https://github.com/tensorflow/java/pull/35",
- "state": "CLOSED",
- "mergedBy": null,
- "createdAt": "2020-03-23T10:51:46Z",
- "number": 35,
- "changedFiles": 1,
- "additions": 7,
- "deletions": 6,
- "baseRepository": {
- "name": "java",
- "url": "https://github.com/tensorflow/java",
- "owner": {
- "avatarUrl": "https://avatars.githubusercontent.com/u/15658638?v=4",
- "login": "tensorflow",
- "url": "https://github.com/tensorflow"
- }
- }
- },
- {
- "id": "MDExOlB1bGxSZXF1ZXN0MzkyMTcxNjYw",
- "title": "Modified spacing and comments in interpreter code in order to show it in codelabs",
- "url": "https://github.com/tensorflow/examples/pull/178",
- "state": "MERGED",
- "mergedBy": {
- "avatarUrl": "https://avatars.githubusercontent.com/u/47573996?u=802a3f06345c20b7ec61bcd70779bbd88e6bc56b&v=4",
- "url": "https://github.com/TensorFlow-Examples-Copybara",
- "login": "TensorFlow-Examples-Copybara"
- },
- "createdAt": "2020-03-23T05:44:31Z",
- "number": 178,
- "changedFiles": 1,
- "additions": 1,
- "deletions": 3,
- "baseRepository": {
- "name": "examples",
- "url": "https://github.com/tensorflow/examples",
- "owner": {
- "avatarUrl": "https://avatars.githubusercontent.com/u/15658638?v=4",
- "login": "tensorflow",
- "url": "https://github.com/tensorflow"
- }
- }
- },
- {
- "id": "MDExOlB1bGxSZXF1ZXN0MzkyMTYxMjc3",
- "title": "Added description of effect of regularization on validation and test",
- "url": "https://github.com/tensorflow/tensorflow/pull/37816",
- "state": "MERGED",
- "mergedBy": {
- "avatarUrl": "https://avatars.githubusercontent.com/u/33434372?u=04b846f1363b0968dd000a320b908dd60b95d938&v=4",
- "url": "https://github.com/tensorflow-copybara",
- "login": "tensorflow-copybara"
- },
- "createdAt": "2020-03-23T05:11:44Z",
- "number": 37816,
- "changedFiles": 1,
- "additions": 6,
- "deletions": 2,
- "baseRepository": {
- "name": "tensorflow",
- "url": "https://github.com/tensorflow/tensorflow",
- "owner": {
- "avatarUrl": "https://avatars.githubusercontent.com/u/15658638?v=4",
- "login": "tensorflow",
- "url": "https://github.com/tensorflow"
- }
- }
- },
- {
- "id": "MDExOlB1bGxSZXF1ZXN0MzkxOTY4ODE2",
- "title": "Modified expand_path in config_parser to add environment var for mypy_path",
- "url": "https://github.com/python/mypy/pull/8574",
- "state": "CLOSED",
- "mergedBy": null,
- "createdAt": "2020-03-22T07:43:55Z",
- "number": 8574,
- "changedFiles": 1,
- "additions": 4,
- "deletions": 0,
- "baseRepository": {
- "name": "mypy",
- "url": "https://github.com/python/mypy",
- "owner": {
- "avatarUrl": "https://avatars.githubusercontent.com/u/1525981?v=4",
- "login": "python",
- "url": "https://github.com/python"
- }
- }
- },
- {
- "id": "MDExOlB1bGxSZXF1ZXN0MzkxOTYwMDI5",
- "title": "Added example in the doc for TypeVar in using generic classes",
- "url": "https://github.com/python/mypy/pull/8573",
- "state": "CLOSED",
- "mergedBy": null,
- "createdAt": "2020-03-22T05:38:59Z",
- "number": 8573,
- "changedFiles": 1,
- "additions": 38,
- "deletions": 0,
- "baseRepository": {
- "name": "mypy",
- "url": "https://github.com/python/mypy",
- "owner": {
- "avatarUrl": "https://avatars.githubusercontent.com/u/1525981?v=4",
- "login": "python",
- "url": "https://github.com/python"
- }
- }
- },
- {
- "id": "MDExOlB1bGxSZXF1ZXN0Mzg4MTg3MTgx",
- "title": " Added evaluation metric mean_absolute_relative_error",
- "url": "https://github.com/scikit-learn/scikit-learn/pull/16689",
- "state": "CLOSED",
- "mergedBy": null,
- "createdAt": "2020-03-14T06:43:13Z",
- "number": 16689,
- "changedFiles": 10,
- "additions": 162,
- "deletions": 5,
- "baseRepository": {
- "name": "scikit-learn",
- "url": "https://github.com/scikit-learn/scikit-learn",
- "owner": {
- "avatarUrl": "https://avatars.githubusercontent.com/u/365630?v=4",
- "login": "scikit-learn",
- "url": "https://github.com/scikit-learn"
- }
- }
- },
- {
- "id": "MDExOlB1bGxSZXF1ZXN0Mzg4MTY2Nzc4",
- "title": "Added preprocessing and corrected example of RGB images before feeding rgb_to_yub",
- "url": "https://github.com/tensorflow/tensorflow/pull/37592",
- "state": "MERGED",
- "mergedBy": {
- "avatarUrl": "https://avatars.githubusercontent.com/u/33434372?u=04b846f1363b0968dd000a320b908dd60b95d938&v=4",
- "url": "https://github.com/tensorflow-copybara",
- "login": "tensorflow-copybara"
- },
- "createdAt": "2020-03-14T05:28:38Z",
- "number": 37592,
- "changedFiles": 1,
- "additions": 8,
- "deletions": 8,
- "baseRepository": {
- "name": "tensorflow",
- "url": "https://github.com/tensorflow/tensorflow",
- "owner": {
- "avatarUrl": "https://avatars.githubusercontent.com/u/15658638?v=4",
- "login": "tensorflow",
- "url": "https://github.com/tensorflow"
- }
- }
- },
- {
- "id": "MDExOlB1bGxSZXF1ZXN0Mzg3ODA4OTcz",
- "title": "Added pytype in tfds/core/lazy_imports_lib.py patch-9",
- "url": "https://github.com/tensorflow/datasets/pull/1642",
- "state": "OPEN",
- "mergedBy": null,
- "createdAt": "2020-03-13T14:32:36Z",
- "number": 1642,
- "changedFiles": 1,
- "additions": 22,
- "deletions": 20,
- "baseRepository": {
- "name": "datasets",
- "url": "https://github.com/tensorflow/datasets",
- "owner": {
- "avatarUrl": "https://avatars.githubusercontent.com/u/15658638?v=4",
- "login": "tensorflow",
- "url": "https://github.com/tensorflow"
- }
- }
- },
- {
- "id": "MDExOlB1bGxSZXF1ZXN0Mzg3NzgyMjI5",
- "title": "Added description for call() in tf.keras.layers.Layer",
- "url": "https://github.com/tensorflow/tensorflow/pull/37574",
- "state": "MERGED",
- "mergedBy": {
- "avatarUrl": "https://avatars.githubusercontent.com/u/33434372?u=04b846f1363b0968dd000a320b908dd60b95d938&v=4",
- "url": "https://github.com/tensorflow-copybara",
- "login": "tensorflow-copybara"
- },
- "createdAt": "2020-03-13T13:39:28Z",
- "number": 37574,
- "changedFiles": 1,
- "additions": 6,
- "deletions": 1,
- "baseRepository": {
- "name": "tensorflow",
- "url": "https://github.com/tensorflow/tensorflow",
- "owner": {
- "avatarUrl": "https://avatars.githubusercontent.com/u/15658638?v=4",
- "login": "tensorflow",
- "url": "https://github.com/tensorflow"
- }
- }
- },
- {
- "id": "MDExOlB1bGxSZXF1ZXN0Mzg3NjYwMDQz",
- "title": "Added code for preprocessing of YUV images before feeding yuv_to_rgb",
- "url": "https://github.com/tensorflow/tensorflow/pull/37565",
- "state": "MERGED",
- "mergedBy": {
- "avatarUrl": "https://avatars.githubusercontent.com/u/33434372?u=04b846f1363b0968dd000a320b908dd60b95d938&v=4",
- "url": "https://github.com/tensorflow-copybara",
- "login": "tensorflow-copybara"
- },
- "createdAt": "2020-03-13T08:48:58Z",
- "number": 37565,
- "changedFiles": 1,
- "additions": 25,
- "deletions": 0,
- "baseRepository": {
- "name": "tensorflow",
- "url": "https://github.com/tensorflow/tensorflow",
- "owner": {
- "avatarUrl": "https://avatars.githubusercontent.com/u/15658638?v=4",
- "login": "tensorflow",
- "url": "https://github.com/tensorflow"
- }
- }
- },
- {
- "id": "MDExOlB1bGxSZXF1ZXN0Mzg3MjU5MDU4",
- "title": "Corrected order of parameters in keras WideDeepModel",
- "url": "https://github.com/tensorflow/tensorflow/pull/37539",
- "state": "MERGED",
- "mergedBy": {
- "avatarUrl": "https://avatars.githubusercontent.com/u/33434372?u=04b846f1363b0968dd000a320b908dd60b95d938&v=4",
- "url": "https://github.com/tensorflow-copybara",
- "login": "tensorflow-copybara"
- },
- "createdAt": "2020-03-12T13:57:32Z",
- "number": 37539,
- "changedFiles": 1,
- "additions": 5,
- "deletions": 5,
- "baseRepository": {
- "name": "tensorflow",
- "url": "https://github.com/tensorflow/tensorflow",
- "owner": {
- "avatarUrl": "https://avatars.githubusercontent.com/u/15658638?v=4",
- "login": "tensorflow",
- "url": "https://github.com/tensorflow"
- }
- }
- },
- {
- "id": "MDExOlB1bGxSZXF1ZXN0Mzg3MjUwMTU0",
- "title": "Added doc and examples for tf.keras.losses.get",
- "url": "https://github.com/tensorflow/tensorflow/pull/37538",
- "state": "MERGED",
- "mergedBy": {
- "avatarUrl": "https://avatars.githubusercontent.com/u/33434372?u=04b846f1363b0968dd000a320b908dd60b95d938&v=4",
- "url": "https://github.com/tensorflow-copybara",
- "login": "tensorflow-copybara"
- },
- "createdAt": "2020-03-12T13:41:13Z",
- "number": 37538,
- "changedFiles": 1,
- "additions": 21,
- "deletions": 2,
- "baseRepository": {
- "name": "tensorflow",
- "url": "https://github.com/tensorflow/tensorflow",
- "owner": {
- "avatarUrl": "https://avatars.githubusercontent.com/u/15658638?v=4",
- "login": "tensorflow",
- "url": "https://github.com/tensorflow"
- }
- }
- },
- {
- "id": "MDExOlB1bGxSZXF1ZXN0Mzg3MTcxMDQy",
- "title": "Fixed broken link for Bug & Performance issues",
- "url": "https://github.com/tensorflow/community/pull/216",
- "state": "MERGED",
- "mergedBy": {
- "avatarUrl": "https://avatars.githubusercontent.com/u/9475?v=4",
- "url": "https://github.com/ewilderj",
- "login": "ewilderj"
- },
- "createdAt": "2020-03-12T10:49:48Z",
- "number": 216,
- "changedFiles": 1,
- "additions": 2,
- "deletions": 1,
- "baseRepository": {
- "name": "community",
- "url": "https://github.com/tensorflow/community",
- "owner": {
- "avatarUrl": "https://avatars.githubusercontent.com/u/15658638?v=4",
- "login": "tensorflow",
- "url": "https://github.com/tensorflow"
- }
- }
- },
- {
- "id": "MDExOlB1bGxSZXF1ZXN0Mzg3MTU0NDY5",
- "title": " Added code and descriptions for complete beginners in overview.ipynb",
- "url": "https://github.com/tensorflow/datasets/pull/1633",
- "state": "CLOSED",
- "mergedBy": null,
- "createdAt": "2020-03-12T10:16:34Z",
- "number": 1633,
- "changedFiles": 1,
- "additions": 28,
- "deletions": 1,
- "baseRepository": {
- "name": "datasets",
- "url": "https://github.com/tensorflow/datasets",
- "owner": {
- "avatarUrl": "https://avatars.githubusercontent.com/u/15658638?v=4",
- "login": "tensorflow",
- "url": "https://github.com/tensorflow"
- }
- }
- },
- {
- "id": "MDExOlB1bGxSZXF1ZXN0Mzg3MTA3NzU0",
- "title": "Added example related to top_k parameter in tf.keras.metrics.Precision",
- "url": "https://github.com/tensorflow/tensorflow/pull/37528",
- "state": "MERGED",
- "mergedBy": {
- "avatarUrl": "https://avatars.githubusercontent.com/u/33434372?u=04b846f1363b0968dd000a320b908dd60b95d938&v=4",
- "url": "https://github.com/tensorflow-copybara",
- "login": "tensorflow-copybara"
- },
- "createdAt": "2020-03-12T08:34:26Z",
- "number": 37528,
- "changedFiles": 1,
- "additions": 12,
- "deletions": 0,
- "baseRepository": {
- "name": "tensorflow",
- "url": "https://github.com/tensorflow/tensorflow",
- "owner": {
- "avatarUrl": "https://avatars.githubusercontent.com/u/15658638?v=4",
- "login": "tensorflow",
- "url": "https://github.com/tensorflow"
- }
- }
- },
- {
- "id": "MDExOlB1bGxSZXF1ZXN0Mzg0NjUzNjI3",
- "title": "Added pytype in tfds/core/hashing.py patch-8",
- "url": "https://github.com/tensorflow/datasets/pull/1592",
- "state": "OPEN",
- "mergedBy": null,
- "createdAt": "2020-03-06T06:18:21Z",
- "number": 1592,
- "changedFiles": 1,
- "additions": 6,
- "deletions": 4,
- "baseRepository": {
- "name": "datasets",
- "url": "https://github.com/tensorflow/datasets",
- "owner": {
- "avatarUrl": "https://avatars.githubusercontent.com/u/15658638?v=4",
- "login": "tensorflow",
- "url": "https://github.com/tensorflow"
- }
- }
- },
- {
- "id": "MDExOlB1bGxSZXF1ZXN0Mzg0NjQxMjUx",
- "title": "Added pytype in tfds/core/file_format_adapter.py patch-7",
- "url": "https://github.com/tensorflow/datasets/pull/1591",
- "state": "OPEN",
- "mergedBy": null,
- "createdAt": "2020-03-06T05:27:59Z",
- "number": 1591,
- "changedFiles": 2,
- "additions": 52,
- "deletions": 19,
- "baseRepository": {
- "name": "datasets",
- "url": "https://github.com/tensorflow/datasets",
- "owner": {
- "avatarUrl": "https://avatars.githubusercontent.com/u/15658638?v=4",
- "login": "tensorflow",
- "url": "https://github.com/tensorflow"
- }
- }
- },
- {
- "id": "MDExOlB1bGxSZXF1ZXN0Mzg0MDgxMzI2",
- "title": "Added pytype in tfds/core/example_serializer.py patch-6",
- "url": "https://github.com/tensorflow/datasets/pull/1578",
- "state": "OPEN",
- "mergedBy": null,
- "createdAt": "2020-03-05T05:51:54Z",
- "number": 1578,
- "changedFiles": 2,
- "additions": 31,
- "deletions": 11,
- "baseRepository": {
- "name": "datasets",
- "url": "https://github.com/tensorflow/datasets",
- "owner": {
- "avatarUrl": "https://avatars.githubusercontent.com/u/15658638?v=4",
- "login": "tensorflow",
- "url": "https://github.com/tensorflow"
- }
- }
- },
- {
- "id": "MDExOlB1bGxSZXF1ZXN0Mzg0MDY5Nzk5",
- "title": "Added pytype in tfds/core/example_parser.py patch-5",
- "url": "https://github.com/tensorflow/datasets/pull/1576",
- "state": "OPEN",
- "mergedBy": null,
- "createdAt": "2020-03-05T05:06:18Z",
- "number": 1576,
- "changedFiles": 2,
- "additions": 22,
- "deletions": 9,
- "baseRepository": {
- "name": "datasets",
- "url": "https://github.com/tensorflow/datasets",
- "owner": {
- "avatarUrl": "https://avatars.githubusercontent.com/u/15658638?v=4",
- "login": "tensorflow",
- "url": "https://github.com/tensorflow"
- }
- }
- },
- {
- "id": "MDExOlB1bGxSZXF1ZXN0MzgzNTkwMTcy",
- "title": "Added pytype in tfds/core/dataset_utils.py patch-4",
- "url": "https://github.com/tensorflow/datasets/pull/1570",
- "state": "OPEN",
- "mergedBy": null,
- "createdAt": "2020-03-04T14:25:28Z",
- "number": 1570,
- "changedFiles": 2,
- "additions": 42,
- "deletions": 13,
- "baseRepository": {
- "name": "datasets",
- "url": "https://github.com/tensorflow/datasets",
- "owner": {
- "avatarUrl": "https://avatars.githubusercontent.com/u/15658638?v=4",
- "login": "tensorflow",
- "url": "https://github.com/tensorflow"
- }
- }
- },
- {
- "id": "MDExOlB1bGxSZXF1ZXN0MzgzNDQ4ODc1",
- "title": "Added pytype in tfds/core/dataset_info.py patch-3",
- "url": "https://github.com/tensorflow/datasets/pull/1569",
- "state": "OPEN",
- "mergedBy": null,
- "createdAt": "2020-03-04T09:59:07Z",
- "number": 1569,
- "changedFiles": 1,
- "additions": 77,
- "deletions": 59,
- "baseRepository": {
- "name": "datasets",
- "url": "https://github.com/tensorflow/datasets",
- "owner": {
- "avatarUrl": "https://avatars.githubusercontent.com/u/15658638?v=4",
- "login": "tensorflow",
- "url": "https://github.com/tensorflow"
- }
- }
- },
- {
- "id": "MDExOlB1bGxSZXF1ZXN0MzgyNDY0ODAy",
- "title": "Added pytype in tfds/core patch-2",
- "url": "https://github.com/tensorflow/datasets/pull/1554",
- "state": "OPEN",
- "mergedBy": null,
- "createdAt": "2020-03-02T15:58:16Z",
- "number": 1554,
- "changedFiles": 2,
- "additions": 223,
- "deletions": 106,
- "baseRepository": {
- "name": "datasets",
- "url": "https://github.com/tensorflow/datasets",
- "owner": {
- "avatarUrl": "https://avatars.githubusercontent.com/u/15658638?v=4",
- "login": "tensorflow",
- "url": "https://github.com/tensorflow"
- }
- }
- },
- {
- "id": "MDExOlB1bGxSZXF1ZXN0MzgyMTg2NjQx",
- "title": "Added pytype in tfds/core patch-1",
- "url": "https://github.com/tensorflow/datasets/pull/1550",
- "state": "MERGED",
- "mergedBy": {
- "avatarUrl": "https://avatars.githubusercontent.com/u/46831603?v=4",
- "url": "https://github.com/tfds-copybara",
- "login": "tfds-copybara"
- },
- "createdAt": "2020-03-02T05:42:03Z",
- "number": 1550,
- "changedFiles": 2,
- "additions": 42,
- "deletions": 8,
- "baseRepository": {
- "name": "datasets",
- "url": "https://github.com/tensorflow/datasets",
- "owner": {
- "avatarUrl": "https://avatars.githubusercontent.com/u/15658638?v=4",
- "login": "tensorflow",
- "url": "https://github.com/tensorflow"
- }
- }
- },
- {
- "id": "MDExOlB1bGxSZXF1ZXN0MzgxODU4Njg5",
- "title": "Specifying about representative_datasets in TfLiteConverter",
- "url": "https://github.com/tensorflow/tensorflow/pull/37192",
- "state": "MERGED",
- "mergedBy": {
- "avatarUrl": "https://avatars.githubusercontent.com/u/33434372?u=04b846f1363b0968dd000a320b908dd60b95d938&v=4",
- "url": "https://github.com/tensorflow-copybara",
- "login": "tensorflow-copybara"
- },
- "createdAt": "2020-02-29T14:28:26Z",
- "number": 37192,
- "changedFiles": 2,
- "additions": 4,
- "deletions": 2,
- "baseRepository": {
- "name": "tensorflow",
- "url": "https://github.com/tensorflow/tensorflow",
- "owner": {
- "avatarUrl": "https://avatars.githubusercontent.com/u/15658638?v=4",
- "login": "tensorflow",
- "url": "https://github.com/tensorflow"
- }
- }
- },
- {
- "id": "MDExOlB1bGxSZXF1ZXN0MzgxODU1NDYy",
- "title": "Corrected the default value for name param in Nadam",
- "url": "https://github.com/tensorflow/tensorflow/pull/37188",
- "state": "CLOSED",
- "mergedBy": null,
- "createdAt": "2020-02-29T14:03:05Z",
- "number": 37188,
- "changedFiles": 1,
- "additions": 1,
- "deletions": 1,
- "baseRepository": {
- "name": "tensorflow",
- "url": "https://github.com/tensorflow/tensorflow",
- "owner": {
- "avatarUrl": "https://avatars.githubusercontent.com/u/15658638?v=4",
- "login": "tensorflow",
- "url": "https://github.com/tensorflow"
- }
- }
- },
- {
- "id": "MDExOlB1bGxSZXF1ZXN0MzgxODE4Njg0",
- "title": "Added code to insert tfds dir into sys.path",
- "url": "https://github.com/tensorflow/datasets/pull/1545",
- "state": "CLOSED",
- "mergedBy": null,
- "createdAt": "2020-02-29T08:38:18Z",
- "number": 1545,
- "changedFiles": 1,
- "additions": 3,
- "deletions": 0,
- "baseRepository": {
- "name": "datasets",
- "url": "https://github.com/tensorflow/datasets",
- "owner": {
- "avatarUrl": "https://avatars.githubusercontent.com/u/15658638?v=4",
- "login": "tensorflow",
- "url": "https://github.com/tensorflow"
- }
- }
- },
- {
- "id": "MDExOlB1bGxSZXF1ZXN0Mzc5MDE2MTEw",
- "title": "Modified metric_utils.py to fix conflicts with floatx and float32",
- "url": "https://github.com/tensorflow/tensorflow/pull/37020",
- "state": "CLOSED",
- "mergedBy": null,
- "createdAt": "2020-02-24T14:20:44Z",
- "number": 37020,
- "changedFiles": 1,
- "additions": 1,
- "deletions": 1,
- "baseRepository": {
- "name": "tensorflow",
- "url": "https://github.com/tensorflow/tensorflow",
- "owner": {
- "avatarUrl": "https://avatars.githubusercontent.com/u/15658638?v=4",
- "login": "tensorflow",
- "url": "https://github.com/tensorflow"
- }
- }
- },
- {
- "id": "MDExOlB1bGxSZXF1ZXN0Mzc4OTUyODQ0",
- "title": "Modified doc for specifically mentioning about saving optimizer",
- "url": "https://github.com/tensorflow/docs/pull/1472",
- "state": "MERGED",
- "mergedBy": {
- "avatarUrl": "https://avatars.githubusercontent.com/u/47575114?u=14981fca962fe7d59cb7ab71cc53773edab7f494&v=4",
- "url": "https://github.com/TensorFlow-Docs-Copybara",
- "login": "TensorFlow-Docs-Copybara"
- },
- "createdAt": "2020-02-24T11:59:40Z",
- "number": 1472,
- "changedFiles": 1,
- "additions": 8,
- "deletions": 8,
- "baseRepository": {
- "name": "docs",
- "url": "https://github.com/tensorflow/docs",
- "owner": {
- "avatarUrl": "https://avatars.githubusercontent.com/u/15658638?v=4",
- "login": "tensorflow",
- "url": "https://github.com/tensorflow"
- }
- }
- },
- {
- "id": "MDExOlB1bGxSZXF1ZXN0Mzc4OTAxMDU0",
- "title": "Added reduce_variance for RaggedTensor with extra optimization",
- "url": "https://github.com/tensorflow/tensorflow/pull/37014",
- "state": "MERGED",
- "mergedBy": {
- "avatarUrl": "https://avatars.githubusercontent.com/in/44061?v=4",
- "url": "https://github.com/apps/copybara-service",
- "login": "copybara-service"
- },
- "createdAt": "2020-02-24T09:59:46Z",
- "number": 37014,
- "changedFiles": 4,
- "additions": 105,
- "deletions": 2,
- "baseRepository": {
- "name": "tensorflow",
- "url": "https://github.com/tensorflow/tensorflow",
- "owner": {
- "avatarUrl": "https://avatars.githubusercontent.com/u/15658638?v=4",
- "login": "tensorflow",
- "url": "https://github.com/tensorflow"
- }
- }
- },
- {
- "id": "MDExOlB1bGxSZXF1ZXN0Mzc4NzExNjM2",
- "title": "Added doc for all application models for decode_prediction() and preprocess_input()",
- "url": "https://github.com/tensorflow/tensorflow/pull/36995",
- "state": "MERGED",
- "mergedBy": {
- "avatarUrl": "https://avatars.githubusercontent.com/u/33434372?u=04b846f1363b0968dd000a320b908dd60b95d938&v=4",
- "url": "https://github.com/tensorflow-copybara",
- "login": "tensorflow-copybara"
- },
- "createdAt": "2020-02-23T14:27:24Z",
- "number": 36995,
- "changedFiles": 8,
- "additions": 189,
- "deletions": 0,
- "baseRepository": {
- "name": "tensorflow",
- "url": "https://github.com/tensorflow/tensorflow",
- "owner": {
- "avatarUrl": "https://avatars.githubusercontent.com/u/15658638?v=4",
- "login": "tensorflow",
- "url": "https://github.com/tensorflow"
- }
- }
- },
- {
- "id": "MDExOlB1bGxSZXF1ZXN0Mzc4NzEwMjM0",
- "title": "Added doc in inception_resnet_v2 for decode_prediction() and preprocess_input()",
- "url": "https://github.com/tensorflow/tensorflow/pull/36994",
- "state": "MERGED",
- "mergedBy": {
- "avatarUrl": "https://avatars.githubusercontent.com/u/33434372?u=04b846f1363b0968dd000a320b908dd60b95d938&v=4",
- "url": "https://github.com/tensorflow-copybara",
- "login": "tensorflow-copybara"
- },
- "createdAt": "2020-02-23T14:14:15Z",
- "number": 36994,
- "changedFiles": 1,
- "additions": 25,
- "deletions": 0,
- "baseRepository": {
- "name": "tensorflow",
- "url": "https://github.com/tensorflow/tensorflow",
- "owner": {
- "avatarUrl": "https://avatars.githubusercontent.com/u/15658638?v=4",
- "login": "tensorflow",
- "url": "https://github.com/tensorflow"
- }
- }
- },
- {
- "id": "MDExOlB1bGxSZXF1ZXN0Mzc4NzA5MTM2",
- "title": "Added doc in DenseNet for decode_prediction() and preprocess_input()",
- "url": "https://github.com/tensorflow/tensorflow/pull/36993",
- "state": "MERGED",
- "mergedBy": {
- "avatarUrl": "https://avatars.githubusercontent.com/u/33434372?u=04b846f1363b0968dd000a320b908dd60b95d938&v=4",
- "url": "https://github.com/tensorflow-copybara",
- "login": "tensorflow-copybara"
- },
- "createdAt": "2020-02-23T14:05:28Z",
- "number": 36993,
- "changedFiles": 1,
- "additions": 25,
- "deletions": 0,
- "baseRepository": {
- "name": "tensorflow",
- "url": "https://github.com/tensorflow/tensorflow",
- "owner": {
- "avatarUrl": "https://avatars.githubusercontent.com/u/15658638?v=4",
- "login": "tensorflow",
- "url": "https://github.com/tensorflow"
- }
- }
- },
- {
- "id": "MDExOlB1bGxSZXF1ZXN0Mzc4NzA4NDAy",
- "title": "Added doc in MobileNet for decode_predictions() and preprocess_input()",
- "url": "https://github.com/tensorflow/tensorflow/pull/36992",
- "state": "MERGED",
- "mergedBy": {
- "avatarUrl": "https://avatars.githubusercontent.com/u/33434372?u=04b846f1363b0968dd000a320b908dd60b95d938&v=4",
- "url": "https://github.com/tensorflow-copybara",
- "login": "tensorflow-copybara"
- },
- "createdAt": "2020-02-23T13:57:39Z",
- "number": 36992,
- "changedFiles": 1,
- "additions": 25,
- "deletions": 0,
- "baseRepository": {
- "name": "tensorflow",
- "url": "https://github.com/tensorflow/tensorflow",
- "owner": {
- "avatarUrl": "https://avatars.githubusercontent.com/u/15658638?v=4",
- "login": "tensorflow",
- "url": "https://github.com/tensorflow"
- }
- }
- },
- {
- "id": "MDExOlB1bGxSZXF1ZXN0Mzc4NzAxMDM3",
- "title": "Added example of from_tensors and from_tensor_slices",
- "url": "https://github.com/tensorflow/tensorflow/pull/36989",
- "state": "MERGED",
- "mergedBy": {
- "avatarUrl": "https://avatars.githubusercontent.com/u/33434372?u=04b846f1363b0968dd000a320b908dd60b95d938&v=4",
- "url": "https://github.com/tensorflow-copybara",
- "login": "tensorflow-copybara"
- },
- "createdAt": "2020-02-23T12:38:54Z",
- "number": 36989,
- "changedFiles": 1,
- "additions": 10,
- "deletions": 0,
- "baseRepository": {
- "name": "tensorflow",
- "url": "https://github.com/tensorflow/tensorflow",
- "owner": {
- "avatarUrl": "https://avatars.githubusercontent.com/u/15658638?v=4",
- "login": "tensorflow",
- "url": "https://github.com/tensorflow"
- }
- }
- },
- {
- "id": "MDExOlB1bGxSZXF1ZXN0Mzc4MjA1MzIx",
- "title": "Added doc corresponding to decode_prediction() and preprocess_input()",
- "url": "https://github.com/tensorflow/tensorflow/pull/36951",
- "state": "MERGED",
- "mergedBy": {
- "avatarUrl": "https://avatars.githubusercontent.com/u/33434372?u=04b846f1363b0968dd000a320b908dd60b95d938&v=4",
- "url": "https://github.com/tensorflow-copybara",
- "login": "tensorflow-copybara"
- },
- "createdAt": "2020-02-21T10:14:44Z",
- "number": 36951,
- "changedFiles": 1,
- "additions": 22,
- "deletions": 2,
- "baseRepository": {
- "name": "tensorflow",
- "url": "https://github.com/tensorflow/tensorflow",
- "owner": {
- "avatarUrl": "https://avatars.githubusercontent.com/u/15658638?v=4",
- "login": "tensorflow",
- "url": "https://github.com/tensorflow"
- }
- }
- },
- {
- "id": "MDExOlB1bGxSZXF1ZXN0Mzc4MTM3MjQ5",
- "title": "Modifying keras.py to print the KeyError with new line \\n",
- "url": "https://github.com/tensorflow/estimator/pull/51",
- "state": "MERGED",
- "mergedBy": {
- "avatarUrl": "https://avatars.githubusercontent.com/u/323199?u=dd45e7615e210711761056afbfc44c8679d87a87&v=4",
- "url": "https://github.com/mihaimaruseac",
- "login": "mihaimaruseac"
- },
- "createdAt": "2020-02-21T07:08:28Z",
- "number": 51,
- "changedFiles": 2,
- "additions": 20,
- "deletions": 3,
- "baseRepository": {
- "name": "estimator",
- "url": "https://github.com/tensorflow/estimator",
- "owner": {
- "avatarUrl": "https://avatars.githubusercontent.com/u/15658638?v=4",
- "login": "tensorflow",
- "url": "https://github.com/tensorflow"
- }
- }
- },
- {
- "id": "MDExOlB1bGxSZXF1ZXN0MzcxMTc1NDAz",
- "title": "Fix formatting of ops_version.md",
- "url": "https://github.com/tensorflow/tensorflow/pull/36479",
- "state": "MERGED",
- "mergedBy": {
- "avatarUrl": "https://avatars.githubusercontent.com/u/33434372?u=04b846f1363b0968dd000a320b908dd60b95d938&v=4",
- "url": "https://github.com/tensorflow-copybara",
- "login": "tensorflow-copybara"
- },
- "createdAt": "2020-02-05T04:20:12Z",
- "number": 36479,
- "changedFiles": 1,
- "additions": 3,
- "deletions": 2,
- "baseRepository": {
- "name": "tensorflow",
- "url": "https://github.com/tensorflow/tensorflow",
- "owner": {
- "avatarUrl": "https://avatars.githubusercontent.com/u/15658638?v=4",
- "login": "tensorflow",
- "url": "https://github.com/tensorflow"
- }
- }
- },
- {
- "id": "MDExOlB1bGxSZXF1ZXN0MzY5NTEwMjYz",
- "title": "Gradient Doc Changed for v2",
- "url": "https://github.com/tensorflow/tensorflow/pull/36365",
- "state": "CLOSED",
- "mergedBy": null,
- "createdAt": "2020-01-31T10:21:07Z",
- "number": 36365,
- "changedFiles": 1,
- "additions": 16,
- "deletions": 2,
- "baseRepository": {
- "name": "tensorflow",
- "url": "https://github.com/tensorflow/tensorflow",
- "owner": {
- "avatarUrl": "https://avatars.githubusercontent.com/u/15658638?v=4",
- "login": "tensorflow",
- "url": "https://github.com/tensorflow"
- }
- }
- },
- {
- "id": "MDExOlB1bGxSZXF1ZXN0MzY5NDg1MTI3",
- "title": "embedding_lookup_sparse divide by zero fixed",
- "url": "https://github.com/tensorflow/tensorflow/pull/36364",
- "state": "MERGED",
- "mergedBy": {
- "avatarUrl": "https://avatars.githubusercontent.com/in/44061?v=4",
- "url": "https://github.com/apps/copybara-service",
- "login": "copybara-service"
- },
- "createdAt": "2020-01-31T09:20:35Z",
- "number": 36364,
- "changedFiles": 2,
- "additions": 25,
- "deletions": 2,
- "baseRepository": {
- "name": "tensorflow",
- "url": "https://github.com/tensorflow/tensorflow",
- "owner": {
- "avatarUrl": "https://avatars.githubusercontent.com/u/15658638?v=4",
- "login": "tensorflow",
- "url": "https://github.com/tensorflow"
- }
- }
- },
- {
- "id": "MDExOlB1bGxSZXF1ZXN0MzY3MzEwNjA1",
- "title": "Python version corrected in doc",
- "url": "https://github.com/tensorflow/docs/pull/1435",
- "state": "MERGED",
- "mergedBy": {
- "avatarUrl": "https://avatars.githubusercontent.com/u/47575114?u=14981fca962fe7d59cb7ab71cc53773edab7f494&v=4",
- "url": "https://github.com/TensorFlow-Docs-Copybara",
- "login": "TensorFlow-Docs-Copybara"
- },
- "createdAt": "2020-01-27T04:50:23Z",
- "number": 1435,
- "changedFiles": 2,
- "additions": 2,
- "deletions": 1,
- "baseRepository": {
- "name": "docs",
- "url": "https://github.com/tensorflow/docs",
- "owner": {
- "avatarUrl": "https://avatars.githubusercontent.com/u/15658638?v=4",
- "login": "tensorflow",
- "url": "https://github.com/tensorflow"
- }
- }
- },
- {
- "id": "MDExOlB1bGxSZXF1ZXN0MzY3MTMyNzEx",
- "title": "Gradient doc changed to accurately show the returned params",
- "url": "https://github.com/tensorflow/tensorflow/pull/36206",
- "state": "MERGED",
- "mergedBy": {
- "avatarUrl": "https://avatars.githubusercontent.com/u/33434372?u=04b846f1363b0968dd000a320b908dd60b95d938&v=4",
- "url": "https://github.com/tensorflow-copybara",
- "login": "tensorflow-copybara"
- },
- "createdAt": "2020-01-25T16:49:54Z",
- "number": 36206,
- "changedFiles": 1,
- "additions": 16,
- "deletions": 2,
- "baseRepository": {
- "name": "tensorflow",
- "url": "https://github.com/tensorflow/tensorflow",
- "owner": {
- "avatarUrl": "https://avatars.githubusercontent.com/u/15658638?v=4",
- "login": "tensorflow",
- "url": "https://github.com/tensorflow"
- }
- }
- },
- {
- "id": "MDExOlB1bGxSZXF1ZXN0MzY3MTI2MDk0",
- "title": "Quantile Huber Loss to predict Specific Quantile Value",
- "url": "https://github.com/tensorflow/tensorflow/pull/36204",
- "state": "CLOSED",
- "mergedBy": null,
- "createdAt": "2020-01-25T15:24:48Z",
- "number": 36204,
- "changedFiles": 2,
- "additions": 161,
- "deletions": 1,
- "baseRepository": {
- "name": "tensorflow",
- "url": "https://github.com/tensorflow/tensorflow",
- "owner": {
- "avatarUrl": "https://avatars.githubusercontent.com/u/15658638?v=4",
- "login": "tensorflow",
- "url": "https://github.com/tensorflow"
- }
- }
- },
- {
- "id": "MDExOlB1bGxSZXF1ZXN0MzYyOTY0NTc3",
- "title": "CUDA and requirements",
- "url": "https://github.com/NVlabs/stylegan/pull/11",
- "state": "CLOSED",
- "mergedBy": null,
- "createdAt": "2020-01-15T05:32:01Z",
- "number": 11,
- "changedFiles": 2,
- "additions": 127,
- "deletions": 0,
- "baseRepository": {
- "name": "stylegan",
- "url": "https://github.com/NVlabs/stylegan",
- "owner": {
- "avatarUrl": "https://avatars.githubusercontent.com/u/2695301?v=4",
- "login": "NVlabs",
- "url": "https://github.com/NVlabs"
- }
- }
- },
- {
- "id": "MDExOlB1bGxSZXF1ZXN0MzI0OTk2OTQ0",
- "title": "PR4",
- "url": "https://github.com/nischaypandey/HF1/pull/4",
- "state": "MERGED",
- "mergedBy": {
- "avatarUrl": "https://avatars.githubusercontent.com/u/26094362?u=d320e78775be2cd716b0e941a49aef1f8859563c&v=4",
- "url": "https://github.com/nischaypandey",
- "login": "nischaypandey"
- },
- "createdAt": "2019-10-06T03:33:23Z",
- "number": 4,
- "changedFiles": 1,
- "additions": 2,
- "deletions": 0,
- "baseRepository": {
- "name": "HF1",
- "url": "https://github.com/nischaypandey/HF1",
- "owner": {
- "avatarUrl": "https://avatars.githubusercontent.com/u/26094362?u=d320e78775be2cd716b0e941a49aef1f8859563c&v=4",
- "login": "nischaypandey",
- "url": "https://github.com/nischaypandey"
- }
- }
- },
- {
- "id": "MDExOlB1bGxSZXF1ZXN0MzI0OTk2ODgx",
- "title": "PR3",
- "url": "https://github.com/nischaypandey/HF1/pull/3",
- "state": "MERGED",
- "mergedBy": {
- "avatarUrl": "https://avatars.githubusercontent.com/u/26094362?u=d320e78775be2cd716b0e941a49aef1f8859563c&v=4",
- "url": "https://github.com/nischaypandey",
- "login": "nischaypandey"
- },
- "createdAt": "2019-10-06T03:31:54Z",
- "number": 3,
- "changedFiles": 1,
- "additions": 2,
- "deletions": 0,
- "baseRepository": {
- "name": "HF1",
- "url": "https://github.com/nischaypandey/HF1",
- "owner": {
- "avatarUrl": "https://avatars.githubusercontent.com/u/26094362?u=d320e78775be2cd716b0e941a49aef1f8859563c&v=4",
- "login": "nischaypandey",
- "url": "https://github.com/nischaypandey"
- }
- }
- },
- {
- "id": "MDExOlB1bGxSZXF1ZXN0MzI0OTk2Nzkw",
- "title": "PR2",
- "url": "https://github.com/nischaypandey/HF1/pull/2",
- "state": "MERGED",
- "mergedBy": {
- "avatarUrl": "https://avatars.githubusercontent.com/u/26094362?u=d320e78775be2cd716b0e941a49aef1f8859563c&v=4",
- "url": "https://github.com/nischaypandey",
- "login": "nischaypandey"
- },
- "createdAt": "2019-10-06T03:30:15Z",
- "number": 2,
- "changedFiles": 1,
- "additions": 2,
- "deletions": 0,
- "baseRepository": {
- "name": "HF1",
- "url": "https://github.com/nischaypandey/HF1",
- "owner": {
- "avatarUrl": "https://avatars.githubusercontent.com/u/26094362?u=d320e78775be2cd716b0e941a49aef1f8859563c&v=4",
- "login": "nischaypandey",
- "url": "https://github.com/nischaypandey"
- }
- }
- },
- {
- "id": "MDExOlB1bGxSZXF1ZXN0MzI0OTk2NzI1",
- "title": "PR1",
- "url": "https://github.com/nischaypandey/HF1/pull/1",
- "state": "MERGED",
- "mergedBy": {
- "avatarUrl": "https://avatars.githubusercontent.com/u/26094362?u=d320e78775be2cd716b0e941a49aef1f8859563c&v=4",
- "url": "https://github.com/nischaypandey",
- "login": "nischaypandey"
- },
- "createdAt": "2019-10-06T03:28:47Z",
- "number": 1,
- "changedFiles": 1,
- "additions": 2,
- "deletions": 0,
- "baseRepository": {
- "name": "HF1",
- "url": "https://github.com/nischaypandey/HF1",
- "owner": {
- "avatarUrl": "https://avatars.githubusercontent.com/u/26094362?u=d320e78775be2cd716b0e941a49aef1f8859563c&v=4",
- "login": "nischaypandey",
- "url": "https://github.com/nischaypandey"
- }
- }
- },
- {
- "id": "MDExOlB1bGxSZXF1ZXN0MzE5NTg0OTgz",
- "title": "JSON Related errors are resolved and json files are compatible to json in python",
- "url": "https://github.com/DataTurks-Engg/Entity-Recognition-In-Resumes-SpaCy/pull/17",
- "state": "CLOSED",
- "mergedBy": null,
- "createdAt": "2019-09-20T07:00:46Z",
- "number": 17,
- "changedFiles": 6742,
- "additions": 7423541,
- "deletions": 228,
- "baseRepository": {
- "name": "Entity-Recognition-In-Resumes-SpaCy",
- "url": "https://github.com/DataTurks-Engg/Entity-Recognition-In-Resumes-SpaCy",
- "owner": {
- "avatarUrl": "https://avatars.githubusercontent.com/u/39724935?v=4",
- "login": "DataTurks-Engg",
- "url": "https://github.com/DataTurks-Engg"
- }
- }
- },
- {
- "id": "MDExOlB1bGxSZXF1ZXN0MzE4NjQyMzk5",
- "title": "Added mean_absolute_percentage_error in metrics fixes #10708",
- "url": "https://github.com/scikit-learn/scikit-learn/pull/15007",
- "state": "MERGED",
- "mergedBy": {
- "avatarUrl": "https://avatars.githubusercontent.com/u/630936?u=b5970c1f09aabdac20bd07baa3dccfb424ec0d5d&v=4",
- "url": "https://github.com/rth",
- "login": "rth"
- },
- "createdAt": "2019-09-18T06:03:48Z",
- "number": 15007,
- "changedFiles": 10,
- "additions": 207,
- "deletions": 46,
- "baseRepository": {
- "name": "scikit-learn",
- "url": "https://github.com/scikit-learn/scikit-learn",
- "owner": {
- "avatarUrl": "https://avatars.githubusercontent.com/u/365630?v=4",
- "login": "scikit-learn",
- "url": "https://github.com/scikit-learn"
- }
- }
- },
- {
- "id": "MDExOlB1bGxSZXF1ZXN0MzE3MDI2OTg3",
- "title": "Quantile Huber Loss to predict Specific Quantile Value",
- "url": "https://github.com/tensorflow/tensorflow/pull/32473",
- "state": "CLOSED",
- "mergedBy": null,
- "createdAt": "2019-09-12T18:11:26Z",
- "number": 32473,
- "changedFiles": 0,
- "additions": 0,
- "deletions": 0,
- "baseRepository": {
- "name": "tensorflow",
- "url": "https://github.com/tensorflow/tensorflow",
- "owner": {
- "avatarUrl": "https://avatars.githubusercontent.com/u/15658638?v=4",
- "login": "tensorflow",
- "url": "https://github.com/tensorflow"
- }
- }
- },
- {
- "id": "MDExOlB1bGxSZXF1ZXN0MzE3MDI0NjAx",
- "title": "Quantile Huber Loss to predict Specific Quantile Value",
- "url": "https://github.com/tensorflow/tensorflow/pull/32472",
- "state": "CLOSED",
- "mergedBy": null,
- "createdAt": "2019-09-12T18:04:44Z",
- "number": 32472,
- "changedFiles": 4479,
- "additions": 243601,
- "deletions": 109886,
- "baseRepository": {
- "name": "tensorflow",
- "url": "https://github.com/tensorflow/tensorflow",
- "owner": {
- "avatarUrl": "https://avatars.githubusercontent.com/u/15658638?v=4",
- "login": "tensorflow",
- "url": "https://github.com/tensorflow"
- }
- }
- },
- {
- "id": "MDExOlB1bGxSZXF1ZXN0MzE2NzQyNjUy",
- "title": "Quantile Huber Loss to predict Specific Quantile Value",
- "url": "https://github.com/tensorflow/tensorflow/pull/32455",
- "state": "CLOSED",
- "mergedBy": null,
- "createdAt": "2019-09-12T06:00:10Z",
- "number": 32455,
- "changedFiles": 2,
- "additions": 170,
- "deletions": 0,
- "baseRepository": {
- "name": "tensorflow",
- "url": "https://github.com/tensorflow/tensorflow",
- "owner": {
- "avatarUrl": "https://avatars.githubusercontent.com/u/15658638?v=4",
- "login": "tensorflow",
- "url": "https://github.com/tensorflow"
- }
- }
- },
- {
- "id": "MDExOlB1bGxSZXF1ZXN0MzA1OTM4NTE2",
- "title": "Closing bracket was missing",
- "url": "https://github.com/netrack/keras-metrics/pull/43",
- "state": "MERGED",
- "mergedBy": {
- "avatarUrl": "https://avatars.githubusercontent.com/u/1778407?u=6403dc6c797b195dfd01e485afc8680ba3ef9972&v=4",
- "url": "https://github.com/ybubnov",
- "login": "ybubnov"
- },
- "createdAt": "2019-08-09T10:48:13Z",
- "number": 43,
- "changedFiles": 1,
- "additions": 1,
- "deletions": 1,
- "baseRepository": {
- "name": "keras-metrics",
- "url": "https://github.com/netrack/keras-metrics",
- "owner": {
- "avatarUrl": "https://avatars.githubusercontent.com/u/10380772?v=4",
- "login": "netrack",
- "url": "https://github.com/netrack"
- }
- }
- },
- {
- "id": "MDExOlB1bGxSZXF1ZXN0MzAzNDk3NjY0",
- "title": "Issue Fix #6280",
- "url": "https://github.com/fossasia/open-event-server/pull/6289",
- "state": "CLOSED",
- "mergedBy": null,
- "createdAt": "2019-08-01T18:13:43Z",
- "number": 6289,
- "changedFiles": 1,
- "additions": 6,
- "deletions": 0,
- "baseRepository": {
- "name": "open-event-server",
- "url": "https://github.com/fossasia/open-event-server",
- "owner": {
- "avatarUrl": "https://avatars.githubusercontent.com/u/6295529?v=4",
- "login": "fossasia",
- "url": "https://github.com/fossasia"
- }
- }
- },
- {
- "id": "MDExOlB1bGxSZXF1ZXN0MzAzNDcwNzYz",
- "title": "check integration default check",
- "url": "https://github.com/fossasia/open-event-server/pull/6288",
- "state": "CLOSED",
- "mergedBy": null,
- "createdAt": "2019-08-01T16:51:30Z",
- "number": 6288,
- "changedFiles": 2,
- "additions": 2,
- "deletions": 1,
- "baseRepository": {
- "name": "open-event-server",
- "url": "https://github.com/fossasia/open-event-server",
- "owner": {
- "avatarUrl": "https://avatars.githubusercontent.com/u/6295529?v=4",
- "login": "fossasia",
- "url": "https://github.com/fossasia"
- }
- }
- },
- {
- "id": "MDExOlB1bGxSZXF1ZXN0MzAxNDAwNjgx",
- "title": "Replaced Depricated tf.contrib.deprecated.scalar_summary with tf.compat.v1.summary.scalar",
- "url": "https://github.com/google/mentornet/pull/8",
- "state": "CLOSED",
- "mergedBy": null,
- "createdAt": "2019-07-26T05:29:39Z",
- "number": 8,
- "changedFiles": 2,
- "additions": 3,
- "deletions": 2,
- "baseRepository": {
- "name": "mentornet",
- "url": "https://github.com/google/mentornet",
- "owner": {
- "avatarUrl": "https://avatars.githubusercontent.com/u/1342004?v=4",
- "login": "google",
- "url": "https://github.com/google"
- }
- }
- },
- {
- "id": "MDExOlB1bGxSZXF1ZXN0MzAxMzk5NTg5",
- "title": "Comments",
- "url": "https://github.com/ashutosh1919/mentornet/pull/1",
- "state": "MERGED",
- "mergedBy": {
- "avatarUrl": "https://avatars.githubusercontent.com/u/20843596?u=6deb5872cde2e3ab5bf5d48ece503bc8b5b0bcf6&v=4",
- "url": "https://github.com/ashutosh1919",
- "login": "ashutosh1919"
- },
- "createdAt": "2019-07-26T05:23:10Z",
- "number": 1,
- "changedFiles": 1,
- "additions": 1,
- "deletions": 0,
- "baseRepository": {
- "name": "mentornet",
- "url": "https://github.com/ashutosh1919/mentornet",
- "owner": {
- "avatarUrl": "https://avatars.githubusercontent.com/u/20843596?u=6deb5872cde2e3ab5bf5d48ece503bc8b5b0bcf6&v=4",
- "login": "ashutosh1919",
- "url": "https://github.com/ashutosh1919"
- }
- }
- },
- {
- "id": "MDExOlB1bGxSZXF1ZXN0MzAxMTE4NDY2",
- "title": "Removed Unnecessary imports",
- "url": "https://github.com/C-Aniruddh/DeepConversation/pull/1",
- "state": "CLOSED",
- "mergedBy": null,
- "createdAt": "2019-07-25T12:21:04Z",
- "number": 1,
- "changedFiles": 1,
- "additions": 0,
- "deletions": 2,
- "baseRepository": {
- "name": "DeepConversation",
- "url": "https://github.com/C-Aniruddh/DeepConversation",
- "owner": {
- "avatarUrl": "https://avatars.githubusercontent.com/u/6713004?u=805b5777ff6b00f95e9aecf1f848622eeec84ff9&v=4",
- "login": "C-Aniruddh",
- "url": "https://github.com/C-Aniruddh"
- }
- }
- },
- {
- "id": "MDExOlB1bGxSZXF1ZXN0MzAxMDg1Mzc5",
- "title": "Removed Unnecessary import",
- "url": "https://github.com/facebook/FAI-PEP/pull/326",
- "state": "CLOSED",
- "mergedBy": null,
- "createdAt": "2019-07-25T10:42:49Z",
- "number": 326,
- "changedFiles": 1,
- "additions": 0,
- "deletions": 1,
- "baseRepository": {
- "name": "FAI-PEP",
- "url": "https://github.com/facebook/FAI-PEP",
- "owner": {
- "avatarUrl": "https://avatars.githubusercontent.com/u/69631?v=4",
- "login": "facebook",
- "url": "https://github.com/facebook"
- }
- }
- },
- {
- "id": "MDExOlB1bGxSZXF1ZXN0MzAxMDY1ODY4",
- "title": "Replaced Depricated tf.contrib.deprecated.scalar_summary with tf.compat.v1.summary.scalar",
- "url": "https://github.com/google/mentornet/pull/7",
- "state": "MERGED",
- "mergedBy": {
- "avatarUrl": "https://avatars.githubusercontent.com/u/13424689?u=5a623978c86d2ffb6f5c46764cf57e71c5ced884&v=4",
- "url": "https://github.com/roadjiang",
- "login": "roadjiang"
- },
- "createdAt": "2019-07-25T09:48:38Z",
- "number": 7,
- "changedFiles": 2,
- "additions": 3,
- "deletions": 2,
- "baseRepository": {
- "name": "mentornet",
- "url": "https://github.com/google/mentornet",
- "owner": {
- "avatarUrl": "https://avatars.githubusercontent.com/u/1342004?v=4",
- "login": "google",
- "url": "https://github.com/google"
- }
- }
- },
- {
- "id": "MDExOlB1bGxSZXF1ZXN0MzAxMDA1NDA3",
- "title": "Replaced Depricated tf.contrib.deprecated.scalar_summary with tf.compat.v1.summary.scalar",
- "url": "https://github.com/google/mentornet/pull/6",
- "state": "CLOSED",
- "mergedBy": null,
- "createdAt": "2019-07-25T06:48:42Z",
- "number": 6,
- "changedFiles": 2,
- "additions": 2,
- "deletions": 2,
- "baseRepository": {
- "name": "mentornet",
- "url": "https://github.com/google/mentornet",
- "owner": {
- "avatarUrl": "https://avatars.githubusercontent.com/u/1342004?v=4",
- "login": "google",
- "url": "https://github.com/google"
- }
- }
- },
- {
- "id": "MDExOlB1bGxSZXF1ZXN0Mjk5NjIwNDQx",
- "title": "Quantile Huber Loss to predict Specific Quantile Value",
- "url": "https://github.com/keras-team/keras/pull/13129",
- "state": "CLOSED",
- "mergedBy": null,
- "createdAt": "2019-07-21T08:44:09Z",
- "number": 13129,
- "changedFiles": 7,
- "additions": 133,
- "deletions": 70,
- "baseRepository": {
- "name": "keras",
- "url": "https://github.com/keras-team/keras",
- "owner": {
- "avatarUrl": "https://avatars.githubusercontent.com/u/34455048?v=4",
- "login": "keras-team",
- "url": "https://github.com/keras-team"
- }
- }
- },
- {
- "id": "MDExOlB1bGxSZXF1ZXN0Mjk3MzIzMjcz",
- "title": "Huber Loss Function for both kind of behavior. ",
- "url": "https://github.com/keras-team/keras/pull/13104",
- "state": "CLOSED",
- "mergedBy": null,
- "createdAt": "2019-07-13T15:14:42Z",
- "number": 13104,
- "changedFiles": 2,
- "additions": 22,
- "deletions": 0,
- "baseRepository": {
- "name": "keras",
- "url": "https://github.com/keras-team/keras",
- "owner": {
- "avatarUrl": "https://avatars.githubusercontent.com/u/34455048?v=4",
- "login": "keras-team",
- "url": "https://github.com/keras-team"
- }
- }
- },
- {
- "id": "MDExOlB1bGxSZXF1ZXN0Mjg4NTMyMzQz",
- "title": "RC Details",
- "url": "https://github.com/abhinavhinger12/ala/pull/2",
- "state": "MERGED",
- "mergedBy": {
- "avatarUrl": "https://avatars.githubusercontent.com/u/20843596?u=6deb5872cde2e3ab5bf5d48ece503bc8b5b0bcf6&v=4",
- "url": "https://github.com/ashutosh1919",
- "login": "ashutosh1919"
- },
- "createdAt": "2019-06-15T05:19:37Z",
- "number": 2,
- "changedFiles": 3,
- "additions": 555,
- "deletions": 0,
- "baseRepository": {
- "name": "ala",
- "url": "https://github.com/abhinavhinger12/ala",
- "owner": {
- "avatarUrl": "https://avatars.githubusercontent.com/u/4638215?u=9c8d81f075a4206c9ce6386e7a97babce38c1037&v=4",
- "login": "abhinavhinger12",
- "url": "https://github.com/abhinavhinger12"
- }
- }
- },
- {
- "id": "MDExOlB1bGxSZXF1ZXN0MjQzMzQxOTg5",
- "title": "Face Verification and Recognition",
- "url": "https://github.com/trekhleb/homemade-machine-learning/pull/14",
- "state": "CLOSED",
- "mergedBy": null,
- "createdAt": "2019-01-09T13:56:53Z",
- "number": 14,
- "changedFiles": 268,
- "additions": 1419,
- "deletions": 1,
- "baseRepository": {
- "name": "homemade-machine-learning",
- "url": "https://github.com/trekhleb/homemade-machine-learning",
+ "name": "Filijet",
+ "url": "https://github.com/Leguna/Filijet",
"owner": {
- "avatarUrl": "https://avatars.githubusercontent.com/u/3000285?u=1e62782f227030b78b7aa78cbbcab5f8a24e658a&v=4",
- "login": "trekhleb",
- "url": "https://github.com/trekhleb"
+ "avatarUrl": "https://avatars.githubusercontent.com/u/12116766?u=8fe27d9b0e6361c472717a009f8f0e1fc6bfe4c2&v=4",
+ "login": "Leguna",
+ "url": "https://github.com/Leguna"
}
}
}
],
- "merged": 54,
- "open": 13,
- "totalCount": 100
+ "merged": 9,
+ "open": 2,
+ "totalCount": 13
}
diff --git a/src/theme.js b/src/theme.js
index 7bb0f7a7f..2695a72a9 100644
--- a/src/theme.js
+++ b/src/theme.js
@@ -195,4 +195,4 @@ export const materialTealTheme = {
splashBg: "#05505E",
};
-export const chosenTheme = blueTheme;
+export const chosenTheme = greenTheme;