Skip to content
View thekiller880's full-sized avatar
  • 19:21 (UTC -12:00)
Block or Report

Block or report thekiller880

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
thekiller880/README.md
  • 👋 Hi, I’m @thekiller880
  • 👀 I’m interested in ...
  • 🌱 I’m currently learning ...
  • 💞️ I’m looking to collaborate on ...
  • 📫 How to reach me ...
winHandle;
}Koo 

}

//function dumpObject (obj, objname, obj2, obj2name, textareaWinFlag) //{ // if ("" + textareaWinFlag == "undefined") // textareaWinFlag = true; // // var outputStr = ""; // // if ((" " + obj == "undefined") || (!obj)) return; // if ((" " + objname == "undefined") || (!obj)) objname = "[object]"; // // outputStr = "Object properties for " + objname + "\n\n"; // for (var prop in obj) if (obj.hasOwnProperty(prop)) outputStr += objname + "." + prop + " = " + obj[prop] + "\n"; // outputStr += "\n\n"; // // if (obj2) // { // if ((" " + obj2 == "undefined") || (!obj2)) return; // if ((" " + obj2name == "undefined") || (!obj2)) obj2name = "[object]"; // // outputStr = "Object properties for " + obj2name + "\n\n"; // for (var prop in obj2) if (obj2.hasOwnProperty(prop)) outputStr += obj2name + "." + prop + " = " + obj2[prop] + "\n"; // outputStr += "\n\n"; // } // // if (textareaWinFlag) // { // if ("" + window.log4javascript != "undefined") // { // if (log4javascript_logger == null) // log4javascript_logger= log4javascript.getDefaultLogger(); // log4javascript_logger.info (outputStr.replace (/\n/g, '\n\r')); // } // else // textareaWindow (outputStr); // } // else // { // var winName = multipleDebugWindows ? "" : "debugwindow"; // var myDebugWin = window.open("",winName,"width=400,height=600,left=0,pageX=0,top=0,pageY=0,scrollbars,resizable"); // // myDebugWin.document.open("text/plain"); // myDebugWin.document.writeln(outputStr); // myDebugWin.document.close(); // window.focus(); // } //}

Popular repositories

  1. thekiller880 thekiller880 Public

    Config files for my GitHub profile.

    1

  2. heroku-buildpack-nodejs heroku-buildpack-nodejs Public

    Forked from heroku/heroku-buildpack-nodejs

    The official Heroku buildpack for Node.js apps.

    Shell 1

  3. github-slideshow github-slideshow Public

    A robot powered training repository 🤖

    HTML

  4. docs docs Public

    Forked from github/docs

    The open-source repo for docs.github.com

    JavaScript

  5. ebikes-lwc ebikes-lwc Public

    Forked from trailheadapps/ebikes-lwc

    Sample application for Lightning Web Components and Communities on Salesforce Platform. Part of the sample gallery. Retail use case. Get inspired and learn best practices.

    JavaScript

  6. mod_wsgi mod_wsgi Public

    Forked from GrahamDumpleton/mod_wsgi

    Source code for Apache/mod_wsgi.

    C