Skip to content

Instantly share code, notes, and snippets.

View maheshstms's full-sized avatar

Mahesh Siva S T maheshstms

  • Chennai, India
View GitHub Profile

Make it real

Ideas are cheap. Make a prototype, sketch a CLI session, draw a wireframe. Discuss around concrete examples, not hand-waving abstractions. Don't say you did something, provide a URL that proves it.

Ship it

Nothing is real until it's being used by a real user. This doesn't mean you make a prototype in the morning and blog about it in the evening. It means you find one person you believe your product will help and try to get them to use it.

Do it with style

Windows
-------
* Rails - The system cannot find the path specified (https://github.com/railsinstaller/railsinstaller-windows/issues/73)
Work arround - (In all bat files that has) A temporary fix is to replace any string containing @"C:\Users\emachnic\GitRepos\railsinstaller-windows\stage\Ruby2.2.0\bin\ruby.exe" with @"%~dp0ruby.exe" after the line with :WinNT.
@maheshstms
maheshstms / Windows commands.md
Last active May 11, 2016 12:36
Proxy setting

###Proxy setting

set http_proxy=http://your_proxy:your_port
set http_proxy=http://username:password@your_proxy:your_port
set https_proxy=https://your_proxy:your_port
set https_proxy=https://username:password@your_proxy:your_port

###Extract exe, eg. JDK EXE JDK is not available as a portable zip unfortunately. However, you can follow these steps: