Petri net mutual exclusion system modeling example you can see also join our youtube channel to see more video tutorials : YouTube Disable adBlocker and refresh the page to use this content
wait until a window be opend in autohotkey Disable adBlocker and refresh the page to use this content copy and paste that example ^p:: theWindowOpen := false while(theWindowOpen = false) { IfWinActive, Corbeille { theWindowOpen := true } } MsgBox, window oppend return
a way to use a variable value as a hotkey Disable adBlocker and refresh the page to use this content copy and paste that example x := "y" Hotkey, %x%, myNewHotkey Return myNewHotkey: MsgBox, you pressed %x% return
embed pdf file in your web page using just its link(url) Disable adBlocker and refresh the page to use this content <iframe src="http://docs.google.com/gview?url= [PDF LIKN HERE] &embedded=true" ></iframe>