lundi 25 avril 2016

Nouveaux #secteurs #economiques #proximite #voisins

ABC argent
Acheter à la source
Airbnb locations saisonnières
Animal-futé Echange de garde d'animaux entre particuliers
ArtyTruck
BBbook crèche en entreprise
BibeliB équipements de voyage
Campe dans mon jardin
Captain contrat documents juridiques pour l'entreprise
Challenge the room escape game
Cohebergement
ColisWeb
Cup of teach
Deliver livraisons
Dépanneurs
Digischool
Doctolib rendez-vous en ligne chez le médecin ou dentiste
Drivy Louez les voitures d'à côté
DropDontPark voiturier à la demande
En voiture Simone code de la route
Fizzer carte postale
Frizbiz besoin de quelqu’un pour vous aider à monter un meuble, vous cherchez une personne pour organiser votre mariage ou bien encore garder vos enfants le temps d’une soirée...
Fundtruck
Gamping camping chez l'habitant (Blog)
HairWeGo
HelloArtisan
HelloCasa travaux maison
Helpling aides ménagères
Hobbystreet
Inpost24.fr
Je stocke GARDE MEUBLE ET STOCKAGE ENTRE PARTICULIERS
KelDoc
L armoire des petits
La ruche qui dit oui agriculteurs et aux artisans de nos régions
Lawcracy conseils juridiques
LeNailTruck
LibreTaxi  Alternative à Uber
Lokéo location d'électroménager et multimédia
Mamy Factory Mode enfant tricotée par grand maman
Ma place en crèche
Médiaconf service de médiation à distance
Meero photographe d'intérieur
Meetrip tourisme
Mes dépanneurs
MIB Clean
MillePépites
Mondial relay e-livraisons.
MonChaperon copiétonnage
Mon-incubateur
MonPtiVoisinage
Monsieur Parking
Mon voisin cuisine
Nextdoor
Nos artisans ont du talent
OuiCar Location de voiture entre grandes personnes
OuiStock
PermisGo auto-école en ligne
Pickmecab chauffeur en ligne
Plantez chez nous
Popmyday beauté à domicile
ProxiProf soutien scolaire
PushDoctor UK
RDV médicaux
Récupe.net
Resto-in Paris
RueCentrale
SimoneParis beauté à domicile
Size-Factory vêtements de grande taille
Smiile réseau d'entraide
SocialGoodWeek
SondageRémunéré
Soyez BCBG
Super-marmite ça mijote près de chez vous
SuperProf soutien scolaire
Team-break escape game
The case factory coques pour téléphones
TheRollingShop
TripNDrive location de voitures entre particuliers
TripNGo Découvrez et rejoignez des sorties et activités organisées par des particuliers autour de vous.
Uber devenir chauffeur
Welcome city lab tourisme
Welp réseau d'entraide
YakasAider
Yescapa location de camping-car entre particuliers
Yokoro annonces
Yoobo soins à domicile
You2You Livraison collaborative
Younited-credit
Youjo

BookCrossing / Echange de livres :

BookMooch
Circul-livre.blogspirit
RecycLivre

samedi 23 avril 2016

LLVM / C++

The LLVM compiler system for C and C++ includes the following:
  • Front-ends for C, C++, Objective-C, Fortran, etc based on the GCC 4.2 parsers. They support the ANSI-standard C and C++ languages to the same degree that GCC supports them. Additionally, many GCC extensions are supported.
  • A stable implementation of the LLVM instruction set, which serves as both the online and offline code representation, together with assembly (ASCII) and bytecode (binary) readers and writers, and a verifier.
  • A powerful pass-management system that automatically sequences passes (including analysis, transformation, and code-generation passes) based on their dependences, and pipelines them for efficiency.
  • A wide range of global scalar optimizations.
  • A link-time interprocedural optimization framework with a rich set of analyses and transformations, including sophisticated whole-program pointer analysis, call graph construction, and support for profile-guided optimizations.
  • An easily retargettable code generator, which currently supports X86, X86-64, PowerPC, PowerPC-64, ARM, Thumb, SPARC, Alpha, CellSPU, MIPS, MSP430, SystemZ, and XCore.
  • A Just-In-Time (JIT) code generation system, which currently supports X86, X86-64, ARM, AArch64, Mips, SystemZ, PowerPC, and PowerPC-64.
  • Support for generating DWARF debugging information.
  • A C back-end useful for testing and for generating native code on targets other than the ones listed above.
  • A profiling system similar to gprof.
  • A test framework with a number of benchmark codes and applications.
  • APIs and debugging tools to simplify rapid development of LLVM components.
