• Static vs Dynamic Debate Decided

    Updated: 2012-01-22 19:25:00
    : skip to main skip to sidebar On Software and Languages Speaking up from the Telco ghetto . on C++ , Java , Perl , Python , Haskell Erlang Systems and Processes Sunday , 22 January 2012 Static vs Dynamic Debate Decided As I said , it's decided at least for me now A couple of years ago it became fashionable to be ecstatic about dynamic i.e . dynamically typed aka scripting languages , this sentiment is maybe best exposed by Steve Yegge here People started to talk about freedom languages and it all started getting rather emotional . Like in this : tweet Strong types are the hobnailed boot of the Enterprise Man on the neck of the Agile Code Poet http : goo.gl aeEcn It is understandable as an aftershock of the J2EE meltdown by Ruby and Rails , but I was always rather suspicious with that . I

  • Server Developer Community Intel® Software Network

    Updated: 2012-01-16 02:16:54
    Javascript is disabled on your browser . In order to use this platform effeciently , please enable javascript from your browser settings or contact your system . administrator Product Index Search Intel® Software Network Communities Intel AppUp℠ developer program Visual Computing Parallel Programming Intel® vPro Developers Intel® Tablet Handheld Android Developers Server Developer Community Ultrabook Academic Earn Reputation Intel® Black Belt Program More . Partners Intel® Software Partner Program Intel® Technologies Software Assessment Center Resource Library Partner Finder Software Finder Program Overview News Support Tools Downloads Tools Intel® Software Development Products Free Evaluations Tools Knowledge Base Academic Intel® Visual Computing Source Downloads Code Downloads Free

  • Videos Intel® Software Network

    Updated: 2012-01-16 02:16:51
    Intel Software Network Communities Intel AppUp developer program Visual Computing Parallel Programming Manageability Academic Earn Reputation — Intel® Black Belt Program More . Partners Intel® Software Partner Program Intel® Technologies Software Assessment Center Resource Library Partner Finder Software Finder Program Overview News Support Tools Downloads Tools Intel® Software Development Products Intel® Parallel Studio Free Evaluations Tools Knowledge Base Academic Downloads Code Downloads Free Non-Commercial WhatIf Experimental Software Drivers Intel® Driver Update Utility Forums Support Software Forums Intel AppUp SM developer program Forums Knowledge Base Support Resources Blog Intel® Software Network blog Intel AppUp℠ developer program blog Resources Intel® Software Network

  • Intel(R C++ Compiler XE 12.0 User and Reference Guides

    Updated: 2012-01-16 02:16:50

  • History of C Programming Language

    Updated: 2012-01-15 17:24:31
    C is a programming language which was born at “AT & T’s Bell Laboratories” of USA in 1972. It wa

  • C programming

    Updated: 2012-01-13 06:58:18
    /* A program in c using pointer to compute the sum of all element in an array */ #include <stdio.

  • How to design your first programs

    Updated: 2012-01-13 06:17:30
    Now that you’ve learned some basics about programs, let’s look more closely at how to design a progr

  • Header files

    Updated: 2012-01-13 06:13:18
    Code files (with a .cpp extension) are not the only files commonly seen in programs. The other type

  • ASSERT(AfxGetThread() == NULL) with VisualStudio 2010, or the DLL-hell, revamped

    Updated: 2012-01-11 20:50:00
    : , skip to main skip to sidebar On Software and Languages Speaking up from the Telco ghetto . on C++ , Java , Perl , Python , Haskell Erlang Systems and Processes Wednesday , 11 January 2012 ASSERT(AfxGetThread( NULL with VisualStudio 2010, or the DLL-hell , revamped Everybody thinks DLL-hell is a thing of the past . Me included : WTF just start the Dependency Walker , look what libraries got loaded , correct it and be happy Not so , with the advent of Visual Studio 2010 everything got a bit more complicated Let me describe the problem which I encountered working in a project for one of my customers . Let's start with a . : Disclaimer This is only a short technical note for those who like me first check the Internet for solution to weird programming questions The : Problem is maybe best

  • Choose Ur Life !!!

    Updated: 2012-01-11 19:25:08
    Welcome to Choose Ur Life !!!   Choose Ur Life renders the choices for making your life lively , fru

  • Tributes to Dennis Ritchie

    Updated: 2012-01-05 11:35:21
    Dennis Ritchie died on the 8th of October 2011, at the age of 70. His lasting contributions to compu

  • Bubble Sort

    Updated: 2011-12-30 13:56:54
    #include<stdio.h> #include<conio.h> #include<string.h>  int main(void) {    

  • Insertion Sort

    Updated: 2011-12-30 13:55:50
    #include<stdio.h> #include<conio.h> int main(void) {             int i, j, n, key;      

  • Selection Sort

    Updated: 2011-12-30 13:54:29
    #include<stdio.h> #include<conio.h>  #define MAX_ELEMENTS 50  int main(void)

  • Postfix Evaluation

    Updated: 2011-12-30 13:53:03
    #include<stdio.h> #include<conio.h> #include<ctype.h>  #define N 100  

  • Stack Operation (Push, Pop)

    Updated: 2011-12-30 13:51:44
    #include<stdio.h> #include<conio.h> #define max 5  int push(int stack[max], int *t

  • String Operation

    Updated: 2011-12-30 13:50:31
    #include<stdio.h> #include<conio.h> #include<string.h>  int main(void) {    

  • Binary Search

    Updated: 2011-12-30 13:49:17
    #include<stdio.h> #include<conio.h>  int main(void) {             int data[100], b

  • Linear Search

    Updated: 2011-12-30 13:47:58
    #include<stdio.h> #include<conio.h>  int main(void) {             int array[100];

  • DSLs not so pointless?

    Updated: 2011-12-15 22:19:00
    : skip to main skip to sidebar On Software and Languages Speaking up from the Telco ghetto . on C++ , Java , Perl , Python , Haskell Erlang Systems and Processes Thursday , 15 December 2011 DSLs not so pointless or : busting myths and fallacies , this time the DSL-s Until recently I'd only sneer at the idea of DSL's : what the either we have a soild API for developers , or a specialized higher level language for the specific task . And the higher level language best shouldn't be done at all , because the non-technical user just wants a smooth GUI to click his requests together So spare your DSL hype on me , go and find another gullible middle management person . But then I read the following passage and the fallacy behind this reasoning became apparent to : me In other environments I could

Current Feed Items | Previous Months Items

Dec 2011