René's URL Explorer Experiment


Title: Jewel1 · Issue #1 · thinkingcoding/HeyJava · GitHub

Open Graph Title: Jewel1 · Issue #1 · thinkingcoding/HeyJava

X Title: Jewel1 · Issue #1 · thinkingcoding/HeyJava

Description: package com.lvxinchun.game; import java.util.ArrayList; import java.util.List; import java.util.Random; import java.util.Scanner; public class AppRun { public static final int TYPE_SIZE = 8; public static final int ROW = 8; public static...

Open Graph Description: package com.lvxinchun.game; import java.util.ArrayList; import java.util.List; import java.util.Random; import java.util.Scanner; public class AppRun { public static final int TYPE_SIZE = 8; public...

X Description: package com.lvxinchun.game; import java.util.ArrayList; import java.util.List; import java.util.Random; import java.util.Scanner; public class AppRun { public static final int TYPE_SIZE = 8; public...

Opengraph URL: https://github.com/thinkingcoding/HeyJava/issues/1

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Jewel1","articleBody":"package com.lvxinchun.game;\n\nimport java.util.ArrayList;\nimport java.util.List;\nimport java.util.Random;\nimport java.util.Scanner;\n\npublic class AppRun {\n\n```\npublic static final int TYPE_SIZE = 8;\npublic static final int ROW = 8;\npublic static final int COL = 8; \nprivate static Random RAND = new Random();\nprivate int[][] arr = new int[ROW][COL];\n\nprivate static List\u003cInteger\u003e TYPE_SET = new ArrayList\u003cInteger\u003e();\n\npublic AppRun(){\n    for(int i = 0; i \u003c 8; i++){\n        TYPE_SET.add(i);\n    }\n}\n\npublic static void main(String[] args){\n    AppRun app = new AppRun();\n    app.initRand();\n    app.print();\n\n    System.out.print(\"Please input \u003e\u003e\");\n    Scanner input=new Scanner(System.in);   //定义一个从系统缓存读取数据的对偶\n    String str=input.next();   //从缓存中读出数据\n    String[] rcs = str.split(\"-\");\n    int r1 = Integer.parseInt(rcs[0]);\n    int c1 = Integer.parseInt(rcs[1]); \n    int r2 = Integer.parseInt(rcs[2]);\n    int c2 = Integer.parseInt(rcs[3]); \n    System.out.println(\"(\" + r1 + \",\" + c1 + \") \u003c---\u003e (\" + r2 + \",\" + c2 + \")\");//\n    app.exchange(r1, c1, r2, c2);\n    app.print();\n    if(app.checkSome().size() \u003e 0){\n        System.out.println(\"==============\");\n    }\n}\n\npublic void initRand(){\n    for(int row = 0; row \u003c ROW; row++){\n        for(int col = 0; col \u003c COL; col++){\n            int left1 = -1,left2 = -1,up1 = -1,up2 = -1;\n            if(col \u003e= 2){\n                left1 = arr[row][col-2];\n                left2 = arr[row][col-1];\n            }\n            if(row \u003e= 2){\n                up1 = arr[row-2][col];\n                up2 = arr[row-1][col];\n            }\n            arr[row][col] = getNextType(left1, left2, up1, up2);\n        }\n    }\n}\n\npublic void exchange(int r1, int c1, int r2, int c2){\n    int temp = arr[r1][c1];\n    arr[r1][c1] = arr[r2][c2];\n    arr[r2][c2] = temp;\n}\n\npublic List\u003cArr\u003e checkSome(){\n    List\u003cArr\u003e list = new ArrayList\u003cArr\u003e();\n    int i = 0;\n    int row = 0;\n\n    while(true){\n        if(arr[row][i] == arr[row][i+1]){\n\n        }\n        break;\n    }\n    return list;\n    //up\n\n    //down\n    //left\n    //right\n}\n\npublic void print(){\n    for(int row = 0; row \u003c ROW; row++){\n        for(int col = 0; col \u003c COL; col++){\n            if(arr[row][col] == -1){\n                System.out.print(\"X-\");\n            }else{\n                System.out.print(arr[row][col] + \"-\");\n            }\n        }\n        System.out.println();\n    }\n    System.out.println();\n}\n\npublic int getNextType(int left1, int left2, int up1, int up2){\n\n    List\u003cInteger\u003e list = new ArrayList\u003cInteger\u003e();\n    if(left1 == left2){\n        if(up1 == up2){\n            for(int i = 0; i \u003c TYPE_SIZE; i++){\n                if(i != left1 \u0026\u0026 i != up1){\n                    list.add(i);\n                }\n            }\n        }else{\n            for(int i = 0; i \u003c TYPE_SIZE; i++){\n                if(i != left1){\n                    list.add(i);\n                }\n            }\n        }\n    }else{\n        if(up1 == up2){\n            for(int i = 0; i \u003c TYPE_SIZE; i++){\n                if(i != up1){\n                    list.add(i);\n                }\n            }\n        }else{\n            for(int i = 0; i \u003c TYPE_SIZE; i++){\n                list.add(i);\n            }\n        }\n    }\n\n    int index = RAND.nextInt(list.size());\n    return list.get(index);\n}\n```\n\n}\n","author":{"url":"https://github.com/thinkingcoding","@type":"Person","name":"thinkingcoding"},"datePublished":"2014-01-21T10:39:48.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":5},"url":"https://github.com/1/HeyJava/issues/1"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:afc6021e-d959-f963-f876-d382b984a6b4
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idD4E0:C53D0:18BCFAD:2299F69:6970DC9B
html-safe-nonce64770fa6b27cd9a39d4361d452694887bffc9d9bd138b293e9ab750a6ea9407f
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJENEUwOkM1M0QwOjE4QkNGQUQ6MjI5OUY2OTo2OTcwREM5QiIsInZpc2l0b3JfaWQiOiI2NjU0OTU4OTE4MTg4NDU3MTE1IiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0=
visitor-hmac7e14fb95c573e8ba6b18786067a104933e2623939b04d41c8ddebc2c9e7745d9
hovercard-subject-tagissue:25978254
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/thinkingcoding/HeyJava/1/issue_layout
twitter:imagehttps://opengraph.githubassets.com/cb08fa4d52aa3dd54735469033408bf02f4c7b064e81d8701973db0bf7a43bc6/thinkingcoding/HeyJava/issues/1
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/cb08fa4d52aa3dd54735469033408bf02f4c7b064e81d8701973db0bf7a43bc6/thinkingcoding/HeyJava/issues/1
og:image:altpackage com.lvxinchun.game; import java.util.ArrayList; import java.util.List; import java.util.Random; import java.util.Scanner; public class AppRun { public static final int TYPE_SIZE = 8; public...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernamethinkingcoding
hostnamegithub.com
expected-hostnamegithub.com
Noneb9203e7efc62065329c3b7015a1e6d16fc14bce440abec7b0d3cbe9e4fb1e2e4
turbo-cache-controlno-preview
go-importgithub.com/thinkingcoding/HeyJava git https://github.com/thinkingcoding/HeyJava.git
octolytics-dimension-user_id2371222
octolytics-dimension-user_loginthinkingcoding
octolytics-dimension-repository_id11140643
octolytics-dimension-repository_nwothinkingcoding/HeyJava
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id11140643
octolytics-dimension-repository_network_root_nwothinkingcoding/HeyJava
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
releaseeb3c92b74ae48a78cffd8700b8eb5f60bad61528
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/thinkingcoding/HeyJava/issues/1#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fthinkingcoding%2FHeyJava%2Fissues%2F1
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://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fthinkingcoding%2FHeyJava%2Fissues%2F1
Sign up https://github.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=thinkingcoding%2FHeyJava
Reloadhttps://github.com/thinkingcoding/HeyJava/issues/1
Reloadhttps://github.com/thinkingcoding/HeyJava/issues/1
Reloadhttps://github.com/thinkingcoding/HeyJava/issues/1
thinkingcoding https://github.com/thinkingcoding
HeyJavahttps://github.com/thinkingcoding/HeyJava
Notifications https://github.com/login?return_to=%2Fthinkingcoding%2FHeyJava
Fork 0 https://github.com/login?return_to=%2Fthinkingcoding%2FHeyJava
Star 0 https://github.com/login?return_to=%2Fthinkingcoding%2FHeyJava
Code https://github.com/thinkingcoding/HeyJava
Issues 3 https://github.com/thinkingcoding/HeyJava/issues
Pull requests 0 https://github.com/thinkingcoding/HeyJava/pulls
Actions https://github.com/thinkingcoding/HeyJava/actions
Projects 0 https://github.com/thinkingcoding/HeyJava/projects
Wiki https://github.com/thinkingcoding/HeyJava/wiki
Security Uh oh! There was an error while loading. Please reload this page. https://github.com/thinkingcoding/HeyJava/security
Please reload this pagehttps://github.com/thinkingcoding/HeyJava/issues/1
Insights https://github.com/thinkingcoding/HeyJava/pulse
Code https://github.com/thinkingcoding/HeyJava
Issues https://github.com/thinkingcoding/HeyJava/issues
Pull requests https://github.com/thinkingcoding/HeyJava/pulls
Actions https://github.com/thinkingcoding/HeyJava/actions
Projects https://github.com/thinkingcoding/HeyJava/projects
Wiki https://github.com/thinkingcoding/HeyJava/wiki
Security https://github.com/thinkingcoding/HeyJava/security
Insights https://github.com/thinkingcoding/HeyJava/pulse
New issuehttps://github.com/login?return_to=https://github.com/thinkingcoding/HeyJava/issues/1
New issuehttps://github.com/login?return_to=https://github.com/thinkingcoding/HeyJava/issues/1
Jewel1https://github.com/thinkingcoding/HeyJava/issues/1#top
https://github.com/thinkingcoding
https://github.com/thinkingcoding
thinkingcodinghttps://github.com/thinkingcoding
on Jan 21, 2014https://github.com/thinkingcoding/HeyJava/issues/1#issue-25978254
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.