Skip to content

Instantly share code, notes, and snippets.

View bvipul's full-sized avatar
🎯
Focusing

Vipul Basapati bvipul

🎯
Focusing
  • GlobalSignIn Pvt. Ltd.
  • Ahmedabad, India
  • X @bvipul9523
View GitHub Profile
@bvipul
bvipul / dropbox.txt
Created November 8, 2017 11:08
Install Dropbox
//install dropbox
cd ~ && wget -O - "https://www.dropbox.com/download?plat=lnx.x86_64" | tar xzf -
~/.dropbox-dist/dropboxd
@bvipul
bvipul / commands.txt
Last active October 9, 2017 11:33
composer file for phpspec dependencies
//For defining specTest Class using phpspec
//The Main Spec Class would be prompted to you when running below command
bin/phpspec describe primeFactors
//For running tests
bin/phpspec run
# Your init script
#
# Atom will evaluate this file each time a new window is opened. It is run
# after packages are loaded/activated and after the previous editor state
# has been restored.
#
# An example hack to log to the console when each text editor is saved.
#
# atom.workspace.observeTextEditors (editor) ->
# editor.onDidSave ->