Anyone trier calibrating standard monitor to DICOM part 14 standard display function

with a colorimeter (spyder 5) and DisplayCal? Sure enough, medical grade displays are some of the best displays I have ever seen and looking at images on them is always a treat, yet they are very expensive. Whilst I do not expect to turn a regular monitor into a medical grade display with software calibration alone, I was somehow hoping I could calibrate at least the grayscale. That way I could use my TV to display medical images with the right grayscale curve.

πŸ‘︎ 2
πŸ’¬︎
πŸ‘€︎ u/the_ice_master
πŸ“…︎ Apr 04 2021
🚨︎ report
C++ FPS Tutorial: Why does "AHUD::DrawHUD': non-standard syntax; use '&' to create a pointer to member" appear for what I perceive to be just an overriden function?

I'm currently training myself to be more adept with the engine after updating hardware and not practicing for a few months. I followed the tutorial and took notes on any new things I saw until I ran into this.

I'm mostly confused as having an overridden function call its parent function isn't anything new and the tutorial also attributes to this. I handwrite all the code to better parse what's going on.

Is this a known bug in the code I need to work around or have I missed something?

Marks are only to protect privacy.

Link to 3rd Part of FPS C++ tutorial

https://preview.redd.it/pq4s8r2fix481.png?width=2560&format=png&auto=webp&s=49b58c31867729249d2e0501001d60f8121927d9

πŸ‘︎ 3
πŸ’¬︎
πŸ‘€︎ u/cthebigb
πŸ“…︎ Dec 11 2021
🚨︎ report
Are the WoW Chronicle Volumes the New "Standard" for Canon Lore? Because They Contradict Many Parts of Ner'zhul's Life

I recently was reviewing Ner'zhul's lore page on wowpedia, https://wowpedia.fandom.com/wiki/Ner%27zhul , because I had forgotten some stuff and wanted to remind myself of his life. I noticed that a lot of his biography didn't match at all what I remember from Rise of the Horde, so I reread that book to make sure, and sure enough, many of the defining moments for Ner'zhul in the Christie Golden novel are completely retold/retconned on the wowpedia page, which cites, repeatedly, the WoW Chronicle Vol 2. I don't own the Chronicles so I couldn't review personally. I didn't want to mention any specifics because I thought those might be considered spoilers, but I can explain specifics in the comments, if that would be helpful.

I wanted to ask how rooted in the Chronicles the current canon lore is considered to be, or if the Chronicles are largely just overviews that don't need to be taken as perfect retellings? Rise of the Horde is a brilliant book, and it just kind of sucks to see so much of Ner'zhul's and Gul'dan's story in that novel be washed away by the Chronicle.

Even if the Chronicles aren't the basis for modern canon lore considerations, it still sucks to see the wikis use primarily the Chronicles as their sources then, if they wrote over old stories that I loved. haha

πŸ‘︎ 132
πŸ’¬︎
πŸ‘€︎ u/The_GreenEagle
πŸ“…︎ Dec 19 2021
🚨︎ report
There are at least 4 styles of function names for returning counts of items in Go standard packages. twitter.com/go100and1/sta…
πŸ‘︎ 61
πŸ’¬︎
πŸ‘€︎ u/TapirLiu
πŸ“…︎ Mar 05 2021
🚨︎ report
Is there any standard way to order functions??

i already search a lot about this on google but found nothing about this. What is usually do is put a function down above a function which is actually a calling function. For ex if function A called B i put A on above and B on down. And yah of course i need to forward declaration of B.

For example:

void fun_a(void);
void fun_b(void);

void fun_a(void)
{
   func_b();
}

void fun_b(void)
{
   printf("something\n");
}

It's working but i want know how others people do and wanna know is there any standard way for doing this??

