Click here to Skip to main content
15,892,746 members
Everything / Transformation

Transformation

transformation

Great Reads

by Arthur V. Ratz
Compute the Levenshtein distance of literal strings effectively by using the Wagner-Fischer (two matrix rows-based) algorithm.
by Iman Abdollahzadeh
TrueType implementation from scratch
by TheCodeKing
This article considers what is needed for traditional corporations to transform from an enterprise mindset and become agile.
by Vasil Trifonov
ConfigurationTransformations Nuget

Latest Articles

by Arthur V. Ratz
Compute the Levenshtein distance of literal strings effectively by using the Wagner-Fischer (two matrix rows-based) algorithm.
by Iman Abdollahzadeh
TrueType implementation from scratch
by TheCodeKing
This article looks at the wider view of what Agile is, and why it can fail. It considers a Horizontally Agile approach vs being True Agile.
by TheCodeKing
This article considers what is needed for traditional corporations to transform from an enterprise mindset and become agile.

All Articles

Sort by Score

Transformation 

16 Sep 2022 by Arthur V. Ratz
Compute the Levenshtein distance of literal strings effectively by using the Wagner-Fischer (two matrix rows-based) algorithm.
8 Jan 2021 by Iman Abdollahzadeh
TrueType implementation from scratch
7 Oct 2018 by TheCodeKing
This article considers what is needed for traditional corporations to transform from an enterprise mindset and become agile.
19 Jul 2016 by OriginalGriff
We do not do your homework: it is set for a reason. It is there so that you think about what you have been told, and try to understand it. It is also there so that your tutor can identify areas where you are weak, and focus more attention on remedial action.Try it yourself, you may find it...
24 Apr 2015 by Vasil Trifonov
ConfigurationTransformations Nuget
14 May 2019 by CPallini
You are assigning double values to the int variable r (and apparently ignoring compiler warnings...).
2 Aug 2014 by Peter Leow
This is not a question. This is a quick answers forum to help fellow programmers to solve specific coding problems, not to supply code.
18 Sep 2014 by Mama Shania
MY Testimony To Mama shania The Great : Things in my life went from good to worse in a very short time. My love life, financial problems jealousy, my husband’s family were all against me. Luckily I came across Mama Shania through a friend. She helped me and showed me my enemies through a mirror...
6 Apr 2015 by ruchi87
Hello all,I am trying to generate the webconfig transformation for my service project and i did following things.1. created the transformation environment like DEV,QA,PROD,STG and created proper config transformations. 2. Created the publish profile ...
22 May 2015 by Philipp fgi
Hi everyone,I'm not very skilled with c++ operators, so I need some help with a translation from c++ to vb.net.Original c++ code isbyte[] Dec = new byte[Enc.Length];Dec[0] = Enc[0]; //Packet lengthDec[1] = (byte)((~Enc[1]) ^ 0x89);int j;for (j = 2; j
23 May 2015 by Sergey Alexandrovich Kryukov
It would be too boring to look at your translation, so I can give you one purely practical advice: do the translation automatically.The key is: your code would be perfectly the same for two different languages: C++ and C++/CLI. So do the following:Create a C++/CLI (purely managed) project...
24 May 2015 by Frankie-C
The overflow in lines: dec(1) = (Not enc(1)) ^ Hex(89) 'dec[1] = (~enc[1]) ^ 0x89; ... dec(i) = (enc(i - 1) + Hex("dc")) ^ enc(i) 'dec[l] = (enc[l-1] + 0xdc) ^ enc[l]; ... dec(i) = enc(i) ^ dec(2) ...
21 Mar 2019 by hamid18
I have a canvas. And on that canvas, I have drawn two line objects. On the PreviewMouseWheel event I am zooming the content of canvas through ScaleTransform. Suppose before zooming the Line was starting at 0 and ending at 50.Then Next line was starting at 50 and ending at 70.These value are X...
21 Mar 2019 by Gerry Schmitz
"Lines" have a "stroke thickness"; that's what controls how many pixels / device units are on a "point on the line". The "thickness" is what you vary if you want to scale other than x and y (and z).
14 May 2019 by Member 9641602
I tried to continously decrease the sphere radius using a loop, but it does not seem to work.The animation for increasing sphere size is working fine. Not able to understand why decreasing radius is not rendered. I request anyone to share any sample code that can help to smoothly animate the...
11 Oct 2018 by TheCodeKing
This article looks at the wider view of what Agile is, and why it can fail. It considers a Horizontally Agile approach vs being True Agile.
19 Jul 2015 by Revanth Ramesh
Futuristic Talking 7-Segment Time Display Widget in WPF
6 Mar 2015 by prachi_pandey
Map fields from multiple schemas to fields of a single output schema