Langues et littératureAnglaisJekyll

Martin Paul Eve

Martin Paul Eve
Page d'accueilFlux Atom
language
Langues et littératureAnglais
Publié

Image credit: rodolphoreis; Licensed under Creative Commons Non-Commercial Share-alike To my great excitement, my initial proposal for the forthcoming book, Zombies in the Academy has been accepted! While it still has to undergo peer review and as such isn't guaranteed to be published, I'll certainly be doing my best to overcome that hurdle. If you are interested, you can read my full proposal.

Langues et littératureAnglais
Publié

As mentioned previously, the two part tutorial on c99.org is a great starting place for people wanting to write their own synchronization service for Android. The only problem is that, because it syncs to Contacts, it omits to tell you what to do to get your new service appearing under Settings -> Accounts -> "Data and Synchronization". The answer is surprisingly simple, but also elusive.

Langues et littératureAnglais
Publié

My review of Alan Liu's latest offering, Local Transcendence: Postmodern Historiography and the Database is now available to read in Textual Practice vol. 24 issue 6. I'm in the process of clearing up pre-print Open Access permissions and hope to post that when clarified.

Langues et littératureAnglais
Publié

Just a quick promotional post to get the word out about the research hive seminars at Sussex. This series presents an exciting opportunity to hear about, and fore-arm yourself against, the challenges posed to 21st-century research. There are sessions on research communication, public engagement, copyright, careers and the REF. If you are interested in attending, official information is available on the library website.

Langues et littératureAnglais
Publié

As my hobby-geek phase draws to a close and I return well and truly to my PhD, I thought it worth sharing this python script I wrote a while back which will extract the update.zip file from an Android RUU.exe file on Linux. There are other items out there that do the same thing, but this is my effort. Usage: modify the options, start the script and then run the RUU under Wine.

Langues et littératureAnglais
Publié

Originally from V-Nessa's site, I thought I would share the PHP script that I have now modified to include Secure Copy (SCP) support. {% highlight php %} {% endhighlight %} If you need help with usage, it's exactly the same as in V_Nessa's original post, so read there, but now supports copying to a remote host over SSH. Automated CPanel Backups with SCP was originally published by Martin Paul Eve at Martin Paul Eve on January 08, 2011.

Langues et littératureAnglais
Publié

As I made rapid initial progress on the prototype of the Mendeley Client for Android, I started to think about the design. In order to minimize hits on the API, as well as for speedy browsing, it doesn't make sense for the UI to be initiating API calls at every turn. Instead, it would be better, I decided, to implement this via a synchronization service.