Although I love these kind of problems I am aware that they are problematic in an interview situation.
Reginald Braithwaite eloquently described some of the more problematic points in Carnac the magnificient
var express = require('express'); | |
var http = require('http'); | |
var Faye = require('faye'); | |
var app = express(); | |
app.use(express.static(__dirname + '/public')); | |
var bayeux = new Faye.NodeAdapter({ mount : '/faye' }); | |
var server = http.createServer(app); |
Rules | |
===== | |
Starting point: 200 | |
no disadvantages limit | |
Races | |
----- | |
Human, Elves, Dwarves, Orc, Kobolds |
CSP.problem = { | |
variables : { | |
v1 : [0, 1], | |
v2 : [0, 1], | |
v3 : [0, 1], | |
v4 : [0, 1], | |
v5 : [0, 1], | |
v6 : [0, 1], | |
v7 : [0, 1], | |
v8 : [0, 1], |
! | |
! Turn caps lock into a control | |
! | |
remove Lock = Caps_Lock | |
keysym Caps_Lock = Control_L | |
add Control = Control_L |
#include <iostream> | |
#include <gecode/int.hh> | |
#include <gecode/search.hh> | |
using namespace Gecode; | |
class Tuple : public Space { | |
protected: | |
IntVar x; |
@Grab('com.bloidonia:groovy-stream:0.9.0') | |
import groovy.stream.* | |
def (n, f, b) = [ | |
{ [ it[0], it[1] + '' ] }, | |
{ [ it[0], it[1] + 'fizz' ] }, | |
{ [ it[0], it[1] + 'buzz' ] } | |
] | |
def fizzs = Stream.from([f, n, n]).repeat() |
Although I love these kind of problems I am aware that they are problematic in an interview situation.
Reginald Braithwaite eloquently described some of the more problematic points in Carnac the magnificient
[Remy Sharp][rem] on [twitter][] asked
If anyone uses @js_bin to inject via POST (@triblondon et al?), it would super if you could contrib to this article https://t.co/VunzpXBC0M
— Remy Sharp (@rem) June 24, 2015
<script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>
This gist is an exploration of said feature, in order to better describe it.
{ | |
////////////////// | |
// INTRODUCTION // | |
////////////////// | |
"intro0": "Eerder kreeg ik altijd angstaanvallen.", | |
"intro1": "Toen kreeg ik angstaanvallen over mijn angstaanvallen", | |
"intro2": "Het was een opeen stapeling van angstaanvallen.", | |
"intro3": "", |