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
F

Fahad Sadah

@Fahad Sadah
About
Posts
92
Topics
16
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Fighting obsolescence..... - do you REALLY use a smart phone, and if so, how?
    F Fahad Sadah

    It took me ten minutes to figure out how to call from my Nokia 5230

    The Lounge android ios sales help question

  • Jokes in Code Comments
    F Fahad Sadah

    Why were you using GOTO in the first place? :doh:

    The Lounge c++ architecture help question

  • Pranking the office: fake Blue Screen of Death
    F Fahad Sadah

    Actually, it does what he says it does.

    The Lounge database performance help announcement

  • Why you should never change the order of mission critical tasks
    F Fahad Sadah

    Ennis Ray Lynch, Jr. wrote:

    1. Eat Breakfast (no comment about 3 please))
    The Lounge csharp com tools question workspace

  • What is your best code comment this year?
    F Fahad Sadah

    //3.141592653589HELPIMTRAPPEDINAUNIVERSEFACTORY79323846

    The Lounge question database

  • What is your best code comment this year?
    F Fahad Sadah

    I was trying to get a certain CSS3 selector (forget which one, now) to work in Firefox and Webkit type browsers, without -moz- and -webkit- prefixes (I'll share the secret later). I used <magic> tags, but didn't comment them out =p

    The Lounge question database

  • What is your best code comment this year?
    F Fahad Sadah

    Real programmers don't need processors.

    The Lounge question database

  • Interesting code comments
    F Fahad Sadah

    My english teacher last year was talking to me about an essay I handed her. She was saying that it was waay beyond my level, a great essay, and obviously plagiarised. I told her it was my own work, and she checked by searching google. She concluded that yes, it was mine, but it was a rubbish essay anyway, full of faults, worst she'd ever seen.

    The Lounge com game-dev data-structures tools performance

  • CSS Poll
    F Fahad Sadah

    .class .anotherclass .yetanotherclass .moreclassness .fifthclass .ireallyshouldgivetheseclassesnames .nooneunderstandsmycode So 1) :-D

    The Lounge c++ css architecture

  • How far do you go with your backups
    F Fahad Sadah

    What backups?

    The Lounge question

  • Anyone fancy a game of word association? I'm starting Bored
    F Fahad Sadah

    Haven't we already had go?

    The Lounge game-dev question

  • Installing programs onto Linux
    F Fahad Sadah

    .tar.gz files compressed archives. To open it, do:

    tar zxvf bugzilla-3.2.3.tar.gz

    The z means unZip, the x means eXtract, the v means Verbose, and the f means File. A new folder will be created, cd into it, see what's in there.

    Linux, Apache, MySQL, PHP linux help

  • Installing programs onto Linux
    F Fahad Sadah

    Server applications like MySQL will not show with applications. Also, please be aware that package names differ between distros.

    Linux, Apache, MySQL, PHP linux help

  • How to unlock a PC programmatically [modified]
    F Fahad Sadah

    The default MS "system locked" screen runs in a secure desktop (just like UAC prompts), so that apps cannot touch it. You could implement your own GINA, but definitely not in VB.

    Visual Basic json help tutorial

  • If You Have a Dell Computer...
    F Fahad Sadah

    SLIC code in the BIOS, which you can add yourself.

    The Lounge com announcement

  • Advice on how to help an 11 year old start programming...
    F Fahad Sadah

    I learnt AutoIt[^] at the age of seven.

    The Lounge game-dev help tutorial question

  • Need help with TableAdapter problem [modified]
    F Fahad Sadah

    Does the delete work in T-SQL?

    C# database help css sql-server sysadmin

  • Delegates and Parallel.For
    F Fahad Sadah

    Impossible? Thanks.

    C# question

  • Abort a suspended thread
    F Fahad Sadah

    You could undo it after. See my reply.

    C#

  • Abort a suspended thread
    F Fahad Sadah

    try
    {
    yourThread.Abort();
    }
    catch (ThreadStateException e)
    {
    yourThread.Resume();
    }

    C#
  • Login

  • Don't have an account? Register

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