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
A

Al Chak

@Al Chak
About
Posts
38
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Do you hide extensions of known types?
    A Al Chak

    No.t

    The Lounge com functional tutorial question

  • Little girl gives a coin to a street musician and gets a big surprise
    A Al Chak

    Where are syrians?

    The Lounge com question

  • How do you name your spaces?
    A Al Chak

    https://en.wikipedia.org/wiki/Taumatawhakatangihangakoauauotamateapokaiwhenuakitanatahu[^]

    The Lounge com question

  • Video tutorial
    A Al Chak

    super-master in 3 master in 4 ex-writer in 2 and creator of 1

    The Lounge tutorial question

  • Video tutorial
    A Al Chak

    I hate video tutorials! I know read! I understand schemas and code of 10 languages. If I need simple solution for an ordinal trouble ( 3 lines of a code or 5 lines of a text) why I must see 10 minutes of bad sound unfocussed video? :confused:

    The Lounge tutorial question

  • The Laziness of LINQ
    A Al Chak

    I program 30+ years. 30+ years before I'd start programming, i,j,k,n were well known cycle counter variables for one page code.

    The Lounge csharp database linq

  • Is this the worst code in the world?
    A Al Chak

    so sweet! :-O The programm can read the current time but cannot calculate time till 2am!

    The Weird and The Wonderful css help question learning

  • Where to get icons and other art work for an app UI ?
    A Al Chak

    shutterstock

    The Lounge adobe csharp android wpf design

  • Where to get icons and other art work for an app UI ?
    A Al Chak

    Free icon collections are not solution. The best icons and good copyright are stocks. ShutterStock, istockphoto, fotolia, dreamstime, 123fr, depositphotos, bigstockpictures, vectorstock and a graphic designer with experiance.

    The Lounge adobe csharp android wpf design

  • Can JAVA Developers do C++/C/Embedded?
    A Al Chak

    No, absolutelly no!

    The Lounge hardware question c++ java database

  • Fun with pointers in C++
    A Al Chak

    Your code will be correct if both GetA and GetB return pointer on GLOBAL or STATIC variable same type ofcorse. It is possible to code on C++ without C-knowledge, but not to programm :cool:

    The Weird and The Wonderful c++ question

  • Switch boolean.... (reinventing if, unnecessarily)
    A Al Chak

    If you are sure that the function argument named enabled is bool forever? If yes than there is no reason for the switch. If chacne to change the argument type is exist so - I would add into the switch

    default:
    FirstControl.Enabled = enabled;
    SecondControl.Enabled = enabled; // :laugh:

    The Weird and The Wonderful

  • And that's a fact!
    A Al Chak

    Once

    per a year I try drink so match that I cannot separate between HW interrupt to SW exception. ;P
    Twice per a week I drink a wine for to be softly drunk.
    My doctor say

    me to drink one glass of red wine per day, but I forgot to do this.

    The Lounge help question

  • 60-80 hours a week
    A Al Chak

    40 hours - programming 45 hours - extend programming and extend coffee 50 hours - extend programming and extend coffee and EXTEND BUGS 60 hours - extend coffee and EXTEND BUGS 80 hours - Bugs in the programm, Bugs in the sex, bugs enstead the family

    The Lounge com question

  • Requirments Vs Specification ?
    A Al Chak

    Requirements are the "WHY" and Specification is the "WHERE".

    The Lounge question visual-studio

  • which technologies you really hate?
    A Al Chak

    JVM C++14

    The Lounge wcf xml csharp c++ java

  • Gawd, they know how to make me feel old...
    A Al Chak

    IBM360

    The Lounge com graphics tutorial question

  • Pet Peeve
    A Al Chak

    I have more

    (condition)?DoThis():DoThat();

    DoThese[(condition)]();

    #define CALL_FUNC(__F) Do##__F
    CALL_FUNC(condition);

    do
    {
    if(condition)
    {
    DoThis();
    break;
    }
    } while(DoThat()&&condition);

    <pre lang="cs">
    switch(condition)
    {
    case 1:
    DoThis();
    break;
    default:
    DoThat();
    }

    :laugh:

    The Lounge tutorial question

  • A good book on programming embedded systems
    A Al Chak

    Experience only :sigh:

    The Lounge csharp linux hardware tools tutorial

  • Why I like Microsoft today
    A Al Chak

    I'd stopped with VAX/VMS 21 years before. How old are you?

    The 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