News / Page 9

  1. ConllEditor is a tool which facilitates the editing of syntactic relations and morphological features of files in CoNLL-U format (universaldependencies.org). It uses a Java-based server and a HTML/CSS/Javascript based front-end. The editor loads the CoNLL-U file and saves every change to disk (and performs a git commit if the file is under git version control). […]

  2. The qmljsreformatter tool allows to automatically format a QML file via a command-line interface. It is based on a functionality embedded in the Qt Creator IDE. Learn more on project’s page on GitHub.

  3. OW2 consortium presents a tool called clif-web-proxy. Instantly and transparently generate your scenarios for testing the performance of your web applications with CLIF, from within your browser. This project aims to make it easy to capture a web “session”, in order to be complementary for tools that tests network behaviour/load of web apps (like CLIF). […]

  4. A new contribution from Orange. Gitlab-buildpkg-tools is a set of tools to build Debian, Ubuntu, Centos and Fedora packages using GitLab CI,with automatic package rebuild triggered by a Git push or merge on a branch of your own repository. After a simple configuration step on your own GitLab-hosted project, whenever you push on master branch, […]

  5. Orange has recently contributed to the Cloudify project. A newly created repository on GitHub contains the TOSCA file and scripts to needed to deploy and manage a MetaSwitch/Clearwater vIMS on an OpenStack platform. The aim is to propose a full life-cycle management of the vIMS. Cloudify is an open source cloud orchestration platform, designed to […]

  6. A11ygato – accessbility dashboard for website monitoring. A11gato is a web interface that allows you to monitor the accessibility of your websites.  The suite is composed of a webapp (the dashboard), a CLI and a Node.js API. Both the CLI and the API are published in the npm repository on GitHub. The dashboard is a […]

  7. Paris Open Source Summit, the annual meeting of European open source, was held on December 5th and 6th at the Pullman Docks in Paris for the 4th consecutive year in a row. This fantastic edition gathered around 5500 experts and amateurs around the theme: the place of open source and French actors in the digital […]

  8. RAVENS (Resilient Architecture for Very Efficient firmware updates of Network-connected Systems) is a software solution, including two components, Hugin and Munin, which enables an efficient firmware update of highly resource-constrained IoTs. Hugin is a command line tool able to generate small delta software updates, easy to install in-place on constrained devices. Hugin can then also […]

  9. Documentare is a software library written in Java including unsupervised clustering tools applicable to : content stored in directories, pictures issued from a text detection and a character segmentation process in a digitized document, which can be applied for building OCR reference bases. Technological core of this library is the distance measurement of similarities between […]

  10. Orange Applications for Business presents pcap2c. This library will convert captured network traffic as pcap files (with Wireshark or tcpdump tool, for example) into C structures to be embedded directly into a C/C++ source code. This small tool depends on the libpcap component. pcap2c is now available on Orange-OpenSource GitHub under the BSD 3-Clause license.