Difference between revisions of "User:Thcipriani/ideas"

From BlazeyAndTyler
Jump to: navigation, search
(Other ideas)
Line 21: Line 21:
  
 
* gnu typing shared socket connection somehow. Terminal, sends invite to other user, type racing == neat.
 
* gnu typing shared socket connection somehow. Terminal, sends invite to other user, type racing == neat.
* ssh wrapper: ssh [socket] address, e.g. ssh labs staging.eqiad.wmflabs (maybe configurable via ssh config thingy)
+
* {{done}}https://github.com/thcipriani/dotfiles/blob/master/bin/sssh ssh wrapper: ssh [socket] address, e.g. ssh labs staging.eqiad.wmflabs (maybe configurable via ssh config thingy)
 +
 
 +
*; Blog post—weird git features
 +
:* wget https://tylercipriani.com/018FAC02.asc; obj=$(git hash-object -w --stdin < 018FAC02.asc); git tag tylercipriani-gpg-key "$obj"
 +
:* remapping submodules to a non-bare remote (point to http://[gitdir].git/modules/[submodule_path]): https://github.com/git/git/blob/master/Documentation/RelNotes/1.7.8.txt#L109-L114
 +
:* git insteadOf
 +
:* git new-workdir and others https://github.com/git/git/tree/master/contrib
 +
:* git checkout - (and the git checkout stack)

Revision as of 18:14, 6 October 2015

This is an unstructured list of random ideas I have for projects, apps, etc

Ideas

  • Mediawiki shopping list extension
takes data from a shopping category, something?
Ajax + local clientside db
  • vim plugin
verticaljump
shortcut = yv[x] where x is what character you jump to
  • shoutcast android app for cc
https://github.com/cr5315/shoutcast-android/blob/master/src/com/cr5315/shoutcast/StreamService.java
http://developer.android.com/reference/android/media/MediaPlayer.html
http://developer.android.com/reference/android/media/AudioManager.html
  • weathermajig
pretty curses layout for weather
radar curses? be neat.
  • Blog post—weird git features