Main > Free Download Search >

Free okoker iso maker 7.2 software for linux

okoker iso maker 7.2

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 528
poweriso 1.1

poweriso 1.1


poweriso is the free, Linux CLI version of PowerISO. more>>
poweriso is the free, Linux CLI version of PowerISO.

This is a free utility for linux which can extract, list, and convert image files (including ISO, BIN, DAA, and other formats).

Usage: poweriso [parameters] [-switches]

Commands

list

List files and directories in image file.

Example: List all files and directories in root direcory of /home/sam/test.iso .
Command: poweriso list /home/sam/test.iso / -r

extract

Extract files/directories from image file.

Example: Extract all files and directories in root direcory of /home/sam/test.iso to /home/sam/test recursively.
Command: poweriso extract /home/sam/test.iso / -od /home/sam/test

convert

Convert image file to other format.

Example: Convert /home/sam/test.daa to standard iso file
Command: poweriso convert /home/sam/test.daa -o /home/sam/test.iso -ot iso

Switches

-r List or extract recursively.
-o Specify output image file name.
-od Specify output folder.
-ot Specify output image file type. If not specified,
the image type will be determined by file name suffix.
-volsize Split output image file to multiple volumes, and set volume
size to . Example: -volsize 100M
-setpassword Set password for output image file.
Example: -setpassword 12345678

<<less
Download (0.28MB)
Added: 2007-04-14 License: Freeware Price:
688835 downloads
ISO - DAX - CSO Converter 1.08

ISO - DAX - CSO Converter 1.08


ISO - DAX - CSO Converter is simple Kommander script for converting PSP UMD backups between three file formats ISO DAX and CSO. more>>
ISO - DAX - CSO Converter is simple Kommander script for converting PSP UMD backups between three file formats ISO DAX and CSO.
Script depends on:
Kommander
ciso v1.01
daxcr v0.3
kommander is part of kdewebdev3 packet
To compile ciso and daxcr gcc and zlib-devel packet must be installed.
Source for ciso is part of devhook SDK 0.46.0000 file is called dh046_SDK.rar and it can be found on various PSP forums and sites.
To compile ciso:
Extract source to some folder
in Konsole type:
gcc -o ciso ciso.c -lz
ciso will be created warnings are OK if there is no errors
to make ciso executable type:
chmod a+x ciso
copy ciso to path eg. "/usr/local/bin"
Source for daxcr is part of DAX ZISO loader and it can be found at http://dax.psp-tuts.net/DAXZISO_062.zip
To compile daxcr:
Extract source to some folder
in Konsole type:
make
daxcr will be created warnings are OK if there is no errors to make daxcr executable type:
chmod a+x daxcr
copy daxcr to path eg. "/usr/local/bin"
Enhancements:
- modification to POPStation part of GUI to support
- new Copstation v.2.21
- Rename POPstation to Copstation
- support for ISO extraction from EBOOT.PBP
<<less
Download (0.047MB)
Added: 2007-02-04 License: GPL (GNU General Public License) Price:
17852 downloads
Patch Maker 3.0

Patch Maker 3.0


Patch Maker helps you manage multiple in-progress source code patches to software. more>>
Patch Maker helps you manage multiple in-progress source code patches to software. Patch Maker remembers which files are part of which patch, and keeps them disentangled during the development process.
It speeds up common operations and housekeeping tasks, allowing you to focus on writing code. It is a command-line tool written in Perl, and so is usable on (at least) Windows, Linux and Mac OS X.
Enhancements:
- Initial SVN support was added to go with CVS.
- The configuration was moved to the .pmrc file in the home directory.
- Message and error printing were tidied up and standardized.
<<less
Download (0.032MB)
Added: 2006-07-11 License: GPL (GNU General Public License) Price:
5673 downloads
Qgonki 0.1.1

Qgonki 0.1.1


Qgonki is a converter for Polish letters. more>>
Qgonki is a small tool for converting Polish letters between severals standards, like ISO-8859-2, Windows-1250, and others.

Its useful for Polish webmasters who want to go with the world standards, but whose contributors are stuck in Windows.
<<less
Download (0.029MB)
Added: 2005-04-13 License: GPL (GNU General Public License) Price:
1654 downloads
KnoppiXMAME 1.3 beta 19

