QuickFire is a custom Java application developed to operate with the Betfair Exchange. Our client required a simple application to select markets and simplify/speed-up the trading process during in-play horse races for both the main and Australian exchanges. The application was built using Java 1.6 and our own Core Betfair API, a custom, robust platform [...]
Morley Computing have just completed a customisation of the BizDirectory PHP application on behalf of the British Thought Field Therapy Association (BTFTA). The existing PHP application provided the essential functionality but it was also necessary to modify the PHP interface with PayPal for paid advertising.
If you want to do a recursive chmod on a set of files below a given directory or folder using the bash shell you can do the following: find . -type f -name ‘*.php’ -exec chmod 644 {} \; This command can be easily adapted to work for other file types or modes. The ‘.’ [...]
A quick example of how to get the name of the localhost using the Java InetAddress class. String hostname = null; try { InetAddress localhost = Address.getLocalHost(); if (localhost != null) { hostname = localhost.getHostName(); } } catch (UnknownHostException e) { e.printStackTrace(); } System.out.println(“Hostname is ” + (hostname != null ? hostname : “Unknown”) );
Configuring the Eclipse IDE to use a local CVS (CVSNT) repository on windows isn’t an entirely obvious procedure since CVS and Eclipse are geared to working on Linux/Unix. It is actually quite simple to do but if you miss a couple of points you could spend hours fiddling with it without any luck. The following [...]
The ‘Discover Grassington’ Java (J2ME) mobile phone application developed by Morley Computing on behalf of AudioTrails.co.uk for The Yorkshire Dales National Park Authority has now been launched . See the attached poster for details. Visitors to Grassington in the Yorkshire Dales can now discover the town via the latest mobile technology. Mobile phone users can [...]