Pinned Repositories
check_TomcatApplication
Updated version from http://exchange.nagios.org/directory/Plugins/Java-Applications-and-Servers/Apache-Tomcat/check_TomcatApplication/details
grails-kml-map-plugin
Grails Global postal code to address resolving Plugin / KML Map Boundary utilities / loader / editor. Postcodes restricted to customised boundaries !
grails-payment
Grails payment plugin - Centralised payment system for paypal / stripe / square
grails-queuekit-plugin
Grails Queuekit plugin provides a centralised queueing system for your application reports. Using TaskExecutor end user report requests are queued / prioritised / re-evaluated for priority and processed according to configured limitation of how many can queue and run simultaneously. Queuekit can help whether you are using the existing grails export plugin or you manually produce csv,tsv or maybe even rely on apache-poi or it's likes to produce xls files as per user request
grails-websocket-example
Using javax.websocket testing out some basic websocket connections ported over from Java examples
grails-wschat-plugin
Grails websocket chat Plugin provides a multi-chat room add-on to an existing grails based site. provides: Private Messaging/WebRTC/Offline PM + room booking/reservations. Websocket TicTactoe. Add Live Chat to your Grails application
grails4-springsecurity-rest-vue3-composition-typescript
Upgrade https://github.com/vahidhedayati/grails-vue-springsecurity-demo to Grails 4 with Vue 3 running composition API with typescript enabled - and old methods from previous grails 3 vue 2 updated - will cover some of the aspects not all
micronaut-vuejs-cqrs
Fully functional event driven CQRS microsevice application written in micronauts with vuejs frontend. Multiple variations included, master branch contains best practise. websocket-v2 branch an alternative method using websockets to pass backend messages dynamically from dynamic aggregate route to gateway back to user's vuejs screen
micronaut-vuejs-crud
A sample project exploring micronaut microservices serving REST to vuejs frontend app using h2 database with JWT security authentication, SHA-256 password encryption. schema-export (extractDb) - scan Entities and export SQL DDL
termssh
termssh is a script to create and maintain gnome terminator layouts for ssh access either via -s s1,s2,s3,s4 .. ie given list of servers, -f filename to connect o servers in a filename or via -a {env} {apptypes} {service_type} to autodiscover servers and make layouts. Auto groups servers per apptype conventions, Full screen options, window per tab definitio of 2 4 or 8 windows per tab
vahidhedayati's Repositories
vahidhedayati/ajaxdependancyselection
Grails plugin using auto complete to fill first form field, using the id it binds to second form field and auto complete option of 2nd field based on first chosen auto completed box. This is in cases where domain object 1 hasMany of domainclass2 and domainclass2 belongs to domainclass1
vahidhedayati/RemoteSSH
Grails RemoteSSH Plugin based on Ganymed SSH-2 library, provides ssh utilities to a grails application
vahidhedayati/grails-vue-springsecurity-demo
Fully functional grails 3 rest application with vuejs and springsecurity / springsecurity-rest. Includes video tutorials as a form of walk through
vahidhedayati/jssh
jssh: Grails ssh plugin websocket + ajax polling ssh connection and returns results to view uses j2ssh libraries. Live ssh connection interaction via websocket.
vahidhedayati/gmail-api-test
gmail api test
vahidhedayati/grails-queuekit-plugin
Grails Queuekit plugin provides a centralised queueing system for your application reports. Using TaskExecutor end user report requests are queued / prioritised / re-evaluated for priority and processed according to configured limitation of how many can queue and run simultaneously. Queuekit can help whether you are using the existing grails export plugin or you manually produce csv,tsv or maybe even rely on apache-poi or it's likes to produce xls files as per user request
vahidhedayati/mailinglist
Grails Plugin: Schedule emails to a mailing group or to a person using dynamic quartz scheduling. Schedules stored within DB and upon application restart incomplete or future schedules are re-added to quartz queue.
vahidhedayati/micronaut-ms
Serving you beer the micronaut microservice way. Sit back and let the micro waiters serve you chilled beer
vahidhedayati/grails-kml-map-plugin
Grails Global postal code to address resolving Plugin / KML Map Boundary utilities / loader / editor. Postcodes restricted to customised boundaries !
vahidhedayati/documentation
Documentation on various goodies
vahidhedayati/experiments
experimenting
vahidhedayati/grails-encrypt-db-fields
Various encryptions of grails domain class including jasypt - attempting to find out of encryption is futile
vahidhedayati/grails-icucalendar-plugin
icu4j libraries used to build a custom inbuilt / popup calendar date picker - output to match locale - backend to provide core js view to run through draw out calendar
vahidhedayati/grails-log-errors-to-slack
vahidhedayati/grails-queuemail-plugin
Queuemail plugin is a centralised email queueing system configurable for many providers all centrally controlled and limited to either daily limit or failures exceeding failureTolerance limit (in a row). By default all email's passing through are priority driven and configured by overall customService name. Two methods of priority queueing are provided BASIC and ENHANCED (default). Enhanced launches an additional thread for each running task and will attempt to kill any running process considered as stuck (if time taken exceeds killLongRunningTasks configuration period).
vahidhedayati/grails330encodeasrawinfile
vahidhedayati/grails330multipledatasource
vahidhedayati/grailskml-test
A Demo project for grails-kml plugin refer to https://github.com/vahidhedayati/grails-kml-map-plugin
vahidhedayati/mandala-me
🕉 Creating mandalas programmatically with NativeScript-Vue and a web app, with possibility to combine
vahidhedayati/micronaut-java-groovy-comparison
comparison of similar code in java/groovy - comparison of performance / size
vahidhedayati/micronaut-playground
Will be uploading some sample projects testing micronaut technology
vahidhedayati/tableperclass
https://stackoverflow.com/questions/45264247/grails-table-per-class-work-around-issues appears to work out of the box
vahidhedayati/test-rssh
vahidhedayati/testads
ajaxdependancyselection under Grails 3 - failing due to remoteFunction calls
vahidhedayati/testBeanBinding
http://stackoverflow.com/questions/42453908
vahidhedayati/testcache4
To report bug on "org.grails.plugins:cache:4.0.0.BUILD-SNAPSHOT"
vahidhedayati/testrssh
vahidhedayati/vue-autocompletion-test
Working demo of of https://github.com/vahidhedayati/vue-autocompletion
vahidhedayati/vue-tagsinput
A simple tags input with typeahead (autocomplete) built with Vue.js 2.
vahidhedayati/VuejsInActionCode
This is the Code For the Vue.js In Action Book!