arturssmirnovs/github-profile-readme-generator 217
Github profile readme generator allows you to create nice and simple github profile readme files that will be included in your profile previews.
arturssmirnovs/github-profile-views-counter 54
Github new features README profile views counter made with Yii2 framework.
arturssmirnovs/flutter-ui-design-list-collection 5
This is collection of flutter UI design's by various people, all UI design's in one place
arturssmirnovs/Clickable-countries-using-Google-Maps-API 4
Clickable countries using Google Maps JS API. You can use this sample code to create maps with clickable countries, borders etc.
arturssmirnovs/random-github-issue 3
This small project help's you to find random issue on GitHub, get started and contribute to open source!
arturssmirnovs/youtube-video-views-title-update 2
YouTube video title updater: This video has X views and X likes.
arturssmirnovs/arturssmirnovs 1
My profile github readme template.
arturssmirnovs/awesome-bd-readme-profile 0
😎 A list of awesome Github Profile READMEs of Bangladesh developers 📝
arturssmirnovs/awesome-github-profile 0
🌐 A website of awesome Github Profile READMEs
arturssmirnovs/awesome-github-profile-readme 0
😎 A curated list of awesome Github Profile READMEs 📝
startedfelixrieseberg/electron-wix-msi
started time in 3 days
push eventarturssmirnovs/covid-19
commit sha 06cc1d2585ee6ef8ac9c18c6019be61f2e2601d8
Update index.html
push time in 6 days
push eventarturssmirnovs/covid-19
commit sha 5687f2676ad2ff301ffdb0bb8b31904938bc5cc2
Update script.js
push time in 6 days
push eventarturssmirnovs/covid-19
commit sha 53f003fb0d763a591b02a2e5398d783e7fb1cf99
Update index.html
push time in 6 days
push eventarturssmirnovs/covid-19
commit sha ecac1049fc905f2c747ca36590d59693342f8b7e
Update script.js
push time in 6 days
push eventarturssmirnovs/developer-community-stats
commit sha 301a1ef003b2d66d977c8b7c5169b1fd0396eaed
reorder
push time in 6 days
startedalex/what-happens-when
started time in 6 days
PR opened subeshb1/developer-community-stats
Adding my profile to constributers.json
pr created time in 6 days
push eventarturssmirnovs/developer-community-stats
commit sha 96f62dc15a48c89b4de7e53e0b29d52498b012bd
Adding arturssmirnovs
push time in 6 days
fork arturssmirnovs/developer-community-stats
🚀 A repository to encourage beginners to contribute to open source and for all contributors to view their Github stats
https://developer-community-stats.netlify.app/
fork in 6 days
PR closed arturssmirnovs/github-profile-readme-generator
corrected the indentation.
pr closed time in 6 days
PR closed arturssmirnovs/github-profile-readme-generator
added comment changes in script.
pr closed time in 6 days
PR closed arturssmirnovs/github-profile-readme-generator
indent the code.
pr closed time in 6 days
PR closed arturssmirnovs/github-profile-readme-generator
added comments
pr closed time in 6 days
issue commentarturssmirnovs/github-profile-readme-generator
How about changing the cover image?
Yup, agree.. looks nice :)
comment created time in 7 days
issue openedarturssmirnovs/github-profile-readme-generator
Add constributers in readme file
Somebody could add:
https://github.com/arturssmirnovs https://github.com/max-programming https://github.com/fx2000
On readme.md as TOP Contributors
created time in 8 days
issue closedarturssmirnovs/github-profile-readme-generator
Have you considered internationalization?
Adding just one extra language is an easy to way to reach a lot more people.
closed time in 8 days
fx2000issue commentarturssmirnovs/github-profile-readme-generator
Have you considered internationalization?
Thanks mate, merged your PR's ... I restructured code base abit to fit project coding pattern..
Thanks for contribution
comment created time in 8 days
PR merged arturssmirnovs/github-profile-readme-generator
This PR includes a rough but functional translation engine based on @andreasremdt's simple-translator library. It lets you switch between English and Spanish right now with the possibility of adding extra languages later on.
The language selector needs work and the default values that come with Vue's data object are hard-coded in English so it looks a bit odd when you first switch languages, it would be great if you could have initial values that change according to the language but my Vue skills are fairly rudimentary.

