Git Product home page Git Product logo

-'s Introduction

-

My programming to-do list

-'s People

Contributors

artskydj avatar

Watchers

 avatar  avatar  avatar

-'s Issues

Make a "guess which one is jpeg!" game

  • Host on gh-pages.
  • Use abstract state router?
  • Make a few easier levels, then a few harder levels.
  • If they lose, maybe give an obvious large example of what to look for.
  • When they win, tell them that they'll now see this on unprofessional websites, and that they must use svg or png in the future.

Maybe the early levels are jpg vs png/svg, and the later levels are resized png vs png/svg. Resized pictures are annoying too...

Fix native npm builds

On my machine, npm builds are broken. This started when I installed MSVS 2015 for work. As I'm not planning to use MSVS 2015 for work anymore, I should be able to uninstall all versions of MSVS, and follow these instructions. Or just uninstall 2015 and repair-install 2010 like I did before. Or try the python solution that I don't yet understand.

Add npm badges

Make a search and replace program that fixes the badges in my npm package repositories.

Add compact or mini npm badges from https://nodei.co, e.g. mini

Make a wzrd.in + disc thing

User visits site, e.g. http://wzrdisc.josephdykstra.com, they type in a module (or a git url?), and submit it to the server.

The server has to do:

var browserify = require('browserify')
var open = require('opener')
var disc = require('disc')
var npm = require('npm')

// figure out if you have the latest already cached
// npm install whatever here

browserify(input, { fullPaths: true })
  .bundle()
  .pipe(disc())
  .pipe(cache(input))
  .pipe(res)
  .on('close', function () {
    // rm module to save space?
  })

Enable node v4 in travis

All my travis-tested modules should have node 4 enabled, and iojs disabled.

Leave node 0.10 enabled.

Make a comic feed

Using https://github.com/leesei/node-comics-feed to make a service on my vps that hosts comic feeds.

The domain could be an issue, I might have to use the IP address + port. But if it proves to work well, I could buy a domain.

For now, I could do:

  • dilbert
  • dilbert classics
  • calvin and hobbes
  • garfield
  • peanuts or peanuts begins (peanuts begins is a colorized version of peanuts)
  • foxtrot
  • pearls before swine

Hypothetically, if you've got one or two working, you've got them all working.

Make new logo

Make a logo like my current J logo that is more concise, clean, and lends itself to svg. Perhaps I can import the J into inkscape, and make a basic painted-sky background.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.