<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Uncategorized &#8211; Hackademic</title>
	<atom:link href="https://hackademic.co.in/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>https://hackademic.co.in</link>
	<description>Your Technogeek Station</description>
	<lastBuildDate>Thu, 16 Sep 2021 16:12:20 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.5.4</generator>

<image>
	<url>https://hackademic.co.in/wp-content/uploads/2020/11/cropped-Screen-Shot-2020-11-19-at-1.12.07-AM-32x32.png</url>
	<title>Uncategorized &#8211; Hackademic</title>
	<link>https://hackademic.co.in</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Adding Undo/Redo functionality to Java Swing/Burp Extension</title>
		<link>https://hackademic.co.in/adding-undo-redo-functionality-to-java-swing-burp-extension/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=adding-undo-redo-functionality-to-java-swing-burp-extension</link>
		
		<dc:creator><![CDATA[Yash]]></dc:creator>
		<pubDate>Sat, 28 Mar 2020 08:41:16 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">https://hackademic.co.in/?p=1434</guid>

					<description><![CDATA[While going through some extensions, I realized that most of them don&#8217;t have the undo and redo functionality. So after searching the internet, I have made a small function to do the same. Just call that function with the first parameter as your TextArea/TextView. Github Gist: https://gist.github.com/yashrs/e4e064f036157dbbb0675bee6d88caee Thanks for reading!<a class="moretag" href="https://hackademic.co.in/adding-undo-redo-functionality-to-java-swing-burp-extension/"> Read more&#8230;</a>]]></description>
										<content:encoded><![CDATA[<p>While going through some extensions, I realized that most of them don&rsquo;t have the undo and redo functionality. So after searching the internet, I have made a small function to do the same. Just call that function with the first parameter as your TextArea/TextView. Github Gist: https://gist.github.com/yashrs/e4e064f036157dbbb0675bee6d88caee Thanks for reading! Hope you learnt something new...</p>
<p><a href="https://hackademic.co.in/adding-undo-redo-functionality-to-java-swing-burp-extension/" rel="nofollow">Source</a></p>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>How I could have hijacked a victim&#8217;s YouTube notifications! (Google VRP Writeup)</title>
		<link>https://hackademic.co.in/youtube-bug/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=youtube-bug</link>
		
		<dc:creator><![CDATA[Yash]]></dc:creator>
		<pubDate>Tue, 26 Mar 2019 15:21:10 +0000</pubDate>
				<category><![CDATA[Bug Bounty]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">https://hackademic.co.in/?p=1300</guid>

					<description><![CDATA[Hi, So this is my first writeup, I hope you enjoy it! I was just searching around on YouTube if I could find anything but I was really tired and it was 12:30 in the night. I was poking around and I turned on my notifications on YouTube. This was<a class="moretag" href="https://hackademic.co.in/youtube-bug/"> Read more&#8230;</a>]]></description>
										<content:encoded><![CDATA[<p>Hi, So this is my first writeup, I hope you enjoy it! I was just searching around on YouTube if I could find anything but I was really tired and it was 12:30 in the night. I was poking around and I turned on my notifications on YouTube. This was the request that was going: You might guess where I am going with this! At first glance, seeing all those parameters like auth_key, p256dh_key, endpoint...</p>
<p><a href="https://hackademic.co.in/youtube-bug/" rel="nofollow">Source</a></p>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Getting Started with Angular Development</title>
		<link>https://hackademic.co.in/getting-started-with-angular-development/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=getting-started-with-angular-development</link>
		
		<dc:creator><![CDATA[Yash]]></dc:creator>
		<pubDate>Fri, 25 Jan 2019 20:15:25 +0000</pubDate>
				<category><![CDATA[Angular 6/7 Tutorials & Tips/Tricks]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">https://hackademic.co.in/?p=1277</guid>

					<description><![CDATA[Well there are 2 Angular versions: First is AngularJS and other is Angular2+. In this tutorial series we will see the power of Web Apps made by Angular and leverage it. This post will show you how to install and run your first HelloWorld App with AngularS Getting started Welcome<a class="moretag" href="https://hackademic.co.in/getting-started-with-angular-development/"> Read more&#8230;</a>]]></description>
										<content:encoded><![CDATA[<p>Well there are 2 Angular versions: First is AngularJS and other is Angular2+. In this tutorial series we will see the power of Web Apps made by Angular and leverage it. This post will show you how to install and run your first HelloWorld App with AngularS Welcome to Angular! Angular helps you build modern applications for the web, mobile, or desktop. This guide shows you how to build and run a...</p>
<p><a href="https://hackademic.co.in/getting-started-with-angular-development/" rel="nofollow">Source</a></p>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Android &#124; Enable Full screen option when loading YouTube or any video in WebView</title>
		<link>https://hackademic.co.in/android-enable-full-screen-option-when-loading-youtube-or-any-video-in-webview/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=android-enable-full-screen-option-when-loading-youtube-or-any-video-in-webview</link>
		
		<dc:creator><![CDATA[Yash]]></dc:creator>
		<pubDate>Thu, 26 Jul 2018 18:25:34 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">https://www.hackademic.in/?p=1212</guid>

					<description><![CDATA[I was developing an Android application based on 11th and 12th Std Science Practicals, Physics and Chemistry( Gujarat Board and CBSE Board), which involved showing YouTube videos inside WebView. I know that we should use YouTube Official API for the best integration, but sometimes it just wastes lots of time<a class="moretag" href="https://hackademic.co.in/android-enable-full-screen-option-when-loading-youtube-or-any-video-in-webview/"> Read more&#8230;</a>]]></description>
										<content:encoded><![CDATA[<p>I was developing an Android application based on 11th and 12th Std Science Practicals, Physics and Chemistry( Gujarat Board and CBSE Board), which involved showing YouTube videos inside WebView. I know that we should use YouTube Official API for the best integration, but sometimes it just wastes lots of time when we are developing apps. We need to use some quick hacks for easy solutions which work...</p>
<p><a href="https://hackademic.co.in/android-enable-full-screen-option-when-loading-youtube-or-any-video-in-webview/" rel="nofollow">Source</a></p>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Donate to Hackademic &#124; Credit/Debit Card &#124; PayTM&#124; Tez</title>
		<link>https://hackademic.co.in/donate-to-hackademic/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=donate-to-hackademic</link>
		
		<dc:creator><![CDATA[Hackademic]]></dc:creator>
		<pubDate>Tue, 20 Feb 2018 20:34:01 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">https://www.hackademic.in/?p=866</guid>

					<description><![CDATA[Hello all, You can help our team by donating a little amount of payment for hosting and maintenance cost of our website. We would be really grateful to all of you who allow us to sustain and maintain this website free for everyone. To be able to do that, please<a class="moretag" href="https://hackademic.co.in/donate-to-hackademic/"> Read more&#8230;</a>]]></description>
										<content:encoded><![CDATA[<p>Hello all, You can help our team by donating a little amount of payment for hosting and maintenance cost of our website. We would be really grateful to all of you who allow us to sustain and maintain this website free for everyone. To be able to do that, please consider donating us &ndash; We were successfully able to comlpete this donation. Thank you to everyone who contributed for making this site...</p>
<p><a href="https://hackademic.co.in/donate-to-hackademic/" rel="nofollow">Source</a></p>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Machine Learning and IRIS dataset Tutorial</title>
		<link>https://hackademic.co.in/machine-learning-and-iris-dataset-tutorial/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=machine-learning-and-iris-dataset-tutorial</link>
		
		<dc:creator><![CDATA[Hackademic]]></dc:creator>
		<pubDate>Sun, 24 Dec 2017 08:32:49 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">http://www.hackademic.in/?p=644</guid>

					<description><![CDATA[What is Machine Learning? If We want to tell what is Machine Learning in common language, then we can explain it as Machine Learning is field in which you become teacher of computer. Definition by Arthur Samuel which is an older, informal definition: &#8220;the field of study that gives computers<a class="moretag" href="https://hackademic.co.in/machine-learning-and-iris-dataset-tutorial/"> Read more&#8230;</a>]]></description>
										<content:encoded><![CDATA[<p>If We want to tell what is Machine Learning in common language, then we can explain it as Machine Learning is field in which you become teacher of computer. Definition by Arthur Samuel which is an older, informal definition: &ldquo;the field of study that gives computers the ability to learn without being explicitly programmed.&rdquo; Tom Mitchell provides a more modern definition: &ldquo;A computer program is said...</p>
<p><a href="https://hackademic.co.in/machine-learning-and-iris-dataset-tutorial/" rel="nofollow">Source</a></p>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Merry Techy Christmas!</title>
		<link>https://hackademic.co.in/merry-techy-christmas/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=merry-techy-christmas</link>
		
		<dc:creator><![CDATA[Hackademic]]></dc:creator>
		<pubDate>Sun, 24 Dec 2017 08:19:17 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">http://www.hackademic.in/?p=671</guid>

					<description><![CDATA[“It’s great to be a Family, We can’t help but to feel that every time we spend time with each other!” &#160; We use many social apps like Facebook that connects to vast network of family and friends, Snapchat catches a fleeting moment and make it disappear, Instagram which has<a class="moretag" href="https://hackademic.co.in/merry-techy-christmas/"> Read more&#8230;</a>]]></description>
										<content:encoded><![CDATA[<p>We use many social apps like Facebook that connects to vast network of family and friends, Snapchat catches a fleeting moment and make it disappear, Instagram which has your best moments but memories aren&rsquo;t about likes and comments it is a feelings right? Hence to capture those feelings which helps you remind above statement we&rsquo;ve created a list of apps and features for our beloved readers. 1.</p>
<p><a href="https://hackademic.co.in/merry-techy-christmas/" rel="nofollow">Source</a></p>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Augmented Reality and Virtual Reality &#8211; Technology for Bright Future</title>
		<link>https://hackademic.co.in/ar-and-vr/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=ar-and-vr</link>
		
		<dc:creator><![CDATA[Hackademic]]></dc:creator>
		<pubDate>Sun, 24 Dec 2017 05:19:34 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">http://www.hackademic.in/?p=599</guid>

					<description><![CDATA[Hello Friends, Marry Techy Christmas from Hackademic! Technology has a power to change the way that how we see the world. Just think about our future. It will be full of all kind of Technology. The most impactful technologies will be Artificial Intelligence, Machine Learning, Augmented Reality, Virtual Reality, Hacking<a class="moretag" href="https://hackademic.co.in/ar-and-vr/"> Read more&#8230;</a>]]></description>
										<content:encoded><![CDATA[<p>Hello Friends, Marry Techy Christmas from Hackademic! Technology has a power to change the way that how we see the world. Just think about our future. It will be full of all kind of Technology. The most impactful technologies will be Artificial Intelligence, Machine Learning, Augmented Reality, Virtual Reality, Hacking and Crypto Currency. Here we will talk about augmented reality and virtual...</p>
<p><a href="https://hackademic.co.in/ar-and-vr/" rel="nofollow">Source</a></p>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>NFC Explained in Detail with Top 5 Uses</title>
		<link>https://hackademic.co.in/nfc-explained-in-detail-with-top-5-uses/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=nfc-explained-in-detail-with-top-5-uses</link>
		
		<dc:creator><![CDATA[Hackademic]]></dc:creator>
		<pubDate>Thu, 24 Aug 2017 13:55:18 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">http://www.hackademic.in/?p=387</guid>

					<description><![CDATA[Hello Friends. Do you have any idea about NFC???? You can find NFC in your smartphone settings&#62;more&#8230;. ( if it supports) NFC is the acronym of Near Field Communication. It is the technology for communication in closer distance (like 3-4 inch or less). The communication speed of NFC is 424<a class="moretag" href="https://hackademic.co.in/nfc-explained-in-detail-with-top-5-uses/"> Read more&#8230;</a>]]></description>
										<content:encoded><![CDATA[<p>Hello Friends. Do you have any idea about NFC???? You can find NFC in your smartphone settings&gt;more&hellip;. ( if it supports) NFC is the acronym of Near Field Communication. It is the technology for communication in closer distance (like 3-4 inch or less). The communication speed of NFC is 424 kbps and it is too easy to implement. If you want to do any wireless communication then you require an antenna.</p>
<p><a href="https://hackademic.co.in/nfc-explained-in-detail-with-top-5-uses/" rel="nofollow">Source</a></p>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Wi-Fi at 35,000ft and above!</title>
		<link>https://hackademic.co.in/wi-fi-at-35000ft-and-above/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=wi-fi-at-35000ft-and-above</link>
		
		<dc:creator><![CDATA[Hackademic]]></dc:creator>
		<pubDate>Thu, 24 Aug 2017 09:37:35 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">http://www.hackademic.in/?p=392</guid>

					<description><![CDATA[So nowadays posting a view from the air on social media gives more joy than watching it, Well can&#8217;t complain when you are getting wifi on the plane!         Let&#8217;s unravel this Mystery, Shall we? There are three tricks : ATG (Air To Ground) : &#160; For domestic<a class="moretag" href="https://hackademic.co.in/wi-fi-at-35000ft-and-above/"> Read more&#8230;</a>]]></description>
										<content:encoded><![CDATA[<p>So nowadays posting a view from the air on social media gives more joy than watching it, Well can&rsquo;t complain when you are getting wifi on the plane! There are three tricks : For domestic travel over land, the ATG system of Wi-Fi requires two antennas which are installed on the belly of an aircraft for pick up signals from cell towers installed on lands. When ATG system is &ldquo;Online&rdquo;...</p>
<p><a href="https://hackademic.co.in/wi-fi-at-35000ft-and-above/" rel="nofollow">Source</a></p>]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
