- Навигация
- Назад
paren.md
Paren - это диалект языка Лисп. Он спроектирован как встроенный язык.
p5.js
p5.js is a JavaScript library that starts with the original goal of Processing, to make coding accessible for artists, designers, educators, and beginners, and reinterprets this for today’s web. Since p5 is a JavaScript library, you should learn JavaScript first.
OSL
OSL (Open Shading Language) is a programming language designed by Sony for Arnold Renderer used for creating shaders.
OpenSCAD
Draw 3D models with code using OpenSCAD.
OpenMP
OpenMP is a library used for parallel programming on shared-memory machines. OpenMP allows you to use simple high-level constructs for parallelism, while hiding the details, keeping it easy to use and quick to write. OpenMP is supported by C, C++, and Fortran.
OpenGL
Open Graphics Library (OpenGL) is a cross-language cross-platform application programming interface (API) for rendering 2D computer graphics and 3D vector graphics.[1] In this tutorial we will be focusing on modern OpenGL from 3.3 and above, ignoring «immediate-mode», Displaylists and VBO’s without use of Shaders. I will be using C++ with SFML for window, image and context creation aswell as GLEW for modern OpenGL extensions, though there are many other librarys available.
OpenCV
OpenCV (Open Source Computer Vision) is a library of programming functions mainly aimed at real-time computer vision. Originally developed by Intel, it was later supported by Willow Garage then Itseez (which was later acquired by Intel). OpenCV currently supports wide variety of languages like, C++, Python, Java, etc.
OCaml
OCaml is a strictly evaluated functional language with some imperative features.
objective-c.md
Objective-C — основной язык программирования, используемый корпорацией Apple для операционных систем macOS и iOS и их соответствующих фреймворках Cocoa и Cocoa Touch. Он является объектно-ориентированным языком программирования общего назначения, который добавляет обмен сообщениями в Smalltalk-стиле к языку программирования C.
Nmap
So, you’re connected to a network and want to know what else is connected to it. Maybe you’re trying to find that mystery device eating up bandwidth or check if there are services running you didn’t know about, or you just want to verify what ports are exposed on your machine?