How to view Golang technology slides

Source: Internet
Author: User
Tags hosting
This is a creation in Article, where the information may have evolved or changed.

With the release of Go 1.5, Golang has become increasingly popular around the world, with Golang technology advocates holding various levels of technical conferences (from Gophercon to small meetup) around the world and sharing their technical insights and technical ideas at the Conference.

Golang related Technical slides are available in several formats, with. ppt,. pdf and. Slide as the main. PPT, pdf Nature Needless to say, need to download directly to view.

. Slide is a present format that emerges with the advent of Golang, and the go core developers seem to like to share the go language in this format. At Golang, almost all of the technical conference talk slides are provided in. Slide form.

. slide files are viewed through a Web service, and there seems to be no local tool available to render slide files.

The currently known services for render. Slide files include:
-talks.golang.org
-Go-talks.appspot.com

Talks.golang.org is the official Golang service, which is used to view slide materials for various technical presentations published by the Go core team, archived by year.

Other go developers can put files written in the. Slide form in their own github.com repo and use the go-talks.appspot.com third-party service to render.

For example: Dave Cheney to store his performance-without-the-event-loop.slide under Github.com/davecheney/presentations, Then we can view the form of the slide after render by the following URL:

Http://go-talks.appspot.com/github.com/davecheney/presentations/performance-without-the-event-loop.slide

However, since appspot.com is a go appengine hosting service and cannot be accessed domestically, a go-talks mirror go-talks.tonybai.com has been built in the early stages, and domestic programmers can access it without Fanqiang ( Due to go-talks.tonybai.com hosting host memory is not large, often appear time-out or even crash phenomenon, hope understanding).

So to see the above slide, you can access:

Http://go-talks.tonybai.com/github.com/davecheney/presentations/performance-without-the-event-loop.slide

For slide on talks.golang.org, for example:

Http://talks.golang.org/2015/gogo.slide

How do I access it if I can't fanqiang it? Is that okay?

Http://go-talks.tonybai.com/talks.golang.org/2015/gogo.slide

The results tell us that this is not possible. How to access it?

Fortunately talks.golang.org on the slide are placed on the github.com, repo for https://github.com/golang/talks, the above gogo.slide, we can pass:

Http://go-talks.tonybai.com/github.com/golang/talks/2015/gogo.slide access.

Add :

"Friends" in the comments on a local view. Slide Method:

1, go get-u golang.org/x/tools/cmd/present//need to turn over the wall
2, go install golang.org/x/tools/cmd/present, put present executable program into $gobin or $gopath/bin
3. Download the. Slide you want to view, such as go get github.com/golang/talks,cd to talks directory, execute./present, you will see the following results:

$present
2015/08/23 19:34:51 Open your Web browser and visit http://127.0.0.1:3999

Open the browser, if you want to see the current directory of 2015/tricks.slide, then enter in the browser: Http://127.0.0.1:3999/2015/tricks.slide can view the. slide file.

Bigwhite. All rights reserved.

Related Article

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.