Blog writer-bilobo test in Linux

Source: Internet
Author: User
The Bilbo test is successful. You can try something in Linux !!!

It was originally issued through Firefox in Linux, but csdn has some problems with Firefox support. Online Editing will lose the format, and more seriously, it is submitted by Firefox.ArticleIt can only be seen in Firefox, So that I published a batch of articles once again. I don't know if it's okay now. In short, I didn't dare to post articles in Firefox any more.

Recently, I finally found blog writer in KDE!

Although Bilbo is not very easy to use, classification is not available. Recently, the article cannot be retrieved, and the classification of the article cannot be set as follows:CodeNot easy to post problems ...... But at least, when I want to suddenly see something that I want to reprint, I don't have to switch to Windows.

Bilbo is an offline blog writing tool under Kde, home page is: http://bilbo.gnufolks.org/

Ubuntu can download here: https://launchpad.net /~ Neversfelde/+ archive/PPA/+ packages

Code-based testing:

# Include <Gl/glut. h>

# Include <stdlib. h>

Void display (void)

{

/* Clear all pixels */

Glclear (gl_color_buffer_bit );

/* Draw white polygon (rectangle) with corners

* (0.25, 0.25, 0.0) and (0.75, 0.75, 0.0)

*/

Glcolor3f (1.0, 1.0, 1.0 );

Glbegin (gl_polygon );

Glvertex3f (0.25, 0.25, 0.0 );

Glvertex3f (0.75, 0.25, 0.0 );

Glvertex3f (0.75, 0.75, 0.0 );

Glvertex3f (0.25, 0.75, 0.0 );

Glend ();

/* Don't wait!

* Start processing buffered OpenGL routines

*/

Glflush ();

}

Void Init (void)

{

/* Select clearing color */

Glclearcolor (0.0, 0.0, 0.0, 0.0 );

/* Initialize viewing values */

Glmatrixmode (gl_projection );

Glloadidentity ();

Glortho (0.0, 1.0, 0.0, 1.0,-1.0, 1.0 );

}

Test results: The format is lost, the color is lost, and the Code marked with bilobo is invalid.


Try to paste a graph

The format test is successful, and the size is normal and will not be as messy as word2007.

Test result: the operation is successful.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.