Quantcast
Channel: Félix Abecassis
Browsing all 8 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

Project - Barcode segmentation and decoding

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...

View Article



TBB - Tasks: spawning, dependencies and recycling

The project 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...

View Article

Image may be NSFW.
Clik here to view.

SSE - Image Processing

Recently I have written articles on image processing and on SSE, so here is an article on image processing AND SSE! SSE for Image Processing SSE instructions are particularly adapted for image...

View Article

GDB - Debugging stripped binaries

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...

View Article

SSE - Vectorizing conditional code

I've written several articles about how to use SSE in C/C++ code, a beginners' tutorial, an explanation on saturation arithmetic with SSE and SSE applied to image processing. In this article I will...

View Article


Image may be NSFW.
Clik here to view.

Graph Coloring with GLPK

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...

View Article

Image may be NSFW.
Clik here to view.

Crashing competing media players on Android

In this article, I will show how easy it is to cripple or even crash a competing multimedia-oriented application on Android with only a few lines of code. Summary (aka TLDR) On Android, in order to do...

View Article

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...

View Article

Browsing all 8 articles
Browse latest View live




Latest Images