How do I share my DartPad code?

Then head over to dartpad and just copy your identifier at the end of the url . For my script, it’s simply going to be https://dartpad.dartlang.org/e73e2b9d43835de0439ec9266356a89f. And voilà, you’re done. You can share this link with anyone around the world that might need access to your code and run it.

Read more

How do I share my DartPad code?

Then head over to dartpad and just copy your identifier at the end of the url . For my script, it’s simply going to be https://dartpad.dartlang.org/e73e2b9d43835de0439ec9266356a89f. And voilà, you’re done. You can share this link with anyone around the world that might need access to your code and run it.

Read more

How do I generate stats on GitHub?

You can find the link to the left of the nav bar. You should have a look to repoXplorer, an open source project I develop . It is able to compute stats for a project (a group of git repositories) as well as for a contributor and a group of contributors. It provides a REST interface and a web UI.

Read more