KnoppiXMAME 1.3 beta 19


KnoppiXMAME is a bootable CD/DVD image with hardware automatic probing and configuration for playing MAME games. more>>
KnoppiXMAME is a bootable CD/DVD image with hardware automatic probing and configuration for playing MAME games.

No games are included, but they can be added to the ISO image, as well as new versions of X-MAME, gxmame, and the Linux kernel.
<<less
Download (116MB)
Added: 2005-05-19 License: GPL (GNU General Public License) Price:
1621 downloads
FLTK burncd GUI frontend 0.1

FLTK burncd GUI frontend 0.1


FLTK burncd GUI frontend is a very simple GUI for burning ISO images created by mkisofs or other software. more>>
This program is very simple for burning iso images created by mkisofs or any other foftware. It use burncd as write program.
This is initial release and it can write only data images in single or multisession mode.
Main features:
- Quick erase for CD-RW disks
- Full erase for CD-RW disks
- DAO writing mode
- Multi device support in one moment
- Very simple and fast(using FLTK 1.1.6 library)
<<less
Download (0.015MB)
Added: 2005-07-12 License: BSD License Price:
1567 downloads
HacBurn 0.3.5

HacBurn 0.3.5


HacBurn is a frontend to cdrtools/mpg321/ogg123 written with gtk2-perl. more>>
HacBurn is a frontend to cdrtools/mpg321/ogg123 written with gtk2-perl.

HacBurn is a script written in perl using gtk2-perl. It allows a user to use cdrtools and a couple other console applications in a graphical interface to burn CDs.

It can currently burn iso/bin images and audio discs, it can make iso images and also copy CDs. If you have 2 optical drives on the fly copying is available.

<<less
Download (0.084MB)
Added: 2005-08-02 License: GPL (GNU General Public License) Price:
1545 downloads
OSSP ex 1.0.5

OSSP ex 1.0.5


OSSP ex is a small ISO-C++ style exception handling library for use in the ISO-C language. more>>
OSSP ex is a small ISO-C++ style exception handling library for use in the ISO-C language. It allows you to use the paradigm of throwing and catching exceptions in order to reduce the amount of error handling code without making your program less robust.

This is achieved by directly transferring exceptional return codes (and the program control flow) from the location where the exception is raised (throw point) to the location where it is handled (catch point) -- usually from a deeply nested sub-routine to a parent routine.

All intermediate routines no longer have to make sure that the exceptional return codes from sub-routines are correctly passed back to the parent.

The OSSP ex facility also provides advanced exception handling features like shielded and deferred exceptions. Additionally, OSSP ex allows you to choose the used underlying machine context switching facility and optionally support multi-threading environments by allowing you to store the exception catching stack in a thread-safe way.
<<less
Download (0.30MB)
Added: 2005-10-03 License: MIT/X Consortium License Price:
1481 downloads
wmacpi_temp 1.7

wmacpi_temp 1.7


wmacpi_temp is a Window Maker dock application that reads the temperature file in /proc/acpi in ACPI-enabled kernels. more>>
wmacpi_temp is a Window Maker dock application that reads the temperature file in /proc/acpi in ACPI enabled kernels. In short, it displays the temperature of the processor, updated every minute (in Celsius or Fahrenheit).

Installation:

1. make
2. su
3. make install (to put it in /usr/local/bin)
or
make install-x11 (to put it in /usr/X11R6/bin)
5. exit

<<less
Download (0.030MB)
Added: 2005-10-07 License: GPL (GNU General Public License) Price:
1477 downloads
wmWAVE 0.4

wmWAVE 0.4


wmwave is dockapp for window maker to display statistical information about a current wireless ethernet connection. more>>
wmwave is dockapp for window maker to display statistical information about a current wireless ethernet connection.

Installation:

Unzip the the distribution

tar xvfz wmwave-0-4.tgz

Change directories

cd wmwave

Say

make

and then install the program and manpage by

make install

Running wmWAVE:

To run wmwave simply type

wmwave

Use the command line option -r to control the frequency of sampling of the processes. Use -display and -geometry options in the usual way.
<<less
Download (0.018MB)
Added: 2005-10-11 License: GPL (GNU General Public License) Price:
1473 downloads
wmAppKill 0.2

