Giter Site home page Giter Site logo

olned / vscode-try-hiredis-gcc-9-ubuntu Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 1.0 4 KB

Container for VS Code Remote (https://aka.ms/vscode-remote) for development using the hiredis library (https://github.com/redis/hiredis)

License: MIT License

Dockerfile 39.90% CMake 11.69% C++ 48.41%
gcc-9 ubuntu1804 hiredis vscode-remote vscode docker-compose dockerfile

vscode-try-hiredis-gcc-9-ubuntu's Introduction

vscode-try-hiredis-gcc-9-ubuntu

Container for VS Code Remote (https://aka.ms/vscode-remote) for development using the hiredis library (https://github.com/redis/hiredis)

Compile the original example

You can see the original examples at https://github.com/redis/hiredis/blob/master/examples

Download one of them

wget https://raw.githubusercontent.com/redis/hiredis/master/examples/example.c

Fix #include <hiredis.h>

sed -i 's%<hiredis.h>%<hiredis/hiredis.h>%g' example.c

Compile the example

gcc example.c -lhiredis

Run it.

./a.out redis

Working with github

Look at Using SSH keys

You need to execute the git command in the terminal to add github.com to the list of known hosts in the container. For example, you can run git fetch.

git fetch

vscode-try-hiredis-gcc-9-ubuntu's People

Contributors

olned avatar

Watchers

 avatar

Forkers

youngkunkun

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.