to insert
INSERTROWS
INSERTROWS - Insert rows into a matrix at specific locations more>> INSERTROWS provides you a powerful mathematical tool which is able to insert rows into a matrix at specific locations.
C = INSERTROWS(A,B,IND) inserts the rows of matrix B into the matrix A at the positions IND. Row k of matrix B will be inserted after position IND(k)in the matrix A. If A is a N-by-X matrix and B is a M-by-X matrix, C will be a (N M)-by-X matrix. IND can contain non-integers.
If B is a 1-by-N matrix, B will be inserted for each insertion position specified by IND. If IND is a single value, the whole matrix B will be inserted at that position. If B is a single value, B is expanded to a row vector. In all other cases, the number of elements in IND should be equal to the number of rows in B, and the number of columns, planes etc should be the same for both matrices A and B. If any of the inputs are empty, C will return A.
Examples:
% the size of A,B, and IND all match
C = insertrows(rand(5,2),zeros(2,2),[1.5 3])
% the row vector B is inserted twice
C = insertrows(ones(4,3),1:3,[1 Inf])
% matrix B is expanded to a row vector and inserted twice (as in 2)
C = insertrows(ones(5,3),999,[2 4])
% the whole matrix B is inserted once
C = insertrows(ones(5,3),zeros(2,3),2)
[C, RA, RB] = INSERTROWS(...) will return the row indices RA and RB for which C
corresponds to the rows of either A and B.
[c,ra,rb] = insertrows([1:4].,99,[0 3]) ;
c. % -> [99 1 2 3 99 4] ;
c(ra). % -> [1 2 3 4] ;
c(rb). % -> [99 99] ;
To insert columns, planes, etc., you can permute the inputs and ipermute the result.
A = ones(4,3) ; B = zeros(4,1) ;
C = insertrows(permute(A,[2 1]), permute(B,[2 1]),1) ;
C = ipermute(C,[2 1]) ;
See also PERMUTE, IPERMUTE, RESHAPE, CAT
Requirements:
- MATLAB Release: R13
Insert MySQL PHP data
In thie tutorial you will learn how to insert information in to a PHP MySQL database. more>> In thie tutorial you will learn how to insert information in to a PHP MySQL database.<<less
Foreign character inserter
If you are sick of client not being able to insert non english characters, this script would solve your problem. It inserts the character ( that is on a button) into the field which has focus. You need to add the required tags to your html always to more>> If you are sick of client not being able to insert non english characters, this script would solve your problem. It inserts the character ( that is on a button) into the field which has focus. You need to add the required tags to your html always to display those characters correctly. This one has Turkish characters.<<less
TagMet
Are your Metatags giving you a heartburn? Get the remedy, TagMet, not for your heartburn, but it generates ready to insert Meta tags on the fly. You can generate more traffic to your site by offering more>> Are your Metatags giving you a heartburn? Get the remedy, TagMet, not for your heartburn, but it generates ready to insert Meta tags on the fly. You can generate more traffic to your site by offering this service to your visitors who can generate the metatags, copy/paste them or have them emailed to them.<<less
Visitor Welcome Welcoming Script
With this handy little perl script you can welcome your visitors depending on the time of day. The greeting text can be modified and is inserted by SSI. Features include the ability to greet the visitor depending upon the time of day, ability to insert more>> With this handy little perl script you can welcome your visitors depending on the time of day. The greeting text can be modified and is inserted by SSI. Features include the ability to greet the visitor depending upon the time of day, ability to insert the script by SSI, greeting words can be adapted freely, time offset between local time and server time can be adjusted.<<less
PHP MySql File Upload and Insert 1
Well, tired of all those copy/paste actions or not in the mood to pay someone over $30 to do it for you. Now I have made a php script that will make inserting data from small and large files a breeze. You only have to enter in the source code the more>> Well, tired of all those copy/paste actions or not in the mood to pay someone over $30 to do it for you. Now I have made a php script that will make inserting data from small and large files a breeze. You only have to enter in the source code the username,password and hostname where your db resides. Other then that youll be presented with option to choose the file that you want to upload and insert its content into your mysql db, using Browse, and to make things more user friendly youll also have to enter the name of the database that you want to use and table name where you want your data to be stored. The zip file comes with php source and html form separately so its easier to change the design.<<less
BuilderEditor
BuilderEditor is a powerful and easy to use ASP.NET RAD component for maintaining a datasource (e.g. SQL database, dataset). It allows you to add, edit, delete and display data from a data source. It more>> BuilderEditor is a powerful and easy to use ASP.NET RAD component for maintaining a datasource (e.g. SQL database, dataset). It allows you to add, edit, delete and display data from a data source. It generates the data entry forms used to insert and edit data based on the data source schema. In the same way it generates the data forms used to display data. The data entry forms may include both input and validation controls. To insert, update or delete data you need to interact with data events. The events include all information (e.g. data keys, input control values) that you need to execute a data operation. The BuilderEditor component allows you to specify the controls to be used to generate the data forms. You can use standard web controls or third-party controls. Save time using the BuilderEditor ASP.NET component!<<less
Build a Poll System in ASP.NET 1
There are many websites that have polls on their front page where users (anonymous and members) give their opinions. In this article, we will look at how to design a polling system, having a back-end to insert new polls along with their answers as more>> There are many websites that have polls on their front page where users (anonymous and members) give their opinions. In this article, we will look at how to design a polling system, having a back-end to insert new polls along with their answers as well as how to process and store the votes of the users.<<less
Temporary IP Ban 1.0
- Ban by the second, minute, hour, days, weeks. - Removes ban once it has expired - Only two lines of code to insert - Uses Access Database more>> - Ban by the second, minute, hour, days, weeks. - Removes ban once it has expired - Only two lines of code to insert - Uses Access Database<<less
Executing Transact-SQL INSERT statement 1
In this example, we will add some records to a database. This source code helps us to adding records to database without slowing down database. more>> In this example, we will add some records to a database. This source code helps us to adding records to database without slowing down database.<<less
BdayScript
A script that allows the visitors to add their birthday easily, without having you to insert and code them manually. You can still edit and delete the entries as well, from the admin section. more>> A script that allows the visitors to add their birthday easily, without having you to insert and code them manually. You can still edit and delete the entries as well, from the admin section.<<less
HTML Table to Database 1.0.0
This script generates insert queries from two dimensional HTML table tags. Usually web developers print their database as html tables on a webpage. But this script is the reverse process. more>> This script generates insert queries from two dimensional HTML table tags. Usually web developers print their database as html tables on a webpage. But this script is the reverse process.<<less

