filename
has to be relative to where you are…
when I run, "exercism configure --token=acb453f1-44bc-4aee-8ea6-54d569ff64c4" getting an error that "Error: The base API URL 'https://api.exercism.io/v1' cannot be reached.
Get https://api.exercism.io/v1/ping: dial tcp: lookup api.exercism.io: no such host"
api.exercism.io
, are you probably behind a proxy?
file ~/bin/exercism
and check the output if the binary has been built for linux and your CPUs architecture
Hey guys,
Not particularly a support question, but hopefully someone can drop some suggestions.
I've recently started learning PHP and was wondering if you could suggest some simple beginner projects to actually build something. Preferably no CMS involved and pure vanilla PHP. I find it difficult to find ideas on the web that don't in anyway involve wordpress or jquery or similar stuff.
Would appreciate some guidance :) Thanks
find
or du
are those I tend to re-implement quite often as a learning experience.