programming languages

Tag details

Welcome to the 'programming languages' tag page at Technorati. This page features content from the farthest reaches of the Blogosphere that authors have "tagged" with 'programming languages'.

Look up Offsite Link "programming", Offsite Link "languages" at The Free Dictionary

Latest blogosphere posts tagged “programming languages”

  • Exceptional PHP: Extending The Base Exception Class - Brandon Sa...


    Computer & Internet - computer-internet.marc8.comAuthority Authority: 460
    On Monday, we talked about the basics of exceptions and how they are used in PHP (as well as in other object-oriented programming languages). As promised, today we are going to talk about extending the base exception class in PHP. read more
    3 hours ago
  • Google tries to speed up programming with a new language: Go


    Gadget ReviewsAuthority Authority: 146
    A team of Googlers just announced a project called Go — it’s a new, experimental programming language that Google is making available as open source at the Go website.The Go team says its big programming frustration has been the slowness of existing programming languages. Go changes that by compiling (i.e., ...
    7 hours ago
  • GO: Google Launches Its Own Programming Language


    Technology PunditAuthority Authority: 163
    One of the core philosophies of Google, and one of the reasons it has been so successful, is efficiency. It’s about both being as efficient as possible when serving search results and processing data and creating product that push the limits of efficiency for the user (as an example, Google’s trying to make ...
    10 hours ago
  • C Program to Generate Prime Numbers


    Adiwebs.comAuthority Authority: 132
    Here is a C program that outputs prime numbers from 1 to 100 #include #include int main(void) { int i, j, isPrime; for(i = 2 ; i { isPrime = 1; for(j = 2 ; j { if( i == j) continue; else if( i % j == 0) isPrime = 0; } if(isPrime) printf("%d, ", i); } printf("\n"); return 0; } Related posts: Your First ...
    4 days ago
  • Venta:Apple iPhone 3GS 32GB,Nokia N97 32GB,Blackberry Storm 9500,Nokia


    Programmers Heaven Forums RSS FeedAuthority Authority: 169
    WELCOME TO THE KING OF MOBILE PHONE .. To contact us use the following electronic mail address: MSN E- MAIL... mobile_king@live .com G- MAIL... kingstock12@gmai l.com Ymail.. . king_ltd@yahoo. com Skype MSN Add:Wande20001 Minimum Order : 1-10 units Shipping Method : FedEx and UPS. Delivery Time : 2-3days ...
    4 days ago
  • Hashing in C Language


    Adiwebs.comAuthority Authority: 132
    Question. What is meant by hashing in C language? Answer. Hashing is the transformation of a string of characters into a usually shorter fixed-length value or key that represents the original string. Hashing is used to index and retrieve items in a database because it is faster to find the item using the shorter ...
    6 days ago
  • Difference between Arrays and Pointers


    Adiwebs.comAuthority Authority: 132
    What is the difference between Arrays and Pointers? Answer. Arrays use subscripted variables to access and manipulate data. Array variables can be equivalently written using pointer expression. Pointers are used to manipulate data using the address. Pointers use * operator to access the data pointed to by ...
    6 days ago
  • Polyglot programming -- development in multiple languages


    Computerworld BlogsAuthority Authority: 514
    When I ask developers "what programming language do you use?", the answer I usually get is a single language.  Most developers define themselves as a Java, C++, Delphi, C#, Visual Basic, PHP, Ruby or Python developer.  Some web developers will say they use JavaScript.  In fact most developers, today, use several ...
    1 week ago
  • Contracts Made Manifest: final version


    weaselhatAuthority Authority: 91
    We’ve sent off the final version of Contracts Made Manifest . There have been quite a few improvements since submission, the most important of which is captured by Figure 1 from our paper: Our submission only addressed lax λ C , where we had an inexact translation φ into λ H and an exact translation ψ ...
    1 week ago
  • Programming news: Alpha Five, IronPython, Scala, F#


    Programming and DevelopmentAuthority Authority: 415
    Read about IronScheme 1.0 RC1, Adobe Flash Builder for Force.com, Apache POI, NetBeans 6.8 beta, Microsoft extending Azures reach to Eclipse developers, and more.
    1 week ago
  • Your First Program in Java


    Adiwebs.comAuthority Authority: 132
    Just as we humans use different languages to interact with each other, similarly, computers have their own languages through which we can communicate with them. These languages are broadly of two types: High Level and Low Level Languages. One very popular High Level language is Java, which can be used to write ...
    1 week ago
  • 7 Languages in 7 weeks


    Software Engineering - Best PracticesAuthority Authority: 108
    Dear Readers,als you are all interested in programming languages I would like to point your interest to this link which I was pointed at (lots of thanks to the source!):http://rapidred.com/blog/seven_languagesIt is from the blog of Bruce Tate we all know as one the THE Java Experts and his stunning... Please read the ...
    1 week ago
  • What are good languages to write complicated web based software in?


    http://diddy.nameAuthority Authority: 165
    For example, what sort of languages would web based CRM programs have been written in. I want to get some software written that would have a large database and would generate lots of different reports based on the data. The software must run in a web browser. There seems to be a lot of programming languages and I was ...
    1 week ago
  • Would You Like To Study A New Programming Language?


    IT Career CoachAuthority Authority: 108
    Skills in High Demand! Learning new software development languages can be fun. That is one of the reasons why software developers like their careers ... they get to learn or solve problems with new software development languages. However, learning a software development language is a real-world exercise ...
    1 week ago
  • Is COBOL The Root Of All (Technical) Evil?


    The Forrester Blog For Application Development & Program Management ProfessionalsAuthority Authority: 113
    OK, so I used a tongue-in-cheek title to attract your attention, forgive me. A recent blog about the Boomer retirement phenomenon provoked some comments by a colleague with strong opinions about COBOLs useful life. I felt that his comments raised a topic that is substantial enough to warrant its own place in the ...
    1 week ago
  • Dot Net Programming: New Lease of Life with the Current Demand


    Your Online Security Authority BlogAuthority Authority: 508
    If you’re a keen .NET programmer, you are probably aware of what the above title says. Since the birth of multi-core computing, there has been a requirement for parallel-programming architecture. Now, the multi-core computing has developed into the prevailing paradigm in computer architecture since the invention of ...
    2 weeks ago
  • Have your AHOS and eat HOAS too!


    Computer & Internet - computer-internet.marc8.comAuthority Authority: 460
    Noam (uid 3913) announced on his weblog at the beginning of the year a technique that allows one to bridge the gap between meta-theoretic notions of function space and theory-internal notions, in a way that is compatible with structural induction over Higher-Order Abstract Syntax, by applying Reynolds Definitional ...
    2 weeks ago
  • Revolution Computing Raises $9M


    XconomyAuthority Authority: 712
    IT , deals , VC Wade Roush wrote: Revolution Computing , which has offices in New Haven, CT, and Seattle, said today that it has raised $9 million in venture financing from North Bridge Venture Partners of Waltham, MA, and Intel Capital, based in Santa Clara, CA. The startup, which provides software and ...
    2 weeks ago
  • What are the differences between these programming languages and what are their specific applications and uses?


    http://diddy.nameAuthority Authority: 165
    The programming languages are C, C++, C#, and Java. I know that C and C++ are closely related and C# and Java are closely related. I just want to know the differences between C and C++, and C# and Java. ALSO, I wanted to know what the uses of these programming languages are and some of their practical applications ...
    3 weeks ago
  • What are the programming languages that are required prior to learning CSS?


    Traffic Builders Web Site Marketing News Blog and Web Tips GuideAuthority Authority: 138
    jace_pool asked: CSS = Cascading Style Sheets Note: I already know HTML, C, C++, NXC, and AHDL in heavy detail. As well, how long do you think it will take me to learn CSS with my existing knowledge? Lead Generation Made Easy
    3 weeks ago

Comments about programming languages

Personal attacks are NOT allowed
Please read our comment policy