Skip to main content

How I got Tickets To Big Bang Theory

I don't watch much television, but I've been watching the Big Bang Theory show for years.  I love it because I can empathize with several attributes of the characters and it reminded me of several childhood encounters with my geeky friends.  I though I had found my show, but it turns out that nearly 15 million watch this this top rated CBS show.

For the past couple years, I've been trying to get tickets to see a live taping at Warner Bros. Studios in Burbank.  The TVTickets website provides audience tickets to the Big Bang Theory taping, but they are not showing because they are "sold out".  The website states:
The show schedule and this order form automatically update by 8:30am (M-F Los Angeles time) to display shows scheduled for the next 30 days. Shows/dates that are "sold out" or are more than 30 days from today will not be included in the drop box.
So I've been repetitively checking the website.  After a while, I relegated to fact that I'd only see the  be able to see the TV that the rescinded to the fact that I'd never

  I've been checking routinely, but after two unsuccessful seasons, I decided to kick things up a notch by creating a HTTP monitor for the website. I configured it to look for the keyword "Bang" on the webpage, which would only appear if the show has available time slots for ticket reservations.  I first set this up as a wget script, with an email notification and attached it as a cron job.  The email notification was potentially unstable due to DNS failures and slowness.  So I decided to use dotcom monitor which has a feature to send a text message.


There were a few false alerts when the TVTickets site was down or unreachable.  Anyway, after a few months, it finally triggered!

Attending the filming today!

Comments

Anonymous said…
This comment has been removed by a blog administrator.
Anonymous said…
Too easy to resist get big bang tickets for $5.
web lol said…
kul post

Popular posts from this blog

Windows Firewall can not run because another program or service is running that might use the Network Address Translation component (IPNat.sys)

Windows Networking Firewall failure Error Upon trying to open and configure the Windows built-in Firewall, you receive the error: "Windows Firewall can not run because another program or service is running that might use the Network Address Translation component (IPNat.sys)" Cause is due to settings left in by "Routing and Remote Access" service. Even if the service is stopped, Windows will still report this error because the network card bindings are still being held by RRAS. Disable RRAS by opening the MMC for it and "Disable Remote Access and Routing". This can also be found by Right -clicking "My Computer", opening the Service and Application node. By Disabling RRAS in this way, the network protocol interface bindings are removed allowing for the Windows Firewall and Connection Sharing service to take over.

VB.Net code to control mouse movement and click

VB.Net code to perform mouse movements and clicks. Include references at the top of the class code file to Windows interface libraries: Public Declare Auto Function SetCursorPos Lib "User32.dll" (ByVal X As Integer, ByVal Y As Integer) As Integer Public Declare Auto Function GetCursorPos Lib "User32.dll" (ByRef lpPoint As Point) As Integer Public Declare Sub mouse_event Lib "user32" Alias "mouse_event" (ByVal dwFlags As Integer, ByVal dx As Integer, ByVal dy As Integer, ByVal cButtons As Integer, ByVal dwExtraInfo As Integer) Some fixed constant values will be needed, so include these as basic names: Public Const MOUSEEVENTF_LEFTDOWN = &H2 Public Const MOUSEEVENTF_LEFTUP = &H4 Public Const MOUSEEVENTF_MIDDLEDOWN = &H20 Public Const MOUSEEVENTF_MIDDLEUP = &H40 Public Const MOUSEEVENTF_RIGHTDOWN = &H8 Public Const MOUSEEVENTF_RIGHTUP = &H10 Public Const MOUSEEVENTF_MOVE = &H1 This

Remove Acrobat Toolbar Plugin From Outlook and Office

After installing Acrobat Reader or Professional, a toolbar surfaces in Microsoft Office applications. It wouldn't be so bad except that even when you select to remove the Plugin, it comes right back after the office application restarts. Worse yet, the toolbar puts itself on a new line each time, reducing the usable window size. Since I rarely use this toolbar and would rather open Acrobat explicitly to use the print, email, or save as PDF features, I got rid of the toolbar. Adobe doesn't make this easy, forcing the toolbar to always be visible, unfortunately you have to modify the windows registry. Warning, don't casually modify the windows registry; since it effectivley controls Windows and most applications. 1. Begin by closing the office applications. 2. Then click start, Run, and type: regedit 3. Browse to the below registry keys and delete each one. Note that HKEY_LOCAL_MACHINE is referenced as HKLM in regedit. Outlook HKEY_LOCAL_MACHINE \Software\Adobe\Acrobat\PD