Skip to content

Instantly share code, notes, and snippets.

View bhardwaj75's full-sized avatar
👨‍💻
Focusing

Bhardwaj_75 bhardwaj75

👨‍💻
Focusing
View GitHub Profile
@bhardwaj75
bhardwaj75 / nodejs-cheatsheet.js
Created August 23, 2019 07:13 — forked from LeCoupa/nodejs-cheatsheet.js
Complete Node.js CheatSheet --> UPDATED VERSION --> https://github.com/LeCoupa/awesome-cheatsheets
/* *******************************************************************************************
* THE UPDATED VERSION IS AVAILABLE AT
* https://github.com/LeCoupa/awesome-cheatsheets
* ******************************************************************************************* */
// 0. Synopsis.
// http://nodejs.org/api/synopsis.html
/* vim: ft=c ff=unix fenc=utf-8
* file: libev-curl.c
* пример использования curl multi и libev
*/
#include <stdio.h>
#include <stdlib.h>
#include <stdint.h>
#include <stdbool.h>
#include <string.h>
#include <unistd.h>