felix.abecassis.me felix.abecassis.me

felix.abecassis.me

Félix Abecassis | Projects, experiments…

Projects, experiments…. NVIDIA Docker: GPU Server Application Deployment Made Easy. Comments Off on NVIDIA Docker: GPU Server Application Deployment Made Easy. I've recently co-authored an article on the NVIDIA Parallel Forall website: NVIDIA Docker: GPU Server Application Deployment Made Easy. On the same topic, we presented our work at DockerCon 2016 in the Open Forum track, slides are available here. Crashing competing media players on Android. Internally, the mediaserver is using the OpenMAX IL (OMXI...

http://felix.abecassis.me/

WEBSITE DETAILS
SEO
PAGES
SIMILAR SITES

TRAFFIC RANK FOR FELIX.ABECASSIS.ME

TODAY'S RATING

>1,000,000

TRAFFIC RANK - AVERAGE PER MONTH

BEST MONTH

October

AVERAGE PER DAY Of THE WEEK

HIGHEST TRAFFIC ON

Thursday

TRAFFIC BY CITY

CUSTOMER REVIEWS

Average Rating: 3.7 out of 5 with 12 reviews
5 star
6
4 star
0
3 star
4
2 star
0
1 star
2

Hey there! Start your review of felix.abecassis.me

AVERAGE USER RATING

Write a Review

WEBSITE PREVIEW

Desktop Preview Tablet Preview Mobile Preview

LOAD TIME

1.1 seconds

CONTACTS AT FELIX.ABECASSIS.ME

Login

TO VIEW CONTACTS

Remove Contacts

FOR PRIVACY ISSUES

CONTENT

SCORE

6.2

