User:BC1278/sandbox/github

From Wikipedia, the free encyclopedia

GitHub, Inc.
"Build software better, together.", "Where software is built"
Type of businessPrivate
Type of site
Git repository hosting service
Available inEnglish
FoundedFebruary 8, 2008; 16 years ago (2008-02-08)
HeadquartersSan Francisco, California, United States
Area servedWorldwide
Founder(s)Tom Preston-Werner
Chris Wanstrath
PJ Hyett
CEOChris Wanstrath
Key peopleP. J. Hyett (COO)
IndustrySoftware
Employees723[1]
URLGitHub.com
RegistrationOptional (required for creating and joining projects)
Users26 million (March 2017)
Launched10 April 2008; 16 years ago (2008-04-10)
Current statusActive
Written inRuby

GitHub is a Web-based platform mostly used  for developers to post and collaborate on computer code. It is the largest host of source code in the world.[3]

The platform is a Git version control repository hosting service. It offers all of the distributed version control and source code management (SCM) functionality of Git as well as adding its own features. It provides access control and several collaboration features such as bug tracking, feature requests, task management, and wikis for every project.[4]

GitHub offers both plans for private and free repositories on the same account[5] which are commonly used to host open-source software projects.[6] [As of April 2017, GitHub reports having almost 20 million users and 57 million repositories,[7]] Github had 24 million developers affiliated to 1.5 million organizations and 67 million repositories, located in 200 countries of the world, in October 2017. [8]

GitHub has a mascot called Octocat, a cat with five tentacles and a human-like face.[9][10]

Services[edit]

GitHub[edit]

Development of the GitHub platform began on 19 October 2007.[11][12][13] The site was launched in April 2008 by Tom Preston-Werner, Chris Wanstrath, and PJ Hyett after it had been made available for a few months prior as a beta release.[14]

Projects on GitHub can be accessed and manipulated using the standard Git command-line interface and all of the standard Git commands work with it. GitHub also allows registered and non-registered users to browse public repositories on the site. Multiple desktop clients and Git plugins have also been created by GitHub and other third parties that integrate with the platform.

The site provides social networking-like functions such as feeds, followers, wikis (using wiki software called Gollum) and a social network graph to display how developers work on their versions ("forks") of a repository and what fork (and branch within that fork) is newest.

In October 2017, it said it added recommendations of relevant repositories to the homepage of logged in users.[15]

A user must create an account in order to contribute content to the site, but public repositories can be browsed and downloaded by anyone. With a registered user account, users are able to discuss, manage, create repositories, submit contributions to others' repositories, and review changes to code.

Users can pay a subscription fee to keep to keep their code private.[16]

The software that runs GitHub was written using Ruby on Rails and Erlang by GitHub, Inc. developers Chris Wanstrath,[17] PJ Hyett, and Tom Preston-Werner.

Scope[edit]

GitHub is mostly used for code.

In addition to source code, GitHub supports the following formats and features:

  • Documentation, including automatically rendered README files in a variety of Markdown-like file formats (see README files on GitHub)
  • Issue tracking (including feature requests) with labels, milestones, assignees and a search engine
  • Wikis
  • Pull requests with code review and comments
  • Commits history
  • Graphs: pulse, contributors, commits, code frequency, punch card, network, members
  • Integrations Directory[18]
  • Unified and split diffs
  • Email notifications
  • Option to subscribe someone to notifications by @ mentioning them.[19]
  • Emojis[20]
  • GitHub Pages: small websites can be hosted from public repositories on GitHub. The URL format is http://username.github.io.[21]
  • Nested task-lists within files
  • Visualization of geospatial data
  • 3D render files that can be previewed using a new integrated STL file viewer that displays the files on a "3D canvas".[22] The viewer is powered by WebGL and Three.js.
  • Photoshop's native PSD format can be previewed and compared to previous versions of the same file.
  • PDF document viewer
  • Newsfeeds[23]
  • Explorer (connecting to curated collections, topics and other resources)[23]
  • Dependency Graphs[23]
  • Security Alerts[23]
  • Projects (card-based project management of repositories)[24]
  • Marketplace (discover and purchase apps)[25]
  • Atom editor integration[26]
  • Electron (framework for cross-platform development of desktop applications)[27]

Licensing of repositories[edit]

