User Tools

Site Tools


software

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
software [2018/08/09 14:30] cedricsoftware [2021/04/26 00:09] – [Security] cedric
Line 1: Line 1:
-If you wish and if you like one of these projects, you can donate via Bitcoin:\\ +You can find on this page some notable projects to which I contributed.
-[[https://blockexplorer.com/address/1GVmhR9fbBeEh7rP1qNq76jWArDdDQ3otZ | 1GVmhR9fbBeEh7rP1qNq76jWArDdDQ3otZ]]. +
- +
-<html> +
-<a href='https://www.openhub.net/accounts/112331?ref=Detailed' target='_blank'> +
-<img alt='Open Hub profile for Cedric Bonhomme' border='0' height='35' src='https://www.openhub.net/accounts/112331/widgets/account_detailed.gif' width='230' /> +
-</a> +
-</html>+
  
 +If you wish and if you like one of these projects, you can donate via [[https://github.com/sponsors/cedricbonhomme | GitHub]] or [[https://liberapay.com/cedricbonhomme | Liberapay]].
  
  
 ====== Communications and Internet ====== ====== Communications and Internet ======
  
-  * [[https://github.com/cedricbonhomme/Freshermeat | Freshermeat]], an open source software directory and release tracker. +  * [[https://sr.ht/~cedric/freshermeat | Freshermeat]], an open source software directory and release tracker. 
-  * [[projects:newspipe | Newspipe]], a web-based news aggregator and reader. +  * [[https://sr.ht/~cedric/newspipe | Newspipe]], a web-based news aggregator and reader. 
-  * [[projects:grenouille | Grenouille]], an online service for weather data.+  * [[https://gitlab.com/cedric/Grenouille | Grenouille]], an online service for weather data.
  
  
Line 20: Line 14:
 ====== Security ====== ====== Security ======
  
-===== Stegano ===== +  * [[https://sr.ht/~cedric/stegano | Stegano]]a pure Python Steganography module. 
- +  [[https://gitlab.com/cedric/pyHIDS | pyHIDS]]simple HIDS. 
-[[projects:stegano|Stegano]] is a pure Python Steganography module. +  * [[https://sr.ht/~cedric/guardian | Guardian]], Monitor the status of interdependent services. 
- +  * [[https://github.com/monarc-project | MONARC]], an Optimised Risk Assessment Methodology.
-===== pyHIDS ===== +
- +
-[[projects:pyhids|pyHIDS]] is little HIDS. +
  
  
 ====== Humanitarian ====== ====== Humanitarian ======
  
-===== Open Shelter Database  ===== 
 The [[https://github.com/rodekruis/shelter-database | Open Shelter Database]] aims at creating a platform to collect and share with the widest possible audience, key information on humanitarian shelters, including the contacts of the organizations behind them. The [[https://github.com/rodekruis/shelter-database | Open Shelter Database]] aims at creating a platform to collect and share with the widest possible audience, key information on humanitarian shelters, including the contacts of the organizations behind them.
  
 Developed for the Netherlands Red Cross. Developed for the Netherlands Red Cross.
 +
  
 ====== Robotic ====== ====== Robotic ======
  
-  * [[https://github.com/cedricbonhomme/EV3WebController | EV3WebController]]: provides a Web interface in order to control the EV3 robot.+  * [[https://git.sr.ht/~cedric/EV3WebController | EV3WebController]]: provides a Web interface in order to control the EV3 robot.
  
  
Line 45: Line 35:
 ====== Visualization ====== ====== Visualization ======
  
-  * [[projects:ip-link | IP-Link]]: the goal of IP-Link is to see the relationships between different IP from network traffic capture.+  * [[https://git.sr.ht/~cedric/IP-Link | IP-Link]]: the goal of IP-Link is to see the relationships between different IP from network traffic capture.
  
  
Line 52: Line 42:
  
   * [[projects:jack-says | Jack Says]]: a web-based multiplayer game. It's a "Simon Says"-like (Jacques a dit in french) in which you need to follow the instruction given by Jack;   * [[projects:jack-says | Jack Says]]: a web-based multiplayer game. It's a "Simon Says"-like (Jacques a dit in french) in which you need to follow the instruction given by Jack;
-  * [[http://bitbucket.org/cedricbonhomme/minesweeper-3k| Minesweeper 3K]] is an original implementation of the classic game of mines; +  * [[https://sr.ht/~cedric/minesweeper-3k | Minesweeper 3K]] is an original implementation of the classic game of mines; 
-  * [[projects:pacman-game-server| a pacman game server]].+  * [[https://hg.sr.ht/~cedric/pacman-game-server| a pacman game server]].
  
  
Line 59: Line 49:
 ====== Various contributions ====== ====== Various contributions ======
  
-===== Trovebox ===== +  * [[https://github.com/photo/frontend | Trovebox]] 
- +  [[http://siis.cse.psu.edu/primo | PRIMO]]
-[[https://github.com/photo | Trovebox]] +
- +
-===== Primo  ===== +
- +
-[[http://siis.cse.psu.edu/primo | PRIMO]] +
- +
   * [[projects:pysecret|pySecret]]: a simple Python Cryptography Toolkit (Caesar, Vigenere, Affine, Permutation, Substitution, Hill, RSA, ElGamal);   * [[projects:pysecret|pySecret]]: a simple Python Cryptography Toolkit (Caesar, Vigenere, Affine, Permutation, Substitution, Hill, RSA, ElGamal);
   * [[http://thesecurityteam.wikidot.com/serrure-securisee | pyLock]]: a secure lock for SSH.   * [[http://thesecurityteam.wikidot.com/serrure-securisee | pyLock]]: a secure lock for SSH.
   * [[https://bitbucket.org/cedricbonhomme/gotalk | GoTalk]]: a Go chat server;   * [[https://bitbucket.org/cedricbonhomme/gotalk | GoTalk]]: a Go chat server;
-  * [[projects:balloon | Balloon]]: an alternative to DropBox with file version control. It is based on Mercurial and will support Git;+  * [[https://hg.sr.ht/~cedric/balloon | Balloon]]: an alternative to DropBox with file version control. It is based on Mercurial;
   * [[http://pychatter.wikidot.com/ | pyChatter]]: an instant messaging software written in Python. The architecture of pyChatter is based on the [[https://github.com/javipalanca/spade | SPADE]] MAS platform;   * [[http://pychatter.wikidot.com/ | pyChatter]]: an instant messaging software written in Python. The architecture of pyChatter is based on the [[https://github.com/javipalanca/spade | SPADE]] MAS platform;
   * [[projects:bplog|bPlog]]: Backpacker's Log (bPlog) is a kind of web log (not a blog) for hikers, travelers. You can log your current position with your smartphone (Android, etc.) or with other devices.   * [[projects:bplog|bPlog]]: Backpacker's Log (bPlog) is a kind of web log (not a blog) for hikers, travelers. You can log your current position with your smartphone (Android, etc.) or with other devices.
- 
  
  
 ======= Repositories ======= ======= Repositories =======
  
-  * [[https://github.com/cedricbonhomme | GitHub]], [[https://bitbucket.org/cedricbonhomme | Bitbucket]] and [[https://gitlab.com/cedricbonhomme | GitLab]];+  * [[https://sr.ht/~cedric | SourceHut]]; 
 +  * [[https://github.com/cedricbonhomme | GitHub]], [[https://bitbucket.org/cedricbonhomme | Bitbucket]] and [[https://gitlab.com/cedric | GitLab]];
   * [[https://hg.cedricbonhomme.org | personal Hg repositories]] and [[https://git.cedricbonhomme.org | personal Git repositories]].   * [[https://hg.cedricbonhomme.org | personal Hg repositories]] and [[https://git.cedricbonhomme.org | personal Git repositories]].
  
software.txt · Last modified: 2022/01/13 00:04 by cedric