Ports Search

Results 11,27111,280 of 19,819 for %22HTTP Server%22.(0.014 seconds)
devel/geany-plugin-geniuspaste-1.28 (Score: 9.2878623E-4)
Geany plugin: pastebins support
This plugin allows the user to paste the code from Geany into five different pastebins. At the moment it supports this services: - codepad.org - tinypaste.com - pastebin.geany.org - dpaste.de - sprunge.us GeniusPaste detects automatically the syntax of the code and paste it with syntax highlighting enabled. It can also display the pasted code opening a new browser tab.
devel/fc++-1.5 (Score: 9.2878623E-4)
Functional Programming in C++
FC++ is a library for functional programming in C++. Functional programming is a programming paradigm in which functions are treated as regular values. Thus, we can have functions that take other functions as parameters. The former functions are called "higher-order" functions. A common feature of functions is that they can be polymorphic. "Polymorphic" means that the same function can be used with arguments of many types. FC++ is distinguished from other libraries (including the C++ Standard Library) by its complete support for polymorphism: FC++ polymorphic higher-order functions can take other polymorphic functions as arguments and return polymorphic functions as results. This is particularly useful (i.e., simplifies code) in C++ where type inference is limited and we often need to pass polymorphic functions around and determine their type later. With FC++ you can define your own higher-order polymorphic functions, but the library also contains a large amount of functionality that can be re-used as-is in C++ programs. This includes infinite ("lazy") lists, useful higher-order functions (like map, compose, etc.), a reference-counting facility that can be used to replace C++ pointers, many common logical and arithmetic operators in a form that can be used with higher-order functions, and more.
devel/geany-plugin-git-changebar-1.28 (Score: 9.2878623E-4)
Geany plugin: highlight changed files tracked with Git
This plugin highlights uncommitted changes to files tracked with Git, and allows to navigate through the hunks.
devel/geany-plugin-insertnum-1.28 (Score: 9.2878623E-4)
Geany plugin: replace selection with integer numbers
This plugin replaces a (possibly zero-width) rectangular selection with integer numbers, using start/step/base etc. specified by the user. For practical reasons, the number of lines is limited to 100000. Lines shorter than the current selection are skipped.
devel/arduino-glcd-3.20111205 (Score: 9.2878623E-4)
GLCD Graphical LCD Library
A Graphical LCD library for Arduino This library supports Graphical LCD (GLCD) displays for use with Arduino and other AVR controllers.
devel/geany-plugin-latex-1.28 (Score: 9.2878623E-4)
Geany plugin: LaTeX support
GeanyLaTeX is a plugin for Geany IDE to improve work with LaTeX.
devel/geany-plugin-lineoperations-1.28 (Score: 9.2878623E-4)
Geany plugin: Simple line functions that can be applied to an open file
Line Operations is an assortment of simple line functions that can be applied to an open file.
devel/geany-plugin-lipsum-1.28 (Score: 9.2878623E-4)
Geany plugin: Lorem Ipsum generator
GeanyLipsum is a plugin for Geany that implements a Lorem Ipsum generator to insert placeholder text into your document.
devel/geany-plugin-lua-1.28 (Score: 9.2878623E-4)
Geany plugin: Lua scripting
Lua scripting plugin for Geany.
devel/geany-plugin-macro-1.28 (Score: 9.2878623E-4)
Geany plugin: user defined macros
This plugin allows you to record and use your own macros.