• Stars
    star
    1
  • Language
    C
  • Created almost 14 years ago
  • Updated over 13 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

just another simulator of elevator in C++ oriented component

More Repositories

1

django-openudc

An application of openudc protocole using Django.
JavaScript
9
star
2

codeworker

This repository is just a fork of the official one available on http://code.google.com/p/codeworker, CodeWorker is a versatile Open Source (GNU Lesser General Public License) parsing tool and a source code generator devoted to generative programming. Generative programming is a software engineering approach interested in automating the production of reusable, tailor-made, adaptable and reliable IT systems. In layman's terms, CodeWorker lets you generate code by parsing existing languages, or by creating and parsing your own language. Once a language file has been parsed, CodeWorker provides several techniques for generating code. The tool's scripting language drives the parsing and source code generation process. The scripting language syntax is derived from the C family of languages, making it familiar to most programmers. The template syntax is like JSP, ASP, or Velocity. It has variations for parsing, code generation, or procedural programming, giving the developer a number of options for organizing CodeWorker projects. It is also possible to integrate the CodeWorker's features about parsing and code generation into C++, Java and .NET applications.
C++
8
star
3

linear-algebra

A linear algebra framework in C++ along with a layout abstraction for parallelization paradigms. It provides operators to compute dense and sparse matrices with generically designed scalar, complex, vector and matrix types. At this time, the framework supports the libraries CUDA, CUBLAS, CUSP, CUSPARSE for parallel computing on GPGPU.
C++
5
star
4

dim

A generic framework for Dynamic Island Models, which can be used as an original approach for the adaptive selection of operators in evolutionary algorithms. Assigning a variation operator to each island, the dynamic regulation of migrations, which takes into account the pertinence of recent migrations, distributes the individuals on the most promising islands, i.e., the most efficient operators, at each stage of the search. The efficiency of this approach is assessed on the One-Max problem by comparing theoretical expected results to those obtained by the dynamic island model.
C++
4
star
5

dockerfiles

My docker files.
Shell
3
star
6

petsc-cxx

non-official Petsc binding for C++
C++
2
star
7

randomize

program generating pseudo-random and quasi-random numbers on CPU and GPU
C
2
star
8

web-server

just another web server integrating hot-plug modules
C
2
star
9

pomoqq

Yet another Pomodoro timer fully written this time thanks to Qt Quick
QML
2
star
10

wpcb

Plugin Wordpress Carte Bancaire et Livraison pour WP e-Commerce
PHP
1
star
11

mallocer

just an example implementation of malloc
C
1
star
12

ai-game

another ai game with a server using select architecture + ai clients trying to live
C
1
star
13

boost-examples

C++
1
star
14

agat-engine

Agat Engine allows users to process web site based to Agat language.
PHP
1
star
15

web-project-manager

just another project manager using php + xslt
PHP
1
star
16

qlik

hosting services
C++
1
star
17

konm

list symbols from object files
JavaScript
1
star
18

ipc-usage

just an example of program using ipc and semaphore
C
1
star
19

pthread-usage

an example of program using posix thread
C
1
star
20

latex-model

base model used for all latex documents
1
star
21

mini-google-in-perl

here is a tiny project using perl to index webpages like google and other web indexer are doing
Perl
1
star
22

encoder-player

just another player encoding and decoding video + audio
C++
1
star
23

reusability

a report dealing with reusability in science computing (MSc, petsc, slepc, arnoldi, meram, eram, iterative)
1
star
24

another-irc

just another irc client & server
C
1
star
25

dmozscraping

Yet another tool to extract dmoz websites information, compute alex and page ranks and get a screenshoot for each website
Python
1
star
26

web-server-manager

a very lite C program allowing to manage web server in using hot-plug modules
C
1
star
27

function-tracer

just another function tracer
1
star
28

kovirus

kind of virus
1
star
29

cxx-model

base model used for all cxx projects
1
star
30

another-ftp

just another ftp client & server
C
1
star
31

objective-c

kind of objective c language using codeworker + cnorm
Emacs Lisp
1
star
32

asm-libc

a mini c library in asm
1
star
33

design-pattern

1
star
34

libselect

LibSelect should be useful whether you want to create easily a server with a select architecture.
C
1
star
35

emacs-macros

some useful macros for the well known emacs editor
Emacs Lisp
1
star
36

pmp-concept

matrix + vector product in data parallel
C++
1
star
37

abstractvm

abstract virtual machine in C++ interpreting assembly code
C++
1
star
38

koes

another kind of expert system
C++
1
star
39

pmp-report

I did a report in "parallélisation & modèles de programmation" during my MSc in HPC, here is the source.
C++
1
star
40

cxx-examples

C++
1
star
41

create-host

a basic script written in python to create virtualhost (apache)
Python
1
star
42

resume

I am hosting here my resume in various versions
Shell
1
star
43

slepc-cxx

non-official Slepc binding for C++
C++
1
star
44

syscall-tracer

just another system call tracer
1
star
45

tiny-code

tiny code developed in bytes code
1
star
46

gatebreaker

to create easily a ssh tunnel
Python
1
star
47

mylist

library to implement a linked list
C
1
star
48

msc-thesis

a repository hosting my MSc thesis
1
star
49

iot-project

BCI allowing to control computer by thought. Thanks to OpenViBE, it analyses electrical signals emitted by the brain in order to interact with the computer. It is primarily intended for people with reduced mobility, allowing more autonomy.
C++
1
star
50

myproof

An gprof-like profiler tools essential for all ones profiling there programs. myproof uses the gcc version 4.5 or higher allowing to use plugins. This project has been developed to validate the "advanced compilation module" during the HPC'MSc.
C
1
star
51

libloadmod

Didn't you ever dream to change your program in a modular way, allowing him to run with modules ? Along with LoadMod it becomes possible. The library developed in C, but is gonna be ported also in C++, provides a set of functions to create and use some modules in your program.
C
1
star
52

makexp

MAKexp: a tool enabling to compose experiences in an intuitive manner. It was developed in order to make easy the composition of experiences but also to analyze data since it automates the restructuration of the resulting data and generate diagrams. Developed in using Python and a design pattern of object-oriented programming, the tool looks like a framework, also called 'white box' opposed to closed library, allowing the users to improve the available classes.
Python
1
star
53

core-library

core library used by some kind of libraries as linear-algebra, petsc-cxx and slepc-cxx.
C
1
star