<b>Tech Source:</b> "So after showing you some cool OpenOffice.org Easter eggs, I've decided to go all out by sharing with you some of the most popular software Easter eggs ever."
I need software for equipment maintenance tracking, I am thinking of designing an Openoffice.org base database for this but It would probably save me a lot of time if something already exist to do this that is freely available. I would be happy if someone could point me to something, even if the software was not designed specifically for equipment…
Oracle dévoile ses plans pour l'avenir de MySQL
La base de donnée de Sun, dont InnoDB devient le "store engine" par défaut
Après avoir soufflé le chaud (avenir de Java, support long terme d'OpenOffice.org) et le froid (Open Solaris) sur les t...
<b>Linux Beacon:</b> "Although OpenOffice.org Writer and AbiWord top the list of open source software for those who write for work or fun, they are not the be-all-and-end-all of writing tools. In fact, there are quite a few other nifty applications that can help you to collect ideas, manage notes, edit documents, and even improve your…
Apache Tika disponible en version 1.0
Le Toolkit de détection, d'extraction et d'analyse de données supporte désormais 1200 formats de fichiers
Après cinq années de développement, le projet open source Tika arrive à maturité et arbore fièrement le numéro de version rond : 1.0.
C'est un toolkit Java léger et facilement intégrable, destiné à la…
When I save a document in LibreOffice and try to open it in Office 2007 for example, most or all of the paragraphs moved somehow. For what I found out is that the document has Widows and Orphans. How do I fix this so the document can be seen 100% accurate in Office 2007, 2003, OpenOffice and LibreOffice? What tips do askubuntu suggest about…
AGENDAIntroduction
on Oracle Open Office/OpenOffice.org API
Oracle Open Office Basic IDE
Hallo World and more
Oracle Open Office dialog Programming
Integrating Macros in Oracle Open
Office
Appetizer - Using JavaMicrosoft
Office Macro MigrationEstimation Macro Migration effortMigrating Macros
Migration pitfallsOs participantes…
I have noticed that spellcheck will work with any program on Ubuntu. For some reason, this stopped working when I purged OpenOffice and replaced it with LibreOffice. I am guessing that I failed to install back a package that provides this spellcheck.
All of thee misstakes inn thiss sentencee were NoT caughht.
Spell check is vital to…
I have found many guides with how to install windows and ubuntu in dual boot mode, but none from the perspective of a Ubuntu user. Unfortunately Wine or OpenOffice do not display a document that I am working on properly so I am forced to getting windows back temporarily.
Can anyone give me some guidance on how to go about this, sorry…
Using OpenOffice with 10.04 I was able to print to a Postscript file, but I find I can't do this with LibreOffice and 12.04 - print-to-file goes to PDF.
I want this feature so that I can use a FinePrint-like tool called fprint to print .PS files in booklet form.
When I print from other applications I'm offered the usual choice of…
Suppose LibreOffice and Banshee are set to replace OpenOffice and Rhythmbox in Natty Narwhal. Of course doing a fresh install will give me these new applications to be the default ones. However if I choose to upgrade via the update manager, will the old applications be uninstalled and the new ones installed automatically, or do I…
I was just switching from Windows to Ubuntu and I started to read this.
And there were quite a few things I did not understand one was :
"OpenOffice decided not to have a learning curve"
And
"Firefox tries very hard to make sure pages written in 1995 look like they did in 1995. "
And Finally
"Windows isn't a poor…
PHP : deux correctifs pour le bogue des nombres à virgule flottante
L'équipe de PHP recommande de l'appliquer immédiatement
Mise à jour du 07/01/2011
L'équipe de développement de PHP vient de publier des patchs pour corriger le bogue étrange découvert cette semaine. Un bogue capable de provoquer le crash du système par le…
Oracle proudly presents:
RDA 4.28
This version of RDA comes with
a new HCVE rule set (pre installation checks) Doc ID 1435695.1
now alsocollects Calc Manager Information
Enjoy a faster resolution and clear communication about what Software is installed, the logs retrieved and have Tech…
<b>Linux Planet:</b> "OpenOffice.org isn't the only game in town for open source word processing. One of the best, and underexposed, open word processors is AbiWord."
I am trying to "split" a LibreOffice .odb file into a HSQL database and an OpenOffice document containing forms and macros. I am trying to follow the instructions from this thread:
Within a few minutes you can convert your embedded HSQLDB to a stand-alone HSQLDB which is just a very fine database engine.
1)…
Have you ever needed the standard Microsoft fonts such as Times New Roman on your Ubuntu computer? Here’s how you can easily add the core Microsoft fonts to Ubuntu.
Times New Roman, Arial, and other core Microsoft fonts are still some of the most commonly used fonts in documents and websites. Times New…
Everything was running smoothly. Everything had been downloaded from Internet, packages had been installed and a prompt asked for some obsolete programs/files to be removed or kept. After that the computer crashed and and to manually force a shutdown. I turned it on again and surprise I was on 12.10! Still the…
Essbase BSO Data Fragmentation
Data fragmentation naturally occurs in Essbase Block Storage (BSO) databases where there are a lot of end user data updates, incremental data loads, many lock and send, and/or many calculations executed. If an Essbase database starts to experience performance slow-downs,…
Consider the following code:
using System;
namespace ConsoleApplication2
{
class Program
{
static void Main(string[] args)
{
var square = new Square(4);
Console.WriteLine(square.Calculate());
}
}
class MathOp
{
protected…
Hello, while doing some homework in my very strange C++ book, which I've been told before to throw away, had a very peculiar code segment. I know homework stuff always throws in extra "mystery" to try to confuse you like indenting 2 lines after a single-statement for-loop. But this one I'm confused on…
I have a new app I'll be working on where I have to generate a Word document that contains tables, graphs, a table of contents and text. What's a good API to use for this? How sure are you that it supports graphs, ToCs, and tables? What are some hidden gotcha's in using them?
Some clarifications:
…
Hi,
I am using Eclipse 3.5 and I have created a project with some package structure along with the default package. I have one class in default package - Calculations.java and I want to make the use of that class in any of the package (for instance in com.company.calc). When I try to make the use of…