Pastoid

Search Results

May 24, 2011 at 5:33 pm - View

May 21, 2011 at 1:32 pm - View

May 21, 2011 at 12:42 pm - View

May 11, 2011 at 1:12 am - View

May 9, 2011 at 12:19 pm - View

May 6, 2011 at 7:24 pm - View

May 5, 2011 at 3:19 pm - View

$postdata= array( 'slug' => Utils::slugify( $data->handler_vars['title'] ), 'title' => $data->handler_vars['title'], 'content' => $data->handler_vars['description'], 'updated' => HabariDateTime::date_create( date('Y-m-d') )

April 25, 2011 at 9:06 pm - View

$tasks = Posts::get( array('content_type' => 'tasks', 'user_id' => $id, 'info' => array('status' => 1), 'has:info' => 'due',

April 22, 2011 at 8:05 pm - View

$pbem_username = $form->pbem->append( 'text', 'pbem_username', 'null:null', _t('Username: ', 'pbem'), 'optionscontrol_text' ); $pbem->pbem_username->add_validator( 'validate_required' ); $pbem_username->value = $edit_user->info->pbem_username; $pbem_username->charlimit = 50; $pbem_username->class[] = 'item clear';

April 21, 2011 at 2:08 pm - View

Scott,thanks for writing in. To disable transcoding, you did change the correct setting when you changed "Optimize your videos for remote playback" to "Never". At that point, the ability to stream the movie will depend on the format, container type, and resolution/bitrate of the source video, the upload bandwidth from your home, and the ability of the client browser to play the movie. In your case, your Flip video is being recorded in h.264/MP4 at 60fps, which are both not supported natively by Chrome and Firefox. One test you can do is to uncheck the "Use HTML5 video if your browser supports it" option, which will force the web app to use the Flash player, which does support h.264. You should do this locally to make sure that bandwidth is not an issues. If this works, then you will need to look at the upload bandwidth out of your house, which is likely not as high as the bitrate of the source video, which the Flip MinoHD records at 8.6Mbps.

April 13, 2011 at 2:48 pm - View

-----BEGIN PGP MESSAGE----- Version: GnuPG v1.4.10 (GNU/Linux) hQIOA8kC8zoYDCWxEAgAsDopqZ2K3XTWDCIXWlpqkdwRZo39cdI9eYUpbXqmSUbB vCqO3KcsCX+MDz+S3x7XcxvsHEzrsJ9Ql5PPFlEwOctTmyPOj5jxtl4389s5obF9

April 13, 2011 at 2:39 pm - View

-----BEGIN PGP MESSAGE----- Version: GnuPG v1.4.10 (GNU/Linux) hQQOA6f1yGM9SbeMEA//aZjyp/6HXHkyvgrEwnl8zZmXypUQUMQ4OSFQuWV+x8kx ElWeVyEMZPHoixJyk82HR9yldsix9QJpApxhB7GvtjWYmPmO5in99GIUQb/6mE26

April 11, 2011 at 4:03 pm - View

shuffle = function(v){ for(var j, x, i = v.length; i; j = parseInt(Math.random() * i), x = v[--i], v[i] = v[j], v[j] = x); return v; }; dropkick = function(element) {

April 10, 2011 at 7:19 pm - View

--- jambo-formui.plugin.php +++ (clipboard) @@ -15,7 +15,7 @@ // require_once 'jambohandler.php';

April 7, 2011 at 3:17 am - View

addons.csv - View

type,description,name plugin,"Twitter avatar plugin",twitter_avatar plugin,"Removes Digg Bar frame.",habaridiggbarkiller plugin,"Display and manage a blogroll on your blog.",blogroll plugin,"Display music you listened recently on your blog.",audioscrobbler

page.gen.php - View

<?php set_time_limit(60); $page_output = ''; $users = Users::get(); $userid = $users[0]->id;

ddrescue output - View

Press Ctrl-C to interrupt Initial status (read from logfile) rescued: 0 B, errsize: 16384 B, errors: 1 Current status rescued: 0 B, errsize: 16384 B, current rate: 0 B/s

PostFormat - View

<?php class PostFormat extends Plugin { public function filter_post_content_out($out, $post)

PostFormat - View

<?xml version="1.0" encoding="utf-8" ?> <pluggable type="plugin"> <name>PostFormat</name> <license url="http://www.apache.org/licenses/LICENSE-2.0.html">Apache Software License 2.0</license>

1 · 2 · 3 · 4 · 5 · 6 · 7 · 8 · 9 · 10 · 11 · 12 · 13 · 14 · 15 · 16 · 17 · 18 · 19 · 20 · 21 · 22 · 23 · 24 · 25 · 26 · 27 · 28 · 29 · 30 · 31 · 32 · 33 · 34 · 35 · 36 · 37 · 38 · 39 · 40 · 41 · 42 · 43 · 44 · 45 · 46 · 47 · 48 · 49 · 50 · 51 · 52 · 53 · 54 · 55 · 56 · 57 · 58 · 59 · 60 · 61 · 62 · 63 · 64 · 65 · 66 · 67 · 68 · 69 · 70 · 71 · 72 · 73 · 74 · 75 · 76 · 77 · 78 · 79 · 80 · 81 · 82 · 83 · 84 · 85 · 86 · 87 · 88 · 89 · 90 · 91 · 92 · 93 · 94 · 95 · 96 · 97 · 98 · 99 · 100 · 101 · 102 · 103 · 104 · 105 · 106 · 107 · 108 · 109 · 110 · 111 · 112 · 113 · 114 · 115 · 116 · 117 · 118 · 119 · 120 · 121 · 122 · 123 · 124 · 125 · 126 · 127 · 128 · 129 · 130 · 131 · 132 · 133 · 134 · 135 · 136 · 137 · 138 · 139 · 140 · 141 · 142 · 143 · 144 · 145 · 146 · 147 · 148 · 149 · 150 · 151 · 152 · 153 · 154 · 155 · 156 · 157 · 158 · 159 · 160 · 161

<Hide