Strengths of the LLVM System
  1. LLVM uses a simple low-level language with strictly defined semantics.
  2. It includes front-ends for C and C++. Front-ends for Java, Scheme, and other languages are in development.
  3. It includes an aggressive optimizer, including scalar, interprocedural, profile-driven, and some simple loop optimizations.
  4. It supports a life-long compilation model, including link-time, install-time, run-time, and offline optimization.
  5. LLVM has full support for accurate garbage collection.
  6. The LLVM code generator is relatively easy to retarget, and makes use of a powerful target description language.
  7. LLVM has extensive documentation and has hosted many projects of various sorts.
  8. Many third-party users have claimed that LLVM is easy to work with and develop for. For example, the (now removed) Stacker front-end was written in 4 days by someone who started knowing nothing about LLVM. Additionally, LLVM has tools to make development easier.
  9. LLVM is under active development and is constantly being extended, enhanced and improved. See the status updates on the left bar to see the rate of development.
  10. LLVM is freely available under an OSI-approved "three-clause BSD" license.
  11. LLVM is currently used by several commercial entities, who contribute many extensions and new features.
LLVM Audience
LLVM can be used in many different kinds of projects. You might be interested in LLVM if you are:
  • A compiler researcher interested in compile-time, link-time (interprocedural), and runtime transformations for C and C++ programs.
  • A virtual machine researcher/developer interested in a portable, language-independent instruction set and compilation framework.
  • An architecture researcher interested in compiler/hardware techniques.
  • A security researcher interested in static analysis or instrumentation.
  • An instructor or developer interested in a system for quick prototyping of compiler transformations.
  • An end-user who wants to get better performance out of your code.
Want to Know More?
You can browse the documentation online, try LLVM in your web browser, or download the source code.
 
LLVM Debian/Ubuntu nightly packages
Download
The goal is to provide Debian and Ubuntu nightly packages ready to be installed with minimal impact on the distribution.
Packages are available for amd64 and i386 and for both the stable, qualification and development branches (currently 3.7, 3.8 and 3.9).
The packages provide LLVM + Clang + compiler-rt + polly + LLDB
Debian
Jessie (Debian stable) - Last update : Sat, 23 Apr 2016 19:38:36 UTC / Revision: 267277
deb http://llvm.org/apt/jessie/ llvm-toolchain-jessie main
deb-src http://llvm.org/apt/jessie/ llvm-toolchain-jessie main
# 3.7 
deb http://llvm.org/apt/jessie/ llvm-toolchain-jessie-3.7 main
deb-src http://llvm.org/apt/jessie/ llvm-toolchain-jessie-3.7 main
# 3.8 
deb http://llvm.org/apt/jessie/ llvm-toolchain-jessie-3.8 main
deb-src http://llvm.org/apt/jessie/ llvm-toolchain-jessie-3.8 main
sid (unstable) - Last update : Sat, 23 Apr 2016 03:22:23 UTC / Revision: 267209
deb http://llvm.org/apt/unstable/ llvm-toolchain main
deb-src http://llvm.org/apt/unstable/ llvm-toolchain main
# 3.7 
deb http://llvm.org/apt/unstable/ llvm-toolchain-3.7 main
deb-src http://llvm.org/apt/unstable/ llvm-toolchain-3.7 main
# 3.8 
deb http://llvm.org/apt/unstable/ llvm-toolchain-3.8 main
deb-src http://llvm.org/apt/unstable/ llvm-toolchain-3.8 main

Ubuntu
gcc backport (ppa) is necessary on Precise (for libstdc++).
Quantal, Raring, Saucy and Utopic are no longer supported by Ubuntu.

Precise (12.04) - Last update : Fri, 22 Apr 2016 15:52:37 UTC / Revision: 267128
deb http://llvm.org/apt/precise/ llvm-toolchain-precise main
deb-src http://llvm.org/apt/precise/ llvm-toolchain-precise main
# 3.7 
deb http://llvm.org/apt/precise/ llvm-toolchain-precise-3.7 main
deb-src http://llvm.org/apt/precise/ llvm-toolchain-precise-3.7 main
# 3.8 
deb http://llvm.org/apt/precise/ llvm-toolchain-precise-3.8 main
deb-src http://llvm.org/apt/precise/ llvm-toolchain-precise-3.8 main

# Common
deb http://ppa.launchpad.net/ubuntu-toolchain-r/test/ubuntu precise main
Trusty (14.04) - Last update : Thu, 21 Apr 2016 21:08:54 UTC / Revision: 266994
deb http://llvm.org/apt/trusty/ llvm-toolchain-trusty main
deb-src http://llvm.org/apt/trusty/ llvm-toolchain-trusty main
# 3.7 
deb http://llvm.org/apt/trusty/ llvm-toolchain-trusty-3.7 main
deb-src http://llvm.org/apt/trusty/ llvm-toolchain-trusty-3.7 main
# 3.8 
deb http://llvm.org/apt/trusty/ llvm-toolchain-trusty-3.8 main
deb-src http://llvm.org/apt/trusty/ llvm-toolchain-trusty-3.8 main

