Plans and pricing : PythonAnywhere We guarantee a certain amount of computing capacity for your web app, but how many hits/day you can get out of that depends on you. If you write a website that does tons of calculations for every request then you won't be able to handle as many hits per day as our estimate. If you write a super-efficient one using a lightweight framework, you'll be able to handle more. Our estimates are based on real-world websites that we host, like web2py.com, so we're confident that they're a good indicator of what a typical website will be able to handle. How it works, under the hood The web app compute capacity is defined by the number of web workers associated with your app. For sites without a lot of traffic — even if they have a lot of users accessing pages occasionally — one web worker is enough. Making things faster with static files
Kindling. Innovation software people enjoy using. Setting your username in Git Git uses your username to associate commits with an identity. The git config command can be used to change your Git configuration, including your username. You can also cache your GitHub password in Git. The git config command takes two arguments: The setting you want to change--in this case, user.name.Your new name, for example, Billy Everyteen To set your username for a specific repository, enter the following command in the root folder of your repository: git config user.name "Billy Everyteen"# Set a new namegit config user.name# Verify the settingBilly Everyteen To set your username for every repository on your computer: Navigate to your repository from a command-line prompt.Set your username with the following command. git config --global user.name "Billy Everyteen"Confirm that you have set your username correctly with the following command. git config --global user.nameBilly Everyteen To set your username for a single repository: Troubleshooting My name doesn't show up on GitHub
Skitch Trek aandacht Snelle focus op wat belangrijk is met gebruik van annotaties en markeringen. Zeg het met minder woorden Maak jouw punt met vormen, pijlen en snelle tekeningen. Verplaats projecten naar voren Gebruik Skitch op je pc, tablet en telefoon om feedback te geven en ideeën te delen. Git Cheat Sheet There are too many Git commands (with too many options and parameters) to know them all by heart. And even with a strong desktop GUI like Tower to support you, there might still be times when you have to work with Git on the Command Line. That's why we've created a helpful Cheat Sheet for Git - free for you to download! It contains the most important commands and workflows on the front and offers some helpful "Version Control Best Practices" on the back. Available in English | Deutsch | Español | Português | العربية | Chinese. Download the Cheat Sheet Get 8 of our most popuplar Cheat Sheets in one handy ZIP!
Olive: Conquer Stress. Be Stellar. Your personal guide to conquering stress in a simple bracelet. Stress can be conquered Stress can keep us from being our best. It impacts the way we think, feel, and interact with the world. We all struggle with it because it can be hard to understand, hard to notice, and hard to find solutions that work for every individual. That's why Olive is putting science and technology to work for you. Olive sits comfortably and discreetly on your wrist and monitors stress-related data in the background. Tracks physical indicators of stress based on changes in heart rate, reactions in your skin, and trends in skin temperatureAnalyzes habits that contribute to stress like your physical activity, sleep, and exposure to lightTalks with your smartphone to understand your lifestyle through your calendar, your location, and other available data Olive is your personal guide to stress. Stress is something that is intimate, but we want you to be proud of the fact that you’re conquering it. Sensor technology
Anaconda — Continuum documentation Installation Instructions Linux Install These instructions explain how to install Anaconda on a Linux system. After downloading the Anaconda installer, run the following command from a terminal: $ bash Anaconda-2.x.x-Linux-x86[_64].sh After accepting the license terms, you will be asked to specify the install location (which defaults to ~/anaconda). Note: You do NOT need root privileges to install Anaconda, if you select a user writable install location, such as ~/anaconda.* After the self extraction is finished, you should add the anaconda binary directory to your PATH environment variable. As all of Anaconda is contained in a single directory, uninstalling Anaconda is easy (you simply remove the entire install location directory). Mac Install These instructions, explain how to install Anaconda on a 64-bit Mac OS X (10.5 and higher) system. After downloading the Anaconda installer, run the following command from a terminal, replacing 2.x.x with your version number: Windows Install Support
Hubble Tourist.js Tourist.js is a simple library for creating guided tours through your app. It's better suited to complex, single-page apps than websites. Our main requirement was the ability to control the interface for each step. Installation The code is available via bower install tourist or on github. Get started quickly Specify steps explaining elements to point at and what to say. Example Hey look at me! No look at me! Powerful Tourist was designed for complex apps rather than websites. control the interface for each step move to the next step only after the user completes a specific task Just use the setup() and teardown() functions in your step options. Dependencies Tourist depends on Backbone and jQuery. Tourist comes with the ability to use either Bootstrap popovers (default) or QTip2 tips, so you'll need either Bootstrap 3 CSS (only the CSS is necessary!)
WhatFont Tool - The easiest way to inspect fonts in webpages « Chengyin Liu ← Back to Chengyin's main page What is the easiest way to find out the fonts used in a webpage? Firebug or Webkit Inspector? No, that's too complicated. It should be just a click away. Hence I wrote WhatFont, with which you can easily get font information about the text you are hovering on. To embrace the new web font era, WhatFont also detects services used for serving the font. Font name? Want to know more? Want the font? Want to share your discovery? ← Drag this to your bookmark bar to install On any webpage, click your WhatFont bookmark to use the tool. Full support: Firefox 3.6+, Chrome 9+, Safari 4+, Internet Explorer 9. Limited support: Internet Explorer 8. ↑Install the extension from Chrome Web Store. On any webpage, click WhatFont button to use the tool. Download Now After downloading, open the extension file to install. The quick brown fox jumps over the lazy dog. Email chengyin.liu@gmail.com Twitter @chengyinliu The tool should auto-update itself. Hosted on Github