| |
 | Навигация |
|
|
| |
Linux : ПрограммированиеSort by: По алфавиту | Закачкам всего | Закачек за месяц | Рейтингу | Просмотрам Всего записей: 198
|
| Пасспорт программы |
| Рейтинг |
3.333 [3] |
| Закачек | 1593 |
| Отзывов | 1 |
| Подробнее | Узнать |
| Размер | ? |
|
| Gcc-c++ - C++ support for gcc This package adds C++ support to the GNU C compiler. It includes support for most of the current C++ specification, including templates and exception handling. It does not include a standard C++ library, which is available separately. |
|
|
Альтернативные ссылки
|
|
| Пасспорт программы |
| Рейтинг |
2.5 [2] |
| Закачек | 1391 |
| Отзывов | 4 |
| Подробнее | Узнать |
| Размер | ? |
|
| Flex - GNU fast lexical analyzer generator This is the GNU fast lexical analyzer generator. It generates lexical tokenizing code based on a lexical (regular expression based) description of the input. It is designed to work with both yacc and bison, and is used by many programs as part of their build process. |
|
|
Альтернативные ссылки
|
|
| Пасспорт программы |
| Рейтинг |
4.5 [2] |
| Закачек | 1372 |
| Отзывов | 2 |
| Подробнее | Узнать |
| Размер | ? |
|
| Rhide - Rhide is a very nice IDE exactly like Borland`s The rhide IDE is a programming interface with the look and feel of Borland`s famous series of programming languages. Very well done. |
|
|
Альтернативные ссылки
|
|
| Пасспорт программы |
| Рейтинг |
4.333 [3] |
| Закачек | 1313 |
| Отзывов | 0 |
| Подробнее | Узнать |
| Размер | ? |
|
| Bison - A GNU general-purpose parser generator Bison is a general purpose parser generator which converts a grammar description for an LALR context-free grammar into a C program to parse that grammar. Bison can be used to develop a wide range of language parsers, from ones used in simple desk calculators to complex programming languages. Bison is upwardly compatible with Yacc, so any correctly written Yacc grammar should work with Bison without any changes. If you know Yacc, you shouldnt have any trouble using Bison (but you do need to be very proficient in C programming to be able to use Bison). Many programs use Bison as part of their build process. Bison is only needed on systems that are used for development. If your system will be used for C development, you should install Bison since it is used to build many C programs. |
|
|
Альтернативные ссылки
|
|
| Пасспорт программы |
| Рейтинг |
3 [4] |
| Закачек | 960 |
| Отзывов | 0 |
| Подробнее | Узнать |
| Размер | ? |
|
| Jre - Suns Java Runtime Environment; Blackdown x86 Linux port The Blackdown Linux port of Suns Java Runtime Environment. Requires glibc. If you do not have libXm, try install with --nodeps, but you have to use statically linked version (see README). |
|
|
Альтернативные ссылки
|
|
| Пасспорт программы |
| Рейтинг |
3.333 [3] |
| Закачек | 879 |
| Отзывов | 0 |
| Подробнее | Узнать |
| Размер | ? |
|
| Nasm - Nasm is a free assembler for the 80x86 series of microprocessors NASM is an 80x86 assembler designed for portability and modularity. It supports a range of object file formats including Linux a.out and ELF, COFF, Microsoft 16-bit OBJ and Win32. It will also output plain binary files. Its syntax is designed to be simple and easy to understand, similar to Intels but less complex. It supports Pentium, P6 and MMX opcodes, and has macro capability. It includes a disassembler as well. Version 0.97 was entirely a bug fix release, since 0.96 had more bugs than we could shake a large stick at. |
|
|
Альтернативные ссылки
|
|
| Пасспорт программы |
| Рейтинг |
2.5 [2] |
| Закачек | 875 |
| Отзывов | 0 |
| Подробнее | Узнать |
| Размер | ? |
|
| Cygwin - CYGWIN32 cross-compiler to Win32 This is a cross-compiler that can be used to produce win32 applications. To use it set CC=gnuwin32gcc AR=gnuwin32ar etc. Use include path -I/usr/gnuwin32/i586-pc-cygwin32/include -I/usr/gnuwin32/include and link libraries with -L/usr/gnuwin32/lib -L/usr/gnuwin32/i586-pc-cygwin32/lib. |
|
|
Альтернативные ссылки
|
|
| Пасспорт программы |
| Рейтинг |
4 [1] |
| Закачек | 860 |
| Отзывов | 0 |
| Подробнее | Узнать |
| Размер | ? |
|
| Basic - BASIC interpretor This is a BASIC language interpreter. You can use it to run programs written in BASIC. For those who may not know, BASIC is an archaic language used only to learn early fundamentals of programming, and it isn`t very good for that, either. :-). |
|
|
Альтернативные ссылки
|
|
| Пасспорт программы |
| Рейтинг |
4 [1] |
| Закачек | 757 |
| Отзывов | 0 |
| Подробнее | Узнать |
| Размер | ? |
|
| Jdk - JDK is the Java development Kit for linux JDK for linux is just like it says, the Java development kit for Linux. |
|
|
Альтернативные ссылки
|
|
| Пасспорт программы |
| Рейтинг |
4 [1] |
| Закачек | 537 |
| Отзывов | 0 |
| Подробнее | Узнать |
| Размер | ? |
|
| Egcs-libstdc++-devel - Header files and libraries for C++ development This is the GNU implementation of the standard C++ libraries. This package includes the header files and libraries needed for C++. |
|
|
Альтернативные ссылки
|
|
| Пасспорт программы |
| Рейтинг |
4.5 [2] |
| Закачек | 537 |
| Отзывов | 1 |
| Подробнее | Узнать |
| Размер | ? |
|
| Kernel-headers - Header files for the Linux kernel Kernel-headers includes the C header files for the Linux kernel. The header files define structures and constants that are needed for building most standard programs. The header files are also needed for rebuilding the kernel. |
|
|
Альтернативные ссылки
|
|
| Пасспорт программы |
| Рейтинг |
4 [1] |
| Закачек | 533 |
| Отзывов | 0 |
| Подробнее | Узнать |
| Размер | ? |
|
| Hex - Hex dump utility with CP/M-style output Yes, its yet another hex dumper. This one produces a nice CP/M-like format by default and can do EBCDIC. Its internationalized, too. Has many nifty formatting functions. |
|
|
Альтернативные ссылки
|
|
| Пасспорт программы |
| Рейтинг |
4.5 [2] |
| Закачек | 533 |
| Отзывов | 0 |
| Подробнее | Узнать |
| Размер | ? |
|
| Crashme - Test operating system environment robustness Tests operating system environment robustness by invoking random data as if it was a procedure. |
|
|
Альтернативные ссылки
|
|
| Пасспорт программы |
| Рейтинг |
4 [1] |
| Закачек | 529 |
| Отзывов | 1 |
| Подробнее | Узнать |
| Размер | ? |
|
| Python - Very high level scripting language with X interface Python in an interpreted, object orientated scripting language. If contains support for dynamic loading of objects, classes, modules, and exceptions. Adding interfaces to new system libraries through C code is straightforward, making Python easy to use in custom settings. This Python package includes most of the standard Python modules, along with modules for interfacing to the Tix widget set for Tk and RPM. This particular package has been patched for Tcl/Tk 8.0. |
|
|
Альтернативные ссылки
|
|
| Пасспорт программы |
| Рейтинг |
4 [1] |
| Закачек | 455 |
| Отзывов | 0 |
| Подробнее | Узнать |
| Размер | ? |
|
| Bin86 - Real mode 80x86 assembler and linker This package provides an assembler and linker for real mode 80x86 instructions. Programs that run in real mode, including LILO and the kernels bootstrapping code, need to have this package installed to be built from the sources. |
|
|
Альтернативные ссылки
|
|
| Пасспорт программы |
| Рейтинг |
4 [1] |
| Закачек | 440 |
| Отзывов | 0 |
| Подробнее | Узнать |
| Размер | ? |
|
| Fpk-pascal - FPK-pascal compiler FPKPascal is less or more compatible with Turbo Pascal 7.0 and Delphi II (not yet completely implemented). Some extensions are added to the language, like. |
|
|
Альтернативные ссылки
|
|
| Пасспорт программы |
| Рейтинг |
4 [1] |
| Закачек | 429 |
| Отзывов | 0 |
| Подробнее | Узнать |
| Размер | ? |
|
| Java - All you need to write Java programs. Mainly the Java Development Kit (JDK). |
|
|
Альтернативные ссылки
|
|
| Пасспорт программы |
| Рейтинг |
2.5 [2] |
| Закачек | 424 |
| Отзывов | 0 |
| Подробнее | Узнать |
| Размер | ? |
|
| Cvs - Concurrent Versioning System CVS is a front end to the rcs(1) revision control system which extends the notion of revision control from a collection of files in a single directory to a hierarchical collection of directories consisting of revision controlled files. These directories and files can be combined together to form a software release. CVS provides the functions necessary to manage these software releases and to control the concurrent editing of source files among multiple software developers. |
|
|
Альтернативные ссылки
|
|
| Пасспорт программы |
| Рейтинг |
4 [1] |
| Закачек | 393 |
| Отзывов | 0 |
| Подробнее | Узнать |
| Размер | ? |
|
| Xwpe - X Windows Programming Environment XWPE is actually a package of four programs: we, wpe, xwe, and xwpe. They are different versions of the same basic programmers editor and development environment. If you have used some of the Micro$oft Windows programming IDE`s and longed for an X Windows equivalent, this is what you have been looking for! Also included are the text-mode equivalents of the X programs, enabling you to use xwpe no matter what your development environment may be. This package includes the basic xwpe libraries and the text-mode programs; the X Windows programs are contained in the `xwpe-X11` package. |
|
|
Альтернативные ссылки
|
|
| Пасспорт программы |
| Рейтинг |
4.666 [3] |
| Закачек | 385 |
| Отзывов | 0 |
| Подробнее | Узнать |
| Размер | 7980 Kb |
|
| ActivePerl - Finally, ActivePerl also offers PPM -ActiveStates Perl extension installer and manager, which makes finding and installing Perl extensions easier than ever. |
|
|
Альтернативные ссылки
|
|
|
|