Skip to content
View dkrape's full-sized avatar
👋
👋

Block or report dkrape

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

Pinned Loading

  1. WordPress-Custom-Post-Image-Plugin WordPress-Custom-Post-Image-Plugin Public

    Small plugin to add custom images to posts. Demonstrates using the WordPress media manager in a plugin.

    PHP 4 2

  2. WP-Quiz WP-Quiz Public

    Example WordPress quiz theme that uses the REST API

    PHP 1

  3. Blender Blender Public

    Forked from bunnieabc/Blender

    A Blend tool for Sketch App.

    JavaScript

  4. Alexa Skill - My Mirror - Lambda Fun... Alexa Skill - My Mirror - Lambda Function
    1
    exports.handler = (event, context) => {
    2
    
                  
    3
      try {
    4
    
                  
    5
        if(event.session.net) {
  5. esp32-remote esp32-remote
    1
    <!DOCTYPE html>
    2
    <html lang='en'>
    3
    
                  
    4
    <head>
    5
        <meta charset='UTF-8'>
  6. esp32-remote esp32-remote
    1
    // Server code largely from: https://randomnerdtutorials.com/esp32-web-server-arduino-ide/
    2
    
                  
    3
    // Include Arduino library
    4
    #include <Arduino.h>
    5