Welcome To Snipplr


Everyone's Recent Snippets Tagged line



« Prev 1 2 3
Read a file with the file function
0 994 posted 4 years ago by martinbrait
read the first line of text of a file on the server To read the first line of text in your file: The fgets () function retrieves the first 4096 characters from the first line of your file.
0 1052 posted 4 years ago by martinbrait
This technical tip shows how to Set Line Spacing of the Paragraph in a Shape or Textbox in .NET applications. You can set the line space of the paragraph, its space before and space after using the TextParagraph.LineSpace, TextParagraph.SpaceBefore a...
0 1831 posted 7 years ago by sherazam
This technical tip shows how .NET developers can add line object to an Existing PDF File inside their .NET applications. Aspose.Pdf for .NET supports the feature to add graph objects (for example graph, line, rectangle etc.) to PDF documents. You als...
0 1699 posted 7 years ago by sherazam
This scripts can be used to send email from your gmail account by authenticating. It can be modified to login to any SMTP server.
1 1026 posted 9 years ago by jsinix
To get button with line breaks you can use carriage return characters to break the line: &#x00A; or just <br> with a <button> tag:
0 1228 posted 10 years ago by apphp-snippets
If a flat file contains embedded carriage return (CR) and linefeed characters (LF) inside double quotes, SAS will interpret them as end of line markers. This may cause your file to be read incorrectly. This example replaces CR/LF characters within...
0 1744 posted 10 years ago by webonomic
Generic method for printing a list to the console based on the number of characters per line.
0 653 posted 10 years ago by borysn
Credit for this goes to Adobe, Ric Ewing, Kevin Williams, Aden Forshaw and Sidney de Koning.
0 1603 posted 11 years ago by adrianparr
This simply justifies a single line of text via CSS.
1 919 posted 12 years ago by Kerrick
One-line code for installing LAMP server for Ubuntu OS.
0 692 posted 12 years ago by ninacess
Here is a common Regex I use to remove all blank lines in a file using VIM
0 729 posted 12 years ago by jasonpottergmailcom
Linebreaks differ between Flash TextField and a plain text file like Notepad. In this example we convert the html linebreaks in Flash to \r\n
0 1134 posted 12 years ago by adrianparr
Class version of TimelineManipulation.
0 705 posted 12 years ago by okhy
Useful to open an image for viewing from the command line under Windows, in this example the image is generated by the GraphViz dot command.
0 1477 posted 12 years ago by m1b
0 537 posted 12 years ago by okhy
Code obtained from a [stackoverflow question](http://stackoverflow.com/questions/4672279/bresenham-algorithm-in-javascript). This is a javascript implementation of the [Bresenham line algorithm](http://en.wikipedia.org/wiki/Bresenham's_line_algorithm...
0 942 posted 12 years ago by nefd
0 901 posted 12 years ago by devnull69
If you want to use PHP as a command line program, this code can serve s a reference to read the arguments passed to the program.
0 578 posted 12 years ago by tcam27
Command to transfer files between servers using the command line.
0 680 posted 12 years ago by frigga
A couple of snippets useful for file management. I use these to make sure I understand how many files I'm about to modify, and then rename them.
0 593 posted 13 years ago by alassiter
A very simple quick way to count the number of files in a directory.
0 651 posted 13 years ago by alassiter
1 604 posted 13 years ago by adkatrit
This function will interpolate the points on a line. When tracking mouse movements, not every point is captured. This is especially true the faster the mouse moves. This function will allow you to fill in the gap of points between two recorded pos...
0 1295 posted 13 years ago by parkerkrhoyt
This little trick will prevent line breaks on your links. I recommend using this with long text to avoid having links break into 2 lines.
0 617 posted 13 years ago by blueocto
This method is easy to write, but not very efficient, as you can imagine.
2 1098 posted 13 years ago by dyteq
The css style's in the <style></style> tags are important for this snippet to work.
1 851 posted 13 years ago by bobbym245
« Prev 1 2 3