Events2Join

Brian Kernighan


Brian Kernighan - Lex Fridman Podcast #109 - YouTube

Brian Kernighan is a professor of computer science at Princeton University. He co-authored the C Programming Language with Dennis Ritchie ...

Podcast episodes featuring Brian Kernighan - Changelog

A conversation with Brian Kernighan! Brian's been in the software game since the beginning of Unix. Yes, he was there at Bell Labs when it all ...

109 – Brian Kernighan: UNIX, C, AWK, AMPL, and Go Programming

Brian Kernighan is a professor of computer science at Princeton University. He co-authored the C Programming Language with Dennis Ritchie ...

Brian Kernighan - science.ca

Brian Kernighan Computer hardware and software ... Wrote "The C Programming Language" with Dennis Ritchie. "C is perhaps the best balance of ...

Brian Kernighan: Geek of the Week - Simple Talk - Redgate Software

Share to social media ... Brian Kernighan's name became widely known through co-authorship of the first book on the C programming language with ...

video of Brian Kernighan (history of Awk, grep, etc.) : r/programming

6.6M subscribers in the programming community. Computer Programming.

Heroes of software engineering - Brian Kernighan - the man who put ...

Kernighan is one of software engineering's greatest writers. To me, he is the living embodiment of what the formalist's formalist (Dijkstra) ...

Brian Kernighan on the origins of Unix - LWN.net

Brian Kernighan on the origins of Unix. Brian Kernighan on the origins of Unix. Posted Jan 18, 2022 18:36 UTC (Tue) by mfuzzey (subscriber, #57966)

Language Design with Brian Kernighan Holiday Repeat

Brian Kernighan is a professor of computer science at Princeton University and the author of several books, including The Go Programming Language and The C ...

Brian Kernighan Discusses Unix History - | FOSSlife

Hall writes, “Throughout the book, Kernighan shares details on the rich history of Unix, including background on Bell Labs, the spark of Unix ...

A Chat with Brian Kernighan - Irreal.org

A Chat with Brian Kernighan ... Arguably, the third most famous member of the Unix pantheon is Brian Kernighan. Although he did not, in fact, work ...

Interview: Brian Kernighan Talks About Computers, Programming ...

Brian Kernighan | Professor. Brian Kernighan is a computer scientist. He worked on Unix with its creators Ken Thompson and Dennis Ritchie at ...

Sometimes the Old Ways Are Best by Brian Kernighan

It even allows regular expression searching. This is far superior to using command line grep. SlickEdit is also available on all platforms: ...

Oral History of Brian Kernighan

Oral History of Brian Kernighan. CHM Ref: X8185.2017. © 2017 Computer History Museum. Page 2 of 31. Mashey: Well, hello, Brian. It's great to ...

Brian Kernighan's Memoirs - Breakfast Bytes - Cadence Blogs

Brian's PhD thesis, and paper with Shen Lin, were on a graph partitioning algorithm. The basic problem is to partition a graph into two so that ...

Book review: "The Go Programming Language" by Alan Donovan ...

... Brian Kernighan is... well, Brian Kernighan. Having now read the book cover-to-cover over the course of a few weeks and having worked ...

Brian Kernighan: No One Thought C Would Become So Big

We speak to Brian Kernighan, Ritchie's contemporary at Bell Labs and co-author of the famous book C Programming Language, about Ritchie's legacy.

Hello, World - CS50x 2024 - edX

Thanks to Professor Brian Kernighan (who taught CS50 when David took it!), “hello, world” has been implemented in hundreds of languages. Let's add your ...

A couple of Brian Kernighan videos - C'est la Z

A couple of Brian Kernighan videos · The Elements of Programmign Style · Software Tools · The Practice of Programming · and I'd even say The AWK ...

Brian Kernighan states in his original tutorial on pointers that ... - Quora

Variable is stored somewhere in RAM, let say at address 0x1000 and occupies 4 bytes. pVariable is pointer on Variable and pointer means - ...