Pinned Loading
-
-
python's slice in javascript
python's slice in javascript 1Array.prototype.plice = function (el) {
2return ((el == -1) ? this.slice(el) : this.slice(el, el+1))[0] || undefined
3}
-
-
Add suffix between file name and ext...
Add suffix between file name and extensions 1func fileNameRename(fileName, suffix string) (newFName string) {
2exts := strings.Split(fileName, ".")
34newFName = exts[0] + "_" + suffix + fileName[len(fileName[0:len(exts[0])]):]
5return
-
Iframe onclick
Iframe onclick 1/**
2* Usage:
3* try {
4* var Advert = new Advert('adscontainer1', 'https://google.com.tr/');
5* Advert.willClick().isOnHover();
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.