lots of exercises in java... from https://github.com/exercism/java

maintainers.json 2.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. {
  2. "docs_url": "https://github.com/exercism/docs/blob/master/maintaining-a-track/maintainer-configuration.md",
  3. "maintainers": [
  4. {
  5. "alumnus": true,
  6. "avatar_url": null,
  7. "bio": null,
  8. "github_username": "jtigger",
  9. "link_text": null,
  10. "link_url": null,
  11. "name": null,
  12. "show_on_website": false
  13. },
  14. {
  15. "alumnus": true,
  16. "avatar_url": null,
  17. "bio": null,
  18. "github_username": "matthewmorgan",
  19. "link_text": null,
  20. "link_url": null,
  21. "name": null,
  22. "show_on_website": false
  23. },
  24. {
  25. "alumnus": false,
  26. "avatar_url": null,
  27. "bio": null,
  28. "github_username": "sit",
  29. "link_text": null,
  30. "link_url": null,
  31. "name": null,
  32. "show_on_website": false
  33. },
  34. {
  35. "alumnus": true,
  36. "avatar_url": null,
  37. "bio": null,
  38. "github_username": "stkent",
  39. "link_text": null,
  40. "link_url": null,
  41. "name": null,
  42. "show_on_website": false
  43. },
  44. {
  45. "alumnus": false,
  46. "bio": "I'm a 16 year old high school student. I like programming and java a lot. Contributing to exercism helps me to keep learning and get valuable experience. One day near, I hope to have a job or internship programming",
  47. "github_username": "Smarticles101",
  48. "show_on_website": true
  49. },
  50. {
  51. "alumnus": false,
  52. "bio": "I'm a software developer working for Softwire, a UK based software company. I love programming in pretty much any language (possibly with the exception of C++) but Java is probably the language I have the most experience with.",
  53. "github_username": "FridaTveit",
  54. "name": "Frida Johanne Tveit",
  55. "show_on_website": true
  56. },
  57. {
  58. "alumnus": false,
  59. "bio": "I am a software developer and consultant working for Black Pepper Software, a software company based in Leamington Spa, England. I'm a recent Computer Science graduate from the University of Warwick, and love all things to do with computers!",
  60. "github_username": "sjwarner-bp",
  61. "name": "Sam Warner",
  62. "show_on_website": true
  63. }
  64. ]
  65. }