Skip to content

Instantly share code, notes, and snippets.

View whalec's full-sized avatar

Cameron Barrie whalec

View GitHub Profile
@whalec
whalec / nigel-hope-welcome.json
Last active November 29, 2021 03:34 — forked from NigelAtOptimised/nigel-hope-welcome.json
Hope GIST ex Website to App
{
"imageURL" : "https://www.totalwellbeingdiet.com/media/xyz/123.jpg",
"avatarURL" : "https://www.totalwellbeingdiet.com/media/xyz/456.jpg",
"targetWeight" : 55.5,
"stretchWeight" : 52,
"targetLoss" : 5.5,
"stretchLoss" : 8,
"weightMeasure" : "kilograms",
"pages" :
[
zoffix@VirtualBox:~/CPANPRC/doc$ perl6 --ll-exception p2op --threads=1 -v --source-path=./doc --exclude=404.pod6,/.git,/precompiled > html/perl6.xhtml
["poop", "./doc/HomePage.pod6".IO(:SPEC(IO::Spec::Unix),:CWD("/home/zoffix/CPANPRC/doc")), "under"]
[CompUnit::PrecompilationRepository::Default.new(store => CompUnit::PrecompilationStore::File.new(prefix => "/tmp/PodToBigfile-precomp".IO(:SPEC(IO::Spec::Unix),:CWD("/home/zoffix/CPANPRC/doc"))))]
processed ./doc/HomePage.pod6 (cached)
["fuck", "./doc/Language/5to6-nutshell.pod6".IO(:SPEC(IO::Spec::Unix),:CWD("/home/zoffix/CPANPRC/doc")), "under"]
[CompUnit::PrecompilationRepository::Default.new(store => CompUnit::PrecompilationStore::File.new(prefix => "/tmp/PodToBigfile-precomp".IO(:SPEC(IO::Spec::Unix),:CWD("/home/zoffix/CPANPRC/doc"))))]
processed ./doc/Language/5to6-nutshell.pod6 (cached)
["fuck", "./doc/Language/5to6-perlfunc.pod6".IO(:SPEC(IO::Spec::Unix),:CWD("/home/zoffix/CPANPRC/doc")), "under"]
[CompUnit::PrecompilationRepository::Default.new(store =>
require 'api_version'
Securus::Application.routes.draw do
match "/bb_poc" => "bb_poc#index"
scope "(:locale)", :locale => /ar|de|en|fr|it|nl|sr/ do
resource :session, :only => [:new, :create, :destroy]
resource :profile, :only => [:show, :edit, :update]
resources :users, :only => [:new, :create] do