Skip to content

Instantly share code, notes, and snippets.

View rs's full-sized avatar

Olivier Poitrey rs

  • Netflix
  • Silicon Valley, California, USA
View GitHub Profile
@rs
rs / gist:4626107
Last active December 11, 2015 16:09

Senior Software Engineer, Mobile iOS

Dailymotion, Palo Alto, CA, USA

Each month, more than half a billion Dailymotion videos are being watched on Phones & Tablets. With a mobile traffic more than tripling each year, Dailymotion is seeking for a full-time experienced iOS software engineer to help take its iOS products to the next level. You will join a small team of 4 skilled people, dedicated and passionate by the mobile industry.

You will have full autonomy on your tools and schedule as we only value results. If you are a self-starting engineer with strong experience in iPhone and iPad development and preferably with some active open-source projects on Github, you will love working with us.

Responsabilities

All Platforms

  • Change design of the infinite video list loader indicator
  • Fix twitter sharing
  • Fix missing URL when sharing videos from the first tab
  • Fix application state not always saved when ran on a device supporting multi-tasking
  • Fix a persistent error with searching happening to some users
  • Fix some crash conditions
  • Fix network connection type detection to correctly choose the video thumbnails quality
<iframe src="http://www.dailymotion.com/embed/video/VIDEO_ID" width="320" height="240" frameborder="0"></iframe>
<script type="text/javascript">
(function(){try{
var m = navigator.mimeTypes, t = 'application/x-shockwave-flash', a = 'ShockwaveFlash.ShockwaveFlash';
if (m && m.length ? !m[t] : !(function(){try{return new ActiveXObject(a)}catch(e){}})())
{
var e = document.createElement('script'); e.type = 'text/javascript'; e.async = true;
e.src = 'http://www.dailymotion.com/js/external/embedcompat.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(e, s);
}
}catch(e){}})();
<script type="text/javascript">
(function(){m=navigator.mimeTypes;t="application/x-shockwave-flash";n="EMBED";d=document;if(m&&!m[t]&&d.addEventListener){d.addEventListener("DOMContentLoaded",function(){l=d.getElementsByTagName("*");for(i=0;i<l.length;i++){e=l[i];if(e.nodeName==n&&e.type==t){f=d.createElement(n);f.src=e.src+"&format=html";s=f.style;s.width=e.width;s.height=e.height;p=e.parentNode;p.insertBefore(f,e);p.removeChild(e)}}},false);}})()
</script>
curl -s http://www.dailymotion.com/video/xaqrf5_alain-robert-escalade-la-tour-arian_sport|perl -pe 's/.*(http.*?%2Fcdn%2F.*?)%40%40h264.*/$1/ && s/%([0-9A-F]{2})/chr(hex($1))/ge or undef $_'|head -1|xargs curl -si
Return-Path: <m6@m6.fr>
Delivered-To: rs@rhapsodyk.net
Received: (qmail 10448 invoked from network); 24 Nov 1999 15:59:33 -0000
Received: from boccob.rmm.fr (postfix@195.115.46.221)
by 195.36.246.29 with SMTP; 24 Nov 1999 15:59:33 -0000
Received: from drodriguez (firewall.m6.fr [195.132.0.109])
by boccob.rmm.fr (Postfix) with SMTP id 359AD7E844
for <rs@rhapsodyk.net>; Wed, 24 Nov 1999 16:59:28 +0100 (CET)
X-Sender: m6promo@mailhost.rmm.fr
X-Mailer: QUALCOMM Windows Eudora Pro Version 4.0.2
@rs
rs / gist:188417
Created September 17, 2009 09:06
<object type="application/x-shockwave-flash" data="http://www.dailymotion.com/swf/<video_id>" width="480" height="365">
<param name="movie" value="http://www.dailymotion.com/swf/<video_id>"></param>
<param name="allowFullScreen" value="true"></param>
<param name="allowScriptAccess" value="always"></param>
<a href="http://www.dailymotion.com/video/<video_id>"><img src="http://www.dailymotion.com/thumbnail/video/<video_id>" width="480" height="365" /></a>
</object>
We couldn’t find that file to show.