<?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: IMRC21</title>
    <description>The latest articles on DEV Community by IMRC21 (@imrc21).</description>
    <link>https://dev.to/imrc21</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%2F76324%2F11d2375b-1639-489f-aae6-8657d92ad374.png</url>
      <title>DEV Community: IMRC21</title>
      <link>https://dev.to/imrc21</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/imrc21"/>
    <language>en</language>
    <item>
      <title>[HELP]Why every explanation about quicksort is somehow different?</title>
      <dc:creator>IMRC21</dc:creator>
      <pubDate>Thu, 26 Nov 2020 16:51:19 +0000</pubDate>
      <link>https://dev.to/imrc21/why-every-explanation-about-quicksort-is-somehow-different-1f0</link>
      <guid>https://dev.to/imrc21/why-every-explanation-about-quicksort-is-somehow-different-1f0</guid>
      <description>&lt;p&gt;I'm trying to implement a basic quicksort algorithm, I've understood the basic concept behind quicksort and now I'm looking online for a step by step guide. &lt;br&gt;
I've followed through about 7/8 guides and what I've found is that every guide has different ways of using the pivot and different ways of using the two pointers/counters.&lt;br&gt;
Some follow these steps for the pivot:&lt;br&gt;
1.Decide a pivot&lt;br&gt;
2.Swap the pivot with the last element of the array&lt;br&gt;
3.Search the element from the left that is greater than pivot and element that is smaller than pivot from right&lt;br&gt;
4.Swap those elements&lt;br&gt;
5.etc...&lt;/p&gt;

&lt;p&gt;Others do this: &lt;br&gt;
1.Choose a pivot&lt;br&gt;
2.Put left pointer to 0, a right pointer to the last element of the array&lt;br&gt;
3.Start comparing left pointer to pivot, if left is smaller than pivot move pointer forward&lt;br&gt;
etc...&lt;/p&gt;

&lt;p&gt;Let's just say that before reading the guides I think I knew more about the quicksort algorithm.&lt;/p&gt;

&lt;p&gt;What guide do you recommend? &lt;/p&gt;

&lt;p&gt;Edit: there's some kind of problem with text formatting, I'm sorry&lt;/p&gt;

</description>
      <category>help</category>
      <category>algorithms</category>
      <category>cpp</category>
      <category>sorting</category>
    </item>
    <item>
      <title>[HELP] Best proxy server socks5</title>
      <dc:creator>IMRC21</dc:creator>
      <pubDate>Tue, 30 Oct 2018 16:07:28 +0000</pubDate>
      <link>https://dev.to/imrc21/help-best-proxy-server-socks5-4ed2</link>
      <guid>https://dev.to/imrc21/help-best-proxy-server-socks5-4ed2</guid>
      <description>&lt;p&gt;Hi, I am really struggling to find a good socks5 proxy to use on my Linux machine.&lt;br&gt;
I have found tinyproxy but the version that I get from apt-get does not support HTTPS and it's a normal HTTP proxy, not even socks5.&lt;br&gt;
I can't even find good documentation about squid or other proxy servers, it's such a niche argument.&lt;br&gt;
I don't have such a great knowledge of http and tcp protocols to create one myself so I'm kind of lost.&lt;/p&gt;

&lt;p&gt;Thank you!&lt;/p&gt;

</description>
      <category>help</category>
      <category>proxy</category>
      <category>socks5</category>
      <category>server</category>
    </item>
    <item>
      <title>[VUE] How to access a variable from another instance</title>
      <dc:creator>IMRC21</dc:creator>
      <pubDate>Tue, 11 Sep 2018 10:34:32 +0000</pubDate>
      <link>https://dev.to/imrc21/vue-how-to-access-a-variable-from-another-instance-19o0</link>
      <guid>https://dev.to/imrc21/vue-how-to-access-a-variable-from-another-instance-19o0</guid>
      <description>

&lt;p&gt;Hi, I'm sorry if this might be a stupid question but I didn't find any answer on the web. Maybe because I am not using the correct keywords idk.&lt;br&gt;
Anyway, I'm using VueJS to create an application that keeps track of your blood alcohol level.&lt;br&gt;
I am using 3 vue instances and I have to access an array from a v-for witch is located in another vue instance.&lt;/p&gt;

&lt;p&gt;Here is my code: &lt;a href="https://jsfiddle.net/nsk0g1ou/"&gt;https://jsfiddle.net/nsk0g1ou/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I've put my vue instance in a variable and tried to recall that but it's not working.&lt;/p&gt;

&lt;p&gt;Should I use mixins? &lt;br&gt;
I hope I've been clear.&lt;/p&gt;