πŸ‘︎ 4
πŸ’¬︎
πŸ‘€︎ u/PrajwalCH
πŸ“…︎ Jun 17 2021
🚨︎ report
Skills like writing in cursive and reading an analog clock are quickly losing their functional use. Should students still be taught them as part of a standard curriculum, why or why not?
πŸ‘︎ 23
πŸ’¬︎
πŸ‘€︎ u/NewJoshuaPls
πŸ“…︎ Nov 24 2018
🚨︎ report
Really informative conversation with a Psychologist about the cognitive benefits of playing board games - whether it's part of a school curriculum or just part of family time, games can help develop things like pattern recognition, executive function, critical thinking, and more! youtu.be/QKtwjIo8eHo
πŸ‘︎ 25
πŸ’¬︎
πŸ‘€︎ u/thewhateverchef
πŸ“…︎ Oct 19 2021
🚨︎ report
Are there enough murlocs for this to function in standard? Certain deckbuilding restrictions are interesting, this one is not.
πŸ‘︎ 19
πŸ’¬︎
πŸ‘€︎ u/chpeep
πŸ“…︎ Jun 12 2021
🚨︎ report
The standard computer keyboards typically contain 101 keys for inputting character sets including alphabets, numbers, symbols, or functions. This one does have 87 keys as I counted them myself.
πŸ‘︎ 173
πŸ’¬︎
πŸ‘€︎ u/LiamWonaTech
πŸ“…︎ Apr 19 2021
🚨︎ report
LPT: Holiday parties for your work are still work. Even if there's alcohol, you're still at a work function and you may be judged by that standard.
πŸ‘︎ 3k
πŸ’¬︎
πŸ‘€︎ u/beingtwiceasnice
πŸ“…︎ Dec 09 2019
🚨︎ report
TIL that humans can regenerate some of their organs through a process called compensatory hypertrophy. When part of the liver is removed or destroyed, the remaining portion grows to the original size and allows the liver to function as it did before. Kidneys and lungs can also similarly compensate. nigms.nih.gov/education/D…
πŸ‘︎ 869
πŸ’¬︎
πŸ‘€︎ u/KimCureAll
πŸ“…︎ May 18 2021
🚨︎ report
Is there an 'industry standard' in how you need to structure your webpages (html & css) or can you write it however you'd like it as long as the webpage looks and functions the same at the very end? [full details in text]

Hi r/frontend, I have a question in regards to 'best practices' in terms of styling (css) your webpages.

So i've been specifically studying html and css over the past few months. Definitely not at a professional level yet but i've definitely reached a point where i have a pretty good understanding of html and css overall.

I am aware that everyone has their own ways on how they structure their webpages. You can take 10 great developers and tell them to replicate the design of a specific website. At the very end, all 10 websites that each developer created will look and function the exact same way, only difference is the way they put the code together.

Heres where my question comes in. I've been watching some tutorials on how to develop a website from scratch, some parts of their website is coded in a really specific way which is pretty different compared to the code i write but the end result is the same.

Is there an 'industry standard' or a 'best practice' in how you need to structure your html and css that all professional developers just know or will every dev do it their own way and as long as the results are the same at the end, thats all that really matters?

It is just a little stressful watching a coding tutorial online and having them code a section of a website that is a lot different compared to how i did it, even if my design ends up being pretty identical to how they did it at the end.

I hope my question makes sense, thanks to anyone for any help/advice i can get!

πŸ‘︎ 65
πŸ’¬︎
πŸ‘€︎ u/whitecat69
πŸ“…︎ Dec 06 2020
🚨︎ report
Internal body parts and their functions || Internal Organs of the Body || Class 4 EVS youtu.be/p3nec1lrsCY
πŸ‘︎ 2
πŸ’¬︎
πŸ‘€︎ u/tihza
πŸ“…︎ Nov 13 2021
🚨︎ report
Generating differential LVDS signals using a standard arbitrary function/waveform generator?

Hello all, as my queston states, is there a good way to create differential LVDS signals (compliant to EIA-644) using a standard arbitrary function/waveform generator? I am trying to emulate 10 MHz LVDS outputs normally from an fanout buffer IC. Any ideas would be greatly appreciated.

πŸ‘︎ 3
πŸ’¬︎
πŸ‘€︎ u/bhj190
πŸ“…︎ May 10 2021
🚨︎ report
V's shield, which functions as a mirror shield, has -2 range attack, while the standard mirror shield does not.

that's it, that's the post.

seriously though, play the game how you want, don't obsess over minor details like -2 range attack, use the cool looking higher level shield if you want.

