Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.335.237 Times

libnaji 0.6.0

  Date Added: November 09, 2010  |  Visits: 573

libnaji

Report Broken Link
Printer Friendly Version


Product Homepage
Download (88 downloads)



libnaji is a library of functions that najitool uses, and other programmers could use in their own programs. Generally, najitool generates, converts, filters, and encrypts files. It also has a lot of other miscellaneous functions, such as an Arabic to English letters and vice versa transliteration system, it has programming functions like bin2c which makes a compileable source code file out of any file, like picture files for use in a C program. najitool can generate: A list of numbers in English or Turkish words from 1 to 9999 HTML pages with every possible Unicode letter/symbol Preprogrammed .BMP pictures, nice for wallpaper Big ASCII art sentences Multiplication squares Random character text files (useful for secure passwords) najitool can convert: UNIX to DOS/Windows text format and vice versa Tabs to spaces Text to HTML najitool can filter: Make a copy of a file skipping specified characters Make a copy of a file using only specified characters najitool can also: Flip every bit in every byte of a file (0s to 1s and 1s to 0s) Dump files in hexidecimal Count words in a file Compare files Reverse files Split files Join files najitool has: two secure file deletion functions two file encryption functions Whats New in This Release: - 52 new functions were added, including an MP3 splitter, an MP3 tag viewer, and an MP3 tag editor..

Requirements: No special requirements
Platforms: Linux
Keyword: File Files Functions Libnaji Libraries Najitool Programmers Programming Uses
Users rating: 0/10

License: Freeware Size: 44.03 KB
USER REVIEWS
More Reviews or Write Review


LIBNAJI RELATED
Libraries  -  File::LckPwdF 0.01
File::LckPwdF is a Perl module to lock and unlock the passwd and shadow files with lckpwdf and ulckpwdf. SYNOPSIS use File::LckPwdF; (lock_passwd(15)) || (die "Cant lock password file:n$! stopped"); # ... do stuff with the passwd file ......
5.12 KB  
Libraries  -  ExtUtils::Manifest 1.51
ExtUtils::Manifest is a Perl module that contains utilities to write and check a MANIFEST file. SYNOPSIS use ExtUtils::Manifest qw(...funcs to import...); mkmanifest(); my @missing_files = manicheck; my @skipped = skipcheck; my...
17.41 KB  
Libraries  -  LibCVS Perl 1.00.02
LibCVS Perl simplifies the job of writing tools around CVS by providing Perl libraries that programmers can access directly in their code. Its current focus is libraries that use the cvsclient protocol to talk to a CVS server and are targetted...
87.04 KB  
Libraries  -  Advanced PDF Printer Lite Edition (Free) 3.0
Easily print local and remote PDF files to any printer, from any programming language, using just a single line of code!Advanced PDF Printer is an intelligent, all-in-one PDF file printing tool (ActiveX Component DLL) that greatly simplifies...
3.36 MB  
Backup Utilities  -  Free Backup File Opener 1.0
Free backup file opener tool is capable of opening entire data from the corrupt BKF files like emails, music, movies, images, pst file, wab file, files, folder and all elements with complete precision. It also provides perfect solution for all...
932 KB  
Programming  -  Antlion 0.9.0
Antlion helps Apache Ant build files manage external libraries, and the paths and filesets that are associated with those libraries. This also includes inter-project relationships for multi-build file projects.
833.55 KB  
Backup Utilities  -  Handy Backup Free for Cloud 7.8.6
Handy Backup is an easy and convenient backup tool. Suitable for Windows 10/8/7/Vista and 2012/2008 Server operating systems, it carries many certification logos including "Compatible with Windows 7", "Certified for Windows Vista", and other. The...
65.02 MB  
HTML Utilities  -  Easy Text To HTML Converter 3.0.0
Easy Text To HTML Converter provides fast and easy conversion of Text Files (in *.txt, *.rtf formats) and Text Blocks pasted from Clipboard to HTML. The conversion is being performed in four different modes , placed on separate tabs of the main...
253.86 KB  
Specialized Tools  -  RecordEditor 0.96h
The RecordEditor is a Data-File editor, similar to File-Aid or Net-Cobols Cobol-Editor. It uses a Record-Layout to format the data in the file in to a human readable format. Because it knows the format of Fields, it can format Binary Fields as...
3.55 MB  
ActiveX Components  -  MinGW 3.4.1
The GNU Compiler Collection (GCC) for Windows MinGW - A collection of freely available and freely distributable Windows specific header files and import libraries combined with GNU toolsets that allow one to produce native Windows programs that do...
15 MB  
NEW DOWNLOADS IN PROGRAMMING, LIBRARIES
Programming  -  Cedalion for Linux 0.2.6
Cedalion is a programming language that allows its users to add new abstractions and define (and use) internal DSLs. Its innovation is in the fact that it uses projectional editing to allow the new abstractions to have no syntactic limitations.
471.04 KB  
Programming  -  Math::GMPf 0.29
Math::GMPf - perl interface to the GMP library's floating point (mpf) functions.
30.72 KB  
Programming  -  Net::Wire10 1.08
Net::Wire10 is a Pure Perl connector that talks to Sphinx, MySQL and Drizzle servers. Net::Wire10 implements the low-level network protocol, alias the MySQL wire protocol version 10, necessary for talking to one of the aforementioned...
30.72 KB  
Programming  -  logilab-common 0.56.2
a bunch of modules providing low level functionnalities shared among some python projects devel Please note that some of the modules have some extra dependencies. For instance, logilab.common.db will require a db-api 2.0 compliant...
174.08 KB  
Programming  -  OpenSSL for linux 1.0.0a
The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implementing the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1) protocols as well as a...
3.83 MB  
Libraries  -  wolfSSL 4.0.0
The wolfSSL embedded SSL/TLS library is a lightweight SSL library written in ANSI standard C and targeted for embedded and RTOS environments - primarily because of its small size, speed, and feature set. It is commonly used in standard operating...
3.88 MB  
Libraries  -  EuGTK 4.8.9
Makes it easy to develop good- looking, fast, cross-platform programs that run on Linux, OS X, and Windows. Euphoria is a very fast interpreted/compiled language with straight-forward syntax. EuGTK allows programming in a clean, object-oriented...
10.68 MB  
Libraries  -  Linux User Group Library Manager 1.0
The LUG Library Manager is a project to help Linux User Groups start their own library. A LUG library is helpful to the community at large because it increases access to information, and gives everyone the opportunity to become more knowledgeable.
5.35 KB  
Libraries  -  Module::MakefilePL::Parse 0.12
Module::MakefilePL::Parse is a Perl module to parse required modules from Makefile.PL. SYNOPSIS use Module::MakefilePL::Parse; open $fh, Makefile.PL; $parser = Module::MakefilePL::Parse->new( join("", ) ); $info = $parser->required;...
8.19 KB  
Libraries  -  sqlpp 0.06
sqlpp Perl package is a SQL preprocessor. sqlpp is a conventional cpp-alike preprocessor taught to understand SQL ( PgSQL, in particular) syntax specificities. In addition to the standard #define/#ifdef/#else/#endif cohort, provides also...
10.24 KB