
maxmasnick.com
Max MasnickThe personal website of Max Masnick. I am an epidemiologist and software developer. I write about technology and public health.
http://www.maxmasnick.com/
The personal website of Max Masnick. I am an epidemiologist and software developer. I write about technology and public health.
http://www.maxmasnick.com/
TODAY'S RATING
>1,000,000
Date Range
HIGHEST TRAFFIC ON
Monday
LOAD TIME
0.5 seconds
16x16
Contact Privacy Inc. Customer 0134449746
Contact Privacy Inc. Customer 0134449746
96 M●●●● Ave
To●●to , ON, M6K 3M1
CA
View this contact
Contact Privacy Inc. Customer 0134449746
Contact Privacy Inc. Customer 0134449746
96 M●●●● Ave
To●●to , ON, M6K 3M1
CA
View this contact
Contact Privacy Inc. Customer 0134449746
Contact Privacy Inc. Customer 0134449746
96 M●●●● Ave
To●●to , ON, M6K 3M1
CA
View this contact
18
YEARS
0
MONTHS
8
DAYS
TUCOWS DOMAINS INC.
WHOIS : whois.tucows.com
REFERRED : http://domainhelp.opensrs.net
PAGES IN
THIS WEBSITE
3
SSL
EXTERNAL LINKS
33
SITE IP
208.94.116.93
LOAD TIME
0.525 sec
SCORE
6.2
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.
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...
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.
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...
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 ...
TOTAL PAGES IN THIS WEBSITE
3
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.
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.
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.
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...
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 ».
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.
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...
TOTAL LINKS TO THIS WEBSITE
33
M A X M A S K
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
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.
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...
Max Maslansky Homeland Insecurity
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.
MAXMA SOLUTIONS SA
MAX MASON
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.
© 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= '...
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.