bin to hex
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 829
mass
mass is a program that lets a system administrator execute programs on some set of machines as root. more>>
mass.pl is the implementation of a relatively simple idea. Instead of interactively doing some task on one machine, then duplicating the effort on N other machines, write a shell script, then scp it to N machines and execute it as root.
Example
(sic@foo)($:~/mass)- ./mass.pl --name solaris --script pushsomething --su --sshpass
sudo password:
ssh password:
trying to run pushsomething on 1 machines
test
test
PING test.example.com (10.1.1.10) from 10.1.2.3 : 56(84) bytes of data.
64 bytes from 10.1.1.10: icmp_seq=1 ttl=64 time=0.142 ms
--- test.example.com ping statistics ---
1 packets transmitted, 1 received, 0% loss, time 0ms
rtt min/avg/max/mdev = 0.142/0.142/0.142/0.000 ms
pushsomething 100% |*****************************| 183 00:00
test.txt 100% |*****************************| 15 00:00
sic@tests password: sh-2.05a$ PS1=$ ; PATH=/usr/local/bin:/bin:/usr/bin:/usr/s;export PS1;export PATH
$ sudo -K ; sudo sh
Password:
$ PATH=/usr/local/bin:/bin:/usr/bin:/usr/sbin:/usr/local/sbin:/sbin ; export PATH
$ if [ `id|cut -d -f 1` = uid=0(root) ]; then PS1=# ; fi
# sh pushsomething && echo script done || echo script failed
script done
# /bin/rm pushsomething test.txt && echo removed pushsomething test.txt
removed pushsomething test.txt
#
1 passed: test
0 failed:
0 fatal errors:
<<lessExample
(sic@foo)($:~/mass)- ./mass.pl --name solaris --script pushsomething --su --sshpass
sudo password:
ssh password:
trying to run pushsomething on 1 machines
test
test
PING test.example.com (10.1.1.10) from 10.1.2.3 : 56(84) bytes of data.
64 bytes from 10.1.1.10: icmp_seq=1 ttl=64 time=0.142 ms
--- test.example.com ping statistics ---
1 packets transmitted, 1 received, 0% loss, time 0ms
rtt min/avg/max/mdev = 0.142/0.142/0.142/0.000 ms
pushsomething 100% |*****************************| 183 00:00
test.txt 100% |*****************************| 15 00:00
sic@tests password: sh-2.05a$ PS1=$ ; PATH=/usr/local/bin:/bin:/usr/bin:/usr/s;export PS1;export PATH
$ sudo -K ; sudo sh
Password:
$ PATH=/usr/local/bin:/bin:/usr/bin:/usr/sbin:/usr/local/sbin:/sbin ; export PATH
$ if [ `id|cut -d -f 1` = uid=0(root) ]; then PS1=# ; fi
# sh pushsomething && echo script done || echo script failed
script done
# /bin/rm pushsomething test.txt && echo removed pushsomething test.txt
removed pushsomething test.txt
#
1 passed: test
0 failed:
0 fatal errors:
Download (0.012MB)
Added: 2005-09-21 License: Artistic License Price:
2368 downloads
hexdump 1.6
hexdump is a hex dumper that can handle EBCDIC. more>>
hexdump produces a CP/M-like format by default, and can handle EBCDIC. It is internationalized, and has many formatting functions.
This hex dumper was born because
a) od octal format is appallingly ugly
b) od -x aint much better
c) I needed to dump EBCDIC files from SNA sessions
d) I needed to dump single blocks of files offset into the file.
If any of these describes your universe, youll like it too. The format resembles a CP/M or MS/DOS DEBUG dump screen. There is nothing UNIX-specific in the source, it should work OK under any C with a stdio.h library.
Enhancements:
- Source RPMs no longer depend on --define myversion
<<lessThis hex dumper was born because
a) od octal format is appallingly ugly
b) od -x aint much better
c) I needed to dump EBCDIC files from SNA sessions
d) I needed to dump single blocks of files offset into the file.
If any of these describes your universe, youll like it too. The format resembles a CP/M or MS/DOS DEBUG dump screen. There is nothing UNIX-specific in the source, it should work OK under any C with a stdio.h library.
Enhancements:
- Source RPMs no longer depend on --define myversion
Download (0.016MB)
Added: 2005-03-07 License: GPL (GNU General Public License) Price:
1695 downloads
posh 0.3.14
posh is a Policy-compliant Ordinary SHell. more>>
posh is a stripped-down version of pdksh with several improvements that aims for compliance with Debians /bin/sh policy, and few extra features.
Currently, Debians policy is to adhere to POSIX with the exception of supporting echo -n, so posh strives toward compliance with SUSv3 (with the exception of echo -n).
<<lessCurrently, Debians policy is to adhere to POSIX with the exception of supporting echo -n, so posh strives toward compliance with SUSv3 (with the exception of echo -n).
Download (0.65MB)
Added: 2005-04-04 License: GPL (GNU General Public License) Price:
1663 downloads
Simulator 8085 0.9.0
Simulator 8085 is an 8085 μP simulator for KDE. more>>
Simulator 8085 is a simulator of the 8085 MP for KDE (3.1 and 3.2pre) that allows you write code in a text editor.
After assembling, the hex code is readable alongside the mnemonics. It can handle jumping labels and strings, and you can choose beetween a single or multiple window interface. All 8085 MP inclusive interrupts work.
<<lessAfter assembling, the hex code is readable alongside the mnemonics. It can handle jumping labels and strings, and you can choose beetween a single or multiple window interface. All 8085 MP inclusive interrupts work.
Download (0.70MB)
Added: 2005-04-22 License: GPL (GNU General Public License) Price:
1659 downloads
BootRoot 0.4
BootRoot it creates a separate boot and root Linux system. more>>
BootRoot creates a boot disk with lilo, a kernel and an initrd image. The initrd script mounts another root disk with a compressed (gzip or bzip2) filesystem.
The root filesystem isnt made by this program, but there lots of compressed filesytems out there to use.
You can use a bzip2 compressed filesystem, this program is easy to use, and it provides a framework showing a simple initrd method which you can freely modify.
The four steps to making a Boot Root set.
1). Grab the Perl Script right here .. boot_root give it a name .. umm .. boot_root.
2). Make sure the bang line points to the right place:
$ which perl
/usr/bin/perl
$ grep "perl -w" boot_root
#!/usr/bin/perl -w
3). Make it executable:
$ chmod 755 boot_root
4). Put it in one of your LIB PATHS:
$ echo $PATH /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/X11R6/bin:.:
$ mv boot_root /usr/bin
5). Run it, and have lots of fun! More directions can be found at the beginning of the script.
<<lessThe root filesystem isnt made by this program, but there lots of compressed filesytems out there to use.
You can use a bzip2 compressed filesystem, this program is easy to use, and it provides a framework showing a simple initrd method which you can freely modify.
The four steps to making a Boot Root set.
1). Grab the Perl Script right here .. boot_root give it a name .. umm .. boot_root.
2). Make sure the bang line points to the right place:
$ which perl
/usr/bin/perl
$ grep "perl -w" boot_root
#!/usr/bin/perl -w
3). Make it executable:
$ chmod 755 boot_root
4). Put it in one of your LIB PATHS:
$ echo $PATH /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/X11R6/bin:.:
$ mv boot_root /usr/bin
5). Run it, and have lots of fun! More directions can be found at the beginning of the script.
Download (0.030MB)
Added: 2005-04-11 License: GPL (GNU General Public License) Price:
1658 downloads
pySoft 0.3
pySoft is a tool that checks for new versions of software. more>>
pySoft is a tool for checking for new versions of software. It can check any software for which an appropriate checker script has been written. Scripts for several popular programs are included.
Installing
Simply copy pysoft to your /usr/bin or /usr/local/bin, chmod it to 755, it should look like this:
cp pysoft /usr/bin
chmod 755 /usr/bin/pysoft
ls -l /usr/bin/pysoft
-rwxr-xr-x 1 root root 2851 2005-03-22 12:01 pysoft.py
Please check path to your python executable, it is in first line in pysoft executable. Next copy all modules/* to directory you want to place it, eg.
mkdir -p /usr/share/pysoft
cp modules/* /usr/share/pysoft/
Now edit your config file, if you re root, you can do it in /etc/software file, i recommend this. So you can do ~/.pysoft :) How to edit your config file is described in config.example file
Now you are ready to run pySoft!
Using
In first time you should read help, and look for switches
"pysoft -h"
Obligatory is "-c" which point at your config file. Next one you must use is "-m", this one poins to your modules directory.
Eg. if you do /etc/software config file and modules dir is /usr/share/pysoft you should run pySoft in that way:
"pysoft -c /etc/software -m /usr/share/pysoft"
<<lessInstalling
Simply copy pysoft to your /usr/bin or /usr/local/bin, chmod it to 755, it should look like this:
cp pysoft /usr/bin
chmod 755 /usr/bin/pysoft
ls -l /usr/bin/pysoft
-rwxr-xr-x 1 root root 2851 2005-03-22 12:01 pysoft.py
Please check path to your python executable, it is in first line in pysoft executable. Next copy all modules/* to directory you want to place it, eg.
mkdir -p /usr/share/pysoft
cp modules/* /usr/share/pysoft/
Now edit your config file, if you re root, you can do it in /etc/software file, i recommend this. So you can do ~/.pysoft :) How to edit your config file is described in config.example file
Now you are ready to run pySoft!
Using
In first time you should read help, and look for switches
"pysoft -h"
Obligatory is "-c" which point at your config file. Next one you must use is "-m", this one poins to your modules directory.
Eg. if you do /etc/software config file and modules dir is /usr/share/pysoft you should run pySoft in that way:
"pysoft -c /etc/software -m /usr/share/pysoft"
Download (0.011MB)
Added: 2005-04-12 License: GPL (GNU General Public License) Price:
1655 downloads
CeeSpot 0.1
CeeSpot is a command interpreter that compiles and runs script source. more>>
CeeSpot, or "c." is a program run as a Linux or UNIX command interpreter using the #!/usr/bin/ceespot or #!/bin/c. syntax.
After eating (and interpreting) any # comments at the beginning of the file, it compiles the rest and executes the result.
This lets you use a compiled language as a script file. This is plausible now that machines and compilers are fast enough you dont notice a subsecond compile and link.
Some Exemples
::::::::::::::
hello-c
::::::::::::::
#!/usr/bin/ceespot
#include < stdio.h >
int main(int argc, char **argv)
{
printf("hello, worldn");
return 0;
}
::::::::::::::
hello-cxx
::::::::::::::
#!/usr/bin/ceespot
# CC = g++
#include < iostream >
using namespace std;
int main( int argc, char **argv )
{
cout
#include < X11/StringDefs.h >
#include < X11/Xaw/Label.h >
main(int argc,char **argv)
{
XtAppContext app_context;
Widget toplevel,hello;
toplevel = XtVaAppInitialize(&app_context,"XHello",NULL,0,
&argc,argv,NULL,NULL);
hello = XtVaCreateManagedWidget("Hello World!",labelWidgetClass,
toplevel,(void*)0);
XtRealizeWidget(toplevel);
XtAppMainLoop(app_context);
return 0;
}
<<lessAfter eating (and interpreting) any # comments at the beginning of the file, it compiles the rest and executes the result.
This lets you use a compiled language as a script file. This is plausible now that machines and compilers are fast enough you dont notice a subsecond compile and link.
Some Exemples
::::::::::::::
hello-c
::::::::::::::
#!/usr/bin/ceespot
#include < stdio.h >
int main(int argc, char **argv)
{
printf("hello, worldn");
return 0;
}
::::::::::::::
hello-cxx
::::::::::::::
#!/usr/bin/ceespot
# CC = g++
#include < iostream >
using namespace std;
int main( int argc, char **argv )
{
cout
#include < X11/StringDefs.h >
#include < X11/Xaw/Label.h >
main(int argc,char **argv)
{
XtAppContext app_context;
Widget toplevel,hello;
toplevel = XtVaAppInitialize(&app_context,"XHello",NULL,0,
&argc,argv,NULL,NULL);
hello = XtVaCreateManagedWidget("Hello World!",labelWidgetClass,
toplevel,(void*)0);
XtRealizeWidget(toplevel);
XtAppMainLoop(app_context);
return 0;
}
Download (0.012MB)
Added: 2005-04-14 License: BSD License Price:
1653 downloads
RealizationEngine Desktop Status Checker 0.04
RealizationEngine Desktop Status Checker is a stand alone desktop client to alert you to new messages in RealizationEngine. more>>
rcheck is a tool that will allow you to check the status of one or more accounts on one or more RealizationEngines. rcheck is written in Perl, requires LWP::Simple and Digest::MD5 and Tk.
rcheck is intended to be a demonstration for creating clients that can check for and report new messages.
The status for an account can be requested by the following URL:
http://www.your_re.com/cgi-bin/re_status.cgi?status=username
this will return the results in the form:
total_messages:todays_messages:new_messages
Example: 100:10:2
The results are XORed against the MD5 digest (hex) of the users password before being sent so that the results are "lightly" encrypted. The results are trimmed to the length of the output only.
After receiving the encrypted result string from the server, take the MD5 digest (hex) of the users password, trim it to the same length as the status string and XOR the two against each other. This will give the plaintext of the status message.
rcheck only reports new messages since last session, and the other two numbers are tossed in the trash.
rcheck stores a file called .rcheck2 in the local directory with account information (passwords encrypted).
<<lessrcheck is intended to be a demonstration for creating clients that can check for and report new messages.
The status for an account can be requested by the following URL:
http://www.your_re.com/cgi-bin/re_status.cgi?status=username
this will return the results in the form:
total_messages:todays_messages:new_messages
Example: 100:10:2
The results are XORed against the MD5 digest (hex) of the users password before being sent so that the results are "lightly" encrypted. The results are trimmed to the length of the output only.
After receiving the encrypted result string from the server, take the MD5 digest (hex) of the users password, trim it to the same length as the status string and XOR the two against each other. This will give the plaintext of the status message.
rcheck only reports new messages since last session, and the other two numbers are tossed in the trash.
rcheck stores a file called .rcheck2 in the local directory with account information (passwords encrypted).
Download (0.010MB)
Added: 2005-04-26 License: GPL (GNU General Public License) Price:
1642 downloads
Kripper 0.3
Kripper is a VCD ripping DivX Conversion front end. more>>
Kripper is GUI front end for variosu of command line tools which are used to rip VCDs & then to convert it to Divx & then burn the Divx files in to CDRW.
Kripper achive it using cdrdao to rip VCDs ( I think it is the only tool which can rip VCDs in bin format which can be later brun to a CDRW. After ripping mencoder is used to convert the *.bin file into Divx (yes Mencoder can read *.bin files generated by cdrdao).
After that cdrecord will be used to burn the divx in to CDRW.
<<lessKripper achive it using cdrdao to rip VCDs ( I think it is the only tool which can rip VCDs in bin format which can be later brun to a CDRW. After ripping mencoder is used to convert the *.bin file into Divx (yes Mencoder can read *.bin files generated by cdrdao).
After that cdrecord will be used to burn the divx in to CDRW.
Download (0.53MB)
Added: 2005-06-16 License: GPL (GNU General Public License) Price:
1591 downloads
Texplore 0.2
explore is a type explorer for GObject based libraries. more>>
Texplore is a type explorer for GObject based libraries. You can see what signals, properties, and other things are present in each type, its parents, and its children.
Its similar to System.Reflection.Emit from Mono, only it uses the GObject librarys API and introspection capabilites.
Installation:
./autogen.sh
./configure --prefix=/tmp
make
make install
$/tmp/bin/texplore & #yove done it
<<lessIts similar to System.Reflection.Emit from Mono, only it uses the GObject librarys API and introspection capabilites.
Installation:
./autogen.sh
./configure --prefix=/tmp
make
make install
$/tmp/bin/texplore & #yove done it
Download (0.16MB)
Added: 2005-07-06 License: GPL (GNU General Public License) Price:
1570 downloads
Clarence 0.4.4
Clarence is a small programmers calculator. more>>
Clarence project is a small programmers calculator.
Clarence is a PyGTK-based frontend to the eval function with some enhancements. It uses all Pythons operators, math module functions and constants.
It can handle all basic numerical formats including Dec, Hex, Bin, Oct, and ASCII. Expressions can be entered in an entry field without mouse operations.
<<lessClarence is a PyGTK-based frontend to the eval function with some enhancements. It uses all Pythons operators, math module functions and constants.
It can handle all basic numerical formats including Dec, Hex, Bin, Oct, and ASCII. Expressions can be entered in an entry field without mouse operations.
Download (0.020MB)
Added: 2005-08-03 License: GPL (GNU General Public License) Price:
1543 downloads
Html To Xhtml Convertor 0.7.7
Html to Xhtml Convertor is a straight-forward Perl script to convert HTML pages into XHTML pages. more>>
Html to Xhtml Convertor is a straight-forward Perl script to convert HTML pages into XHTML pages.
It can process batches of files, convert Windows/Unix/Mac line breaks, and deal with attribute minimization, quoting of attribute values, and more.
Installation:
To install, simply run the following command as root: make install
Alternatively, simply move the htx file to wherever you would like. The command above installs it to /usr/local/bin/
Usage:
Use the following command to get usage information after installing:
htx --help
or if the htx file is in the current directory, try:
./htx --help
Example use:
htx --dos --verbose index.html index2.html
That will take a file with DOS line breaks, index.html, convert it
to XHTML as best it can and save the result as index2.html
Version restrictions:
- oes not check for closing < /p >, < /li > or other block-level tags.
- Assumes there are no < or > which are not part of tags, use < and >
- Does not distingish between block and inline tags.
Enhancements:
- Added the --tty option to dump output to STDOUT rather than a file
- Added detection of old ICRA data
- Improved handling of single quoted attribute values
- Removed updating of Pico version
- Fixed a typo with the years in the Changelog file
- Did a couple of very minor internal changes
<<lessIt can process batches of files, convert Windows/Unix/Mac line breaks, and deal with attribute minimization, quoting of attribute values, and more.
Installation:
To install, simply run the following command as root: make install
Alternatively, simply move the htx file to wherever you would like. The command above installs it to /usr/local/bin/
Usage:
Use the following command to get usage information after installing:
htx --help
or if the htx file is in the current directory, try:
./htx --help
Example use:
htx --dos --verbose index.html index2.html
That will take a file with DOS line breaks, index.html, convert it
to XHTML as best it can and save the result as index2.html
Version restrictions:
- oes not check for closing < /p >, < /li > or other block-level tags.
- Assumes there are no < or > which are not part of tags, use < and >
- Does not distingish between block and inline tags.
Enhancements:
- Added the --tty option to dump output to STDOUT rather than a file
- Added detection of old ICRA data
- Improved handling of single quoted attribute values
- Removed updating of Pico version
- Fixed a typo with the years in the Changelog file
- Did a couple of very minor internal changes
Download (0.010MB)
Added: 2005-08-06 License: GPL (GNU General Public License) Price:
1543 downloads
RedWolf WebDeveloper Studio 0.0.4
RedWolf WebDeveloper Studio is an html editor. more>>
This is an html edit i started building it is my first program and it is only about a week old this is just a preview.
Main features:
- Open and Save Files
- Quick Code Buttons.
- Status bar seconds as a address bar.
- Code, Split, Pre Views
- Hex Color Code Dialog Picker.
- Expander button for streaching views
- You can view your project in real time as you code it.
<<lessMain features:
- Open and Save Files
- Quick Code Buttons.
- Status bar seconds as a address bar.
- Code, Split, Pre Views
- Hex Color Code Dialog Picker.
- Expander button for streaching views
- You can view your project in real time as you code it.
Download (0.29MB)
Added: 2005-08-23 License: GPL (GNU General Public License) Price:
1523 downloads
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
<<lessInstallation:
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
Download (0.030MB)
Added: 2005-10-07 License: GPL (GNU General Public License) Price:
1477 downloads
Wmufo 1.2.2
Wmufo is a dockable application which monitors your seti@home client statistics. more>>
Wmufo is a dockable application which monitors your seti@home client statistics.
Installation:
Root Installation:
1) su -
2) cd /current/directory/of/wmufo
3) ./configure
Either
4A) make install-strip
or
4B) make
4B) strip src/wmseti
4B) cp src/wmseti /usr/local/bin/
User installation
1) ./configure
2) make
3) strip src/wmseti
4) cp src/wmseti ~/bin
<<lessInstallation:
Root Installation:
1) su -
2) cd /current/directory/of/wmufo
3) ./configure
Either
4A) make install-strip
or
4B) make
4B) strip src/wmseti
4B) cp src/wmseti /usr/local/bin/
User installation
1) ./configure
2) make
3) strip src/wmseti
4) cp src/wmseti ~/bin
Download (0.22MB)
Added: 2005-10-11 License: GPL (GNU General Public License) Price:
1473 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above bin to hex search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed