code
stringlengths
1
1.49M
vector
listlengths
0
7.38k
snippet
listlengths
0
7.38k
# Copyright 2008 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, ...
[ [ 8, 0, 0.1471, 0.0098, 0, 0.66, 0, 0, 1, 0, 0, 0, 0, 0, 0 ], [ 1, 0, 0.1765, 0.0098, 0, 0.66, 0.2, 341, 0, 1, 0, 0, 341, 0, 0 ], [ 1, 0, 0.1863, 0.0098, 0, 0.66, ...
[ "\"\"\"URL mappings for the codereview package.\"\"\"", "from django.conf.urls.defaults import *", "import django.views.defaults", "from codereview import feeds", "urlpatterns = patterns(\n 'codereview.views',\n (r'^$', 'index'),\n (r'^all$', 'all'),\n (r'^mine$', 'mine'),\n (r'^starred$', 's...
# Copyright 2008 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, ...
[ [ 8, 0, 0.1442, 0.0096, 0, 0.66, 0, 0, 1, 0, 0, 0, 0, 0, 0 ], [ 1, 0, 0.1635, 0.0096, 0, 0.66, 0.0833, 715, 0, 1, 0, 0, 715, 0, 0 ], [ 1, 0, 0.1827, 0.0096, 0, 0.66...
[ "\"\"\"Custom middleware. Some of this may be generally useful.\"\"\"", "import logging", "from google.appengine.runtime import apiproxy_errors", "from google.appengine.runtime import DeadlineExceededError", "from django.conf import settings", "from django.http import Http404, HttpResponse, HttpResponseP...
# Copyright 2011 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, ...
[ [ 8, 0, 0.1562, 0.0104, 0, 0.66, 0, 0, 1, 0, 0, 0, 0, 0, 0 ], [ 1, 0, 0.1771, 0.0104, 0, 0.66, 0.1667, 857, 0, 1, 0, 0, 857, 0, 0 ], [ 1, 0, 0.1979, 0.0104, 0, 0.66...
[ "\"\"\"Collection of helper functions.\"\"\"", "import urlparse", "from google.appengine.ext import db", "from codereview.exceptions import FetchError", "def make_url(base, filename, rev):\n \"\"\"Helper to construct the URL to fetch.\n\n Args:\n base: The base property of the Issue to which the Patch ...
# Copyright 2011 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, ...
[ [ 8, 0, 0.6522, 0.0435, 0, 0.66, 0, 0, 1, 0, 0, 0, 0, 0, 0 ], [ 3, 0, 0.8043, 0.087, 0, 0.66, 0.5, 654, 0, 0, 0, 0, 645, 0, 0 ], [ 8, 1, 0.8261, 0.0435, 1, 0.02, ...
[ "\"\"\"Exception classes.\"\"\"", "class RietveldError(Exception):\n \"\"\"Base class for all exceptions in this application.\"\"\"", " \"\"\"Base class for all exceptions in this application.\"\"\"", "class FetchError(RietveldError):\n \"\"\"Exception raised when fetching of remote files fails.\"\"\"", ...
# Copyright 2008 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, ...
[ [ 8, 0, 0.0573, 0.0038, 0, 0.66, 0, 0, 1, 0, 0, 0, 0, 0, 0 ], [ 1, 0, 0.0649, 0.0038, 0, 0.66, 0.05, 934, 0, 1, 0, 0, 934, 0, 0 ], [ 1, 0, 0.0725, 0.0038, 0, 0.66, ...
[ "\"\"\"Django template library for Rietveld.\"\"\"", "import cgi", "from google.appengine.api import memcache", "from google.appengine.api import users", "import django.template", "import django.utils.safestring", "from django.core.urlresolvers import reverse", "from codereview import auth_utils", "...
# Copyright 2008 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, ...
[ [ 8, 0, 0.0214, 0.0014, 0, 0.66, 0, 0, 1, 0, 0, 0, 0, 0, 0 ], [ 1, 0, 0.0243, 0.0014, 0, 0.66, 0.0357, 934, 0, 1, 0, 0, 934, 0, 0 ], [ 1, 0, 0.0257, 0.0014, 0, 0.66...
[ "\"\"\"Diff rendering in HTML for Rietveld.\"\"\"", "import cgi", "import difflib", "import re", "from django.conf import settings", "from django.template import loader, RequestContext", "from codereview import auth_utils", "from codereview import intra_region_diff", "from codereview import models",...
#!/usr/bin/env python """ Flowblade Movie Editor is a nonlinear video editor. Copyright 2012 Janne Liljeblad. This file is part of Flowblade Movie Editor <http://code.google.com/p/flowblade>. Flowblade Movie Editor is free software: you can redistribute it and/or modify it under the terms of the G...
[ [ 8, 0, 0.2037, 0.3519, 0, 0.66, 0, 0, 1, 0, 0, 0, 0, 0, 0 ], [ 1, 0, 0.4074, 0.0185, 0, 0.66, 0.1429, 958, 0, 2, 0, 0, 958, 0, 0 ], [ 1, 0, 0.4259, 0.0185, 0, 0.66...
[ "\"\"\"\n Flowblade Movie Editor is a nonlinear video editor.\n Copyright 2012 Janne Liljeblad.\n\n This file is part of Flowblade Movie Editor <http://code.google.com/p/flowblade>.\n\n Flowblade Movie Editor is free software: you can redistribute it and/or modify\n it under the terms of the GNU Gene...
#!/usr/bin/env python import os, sys """ Flowblade Movie Editor is a nonlinear video editor. Copyright 2012 Janne Liljeblad. This file is part of Flowblade Movie Editor <http://code.google.com/p/flowblade>. Flowblade Movie Editor is free software: you can redistribute it and/or modify it under the terms of t...
[ [ 1, 0, 0.0308, 0.0154, 0, 0.66, 0, 688, 0, 2, 0, 0, 688, 0, 0 ], [ 8, 0, 0.2, 0.2923, 0, 0.66, 0.0625, 0, 1, 0, 0, 0, 0, 0, 0 ], [ 8, 0, 0.3692, 0.0462, 0, 0.66, ...
[ "import os, sys", "\"\"\"\n\tFlowblade Movie Editor is a nonlinear video editor.\n Copyright 2012 Janne Liljeblad.\n\n\tThis file is part of Flowblade Movie Editor <http://code.google.com/p/flowblade>.\n\n\tFlowblade Movie Editor is free software: you can redistribute it and/or modify\n\tit under the terms of ...
""" Flowblade Movie Editor is a nonlinear video editor. Copyright 2012 Janne Liljeblad. This file is part of Flowblade Movie Editor <http://code.google.com/p/flowblade>. Flowblade Movie Editor is free software: you can redistribute it and/or modify it under the terms of the GNU General Public Lice...
[ [ 8, 0, 0.0463, 0.088, 0, 0.66, 0, 0, 1, 0, 0, 0, 0, 0, 0 ], [ 8, 0, 0.1019, 0.0139, 0, 0.66, 0.04, 0, 1, 0, 0, 0, 0, 0, 0 ], [ 1, 0, 0.1111, 0.0046, 0, 0.66, 0...
[ "\"\"\"\n Flowblade Movie Editor is a nonlinear video editor.\n Copyright 2012 Janne Liljeblad.\n\n This file is part of Flowblade Movie Editor <http://code.google.com/p/flowblade>.\n\n Flowblade Movie Editor is free software: you can redistribute it and/or modify\n it under the terms of the GNU Gene...
""" Flowblade Movie Editor is a nonlinear video editor. Copyright 2012 Janne Liljeblad. This file is part of Flowblade Movie Editor <http://code.google.com/p/flowblade>. Flowblade Movie Editor is free software: you can redistribute it and/or modify it under the terms of the GNU General Public Lice...
[ [ 8, 0, 0.0224, 0.0425, 0, 0.66, 0, 0, 1, 0, 0, 0, 0, 0, 0 ], [ 8, 0, 0.0503, 0.0089, 0, 0.66, 0.0185, 0, 1, 0, 0, 0, 0, 0, 0 ], [ 1, 0, 0.0559, 0.0022, 0, 0.66, ...
[ "\"\"\"\n Flowblade Movie Editor is a nonlinear video editor.\n Copyright 2012 Janne Liljeblad.\n\n This file is part of Flowblade Movie Editor <http://code.google.com/p/flowblade>.\n\n Flowblade Movie Editor is free software: you can redistribute it and/or modify\n it under the terms of the GNU Gene...
import appconsts """ Module for data objects used my multiple modules. """ class ProjectProxyEditingData: def __init__(self): self.proxy_mode = appconsts.USE_ORIGINAL_MEDIA self.create_rules = None # not impl. self.encoding = 0 # default is first found encoding self.size =...
[ [ 1, 0, 0.1765, 0.0588, 0, 0.66, 0, 346, 0, 1, 0, 0, 346, 0, 0 ], [ 8, 0, 0.4706, 0.1765, 0, 0.66, 0.5, 0, 1, 0, 0, 0, 0, 0, 0 ], [ 3, 0, 0.8235, 0.4118, 0, 0.66, ...
[ "import appconsts", "\"\"\"\nModule for data objects used my multiple modules.\n\"\"\"", "class ProjectProxyEditingData:\n \n def __init__(self):\n self.proxy_mode = appconsts.USE_ORIGINAL_MEDIA\n self.create_rules = None # not impl.\n self.encoding = 0 # default is first found encodi...
""" Flowblade Movie Editor is a nonlinear video editor. Copyright 2012 Janne Liljeblad. This file is part of Flowblade Movie Editor <http://code.google.com/p/flowblade>. Flowblade Movie Editor is free software: you can redistribute it and/or modify it under the terms of the GNU General Public Lice...
[ [ 8, 0, 0.0135, 0.0257, 0, 0.66, 0, 0, 1, 0, 0, 0, 0, 0, 0 ], [ 8, 0, 0.0318, 0.0081, 0, 0.66, 0.0105, 0, 1, 0, 0, 0, 0, 0, 0 ], [ 1, 0, 0.0365, 0.0014, 0, 0.66, ...
[ "\"\"\"\n Flowblade Movie Editor is a nonlinear video editor.\n Copyright 2012 Janne Liljeblad.\n\n This file is part of Flowblade Movie Editor <http://code.google.com/p/flowblade>.\n\n Flowblade Movie Editor is free software: you can redistribute it and/or modify\n it under the terms of the GNU Gene...
""" Flowblade Movie Editor is a nonlinear video editor. Copyright 2012 Janne Liljeblad. This file is part of Flowblade Movie Editor <http://code.google.com/p/flowblade>. Flowblade Movie Editor is free software: you can redistribute it and/or modify it under the terms of the GNU General Public Lice...
[ [ 8, 0, 0.0508, 0.0964, 0, 0.66, 0, 0, 1, 0, 0, 0, 0, 0, 0 ], [ 8, 0, 0.1117, 0.0152, 0, 0.66, 0.0455, 0, 1, 0, 0, 0, 0, 0, 0 ], [ 1, 0, 0.1269, 0.0051, 0, 0.66, ...
[ "\"\"\"\n Flowblade Movie Editor is a nonlinear video editor.\n Copyright 2012 Janne Liljeblad.\n\n This file is part of Flowblade Movie Editor <http://code.google.com/p/flowblade>.\n\n Flowblade Movie Editor is free software: you can redistribute it and/or modify\n it under the terms of the GNU Gene...
import gtk import os import dialogutils import gui import guiutils from editorstate import current_sequence import mltprofiles import renderconsumer import respaths import utils destroy_window_event_id = -1 FFMPEG_VIEW_SIZE = (200, 210) # Text edit area height for render opts. Width 200 seems to be ignored in curren...
[ [ 1, 0, 0.0015, 0.0015, 0, 0.66, 0, 166, 0, 1, 0, 0, 166, 0, 0 ], [ 1, 0, 0.0031, 0.0015, 0, 0.66, 0.0333, 688, 0, 1, 0, 0, 688, 0, 0 ], [ 1, 0, 0.0061, 0.0015, 0, ...
[ "import gtk", "import os", "import dialogutils", "import gui", "import guiutils", "from editorstate import current_sequence", "import mltprofiles", "import renderconsumer", "import respaths", "import utils", "destroy_window_event_id = -1", "FFMPEG_VIEW_SIZE = (200, 210) # Text edit area height...
""" Flowblade Movie Editor is a nonlinear video editor. Copyright 2012 Janne Liljeblad. This file is part of Flowblade Movie Editor <http://code.google.com/p/flowblade>. Flowblade Movie Editor is free software: you can redistribute it and/or modify it under the terms of the GNU General Public Lice...
[ [ 8, 0, 0.0199, 0.0378, 0, 0.66, 0, 0, 1, 0, 0, 0, 0, 0, 0 ], [ 8, 0, 0.0447, 0.008, 0, 0.66, 0.027, 0, 1, 0, 0, 0, 0, 0, 0 ], [ 1, 0, 0.0517, 0.002, 0, 0.66, 0...
[ "\"\"\"\n Flowblade Movie Editor is a nonlinear video editor.\n Copyright 2012 Janne Liljeblad.\n\n This file is part of Flowblade Movie Editor <http://code.google.com/p/flowblade>.\n\n Flowblade Movie Editor is free software: you can redistribute it and/or modify\n it under the terms of the GNU Gene...
""" Flowblade Movie Editor is a nonlinear video editor. Copyright 2012 Janne Liljeblad. This file is part of Flowblade Movie Editor <http://code.google.com/p/flowblade>. Flowblade Movie Editor is free software: you can redistribute it and/or modify it under the terms of the GNU General Public Lice...
[ [ 8, 0, 0.0102, 0.0194, 0, 0.66, 0, 0, 1, 0, 0, 0, 0, 0, 0 ], [ 8, 0, 0.0225, 0.0031, 0, 0.66, 0.0169, 0, 1, 0, 0, 0, 0, 0, 0 ], [ 1, 0, 0.0256, 0.001, 0, 0.66, ...
[ "\"\"\"\n Flowblade Movie Editor is a nonlinear video editor.\n Copyright 2012 Janne Liljeblad.\n\n This file is part of Flowblade Movie Editor <http://code.google.com/p/flowblade>.\n\n Flowblade Movie Editor is free software: you can redistribute it and/or modify\n it under the terms of the GNU Gene...
""" Flowblade Movie Editor is a nonlinear video editor. Copyright 2012 Janne Liljeblad. This file is part of Flowblade Movie Editor <http://code.google.com/p/flowblade>. Flowblade Movie Editor is free software: you can redistribute it and/or modify it under the terms of the GNU General Public Lice...
[ [ 8, 0, 0.0781, 0.1484, 0, 0.66, 0, 0, 1, 0, 0, 0, 0, 0, 0 ], [ 8, 0, 0.1719, 0.0234, 0, 0.66, 0.0667, 0, 1, 0, 0, 0, 0, 0, 0 ], [ 1, 0, 0.1875, 0.0078, 0, 0.66, ...
[ "\"\"\"\n Flowblade Movie Editor is a nonlinear video editor.\n Copyright 2012 Janne Liljeblad.\n\n This file is part of Flowblade Movie Editor <http://code.google.com/p/flowblade>.\n\n Flowblade Movie Editor is free software: you can redistribute it and/or modify\n it under the terms of the GNU Gene...
#!/usr/bin/env python import sys import os modules_path = os.path.dirname(os.path.abspath(sys.argv[0])).rstrip("/launch") sys.path.insert(0, modules_path) sys.path.insert(0, modules_path + "/vieweditor") sys.path.insert(0, modules_path + "/tools") import batchrendering batchrendering.main(modules_path)
[ [ 1, 0, 0.2, 0.0667, 0, 0.66, 0, 509, 0, 1, 0, 0, 509, 0, 0 ], [ 1, 0, 0.2667, 0.0667, 0, 0.66, 0.1429, 688, 0, 1, 0, 0, 688, 0, 0 ], [ 14, 0, 0.4, 0.0667, 0, 0.66,...
[ "import sys", "import os", "modules_path = os.path.dirname(os.path.abspath(sys.argv[0])).rstrip(\"/launch\")", "sys.path.insert(0, modules_path)", "sys.path.insert(0, modules_path + \"/vieweditor\")", "sys.path.insert(0, modules_path + \"/tools\")", "import batchrendering", "batchrendering.main(module...
""" Flowblade Movie Editor is a nonlinear video editor. Copyright 2012 Janne Liljeblad. This file is part of Flowblade Movie Editor <http://code.google.com/p/flowblade>. Flowblade Movie Editor is free software: you can redistribute it and/or modify it under the terms of the GNU General Public Lice...
[ [ 8, 0, 0.0588, 0.1118, 0, 0.66, 0, 0, 1, 0, 0, 0, 0, 0, 0 ], [ 8, 0, 0.1235, 0.0176, 0, 0.66, 0.0667, 0, 1, 0, 0, 0, 0, 0, 0 ], [ 1, 0, 0.1353, 0.0059, 0, 0.66, ...
[ "\"\"\"\n Flowblade Movie Editor is a nonlinear video editor.\n Copyright 2012 Janne Liljeblad.\n\n This file is part of Flowblade Movie Editor <http://code.google.com/p/flowblade>.\n\n Flowblade Movie Editor is free software: you can redistribute it and/or modify\n it under the terms of the GNU Gene...
""" Flowblade Movie Editor is a nonlinear video editor. Copyright 2012 Janne Liljeblad. This file is part of Flowblade Movie Editor <http://code.google.com/p/flowblade>. Flowblade Movie Editor is free software: you can redistribute it and/or modify it under the terms of the GNU General Public Lice...
[ [ 8, 0, 0.0704, 0.1338, 0, 0.66, 0, 0, 1, 0, 0, 0, 0, 0, 0 ], [ 1, 0, 0.1479, 0.007, 0, 0.66, 0.0909, 346, 0, 1, 0, 0, 346, 0, 0 ], [ 1, 0, 0.1549, 0.007, 0, 0.66, ...
[ "\"\"\"\n Flowblade Movie Editor is a nonlinear video editor.\n Copyright 2012 Janne Liljeblad.\n\n This file is part of Flowblade Movie Editor <http://code.google.com/p/flowblade>.\n\n Flowblade Movie Editor is free software: you can redistribute it and/or modify\n it under the terms of the GNU Gene...
""" Flowblade Movie Editor is a nonlinear video editor. Copyright 2012 Janne Liljeblad. This file is part of Flowblade Movie Editor <http://code.google.com/p/flowblade>. Flowblade Movie Editor is free software: you can redistribute it and/or modify it under the terms of the GNU General Public Lice...
[ [ 8, 0, 0.0481, 0.0913, 0, 0.66, 0, 0, 1, 0, 0, 0, 0, 0, 0 ], [ 8, 0, 0.1058, 0.0144, 0, 0.66, 0.0244, 0, 1, 0, 0, 0, 0, 0, 0 ], [ 1, 0, 0.1202, 0.0048, 0, 0.66, ...
[ "\"\"\"\n Flowblade Movie Editor is a nonlinear video editor.\n Copyright 2012 Janne Liljeblad.\n\n This file is part of Flowblade Movie Editor <http://code.google.com/p/flowblade>.\n\n Flowblade Movie Editor is free software: you can redistribute it and/or modify\n it under the terms of the GNU Gene...
""" Flowblade Movie Editor is a nonlinear video editor. Copyright 2012 Janne Liljeblad. This file is part of Flowblade Movie Editor <http://code.google.com/p/flowblade>. Flowblade Movie Editor is free software: you can redistribute it and/or modify it under the terms of the GNU General Public Lice...
[ [ 8, 0, 0.0455, 0.0864, 0, 0.66, 0, 0, 1, 0, 0, 0, 0, 0, 0 ], [ 8, 0, 0.1023, 0.0182, 0, 0.66, 0.2, 0, 1, 0, 0, 0, 0, 0, 0 ], [ 1, 0, 0.1182, 0.0045, 0, 0.66, 0...
[ "\"\"\"\n Flowblade Movie Editor is a nonlinear video editor.\n Copyright 2012 Janne Liljeblad.\n\n This file is part of Flowblade Movie Editor <http://code.google.com/p/flowblade>.\n\n Flowblade Movie Editor is free software: you can redistribute it and/or modify\n it under the terms of the GNU Gene...
import gtk import pango from editorstate import PROJECT import guicomponents import guiutils import utils widgets = utils.EmptyClass() def get_project_info_panel(): project_name_label = gtk.Label(PROJECT().name) name_row = guiutils.get_left_justified_box([project_name_label]) name_panel = guiutils.get...
[ [ 1, 0, 0.0155, 0.0078, 0, 0.66, 0, 166, 0, 1, 0, 0, 166, 0, 0 ], [ 1, 0, 0.0233, 0.0078, 0, 0.66, 0.1111, 288, 0, 1, 0, 0, 288, 0, 0 ], [ 1, 0, 0.0388, 0.0078, 0, ...
[ "import gtk", "import pango", "from editorstate import PROJECT", "import guicomponents", "import guiutils", "import utils", "widgets = utils.EmptyClass()", "def get_project_info_panel():\n project_name_label = gtk.Label(PROJECT().name)\n name_row = guiutils.get_left_justified_box([project_name_l...
""" Flowblade Movie Editor is a nonlinear video editor. Copyright 2012 Janne Liljeblad. This file is part of Flowblade Movie Editor <http://code.google.com/p/flowblade>. Flowblade Movie Editor is free software: you can redistribute it and/or modify it under the terms of the GNU General Public Lice...
[ [ 8, 0, 0.0198, 0.0376, 0, 0.66, 0, 0, 1, 0, 0, 0, 0, 0, 0 ], [ 8, 0, 0.0436, 0.0059, 0, 0.66, 0.0145, 0, 1, 0, 0, 0, 0, 0, 0 ], [ 1, 0, 0.0495, 0.002, 0, 0.66, ...
[ "\"\"\"\n Flowblade Movie Editor is a nonlinear video editor.\n Copyright 2012 Janne Liljeblad.\n\n This file is part of Flowblade Movie Editor <http://code.google.com/p/flowblade>.\n\n Flowblade Movie Editor is free software: you can redistribute it and/or modify\n it under the terms of the GNU Gene...
""" Flowblade Movie Editor is a nonlinear video editor. Copyright 2012 Janne Liljeblad. This file is part of Flowblade Movie Editor <http://code.google.com/p/flowblade>. Flowblade Movie Editor is free software: you can redistribute it and/or modify it under the terms of the GNU General Public Lice...
[ [ 8, 0, 0.0058, 0.0109, 0, 0.66, 0, 0, 1, 0, 0, 0, 0, 0, 0 ], [ 8, 0, 0.0129, 0.0023, 0, 0.66, 0.0053, 0, 1, 0, 0, 0, 0, 0, 0 ], [ 1, 0, 0.0144, 0.0006, 0, 0.66, ...
[ "\"\"\"\n Flowblade Movie Editor is a nonlinear video editor.\n Copyright 2012 Janne Liljeblad.\n\n This file is part of Flowblade Movie Editor <http://code.google.com/p/flowblade>.\n\n Flowblade Movie Editor is free software: you can redistribute it and/or modify\n it under the terms of the GNU Gene...
""" Flowblade Movie Editor is a nonlinear video editor. Copyright 2012 Janne Liljeblad. This file is part of Flowblade Movie Editor <http://code.google.com/p/flowblade>. Flowblade Movie Editor is free software: you can redistribute it and/or modify it under the terms of the GNU General Public Lice...
[ [ 8, 0, 0.0365, 0.0693, 0, 0.66, 0, 0, 1, 0, 0, 0, 0, 0, 0 ], [ 8, 0, 0.0821, 0.0146, 0, 0.66, 0.037, 0, 1, 0, 0, 0, 0, 0, 0 ], [ 1, 0, 0.0949, 0.0036, 0, 0.66, ...
[ "\"\"\"\n Flowblade Movie Editor is a nonlinear video editor.\n Copyright 2012 Janne Liljeblad.\n\n This file is part of Flowblade Movie Editor <http://code.google.com/p/flowblade>.\n\n Flowblade Movie Editor is free software: you can redistribute it and/or modify\n it under the terms of the GNU Gene...
""" Flowblade Movie Editor is a nonlinear video editor. Copyright 2012 Janne Liljeblad. This file is part of Flowblade Movie Editor <http://code.google.com/p/flowblade>. Flowblade Movie Editor is free software: you can redistribute it and/or modify it under the terms of the GNU General Public Lice...
[ [ 8, 0, 0.0261, 0.0496, 0, 0.66, 0, 0, 1, 0, 0, 0, 0, 0, 0 ], [ 8, 0, 0.0587, 0.0104, 0, 0.66, 0.0769, 0, 1, 0, 0, 0, 0, 0, 0 ], [ 1, 0, 0.0679, 0.0026, 0, 0.66, ...
[ "\"\"\"\n Flowblade Movie Editor is a nonlinear video editor.\n Copyright 2012 Janne Liljeblad.\n\n This file is part of Flowblade Movie Editor <http://code.google.com/p/flowblade>.\n\n Flowblade Movie Editor is free software: you can redistribute it and/or modify\n it under the terms of the GNU Gene...
""" Flowblade Movie Editor is a nonlinear video editor. Copyright 2012 Janne Liljeblad. This file is part of Flowblade Movie Editor <http://code.google.com/p/flowblade>. Flowblade Movie Editor is free software: you can redistribute it and/or modify it under the terms of the GNU General Public Lice...
[ [ 8, 0, 0.0645, 0.1226, 0, 0.66, 0, 0, 1, 0, 0, 0, 0, 0, 0 ], [ 8, 0, 0.1419, 0.0194, 0, 0.66, 0.0476, 0, 1, 0, 0, 0, 0, 0, 0 ], [ 1, 0, 0.1548, 0.0065, 0, 0.66, ...
[ "\"\"\"\n Flowblade Movie Editor is a nonlinear video editor.\n Copyright 2012 Janne Liljeblad.\n\n This file is part of Flowblade Movie Editor <http://code.google.com/p/flowblade>.\n\n Flowblade Movie Editor is free software: you can redistribute it and/or modify\n it under the terms of the GNU Gene...
""" Flowblade Movie Editor is a nonlinear video editor. Copyright 2012 Janne Liljeblad. This file is part of Flowblade Movie Editor <http://code.google.com/p/flowblade>. Flowblade Movie Editor is free software: you can redistribute it and/or modify it under the terms of the GNU General Public Lice...
[ [ 8, 0, 0.0128, 0.0243, 0, 0.66, 0, 0, 1, 0, 0, 0, 0, 0, 0 ], [ 8, 0, 0.0319, 0.0115, 0, 0.66, 0.0167, 0, 1, 0, 0, 0, 0, 0, 0 ], [ 1, 0, 0.0396, 0.0013, 0, 0.66, ...
[ "\"\"\"\n Flowblade Movie Editor is a nonlinear video editor.\n Copyright 2012 Janne Liljeblad.\n\n This file is part of Flowblade Movie Editor <http://code.google.com/p/flowblade>.\n\n Flowblade Movie Editor is free software: you can redistribute it and/or modify\n it under the terms of the GNU Gene...
""" Flowblade Movie Editor is a nonlinear video editor. Copyright 2012 Janne Liljeblad. This file is part of Flowblade Movie Editor <http://code.google.com/p/flowblade>. Flowblade Movie Editor is free software: you can redistribute it and/or modify it under the terms of the GNU General Public Lice...
[ [ 8, 0, 0.011, 0.0209, 0, 0.66, 0, 0, 1, 0, 0, 0, 0, 0, 0 ], [ 8, 0, 0.0248, 0.0044, 0, 0.66, 0.0123, 0, 1, 0, 0, 0, 0, 0, 0 ], [ 1, 0, 0.0275, 0.0011, 0, 0.66, ...
[ "\"\"\"\n Flowblade Movie Editor is a nonlinear video editor.\n Copyright 2012 Janne Liljeblad.\n\n This file is part of Flowblade Movie Editor <http://code.google.com/p/flowblade>.\n\n Flowblade Movie Editor is free software: you can redistribute it and/or modify\n it under the terms of the GNU Gene...
""" Flowblade Movie Editor is a nonlinear video editor. Copyright 2012 Janne Liljeblad. This file is part of Flowblade Movie Editor <http://code.google.com/p/flowblade>. Flowblade Movie Editor is free software: you can redistribute it and/or modify it under the terms of the GNU General Public Lice...
[ [ 8, 0, 0.0052, 0.0098, 0, 0.66, 0, 0, 1, 0, 0, 0, 0, 0, 0 ], [ 8, 0, 0.0126, 0.0041, 0, 0.66, 0.0132, 0, 1, 0, 0, 0, 0, 0, 0 ], [ 1, 0, 0.0155, 0.0005, 0, 0.66, ...
[ "\"\"\"\n Flowblade Movie Editor is a nonlinear video editor.\n Copyright 2012 Janne Liljeblad.\n\n This file is part of Flowblade Movie Editor <http://code.google.com/p/flowblade>.\n\n Flowblade Movie Editor is free software: you can redistribute it and/or modify\n it under the terms of the GNU Gene...
""" Flowblade Movie Editor is a nonlinear video editor. Copyright 2012 Janne Liljeblad. This file is part of Flowblade Movie Editor <http://code.google.com/p/flowblade>. Flowblade Movie Editor is free software: you can redistribute it and/or modify it under the terms of the GNU General Public Lice...
[ [ 8, 0, 0.0444, 0.0844, 0, 0.66, 0, 0, 1, 0, 0, 0, 0, 0, 0 ], [ 8, 0, 0.0978, 0.0133, 0, 0.66, 0.0278, 0, 1, 0, 0, 0, 0, 0, 0 ], [ 1, 0, 0.1111, 0.0044, 0, 0.66, ...
[ "\"\"\"\n Flowblade Movie Editor is a nonlinear video editor.\n Copyright 2012 Janne Liljeblad.\n\n This file is part of Flowblade Movie Editor <http://code.google.com/p/flowblade>.\n\n Flowblade Movie Editor is free software: you can redistribute it and/or modify\n it under the terms of the GNU Gene...
""" Flowblade Movie Editor is a nonlinear video editor. Copyright 2012 Janne Liljeblad. This file is part of Flowblade Movie Editor <http://code.google.com/p/flowblade>. Flowblade Movie Editor is free software: you can redistribute it and/or modify it under the terms of the GNU General Public Lice...
[ [ 8, 0, 0.0694, 0.1319, 0, 0.66, 0, 0, 1, 0, 0, 0, 0, 0, 0 ], [ 8, 0, 0.1701, 0.0556, 0, 0.66, 0.0227, 0, 1, 0, 0, 0, 0, 0, 0 ], [ 14, 0, 0.2083, 0.0069, 0, 0.66, ...
[ "\"\"\"\n Flowblade Movie Editor is a nonlinear video editor.\n Copyright 2012 Janne Liljeblad.\n\n This file is part of Flowblade Movie Editor <http://code.google.com/p/flowblade>.\n\n Flowblade Movie Editor is free software: you can redistribute it and/or modify\n it under the terms of the GNU Gene...
import datetime import gobject import gtk import mlt import md5 import os from os import listdir from os.path import isfile, join import pango import pickle import shutil import subprocess import sys import textwrap import time import threading import dialogutils import editorpersistance import guiutils import mltenv ...
[ [ 1, 0, 0.0011, 0.0011, 0, 0.66, 0, 426, 0, 1, 0, 0, 426, 0, 0 ], [ 1, 0, 0.0021, 0.0011, 0, 0.66, 0.0143, 90, 0, 1, 0, 0, 90, 0, 0 ], [ 1, 0, 0.0032, 0.0011, 0, 0....
[ "import datetime", "import gobject", "import gtk", "import mlt", "import md5", "import os", "from os import listdir", "from os.path import isfile, join", "import pango", "import pickle", "import shutil", "import subprocess", "import sys", "import textwrap", "import time", "import threa...
""" Flowblade Movie Editor is a nonlinear video editor. Copyright 2012 Janne Liljeblad. This file is part of Flowblade Movie Editor <http://code.google.com/p/flowblade>. Flowblade Movie Editor is free software: you can redistribute it and/or modify it under the terms of the GNU General Public Lice...
[ [ 8, 0, 0.1538, 0.2923, 0, 0.66, 0, 0, 1, 0, 0, 0, 0, 0, 0 ], [ 1, 0, 0.3231, 0.0154, 0, 0.66, 0.25, 166, 0, 1, 0, 0, 166, 0, 0 ], [ 2, 0, 0.4308, 0.1385, 0, 0.66, ...
[ "\"\"\"\n Flowblade Movie Editor is a nonlinear video editor.\n Copyright 2012 Janne Liljeblad.\n\n This file is part of Flowblade Movie Editor <http://code.google.com/p/flowblade>.\n\n Flowblade Movie Editor is free software: you can redistribute it and/or modify\n it under the terms of the GNU Gene...
""" Flowblade Movie Editor is a nonlinear video editor. Copyright 2012 Janne Liljeblad. This file is part of Flowblade Movie Editor <http://code.google.com/p/flowblade>. Flowblade Movie Editor is free software: you can redistribute it and/or modify it under the terms of the GNU General Public Lice...
[ [ 8, 0, 0.0104, 0.0198, 0, 0.66, 0, 0, 1, 0, 0, 0, 0, 0, 0 ], [ 1, 0, 0.0219, 0.001, 0, 0.66, 0.0217, 739, 0, 1, 0, 0, 739, 0, 0 ], [ 1, 0, 0.0229, 0.001, 0, 0.66, ...
[ "\"\"\"\n Flowblade Movie Editor is a nonlinear video editor.\n Copyright 2012 Janne Liljeblad.\n\n This file is part of Flowblade Movie Editor <http://code.google.com/p/flowblade>.\n\n Flowblade Movie Editor is free software: you can redistribute it and/or modify\n it under the terms of the GNU Gene...
# # This file marks module. #
[]
[]
""" Flowblade Movie Editor is a nonlinear video editor. Copyright 2012 Janne Liljeblad. This file is part of Flowblade Movie Editor <http://code.google.com/p/flowblade>. Flowblade Movie Editor is free software: you can redistribute it and/or modify it under the terms of the GNU General Public Lice...
[ [ 8, 0, 0.0204, 0.0388, 0, 0.66, 0, 0, 1, 0, 0, 0, 0, 0, 0 ], [ 8, 0, 0.0449, 0.0061, 0, 0.66, 0.037, 0, 1, 0, 0, 0, 0, 0, 0 ], [ 1, 0, 0.051, 0.002, 0, 0.66, 0...
[ "\"\"\"\n Flowblade Movie Editor is a nonlinear video editor.\n Copyright 2012 Janne Liljeblad.\n\n This file is part of Flowblade Movie Editor <http://code.google.com/p/flowblade>.\n\n Flowblade Movie Editor is free software: you can redistribute it and/or modify\n it under the terms of the GNU Gene...
""" Flowblade Movie Editor is a nonlinear video editor. Copyright 2014 Janne Liljeblad. This file is part of Flowblade Movie Editor <http://code.google.com/p/flowblade>. Flowblade Movie Editor is free software: you can redistribute it and/or modify it under the terms of the GNU General Public Lice...
[ [ 8, 0, 0.0173, 0.0329, 0, 0.66, 0, 0, 1, 0, 0, 0, 0, 0, 0 ], [ 14, 0, 0.0389, 0.0069, 0, 0.66, 0.0526, 698, 0, 0, 0, 0, 0, 5, 0 ], [ 14, 0, 0.045, 0.0017, 0, 0.66,...
[ "\"\"\"\n Flowblade Movie Editor is a nonlinear video editor.\n Copyright 2014 Janne Liljeblad.\n\n This file is part of Flowblade Movie Editor <http://code.google.com/p/flowblade>.\n\n Flowblade Movie Editor is free software: you can redistribute it and/or modify\n it under the terms of the GNU Gene...
""" Flowblade Movie Editor is a nonlinear video editor. Copyright 2012 Janne Liljeblad. This file is part of Flowblade Movie Editor <http://code.google.com/p/flowblade>. Flowblade Movie Editor is free software: you can redistribute it and/or modify it under the terms of the GNU General Public Lice...
[ [ 8, 0, 0.0413, 0.0785, 0, 0.66, 0, 0, 1, 0, 0, 0, 0, 0, 0 ], [ 8, 0, 0.0909, 0.0124, 0, 0.66, 0.0417, 0, 1, 0, 0, 0, 0, 0, 0 ], [ 1, 0, 0.0992, 0.0041, 0, 0.66, ...
[ "\"\"\"\n Flowblade Movie Editor is a nonlinear video editor.\n Copyright 2012 Janne Liljeblad.\n\n This file is part of Flowblade Movie Editor <http://code.google.com/p/flowblade>.\n\n Flowblade Movie Editor is free software: you can redistribute it and/or modify\n it under the terms of the GNU Gene...
""" Flowblade Movie Editor is a nonlinear video editor. Copyright 2012 Janne Liljeblad. This file is part of Flowblade Movie Editor <http://code.google.com/p/flowblade>. Flowblade Movie Editor is free software: you can redistribute it and/or modify it under the terms of the GNU General Public Lice...
[ [ 8, 0, 0.0294, 0.0559, 0, 0.66, 0, 0, 1, 0, 0, 0, 0, 0, 0 ], [ 8, 0, 0.0647, 0.0088, 0, 0.66, 0.04, 0, 1, 0, 0, 0, 0, 0, 0 ], [ 1, 0, 0.0706, 0.0029, 0, 0.66, ...
[ "\"\"\"\n Flowblade Movie Editor is a nonlinear video editor.\n Copyright 2012 Janne Liljeblad.\n\n This file is part of Flowblade Movie Editor <http://code.google.com/p/flowblade>.\n\n Flowblade Movie Editor is free software: you can redistribute it and/or modify\n it under the terms of the GNU Gene...
""" Flowblade Movie Editor is a nonlinear video editor. Copyright 2012 Janne Liljeblad. This file is part of Flowblade Movie Editor <http://code.google.com/p/flowblade>. Flowblade Movie Editor is free software: you can redistribute it and/or modify it under the terms of the GNU General Public Lice...
[ [ 8, 0, 0.0163, 0.031, 0, 0.66, 0, 0, 1, 0, 0, 0, 0, 0, 0 ], [ 8, 0, 0.0359, 0.0049, 0, 0.66, 0.0152, 0, 1, 0, 0, 0, 0, 0, 0 ], [ 1, 0, 0.0392, 0.0016, 0, 0.66, ...
[ "\"\"\"\n Flowblade Movie Editor is a nonlinear video editor.\n Copyright 2012 Janne Liljeblad.\n\n This file is part of Flowblade Movie Editor <http://code.google.com/p/flowblade>.\n\n Flowblade Movie Editor is free software: you can redistribute it and/or modify\n it under the terms of the GNU Gene...
""" Flowblade Movie Editor is a nonlinear video editor. Copyright 2012 Janne Liljeblad. This file is part of Flowblade Movie Editor <http://code.google.com/p/flowblade>. Flowblade Movie Editor is free software: you can redistribute it and/or modify it under the terms of the GNU General Public Lice...
[ [ 8, 0, 0.0448, 0.0852, 0, 0.66, 0, 0, 1, 0, 0, 0, 0, 0, 0 ], [ 8, 0, 0.0987, 0.0135, 0, 0.66, 0.037, 0, 1, 0, 0, 0, 0, 0, 0 ], [ 1, 0, 0.1076, 0.0045, 0, 0.66, ...
[ "\"\"\"\n Flowblade Movie Editor is a nonlinear video editor.\n Copyright 2012 Janne Liljeblad.\n\n This file is part of Flowblade Movie Editor <http://code.google.com/p/flowblade>.\n\n Flowblade Movie Editor is free software: you can redistribute it and/or modify\n it under the terms of the GNU Gene...
""" HACK Many of the crashes seem to come when releasing MLT objects. We're using this to NOT RELEASE ANYTHING that causes crashes until we get upstream fixed. """ objs = []
[ [ 8, 0, 0.4444, 0.7778, 0, 0.66, 0, 0, 1, 0, 0, 0, 0, 0, 0 ], [ 14, 0, 1, 0.1111, 0, 0.66, 1, 794, 0, 0, 0, 0, 0, 5, 0 ] ]
[ "\"\"\"\nHACK\n\nMany of the crashes seem to come when releasing MLT objects.\n\nWe're using this to NOT RELEASE ANYTHING that causes crashes until we get upstream fixed.\n\"\"\"", "objs = []" ]
""" Flowblade Movie Editor is a nonlinear video editor. Copyright 2012 Janne Liljeblad. This file is part of Flowblade Movie Editor <http://code.google.com/p/flowblade>. Flowblade Movie Editor is free software: you can redistribute it and/or modify it under the terms of the GNU General Public Lice...
[ [ 8, 0, 0.0175, 0.0332, 0, 0.66, 0, 0, 1, 0, 0, 0, 0, 0, 0 ], [ 8, 0, 0.0411, 0.0105, 0, 0.66, 0.0156, 0, 1, 0, 0, 0, 0, 0, 0 ], [ 1, 0, 0.049, 0.0017, 0, 0.66, ...
[ "\"\"\"\n Flowblade Movie Editor is a nonlinear video editor.\n Copyright 2012 Janne Liljeblad.\n\n This file is part of Flowblade Movie Editor <http://code.google.com/p/flowblade>.\n\n Flowblade Movie Editor is free software: you can redistribute it and/or modify\n it under the terms of the GNU Gene...
""" Test code """ import app import timeit import edit import utils import persistance import projectdata import editorwindow import mltplayer import mltprofiles import sequence import updater import mlt import os value = 0 def buildProject(project): app.project = project sequence = project.c_seq edit.set...
[ [ 8, 0, 0.0168, 0.0252, 0, 0.66, 0, 0, 1, 0, 0, 0, 0, 0, 0 ], [ 1, 0, 0.0336, 0.0084, 0, 0.66, 0.05, 494, 0, 1, 0, 0, 494, 0, 0 ], [ 1, 0, 0.042, 0.0084, 0, 0.66, ...
[ "\"\"\"\nTest code\n\"\"\"", "import app", "import timeit", "import edit", "import utils", "import persistance", "import projectdata", "import editorwindow", "import mltplayer", "import mltprofiles", "import sequence", "import updater", "import mlt", "import os", "value = 0", "def buil...
""" Flowblade Movie Editor is a nonlinear video editor. Copyright 2012 Janne Liljeblad. This file is part of Flowblade Movie Editor <http://code.google.com/p/flowblade>. Flowblade Movie Editor is free software: you can redistribute it and/or modify it under the terms of the GNU General Public Lice...
[ [ 8, 0, 0.0136, 0.0258, 0, 0.66, 0, 0, 1, 0, 0, 0, 0, 0, 0 ], [ 1, 0, 0.0285, 0.0014, 0, 0.66, 0.0208, 166, 0, 1, 0, 0, 166, 0, 0 ], [ 1, 0, 0.0299, 0.0014, 0, 0.66...
[ "\"\"\"\n Flowblade Movie Editor is a nonlinear video editor.\n Copyright 2012 Janne Liljeblad.\n\n This file is part of Flowblade Movie Editor <http://code.google.com/p/flowblade>.\n\n Flowblade Movie Editor is free software: you can redistribute it and/or modify\n it under the terms of the GNU Gene...
""" Flowblade Movie Editor is a nonlinear video editor. Copyright 2012 Janne Liljeblad. This file is part of Flowblade Movie Editor <http://code.google.com/p/flowblade>. Flowblade Movie Editor is free software: you can redistribute it and/or modify it under the terms of the GNU General Public Lice...
[ [ 8, 0, 0.022, 0.0418, 0, 0.66, 0, 0, 1, 0, 0, 0, 0, 0, 0 ], [ 8, 0, 0.0462, 0.0066, 0, 0.66, 0.0179, 0, 1, 0, 0, 0, 0, 0, 0 ], [ 1, 0, 0.0505, 0.0022, 0, 0.66, ...
[ "\"\"\"\n Flowblade Movie Editor is a nonlinear video editor.\n Copyright 2012 Janne Liljeblad.\n\n This file is part of Flowblade Movie Editor <http://code.google.com/p/flowblade>.\n\n Flowblade Movie Editor is free software: you can redistribute it and/or modify\n it under the terms of the GNU Gene...
""" Flowblade Movie Editor is a nonlinear video editor. Copyright 2012 Janne Liljeblad. This file is part of Flowblade Movie Editor <http://code.google.com/p/flowblade>. Flowblade Movie Editor is free software: you can redistribute it and/or modify it under the terms of the GNU General Public Lice...
[ [ 8, 0, 0.0053, 0.0101, 0, 0.66, 0, 0, 1, 0, 0, 0, 0, 0, 0 ], [ 8, 0, 0.0127, 0.0037, 0, 0.66, 0.0056, 0, 1, 0, 0, 0, 0, 0, 0 ], [ 1, 0, 0.0149, 0.0005, 0, 0.66, ...
[ "\"\"\"\n Flowblade Movie Editor is a nonlinear video editor.\n Copyright 2012 Janne Liljeblad.\n\n This file is part of Flowblade Movie Editor <http://code.google.com/p/flowblade>.\n\n Flowblade Movie Editor is free software: you can redistribute it and/or modify\n it under the terms of the GNU Gene...
""" Flowblade Movie Editor is a nonlinear video editor. Copyright 2012 Janne Liljeblad. This file is part of Flowblade Movie Editor <http://code.google.com/p/flowblade>. Flowblade Movie Editor is free software: you can redistribute it and/or modify it under the terms of the GNU General Public Lice...
[ [ 8, 0, 0.0228, 0.0433, 0, 0.66, 0, 0, 1, 0, 0, 0, 0, 0, 0 ], [ 8, 0, 0.0501, 0.0068, 0, 0.66, 0.0323, 0, 1, 0, 0, 0, 0, 0, 0 ], [ 1, 0, 0.0547, 0.0023, 0, 0.66, ...
[ "\"\"\"\n Flowblade Movie Editor is a nonlinear video editor.\n Copyright 2012 Janne Liljeblad.\n\n This file is part of Flowblade Movie Editor <http://code.google.com/p/flowblade>.\n\n Flowblade Movie Editor is free software: you can redistribute it and/or modify\n it under the terms of the GNU Gene...
""" Flowblade Movie Editor is a nonlinear video editor. Copyright 2012 Janne Liljeblad. This file is part of Flowblade Movie Editor <http://code.google.com/p/flowblade>. Flowblade Movie Editor is free software: you can redistribute it and/or modify it under the terms of the GNU General Public Lice...
[ [ 8, 0, 0.0172, 0.0326, 0, 0.66, 0, 0, 1, 0, 0, 0, 0, 0, 0 ], [ 8, 0, 0.0377, 0.0051, 0, 0.66, 0.0222, 0, 1, 0, 0, 0, 0, 0, 0 ], [ 1, 0, 0.0412, 0.0017, 0, 0.66, ...
[ "\"\"\"\n Flowblade Movie Editor is a nonlinear video editor.\n Copyright 2012 Janne Liljeblad.\n\n This file is part of Flowblade Movie Editor <http://code.google.com/p/flowblade>.\n\n Flowblade Movie Editor is free software: you can redistribute it and/or modify\n it under the terms of the GNU Gene...
""" Flowblade Movie Editor is a nonlinear video editor. Copyright 2012 Janne Liljeblad. This file is part of Flowblade Movie Editor <http://code.google.com/p/flowblade>. Flowblade Movie Editor is free software: you can redistribute it and/or modify it under the terms of the GNU General Public Lice...
[ [ 8, 0, 0.0444, 0.0844, 0, 0.66, 0, 0, 1, 0, 0, 0, 0, 0, 0 ], [ 8, 0, 0.0978, 0.0133, 0, 0.66, 0.0345, 0, 1, 0, 0, 0, 0, 0, 0 ], [ 1, 0, 0.1111, 0.0044, 0, 0.66, ...
[ "\"\"\"\n Flowblade Movie Editor is a nonlinear video editor.\n Copyright 2012 Janne Liljeblad.\n\n This file is part of Flowblade Movie Editor <http://code.google.com/p/flowblade>.\n\n Flowblade Movie Editor is free software: you can redistribute it and/or modify\n it under the terms of the GNU Gene...
""" Flowblade Movie Editor is a nonlinear video editor. Copyright 2012 Janne Liljeblad. This file is part of Flowblade Movie Editor <http://code.google.com/p/flowblade>. Flowblade Movie Editor is free software: you can redistribute it and/or modify it under the terms of the GNU General Public Lice...
[ [ 8, 0, 0.0769, 0.1462, 0, 0.66, 0, 0, 1, 0, 0, 0, 0, 0, 0 ], [ 8, 0, 0.1692, 0.0231, 0, 0.66, 0.0156, 0, 1, 0, 0, 0, 0, 0, 0 ], [ 14, 0, 0.1923, 0.0077, 0, 0.66, ...
[ "\"\"\"\n Flowblade Movie Editor is a nonlinear video editor.\n Copyright 2012 Janne Liljeblad.\n\n This file is part of Flowblade Movie Editor <http://code.google.com/p/flowblade>.\n\n Flowblade Movie Editor is free software: you can redistribute it and/or modify\n it under the terms of the GNU Gene...
""" Flowblade Movie Editor is a nonlinear video editor. Copyright 2012 Janne Liljeblad. This file is part of Flowblade Movie Editor <http://code.google.com/p/flowblade>. Flowblade Movie Editor is free software: you can redistribute it and/or modify it under the terms of the GNU General Public Lice...
[ [ 8, 0, 0.0662, 0.1258, 0, 0.66, 0, 0, 1, 0, 0, 0, 0, 0, 0 ], [ 8, 0, 0.1457, 0.0199, 0, 0.66, 0.0385, 0, 1, 0, 0, 0, 0, 0, 0 ], [ 1, 0, 0.1589, 0.0066, 0, 0.66, ...
[ "\"\"\"\n Flowblade Movie Editor is a nonlinear video editor.\n Copyright 2012 Janne Liljeblad.\n\n This file is part of Flowblade Movie Editor <http://code.google.com/p/flowblade>.\n\n Flowblade Movie Editor is free software: you can redistribute it and/or modify\n it under the terms of the GNU Gene...
""" Flowblade Movie Editor is a nonlinear video editor. Copyright 2012 Janne Liljeblad. This file is part of Flowblade Movie Editor <http://code.google.com/p/flowblade>. Flowblade Movie Editor is free software: you can redistribute it and/or modify it under the terms of the GNU General Public Lice...
[ [ 8, 0, 0.0769, 0.1462, 0, 0.66, 0, 0, 1, 0, 0, 0, 0, 0, 0 ], [ 8, 0, 0.1692, 0.0231, 0, 0.66, 0.0294, 0, 1, 0, 0, 0, 0, 0, 0 ], [ 1, 0, 0.1923, 0.0077, 0, 0.66, ...
[ "\"\"\"\n Flowblade Movie Editor is a nonlinear video editor.\n Copyright 2012 Janne Liljeblad.\n\n This file is part of Flowblade Movie Editor <http://code.google.com/p/flowblade>.\n\n Flowblade Movie Editor is free software: you can redistribute it and/or modify\n it under the terms of the GNU Gene...
""" Flowblade Movie Editor is a nonlinear video editor. Copyright 2012 Janne Liljeblad. This file is part of Flowblade Movie Editor <http://code.google.com/p/flowblade>. Flowblade Movie Editor is free software: you can redistribute it and/or modify it under the terms of the GNU General Public Lice...
[ [ 8, 0, 0.0376, 0.0714, 0, 0.66, 0, 0, 1, 0, 0, 0, 0, 0, 0 ], [ 8, 0, 0.0827, 0.0113, 0, 0.66, 0.0323, 0, 1, 0, 0, 0, 0, 0, 0 ], [ 1, 0, 0.094, 0.0038, 0, 0.66, ...
[ "\"\"\"\n Flowblade Movie Editor is a nonlinear video editor.\n Copyright 2012 Janne Liljeblad.\n\n This file is part of Flowblade Movie Editor <http://code.google.com/p/flowblade>.\n\n Flowblade Movie Editor is free software: you can redistribute it and/or modify\n it under the terms of the GNU Gene...
""" Flowblade Movie Editor is a nonlinear video editor. Copyright 2012 Janne Liljeblad. This file is part of Flowblade Movie Editor <http://code.google.com/p/flowblade>. Flowblade Movie Editor is free software: you can redistribute it and/or modify it under the terms of the GNU General Public Lice...
[ [ 8, 0, 0.0207, 0.0393, 0, 0.66, 0, 0, 1, 0, 0, 0, 0, 0, 0 ], [ 8, 0, 0.0465, 0.0083, 0, 0.66, 0.0256, 0, 1, 0, 0, 0, 0, 0, 0 ], [ 1, 0, 0.0517, 0.0021, 0, 0.66, ...
[ "\"\"\"\n Flowblade Movie Editor is a nonlinear video editor.\n Copyright 2012 Janne Liljeblad.\n\n This file is part of Flowblade Movie Editor <http://code.google.com/p/flowblade>.\n\n Flowblade Movie Editor is free software: you can redistribute it and/or modify\n it under the terms of the GNU Gene...
""" Flowblade Movie Editor is a nonlinear video editor. Copyright 2012 Janne Liljeblad. This file is part of Flowblade Movie Editor <http://code.google.com/p/flowblade>. Flowblade Movie Editor is free software: you can redistribute it and/or modify it under the terms of the GNU General Public Lice...
[ [ 8, 0, 0.0185, 0.0351, 0, 0.66, 0, 0, 1, 0, 0, 0, 0, 0, 0 ], [ 8, 0, 0.0444, 0.0129, 0, 0.66, 0.0208, 0, 1, 0, 0, 0, 0, 0, 0 ], [ 1, 0, 0.0536, 0.0018, 0, 0.66, ...
[ "\"\"\"\n Flowblade Movie Editor is a nonlinear video editor.\n Copyright 2012 Janne Liljeblad.\n\n This file is part of Flowblade Movie Editor <http://code.google.com/p/flowblade>.\n\n Flowblade Movie Editor is free software: you can redistribute it and/or modify\n it under the terms of the GNU Gene...
""" Flowblade Movie Editor is a nonlinear video editor. Copyright 2012 Janne Liljeblad. This file is part of Flowblade Movie Editor <http://code.google.com/p/flowblade>. Flowblade Movie Editor is free software: you can redistribute it and/or modify it under the terms of the GNU General Public Lice...
[ [ 8, 0, 0.0508, 0.0964, 0, 0.66, 0, 0, 1, 0, 0, 0, 0, 0, 0 ], [ 8, 0, 0.1091, 0.0203, 0, 0.66, 0.0345, 0, 1, 0, 0, 0, 0, 0, 0 ], [ 1, 0, 0.1218, 0.0051, 0, 0.66, ...
[ "\"\"\"\n Flowblade Movie Editor is a nonlinear video editor.\n Copyright 2012 Janne Liljeblad.\n\n This file is part of Flowblade Movie Editor <http://code.google.com/p/flowblade>.\n\n Flowblade Movie Editor is free software: you can redistribute it and/or modify\n it under the terms of the GNU Gene...
""" Flowblade Movie Editor is a nonlinear video editor. Copyright 2012 Janne Liljeblad. This file is part of Flowblade Movie Editor <http://code.google.com/p/flowblade>. Flowblade Movie Editor is free software: you can redistribute it and/or modify it under the terms of the GNU General Public Lice...
[ [ 8, 0, 0.0746, 0.1418, 0, 0.66, 0, 0, 1, 0, 0, 0, 0, 0, 0 ], [ 8, 0, 0.1679, 0.0299, 0, 0.66, 0.0667, 0, 1, 0, 0, 0, 0, 0, 0 ], [ 1, 0, 0.1866, 0.0075, 0, 0.66, ...
[ "\"\"\"\n Flowblade Movie Editor is a nonlinear video editor.\n Copyright 2012 Janne Liljeblad.\n\n This file is part of Flowblade Movie Editor <http://code.google.com/p/flowblade>.\n\n Flowblade Movie Editor is free software: you can redistribute it and/or modify\n it under the terms of the GNU Gene...
""" Flowblade Movie Editor is a nonlinear video editor. Copyright 2012 Janne Liljeblad. This file is part of Flowblade Movie Editor <http://code.google.com/p/flowblade>. Flowblade Movie Editor is free software: you can redistribute it and/or modify it under the terms of the GNU General Public Lice...
[ [ 8, 0, 0.0439, 0.0833, 0, 0.66, 0, 0, 1, 0, 0, 0, 0, 0, 0 ], [ 8, 0, 0.1009, 0.0219, 0, 0.66, 0.0345, 0, 1, 0, 0, 0, 0, 0, 0 ], [ 1, 0, 0.1184, 0.0044, 0, 0.66, ...
[ "\"\"\"\n Flowblade Movie Editor is a nonlinear video editor.\n Copyright 2012 Janne Liljeblad.\n\n This file is part of Flowblade Movie Editor <http://code.google.com/p/flowblade>.\n\n Flowblade Movie Editor is free software: you can redistribute it and/or modify\n it under the terms of the GNU Gene...
""" Flowblade Movie Editor is a nonlinear video editor. Copyright 2012 Janne Liljeblad. This file is part of Flowblade Movie Editor <http://code.google.com/p/flowblade>. Flowblade Movie Editor is free software: you can redistribute it and/or modify it under the terms of the GNU General Public Lice...
[ [ 8, 0, 0.0076, 0.0144, 0, 0.66, 0, 0, 1, 0, 0, 0, 0, 0, 0 ], [ 8, 0, 0.019, 0.0068, 0, 0.66, 0.0076, 0, 1, 0, 0, 0, 0, 0, 0 ], [ 1, 0, 0.0235, 0.0008, 0, 0.66, ...
[ "\"\"\"\n Flowblade Movie Editor is a nonlinear video editor.\n Copyright 2012 Janne Liljeblad.\n\n This file is part of Flowblade Movie Editor <http://code.google.com/p/flowblade>.\n\n Flowblade Movie Editor is free software: you can redistribute it and/or modify\n it under the terms of the GNU Gene...
""" Flowblade Movie Editor is a nonlinear video editor. Copyright 2012 Janne Liljeblad. This file is part of Flowblade Movie Editor <http://code.google.com/p/flowblade>. Flowblade Movie Editor is free software: you can redistribute it and/or modify it under the terms of the GNU General Public Lice...
[ [ 8, 0, 0.0397, 0.0754, 0, 0.66, 0, 0, 1, 0, 0, 0, 0, 0, 0 ], [ 1, 0, 0.0833, 0.004, 0, 0.66, 0.0833, 509, 0, 1, 0, 0, 509, 0, 0 ], [ 1, 0, 0.0913, 0.004, 0, 0.66, ...
[ "\"\"\"\n Flowblade Movie Editor is a nonlinear video editor.\n Copyright 2012 Janne Liljeblad.\n\n This file is part of Flowblade Movie Editor <http://code.google.com/p/flowblade>.\n\n Flowblade Movie Editor is free software: you can redistribute it and/or modify\n it under the terms of the GNU Gene...
""" Flowblade Movie Editor is a nonlinear video editor. Copyright 2012 Janne Liljeblad. This file is part of Flowblade Movie Editor <http://code.google.com/p/flowblade>. Flowblade Movie Editor is free software: you can redistribute it and/or modify it under the terms of the GNU General Public Lice...
[ [ 8, 0, 0.0326, 0.0619, 0, 0.66, 0, 0, 1, 0, 0, 0, 0, 0, 0 ], [ 1, 0, 0.0684, 0.0033, 0, 0.66, 0.1, 166, 0, 1, 0, 0, 166, 0, 0 ], [ 1, 0, 0.0717, 0.0033, 0, 0.66, ...
[ "\"\"\"\n Flowblade Movie Editor is a nonlinear video editor.\n Copyright 2012 Janne Liljeblad.\n\n This file is part of Flowblade Movie Editor <http://code.google.com/p/flowblade>.\n\n Flowblade Movie Editor is free software: you can redistribute it and/or modify\n it under the terms of the GNU Gene...
# # This file marks module. #
[]
[]
""" Flowblade Movie Editor is a nonlinear video editor. Copyright 2012 Janne Liljeblad. This file is part of Flowblade Movie Editor <http://code.google.com/p/flowblade>. Flowblade Movie Editor is free software: you can redistribute it and/or modify it under the terms of the GNU General Public Lice...
[ [ 8, 0, 0.0358, 0.0681, 0, 0.66, 0, 0, 1, 0, 0, 0, 0, 0, 0 ], [ 1, 0, 0.0753, 0.0036, 0, 0.66, 0.0833, 526, 0, 1, 0, 0, 526, 0, 0 ], [ 1, 0, 0.0789, 0.0036, 0, 0.66...
[ "\"\"\"\n Flowblade Movie Editor is a nonlinear video editor.\n Copyright 2012 Janne Liljeblad.\n\n This file is part of Flowblade Movie Editor <http://code.google.com/p/flowblade>.\n\n Flowblade Movie Editor is free software: you can redistribute it and/or modify\n it under the terms of the GNU Gene...
""" Flowblade Movie Editor is a nonlinear video editor. Copyright 2012 Janne Liljeblad. This file is part of Flowblade Movie Editor <http://code.google.com/p/flowblade>. Flowblade Movie Editor is free software: you can redistribute it and/or modify it under the terms of the GNU General Public Lice...
[ [ 8, 0, 0.0211, 0.04, 0, 0.66, 0, 0, 1, 0, 0, 0, 0, 0, 0 ], [ 1, 0, 0.0442, 0.0021, 0, 0.66, 0.0556, 526, 0, 1, 0, 0, 526, 0, 0 ], [ 14, 0, 0.0484, 0.0021, 0, 0.66,...
[ "\"\"\"\n Flowblade Movie Editor is a nonlinear video editor.\n Copyright 2012 Janne Liljeblad.\n\n This file is part of Flowblade Movie Editor <http://code.google.com/p/flowblade>.\n\n Flowblade Movie Editor is free software: you can redistribute it and/or modify\n it under the terms of the GNU Gene...
""" Flowblade Movie Editor is a nonlinear video editor. Copyright 2012 Janne Liljeblad. This file is part of Flowblade Movie Editor <http://code.google.com/p/flowblade>. Flowblade Movie Editor is free software: you can redistribute it and/or modify it under the terms of the GNU General Public Lice...
[ [ 8, 0, 0.0108, 0.0205, 0, 0.66, 0, 0, 1, 0, 0, 0, 0, 0, 0 ], [ 8, 0, 0.0238, 0.0032, 0, 0.66, 0.0145, 0, 1, 0, 0, 0, 0, 0, 0 ], [ 1, 0, 0.027, 0.0011, 0, 0.66, ...
[ "\"\"\"\n Flowblade Movie Editor is a nonlinear video editor.\n Copyright 2012 Janne Liljeblad.\n\n This file is part of Flowblade Movie Editor <http://code.google.com/p/flowblade>.\n\n Flowblade Movie Editor is free software: you can redistribute it and/or modify\n it under the terms of the GNU Gene...
""" Flowblade Movie Editor is a nonlinear video editor. Copyright 2012 Janne Liljeblad. This file is part of Flowblade Movie Editor <http://code.google.com/p/flowblade>. Flowblade Movie Editor is free software: you can redistribute it and/or modify it under the terms of the GNU General Public Lice...
[ [ 8, 0, 0.024, 0.0457, 0, 0.66, 0, 0, 1, 0, 0, 0, 0, 0, 0 ], [ 1, 0, 0.0505, 0.0024, 0, 0.66, 0.037, 747, 0, 1, 0, 0, 747, 0, 0 ], [ 1, 0, 0.0529, 0.0024, 0, 0.66, ...
[ "\"\"\"\n Flowblade Movie Editor is a nonlinear video editor.\n Copyright 2012 Janne Liljeblad.\n\n This file is part of Flowblade Movie Editor <http://code.google.com/p/flowblade>.\n\n Flowblade Movie Editor is free software: you can redistribute it and/or modify\n it under the terms of the GNU Gene...
""" Flowblade Movie Editor is a nonlinear video editor. Copyright 2012 Janne Liljeblad. This file is part of Flowblade Movie Editor <http://code.google.com/p/flowblade>. Flowblade Movie Editor is free software: you can redistribute it and/or modify it under the terms of the GNU General Public Lice...
[ [ 8, 0, 0.0391, 0.0742, 0, 0.66, 0, 0, 1, 0, 0, 0, 0, 0, 0 ], [ 8, 0, 0.0859, 0.0117, 0, 0.66, 0.0278, 0, 1, 0, 0, 0, 0, 0, 0 ], [ 1, 0, 0.0977, 0.0039, 0, 0.66, ...
[ "\"\"\"\n Flowblade Movie Editor is a nonlinear video editor.\n Copyright 2012 Janne Liljeblad.\n\n This file is part of Flowblade Movie Editor <http://code.google.com/p/flowblade>.\n\n Flowblade Movie Editor is free software: you can redistribute it and/or modify\n it under the terms of the GNU Gene...
# # This file marks module. #
[]
[]
""" Flowblade Movie Editor is a nonlinear video editor. Copyright 2012 Janne Liljeblad. This file is part of Flowblade Movie Editor <http://code.google.com/p/flowblade>. Flowblade Movie Editor is free software: you can redistribute it and/or modify it under the terms of the GNU General Public Lice...
[ [ 8, 0, 0.1493, 0.2836, 0, 0.66, 0, 0, 1, 0, 0, 0, 0, 0, 0 ], [ 8, 0, 0.3284, 0.0448, 0, 0.66, 0.0556, 0, 1, 0, 0, 0, 0, 0, 0 ], [ 14, 0, 0.3731, 0.0149, 0, 0.66, ...
[ "\"\"\"\n Flowblade Movie Editor is a nonlinear video editor.\n Copyright 2012 Janne Liljeblad.\n\n This file is part of Flowblade Movie Editor <http://code.google.com/p/flowblade>.\n\n Flowblade Movie Editor is free software: you can redistribute it and/or modify\n it under the terms of the GNU Gene...
""" Flowblade Movie Editor is a nonlinear video editor. Copyright 2014 Janne Liljeblad. This file is part of Flowblade Movie Editor <http://code.google.com/p/flowblade>. Flowblade Movie Editor is free software: you can redistribute it and/or modify it under the terms of the GNU General Public Lice...
[ [ 8, 0, 0.0163, 0.0309, 0, 0.66, 0, 0, 1, 0, 0, 0, 0, 0, 0 ], [ 1, 0, 0.0342, 0.0016, 0, 0.66, 0.0294, 166, 0, 1, 0, 0, 166, 0, 0 ], [ 1, 0, 0.0358, 0.0016, 0, 0.66...
[ "\"\"\"\n Flowblade Movie Editor is a nonlinear video editor.\n Copyright 2014 Janne Liljeblad.\n\n This file is part of Flowblade Movie Editor <http://code.google.com/p/flowblade>.\n\n Flowblade Movie Editor is free software: you can redistribute it and/or modify\n it under the terms of the GNU Gene...
""" Flowblade Movie Editor is a nonlinear video editor. Copyright 2012 Janne Liljeblad. This file is part of Flowblade Movie Editor <http://code.google.com/p/flowblade>. Flowblade Movie Editor is free software: you can redistribute it and/or modify it under the terms of the GNU General Public Lice...
[ [ 8, 0, 0.0215, 0.0409, 0, 0.66, 0, 0, 1, 0, 0, 0, 0, 0, 0 ], [ 8, 0, 0.0473, 0.0065, 0, 0.66, 0.0217, 0, 1, 0, 0, 0, 0, 0, 0 ], [ 1, 0, 0.0538, 0.0022, 0, 0.66, ...
[ "\"\"\"\n Flowblade Movie Editor is a nonlinear video editor.\n Copyright 2012 Janne Liljeblad.\n\n This file is part of Flowblade Movie Editor <http://code.google.com/p/flowblade>.\n\n Flowblade Movie Editor is free software: you can redistribute it and/or modify\n it under the terms of the GNU Gene...
""" Flowblade Movie Editor is a nonlinear video editor. Copyright 2013 Janne Liljeblad. This file is part of Flowblade Movie Editor <http://code.google.com/p/flowblade>. Flowblade Movie Editor is free software: you can redistribute it and/or modify it under the terms of the GNU General Public Lice...
[ [ 8, 0, 0.0488, 0.0927, 0, 0.66, 0, 0, 1, 0, 0, 0, 0, 0, 0 ], [ 1, 0, 0.1024, 0.0049, 0, 0.66, 0.0526, 166, 0, 1, 0, 0, 166, 0, 0 ], [ 1, 0, 0.1122, 0.0049, 0, 0.66...
[ "\"\"\"\n Flowblade Movie Editor is a nonlinear video editor.\n Copyright 2013 Janne Liljeblad.\n\n This file is part of Flowblade Movie Editor <http://code.google.com/p/flowblade>.\n\n Flowblade Movie Editor is free software: you can redistribute it and/or modify\n it under the terms of the GNU Gene...
""" Flowblade Movie Editor is a nonlinear video editor. Copyright 2012 Janne Liljeblad. This file is part of Flowblade Movie Editor <http://code.google.com/p/flowblade>. Flowblade Movie Editor is free software: you can redistribute it and/or modify it under the terms of the GNU General Public Lice...
[ [ 8, 0, 0.1639, 0.3115, 0, 0.66, 0, 0, 1, 0, 0, 0, 0, 0, 0 ], [ 1, 0, 0.3443, 0.0164, 0, 0.66, 0.0909, 166, 0, 1, 0, 0, 166, 0, 0 ], [ 1, 0, 0.377, 0.0164, 0, 0.66,...
[ "\"\"\"\n Flowblade Movie Editor is a nonlinear video editor.\n Copyright 2012 Janne Liljeblad.\n\n This file is part of Flowblade Movie Editor <http://code.google.com/p/flowblade>.\n\n Flowblade Movie Editor is free software: you can redistribute it and/or modify\n it under the terms of the GNU Gene...
""" Flowblade Movie Editor is a nonlinear video editor. Copyright 2012 Janne Liljeblad. This file is part of Flowblade Movie Editor <http://code.google.com/p/flowblade>. Flowblade Movie Editor is free software: you can redistribute it and/or modify it under the terms of the GNU General Public Lice...
[ [ 8, 0, 0.0156, 0.0297, 0, 0.66, 0, 0, 1, 0, 0, 0, 0, 0, 0 ], [ 1, 0, 0.0329, 0.0016, 0, 0.66, 0.0222, 166, 0, 1, 0, 0, 166, 0, 0 ], [ 1, 0, 0.0344, 0.0016, 0, 0.66...
[ "\"\"\"\n Flowblade Movie Editor is a nonlinear video editor.\n Copyright 2012 Janne Liljeblad.\n\n This file is part of Flowblade Movie Editor <http://code.google.com/p/flowblade>.\n\n Flowblade Movie Editor is free software: you can redistribute it and/or modify\n it under the terms of the GNU Gene...
""" Flowblade Movie Editor is a nonlinear video editor. Copyright 2012 Janne Liljeblad. This file is part of Flowblade Movie Editor <http://code.google.com/p/flowblade>. Flowblade Movie Editor is free software: you can redistribute it and/or modify it under the terms of the GNU General Public Lice...
[ [ 8, 0, 0.0234, 0.0444, 0, 0.66, 0, 0, 1, 0, 0, 0, 0, 0, 0 ], [ 8, 0, 0.0514, 0.007, 0, 0.66, 0.0192, 0, 1, 0, 0, 0, 0, 0, 0 ], [ 1, 0, 0.0561, 0.0023, 0, 0.66, ...
[ "\"\"\"\n Flowblade Movie Editor is a nonlinear video editor.\n Copyright 2012 Janne Liljeblad.\n\n This file is part of Flowblade Movie Editor <http://code.google.com/p/flowblade>.\n\n Flowblade Movie Editor is free software: you can redistribute it and/or modify\n it under the terms of the GNU Gene...
""" Flowblade Movie Editor is a nonlinear video editor. Copyright 2012 Janne Liljeblad. This file is part of Flowblade Movie Editor <http://code.google.com/p/flowblade>. Flowblade Movie Editor is free software: you can redistribute it and/or modify it under the terms of the GNU General Public Lice...
[ [ 8, 0, 0.0096, 0.0182, 0, 0.66, 0, 0, 1, 0, 0, 0, 0, 0, 0 ], [ 8, 0, 0.0216, 0.0038, 0, 0.66, 0.0222, 0, 1, 0, 0, 0, 0, 0, 0 ], [ 1, 0, 0.025, 0.001, 0, 0.66, ...
[ "\"\"\"\n Flowblade Movie Editor is a nonlinear video editor.\n Copyright 2012 Janne Liljeblad.\n\n This file is part of Flowblade Movie Editor <http://code.google.com/p/flowblade>.\n\n Flowblade Movie Editor is free software: you can redistribute it and/or modify\n it under the terms of the GNU Gene...
""" Flowblade Movie Editor is a nonlinear video editor. Copyright 2012 Janne Liljeblad. This file is part of Flowblade Movie Editor <http://code.google.com/p/flowblade>. Flowblade Movie Editor is free software: you can redistribute it and/or modify it under the terms of the GNU General Public Lice...
[ [ 8, 0, 0.0217, 0.0413, 0, 0.66, 0, 0, 1, 0, 0, 0, 0, 0, 0 ], [ 8, 0, 0.0478, 0.0065, 0, 0.66, 0.0312, 0, 1, 0, 0, 0, 0, 0, 0 ], [ 1, 0, 0.0543, 0.0022, 0, 0.66, ...
[ "\"\"\"\n Flowblade Movie Editor is a nonlinear video editor.\n Copyright 2012 Janne Liljeblad.\n\n This file is part of Flowblade Movie Editor <http://code.google.com/p/flowblade>.\n\n Flowblade Movie Editor is free software: you can redistribute it and/or modify\n it under the terms of the GNU Gene...
""" Flowblade Movie Editor is a nonlinear video editor. Copyright 2012 Janne Liljeblad. This file is part of Flowblade Movie Editor <http://code.google.com/p/flowblade>. Flowblade Movie Editor is free software: you can redistribute it and/or modify it under the terms of the GNU General Public Lice...
[ [ 8, 0, 0.0083, 0.0158, 0, 0.66, 0, 0, 1, 0, 0, 0, 0, 0, 0 ], [ 8, 0, 0.0187, 0.0033, 0, 0.66, 0.0156, 0, 1, 0, 0, 0, 0, 0, 0 ], [ 1, 0, 0.0208, 0.0008, 0, 0.66, ...
[ "\"\"\"\n Flowblade Movie Editor is a nonlinear video editor.\n Copyright 2012 Janne Liljeblad.\n\n This file is part of Flowblade Movie Editor <http://code.google.com/p/flowblade>.\n\n Flowblade Movie Editor is free software: you can redistribute it and/or modify\n it under the terms of the GNU Gene...
""" Flowblade Movie Editor is a nonlinear video editor. Copyright 2012 Janne Liljeblad. This file is part of Flowblade Movie Editor <http://code.google.com/p/flowblade>. Flowblade Movie Editor is free software: you can redistribute it and/or modify it under the terms of the GNU General Public Lice...
[ [ 8, 0, 0.0189, 0.036, 0, 0.66, 0, 0, 1, 0, 0, 0, 0, 0, 0 ], [ 1, 0, 0.0398, 0.0019, 0, 0.66, 0.0625, 723, 0, 1, 0, 0, 723, 0, 0 ], [ 1, 0, 0.0417, 0.0019, 0, 0.66,...
[ "\"\"\"\n Flowblade Movie Editor is a nonlinear video editor.\n Copyright 2012 Janne Liljeblad.\n\n This file is part of Flowblade Movie Editor <http://code.google.com/p/flowblade>.\n\n Flowblade Movie Editor is free software: you can redistribute it and/or modify\n it under the terms of the GNU Gene...
#!/usr/bin/python # # Copyright (C) 2012 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law ...
[ [ 14, 0, 0.0281, 0.0017, 0, 0.66, 0, 777, 1, 0, 0, 0, 0, 3, 0 ], [ 1, 0, 0.0347, 0.0017, 0, 0.66, 0.0303, 509, 0, 1, 0, 0, 509, 0, 0 ], [ 8, 0, 0.0364, 0.0017, 0, 0...
[ "__author__ = 'afshar@google.com (Ali Afshar)'", "import sys", "sys.path.insert(0, 'lib')", "import os", "import httplib2", "import sessions", "from google.appengine.ext import webapp", "from google.appengine.ext.webapp.util import run_wsgi_app", "from google.appengine.ext import db", "from google...
#!/usr/bin/python # # Copyright (C) 2012 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law ...
[ [ 14, 0, 0.0557, 0.0033, 0, 0.66, 0, 777, 1, 0, 0, 0, 0, 3, 0 ], [ 1, 0, 0.0689, 0.0033, 0, 0.66, 0.0333, 688, 0, 1, 0, 0, 688, 0, 0 ], [ 1, 0, 0.0721, 0.0033, 0, 0...
[ "__author__ = 'afshar@google.com (Ali Afshar)'", "import os", "import httplib2", "import sessions", "from google.appengine.ext import db", "from google.appengine.ext.webapp import template", "from apiclient.discovery import build_from_document", "from apiclient.http import MediaUpload", "from oauth2...
# This is the version of this source code. manual_verstr = "1.5" auto_build_num = "211" verstr = manual_verstr + "." + auto_build_num try: from pyutil.version_class import Version as pyutil_Version __version__ = pyutil_Version(verstr) except (ImportError, ValueError): # Maybe there is no pyutil insta...
[ [ 14, 0, 0.1667, 0.0556, 0, 0.66, 0, 189, 1, 0, 0, 0, 0, 3, 0 ], [ 14, 0, 0.3889, 0.0556, 0, 0.66, 0.3333, 295, 1, 0, 0, 0, 0, 3, 0 ], [ 14, 0, 0.6111, 0.0556, 0, 0...
[ "manual_verstr = \"1.5\"", "auto_build_num = \"211\"", "verstr = manual_verstr + \".\" + auto_build_num", "try:\n from pyutil.version_class import Version as pyutil_Version\n __version__ = pyutil_Version(verstr)\nexcept (ImportError, ValueError):\n # Maybe there is no pyutil installed.\n from dist...
""" The MIT License Copyright (c) 2007-2010 Leah Culver, Joe Stump, Mark Paschal, Vic Fryzel Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the ...
[ [ 8, 0, 0.3, 0.575, 0, 0.66, 0, 0, 1, 0, 0, 0, 0, 0, 0 ], [ 1, 0, 0.625, 0.025, 0, 0.66, 0.3333, 311, 0, 1, 0, 0, 311, 0, 0 ], [ 1, 0, 0.65, 0.025, 0, 0.66, 0.6...
[ "\"\"\"\nThe MIT License\n\nCopyright (c) 2007-2010 Leah Culver, Joe Stump, Mark Paschal, Vic Fryzel\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including withou...
""" The MIT License Copyright (c) 2007-2010 Leah Culver, Joe Stump, Mark Paschal, Vic Fryzel Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the ...
[ [ 8, 0, 0.2927, 0.561, 0, 0.66, 0, 0, 1, 0, 0, 0, 0, 0, 0 ], [ 1, 0, 0.6098, 0.0244, 0, 0.66, 0.25, 311, 0, 1, 0, 0, 311, 0, 0 ], [ 1, 0, 0.6341, 0.0244, 0, 0.66, ...
[ "\"\"\"\nThe MIT License\n\nCopyright (c) 2007-2010 Leah Culver, Joe Stump, Mark Paschal, Vic Fryzel\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including withou...
# Copyright 2011 Google Inc. All Rights Reserved. """Multi-credential file store with lock support. This module implements a JSON credential store where multiple credentials can be stored in one file. That file supports locking both in a single process and across processes. The credential themselves are keyed off o...
[ [ 8, 0, 0.0437, 0.0741, 0, 0.66, 0, 0, 1, 0, 0, 0, 0, 0, 0 ], [ 14, 0, 0.0847, 0.0026, 0, 0.66, 0.0588, 777, 1, 0, 0, 0, 0, 3, 0 ], [ 1, 0, 0.0899, 0.0026, 0, 0.66,...
[ "\"\"\"Multi-credential file store with lock support.\n\nThis module implements a JSON credential store where multiple\ncredentials can be stored in one file. That file supports locking\nboth in a single process and across processes.\n\nThe credential themselves are keyed off of:\n* client_id", "__author__ = 'jb...
# Copyright (C) 2010 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writ...
[ [ 8, 0, 0.0145, 0.0035, 0, 0.66, 0, 0, 1, 0, 0, 0, 0, 0, 0 ], [ 14, 0, 0.0176, 0.0009, 0, 0.66, 0.0244, 777, 1, 0, 0, 0, 0, 3, 0 ], [ 1, 0, 0.0193, 0.0009, 0, 0.66,...
[ "\"\"\"An OAuth 2.0 client.\n\nTools for interacting with OAuth 2.0 protected resources.\n\"\"\"", "__author__ = 'jcgregorio@google.com (Joe Gregorio)'", "import base64", "import clientsecrets", "import copy", "import datetime", "import httplib2", "import logging", "import os", "import sys", "im...
# Copyright (C) 2010 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writ...
[ [ 8, 0, 0.1604, 0.0472, 0, 0.66, 0, 0, 1, 0, 0, 0, 0, 0, 0 ], [ 14, 0, 0.1981, 0.0094, 0, 0.66, 0.125, 777, 1, 0, 0, 0, 0, 3, 0 ], [ 1, 0, 0.217, 0.0094, 0, 0.66, ...
[ "\"\"\"Utilities for OAuth.\n\nUtilities for making it easier to work with OAuth 2.0\ncredentials.\n\"\"\"", "__author__ = 'jcgregorio@google.com (Joe Gregorio)'", "import os", "import stat", "import threading", "from anyjson import simplejson", "from client import Storage as BaseStorage", "from clien...
# Copyright (C) 2010 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writ...
[ [ 8, 0, 0.1371, 0.0403, 0, 0.66, 0, 0, 1, 0, 0, 0, 0, 0, 0 ], [ 14, 0, 0.1694, 0.0081, 0, 0.66, 0.1111, 777, 1, 0, 0, 0, 0, 3, 0 ], [ 1, 0, 0.1855, 0.0081, 0, 0.66,...
[ "\"\"\"OAuth 2.0 utilities for Django.\n\nUtilities for using OAuth 2.0 in conjunction with\nthe Django datastore.\n\"\"\"", "__author__ = 'jcgregorio@google.com (Joe Gregorio)'", "import oauth2client", "import base64", "import pickle", "from django.db import models", "from oauth2client.client import St...
#!/usr/bin/python2.4 # -*- coding: utf-8 -*- # # Copyright (C) 2011 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless ...
[ [ 1, 0, 0.0738, 0.0041, 0, 0.66, 0, 177, 0, 1, 0, 0, 177, 0, 0 ], [ 1, 0, 0.0779, 0.0041, 0, 0.66, 0.0625, 154, 0, 1, 0, 0, 154, 0, 0 ], [ 1, 0, 0.082, 0.0041, 0, 0...
[ "import base64", "import hashlib", "import logging", "import time", "from OpenSSL import crypto", "from anyjson import simplejson", "CLOCK_SKEW_SECS = 300 # 5 minutes in seconds", "AUTH_TOKEN_LIFETIME_SECS = 300 # 5 minutes in seconds", "MAX_TOKEN_LIFETIME_SECS = 86400 # 1 day in seconds", "cla...
# Copyright (C) 2011 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writ...
[ [ 8, 0, 0.1619, 0.0476, 0, 0.66, 0, 0, 1, 0, 0, 0, 0, 0, 0 ], [ 14, 0, 0.2, 0.0095, 0, 0.66, 0.0909, 777, 1, 0, 0, 0, 0, 3, 0 ], [ 1, 0, 0.2286, 0.0095, 0, 0.66, ...
[ "\"\"\"Utilities for reading OAuth 2.0 client secret files.\n\nA client_secrets.json file contains all the information needed to interact with\nan OAuth 2.0 protected service.\n\"\"\"", "__author__ = 'jcgregorio@google.com (Joe Gregorio)'", "from anyjson import simplejson", "TYPE_WEB = 'web'", "TYPE_INSTALL...
__version__ = "1.0c2"
[ [ 14, 0, 1, 1, 0, 0.66, 0, 162, 1, 0, 0, 0, 0, 3, 0 ] ]
[ "__version__ = \"1.0c2\"" ]
# Copyright (C) 2010 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writ...
[ [ 8, 0, 0.5312, 0.1562, 0, 0.66, 0, 0, 1, 0, 0, 0, 0, 0, 0 ], [ 14, 0, 0.6562, 0.0312, 0, 0.66, 0.5, 777, 1, 0, 0, 0, 0, 3, 0 ], [ 7, 0, 0.875, 0.2812, 0, 0.66, ...
[ "\"\"\"Utility module to import a JSON module\n\nHides all the messy details of exactly where\nwe get a simplejson module from.\n\"\"\"", "__author__ = 'jcgregorio@google.com (Joe Gregorio)'", "try: # pragma: no cover\n # Should work for Python2.6 and higher.\n import json as simplejson\nexcept ImportError: #...
import Cookie import datetime import time import email.utils import calendar import base64 import hashlib import hmac import re import logging # Ripped from the Tornado Framework's web.py # http://github.com/facebook/tornado/commit/39ac6d169a36a54bb1f6b9bf1fdebb5c9da96e09 # # Tornado is licensed under the Apache Licen...
[ [ 1, 0, 0.006, 0.006, 0, 0.66, 0, 32, 0, 1, 0, 0, 32, 0, 0 ], [ 1, 0, 0.0119, 0.006, 0, 0.66, 0.1, 426, 0, 1, 0, 0, 426, 0, 0 ], [ 1, 0, 0.0179, 0.006, 0, 0.66, ...
[ "import Cookie", "import datetime", "import time", "import email.utils", "import calendar", "import base64", "import hashlib", "import hmac", "import re", "import logging", "class LilCookies:\n\n @staticmethod\n def _utf8(s):\n if isinstance(s, unicode):\n return s.encode(\"utf-8\")\n ...
# Copyright (C) 2007 Joe Gregorio # # Licensed under the MIT License """MIME-Type Parser This module provides basic functions for handling mime-types. It can handle matching mime-types against a list of media-ranges. See section 14.1 of the HTTP specification [RFC 2616] for a complete explanation. http://www.w3.o...
[ [ 8, 0, 0.0814, 0.1105, 0, 0.66, 0, 0, 1, 0, 0, 0, 0, 0, 0 ], [ 14, 0, 0.1453, 0.0058, 0, 0.66, 0.0833, 162, 1, 0, 0, 0, 0, 3, 0 ], [ 14, 0, 0.1512, 0.0058, 0, 0.66...
[ "\"\"\"MIME-Type Parser\n\nThis module provides basic functions for handling mime-types. It can handle\nmatching mime-types against a list of media-ranges. See section 14.1 of the\nHTTP specification [RFC 2616] for a complete explanation.\n\n http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.1", "__v...
# Copyright (C) 2010 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writ...
[ [ 8, 0, 0.0342, 0.0083, 0, 0.66, 0, 0, 1, 0, 0, 0, 0, 0, 0 ], [ 14, 0, 0.0414, 0.0021, 0, 0.66, 0.0476, 777, 1, 0, 0, 0, 0, 3, 0 ], [ 1, 0, 0.0476, 0.0021, 0, 0.66,...
[ "\"\"\"Utilities for OAuth.\n\nUtilities for making it easier to work with OAuth.\n\"\"\"", "__author__ = 'jcgregorio@google.com (Joe Gregorio)'", "import copy", "import httplib2", "import logging", "import oauth2 as oauth", "import urllib", "import urlparse", "from anyjson import simplejson", "tr...
#!/usr/bin/python2.4 # # Copyright (C) 2010 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable l...
[ [ 8, 0, 0.0519, 0.0182, 0, 0.66, 0, 0, 1, 0, 0, 0, 0, 0, 0 ], [ 14, 0, 0.0649, 0.0026, 0, 0.66, 0.0625, 777, 1, 0, 0, 0, 0, 3, 0 ], [ 1, 0, 0.0701, 0.0026, 0, 0.66,...
[ "\"\"\"Model objects for requests and responses.\n\nEach API may support one or more serializations, such\nas JSON, Atom, etc. The model classes are responsible\nfor converting between the wire format and the Python\nobject representation.\n\"\"\"", "__author__ = 'jcgregorio@google.com (Joe Gregorio)'", "import...
# Copyright (C) 2010 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writ...
[ [ 8, 0, 0.2619, 0.0635, 0, 0.66, 0, 0, 1, 0, 0, 0, 0, 0, 0 ], [ 14, 0, 0.3175, 0.0159, 0, 0.66, 0.2, 777, 1, 0, 0, 0, 0, 3, 0 ], [ 1, 0, 0.3492, 0.0159, 0, 0.66, ...
[ "\"\"\"Utilities for OAuth.\n\nUtilities for making it easier to work with OAuth 1.0 credentials.\n\"\"\"", "__author__ = 'jcgregorio@google.com (Joe Gregorio)'", "import pickle", "import threading", "from apiclient.oauth import Storage as BaseStorage", "class Storage(BaseStorage):\n \"\"\"Store and retr...