Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
R

RugbyLeague

@RugbyLeague
About
Posts
1.2k
Topics
83
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Incomprehensible C++ error messages
    R RugbyLeague

    The SPL compiler on Prime used to do something similar

    The Weird and The Wonderful question c++ help

  • Why do people stock up on toilet paper in crisis situations ?
    R RugbyLeague

    Some self isolating people probably get through a lot of toilet paper / tissues.

    The Lounge question

  • Just had a job interview...
    R RugbyLeague

    It's good you are trying to Spread your Wings

    The Lounge csharp javascript cloud career linq

  • From the medical frontline
    R RugbyLeague

    pop or beer?

    The Lounge career

  • I'm stumped and in the worst way.
    R RugbyLeague

    That's why parsers have some sort of synchronise system, when an error occurs they just eat tokens until they can get back to a safe state - simple ones just chew away until they hit a keyword.

    The Lounge data-structures help json question

  • I beat the stack monster
    R RugbyLeague

    i will have nightmares now

    The Lounge data-structures

  • LinkedIn is a stalking ground for incompetent recruiters...
    R RugbyLeague

    "I neither have a degree in an HR-related field nor have worked in HR before" You're over-qualified then

    The Lounge java com tutorial question career

  • Encapsulation, is it so hard?
    R RugbyLeague

    I don't think I have ever seen lexer/parser code which wouldn't struggle to pass most code reviews.

    The Lounge json asp-net data-structures regex oop

  • oh what a mess I've gotten myself into
    R RugbyLeague

    Why do you think a stackless DFA is faster?

    The Lounge csharp ai-coding debugging regex performance

  • These are the highest resolution images of the Sun ever taken
    R RugbyLeague

    The Sun doesn't have a surface

    The Insider News com question

  • When will we all freeze to death
    R RugbyLeague

    There's plenty of earlier events which will stop biological processes.

    The Insider News asp-net com data-structures question

  • oh what a mess I've gotten myself into
    R RugbyLeague

    Have you considered using Vaughan Pratt’s top-down operator precedence parsing?

    The Lounge csharp ai-coding debugging regex performance

  • Bubble Sort, O(N^2) aka Quadratic time
    R RugbyLeague

    merge sort maybe?

    The Weird and The Wonderful csharp data-structures learning ruby asp-net

  • Incomprehensible C++ error messages
    R RugbyLeague

    They can be utterly incomprehensible but you get used to them. I revisited C then C++ recently after several years away with C# and found the messages from the compiler to be almost universally unhelpful but after a week or so I settled into it again.

    The Weird and The Wonderful question c++ help

  • I was just on the BBC web site and...
    R RugbyLeague

    You ran over his toe at LAX Airport also?

    The Lounge python

  • What "advanced" features of programming languages do you use?
    R RugbyLeague

    The vast majority of the time when looking at code I don't need to know what everything is - so without var I am presented with a load of noise and redundancy. If I want to know what something is and it isn't immediately obvious then I can hover over it and it tells me and for the purpose of that session I don't need to do that again. I prefer to concentrate on the code rather than a load of type declaration noise. Admittedly it is a fine line - I don't use var everywhere - int i = 10 never becomes var i = 10, for example. And using var has become something I have adjusted to over time - at first I didn't like it, then I used it to remove redundancy var l = new List() rather than List l = new List(). Now I use it in most places other than the aforementioned value type decls.

    The Lounge c++ javascript tutorial question

  • What "advanced" features of programming languages do you use?
    R RugbyLeague

    That's what intellisense is for.

    The Lounge c++ javascript tutorial question

  • What "advanced" features of programming languages do you use?
    R RugbyLeague

    I like var, it removes a lot of unnecessary noise

    The Lounge c++ javascript tutorial question

  • What "advanced" features of programming languages do you use?
    R RugbyLeague

    I am not sure it classifies as advanced but I have used unsafe code with casts and pointer arithmetic in C# a lot and am now switching to Span, ref structs and SIMD instructions

    The Lounge c++ javascript tutorial question

  • Either I'm missing something or .NET is
    R RugbyLeague

    And EBCDIC - everybody always forgets EBCDIC :sigh:

    The Lounge csharp hardware question
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups