Built for developers
GitHub is a development platform inspired by the way you work. From open sourcetobusiness, you can host and review code, manage projects, and build software alongside 50 million developers.
| Sep | OCT | Nov |
| 07 | ||
| 2019 | 2020 | 2021 |
COLLECTED BY
Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.
History is littered with hundreds of conflicts over the future of a community, group, location or business that were "resolved" when one of the parties stepped ahead and destroyed what was there. With the original point of contention destroyed, the debates would fall to the wayside. Archive Team believes that by duplicated condemned data, the conversation and debate can continue, as well as the richness and insight gained by keeping the materials. Our projects have ranged in size from a single volunteer downloading the data to a small-but-critical site, to over 100 volunteers stepping forward to acquire terabytes of user-created data to save for future generations.
The main site for Archive Team is at archiveteam.org and contains up to the date information on various projects, manifestos, plans and walkthroughs.
This collection contains the output of many Archive Team projects, both ongoing and completed. Thanks to the generous providing of disk space by the Internet Archive, multi-terabyte datasets can be made available, as well as in use by the Wayback Machine, providing a path back to lost websites and work.
Our collection has grown to the point of having sub-collections for the type of data we acquire. If you are seeking to browse the contents of these collections, the Wayback Machine is the best first stop. Otherwise, you are free to dig into the stacks to see what you may find.
The Archive Team Panic Downloads are full pulldowns of currently extant websites, meant to serve as emergency backups for needed sites that are in danger of closing, or which will be missed dearly if suddenly lost due to hard drive crashes or server failures.
ArchiveBot is an IRC bot designed to automate the archival of smaller websites (e.g. up to a few hundred thousand URLs). You give it a URL to start at, and it grabs all content under that URL, records it in a WARC, and then uploads that WARC to ArchiveTeam servers for eventual injection into the Internet Archive (or other archive sites).
To use ArchiveBot, drop by #archivebot on EFNet. To interact with ArchiveBot, you issue commands by typing it into the channel. Note you will need channel operator permissions in order to issue archiving jobs. The dashboard shows the sites being downloaded currently.
There is a dashboard running for the archivebot process at http://www.archivebot.com.
ArchiveBot's source code can be found at https://github.com/ArchiveTeam/ArchiveBot.
{{ message }}
GitHub is a development platform inspired by the way you work. From open sourcetobusiness, you can host and review code, manage projects, and build software alongside 50 million developers.
Make sure it'sat least 15 charactersORat least 8 characters including a number and a lowercase letter. Learn more.
By clicking “Sign up for GitHub”, you agree to our Terms of Service and Privacy Statement. We’ll occasionally send you account related emails.
Take collaboration to the next level with security and administrative features built for teams.
Deploy to your environment or the cloud.
Need help?
Contact Sales →











A better way to work together
GitHub brings teams together to work through problems, move ideas forward, and learn from each other along the way.
Collaboration makes perfect. The conversations and code reviews that happen in pull requests help your team share the weight of your work and improve the software you build. Learn about code review.
Take a deep breath. On GitHub, project management happens in issues and project boards, right alongside your code. All you have to do is mention a teammate to get them involved. Learn about project management.
Browse and buy apps from GitHub Marketplace with your GitHub account. Find the tools you like or discover new favorites—then start using them in minutes. Learn about integrations.
Hospitality
Insurance
Business Software
Technology / Streaming
Your business needs, met
From flexible hosting to granular access controls, we’ve got your security requirements covered.
How GitHub Enterprise works → Learn how GitHub Enterprise works →
Prevent problems before they happen. Protected branches, signed commits, and required status checks protect your work and help you maintain a high standard for your code.
Encourage teams to work together while limiting access to those who need it with granular permissions and authentication through SAML/SSO and LDAP.
Securely and reliably host your work on GitHub using GitHub Enterprise Cloud. Or deploy GitHub Enterprise Server in your own data centers or in a private cloud using Amazon Web Services, Azure, or Google Cloud Platform.
Compare plans → Contact Sales for more information →Build on GitHub
Customize your process with GitHub apps and an intuitive API. Integrate the tools you already use or discover new favorites to create a happier, more efficient way of working.






Sometimes, there’s more than one tool for the job. Why not try something new?
Welcome home,
developers
GitHub is home to the world’s largest community of developers and their projects...
Russell Keith-Magee created BeeWare to fill a gap in his own process. Today, BeeWare is the go-to project for supporting Python on every platform.
Kris Nova quickly developed a passion for open source software. Now she gets to work on open source tooling at her day job, which includes maintaining Kubernetes Operations (kops).
In 2013, Evan You founded Vue, a Javascript framework funded by the community on Patreon. In 2016, Vue reached 2,000,000 downloads.
Jess Frazelle works on Kubernetes full-time. Previously she maintained Docker, a software containerization platform used by thousands of teams.
...whether you’re making your first commit or sending a Rover to Mars, there’s room for you here, too.
GitHub’s users create and maintain influential technologies alongside the world’s largest open source community.
Developers use GitHub for personal projects, from experimenting with new programming languages to hosting their life’s work.
Businesses of all sizes use GitHub to support their development process and to securely build software.
Millions of developers and companies build, ship, and maintain their software on GitHub—the largest and most advanced development platform in the world.
Developers
Organizations
Repositories
Fortune 100
Take collaboration to the next level with security and administrative features built for teams.
octocat-classifier
assets
tests
LICENSE
README.md
index.js
package.json
README.md
app.js
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# Octocat Classifier :octopus: :cat: :mag:
  
As the name suggests, Octocat Classifier is used to determine whether a given image contains an Octocat. It is trained with images from the [Octodex](1), images shared with [#MyOctocat on Twitter](2), and [photographs of laptops with :octocat: stickers on them]().
## Installation
```
git clone https://github.com/jasonetco/octocat-classifier
```
→ ~/octocat-classifier gh repo create octocat-classifier
✓ Created repository jasonetco/octocat-classifier on GitHub
✓ Added remote https://github.com/jasonetco/octocat-classifier.git
→ ~/octocat-classifier git push origin main
→ ~/octocat-classifier npm install eslint
+ eslint@7.8.1
added 109 packages from 64 contributors and audited 109 packages in 3.491s
9 packages are looking for funding
run `npm fund` for details
found 0 vulnerabilities
→ ~/octocat-classifier
➜ ~ gh pr status
Relevent pull requests in cli/cli
Current branch
There is no pull request associated with [main]
Created by you
You have no open pull requests
Requesting a code review from you
#1401 Correctly handle and set empty fields...
[octocat:emptyBody]
✓ Checks passing
#1357 Added confirmation steps for risk...
[octocat:confirmations]
x 1/3 checks failing
➜ ~
* GitHub CLI is available on macOS, Windows, and Linux
* GitHub Desktop is available on macOS and Windows
Small experiments, inspired inventions, and the software everyone depends on—the code you write on GitHub can reach one codebase or millions.
An Open Source Machine Learning Framework for Everyone
Build blazing fast, modern apps and websites with React
🏡 Open source home automation that puts local control and privacy first
Empowering everyone to build reliable and efficient software.
Flutter makes it easy and fast to build beautiful apps for mobile and beyond.
Production-Grade Container Scheduling and Management
The Swift Programming Language
Ansible is a radically simple IT automation platform.
Terraform enables you to safely and predictably create, change, and improve infrastructure.
🙃 A delightful community-driven framework for managing your zsh configuration.
A declarative, efficient, and flexible JavaScript library for building user interfaces.
The package manager for JavaScript