LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > LinuxQuestions.org > LinuxQuestions.org Member Intro
User Name
Password
LinuxQuestions.org Member Intro New to LinuxQuestions.org? Been a long time member but never made a post? Introduce yourself here.

Notices


Reply
  Search this Thread
Old 05-16-2016, 06:41 AM   #1
jamesscrook
LQ Newbie
 
Registered: Sep 2015
Location: Sydney, AU
Distribution: Fedora, SLES, OpenSUSE & AIX
Posts: 8

Rep: Reputation: Disabled
G'day from Sydney: OK, so I've written some code...


Don't worry it's not my first attempt! Actually, I've written lots of things over mumble...mumble years. (Eons ago, in a land far away, I made my living coding C. Among other things, I wrote fbackup when I worked in the HP-UX lab in Cupertino, CA. So don't worry, it's not hello_world.

I've just chucked some C code and shell scripts into the FOSS (github). The first tranche is:

1. multx (shell script): a "poor person's" configuration management utility that relies on ssh-agent, et al. Distribute files, check them, etc. on a herd of *nix boxen. Almost trivial, but very useful. http://yosj.com.au/Staff/multx.html

2. findfiles (C): GNU find is fantastic (loads more features than traditional UNIX find), but for some things I do regularly, the syntax is unwieldy. That's when I use findfiles. http://yosj.com.au/Staff/C_Programs/...findfiles.html

3. pma [Performance Monitor Analyzer] (C): used together with pmc [Performance Monitor Collector] (shell script). pmc calls iostat, vmstat and sar (when available) to collect and format data on Linux/UNIX systems. pma then scales and transforms the data into a format that can be graphed. http://yosj.com.au/Staff/C_Programs/pma/pma.html

4. tdb (C): A non-relational text database - from many years ago - that uses N-dimensional AVL trees to simulate an N-dimensional hyper-cube. AFAIK, it works well, and the way it works is interesting, but the use cases are rare. http://yosj.com.au/Staff/C_Programs/tdb/tdb.html

Over the years, I've benefited enormously from other people's FOSS efforts, and this is the first time I'm giving back. My hope is that some of these will be as useful to others as they have been to me.

I read the LQ FAQ, and I don't believe this post will put me afoul of the LQ guidelines!

So, here's my question: What suggestions can the LQ community offer for other places I might make similar posts to this one. The LQ software forum, perhaps? Outside LQ?

Of course I'd be happy to have feedback on the code too!

Tux.
 
Old 05-16-2016, 12:19 PM   #2
offgridguy
Senior Member
 
Registered: Nov 2015
Location: Alberta Canada
Distribution: Windows10, Debian
Posts: 1,109

Rep: Reputation: 147Reputation: 147
Welcome to the forum.
 
Old 05-16-2016, 12:54 PM   #3
rtmistler
Moderator
 
Registered: Mar 2011
Location: USA
Distribution: MINT Debian, Angstrom, SUSE, Ubuntu, Debian
Posts: 9,882
Blog Entries: 13

Rep: Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930
Quote:
Originally Posted by jamesscrook View Post
So, here's my question: What suggestions can the LQ community offer for other places I might make similar posts to this one. The LQ software forum, perhaps? Outside LQ?
Welcome to the forum!

The LQ Software forum is great, as is the Non-Nix Programming forum.

A lot of people use github, I'm neither here nor there about it, still working so everything I write is work stuff that is owned by someone else.

As LQ members, we can post blogs. You'll see some links in my signature pointing to different blog entries of my own. Unsure if you need to be a "Member" as opposed to a Newbie before you can post blog entries. That's OK, just post 25 or more times. Reply here once or twice, reply in welcome to other members on this forum, and eventually you'll get to 25 posts and there will be zero question. Or ... just try creating a blog entry now

Personally I'd rather you continue to post your offerings to LQ, and sure to wherever else you find online where you choose to post, but for me it's most notable on LQ where most/all of my Linux online resources are found when I look for answers.
 
Old 05-16-2016, 06:14 PM   #4
ardvark71
LQ Veteran
 
Registered: Feb 2015
Location: USA
Distribution: Lubuntu 14.04, 22.04, Windows 8.1 and 10
Posts: 6,282
Blog Entries: 4

Rep: Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842
Quote:
Originally Posted by jamesscrook View Post
So don't worry, it's not hello_world.
Hello and welcome to the forum

No worries, I think we're home to folks on both end of the programming spectrum, from knowing almost nothing to highly advanced, such as yourself.

Quote:
Originally Posted by jamesscrook View Post
So, here's my question: What suggestions can the LQ community offer for other places I might make similar posts to this one. The LQ software forum, perhaps? Outside LQ?
Within LQ, you've probably noticed we have a specific Programming forum that might be another place you'd like to post on, along with what rtmistler has suggested. Outside LQ, I saw this one mentioned in a Ubuntu thread. There is also Stack Exchange but their format may restrict what you would like to post.

Regards...

Last edited by ardvark71; 05-16-2016 at 06:58 PM. Reason: Changed wording.
 
Old 05-18-2016, 08:27 PM   #5
jamesscrook
LQ Newbie
 
Registered: Sep 2015
Location: Sydney, AU
Distribution: Fedora, SLES, OpenSUSE & AIX
Posts: 8

Original Poster
Rep: Reputation: Disabled
Thanks for the feedback folks!
 
Old 05-18-2016, 08:34 PM   #6
ardvark71
LQ Veteran
 
Registered: Feb 2015
Location: USA
Distribution: Lubuntu 14.04, 22.04, Windows 8.1 and 10
Posts: 6,282
Blog Entries: 4

Rep: Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842
Quote:
Originally Posted by jamesscrook View Post
Thanks for the feedback folks!
You're welcome
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
G'day from Sydney mikepeters76 LinuxQuestions.org Member Intro 2 05-06-2009 05:55 PM
Percentage of all Code Written in C jhwilliams Programming 1 09-09-2007 11:11 PM
I can't figure out what is wrong with this code-its a calculator written in c AceofSpades19 Programming 17 03-04-2007 01:52 AM
Simple mathmatics written in Assembly code using nasm amon Programming 3 01-24-2007 12:31 PM
Some C code that I have written wampire Programming 1 04-29-2006 07:30 PM

LinuxQuestions.org > Forums > LinuxQuestions.org > LinuxQuestions.org Member Intro

All times are GMT -5. The time now is 03:54 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration