Navigation
Home

Login

How

Why

Who

Thanks


Start Bookmarking

Search Tags

 

 


What's Buzzing

 

What's News

 

What's News + Buzzing

 

Disclaimers

© Copyright OTD 2005, All Rights Reserved

Design by Smallpark

 

Tag Directory > Generator Nameplate Capacity (installed)


We have 24 results for Generator Nameplate Capacity (installed).

1 | 2 | Next

The Man in Blue > Experiments > widgEditor

2 Citations
widgEditor is an easily installed, easily customisable WYSIWYG editor for simple content. It replaces existing textareas with an improved editing pane using JavaScript, therefore if you don't have JavaScript (or your browser doesn't support HTML editing) it degrades gracefully. Try it out by typing below, and submit to see the processed output., blogmarks.net
widgEditor is an easily installed, easily customisable WYSIWYG editor for simple content. It replaces existing textareas with an improved editing pane using JavaScript, therefore if you don't have JavaScript (or your browser doesn't support HTML editing) it degrades gracefully. Try it out by typing below, and submit to see the processed output., blogmarks.net

 

Ubiquity__Firefox Add-ons__

1 Citation
It is activated by the keyboard CTRL Space command which displays a transparent black rectangle in the upper left corner of the screen below the Firefox header area. That screen resembles a command line waiting for user input. There are about 50 commands that Ubiquity comes installed with which are the core of the extension. This reaches from posting messages (about a website) to Twitter, looking up information on Wikipedia, performing web searches on various search engines or looking up information on Google Maps. The real benefit for the user is that he does not have to leave the current tab to get the information because everything happens in that black box. Results are shown in that block as well in real time., blogmarks.net

 

Wubi - Ubuntu Installer for Windows - ubuntu wiki

1 Citation
Troubleshooting Q. My download is very slow A. The torrent hasn't got very many peers at the moment, so download rates are limited. If you can download with a standalone torrent client with properly forwarded ports that would probably increase the download speed - if you do please seed for as long as possible. Q. I installed ubuntu, but how do I use it A. Reboot the computer, and as it's starting up you'll be presented with a menu - select Ubuntu from that menu and press enter. Q. The installer freezes at the splash screen. A. Try another option in the 2nd boot menu (GRUB menu). To see the menu you may have to keep tapping the escape key after selecting "Ubuntu" from the first menu. Q. When booting, I get this error: Error 17: File not found A. Try defragmenting your hard drive Q. The bootloader doesn't show up at all, and it boots straight into windows A. Make sure C:\boot.ini has a "timeout" value higher than 0, and that this is the last line: C:\grldr="Ubuntu" Q. I can't find the Boot.ini file A. Right-click My Computer, and then click Properties, then go to the Advanced tab, click Settings under Startup and Recovery, then Under System Startup, click Edit. Q. I can't login to Ubuntu with the username I specified in the installer. A. At the moment, the username is "ubuntu", and the password is "ubuntu", regardless of what you selected during installation Q. I'm getting gdm and xserver errors A. Ctrl-Alt-F1, log in, and run: sudo dpkg-reconfigure xserver-xorg, then reboot Q. My network doesn't work A. Open a terminal, and run: sudo dpkg-reconfigure dhcp3-client, then reboot Q. How can I remove ubuntu when I no longer want it A. Start the computer into Windows, and then go into "Add/Remove Programs" in "Control Panel". Select "Ubuntu Linux" and press remove. REMEMBER that this removes Ubuntu and any programs or documents you installed inside Ubuntu. Q. Can I install if my computer is running Windows Vista? A. Only if you're dual-booting with Windows XP; boot XP, install in XP, then select Windows XP in the Vista bootloader, then select Ubuntu. Users running just Vista, and not dual-booting with Windows XP will have to wait until GRLDR supports the Vista bootloader. Q. My Windows partition is not the first partition on my first hard drive. Will this work? A. Not for now. Support will hopefully soon be available., blogmarks.net

 

Language (API) Processing 1.0

