Программирование
   главная   регистрация     
  
Навигация
- Бизнес
- Рабочий стол
- Семейные
- Графические
- Linux
- Приложения
- Архив
- Распространение
- Документация
- Игры
- Интернет
- Мультимедиа и звук
- Утилиты
- Программирование
- Система
- X11
- Macintosh
- PC Игры
- PC Утилиты
- Программирование
- Наука и образование
- Веб и интернет


    
  Neolive.org :  Linux - Программирование 
   

Linux : Программирование

Sort by:  По алфавиту | Закачкам всего | Закачек за месяц | Рейтингу | Просмотрам 

Всего записей: 198

 0  1   2   3   4   5   6   7   8   9 

  Gcc-c++
Пасспорт программы
 Рейтинг  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.
Скачать Gcc-c++ Скачать Download Gcc-c++ 
Альтернативные ссылки


  Flex
Пасспорт программы
 Рейтинг  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.
Скачать Flex Скачать Download Flex 
Альтернативные ссылки


  Rhide
Пасспорт программы
 Рейтинг  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.
Скачать Rhide Скачать Download Rhide 
Альтернативные ссылки


  Bison
Пасспорт программы
 Рейтинг  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.
Скачать Bison Скачать Download Bison 
Альтернативные ссылки


  Jre
Пасспорт программы
 Рейтинг  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).
Скачать Jre Скачать Download Jre 
Альтернативные ссылки


  Nasm
Пасспорт программы
 Рейтинг  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.
Скачать Nasm Скачать Download Nasm 
Альтернативные ссылки


  Cygwin
Пасспорт программы
 Рейтинг  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.
Скачать Cygwin Скачать Download Cygwin 
Альтернативные ссылки


  Basic
Пасспорт программы
 Рейтинг  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. :-).
Скачать Basic Скачать Download Basic 
Альтернативные ссылки


  Jdk
Пасспорт программы
 Рейтинг  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.
Скачать Jdk Скачать Download Jdk 
Альтернативные ссылки


  Egcs-libstdc++-devel
Пасспорт программы
 Рейтинг  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++.
Скачать Egcs-libstdc++-devel Скачать Download Egcs-libstdc++-devel 
Альтернативные ссылки


  Kernel-headers
Пасспорт программы
 Рейтинг  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.
Скачать Kernel-headers Скачать Download Kernel-headers 
Альтернативные ссылки


  Hex
Пасспорт программы
 Рейтинг  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.
Скачать Hex Скачать Download Hex 
Альтернативные ссылки


  Crashme
Пасспорт программы
 Рейтинг  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.
Скачать Crashme Скачать Download Crashme 
Альтернативные ссылки


  Python
Пасспорт программы
 Рейтинг  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.
Скачать Python Скачать Download Python 
Альтернативные ссылки


  Bin86
Пасспорт программы
 Рейтинг  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.
Скачать Bin86 Скачать Download Bin86 
Альтернативные ссылки


  Fpk-pascal
Пасспорт программы
 Рейтинг  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.
Скачать Fpk-pascal Скачать Download Fpk-pascal 
Альтернативные ссылки


  Java
Пасспорт программы
 Рейтинг  4 [1]
 Закачек 429
 Отзывов 0
 Подробнее Узнать
 Размер  ?
Java - All you need to write Java programs. Mainly the Java Development Kit (JDK).
Скачать Java Скачать Download Java 
Альтернативные ссылки


  Cvs
Пасспорт программы
 Рейтинг  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.
Скачать Cvs Скачать Download Cvs 
Альтернативные ссылки


  Xwpe
Пасспорт программы
 Рейтинг  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.
Скачать Xwpe Скачать Download Xwpe 
Альтернативные ссылки


  ActivePerl
Пасспорт программы
 Рейтинг  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.
Скачать ActivePerl Скачать Download ActivePerl 
Альтернативные ссылки


 0  1   2   3   4   5   6   7   8   9 




 ©Хуан Педро Офигейро. 2005  [0.011064 cc] [0.000953 cc]
 Все права на рaзмещенные на сaйте мaтериалы принадлежат их авторам.
Rambler's Top100