× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



Are you using git somewhere that you can create the files and push from? I run linux and have git installed, so this was my workflow.

In github - create a new repository from the main page. Name it, give it a description, and make it public. Leave the rest unchecked. It will bring you to a page with some simple instructions. I basically followed those.

mkdir QDBRTVFD_UDF
QDBRTVFD_UDF/
udf_qdbrtvfd.rpgle
echo "# QDBRTVFD_UDF" >> README.md
git init
git add .
git status
git commit -m "Initial Commit"
git remote add origin https://github.com/kjbucknum/QDBRTVFD_UDF.git
vi README.md
git commit -a
git push --set-upstream origin master

On Wed, 2021-03-03 at 21:27 +1100, Frank Kolmann wrote:

I have some RPG code on the midrange wiki. Specifically code that uses

the display ffle QDFRTVFD API

But I have no clue how to set up a repo (repository?) on Github.


I have got as far a registering on Github, but sadly Github is a big

mystery to me.


Anyone have a cheat list of how to use Github?


Frank



On 03/03/2021 8:07 pm, Patrik Schindler wrote:

Hello Jack,


Am 03.03.2021 um 04:23 schrieb Jack Woehr <

<mailto:jwoehr@xxxxxxxxxxxxxxxxxxxxxxxx>

jwoehr@xxxxxxxxxxxxxxxxxxxxxxxx

:


I wrote an RPG syntax colorizer for jEdit editor

<

<https://github.com/jwoehr/rpgiv-xml>

https://github.com/jwoehr/rpgiv-xml

. Does that count?

No. It's not RPG code.


:wq! PoC





[https://www.medtronsoftware.com/img/MedtronMinilogo.bmp] Kevin Bucknum
Senior Programmer Analyst
MEDDATA / MEDTRON
120 Innwood Drive
Covington LA 70433
Local: 985-893-2550
Toll Free: 877-893-2550
https://www.medtronsoftware.com



CONFIDENTIALITY NOTICE

This document and any accompanying this email transmission contain confidential information, belonging to the sender that is legally privileged. This information is intended only for the use of the individual or entity named above. The authorized recipient of this information is prohibited from disclosing this information to any other party and is required to destroy the information after its stated need has been fulfilled. If you are not the intended recipient, or the employee of agent responsible to deliver it to the intended recipient, you are hereby notified that any disclosure, copying, distribution or action taken in reliance on the contents of these documents is STRICTLY PROHIBITED. If you have received this email in error, please notify the sender immediately to arrange for return or destruction of these documents.

As an Amazon Associate we earn from qualifying purchases.

This thread ...

Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.