René's URL Explorer Experiment


Title: Codes · Issue #182 · ActiveState/code · GitHub

Open Graph Title: Codes · Issue #182 · ActiveState/code

X Title: Codes · Issue #182 · ActiveState/code

Description: public class DeadlockExample { public static Object Lock1 = new Object(); public static Object Lock2 = new Object(); public static void main(String[] args) { ThreadDemo1 T1 = new ThreadDemo1(); ThreadDemo2 T2 = new ThreadDemo2(); T1.star...

Open Graph Description: public class DeadlockExample { public static Object Lock1 = new Object(); public static Object Lock2 = new Object(); public static void main(String[] args) { ThreadDemo1 T1 = new ThreadDemo1(); Thr...

X Description: public class DeadlockExample { public static Object Lock1 = new Object(); public static Object Lock2 = new Object(); public static void main(String[] args) { ThreadDemo1 T1 = new ThreadDemo1(); Thr...

Opengraph URL: https://github.com/ActiveState/code/issues/182

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Codes","articleBody":"public class DeadlockExample {\n    public static Object Lock1 = new Object();\n    public static Object Lock2 = new Object();\n   \n    public static void main(String[] args) {\n        ThreadDemo1 T1 = new ThreadDemo1();\n        ThreadDemo2 T2 = new ThreadDemo2();\n        T1.start();\n        T2.start();\n    }\n   \n    private static class ThreadDemo1 extends Thread {\n        public void run() {\n            synchronized (Lock1) {\n                System.out.println(\"Thread 1: Has Lock1\");\n                try {\n                    Thread.sleep(100);\n                } catch (InterruptedException e) {}\n                System.out.println(\"Thread 1: Waiting for Lock2\");\n                synchronized (Lock2) {\n                    System.out.println(\"Thread 1: Has Lock2\");\n                }\n            }\n        }\n    }\n   \n    private static class ThreadDemo2 extends Thread {\n        public void run() {\n            synchronized (Lock2) { // Changed to Lock2 first to cause deadlock\n                System.out.println(\"Thread 2: Has Lock2\");\n                try {\n                    Thread.sleep(100);\n                } catch (InterruptedException e) {}\n                System.out.println(\"Thread 2: Waiting for Lock1\");\n                synchronized (Lock1) {\n                    System.out.println(\"Thread 2: Has Lock1\");\n                }\n            }\n        }\n    }\n}\n","author":{"url":"https://github.com/siddharthrgade21-a11y","@type":"Person","name":"siddharthrgade21-a11y"},"datePublished":"2026-01-05T04:30:37.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":0},"url":"https://github.com/182/code/issues/182"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:d5e63e66-565e-1b0c-dfaa-a1561bfcd5b2
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idC6DC:14F6C1:B10567:F46485:69695B03
html-safe-nonce9d1a401779db61160cab33fce9d0c324783fb0a3e15f50ad53462148490050fa
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJDNkRDOjE0RjZDMTpCMTA1Njc6RjQ2NDg1OjY5Njk1QjAzIiwidmlzaXRvcl9pZCI6IjczNTIzNDY3ODU0MDI2NzM5MjMiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==
visitor-hmacaae7f1432ec8e3ced71b702bf2a900c66689fdf9e9d91cb1b1fb1ffa0c89380a
hovercard-subject-tagissue:3780131849
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/ActiveState/code/182/issue_layout
twitter:imagehttps://opengraph.githubassets.com/0819554c8b4a67840c70c37763f0bb04ed9faaf63bfb7b0ef8edad1fb73639b1/ActiveState/code/issues/182
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/0819554c8b4a67840c70c37763f0bb04ed9faaf63bfb7b0ef8edad1fb73639b1/ActiveState/code/issues/182
og:image:altpublic class DeadlockExample { public static Object Lock1 = new Object(); public static Object Lock2 = new Object(); public static void main(String[] args) { ThreadDemo1 T1 = new ThreadDemo1(); Thr...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernamesiddharthrgade21-a11y
hostnamegithub.com
expected-hostnamegithub.com
None9db5f28da7e24035385d7f349f17890cbe016a939ddd7952be0f07b862094f5a
turbo-cache-controlno-preview
go-importgithub.com/ActiveState/code git https://github.com/ActiveState/code.git
octolytics-dimension-user_id319781
octolytics-dimension-user_loginActiveState
octolytics-dimension-repository_id98225960
octolytics-dimension-repository_nwoActiveState/code
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id98225960
octolytics-dimension-repository_network_root_nwoActiveState/code
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
release4e59fe66217d3c72925af2a341ae3a8f2b5b5b2a
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/ActiveState/code/issues/182#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2FActiveState%2Fcode%2Fissues%2F182
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%2FActiveState%2Fcode%2Fissues%2F182
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=ActiveState%2Fcode
Reloadhttps://github.com/ActiveState/code/issues/182
Reloadhttps://github.com/ActiveState/code/issues/182
Reloadhttps://github.com/ActiveState/code/issues/182
ActiveState https://github.com/ActiveState
codehttps://github.com/ActiveState/code
Notifications https://github.com/login?return_to=%2FActiveState%2Fcode
Fork 695 https://github.com/login?return_to=%2FActiveState%2Fcode
Star 2k https://github.com/login?return_to=%2FActiveState%2Fcode
Code https://github.com/ActiveState/code
Issues 100 https://github.com/ActiveState/code/issues
Pull requests 22 https://github.com/ActiveState/code/pulls
Actions https://github.com/ActiveState/code/actions
Projects 0 https://github.com/ActiveState/code/projects
Wiki https://github.com/ActiveState/code/wiki
Security Uh oh! There was an error while loading. Please reload this page. https://github.com/ActiveState/code/security
Please reload this pagehttps://github.com/ActiveState/code/issues/182
Insights https://github.com/ActiveState/code/pulse
Code https://github.com/ActiveState/code
Issues https://github.com/ActiveState/code/issues
Pull requests https://github.com/ActiveState/code/pulls
Actions https://github.com/ActiveState/code/actions
Projects https://github.com/ActiveState/code/projects
Wiki https://github.com/ActiveState/code/wiki
Security https://github.com/ActiveState/code/security
Insights https://github.com/ActiveState/code/pulse
New issuehttps://github.com/login?return_to=https://github.com/ActiveState/code/issues/182
New issuehttps://github.com/login?return_to=https://github.com/ActiveState/code/issues/182
Codeshttps://github.com/ActiveState/code/issues/182#top
https://github.com/siddharthrgade21-a11y
https://github.com/siddharthrgade21-a11y
siddharthrgade21-a11yhttps://github.com/siddharthrgade21-a11y
on Jan 5, 2026https://github.com/ActiveState/code/issues/182#issue-3780131849
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.