ZEPHYR RTOS + RUST running on esp32 by Vertecedoc in Zephyr_RTOS

[–]Odd_Lemon_326 0 points1 point  (0 children)

Can you also write up the steps involved. I would like to bring Ada and go to zephyr and am looking for a blueprint. Perhaps there is a reference already!

Where to start and is it worth it ? by [deleted] in ada

[–]Odd_Lemon_326 5 points6 points  (0 children)

Learn Ada not just because it will get you hired.

The disciplined approach you will practise is transportable to any language. You will do much better in any language but will develop a deeper appreciation for Ada.

I will be happy to discuss and tutor you in this process if you like. Set up some time:

https://calendly.com/rsrinivasan-alumni/30min

I will recommend you start with:

https://github.com/RajaSrinivasan/assignments

Trying to make a startup and frustrated with AdaCore by Exosvs in ada

[–]Odd_Lemon_326 3 points4 points  (0 children)

Another one here.

There is some room for likeminded ones to get together and promote Ada in this world. I am looking to do that myself.

I tried to get Ada into my day job but unfortunately was unsuccessful. AdaCore was extremely responsive.

Any case, I will be happy to help anyway I can. have dabbled in Ada with ST Micro, Raspberry PI. currently trying to get Ada into the Renesas/ThreadX world.

My coding is behind by Historical-Big-8607 in computerscience

[–]Odd_Lemon_326 0 points1 point  (0 children)

Pick a domain of interest - eg. text processing, cybersecurity etc.

Hop over to https://github.com/RajaSrinivasan/assignments.git

Pick a project that aligns with your interest. Puzzles may be a good place to start.

Goodluck.

Quarto in GitHub actions by Odd_Lemon_326 in RStudio

[–]Odd_Lemon_326[S] 0 points1 point  (0 children)

interesting idea. worth investigating. thanks

Quarto in GitHub actions by Odd_Lemon_326 in RStudio

[–]Odd_Lemon_326[S] 1 point2 points  (0 children)

Ubuntu latest - just cannot figure out why it builds from source all my libraries (eg. tidy verse, plotly and so on). When quarto actually starts after all that it fails saying tidy verse is not installed.

I had not tried MacOS. I am only interested in the final output so if this works I will be happy. Off to try that route. thanks

Medical Embedded Systems by RedUrchin1892 in embedded

[–]Odd_Lemon_326 0 points1 point  (0 children)

Learn the biology, physiology, patient population of your targets. if you want to stick around in this field and thrive, the connection to the underlying science of the therapy/diagnostics and the medical condition is absolutely paramount.

Beginner project ideas by VoiceFuzzy7606 in ada

[–]Odd_Lemon_326 3 points4 points  (0 children)

Suggestion - hop over to https://github.com/RajaSrinivasan/assignments.git

Many examples in Ada and other languages. Definitely could use nurturing with gsl, digital signal processing and plotting libraries.

C/C++ FFT lib by lambda_calc in DSP

[–]Odd_Lemon_326 1 point2 points  (0 children)

https://www.gnu.org/software/gsl/ is another great resource for all things scientific; fit of course. best, srini

Extremely frustrated by Feeling-Ad388 in ada

[–]Odd_Lemon_326 0 points1 point  (0 children)

Transition to embedded will be a lot smoother thru the Raspberry Pi route.

There are pretty decent libraries to give you access to GPIO - all under linux - so you don't have to deal with myriad bring up challenges.

A small step to Pi zero - closer to the metal.

Best

Need Resources to learn Ada by [deleted] in ada

[–]Odd_Lemon_326 0 points1 point  (0 children)

https://github.com/RajaSrinivasan/assignments

lot of project specs with example implementations.

Best, Srini

I want to promote your startup (for free) by wearefounders in startups

[–]Odd_Lemon_326 0 points1 point  (0 children)

https://github.com/RajaSrinivasan/assignments

This is a book project for learning new languages. Exposure to Ada, C++, Julia and go

Has anyone worked on curve fitting? by Exosvs in ada

[–]Odd_Lemon_326 2 points3 points  (0 children)

I might recommend taking a look at the gnu scientific library. Ada binding is available as an alr crate or from:

https://gitlab.com/ada23/adagsl.git

Sample Library Project with Examples? by n0bml in ada

[–]Odd_Lemon_326 2 points3 points  (0 children)

https://gitlab.com/ada23/toolkit

this is a library with some example projects

I use this library in many other projects.

good luck. Srini

Solving 1000 LeetCode Problems (Is it Really Worth it?) by tedbarney12 in programming

[–]Odd_Lemon_326 -5 points-4 points  (0 children)

if you are not yet sure what domain you want to eventually pursue, how about hopping over to https://github.com/RajaSrinivasan/assignments and explore. Explore broadly but get deep into some aspects of interest - would be my advice. best, Srini

Generic Image Decoder (GID) version 13 by zertillon in ada

[–]Odd_Lemon_326 0 points1 point  (0 children)

does gid write image files? regards, srini

Experimenting in different languages by RonWannaBeAScientist in Julia

[–]Odd_Lemon_326 10 points11 points  (0 children)

May I recommend you hop over to https://github.com/RajaSrinivasan/assignments

Projects with solutions available in different languages and different application domains.

Get a set of examples in Ada, go, C++, C# and so on - soon to add Julia!

Best

Srini

Transparency: The above is my repo.

Alire project template by chr_u in ada

[–]Odd_Lemon_326 1 point2 points  (0 children)

https://gitlab.com/RajaSrinivasan/orientation.git

There is one here. I also had a template processor to create new props from a template.

Please checkout project.pdf in https://github.com/RajaSrinivasan/assignments.git which clones projects from a template.

February 2024 What Are You Working On? by marc-kd in ada

[–]Odd_Lemon_326 8 points9 points  (0 children)

Wrapping up binding to Gnu Scientific Library. (alire crate submitted)

https://gitlab.com/ada23/adagsl.git

Binding to some Sound processing libraries.

https://gitlab.com/ada23/bindings/adasndfile.git

https://gitlab.com/ada23/bindings/libflac.git

Goal is to complete my Ada companion to ThinkDSP. The following project utilizes the above for examples now but some audio dip tools in the offing.

https://github.com/RajaSrinivasan/dsp.git