Skip to content
This repository has been archived by the owner on Mar 22, 2021. It is now read-only.

Commit

Permalink
normalize bib
Browse files Browse the repository at this point in the history
  • Loading branch information
miekg committed Aug 14, 2010
1 parent 5070b04 commit 2718511
Showing 1 changed file with 42 additions and 57 deletions.
99 changes: 42 additions & 57 deletions go.bib
@@ -1,185 +1,170 @@
@misc{go_tutorial,
author = "Go Authors",
howpublished = {Internet
\url{http://www.golang.org/doc/go_tutorial.html}},
title = "Go Tutorial"
howpublished = {\url{http://www.golang.org/doc/go_tutorial.html}},
title = "Go tutorial"
}

@misc{effective_go,
author = "Go Authors",
howpublished = {Internet \url{http://www.golang.org/doc/effective_go.html}},
howpublished = {\url{http://www.golang.org/doc/effective_go.html}},
title = "Effective Go"
}

@misc{csp,
author = "Wikipedia",
howpublished = {Internet
\url{http://en.wikipedia.org/wiki/Communicating_sequential_processes}},
title = "Communicating Sequential Processes"
howpublished = {\url{http://en.wikipedia.org/wiki/Communicating_sequential_processes}},
title = "Communicating sequential processes"
}

@misc{bubblesort,
author = "Wikipedia",
howpublished = {Internet
\url{http://en.wikipedia.org/wiki/Bubble_sort}},
howpublished = {\url{http://en.wikipedia.org/wiki/Bubble_sort}},
title = "Bubble sort"
}

@misc{go_nuts,
author = "Go Community",
title = "Go Nuts Mailing List",
howpublished = {Internet
\url{http://groups.google.com/group/golang-nuts}}
title = "Go Nuts mailing list",
howpublished = {\url{http://groups.google.com/group/golang-nuts}}
}

@misc{go_spec,
author = "Go Authors",
title = "Go Language Specification",
howpublished = {Internet \url{http://golang.org/doc/go_spec.html}}
title = "Go language specification",
howpublished = { \url{http://golang.org/doc/go_spec.html}}
}

@misc{go_interfaces,
author = "Ian Lance Taylor",
title = "Go Interfaces",
howpublished = {Internet \url{http://www.airs.com/blog/archives/277}}
title = "Go interfaces",
howpublished = {\url{http://www.airs.com/blog/archives/277}}
}

@misc{go_intro,
author = "Mark C. Chu-Carroll",
title = "Google's New Language: Go",
howpublished = {Internet
\url{http://scienceblogs.com/goodmath/2009/11/googles_new_language_go.php}}
title = "Google's new language: Go",
howpublished = {\url{http://scienceblogs.com/goodmath/2009/11/googles_new_language_go.php}}
}

@misc{go_doc,
author = "Go Authors",
title = "Go Package Documentation",
howpublished = {Internet \url{http://golang/doc/pkg/}}
title = "Go package documentation",
howpublished = {\url{http://golang/doc/pkg/}}
}

@misc{go_cpp,
author = "Go Authors",
title = "Go For C++ Programmers",
howpublished = {Internet,
\url{http://golang.org/doc/go_for_cpp_programmers.html}}
title = "Go for C++ programmers",
howpublished = {\url{http://golang.org/doc/go_for_cpp_programmers.html}}
}

@misc{go_blog,
author = "Go Authors",
title = "The Go Programming Language Blog",
howpublished = {Internet
\url{http://blog.golang.org}}
title = "The Go programming language blog",
howpublished = {\url{http://blog.golang.org}}
}

@misc{erlang,
author = "Ericsson Cooperation",
title = "Erlang",
howpublished = {Internet
\url{http://www.erlang.se/}}
howpublished = {\url{http://www.erlang.se/}}
}

@misc{scala,
author = "LAMP Group at EPFL",
title = "Scala",
howpublished = {Internet
howpublished = {
\url{http://www.scala-lang.org/}}
}

@misc{c,
author = "Dennis Ritchie, Brian Kernighan",
title = "The C programming language",
howpublished = {...}
howpublished = {\url{...}}
}

@misc{c++,
author = "Bjarne Stroustrup",
title = "The C++ programming language",
howpublished = {...}
howpublished = {\url{...}}
}

@misc{java,
title = "Java",
author = "James Gosling et al",
howpublished = {...}
howpublished = {\url{...}}
}

@misc{haskell,
title = "Haskell",
author = "Haskell Authors",
howpublished = {Internet \url{http://www.haskell.org/}}
howpublished = {\url{http://www.haskell.org/}}
}

@misc{so_expression_vs_statement,
author = "Stackoverflow user \begin{cjk}ΤΖΩΤΖΙΟΥ\end{cjk}",
title = "Expression vs statement",
howpublished = {Internet
\url{http://stackoverflow.com/questions/19132/expression-versus-statement}}
howpublished = {\url{http://stackoverflow.com/questions/19132/expression-versus-statement}}
}

@misc{go_youtube,
author = "Go Authors",
title = "Go Youtube channel",
howpublished = {Internet \url{http://youtube.com/gocoding}}
howpublished = {\url{http://youtube.com/gocoding}}
}

@misc{perl-packages,
author = "Perl Package Authors",
title = "Comprehensive Perl Archive Network",
howpublished = {Internet \url{http://cpan.org}}
title = "Comprehensive Perl archive network",
howpublished = { \url{http://cpan.org}}
}

@misc{plan9,
author = "Plan 9 Authors",
title = "Plan 9",
howpublished = {Internet \url{http://plan9.bell-labs.com/plan9/index.html}}
howpublished = {\url{http://plan9.bell-labs.com/plan9/index.html}}
}

@misc{limbo,
author = "Plan 9 Authors",
title = "Limbo",
howpublished = {Internet
\url{http://www.vitanuova.com/inferno/papers/limbo.html}}
howpublished = {\url{http://www.vitanuova.com/inferno/papers/limbo.html}}
}

@misc{Newsqueak,
author = "Rob Pike",
title = "Newsqueak: A Language for Communicating with Mice",
howpublished = {Internet
\url{http://swtch.com/~rsc/thread/newsqueak.pdf}}
title = "Newsqueak: A language for communicating with mice",
howpublished = {\url{http://swtch.com/~rsc/thread/newsqueak.pdf}}
}

@misc{Hoare,
author = "C. A. R. Hoare",
title = "Communicating Sequential Processes (CSP)",
howpublished = {Internet \url{ .... }}
title = "Communicating sequential processes (CSP)",
howpublished = {\url{ .... }}
}

@misc{quicksort,
author = "C. A. R. Hoare",
title = "QuickSort",
howpublished = {Internet
\url{http://en.wikipedia.org/wiki/Quicksort}}
howpublished = {\url{http://en.wikipedia.org/wiki/Quicksort}}
}

@misc{iota,
author = "Wikipedia",
title = "Iota",
howpublished = {Internet
\url{http://en.wikipedia.org/wiki/Iota}}
howpublished = {\url{http://en.wikipedia.org/wiki/Iota}}
}

@misc{fizzbuzz,
author = "Imran On Tech",
title = "Using FizzBuzz to Find Developers who Grok Coding",
howpublished = {Internet
\url{http://imranontech.com/2007/01/24/using-fizzbuzz-to-find-developers-who-grok-coding/}}
title = "Using FizzBuzz to find developers who grok coding",
howpublished = {\url{http://imranontech.com/2007/01/24/using-fizzbuzz-to-find-developers-who-grok-coding/}}
}

@misc{go_course_day2,
author = "Rob Pike",
title = "The Go Programming Language, part 2",
howpublished = {Internet
\url{http://golang.org/doc/GoCourseDay2.pdf}}
title = "The Go programming language, day 2",
howpublished = {\url{http://golang.org/doc/GoCourseDay2.pdf}}
}

@misc{curso_go,
Expand Down

0 comments on commit 2718511

Please sign in to comment.