maxmasnick.com maxmasnick.com

maxmasnick.com

Max Masnick

The personal website of Max Masnick. I am an epidemiologist and software developer. I write about technology and public health.

http://www.maxmasnick.com/

WEBSITE DETAILS
SEO
PAGES
SIMILAR SITES

TRAFFIC RANK FOR MAXMASNICK.COM

TODAY'S RATING

>1,000,000

TRAFFIC RANK - AVERAGE PER MONTH

BEST MONTH

December

AVERAGE PER DAY Of THE WEEK

HIGHEST TRAFFIC ON

Monday

TRAFFIC BY CITY

CUSTOMER REVIEWS

Average Rating: 4.1 out of 5 with 7 reviews
5 star
3
4 star
2
3 star
2
2 star
0
1 star
0

Hey there! Start your review of maxmasnick.com

AVERAGE USER RATING

Write a Review

WEBSITE PREVIEW

Desktop Preview Tablet Preview Mobile Preview

LOAD TIME

0.5 seconds

FAVICON PREVIEW

  • maxmasnick.com

    16x16

CONTACTS AT MAXMASNICK.COM

Contact Privacy Inc. Customer 0134449746

Contact Privacy Inc. Customer 0134449746

96 M●●●● Ave

To●●to , ON, M6K 3M1

CA

1.41●●●●5457
ma●●●●●●●●●●●●@contactprivacy.com

View this contact

Contact Privacy Inc. Customer 0134449746

Contact Privacy Inc. Customer 0134449746

96 M●●●● Ave

To●●to , ON, M6K 3M1

CA

1.41●●●●5457
ma●●●●●●●●●●●●@contactprivacy.com

View this contact

Contact Privacy Inc. Customer 0134449746

Contact Privacy Inc. Customer 0134449746

96 M●●●● Ave

To●●to , ON, M6K 3M1

CA

1.41●●●●5457
ma●●●●●●●●●●●●@contactprivacy.com

View this contact

Login

TO VIEW CONTACTS

Remove Contacts

FOR PRIVACY ISSUES

DOMAIN REGISTRATION INFORMATION

REGISTERED
2007 June 01
UPDATED
2014 January 22
EXPIRATION
EXPIRED REGISTER THIS DOMAIN

BUY YOUR DOMAIN

Network Solutions®

DOMAIN AGE

  • 18

    YEARS

  • 0

    MONTHS

  • 8

    DAYS

NAME SERVERS

1
ns-1283.awsdns-32.org
2
ns-1730.awsdns-24.co.uk
3
ns-488.awsdns-61.com
4
ns-566.awsdns-06.net

REGISTRAR

TUCOWS DOMAINS INC.

TUCOWS DOMAINS INC.

WHOIS : whois.tucows.com

REFERRED : http://domainhelp.opensrs.net

CONTENT

SCORE

6.2

PAGE TITLE
Max Masnick | maxmasnick.com Reviews
<META>
DESCRIPTION
The personal website of Max Masnick. I am an epidemiologist and software developer. I write about technology and public health.
<META>
KEYWORDS
1 max
2 max masnick
3 masnick
4 epidemiologist
5 epidemiology
6 technology
7 productivity
8 health
9
10 coupons
CONTENT
Page content here
KEYWORDS ON
PAGE
living in denver,devil,blog,projects,colophon
SERVER
Apache
CONTENT-TYPE
utf-8
GOOGLE PREVIEW

Max Masnick | maxmasnick.com Reviews

https://maxmasnick.com

The personal website of Max Masnick. I am an epidemiologist and software developer. I write about technology and public health.

SUBDOMAINS

protips.maxmasnick.com protips.maxmasnick.com

Dev pro tips

