This is the one all other are based on
- levain 100
- flour 500
- water ~320
- salt 11g
| #include <stdlib.h> | |
| #include <stdio.h> | |
| typedef char EventName[255]; | |
| typedef union HandlerData { | |
| int i; | |
| float f; | |
| char str[255]; | |
| } HandlerData; | |
| typedef void (*EventHandler)(EventName event, HandlerData *data); |
| /* | |
| 1 + 2 / 3 * 4 | |
| This example tests the precedence. | |
| /* | |
| (ROOT (OPERATOR +(LITERAL 1)(OPERATOR /(LITERAL 2)(OPERATOR *(LITERAL 3)(LITERAL 4))))) | |
| /* | |
| (1 + 2) / (3 * 4) |
| import * as React from 'react'; | |
| import { connect } from 'react-redux'; | |
| import { Store } from '../../../store'; | |
| export interface I18nTextProps { | |
| text: string | string[]; | |
| hasInnerHTML?: boolean; | |
| vars?: any; | |
| } |
| import * as React from 'react'; | |
| import { styled, StyledComponentClass } from '../styled'; | |
| interface IProps { | |
| on?: boolean; | |
| } | |
| interface IState { | |
| value: boolean; |
| import * as React from 'react'; | |
| import { v4 as uuid } from 'uuid'; | |
| import { styled } from '../styled'; | |
| export interface IProps { | |
| name: string; | |
| } | |
| const StyledRadio = styled.div` |
| import * as React from 'react'; | |
| import { styled, keyframes, StyledComponentClass } from '../styled'; | |
| export interface IProps { | |
| onDoneHandler?: () => void; | |
| } | |
| export interface IState { | |
| cursor: number; |
| import * as React from 'react' | |
| import { default as styled } from 'styled-components' | |
| import { Transition, Spring, animated } from 'react-spring' | |
| const StyledCarousel = styled.div` | |
| width: 100%; | |
| height: 100%; | |
| ` | |
| const StyledCarouselWrapper = styled.div` | |
| text-align: center; |
| define('views/mini-user-guides/rlx-mini-user-guides-commons', [ | |
| 'utils' | |
| , 'lib/Model' | |
| , 'lib/ZenView' | |
| , 'lib/UID' | |
| , 'modules/rlx-stylesheet' | |
| ], function(_, Model, ZView, UID, Stylesheet) { 'use strict' | |
| var exports = {} | |
| var Seq = exports.Seq = _.classMaker(function(Super, statics) { |
I hereby claim:
To claim this, I am signing this object: