Remove c
article thumbnail

Advent Calendars For Web Designers And Developers (December 2021 Edition)

Smashing Magazine

JVM Programming Advent Calendar. The Java Advent 2021 is here! The project started in 2012 with the idea of providing technical content during the Christmas Advent period, so keep looking for nice things under the Java Christmas tree! C# Advent Calendar. Amy Dutton on Twitter. Go ahead and give it a go! 24 Pull Requests.

Design 108
article thumbnail

BPF Theremin, Tetris, and Typewriters

Brendan Gregg

Embedded C. # # Tone generation from: [link] # # 29-Apr-2019 Brendan Gregg Created this. This is the culmination of five years of work: the BPF kernel runtime, C support, LLVM and Clang support, the BCC front-end, and finally the bpftrace language. This is not my best code, since I hacked it in a hurry, but here it is: #!/usr/bin/python

C++ 52
Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Trending Sources

article thumbnail

BPF Theremin, Tetris, and Typewriters

Brendan Gregg

Embedded C. # # Tone generation from: [link] # # 29-Apr-2019 Brendan Gregg Created this. This is the culmination of five years of work: the BPF kernel runtime, C support, LLVM and Clang support, the BCC front-end, and finally the bpftrace language. This is not my best code, since I hacked it in a hurry, but here it is: #!/usr/bin/python

C++ 52
article thumbnail

Developing Real-Time Digital Twins for Cloud Deployment

ScaleOut Software

They make use of standard object-oriented concepts and languages (such as C#, Java, and JavaScript). The mock development environment is shown below: Once a model has been created, it can be tested using a client test program that sends messages that simulate the behavior of one or more data sources.

Cloud 52
article thumbnail

Developing Real-Time Digital Twins for Cloud Deployment

ScaleOut Software

They make use of standard object-oriented concepts and languages (such as C#, Java, and JavaScript). The mock development environment is shown below: Once a model has been created, it can be tested using a client test program that sends messages that simulate the behavior of one or more data sources.

Cloud 52
article thumbnail

Basis Path Testing in Software Testing

Testlodge

When there are multiple options for a decision, each decision outcome should be exercised before moving on to the next decision. Finally, once all the decision outcomes on the baseline path have been covered, apply the same approach to all subsequent paths until all the decision outcomes in the specified code have been exercised.

Testing 75
article thumbnail

cppfront: Spring update

Sutter's Mill

Simple, mathematically safe, and efficient chained comparisons ( commit ) P0515 “Consistent comparison” (aka “spaceship”) was the first feature derived from this Cpp2 work to be adopted into the ISO Standard for C++, in C++20. Thank you again to everyone who helped land this Cpp2 feature in the ISO C++ Standard.

C++ 97