Click here to Skip to main content
15,901,001 members

Videos


Page 4 of 8
1 2 3 4 5 6 7 8


.

()
» »
Updated:
Rating: ()
61. Issue with DES encryption
Padding is part of Block cipher implementation. Refer tohttp://msdn.microsoft.com/en-us/library/system.security.cryptography.paddingmode(v=vs.110).aspx[^]If you are using 8 block cipher,If you want to encrypt 9 bytes data FF FF FF FF FF FF Ff Ff FFUsing PaddingMode.ANSIX9237...
Security » Cryptography »
Yang Kok Wah Updated: 10 Jul 2014
Rating: 5.00/5 ( (1 vote))
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
62. Regular Expression for not entering more than 250 words
Assuming that the definition of a word is one or a group of character(s) that is space delimited, then you may want to just count the number of words using the string split function string s = "hello world 1 2 3 "; System.Diagnostics.Debug.WriteLine(GetNumWord(s)+ "...
Web Development » ASP.NET »
Yang Kok Wah Updated: 7 Jul 2014
Rating: ( (No votes))
63. How do I remove only part of a string in c#
string RemoveCharacter(string source, char c) { return source.Replace(c.ToString(),""); }For example to remove all the character '*' in "ABCDEFGH*IJK*LMN*PQRST*UVWXYZ**"string s="ABCDEFGH*IJK*LMN*PQRST*UVWXYZ**";s=RemoveCharacter(s,'*');
Programming Languages » C# 5.0 »
Yang Kok Wah Updated: 7 Jul 2014
Rating: ( (No votes))
64. How do I sort the names in ascending order (from A – Z) using a one-dimensional array in C++
#includeint main(int argc, char* argv[]){ char *str[10]; char *g; for(int j=0; j>str[j]; } for(int k=9;k>=0;k--) for(int i=0; i*str[i+1]) { g=str[i];...
General Programming » String »
Yang Kok Wah Updated: 4 Jul 2014
Rating: 5.00/5 ( (2 votes))
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
65. Falling Blocks Board and Shape Control
Implementing the all time favourite game as .NET custom controls, complete with animation and sound for full gaming experience
Desktop Programming » Win32 »
Yang Kok Wah Updated: 2 Jul 2014
Rating: 4.86/5 ( (51 votes))
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()

Page 4 of 8
1 2 3 4 5 6 7 8