Posts Tagged ‘programming language’

badges

How to manage the icon badges in the iphone/ipad

A simple tutorial to add badges to iphone/ipad icons, and then to increase decrease their values. This is a preview of How to manage the icon badges in the iphone/ipad. Read the full post (434 words, 7 images, estimated... Read more
Mar
22
2011

The Kingdom of ADA: Sample code

Here it is the Hello World in ADA. This is a preview of The Kingdom of ADA: Sample code. Read the full post (237 words, estimated 57 secs reading time) Read more
Feb
07
2011

FORTRAN’s Sheikdom: Sample code 2

Here it is some more FORTRAN sample code : Plot Ssort Insertion Sort This is a preview of FORTRAN’s Sheikdom: Sample code 2. Read the full post (1190 words, estimated 4:46 mins reading time) Read more
Feb
02
2011

The Kingdom of ADA: ADA Docs

  A lot of documentation is available on the internet, here you will find useful links, with a small description, divided into sections:   The Reference Manuals HTML Ada83 LRM Front-Page Welcome to the hypertext Ada83 LRM (version 2.4).... Read more
Jan
29
2011

FORTRAN’s Sheikdom: Sample code

Here you are some samples of code written in Fortran This is a preview of FORTRAN’s Sheikdom: Sample code. Read the full post (985 words, estimated 3:56 mins reading time) Read more
Jan
20
2011

The Kingdom of ADA: ADA Tools

The GNU Ada compiler This project provides binary packages for the Ada front end of GNU compiler collection. The project also provides various Ada libraries like the Ada Web Server and Ada aware Integrated Development Environments (gps and vim).... Read more
Jan
14
2011

The Kingdom of ADA: Differences between versions

  The following chart (from http://www.adacore.com/home/ada_answers/comparison-chart/) provides an overview of evolution of the major features of the Ada programming language. Programming Structure, Modularity Ada 83 Ada 95 Ada 2005 Ada 2012* Packages √ √ √ √ Child units   √ √... Read more
Dec
26
2010

How to convert an NSString to float (or double) and vice versa

  Here it is an other big problem while porting applications from C language to objective C for the iPhone. NSString *myString = @"12.34"; float stringFloat = ; Alike you can convert NSString to double NSString *myString =... Read more
Dec
23
2010

C/Ruby/Perl/bash: How to check for root user

  Often, during my work, I must check for the user that is launching my applications, specifically some applications like ping/shutdown/../.. need to be executed by root user. I collected four pieces of code in four languages    Ruby... Read more
Dec
17
2010

FORTRAN’s Sheikdom: Tools and compilers

CodeProject There are a lot of compilers/editors/tools that allow you to use fortran, a big number of these is in the Public Domain/Open Source/ BSD Licence/…/… world:   NetBeans: This is a preview of FORTRAN’s Sheikdom: Tools and compilers.... Read more
Fortran_mainframes

FORTRAN’s Sheikdom: History

Here it is a brief history of the fortran language. Fortran is a general-purpose, procedural, imperative programming language that is especially suited to numeric computation and scientific computing. Fortran encompasses a lineage of versions, each of which evolved to... Read more
Nov
14
2010

The Kingdom of ADA: History

Ada is a structured, statically typed, imperative, wide-spectrum, and object-oriented high-level computer programming language, extended from Pascal and other languages. This is a preview of The Kingdom of ADA: History. Read the full post (685 words, estimated 2:44 mins... Read more