1 Citation
The biggest changes in the months prior to release 1.0 are as follows: Libraries - All libraries must be placed in a folder named "libraries", inside the sketchbook folder. Do not use the main "libraries" directory in the Processing distribution, as it is reserved for the core libraries, and is not visible on Mac OS X. XML - The XML library is now included by default, so you won't find it in the Import Library menu anymore. In addition, the XML library since 0135 has been greatly improved, making it compatible with far more documents. Processing.app - The Mac OS X release of Processing is now a single .app file, more befitting an OS X application. Processing.exe - The Windows release has a new launcher based on launch4j. Unfortunately, some machines have a problem with the new launcher that we haven't been able to track down. If you have trouble, please help us find the problem. PDE files are also now double-clickable on Windows. OpenGL - All OpenGL sketches now use 2x full screen anti-aliasing. This means that these sketches are always smooth, and the smooth() and noSmooth() commands are ignored. To return to the behavior found in the beta releases, see the hint() reference. P2D and P3D - The P2D renderer has returned (see the size() reference) and smoothing is now enabled for both P2D and P3D. Smoothing support is unfortunately incomplete, however, and sometimes thin lines can be seen inside shapes. This is a very high priority bug to be fixed in a future release. Candy and PShape - The Candy SVG library has been merged into the core, which brings along a new loadShape() command and a new PShape object. The special powers of PShape will be rolled out in future releases. For the time being, loadShape() works best with the default renderer (JAVA2D). Complex shapes will often appear jagged or not at all when rendered with P2D, P3D, and OPENGL. We've also added better support for SVG files created with Inkscape. PVector - We've added a new class called PVector, which is a simple three-dimensional vector (also known as point or tuple) class. This is useful for storing point data, or operations on 3D points. Tools - A new Tools API has been created for developers who want to contribute code that extends the Processing Development Environment in some fashion. Let your creativity flow with fantastical contributions like "Color Selector 2.0", "ROT13 Code Mangler", and "I Am Rich". Visit the developer page on tools for more information. Similar to libraries, tools are installed in a folder of the same name within your sketchbook folder. Asynchronouse Images - Big JPEGs and small pipes? We've added a new requestImage() that loads an image in the background so that your sketch doesn't freeze when loading lots of large images over a slow connection. Present - Present mode (full screen) is handled differently. When run inside the PDE, only Mac OS X uses exclusive mode with Present. Windows and Linux just do full screen windows. When run outside the PDE, all three simply create an undecorated window the size of the entire screen, and on the Mac, an option is added to the Info.plist file to hide the dock and menubar (since that cannot be done programatically from Java). Compiler - We've removed the old Jikes compiler and are now using another. We've also tried hard to improve the quality of error messages, though some are still real gems that invoke the complaints of mainframe computers in 1970s films. Internationalization - For better internationalization support, we've changed to UTF-8 encoding when loading and saving sketches. Sketches that contain non-ASCII characters and were saved with Processing 0140 and earlier may look strange when opened. Garbled text and odd characters may appear where umlauts, cedillas, and Japanese formerly lived. If this happens, use the "Fix Encoding & Reload" option under the Tools menu. This will reload your sketch using the same method as previous versions of Processing, at which point you can re-save it which will write a proper UTF-8 version. Java - Linux and Windows now inlude Java 6 update 10 with the download. We still don't have support for Java 1.5 syntax yet, but we hope that the performance boosts in Java 6 will help applications run well., blogmarks.net

 

Server2Go - Self configurable WAMPP Stack

1 Citation
Server2Go is a Webserver that runs out of the box without any installation and on write protected media. This means that web applications based on Server2Go can be used directly from cdrom, a usb stick or from any folder on a hard disk without the hassle of configuring Apache, PHP or MySQL. Server2Go allows you to create a standalone working web site or PHP application on a CD-ROM. There are many examples of its possible useses such as catalogue software, calculation programmes, image campaigns (CMS-based), computer based training lessons or other applicatons. Most PHP-Software such as the content management system Joomla or the computer based training software Moodle can be used from CD-ROM with the help of Server2Go. Server2Go was developed in the first instance for use on CD-ROM but there is no problem in using it from other drives too. Using a web browser, a user can run php programs as well as view html files on the CD-ROM. He only needs to insert a CD with Server2Go. The server software starts automatically and a browser is opened with the Website of the CD-ROM. Server2Go was built in the first place to replace other CD-ROM webservers such as WampOnCD or Microweb that lacked some important features or are not being actively developed. Main Features * Free! No royalties * Complete WAMPP Server-Stack * Runs directly from CD-ROM, USB Stick or Hard disk without installation * Full featured webserver (based on apache) * PHP 5.x support with many extensions installed (e.g. gd) * Supports SQLite databases * Runs on all versions of Windows from Win 98 and above, MAC OSX support is coming * Support for MySQL 5 Databases * Supports many PHP extensions (GD-Lib, PDO...) by default * Support for Perl 5.8, blogmarks.net

 

List the installed modules | Perl HowTo

1 Citation
Have a look at 'perldoc perlmodlib' for details about this one-liner :D, blogmarks.net

 

Install and setup Xen on Debian 4.0 Etch ? Lone-Wolf Scripts

1 Citation
Xen is a GPLed virtualization solution available in Debian 4.0 Etch repositories. This article help you to create a coherent Xen installation, with backups and minimum security enhancements. This guide fits my vision of a Xen setup. If it does not fit yours, you are free to adapt it to your needs, or to not use it. For information In this guide, i use the term "virtual host". Be aware that Xen use its own terminology. In a Xen setup, instanciated (aka. started) virtual hosts are called "Domains". Once your computer configured for Xen, all the operating systems run in "domains". The original operating system, where the Xen's control tools are installed, is called "dom0" (for domain No zero). All the guest operating systems are said to be installed in a "domU" (for User domain). As i'm a little lazy (well, yeah... very lazy), i don't want to endure this mind twisting, and i will mainly use the "virtual host" term in this guide. So, if you read this guide, don't by angry at me because of the terms i use., blogmarks.net

 

Additions to a default Ubuntu 8.10 Intrepid Ibex install ? Lone-Wolf Scripts

1 Citation
Last Ubuntu versions enable you to install software by clicking on a link in your browser. If you want to install only some of the software list in this page, you can do it by simply clicking on the links put on the packages' names. This is not a security breach, since these packages are installed using apt-get and your configured repositories. It's only a little helper for lazy people :D, blogmarks.net

 

Can't open remote files in the GIMP - Ubuntu Forums

1 Citation
you gave an URL in "open location box" and it gave out a cryptic error message ? make sure you have gimp-gnomevfs installed (affects gutsy)., blogmarks.net

 

Answer ID 2288: Error 1324 during installation

1 Citation
This error primarily occurs on computers that have the Microsoft AppLocale utility installed.Oh bordel, long à trouver celui-là. Tous les installateurs Apple plantouillaient à cause de ça, avec vautrage intégral de celui de Bonjour. Tout ça parce que chez Apple on se croit supérieur dans la gestion des langues sous Windows., blogmarks.net

 

1 | 2 | Next

Powered by Odin Assemble