Search:

Type: Posts; User: Wido

Page 1 of 3 1 2 3

Search: Search took 0.01 seconds.

  1. dotnet sonarscanner did not find java but JAVA_HOME exists. Tried jre 11,13, 17 on ub

    Hello, everyone! I am starting proper command

    ~/project$ /usr/bin/dotnet sonarscanner end /d:sonar.login="admin" /d:sonar.password="user"

    and got the java error on ubuntu 20.04.3

    ...
  2. #include #include #include...

    #include <stdio.h>#include <stdlib.h> #include <stdbool.h>#include <iso646 - Pastebin.com - tag CODE got an error.


    Reallocation fails. Why?
  3. It is not clear in the part of memset meaning. Is...

    It is not clear in the part of memset meaning. Is it really that I can assign struct field by field using strcpy if it contains strings only? I've added some perfect magic with your recommendation...
  4. Non-whitespace in-file sequences counter using own hashtable

    main.c:

    #include <stdio.h>
    #include <stdlib.h>
    #include <stdbool.h>
    #include <iso646.h>
    #include <string.h>
    #include <ctype.h>
    #include <stdint.h>
    #include <time.h>
  5. FastCGI scenario to write Content-Type header of request to a textfile

    My code: #include <fcgi_stdio.h>#include <stdlib.h>int main(void){ int l - Pastebin.com
    Used library GitHub - FastCGI-Archives/fcgi2: FastCGI.com fcgi2 Development Kit fork from...
  6. Replies
    1
    Views
    1,671

    Why this code wrote empty file?

    #include <fcgi_stdio.h>
    #include <stdlib.h>
    #include <fcntl.h>
    #include <sys/types.h>
    #include <sys/stat.h>

    int main(void)
    {

    int count = 0;
  7. I have found llhttp project but still do not...

    I have found llhttp project but still do not understand how to use it for parsing multipart/form-data. Please, help.
  8. How to read uploaded file.avi from multipart/form-data?

    Hi, guys!
    Is there any solution RFC compliant in Cto perform this parsing with example provided? Thank you for any responses.
  9. Replies
    0
    Views
    2,414

    FastCGI on Linux using Lighttpd

    Lighttpd.conf:

    script.fcgi

    #include <fcgi_stdio.h> int main (void) { while (FCGI_Accept() >= 0) { printf("Content-type: text/html\r\n\r\n" "<!DOCTYPE...
  10. Replies
    3
    Views
    2,657

    Object-oriented programming using C

    Hi, guys!
    I read that there are many problems with code editing in large C programs. How to avoid it? Could I use OOP in C and how? Thank you.
  11. Please, find vulnerabilities and comment my code

    Hello, guys!
    Please check my project GitHub - aslot/rice: Simple fast C# asp.net core forum for vulnerabilities and comment on how to beautify it. Thank you.
  12. Replies
    2
    Views
    2,604

    What should I learn after C standard syntax?

    Hi, guys!
    What would you strongly recommend to learn after standard C syntax usage? Thank you very much.
  13. Replies
    2
    Views
    2,859

    How to write an real time program in C?

    How to implement real time system in C? What rules do I need to consider? Thank you.
  14. Replies
    2
    Views
    64,188

    It is too hard code to me now. But I am trying.

    It is too hard code to me now. But I am trying.
  15. Replies
    2
    Views
    64,188

    What web server is faster?

    Hello, guys!
    Could you look into libscgi and libtcgi code and say which one seems to be faster web server with dynamic content without load testing? Thank you.
  16. I understand that fact but I need a good...

    I understand that fact but I need a good performance using weak hardware.
  17. What is the fastest way to master all C syntax and features of latest standard?

    Hello, all!
    My C diving progress is very slow. I want to use C for web development. Could anyone give an advice on how to learn faster? Thanks.
  18. Best safe C programming competitive recommendations for that moment

    Hi, guys!
    Today we have several C substitutes but C will never die. What could you recommend to read or give just your own practice recommendations to code safe applications in C without common...
  19. Replies
    4
    Views
    5,624

    Hi! I found freeglut and drawed a window. Some...

    Hi!
    I found freeglut and drawed a window. Some people do not recommend it here: opengl - What alternatives to GLUT exist? - Game Development Stack Exchange
    I want to use a tool that could assist me...
  20. Replies
    1
    Views
    2,970

    Best way to learn Git

    Hi, guys!
    I need to know Git very well for a work. What is the best way to learn Git on my PC?
    Thanks a lot.
  21. Replies
    4
    Views
    5,624

    Free 3D graphics libraries with C API

    Hello, all! What free libraries are most popular and have biggest communities? Which of them could I use in C program?
  22. How to check written in C function from library for thread safety?

    Hello! I want to use an external open source library function in my C code. How do I check it before using from multiple pthreads? Thank you.
  23. C language FastCGI program with Nginx returns Empty response

    Hello, guys!
    I am trying to use fastCGI. Could anyone help me start program posted here via browser? C language FastCGI with Nginx - Stack Overflow
    It returns correct response with cgi-fcgi but...
  24. Replies
    6
    Views
    5,715

    What does pipeline word mean?

    What does pipeline word mean?
  25. Replies
    0
    Views
    2,879

    FastCGI script in C for HTTP/2

    Hello, all!
    I found this page: lighttpd-fastcgi-c/hello_fastcgi.c at master * jerryvig/lighttpd-fastcgi-c * GitHub
    I guess it is for http/1.1. Could you help me on how to write FastCGI code for...
Results 1 to 25 of 51
Page 1 of 3 1 2 3