Click here to Skip to main content
15,867,453 members
Home / Discussions / C#
   

C#

 
GeneralRe: Regarding the usage of generic in real life Pin
Tridip Bhattacharjee12-Aug-14 23:18
professionalTridip Bhattacharjee12-Aug-14 23:18 
GeneralRe: Regarding the usage of generic in real life Pin
Debabrata TPX12-Aug-14 23:49
Debabrata TPX12-Aug-14 23:49 
GeneralRe: Regarding the usage of generic in real life Pin
Tridip Bhattacharjee13-Aug-14 21:25
professionalTridip Bhattacharjee13-Aug-14 21:25 
GeneralRe: Regarding the usage of generic in real life Pin
Pete O'Hanlon13-Aug-14 21:46
subeditorPete O'Hanlon13-Aug-14 21:46 
GeneralRe: Regarding the usage of generic in real life Pin
Pete O'Hanlon12-Aug-14 23:50
subeditorPete O'Hanlon12-Aug-14 23:50 
QuestionHow to remove escape sequece from string while telnet to HP procurve devices Pin
superselector12-Aug-14 19:17
superselector12-Aug-14 19:17 
AnswerRe: How to remove escape sequece from string while telnet to HP procurve devices Pin
OriginalGriff12-Aug-14 20:57
mveOriginalGriff12-Aug-14 20:57 
AnswerRe: How to remove escape sequece from string while telnet to HP procurve devices Pin
OriginalGriff13-Aug-14 1:25
mveOriginalGriff13-Aug-14 1:25 
A quick thought (it's amazing what else you can think of when in a boring meeting) gives me this regex:
\x1B\[\??\d+(;\d+)?[a-zA-Z]
That with a regex Replace operation replacing with a empty string should get rid of them. Probably. Laugh | :laugh:
You looking for sympathy?
You'll find it in the dictionary, between sympathomimetic and sympatric
(Page 1788, if it helps)

GeneralRe: How to remove escape sequece from string while telnet to HP procurve devices Pin
superselector13-Aug-14 22:52
superselector13-Aug-14 22:52 
GeneralRe: How to remove escape sequece from string while telnet to HP procurve devices Pin
OriginalGriff13-Aug-14 23:01
mveOriginalGriff13-Aug-14 23:01 
AnswerRe: How to remove escape sequece from string while telnet to HP procurve devices Pin
Member 1028463313-Aug-14 2:22
Member 1028463313-Aug-14 2:22 
QuestionC# Creating Setup Problem Pin
Member 1094435911-Aug-14 23:16
Member 1094435911-Aug-14 23:16 
AnswerRe: C# Creating Setup Problem Pin
Dave Kreskowiak12-Aug-14 2:44
mveDave Kreskowiak12-Aug-14 2:44 
GeneralRe: C# Creating Setup Problem Pin
Member 1094435912-Aug-14 3:50
Member 1094435912-Aug-14 3:50 
GeneralRe: C# Creating Setup Problem Pin
Dave Kreskowiak12-Aug-14 3:54
mveDave Kreskowiak12-Aug-14 3:54 
Questionc#.net Pin
naralasaimanoj11-Aug-14 17:36
naralasaimanoj11-Aug-14 17:36 
AnswerRe: c#.net Pin
Dave Kreskowiak11-Aug-14 18:06
mveDave Kreskowiak11-Aug-14 18:06 
AnswerRe: c#.net Pin
Pete O'Hanlon11-Aug-14 20:14
subeditorPete O'Hanlon11-Aug-14 20:14 
AnswerRe: c#.net - Use MSI Package installer Pin
Swinkaran11-Aug-14 21:04
professionalSwinkaran11-Aug-14 21:04 
AnswerRe: c#.net Pin
V.12-Aug-14 0:18
professionalV.12-Aug-14 0:18 
GeneralRe: c#.net Pin
OriginalGriff12-Aug-14 0:22
mveOriginalGriff12-Aug-14 0:22 
GeneralRe: c#.net Pin
Richard Deeming12-Aug-14 2:26
mveRichard Deeming12-Aug-14 2:26 
GeneralRe: c#.net Pin
OriginalGriff12-Aug-14 2:32
mveOriginalGriff12-Aug-14 2:32 
QuestionC# Tutor, Sunshine Coast, Qld, Australia. Pin
Kenny__K11-Aug-14 13:43
Kenny__K11-Aug-14 13:43 
AnswerRe: C# Tutor, Sunshine Coast, Qld, Australia. Pin
Kenny__K28-Aug-14 15:14
Kenny__K28-Aug-14 15:14 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.