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
D

DaintyB

@DaintyB
About
Posts
6
Topics
2
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Storing Passwords in Plain Text
    D DaintyB

    Has anyone realised that Code Project is storing passwords in plain text? I just went to reset my password and had it emailed to me :wtf: I had expected better than this, especially from a site that includes so many security-based articles in their newsletter. Let's hope this gets fixed soon...

    The Lounge security question

  • Dumb Old Program Question
    D DaintyB

    Windows 10 does user names differently to older operating systems e.g. Windows 7. My desktop is stored at C:\Users\benab\Desktop on Windows 10 and C:\Users\Ben\Desktop on Windows 7. If the programmer was using her user name to store it to the desktop (terrible programming practise!), then that would explain it ;P

    The Lounge question com business sales workspace

  • OOPKSC - Out Of Place Keyboard Shortcuts
    D DaintyB

    You know what drives me mad? When I try to use Ctrl+Y to redo and it deletes a line. Not only do I lose that line but I lose all the code that I've just undone with Ctrl+Z. :doh: I've changed the key mapping on my computer but I was helping a friend with his code the other day and managed to delete a load of it :~

    The Lounge visual-studio csharp question

  • Random Tips on Windows.
    D DaintyB

    In Windows 7 or later, if you shake a window from side to side, the other windows minimise. As a result, if you go to the performance tab in Task Manager and shake it around, CPU usage goes right up.

    The Lounge com performance question lounge

  • The worst way to name a variable
    D DaintyB

    Lol. I've done that before... I'm terrible at naming variables.

    The Weird and The Wonderful lounge

  • The worst way to name a variable
    D DaintyB

    Lol, I wrote this a few years ago for a school project... I think I wrote it on Monday at lunchtime.

    function randomNumber(){
    var lunchtimeMondayReturn=0;
    while(true){
    var lunchtimeMonday=Math.random();
    if(!((lunchtimeMonday+'').split('')[2]>3)){
    lunchtimeMondayReturn=(lunchtimeMonday+'').split('')[2];
    break;
    }
    }
    return lunchtimeMondayReturn;
    }

    The Weird and The Wonderful lounge
  • Login

  • Don't have an account? Register

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