Compare commits
2 Commits
cd3ca29752
...
755083dced
| Author | SHA1 | Date | |
|---|---|---|---|
| 755083dced | |||
| d59f8934bb |
BIN
C/c_logo.png
Normal file
BIN
C/c_logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 19 KiB |
31
C/index.php
Normal file
31
C/index.php
Normal file
@ -0,0 +1,31 @@
|
||||
<?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();
|
||||
?>
|
||||
@ -7,7 +7,7 @@ intro=RIS LSI
|
||||
bsd=BSD Unix
|
||||
linux=GNU/Linux
|
||||
network=Networking
|
||||
c=Development
|
||||
C=Development
|
||||
energy=Energy Storage
|
||||
|
||||
[bottommenu]
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
require_once("../include/function.inc.php");
|
||||
page("Networking");
|
||||
?>
|
||||
<p class="texte"><center><img src="networking.png" height="100px" width="160px" alt="Networking"></center></p>
|
||||
<p class="texte"><center><img src="network.png" height="100px" width="160px" alt="Networking"></center></p>
|
||||
<p class="textetitre">Networking Expertise</p>
|
||||
<p class="texte">
|
||||
With more than 20 years of experience in operators networks (RIPE, IPv4, IPv6), we can help you to be independant of your provider, get more redondancy, etc..
|
||||
@ -22,7 +22,7 @@ Feel free to ask us anything about RIPE, IPs, AS number, RIPE database... we hav
|
||||
We have lots of experience on network systems and hardware. We can handle operator centric network, or... simple office network. Our <i>mojo</i> is <b>"plug, configure and forget it"</b>, the <i>forget it</i> is mainly : the system installed <b>must not</b> wake up the "on call" people on the night. There is still regular maintenance to be done to keep the hardware up to date (security patches for example).
|
||||
</p>
|
||||
<p class="texte">
|
||||
We try to use standard protocols to help network systems to communicate each others, like for example : <b>BGP</b>, <b>OSPF</b>(v3), <b>ISIS</b>... and other.
|
||||
We try to use standard protocols to help network systems to communicate each others, like for example : <b>BGP</b>, <b>OSPF</b>(v3), <b>ISIS</b>... and others.
|
||||
</p>
|
||||
<p class="textetitre">OpenSource Network Software</p>
|
||||
<p class="texte">
|
||||
|
||||
Reference in New Issue
Block a user