I have a survey with 5 different yes/no questions. If they answer yes to any question, more questions will appear. I want to create a flow that sends an email t
DATA = data.frame(STUDENT=c(1,1,1,1,2,2,2,3,3,3,3,3), T = c(1,2,3,4,1,2,3,1,2,3,4,5), SCORE=c(NA,1,5,2,3,4,4,1,4,5,2,2), WANT=c('N','N','P','P','N','N','N','N',
platform: [{ validate: { validator: array => { //our custom validator, array is the provided array to be validated const filtered = array.f
I have written a big IF block to let users define the settings the strategy uses for orders. It consists of three rules for trend definition and four rules to p
I'm making a game to play with my friends which uses others people scripts/mechanics and in theses scripts has a key bind set to a specific key which is "Q" and
The Page table has a G bit indicating whether the page is global or not. From what I gathered so far it seems that if this bit is set TLB entr
I have a function written in jQuery that automates the margin-bottom or padding-bottom (conditionally) of a table. Basically it negates the effect of the table
I am trying to make an application that starts on windows in order to have a controlled environment, but when I try to open explorer or the windows calculator,
As of today my font-awesome icons started disappearing on my website. I updated the theme ( upside theme - kopathemes ) and WordPress to latest 4.7; So far th