wmAppKill 0.2


wmAppKill is a window maker dock app that lists all your running processes. more>>
wmAppKill is a window maker dock app that lists all your running processes. You can kill any of them by double-clicking on their names.

You can specify wich process will be the oldest one of the list. The one by default is "wmaker". Type "wmAppKill -h" to get command line options.

Installation:

To install wmAppKill :

1. tar xvfz wmAppKill-x.x.tar.gz
2. make
3. make install (you must be root)

<<less
Download (0.016MB)
Added: 2005-10-11 License: GPL (GNU General Public License) Price:
1473 downloads
OSSP str 0.9.12

OSSP str 0.9.12


OSSP str is a string library written in ISO-C which provides functions for handling, matching, parsing, etc of ISO-C strings. more>>
OSSP str is a generic string library written in ISO-C which provides functions for handling, matching, parsing, searching and formatting of ISO-C strings.
So it can be considered as a superset of POSIX string(3), but its main intention is to provide a more convenient and compact API plus a more generalized functionality.
Installation:
To install the Str library into /path/to/str/{bin,lib,include,man}/ perform the following steps in your shell:
./configure --prefix=/path/to/str
make
make test
make install
This installs at least a static variant of the Str library and when your platforms support it, also a shared library variant of the Str library.
Enhancements:
- str_parse(3) was fixed so that the va_list argument is no longer incorrectly used twice for processing the arguments, which led to segmentation faults.
<<less
Download (0.34MB)
Added: 2005-10-12 License: GPL (GNU General Public License) Price:
1472 downloads
ll-toxic 0.7

ll-toxic 0.7


ll-toxic helps to generate Oracle database functions. more>>
ll-toxic helps to generate Oracle database functions that return XML strings by allowing you to embed processsing instructions containing PL/SQL code in XML.
Enhancements:
- The API has changed so that encodings other than ISO-8859-1 are now supported.
<<less
Download (0.008MB)
Added: 2005-11-01 License: Python License Price:
1453 downloads
EQU 0.7

EQU 0.7


EQU is a realtime graphical equalizer. more>>
EQU is a realtime graphical equalizer that will equalize the audio of almost everything you play through XMMS (OGG, MP3, WAV, etc.).

You can choose four different band configurations (10, 15, 25 and 31), all of them with ISO central frequencies, independent gain settings for left and right channels, and more than +-14dB of gain per band.

EQU project features a skinnable GUI and shadowed mode.

<<less
Download (0.61MB)
Added: 2006-01-16 License: GPL (GNU General Public License) Price:
1382 downloads
TagCloud Maker Class 1.0

TagCloud Maker Class 1.0


TagCloud Maker Class is a class that takes a single dimensional array of terms and outputs a piece of HTML with each term. more>>
TagCloud Maker Class is a class that takes a single dimensional array of terms and outputs a piece of HTML with each term wrapped in a span tag with an ID that you can define in your CSS.

TagCloud Maker Class script can be called either as an object or as a static class.

Check out the example page. The keywords from the sample page come from the last 30 entries of my blog. Ill admit I cheated and just open the database and pull them from there instead of trying to call my blog w/curl or fopen and parse it. (Although that would have been cooler.) I then ran each blog entry against Yahoos Term Extraction API to get the terms. Then I pumped that array into my new TagCloud maker. The important code you cant see from the index.php is below.


require_once(TagCloud.php);
$x = TagCloud::fetch_cloud($thisArray,...,tagcloud_,http://www.technorati.com/tags/%s);
$o = new TagCloud($thisArray,...,tagcloud_,http://www.technorati.com/tags/%s,10,weight,2);
$o->get_cloud();
$y = $o->output_cloud;

As you can see, I used 2 different methods of creating the 2 lists. The first is just calling the object::method statically with all the necessary parameters. This is by far the easiest way to use this class and unless you need something special, its the way I recommend. The second way it to instantiate an object. I pass all the variables into the constructor but you could just as easily use the setters to set them all. (dont know why you would but hey, I spent an extra 15 minutes creating getters and setters so use them, by all means use them!)
<<less
Download (0.012MB)
Added: 2006-01-25 License: GPL (GNU General Public License) Price:
1380 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5