This is just some stencils I created for myself to draw FMC (http://www.fmc-modeling.org/) diagrams with draw.io.
Here is how they look:
This is just some stencils I created for myself to draw FMC (http://www.fmc-modeling.org/) diagrams with draw.io.
Here is how they look:
| #!/usr/bin/env python | |
| # coding: utf-8 | |
| """ | |
| A simple argparse helper. | |
| Features: | |
| ========= | |
| * Make nesting commands more elegant and easy to write. | |
| * Without lose argparse's ability (means you can refactor current code) |
This is just some stencils I created for myself to draw FMC (http://www.fmc-modeling.org/) diagrams with draw.io.
Here is how they look:
| %% Copyright 2020 Alexander Yakushev | |
| % | |
| % This work may be distributed and/or modified under the | |
| % conditions of the LaTeX Project Public License, either version 1.3 | |
| % of this license or (at your option) any later version. | |
| % The latest version of this license is in | |
| % http://www.latex-project.org/lppl.txt | |
| % and version 1.3 or later is part of all distributions of LaTeX | |
| % version 2005/12/01 or later. | |
| % |
| # This will give all the ICSE2015/2016 papers filenames extracted from the titles of the PDF metadata, | |
| # and put them in a folder on your desktop. It's been tested on OSX and depends on wget and pdfinfo, | |
| # available via the macports xpdf package on pre-Yosemite OSX, and here for Yosemite users: | |
| # | |
| # ftp://ftp.foolabs.com/pub/xpdf/xpdfbin-mac-3.04.tar.gz | |
| # | |
| # It's a manual install, unfortunately, but I trust you're geared up for that. | |
| # | |
| # The username and password are available from these public-facing pdfs: | |
| # http://atlantis.isti.cnr.it/ICSE2015ProgramBrochureOnLineVersion.pdf (2015 - icse15/conf15) |
| #!/usr/bin/env bash | |
| # | |
| # Originally from https://gist.github.com/IanVaughan/2902499 | |
| # | |
| # authors: Ian Vaughan | |
| # Jacob Zimmerman | |
| # | |
| # usage: uninstall_gems [<version> ...] | |
| # | |
| # examples: |
| import csv | |
| import itertools | |
| import os | |
| import subprocess | |
| import sys | |
| import termios | |
| import tty | |
| CONFIG_FILE = 'videos.cfg' | |
| YOUTUBE = 'http://www.youtube.com/watch?v=%s' |
| MAKEFILE=$(lastword $(MAKEFILE_LIST)) | |
| # Simple set of make targets to create an msword-track-changes like | |
| # diff for tex, based on two versions committed in git. | |
| # | |
| # Copyright (c) Arie van Deursen, 2014. | |
| # Distributed under Apache License Version 2.0. | |
| # https://www.apache.org/licenses/LICENSE-2.0 | |
| # | |
| # Note: Either this Makefile should be the same in both the OLD and the NEW version, |
| # taken from user Albert's answer on StackOverflow | |
| # http://stackoverflow.com/questions/5292204/macosx-get-foremost-window-title | |
| # tested on Mac OS X 10.7.5 | |
| global frontApp, frontAppName, windowTitle | |
| set windowTitle to "" | |
| tell application "System Events" | |
| set frontApp to first application process whose frontmost is true | |
| set frontAppName to name of frontApp |
Since this is on Hacker News and reddit...
_t in my types. I spend a lot of time at a level where I can do that; "reserved for system libraries? I am the system libraries".char *s.type * name, however, is entirely intentional.