<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>GitHub on Amit Agarwal Linux Blog</title>
    <link>/tags/github/</link>
    <description>Recent content in GitHub on Amit Agarwal Linux Blog</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    <lastBuildDate>Sat, 10 May 2025 00:00:00 +0530</lastBuildDate>
    
	<atom:link href="/tags/github/index.xml" rel="self" type="application/rss+xml" />
    
    
    <item>
      <title>Exploring AI Models with ZapGPT: A Simplified Approach</title>
      <link>/2025/05/11/2025-05-11-ZapGPT/</link>
      <pubDate>Sat, 10 May 2025 00:00:00 +0530</pubDate>
      
      <guid>/2025/05/11/2025-05-11-ZapGPT/</guid>
      <description>&lt;h1 id=&#34;zapgpt---introduction&#34;&gt;zapgpt - Introduction&lt;/h1&gt;
&lt;p&gt;In the rapidly evolving landscape of artificial intelligence, experimenting with different models can be daunting. &lt;strong&gt;ZapGPT&lt;/strong&gt; simplifies this process, allowing users to easily switch between models, customize system prompts, and monitor usage effectively.&lt;/p&gt;
&lt;p&gt;By using API, not only can you save a lot of bucks, you can get the flexibility
that you wanted.&lt;/p&gt;
&lt;h2 id=&#34;-key-features-of-zapgpt&#34;&gt;🚀 Key Features of ZapGPT&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Provider Flexibility&lt;/strong&gt;: Currently select from OpenAI or OpenRouter.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Model Flexibility&lt;/strong&gt;: Easily switch between various AI models to find the best fit for your needs.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Custom System Prompts&lt;/strong&gt;: Add and modify system prompts to tailor the AI&amp;rsquo;s responses.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Usage Tracking&lt;/strong&gt;: Monitor usage statistics to optimize your interactions and manage resources effectively.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;-getting-started&#34;&gt;🛠️ Getting Started&lt;/h2&gt;
&lt;p&gt;To get started with ZapGPT, follow these simple steps:&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>shell script for some quick tests on Linux</title>
      <link>/2015/01/22/shell-script-quick-tests-linux/</link>
      <pubDate>Thu, 22 Jan 2015 00:43:31 +0000</pubDate>
      
      <guid>/2015/01/22/shell-script-quick-tests-linux/</guid>
      <description>&lt;p&gt;Head over to the link and grab the script. Just run it and make yourself a little bit more safe 🙂&lt;/p&gt;
&lt;p&gt;&lt;a title=&#34;LinEnum&#34; href=&#34;https://github.com/rebootuser/LinEnum&#34; target=&#34;_blank&#34;&gt;&lt;a href=&#34;https://github.com/rebootuser/LinEnum&#34;&gt;https://github.com/rebootuser/LinEnum&lt;/a&gt;&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>PHP Image gallery with fancybox.</title>
      <link>/2014/12/09/php-image-gallery-fancybox/</link>
      <pubDate>Tue, 09 Dec 2014 00:59:32 +0000</pubDate>
      
      <guid>/2014/12/09/php-image-gallery-fancybox/</guid>
      <description>&lt;p&gt;So, I was looking for some quick to setup PHP Image gallery file. I found couple but none of them suited my needs too well. So I had to write my own.&lt;/p&gt;
&lt;p&gt;Very simple PHP script to show all the images under ‘images’ folder.&lt;/p&gt;
&lt;p&gt;Shows some details in the images.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;That is all that I wanted and that is all that this script does. So pretty simple single php file. Dependency is on fancybox so you will need the jquery and all but nothing else is required.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Search CVE – web interface with php</title>
      <link>/2014/11/03/search-cve-web-interface-php/</link>
      <pubDate>Mon, 03 Nov 2014 01:23:03 +0000</pubDate>
      
      <guid>/2014/11/03/search-cve-web-interface-php/</guid>
      <description>&lt;p&gt;So, last few weeks have been very busy with lot of security issues, so I thought of having a local CVE Search app. But all I could find on google and github.com were on python and nothing that I could use quickly. So here is link to one that I wrote quickly:&lt;/p&gt;
&lt;p&gt;&lt;a title=&#34;CVE-Search-PHP&#34; href=&#34;https://github.com/raj77in/CVE-Search-PHP&#34; target=&#34;_blank&#34;&gt;CVE Search PHP&lt;/a&gt;&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;It’s in php. So just download in some folder and access from a web-server and you are done.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>vim – yank/xopy in different register to paste</title>
      <link>/2014/01/16/vim-yankxopy-register-paste/</link>
      <pubDate>Thu, 16 Jan 2014 01:21:17 +0000</pubDate>
      
      <guid>/2014/01/16/vim-yankxopy-register-paste/</guid>
      <description>&lt;p&gt;Very quick update, to use registers, you can select and then yank in a register to paste using the same register. This could be a convinient way to copy multiple selections and then paste which ever selection you want. Here is the simple way to do it:&lt;/p&gt;
&lt;p&gt;visuallly select with v/V&lt;/p&gt;
&lt;p&gt;then “qy to yank (here we are yanking into register q, so in the command you can use any of a-z to use as register)&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>what is vim in 6Kb..</title>
      <link>/2011/03/16/what-is-vim-in-6kb/</link>
      <pubDate>Wed, 16 Mar 2011 16:36:33 +0000</pubDate>
      
      <guid>/2011/03/16/what-is-vim-in-6kb/</guid>
      <description>&lt;!--[ad#ad-2]--&gt;
&lt;p&gt;If you thought that vim is very bloated and nothing abuot this editor can be small, then you are not alone. I was myself in the same bandwagon.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Well, I never thought that there could be anything about vim that can be explained in Kb’s, lest alone the complete vim features. But looks like &lt;a title=&#34;vim.org&#34; href=&#34;http://www.vim.org&#34; target=&#34;_blank&#34;&gt;vim.org&lt;/a&gt; had thought about this and thus came up with &lt;a title=&#34;this&#34; href=&#34;http://www.vim.org/6kbyte.php&#34; target=&#34;_blank&#34;&gt;this&lt;/a&gt;. And &lt;a title=&#34;here&#34; href=&#34;http://www.vim.org/6k/features.en.txt&#34; target=&#34;_blank&#34;&gt;here&lt;/a&gt; is the direct link to the vim in 6kb in English.&lt;/p&gt;</description>
    </item>
    
  </channel>
</rss>
