Skip to content

samuelchen/code-snippets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

code-snippets

My code snippets

/python

/sh (shell)

/docker (docker scripts)

  • rabbit.sh To start a RabbitMQ docker container with official image.

/js (javascript)

modal-dialog.html

Display a modal dialog with your given message within you page.

include it in your page. JQuery required.

useage:

$("#my-button").bind_modal(paramerters);

check comment for detailed parameters.