Skip to content

Instantly share code, notes, and snippets.

View sanjsanj's full-sized avatar

Sanjay Purswani sanjsanj

View GitHub Profile
@sanjsanj
sanjsanj / README.md
Created November 25, 2025 05:52 — forked from devovh/README.md
World of Warcraft Wrath of the Lich King Retail enUS 3.3.5a - Download!
To be able to unpack the contents of the files, 
you need to download all the repositories and copy all the files that 
are packed into one folder from all the repositories. 
Then unpack the entire contents of these files. Once you have done that, 
you start the game using Wow.exe which is verified by Blizzard Entertainment, 
we are sure that the client is verified by this company, i.e. the client is clean. 
Of course, we change realmlist.wtf to the given server.
<amp-state id="state" [src]="remoteState">
<script type="application/json">
{
"name": "General Leia Organa-Solo"
}
</script>
</amp-state>
<h1 [text]="state.name">General Leia Organa-Solo</h1>
<button
on="tap:AMP.setState({
remoteState: 'https://swapi.co/api/people/' + ((random() * 10).toFixed() * 5) + '/?format=json'
})">
Random Star Wars Character
</button>
<amp-bind-macro id="circleArea" arguments="radius" expression="3.14 * radius * radius" />
<div>
The circle has an area of <span [text]="circleArea(myCircle.radius)">0</span>.
</div>
<h1 [text]="state.name">Star Wars character name</h1>
<!-- Hardcoded state -->
<amp-state id="state">
<script type="application/json">
{
"name": "General Leia Organa-Solo"
}
</script>
</amp-state>
<!-- State that fetches remote data -->
<amp-iframe width="600"
title="Google map pin on Old Street, London UK"
height="400"
layout="responsive"
sandbox="allow-scripts allow-same-origin allow-popups"
frameborder="0"
src="https://www.google.com/maps/embed?...">
</amp-iframe>
<button on="tap:sectionId.toggleVisibility()">Toggle</button>
<section hidden id="sectionId">
<p>Lorem ipsum...</p>
<h2 on="tap:AMP.navigateTo(url='https://www.example.com')">Navigate to URL</h2>
<h3>Scroll to image in milliseconds:</h3>
<input on="input-debounced:my-image.scrollTo('duration'=event.value)" type="text" />
<amp-carousel type="slides" height="540" layout="fixed-height">
<amp-video autoplay
src="https://commondatastorage.googleapis.com/gtv-videos-bucket/sample/BigBuckBunny.mp4"
poster="https://peach.blender.org/wp-content/uploads/bbb-splash.png"
layout="fill" artwork="img/bigbuckbunny.jpg"
title="Big Buck Bunny" album="Blender" artist="Blender Foundation"
controls>
</amp-video>
<amp-audio src="https://example.com/audio.mp3"
artwork="https://example.com/artwork.png"
title="Example audio" album="Album title" artist="Jane Doe"
height="50" width="auto" controls>
</amp-audio>
<amp-video autoplay
src="https://example.com/video.hls" <!-- HLS video src -->
poster="https://example.com/poster.png"
width="720" height="405" layout="responsive" artwork="artwork.jpg"