Wily (15.10) - Last update : Sat, 23 Apr 2016 11:08:55 UTC / Revision: 267280
deb http://llvm.org/apt/wily/ llvm-toolchain-wily main
deb-src http://llvm.org/apt/wily/ llvm-toolchain-wily main
# 3.7 
deb http://llvm.org/apt/wily/ llvm-toolchain-wily-3.7 main
deb-src http://llvm.org/apt/wily/ llvm-toolchain-wily-3.7 main
# 3.8 
deb http://llvm.org/apt/wily/ llvm-toolchain-wily-3.8 main
deb-src http://llvm.org/apt/wily/ llvm-toolchain-wily-3.8 main
Xenial (15.10) - Last update : Sat, 23 Apr 2016 20:47:56 UTC / Revision: 267293
deb http://llvm.org/apt/xenial/ llvm-toolchain-xenial main
deb-src http://llvm.org/apt/xenial/ llvm-toolchain-xenial main
# 3.7
deb http://llvm.org/apt/xenial/ llvm-toolchain-xenial-3.7 main
deb-src http://llvm.org/apt/xenial/ llvm-toolchain-xenial-3.7 main
# 3.8
deb http://llvm.org/apt/xenial/ llvm-toolchain-xenial-3.8 main
deb-src http://llvm.org/apt/xenial/ llvm-toolchain-xenial-3.8 main
Install
(stable branch)
To retrieve the archive signature:
wget -O - http://llvm.org/apt/llvm-snapshot.gpg.key|sudo apt-key add -

To install just clang and lldb (3.7 release):
apt-get install clang-3.7 lldb-3.7

To install all packages:
apt-get install clang-3.7 clang-3.7-doc libclang-common-3.7-dev libclang-3.7-dev libclang1-3.7 libclang1-3.7-dbg libllvm-3.7-ocaml-dev libllvm3.7 libllvm3.7-dbg lldb-3.7 llvm-3.7 llvm-3.7-dev llvm-3.7-doc llvm-3.7-examples llvm-3.7-runtime clang-modernize-3.7 clang-format-3.7 python-clang-3.7 lldb-3.7-dev
Install
(qualification branch)
To retrieve the archive signature:
wget -O - http://llvm.org/apt/llvm-snapshot.gpg.key|sudo apt-key add -

To install just clang and lldb (3.8 release):
apt-get install clang-3.8 lldb-3.8

To install all packages:
apt-get install clang-3.8 clang-3.8-doc libclang-common-3.8-dev libclang-3.8-dev libclang1-3.8 libclang1-3.8-dbg libllvm-3.8-ocaml-dev libllvm3.8 libllvm3.8-dbg lldb-3.8 llvm-3.8 llvm-3.8-dev llvm-3.8-doc llvm-3.8-examples llvm-3.8-runtime clang-modernize-3.8 clang-format-3.8 python-clang-3.8 lldb-3.8-dev liblldb-3.8-dbg
Install
(development branch)
To retrieve the archive signature:
wget -O - http://llvm.org/apt/llvm-snapshot.gpg.key|sudo apt-key add -

To install just clang and lldb (3.9 release):
apt-get install clang-3.9 lldb-3.9

To install all packages:
apt-get install clang-3.9 clang-3.9-doc libclang-common-3.9-dev libclang-3.9-dev libclang1-3.9 libclang1-3.9-dbg libllvm-3.9-ocaml-dev libllvm3.9 libllvm3.9-dbg lldb-3.9 llvm-3.9 llvm-3.9-dev llvm-3.9-doc llvm-3.9-examples llvm-3.9-runtime clang-modernize-3.9 clang-format-3.9 python-clang-3.9 lldb-3.9-dev liblldb-3.9-dbg
Technical aspects
Packages are rebuilt against the trunk of the various LLVM projects.
They are rebuild through a Jenkins instance:
http://llvm-jenkins.debian.net

Bugs

Bugs should be reported on the LLVM bug tracker (deb packages).

Workflow

Twice a day, each jenkins job will checkout the debian/ directory necessary to build the packages. The repository is available on the Debian hosting infrastructure: http://anonscm.debian.org/viewvc/pkg-llvm/llvm-toolchain/branches/. In the llvm-toolchain-*-source, the following tasks will be performed:
  • upstream sources will be checkout
  • tarballs will be created. They are named:
    • llvm-toolchain_X.Y~svn123456.orig-lldb.tar.bz2
    • llvm-toolchain_X.Y~svn123456.orig-compiler-rt.tar.bz2
    • llvm-toolchain_X.Y~svn123456.orig.tar.bz2
    • llvm-toolchain_X.Y~svn123456.orig-clang.tar.bz2
    • llvm-toolchain_X.Y~svn123456.orig-polly.tar.bz2
  • Debian .dsc package description is created
  • Start the jenkins job llvm-toolchain-X-binary
Then, the job llvm-toolchain-X-binary will:
  • Create a chroot using cowbuilder or update it is already existing
  • Build all the packages
  • Launch lintian, the Debian static analyzer
  • Publish the result on the LLVM repository
Note that a few patches are applied over the LLVM tarballs (and should be merged upstream at some point).
Extra
With the Jenkins instance, several reports are produced:

Overview

Warning
If you are using a released version of LLVM, see the download page to find your documentation.
The LLVM compiler infrastructure supports a wide range of projects, from industrial strength compilers to specialized JIT applications to small research projects.
Similarly, documentation is broken down into several high-level groupings targeted at different audiences:

LLVM Design & Overview