PAGE TITLE
Félix Abecassis | Projects, experiments… | felix.abecassis.me Reviews
<META>
DESCRIPTION
Projects, experiments…. NVIDIA Docker: GPU Server Application Deployment Made Easy. Comments Off on NVIDIA Docker: GPU Server Application Deployment Made Easy. I've recently co-authored an article on the NVIDIA Parallel Forall website: NVIDIA Docker: GPU Server Application Deployment Made Easy. On the same topic, we presented our work at DockerCon 2016 in the Open Forum track, slides are available here. Crashing competing media players on Android. Internally, the mediaserver is using the OpenMAX IL (OMXI...
<META>
KEYWORDS
1 menu
2 félix abecassis
3 posted by félix
4 summary aka tldr
5 mediaserver
6 presentation
7 strengths and weaknesses
8 mediacrasher
9 code
10 public
CONTENT
Page content here
KEYWORDS ON
PAGE
menu,félix abecassis,posted by félix,summary aka tldr,mediaserver,presentation,strengths and weaknesses,mediacrasher,code,public,class,mainactivity extends,activity {,override public,void,oncreate,super,savedinstancestate,startservice,intent,toast toast =
SERVER
Apache
POWERED BY
PHP/5.2.17
CONTENT-TYPE
utf-8
GOOGLE PREVIEW

Félix Abecassis | Projects, experiments… | felix.abecassis.me Reviews

https://felix.abecassis.me

Projects, experiments…. NVIDIA Docker: GPU Server Application Deployment Made Easy. Comments Off on NVIDIA Docker: GPU Server Application Deployment Made Easy. I've recently co-authored an article on the NVIDIA Parallel Forall website: NVIDIA Docker: GPU Server Application Deployment Made Easy. On the same topic, we presented our work at DockerCon 2016 in the Open Forum track, slides are available here. Crashing competing media players on Android. Internally, the mediaserver is using the OpenMAX IL (OMXI...

INTERNAL PAGES

felix.abecassis.me felix.abecassis.me
1

Félix Abecassis | Projects, experiments… | Page 2

http://felix.abecassis.me/page/2

Projects, experiments…. TBB - Tasks: spawning, dependencies and recycling. On November 23, 2011. Last year we had to implement a spell-checker as a Text Mining project. The challenge was to be as fast as possible, and if possible faster than our teacher! We implemented a trie. And the Damerau-Levenshtein distance for fast lookup of similar words. But it was still not fast enough, we decided it was a good opportunity to use Intel Threading Building Blocks (TBB). And a maximum distance d. S, my solution is...

2

OpenCV | Félix Abecassis

http://felix.abecassis.me/category/opencv

Projects, experiments…. Project - Barcode segmentation and decoding. On November 17, 2011. In the 3 previous articles I explained how to develop a really simple barcode decoding algorithm. This program was really naive and only worked with really clean barcodes. As an assignment for a school project, a more advanced version was developed. The program can now detect and decode EAN13 barcodes in large images with various objects and different backgrounds. Click on the images for a better view of the output.

3

GDB – Debugging stripped binaries | Félix Abecassis

http://felix.abecassis.me/2012/08/gdb-debugging-stripped-binaries

Projects, experiments…. GDB - Debugging stripped binaries. On August 13, 2012. A few days ago I had a discussion with a colleague on how to debug a stripped binary on linux with GDB. Yesterday I also read an article from an ex-colleague at EPITA on debugging with the dmesg. I therefore decided to write my own article, here I will demonstrate how to use GDB with a stripped binary. First of all, here is the small C program we will be working on:. Mode (with the -O3. Gcc -O3 -m32 test.c. We can use the nm.

4

TBB | Félix Abecassis

http://felix.abecassis.me/category/tbb

Projects, experiments…. TBB - Tasks: spawning, dependencies and recycling. On November 23, 2011. Last year we had to implement a spell-checker as a Text Mining project. The challenge was to be as fast as possible, and if possible faster than our teacher! We implemented a trie. And the Damerau-Levenshtein distance for fast lookup of similar words. But it was still not fast enough, we decided it was a good opportunity to use Intel Threading Building Blocks (TBB). And a maximum distance d. S, my solution is...

5

Graph Coloring with GLPK | Félix Abecassis

http://felix.abecassis.me/2012/11/graph-coloring-with-glpk

Projects, experiments…. Graph Coloring with GLPK. On November 19, 2012. In this article we will present a simple code finding an optimal solution to the graph coloring problem using Integer Linear Programming (ILP). We used the GNU Linear Programming Kit ( glpk. To solve the ILP problem. By coloring the edges of the graph (all adjacent edges must have different colors), we can find a good scheduling order for MPI communications. Edge coloring can be solved directly, but we have chosen to use the line...

UPGRADE TO PREMIUM TO VIEW 12 MORE

TOTAL PAGES IN THIS WEBSITE

17

LINKS TO THIS WEBSITE

enki-tech.blogspot.com enki-tech.blogspot.com

Enki :: Technical Blog: March 2012

http://enki-tech.blogspot.com/2012_03_01_archive.html

Enki : Technical Blog. Sunday, March 11, 2012. How to use git to avoid writing ChangeLog by hand? The standard GNU defines what must be a ChangeLog file (see:. Http:/ www.gnu.org/prep/standards/html node/Change-Logs.html. Main goal of this is to be able to track bugs, and to understand the. History of a project. Why keeping a ChangeLog? In the past, we must keep a ChangeLog file for each project, since. There was no tool able to give all the history in every condition. Is easy with vim too). The "ChangeL...

enki-tech.blogspot.com enki-tech.blogspot.com

Enki :: Technical Blog: C++11: A generic Singleton

http://enki-tech.blogspot.com/2012/08/c11-generic-singleton.html

Enki : Technical Blog. Wednesday, August 22, 2012. C 11: A generic Singleton. Yesterday, I found the solution to a problem that I was unable to solve one year ago. The problem was simple: Creating a generic Singleton. If you don't know what a Singleton is, here is the definition given in the book "Design Pattern" from the Gamma et al.: "Ensure a class only has one instance, and provide a global point of access to it". If you know a better stuff about it, please let me know! The common version is to use t...

blog.vjeux.com blog.vjeux.com

Vjeux » Image Layout Algorithms – HTML5DevConf

http://blog.vjeux.com/2014/image/image-layout-algorithms-html5devconf.html

Talks & Written Reports. Image Layout Algorithms – HTML5DevConf. In this talk I give an overview of the big categories of image layout algorithms with examples for each of them and present criterias to look at when evaluating them. If you liked this article, you might be interested in my Twitter feed. Laquo; Google Plus Layout – Find Best Breaks. Simulate Closure in C. August 13, 2012. Image Layout Algorithm Facebook. August 14, 2012. Image Layout Algorithm Facebook Reordering. July 8, 2012. July 7, 2012.

blog.vjeux.com blog.vjeux.com

Vjeux » Simulate Closure in C

http://blog.vjeux.com/2014/c/simulate-closure-in-c.html

Talks & Written Reports. Simulate Closure in C. I'm implementing a layout algorithm in C and want to let the user specify a callback to compute the height based on the width. Using function pointers, we can provide the callback:. Layout node t ;. Layout node t *. It works well if we have a function measure that only uses global variables:. Layout node t node ;. Mesure image (. Aspect ratio ;. Metadata in the struct and pass it along with the function call. (Thanks Scott. Measure context ;. Layout node t ;.

blog.vjeux.com blog.vjeux.com

Vjeux » React: CSS in JS – NationJS

http://blog.vjeux.com/2014/javascript/react-css-in-js-nationjs.html

Talks & Written Reports. React: CSS in JS – NationJS. This is a very thought-provoking talk that attempts to show that CSS has fundamental flaws and writing styling in JS solves most of the problem without even trying. If you liked this article, you might be interested in my Twitter feed. Laquo; Keynote on React Native – React.js Conf. React Architecture – OSCON. What are your thoughts on performance impacts of having repeated inline styles on all of the HTML elements? Using inline styles would avoid all...

blog.vjeux.com blog.vjeux.com

Vjeux » Why does React scale? JSConf

http://blog.vjeux.com/2014/javascript/why-does-react-scale-jsconf.html

Talks & Written Reports. Why does React scale? React has managed to be successful at scale thanks to the fact that it makes finding the root cause of bugs easier through various mechanisms that I explain in this talk. If you liked this article, you might be interested in my Twitter feed. Laquo; React Architecture – OSCON. Google Plus Layout – Find Best Breaks. October 8, 2011. Find HTMLEntity for any Character. September 22, 2011. URLON: URL Object Notation. November 15, 2014. December 22, 2011. Undefine...

blog.vjeux.com blog.vjeux.com

Vjeux » Talks & Written Reports

http://blog.vjeux.com/reports

Talks & Written Reports. Talks & Written Reports. Development is not everything 🙂 Here is a compilation of the talks and write-ups I have done. This should give you a good overview of what I have been working on the last few years! Keynote on React Native, React.js Conf. React: CSS in JS, NationJS. React Architecture, OSCON. Why does React scale? Image Layout Algorithms, HTML5DevConf. JSPP Morph C Into Javascript at JSConf. Javascript Presentation at Dassault Systemes. Javascript Presentation at EPITA.

blog.vjeux.com blog.vjeux.com

Vjeux » Javascript

http://blog.vjeux.com/category/javascript

Talks & Written Reports. Challenge: Best JavaScript Setup for Quick Prototyping. Yesterday, there was a big discussion on Twitter. On how hard it is to start hacking on a js project. One comment by Dan Abramov struck me in particular: "Right: don’t use tools, face a problem, choose a tool or roll your own. Wrong: learn tools that don’t solve your problems, hate the tools.". This is spot on. All the solutions presented in this thread do not solve the problems I have when I'm hacking on a new project.

enki-tech.blogspot.com enki-tech.blogspot.com

Enki :: Technical Blog: August 2012

http://enki-tech.blogspot.com/2012_08_01_archive.html

Enki : Technical Blog. Wednesday, August 29, 2012. Today, I'll present a module for zsh that I wrote few days ago. The aim of this module is to provide a way to create easily temporary shell scripts, and save their favorites. If you are familiar with Emacs, and if you think about its macros, you're right! I designed this with the macro concept in mind. Git add TODO $ git commit -m "Update the TODO.". Git stash $ git pull - rebase $ git stash pop $ git push. For this module, I use the. Because it allows y...

enki-tech.blogspot.com enki-tech.blogspot.com

Enki :: Technical Blog: A wonderful internship

http://enki-tech.blogspot.com/2012/08/a-wonderful-internship.html

Enki : Technical Blog. Thursday, August 16, 2012. Today I talk about the internship I made from the middle of October (2011) to the middle of January (2012). I'll start by presenting a little the context, and what I have done exactly. I worked at Aldebaran Robotics. I think it is better if I don't go too much in details about this project since I don't owe its right. But here is what it looks like in video (yes I have asked for the rights for that :P). No more suspense, let's look at the video! Feel free...

UPGRADE TO PREMIUM TO VIEW 29 MORE

TOTAL LINKS TO THIS WEBSITE

39

SOCIAL ENGAGEMENT



OTHER SITES

felix-zimmermann.de felix-zimmermann.de

Home - Ein Vektor&Pixelschubser stellt sich vor.Ein Vektor&Pixelschubser stellt sich vor. - Ein Vektor&Pixelschubser stellt sich vor

Ein Vektor&Pixelschubser stellt sich vor. Typografie – Font Poster – Source Sans Pro. Vor einiger Zeit habe ich mich durch den Jungel der Free-Fonts auf die Suche nach einer neuen Font gemacht. Es…. Diverse Grafiken um Veredelungsarten zu präsentieren. Zu Beginn meines Praktikums sollte ich einige Grafiken bzw. Seiten erstellen, mit welchen man verschiedene Veredelungsarten präsentieren könnte. Thematisch sollten…. Textübung Typografie Der schöne Blocksatz. Infografik zur Strukturierung von Texten. Für m...

felix-zocher.de felix-zocher.de

www.felix-zocher.de

felix-zuehlke.de felix-zuehlke.de

Felix ZühlkeSchauspieler

Http:/ www.schauspielervideos.de/video/felix-zuehlke. Freitag 29.12.2017 um 19.30 Uhr. Freitag 12.01.2018 um 19.30 Uhr. Samstag 13.01.2018 um 19.30 Uhr. Sonntag 14.01.2018 um 17.00 Uhr. Freitag 19.01.2018 um 19.30 Uhr. Sonntag 21.01.2018 um 17.00 Uhr.

felix.2msystem.pl felix.2msystem.pl

2M SYSTEM - projektowanie stron www, tworzenie stron internetowych, Kraków

Targi dla miast, regionów i gmin - GMINA 2009. Witaj na naszej stronie. Zapraszamy Cię do świata nowoczesnych technologii, które wykorzystujemy do promocji miast i firm. Sprawdzone rozwiązania oraz interesujące i nowatorskie projekty. Pragniemy Ci także zaprezentować nasz innowacyjny produkt jakim jest WIRTUALNE MIASTO. Ta niesamowita prezentacja multimedialna już dziś z powodzeniem staje się efektywnym sposobem kreowania nowoczesnego wizerunku wielu Polskich miejscowości. Zapraszamy. Wizualizacja 3D - J...

felix.5u.com felix.5u.com

F E L I X - Sports Mediation -

Welcome to Sreten Pantelic's Official Home Page. WHERE DO I COME FROM? Sports mediation, Serbia.

felix.abecassis.me felix.abecassis.me

Félix Abecassis | Projects, experiments…

Projects, experiments…. NVIDIA Docker: GPU Server Application Deployment Made Easy. Comments Off on NVIDIA Docker: GPU Server Application Deployment Made Easy. I've recently co-authored an article on the NVIDIA Parallel Forall website: NVIDIA Docker: GPU Server Application Deployment Made Easy. On the same topic, we presented our work at DockerCon 2016 in the Open Forum track, slides are available here. Crashing competing media players on Android. Internally, the mediaserver is using the OpenMAX IL (OMXI...

felix.antpzo.net felix.antpzo.net

Home

A template based on HTML5/CSS3 Fully responsive based on twitter bootstrap, this is a demo layout created on dreaweaver CC. features Jquery, Javascript and CSS. Fully Customizable. A website promoting Antpzo CD cover design services, completely designed on XHTML/CSS, featuring a one page parallax effect. A collective photography blog for inspiration, responsive design, twitter and facebook integration, SEO friendly, automated sing up forms, admin backend. A microsite web created to collect and provide re...

felix.appleshisha.net felix.appleshisha.net

thegcat

Spreading the ChiliProject Word. Update (7.11.11 22:11). Updated the post with a link to the “ChiliProject – Spread the word” thread. In the ChiliProject forums which holds most of the points I’ve dicussed at RailsCamp HH and the RUG: B. I’ve been to two Ruby and Ruby on Rails focused events in the past week, first to the RailsCamp Hamburg 2011. Then to the monthly meeting of the RUG: B. The Ruby User Group Berlin), and while I didn’t expect ChiliProject. Then came the RUG: B. I had planned on going ...

felix.ares.fm felix.ares.fm

De tapas y otras cosas por Fuengirola | Un blog de F. Ares (Si quiere ver los comunicados de la Asociación de Jubilados, pinche en la lupa y en el recuadro que aparecerá ponga Asociación)

De tapas y otras cosas por Fuengirola. Un blog de F. Ares (Si quiere ver los comunicados de la Asociación de Jubilados, pinche en la lupa y en el recuadro que aparecerá ponga Asociación). Para buscar temas: pinche en la lupa y ponga el asunto que le interesa. Asociación de Jubilados y… Menú del próximo miércoles (28 de febrero 2018). 26 febrero, 2018. Asociación de Jubilados y Pensionistas de Fuengirola. Menús de los miércoles. Todos los miércoles la Asociación de Jubilados y Pensionistas de Fuengirola.

felix.as felix.as

Felix AS

Felix er en godt utstyrt og strøken Bavaria 37 Cruiser 06-mod. Nesna Småbåthavn (omlag 70 km vest av polarsirkelbyen Mo i Rana). Sleneset småbåthavn. Vi er behjelpelige med frakt til/fra båten. Charter med eller uten skipper. Felix AS / Postboks 421, 8601 Mo i Rana / Telefon: 911 86 687 / E-post: post@felix.as.

felix.asia felix.asia

エックスサーバー サーバー初期ページ

インターネット集客 販促ならFelix Asia TOPPAGE 札幌から全国へ格安のホームページ制作とインターネットを活用した集客 販促支援をご提供。 Facebook Twitter YouTube ブログなど、ソーシャルメディアやSNSと総称されるコミュニケーションツールの口コミは想像以上の集客効果を生みます。 24時間休むことなく、あなたの代わって接客をしてくれる ランディングページ ホームページ が究極の営業マンとなり販促 集客をしてくれる. お客様の 業種 や、ターゲットとする 客層 目標とする結果 制作イメージ などをお伺いし、ご提案の参考にさせて頂きます。 弊社スタッフが数百種類にも上る豊富なデザインサンプルから、お客様の 業種 や、ターゲットとする 客層 制作イメージ にあったものをいくつかピックアップ。 お申込みをされる場合は STEP.3 へ進む前にご契約 制作費用のお支払い をして頂きます。 デザイン レイアウト ページ構成が決まった後は、ホームページの内容となるタイトルや文章や画像 お店やスタッフ、メニューや商品の写真など をご用意頂きます。