its just that every time i do a basilisk knight task ranging with protect mage on, the vast majority of other people i see doing the same thing use v's shield, and when i mention the -2 range, a good number of them tele out and come back with a normal shield. just letting everyone know (im sure this has been said before but here goes again) that v's shield does in fact have - range. much love glhf everyone

edit: v's shield does have better defenses than mirror shield, and neither have negative melee bonuses, so for meleeing with protect mage you'd definitely want v's over standard mirror, js

πŸ‘︎ 227
πŸ’¬︎
πŸ‘€︎ u/BesLoL
πŸ“…︎ Aug 12 2020
🚨︎ report
I just learned Async/await functions after learning standard promises using .then and such. Wanted to ask how can I catch an Error using the await syntax if my startGame functions receives an error from getPuzzle
πŸ‘︎ 94
πŸ’¬︎
πŸ‘€︎ u/Dreezoos
πŸ“…︎ Aug 31 2020
🚨︎ report
C standard function `tdelete()` has a memory bug since its inception cee.studio/tdelete.html
πŸ‘︎ 44
πŸ’¬︎
πŸ‘€︎ u/stensal
πŸ“…︎ Sep 28 2020
🚨︎ report
Can a standard washer and dryer be made to function in an apartment without dedicated pre-existing plumbing and power outlets?

This isn't so much a home improvement question in the traditional sense, but is it possible to get a standard washer and dryer to somehow function normally in an apartment that wasn't fitted with an air inlet for a dryer, plumbing for a washer, and power outlets for each?

I would be unable to modify the building or apartment in any significant (read: structural, electrical, or plumbing) way to have these features.

Thanks

πŸ‘︎ 10
πŸ’¬︎
πŸ‘€︎ u/JGPH
πŸ“…︎ Dec 11 2020
🚨︎ report
Luxury products that do not function better than standard products should not exist.

This viewpoint is based on utility and frugality. A Rolex might cost $3000, but it works just as well as any other decent watch. Even if it worked much better, $3000 can be used to buy a really 30 useful and durable watches at $100 apiece. In my view, luxury brands do no more than allow people to outwardly show how much wealth they have. There is not a utility argument to luxury brand products in general because the cost heavily outweighs the utility in a cost-utility analysis. People ought to be humble, be frugal, and only spend money on things that are worth the utility, and not squander money on luxury items that do the same thing as a standard item at ten times the cost or more.

πŸ‘︎ 26
πŸ’¬︎
πŸ‘€︎ u/Kadett21
πŸ“…︎ Nov 18 2020
🚨︎ report
Does anyone know a graphing calculator that allows you to only show parts of a function based on x interval?
πŸ‘︎ 2
πŸ’¬︎
πŸ‘€︎ u/mymainthrowaway69
πŸ“…︎ Sep 27 2021
🚨︎ report
Integrating Standard Functions (help please)

https://preview.redd.it/rifbwuag7uh61.png?width=890&format=png&auto=webp&s=c3eb88a6f8c92759de610b2ddb481f609a4c6afa

How did they integrate this?

πŸ‘︎ 2
πŸ’¬︎
πŸ‘€︎ u/hanns2021
πŸ“…︎ Feb 16 2021
🚨︎ report
No Man's Sky Patch 3.15 Makes Improvements to PSVR on PS5 😍😍 AT LAST !! (Part 2 : Some screenshots from within the PSVR version using share function) reddit.com/gallery/l6vlaq
πŸ‘︎ 461
πŸ’¬︎
πŸ‘€︎ u/Mr_Bump_1
πŸ“…︎ Jan 28 2021
🚨︎ report
I tried to edit video from the highlight recording function. It turned out suitable moments. Also specified time codes. But it is best to use a standard recoderπŸ˜“ youtu.be/pOAlxsry-Cs
πŸ‘︎ 10
πŸ’¬︎
πŸ“…︎ Feb 17 2021
🚨︎ report
What split ergomechs/PCBs with fixed function keys + numeric row can take standard keycap sets without too many extras/add-ons?

If you were going to do a split ergomech build with the objective of being compatible with as many keycap sets as possible, but without breaking the bank on keycaps by buying too many extra add-on sets of keys, what would you pick? Gotta have fixed function keys, a fixed numeric row, and be split. Thus far Sinc and BFO9000 are leading the pack.

