Skip to content

Instantly share code, notes, and snippets.

View Em-AK's full-sized avatar

Emilien Em-AK

  • Le Perche, France
View GitHub Profile
@Em-AK
Em-AK / ressources.md
Last active August 29, 2015 13:56
L'exploration du lundi : Tags dans rails + interactions rails <-> jQuery
@Em-AK
Em-AK / install_server#ubuntu#ghost#tuto.md
Created March 10, 2014 22:25
Tuto : Install serveur + Ghost blog

Tuto::Installation d'un serveur

Ce tutoriel s'effectue depuis une première machine Alpha sous linux, pour installer un serveur sur une deuxième machine Beta.

Il faut

  • du courant Alpha Beta
  • une connexion internet Alpha Beta
    (de préférence par cable ethernet pour Beta)
  • écran + clavier Alpha Beta
@Em-AK
Em-AK / setup_sinatra_squad.md
Last active August 29, 2015 14:01
setup sinatra squad

### Update, install dependencies & softwares sudo add-apt-repository -y ppa:webupd8team/sublime-text-2 && sudo apt-get update

sudo apt-get upgrade -y && sudo apt-get dist-upgrade -y  

sudo apt-get install -y curl git-core build-essential openssh-client sublime-text htop vim

\curl -sSL https://get.rvm.io | bash -s stable --ruby

### Configure

@Em-AK
Em-AK / mail_server_rpi.md
Last active August 29, 2015 14:01
Serveur mail complet sur raspberry pi

Atelier Raspberry Pi

débutant

Séance 1: lundi 26/05 @simplonco à 14h
Séance 2: les après midi suivantes en fonction de l'avancement

Objectif

Installation d'un serveur mail sur un raspberry pi d'après ce tutoriel

@Em-AK
Em-AK / robot.html
Created March 2, 2015 17:08
Animer un robot en JQuery
<!DOCTYPE html>
<head>
<style>
div {
height: 150px;
width: 300px;
margin: 0 auto;
}
.antenne {
@Em-AK
Em-AK / install_nodejs.md
Last active March 5, 2018 16:22
Installer Node.js sur debian / ubuntu / elementaryOS

Source : Node.js community wiki

Prérequis

Vérifier que le programme curl est installé

sudo apt-get install curl
@Em-AK
Em-AK / README.md
Last active August 29, 2015 14:26
Trading kata

I have an array stock_prices_yesterday where:

The indices are the time in minutes past trade opening time, which was 9:30am local time. The values are the price in dollars of Apple stock at that time. For example, the stock cost $500 at 10:30am, so stock_prices_yesterday[60] = 500.

Write an efficient algorithm for computing the best profit I could have made from 1 purchase and 1 sale of 1 Apple stock yesterday.

No "shorting"—you must buy before you sell. You may not buy and sell in the same time step (at least 1 minute must pass).

@Em-AK
Em-AK / README.md
Created August 10, 2015 11:31
Feuille de route Gidlas Semaine 1
@Em-AK
Em-AK / current.md
Last active April 28, 2017 11:20
Architecture brainstorm : Static site generators x Decentralization (via LDP)

Schema legend:

  • in blue = the components
  • in black = who owns what?

Components

  • Wordpress server with wpldp
    • as a backoffice
    • as a JSON-LD API
  • JS client(s) requesting the data API on each page load

Installer son environnement de dev ruby

Sur Windows

Installer ruby via Ruby Installer

Ruby Installer est une version précompillée de ruby pour windows. Ce qui simplifie grandement son installation.

  • Télécharger la dernière version de Ruby Installer pour win 64-bit, ou pour win 32-bit
  • Exécuter l´installeur, en acceptant les options proposées par défaut. L'installation peut prendre quelques minutes.