-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.xml
More file actions
39 lines (31 loc) · 1.71 KB
/
index.xml
File metadata and controls
39 lines (31 loc) · 1.71 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Console on ManyCode</title>
<link>/tags/console/</link>
<description>Recent content in Console on ManyCode</description>
<generator>Hugo -- gohugo.io</generator>
<managingEditor>amitcute3@gmail.com (Amit Kumar)</managingEditor>
<webMaster>amitcute3@gmail.com (Amit Kumar)</webMaster>
<lastBuildDate>Mon, 31 Jul 2017 00:00:00 +0000</lastBuildDate>
<atom:link href="/tags/console/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>AIC (Automated Input Console)</title>
<link>/post/2017-03-20-automated-input-console/</link>
<pubDate>Mon, 31 Jul 2017 00:00:00 +0000</pubDate>
<author>amitcute3@gmail.com (Amit Kumar)</author>
<guid>/post/2017-03-20-automated-input-console/</guid>
<description><p>If you are a programmer, you must have been in situation when you had to enter same input in same program again and again. The <strong><code>AIC</code></strong> is a simple program which allows you to send automated input to an executable program.
Lets see how?</p>
<div class="box" >
<figure itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject">
<div class="img">
<img itemprop="thumbnail" src="/img/aic-thumb.PNG" alt="Automated Input Console Screenshot"/>
</div>
<a href="/img/aic.PNG" itemprop="contentUrl"></a>
</figure>
</div>
<p></p></description>
</item>
</channel>
</rss>