Several introductory papers and presentations.
LLVM Language Reference Manual
Defines the LLVM intermediate representation.
Introduction to the LLVM Compiler
Presentation providing a users introduction to LLVM.
Intro to LLVM
Book chapter providing a compiler hacker’s introduction to LLVM.
LLVM: A Compilation Framework for Lifelong Program Analysis & Transformation
Design overview.
LLVM: An Infrastructure for Multi-Stage Optimization
More details (quite old now).
Publications mentioning LLVM

User Guides

For those new to the LLVM system.
NOTE: If you are a user who is only interested in using LLVM-based compilers, you should look into Clang or DragonEgg instead. The documentation here is intended for users who have a need to work with the intermediate LLVM representation.
Getting Started with the LLVM System
Discusses how to get up and running quickly with the LLVM infrastructure. Everything from unpacking and compilation of the distribution to execution of some tools.
Building LLVM with CMake
An addendum to the main Getting Started guide for those using the CMake build system.
How To Build On ARM
Notes on building and testing LLVM/Clang on ARM.
How To Cross-Compile Clang/LLVM using Clang/LLVM
Notes on cross-building and testing LLVM/Clang.
Getting Started with the LLVM System using Microsoft Visual Studio
An addendum to the main Getting Started guide for those using Visual Studio on Windows.
LLVM Tutorial: Table of Contents
Tutorials about using LLVM. Includes a tutorial about making a custom language with LLVM.
LLVM Command Guide
A reference manual for the LLVM command line utilities (“man” pages for LLVM tools).
LLVM’s Analysis and Transform Passes
A list of optimizations and analyses implemented in LLVM.
Frequently Asked Questions (FAQ)
A list of common questions and problems and their solutions.
Release notes for the current release
This describes new features, known bugs, and other limitations.
How to submit an LLVM bug report
Instructions for properly submitting information about any bugs you run into in the LLVM system.
Sphinx Quickstart Template
A template + tutorial for writing new Sphinx documentation. It is meant to be read in source form.
LLVM Testing Infrastructure Guide
A reference manual for using the LLVM testing infrastructure.
How to build the C, C++, ObjC, and ObjC++ front end
Instructions for building the clang front-end from source.
The LLVM Lexicon
Definition of acronyms, terms and concepts used in LLVM.
How To Add Your Build Configuration To LLVM Buildbot Infrastructure
Instructions for adding new builder to LLVM buildbot master.
YAML I/O
A reference guide for using LLVM’s YAML I/O library.
The Often Misunderstood GEP Instruction
Answers to some very frequent questions about LLVM’s most frequently misunderstood instruction.
Performance Tips for Frontend Authors
A collection of tips for frontend authors on how to generate IR which LLVM is able to effectively optimize.

Programming Documentation

For developers of applications which use LLVM as a library.
LLVM Language Reference Manual
Defines the LLVM intermediate representation and the assembly form of the different nodes.
LLVM Atomic Instructions and Concurrency Guide
Information about LLVM’s concurrency model.
LLVM Programmer’s Manual
Introduction to the general layout of the LLVM sourcebase, important classes and APIs, and some tips & tricks.
LLVM Extensions
LLVM-specific extensions to tools and formats LLVM seeks compatibility with.
CommandLine 2.0 Library Manual
Provides information on using the command line parsing library.
LLVM Coding Standards
Details the LLVM coding standards and provides useful information on writing efficient C++ code.
How to set up LLVM-style RTTI for your class hierarchy
How to make isa<>, dyn_cast<>, etc. available for clients of your class hierarchy.
Extending LLVM: Adding instructions, intrinsics, types, etc.
Look here to see how to add instructions and intrinsics to LLVM.
Doxygen generated documentation
(classes) (tarball)
Documentation for Go bindings
ViewVC Repository Browser

Architecture & Platform Information for Compiler Writers
A list of helpful links for compiler writers.
LibFuzzer – a library for coverage-guided fuzz testing.
A library for writing in-process guided fuzzers.

Subsystem Documentation

