- published: 21 Jul 2016
- views: 5521
In software, a stack overflow occurs if the call stack pointer exceeds the stack bound. The call stack may consist of a limited amount of address space, often determined at the start of the program. The size of the call stack depends on many factors, including the programming language, machine architecture, multi-threading, and amount of available memory. When a program attempts to use more space than is available on the call stack (that is, when it attempts to access memory beyond the call stack's bounds, which is essentially a buffer overflow), the stack is said to overflow, typically resulting in a program crash.
The most common cause of stack overflow is excessively deep or infinite recursion, in which a function calls itself so many times that the space needed to store the variables and information associated with each call is more than can fit on the stack.
An example of infinite recursion in C.
The function foo, when it is invoked, continues to invoke itself, allocating additional space on the stack each time, until the stack overflows resulting in a segmentation fault. However, some compilers implement tail-call optimization, allowing infinite recursion of a specific sort—tail recursion—to occur without stack overflow. This works because tail-recursion calls do not take up additional stack space.
Stack Overflow is a privately held website, the flagship site of the Stack Exchange Network, created in 2008 by Jeff Atwood and Joel Spolsky. It was created to be a more open alternative to earlier Q&A sites such as Experts-Exchange. The name for the website was chosen by voting in April 2008 by readers of Coding Horror, Atwood's popular programming blog.
It features questions and answers on a wide range of topics in computer programming.
The website serves as a platform for users to ask and answer questions, and, through membership and active participation, to vote questions and answers up or down and edit questions and answers in a fashion similar to a wiki or Digg. Users of Stack Overflow can earn reputation points and "badges"; for example, a person is awarded 10 reputation points for receiving an "up" vote on an answer given to a question, and can receive badges for their valued contributions, which represents a kind of gamification of the traditional Q&A site or forum. All user-generated content is licensed under a Creative Commons Attribute-ShareAlike license.
Overflow may refer to:
Stack may refer to:
Avram Joel Spolsky (born 1965) is a software engineer and writer. He is the author of Joel on Software, a blog on software development, and the creator of the product management software Trello. He was a Program Manager on the Microsoft Excel team between 1991 and 1994. He later founded Fog Creek Software in 2000 and launched the Joel on Software blog. In 2008, he launched the Stack Overflow programmer Q&A site in collaboration with Jeff Atwood. Using the Stack Exchange software product which powers Stack Overflow, the Stack Exchange Network now hosts over 100 Q&A sites.
Spolsky grew up in Albuquerque, New Mexico, and lived there until he was 15. He then moved with his family to Jerusalem, Israel, where he attended high school and completed his military service as a paratrooper. He was one of the founders of the kibbutz Hanaton in Lower Galilee. In 1987, he returned to the United States to attend college. He studied at the University of Pennsylvania for a year before transferring to Yale University, where he was a member of Pierson College and graduated in 1991 with a BS summa cum laude in Computer Science.
Making yourself the all-powerful "Root" super-user on a computer using a buffer overflow attack. Assistant Professor Dr Mike Pound details how it's done. The Stack: https://youtu.be/7ha78yWRDlE Botnets: https://youtu.be/UVFmC178_Vs The Golden Key: iPhone Encryption: https://youtu.be/6RNKtwAGvqc 3D Stereo Vision: https://youtu.be/O7B2vCsTpC0 Brain Scanner: https://youtu.be/TQ0sL1ZGnQ4 http://www.facebook.com/computerphile https://twitter.com/computer_phile This video was filmed and edited by Sean Riley. Computer Science at the University of Nottingham: http://bit.ly/nottscomputer Computerphile is a sister project to Brady Haran's Numberphile. More at http://www.bradyharan.com
LIMITED TIME - Get The Complete Software Developer's Career Guide for just $0.99 https://simpleprogrammer.com/careerguide-yt Is it worth investing your time as a programmer improving your Stack Overflow reputation? SUBSCRIBE HERE: http://bit.ly/1zPTNLT Sign up for the Simple Programmer Newsletter: http://simpleprogrammer.com/email Simple Programmer blog: http://simpleprogrammer.com Learn how to learn anything quickly: http://10stepstolearn.com Boost your career now: http://devcareerboost.com
At Stack Overflow, keeping your information safe is our top concern. We’re proud to announce the latest evolution in computer security: Dance Dance Authentication. We are rolling this feature out to most users on March 31, and all accounts will have access by April 1. See our blog post for more information: https://stackoverflow.blog/2017/03/30/stack-overflow-unveils-next-steps-computer-security/ Thank you to Arcadia Creative for helping us tell our story. http://www.arcadiacreative.com/ Stack Overflow team: Kaitlin Pike Talal Sarwani Matt Sherman Amy Schrauf Adam Lear Gabe Koscky Simon Baksys Mitsuo Kinoshita Pankit Doshi Jay Hanlon Korneel Bouman Jess Pardue Nick Larsen Yi Shan Robert Brown Steve Feldman Kevin Troy Jean Anstett Cassie Montrose Elyse Tanzillo Bret Copeland Arca...
Watch Eli's REAL Adventures at: http://www.FailedNormal.com To Ask Questions Email: Question@EliTheComputerGuy.com ******** I was working as a IT Network administrator for 2 years, then i started learning .Net from books. So my Project Manager picked me up onto c# project to become a manual tester. I was developing a site with other programmers(where i was just a helper) for our company and it takes 8 months. I understand most of code, but 80% of it was copy/pasted/modified from stackoverflow. that's the question: IF I HAVE 8 MONTHS OF EXPERIENCE WHERE I WAS COPYING AND MODYFING CODE FROM STACKOVERFLOW, CAN I SAY I'M A PROGRAMMER AND FIND JOB IN ANOTHER COMPANY? -Lucas S.
We will write our first Buffer Overflow for the stack0 level of exploit-exercises.com. Join the discussion: https://www.reddit.com/r/LiveOverflow/comments/43bo1r/0x0c_first_stack_buffer_overflow_to_modify/ Watch the previous video on how to setup the VM stack0: https://exploit-exercises.com/protostar/stack0/ Intel Reference: intel.de/content/dam/www/public/us/en/documents/manuals/64-ia-32-architectures-software-developer-instruction-set-reference-manual-325383.pdf
This presentation was recorded at GOTO Copenhagen 2016 http://gotocph.com Evelina Gabasova - F# Expert & Researcher at University of Cambridge ABSTRACT When you’re stuck while programming - who you gonna call? StackOverflow! It’s an invaluable source of daily help to many. Interestingly [...] Download slides and read the full abstract here: https://gotocon.com/cph-2016/presentations/show_talk.jsp?oid=7746 https://twitter.com/GOTOcph https://www.facebook.com/GOTOConference http://gotocon.com
A first step to become a true Hacker. ImmunityDebugger_1_83 = http://sdrv.ms/186fUR0 Mona.py = http://sdrv.ms/1bNIR2H Dev-C++ = http://sdrv.ms/1fdK5Ym Shellcode Calc.exe = http://sdrv.ms/17lJgI3 dll.dll = http://sdrv.ms/1kAlUEq dll source = https://goo.gl/FsDlfG This Channel is intended to Technology Professionals and Forensic investigators to discuss latest security vulnerability breaches and not to Crackers that want to take advantage from Ordinary Users to commit crimes..Plz do not use this channel to violate Youtube Rules
Google Tech Talk April 24, 2009 ABSTRACT Presented by Joel Spolsky Until recently, searching for help on highly technical programming problems has been a mess. A lot of what the search engines found was old discussions in forums, where you have a lot of wrong answers and out-of-date answers that you have to sift through yourself. You also found a lot of answers at sites that were hidden behind a pay wall, which uncloaked themselves for Google and then demanded membership fees to see the answers. StackOverflow.com is a programmer's Q&A; site that launched last September to address these problems. It incorporates more modern ideas about community such as voting and public editing, and even a few ideas from game design, to create a much more successful way to get help with program...
毎月 4,000 万人超のユーザーが利用し、毎月 60 億のヒット数があり、毎月 55 TB のデータが使われる Stack Overflow は Read/Write 用 と Read 用の 2 つの SQL Server で稼働しています。 SQL Server 2016 SP1 なら小規模から大規模まで同じコードで利用できます。Stack Overflow は回答者であるように感謝されますが実際はコミュニティ参加の皆さんによって貢献されています。 SQL Database の詳細はこちら https://www.microsoft.com/ja-jp/cloud-platform/products-SQL-Server-2016.aspx
This tutorial goes over the basic technique of how to exploit a buffer overflow vulnerability with an example. This tutorial assumes that you already have: basic C knowledge, gdb, gcc and how programs represent memory. The source code for the program can be downloaded at https://drive.google.com/file/d/0B8b0M2LATseXYWRiVHdkaGhwRjg/view?usp=sharing The 46 byte shellcode used in this program is "\x31\xc0\xb0\x46\x31\xdb\x31\xc9\xcd\x80\xeb\x16\x5b\x31\xc0\x88\x43\x07\x89\x5b\x08\x89\x43\x0c\xb0\x0b\x8d\x4b\x08\x8d\x53\x0c\xcd\x80\xe8\xe5\xff\xff\xff\x2f\x62\x69\x6e\x2f\x73\x68" The compiling line is gcc -o example -fno-stack-protector -m32 -z execstack example.c -fno-stack-protector === Removes the canary value at the end of the buffer -m32 === Sets the program to compile into a 32 bit ...
stackoverflow.com is the wesite relating computer and programmer. stackoverflow present itself as a question/ answer portal for all question regarding programming, designing and stackoverflow careers. For more detail :http://www.loginhelps.com/www-stackoverflow-com-login/
Stack Exchange CEO Joel Spolsky talks about the competition
Oded Coster, a C# developer at Stack Overflow gives a talk at our junior developer meetup on how to ask good questions on Stack Overflow. Our junior developer meetup focussed on career progression in programming. We looked at how you don't have to come from a traditional background to learn how to code. All you need is the drive and passion to succeed. Stack Overflow Careers, which launched in 2011 is the leading professional resource for programmers to find jobs and explore career opportunities. It enables employers to engage with the largest community of developers in the world on Stack Overflow. Services include employer branding platforms, targeted job listings on Stack Overflow, and an exclusive candidate search tool - enabling employers and recruiters to browse and contact some o...
Think hiring the best engineers is tough? What about keeping engineers engaged once they are a part of your organization? Watch the video to hear how Joel Spolsky, founder and CEO of Stack Overflow, and Igor Shindel, CIO of AppNexus, think about these issues and discuss what it takes to build and manage a world-class engineering organization. This event is part of the Tech Talks @AppNexus series. Learn more at http://www.meetup.com/TechTalks-AppNexus-NYC/
When you’re stuck while programming - who you gonna call? StackOverflow! It’s an invaluable source of daily help to many. Interestingly, you can also download the entire data dump of StackOverflow and let machine learning loose on the dataset. In the talk I’ll look at what we can learn from the crowdsourced knowledge of developers worldwide. Meanwhile, you will also learn about ideas behind some machine learning algorithms that can give us insights into complex data - and also how does it all relate to cancer research! I will use a combination of statistical computing language R with functional language F# to show how you can easily access and process large-scale data the functional way.
Adam Forsyth http://2013.pycon-au.org/schedule/30083/view_talk Stack Overflow is the single greatest repository of coding knowledge in the world. Now approaching five years old, its community-moderated, strict Q&A; format has made it far more useful than other similar sites. Contributing to it, however, can be intimidating. The questions of new users are often voted down or closed with little comment, or edited by the community in was the original poster doesn't understand. Answering is even w
for stack overflow question.
Making yourself the all-powerful "Root" super-user on a computer using a buffer overflow attack. Assistant Professor Dr Mike Pound details how it's done. The Stack: https://youtu.be/7ha78yWRDlE Botnets: https://youtu.be/UVFmC178_Vs The Golden Key: iPhone Encryption: https://youtu.be/6RNKtwAGvqc 3D Stereo Vision: https://youtu.be/O7B2vCsTpC0 Brain Scanner: https://youtu.be/TQ0sL1ZGnQ4 http://www.facebook.com/computerphile https://twitter.com/computer_phile This video was filmed and edited by Sean Riley. Computer Science at the University of Nottingham: http://bit.ly/nottscomputer Computerphile is a sister project to Brady Haran's Numberphile. More at http://www.bradyharan.com
LIMITED TIME - Get The Complete Software Developer's Career Guide for just $0.99 https://simpleprogrammer.com/careerguide-yt Is it worth investing your time as a programmer improving your Stack Overflow reputation? SUBSCRIBE HERE: http://bit.ly/1zPTNLT Sign up for the Simple Programmer Newsletter: http://simpleprogrammer.com/email Simple Programmer blog: http://simpleprogrammer.com Learn how to learn anything quickly: http://10stepstolearn.com Boost your career now: http://devcareerboost.com
At Stack Overflow, keeping your information safe is our top concern. We’re proud to announce the latest evolution in computer security: Dance Dance Authentication. We are rolling this feature out to most users on March 31, and all accounts will have access by April 1. See our blog post for more information: https://stackoverflow.blog/2017/03/30/stack-overflow-unveils-next-steps-computer-security/ Thank you to Arcadia Creative for helping us tell our story. http://www.arcadiacreative.com/ Stack Overflow team: Kaitlin Pike Talal Sarwani Matt Sherman Amy Schrauf Adam Lear Gabe Koscky Simon Baksys Mitsuo Kinoshita Pankit Doshi Jay Hanlon Korneel Bouman Jess Pardue Nick Larsen Yi Shan Robert Brown Steve Feldman Kevin Troy Jean Anstett Cassie Montrose Elyse Tanzillo Bret Copeland Arca...
Watch Eli's REAL Adventures at: http://www.FailedNormal.com To Ask Questions Email: Question@EliTheComputerGuy.com ******** I was working as a IT Network administrator for 2 years, then i started learning .Net from books. So my Project Manager picked me up onto c# project to become a manual tester. I was developing a site with other programmers(where i was just a helper) for our company and it takes 8 months. I understand most of code, but 80% of it was copy/pasted/modified from stackoverflow. that's the question: IF I HAVE 8 MONTHS OF EXPERIENCE WHERE I WAS COPYING AND MODYFING CODE FROM STACKOVERFLOW, CAN I SAY I'M A PROGRAMMER AND FIND JOB IN ANOTHER COMPANY? -Lucas S.
We will write our first Buffer Overflow for the stack0 level of exploit-exercises.com. Join the discussion: https://www.reddit.com/r/LiveOverflow/comments/43bo1r/0x0c_first_stack_buffer_overflow_to_modify/ Watch the previous video on how to setup the VM stack0: https://exploit-exercises.com/protostar/stack0/ Intel Reference: intel.de/content/dam/www/public/us/en/documents/manuals/64-ia-32-architectures-software-developer-instruction-set-reference-manual-325383.pdf
This presentation was recorded at GOTO Copenhagen 2016 http://gotocph.com Evelina Gabasova - F# Expert & Researcher at University of Cambridge ABSTRACT When you’re stuck while programming - who you gonna call? StackOverflow! It’s an invaluable source of daily help to many. Interestingly [...] Download slides and read the full abstract here: https://gotocon.com/cph-2016/presentations/show_talk.jsp?oid=7746 https://twitter.com/GOTOcph https://www.facebook.com/GOTOConference http://gotocon.com
A first step to become a true Hacker. ImmunityDebugger_1_83 = http://sdrv.ms/186fUR0 Mona.py = http://sdrv.ms/1bNIR2H Dev-C++ = http://sdrv.ms/1fdK5Ym Shellcode Calc.exe = http://sdrv.ms/17lJgI3 dll.dll = http://sdrv.ms/1kAlUEq dll source = https://goo.gl/FsDlfG This Channel is intended to Technology Professionals and Forensic investigators to discuss latest security vulnerability breaches and not to Crackers that want to take advantage from Ordinary Users to commit crimes..Plz do not use this channel to violate Youtube Rules
Google Tech Talk April 24, 2009 ABSTRACT Presented by Joel Spolsky Until recently, searching for help on highly technical programming problems has been a mess. A lot of what the search engines found was old discussions in forums, where you have a lot of wrong answers and out-of-date answers that you have to sift through yourself. You also found a lot of answers at sites that were hidden behind a pay wall, which uncloaked themselves for Google and then demanded membership fees to see the answers. StackOverflow.com is a programmer's Q&A; site that launched last September to address these problems. It incorporates more modern ideas about community such as voting and public editing, and even a few ideas from game design, to create a much more successful way to get help with program...
毎月 4,000 万人超のユーザーが利用し、毎月 60 億のヒット数があり、毎月 55 TB のデータが使われる Stack Overflow は Read/Write 用 と Read 用の 2 つの SQL Server で稼働しています。 SQL Server 2016 SP1 なら小規模から大規模まで同じコードで利用できます。Stack Overflow は回答者であるように感謝されますが実際はコミュニティ参加の皆さんによって貢献されています。 SQL Database の詳細はこちら https://www.microsoft.com/ja-jp/cloud-platform/products-SQL-Server-2016.aspx
This tutorial goes over the basic technique of how to exploit a buffer overflow vulnerability with an example. This tutorial assumes that you already have: basic C knowledge, gdb, gcc and how programs represent memory. The source code for the program can be downloaded at https://drive.google.com/file/d/0B8b0M2LATseXYWRiVHdkaGhwRjg/view?usp=sharing The 46 byte shellcode used in this program is "\x31\xc0\xb0\x46\x31\xdb\x31\xc9\xcd\x80\xeb\x16\x5b\x31\xc0\x88\x43\x07\x89\x5b\x08\x89\x43\x0c\xb0\x0b\x8d\x4b\x08\x8d\x53\x0c\xcd\x80\xe8\xe5\xff\xff\xff\x2f\x62\x69\x6e\x2f\x73\x68" The compiling line is gcc -o example -fno-stack-protector -m32 -z execstack example.c -fno-stack-protector === Removes the canary value at the end of the buffer -m32 === Sets the program to compile into a 32 bit ...
stackoverflow.com is the wesite relating computer and programmer. stackoverflow present itself as a question/ answer portal for all question regarding programming, designing and stackoverflow careers. For more detail :http://www.loginhelps.com/www-stackoverflow-com-login/
Stack Exchange CEO Joel Spolsky talks about the competition
Oded Coster, a C# developer at Stack Overflow gives a talk at our junior developer meetup on how to ask good questions on Stack Overflow. Our junior developer meetup focussed on career progression in programming. We looked at how you don't have to come from a traditional background to learn how to code. All you need is the drive and passion to succeed. Stack Overflow Careers, which launched in 2011 is the leading professional resource for programmers to find jobs and explore career opportunities. It enables employers to engage with the largest community of developers in the world on Stack Overflow. Services include employer branding platforms, targeted job listings on Stack Overflow, and an exclusive candidate search tool - enabling employers and recruiters to browse and contact some o...
Think hiring the best engineers is tough? What about keeping engineers engaged once they are a part of your organization? Watch the video to hear how Joel Spolsky, founder and CEO of Stack Overflow, and Igor Shindel, CIO of AppNexus, think about these issues and discuss what it takes to build and manage a world-class engineering organization. This event is part of the Tech Talks @AppNexus series. Learn more at http://www.meetup.com/TechTalks-AppNexus-NYC/
When you’re stuck while programming - who you gonna call? StackOverflow! It’s an invaluable source of daily help to many. Interestingly, you can also download the entire data dump of StackOverflow and let machine learning loose on the dataset. In the talk I’ll look at what we can learn from the crowdsourced knowledge of developers worldwide. Meanwhile, you will also learn about ideas behind some machine learning algorithms that can give us insights into complex data - and also how does it all relate to cancer research! I will use a combination of statistical computing language R with functional language F# to show how you can easily access and process large-scale data the functional way.
Adam Forsyth http://2013.pycon-au.org/schedule/30083/view_talk Stack Overflow is the single greatest repository of coding knowledge in the world. Now approaching five years old, its community-moderated, strict Q&A; format has made it far more useful than other similar sites. Contributing to it, however, can be intimidating. The questions of new users are often voted down or closed with little comment, or edited by the community in was the original poster doesn't understand. Answering is even w
This presentation was recorded at GOTO Copenhagen 2016 http://gotocph.com Evelina Gabasova - F# Expert & Researcher at University of Cambridge ABSTRACT When you’re stuck while programming - who you gonna call? StackOverflow! It’s an invaluable source of daily help to many. Interestingly [...] Download slides and read the full abstract here: https://gotocon.com/cph-2016/presentations/show_talk.jsp?oid=7746 https://twitter.com/GOTOcph https://www.facebook.com/GOTOConference http://gotocon.com
Google Tech Talk April 24, 2009 ABSTRACT Presented by Joel Spolsky Until recently, searching for help on highly technical programming problems has been a mess. A lot of what the search engines found was old discussions in forums, where you have a lot of wrong answers and out-of-date answers that you have to sift through yourself. You also found a lot of answers at sites that were hidden behind a pay wall, which uncloaked themselves for Google and then demanded membership fees to see the answers. StackOverflow.com is a programmer's Q&A; site that launched last September to address these problems. It incorporates more modern ideas about community such as voting and public editing, and even a few ideas from game design, to create a much more successful way to get help with program...
Adam Forsyth http://2013.pycon-au.org/schedule/30083/view_talk Stack Overflow is the single greatest repository of coding knowledge in the world. Now approaching five years old, its community-moderated, strict Q&A; format has made it far more useful than other similar sites. Contributing to it, however, can be intimidating. The questions of new users are often voted down or closed with little comment, or edited by the community in was the original poster doesn't understand. Answering is even w
Stack Overflow is a website that helps millions of developers every day. On the other hand, not many developers realize that this site serves them with incredible efficiency. For example, a question and answer page is typically served in 10ms. How do you serve so many requests in so little time while running on 9 web servers? In this new talk, I will explain how this is planned, implemented and measured. Marco is a developer in the core Q&A; team of Stack Overflow since 2013. While not creating bugs and fixing them in a hurry, he enjoys blogging on sklivvz.com, covering computers topics from transistors to tech leadership.He frequently speaks on architecture, engineering and Stack Overflow. JSConf.Asia - Capitol Theatre, Singapore - 25+26 November 2016. Source: https://2016.jsconf.asi...
Joel on Software, live! Insights into the modern world of software development from an engineer and entrepreneur whose musings on technology have entertained, informed and influenced the culture of programming for nearly two decades. He’s the the co-founder of Fog Creek Software, the CEO of developer site Stack Overflow, and the co-founder of project management service Trello. Read the story: http://www.geekwire.com/2016/just-shut-let-devs-concentrate-programming-expert-advises/
Think hiring the best engineers is tough? What about keeping engineers engaged once they are a part of your organization? Watch the video to hear how Joel Spolsky, founder and CEO of Stack Overflow, and Igor Shindel, CIO of AppNexus, think about these issues and discuss what it takes to build and manage a world-class engineering organization. This event is part of the Tech Talks @AppNexus series. Learn more at http://www.meetup.com/TechTalks-AppNexus-NYC/
When you’re stuck while programming - who you gonna call? StackOverflow! It’s an invaluable source of daily help to many. Interestingly, you can also download the entire data dump of StackOverflow and let machine learning loose on the dataset. In the talk I’ll look at what we can learn from the crowdsourced knowledge of developers worldwide. Meanwhile, you will also learn about ideas behind some machine learning algorithms that can give us insights into complex data - and also how does it all relate to cancer research! I will use a combination of statistical computing language R with functional language F# to show how you can easily access and process large-scale data the functional way.
Joel Spolsky, CEO of Stack Exchange gave a keynote talk for London Technology Week 2015 entitled 'Coding & Caffeine: the search for technical talent'. Joel used the talk to explain the 10 things that programmers want in their job - based on research conducted with users of Stack Overflow. To find out more about what developers care about, and the London tech scene, you can download the Coding & Caffeine White Paper for free: http://bit.ly/1N9DgEw The talk took place in London's iconic Barbican Centre, on Friday 19th June 2015.
Stack Overflow is the largest online community of developers, and the performance and reliability of our SQL Server databases are crucial to serving over 1.3 Billion page views each month with each rendered in ~10-20 milliseconds. The Site Reliability Engineering (SRE) team is responsible for designing and maintaining our infrastructure (SQL Server, Redis, IIS, Haproxy, ElasticSearch, Fastly CDN) and finding ways of getting the most performance from a minimal amount of physical hardware. We try and design all of our solutions to be as simple as possible, and we believe that troubleshooting should be a first class feature of any critical system. This high level session will show how we use Availability Groups (AGs) to scale out the SQL workload and meet our current HA/DR needs, as well as ...
Marco Cecconi (Stack Overflow) The Architecture of Stack Overflow
This event originally aired on June 18, 2014. Building a product is hard enough, but building out your developer team can be even more challenging. As the most in-demand job nationwide, four open jobs exist for every one developer out there. To hire best-in-class developers, you need to know how to stand out and attract top tech talent. Join key players behind Stack Overflow to learn how to build out your tech team and how developers wish to be contacted, based on results from our annual user survey. About Will Cole Will Cole is the Product Manager for Careers 2.0: the hiring platform that connects employers to the developers on Stack Overflow. Will spends much of his time working with developers on Stack Overflow to understand how they participate in the recruiting process, and buildin...
Joel Spolsky from Stack Overflow speaking on 'What do top programmers really care about when looking for a job' at Talent Leaders Connect Feb 2014 #TLCon Listen in to this presentation in podcast form at http://thejobpost.podbean.com/ Subscribe to TheJobPost Channel http://www.youtube.com/subscription_center?add_user=TheJobPost WEBSITE http://www.thejobpost.co.uk TWITTER http://www.twitter.com/thejobpost LINKEDIN https://www.linkedin.com/groups/Talent-Leaders-Connect-TLCon-7470744/about ITUNES http://bit.ly/11aFFNI
This lesson wraps up the subject of functions in C. You will see how your programs can blow up when you use functions incorrectly. You'll also learn about passing pointer arguments and returning pointer values.
Marco Cecconi, Web Developer from Stack Overflow: "Stack Overflow - It's all about performance!"
Just a quick and dirty overview of smashing the stack for fun and or profit.
Join us for a conversation with Joel Spolsky, founder and CEO of Stack Overflow, the #1 site for developers to ask and answer programming questions. During this chat, Joel will talk about his experiences scaling startups and what it takes to build a developer-centric culture in the workplace. Joel is a globally recognized expert on software development and is known by developers around the world for his website Joel on Software. In 2000, he founded his first company, Fog Creek Software, which creates project management tools for software developers, including Trello, which recently spun out into its own company. This chat was moderated by Peter Marx, CTO City of Los Angeles. Stay connected to our community! Subscribe- http://www.youtube.com/subscription_c... GA Facebook- https://www.faceb...
DevDay (http://devday.pl), 20th of September 2013, Kraków Marco Cecconi - "The Architecture of StackOverflow" Description: "Stack Overflow, and its Q&A; network Stack Exchange, have been growing exponentially for the last four years. They now encompass: - 103 Q&A; sites - 3.6 million users - 6.5 million questions - 11.9 million answers In this talk, I will describe: - The physical architecture of Stack Overflow. How many servers are there? What is their purpose and what are their specs? - The logical architecture of the software. How do we scale up? What are the main building blocks of our software? - The tooling system. What supports our extreme optimization philosophy? - The development team. What are our core values? What footprint do we want to leave as developers?"