<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Achraf-cyber</title>
    <description>The latest articles on DEV Community by Achraf-cyber (@achrafcyber).</description>
    <link>https://dev.to/achrafcyber</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F841343%2F307db9e5-e430-4b3b-b172-64d83429e06c.png</url>
      <title>DEV Community: Achraf-cyber</title>
      <link>https://dev.to/achrafcyber</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/achrafcyber"/>
    <language>en</language>
    <item>
      <title>Drum-machine 1</title>
      <dc:creator>Achraf-cyber</dc:creator>
      <pubDate>Fri, 08 Jul 2022 22:10:07 +0000</pubDate>
      <link>https://dev.to/achrafcyber/drum-machine-1-4fi6</link>
      <guid>https://dev.to/achrafcyber/drum-machine-1-4fi6</guid>
      <description>&lt;p&gt;&lt;iframe height="600" src="https://codepen.io/achraf-hub/embed/wvmBjyp?height=600&amp;amp;default-tab=result&amp;amp;embed-version=2"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

</description>
      <category>codepen</category>
    </item>
    <item>
      <title>How to use zlib in Termux</title>
      <dc:creator>Achraf-cyber</dc:creator>
      <pubDate>Sun, 03 Jul 2022 10:36:42 +0000</pubDate>
      <link>https://dev.to/achrafcyber/how-to-use-zlib-in-termux-4h9o</link>
      <guid>https://dev.to/achrafcyber/how-to-use-zlib-in-termux-4h9o</guid>
      <description>&lt;p&gt;Some programs in Termux needs zlib to run. Specially python apps such as buildozer. But they always run to an issue even though you install zlib by &lt;code&gt;pkg install zlib&lt;/code&gt;. &lt;br&gt;
If you encounter such issue just run &lt;code&gt;termux-chroot&lt;/code&gt; before running your app.&lt;br&gt;
In debian-like system (such as termux), program expect zlib header to be in &lt;code&gt;usr/includes/zlib.h&lt;/code&gt;&lt;br&gt;
But in termux it is stored in &lt;code&gt;$PREFIX/includes/zlib.h&lt;/code&gt;&lt;br&gt;
When run &lt;code&gt;termux-chroot&lt;/code&gt;, your $PREFIX will become &lt;code&gt;/usr/&lt;/code&gt;&lt;br&gt;
So you can use the program.&lt;br&gt;
Happy coding&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
