René's URL Explorer Experiment


Title: Index does not name a type (gcc-7.1) · Issue #58 · ndarray/ndarray · GitHub

Open Graph Title: Index does not name a type (gcc-7.1) · Issue #58 · ndarray/ndarray

X Title: Index does not name a type (gcc-7.1) · Issue #58 · ndarray/ndarray

Description: A new problem when using with gcc-7.1? In file included from /home/nbecker/.local/include/ndarray/converter/eigen.h:19:0, from /home/nbecker/.local/include/ndarray/pybind11.h:51, from pn2.cc:4: /home/nbecker/.local/include/ndarray/eigen....

Open Graph Description: A new problem when using with gcc-7.1? In file included from /home/nbecker/.local/include/ndarray/converter/eigen.h:19:0, from /home/nbecker/.local/include/ndarray/pybind11.h:51, from pn2.cc:4: /ho...

X Description: A new problem when using with gcc-7.1? In file included from /home/nbecker/.local/include/ndarray/converter/eigen.h:19:0, from /home/nbecker/.local/include/ndarray/pybind11.h:51, from pn2.cc:4: /ho...

Opengraph URL: https://github.com/ndarray/ndarray/issues/58

X: @github

direct link

Domain: patch-diff.githubusercontent.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Index does not name a type (gcc-7.1)","articleBody":"A new problem when using with gcc-7.1?\r\n\r\n```\r\nIn file included from /home/nbecker/.local/include/ndarray/converter/eigen.h:19:0,\r\n                 from /home/nbecker/.local/include/ndarray/pybind11.h:51,\r\n                 from pn2.cc:4:\r\n/home/nbecker/.local/include/ndarray/eigen.h:284:12: error: 'Index' does not name a type; did you mean 'index'?\r\n     inline Index innerStride() const { return ST::getInnerStride(*Access::getCore(_array)); }\r\n            ^~~~~\r\n            index\r\n/home/nbecker/.local/include/ndarray/eigen.h:285:12: error: 'Index' does not name a type; did you mean 'index'?\r\n     inline Index outerStride() const { return ST::getOuterStride(*Access::getCore(_array)); }\r\n            ^~~~~\r\n            index\r\n/home/nbecker/.local/include/ndarray/eigen.h:287:12: error: 'Index' does not name a type; did you mean 'index'?\r\n     inline Index rowStride() const { return ST::getRowStride(*Access::getCore(_array)); }\r\n            ^~~~~\r\n            index\r\n/home/nbecker/.local/include/ndarray/eigen.h:288:12: error: 'Index' does not name a type; did you mean 'index'?\r\n     inline Index colStride() const { return ST::getColStride(*Access::getCore(_array)); }\r\n            ^~~~~\r\n            index\r\n/home/nbecker/.local/include/ndarray/eigen.h:290:12: error: 'Index' does not name a type; did you mean 'index'?\r\n     inline Index rows() const { return ST::getRows(*Access::getCore(_array)); }\r\n            ^~~~~\r\n            index\r\n/home/nbecker/.local/include/ndarray/eigen.h:291:12: error: 'Index' does not name a type; did you mean 'index'?\r\n     inline Index cols() const { return ST::getCols(*Access::getCore(_array)); }\r\n            ^~~~~\r\n            index\r\n/home/nbecker/.local/include/ndarray/eigen.h:297:21: error: 'coeff' declared as an 'inline' field\r\n     inline T\u0026 coeff(Index row, Index col) const {\r\n                     ^~~~~\r\n/home/nbecker/.local/include/ndarray/eigen.h:297:15: error: expected ';' at end of member declaration\r\n     inline T\u0026 coeff(Index row, Index col) const {\r\n               ^~~~~\r\n/home/nbecker/.local/include/ndarray/eigen.h:297:27: error: expected ')' before 'row'\r\n     inline T\u0026 coeff(Index row, Index col) const {\r\n                           ^~~\r\n/home/nbecker/.local/include/ndarray/eigen.h:301:21: error: 'coeff' declared as an 'inline' field\r\n     inline T\u0026 coeff(Index index) const {\r\n                     ^~~~~\r\n/home/nbecker/.local/include/ndarray/eigen.h:301:15: error: expected ';' at end of member declaration\r\n     inline T\u0026 coeff(Index index) const {\r\n               ^~~~~\r\n/home/nbecker/.local/include/ndarray/eigen.h:301:21: error: redeclaration of 'T\u0026 ndarray::EigenView\u003cT, N, C, XprKind_, Rows_, Cols_\u003e::coeff'\r\n     inline T\u0026 coeff(Index index) const {\r\n                     ^~~~~\r\n/home/nbecker/.local/include/ndarray/eigen.h:297:21: note: previous declaration 'T\u0026 ndarray::EigenView\u003cT, N, C, XprKind_, Rows_, Cols_\u003e::coeff'\r\n     inline T\u0026 coeff(Index row, Index col) const {\r\n                     ^~~~~\r\n/home/nbecker/.local/include/ndarray/eigen.h:301:27: error: expected ')' before 'index'\r\n     inline T\u0026 coeff(Index index) const {\r\n                           ^~~~~\r\n/home/nbecker/.local/include/ndarray/eigen.h:305:24: error: 'coeffRef' declared as an 'inline' field\r\n     inline T\u0026 coeffRef(Index row, Index col) const {\r\n                        ^~~~~\r\n/home/nbecker/.local/include/ndarray/eigen.h:305:15: error: expected ';' at end of member declaration\r\n     inline T\u0026 coeffRef(Index row, Index col) const {\r\n               ^~~~~~~~\r\n/home/nbecker/.local/include/ndarray/eigen.h:305:30: error: expected ')' before 'row'\r\n     inline T\u0026 coeffRef(Index row, Index col) const {\r\n                              ^~~\r\n/home/nbecker/.local/include/ndarray/eigen.h:309:24: error: 'coeffRef' declared as an 'inline' field\r\n     inline T\u0026 coeffRef(Index row, Index col) {\r\n                        ^~~~~\r\n/home/nbecker/.local/include/ndarray/eigen.h:309:15: error: expected ';' at end of member declaration\r\n     inline T\u0026 coeffRef(Index row, Index col) {\r\n               ^~~~~~~~\r\n/home/nbecker/.local/include/ndarray/eigen.h:309:24: error: redeclaration of 'T\u0026 ndarray::EigenView\u003cT, N, C, XprKind_, Rows_, Cols_\u003e::coeffRef'\r\n     inline T\u0026 coeffRef(Index row, Index col) {\r\n                        ^~~~~\r\n/home/nbecker/.local/include/ndarray/eigen.h:305:24: note: previous declaration 'T\u0026 ndarray::EigenView\u003cT, N, C, XprKind_, Rows_, Cols_\u003e::coeffRef'\r\n     inline T\u0026 coeffRef(Index row, Index col) const {\r\n                        ^~~~~\r\n/home/nbecker/.local/include/ndarray/eigen.h:309:30: error: expected ')' before 'row'\r\n     inline T\u0026 coeffRef(Index row, Index col) {\r\n                              ^~~\r\n/home/nbecker/.local/include/ndarray/eigen.h:313:24: error: 'coeffRef' declared as an 'inline' field\r\n     inline T\u0026 coeffRef(Index index) const {\r\n                        ^~~~~\r\n/home/nbecker/.local/include/ndarray/eigen.h:313:15: error: expected ';' at end of member declaration\r\n     inline T\u0026 coeffRef(Index index) const {\r\n               ^~~~~~~~\r\n/home/nbecker/.local/include/ndarray/eigen.h:313:24: error: redeclaration of 'T\u0026 ndarray::EigenView\u003cT, N, C, XprKind_, Rows_, Cols_\u003e::coeffRef'\r\n     inline T\u0026 coeffRef(Index index) const {\r\n                        ^~~~~\r\n/home/nbecker/.local/include/ndarray/eigen.h:305:24: note: previous declaration 'T\u0026 ndarray::EigenView\u003cT, N, C, XprKind_, Rows_, Cols_\u003e::coeffRef'\r\n     inline T\u0026 coeffRef(Index row, Index col) const {\r\n                        ^~~~~\r\n/home/nbecker/.local/include/ndarray/eigen.h:313:30: error: expected ')' before 'index'\r\n     inline T\u0026 coeffRef(Index index) const {\r\n                              ^~~~~\r\n/home/nbecker/.local/include/ndarray/eigen.h:317:24: error: 'coeffRef' declared as an 'inline' field\r\n     inline T\u0026 coeffRef(Index index) {\r\n                        ^~~~~\r\n/home/nbecker/.local/include/ndarray/eigen.h:317:15: error: expected ';' at end of member declaration\r\n     inline T\u0026 coeffRef(Index index) {\r\n               ^~~~~~~~\r\n/home/nbecker/.local/include/ndarray/eigen.h:317:24: error: redeclaration of 'T\u0026 ndarray::EigenView\u003cT, N, C, XprKind_, Rows_, Cols_\u003e::coeffRef'\r\n     inline T\u0026 coeffRef(Index index) {\r\n                        ^~~~~\r\n/home/nbecker/.local/include/ndarray/eigen.h:305:24: note: previous declaration 'T\u0026 ndarray::EigenView\u003cT, N, C, XprKind_, Rows_, Cols_\u003e::coeffRef'\r\n     inline T\u0026 coeffRef(Index row, Index col) const {\r\n                        ^~~~~\r\n/home/nbecker/.local/include/ndarray/eigen.h:317:30: error: expected ')' before 'index'\r\n     inline T\u0026 coeffRef(Index index) {\r\n                              ^~~~~\r\n/home/nbecker/.local/include/ndarray/eigen.h:322:32: error: 'Index' has not been declared\r\n     inline PacketScalar packet(Index row, Index col) const {\r\n                                ^~~~~\r\n/home/nbecker/.local/include/ndarray/eigen.h:322:43: error: 'Index' has not been declared\r\n     inline PacketScalar packet(Index row, Index col) const {\r\n                                           ^~~~~\r\n/home/nbecker/.local/include/ndarray/eigen.h:329:32: error: 'Index' has not been declared\r\n     inline PacketScalar packet(Index index) const {\r\n                                ^~~~~\r\n/home/nbecker/.local/include/ndarray/eigen.h:337:29: error: 'Index' has not been declared\r\n     inline void writePacket(Index row, Index col, const PacketScalar\u0026 x) {\r\n                             ^~~~~\r\n/home/nbecker/.local/include/ndarray/eigen.h:337:40: error: 'Index' has not been declared\r\n     inline void writePacket(Index row, Index col, const PacketScalar\u0026 x) {\r\n                                        ^~~~~\r\n/home/nbecker/.local/include/ndarray/eigen.h:345:29: error: 'Index' has not been declared\r\n     inline void writePacket(Index index, const PacketScalar\u0026 x) {\r\n                             ^~~~~\r\n/home/nbecker/.local/include/ndarray/eigen.h: In member function 'ndarray::EigenView\u003cT, N, C, XprKind_, Rows_, Cols_\u003e::PacketScalar ndarray::EigenView\u003cT, N, C, XprKind_, Rows_, Cols_\u003e::packet(int, int) const':\r\n/home/nbecker/.local/include/ndarray/eigen.h:324:39: error: there are no arguments to 'colStride' that depend on a template parameter, so a declaration of 'colStride' must be available [-fpermissive]\r\n             _array.getData() + (col * colStride() + row * rowStride())\r\n                                       ^~~~~~~~~\r\n/home/nbecker/.local/include/ndarray/eigen.h:324:39: note: (if you use '-fpermissive', G++ will accept your code, but allowing the use of an undeclared name is deprecated)\r\n/home/nbecker/.local/include/ndarray/eigen.h:324:59: error: there are no arguments to 'rowStride' that depend on a template parameter, so a declaration of 'rowStride' must be available [-fpermissive]\r\n             _array.getData() + (col * colStride() + row * rowStride())\r\n                                                           ^~~~~~~~~\r\n/home/nbecker/.local/include/ndarray/eigen.h: In member function 'ndarray::EigenView\u003cT, N, C, XprKind_, Rows_, Cols_\u003e::PacketScalar ndarray::EigenView\u003cT, N, C, XprKind_, Rows_, Cols_\u003e::packet(int) const':\r\n/home/nbecker/.local/include/ndarray/eigen.h:332:40: error: there are no arguments to 'innerStride' that depend on a template parameter, so a declaration of 'innerStride' must be available [-fpermissive]\r\n             _array.getData() + index * innerStride()\r\n                                        ^~~~~~~~~~~\r\n/home/nbecker/.local/include/ndarray/eigen.h: In member function 'void ndarray::EigenView\u003cT, N, C, XprKind_, Rows_, Cols_\u003e::writePacket(int, int, const PacketScalar\u0026)':\r\n/home/nbecker/.local/include/ndarray/eigen.h:340:39: error: there are no arguments to 'colStride' that depend on a template parameter, so a declaration of 'colStride' must be available [-fpermissive]\r\n             _array.getData() + (col * colStride() + row * rowStride()), x\r\n                                       ^~~~~~~~~\r\n/home/nbecker/.local/include/ndarray/eigen.h:340:59: error: there are no arguments to 'rowStride' that depend on a template parameter, so a declaration of 'rowStride' must be available [-fpermissive]\r\n             _array.getData() + (col * colStride() + row * rowStride()), x\r\n                                                           ^~~~~~~~~\r\n/home/nbecker/.local/include/ndarray/eigen.h: In member function 'void ndarray::EigenView\u003cT, N, C, XprKind_, Rows_, Cols_\u003e::writePacket(int, const PacketScalar\u0026)':\r\n/home/nbecker/.local/include/ndarray/eigen.h:349:40: error: there are no arguments to 'innerStride' that depend on a template parameter, so a declaration of 'innerStride' must be available [-fpermissive]\r\n             _array.getData() + index * innerStride(), x\r\n                                        ^~~~~~~~~~~\r\n```","author":{"url":"https://github.com/nbecker","@type":"Person","name":"nbecker"},"datePublished":"2017-07-11T14:22:13.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":4},"url":"https://github.com/58/ndarray/issues/58"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:515cdd1e-0278-aa1e-a278-8de7935b823e
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idEA90:C8602:2809DBB:3536C86:6971C524
html-safe-nonce16ada2520cd3052988ad9781f46daafd77119b3a04d0be2b1b308763b171d609
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJFQTkwOkM4NjAyOjI4MDlEQkI6MzUzNkM4Njo2OTcxQzUyNCIsInZpc2l0b3JfaWQiOiIxNDI4NzIzMDQxNzQxOTQ4MTk2IiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0=
visitor-hmacbee9552118d9d71e7e312e84bfe22342a6ccc2667bfec34949ea8fd79318cebd
hovercard-subject-tagissue:242065900
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/ndarray/ndarray/58/issue_layout
twitter:imagehttps://opengraph.githubassets.com/85a0fb620f6982952fa4f5a1ccc211e804c59ac005a285e9b86c2bbcff70fafb/ndarray/ndarray/issues/58
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/85a0fb620f6982952fa4f5a1ccc211e804c59ac005a285e9b86c2bbcff70fafb/ndarray/ndarray/issues/58
og:image:altA new problem when using with gcc-7.1? In file included from /home/nbecker/.local/include/ndarray/converter/eigen.h:19:0, from /home/nbecker/.local/include/ndarray/pybind11.h:51, from pn2.cc:4: /ho...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernamenbecker
hostnamegithub.com
expected-hostnamegithub.com
Noneac615aa66802dad9a938c6abe95edf09ee43c0c7f508315b64b08612858ef32e
turbo-cache-controlno-preview
go-importgithub.com/ndarray/ndarray git https://github.com/ndarray/ndarray.git
octolytics-dimension-user_id1451802
octolytics-dimension-user_loginndarray
octolytics-dimension-repository_id3487413
octolytics-dimension-repository_nwondarray/ndarray
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id3487413
octolytics-dimension-repository_network_root_nwondarray/ndarray
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release6b618569a5f93e0b31f97f620112341421ef5f69
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://patch-diff.githubusercontent.com/ndarray/ndarray/issues/58#start-of-content
https://patch-diff.githubusercontent.com/
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Fndarray%2Fndarray%2Fissues%2F58
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Fndarray%2Fndarray%2Fissues%2F58
Sign up https://patch-diff.githubusercontent.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=ndarray%2Fndarray
Reloadhttps://patch-diff.githubusercontent.com/ndarray/ndarray/issues/58
Reloadhttps://patch-diff.githubusercontent.com/ndarray/ndarray/issues/58
Reloadhttps://patch-diff.githubusercontent.com/ndarray/ndarray/issues/58
ndarray https://patch-diff.githubusercontent.com/ndarray
ndarrayhttps://patch-diff.githubusercontent.com/ndarray/ndarray
Notifications https://patch-diff.githubusercontent.com/login?return_to=%2Fndarray%2Fndarray
Fork 36 https://patch-diff.githubusercontent.com/login?return_to=%2Fndarray%2Fndarray
Star 163 https://patch-diff.githubusercontent.com/login?return_to=%2Fndarray%2Fndarray
Code https://patch-diff.githubusercontent.com/ndarray/ndarray
Issues 22 https://patch-diff.githubusercontent.com/ndarray/ndarray/issues
Pull requests 4 https://patch-diff.githubusercontent.com/ndarray/ndarray/pulls
Actions https://patch-diff.githubusercontent.com/ndarray/ndarray/actions
Projects 0 https://patch-diff.githubusercontent.com/ndarray/ndarray/projects
Wiki https://patch-diff.githubusercontent.com/ndarray/ndarray/wiki
Security Uh oh! There was an error while loading. Please reload this page. https://patch-diff.githubusercontent.com/ndarray/ndarray/security
Please reload this pagehttps://patch-diff.githubusercontent.com/ndarray/ndarray/issues/58
Insights https://patch-diff.githubusercontent.com/ndarray/ndarray/pulse
Code https://patch-diff.githubusercontent.com/ndarray/ndarray
Issues https://patch-diff.githubusercontent.com/ndarray/ndarray/issues
Pull requests https://patch-diff.githubusercontent.com/ndarray/ndarray/pulls
Actions https://patch-diff.githubusercontent.com/ndarray/ndarray/actions
Projects https://patch-diff.githubusercontent.com/ndarray/ndarray/projects
Wiki https://patch-diff.githubusercontent.com/ndarray/ndarray/wiki
Security https://patch-diff.githubusercontent.com/ndarray/ndarray/security
Insights https://patch-diff.githubusercontent.com/ndarray/ndarray/pulse
New issuehttps://patch-diff.githubusercontent.com/login?return_to=https://github.com/ndarray/ndarray/issues/58
New issuehttps://patch-diff.githubusercontent.com/login?return_to=https://github.com/ndarray/ndarray/issues/58
Index does not name a type (gcc-7.1)https://patch-diff.githubusercontent.com/ndarray/ndarray/issues/58#top
https://github.com/nbecker
https://github.com/nbecker
nbeckerhttps://github.com/nbecker
on Jul 11, 2017https://github.com/ndarray/ndarray/issues/58#issue-242065900
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.