Publications
Showing 15251–15300 of 139075 results
Byg Gyrls Dynt Cry
The kickass mindset magazine for women who want to achieve their life-goals.
Byolife Travel Pages
Byolife Travel Pages features Zimbabwe’s hidden gems and best-kept secrets. From the best featured accommodation in the Victoria Falls to the best diners and restaurants in Bulawayo! Byolife Travel Pages include activities, attractions including photography taken by local photographers. It’s loaded with great travel ideas for you including travel advice and not forgetting an accommodation directory.
C Internals For Coding Interviews
Step by Step guide for coders
Key Features
● Simple language, crystal clear approach, and straight forward comprehensible presentation of concepts followed by code examples.
● Adopting user-friendly style for explanation of code examples.
● Book allows you to focus on the solution logic without unnecessary clutter of class and object definitions.
● It provides flexibility to demonstrate your memory management skills and allows implementing everything required using data structure and algorithms.
Description
Interviewers expect us to think from the creators’ point of view of a programming language and not as users of the technology. Java does not have pointers, but a Java programmer should also know about memory leaks and dangling pointers, because interviewer may be interested in knowing how will you create your own Garbage Collector.
Coding in a high-level language comes with some overhead of writing extra code to define a class and, complicated function. When you are writing code with the pen in a time-critical interview, C language comes in handy.
Memory model of C is much simpler and we can easily run-thru the code without getting into the complexity of template libraries and threads. One more reason why many use C language in interviews is to avoid any miscommunication with the interviewer. If an interviewer is a person with knowledge in Java and you are coding in C#, it may take him some time to get to the language syntaxes. C is a language that is known to almost every programmer, making it a common language of technical communication in interviews.
This book is a tutorial guide for absolute non-programmers. You must have written a few simple programs to better comprehend it. We believe, students and professionals will read it multiple time to get an insight into language internals and write error-free codes.
What will you learn
● C89, C90, C99, and C11
● ANCI C
● Undefined behaviour, Unspecified behaviour.
● Data types, literals, storage classes.
● Qualifiers, NULL statements, conditional and unconditional branching.
● Pointers, dangling pointer, memory, Big-Endian, memory leak
● Generic array, function, stream
● Bit twiddling
Who this book is for
● Students pursuing BE/BSc/ME/MSc/BTech/MTech in Computer Science.
Table of Contents
1. The underlay
2. Operators and statements
3. Pointers and Memory
4. Advances Data types
5. Functions and File Handling
6. Bit Twiddling
7. Left Over
About the Author
Kamal Rawat is a software developer, trainer, author, and entrepreneur. He has first-hand experience of implementing full life-cycle of large-scale desktop, cloud and mobile applications across various domains and platforms. He had been a technical architect in complex projects like Microsoft OneNote, Adobe Photoshop, and Samsung Galaxy Connect. He has also been in the core interview panel of Microsoft, Adobe, and many startups. Since 2006, he is coaching students on how to crack programming interviews. Before leaving his job to pursue his passion full-time, Kamal was working as senior SDE at Microsoft.
His LinkedIn Profile: https://www.linkedin.com/in/kamalrawatindia/
Meenakshi holds master’s degree in Computer Science. She left her job and co-founded Ritambhara Technologies (www.ritambhara.in). She maintains an amazing work-life balance, wearing multiple hats, be it head of a technology startup, a certified yoga trainer or mother of two kids at home. Problem-solving and optimising come naturally to her.Step by Step guide for coders
Key Features
● Simple language, crystal clear approach, and straight forward comprehensible presentation of concepts followed by code examples.
● Adopting user-friendly style for explanation of code examples.
● Book allows you to focus on the solution logic without unnecessary clutter of class and object definitions.
● It provides flexibility to demonstrate your memory management skills and allows implementing everything required using data structure and algorithms.
Description
Interviewers expect us to think from the creators’ point of view of a programming language and not as users of the technology. Java does not have pointers, but a Java programmer should also know about memory leaks and dangling pointers, because interviewer may be interested in knowing how will you create your own Garbage Collector.
Coding in a high-level language comes with some overhead of writing extra code to define a class and, complicated function. When you are writing code with the pen in a time-critical interview, C language comes in handy.
Memory model of C is much simpler and we can easily run-thru the code without getting into the complexity of template libraries and threads. One more reason why many use C language in interviews is to avoid any miscommunication with the interviewer. If an interviewer is a person with knowledge in Java and you are coding in C#, it may take him some time to get to the language syntaxes. C is a language that is known to almost every programmer, making it a common language of technical communication in interviews.
This book is a tutorial guide for absolute non-programmers. You must have written a few simple programs to better comprehend it. We believe, students and professionals will read it multiple time to get an insight into language internals and write error-free codes.
What will you learn
● C89, C90, C99, and C11
● ANCI C
● Undefined behaviour, Unspecified behaviour.
● Data types, literals, storage classes.
● Qualifiers, NULL statements, conditional and unconditional branching.
● Pointers, dangling pointer, memory, Big-Endian, memory leak
● Generic array, function, stream
● Bit twiddling
Who this book is for
● Students pursuing BE/BSc/ME/MSc/BTech/MTech in Computer Science.
Table of Contents
1. The underlay
2. Operators and statements
3. Pointers and Memory
4. Advances Data types
5. Functions and File Handling
6. Bit Twiddling
7. Left Over
About the Author
Kamal Rawat is a software developer, trainer, author, and entrepreneur. He has first-hand experience of implementing full life-cycle of large-scale desktop, cloud and mobile applications across various domains and platforms. He had been a technical architect in complex projects like Microsoft OneNote, Adobe Photoshop, and Samsung Galaxy Connect. He has also been in the core interview panel of Microsoft, Adobe, and many startups. Since 2006, he is coaching students on how to crack programming interviews. Before leaving his job to pursue his passion full-time, Kamal was working as senior SDE at Microsoft.
His LinkedIn Profile: https://www.linkedin.com/in/kamalrawatindia/
Meenakshi holds master’s degree in Computer Science. She left her job and co-founded Ritambhara Technologies (www.ritambhara.in). She maintains an amazing work-life balance, wearing multiple hats, be it head of a technology startup, a certified yoga trainer or mother of two kids at home. Problem-solving and optimising come naturally to her.Step by Step guide for coders
Key Features
● Simple language, crystal clear approach, and straight forward comprehensible presentation of concepts followed by code examples.
● Adopting user-friendly style for explanation of code examples.
● Book allows you to focus on the solution logic without unnecessary clutter of class and object definitions.
● It provides flexibility to demonstrate your memory management skills and allows implementing everything required using data structure and algorithms.
Description
Interviewers expect us to think from the creators’ point of view of a programming language and not as users of the technology. Java does not have pointers, but a Java programmer should also know about memory leaks and dangling pointers, because interviewer may be interested in knowing how will you create your own Garbage Collector.
Coding in a high-level language comes with some overhead of writing extra code to define a class and, complicated function. When you are writing code with the pen in a time-critical interview, C language comes in handy.
Memory model of C is much simpler and we can easily run-thru the code without getting into the complexity of template libraries and threads. One more reason why many use C language in interviews is to avoid any miscommunication with the interviewer. If an interviewer is a person with knowledge in Java and you are coding in C#, it may take him some time to get to the language syntaxes. C is a language that is known to almost every programmer, making it a common language of technical communication in interviews.
This book is a tutorial guide for absolute non-programmers. You must have written a few simple programs to better comprehend it. We believe, students and professionals will read it multiple time to get an insight into language internals and write error-free codes.
What will you learn
● C89, C90, C99, and C11
● ANCI C
● Undefined behaviour, Unspecified behaviour.
● Data types, literals, storage classes.
● Qualifiers, NULL statements, conditional and unconditional branching.
● Pointers, dangling pointer, memory, Big-Endian, memory leak
● Generic array, function, stream
● Bit twiddling
Who this book is for
● Students pursuing BE/BSc/ME/MSc/BTech/MTech in Computer Science.
Table of Contents
1. The underlay
2. Operators and statements
3. Pointers and Memory
4. Advances Data types
5. Functions and File Handling
6. Bit Twiddling
7. Left Over
About the Author
Kamal Rawat is a software developer, trainer, author, and entrepreneur. He has first-hand experience of implementing full life-cycle of large-scale desktop, cloud and mobile applications across various domains and platforms. He had been a technical architect in complex projects like Microsoft OneNote, Adobe Photoshop, and Samsung Galaxy Connect. He has also been in the core interview panel of Microsoft, Adobe, and many startups. Since 2006, he is coaching students on how to crack programming interviews. Before leaving his job to pursue his passion full-time, Kamal was working as senior SDE at Microsoft.
His LinkedIn Profile: https://www.linkedin.com/in/kamalrawatindia/
Meenakshi holds master’s degree in Computer Science. She left her job and co-founded Ritambhara Technologies (www.ritambhara.in). She maintains an amazing work-life balance, wearing multiple hats, be it head of a technology startup, a certified yoga trainer or mother of two kids at home. Problem-solving and optimising come naturally to her.Step by Step guide for coders
Key Features
● Simple language, crystal clear approach, and straight forward comprehensible presentation of concepts followed by code examples.
● Adopting user-friendly style for explanation of code examples.
● Book allows you to focus on the solution logic without unnecessary clutter of class and object definitions.
● It provides flexibility to demonstrate your memory management skills and allows implementing everything required using data structure and algorithms.
Description
Interviewers expect us to think from the creators’ point of view of a programming language and not as users of the technology. Java does not have pointers, but a Java programmer should also know about memory leaks and dangling pointers, because interviewer may be interested in knowing how will you create your own Garbage Collector.
Coding in a high-level language comes with some overhead of writing extra code to define a class and, complicated function. When you are writing code with the pen in a time-critical interview, C language comes in handy.
Memory model of C is much simpler and we can easily run-thru the code without getting into the complexity of template libraries and threads. One more reason why many use C language in interviews is to avoid any miscommunication with the interviewer. If an interviewer is a person with knowledge in Java and you are coding in C#, it may take him some time to get to the language syntaxes. C is a language that is known to almost every programmer, making it a common language of technical communication in interviews.
This book is a tutorial guide for absolute non-programmers. You must have written a few simple programs to better comprehend it. We believe, students and professionals will read it multiple time to get an insight into language internals and write error-free codes.
What will you learn
● C89, C90, C99, and C11
● ANCI C
● Undefined behaviour, Unspecified behaviour.
● Data types, literals, storage classes.
● Qualifiers, NULL statements, conditional and unconditional branching.
● Pointers, dangling pointer, memory, Big-Endian, memory leak
● Generic array, function, stream
● Bit twiddling
Who this book is for
● Students pursuing BE/BSc/ME/MSc/BTech/MTech in Computer Science.
Table of Contents
1. The underlay
2. Operators and statements
3. Pointers and Memory
4. Advances Data types
5. Functions and File Handling
6. Bit Twiddling
7. Left Over
About the Author
Kamal Rawat is a software developer, trainer, author, and entrepreneur. He has first-hand experience of implementing full life-cycle of large-scale desktop, cloud and mobile applications across various domains and platforms. He had been a technical architect in complex projects like Microsoft OneNote, Adobe Photoshop, and Samsung Galaxy Connect. He has also been in the core interview panel of Microsoft, Adobe, and many startups. Since 2006, he is coaching students on how to crack programming interviews. Before leaving his job to pursue his passion full-time, Kamal was working as senior SDE at Microsoft.
His LinkedIn Profile: https://www.linkedin.com/in/kamalrawatindia/
Meenakshi holds master’s degree in Computer Science. She left her job and co-founded Ritambhara Technologies (www.ritambhara.in). She maintains an amazing work-life balance, wearing multiple hats, be it head of a technology startup, a certified yoga trainer or mother of two kids at home. Problem-solving and optimising come naturally to her.Step by Step guide for coders
Key Features
● Simple language, crystal clear approach, and straight forward comprehensible presentation of concepts followed by code examples.
● Adopting user-friendly style for explanation of code examples.
● Book allows you to focus on the solution logic without unnecessary clutter of class and object definitions.
● It provides flexibility to demonstrate your memory management skills and allows implementing everything required using data structure and algorithms.
Description
Interviewers expect us to think from the creators’ point of view of a programming language and not as users of the technology. Java does not have pointers, but a Java programmer should also know about memory leaks and dangling pointers, because interviewer may be interested in knowing how will you create your own Garbage Collector.
Coding in a high-level language comes with some overhead of writing extra code to define a class and, complicated function. When you are writing code with the pen in a time-critical interview, C language comes in handy.
Memory model of C is much simpler and we can easily run-thru the code without getting into the complexity of template libraries and threads. One more reason why many use C language in interviews is to avoid any miscommunication with the interviewer. If an interviewer is a person with knowledge in Java and you are coding in C#, it may take him some time to get to the language syntaxes. C is a language that is known to almost every programmer, making it a common language of technical communication in interviews.
This book is a tutorial guide for absolute non-programmers. You must have written a few simple programs to better comprehend it. We believe, students and professionals will read it multiple time to get an insight into language internals and write error-free codes.
What will you learn
● C89, C90, C99, and C11
● ANCI C
● Undefined behaviour, Unspecified behaviour.
● Data types, literals, storage classes.
● Qualifiers, NULL statements, conditional and unconditional branching.
● Pointers, dangling pointer, memory, Big-Endian, memory leak
● Generic array, function, stream
● Bit twiddling
Who this book is for
● Students pursuing BE/BSc/ME/MSc/BTech/MTech in Computer Science.
Table of Contents
1. The underlay
2. Operators and statements
3. Pointers and Memory
4. Advances Data types
5. Functions and File Handling
6. Bit Twiddling
7. Left Over
About the Author
Kamal Rawat is a software developer, trainer, author, and entrepreneur. He has first-hand experience of implementing full life-cycle of large-scale desktop, cloud and mobile applications across various domains and platforms. He had been a technical architect in complex projects like Microsoft OneNote, Adobe Photoshop, and Samsung Galaxy Connect. He has also been in the core interview panel of Microsoft, Adobe, and many startups. Since 2006, he is coaching students on how to crack programming interviews. Before leaving his job to pursue his passion full-time, Kamal was working as senior SDE at Microsoft.
His LinkedIn Profile: https://www.linkedin.com/in/kamalrawatindia/
Meenakshi holds master’s degree in Computer Science. She left her job and co-founded Ritambhara Technologies (www.ritambhara.in). She maintains an amazing work-life balance, wearing multiple hats, be it head of a technology startup, a certified yoga trainer or mother of two kids at home. Problem-solving and optimising come naturally to her.
C-Level Magazine Minnesota
C-Level Magazine Minnesota is a local business-to-business magazine for and about C-suite executives and business leaders. Each issue features local business owners and successful companies as well as local articles about marketing and management.
C-Mag
The C-Mag (CHROME Supplements Health and Fitness Magazine) is aimed at individuals looking to increase their overall health, physique and performance.
C. Hub magazine
C. Hub magazine is the first and only Afro-creative magazine in the UK. Voted BEFFTA best magazine of the year, Named most informative International magazine in the UK . Quarterly published in the UK.
C&L
C&L (Cargo & Logistics), a monthly magazine, looks at the vast gamut of logistics and cargo from the Indian perspective. While infrastructure and policy issues that affect Indian logistics stakeholders are reported and often dealt with critically, the magazine focuses on international products and initiatives that span across the whole gamut of the logistics sector: from road and rail transport to shipping and aviation. C&L also provides the latest statistics from ports and airports.
Hailed all around by cargo stakeholders as a welcome policy move, the introduction of Single Window Interface for Facilitating Trade or SWIFT by the Central Board of Excise and Customs (CBEC) created a spirit of ‘can do’. A close look at the move that promises to reduce cargo clearance to a few hours rather than the norm of seven days. Plus: A curtain raiser of the India Warehousing Show and much more.