Skip to content

Instantly share code, notes, and snippets.

View julkwel's full-sized avatar
😇
Hello , thanks for visiting my profile !

Julien Rajerison julkwel

😇
Hello , thanks for visiting my profile !
View GitHub Profile
@lucoram
lucoram / Main.java
Created February 25, 2021 00:33
Categorize products
import java.util.ArrayList;
import java.util.Collections;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
public class Main {
public static void main(String[] args) {
// Assumptions:
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Collections;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
public class WCC24 {
public static void main(String[] args) {
@elsifaka
elsifaka / bv-all.csv
Created November 12, 2019 11:36
LISTE-ET-EMPLACEMENT-BV-SGG.pdf source CENI
We can't make this file beautiful and searchable because it's too large.
REGION,DISTRICT,COMMUNE,FOKONTANY,CENTRE DE VOTE,CODE_BV,BUREAU DE VOTE
ALAOTRA-MANGORO,AMBATONDRAZAKA,AMBANDRIKA,AMBANDRIKA,EPP AMBANDRIKA,510101010101,EPP AMBANDRIKA Salle_1
ALAOTRA-MANGORO,AMBATONDRAZAKA,AMBANDRIKA,AMBANDRIKA,EPP AMBANDRIKA,510101010102,EPP AMBANDRIKA Salle_2
ALAOTRA-MANGORO,AMBATONDRAZAKA,AMBANDRIKA,AMBANIALA,"BIRAO FOKONTANY AMBANIALA",510101030101,BIRAO FOKONTANY AMBANIALA
ALAOTRA-MANGORO,AMBATONDRAZAKA,AMBANDRIKA,"AMBODIANTAFANA- AMBODIFASIKA-DEBAKA",EPP AMBODIATAFANA,510101050101,EPP AMBODIATAFANA Salle_1
ALAOTRA-MANGORO,AMBATONDRAZAKA,AMBANDRIKA,BETOLOHO,EPP BETOLOHO,510101020101,EPP BETOLOHO Salle_1
ALAOTRA-MANGORO,AMBATONDRAZAKA,AMBANDRIKA,BETOLOHO,EPP BETOLOHO,510101020102,EPP BETOLOHO Salle_2
ALAOTRA-MANGORO,AMBATONDRAZAKA,AMBANDRIKA,"MIADAMPAHONINA- AMPANDRAHOANA- MAIZINANDRO-MORARANO","BIRAO FOKONTANY MIADAMPAHONINA",510101040101,"BIRAO FOKONTANY MIADAMPAHONINA"
ALAOTRA-MANGORO,AMBATONDRAZAKA,AMBATONDRAZAKA,"AMBODIMANGA- MANGARIVOTRA",EPP AMBODIMANGA,510102010101,EPP AMBODIMANG
@atillay
atillay / DemoController.php
Last active October 11, 2022 07:25
Symfony 4 Pagination Service
<?php
namespace App\Controller;
use App\Entity\Demo;
use App\Service\PaginationService;
use Symfony\Component\HttpFoundation\Request;
class DemoController extends AdminController
{
/**
* Copyright 2016 Google Inc. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
@Integralist
Integralist / Code of Conduct.md
Last active December 10, 2021 17:00
Code of Conduct (Template)

Code of Conduct

A code of conduct is a set of rules outlining the social norms and rules and responsibilities of, or proper practices for, an individual, party or organization

Summary

The {NAME} is dedicated to providing a harassment-free working environment for all, regardless of gender, sexual orientation, disability, physical appearance, body size, race, or religion. We do not tolerate harassment of any form. All communication should be appropriate for a professional audience including people of many different backgrounds.

Sexual language and imagery is not appropriate for any communication and/or talks. Be kind and do not insult or put down others. Behave professionally. Remember that harassment and sexist, racist, or exclusionary jokes are not appropriate for {NAME}. Staff violating these rules should be reported to an appropriate line manager.

Contributing

When contributing to this repository, please first discuss the change you wish to make via issue, email, or any other method with the owners of this repository before making a change.

Please note we have a code of conduct, please follow it in all your interactions with the project.

Pull Request Process

  1. Ensure any install or build dependencies are removed before the end of the layer when doing a
@jpchateau
jpchateau / Interview back-end developer
Last active May 15, 2024 08:34
Entretien développeur back : PHP / Symfony / MySQL
Cible : Développeur PHP / Symfony / MySQL
Niveau : Senior
Ce document propose des questions classiques, sans piège, à poser lorsque vous désirez valider un candidat pour un poste de développeur back.
J'utilise personnellement cette trame de questions, libre à vous de vous en inspirer, d'ajouter vos propres questions, et de déterminer lesquelles sont éliminatoires à vos yeux.
Veille technologique
Quelle est la version actuelle de PHP ?
> http://php.net/supported-versions.php
@developius
developius / GitHub-stats.js
Created March 23, 2015 22:10
jQuery functions to get data about a GitHub repository
jQuery.githubUser = function(username, callback) {
jQuery.getJSON('https://api.github.com/users/'+username+'/repos?callback=?',callback)
}
jQuery.githubRepoContributors = function(username, repo, callback) {
jQuery.getJSON('https://api.github.com/repos/'+username+'/'+repo+'/contributors'+'?callback=?',callback)
}
jQuery.githubOrgMembers = function(org,callback){
jQuery.getJSON('https://api.github.com/orgs/' + org + '/public_members?callback=?',callback)
@aquelito
aquelito / git-command.md
Last active July 6, 2024 07:10
GIT - Ligne de commande principale
title category
Git config
Git

Rappel

Ne pas oublier : l'aide en ligne de commande.