pr closed time in 8 days
push eventarturssmirnovs/github-profile-readme-generator
commit sha 44a689c1c0c68f94f64862097d63769eae0b0b09
Created i18n folder and locale strings for English and Spanish Added translation scripts Updated index.html to accept locale strings
commit sha eed1b3732000969e2f283a90ab1e1271c3942486
Improved translation Added language conditions to script.js
commit sha a49b5e1aa94cca9e922cf00b189a8699ac4d6ad0
Updated class for radio buttons
commit sha 7c2fa75dbf7027abe3a48d524726886f08a12413
Merge branch 'master' into i18n
commit sha 1ffe45a4a54514057cc4a6ebe4a32a3f3a5af5c0
Improved translations on scripts.js Fixed missing locale string in index.html Fixed incorrect placeholder in index.html
commit sha eed5961f102ff6a0d57ea6818f3a91a4ad1c2704
Merge branch 'i18n' of github.com:fx2000/github-profile-readme-generator into i18n
commit sha 8587974e662e622382131f95c98835995b631197
Merge pull request #2 from arturssmirnovs/master Merge latest changes
commit sha 75be91a0d279884f0ae8bf56b4d5cdd0c921a1d9
Cleaned up README.md file
commit sha c357dd78d247ee11d580832d7dfcc995e3f22cd7
Moved all locale strings to json files, added a fetch function to load locale strings into data
commit sha d500e45c0629d0ffcb4100e1eb92c2dc922b84ef
Merge branch 'readme' of https://github.com/fx2000/github-profile-readme-generator
commit sha 448b96d0ca7bf77aeb717afd96a2c3f61cd33d5d
Modified multi language
push time in 8 days
PR merged arturssmirnovs/github-profile-readme-generator
Fixed some minor spelling mistakes, clarified the instructions a bit, added multi-language information and credited the original repo that created the translation engine.
This shouldn't be merged until after PR https://github.com/arturssmirnovs/github-profile-readme-generator/pull/25 is merged, since it references multi-language capabilities that are not available in the current version.
pr closed time in 8 days
pull request commentarturssmirnovs/github-profile-readme-generator
Internationalization (En - ES)
Yes, good job.. looks lot better.. just still..
To make it even better and even cleaner all translations should come from your i18n plugin..
Maybe you can somehow that translations come from i18n/en.json ?
It only make sense to have all translations in one file.. :)
comment created time in 11 days
issue commentarturssmirnovs/github-profile-readme-generator
Purchase custom domain for this project?
githubread.me Uh, this is nice..
Yeah, but overall question if this is necessary?
Have proper website with features like:
Home page Generator (current project) Resources (List with articles about readme profile) Showcases (List with cool github profiles)
comment created time in 11 days
issue commentarturssmirnovs/github-profile-readme-generator
Purchase custom domain for this project?
Yes, sure, but still be could have bitly -> domain.com ... And maybe make this project more then just generator.. we could implament this: https://raw.githubusercontent.com/zzetao/awesome-github-profile-data/master/data.json to make something like (https://zzetao.github.io/awesome-github-profile/) on seperate page, add resources page..
Etc, make proper page that's all about github readme..
comment created time in 11 days
pull request commentarturssmirnovs/github-profile-readme-generator
Internationalization (En - ES)
Could you fix that if's issue until weekend.. i could merge in then over weekend and check everything..
comment created time in 11 days
issue openedarturssmirnovs/github-profile-readme-generator
Purchase custom domain for this project?
What your thought's on purchasing custom domain for this project?
and placing it on something like: xxxxxxxxxxxxxx.com not : https://arturssmirnovs.github.io/github-profile-readme-generator/
created time in 11 days
pull request commentarturssmirnovs/github-profile-readme-generator
Internationalization (En - ES)
Nice feature.. Really good job! Let me do review on code over weekend..
Quick review looks like you have removed default skills..
and where source is generated looks like you have added if's that check language.. maybe that can be done smarter?
not:
if (data.title && data.language === "en") { source += "### Hi there 👋, "+data.title+""; source += "\n"; }
but something like:
if (data.title) { source += "### "+source.hiThere+" 👋, "+data.title+""; source += "\n"; }
???
This way code would be lot cleaner lot less if's..
comment created time in 11 days
push eventfx2000/github-profile-readme-generator
commit sha ff777123ca326f3dec9035b79614da8e5c9838bd
Added bank space UNICODE character to improve spacing between badges
commit sha a246594e4fc07ce3bf4aef204c47872b44313d7f
Added top margin to components to stop overlapping in narrow window sizes
commit sha ba217bd481f378d5538dade275a2642f347486e1
Merge pull request #23 from fx2000/badge-spacing Badge spacing
commit sha 936b781d74b942fb1546e5b30fac6488f44be7dd
Merge pull request #24 from fx2000/container-spacing Container spacing
commit sha 7c2fa75dbf7027abe3a48d524726886f08a12413
Merge branch 'master' into i18n
push time in 11 days
startedmaverickNerd/wordlists
started time in 12 days
starteddanielmiessler/SecLists
started time in 12 days
startedffuf/ffuf
started time in 12 days
startedmozilla/simulated-devices
started time in 17 days
startedfrohoff/ysoserial
started time in 17 days
pull request commentarturssmirnovs/github-profile-readme-generator
Added link and image markdown tips
Maybe you can add link to: https://guides.github.com/features/mastering-markdown/ So if people want to learn more..
So it could be displayed as:
Markdown Tips: ... ... ... ... Learn more (Link to https://guides.github.com/features/mastering-markdown/)
comment created time in 20 days
push eventarturssmirnovs/github-profile-readme-generator
commit sha ab620f05a42bd58753d6d46229b1cccbb43b5813
Added link and image markdown tips
commit sha 01643d38077be7c97673b1d5362508b496f8a37d
Merge pull request #16 from DenverCoder1/add-markdown-tips Added link and image markdown tips
push time in 20 days
PR merged arturssmirnovs/github-profile-readme-generator
Added markdown tips for creating links and images
Screenshot

pr closed time in 20 days
pull request commentarturssmirnovs/github-profile-readme-generator
Added copy to clipboard, better bootstrap checkboxes and small fixes in HTML
Yes, it just has to be merged, so no worries..
Here is another person who made video about this generator: https://www.youtube.com/watch?v=KhGWbt1dAKQ&t=384s
Thanks mate, again, you are awesome!
comment created time in 20 days
pull request commentarturssmirnovs/github-profile-readme-generator
Added copy to clipboard, better bootstrap checkboxes and small fixes in HTML
@max-programming Not sure if you have heard about https://hacktoberfest.digitalocean.com/ #hacktoberfest ,, You can register on that website and if you do 4 PR you will get free T-shirt and stickers.. i think first 75k gets it..
and @fx2000 according to digitalocean that label does nothing if PR is accepted and marged... See info: Your PR has not yet been accepted by a maintainer. A maintainer can accept your PR by merging it, adding the "hacktoberfest-accepted" label to it, or approving it.
comment created time in 20 days
pull request commentarturssmirnovs/random-github-issue
Update query to include only issues
Thanks mate!
comment created time in 20 days
push eventarturssmirnovs/random-github-issue
commit sha a9f83cf0bd815d3da4f79115755a9e4ebd1346ae
Update query to include only issues
commit sha e38e41cf1c818902ff5ea2b29ed86e1fe168e0d8
Merge pull request #1 from lazaromenezes/main Update query to include only issues
push time in 20 days
PR merged arturssmirnovs/random-github-issue
Hello,
I don't know if it was intentional, but I was checking this site and noticed I got some pull requests as issues. I added a new item into "q" parameter to choose only issues.
Thanks, Lazaro
pr closed time in 20 days
push eventarturssmirnovs/github-profile-readme-generator
commit sha 83b01d32d675dc10f041b00e1aed49af50add5c8
Changed checkbox look to match new bootstrap UI
commit sha cbc1188dec1598855a9e6e0a11dbbd5a7a92c65f
Merge pull request #15 from fx2000/private-repos Changed checkbox look to match new bootstrap UI
push time in 20 days
pull request commentarturssmirnovs/github-profile-readme-generator
Added copy to clipboard, better bootstrap checkboxes and small fixes in HTML
Let's use Issues better.. as this project is not so big.. and just put proper label to issue.. then we can discuss issue / improvement there... 👍
comment created time in 21 days
pull request commentarturssmirnovs/github-profile-readme-generator
Added copy to clipboard, better bootstrap checkboxes and small fixes in HTML
I had idea that person still can edit it after generated information..
So then generate basic information and then editing textarea they can improve it even more..
I added you as collaborator, so you can merge your requests your self :) You have earned it.. Just some major features let's still discuss maybe..
comment created time in 21 days
pull request commentarturssmirnovs/github-profile-readme-generator
Added copy to clipboard, better bootstrap checkboxes and small fixes in HTML
Sure, feel free to improve on that as well..
comment created time in 21 days
pull request commentarturssmirnovs/github-profile-readme-generator
Added copy to clipboard, better bootstrap checkboxes and small fixes in HTML
Thanks, i merged your commits.. Yes, think it still could do some improvements.. Maybe i will think what else could be made and add issues so we have full overview of some other new features..
Good job and thanks again!
comment created time in 21 days
issue closedarturssmirnovs/github-profile-readme-generator
Github stats are ignoring private repos by default
Would be nice to have an extra checkbox in the Statistics section that would enable showing private repos in the graph.
closed time in 21 days
fx2000issue commentarturssmirnovs/github-profile-readme-generator
Github stats are ignoring private repos by default
Nice, didn't know that feature existed.. Thanks for contributing..
comment created time in 21 days
push eventarturssmirnovs/github-profile-readme-generator
commit sha b7613b0cc4fd618b621c1b26c04e1cfa2f23170d
Added option to enable private repos in Github Statistics
commit sha 41bd1a2e9f2443793ee26a395a1fa7ac932d689b
Merge pull request #14 from fx2000/private-repos Added option to enable private repos in GitHub Statistics
push time in 21 days
PR merged arturssmirnovs/github-profile-readme-generator
The checkbox is disabled until the user enables Statistics
pr closed time in 21 days
push eventarturssmirnovs/github-profile-readme-generator
commit sha 61bb2287a75f975b872a82d34b29734a45beb7ae
Added better checkboxes & Copy functionality
commit sha e29049da48463a48a0d844598e73fd7ab6939ae7
Small fix
commit sha da418ff7170095658077219e78cc3ce77c82c415
Small fixes
commit sha 8eccde5fed122dd20b6ae234fafdedd9f30994cf
Added some Markdown Tips
commit sha d8e4c2093c7c6b4229ea3fce16fc5479653cae21
Merge pull request #12 from max-programming/master Added copy to clipboard, better bootstrap checkboxes and small fixes in HTML
push time in 21 days
PR merged arturssmirnovs/github-profile-readme-generator
Hi again! I am just feeling very excited to add as more as I can to this project. It's a really awesome project which I have loved!
1.
So in this one, I added the functionality of copying the markdown with a click