GitHub's Terms of Service do not require public software projects hosted on GitHub to meet the Open Source Definition. For that reason, it is essential for users and developers intending to use a piece of software found on GitHub to read the software license in the repository (usually found in a top-level file called "LICENSE", "LICENSE.txt", or similar) to determine if it meets their needs[citation needed]. The Terms of Service state, "By setting your repositories to be viewed publicly, you agree to allow others to view and fork your repositories."[28]

GitHub Enterprise[edit]

GitHub Enterprise is similar to GitHub's public service but is designed for use by large-scale enterprise software development teams where the enterprise wishes to host their repositories behind a corporate firewalll. Enterprise customers can cluster servers to act as a single installation, enabling it to support large teams.[29]

In the spring of 2017, GitHub Enterprise added on an option to store work on the major cloud services, including Amazon Web Services and Microsoft Azure.[16] IBM's BlueMix cloud-platform was added in February, 2016.[30]

Git Hub Enterprise allows users to follow each other, rate each other’s work, receive updates for specific projects and communicate publicly or privately.[31]  It also has private workspaces and 24/7 support.[16]

GitHub Enterprise added support for Jupyter in November 2016. It allows for annotations and discussions around specific lines of code and, card-based project-management software created directly from GitHub objects.[24]

GitHub Enterprise 2.9 added the following features in March 2017:[32]

  • Support for load balancers[32]
  • Resolve merge conflicts from within pull requests[32]
  • Dismiss pull request reviews[32]
  • Ask for pull request reviews from specific individuals[32]
  • Search commit messages in specific data fields, such as author, date, and message[32]
  • Organization-wide projects [32] 

In November 2017, Github adopted the "Git Virtual File System" created by Microsoft for Windows development. The system makes it easier to run large projects with thousands of developers and a very large codebase. Microsoft and Github are further extending the new system to include GitHub Enterprise projects built on MacOS and Linux.[33]

Forty five percent of the 100 largest companies in the United States (by revenue) use GitHub Enterprise to build software.[34]  About $110 million of GitHub's annual revenue, based on a run rate in August 2017, came from GitHub Enterprise.[15]

GitHub Business offers largely the same features as GitHub Enterprise but is hosted by GitHub. It also includes SAML single sign-on, and automated provisioning and deprovisioning.[32]

Gists[edit]

GitHub also operates other services: a pastebin-style site called Gist[14] that is for hosting code snippets (GitHub proper is for hosting larger projects), and a slide hosting service called Speaker Deck.

Tom Preston-Werner presented the then-new Gist feature at a punk rock Ruby conference in 2008.[35] Gist builds on the traditional simple concept of a pastebin by adding version control for code snippets, easy forking, and SSL encryption for private pastes. Because each "gist" has its own Git repository, multiple code snippets can be contained in a single paste and they can be pushed and pulled using Git. Further, forked code can be pushed back to the original author in the form of a patch, so gists (pastes) can become more like mini-projects.

Education program[edit]

GitHub launched a new program called the GitHub Student Developer Pack to give students free access to popular development tools and services. GitHub partnered with Bitnami, Crowdflower, DigitalOcean, DNSimple, HackHands, Namecheap, Orchestrate, Screenhero, SendGrid, Stripe, Travis CI and Unreal Engine to launch the program.[36]

GitHub Marketplace service[edit]

GitHub also provides some software as a service integrations for adding extra features to projects. Those services include:

  • Rollbar: Integrate with GitHub to provide real time debugging tools and full-stack exception reporting. It is compatible with all well used code languages, such as JavaScript, Python, .Net, Ruby, PHP, Node.js, Android, iOS, Go, Java and C#.
  • Codebeat: For automated code analysis specialized in web and mobile developers. The supported languages for this software are: Elixir, Go, Java, Swift, JavaScript, Python, Ruby, Kotlin, Objective-C, TypeScript.
  • Travis CI: To provide confidence for your apps while doing test and ship. Also gives full control over the build environment, to adapt it to the code. Supported languages: Go, Java, JavaScript, Objective-C, Python, PHP, Ruby and Swift.
  • GitLocalize: Developed for teams that are translating their content from one point to another. GitLocalize automatically syncs with your repository so you can keep your workflow on GitHub. It also keeps you updated on what needs to be translated.

History[edit]

The shading of the map illustrates the number of users as a proportion of each country’s Internet population. The circular charts surrounding the two hemispheres depict the total number of GitHub users (left) and commits (right) per country.

