This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
json { users: | |
[ { place: 1, steps: 63446, updated_at: 1580763605, user: [Object] }, | |
{ place: 2, steps: 62947, updated_at: 1580747661, user: [Object] }, | |
{ place: 3, steps: 56414, updated_at: 1580758481, user: [Object] }, | |
{ place: 4, steps: 50604, updated_at: 1580748336, user: [Object] }, | |
{ place: 5, steps: 47717, updated_at: 1580770223, user: [Object] }, | |
{ place: 6, steps: 45856, updated_at: 1580812723, user: [Object] }, | |
{ place: 7, steps: 40746, updated_at: 1580809095, user: [Object] }, | |
{ place: 8, steps: 34260, updated_at: 1580813670, user: [Object] }, | |
{ place: 9, steps: 29413, updated_at: 1580811003, user: [Object] }, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git config --global push.default current |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQC7iNC1mdbaIG2WO3v6zZvN2SjbkqyiWSiBgMz3bdusEh+viY8nK5pOvRCxapjEKdGCLY1DGSPLEqa7DoGhMh/FV0iGAET79ZKz+80MDJBNvi2+YHfwflUJX9iuuaY+itWbYZHcdsy2FgCNcZ3Vm42vgF1q4dXqG9KPhir5kWo6Hqo3RvVCMA76mPcSAyGIAS2r8iHikEXHLJcH2NnYaDjoB0kU4NoJD0P9z+uT3Yuw8mHMd57wOfTdntdQgHmz21hhSpCBiaGUubhmzh9H8DoFXXWfqSW8HYdUiu9agNI2G7hnlR5yVqytANBb5qHFPKBCEsEYfd4vcH1XwQ14K0/EbktAkm70VmE4wgwYRWMIV5zTo707X/l+fIgepv0OUjAA5gcFA1BKnbY2uUSRBFiSJHd4YpHRaD2Ve9w7eChVq1+gsodJ4v8vg5yLDMDWHnmyRKnEMmRNiu3pY4UH/UFfZXPFOkqNfjdgB29R2rQxyPDgrF0tQ3yvzx/fYxikgW0bB2V3mZbm3NGqHgb+D9csyrIJPEbN4Q7J/RAR5bwgnhKsZ0P+3SWn/0EoWcf3V/nDU2xE7w7/1V6vEtQMXBAbKjZMFOo1kKw8NJwO23VUhYSkFul0nLsUQlwn6cvZ5He1iEplyqUXMch/q84KZPQf9vPgI0MHZkG41xsjQ4W3hQ== [email protected] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//Просто скопируйте этот скрипт в консоль браузера с открытой страницей нужного ревью и выполните его | |
var delete_from = 6; | |
function eventFire(el, etype){ | |
if (el.fireEvent) { | |
el.fireEvent('on' + etype); | |
} else { | |
var evObj = document.createEvent('Events'); | |
evObj.initEvent(etype, true, false); | |
el.dispatchEvent(evObj); |
NewerOlder