MOTHERFUCKING CHEESECAKE
Zutaten:
Für den Boden:
- 150g Vollkornbutterkekse
- 2 EL Zucker
- Prise Zimt
- 60g weiche Butter
import * as THREE from "three" | |
export type Instance = { | |
object: THREE.Object3D | |
color?: THREE.Color | |
index: number | |
data: any | |
} | |
/* Our ManagedInstancedMesh class that we can use with just plain old Three.js */ |
/* This needs to live in a folder named "Editor", or it won't work. Doesn't have to be named | |
"BobTheBuilder", though. Name it whatever you want! */ | |
using System; | |
using UnityEditor; | |
using UnityEngine; | |
public class BobTheBuilder | |
{ | |
/* List of scenes to include in the build */ |
root = true | |
[*] | |
end_of_line = lf | |
insert_final_newline = true | |
charset = utf-8 | |
indent_style = tab | |
indent_size = 4 | |
trim_trailing_whitespace = true |
doctype html | |
html | |
head | |
title My App | |
meta name="viewport" content="width=device-width, initial-scale=1.0" | |
= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track': 'reload' | |
= javascript_pack_tag 'application', 'data-turbolinks-track': 'reload' | |
= csrf_meta_tags | |
= csp_meta_tag |
Für den Boden:
doctype html | |
html | |
head | |
title My App | |
meta name="viewport" content="width=device-width, initial-scale=1.0" | |
= stylesheet_link_tag "application", media: 'all', 'data-turbolinks-track' => true | |
= javascript_include_tag "application", 'data-turbolinks-track' => true | |
= csrf_meta_tags | |
body |
doctype html | |
html | |
head | |
title My Rails 6.0 App | |
= csrf_meta_tags | |
= csp_meta_tag | |
meta name="viewport" content="width=device-width, initial-scale=1.0" | |
= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track': 'reload' |
doctype html | |
html | |
head | |
title My Rails 5.2 App | |
= csrf_meta_tags | |
= csp_meta_tag | |
meta name="viewport" content="width=device-width, initial-scale=1.0" | |
= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track': 'reload' |
require "crappy" | |
class AppHandler | |
include HTTP::Handler | |
include Crappy::Routing | |
include Crappy::Rendering | |
def call(context) | |
crappy do | |
within "api" do |