For API clients and LLVM developers.
Writing an LLVM Pass
Information on how to write LLVM transformations and analyses.
Writing an LLVM Backend
Information on how to write LLVM backends for machine targets.
The LLVM Target-Independent Code Generator
The design and implementation of the LLVM code generator. Useful if you are working on retargetting LLVM to a new architecture, designing a new codegen pass, or enhancing existing components.
Machine IR (MIR) Format Reference Manual
A reference manual for the MIR serialization format, which is used to test LLVM’s code generation passes.
TableGen
Describes the TableGen tool, which is used heavily by the LLVM code generator.
LLVM Alias Analysis Infrastructure
Information on how to write a new alias analysis implementation or how to use existing analyses.
Garbage Collection with LLVM
The interfaces source-language compilers should use for compiling GC’d programs.
Source Level Debugging with LLVM
This document describes the design and philosophy behind the LLVM source-level debugger.
Auto-Vectorization in LLVM
This document describes the current status of vectorization in LLVM.
Exception Handling in LLVM
This document describes the design and implementation of exception handling in LLVM.
LLVM bugpoint tool: design and usage
Automatic bug finder and test-case reducer description and usage information.
LLVM Bitcode File Format
This describes the file format and encoding used for LLVM “bc” files.
System Library
This document describes the LLVM System Library (lib/System) and how to keep LLVM source code portable
LLVM Link Time Optimization: Design and Implementation
This document describes the interface between LLVM intermodular optimizer and the linker and its design
The LLVM gold plugin
How to build your programs with link-time optimization on Linux.
Debugging JIT-ed Code With GDB
How to debug JITed code with GDB.
MCJIT Design and Implementation
Describes the inner workings of MCJIT execution engine.
LLVM Branch Weight Metadata
Provides information about Branch Prediction Information.
LLVM Block Frequency Terminology
Provides information about terminology used in the BlockFrequencyInfo analysis pass.
Segmented Stacks in LLVM
This document describes segmented stacks and how they are used in LLVM.
LLVM’s Optional Rich Disassembly Output
This document describes the optional rich disassembly output syntax.
How To Use Attributes
Answers some questions about the new Attributes infrastructure.
User Guide for NVPTX Back-end
This document describes using the NVPTX back-end to compile GPU kernels.
User Guide for AMDGPU Back-end
This document describes how to use the AMDGPU back-end.
Stack maps and patch points in LLVM
LLVM support for mapping instruction addresses to the location of values and allowing code to be patched.
Using ARM NEON instructions in big endian mode
LLVM’s support for generating NEON instructions on big endian ARM targets is somewhat nonintuitive. This document explains the implementation and rationale.
LLVM Code Coverage Mapping Format
This describes the format and encoding used for LLVM’s code coverage mapping.
Garbage Collection Safepoints in LLVM
This describes a set of experimental extensions for garbage collection support.
MergeFunctions pass, how it works
Describes functions merging optimization.
Design and Usage of the InAlloca Attribute
Description of the inalloca argument attribute.
FaultMaps and implicit checks
LLVM support for folding control flow into faulting machine instructions.
Compiling CUDA C/C++ with LLVM
LLVM support for CUDA.

Development Process Documentation

Information about LLVM’s development process.
LLVM Developer Policy
The LLVM project’s policy towards developers and their contributions.
Creating an LLVM Project
How-to guide and templates for new projects that use the LLVM infrastructure. The templates (directory organization, Makefiles, and test tree) allow the project code to be located outside (or inside) the llvm/ tree, while using LLVM header files and libraries.
LLVMBuild Guide
Describes the LLVMBuild organization and files used by LLVM to specify component descriptions.
How To Release LLVM To The Public
This is a guide to preparing LLVM releases. Most developers can ignore it.
How To Validate a New Release
This is a guide to validate a new release, during the release process. Most developers can ignore it.
Advice on Packaging LLVM
Advice on packaging LLVM into a distribution.
Code Reviews with Phabricator
Describes how to use the Phabricator code review tool hosted on http://reviews.llvm.org/ and its command line interface, Arcanist.

Community

LLVM has a thriving community of friendly and helpful developers. The two primary communication mechanisms in the LLVM community are mailing lists and IRC.

Mailing Lists

If you can’t find what you need in these docs, try consulting the mailing lists.
Developer’s List (llvm-dev)
This list is for people who want to be included in technical discussions of LLVM. People post to this list when they have questions about writing code for or using the LLVM tools. It is relatively low volume.
Commits Archive (llvm-commits)
This list contains all commit messages that are made when LLVM developers commit code changes to the repository. It also serves as a forum for patch review (i.e. send patches here). It is useful for those who want to stay on the bleeding edge of LLVM development. This list is very high volume.
Bugs & Patches Archive (llvm-bugs)
This list gets emailed every time a bug is opened and closed. It is higher volume than the LLVM-dev list.
Test Results Archive (llvm-testresults)
A message is automatically sent to this list by every active nightly tester when it completes. As such, this list gets email several times each day, making it a high volume list.
LLVM Announcements List (llvm-announce)
This is a low volume list that provides important announcements regarding LLVM. It gets email about once a month.

IRC

Users and developers of the LLVM project (including subprojects such as Clang) can be found in #llvm on irc.oftc.net.
This channel has several bots.
  • Buildbot reporters
  • robot - Bugzilla linker. %bug <number>
  • clang-bot - A geordi instance running near-trunk clang instead of gcc.

Indices and tables


jeudi 21 avril 2016

vendredi 15 avril 2016

#financement #participatif #crowfunding

Sites :