Documentation of fixes for programming/computing annoyances. Hide all gifs with CSS. Img[src*="gif"] { display: none; }. Get SHA1 hash for every file in a folder on OS X. Cd path/to/folder ls * xargs openssl sha1. Python: Get git hash for the last commit modifying the current folder. From os import path p = path.dirname(path.abspath( file ) hash = subprocess.check output(["git", "rev-list", "-1", "HEAD", "./"], cwd=p).strip(). Querying MySQL from Stata. Step 0: Install the ODBC driver. In the past I’ve u...

INTERNAL PAGES

maxmasnick.com maxmasnick.com
1

Projects – Max Masnick

https://www.maxmasnick.com/projects

Here’s what I’ve been up to. A quick, open-source replacement for a service like FormKeep. Which can run for free using Heroku. A tool for fixing the formatting of SAS output so it can be used in presentations, emailed, etc. without funny characters or unnecessary white space. A rubygem that makes it easier to output pretty tables with Stata. Useful but not for the faint of heart. SciPy Tips and Snippets. I’ve documented how to do basic data analysis tasks in the scientific python stack. Please see my CV.

2

Curriculum vitae – Max Masnick

https://www.maxmasnick.com/cv

Updated July 17, 2016. From University of Maryland Baltimore. UX research and data presentation optimization for public health information. Assessing and Improving Patient Understanding of Publicly Reported Healthcare-Associated Infection-Related Hospital Quality Measures. Statistics, study design and epidemiological methods, survey methods, causal inference, clinical trials. BA in Public Policy. Data Scientist, 2016 - present. Software Development and Data Analysis Consulting. Infect Control Hosp Epidem...

3

Blog – Max Masnick

https://www.maxmasnick.com/blog

I write here about public health. If you're looking for somewhere to start. I've written series of posts on teaching statistics and scientific computing. Building websites and blogs. Please subscribe via email or RSS. To get notified of new posts. Otherwise, here are all my posts from newest to oldest:. Really, It Doesn't Matter What Todo System You Use. Notes from You Suck at Excel with Joel Spolsky. Tips and best practices from an Excel expert's YouTube video. I learned a ton from this. I've collected ...

UPGRADE TO PREMIUM TO VIEW 0 MORE

TOTAL PAGES IN THIS WEBSITE

3

LINKS TO THIS WEBSITE

protips.maxmasnick.com protips.maxmasnick.com

Python: Get git hash for the last commit modifying the current folder - Dev pro tips

http://protips.maxmasnick.com/python-get-git-hash-for-the-last-commit-modifying-the-current-folder

Documentation of fixes for programming/computing annoyances. Laquo; Back to blog. Python: Get git hash for the last commit modifying the current folder. From os import path p = path.dirname(path.abspath( file ) hash = subprocess.check output(["git", "rev-list", "-1", "HEAD", "./"], cwd=p).strip(). We'll email you when there are new posts here. You're following this blog. Unfollow. Enter your email address to get email alerts about new posts on this site. Unsubscribe anytime. Email address is invalid.

protips.maxmasnick.com protips.maxmasnick.com

Dev pro tips

http://protips.maxmasnick.com/tag/OS%20X

Documentation of fixes for programming/computing annoyances. Laquo; Back to blog. Move newest file in Downloads folder to the frontmost Finder window. Here's what you do:. Open the folder where you want to move your newest download in Finder. Trigger the shell script below. The file will magically be moved! You'll even get a Notification Center notification. Triggering the shell script. I use an AppleScript saved as a .app and triggered with LaunchBar. Here's the AppleScript:. Go to Tools Show Inspector.

protips.maxmasnick.com protips.maxmasnick.com

Hide all gifs with CSS - Dev pro tips

http://protips.maxmasnick.com/hide-all-gifs-with-css

Documentation of fixes for programming/computing annoyances. Laquo; Back to blog. Hide all gifs with CSS. Img[src*="gif"] { display: none; }. We'll email you when there are new posts here. You're following this blog. Unfollow. Enter your email address to get email alerts about new posts on this site. Unsubscribe anytime. Email address is invalid. Add Website URL ». Notify me by email when new comments are added.

protips.maxmasnick.com protips.maxmasnick.com

Dev pro tips

http://protips.maxmasnick.com/tag/applescript

Documentation of fixes for programming/computing annoyances. Laquo; Back to blog. TextExpander Snippet: Path to Selected Finder Item. Thanks to this post on the Keyboard Maestro forum. Right click on any Finder item, then hold Option. Copy becomes Copy as Pathname! Thanks @anatomyofashane - you are a genius.). AppleScript: Close all Finder windows except the front one. AppleScript: Save Clipboard to Text File. AppleScript to open a new Safari window directly to the compose page in FastMail. Tell applicat...

protips.maxmasnick.com protips.maxmasnick.com

Dev pro tips

http://protips.maxmasnick.com/tag/bash

Documentation of fixes for programming/computing annoyances. Laquo; Back to blog. Move newest file in Downloads folder to the frontmost Finder window. Here's what you do:. Open the folder where you want to move your newest download in Finder. Trigger the shell script below. The file will magically be moved! You'll even get a Notification Center notification. Triggering the shell script. I use an AppleScript saved as a .app and triggered with LaunchBar. Here's the AppleScript:. Browse the Archive ».

protips.maxmasnick.com protips.maxmasnick.com

Move newest file in Downloads folder to the frontmost Finder window - Dev pro tips

http://protips.maxmasnick.com/move-newest-file-in-downloads-folder-to-the-frontmost-finder-window

Documentation of fixes for programming/computing annoyances. Laquo; Back to blog. Move newest file in Downloads folder to the frontmost Finder window. Here's what you do:. Open the folder where you want to move your newest download in Finder. Trigger the shell script below. The file will magically be moved! You'll even get a Notification Center notification. Triggering the shell script. I use an AppleScript saved as a .app and triggered with LaunchBar. Here's the AppleScript:. Email address is invalid.

protips.maxmasnick.com protips.maxmasnick.com

Switching from TextExpander to Keyboard Maestro - Dev pro tips

http://protips.maxmasnick.com/switching-from-textexpander-to-keyboard-maestro

Documentation of fixes for programming/computing annoyances. Laquo; Back to blog. Switching from TextExpander to Keyboard Maestro. The makers of TextExpander recently changed their pricing model. With the release of v6 from paying once for each version to a subscription. I have no problem paying for software that makes me more productive, as TextExpander certainly does. However, v6 of TextExpander started inserting non-breaking spaces. With fairly frequent beachballs and freezes. Is general-purpose Mac a...

UPGRADE TO PREMIUM TO VIEW 26 MORE

TOTAL LINKS TO THIS WEBSITE

33

OTHER SITES

maxmask.net maxmask.net

M A X M A S K

maxmaskevich.com maxmaskevich.com

Movable Type Publishing Platform

Welcome to Movable Type, the professional publishing platform. Sign in to Movable Type. If you are just starting with Movable Type, you may want to review the installation/upgrade guide posted on the Movable Type documentation site. And view the Movable Type System Check. To make sure that your system has what it needs. Willkommen zu Movable Type, der professionellen Publishing-Plattform. Bei Movable Type anmelden. Und nutzen Sie die Movable Type-Systemüberprüfung. Iniciar sesión en Movable Type. Welkom ...

maxmaski.blogspot.com maxmaski.blogspot.com

Maxmaski

Bienvenido a este gran portal de ocio: chistes, diario casero, libro casero. Buena opción haver entrado aqui! Si quieres comentar alguna página, solo hace falta que estés en ella i le des a donde pone el nombre de comentarios. Ejemplo: 0 comments. Entra a la página particular de Maski: Maskiland! Tutoriales, ocio, diversión. Entra a la web de la minicompañia URCreditosGratis! Create your own video slideshow. Mis videos del youtube (Maskkk666) Apodo Maski. SUBE UN ARCHIVO QUE QUIERAS PONER A INTERNET AQUI.

maxmaslansky.com maxmaslansky.com

Max Maslansky | Artist

Beginning An Art Collection. Beginning An Art Collection. Recognize what type of art you like. The following strategies can assist you determine exactly what that is:. 2 See your library and discover an art history book that covers a minimum of four centuries of art from numerous different countries. Use sticky notes to mark your favorite pieces. Again, search for common elements to identify what you like the very best. 6Subscribe to publications that focus on the type of art you wish to collect. 2 Discu...

maxmaslansky.info maxmaslansky.info

Max Maslansky Homeland Insecurity

maxmasnick.com maxmasnick.com

Max Masnick

Hi, I'm Max Masnick. I'm a data scientist and software developer. I have a PhD in epidemiology. From University of Maryland Baltimore. And I've been a Blue. Since 1994. I currently work at Hospital IQ.

maxmasolutions.ch maxmasolutions.ch

MAXMA SOLUTIONS SA

maxmason.com maxmason.com

MAX MASON

maxmason.deviantart.com maxmason.deviantart.com

MaxMason (Max Mason) - DeviantArt

Window.devicePixelRatio*screen.width 'x' window.devicePixelRatio*screen.height) :(screen.width 'x' screen.height) " class="mi". Window.devicePixelRatio*screen.width 'x' window.devicePixelRatio*screen.height) :(screen.width 'x' screen.height) ". Join DeviantArt for FREE. Forgot Password or Username? Deviant for 5 Years. This deviant's full pageview. Last Visit: 19 weeks ago. This is the place where you can personalize your profile! By moving, adding and personalizing widgets. Why," you ask? May 16, 2013.

maxmason.ru maxmason.ru

© Created by MaxMason

1054;бработка фотографии на примере фото Екатерины Кузнецовой. 1057;офт: Adobe Photoshop CC. X3cdiv id= 'tumblr video container 125132784472 ' class= 'tumblr video container ' style= 'width:500px;height:308px; ' x3e x3ciframe src= 'https:/ www.tumblr.com/video/max7sme/125132784472/500/ ' style= 'display:block;background-color:transparent;overflow:hidden ' class= 'embed iframe tumblr video iframe ' scrolling= 'no ' frameBorder= '0 ' data-can-gutter data-can-resize data-width= '500 ' data-height= '...

maxmasonart.wordpress.com maxmasonart.wordpress.com

Max Mason | Drawings, sketches and illustrations.

Drawings, sketches and illustrations. 4 of) band of 12. October 2, 2010. October 2, 2010. October 2, 2010. Just found these rather peculiar drawings from back along under the bed during a clearout this weekend! I’m finding them quite disturbing. September 15, 2010. Carrie Brownstein (sleater kinney) , Poison Ivy (Cramps), Allison Robertson (Donnas). Poster for Lin Sangster. August 31, 2010. August 31, 2010. El Toro poster for Supernormal (supernopmal). August 31, 2010. Studies for crow animatic.