and jasper@, ok jasper.
Date_Holidays helps you calculating the dates and titles of holidays
and other special celebrations. The calculation is driver-based so
it is easy to add new drivers that calculate a country's holidays.
The methods of the class can be used to get a holiday's date and
title in various languages.
Docx2txt is a Perl based command-line tool to convert Microsoft docx
documents to (ASCII) text files, preserving some formatting and document
information (which MS text conversion drops) along with appropriate
character conversions. It can also recover text from damaged docx
documents in many cases.
tweaks and ok sthen@
This is an open-sourced assembler / disassembler / simulator for the
MSP430 series of microcontrollers from Texas Instruments. The goal of
this project is to have a completely cross-platform assembler with the
exe (naken430asm) under 50k and to have a cross-platform disassembly
utility (naken430util) along with it to help with debugging and a bit of
profiling. The naken430util, when disassembling, shows how many CPU
cycles each instruction will take and it has a built in simulation to help
show how the binary code will flow on the chip and how many cycles it
will take to execute.
Code from this assembler can be uploaded to the device by installing the
mspdebug package.
ok aja@
This is an open-sourced assembler / disassembler / simulator for the
MSP430 series of microcontrollers from Texas Instruments. The goal of
this project is to have a completely cross-platform assembler with the
exe (naken430asm) under 50k and to have a cross-platform disassembly
utility (naken430util) along with it to help with debugging and a bit of
profiling. The naken430util, when disassembling, shows how many CPU
cycles each instruction will take and it has a built in simulation to help
show how the binary code will flow on the chip and how many cycles it
will take to execute.
Code from this assembler can be uploaded to the device by installing the
mspdebug package.
ok aja@