You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Spelunk::usage="Spelunk[symbol] will discover the definition of symbol. Underlined symbols in the output are clickable.";
3
5
PropertiesInfo::usage="PropertiesInfo[symbol] returns the {available, unavailable} properties for symbol.";
4
6
PropertiesDataset::usage="PropertiesDataset[symbol] returns a TableForm of the available properties for symbol.";
5
7
8
+
6
9
(* Entity *)
7
10
EntityPropertiesDataset::usage="EntityPropertiesDataset[entity] does its best to list all the properties associated with the entity object supplied.";
8
11
ConceptBroaden::usage="ConceptBroaden[entity,depth] recursively climbs the Concept hierarchy until it hits the terminal Concept 'Entity' or after depth dives. Returns a list of Broader Concepts at each level.";
9
-
ConceptDistance::usage="ConceptDistance[entitya,entityb] determines the distance in 'concept steps' between concept a and b."
12
+
ConceptDistance::usage="ConceptDistance[entitya,entityb] determines the distance in 'concept steps' between concept a and b.";
13
+
14
+
10
15
(* Image *)
11
16
FPImageIdentify::usage="FPImageIdentify[image,n] does the standard image identify returnig n (default 5) items and its probabilities.";
12
17
13
-
(* Internet *)
14
-
$MachineAddressesExternal::usage="$MachineAddressesExternal gives the IP address of this machine as seen by the outside world."
15
18
16
-
(* Sugar *)
17
-
ApplyIf::usage="ApplyIf[f,g,x] applies g to x if f[x] is True."
19
+
(* Internet *)
20
+
$MachineAddressesExternal::usage="$MachineAddressesExternal gives the IP address of this machine as seen by the outside world.";
18
21
19
-
(* Versioning *)
20
-
FPVersionInfo::usage="FPVersionInfo[path] gives an association with my primitive home grown versioning system."
21
22
22
-
FPVersionString::usage="FPVersionString[path] returns the current build as a string. the option \"Build->True\" adds the build number to the end of the string."
23
+
(* Sugar *)
24
+
ApplyIf::usage="ApplyIf[f,g,x] applies g to x if f[x] is True.";
23
25
24
-
FPWriteVersionInfo::usage="FPWriteVersionInfo[path,vi] takes a version information structure and writes it out. At this point it doesn't validate its structure."
25
26
26
-
FPVersionBumpBuild::usage="FPVersionBumpBuild[path] updates the build number in the version json file."
27
+
(* Versioning *)
28
+
FPVersionInfo::usage="FPVersionInfo[path] gives an association with my primitive home grown versioning system.";
29
+
FPVersionString::usage="FPVersionString[path] returns the current build as a string. the option \"Build->True\" adds the build number to the end of the string.";
30
+
FPWriteVersionInfo::usage="FPWriteVersionInfo[path,vi] takes a version information structure and writes it out. At this point it doesn't validate its structure.";
31
+
FPVersionBumpBuild::usage="FPVersionBumpBuild[path] updates the build number in the version json file.";
0 commit comments