Oskar Gewalli's blog articles

0
comment
on 10/6/2013 2:19 PM
I had some trouble running NuGet on ubuntu. I’m running an Ubuntu server. Turns out that you need to install certificates:<blockquote class="tr_bq"> mozroots –import –sync</blockquote> Otherwise NuGet will fail to decode the results when fetching packages over https.<div style="clear: both;"></div>
>> Read the full article
.
0
comment
on 9/21/2013 11:41 AM
I dusted off some old code that I’ve written to query the API provided by Skånetrafiken. I’ve also published it to rubygems. It’s quite nice to work with soap using ruby.
>> Read the full article
.
0
comment
on 9/21/2013 11:41 AM
I dusted off some old code that I’ve written to query the API provided by Skånetrafiken. I’ve also published it to rubygems. It’s quite nice to work with soap using ruby.
>> Read the full article
.
0
comment
on 9/21/2013 12:13 AM
Command line tools should do what people expect. It’s a bit chaotic to navigate how to parse command line parameters since there are many conventions.<ul> A single - to indicate a short parameter, that is: -a Two -- to indicate a long parameter, that is: --alpha A single / to indicate a parameter, that is: /alpha A single - to indicate a parameter, that is: -alpha A parameter followed by a space and then a value for that parameter: /alpha value A parameter followed by a = and then a value for that paramete[...]
>> Read the full article
.
0
comment
on 9/21/2013 12:13 AM
Command line tools should do what people expect. It’s a bit chaotic to navigate how to parse command line parameters since there are many conventions. A single - to indicate a short parameter, that is: -a Two – to indicate a long parameter, that is: –alpha A single / to indicate a parameter, that is: /alpha A single - to indicate a parameter, that is: -alpha A parameter followed by a space and then a value for that parameter: /alpha value A parameter followed by a = and then a value for that [...]
>> Read the full article
.
IntelliFactory Offices Copyright (c) 2011-2012 IntelliFactory. All rights reserved.
Home | Products | Consulting | Trainings | Blogs | Jobs | Contact Us | Terms of Use | Privacy Policy | Cookie Policy
Built with WebSharper