Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit bbf9815

Browse files
Merge pull request #13 from LucFF/master
Added PC logo to function templates and functions
2 parents 6883e4d + ac55a74 commit bbf9815

File tree

17 files changed

+34
-2
lines changed

17 files changed

+34
-2
lines changed

‎guides/learning_pine_roadmap/README.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
![logo](../../images/pinelong.png "Pine")
1+
![PineCoders](/images/PineCodersLong.png "PineCoders")
22

33
# Learning Pine Roadmap
44

‎snippets/category/data_structure/processing/zscore_function.md‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
![PineCoders](/images/PineCodersLong.png "PineCoders")
2+
13
# Standardization Z Score Function
24

35
#### Description:

‎snippets/category/data_structure/pseudo_array_technique.md‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
![PineCoders](/images/PineCodersLong.png "PineCoders")
2+
13
# Pseudo Array prototype - Technique
24

35
#### Description:

‎snippets/category/math/random/prng_Box_Muller_function.md‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
![PineCoders](/images/PineCodersLong.png "PineCoders")
2+
13
# Function to generate random values using Box Muller technique
24

35
#### Description:

‎snippets/category/math/random/prng_range_function.md‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
![PineCoders](/images/PineCodersLong.png "PineCoders")
2+
13
# Function to generate random values within range
24

35
#### Description:

‎snippets/category/math/random/prng_weighed_2bias_function.md‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
![PineCoders](/images/PineCodersLong.png "PineCoders")
2+
13
# Function to generate random values with bias towards a range within a range
24

35
#### Description:

‎snippets/category/math/random/prng_weighed_bias_function.md‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
![PineCoders](/images/PineCodersLong.png "PineCoders")
2+
13
# Function to generate random values with weighted bias
24

35
#### Description:

‎snippets/category/miscellaneous/nth_fibonacci.md‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
![PineCoders](/images/PineCodersLong.png "PineCoders")
2+
13
# Function to find Nth fibonacci
24

35
#### Description:

‎snippets/category/output/geometry/draw_rectangle_function.md‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
![PineCoders](/images/PineCodersLong.png "PineCoders")
2+
13
# Function to draw a rectangle on chart.
24

35
#### Description:

‎snippets/category/output/geometry/draw_trapezoid_function.md‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
![PineCoders](/images/PineCodersLong.png "PineCoders")
2+
13
# Function to draw a Trapezoid on chart.
24

35
#### Description:

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /