<< < 38 39 40 41 42 43 44 45 46 47 48 > >>   ∑:1368  Sort:Date

What Is OpenOffice Draw
What Is OpenOffice Draw? OpenOffice Draw is a graphics editing tool included in the OpenOffice package. It gives you the power to create and edit graphics, making it a powerful tool for technical or general posters, or just about anything that needs illustration. Main features of OpenOffice Draw are...
2020-10-26, 893🔥, 0💬

General Questions on Form Tools
Where to find answers to frequently asked questions in general areas of Form Tools? I am new to Form Tools. Here is a list of frequently asked questions and their answers compiled by FYIcenter.com team in general areas of Form Tools: What Is Form Tools MySQL Required to Run Form Tools PHP Required t...
2019-10-30, 893🔥, 0💬

"sqlio -f" - Stripe Size in Blocks
What is the Stripe Size in Blocks option, "sqlio -f"? The Stripe Size in Blocks option, "sqlio -f", specifies the Stripe Size in number of I/O blocks, which is the gap between consecutive I/O tests in each run. The default value is "-f64", 64 blocks. In this case, SQLIO will start with the 1st block...
2019-09-04, 893🔥, 0💬

"sqlio -i" - Number of IOs per IO Run
What is the Number of IOs per IO Run option, "sqlio -i"? The Number of IOs per IO Run option, "sqlio -i", specifies run size, which is the number of I/O tests performed in each run. The default value is "-i64", 64 tests per run. In this case, SQLIO will repeat as many as runs within the specified ex...
2019-09-04, 891🔥, 0💬

Web Server Required to Run Form Tools
Is Web Server Required to Run Form Tools? Yes. Form Tools is a Web application. So you need a system that offers a Web server with PHP script support like Apache Web Server. Here is what you can do to verify Apache Web server on my macOS system. 1. If you don't have Apache Web Server installed, foll...
2020-01-29, 890🔥, 0💬

"sqlio -b" - IO Block Size in KB
What is the IO block size in KB option, "sqlio -b"? The IO block size in KB option, "sqlio -b", controls the size of each data block used as a unit for each I/O test. The default value is "-b2", 2KB. Example 1 - Run SQLIO with 4KB per data block: C:\fyicenter\SQLIO&gt;sqli o-b4 1 thread reading ...
2019-08-19, 890🔥, 0💬

Storage Device Benchmark Performance
Where to find SQLIO Benchmark Performance results with 64-KB and 1-MB blocks on different storage devices? Here are some SQLIO 64-KB and 1-MB benchmark test results on different hard disks we have collected so far. All tests are using these common options: "-LS -i64 -f64 -t1 -p0 -s300". Test results...
2019-05-05, 890🔥, 0💬

Azure Virtual HD on Windows 10 as D: - 1-MB Benchmark
What is the 1-MB I/O performance of Azure Virtual HD on Windows 10 as the application drive "D:"? The I/O performance of reading and writing 1-MB files of a Azure Virtual HD on Windows 10 as the application drive "D:" can be measured by running SQLIO with multiple 1024-KB blocks with a large stripe ...
2019-06-01, 889🔥, 0💬

Quiz Source File Examples
Where to find answers to frequently asked questions on Microsoft Word? I want to know how to open PDF files, how to use styles, etc. A collection of frequently asked questions on Microsoft Word. General Questions on Microsoft Word? Default Entry Example "Quiz" Entry Example "Blog" Entry Example "Cod...
2019-10-17, 887🔥, 0💬

What Is Bézier Curve
What Is Bézier Curve? Bézier Curve, named after Pierre Bézier, is related to Bernstein polynomial and widely used in computer graphics. The Bézier Curve B p 0 p 1 ...p n (t) for a given set of n+1 points p 0 , p 1 , ..., p n with t=(0,1) can be defined in the following recursive form: B p 0 (t) = p...
2021-10-10, 883🔥, 0💬

Insert Images from Image Files
How to insert an image from an external image file? If you have an image like a picture or a drawing stored in an image file, you can insert the image into OpenOffice Draw, Presentation, Text Document, or Spreadsheet as shown in this tutorial. 1. Open OpenOffice Draw, Presentation, Text Document, or...
2021-09-30, 883🔥, 0💬

What is Export Manager Module
What is Export Manager Module? Export Manager module is a very useful module that lets you control the various ways in which your form submissions can be viewed and downloaded. Export Manager module provides 6 built-in export types: HTML single table - All submissions are exported as a single HTML t...
2019-11-21, 882🔥, 0💬