2.
I made the default checkboxes the custom checkboxes by Bootstrap
Before:
After:

And fixed some small issues in the HTML like the <link> tags which were closing and not self closing.
I hope these changes are good and acceptable 😊
pr closed time in 21 days
pull request commentarturssmirnovs/github-profile-readme-generator
Added copy to clipboard, better bootstrap checkboxes and small fixes in HTML
Some body is one fire .. Good job and thanks, you are awesome.. I will review your commits tomorrow morning and merge them in to master(main) :)
comment created time in 21 days
startedarturssmirnovs/random-github-issue
started time in 22 days
push eventarturssmirnovs/random-github-issue
commit sha 61371a3fb90cfadbf49c4dbb68503db4b365e846
On change language trigger search
push time in 22 days
push eventarturssmirnovs/random-github-issue
commit sha 40d483fc4646c16b2aeb177e170351edeb144c03
Caching response for 5 random items
push time in 22 days
push eventarturssmirnovs/random-github-issue
commit sha b705cb10b66c5ab93ccd82ac206b00f85d21693f
Update README.md
push time in 22 days
push eventarturssmirnovs/random-github-issue
commit sha 9e8d55d6ff97328b4a7528cdc08d1ba621cc74a3
Update README.md
push time in 22 days
push eventarturssmirnovs/random-github-issue
commit sha db832c3fb0a7fa60cfffe4ec64e988b09b4e500e
Initial code
push time in 22 days
pull request commentarturssmirnovs/github-profile-readme-generator
Thank you so much for this idea and improving this readme generator!
comment created time in 22 days
push eventarturssmirnovs/github-profile-readme-generator
commit sha cb112828835a3bf7ea1b9c531e0052d905357b3f
Added Icons to labels
commit sha 2e9a4f80f25c3517d55191eda6727dd109dae302
Merge pull request #11 from max-programming/master Added Icons to labels
push time in 22 days
PR merged arturssmirnovs/github-profile-readme-generator
I added icons to the labels in the Socials where they look a lot more better. And also fixed some syntax errors which were not visible in the app
Like we cannot use this.propname in the tempplate. That is undefined. So I binded some of them.
Before:

