<?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/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/">
  <channel>
    <title>Programming &amp; Software Development</title>
    <description>10 PRINT “HELLO WORLD”;  20 GOTO 10</description>
    <pubDate>Sat, 29 Feb 2020 10:30:57 +0000</pubDate>
    <lastBuildDate>Sat, 29 Feb 2020 10:30:57 +0000</lastBuildDate>
    <generator>OCAU Forums</generator>
    <link>https://forums.overclockers.com.au/forums/programming-software-development.41/</link>
    <atom:link rel="self" type="application/rss+xml" href="https://forums.overclockers.com.au/forums/programming-software-development.41/index.rss"/>
    <item>
      <title>Arudino global timer interrupts question</title>
      <pubDate>Thu, 27 Feb 2020 10:38:48 +0000</pubDate>
      <link>https://forums.overclockers.com.au/threads/arudino-global-timer-interrupts-question.1279087/</link>
      <guid>https://forums.overclockers.com.au/threads/arudino-global-timer-interrupts-question.1279087/</guid>
      <author>invalid@example.com (oculi)</author>
      <dc:creator>oculi</dc:creator>
      <content:encoded><![CDATA[Hi all.<br />
<br />
I&#039;ve looked off an example of this but I&#039;ve forgotten so much programming that I can&#039;t even work out how to do it in Arduino.<br />
<br />
I have a loop running (which uses the delay() command) but want to break out of it at regular time intervals to change values relevant to what is going on in the loop.<br />
<br />
The time taken to run the loop varies so breaking out of it periodically won&#039;t work.<br />
<br />
How do?]]></content:encoded>
      <slash:comments>4</slash:comments>
    </item>
    <item>
      <title>Christ this is embarressing</title>
      <pubDate>Thu, 13 Feb 2020 23:00:43 +0000</pubDate>
      <link>https://forums.overclockers.com.au/threads/christ-this-is-embarressing.1275183/</link>
      <guid>https://forums.overclockers.com.au/threads/christ-this-is-embarressing.1275183/</guid>
      <author>invalid@example.com (metamorphosis)</author>
      <dc:creator>metamorphosis</dc:creator>
      <content:encoded><![CDATA[<iframe width="500" height="300" src="https://www.youtube.com/embed/ZEbj0DRt19I?wmode=opaque" frameborder="0" allowfullscreen></iframe><br />
<br />
In case you&#039;re out of the loop, apparently &#039;guys&#039; as a plural to refer to inanimate things or groups of mixed-gendered people, is offensive to some shitwits.<br />
This is the world.<br />
<br />
[and yes, I mispelled embarrassing. Sorry, language police]]]></content:encoded>
      <slash:comments>113</slash:comments>
    </item>
    <item>
      <title>Any Talanted Android/Mobile Devs interested in opportunity?</title>
      <pubDate>Wed, 18 Dec 2019 18:59:11 +0000</pubDate>
      <link>https://forums.overclockers.com.au/threads/any-talanted-android-mobile-devs-interested-in-opportunity.1274390/</link>
      <guid>https://forums.overclockers.com.au/threads/any-talanted-android-mobile-devs-interested-in-opportunity.1274390/</guid>
      <author>invalid@example.com (Yoodaa)</author>
      <dc:creator>Yoodaa</dc:creator>
      <content:encoded><![CDATA[Not sure if this type of thing is allowed, so mods please delete if not. <br />
<br />
I have the need to have some android development done with some complexities and am wondering if we have any talented Android Developers? Currently, I am looking at making an existing open-source application my own and closed source (already have permission from the original creator), with some additions/changes along with building a basic partner app that monitors master app.<br />
<br />
I am willing to provide an ongoing...<br />
<br />
<a href="https://forums.overclockers.com.au/threads/any-talanted-android-mobile-devs-interested-in-opportunity.1274390/" class="internalLink">Any Talanted Android/Mobile Devs interested in opportunity?</a>]]></content:encoded>
      <slash:comments>1</slash:comments>
    </item>
    <item>
      <title>Facebook thread scraping</title>
      <pubDate>Sat, 07 Dec 2019 00:30:07 +0000</pubDate>
      <link>https://forums.overclockers.com.au/threads/facebook-thread-scraping.1275089/</link>
      <guid>https://forums.overclockers.com.au/threads/facebook-thread-scraping.1275089/</guid>
      <author>invalid@example.com (BMan2)</author>
      <dc:creator>BMan2</dc:creator>
      <content:encoded><![CDATA[Forgive me if this is below any of your abilities - I have reasonable coding structure experience, but not necessarily in specific languages etc.<br />
<br />
I&#039;m looking for a way to scrape a Facebook thread. We&#039;ve put a call out for people to post pictures and text into the comments field of a Facebook post. I&#039;m looking for the most efficient way for something to crawl through the messages, get the full res pic and the text. At the moment we&#039;re clicking on each thread and cutting and pasting - and...<br />
<br />
<a href="https://forums.overclockers.com.au/threads/facebook-thread-scraping.1275089/" class="internalLink">Facebook thread scraping</a>]]></content:encoded>
      <slash:comments>3</slash:comments>
    </item>
    <item>
      <title>Python exception from module</title>
      <pubDate>Wed, 27 Nov 2019 23:54:14 +0000</pubDate>
      <link>https://forums.overclockers.com.au/threads/python-exception-from-module.1274481/</link>
      <guid>https://forums.overclockers.com.au/threads/python-exception-from-module.1274481/</guid>
      <author>invalid@example.com (7nothing)</author>
      <dc:creator>7nothing</dc:creator>
      <content:encoded><![CDATA[So I tried asking in python-forum.io but the mod who was kind enough to answer my question seems to have learning difficulties.  New to python, done years worth of php.<br />
<br />
I&#039;m using someone else&#039;s module: pdftitle, if it throws any exception, I want to quietly give up and move on to the next PDF.<br />
<br />


<div class="bbCodeBlock bbCodeCode">
	<div class="type">Code:</div>
	<pre>
import pdftitle
FilePath = &quot;c:\somepdf.pdf&quot;
try:
    PdfTitle = pdftitle.run(FilePath)
except:
    print(&quot;an exception occurred&quot;)</pre>
</div>...doesn&#039;t catch any of the variety of exceptions when...<br />
<br />
<a href="https://forums.overclockers.com.au/threads/python-exception-from-module.1274481/" class="internalLink">Python exception from module</a>]]></content:encoded>
      <slash:comments>9</slash:comments>
    </item>
    <item>
      <title>Programming Jokes Thread</title>
      <pubDate>Wed, 27 Nov 2019 01:03:40 +0000</pubDate>
      <link>https://forums.overclockers.com.au/threads/programming-jokes-thread.1251734/</link>
      <guid>https://forums.overclockers.com.au/threads/programming-jokes-thread.1251734/</guid>
      <author>invalid@example.com (elh9)</author>
      <dc:creator>elh9</dc:creator>
      <content:encoded><![CDATA[Was thinking a thread for programming related jokes could be good.<br />
<br />
I&#039;ll start:<br />


<div class="bbCodeBlock bbCodeCode">
	<div class="type">Code:</div>
	<pre>
    public boolean isEqual(int a, int b) {
        try {
            int c = 1/(a-b);
        } catch (ArithmeticException e) {
            return true;
        }
    
        return false;
    }
</pre>
</div>]]></content:encoded>
      <slash:comments>12</slash:comments>
    </item>
    <item>
      <title>Free: Ethical Hacking, Cyber Security and Penetration Test, CSS3 &amp; Bootstrap, Wi-Fi Hacking, etc</title>
      <pubDate>Fri, 22 Nov 2019 21:46:26 +0000</pubDate>
      <link>https://forums.overclockers.com.au/threads/free-ethical-hacking-cyber-security-and-penetration-test-css3-bootstrap-wi-fi-hacking-etc.1274422/</link>
      <guid>https://forums.overclockers.com.au/threads/free-ethical-hacking-cyber-security-and-penetration-test-css3-bootstrap-wi-fi-hacking-etc.1274422/</guid>
      <author>invalid@example.com (Bold Eagle)</author>
      <dc:creator>Bold Eagle</dc:creator>
      <content:encoded><![CDATA[Here is the next round of free courses;<br />
<b>Free: 8 Udemy Coupons: Ethical Hacking, Cyber Security and Penetration Test, CSS3 &amp; Bootstrap, Wi-Fi Hacking &amp; Many More</b><br />
<a href="https://www.ozbargain.com.au/node/498411" target="_blank" class="externalLink" rel="nofollow">https://www.ozbargain.com.au/node/498411</a>]]></content:encoded>
    </item>
    <item>
      <title>Wordpress developers / designers - advice</title>
      <pubDate>Thu, 14 Nov 2019 00:26:11 +0000</pubDate>
      <link>https://forums.overclockers.com.au/threads/wordpress-developers-designers-advice.1251417/</link>
      <guid>https://forums.overclockers.com.au/threads/wordpress-developers-designers-advice.1251417/</guid>
      <author>invalid@example.com (dinkleton)</author>
      <dc:creator>dinkleton</dc:creator>
      <content:encoded><![CDATA[Hi all,<br />
<br />
I&#039;m not sure whether to put this here or in Graphic Design forum, but I hope you can help.<br />
<br />
I&#039;ve designed website flats for some clients in the past and handed them over for development, so I&#039;ve never had to deal with the development / Wordpress / CMS side at all. However, I have this particular not-for-profit client who just wants some minor design updates done (they have an existing basic wordpress site but don&#039;t have the funds for a developer. I am certain that with a bit of time...<br />
<br />
<a href="https://forums.overclockers.com.au/threads/wordpress-developers-designers-advice.1251417/" class="internalLink">Wordpress developers / designers - advice</a>]]></content:encoded>
      <slash:comments>14</slash:comments>
    </item>
    <item>
      <title>8 Free Udemy Courses: Python, JavaScript, Bootstrap, &amp; PHP, Setup a Virtual Web Server, after Effect</title>
      <pubDate>Sun, 10 Nov 2019 13:13:46 +0000</pubDate>
      <link>https://forums.overclockers.com.au/threads/8-free-udemy-courses-python-javascript-bootstrap-php-setup-a-virtual-web-server-after-effect.1273875/</link>
      <guid>https://forums.overclockers.com.au/threads/8-free-udemy-courses-python-javascript-bootstrap-php-setup-a-virtual-web-server-after-effect.1273875/</guid>
      <author>invalid@example.com (Bold Eagle)</author>
      <dc:creator>Bold Eagle</dc:creator>
      <content:encoded><![CDATA[The full title is;<br />
<b>8 Free Udemy Courses: Python, JavaScript, Bootstrap, &amp; PHP, Setup a Virtual Web Server, after Effects CC, Learn PowerShell</b><br />
<a href="https://www.ozbargain.com.au/node/495343" target="_blank" class="externalLink" rel="nofollow">https://www.ozbargain.com.au/node/495343</a>]]></content:encoded>
      <slash:comments>1</slash:comments>
    </item>
    <item>
      <title>Free Udemy Courses: Linux, Python 3, Javascript, Django 2 &amp; More</title>
      <pubDate>Sun, 03 Nov 2019 05:29:19 +0000</pubDate>
      <link>https://forums.overclockers.com.au/threads/free-udemy-courses-linux-python-3-javascript-django-2-more.1273515/</link>
      <guid>https://forums.overclockers.com.au/threads/free-udemy-courses-linux-python-3-javascript-django-2-more.1273515/</guid>
      <author>invalid@example.com (Bold Eagle)</author>
      <dc:creator>Bold Eagle</dc:creator>
      <content:encoded><![CDATA[Some might find this interesting but it runs out soon;<br />
<a href="https://www.ozbargain.com.au/node/493692" target="_blank" class="externalLink" rel="nofollow">https://www.ozbargain.com.au/node/493692</a>]]></content:encoded>
      <slash:comments>4</slash:comments>
    </item>
    <item>
      <title>Getting input to 2 programs at once</title>
      <pubDate>Sun, 20 Oct 2019 23:28:05 +0000</pubDate>
      <link>https://forums.overclockers.com.au/threads/getting-input-to-2-programs-at-once.1272878/</link>
      <guid>https://forums.overclockers.com.au/threads/getting-input-to-2-programs-at-once.1272878/</guid>
      <author>invalid@example.com (Hepsily)</author>
      <dc:creator>Hepsily</dc:creator>
      <content:encoded><![CDATA[Hope someone can help me out, I recently got into Arduino and followed this guide <a href="https://www.makeuseof.com/tag/arduino-robot-game-controller/" target="_blank" class="externalLink" rel="nofollow">https://www.makeuseof.com/tag/arduino-robot-game-controller/</a> <br />
I have a question regarding getting the inputs to the Arduino and to another program at the same time. I want to be able to play a game whilst the Arduino gets the input signals as well. The end goal is to make a game agnostic simulator setup, where the controller controls both the game and the Arduino.<br />
<br />
This should be possible? I have...<br />
<br />
<a href="https://forums.overclockers.com.au/threads/getting-input-to-2-programs-at-once.1272878/" class="internalLink">Getting input to 2 programs at once</a>]]></content:encoded>
    </item>
    <item>
      <title>Android .apk app variables -- missing for MDM autoconfigure</title>
      <pubDate>Thu, 17 Oct 2019 03:52:02 +0000</pubDate>
      <link>https://forums.overclockers.com.au/threads/android-apk-app-variables-missing-for-mdm-autoconfigure.1272723/</link>
      <guid>https://forums.overclockers.com.au/threads/android-apk-app-variables-missing-for-mdm-autoconfigure.1272723/</guid>
      <author>invalid@example.com (bcann)</author>
      <dc:creator>bcann</dc:creator>
      <content:encoded><![CDATA[Gday Guys,<br />
<br />
Need a bit of a favour. We have $enterpriseshitware for our business, which is an android app, which is of course not available from the play store.... that is all good and fine normally we have to customise a file in this apk and then recompile/sign/zipalign and all that shit. A few months ago i asked the dev to properly incorporate the PROPER android supported way of adding variables to the app, that we could then use with any MDM to configure the app specific settings...<br />
<br />
<a href="https://forums.overclockers.com.au/threads/android-apk-app-variables-missing-for-mdm-autoconfigure.1272723/" class="internalLink">Android .apk app variables -- missing for MDM autoconfigure</a>]]></content:encoded>
    </item>
    <item>
      <title>Favour to ask re: local web page broken by Chrome update</title>
      <pubDate>Sat, 14 Sep 2019 06:47:18 +0000</pubDate>
      <link>https://forums.overclockers.com.au/threads/favour-to-ask-re-local-web-page-broken-by-chrome-update.1271148/</link>
      <guid>https://forums.overclockers.com.au/threads/favour-to-ask-re-local-web-page-broken-by-chrome-update.1271148/</guid>
      <author>invalid@example.com (callan)</author>
      <dc:creator>callan</dc:creator>
      <content:encoded><![CDATA[Sorry to ask this, but I&#039;m out of my league here.<br />
<br />
My wife used a static web page to launch her bookmarks, and the latest Chrome update has buggered it (it works fine in Firefox, and worked fine until Chrome 76.0.3809.132.)<br />
What it should look like (cropped, Firefox), Vs what it looks like in Chrome.<br />
  

	<a href="https://forums.overclockers.com.au/attachments/11496/" target="_blank">View attachment 11496</a>
	
 

	<a href="https://forums.overclockers.com.au/attachments/11494/" target="_blank">View attachment 11494</a>
	
<br />
<br />
If someone could <a href="https://www.dropbox.com/s/uxjyl5nx2c7rzbw/web.zip?dl=0" target="_blank" class="externalLink" rel="nofollow">pull it down from Dropbox</a> and have a quick look at it I&#039;d be...<br />
<br />
<a href="https://forums.overclockers.com.au/threads/favour-to-ask-re-local-web-page-broken-by-chrome-update.1271148/" class="internalLink">Favour to ask re: local web page broken by Chrome update</a>]]></content:encoded>
      <slash:comments>7</slash:comments>
    </item>
    <item>
      <title>[VIC] Learn Python programming this Saturday!</title>
      <pubDate>Tue, 10 Sep 2019 13:43:52 +0000</pubDate>
      <link>https://forums.overclockers.com.au/threads/vic-learn-python-programming-this-saturday.1271024/</link>
      <guid>https://forums.overclockers.com.au/threads/vic-learn-python-programming-this-saturday.1271024/</guid>
      <author>invalid@example.com (poony)</author>
      <dc:creator>poony</dc:creator>
      <content:encoded><![CDATA[Hey everyone!<br />
<br />
Anyone here interested in an introduction to Python programming?<br />
<br />
I&#039;m running a 1 day course this Saturday 9-4PM at Alamein Neighbourhood Learning, teaching the basics of Python programming.<br />
<br />
This workshop is for people who have 0 knowledge of programming, but want to get their hands dirty with coding! It&#039;ll be a beginner friendly environment and a great way to kickstart your interest in programming!<br />
<br />
We&#039;ll go through the fundamental Python concepts and by the end of it,...<br />
<br />
<a href="https://forums.overclockers.com.au/threads/vic-learn-python-programming-this-saturday.1271024/" class="internalLink">[VIC] Learn Python programming this Saturday!</a>]]></content:encoded>
    </item>
    <item>
      <title>expect script help</title>
      <pubDate>Mon, 09 Sep 2019 07:32:35 +0000</pubDate>
      <link>https://forums.overclockers.com.au/threads/expect-script-help.1270907/</link>
      <guid>https://forums.overclockers.com.au/threads/expect-script-help.1270907/</guid>
      <author>invalid@example.com (evilasdeath)</author>
      <dc:creator>evilasdeath</dc:creator>
      <content:encoded><![CDATA[so i&#039;m having a go at writing a expect script to handle a challenge response system on  a device that needs the response generated from another utility.<br />
<br />
Is that something i can do?<br />
ie<br />
spawn ssh to device<br />
expect -re &quot;*&gt;&quot; <br />
send -- command<br />
spawn ./util  $expect_out(buffer)<br />
send -- &quot;challenge response $expect_out(buffer)<br />
interact <br />
<br />
?<br />
<br />
2. <br />
<br />
I have had a go and trying it out anyway, except the command i need to send is <br />
ssh -i etc/id_rsa -o yada=x -o &quot;proxycommand=nc this that everything else&quot;...<br />
<br />
<a href="https://forums.overclockers.com.au/threads/expect-script-help.1270907/" class="internalLink">expect script help</a>]]></content:encoded>
      <slash:comments>5</slash:comments>
    </item>
    <item>
      <title>Weird issue. Scripts work when drag-dropped on, but not when called from command line?!</title>
      <pubDate>Wed, 04 Sep 2019 02:37:47 +0000</pubDate>
      <link>https://forums.overclockers.com.au/threads/weird-issue-scripts-work-when-drag-dropped-on-but-not-when-called-from-command-line.1270694/</link>
      <guid>https://forums.overclockers.com.au/threads/weird-issue-scripts-work-when-drag-dropped-on-but-not-when-called-from-command-line.1270694/</guid>
      <author>invalid@example.com (Myne_h)</author>
      <dc:creator>Myne_h</dc:creator>
      <content:encoded><![CDATA[Hey,<br />
<br />
So as part of a much bigger script - which is all working fine, I&#039;m trying to get it to convert a single doc from one format to another.<br />
<br />
I&#039;ve tried various PS, VB and JS scripts from the net and I can get them to work if the file is dragged and dropped onto it.<br />
<br />
But NOT when called with wscript/cscript scriptname filename.<br />
<br />
It could be to do with the oppressive IT restrictions here but I can&#039;t understand why it&#039;ll work one way but not another!<br />
<br />
This jscript a few replies down works...<br />
<br />
<a href="https://forums.overclockers.com.au/threads/weird-issue-scripts-work-when-drag-dropped-on-but-not-when-called-from-command-line.1270694/" class="internalLink">Weird issue. Scripts work when drag-dropped on, but not when called from command line?!</a>]]></content:encoded>
      <slash:comments>3</slash:comments>
    </item>
    <item>
      <title>Old article about how machines can add.</title>
      <pubDate>Thu, 15 Aug 2019 03:23:51 +0000</pubDate>
      <link>https://forums.overclockers.com.au/threads/old-article-about-how-machines-can-add.1269712/</link>
      <guid>https://forums.overclockers.com.au/threads/old-article-about-how-machines-can-add.1269712/</guid>
      <author>invalid@example.com (SillySailor)</author>
      <dc:creator>SillySailor</dc:creator>
      <content:encoded><![CDATA[Maybe this will be of interest to someone?<br />
<br />
<a href="https://instructionword.com/bat/" target="_blank" class="externalLink" rel="nofollow">https://instructionword.com/bat/</a>]]></content:encoded>
      <slash:comments>1</slash:comments>
    </item>
    <item>
      <title>JavaScript help needed, please</title>
      <pubDate>Sat, 03 Aug 2019 09:09:59 +0000</pubDate>
      <link>https://forums.overclockers.com.au/threads/javascript-help-needed-please.1268706/</link>
      <guid>https://forums.overclockers.com.au/threads/javascript-help-needed-please.1268706/</guid>
      <author>invalid@example.com (TonyR)</author>
      <dc:creator>TonyR</dc:creator>
      <content:encoded><![CDATA[If you load <a href="https://www.gillandtony.com/Geocaching/stats1.html" target="_blank" class="externalLink" rel="nofollow">https://www.gillandtony.com/Geocaching/stats1.html</a> you will see my geocaching statistics.  At the top is a row of tabs (&quot;Home&quot;, &quot;Special&quot;, etc.)  which display different parts of the statistics.  Half-way down the &quot;Special&quot; tab is a list of caches which I have given Favourite Points.  I want to have a direct link to this part of the statistics.  I have added &lt;a name=&#039;favourites&#039;&gt;&lt;/a&gt; at the appropriate point and have tried accessing that with a link including...<br />
<br />
<a href="https://forums.overclockers.com.au/threads/javascript-help-needed-please.1268706/" class="internalLink">JavaScript help needed, please</a>]]></content:encoded>
      <slash:comments>12</slash:comments>
    </item>
    <item>
      <title>(relative) newbie would like work advice</title>
      <pubDate>Fri, 02 Aug 2019 00:10:07 +0000</pubDate>
      <link>https://forums.overclockers.com.au/threads/relative-newbie-would-like-work-advice.1268924/</link>
      <guid>https://forums.overclockers.com.au/threads/relative-newbie-would-like-work-advice.1268924/</guid>
      <author>invalid@example.com (Lord Belial)</author>
      <dc:creator>Lord Belial</dc:creator>
      <content:encoded><![CDATA[Graduated mechanical engineering earlier this year and, while I did a reasonable amount of programming during my degree (even taking a programming units as one of my options) I have found myself in a job where I spend 3/4 of my time coding. It&#039;s a collaborative effort with another new grad and we&#039;ve been working on the one project for 7 months now. About 27,000 lines of code, by far the largest project I&#039;ve been a part of.<br />
<br />
My boss (also a mechanical engineer) doesn&#039;t seem to understand our...<br />
<br />
<a href="https://forums.overclockers.com.au/threads/relative-newbie-would-like-work-advice.1268924/" class="internalLink">(relative) newbie would like work advice</a>]]></content:encoded>
      <slash:comments>14</slash:comments>
    </item>
    <item>
      <title>I'd like to give programming a go</title>
      <pubDate>Fri, 19 Jul 2019 10:31:25 +0000</pubDate>
      <link>https://forums.overclockers.com.au/threads/id-like-to-give-programming-a-go.1267589/</link>
      <guid>https://forums.overclockers.com.au/threads/id-like-to-give-programming-a-go.1267589/</guid>
      <author>invalid@example.com (Dodge M4S)</author>
      <dc:creator>Dodge M4S</dc:creator>
      <content:encoded><![CDATA[If my goal was to be able to make a simple app for my LG TV, where would I start? I don&#039;t know much about programming, but I wouldn&#039;t mind giving it a go.<br />
<br />
Would creating a YouTube browser be considered simple? <img src="styles/smilies/confused.gif" class="mceSmilie" alt=":confused:" title="Confused    :confused:" />]]></content:encoded>
      <slash:comments>20</slash:comments>
    </item>
  </channel>
</rss>
