Category: Tasks

Instarr Enterprises EnTC Projects

Electronic Grain Dispenser Synopsis Need of the project In India in difficult times of covid-19 government of india announced the free ration food distribution for 9 months. This food supply of grains of wheat and rice is distributed at Government operated Ration shops all over india. The distribution is done conventional weighing system of fixed weight in bowls and pouring in customer bags. For this a labour has to lift 50 kg bags and using […]

golang errors

go: finding module for package github.org/companyname/go-tools/filesystemgo: finding module for package github.org/companyname/go-tools/securego: downloading github.org/companyname/go-tools v0.0.0-20210927040446-cd2beea08150/go/pkg/mod/github.org/companyname/logs@v0.0.0-20181005073623-355616321e93/log.go:9:2: github.org/companyname/go-tools@v0.0.0-20210927040446-cd2beea08150: verifying module: github.org/companyname/go-tools@v0.0.0-20210927040446-cd2beea08150: reading https://sum.golang.org/lookup/github.org/companyname/go-tools@v0.0.0-20210927040446-cd2beea08150: 410 Goneserver response:not found: github.org/companyname/go-tools@v0.0.0-20210927040446-cd2beea08150: reading https://api.github.org/2.0/repositories/companyname/go-tools?fields=scm: 403 Forbiddenserver response: Access denied. You must have write or admin access./go/pkg/mod/github.org/companyname/logs@v0.0.0-20181005073623-355616321e93/log.go:10:2: github.org/companyname/go-tools@v0.0.0-20210927040446-cd2beea08150: verifying module: github.org/companyname/go-tools@v0.0.0-20210927040446-cd2beea08150: reading https://sum.golang.org/lookup/github.org/companyname/go-tools@v0.0.0-20210927040446-cd2beea08150: 410 Goneserver response:not found: github.org/companyname/go-tools@v0.0.0-20210927040446-cd2beea08150: reading https://api.github.org/2.0/repositories/companyname/go-tools?fields=scm: 403 Forbiddenserver response: Access denied. You must have write or admin access.

Javascript keyboard operation

var keyboardfocuskey;var keylist=[1,2,3,4,5]; var currentFocusedKey=1;//input fragment function findElementWithKey( keyboardfocuskey ){ return element ; } function focusOnElement( element ){ } function onEnterEvent(){ newFocusedKey= currentFocusedKey + 1; if(newFocusedKey == keylist.length){focusOnElement( findElementWithKey( newFocusedKey ) );}else if( newFocusedKey == keylist.length ){focusOnElement( findElementWithKey( newFocusedKey ) );}else{newFocusedKey = 1;focusOnElement( findElementWithKey( newFocusedKey ) );} } functoin onShiftEnterEvent(){ newFocusedKey = currentFocusedKey – 1; focusOnElement( findElementWithKey( newFocusedKey ) ); }

SSH PORT FORWARDING TUNNELLING

USED FOR MYSQL https://stackoverflow.com/questions/25495364/laravel-mysql-db-connection-with-ssh/41698783#41698783 ssh -i id_rsa -N -L 13306:REMOTE_DATABASE_HOST:3306 pshridhar@INTERMEDIATE_SERVER_IP 13306 port will be mapped to remote server port 3306 User 13306 to connect to server 3306 remote port User localhost or 127.0.0.1 as db host name pshridhar is user of remote intermediate server , it can be removed if we can directly connect to server “/Applications/MySQLWorkbench.app/Contents/MacOS/mysql” “-uDATABASE_USER” “-h127.0.0.1” -P13307 –pDBPASSWORD DATABASENAME

Woocommerce 5.5 unable to create order

About WordPress Search Log In Register Skip to content WordPress.org Search WordPress.org for:Submit Showcase Learn Themes Plugins Mobile Support Get Involved About Blog Hosting Get WordPress Skip to content Support Forums Guidelines Documentation Get Involved Search for: Search forums Support » Plugin: WooCommerce » Unable to create order Unable to create order ResolvedSteveo123 (@steveo123)2 years, 11 months agoWe upgraded our dev site to Woocommerce 3.4.4. Since then when we try sending a test order through we are getting “Unable to create order” […]

Next Page »