Messages - wetsmellydog [ switch to compact view ]

Pages: prev1 2 3 [4] 5 6 7 8 9 ... 24next
16
General Software Discussion / G+ Takeaway viewer
« on: December 18, 2018, 06:39 PM »
I apologize if this has been discussed anywhere on the forum but I did not turn up anything during a search.

Google+ is shutting down in four months (April 2019). They offer a service known as Takeaway that will download your G+ data but not viewable in a very convenient way.
In the G+ universe, the posts are shown and accessible on one webpage. When downloaded, each post is it's own html page. It would be nice if there was a way to view all the posts without having to open each one individually. Any ideas or suggestions would be greatly appreciated by myself and the G+ community.

Larry

17
General Software Discussion / Re: my problem with programming
« on: March 24, 2015, 04:08 PM »
You can always try some of the online courses that are actually free and some have great forums for help.

MIT has one http://ocw.mit.edu/courses/intro-programming/

www.codecademy.com

This one is for younger people which might help out with understanding the basics  http://code.org/learn


As for basic, there is a program called Liberty Basic while not free is a good learning program http://www.libertybasic.com/

18
Thanks for all the suggestions. SED looks great and powerful but I will have to get more acquainted with the usage. After searching for more information on SED, I came across this program Replace Text v2.2 from ecobyte software. It can be found here http://www.ecobyte.com/replacetext/ It also happens to be free.

It does exactly what I need and is very fast.

19
etsmellydog , why did  you open a new thread ?

instead continue in your first one  > https://www.donationcoder.com/forum/index.php?topic=40446.msg377969#msg377969

And I thought I was loosing my mind! I had posted originally from work but when I checked the forum, I could not find the post. I even did a search of my username to see what I had posted and to see if I had posted in another forum section but never turned up the OP. I did this both logged in and not logged in to see if there was another issue. I would welcome the moderator combining the two if possible.

Thanks AbteriX for finding my lost post!
 

20
I work with CNC machines that uses gcode for programming vector coordinates and machine function. One program does not output the code in the proper format so I have to manually add spaces, change letters for machine function ect. I would like to do this with a batch type function. I have used Notepad ++ put have not been able to figure out how to do so with it. I am open to all suggestions and programs. Thanks

Quick example, this text;

X00.00Y00.00
Z0.05

Would look like this after edit;

X00.00 Y00.00
S100 M3

The code could be from a few hundred lines to thousands of lines and it sure gets tedious to manually change.

Pages: prev1 2 3 [4] 5 6 7 8 9 ... 24next
Go to full version