Changes between Version 237 and Version 238 of members/GRIP-UQAM
- Timestamp:
- Apr 9, 2017, 6:22:32 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
members/GRIP-UQAM
v237 v238 147 147 * [wiki:GRIP-UQAM/C++ C++] 148 148 * [wiki:GRIP-UQAM/C C] 149 * [wiki:GRIP-UQAM/Fortran Fortran] 149 * [wiki:GRIP-UQAM/Fortran Fortran] [WikiPedia:Fortran] 150 150 * [wiki:GRIP-UQAM/Swift Swift] [WikiPedia:Swift_(programming_language)] 151 151 * [wiki:GRIP-UQAM/R R] … … 153 153 * [wiki:GRIP-UQAM/Shell Shell] 154 154 * ... 155 ==== Debian Compilers ==== 156 [[Image(https://qa.debian.org/cgi-bin/popcon-png?packages=gcc%20g%2B%2B%20gfortran%20golang-go%20gnat%20gobjc%20gccgo%20gcj-jdk%20gdc&show_installed=on&want_legend=on&want_ticks=on&date_fmt=%25Y-%25m&beenhere=1)]] 155 157 == Operating System Configuration == 156 158 * //[https://www.redhat.com/f/pdf/RHEL6_FileSystem_WP_5677547_0311_dm_web.pdf How to Choose your red Hat enterprise Linux Filesystem]// … … 273 275 == Fortran Programming == 274 276 * GCC gfortran see GCC 277 ==== Varying Length Character Strings: Deferred-length character strings of Fortran 2003 ==== 278 * [https://gcc.gnu.org/onlinedocs/gfortran/Varying-Length-Character-Strings.html] 279 * [https://gcc.gnu.org/onlinedocs/ See link for GCC doc...] 280 ==== Web References ==== 281 * //[http://www.pcc.qub.ac.uk/tec/courses/f77tof90/stu-notes/f90studentMIF_1.html Fortran 90 A Conversion Course for Fortran 77 Programmers Student Notes]// S Ramsden, F Lin M A Pettipher, G S Noland, J M Brooke 282 * //[http://kiwi.atmos.colostate.edu/fortran/docs/fortran2012.key-8.pdf Derived Types]// 283 * //[https://www.ibm.com/support/knowledgecenter/SS2MB5_14.1.0/com.ibm.xlf141.bg.doc/language_ref/abstracttypes.html Abstract types and deferred bindings]// 284 * //[https://www.hindawi.com/journals/sp/2015/126069/ Emulating Multiple Inheritance in Fortran 2003/2008]// Karla Morris 2015 285 * [https://en.wikibooks.org/wiki/Fortran] 286 ==== Fortran Books ==== 287 * //[http://www.worldcat.org/oclc/494555969 The Fortran 2003 handbook : the complete syntax, features and procedures]// Jeanne C Adams; Walter S Brainerd; et al 2009 288 * [https://cds.cern.ch/record/1315273/files/9781846287466_TOC.pdf Table of Content] 275 289 == GCC documenation: cc, c++, gfortran, GNAT, GCJ, ... 276 290 * //[https://gcc.gnu.org/onlinedocs/ GCC online documentation]// … … 370 384 * [WikiPedia:Add-on_(Mozilla)] 371 385 * [WikiPedia:Google_Chrome_extension] 386 == CGI == 387 * //[http://www.cgi101.com/book/ CGI Programming 101]// 372 388 == SSD == 373 389 * #11870 … … 518 534 * [http://stackoverflow.com/questions/10392858/how-string-library-works-in-c How string library works in C++?] 519 535 * [http://stackoverflow.com/questions/2548075/c-string-template-library C++ string template library] 536 ==== Fortran 2003: Varying Length Character Strings -> Deferred-length character strings ==== 537 * [https://gcc.gnu.org/onlinedocs/gfortran/Varying-Length-Character-Strings.html] 538 * [https://gcc.gnu.org/onlinedocs/ See link for GCC doc...] 520 539 === D (Dlang) === 521 540 * [https://dlang.org/library/std/string.html Module std.string] … … 529 548 === Cython === 530 549 * [http://cython.readthedocs.io/en/latest/src/tutorial/strings.html Strings] 531 === Ada ===550 === Ada FastCGI === 532 551 * [http://stackoverflow.com/questions/14298896/fastcgi-with-ada FastCGI with Ada] 533 552 * [https://github.com/leonardoce/ada-fastcgi leonardoce/ada-fastcgi] 534 553 * https://en.wikibooks.org/wiki/Ada_Programming/Libraries/MultiPurpose/Matreshka 535 554 * http://forge.ada-ru.org/matreshka/ 555 * Find a better place for this paragraph! 536 556 === Using a lib from an interpreted language... === 537 557 lualib, perl6lib, jimlib, pythonlib (maybe slow to start)