After:

pr closed time in 22 days
pull request commentarturssmirnovs/github-profile-readme-generator
yup, why not, could be nice small improvement..
comment created time in 23 days
pull request commentarturssmirnovs/github-profile-readme-generator
Thanks 👍
comment created time in 23 days
push eventarturssmirnovs/github-profile-readme-generator
commit sha 51cc3ae6a7ca78a97cefc13e4cf6b91d27a38e44
Added CodeSanbbox to Socials
commit sha e051721502d8c805575912db030f233e6a6ecee9
Added CodeSandbox to data
commit sha 83675c3f6705e50b8cd5b44e00520e0f82103f80
Added Twitch to Socials
commit sha fa6dde89df911494456bb80ee06e5757daff0ce9
Merge pull request #10 from max-programming/master Added CodeSandbox to Socials
push time in 23 days
PR merged arturssmirnovs/github-profile-readme-generator
I added CodeSandbox to the Socials section and also I changed the v-bind: to : and v-on to @. As Vue.js has evolved, I changed these so the code looks much neater. Let me know if you have any issues
pr closed time in 23 days
startedforem/forem
started time in 23 days
startedjenkoian/hacktoberfest-checker
started time in 24 days
startedDenverCoder1/github-readme-youtube-stats
started time in 24 days
pull request commentarturssmirnovs/github-profile-readme-generator
Swapped Top Langs and GitHub stats triggers
Thanks for fixing this bug!
comment created time in 24 days
push eventarturssmirnovs/github-profile-readme-generator
commit sha 97c6cceb4eb02fbdef3da7493b70b40bf5beca8f
Swapped Top Langs and GitHub stats The triggers for GitHub Stats and Top languages were adding the wrong images in the markdown.
commit sha 9e791f4be55121bdcee2ca1ae69f6794a50f95aa
Merge pull request #9 from DenverCoder1/patch-1 Swapped Top Langs and GitHub stats triggers
push time in 24 days
PR merged arturssmirnovs/github-profile-readme-generator
The triggers for GitHub Stats and Top languages were adding the wrong images in the markdown.
Issue
When checking the box for GitHub Stats, the image for top languages appears and when checking the box for Top Languages, the Github Stats appears.
Fix
The markdown for the 2 images were swapped in the JavaScript since they were in the wrong places.
pr closed time in 24 days
startedM0nica/httriri
started time in 24 days
push eventarturssmirnovs/github-profile-readme-generator
commit sha eb54a44feb82e4115d38367d75793b6285238889
Update README.md
push time in 24 days
pull request commentarturssmirnovs/github-profile-readme-generator
fix issue with images with dot on cdn.jsdelivr.net
Thank, didn't notice this one..
Thanks for fixing!
comment created time in 24 days
push eventarturssmirnovs/github-profile-readme-generator
commit sha e3eba58187a8980dd0671d17fd0c854949832308
fix issue with images with dot on cdn.jsdelivr.net
commit sha 8b7a8569427a20d37b298851d3ce39f4422711b5
Merge pull request #8 from gentax/hotfix/dot-images fix issue with images with dot on cdn.jsdelivr.net
push time in 24 days
PR merged arturssmirnovs/github-profile-readme-generator
On cdn.jsdelivr.net images with a dot in the name: eg: About.me are now called: about-dot-me So I added a rule in the slugify function to manage them.
.Net is now transformed into dot-net.svg About.me -> about-dot-me.svg D3.js -> d3-dot-js.svg
pr closed time in 24 days
PR opened EddieJaoudeCommunity/awesome-github-profiles
pr created time in 24 days
push eventarturssmirnovs/awesome-github-profiles
commit sha 553869554b78441685249709e87ae07f4405368f
resolve #113
push time in 24 days
fork arturssmirnovs/awesome-github-profiles
List of GitHub profiles that have awesome customisation, that you can use for inspiration
fork in 24 days
PR opened bufgix/github-cv
Made a cool feature that you can click print CV..
Just additional styling may be required!
pr created time in 24 days
push eventarturssmirnovs/github-cv
commit sha 8a6c254b85398a185afe7f0764ae3f2b241429cf
CV Print option (May requrie more styling improvements)
push time in 24 days
The App that generates CV based on your Github Profile
fork in 24 days
PR opened IonicaBizau/github-profile-languages
pr created time in 24 days
push eventarturssmirnovs/github-profile-languages
commit sha 88ad6846bf97207ec59dbe216f45555aed4cf681
Pie numbers to procents
push time in 24 days
fork arturssmirnovs/github-profile-languages
:tv: Create a nice pie chart with the user's programming languages from their GitHub profile.
http://ionicabizau.github.io/github-profile-languages/
fork in 25 days
PR opened zzetao/awesome-github-profile
pr created time in 25 days
push eventarturssmirnovs/awesome-github-profile
commit sha 248c7819a6689eb62fdc2da118df722f934a9320
Search feature
push time in 25 days
fork arturssmirnovs/awesome-github-profile
🌐 A website of awesome Github Profile READMEs
https://zzetao.github.io/awesome-github-profile/
fork in 25 days
startedtipsy/profile-summary-for-github
started time in 25 days
push eventarturssmirnovs/github-profile-readme-generator
commit sha 122e63fa6325b52f7d6259ced5661b409d8df2a7
Update index.html
push time in 25 days
issue closedarturssmirnovs/github-profile-readme-generator
Update commit : https://github.com/acervenky/animated-github-badges/commit/2a46d3596bfee124319dce994ebe62e7b3ec3a44
closed time in 25 days
acervenky