Ameliste
Anaxago
Arizuka
Bankeez
Barberousse-communication
BlueBees
Bountysource
BulbInTown
Cagnotte
Cagnotte en ligne
Canberra-immo
Cap-lehub
CapSens
Causes
CircleUp
Colleo
Cotizup
CowFunding
CrowdCube
CrowdFundingFactory
CrowdFunder
CrowdFunder
CrowdFunding.fr
CrowdFunding.com
CrowdFundingImmo
CrowdFunding-Superstars
Crowdlending
CrowdFundInsider
CrowdRise
CrowdStone
CrowdSupply
Culture-Time
Dartagnans
DaVinciCrowd
Dividom
DonorsChoose
EasyCrowd
Ecobole
FirstGiving
Fosburit
FinanceParticipative.org
FinanceUtile
Flattr
FPMmed
Fundable
FundAnything
FundImmo
FundRazr
GiveForward
GoFundMe
Gratipay
Gwenneg.bzh
Happy-Capital
HappyCrowdFunding
HelloAsso
HomUnity
HoneyFund
Hoolders
IAmLaMode
Immocratie
Indiegogo
Inidev
ItsAboutMyAfrica
Kadolog
Kengo.bzh
Kwendoo
Kickstarter
KisskissBankbank
Kiva
La cagnotte des proches
LaFeteDuCrowdFunding
Le-crowdfunding
Leetchi
LeGuideDuCrowdFunding
Lendopolis
Le pot commun
Lymo
GoodMorningCrowdFunding
Merci so much
Mighty
Miimosa
Mipise
MisterCrowdFunding
Monexion
Morning
Movies-Angels
MyAnnona
MyMajorCompany
MyPharmaCompany
MyTip
NotrePetiteEntreprise
Oocto
Octopousse
On participe
OpenInitiative
Papayoux
Particeep
Patreon
Pikari
Projets-Rosalie
Propulss
Raizers
Rally.org
Razoo
RocketHub
Seedrs
SmalaAndCo
Splitwise
SoweFund
Stickk
Teespring
Tilt
Tip4Commit
Tipeee
Ulule
Unilend
UpStone
Vertical-CrowdFunding
WeDoGood
WellFundr
Wiseed
WesternUnion
YouCaring
Yourebe

Logiciels :

Delightful Labor /Sourceforge
Offre de nombreuses fonctionnalités pour vous aider à gérer votre organisme à but non lucratif, notamment:
Open-source: vous pouvez modifier le programme en fonction de vos besoins spécifiques
CRM (Customer Relationship Management) pour vous aider à suivre les électeurs, les partisans et les entreprises avec qui votre organisation interagit
La gestion des dons, y compris
Comptes et campagnes
Soutien multi-devises
Honoraires et monuments commémoratifs
Utilitaires de reconnaissance de cadeaux
Relations de trésorerie
Dons en nature
Fonctionnalités de personnalisation - vous pouvez créer des tables avec une variété de types de champs et les joindre à des personnes, des entreprises, des sponsors, des clients, etc.
Documents et images - vous pouvez télécharger des documents et des images pour les clients, les commanditaires, les personnes et les entreprises, les bénévoles, etc.
Gestion des clients - garder une trace de vos clients actuels et passés, gérer leur statut, garder trace de leurs relations avec leurs sponsors
Programmes clients - définissez les programmes et les services que vous offrez aux clients et assurez-vous qu'ils suivent la participation et la participation des clients à ces programmes
Gestion du programme de parrainage
Soutient de multiples programmes de parrainage
Gestion des paiements de parrainage
Soutien multi-devises
Fonctions permettant de faciliter les communications entre les commanditaires et les clients
Gestion de bénévoles et d'événements, y compris les affectations de postes et les horaires
Une variété de rapports et d'exportations
Prise en charge des formats de date aux États-Unis et en Europe
Fonction d'importation pour les personnes, les entreprises, les dons et les registres de paiement de parrainage

jeudi 14 avril 2016

#Economiseurs#gestion des #ressources

PowerNap regarde une série de moniteurs configurables. Si aucune activité
ne se produit sur les éléments surveillés durant une période spécifiée,
PowerNap juge le système inactif, et prend des mesures, telles que
configurées par l'administrateur système.
PowerNap peut surveiller :
 * l'activité de l'utilisateur (console, clavier, souris)
 * l'activité du système (charge, processus, processus entrées/sorties)
 * l'activité réseau (Wake-on-Lan, les ports UDP, les ports TCP)
Certains d'entre eux sont basés sur des événements, tandis que les autres
sont basés sur des sondages. L'intervalle de sondage de PowerNap
(INTERVAL_SECONDS) est configurable.
La durée requise d'inactivité (ABSENT_SECONDS) est configurable.
La mesure prise par PowerNap, lorsque le système est actif, est
configurable et peut être l'un des pm-powersave, pm-suspend, pm-hibernate,
poweroff, ou n'importe quel script exécutable choisi par l'administrateur
du système.
Voir le fichier /etc/powernap/config pour accéder aux options
configurables et aux valeurs par défaut.
apt-get install powernap

Jupiter

TLP

mardi 12 avril 2016

#capture #ecran #screencasting #screenshot

Flameshot - /GitHub
Gtk-vector-screenshot
Kazam
RecordMyDesktop
Pyvnc2swf capture les mouvements à l'écran avec le protocole VNC et génère
un film Shockwave Flash (SWF) qui peut être relu par n'importe quel
navigateur web gérant le format SWF. 
Screenie
Shutter 
Vokoscreen

Autres :

La #souris #mouse #informatique

GSOC-au-secours-des-gamers-linuxiens-avec-piper
Compiler Libratbag, puis Ratbag et installer Piper.


syndromedelasouris.info

Mouseemu est un démon pour émuler les bouton de la souris sur les pavés tactiles avec un seul bouton. Il vous permet de :
 - émuler le clic droit et du milieu
 - émuler la molette de la souris
 - bloquer le pavé tactile pendant la frappe