What Is Form Tools
What Is Form Tools? Form Tools is a powerful, flexible, free and open source PHP/MySQL script you install on your website for managing your forms and data. Form Tools consists of 5 components: Form Tools Core - The Core contains all code required for the most basic usage of the script. It includes t...
2019-10-30, 881🔥, 0💬

Modify Images in OpenOffice
How to modify images in OpenOffice? When an image (a picture or a diagram) is inserted into an OpenOffice document, it becomes an image object. You can not modify individual pixels in an image object, but you can make global changes as shown in this tutorial. 1. Select the image object you want to m...
2021-09-30, 875🔥, 0💬

Use Custom Field with Custom Validation
How to Use Custom Field with Custom Validation? Here is what you can do to validate the new field type "My Int" and the new validation rule "Two-digit numbers". 1. CLick "Forms &gt; Add form" on the left menu and name it as "Field Test". 2. Continue to the "Field" tab and click "Add Field". You ...
2019-12-02, 874🔥, 0💬

What is Custom Fields Module
What is Custom Fields Module on Form Tools? Custom Fields module is a very useful module that lets you construct your own field types for use in your forms. Custom Fields module offers the following functionalities: Supports 13 built-in field types: Textbox, Textarea, Password, Dropdown, Multi-selec...
2019-12-02, 871🔥, 0💬

"sqlio -kW -b64" - Writing 64-KB Block Test
How to perform tests for writing 64 KB files? My Website allows users to upload picture files with an average of 64 KB per file. If you want to know how your environment performs on writing 64 KB files, you can use the following SQLIO options: "-LS" - Sets SQLIO to report latency measurements using ...
2019-08-23, 868🔥, 0💬

Azure Virtual HD on Server 2016 - SQLIO Tests
How to test I/O performance on Azure Virtual HD on Windows Server 2016 with SQLIO? Azure Virtual HD on Windows 10 are virtual hard disk amounted on Windows Server 2016 VM offered as Azure cloud services. We tested Azure Virtual HD on Windows Server 2016 VM with SQLIO in two setups: "C:" drive which ...
2019-07-09, 867🔥, 0💬

Start IPython Kernel and Jupyter Console Separately
How to Start IPython Kernel and Jupyter Console Separately? You can start an IPython Kernel and a Jupyter Console in a single command "jupyter console --kernel=kernel_spec". But you can also start an IPython Kernel separately and keep it running. Then start a Jupyter Console later to connect to the ...
2021-09-09, 863🔥, 0💬

Cross-Fade Two Objects with OpenOffice Draw
How to Cross-Fade Two Objects with OpenOffice Draw? If you have two objects create in OpenOffice Draw, you can create multiple intermediate objects to cross-fade the two objects as described below: 1. Select both objects that you want to cross-fade. 2. Click "Edit &gt; Cross-fading" menu. You se...
2020-10-26, 860🔥, 0💬

Use Smarty to Control Value Display
How to Use Smarty to Control Value Display? If you want to use a single field to a complex data element, like a comma separated list, you can use smarty template to control how the value will be processed before sending it to display or download. 1. Create a new field type called "CSL". 2. Click "Di...
2019-11-21, 857🔥, 0💬

Azure Virtual HD on Windows 10 as C: - 1-MB Benchmark
What is the 1-MB I/O performance of Azure Virtual HD on Windows 10 as the system drive "C:"? The I/O performance of reading and writing 1-MB files of a Azure Virtual HD on Windows 10 as the system drive "C:" can be measured by running SQLIO with multiple 1024-KB blocks with a large stripe factor. He...
2019-06-29, 857🔥, 0💬

"sqlio -p" - CPU Number for Affinity
What is the CPU Number for Affinity option, "sqlio -p"? The CPU Number for Affinity option, "sqlio -p", specifies a specific CPU to run SQLIO. The default value is "", all CPUs. In this case, all CPUs are used. Example 1 - Run SQLIO with the first CPU: C:\fyicenter\SQLIO&gt;sqli o-p0 1 thread re...
2019-05-14, 857🔥, 0💬

"sqlio -kR -b1024" - Reading 1-MB Block Test
How to perform tests for reading 1 MB files? I want to see the impact of file size on reading files. If you want to see the impact of file size on reading files, try to increase the block size from 64 KB to 1024 KB (1 MB), and keep the other options unchanged: C:\fyicenter\SQLIO&gt;sqli o-LS -kR...
2019-09-04, 856🔥, 0💬

<< < 38 39 40 41 42 43 44 45 46 47 48 > >>   ∑:1368  Sort:Date