Topics - Attronarch [ switch to compact view ]

Pages: prev1 [2] 3next
6
General Software Discussion / Problem with AHK time stamping
« on: April 17, 2016, 02:53 AM »
I am using AHK script for text expansion and I've run into some problems with time stamps. Up to now I've been using only one time stamp (date, first one in the code), but after I added two more I messed up everything.

Code excerpt:

:*::date::
FormatTime, CurrentDate,, yyyy-MM-dd ; This is one type of the date format
SendInput, %CurrentDate%

:*::st::
FormatTime, CurrentStartTime,, yyyy-MM-dd    hh:mm:ss ; This is one type of the date format
SendInput, %CurrentStartTime%    START

:*::ft::
FormatTime, CurrentFinishTime,, yyyy-MM-dd    hh:mm:ss ; This is one type of the date format
SendInput, %CurrentFinishTime%    FINISH

They generate:

2016-04-172016-04-17,   09:51:55    START2016-04-17,   09:51:55    FINISH
2016-04-17    09:51:59    START2016-04-17    09:51:59    FINISH
2016-04-17    09:52:01    FINISH

While I would like them to generate:

2016-04-17
2016-04-17    09:51:59    START
2016-04-17    09:52:01    FINISH

What did I do wrong?

7
Find And Run Robot / FARR and Windows apps
« on: February 04, 2016, 02:33 PM »
My first idea was to find where the apps are installed and simply point FARR to that location so I can launch what I want, but alas, it is a big hassle to open that folder. And once you revert security setting FARR cannot reach that folder anymore.

Any elegant way for using FARR to run Windows apps?

8
General Software Discussion / Adding silence to audio track?
« on: January 09, 2016, 06:49 AM »
I have several hour-long audio tracks to which I have to add silence. It should go 30 seconds of music, 30 seconds of silence, and so on, until the end of track.

My first try was Audacity, which can add silence, but I couldn't figure it out how to add it to the whole track in same interval.

Any recommendations?

9
Interesting project. On ghacks.net it is summarised as a virtual machine that brings LibreOffice Online and ownCloud server together. Excerpt from Collabora's press release:

Collabora, the architects of LibreOffice Online, are proud to announce the release of CODE (Collabora Online Development Edition), a distribution of LibreOffice Online and ownCloud Server. The purpose of CODE is to give interested developers from any field an easy way to get early access to the very latest untested feature additions and updates to LibreOffice Online, in order to enable them to develop, test, and contribute.

This release also marks the start of a partnership between Collabora and ownCloud, the company behind the world’s most popular open source enterprise file sync and share (EFSS) software. The partnership will deliver a combined commercial solution during 2016, based on an integration between Collabora CloudSuite – a trio of Online, Mobile and Desktop office productivity combined with ownCloud Server.

Download link: CODE

10
Clipboard Help+Spell / CHS suddenly stopped working
« on: October 26, 2015, 03:33 AM »
CHS suddenly stopped working, with weird errors (can't access index table). This is how main windows looks like:

CHS 001.png

When I try to verify, optimize, etc, I get following:

CHS 002.png

When I try to restore from backup, I get following:

CHS 003.png

Tried re-installing, didn't help.

Pages: prev1 [2] 3next
Go to full version