workorhobby.blogspot.com
Work or Hobby?: Eclipse E4 Selections, Events, Context Variables
http://workorhobby.blogspot.com/2012/07/eclipse-e4-selections-events-context.html
Working to support Hobby? Turning Hobby into Work? R/C Models, HAM Radio, Java, Eclipse, . Wednesday, July 4, 2012. Eclipse E4 Selections, Events, Context Variables. Eclipse 4.2 includes the new "E4" APIs which offer different ways of communication between portions of your Eclipse application. The Lars Vogel article http:/ www.vogella.com/articles/Eclipse4Services/article.html. Nicely lists these, and here are some comments from trying them out. In Eclipse 3.x, you used the ISelectionProvider. Arguments,...
workorhobby.blogspot.com
Work or Hobby?: ISS SSTV
http://workorhobby.blogspot.com/2015/04/iss-sstv.html
Working to support Hobby? Turning Hobby into Work? R/C Models, HAM Radio, Java, Eclipse, . Saturday, April 11, 2015. SSTV image sent by international space station on 145.800 FM on April 11, 2015. Each image was sent in about 3 minutes, with 3 minute pause between images. This pass was very low and thus short. First image had a little noise as ISS rose over the horizon. Second image started as ISS already vanished below horizon, so missing most of it. Subscribe to: Post Comments (Atom).
workorhobby.blogspot.com
Work or Hobby?: Apple iMac Harddrive Replacement
http://workorhobby.blogspot.com/2012/04/apple-imac-harddrive-replacement.html
Working to support Hobby? Turning Hobby into Work? R/C Models, HAM Radio, Java, Eclipse, . Tuesday, April 3, 2012. Apple iMac Harddrive Replacement. Needed to replace the Harddrive on an Apple iMac. The original drive was 160GB. A 250GB replacement was found for around $60 (3.5", SATA). Then it came to re-installing the operating system from DVDs, where I ran into two surprises:. Can't eject the disk? Subscribe to: Post Comments (Atom). Spectrum Analyzer With 555 Fits In A Tin. View my complete profile.
workorhobby.blogspot.com
Work or Hobby?: Futaba 9C Throttle Lock
http://workorhobby.blogspot.com/2013/11/futaba-9c-throttle-lock.html
Working to support Hobby? Turning Hobby into Work? R/C Models, HAM Radio, Java, Eclipse, . Tuesday, November 26, 2013. Futaba 9C Throttle Lock. To get a "Throttle Lock" for electric motors on the Futaba 9C while not in a heli mode:. Select one of the programmable mixes. SW: E, Posi: Down. Mas: Thro, Slv: Thro. Link, Trim: Leave Off. Offset: 0% (Throttle stick to idle, then hold rotary for 1sec). Rate 'down': 100%, 'up': -100%. Similarly for the T8FG:. Offset Y at -100. Rate -100 for both directions.
workorhobby.blogspot.com
Work or Hobby?: Audio Attenuator for PSK/RTTY/SSTV/...
http://workorhobby.blogspot.com/2015/04/audio-attenuator-for-pskrttysstv.html
Working to support Hobby? Turning Hobby into Work? R/C Models, HAM Radio, Java, Eclipse, . Sunday, April 5, 2015. Audio Attenuator for PSK/RTTY/SSTV/. People with more patience should be able to put a smaller trim pot inside the RIGblaster, but I preferred to keep that as is and instead plugging the attenuator in-line. In the picture, the pigtail on the right side of the black box goes into the computer's headphone jack. Audio from there is then attenuated, fed via the blue/green plug into the rigbla...
workorhobby.blogspot.com
Work or Hobby?: Eclipse JFace 'VIRTUAL' TreeViewer basically requires TreeColumnLayout?
http://workorhobby.blogspot.com/2012/02/eclipse-jface-virtual-treeviewer.html
Working to support Hobby? Turning Hobby into Work? R/C Models, HAM Radio, Java, Eclipse, . Wednesday, February 29, 2012. Eclipse JFace 'VIRTUAL' TreeViewer basically requires TreeColumnLayout? After looking closer, it became obvious that the one and only column of the tree had a nearly zero width. Note the arrow in the image that shows the column separator:. Early "fixes" involved forcing a refresh after setting the TreeViewer input:. Tree viewer.setInput(config);. Tree viewer.refresh();. Subscribe to: P...
workorhobby.blogspot.com
Work or Hobby?: Extra 3.25
http://workorhobby.blogspot.com/2012/03/extra-325.html
Working to support Hobby? Turning Hobby into Work? R/C Models, HAM Radio, Java, Eclipse, . Monday, March 12, 2012. First heard about the design as a Model Airplane News plan, designed by Rich Uravitch. Then found the Lanier kit version on EBay, got it for Christmas in 2010 together with a used OS FS 26. Unclear how old that engine is. It looks a bit more gummed up than my other 10-year old OS 26. The kit suggests a weight of 3.5 to 4.5 lbs, but my plane came out just under 3 lbs! First flight was on the ...
workorhobby.blogspot.com
Work or Hobby?: Super Slinky
http://workorhobby.blogspot.com/2013/08/super-slinky.html
Working to support Hobby? Turning Hobby into Work? R/C Models, HAM Radio, Java, Eclipse, . Friday, August 2, 2013. This was a free plan in the January 2013 R/C Model Aeroplane magazine, by Alex Whittaker, including. With a warning like that, I couldn't resist. The original idea of the plan is a very quick build. One type of rib, box fuse, plank tail. Of course it took me 3 month, using stick-build tail, one extra wing bay, and in general every attempt to not rush it. Subscribe to: Post Comments (Atom).
workorhobby.blogspot.com
Work or Hobby?: RIGblaster plug & play needs USB-2
http://workorhobby.blogspot.com/2012/07/rigblaster-plug-play-needs-usb-2.html
Working to support Hobby? Turning Hobby into Work? R/C Models, HAM Radio, Java, Eclipse, . Thursday, July 5, 2012. RIGblaster plug and play needs USB-2. Tried to communicate with a RIGblaster plug and play via Java RXTX. The Rigblaster is essentially a USB-to-serial converter. All functioned fine on a new Windows 7 computer with 64 bit Java, until suddenly it didn't. The RXTX code hung somewhere in its CommPortIdentifier class that is used to open a port. Subscribe to: Post Comments (Atom).
workorhobby.blogspot.com
Work or Hobby?: Eclipse Plugins with Native Code for Multiple Platforms
http://workorhobby.blogspot.com/2012/06/eclipse-plugins-with-native-code-for.html
Working to support Hobby? Turning Hobby into Work? R/C Models, HAM Radio, Java, Eclipse, . Friday, June 15, 2012. Eclipse Plugins with Native Code for Multiple Platforms. Eclipse plugins can contain native code. Since the native code is specific to a certain architecture, this should probably be put into a fragment that is then added to the 'main' plugin depending on the architecture. Osgios=linux) ( (osgi.arch=x86)(osgi.arch=x86 64) ). Lib/linux/x86/mylib.so; osname. Lib/linux/x86 64/mylib.so; osname.