</description>
      <category>vue</category>
      <category>help</category>
      <category>frontend</category>
      <category>newbie</category>
    </item>
    <item>
      <title>Bootstrap alternatives, which one do you prefer and why?</title>
      <dc:creator>IMRC21</dc:creator>
      <pubDate>Thu, 12 Jul 2018 14:26:58 +0000</pubDate>
      <link>https://dev.to/imrc21/bootstrap-alternatives-which-one-do-you-prefer-and-why-2k20</link>
      <guid>https://dev.to/imrc21/bootstrap-alternatives-which-one-do-you-prefer-and-why-2k20</guid>
      <description>&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fthepracticaldev.s3.amazonaws.com%2Fi%2Ftyqdiniizxu2d4v9ivjh.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fthepracticaldev.s3.amazonaws.com%2Fi%2Ftyqdiniizxu2d4v9ivjh.png"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>bootstrap</category>
      <category>frontend</category>
      <category>webdesign</category>
      <category>html</category>
    </item>
    <item>
      <title>Moving JSON informations to a default JSON template [Solved]</title>
      <dc:creator>IMRC21</dc:creator>
      <pubDate>Fri, 29 Jun 2018 09:23:25 +0000</pubDate>
      <link>https://dev.to/imrc21/moving-json-informations-to-a-default-json-file-desperate-help-needed-42fl</link>
      <guid>https://dev.to/imrc21/moving-json-informations-to-a-default-json-file-desperate-help-needed-42fl</guid>
      <description>&lt;p&gt;Hi everyone, I'm working at this since last week and I still can't find a way to solve this problem.&lt;br&gt;
I have to adapt &lt;a href="https://pastebin.com/J2ZEsgE9"&gt; this JSON&lt;/a&gt; to the standards of &lt;a href="https://pastebin.com/6zY446GR"&gt; this one&lt;/a&gt;.&lt;br&gt;
I'm currently working in c# and this is the first JSON file adapted in c# classes:&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--upwxjcFW--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://thepracticaldev.s3.amazonaws.com/i/asu2bt5qtgn6ffoy8vaw.PNG" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--upwxjcFW--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://thepracticaldev.s3.amazonaws.com/i/asu2bt5qtgn6ffoy8vaw.PNG"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The second file parsed in c# classes: &lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--FRztNQAm--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://thepracticaldev.s3.amazonaws.com/i/urc6w001tw7epj0v8707.PNG" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--FRztNQAm--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://thepracticaldev.s3.amazonaws.com/i/urc6w001tw7epj0v8707.PNG"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Basically I need to fill dynamically the second class with the informations of the first JSON.&lt;br&gt;
From the first file I don't need "Intervals" and all the informations that you cannot find in the second file.&lt;/p&gt;

&lt;p&gt;Hope I've been clear and not OT, thanks.&lt;/p&gt;

</description>
      <category>help</category>
      <category>c</category>
      <category>json</category>
    </item>
    <item>
      <title>What are the first differences you noticed in GitHub after Microsoft bought it? Post here yours!</title>
      <dc:creator>IMRC21</dc:creator>
      <pubDate>Sat, 16 Jun 2018 07:52:10 +0000</pubDate>
      <link>https://dev.to/imrc21/what-are-the-first-differences-you-noticed-in-github-after-microsoft-bought-it-post-here-yours-1jp0</link>
      <guid>https://dev.to/imrc21/what-are-the-first-differences-you-noticed-in-github-after-microsoft-bought-it-post-here-yours-1jp0</guid>
      <description>&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--1VfKln4l--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://thepracticaldev.s3.amazonaws.com/i/ubh8ib6xbd37ux0wh1u3.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--1VfKln4l--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://thepracticaldev.s3.amazonaws.com/i/ubh8ib6xbd37ux0wh1u3.png"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;[EDIT] It shows "open in VS" because I have vs installed on my pc, didn't know that lol. I would keep this post for the future when actual changes will appear in github. If you ever notice one just write here a comment.&lt;/p&gt;

</description>
      <category>github</category>
      <category>microsoft</category>
      <category>discuss</category>
    </item>
    <item>
      <title>What should I learn first: react, angular or ASP.NET?</title>
      <dc:creator>IMRC21</dc:creator>
      <pubDate>Sat, 02 Jun 2018 14:15:49 +0000</pubDate>
      <link>https://dev.to/imrc21/what-should-i-learn-first-react-angular-or-aspnet-o84</link>
      <guid>https://dev.to/imrc21/what-should-i-learn-first-react-angular-or-aspnet-o84</guid>
      <description>&lt;p&gt;edit: already having html/js/css basics, sorry for not being clear&lt;/p&gt;

</description>
      <category>react</category>
      <category>angular</category>
      <category>javascript</category>
      <category>discuss</category>
    </item>
  </channel>
</rss>
