Skip to content
View w3human's full-sized avatar

Block or report w3human

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 250 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

Pinned Loading

  1. wp_theme_dreedtea wp_theme_dreedtea Public

    A Hand Made WordPress Built In 2013

    JavaScript

  2. wp_theme_sofla2015 wp_theme_sofla2015 Public

    A Hand Made WordPress Theme

    CSS

  3. AnotherExampleOfVirtualPost.php AnotherExampleOfVirtualPost.php
    1
    <?php
    2
    		add_filter('template_redirect', function() {
    3
    
                  
    4
    			global $wp_query;
    5
    			
  4. ES6 Search And Results ES6 Search And Results
    1
    
                  
    2
    var _API={};
    3
    
                  
    4
    	_API.call_api=function(method, path, passing_data) {
    5
    		var xhttp = new XMLHttpRequest();
  5. Salefocce intergration to NodeJS wit... Salefocce intergration to NodeJS with MongoDB and Express API
    1
    // NodeJS moudles 
    2
    
                  
    3
    var MongoClient = require('mongodb').MongoClient;
    4
    	var current_DB = 'tworld_sf_2';
    5
    	var mongoDB_url = 'mongodb://localhost:27017/'+current_DB;