πŸ‘︎ 5
πŸ’¬︎
πŸ‘€︎ u/MohnJaddenPowers
πŸ“…︎ Jan 04 2021
🚨︎ report
git/banned.h - Banned C standard library functions in Git source code github.com/git/git/blob/m…
πŸ‘︎ 231
πŸ’¬︎
πŸ‘€︎ u/iamkeyur
πŸ“…︎ Aug 25 2019
🚨︎ report
Use system calls or standard library functions

hi I'm a beginner and I've learnt about system calls. But i was wondering, should you use the system calls directly or just stick with the standard library functions. For example should you use open over fopen etc.

if so why.

edit: For some reason this post got spammed when i posted, I'm really sorry about that.

πŸ‘︎ 57
πŸ’¬︎
πŸ‘€︎ u/AwkwardPersonn
πŸ“…︎ Jul 09 2020
🚨︎ report
A handy reference for students: The standard trig functions and their complements arranged on the unit circle. The tangent is actually tangent to something. The cotangent relates to the complementary angle. ("Sine" is a mistranslation from Sanskrit through Latin.)
πŸ‘︎ 45
πŸ’¬︎
πŸ‘€︎ u/AromaticBovune
πŸ“…︎ Dec 24 2020
🚨︎ report
How to mark areas corresponding to ΞΌ, ΞΌβˆ’2Οƒ, ΞΌβˆ’Οƒ, ΞΌ+Οƒ, ΞΌ+2Οƒ (ΞΌ - mean, Οƒ - standard deviation) in a probability density function graph?

[Solved] Hello, everybody. Is there a way to mark areas ΞΌ, ΞΌβˆ’2Οƒ, ΞΌβˆ’Οƒ, ΞΌ+Οƒ, ΞΌ+2Οƒ (ΞΌ - mean, Οƒ - standard deviation) in a probability density function graph picture below? How can I select specific value interval and colour a corresponding chart area? The result should look similarly to normal distribution.

Solution.: Vertical error bars for corresponding values

https://preview.redd.it/ril37fptlco51.png?width=1650&format=png&auto=webp&s=d59bcfa739f75e97afaaa8fa765fb667a2384af4

πŸ‘︎ 8
πŸ’¬︎
πŸ‘€︎ u/Silber4
πŸ“…︎ Sep 19 2020
🚨︎ report
Who let the Gout Out? Best evidence finds that increasing doses of allopurinol to achieve a specific serum urate target (example <360 ΞΌmol/L) does not reduce gout flares, pain, or function, compared to standard allopurinol dosing. gomainpro.ca/wp-content/u…
πŸ‘︎ 85
πŸ’¬︎
πŸ‘€︎ u/spandex-commuter
πŸ“…︎ Sep 15 2020
🚨︎ report
Feminine Notion Dashboard - It's part in English and part in Polish because this is how I function actually :) Just for someone's inspiration.
πŸ‘︎ 44
πŸ’¬︎
πŸ‘€︎ u/wodzienka
πŸ“…︎ Jul 02 2021
🚨︎ report
Standard library functions illustrated: lazy-cat
πŸ‘︎ 18
πŸ’¬︎
πŸ‘€︎ u/fredoverflow
πŸ“…︎ Jan 18 2021
🚨︎ report
Washington-based painter Tyree Callahan modified a 1937 Underwood Standard typewriter, replacing the letters and keys with color pads and hued labels to create a functional β€œpainting” device called the Chromatic Typewriter.
πŸ‘︎ 65k
πŸ’¬︎
πŸ‘€︎ u/ThePandorica0pens
πŸ“…︎ Feb 06 2021
🚨︎ report
The standard trig functions and their complements arranged on the unit circle. The tangent is actually tangent to something. The cotangent relates to the complementary angle. ("Sine" is a mistranslation from Sanskrit through Latin.) Stare at this for 20 minutes before bedtime!
πŸ‘︎ 24
πŸ’¬︎
πŸ‘€︎ u/AromaticBovune
πŸ“…︎ Dec 04 2020
🚨︎ report

Please note that this site uses cookies to personalise content and adverts, to provide social media features, and to analyse web traffic. Click here for more information.