Search results

View ( | next 20) (20 | 50 | 100 | 250 | 500)
  • import std.stdio, std.base64, std.net.curl, std.string; src = curl('http://rosettacode.org/favicon.ico'), ...
    87 KB (10,413 words) - 13:14, 14 April 2024
  • The only pre-requisites other than bash are curl and jq, which is called at least five times. curl -Ss "${baseuri}${cat}&format=json&cmlimit=500${cmcontinue}" > "$tmpfile" ...
    151 KB (17,937 words) - 16:59, 12 May 2024
  • Using shared libraries for cURL and message hashing: <syntaxhighlight lang="zkl">var [const] MsgHash=Import("zklMsgHash"), Curl=Import("zklCurl"); ...
    85 KB (9,814 words) - 15:25, 14 April 2024
  • Using lib cURL: <syntaxhighlight lang="zkl">var CURL=Import("zklCurl"); ...
    64 KB (8,281 words) - 21:39, 14 June 2024
  • #include <curl/curl.h> void curl_request(CURL *curl, char *url, mem *response); ...
    258 KB (30,006 words) - 15:37, 3 June 2024
  • csv=externstr("curl 'https://raw.githubusercontent.com/jpatokal/openflights/master/data/airport PROGRAM 'curl "https://raw.githubusercontent.com/jpatokal/openflights/master/data/airport ...
    106 KB (11,017 words) - 13:56, 28 December 2023
  • call.external:'curl "curl_version" .expect: :string [] print ["curl version:" getCurlVersion]</syntaxhighlight> ...
    82 KB (10,773 words) - 11:55, 17 November 2023
  • /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" ...
    34 KB (4,336 words) - 15:38, 9 February 2024
  • Uses shared library cURL. <syntaxhighlight lang=zkl>var [const] CURL=Import("zklCurl"), ...
    131 KB (16,552 words) - 12:02, 3 February 2024
  • <syntaxhighlight lang="zkl">var Curl=Import.lib("zklCurl"); Curl.urlDecode("http%3A%2F%2Ffoo%20bar%2F");</syntaxhighlight> ...
    62 KB (8,113 words) - 21:36, 14 June 2024
  • // For remote uses like curl ...
    73 KB (9,300 words) - 12:15, 15 May 2024
  • <pre>$ curl -Ls rosettacode.org | bf ">,[>,]<[<]>[.>]" ...
    82 KB (11,575 words) - 10:23, 16 June 2024
  • Uses [https://github.com/DLR-SC/tixi tixi library] (+ LibXML, curl as dependencies) ...
    138 KB (16,951 words) - 06:19, 15 June 2024
  • * The curl direction right or left can be a parameter instead of two separate routines * Recursively, a curl direction can be eliminated by noting the dragon consists of two copies of ...
    274 KB (31,192 words) - 11:37, 15 April 2024
  • <syntaxhighlight lang="sh">curl -Ss http://hello.world.com | jq .</syntaxhighlight> ...
    163 KB (25,174 words) - 17:49, 1 March 2024
  • <syntaxhighlight lang="zsh">curl "https://www.gutenberg.org/files/135/135-0.txt" | tr -cs A-Za-z '\n' | tr A ...
    172 KB (20,897 words) - 20:27, 13 June 2024
  • curl ...
    666 KB (72,448 words) - 12:57, 6 May 2015
View ( | next 20) (20 | 50 | 100 | 250 | 500)