topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Friday April 19, 2024, 5:09 pm
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Attronarch [ switch to compact view ]

Pages: prev1 2 [3] 4 5 6next
51
General Software Discussion / Re: Problem with AHK time stamping
« on: April 17, 2016, 11:42 AM »
Perfect, thank you very much.

52
General Software Discussion / Re: Problem with AHK time stamping
« on: April 17, 2016, 11:19 AM »
I would try adding `n to the end of your Sendinputs.  If that does not work try `r`n  for spacing tabs may be useful...  `t

When I add `n, for :date I get:

2016-04-17
2016-04-17    06:14:10    START
2016-04-17    06:14:10    FINISH

for :ts I get:

2016-04-17    06:14:17    START
2016-04-17    06:14:17    FINISH

For :tf I get:

2016-04-17    06:14:20    FINISH

With `r`n it is the same but with added "enters".

What I would like to get is 2016-04-17 for :date, 2016-04-17    06:14:10    START for :ts, and 2016-04-17    06:14:10    FINISH for :tf.

Those hotstrings work fine for me in a text editor.  What type of app are you trying to use them within?

They do work, but they do not produce results I wanted them to (see above).

53
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?

54
Wait, that is also possible? Could you elaborate on how to do it? I just did a quick search online, but it seems it is only possible for audio and video recorded by OneNote?

55
Damn, today OneNote's capability to copy text from pictures saved me hours of typing. Really neat function.

56
Living Room / Re: Recommend some music videos to me!
« on: March 04, 2016, 08:52 AM »
Loved the visuals (Samurai Jack anyone?) and story in this one:



A lot of crazy theories in the comments, but that's the charm of it.

His schtick is doing metal covers of horrible pop songs

[ELITISM ON]
More like metalized pop, than real thing. Ten Masked Men have been doing it since the 90-ies:


[ELITISM OFF]

57
Find And Run Robot / Re: FARR and Windows apps
« on: March 02, 2016, 04:14 AM »
Worked like a charm, thank you for sharing.

I had to change all icons since they are white and my FARR background is white, so it annoyed me to see "nothing".

Kind of a farr cry from the index-free...


58
General Software Discussion / Re: Anyone using Blackbird?
« on: February 17, 2016, 03:06 PM »
It is Slovenian, I think. "Blokada virusa" could be Croatian, Serbian, Bosnian or Slovenian, but "obiskovalca" sounds pretty Slovenian.

Weird case, I thought it was my only problem...

59
General Software Discussion / Re: Anyone using Blackbird?
« on: February 17, 2016, 01:57 AM »
Just tried to download x64 version, and it is blocked with warning "Virus Blocked".

The funny thing is that I don't have AV which influences my browser(s) in such a way.

Maybe it is a W10 thing...


60
Find And Run Robot / Re: FARR and Windows apps
« on: February 16, 2016, 02:23 AM »
All apps for Win 8/8.1/10 that come from the Windows Store.

On Win 10 they are available from the start menu, mixed with regular programs. See attached screenshot (circled in red).

Example.png

61
Living Room / Re: Recommend some music videos to me!
« on: February 05, 2016, 07:29 AM »
Portal - Curtain

Australian experimental death metal. Even if the music isn't your cup of tea it is worth watching just for the video - an adaptation of Edgar Allen Poe's poem "The Conqueror Worm".


62
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?

63
DC Gamer Club / Re: "Early Access" games come to GOG
« on: January 29, 2016, 02:17 AM »
Ashes of the Singularity looks very interesting. RTS games have come a long way.

64
Living Room / Re: What books are you reading?
« on: January 20, 2016, 08:59 AM »
Just finished:



Currently reading:


66
Nod5, thank you for making the script. With addition of editable music and silence parts this script is great utility for making various training soundtracks, e.g. for circuit training, intervals, tabatas, and sparring / randori sessions...

It is better than using stopwatch and manually operating stereo equipment, puts a lot more pressure.

67
General Software Discussion / Re: Adding silence to audio track?
« on: January 10, 2016, 12:53 AM »
Works perfect, thank you.

68
General Software Discussion / Re: Adding silence to audio track?
« on: January 09, 2016, 02:22 PM »
I see the problem, my bad. I fixed it in the post above. It should work now.

No errors pop out, but I also cannot find final mp3. I see work folder being filled with chunks, but after it is finished everything is deleted except:

  • 30ss-silent.mp3
  • 30ss_duration.txt

69
General Software Discussion / Re: Adding silence to audio track?
« on: January 09, 2016, 02:02 PM »
shouldn't the cuts fade in/out, instead of abrupt cutting?  :-\

No, she didn't have such requirement.

70
General Software Discussion / Re: Adding silence to audio track?
« on: January 09, 2016, 12:04 PM »
Wow, thank you very much!

I've changed lines 10,11 and 13, but run into some trouble:

[REMOVED]

It is for my mother, she is Physical Education teacher, and among other things holds aerobic classes.

71
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?

72
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

73
Good article, thank you for sharing.

74
Finished Programs / Re: DONE: make folder set out of a txt file
« on: December 07, 2015, 04:54 PM »
Just wanted to say that I've been using «Text 2 Folders» on Windows 10 a lot lately, and everything works perfect.

75
Clipboard Help+Spell / Re: CHS suddenly stopped working
« on: October 26, 2015, 07:33 AM »
Turning off Avira didn't help, but changing "Temporary DB file location" to Database "temp" sub-directory seems to have solved all problems.

 CHS was working fine, and I had it on Win 10 since it was released. My problems started when I moved to Japan, last week, but I think that is just a coincidence. Maybe some Win10 update broke it.

Pages: prev1 2 [3] 4 5 6next