Advanced Search
Search Results
232 total results found
Words
"I am a word"
solve a*x +b == 0 for x
sol = solve a*x +b == 0 for x; show sol; save as solve4; Output "sol" β {-(b/a)}
Lines
Definitions, constructions and utilities of lines.
Spray a Line!!!
What: Sprinkle points along a 2D line and play Why: The equations and inequlities dealing with lines suddenly make better sense How: Get your eyes trained on reading math and code, by simply copy-paste one or few lines of the ff scripts below into new ff pr...
Manual Operations on the Sides
What: Use ff to duplicate the manual ways handling equations as taught in school teachings. Why: To make sure you understand how to manipulate sides of an equation on your own. How: Simply try to duplicate what the teacher does to solve an equation by work...
Free Form Programming
Structures and design motivations of Free Form Programming Language. Author Dara O Shayda
Why???
A Very Simple Idea Create a programming language that in one sentence it is part algebraic or programming language like and part loose spoken phrases. We called these Free Form expressions or simply Free Form. Rather immediately it became obvious such language...
Path Variables
Paths and Options variables Confidential, unauthorized access forbidden. CCN Studios internal proprietary software documentation. πͺ3.0 Synopsis Path variables are based upon the file paths β/../../..β and β../../..β string formats. In Free Form Programm...
=
= operator in Free Form Programming Language Confidential, unauthorized access forbidden. CCN Studios internal proprietary software documentation. πͺ3.0 Synopsis Generally speaking the operation of the operator = in most programming languages is to copy...
Applicable Cryptography
Applicable Free Form Programmable Cryptography.Author: Dara O ShaydaArtwork: Tokyo Ghoul
hash[ ], β[ ], β@
A hash code is a fixed-size numerical value generated from input data of arbitrary size, used primarily for indexing data in hash tables. It allows for efficient data retrieval and storage by mapping variable-length data to a fixed-length representation. Th...
Preface
The Free Form Programmable Cryptography is designed for applicable coding, and standalone application units with instant use and benefit for the public. The Free Form Programmable Cryptography uses ideograms, pictograms and small Spoken phrases, however with...
Blockchain
Compute blockchains containing text, images, audio and videos!
π, π, π, β
A very simple and a very short but a very powerful program: π; show (βπ); show (βπ); show π also π; save as 2keys-show-test; Output Cloud Object Browser
π: Public Key, π Private Key
Public-key cryptography, or asymmetric cryptography, An unpredictable (typically large and random) number is used to begin generation of an acceptable pair of keys suitable for use by an asymmetric key algorithm. Free Form Programmable Keys π: Public Key Β π Pr...
π
π is a mighty operator, function and a cloud data source all at once! In the ff script below you can see on the first line π acts as singleton operator or function and , and on the 3rd line as a cloud data source: π; tmp = "π/curve"; show tmp; save as 2keys; O...
Encrypt: ππ
Symbol πbehaves like a binary operator π encrypts what is on its rhs e.g. πm ππuses the key on its lhs to encrypt crypt = ππ m just like e.g. multiplication copies the resultant into the lhs of = ππ m behaves like a product by the operator πincorporating is ...
Decrypt: π π
π ["rsa"] ; bob = "hi"; crypt = ππ bob; alice = crypt π π; show bob also alice; save as rsa; Output: "bob" βΆ "(\"hi\")" "alice" βΆ "(\"hi\")"