Giter Club home page Giter Club logo

dwdbk's Projects

laravel-reactjs icon laravel-reactjs

Socle application user framework laravel as back-end and reactJs as front-end

laravel-scout-solr icon laravel-scout-solr

Solr Driver for Laravel Scout to search in Eloquent models through Solr Search Engine.

ptc-test-partition icon ptc-test-partition

SUJET MAISON TEST JAVA 1 - Écrivez une fonction « partition » qui prend un paramètre « liste » et un paramètre « taille » et retourne une liste de sous liste, où chaque sous liste a au maximum « taille » éléments. Exemples d'entrées et sorties : partition([1,2,3,4,5], 2) retourne: [ [1,2], [3,4], [5] ] partition([1,2,3,4,5], 3) retourne: [ [1,2,3], [4,5] ] partition([1,2,3,4,5], 1) retourne: [ [1], [2], [3], [4], [5] ] 2 - Écrivez des tests unitaires avec Junit4 pour vérifier votre implémentation. Important : Partez du principe que votre implémentation fera partie d'une librairie utilisé par plein d'autres applications (en production) Livraison attendu : une archive contenant les sources du projet, et les instructions pour les utiliser.

sample-spring-microservices-advanced icon sample-spring-microservices-advanced

provides some more advanced samples of spring boot and spring cloud microservices like microseervice api documentation with swagger2 and zuul, interaction with mongodb, configuration server, testing with Spring Cloud Contract or Hoverfly

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.