bookmarks  109

  •  

    Wirklich nützlicher Service für glückliche US-Bürger: Digitalisiert alle Arten von Papierverkehr im Moment des Ausdrucks (insb. Rechnungen etc.). Wünschte mir so etwas mit digitaler Signatur und Verschlüsselung für deutsche Verhältnisse
    13 years ago by @gresch
    (0)
     
     
  •  

    Wink is a Tutorial and Presentation creation software, primarily aimed at creating tutorials on how to use software (like a tutor for MS-Word/Excel etc). Using Wink you can capture screenshots, add explanations boxes, buttons, titles etc and generate a highly effective tutorial for your users. Here is a sample Flash tutorial created by Wink. Click the green arrow button to start viewing it. --------> (More tutorials created by Wink users and companies can be found at the User Forums.) This is a good example of how you can create tutorials in Wink, by capturing screenshots, mouse movements and specifying your own explanations with them. And all this in a standard Windows-based UI with drag-and-drop editing makes it very easy to create high quality tutorials/documentation. It is estimated that Macromedia Flash Player is installed in more than 90% of the PCs. Using Wink you can create content viewable across the web in all these users' desktops. Similar applications sell for hundreds of dollars, while Wink is free with unrivaled features. So spread the word about Wink to your friends.
    13 years ago by @gresch
    (0)
     
     
  •  

    Krut is a screencast tool that is written in Java and well suited for making video tutorials (instructional videos) on most platforms. Krut records movie files, including sound, of selected parts of your screen. The files use the quicktime mov format. The program has an intuitive and compact user interface. In addition to a movie file, the program also records separate files for audio (wav) and video (mov), which easily allows encoding to any movie format using an external encoding program. Some additional features: - Timer-controlled recording - Moveable recording areas during recording - Preview of ongoing recording - Optional mouse pointer recording - Record/Playback at 2 different frame rates - Highly accurate audio-video synchronization
    13 years ago by @gresch
    (0)
     
     
  •  

    Obba provides a bridge from spreadsheets to Java classes. With Obba, you can easily build spreadsheet GUIs (Excel or OpenOffice) to Java code. Its main features are: * Loading of arbitrary jar or class files at runtime through an spreadsheet function. * Instantiation of Java objects, storing the object reference under a given object label. * Invocation of methods on objects referenced by their object handle, storing the handle to the result under a given object label. * Asynchronous method invocation and tools for synchronization, turning your spreadsheet into a multi-threaded calculation tool. * Allows arbitrary number of arguments for constructors or methods (avoids the limitation of the number of arguments for Excel worksheet functions). * Serialization and de-serialization (save Serializable objects to a file, restore them any time later). * All this though spreadsheet functions, without any additional line of code (no VBA needed, no additional Java code needed). For a more detailed introduction see the Obba documentation Components Obba is small. Obba for Excel consists of three files (these files will be installed by an an installer Install Obba for Excel.exe): * Obba.xla: An Excel Add-in providing workbook functions like obMake(), obCall(), obGet(). * Obba.dll: The bridge from Excel to Java. * Obba.jar: The Java object handler and the Obba control panel. Obba for OpenOffice consists of one file: * Obba.oxt: The Obba Add-in including the OpenOffice adapter and Obba.jar (the Java object handler and the Obba control panel).
    16 years ago by @gresch
    (0)
     
     
  •  

    Your users want to customize formulas. They know Excel or OpenOffice. // Compile price finding factory and strategy implementation from spreadsheet: EngineBuilder builder = SpreadsheetCompiler.newEngineBuilder(); builder.loadSpreadsheet( new File( PATH, "CustomPriceFormula.xls" ) ); builder.setFactoryClass( PriceFinderFactory.class ); builder.bindAllByName(); Engine engine = builder.compile(); PriceFinderFactory factory = (PriceFinderFactory) engine.getComputationFactory(); // Use it to compute a line item price: LineItem item = getCurrentLineItem(); PriceFinder priceFinder = factory.newInstance( item ); BigDecimal price = priceFinder.getPrice(); Compile parametrized spreadsheets directly to bytecode. * No need to have Excel, OpenOffice, or a JDK installed. * Native speed, thread safe execution. * Bind directly to your computation strategy interfaces. * Using double, or BigDecimal for financial applications. * Available under the GPL and commercially (details).
    16 years ago by @gresch
    (0)
     
     

publications  

    No matching posts.
  • ⟨⟨
  • ⟩⟩