- Added subscriber count: "8 души вече чакат · Остават 42 от 50 места"
- Visual progress bar showing 8/50 (16%) filled
- Updated from "First 10" to "First 50" free spots across all copy (hero, waitlist, FAQ)
At least 1 out of 10 senior engineers at Nemetschek Bulgaria will book a fit call after receiving a personalized AI Capability Report via LinkedIn outreach.
Send personalized Cognitive Rebase report pages (hosted on Netlify) to ~25 contacts at Nemetschek Bulgaria via LinkedIn. Each page shows their name + photo with a static example report + guided tour + "Book a Fit Call" CTA. Outreach via HeyReach with pre-baked Bulgarian messages and custom variables per contact.
We are testing whether Bulgarian CTOs and engineering leaders at signal-active companies (rapid growth, recent funding, new products) respond to a cold outreach offering AI engineering training — and whether this validates Cognitive Rebase as a standalone revenue line for Camplight.
| # Docker specific configs | |
| # use only letters and numbers for the project name | |
| COMPOSE_PROJECT_NAME=rulerdev | |
| RULER_DOMAIN_NAME=localhost | |
| # Global configs | |
| DEVELOPMENT=1 | |
| JWT_SECRET=YCZseT-TlZemHz-GQCBZY_jNBmoKVBtYT-M34KniXyaaAEyvZu3sZ_mFjICiXoAJ |
| Skills: | |
| ------- | |
| - Front-end development: javascript (backbone, angular 1/2, react, riot, organic-oval, webgl ...), HTML, CSS | |
| - Product strategy, Entrepreneurship | |
| - Growth Hacking, Marketing, Business development, Sales | |
| - Game Design, Gamification | |
| ------------------------- |
| library(lubridate) | |
| library(ggplot2) | |
| dates <- read.csv("2015-commits.csv", header = FALSE, stringsAsFactors = FALSE) | |
| dates_parsed <- parse_date_time(dates, "%y-%m-%d %h:%M:%S %z") | |
| cmtHours <- factor(hour(dates_parsed)) | |
| wkday <- factor(weekdays(dates_parsed), levels=c("понеделник", "вторник", "сряда", "четвъртък", "петък", "събота", "неделя")) |
| function parseExpression(program) { | |
| program = skipSpace(program); | |
| var match, expr; | |
| if (match = /^"([^"]*)"/.exec(program)) | |
| expr = {type: "value", value: match[1]}; | |
| else if (match = /^\d+\b/.exec(program)) | |
| expr = {type: "value", value: Number(match[0])}; | |
| else if (match = /^[^\s(),"]+/.exec(program)) | |
| expr = {type: "word", name: match[0]}; | |
| else |
| # Path to your oh-my-zsh configuration. | |
| ZSH=$HOME/.oh-my-zsh | |
| # Set name of the theme to load. | |
| # Look in ~/.oh-my-zsh/themes/ | |
| # Optionally, if you set this to "random", it'll load a random theme each | |
| # time that oh-my-zsh is loaded. | |
| ZSH_THEME="wedisagree" | |
| # Example aliases |
| <div class="logo_container"> | |
| <div class="circle1"> | |
| <img src="http://game-craft.com/blog/wp-content/uploads/2013/03/circle1.png" | |
| /> | |
| </div> | |
| <div class="circle2"> | |
| <img src="http://game-craft.com/blog/wp-content/uploads/2013/03/circle2.png" | |
| /> | |
| </div> | |
| <div class="circle3"> |