Skip to main content

Home/ Coders/ Group items tagged overflow

Rss Feed Group items tagged

Zulkarnain K.

Stack Overflow - 0 views

  •  
    Stack Overflow is a collaboratively edited question and answer site for programmers - regardless of platform or language. Jump in and share your software engineering expertise! No registration or account required.
Fabien Cadet

An opinionated guide to writing developer resumes in 2017 - 1 views

  •  
    "Stack Overflow Developer Story"
Fabien Cadet

Parsing Html The Cthulhu Way @ Coding Horror (Jeff Atwood) - 1 views

  •  
    « Among programmers of any experience, it is generally regarded as A Bad Ideatm to attempt to parse HTML with regular expressions. How bad of an idea? It apparently drove one Stack Overflow user to the brink of madness [...] »
Chris Fung

30 Python Language Features and Tricks You May Not Know About - 1 views

  •  
    Since I started learning Python, I decided to maintain an often visited list of "tricks". Any time I saw a piece of code (in an example, on Stack Overflow, in open source software, etc. via Pocket
Shahriar Kabir

Drupal - An Open Source CMS - 0 views

  •  
    Drupal is a distributed platform made by a dynamic group and overflowing with potential. Use as-is or snap in any of a huge number of free designs and modules for fast site assembly. Designers cherish the all around archived APIs of Drupal. Creators cherish their adaptability. Site chairmen love their boundless adaptability.
Joel Bennett

Security Development Lifecycle (SDL) Banned Function Calls - 0 views

  •  
    Microsoft's official list of "banned" unsafe function calls. Basically this is a list of all the SafeCRT and StrSafe.h function equivalencies ... along with a short discussion of the relative merits for StrSafe vs. SafeCRT... also includes some *very* useful examples.
Fabien Cadet

Stop data inserting into a database twice - Stack Overflow - 0 views

  •  
    * HTTP `Location: ...´ header to redirect ; known as the Post/Redirect/Get design pattern. * Nonces (Number used only once) included in the page as a hidden form field (client-side) ; and server-side: Either stored in the user-session or in the database as the primary key (or at least a unique field) of the table you insert into. * Disable the submit button (drawbacks for the user). * md5 hash on the content of the submitted data.
1 - 11 of 11
Showing 20 items per page