Click here to Skip to main content
15,892,809 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
AnswerRe: How to implement bitbliting in C#?? Pin
GKP199216-May-19 18:18
professionalGKP199216-May-19 18:18 
GeneralRe: How to implement bitbliting in C#?? Pin
Richard MacCutchan16-May-19 22:05
mveRichard MacCutchan16-May-19 22:05 
AnswerRe: How to implement bitbliting in C#?? Pin
#realJSOP16-May-19 23:23
mve#realJSOP16-May-19 23:23 
GeneralRe: How to implement bitbliting in C#?? Pin
megaadam16-May-19 23:51
professionalmegaadam16-May-19 23:51 
PraiseRe: How to implement bitbliting in C#?? Pin
GKP199217-May-19 2:07
professionalGKP199217-May-19 2:07 
GeneralRe: How to implement bitbliting in C#?? Pin
  Forogar  17-May-19 3:08
professional  Forogar  17-May-19 3:08 
AnswerRe: How to implement bitbliting in C#?? Pin
W Balboos, GHB17-May-19 3:37
W Balboos, GHB17-May-19 3:37 
Generalyou know you need a functional language when: Pin
honey the codewitch16-May-19 8:14
mvahoney the codewitch16-May-19 8:14 
C#
public static IEnumerable<IList<T>> Split<T>(this IEnumerable<T> collection,T delim,IEqualityComparer<T> equalityComparer = null) // ...

public static IEnumerable<T> Join<T>(this IEnumerable<IList<T>> segments, IEnumerable<T> delim) // ...

public static IEnumerable<T> Replace<T>(this IEnumerable<T> collection,T oldValue, IEnumerable<T> newValues, IEqualityComparer<T> equalityComparer = null) // ...


Guess I could use LINQ but nah.
When I was growin' up, I was the smartest kid I knew. Maybe that was just because I didn't know that many kids. All I know is now I feel the opposite.

GeneralRe: you know you need a functional language when: Pin
RickZeeland16-May-19 8:20
mveRickZeeland16-May-19 8:20 
GeneralRe: you know you need a functional language when: Pin
honey the codewitch16-May-19 8:50
mvahoney the codewitch16-May-19 8:50 
GeneralRe: you know you need a functional language when: Pin
RickZeeland16-May-19 9:53
mveRickZeeland16-May-19 9:53 
GeneralRe: you know you need a functional language when: Pin
honey the codewitch16-May-19 10:02
mvahoney the codewitch16-May-19 10:02 
GeneralRe: you know you need a functional language when: Pin
PIEBALDconsult16-May-19 14:03
mvePIEBALDconsult16-May-19 14:03 
GeneralRe: you know you need a functional language when: Pin
honey the codewitch16-May-19 17:15
mvahoney the codewitch16-May-19 17:15 
GeneralRe: you know you need a functional language when: Pin
Super Lloyd16-May-19 16:04
Super Lloyd16-May-19 16:04 
GeneralRe: you know you need a functional language when: Pin
honey the codewitch16-May-19 17:14
mvahoney the codewitch16-May-19 17:14 
GeneralRe: you know you need a functional language when: Pin
Super Lloyd16-May-19 19:25
Super Lloyd16-May-19 19:25 
GeneralRe: you know you need a functional language when: Pin
Super Lloyd16-May-19 19:37
Super Lloyd16-May-19 19:37 
GeneralRe: you know you need a functional language when: Pin
BillWoodruff16-May-19 19:03
professionalBillWoodruff16-May-19 19:03 
GeneralRe: you know you need a functional language when: Pin
Jörgen Andersson16-May-19 20:53
professionalJörgen Andersson16-May-19 20:53 
GeneralRe: you know you need a functional language when: Pin
peterkmx17-May-19 0:14
professionalpeterkmx17-May-19 0:14 
GeneralRe: you know you need a functional language when: Pin
HobbyProggy16-May-19 21:00
professionalHobbyProggy16-May-19 21:00 
GeneralRe: you know you need a functional language when: Pin
honey the codewitch17-May-19 0:16
mvahoney the codewitch17-May-19 0:16 
JokeRe: you know you need a functional language when: Pin
Richard Deeming17-May-19 1:08
mveRichard Deeming17-May-19 1:08 
GeneralRe: you know you need a functional language when: Pin
BillWoodruff17-May-19 2:10
professionalBillWoodruff17-May-19 2:10 

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.