search for: furl

Displaying 12 results from an estimated 12 matches for "furl".

Did you mean: full
2025 Jun 02
1
Specifying a long string literal across several lines
....R#L19-L56 > > In order to prevent R CMD check notes I have to use `paste0()` to > concatenate long URLs. If we were able to use `\` to > separate the string across multiple lines, it would make the solution > much nicer! It may be a matter of taste. To me the current form #' furl <- paste0( #' "https://services3.arcgis.com/ZvidGQkLaDJxRSJ2/arcgis/rest/services/", #'?? "PLACES_LocalData_for_BetterHealth/FeatureServer/0" #' ) #' would be actually clearer than say this: #' # FeatureLayer #' furl <- "https://services3.ar...
2025 Jun 02
1
Specifying a long string literal across several lines
...o prevent R CMD check notes I have to use `paste0()` to > > concatenate long URLs. If we were able to use `\` to > > separate the string across multiple lines, it would make the solution > > much nicer! > > It may be a matter of taste. To me the current form > > #' furl <- paste0( > #' "https://services3.arcgis.com/ZvidGQkLaDJxRSJ2/arcgis/rest/services/", > #' "PLACES_LocalData_for_BetterHealth/FeatureServer/0" > #' ) > #' > > would be actually clearer than say this: > > #' # FeatureLayer > #&...
2025 Jun 02
2
Specifying a long string literal across several lines
...t;> > concatenate long URLs. If we were able to use `\` to > >> > separate the string across multiple lines, it would make the solution > >> > much nicer! > >> > >> It may be a matter of taste. To me the current form > >> > >> #' furl <- paste0( > >> #' "https://services3.arcgis.com/ZvidGQkLaDJxRSJ2/arcgis/rest/services/", > >> #' "PLACES_LocalData_for_BetterHealth/FeatureServer/0" > >> #' ) > >> #' > >> > >> would be actually clearer...
2025 Jun 02
2
Specifying a long string literal across several lines
...I have to use `paste0()` to >> > concatenate long URLs. If we were able to use `\` to >> > separate the string across multiple lines, it would make the solution >> > much nicer! >> >> It may be a matter of taste. To me the current form >> >> #' furl <- paste0( >> #' "https://services3.arcgis.com/ZvidGQkLaDJxRSJ2/arcgis/rest/services/", >> #' "PLACES_LocalData_for_BetterHealth/FeatureServer/0" >> #' ) >> #' >> >> would be actually clearer than say this: >> >&g...
2025 Jun 02
2
Specifying a long string literal across several lines
...enate long URLs. If we were able to use `\` to >>>>> separate the string across multiple lines, it would make the solution >>>>> much nicer! >>>> >>>> It may be a matter of taste. To me the current form >>>> >>>> #' furl <- paste0( >>>> #' "https://services3.arcgis.com/ZvidGQkLaDJxRSJ2/arcgis/rest/services/", >>>> #' "PLACES_LocalData_for_BetterHealth/FeatureServer/0" >>>> #' ) >>>> #' >>>> >>>> would b...
2025 Jun 02
1
Specifying a long string literal across several lines
Tomas, Here is a good example of where this functionality would be useful: https://github.com/R-ArcGIS/arcgislayers/blob/2b29f4c254e7e5a1dadce8d4b0015a70dfae39d4/R/arc-open.R#L19-L56 In order to prevent R CMD check notes I have to use `paste0()` to concatenate long URLs. If we were able to use `\` to separate the string across multiple lines, it would make the solution much nicer! On Mon, Jun
2015 Dec 22
0
Announcing release for Perl 5.16 and 5.20 on CentOS Linux 7 x86_64 SCL
...tall centos-release-scl $ sudo yum install rh-perl520 $ scl enable rh-perl520 bash At this point you should be able to use perl just as a normal application. Examples of commands run might be: $ perl my-app.pl $ sudo yum install rh-perl520-perl-CPAN make $ sudo cpan App::cpanminus $ sudo cpanm -n Furl In order to view the individual components included in this collection, including additional Perl modules, you can run: $ sudo yum list rh-perl520\* About Software Collections -------------------------- Software Collections give you the power to build, install, and use multiple versions of soft...
2015 Dec 22
0
Announcing release for Perl 5.16 and 5.20 on CentOS Linux 6 x86_64 SCL
...e-scl $ sudo yum install rh-perl520 $ scl enable rh-perl520 bash At this point you should be able to use perl just as a normal application. Examples of commands run might be: $ perl my-app.pl $ sudo yum install rh-perl520-perl-CPAN make $ sudo cpan App::cpanminus $ sudo cpanm -n Furl In order to view the individual components included in this collection, including additional Perl modules, you can run: $ sudo yum list rh-perl520\* About Software Collections -------------------------- Software Collections give you the power to build, install, and use multiple versions of s...
2018 Jun 12
0
Announcing release of Perl 5.26 on CentOS 7 x86_64
...software collection: $ scl enable rh-perl526 bash At this point you should be able to use perl just as a normal application. Some examples of new available commands follow: $ perl my-app.pl $ sudo yum install rh-perl526-perl-CPAN make $ sudo cpan App::cpanminus $ sudo cpanm -n Furl This collections is CentOS-based rebuild built by SCLo SIG community, and the packages have been available in Red Hat Software Collections 3.1 for RHEL: https://access.redhat.com/documentation/en-us/red_hat_software_collections/3/html/3.1_release_notes/ So, for RHEL-based builds, follow the ste...
2013 Feb 04
0
not able to connect to windows machine
...workgroup = "igatecorp"; m_maxLenWorkgroup = 100; m_maxlenUsername = 100; m_maxLenPassword =100; m_pusername = "abc"; m_pPassword = "1"; } smbc_init( get_auth_data_fn, l_ndebug ); Int smbc_open(const char *furl, int flags, mode_t mode); But it is giving following debugt errors: START INIT INFO: Current debug levels: all: 50 tdb: 50 printdrivers: 50 lanman: 50 smb: 50 rpc_parse: 50 rpc_srv: 50 rpc_cli: 50 passdb: 50 sam: 50 auth: 50 winbind: 50 vfs: 50 idmap: 50 quota: 50...
2015 Dec 23
0
CentOS-announce Digest, Vol 130, Issue 11
...tall centos-release-scl $ sudo yum install rh-perl520 $ scl enable rh-perl520 bash At this point you should be able to use perl just as a normal application. Examples of commands run might be: $ perl my-app.pl $ sudo yum install rh-perl520-perl-CPAN make $ sudo cpan App::cpanminus $ sudo cpanm -n Furl In order to view the individual components included in this collection, including additional Perl modules, you can run: $ sudo yum list rh-perl520\* About Software Collections -------------------------- Software Collections give you the power to build, install, and use multiple versions of soft...
2018 Jun 13
0
CentOS-announce Digest, Vol 160, Issue 2
...software collection: $ scl enable rh-perl526 bash At this point you should be able to use perl just as a normal application. Some examples of new available commands follow: $ perl my-app.pl $ sudo yum install rh-perl526-perl-CPAN make $ sudo cpan App::cpanminus $ sudo cpanm -n Furl This collections is CentOS-based rebuild built by SCLo SIG community, and the packages have been available in Red Hat Software Collections 3.1 for RHEL: https://access.redhat.com/documentation/en-us/red_hat_software_collections/3/html/3.1_release_notes/ So, for RHEL-based builds, follow the ste...