Skip to content
 

Fun

Codepad e un site unde poti scrie cod direct in browser si il poti rula printr-o apasare de buton. Suporta C/C++, Python, Haskel, Ruby, Scheme, Tcl , Perl. Foarte util cand vrei sa scrii tampenii si n-ai unde.

Foloseste ca backend Amazon EC2

One Comment

  1. spyked says:

    #include “string.h”

    int main(void)
    {
    char *s = strdup (“Mi se pare că am mai văzut ceva de genul pe undeva, dar nu îmi mai aduc aminte exact unde.\nOricum, superbă idee.”);
    strcat (s,”\n\nOh well… :) ”);
    printf (“%s”,s);
    return 0;
    }

    /* Which gives me a new idea, şi anume C code highlighting în blog comments. */

Leave a Reply