This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
clear; | |
clear all; | |
clc; | |
dicesize = 120; % number of faces | |
ndice = 500; % number of dices | |
mcnum = 100000; % number of monte-carlo iterations | |
Pi = zeros(mcnum,1); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from bs4 import BeautifulSoup | |
import re | |
import requests | |
import datefinder | |
import pandas as pd | |
# ============ | |
# CONSTANTS | |
# ============ | |
FIELDS = ["Nom", "Prénom", "Année de naissance", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
<plist version="1.0"> | |
<dict> | |
<key>Label</key> | |
<string>autossh.pse-tunnel</string> | |
<key>EnvironmentVariables</key> | |
<dict> | |
<key>AUTOSSH_GATETIME</key> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% | |
%% %% | |
%% Search & Matching - PSE course, 2nd year %% | |
%% %% | |
%% Code to solve a simpler version of: %% | |
%% %% | |
%% Hairault, J. O., Sopraseuth, T., & Langot, F. (2010). %% | |
%% "Distance to retirement and older workers employment: %% | |
%% The case for delaying the retirement age." %% | |
%% Journal of the European Economic association. %% |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# Sets Prezto options. | |
# | |
# Authors: | |
# Sorin Ionescu <[email protected]> | |
# | |
# | |
# General | |
# |