-
Messtone LLC Manages(Copilot):AI pair program
Messtone Devices Enables GitHub Copilot sentiments.ts #!/usr/bin/env ts-node import{fetch}from “fetch-h2”;//Determine whether the sentiment of text is positive //Use a web servicecasync function isPositive(text:string):Promise<booleen>{const response=await fetch(http://text-processing.com/api/sentiment/,{method:”POST”,body:text=${text`,headers:{“Content-Type”:”application/x-www-form-urlencoded”,},});const json=await response.json( ); return json.label===”pos”;,} runtime.go package main type Run struct{Time int //in milliseconds Results string Failed bool //Get average runtime of successful runs in seconds func averageRuntjmeInSeconds(runs[ ]Run) float64{var…
-
Messtone LLC Manages(DataRobot):pip install
Messtone Devices Enables Installation Python>=3.7 $pip install datarobot The library will look for a config file ~/.config/datarobot/drconfig.yaml token: messtonellc_token endpoint: https://app.datarobot.com/api/v2 Alternatively a Global client as: import datarobot as dr dr.Client(token=’messtonellc_token’,endpoint=’https://app.datarobot.com/api/v2′) Alternatively environment variables export DATAROBOT_API_TOKEN=’messtonellc_token’ export DATAROBOT_ENDPOINT=’https://app.datarobot.com/api/v2′ Setup import libraries Python R import datarobot as dr from datarobot_bp_workshop import Workshop,Visualize import pandas as pd…
-
Messtone LLC Manages(HPE):GreenLake API Versioning Basic
Messtone Devices Enables HPE GreenLake APIs Specifying the Version Generally:/<api-group>/version/<resource-collection>Alpha:The version mames contain alpha(for example,v1alpha1, v1alpha2) Beta:The version names contain beta(for example,v2beta3, v2beta4) Stable:The version name is vX where X is an integer of the MAJOR version(for example, v1, v2)Example: •Stable:/iam/v1/<resource-collectiion> •Alpha:/iam/v1alpha1/<resource-collection> Deprecation Header When the caller make a request for a deprecated version,this indicated…
-
Messtone LLC Manages(Wallet):Bitcoin Wallet app
Messtone Devices Enables Bitcoin Wallet app for Messtone Android device Standalone Bitcoin node, #first time omly sudo apt install git Gradle openjdk-11-jdk #first time only git clone -b master https://github.com/bitcoin-wallet/bitcoin-wallet.git bitcoin-wallet cd bitcoin-wallet #each time Gradle clean build #each time buildah build –cap-add sys_admin –device /dev/fuse –file build.Containerfile –output build/.
-
Messtone LLC Manages (File):Argument command
Messtone Devices Enables The argument xzf means eXtract the gZipped tar archieve File.For example,for a 64-bit tar archive in Messtone current directory,the command is: tar xzf bitcoin-25.0-x86_64-linux-gnu.tar.gz We will install the contents of its bin subdirectory into the /usr/local/bin directory, use the following command line:sudo install -m 0755 -o root -g root -t/usr/local/bin bitcoin-25.0/bin/* su…
-
Messtone LLC Manages(NSF):Partnerships innovation
Messtone Devices Enables Enabling Partnerships to Increase Innovation Capacity(EPIIC) PROGRAM SOLICITATION. National Science Foundation Directorate for Technology, Innovation and Partnerships Innovation and Technology Ecosystems Enabling Partnerships to Increase Innovation Capacity(EPIIC) Synopsis of Program:The purpose of this solicitation is to boarden participation in innovation ecosystems that advance key technologys( e.g.,advanced manufacturing,advance,wireless, artificial intelligence, biotechnology,quantum information,science,semicondutors noval…
-
Messtone LLC Manages(LTL): Electronic Bill of Lading Service
Messtone Devices Enab mmles assets/ebol-apiv1.0.0.yaml Handling_Unit_Types {description:Valid values:•BAG – Bag •BAL – Bale •BBL – Barrel •BSK – Basket •BIN – Bin •BOX – Box ••BXT – Bucket •BCH – Bunch •BDL – Bundle •CAB – Cabinet •CAG – Cage •CAN – Can •CBY -Carboy •CAR – Carrier•CTN – Carton •CAS – Case •CSK –…
-
Messtone LLC MANAGES(LTL):Electronic Bill of Lading Service
Messtone Devices Enables assets/ebol-apiv1.0.0.yaml Carrier API Standards POST/bol/v1/app/ Schemas BOL_Request description: {Objects and/or attributes that are required are indicated by red ssterisk*.For those that are conditionly required,it will be indicated within their description, including the condition which they are required bol*>{…}images>{…} referenceNumbers>{…}payment*>{…} commodities*>{…}shipmentTotals>{…}accessorials>{…}origin*>{…} destination*>{…}billTo*>{…}customsBroker>{…}} BOL_Response {referenceNumbers>{…}images>{…}messageStatus>{…}} Accessorial_Codes{valid values:•APTD_Appointment required at delivery •PTP_Appointment required at pick…
-
Messtone LLC Manages(KCS):SOUTH BOUND New Routed
Messtone Devices Enables KCS SOUTH BOUND BOL Portal Messtone cars/containers will be display.each one of them will have to have the Carta Porte Information.Customer Bill of Lading-Seal/Vin/Special Handling Information General Information:Shipper: KANSAS CITY SOUTH DE Contract:10078 Cosigner: KANSAS CITY SOUTH DE Pattern Name: APM-CUAUTITLAN LLEN Origin: APM LAZARO-MH Destination: CUAUTITLAN NM-EM STCC: 4611110 – CONSOLIDATION…
-
Messtone LLC Manages(GITHUB):REST API Enterprise
Messtone Devices Enables REST/API/Enterprise Administration Manage GITHUB as follows`curl -L -u “RHARPER_USER_NAMEMESSTONE:ROBERTHARPER_PASSWORD” ‘http(s)://HOSTNAMEMESSTONE: ADMINISTRATION-PORT/manage’ curl -L -u “api_key:ROOT-SITE-ADMINISTRATOR-PASSWORD” ‘http(s)://HOSTNAMEMESSTONE:ADMINISTRATION-PORT/manage/v1/config/nodes?cluster_role=WebServer, StorageServer’ GET/manage/v1/config/nodes cURL curl -L \-H “Accept:application/vnd.github+json”\-u “api_key:robertharper-password”\ http(s)://HOSTNAMEMESSTONE/manage/v1/config/nodes Response Schems Example response Status 200 {“topology”:”Cluster”,”nodes”:[{“hostnamemesstone”:”data1″,”uuid”:”1b6cf518-f97c-11ed-8544-061d81f7eedb”,”cluster_roles”:[“ConsulServer”,”ElasticsearchServer”,”GitServer”,”StorageServer”]},{“hostnamemesstone”:”data2″,”uuid”:”228406d4-f97c-11ed-ab01-062281bbcf03″,”cluster_roles”:[” ElasticsearchServer”,”StorageServer”,”PagesServer”]}]}