Files
rislsi/C/index.php
Xavier Beaudouin 755083dced Added development
2023-03-22 11:42:30 +01:00

32 lines
1.2 KiB
PHP

<?php
require_once("../include/function.inc.php");
page("Development");
?>
<p class="texte"><center><img src="c_logo.png" height="100px" width="100px" alt="C0ding L1f3"></center></p>
<p class="textetitre">Development</p>
<p class="texte">
As some friends can say "code is life", more and more with all embedded software everywhere. Code is everywhere and need people that have system in mind to produce safe and quality code.
</p>
<p class="texte">
We have contribute on several projects, even being maintainer of some opensource projects between 2000 and 2005. We try to have in mindset "security by design", not security later and after the breach has been seen.<br/>
Even if we don't do any coding, we can help developper teams to have a better understanding of the low level hardware because electronics is also important for us.
</p>
<p class="textetitre">Development</p>
<p class="texte">
Well known languages :
<ul>
<li>C</li>
<li>Pike</li>
<li>Assembler (x86)</li>
<li>Python</li>
<li>Perl</li>
<li>PHP</li>
</ul>
</p>
<p class="texte">
We can also work on other language projects and fix, update, patch current projects to fix and add functionalities if needed.
</p>
<?php
finpage();
?>