HAM Community Center Geeks' Lounge by jbennet Anyone do HAM (amateur) radio? Re: HAM Community Center Geeks' Lounge by Ancient Dragon Does anyone do that any more? I thought they were made obsolete by the cell phone and satrllites. Re: HAM Community Center Geeks' Lounge by jwenting many people still use it. I don't, the paperwork here is far too cumbersome that's required to get and retain a radio operation license (and living in a groundfloor apartment there's nowhere to put up an antenna anyway). Re: HAM Community Center Geeks' Lounge by jbennet Yeah, here there are 3 licences, but you can get them thrugh radio clubs. I was just asking because a friend of mine has his advanced licence and speaks to people across the world, and he was showing me some of his stuff (he wants me to write a system which sends morse code by a serial port?) Re: HAM Community Center Geeks' Lounge by Ancient Dragon >>he wants me to write a system which sends morse code by a serial port That would be pretty easy to do in either c or c++. Only have to convert each character to a series of dots and dashes then send them. Re: HAM Community Center Geeks' Lounge by jbennet Yeah i just gotta write the SW to send the dots and dashes in binary form. He is working on some electonics to get it to then key the radio. I did a similar thing in ASM for PC to PC comms ages ago , ill try and steal some code from it. Re: HAM Community Center Geeks' Lounge by The Dude Here is a good radio discussions site :) [url]http://grumpy.proboards11.com[/url] qbs HAM toolbox Hardware and Software Microsoft Windows by Daniel_25 … (windows 7 home premium). The program is called the qbs HAM toolbox. It was meant for windows XP. Despite that I… Re: qbs HAM toolbox Hardware and Software Microsoft Windows by Hiroshe First for the d drive problem. You probably don't need the recovery drive to be mounted, or if you do, you can assign it a different letter. After that you can create a virtual disk to be used for d drive. 1. Press "Windows key" and r, type in compmgmt.msc and press enter. 2. On the left pane go to Storage -> Disk Management. 3. Right… Re: Change-a-Letter-or-Two-Game Community Center Geeks' Lounge by joshSCH ham Help with subtotal Programming Software Development by onlinegear …;3.50"); } else if (PizzaCombo4.getSelectedItem().equals("Ham and Pineapple")) { priceLabel13.setText("4.20");…;3.50"); } else if (PizzaCombo10.getSelectedItem().equals("Ham and Pineapple")) { priceLabel37.setText("4.20");… Re: Help with subtotal Programming Software Development by peace_of_mind …;); total = total + 3.50; } else if (PizzaCombo10.getSelectedItem().equals("Ham and Pineapple")) { priceLabel37.setText("4.20"); total… How to parse JSON to listview android? Programming Mobile Development by silent lover … Pizza","Rp 65.000","Ground beef, ham, pork frankfurter","198 kcal/ large slice");… Pizza","Rp 75.000","Ground beef, ham, pork frankfurter","255 kcal/ large slice");…Pizza","Rp 85.000","Ground beef, ham, pork frankfurter","177 kcal/ large slice");… Modem Not detected :( Hardware and Software Linux and Unix by knights …root@localhost 412-2]# make all cd coredrv; make ham; make[1]: Entering directory `/usr/local/src/412-…directory `/usr/local/src/412-2/coredrv' make: *** [ham] Error 2 [root@localhost 412-2]# make install bash …for persistant storage installing hamregistry data installing ham module install: cannot stat `ham.o': No such file or directory … help please guys Programming Software Development by seanj1992 … ta; JRadioButton small, medium, large, giant; JCheckBox pepperoni, ham, onions, peppers, sweetcorn, chicken, lamb, meatballs, pineapple; JCheckBox…(listener); p22.add(pepperoni); ham = new JCheckBox ("Ham"); ham.addActionListener(listener); p22.add(ham); onions = new JCheckBox (&… Internal Server Error Programming Web Development by goliath23 …" face="Verdana,Arial,Default">Homestyle Boneless Ham (RT)</font></td> <td bgcolor…="Verdana,Arial,Default">Sweet Apl- Turkey Breast/Ham (D &amp; FS) <a href="factsheets/…" face="Verdana,Arial,Default">ReaLean Whole Ham / Turkey (RT)</font></td> <… Re: Modem Not detected :( Hardware and Software Linux and Unix by Thong_Ispector … on your system? I was having the same problems with Ham modems I know the docs say that that is a… hardware modem but HAM is not a true hardware modem. I tried 12 different… Modem Help Hardware and Software Linux and Unix by icecool …o [root@ACIDBURN Intel-v92ham-453]# make ham Module precompile check Current running kernel is: 2…quot;PSTN_DEF=-DTARGET_HAM -DDSP_CODE_800_SERIES -DTARGET_LINUX -DLINUX" \ ham; make[1]: Entering directory `/root/Intel-v92ham-453/Intel…-453/Intel-v92ham-453/coredrv' make: *** [ham] Error 2 [root@ACIDBURN Intel-v92ham-453]# … Dialog Box wont work....wat did i do wrong....program due soon Programming Software Development by rena0514 …;); JCheckBox onion = new JCheckBox("Onion"); JCheckBox ham = new JCheckBox("Ham"); JCheckBox mushroom = new JCheckBox("Mushroom");….red); sausage.setBackground(Color.red); onion.setBackground(Color.red); ham.setBackground(Color.red); mushroom.setBackground(Color.red); pepper.setBackground(Color… pizza reciept program Programming Software Development by rena0514 …;); JCheckBox onion = new JCheckBox("Onion"); JCheckBox ham = new JCheckBox("Ham"); JCheckBox mushroom = new JCheckBox("Mushroom");….red); sausage.setBackground(Color.red); onion.setBackground(Color.red); ham.setBackground(Color.red); mushroom.setBackground(Color.red); pepper.setBackground(Color… Re: pizza reciept program Programming Software Development by rena0514 …;); JCheckBox onion = new JCheckBox("Onion"); JCheckBox ham = new JCheckBox("Ham"); JCheckBox mushroom = new JCheckBox("Mushroom");….red); sausage.setBackground(Color.red); onion.setBackground(Color.red); ham.setBackground(Color.red); mushroom.setBackground(Color.red); pepper.setBackground(Color… Temp converter Programming Software Development by FudgeCoder … "3. Escape" ham=input("Please select an option: ") if ham==1: tc=input("Put a…: ") tf=(9/5)*(tc+32) print tf if ham==2: TF=input("Enter a Farenheit temp: ")… TC=(5/9)*(TF-32) print TC if ham==3: choice=0 [/CODE] Re: Temp converter Programming Software Development by snippsat … print "3. Escape" ham=input("Please select an option: ") if ham==1: tc=input("Put a…in: ") tf=(9/5)*(tc+32) print tf if ham==2: TF=input("Enter a Farenheit temp: ") …TC=(5/9)*(TF-32) print TC if ham==3: choice=0[/CODE] Validation for empty JTextField not working Programming Software Development by aabbccbryanmark …String txt1; if(cBtn.isSelected()==true) { txt1=Integer.toString(ham); txt2.setText(txt1); cBtn1.setEnabled(false); cBtn2.setEnabled(false); …//pic.setBounds(20,310,200,150); text=Integer.toString(ham); txt1.setText(text); txt.setText("1"); … Toggle visibility of checkbox based on status of radio Programming Web Development by guido_1 …space height: pizza mini pizza medium pizza maxi toppingmaxi: ham salami olives How can I display toppingmaxi near(top)… /> <label for="option-value-21">ham (+$7.00) </label> <br />… /> <label for="option-value-29">ham 100gr (+$38.00) </label> <br />… Pizza Calculator Java Program Programming Software Development by thewayoftheduck …JCheckBox Sausage = new JCheckBox("Sausage"); JCheckBox Ham = new JCheckBox("Ham"); JCheckBox Pinapple = new JCheckBox("Pinapple"…Cheese); centerPanel.add(Pepperoni); centerPanel.add(Sausage); centerPanel.add(Ham); centerPanel.add(Pinapple); centerPanel.add(BlackOlives); southPanel.add(Calculate);… Ordering system Programming Software Development by Christian Felix …lt;<"\nPizza Flavor: (1)Hawaiian (2)Pepperoni (3)Ham & Cheese (4)All Meat (5)All Cheese (6)…<<"\nAdditional/Extras: (1)Pepperoni (2)Pineapple (3)Ham (4)Veggies (5)Meat (6)Cheese (7)None :"; … total=total+65; break; case 3: cout<<" ham & cheese pizza"; total=total+50; break; case 4… Random Recipe Generator Community Center Geeks' Lounge by The Dude … Raisins[/b] Serves 3 You will need: 10g ham 130ml cream 110g raisins 60g soft cheese 1 sausages …Sprinkle the soft cheese over the top Defrost the ham Defrost the sausages Sprinkle the soft cheese over …the top Barbeque the raisins Throw the ham away Saute the raisins Toast the cream Bake … Checked list boxes and Arrays Programming Software Development by Purrenhage … to perform like I want Example: when you hit the ham button the items shows up. And I can get the… much ingredient where used for ‘inventory proposes (example sold 5 ham sandwiches with lettuce that is total of 1.25 ‘ounces… of lettuce used). 'Menu items prices 'Ham sandwich total $3.00 'Turkey sandwich total $3.00 'Roast… Making a Pizza Menu and Need it to Calculate Programming Web Development by aarmstrong …;/label> <input type="checkbox" id="ham" name="topping" value="all" onclick…;DisplayPrice(this.value)" > <label for="ham">Ham</label> <input type="checkbox"…