Select your language

in Programming

Это редактор каталогов сообщений gettext (.po файлов). Его целью является предоставление удобного подхода для редактирования каталогов.
Возможности: поддержка UTF-8, подсветка неточных и не переведенных сообщений, подсветка пробелов, обозреватель ссылок, редактирование заголовка, а так же он может быть использован для создания новых каталогов и обновления существующих из исходного кода одним щелчком мыши. Он создан с помощью инструментария wxWidgets

Read More
in Astrology

изображение точного графического моделирования ночного неба, из любого места на Земле, на любую дату и время. Дисплей включает 130000 звезд, 13000 объектов глубокого космоса, все 8 планет, Солнца и Луны, и тысячи комет и астероидов. он включает в себя инструменты для астрономических вычислений и может контролировать телескопы и камер

Read More
in Programming

Colobot (Colonize with Bots) is a game aimed at teaching programming through fun. You play the role of an astronaut traveling with robot assistants in search of a planet to colonize.
The game features real-time 3D graphics and the C++ and Java-like object-oriented language CBOT, which can be used to program the robots available in the game.

Read More
in Programming

Geany is a small and lightweight integrated development environment.

The basic features of Geany are:
- syntax highlighting
- code completion
- auto completion of constructs like if, for and while, XML and HTML
- call tips
- many supported filetypes like C, Java, PHP, HTML, Python, Perl, Pascal
- symbol lists
- embedded terminal emulation

Read More
in Science

Gramps is a program for genealogical research. It is an extremely flexible program that meets the needs of both the amateur genealogist and the serious genealogical researcher. Allows you to store, edit, and research genealogical data.
Has the ability to import GEDCOM files exported from many proprietary genealogy programs and can generate a large number of reports in many popular formats. This allows any piece of information to be entered directly into Gramps and any event to be manipulated across the entire database (in any order), helping the user research, analyze and find connections with the ability to fill gaps in relationships.

Read More
in Games

Танграм — это древняя китайская игра-головоломка, в которой игрок должен составить набор фигур из 7 многоугольных частей. Peces позволяет играть в 40 различных модальностей танграма и включает в себя более 31 000 фигур, которые нужно решить. Также это позволяет создавать новые фигурки и соревнования.

Read More
in Chemistry

Программа для создания двумерных рисунков молекул. Она похожа по функциональности на другие графические программы, например, ChemDraw.
Она может читать и писать разные форматы текстовых и бинарных файлов, чтобы позволяет обмениваться информацией между XDrawChem и другими программными приложениями, а также может создавать изображения в популярных графических форматах, таких как PNG и EPS

Read More
in Mathematics

MathMod позволяет строить трехмерные математические поверхности, описываемые неявными или параметрическими уравнениями, и предлагает очень большую базу данных образцов моделей, которые можно сгенерировать с его помощью.
Он визуализирует и анимирует неявные и параметрические поверхности.
MathMod поддерживает:
✔ 3D и 4D черчение и анимацию
✔ текстуры и пигментацию
✔ эффекты шума и турбулентности
Имеет большой набор скриптовых примеров. Формат выходного файла OBJ.

Read More
in Programming

U++ is a cross-platform rapid application development environment in C++. Can work with GCC, Clang, MinGW and Visual C++ and contains a full-featured debugger.
Fast development comes from smart and aggressive use of C++, not fancy code generators. In this regard, U++ competes with popular scripting languages while retaining the runtime characteristics of C/C++.
The development environment includes BLITZ build technology for up to 4x faster C++ rebuilds, visual designers for U++ libraries, Topic++ for documenting code and creating rich text resources for applications (such as help and code documentation), and Assist++, a powerful C++ code analyzer , which provides features such as code completion, navigation, and transformation.

Read More
in Programming

Thonny is a simple Python IDE with features useful for learning programming.

It comes with a debugger which is able to visualize all the conceptual steps taken to run a Python program (executing statements, evaluating expressions, maintaining the call stack). There is a GUI for installing 3rd party packages and special mode for learning about references.

Read More