BEGIN:VCALENDAR
VERSION:2.0
PRODID:-//wp-events-plugin.com//7.2.3.1//EN
BEGIN:VEVENT
UID:827@lincs.fr
DTSTART;TZID=Europe/Paris:20240403T103000
DTEND;TZID=Europe/Paris:20240403T113000
DTSTAMP:20240403T073544Z
URL:https://www.lincs.fr/events/c/
SUMMARY:C
DESCRIPTION:As stated in WIkipedia\, C is a general-purpose computer
 programming language. It was created in the 1970s by Dennis Ritchie\, and
 remains very widely used and influential. By design\, C's features cleanly
 reflect the capabilities of the targeted CPUs. It has found lasting use in
 operating systems\, device drivers\, and protocol stacks\, but its use in
 application software has been decreasing. C is commonly used on computer
 architectures that range from the largest supercomputers to the smallest
 microcontrollers and embedded systems.\n\nAs the C language is
 significantly more efficient than language like Python\, it also offer the
 opportunity to develop efficient core module which can later be wrapped in
 a Python function.\n\nThis tutorial assumes that the audience is already
 familiar with another programming language (e.g.\, Python or Java). After
 briefly recalling the syntax of the C language\,  we focus on notions
 specific to the C language:\n\n\n 	precompilation and compilation (gcc\,
 make)\n 	pointers and memory allocation\n 	debugging (gdb\, valgrind)\n
 	how to wrap C functions in python using poetry [1]\n\nHere are the
 slides.\n\n[1]  https://github.com/ibgp2/Poetry_C_Extension_Example\n
CATEGORIES:Tools, Tips and Tricks,Working Group
LOCATION:Room 4B01\, 19 place Marguerite Perey\, Palaiseau\, France
X-APPLE-STRUCTURED-LOCATION;VALUE=URI;X-ADDRESS=19 place Marguerite Perey\,
 Palaiseau\, France;X-APPLE-RADIUS=100;X-TITLE=Room 4B01:geo:0,0
END:VEVENT
BEGIN:VTIMEZONE
TZID:Europe/Paris
X-LIC-LOCATION:Europe/Paris
BEGIN:DAYLIGHT
DTSTART:20240331T030000
TZOFFSETFROM:+0100
TZOFFSETTO:+0200
TZNAME:CEST
END:DAYLIGHT
END:VTIMEZONE
END:VCALENDAR