Initialement développé pour les PowerBooks et iBooks d'Apple mais peut
être utile sur d'autres architectures.
apt-get install mouseemu

Oneko comme sur les vieilles versions de window$... Le chat qui suit le curseur de la souris.
apt-get install oneko

Synergy permet de partager facilement une souris et un clavier entre
plusieurs ordinateurs avec différents systèmes d'exploitation, chacun avec
son propre affichage, sans matériel spécial. Il est destiné aux
utilisateurs ayant plusieurs ordinateurs sur leur bureau avec chacun
utilisant son propre affichage.
Rediriger la souris et le clavier est aussi simple que de déplacer la
souris en dehors des limites de l'écran. Synergy regroupe aussi les
presse-papiers de tous les systèmes en un seul, permettant ainsi le
couper/coller entre les systèmes. De plus, il synchronise les économiseurs
d'écran pour qu'ils démarrent et s'arrêtent en même temps. Si le
verrouillage d'écran est activé, seul un écran nécessite un mot de passe
pour tous les déverrouiller.
Les paquets pour Windows, MacOS et RPM ainsi que les sources sont
disponibles à sourceforge.net/project/showfiles.php?group_id=59275
apt-get install synergy

xAutoClick /getdeb
This autoclicker application enables you to automatically click the left mousebutton. It is designed to reduce strain on the wrist muscles caused by repetitive mouse clicking, which can lead to serious injury or impair (RSI, Carpal Tunnel Syndrome, et cetera). By specifying the interval, a random factor and the number of times to click, the program simulates natural clicking.




Pour enregistrer / programmer les mouvements de la souris :
autoclicker.fr


Crypter des fichiers

EcryptFS /Ubuntu
ZuluCrypt pour crypter des fichiers

mardi 5 avril 2016

#Indicatifs #Telephoniques

Indicatifs Téléphoniques

www.mcc-mnc.com
www.wikiwand.com/fr/Liste_des_indicatifs_t%C3%A9l%C3%A9phoniques_internationaux_par_indicatif

Afghanistan 93
Afrique du Sud 27
Albanie 355
Algérie 213
Allemagne 49 Andorre 376
Angola 244
Anguilla 1
Antigua ­et ­Barbuda 1
Antilles néerlandaises 599
Arabie saoudite 966
Argentine 54
Arménie 374
Aruba 297
Ascension 247
Australie 61
Autriche 43
Azerbaïdjan 994
Bahamas 1
Bahreïn 973
Bangladesh 880
Barbade 1
Belgique 32
Belize 501
Bénin 229
Bermudes 1
Bhoutan 975
Biélorussie 375
Birmanie 95
Bolivie 591
Bosnie ­Herzégovine 387
Botswana 267
Brésil 55
Brunei 673
Bulgarie 359
Burkina Faso 226
Burundi 257
Cambodge 855
Cameroun 237
Canada 1
Cap­Vert 238
Chili 56
Chine 86
Chypre 357
Colombie 57
Comores 269
Congo 242
Corée du Nord 850
Corée du Sud 82
Costa Rica 506
Côte d'Ivoire 225
Croatie 385
Cuba 53
Danemark 45
Diego Garcia 246
Djibouti 253
Dominique 1
Égypte 20
Émirats Arabes Unis 971
Équateur 593
Érythrée 291
Espagne 34
Estonie 372
États­Unis 1
Éthiopie 251
Fidji 679
Finlande 358
France 33
Gabon 241
Gambie 220
Géorgie 995
Ghana 233
Gibraltar 350
Grèce 30
Grenade 1
Groenland 299
Guadeloupe 590
Guam 1
Guatemala 502
Guinée 224
Guinée ­Bissau 245
Guinée équatoriale 240
Guyana 592
Guyane 594
Haïti 509
Honduras 504
Hong Kong 852
Hongrie 36
Îles Caïmans 1
Îles Cook 682
Îles Féroé 298
Îles Malouines 500
Îles Mariannes du Nord 1
Îles Turques­et­Caïques 1
Îles Vierges américaines 1
Îles Vierges britanniques 1
Inde 91
Indonésie 62
Irak 964
Iran 98
Irlande 353
Islande 354
Israël 972
Italie 39
Jamaïque 1
Japon 81
Jordanie 962
Kazakhstan 7
Kenya 254
Kirghizistan 996
Kiribati 686
Koweït 965
Laos 856
La Réunion 262
Lesotho 266
Lettonie 371
Liban 961
Liberia 231
Libye 218
Liechtenstein 423
Lituanie 370
Luxembourg 352
Macao 853
Macédoine 389
Madagascar 261
Malaisie 60
Malawi 265
Maldives 960
Mali 223
Malte 356
Maroc 212
Marshall 692
Martinique 596
Maurice 230
Mauritanie 222
Mayotte 262
Mexique 52
Micronésie 691
Moldavie 373
Monaco 377
Mongolie 976
Monténégro 382
Montserrat 1
Mozambique 258
Namibie 264
Nauru 674
Népal 977
Nicaragua 505
Niger 227
Nigeria 234
Niue 683
Norvège 47
Nouvelle ­Calédonie 687
Nouvelle ­Zélande 64
Oman 968
Ouganda 256
Ouzbékistan 998
Pakistan 92
Palaos 680
Palestine 970
Panama 507
Papouasie ­Nouvelle ­Guinée 675
Paraguay 595
Pays ­Bas 31
Pérou 51
Philippines 63
Pologne 48
Polynésie française 689
Porto Rico 1
Portugal 351
Qatar 974
République démocratique du Congo 243
République dominicaine 1
République centrafricaine 236
République tchèque 420
Roumanie 40
Royaume­Uni 44
Russie 7
Rwanda 250
Saint­ Christophe­ et ­Niévès 1
Sainte ­Hélène 290
Sainte­ Lucie 1
Saint ­Marin 378
Saint­ Pierre­ et ­Miquelon 508
Saint ­Vincent­ et ­les Grenadines 1
Salomon 677
Salvador 503
Samoa 685
Samoa américaines 1
Sao Tomé ­et ­Principe 239
Sénégal 221
Serbie 381
Seychelles 248
Sierra Leone 232
Singapour 65
Slovaquie 421
Slovénie 386
Somalie 252
Soudan 249
Sri Lanka 94
Suède 46
Suisse 41
Suriname 597
Swaziland 268
Syrie 963
Tadjikistan 992
Taïwan 886
Tanzanie 255
Tchad 235
Territoires extérieurs de l'Australie 672
Thaïlande 66
Timor oriental 670
Togo 228
Tokelau 690
Tonga 676
Trinité ­et ­Tobago 1
Tunisie 216
Turkménistan 993
Turquie 90
Tuvalu 688
Ukraine 380
Uruguay 598
Vanuatu 678
Vatican 379, 39
Venezuela 58 Viêt Nam 84
Wallis­ et ­Futuna 681
Yémen 967
Zambie 260
Zimbabwe 263


