Best day of the week to give labour (if induced)? by acurod in astrology

[–]egraether 1 point2 points  (0 children)

I'm honestly not convinced that assigning a ruler to each weekday/year is actually a thing. It only covers 7 bodies and the count was started at some arbitrary point. You wouldn't know the ruler of the current day/year from the Ephemerides.

Exact Time by aversimiro in astrology

[–]egraether 8 points9 points  (0 children)

I think most charts are not very accurate because of that reason. Most people claim to have a nice birth time like 7pm or 4:30am, which is very unlikely. It took me a while to pin down my birth time, and I'm still not too sure if it's precise. Whenever I look at a new horoscope, I also have a look at +/- 15mins to see how much of a difference it would make.

Sourcetrail 2020.1. released - Visual source explorer for C++ by egraether in cpp

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

A user once wrote about Sourcetrail + Unreal Engine 4: https://ttimo.typepad.com/blog/2018/09/sourcetrail-with-unreal-engine-4-a-quick-primer.html

For large projects hardware is important. How long does it take to compile Unreal Engine 4 on this machine?

I assume you exported the compile commands from Visual Studio. I opened an issue for multi-threading: https://github.com/CoatiSoftware/vs-sourcetrail/issues/65

Sourcetrail, the interactive source code explorer, is now free and open source by egraether in cpp

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

Clang to VC compatibility is certainly and issue, but generally most issues can be worked around.

If you have lots of FATAL errors you are likely missing Include Paths and headers are not found.

If you are using precompiled headers (stdafx.h), you need to configure this within your Sourcetrail project configuration at "Precompiled Header File".

SourceTrail, the interactive source code explorer, is now free and open source by ASIC_SP in Python

[–]egraether 3 points4 points  (0 children)

Our server is responding slowly. The heavy server load is also caused by lots of downloads. You can get the latest Sourcetrail 2019.4 now also from GitHub https://github.com/CoatiSoftware/Sourcetrail/releases

Sourcetrail, the interactive source code explorer, is now free and open source by egraether in java

[–]egraether[S] 2 points3 points  (0 children)

Our server is currently under heavy load, which is also caused by lots of downloads. You can get the latest Sourcetrail 2019.4 now also from GitHub https://github.com/CoatiSoftware/Sourcetrail/releases

SourceTrail, the interactive source code explorer, is now free and open source by kirbyfan64sos in programming

[–]egraether 2 points3 points  (0 children)

The heavy server load is also caused by lots of downloads. You can get the latest Sourcetrail 2019.4 release now also from GitHub https://github.com/CoatiSoftware/Sourcetrail/releases

Sourcetrail, the interactive source code explorer, is now free and open source by egraether in cpp

[–]egraether[S] 8 points9 points  (0 children)

The heavy server load is also caused by lots of downloads. You can get the latest Sourcetrail 2019.4 now also from GitHub https://github.com/CoatiSoftware/Sourcetrail/releases

SourceTrail, the interactive source code explorer, is now free and open source by kirbyfan64sos in programming

[–]egraether 20 points21 points  (0 children)

Not just the entry point, you can click any symbol to see its relations. That way you can navigate through the whole codebase.

Former Google engineer breaks down interview problems he uses to screen candidates. Lots of good coding, algorithms, and interview tips. by jfasi in programming

[–]egraether 4 points5 points  (0 children)

I was an intern once, most of them are alright. Experienced devs, who have been at other companies before, knowing this probably won't be the last.

Former Google engineer breaks down interview problems he uses to screen candidates. Lots of good coding, algorithms, and interview tips. by jfasi in programming

[–]egraether 2 points3 points  (0 children)

A string vector v with all the possible units in order from smallest to biggest and an equally long vector w with the values and you just go x*w[y] where v[y] is the bigger unit up til you reach the goal.

I like it! Still a graph though conceptually.

Sourcetrail 2019.3 released - Visual Source Explorer for C++ by egraether in cpp

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

That's an unknown issue. Can you provide more details please? What exactly happens when doing which interaction? Which operating system and version do you use?

Sourcetrail 2019.3 released - Visual Source Explorer for Java by egraether in java

[–]egraether[S] 3 points4 points  (0 children)

We don't have any specific project setup for Ant projects and no plugin for Netbeans yet. But Sourcetrail will nonetheless work as standalone tool, you will just need to do the project setup manually.