No.t
Al Chak
Posts
-
Do you hide extensions of known types? -
Little girl gives a coin to a street musician and gets a big surpriseWhere are syrians?
-
How do you name your spaces? -
Video tutorialsuper-master in 3 master in 4 ex-writer in 2 and creator of 1
-
Video tutorialI 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 Laziness of LINQI program 30+ years. 30+ years before I'd start programming, i,j,k,n were well known cycle counter variables for one page code.
-
Is this the worst code in the world?so sweet! :-O The programm can read the current time but cannot calculate time till 2am!
-
Where to get icons and other art work for an app UI ?shutterstock
-
Where to get icons and other art work for an app UI ?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.
-
Can JAVA Developers do C++/C/Embedded?No, absolutelly no!
-
Fun with pointers in C++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:
-
Switch boolean.... (reinventing if, unnecessarily)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: -
And that's a fact!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 sayme to drink one glass of red wine per day, but I forgot to do this.
-
60-80 hours a week40 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
-
Requirments Vs Specification ?Requirements are the "WHY" and Specification is the "WHERE".
-
which technologies you really hate?JVM C++14
-
Gawd, they know how to make me feel old...IBM360
-
Pet PeeveI 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:
-
A good book on programming embedded systemsExperience only :sigh:
-
Why I like Microsoft todayI'd stopped with VAX/VMS 21 years before. How old are you?