#splint

2025-05-11

Статический Анализ С-кода

Существует бесплатные статические анализаторы. Среди низ splint и cppcheck. Статический анализатор это такая консольная программа, которая проверяет исходные коды до компиляции. Своего рода автоматическая инспекция программ. В этом тексте я представил готовый makefile для запуска статического анализа.

habr.com/ru/articles/770506/

#splint #lint #make #mcu #firmware #C #си #static_analysis #Сppcheck #Сppcheck

The Gay-Skater-CasterGaySkaterCaster@nsfw.lgbt
2025-03-22
2024-12-06

Y'all i have the strongest bones! Fell out of my loft bed today. #injury #fracture #splint

Shantell PowellShanmonster@c.im
2024-12-04

I think a finger splint is supposed to be long enough to keep the finger from bending, but I have very long fingers and it only mobilizes the top joint. Good thing that's the one that's injured. #finger #splint #FirstAid #FingerSplint

Frau vRüfrauvrue
2023-04-26

@MonikaGierenstein Heute hatten wir einen päd. Tag dazu. Bin keine Sonderpädagogin und fand das Programm sehr übersichtlich und intuitiv bedienbar.
Wir erproben jetzt ein Jahr lang.
Ich unterrichte nur in den Jg. 8-10 und dachte, dass das Thema für mich nur am Rande relevant sei. Aber man kann mit auch verwalten. Das finde ich super!

Monika GierensteinMonikaGierenstein
2023-04-26

hat jemand hier schon mal mit gearbeitet und kann was erzählen?

Sam Steiner and 487 otherssamsteiner@swiss.social
2023-04-15

Ich hab die 50 Gratis-Euro, die ich über einen solchen Link erhalten hab in 62-jährigen #Whisky investiert. Für mich näher und logischer (da besser haltbar) als Wein.

Willst du auch probieren? 50€ gratis:
___

Register now with #Splint Invest and diversify your portfolio with alternative investments, like an expert:

1. Open the link to enter your email address
2. Download the app
3. Purchase your first Splint to receive your 50 EUR welcome bonus

splintinvest.com/en/referral/?

2022-05-04

What does building an #intersectional feminist
internet look like?
by Nani Jansen Reventlow

This internet would be based on a holistic understanding of where “cyberspace” resides. Not in some fictional space, separated from the “material world”, but intertwined with all aspects of our lives, and therefore interconnected with all our human rights; not just privacy and expression, but the full spectrum of rights, including the rights to science, culture, and education, health, and social security.

"we should start by dismantling the racist, capitalist patriarchy. Others are much better at formulating the roadmap to making that happen — I am just a lawyer and I focus on making the law work as a tool that can contribute to that change."

nanijansenreventlow.medium.com

#DigitalPublicSpace #splint #feministinternet

2022-04-03

Hackaday Links: April 3, 2022

It's that time of year again -- the 2022 Hackaday Prize has officially launched, and we're excited to see what it turns out. This year's theme is "Sustainability, Resilience, and Circularity," and just in time, too; if the last couple of years has taught us anything, it's that we've got a lot of failure points built into the systems that run our world. As broken as things are, it's tempting to just curl up in a ball and pretend everything's fine, but that's not how hackers respond to adversity. We need to control what we can control, and there's plenty of work to be done. From sustainable energy ideas to ways to reduce the amount of stuff we throw away, from breathing new life into old equipment to building communities that can take care of themselves, there's plenty of work to be done. So get over to the Hackaday Prize page, check out the launch summit video if you need some inspiration, and get hacking. And hurry up -- things are only going to get better if people like us make it happen.

Every once in a while, we stumble upon a project that is so obviously a labor of love that we have to call it out. And it's clear that Tio Luigi's Component Codification Guide is exactly such a project. The amount of work that Luigi, aka Luiz Ferreria, put into this handbook of electronic components is mind-boggling, and if you thought a simple pictorial guide to capacitors, resistors, and inductors could never be a page-turner, think again. The artwork is gorgeous, the explanations of color-coding and other schemes for denoting values are clear and useful, and the discovery of new and unusual packages for common components is a treat. But it's the little nuggets of information that keep you reading -- did you know that the color bands denoting precision on high-voltage resistors are yellow and gray to reduce the risk of flashover through the more typical gold and silver paint? How fascinating is that!

Speaking of components, here's another treat for you: Tim Hunkin is releasing a second season of his "Secret Life of Components" series. The first season wrapped up almost a year ago, but Tim says it proved so popular and garnered enough donations that he was able to do it again. The first of five videos, "The Secret Life of Sensors," was released this past Thursday. Most of us remember Tim from "The Secret Life of Machines" series he did with the late Rex Garrod many years ago, which for all their ad hoc charm were great fun to watch. What we love about the "Components" series is that unlike the original, which was aimed at a much broader audience, these videos are aimed squarely at makers and builders, and are stuffed full of useful tidbits Tim has picked up over a lifetime of making cool stuff.

Over on the Prusa channel, there's a brief but interesting video showing how to 3D print emergency splints. Printed casts made to your exact body contours aren't exactly new, but if you've suffered an injury, it's hard to imagine that you'll be sitting down in front of Fusion 360 to design something that's a perfect fit. But the idea here is to just print a flat but flexible structure out of PLA, and post-form it to the injured extremity after gentle heating. The video recommends heating with a hairdryer or heat gun, or even by cooking it a little right on the bed of the printer or dipping it in hot water. It's important to protect the skin with some gauze padding, and to use conforming bandages, often called "vet tape," to hold the splint in place. The next step should, of course, be a trip to the doctor, but this trick might just get you out of a jam -- especially if you preprint and stash the splints.

And finally, a couple of weeks ago we featured a link to BrainLubeOnlines's collection of X-rays of common objects. If you liked that, then you love Scan of the Month, which adds an extra dimension with 3D computed tomography (CT) scans of everyday items. We appreciate the look inside gadgets like GameBoys and AirPods, but for our money, the real engineering prowess goes into the food packaging items, like ketchup and Sriracha bottle caps. Making them work while being able to manufacture them for as close to zero cost as possible is a real challenge, and worth a look inside.

#hackadaycolumns #hackadaylinks #slider #2022hackadayprize #colorcode #components #computedtomography #ctscan #design #firstaid #pla #secretlifeofcomponents #splint #sustainability #timhunkin

image
2020-06-13

#Splint is a static code analyzer for #C.

Splint (Secure Programming Lint) reads C source code and performs checks. Splint can detect possible NULL dereferencing, type mismatches, buffer overflows, memory management issues, and many more errors without ever running the program. Splint also supports annotation assistance, naming scheme conformance, and custom checks.

Website 🔗️: splint.org/

apt 📦️: splint

#free #opensource #foss #fossmendations #programming

Client Info

Server: https://mastodon.social
Version: 2025.04
Repository: https://github.com/cyevgeniy/lmst