TMEdit 1.2
TMEdit is such a free yet very useful online WYSIWYG editor for Joomla! and Mambo. more>>
TMEdit 1.2 is such a free yet very useful online WYSIWYG editor for Joomla! and Mambo.
TMEdit is the successor of HTMLArea3 XTD and was developed specifically for the use with Joomla! and Mambo and thus became very popular in the Joomla! and Mambo communities.
Amongst other features TMEdit comes with an Image Manager and a File Manager, enabling you to insert images from your images root folder and allows you to create hyperlinks to documents in your Joomla!/Mambo filesystem with ease.
<<lessTotal menu
We are offering you a universal flash menu tool where you can customize practically any parameter. More than 1600 variants are possible, not taking into account all color and transparency variations. more>> We are offering you a universal flash menu tool where you can customize practically any parameter. More than 1600 variants are possible, not taking into account all color and transparency variations. Parameters of the sub menu buttons can be customized independently of the main menu buttons. You will also appreciate simplicity of the "Total menu": it takes changing only one parameter to turn a horizontal menu into a vertical one! The Total Menu is made in Flash but it does not require Flash to be customized. You can use almost any HTML editor to insert our menu in a web page and adopt it to your needs. Total Menu is a simple Flash file (swf file), that can be customized by editing a configuration file (XML file) that must be placed in the same directory as the menu, so you can customize the menu using any text editor. Warning! the file should be saved as "menu.xml", always in UTF-8 encoding.<<less
Form Submit - Automatic Insert Query Generation 0.1
A script to traverse a html form in the page, then generate the Insert SQL query and submits it to the server side script using Ajax. Useful in scenarios where many forms with a large number of input fields are involved. more>> A script to traverse a html form in the page, then generate the Insert SQL query and submits it to the server side script using Ajax. Useful in scenarios where many forms with a large number of input fields are involved.<<less