
Registered since September 28th, 2017
Has a total of 4246 bookmarks.
Showing top Tags within 5 bookmarks
howto information development guide reference administration design website software solution service product online business uk tool company linux code server system application web list video marine create data experience description tutorial explanation technology build blog article learn world project boat download windows security lookup free performance javascript technical network control beautiful support london tools course file research purchase library programming image youtube example php construction html opensource quality install community computer profile feature power browser music platform mobile work user process database share manage hardware professional buy industry internet dance advice installation developer 3d search material access customer travel camera test standard review documentation css money engineering develop webdesign engine device photography digital api speed source management program phone discussion question event client story simple water marketing app yacht content setup package fast idea interface account communication cheap compare script study market live easy google resource operation startup monitor training
Tag selected: functions.
Looking up functions tag. Showing 5 results. Clear
Saved by uncleflo on January 16th, 2022.
Technical Analysis for Traders. The trader extension is a free open source stock library based on TA-Lib. It's dedicated to trading software developers requiring to perform technical analysis of financial market data. Alongside many indicators like ADX, MACD, RSI, Stochastic, TRIX the candlestick pattern recognition and several vector arithmetic and algebraic functions are present. Calculations can be done in two modes - TA-Lib and Metastock. Changing it using trader_set_compat() will affect the way some trader functions work. Some trader functions provide different results depending of the "starting point" of the data being involved. This is often referred as a function having memories. An example of such function is the Exponential Moving Average. It is possible to control the unstable period (the amount of data to strip off) using trader_set_unstable_period() function. Extended documentation about indicators, formulas and implementations in other programming languages can be found under » tadoc.org.
trader candlestick stochastic exponential arithmetic algebra documentation vector functions function trading pattern extension programming perform technical analysis amount software financial library period market development php installation manual information howto administration web development tool useful automation calculate
Saved by uncleflo on December 10th, 2014.
Every programming language has it's special characters - characters that mean something special such as identifying a variable, the end of a line or a break in some data. JavaScript is no different, so it provides a number of functions that encode and decode special characters. If you're interacting between PHP and JavaScript you will also need to be familiar with the PHP functions for encoding and decoding special characters, which is why we've created this special tool for testing and comparing different functions.
encoding encode javascript php url escaping character web example guide demonstration tool tools compare reference functions
Saved by uncleflo on December 7th, 2014.
OpenGL Mathematics (GLM) is a header only C++ mathematics library for graphics software based on the OpenGL Shading Language (GLSL) specification and released under the MIT license. This library provides classes and functions designed and implemented following as strictly as possible the GLSL conventions and functionalities so that when a programmer knows GLSL, he knows GLM as well, making it really easy to use. This project isn't limited to GLSL features. An extension system provides extended capabilities: matrix transformations, quaternions, half-based types, random number generation, procedural noise functions, etc.
opengl mathematics matrix functions cpp library shading language glsl glm class specification convention standard documentation feature extension system transformation generation procedural explanation refere ce3d gl vector vertex
Saved by uncleflo on February 28th, 2012.
The aggregate functions shown below are available by default. Additional aggregate functions written in C may be added using the sqlite3_create_function() API. In any aggregate function that takes a single argument, that argument can be preceded by the keyword DISTINCT. In such cases, duplicate elements are filtered before being passed into the aggregate function. For example, the function "count(distinct X)" will return the number of distinct values of column X instead of the total number of non-null values in column X.
aggregate development functions interesting reference sql database sqlite
Saved by uncleflo on May 16th, 2011.
In the descriptions here, a parameter or return value of NULL means NULL in the sense of the C programming language, not a MySQL NULL value. Functions that return a value generally return a pointer or an integer. Unless specified otherwise, functions returning a pointer return a non-NULL value to indicate success or a NULL value to indicate an error, and functions returning an integer return zero to indicate success or nonzero to indicate an error. Note that “nonzero” means just that. Unless the function description says otherwise, do not test against a value other than zero.
reference mysql c api connector functions development manual code
No further bookmarks found.