BASE24 tutorial or learning material [closed] - c

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
Does someone know where I can find a tutorial or material relating to Base24? I'm referring to Base24 the product by ACI. My understanding is that they use a programming language called 'TAL' which has similarities to Cobol and C.
I've searched the net and I have only found job opportunities for Base24 developers but hardly any learning resources.
Cheers

TAL stands for "Transaction Application Language" and is supported by HP.
There's a programmer's guide here and a reference manual here.

I googled for base24 programming and the second hit was this http://2020ok.com/books/13/a-guide-to-using-aci-worldwide-s-base24-es-on-z-os-34513.htm

Related

Best resources for learning AngularJS [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
I am more of a jQuery developer. I find it really hard to migrate from jQuery to AngularJS. Is there any good book or online material from where I can start my ng journey?
I suggest starting with this article from ng-newsletter.
They provide a great overview about AngularJS features and if you want to deepen your knowledge regarding some feature in particular it is also provided some links and other articles for further reading.

How did you learn BackboneJS? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
I'm having a difficult time understanding its tutorials.
Either they are too advanced or do not work
If you are an advanced user, please tell me how you started off.
Derick Bailey has a blog post on this, although it's a bit old: http://lostechies.com/derickbailey/2011/09/13/resources-for-and-how-i-learned-backbone-js/
They way I started (although with Marionette which is built on top of Backbone) was to create some small projects to see how the various parts worked together: http://davidsulc.com/blog/category/backbone-js/backbone-marionette/
To help other people along, I then wrote a book that builds a non-trivial application step by step: http://davidsulc.github.io/marionette-gentle-introduction/#contacts
If you learn best by digging in source code, you can see it here: https://github.com/davidsulc/marionette-gentle-introduction

where can I learn linked list/stacks? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
As the question stated above, is there any recommended sites to study them??
I've searched online, but mostly give the entire code without teaching what the code does
for example, what does -> do??
btw: I wanna learn these 2 which are for C Programming
These links will help. There is other good stuff at the site as well. And it is C oriented.
http://cslibrary.stanford.edu/103/
http://cslibrary.stanford.edu/102/

Artificial Intelligence Studies [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
My task is to conduct a study on artificial intelligence that answer maybe just 20 questions.
I tried to look for a study and term papers on google and i'm having a hard time to find some related literature to start my study.
My knowledge on artificial intelligence is small.
Where can i find some related literature for the said study? My goal is just to make an AI that answer question related to processes that our school conduct. Please be easy on me. I know that i'm a noob.
Read this : https://en.wikipedia.org/wiki/Natural_language_processing
And build from there. You can use Google Scholar to find actual scientific papers once you've found the keywords you want.

Please, help to find source with examples by glib [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
I've looked for a lot of sites but didn't find any examples by glib. I've seen only discription types and functions...
Perhaps do you know a good source?
PS. Thanks for your answers! =)
Here's a tutorial, a little old but still applicable: http://www.ibm.com/developerworks/linux/tutorials/l-glib/
Here's a tutorial on the GObject part of GLib: http://www.arbingersys.com/2009/07/missing-gobject-tutorial-sample.html
Also check out the excellent book 'Foundations of GTK Development' by Andrew Krause, it has a chapter on GLib: http://www.gtkbook.com/
The tests from the glib source code may be usefull!You should try those!

Resources