wip
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
test 'exclude user if already triggered today with different hash' do | |
# default profile, user has email, viewed something yesterday | |
Cie::Data.profiles('Test').insert({'_id' => USER0, 'email' => EMAIL, 'timestamp' => YESTERDAY}) | |
Cie::Data.views('Test').insert({'user_id' => USER0, 'SkuID' => SKU+'view-yesterday', 'timestamp' => YESTERDAY}) | |
Cie::Data.triggers('Test').insert({'the_hash' => 'other', 'trigger_date' => Time.now, 'email_address' => EMAIL}) | |
users = AbandonProduct.get_users('Test', 'h', 1, 0) | |
assert_equal(0, users.count) | |
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env ruby | |
# | |
# Genghis v2.3.8 | |
# | |
# The single-file MongoDB admin app | |
# | |
# http://genghisapp.com | |
# | |
# @author Justin Hileman <[email protected]> | |
# |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# CLOSURES IN RUBY Paul Cantrell http://innig.net | |
# Email: username "cantrell", domain name "pobox.com" | |
# I recommend executing this file, then reading it alongside its output. | |
# | |
# Alteratively, you can give yourself a sort of Ruby test by deleting all the comments, | |
# then trying to guess the output of the code! | |
# A closure is a block of code which meets three criteria: | |
# |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Use Gists to store code you would like to remember later on | |
console.log(window); // log the "window" object to the console |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!doctype html> | |
<html> | |
<head> | |
<meta name="viewport" content="initial-scale=1, maximum-scale=1" /> | |
<meta charset="utf-8" /> | |
<title><%= title %></title> | |
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css" /> | |
</head> | |
<body> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<--- | |
_._ _..._ .-', _.._(`)) | |
'-. ` ' /-._.-' ',/ | |
) \ '. | |
/ _ _ | \ | |
| a a / | | |
\ .-. ; | |
'-('' ).-' ,' ; | |
'-; | .' | |
\ \ / |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"basics": { | |
"name": "Chuck Schleutker", | |
"label": "Web Developer/Programmer", | |
"__picture": "https://secure.gravatar.com/avatar/d61fd87347e5c36c2b87265345dd9df3", | |
"email": "[email protected]", | |
"phone": "(317) 508-4217", | |
"website": "", | |
"summary": "Hi, I'm Chuck! I'm a software engineer, web developer, and technical facilitator with over 15 years of experience. I received a B.A. in Liberal Arts and Sciences (Philosophy) and an A.S. in Computer Information Technology in 2010 but have mostly been working as a self-taught developer/designer since 1998.", | |
"location": { |
I hereby claim:
- I am chuckxd on github.
- I am chuckxd (https://keybase.io/chuckxd) on keybase.
- I have a public key ASCJ4816UBkcEG2r13v09AnhK375etymwHwqWQuu13yFiQo
To claim this, I am signing this object:
Tmux is a terminal multiplexer. Using tmux we can create, access and control terminals from a single terminal. Tmux sessions can be detached, continue running in the background, and then reattached. This is extremely helpful and it is one of the coolest features of tmux. To get up and running with tmux, you need to learn some tmux commands.
Every major distribution has tmux in their repositories, so you google them up. Below I listed the install commands for arch based and ubuntu distribution.
OlderNewer