---


Numéros commençant par Type de service
01-05 Services téléphoniques fixes (numéros géographiques)
06 - 07 (075 à 79 PQ MC DU) Services téléphoniques mobiles
08 Services à valeur ajoutée / numéros surtaxés
Numéros commençant par Tarif (plafond à partir des réseaux fixes)
080 Gratuit
081 < 0,06 €/min (calculé sur la base d'un appel de 3 minutes)
0820 et 0821 < 0,12 €/min
0825 et 0826 < 0,15 €/min
0884 et 0890 < 0,15 €/min
0891 < 0,30 €/min
0892 < 0,45 €/min
0893 < 0,75 €/min
0897 < 0,60 €/appel
0898 < 1,20 €/appel
0899 Autres tarifs
085 préfixes d’accès aux services de réseaux privés virtuels
086 services d’accès à Internet par réseau commuté
09 Services téléphoniques (numéros non géographiques)
15 : SAMU
17 : Police ou Gendarmerie
18 : Pompiers
112 : Numéro d'urgence européen (permettant d'accéder aux trois services ci-dessus)
114 : personnes sourdes ou malentendantes
115 : Urgences sociales (ou "SAMU social")
116 000 : Enfants disparus
119 : Enfance maltraitée
191 : Sauvetage dans les airs
196 : Sauvetage en mer Services d’urgence




KediCAD

KediCAD/sourceforge
KediCAD
cadlinux.blogspot.fr
linuxfea.wordpress.com

HP #VLAN simple #administration

sourceforge.net/projects/procurve-admin
HPVSA.org

Interface Web pour la gestion de la sauvegarde de l'administration et le fichier de configuration VLAN de L2 / L3 gérés des commutateurs Ethernet HP.
Testé avec succès sur HP ProCurve 2500, 2600, 2800 et 3500 séries. Travailler avec tous les commutateurs HP gérables.
Permet aux utilisateurs de gérer plusieurs commutateurs dans la même page Web; une seule authentification vous permet d'accéder et de sauvegarder tous vos commutateurs, en utilisant SSO avec kerberos ou formulaire de login / mot de passe simple.
Il permet aux utilisateurs de marquer facilement / désélectionner un port de VLANs, créer ou supprimer et renommer des VLANs, déployer un VLAN dans plusieurs commutateurs, commutateurs de sauvegarde des fichiers de configuration en un seul clic ...

ports Tag et GANUPT dans VLANs
Tag un port dans plusieurs / tous les vlans en un seul clic
Créer / Supprimer VLANs sur plusieurs / tous les commutateurs en quelques clics
Prise en charge SNMP V1, V2 et V3
Aucune limitation de nombre vlan
Gérer plusieurs commutateurs
Voir plusieurs interrupteurs en même temps
Voir configuration / modifier des commutateurs
Enregistrer commutateurs configuration dans des fichiers cryptés sécurisés en un seul clic!
Accédez à vos commutateurs directement via telnet / console ssh intégré
Utiliser l'authentification AD avec kerberos (krb5 / Apache) ou utilisateur / mot de passe sous forme locale
Voir si le lien est vers le haut / vers le bas sur chaque port
Voir la mémoire, l'utilisation du processeur, S / N, la version firmware de vos commutateurs, etc.
Choisissez entre la langue française ou anglaise
Désactiver caractéristiques si elles ne sont pas nécessaires

Archives du blog