Skip to content

Instantly share code, notes, and snippets.

@gregorymostizky
gregorymostizky / cook.patch
Created July 25, 2011 20:29
Patch for httrack cookie support
--- httrack-3.44.1/src/htsglobal.h 2011-02-28 16:48:54.000000000 +0200
+++ httrack-3.44.1.fixed/src/htsglobal.h 2011-07-25 23:53:35.000000000 +0300
@@ -487,7 +487,7 @@
// surveillance de la connexion
#define CNXDEBUG 0
// debuggage cookies
-#define DEBUG_COOK 0
+#define DEBUG_COOK 1
// d?buggage hard..
#define HTS_WIDE_DEBUG 0
@gregorymostizky
gregorymostizky / gist:2231099
Created March 28, 2012 22:28
Basic Mjolnir Integration
<html>
<head>
<script src='http://player.ooyala.com/player/v2/bootstrap.js?pc=espn_main_player'></script>
</head>
<body>
<div id='playerwrapper' style='width:480px;height:360px;'></div>
@gregorymostizky
gregorymostizky / gist:2286176
Created April 2, 2012 18:38
PlayerV3 Embed Example
<html>
<head>
<!-- Load Ooyala Player -->
<script src='http://player.ooyala.com/v3/replace_with_player_branding_id'></script>
<!-- Load additional custom modules -->
<script src='/mymodule.js'></script>
</head>
@gregorymostizky
gregorymostizky / gist:2892352
Created June 7, 2012 23:26
PlayerV3 - Message Bus Usage Example
<html>
<head>
<!-- Load Ooyala Player -->
<script src='http://player.ooyala.com/v3/replace_with_player_branding_id'></script>
</head>
<body>
<!-- Player Placement -->