Skip to content

Instantly share code, notes, and snippets.

@schoolmeister
schoolmeister / intersport_fr.html
Created November 27, 2020 15:42
html of intersport main page
This file has been truncated, but you can view the full file.
<!DOCTYPE html>
<html lang="fr" >
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
<title>
Trouvez votre magasin INTERSPORT | INTERSPORT</title>
@schoolmeister
schoolmeister / CMakeLists.txt
Last active August 8, 2019 16:37
Updated version of "An opinionated EmptyEpsilon setup for windows"
project(EmptyEpsilon)
cmake_minimum_required(VERSION 2.8.12)
option(ENABLE_CRASH_LOGGER "Enable the drmingw crash logging facilities" OFF)
message(STATUS "ENABLE_CRASH_LOGGER is " ${ENABLE_CRASH_LOGGER})
# Check if serious proton dir is set.
if(NOT DEFINED SERIOUS_PROTON_DIR)
message(FATAL_ERROR "SERIOUS_PROTON_DIR was not set. Unable to continue")
endif(NOT DEFINED SERIOUS_PROTON_DIR)
NameError in EventsController#index
uninitialized constant EventsController::Event
Extracted source (around line #4):
2
3 def index
4 @events = Event.all
5 end
6
7 def show