On 24 February 2009, GitHub team members announced, in a talk at Yahoo! headquarters, that within the first year of being online, GitHub had accumulated over 46,000 public repositories, 17,000 of which were formed in the previous month alone. At that time, about 6,200 repositories had been forked at least once and 4,600 had been merged.

On 5 July 2009, GitHub announced that the site was now harnessed by over 100,000 users. On 27 July 2009, In another talk delivered at Yahoo!, Tom Preston-Werner announced that GitHub had grown to host 90,000 unique public repositories, 12,000 having been forked at least once, for a total of 135,000 repositories.[37]

On 25 July 2010, GitHub announced that it hosts 1 million repositories.[38] On 20 April 2011, GitHub announced that it is hosting 2 million repositories.[39]

On 2 June 2011, ReadWriteWeb reported that GitHub had surpassed SourceForge and Google Code in total number of commits for the period January to May 2011.[40]

On 9 July 2012, Peter Levine, general partner at GitHub's investor Andreessen Horowitz, stated that GitHub had been growing revenue at 300% annually since 2008 "profitably nearly the entire way".[41]

GitHub, Inc. was originally a flat organization with no middle managers; in other words, "everyone is a manager" (self-management).[42] Employees could choose to work on projects that interest them (open allocation). However, salaries were set by the chief executive.[43] By 2014, the company had adopted a traditional management structure.[44]

On 16 January 2013, GitHub announced it had passed the 3 million users mark and was then hosting more than 5 million repositories.[45] On 23 December 2013, GitHub announced it had reached 10 million repositories.[46]

In June 2015, GitHub opened an office in Japan that is its first office outside of the U.S.[47]

On 29 July 2015, GitHub announced it had raised $250 million in funding in a round led by Sequoia Capital. The round valued the company at approximately $2 billion.[48]

In 2016, GitHub was ranked #14 on the Forbes Cloud 100 list.[49]

With the first release on July 21, 2017, Brave web browser features Github as one of its default search engines.[50]

In November 2017, GitHub introduced security alerts for vulnerabilities in software packages that their projects depend upon.[51] The security alerts service is based on a GitHub "dependency graphs" and include severity levels and suggested fixes.[52][53]

Censorship[edit]

On 3 December 2014, GitHub was blocked in Russia for a few days over user-posted suicide manuals.[54]

On 31 December 2014, GitHub was blocked in India (along with 31 other Websites) over pro-ISIS content posted by users.[55] On 10 January 2015, GitHub was unblocked. Again, on 12 Sep 2015, GitHub was blocked all over India. The site was unblocked soon after.

On 26 March 2015, GitHub fell victim to a massive distributed denial-of-service (DDoS) attack that lasted for more than 118 hours.[56] The attack, which appeared to originate from China, primarily targeted GitHub-hosted user content describing methods of circumventing Internet censorship.[57][58][59]

On 8 October 2016, GitHub access was blocked by the Turkish government to prevent email leakage of a hacked account belonging to the country's Energy Minister.[60]

Harassment allegations[edit]

In March 2014, GitHub programmer Julie Ann Horvath alleged that founder and CEO Tom Preston-Werner and his wife Theresa engaged in a pattern of harassment against her that led to her leaving the company.[61] In April 2014, GitHub released a statement denying Horvath's allegations.[62][63] However, following an internal investigation, GitHub confirmed the claims. GitHub's CEO Chris Wanstrath wrote on the company blog, "The investigation found Tom Preston-Werner in his capacity as GitHub’s CEO acted inappropriately, including confrontational conduct, disregard of workplace complaints, insensitivity to the impact of his spouse's presence in the workplace, and failure to enforce an agreement that his spouse should not work in the office."[64] Preston-Werner then resigned from the company. In 2017 more allegations were made of discriminatory and unsupportive behavior at Github by a developer, who had been recruited following a commitment by Github to improve its diversity and inclusivity.[65]

Mascot[edit]

GitHub's mascot, Octocat, is an anthropomorphized female cat with five octopus-like arms.[9][10] The character was created by graphic designer Simon Oxley as clip art to sell on iStock,[66] a website that enables designers to market royalty-free digital images.

GitHub became interested in Oxley's work after Twitter selected a bird that he designed for their own logo.[67] The illustration GitHub chose was a character that Oxley had named Octopuss.[66] Since GitHub wanted Octopuss for their logo (a use that the iStock license disallows), they negotiated with Oxley to buy exclusive rights to the image.[66]

