Skip to content
View Lwdthe1's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report Lwdthe1

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

  1. JavaForHumans/code JavaForHumans/code Public

    Supporting source code for the "Java for Humans" beginners book.

    Java 18 8

  2. jsdoc-rest-api jsdoc-rest-api Public

    This library can generate a map of your REST API endpoints from your JsDoc and use that map to automatically hook up your endpoints to your ExpressJs app when starting your REST API web server.

    JavaScript 5

  3. array-datastore array-datastore Public template

    A datastore to store unique objects in an array.

    JavaScript 1

  4. sectioned-list sectioned-list Public

    A list of arrays with predefined max lengths. Add to the list and items flow into sections.

    JavaScript 1

  5. A demonstration of three Java functi... A demonstration of three Java functions for scaling a photo's bitmap and saving it to a file without contorting the photo's dimensions. This is in response to this stackoverflow question: http://stackoverflow.com/questions/16060143/android-take-photo-and-resize-it-before-saving-on-sd-card/36210688#36210688
    1
    public class PhotoScalerAndSaver {
    2
      
    3
      public static main(String[] args) {
    4
        //TODO: create your photo here
    5
        
  6. JSON of 5,950+ USA Cities and Their ... JSON of 5,950+ USA Cities and Their States - Presented by https://www.ManyStories.com
    1
    
                  
    2
    [
    3
      
    4
      {'city': 'Abbeville', 'state': 'Louisiana'},
    5
      {'city': 'Aberdeen', 'state': 'Maryland'},