Author: Jack Luger
Publisher: Independently Published
ISBN:
Category : Reference
Languages : en
Pages : 0
Book Description
Code Making and Code Breaking by Jack Luger is a practical guide to the world of cryptography. This illustrated book explores the art of creating secret codes and the methods used to decipher them. From simple substitution ciphers to complex algorithms, Luger delves into the history, techniques, and applications of cryptography. Whether you're a hobbyist, student, or professional, this book offers a clear and engaging introduction to the fascinating world of code making and breaking.
Code Making and Code Breaking
Author: Jack Luger
Publisher: Independently Published
ISBN:
Category : Reference
Languages : en
Pages : 0
Book Description
Code Making and Code Breaking by Jack Luger is a practical guide to the world of cryptography. This illustrated book explores the art of creating secret codes and the methods used to decipher them. From simple substitution ciphers to complex algorithms, Luger delves into the history, techniques, and applications of cryptography. Whether you're a hobbyist, student, or professional, this book offers a clear and engaging introduction to the fascinating world of code making and breaking.
Publisher: Independently Published
ISBN:
Category : Reference
Languages : en
Pages : 0
Book Description
Code Making and Code Breaking by Jack Luger is a practical guide to the world of cryptography. This illustrated book explores the art of creating secret codes and the methods used to decipher them. From simple substitution ciphers to complex algorithms, Luger delves into the history, techniques, and applications of cryptography. Whether you're a hobbyist, student, or professional, this book offers a clear and engaging introduction to the fascinating world of code making and breaking.
The Code of Capital
Author: Katharina Pistor
Publisher: Princeton University Press
ISBN: 0691208603
Category : Business & Economics
Languages : en
Pages : 315
Book Description
"Capital is the defining feature of modern economies, yet most people have no idea where it actually comes from. What is it, exactly, that transforms mere wealth into an asset that automatically creates more wealth? The Code of Capital explains how capital is created behind closed doors in the offices of private attorneys, and why this little-known fact is one of the biggest reasons for the widening wealth gap between the holders of capital and everybody else. In this revealing book, Katharina Pistor argues that the law selectively "codes" certain assets, endowing them with the capacity to protect and produce private wealth. With the right legal coding, any object, claim, or idea can be turned into capital - and lawyers are the keepers of the code. Pistor describes how they pick and choose among different legal systems and legal devices for the ones that best serve their clients' needs, and how techniques that were first perfected centuries ago to code landholdings as capital are being used today to code stocks, bonds, ideas, and even expectations--assets that exist only in law. A powerful new way of thinking about one of the most pernicious problems of our time, The Code of Capital explores the different ways that debt, complex financial products, and other assets are coded to give financial advantage to their holders. This provocative book paints a troubling portrait of the pervasive global nature of the code, the people who shape it, and the governments that enforce it."--Provided by publisher.
Publisher: Princeton University Press
ISBN: 0691208603
Category : Business & Economics
Languages : en
Pages : 315
Book Description
"Capital is the defining feature of modern economies, yet most people have no idea where it actually comes from. What is it, exactly, that transforms mere wealth into an asset that automatically creates more wealth? The Code of Capital explains how capital is created behind closed doors in the offices of private attorneys, and why this little-known fact is one of the biggest reasons for the widening wealth gap between the holders of capital and everybody else. In this revealing book, Katharina Pistor argues that the law selectively "codes" certain assets, endowing them with the capacity to protect and produce private wealth. With the right legal coding, any object, claim, or idea can be turned into capital - and lawyers are the keepers of the code. Pistor describes how they pick and choose among different legal systems and legal devices for the ones that best serve their clients' needs, and how techniques that were first perfected centuries ago to code landholdings as capital are being used today to code stocks, bonds, ideas, and even expectations--assets that exist only in law. A powerful new way of thinking about one of the most pernicious problems of our time, The Code of Capital explores the different ways that debt, complex financial products, and other assets are coded to give financial advantage to their holders. This provocative book paints a troubling portrait of the pervasive global nature of the code, the people who shape it, and the governments that enforce it."--Provided by publisher.
Working Effectively with Legacy Code
Author: Michael Feathers
Publisher: Prentice Hall Professional
ISBN: 0132931753
Category : Computers
Languages : en
Pages : 457
Book Description
Get more out of your legacy systems: more performance, functionality, reliability, and manageability Is your code easy to change? Can you get nearly instantaneous feedback when you do change it? Do you understand it? If the answer to any of these questions is no, you have legacy code, and it is draining time and money away from your development efforts. In this book, Michael Feathers offers start-to-finish strategies for working more effectively with large, untested legacy code bases. This book draws on material Michael created for his renowned Object Mentor seminars: techniques Michael has used in mentoring to help hundreds of developers, technical managers, and testers bring their legacy systems under control. The topics covered include Understanding the mechanics of software change: adding features, fixing bugs, improving design, optimizing performance Getting legacy code into a test harness Writing tests that protect you against introducing new problems Techniques that can be used with any language or platform—with examples in Java, C++, C, and C# Accurately identifying where code changes need to be made Coping with legacy systems that aren't object-oriented Handling applications that don't seem to have any structure This book also includes a catalog of twenty-four dependency-breaking techniques that help you work with program elements in isolation and make safer changes.
Publisher: Prentice Hall Professional
ISBN: 0132931753
Category : Computers
Languages : en
Pages : 457
Book Description
Get more out of your legacy systems: more performance, functionality, reliability, and manageability Is your code easy to change? Can you get nearly instantaneous feedback when you do change it? Do you understand it? If the answer to any of these questions is no, you have legacy code, and it is draining time and money away from your development efforts. In this book, Michael Feathers offers start-to-finish strategies for working more effectively with large, untested legacy code bases. This book draws on material Michael created for his renowned Object Mentor seminars: techniques Michael has used in mentoring to help hundreds of developers, technical managers, and testers bring their legacy systems under control. The topics covered include Understanding the mechanics of software change: adding features, fixing bugs, improving design, optimizing performance Getting legacy code into a test harness Writing tests that protect you against introducing new problems Techniques that can be used with any language or platform—with examples in Java, C++, C, and C# Accurately identifying where code changes need to be made Coping with legacy systems that aren't object-oriented Handling applications that don't seem to have any structure This book also includes a catalog of twenty-four dependency-breaking techniques that help you work with program elements in isolation and make safer changes.
Learn to Code by Solving Problems
Author: Daniel Zingaro
Publisher: No Starch Press
ISBN: 1718501331
Category : Computers
Languages : en
Pages : 392
Book Description
Learn to Code by Solving Problems is a practical introduction to programming using Python. It uses coding-competition challenges to teach you the mechanics of coding and how to think like a savvy programmer. Computers are capable of solving almost any problem when given the right instructions. That’s where programming comes in. This beginner’s book will have you writing Python programs right away. You’ll solve interesting problems drawn from real coding competitions and build your programming skills as you go. Every chapter presents problems from coding challenge websites, where online judges test your solutions and provide targeted feedback. As you practice using core Python features, functions, and techniques, you’ll develop a clear understanding of data structures, algorithms, and other programming basics. Bonus exercises invite you to explore new concepts on your own, and multiple-choice questions encourage you to think about how each piece of code works. You’ll learn how to: Run Python code, work with strings, and use variables Write programs that make decisions Make code more efficient with while and for loops Use Python sets, lists, and dictionaries to organize, sort, and search data Design programs using functions and top-down design Create complete-search algorithms and use Big O notation to design more efficient code By the end of the book, you’ll not only be proficient in Python, but you’ll also understand how to think through problems and tackle them with code. Programming languages come and go, but this book gives you the lasting foundation you need to start thinking like a programmer.
Publisher: No Starch Press
ISBN: 1718501331
Category : Computers
Languages : en
Pages : 392
Book Description
Learn to Code by Solving Problems is a practical introduction to programming using Python. It uses coding-competition challenges to teach you the mechanics of coding and how to think like a savvy programmer. Computers are capable of solving almost any problem when given the right instructions. That’s where programming comes in. This beginner’s book will have you writing Python programs right away. You’ll solve interesting problems drawn from real coding competitions and build your programming skills as you go. Every chapter presents problems from coding challenge websites, where online judges test your solutions and provide targeted feedback. As you practice using core Python features, functions, and techniques, you’ll develop a clear understanding of data structures, algorithms, and other programming basics. Bonus exercises invite you to explore new concepts on your own, and multiple-choice questions encourage you to think about how each piece of code works. You’ll learn how to: Run Python code, work with strings, and use variables Write programs that make decisions Make code more efficient with while and for loops Use Python sets, lists, and dictionaries to organize, sort, and search data Design programs using functions and top-down design Create complete-search algorithms and use Big O notation to design more efficient code By the end of the book, you’ll not only be proficient in Python, but you’ll also understand how to think through problems and tackle them with code. Programming languages come and go, but this book gives you the lasting foundation you need to start thinking like a programmer.
The Nature of Code
Author: Daniel Shiffman
Publisher: No Starch Press
ISBN: 1718503717
Category : Computers
Languages : en
Pages : 642
Book Description
All aboard The Coding Train! This beginner-friendly creative coding tutorial is designed to grow your skills in a fun, hands-on way as you build simulations of real-world phenomena with “The Coding Train” YouTube star Daniel Shiffman. What if you could re-create the awe-inspiring flocking patterns of birds or the hypnotic dance of fireflies—with code? For over a decade, The Nature of Code has empowered countless readers to do just that, bridging the gap between creative expression and programming. This innovative guide by Daniel Shiffman, creator of the beloved Coding Train, welcomes budding and seasoned programmers alike into a world where code meets playful creativity. This JavaScript-based edition of Shiffman’s groundbreaking work gently unfolds the mysteries of the natural world, turning complex topics like genetic algorithms, physics-based simulations, and neural networks into accessible and visually stunning creations. Embark on this extraordinary adventure with projects involving: A physics engine: Simulate the push and pull of gravitational attraction. Flocking birds: Choreograph the mesmerizing dance of a flock. Branching trees: Grow lifelike and organic tree structures. Neural networks: Craft intelligent systems that learn and adapt. Cellular automata: Uncover the magic of self-organizing patterns. Evolutionary algorithms: Play witness to natural selection in your code. Shiffman’s work has transformed thousands of curious minds into creators, breaking down barriers between science, art, and technology, and inviting readers to see code not just as a tool for tasks but as a canvas for boundless creativity. Whether you’re deciphering the elegant patterns of natural phenomena or crafting your own digital ecosystems, Shiffman’s guidance is sure to inform and inspire. The Nature of Code is not just about coding; it’s about looking at the natural world in a new way and letting its wonders inspire your next creation. Dive in and discover the joy of turning code into art—all while mastering coding fundamentals along the way. NOTE: All examples are written with p5.js, a JavaScript library for creative coding, and are available on the book's website.
Publisher: No Starch Press
ISBN: 1718503717
Category : Computers
Languages : en
Pages : 642
Book Description
All aboard The Coding Train! This beginner-friendly creative coding tutorial is designed to grow your skills in a fun, hands-on way as you build simulations of real-world phenomena with “The Coding Train” YouTube star Daniel Shiffman. What if you could re-create the awe-inspiring flocking patterns of birds or the hypnotic dance of fireflies—with code? For over a decade, The Nature of Code has empowered countless readers to do just that, bridging the gap between creative expression and programming. This innovative guide by Daniel Shiffman, creator of the beloved Coding Train, welcomes budding and seasoned programmers alike into a world where code meets playful creativity. This JavaScript-based edition of Shiffman’s groundbreaking work gently unfolds the mysteries of the natural world, turning complex topics like genetic algorithms, physics-based simulations, and neural networks into accessible and visually stunning creations. Embark on this extraordinary adventure with projects involving: A physics engine: Simulate the push and pull of gravitational attraction. Flocking birds: Choreograph the mesmerizing dance of a flock. Branching trees: Grow lifelike and organic tree structures. Neural networks: Craft intelligent systems that learn and adapt. Cellular automata: Uncover the magic of self-organizing patterns. Evolutionary algorithms: Play witness to natural selection in your code. Shiffman’s work has transformed thousands of curious minds into creators, breaking down barriers between science, art, and technology, and inviting readers to see code not just as a tool for tasks but as a canvas for boundless creativity. Whether you’re deciphering the elegant patterns of natural phenomena or crafting your own digital ecosystems, Shiffman’s guidance is sure to inform and inspire. The Nature of Code is not just about coding; it’s about looking at the natural world in a new way and letting its wonders inspire your next creation. Dive in and discover the joy of turning code into art—all while mastering coding fundamentals along the way. NOTE: All examples are written with p5.js, a JavaScript library for creative coding, and are available on the book's website.
Refactoring
Author: Martin Fowler
Publisher: Addison-Wesley Professional
ISBN: 0201485672
Category : Computers
Languages : en
Pages : 461
Book Description
Refactoring is gaining momentum amongst the object oriented programming community. It can transform the internal dynamics of applications and has the capacity to transform bad code into good code. This book offers an introduction to refactoring.
Publisher: Addison-Wesley Professional
ISBN: 0201485672
Category : Computers
Languages : en
Pages : 461
Book Description
Refactoring is gaining momentum amongst the object oriented programming community. It can transform the internal dynamics of applications and has the capacity to transform bad code into good code. This book offers an introduction to refactoring.
Clean Code
Author: Robert C. Martin
Publisher: Pearson Education
ISBN: 0132350882
Category : Computers
Languages : en
Pages : 464
Book Description
This title shows the process of cleaning code. Rather than just illustrating the end result, or just the starting and ending state, the author shows how several dozen seemingly small code changes can positively impact the performance and maintainability of an application code base.
Publisher: Pearson Education
ISBN: 0132350882
Category : Computers
Languages : en
Pages : 464
Book Description
This title shows the process of cleaning code. Rather than just illustrating the end result, or just the starting and ending state, the author shows how several dozen seemingly small code changes can positively impact the performance and maintainability of an application code base.
Between Silk and Cyanide
Author: Leo Marks
Publisher: Simon and Schuster
ISBN: 0743200896
Category : Biography & Autobiography
Languages : en
Pages : 624
Book Description
In 1942, with a black-market chicken tucked under his arm by his mother, Leo Marks left his father's famous bookshop, 84 Charing Cross Road, and went off to fight the war. He was twenty-two. Soon recognized as a cryptographer of genius, he became head of communications at the Special Operations Executive (SOE), where he revolutionized the codemaking techniques of the Allies and trained some of the most famous agents dropped into occupied Europe. As a top codemaker, Marks had a unique perspective on one of the most fascinating and, until now, little-known aspects of the Second World War. This stunning memoir, often funny, always gripping and acutely sensitive to the human cost of each operation, provides a unique inside picture of the extraordinary SOE organization at work and reveals for the first time many unknown truths about the conduct of the war. SOE was created in July 1940 with a mandate from Winston Churchill to "set Europe ablaze." Its main function was to infiltrate agents into enemy-occupied territory to perform acts of sabotage and form secret armies in preparation for D-Day. Marks's ingenious codemaking innovation was to devise and implement a system of random numeric codes printed on silk. Camouflaged as handkerchiefs, underwear, or coat linings, these codes could be destroyed message by message, and therefore could not possibly be remembered by the agents, even under torture. Between Silk and Cyanide chronicles Marks's obsessive quest to improve the security of agents' codes and how this crusade led to his involvement in some of the war's most dramatic and secret operations. Among the astonishing revelations is his account of the code war between SOE and the Germans in Holland. He also reveals for the first time how SOE fooled the Germans into thinking that a secret army was operating in the Fatherland itself, and how and why he broke the code that General de Gaulle insisted be available only to the Free French. By the end of this incredible tale, truly one of the last great World War II memoirs, it is clear why General Eisenhower credited the SOE, particularly its communications department, with shortening the war by three months. From the difficulties of safeguarding the messages that led to the destruction of the atomic weapons plant at Rjukan in Norway to the surveillance of Hitler's long-range missile base at Peenemünde to the true extent of Nazi infiltration of Allied agents, Between Silk and Cyanide sheds light on one of the least-known but most dramatic aspects of the war. Writing with the narrative flair and vivid characterization of his famous screenplays, Marks gives free rein to his keen sense of the absurd and wry wit without ever losing touch with the very human side of the story. His close relationship with "the White Rabbit" and Violette Szabo -- two of the greatest British agents of the war -- and his accounts of the many others he dealt with result in a thrilling and poignant memoir that celebrates individual courage and endeavor, without losing sight of the human cost and horror of war.
Publisher: Simon and Schuster
ISBN: 0743200896
Category : Biography & Autobiography
Languages : en
Pages : 624
Book Description
In 1942, with a black-market chicken tucked under his arm by his mother, Leo Marks left his father's famous bookshop, 84 Charing Cross Road, and went off to fight the war. He was twenty-two. Soon recognized as a cryptographer of genius, he became head of communications at the Special Operations Executive (SOE), where he revolutionized the codemaking techniques of the Allies and trained some of the most famous agents dropped into occupied Europe. As a top codemaker, Marks had a unique perspective on one of the most fascinating and, until now, little-known aspects of the Second World War. This stunning memoir, often funny, always gripping and acutely sensitive to the human cost of each operation, provides a unique inside picture of the extraordinary SOE organization at work and reveals for the first time many unknown truths about the conduct of the war. SOE was created in July 1940 with a mandate from Winston Churchill to "set Europe ablaze." Its main function was to infiltrate agents into enemy-occupied territory to perform acts of sabotage and form secret armies in preparation for D-Day. Marks's ingenious codemaking innovation was to devise and implement a system of random numeric codes printed on silk. Camouflaged as handkerchiefs, underwear, or coat linings, these codes could be destroyed message by message, and therefore could not possibly be remembered by the agents, even under torture. Between Silk and Cyanide chronicles Marks's obsessive quest to improve the security of agents' codes and how this crusade led to his involvement in some of the war's most dramatic and secret operations. Among the astonishing revelations is his account of the code war between SOE and the Germans in Holland. He also reveals for the first time how SOE fooled the Germans into thinking that a secret army was operating in the Fatherland itself, and how and why he broke the code that General de Gaulle insisted be available only to the Free French. By the end of this incredible tale, truly one of the last great World War II memoirs, it is clear why General Eisenhower credited the SOE, particularly its communications department, with shortening the war by three months. From the difficulties of safeguarding the messages that led to the destruction of the atomic weapons plant at Rjukan in Norway to the surveillance of Hitler's long-range missile base at Peenemünde to the true extent of Nazi infiltration of Allied agents, Between Silk and Cyanide sheds light on one of the least-known but most dramatic aspects of the war. Writing with the narrative flair and vivid characterization of his famous screenplays, Marks gives free rein to his keen sense of the absurd and wry wit without ever losing touch with the very human side of the story. His close relationship with "the White Rabbit" and Violette Szabo -- two of the greatest British agents of the war -- and his accounts of the many others he dealt with result in a thrilling and poignant memoir that celebrates individual courage and endeavor, without losing sight of the human cost and horror of war.
The Diversity Code
Author: Michelle T. Johnson
Publisher: AMACOM Div American Mgmt Assn
ISBN: 0814416322
Category : Business & Economics
Languages : en
Pages : 258
Book Description
The most diligent compliance with laws and regulations can't foster true work place diversity. The best organizations have become genuine cross-cultural communities that believe equally in reconciling differences and valuing them. To that end, The Diversity Code promotes understanding by answering many of the toughest questions that professionals and their employers are often afraid to ask, including: * How do you define diversity--what it is and isn't? * Am I "safe" simply following the law? * Can't we just acknowledge that we are the same and different--then get on with our work? * How do I handle diversity problems on my staff--or worse, with people who outrank me? * What do I do if I'm accused of something? * How do I institute change without ticking people off? Each chapter begins with a challenging question, which the author answers based on years of experience as a diversity expert and attorney, and concludes with a real-world scenario and a chance for readers to test themselves on their knowledge.
Publisher: AMACOM Div American Mgmt Assn
ISBN: 0814416322
Category : Business & Economics
Languages : en
Pages : 258
Book Description
The most diligent compliance with laws and regulations can't foster true work place diversity. The best organizations have become genuine cross-cultural communities that believe equally in reconciling differences and valuing them. To that end, The Diversity Code promotes understanding by answering many of the toughest questions that professionals and their employers are often afraid to ask, including: * How do you define diversity--what it is and isn't? * Am I "safe" simply following the law? * Can't we just acknowledge that we are the same and different--then get on with our work? * How do I handle diversity problems on my staff--or worse, with people who outrank me? * What do I do if I'm accused of something? * How do I institute change without ticking people off? Each chapter begins with a challenging question, which the author answers based on years of experience as a diversity expert and attorney, and concludes with a real-world scenario and a chance for readers to test themselves on their knowledge.
Writing Secure Code
Author: Michael Howard
Publisher: Pearson Education
ISBN: 0735617228
Category : Computers
Languages : en
Pages : 800
Book Description
Howard and LeBlanc (both are security experts with Microsoft) discuss the need for security and outline its general principles before outlining secure coding techniques. Testing, installation, documentation, and error messages are also covered. Appendices discuss dangerous APIs, dismiss pathetic excuses, and provide security checklists. The book explains how systems can be attacked, uses anecdotes to illustrate common mistakes, and offers advice on making systems secure. Annotation copyrighted by Book News, Inc., Portland, OR.
Publisher: Pearson Education
ISBN: 0735617228
Category : Computers
Languages : en
Pages : 800
Book Description
Howard and LeBlanc (both are security experts with Microsoft) discuss the need for security and outline its general principles before outlining secure coding techniques. Testing, installation, documentation, and error messages are also covered. Appendices discuss dangerous APIs, dismiss pathetic excuses, and provide security checklists. The book explains how systems can be attacked, uses anecdotes to illustrate common mistakes, and offers advice on making systems secure. Annotation copyrighted by Book News, Inc., Portland, OR.