GitHub renamed Octopuss to Octocat,[66] and trademarked the character along with the new name.[9] Later, GitHub hired illustrator Cameron McEfee to adapt Octocat for different purposes on the website and promotional materials; McEfee and various GitHub users have since made hundreds of variations of the character.[68]

Company[edit]

GitHub, Inc. was originally known as Logical Awesome LLC.[69]

Organizational structure[edit]

Originally a flat organization with little management structure, in 2014, GitHun introduced middle managers, including heads of engineering, legal, marketing, sales.[44] About 700 people worked at GitHub, as of October 2017.[15]

Finance[edit]

GitHub.com was a start-up business, which in its first years provided enough revenue to be funded solely by its three founders and start taking on employees.[70] In July 2012, four years after the company was founded, Andreessen Horowitz invested $100M in venture capital.[4] In July 2015 GitHub raised another $250M of venture capital in a series B round. Investors were Sequoia Capital, Andreessen Horowitz, Thrive Capital and other venture capital funds.[71] As of August 2016, GitHub was making $140M in Annual Recurring Revenue.[72] GitHub reported annual revenue of about $200M based on its July 2017 annual run rate.[15] About half the revenue comes from GitHub Enterprise and half from subscription fees to keep repositories private.[16]

Octoverse Report[edit]

GitHub releases an annual trends report based on data from its millions of code repositories, including the most popular programming languages used in its hosted projects and the most active repositories.[73][8]

In October 2017, based on 67 million repositories, the report stated that Javascript is the most popular programming language, followed by Python and Java.[73][74] The most forked project was TensorFlow, a machine learning project.[73][8] Visual Studio Code was the project with the most contributors, at about 15,000. [73]

See also[edit]

