Fixes posts from october 2013

This commit is contained in:
julien lengrand-lambert
2014-02-09 17:31:50 +01:00
parent 8ee4ff838d
commit c7bded0180
2 changed files with 5 additions and 9 deletions

View File

@@ -33,14 +33,14 @@ I knew that for native linux (.so) files, <strong>objdump</strong> would be my w
So I gave it a shot, and tried:
[bash]
{% highlight bash %}
$ objdump -x my_windows.dll | head -n 15 # returns the first 15 lines of the result
[/bash]
{% endhighlight %}
And here was the result :
[bash]
{% highlight bash %}
libxuggle-5.dll: file format pei-i386
@@ -52,8 +52,6 @@ HAS_RELOC, EXEC_P, HAS_SYMS, HAS_LOCALS, D_PAGED
start address 0x6e741058
&amp;nbsp;
Characteristics 0x2306
executable
@@ -66,9 +64,7 @@ debugging information removed
DLL
[/bash]
&nbsp;
{% endhighlight %}
Pretty neat, huh?

View File

@@ -114,7 +114,7 @@ I used fill_parent because I wanted to give as much space as possible to the Web
The result is far from perfect, but it's not that bad for roughly 30 minutes of work :).
[caption id="attachment_900" align="aligncenter" width="480"]<a href="http://www.lengrand.fr/wp-content/uploads/2013/10/twitter_timeline.png"><img class="size-full wp-image-900" alt="twitter timeline embedded into an android application" src="http://www.lengrand.fr/wp-content/uploads/2013/10/twitter_timeline.png" width="480" height="800" /></a> twitter timeline embedded into an android application[/caption]
<a href="http://www.lengrand.fr/wp-content/uploads/2013/10/twitter_timeline.png"><img class="size-full wp-image-900" alt="twitter timeline embedded into an android application" src="http://www.lengrand.fr/wp-content/uploads/2013/10/twitter_timeline.png" width="480" height="800" /></a>
On top of that, It directly allows my users to post tweets from the application (using the timeline), and will let everybody know about the <a title="BresTram twitter account" href="https://twitter.com/BresTramApp" target="_blank">BresTram twitter account</a>.
Hopefully, this will help me get some useful feedback.