References[edit]

  1. ^ "About - GitHub". GitHub.
  2. ^ "Github.com Alexa Ranking". Alexa Internet. Retrieved 4 December 2017.
  3. ^ Gousios, Georgios; Vasilescu, Bogdan; Serebrenik, Alexander; Zaidman, Andy. "Lean GHTorrent: GitHub Data on Demand" (PDF). The Netherlands: Delft University of Technology & †Eindhoven University of Technology: 1. Retrieved 9 July 2014. During recent years, GITHUB (2008) has become the largest code host in the world. {{cite journal}}: Cite journal requires |journal= (help)
  4. ^ a b Williams, Alex (9 July 2012). "GitHub Pours Energies into Enterprise – Raises $100 Million From Power VC Andreessen Horowitz". TechCrunch. Andreessen Horowitz is investing an eye-popping $100 million into GitHub
  5. ^ "Why GitHub's pricing model stinks (for us)". LosTechies. 7 November 2012. Archived from the original on 29 June 2015. Retrieved 29 June 2015.
  6. ^ "The Problem With Putting All the World's Code in GitHub". Wired. 29 June 2015. Archived from the original on 29 June 2015. Retrieved 29 June 2015.
  7. ^ "Celebrating nine years of GitHub with an anniversary sale". github.com. Github. Retrieved 11 April 2017.
  8. ^ a b c Editor. "GitHub's Latest State Of The Octoverse". www.i-programmer.info. Retrieved 11 December 2017. {{cite web}}: |last= has generic name (help)
  9. ^ a b c "GitHub Octodex FAQ". github.com. Retrieved 21 September 2015.
  10. ^ a b Jaramillo, Tony (24 November 2014). "From Sticker to Sculpture: The making of the Octocat figurine". The GitHub Blog. GitHub. Retrieved 19 April 2017.
  11. ^ Weis, Kristina (10 February 2014). "GitHub CEO and Co-Founder Chris Wanstrath Keynoting Esri's DevSummit!". in 2007 they began working on GitHub as a side project
  12. ^ Preston-Werner, Tom (19 October 2008). "GitHub Turns One!". GitHub. Retrieved 28 March 2014.
  13. ^ Wanstrath, Chris (7 December 2009). "The first commit was on a Friday night in October, around 10pm". Retrieved 4 November 2017.
  14. ^ a b Catone, Josh (24 July 2008). "GitHub Gist is Pastie on Steroids". GitHub hosts about 10,000 projects and officially launched in April of this year after a beta period of a few months.
  15. ^ a b c d Novet, Jordan (11 October 2017). "GitHub has turned serious and now books more than $100m a year from businesses". CNBC. Retrieved 11 December 2017.
  16. ^ a b c d "GitHub, the 'Facebook for programmers,' has quietly built up an enterprise business that accounts for half its $200 million in sales". Business Insider. Retrieved 11 December 2017.
  17. ^ "Interview with Chris Wanstrath". Doeswhat.com. 6 March 2012. Retrieved 26 February 2013.
  18. ^ "Integrations Directory". GitHub. Retrieved 30 April 2016.
  19. ^ "Mention @somebody. They're notified". GitHub. Retrieved 30 April 2016.
  20. ^ "Github Help / Categories / Writing on GitHub". Github.com. Retrieved 30 April 2016.
  21. ^ "GitHub Pages".
  22. ^ Weinhoffer, Eric (9 April 2013). "GitHub Now Supports STL File Viewing".
  23. ^ a b c d "GitHub Intros Dependency Graphs, Security Alerts Coming Soon -- ADTmag". ADTmag. Retrieved 11 December 2017.
  24. ^ a b Yegulalp, Serdar. "GitHub Enterprise 2.8 adds new workflow options". InfoWorld. Retrieved 11 December 2017.
  25. ^ Mix (22 May 2017). "GitHub launches Marketplace to help developers find the tools they need". The Next Web. Retrieved 11 December 2017.
  26. ^ Yegulalp, Serdar. "Atom editor now has native GitHub integration". InfoWorld. Retrieved 11 December 2017.
  27. ^ Krill, Paul. "GitHub releases Electron 1.0 for desktop app developers". InfoWorld. Retrieved 11 December 2017.
  28. ^ "GitHub Terms of Service - User Documentation". Help.github.com. 11 February 2016. Retrieved 5 December 2016.
  29. ^ Lardinois, Frederic. "GitHub Updates Its Enterprise Product With Clustering Support, Updated Design". TechCrunch. Retrieved 11 December 2017.
  30. ^ Noyes, Katherine. "GitHub Enterprise is coming to IBM's Bluemix". InfoWorld. Retrieved 11 December 2017.
  31. ^ "ARCAD And GitHub Prepare For A Paradigm Shift - IT Jungle". IT Jungle. 17 May 2017. Retrieved 11 December 2017.
  32. ^ a b c d e f g h "You're mulling GitHub Enterprise. Not keen on on-prem hosting. You don't totally hate cloud..." Retrieved 11 December 2017.
  33. ^ "Microsoft and GitHub team up to take Git virtual file system to macOS, Linux". Ars Technica. Retrieved 11 December 2017.
  34. ^ "GitHub starts alerting developers of security vulnerabilities in dependencies - Help Net Security". Help Net Security. 20 November 2017. Retrieved 11 December 2017.
  35. ^ Preston-Werner, Tom (20 July 2008). God's memory leak - a scientific treatment. RubyFringe. Retrieved 21 October 2014. He previewed the upcoming git feature gist
  36. ^ Lardinois, Frederic (7 October 2014). "GitHub Partners With Digital Ocean, Unreal Engine, Others To Give Students Free Access To Developer Tools". TechCrunch. Retrieved 7 October 2014.
  37. ^ Dascalescu, Dan (3 November 2009). "The PITA Threshold: GitHub vs. CPAN". Dan Dascalescu's Wiki.
  38. ^ "One Million Repositories, Git Official Blog". 25 July 2010.
  39. ^ "Those are some big numbers, Git Official Blog". 20 April 2011.
  40. ^ "Github Has Surpassed Sourceforge and Google Code in Popularity". During the period Black Duck examined, Github had 1,153,059 commits, Sourceforge had 624,989, Google Code and 287,901 and CodePlex had 49,839.
  41. ^ Levine, Peter (9 July 2012). "Software Eats Software Development".
  42. ^ Tomayko, Ryan (2 April 2012). "Show How, Don't Tell What - A Management Style". Retrieved 28 August 2013.
  43. ^ Hardy, Quentin. "Dreams of 'Open' Everything". New York Times.
  44. ^ a b "Why GitHub finally abandoned its bossless workplace". Retrieved 12 March 2018.
  45. ^ "Code-sharing site Github turns five and hits 3.5 million users, 6 million repositories". TheNextWeb.com. 11 April 2013. Retrieved 11 April 2013.
  46. ^ "10 Million Repositories". GitHub.com. 23 December 2013. Retrieved 28 December 2013.
  47. ^ "GitHub Expands To Japan, Its First Office Outside The U.S." TechCrunch. 4 June 2015.
  48. ^ "GitHub raises $250 million in new funding, now valued at $2 billion". Fortune. 29 July 2015.
  49. ^ "Forbes Cloud 100". Forbes. Retrieved 31 October 2016.
  50. ^ "Brave Browser Github page". Github. Retrieved 10 August 2017.
  51. ^ Tung, Liam. "Open source's big weak spot? Flawed libraries lurking in key apps | ZDNet". ZDNet. Retrieved 11 December 2017.
  52. ^ Krill, Paul. "What's new at GitHub: dependency management, security alerts". InfoWorld. Retrieved 11 December 2017.
  53. ^ "GitHub starts alerting developers of security vulnerabilities in dependencies - Help Net Security". Help Net Security. 20 November 2017. Retrieved 11 December 2017.
  54. ^ "Russia Blacklists, Blocks GitHub Over Pages That Refer To Suicide".
  55. ^ "GitHub, Vimeo and 30 more sites blocked in India over content from ISIS". thenextweb.com. The Next Web. 31 December 2014.
  56. ^ "Large Scale DDoS Attack on github.com". github.com. GitHub. 27 March 2015. Retrieved 31 March 2015.
  57. ^ "Last night, GitHub was hit with massive denial-of-service attack from China". theverge.com. The Verge. 27 March 2015. Retrieved 27 March 2015.
  58. ^ "U.S. Coding Website GitHub Hit With Cyberattack". wsj.com. The Wall Street Journal. 29 March 2015. Retrieved 29 March 2015.
  59. ^ "Massive denial-of-service attack on GitHub tied to Chinese government". arstechnica.com. Ars Technica. 31 March 2015. Retrieved 1 April 2015.
  60. ^ "Turkey blocked GitHub and Dropbox to hide leaks – reports".
  61. ^ Biddle, Sam; Tiku, Nitasha (17 March 2014). "Meet the Married Duo Behind Tech's Biggest New Harassment Scandal". Vallywag. Gawker. Archived from the original on 17 March 2014. Retrieved March 17, 2014.
  62. ^ Miller, Claire Cain (21 April 2014). "GitHub Founder Resigns After Investigation". Bits. The New York Times.
  63. ^ Wilhelm, Alex (21 April 2014). "GitHub Denies Allegations Of "Gender-Based Harassment," Co-Founder Preston-Werner Resigns". TechCrunch.
  64. ^ "Follow up to the investigation results". 28 April 2014.
  65. ^ Ehmke, Coraline Ada blog. "Antisocial Coding: My Year at GitHub". Retrieved 5 July 2017.
  66. ^ a b c d DeAmicis, Carmel (8 July 2013). "Original GitHub Octocat designer Simon Oxley on his famous creation: "I don't remember drawing it"". PandoDaily. Retrieved 19 April 2017.
  67. ^ Campbell-Dollaghan, Kelsey (26 April 2013). "Meet the Accidental Designer of the GitHub and Twitter Logos". Co.Design. Fast Company. Retrieved 19 April 2017.
  68. ^ McEfee, Cameron (12 May 2016). "The Octocat—a nerdy household name". CameronMcEfee.com. Cameron McEfee. Retrieved 19 April 2017.
  69. ^ "New Year, New Company". Retrieved 11 April 2016.
  70. ^ Michael, Carney (20 June 2013). "GitHub CEO explains why the company took so damn long to raise venture capital". PandoDaily. Retrieved 10 July 2014.
  71. ^ Lardinois, Frederic. "GitHub Raises $250M Series B Round To Take Risks". TechCrunch. Retrieved 4 July 2016.
  72. ^ Plassnig, Moritz. "GitHub is making $140M in ARR". Medium. Retrieved 19 December 2016.
  73. ^ a b c d "GitHub Details Year's Most Popular Programming Languages, Active Projects, More -- ADTmag". ADTmag. Retrieved 11 December 2017.
  74. ^ "The 15 most popular programming languages, according to the 'Facebook for programmers'". Business Insider. Retrieved 11 December 2017.

External links[edit]

Category:Bug and issue tracking software Category:Cloud computing providers Category:Collaborative projects Category:Community websites Category:Computing websites Category:Cross-platform software Category:Git (software) Category:Internet properties established in 2008 Category:Open-source software hosting facilities Category:Project hosting websites Category:Project management software Category:South of Market, San Francisco Category:Technology companies of the United States Category:Version control