Posts

Showing posts from January, 2010

Thread: How to disable showing mounted devices on the Desktop.

Image
well, title explains all. shows ntfs partitions , usb stick attached computer - how can make them not show on desktop, still available through "places" menu. suggestions? terminal : code: gconf-editor browse nautilus/desktop , uncheck "show media drives" ( ). Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [ubuntu] How to disable showing mounted devices on the Desktop. Ubuntu

Thread: how to run autostart daemon after reboot

hi untill latest upgrade 9.04 had daemon starting @ each boot. doesnt happen anymore, can still start manually with /etc/init.d/mon start has idea how add make start automaticcly in advance system -> preferences -> startup programs ( /etc/init.d/mon command ). Forum The Ubuntu Forum Community Ubuntu Specialised Support Ubuntu Servers, Cloud and Juju Server Platforms [ubuntu] how to run autostart daemon after reboot Ubuntu

school project help!!

i need school project have sm5100b gsm module , mega2560 i want send sms control led's when send sms mega2560 +cmt: "+14105551234","+13065550024","10/12/10,12:21:37+00",30                                                             turn on light when string on serial1 how can send  "lights on" string serial2 thank you quote when send sms mega2560 this +cmt: "+14105551234","+13065550024","10/12/10,12:21:37+00",30                                                             turn on light first, show code gets data on serial1. if getting data, should trivial parse input determine command. the...

Another Elite thread - Raspberry Pi Forums

Image
not done yet, it's compiled under raspbian, , running natively, no emulators involved. chance fiddle later. please note: *can't* release source. firstly it's not mine, , secondly withdrawn public domain @ request of david braben. ta, ah played version of on pc, must have been 3-4 years ago. nice version remember. (i believe mr braben had ask withdrawn, because third party did silly source code. not pinder's fault, in other words.) raspberrypi

String Command In Serial Port using WString Lib

i've been developing sort of console arduino without use of bitlash. used wstring library instead. entering 'on#' turn led on, while 'off#' turn led off. other commands ignored (but must still terminated #). the terminating character problem. goal replace '#' '\n' or '\r', instead of typing 'on#', have type 'on'. not work on arduino serial monitor. any comments/suggestions appreciated. thank you. this code. code: [select]  /* string command in serial port using wstring library      the program waits command serial monitor.    entering 'on#' turn led connected pin 2.    entering 'off#' turn led off.    this provides alternative bitlash.        this not best , way string command    from serial monitor. created because did    not find example. suggestions welcome.        the circuit:    pin 2 connected 220-ohm resistor, then    connected led , grounded. alternative,    you may change code ...

Controlling two motors

hello! could me make code can control 2 motors , speeds? because don't know how make one... can control 1 motor , speed code: code: [select] int value = 0;                            // variable keep actual value int motorpin = 9;                         // motor connected digital pin 9 void setup() {  // nothing setup } void loop() {  for(value = 0 ; value = 255;)  {    analogwrite(motorpin, value);           // sets value (range 0 255)  } } code: [select] for(value = 0 ; value = 255;) that's valid c, not want, think. http://arduino.cc/en/reference/for controlling 2 motors not twice hard controlling 1 motor. Arduino Forum > Forum 2005-2010 (read only) > Software > Syntax & Programs > Controlling two motors arduino

Dreamweaver 8 Wants To Install On OS9

my copy of dreamweaver 8 attempts install on os9 though don't classic installed. want open on osx. not sure or change. thanks! that's odd, because dw8 won't run on os9... what signs give it's trying install on os9, if you don't have installed? best regards, chris "ajroorda" <webforumsuser@macromedia.com> wrote in message news:f1o436$aus$1@forums.macromedia.com... > copy of dreamweaver 8 attempts install on os9 though don't > classic installed. want open on osx. not sure or > change. > > thanks! > More discussions in Dreamweaver support forum adobe

Virtuemart - Joomla! Forum - community, help and support

nÃ¥r man skal registrere seg nettbutikken fÃ¥r jeg opp følgende feilmelding: parse error: parse error, unexpected ',', expecting '(' in /xxx/xxx/public_html/administrator/components/com_virtuemart/html/checkout_register_form.php(208) : eval()'d code on line 1 etter mine begreper er det denne koden jeg fÃ¥r feilmelding pÃ¥ filen checkout_register_form.php: eval( "\$ps_html->list_extra_field_$i( mosgetparam( $_request, 'extra_field_$i'), \"id=\\\"extra_field_$i\\\"\");" ); er det noen som kan se noen synhtax feil denne koden??       parse error høres ut som en sprÃ¥kfil som er feil. det er lite sannsynlig @ det er feil som gir parse error core-filene vm, den er forholdsvis gjennomtestet. bruker du norsk sprÃ¥kfil? prøv Ã¥ finn referanser til 'extra_field_' sprÃ¥kfila (typisk "define...extra_field_parameteretellerannet") og sjekk om alle haker og klammer er pÃ¥ plass. eventuelt fjern selve oversettelsen, ikke haker o...

displaying image using curses.lib - Raspberry Pi Forums

any 1 know if it's possible display image within window maintained curses package? or if there alternative screen handler terminal sessions can support this? (i don't want overhead of running x) hi, curses (ncurses) programming library provides api allows programmer write text-based user interfaces in terminal-independent manner ( http://en.wikipedia.org/wiki/ncurses ). text only. unless turn image ascii art, out of luck. raspberrypi

Battery For Raspberry Pi - Raspberry Pi Forums

hello although pi capable of running batteries, havent seen 1 using batteries yet. can give me pictures or details experience. main problem connecting batteries mini usb cable. (i have little knowledge soldering.) , perhiperals powered? in advance http://www.ebay.co.uk/itm/5000mah-porta ... 0900342453 ? richard s. raspberrypi

Working with uint8_t encoded data (virtualwire)

as usual have managed solve problems while failing solve others. stuck on translation of data. building cheap tranceiver using radio transmitters , receivers have got sparkfun. able send address , receive addresses of others transmitting theirs. the trick trying pull off in larger view want send tranceivers each individual tranceiver can see. able send data variables follows- 0:1,2 0 tranceiver can see 1 , 2. however, 1 , 2 hard coded not variable address. i having trouble parsing uint8_t data receive. have worked out script translate string integers , delineation. cannot uint8_t data convert char can strcat string parsing int's. here script needs go. code: [select] char msg[30]=""; ///////////////////////////////////////////receive data void rx(){ //   vw_rx_start(); // serial.println("receive");//debug only  uint8_t buf[vw_max_message_len];    uint8_t buflen = vw_max_message_len;    vw_wait_rx();    if (vw_get_message(buf, &buflen)) // chec...

Having trouble with my attachInterrupt not working

hoping can newbie out here. having problems attachinterrupt button. when connect digital pins #2 , #3 5v , run button ground clear out 0v low nothing happening on lcd. "regular" code keeps on running no interruption. more newbie status me me out. thank in advance!!! code: [select] //read air pressure in air bags, 4 air pressure sensors on analog pins 0-3 //2 tank sensors connected analog pins 4,5 //air ride control unit attached digital pin 13-6 //2 push buttons connected digital pins 2,3 interrupt , clear display upper , lower tank //2 push buttons connected digital pins 5,4 set ride heights //uses moderndevice 20x4 lcd screen const int psisensor1 = 0;    //set lf bag sensor input on analog port 0 const int psisensor2 = 1;    //set rf bag sensor input on analog port 1 const int psisensor3 = 2;    //set lr bag sensor input on analog port 2 const int psisensor4 = 3;    //set rr bag sensor input on analog port 3 const int tank1sensor = 4;   //set upper tank sensor inp...

Binary Sketch Size not changing?

guys, i've been able forum , arduino.cc site on number of other things , thank guys support of arduino. also, in advance in particular issue: i'm writing program , @ different stages, fix errors found , compile program problem seems binary sketch size not change. though i've far written 200 lines , i'm using functions of math library , quite number of doubles, still says sketch "1804 bytes (of 30720 byte maximum). [i'm using atmege328]. it seems me there wrong going on. be? don't see how program blinkwithoutdelay of 43 lines take 2306 bytes , mine take less space? i hope can help. thank you! if sketch never calls function, linker throws out.  maybe you're writing lot of new features, never call features in isr, setup() or loop()? Arduino Forum > Forum 2005-2010 (read only) > Software > Syntax ...

MIDI control for 56 buttons on 7 4021 mux.

hi guys! i'm writing code midi controller i'm building. i'd have improve code, make faster , better, best way it's possible! i have arduini midi out connection, sending out notes 56 buttons connected 7 4021 multiplexers. the code made works , i've it's enough easy handle adding multiplexers or change notes. but i'm asking if there's way make better. thanks in advance coming! code: [size=10] #include <midi.h> // ****************************************** // variables definitions // ****************************************** // ********************* // buttons multiplexing variables // definition of pins int buttonsmuxclockpin = 7; int buttonsmuxlatchpin = 8; int buttonsmuxdatapin = 9; // define variables hold data // each shift register. byte muxbuttons1 = 0; byte muxbuttons2 = 0; byte muxbuttons3 = 0; byte muxbuttons4 = 0; byte muxbuttons5 = 0; byte muxbuttons6 = 0; byte muxbuttons7 = 0; // general midi notes char buttonsmuxnotes1[] = {0,...

Link to extra submission form - Joomla! Forum - community, help and support

Image
for our site: http://nephesus.nshosters.com/~king/ looking way link 2 submission/contact forms. concrete: 2 links text in 'bestellen'-page, 2 forms (one form new customers , 1 current customers getting log in codes online ordering) how do this? have both pages looking contact-page (but more fields 'customer name' e.g.). thanks! jeannette hey jeanette how's site looking nowadays? try this: http://forum.joomla.org/index.php/topic,21462.msg129462.html#msg129462 Board index Joomla! Older Version Support Joomla! 1.0 General Questions - 1.0.x

Install wireless driver in BerryTerminal (Edimax EW-7811Un) - Raspberry Pi Forums

i attempting use raspberry pi ltsp thin terminal via berryterminal, driver wireless adapter isn't included in distribution. can point me instructions in order this? raspberry pi: model b, 256 mb ram wireless adapter: edimax ew-7811un os: berryterminal (via berryboot) based on google search, card uses realtek chipset. should able working command: code: select all sudo apt-get install -y firmware-realtek you'll need enter password when asks. after command completes, should able connect. raspberrypi

Frontpage Issues - Joomla! Forum - community, help and support

Image
hello everyone  i appreciate input on frontpage issue. on column in frontpage. tried changing settings on home menu , playing numbers on right side. nothing worked. thought template , changed 3 templates , still same result. may not doing right. if can me resolve issue, appreciate it. wesite address http://www.orthomail.us/orthodontics/index.php thank you.  Board index Joomla! Older Version Support Joomla! 1.0 Administration - 1.0.x

Digital inputs not reading in arduino/pduino

hi all.. i've been having troubles reading digital inputs of arduino duemilanove (328) using pduino firmware. mean having troubles not reading them @ all. analog ins , digital outs work fine, di not want read anything. i've checked ok (i can read them) other sketches including button read example arduino website, there no hardware issues. i've tried latest version of pduino firmware, , went way pduino 0.4 firmata 2.0. changed moocow objects flatspace hinted somewhere here no avail (yes, i'm on windows xp). i've tried pduino-help , pduino-test patches included download , works except digital input reading. .. , of course, digital ports enabled , pins' output mode in 0 (input) , serial port set correctly both selector , inside [arduino] object (just in case) the toggle objects not change @ in lower right section of pduino-test patch. matter of fact nothing comes out of [route digital] object, if directly connected [arduino] object am missing here? any ap...

The Best Way to Blur a Vector Graphic?

i'm trying logo (a line of text really) imported illustrator blur gradually 1 end other , normal, can done or more complicated? i've used soften fill edges approach it's not smooth , blur rather chunky, hoping little more subtle , smoother. some ideas great if publishing flash 8 or later can use blur filter. otherwise need create bitmap version of graphic blurred in editing tool photoshop. soften edges feature may work to degree things, speaking, not good bluring semi-complex or complex vector graphics. plus because uses vectors, can taxing on performance. "oli_wales" <webforumsuser@macromedia.com> wrote in message news:f2l7b2$d0g$1@forums.macromedia.com... > i'm trying logo (a line of text really) imported > illustrator > blur gradually 1 end other , normal, can > > done or more complicated? > > i've used soften fill edges approach it's not smooth , > > blur rather chunky, hoping little more subtle , >...

loading rong page! - Joomla! Forum - community, help and support

if go here: http://californiasims.com/joomla/index. ... &itemid=90 (which subsciption preview link) loads second page. however, want load this: http://californiasims.com/joomla/index. ... mitstart=1 . have played around it, , both pages in same catagory. did blog- content catory thing, has page numbers @ bottom, loading 2nd page, , want first! have played around paremeters, still no luck. please help! thanks! i think should use 0 instead of 1 Board index Joomla! Older Version Support Joomla! 1.0 General Questions - 1.0.x

Arduino interfacing with Java/JSP on Linux

hello, after several time googeling web, not find answer questions !!! in fact, (as test purpose moment) have linux box based on via artigo pico http://www.via.com.tw/en/products/embedded/artigo/index.jsp . on box, run apache , tomcat (java container) , publish web pages. on usb, connect arduino board sketch on it. what have jsp on via box user can change values , check values to/from arduino board. is possible, has done before ? many help. the arduino usb port serial port.. when plugged via via(ha!) usb port, device identification dev/ttys0 (s1, s2.. etc, pending device config) (i'm assuming you're running stable *nix kernel compiled stable usb/serial drivers).. need code client side serial i/o in c , wrap using jni.. can invoke jni layer via jsp pages (if fancy doing way) or wrap jni layer nice, looking interface via_hardware->fw->kernel->os->shell->jvm->tomcat->jsp::your_custom_arduino_comm_api->jni->lowlvl_c_serial_...

Thread: Faster "Drawer"

i have drawer on taskbar commonly used apps in it. when click on it opens half way 1 second opens way. there way open way when first click it? thanks powel you can try this: code: gedit ~/.gtkrc-2.0 and add code: gtk-menu-popup-delay = 0 may need logout , log in take effect. Forum The Ubuntu Forum Community Ubuntu Official Flavours Support New to Ubuntu [ubuntu] Faster "Drawer" Ubuntu

Arduino Duemilanove and shutter speed mettering

Image
hallo, i'm trying calibrate shutter speed of digital camera arduino. have matrix of 64 leds , problem time delay between 2 shining leds. take foto of matrix , count shining leds. example, shutter speed 1/45 s = 22 ms, time delay between leds 1ms, on photograph 11 shining leds. my code: code: [select] // definovani pinu rady const int radek[8] = {  10,12,18,11,14,15,17,16 }; // definovani pinu sloupce const int sloupec[8] = {  9,8,7,6,5,4,3,2};   // definovani doby svitu diody   const int svitit = 1; // pri startu se spusti jen jednou pak pokracuje nekonecna smycka loop void setup()   {  // nastavim piny na vystup:  for (int pin = 0; pin < 8; pin++) {    pinmode(radek[pin], output);    pinmode(sloupec[pin], output);      //vynuluju vstupy aby nic nesvitilo    digitalwrite(radek[pin], high);        digitalwrite(sloupec[pin], low);      }   } void loop()                     {    // postupne radky for (int poradi_radek = ...

A few q's from a new user - Joomla! Forum - community, help and support

hi guys. i've downloaded , installed joomla , far looking amazing! end saving me whole lot of time! can guys maybe recomend me few things... 1) there way users can post comments on news articles? 2) whats best forum script intergrate (i'm use phpbb) 3) there way users can webmail through joomla? me adding catch email account domain... thanks in advance, , sorry if these common questions! spike! 1. there component akocomment can this. more components , modules here: http://forum.joomla.org/index.php/topic,16398.0.html 2. joomlaboard total integrated joomla solution, runs on joomla. phpbb, vbulletin or smf need install bridge sync users , passwords. 3. don't know enough webmail, no default solution knowledge. Board index Joomla! Older Version Support Joomla! 1.0 General Questions - 1.0.x

Pb avec Dosbox - Raspberry Pi Forums

bonjour à tous, voila, je n'arrive pas configurer le clavier en français dans l'application dosbox. quand j'écrit "azerty " dans la fenêtre dosbox il s'affiche "q*gvn". le clavier ne correspond rien du tout !!! dans le fichier dosbox.conf j'ai remplit les infos si dessous : keyboardlayout=fr keyb fr si une personne connait le pb et trouver une solution sur le raspberry, merci de m'aider. raph oui, j'ai le même problème, lorsqu'on lance dosbox directement depuis le terminal sans interface graphique, le clavier est fou, c'est évidemment l'horreur de taper dans ces conditions. j'ai exactement le même problème. autrement, sur interface graphique, le clavier est bien pris en azerty. mais c'est dommage de pas pouvoir se passer de l'interface graphique (si quelqu'un trouvé d'ailleurs ?). raspberrypi

Aantal bezoekers, statistieken - Joomla! Forum - community, help and support

Image
is het mogelijk om een code voor aantal bezoekers te plaatsen in joomla, dit een standaard optie ergens aan wezig, of kun je ook een externe code gebruiken, zo ja, waar die te plaatsen. dank kijk eens goed bij de modules. daar zit die echt hoor. wel publiceren. www.depimpelaer.nl heeft hem gewoon lekker  draaien. Board index Joomla! International Language Support International Zone Dutch Forum Offtopic

Why is Array Declaration Causing Error?

my sketch failing, , i've narrowed down problem array declaration. have 2 arrays: 1 holding x position, , 1 holding y position, of row of sensors. scanning sensors find 1 activated, , passing number "sensorx[]" , "sensory[]" arrays x,y position of sensor. quote int sensorxpos[] = {  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,  0,5,10,15,20,25,30,35,40,45,50,56,61,66,71,76,81,86,91,96,101,106,  111,117,122,127,132,137,142,147,152,157,163,168,173,178,183,188,  193,198,203,208,213,219,224,229,234,239,244,249,254,259,264,269,  274,279,284,290,295,300,305,310,315,320,321,321,321,321,321,321, 321,321,321,321,321,321,321,321,321,321,321,321,321,321,321,321,321}; int sensorypos[] = {  0,5,10,15,20,25,30,35,40,45,50,56,61,66,71,76,81,86,91,96,101,  106,111,115,115,115,115,115,115,115,115,115,115,115,115,115,115,  115,115,115,115,115,115,115,115,115,115,115,115,115,115,115,115,  115,115,115,115,115,115,115,115,115,115,115,115,115,115,115,11...

IFrames

ok. built original site golive. decided want make minor changes i've decided rebuild using dreamweaver cs3 since golive pretty dead, i've run problems. biggest 1 want change content of multiple frames 1 link can't seem figure out how in dreamweaver. know possible since did golive version of site. site built 5 different inline fames , clicking link in 1 frame change contents of anther frame or 2 or 3 , works , looks great. able in go live applying target 2 frames action links. easy , didn't need learn how hand code , rather not learn if possible. dreamweaver, have been able set frames same way, can't seem link them. i've tried use "go url" function, gives me option target "main" frame. in golive target frame typing frame name in hand "go url" action "automatically" gives me option of frames available. should here working on html files , not within iframes through index.html file. says can , can open files in frames file dro...

Digital Servo Speed?

i received arduino duemilanove earlier today , spent past few hours digging in.  i have little programming experience regarding hardware, pretty noobish here.  i ran through led tutorial; wired servo , experimented pwm movements, , found servo sweep tutorial.  while adding additional functionality current project, continuously sweeping servo @ core quite excited , running quickly. [glow]is there way control servo speed via arduino?  i need slow sweep down crawl.  [/glow] i using hitec hs-5475hb digital servo.  hitec offers servo programmer can change speed of servo's in 10% steps, expensive @ $150.  i hoping find method around via programming.  i noticed degree sweep method moves slower sweep naturally occurs when calling out 2 distinct endpoints, tried reducing sweep amount 1 degree decimal value, didn't work (i'm assuming integer value needed here).  otherwise, given lack of experience both servo's , c, i'm @ loss ... other excessively coding each indivi...

Need help identifying .......

can tell me how accomplish animation in top 6 squares of site? h3bmedia.com know not flash wondering animated gif or something, although interactive mouse over......hmm any insight appreciated. thanks, adam they doing javascript-based image swapping "onmouseover" each of 6 images -- displayed "static" images getting replaced animated gif´s. More discussions in Dreamweaver support forum adobe

My first simple sketch don't work.

i want control led pwm , 2 push buttons. if keep button pressed should brighter "more button" , less bright "less button". nothing happens. code: [select] #define led 9                    // pwm #define more 2                   // two #define less 4                   // buttons byte val = 0;                    // variable reading pwm status void setup() {  pinmode(led, output);          // declare led pwm output  pinmode(more, input);          // declare pushbutton input  pinmode(less, input);          // declare pushbutton input   } void loop(){  digitalread(more);             // read button  if (more == high) {    val = val + 5;                    // more pwm    analogwrite(led, val);        }  digitalread(less);  if (less == high) {    val = val - 5;                    // less pwm    analogwrite(led, val);    }  delay(100);                                 //later want show value on lcd ...

sound issue (solved) - Raspberry Pi Forums

Image
i have sound issue. not gammer or when pi boots fine. can hear click on start , when shutdown. have installed lx radio believe called. on task bar show speakerr in top right corner, have went properties , set mixer, tried pcm still have no volume. on speaker on taskbar show sound set @ 1%. forgot mention not using hdmi cable. using rca plug video , have desktop speaker plugged pi. can tell me how volume above 1% i want did figued out. lets not worry on me. raspberrypi

phase-shifted PWM

i'm trying make program quite simply, shifts phase of pwm numbers. so have 2 variables, var1 , var2. var1 moving , down between 0 , 255. want var2 30 degrees out of phase of this, so when: var1 = 0 var2 = 64 var 1 = 128 var2 = 192 but also, var1 = 255 var2 = 192 now getting maths beyond small brain's capability, seeing didn't maths past gcse. anyone care lend hand? or brain, rather? greetings, doesn't simple work: code: [select] setup() {    int var1 = 0;    int var2 = 64; } loop () {   var1 = (var1 + 1) % 256;   var2 = (var2 + 1) % 256; } the variables start off fixed phase difference, , long incremented together, , wrap-around @ same point, stay in sync. regards, david Arduino Forum > Forum 2005-2010 (read only) > Software > Syntax & Programs > phase-shifted PWM ...

Need Help With Menus/Links

Image
hi wonder if can me out here. i’m in process of updating site run local writers group , in 1 of sub-directories have 1 hundred articles , these been added on regular basis. my problem menu. i’m working standard menu down left side of web pages , want include 8 links on each page e.g. page-a.html, page-d.html, page-x.html , on (the old site done on manual basis ie guess work!). difficulty how automate process? more important there script can use let me automatically update , randomize menu links add new pages? i have seen sort of thing before if refresh page menu automatically change , of course might encourage visitor stay little while longer, don’t know how achieve it. i operate dreamweaver 8 any appreciated. kate sounds need use cms (content management system). can create using dw, know bit of server side coding. otherwise, may want @ blogging system - of them create pages, don't have use blog. google wordpress, joomla , etomite (which used on site , e...

[Help] Không hiển thị lang Việt trong IE ( Firefox work good ) - Joomla! Forum - community, help and support

Image
mong nhận được sự giúp đỡ của các bạn ! mình dùng bộ lang của vietjoomla nhưng không hiểu sao dùng trên firefox rất okie, nhưng chuyển sang ie thì không hiển thị đúng... có phải css của temp chứa font ko thích hợp cho ie... thx lot p/s: joomla/langviet 1.0.4 chính xác là lỗi font trong css :d mình change theme default thi okie. firefox work bạn nào có giải pháp tốt hơn ko ? Board index Joomla! International Language Support International Zone Vietnamese Forum Joomla Tiếng Việt

Web Interfacing

i'm new arduino, i'm plunging right in open source. before venture vast unknown of pulling info off web arduino... using work done online i've managed make arduino dhcp lease server whenever boots , resolve domain names when entered serial monitor. gives me nice little plug , play board tell me ip address of whatever url enter.   to error check entered ip addresses browser. uh oh! apparently companies server doesn't allow navigate web site ip address. plan fix server manager, led interesting question. can arduino made query urls rather ip addresses? i have no experience c/c++ or arduino, please excuse me if silly question. thanks help. the first thing happens when client requests web page server url ip conversion done. involves call dns server  map domain name ip address. if can find code on pc, , fit code in available memory on arduino, perform dns lookup ip address. quote apparently companies server doesn't allow navigate web site ip...

Thread: Can't put Vista on grub

hi, have installed windows vista on computer followed link recovering recover grub. followed steps vista didn't show on grub loader. edited /boot/grub/menu.lst still following how to. got error: error 23 cant parse something can me?? menu.lst in moment code: title ubuntu 9.04, kernel 2.6.28-13-generic uuid 182335e4-74a1-4bea-9ad4-f225f333ff03 kernel /boot/vmlinuz-2.6.28-13-generic root=uuid=182335e4-74a1-4bea-9ad4-f225f333ff03 ro quiet splash initrd /boot/initrd.img-2.6.28-13-generic quiet title ubuntu 9.04, kernel 2.6.28-13-generic (recovery mode) uuid 182335e4-74a1-4bea-9ad4-f225f333ff03 kernel /boot/vmlinuz-2.6.28-13-generic root=uuid=182335e4-74a1-4bea-9ad4-f225f333ff03 ro single initrd /boot/initrd.img-2.6.28-13-generic title ubuntu 9.04, kernel 2.6.28-11-generic uuid 182335e4-74a1-4bea-9ad4-f225f333ff03 kernel /boot/vmlinuz-2.6.28-11-generic root=uuid=182335e4-74a1-4bea-9ad4-f225f333ff03 ro quiet splas...

Timer on a KS0108 display

just wanted share timer code display in right lower corner. good have if want keep track of time passed start in application. will show, hh:mm:ss i did found count 27 hours before goes 00:00:00 again, 27 hours timers enough people. and yes, code far perfect works. the time code found on forum, man created that. to more informtion on used ks0108 library , set check: http://www.arduino.cc/playground/code/glcdks0108 code clock math added before void setup code: [select] unsigned long current_millis_value = 0; unsigned long previous_millis_value = 0; unsigned long m = 0; unsigned int seconds = 0; unsigned int minutes = 0; unsigned int hours = 0; code clock math added in void loop code: [select]  current_millis_value = millis();  m += current_millis_value - previous_millis_value;  seconds += m / 1000;  m = m % 1000;  minutes += seconds / 60;  seconds = seconds % 60;  hours += minutes / 60;  minutes = minutes % 60;  hours = hours % 24;  previous_millis_value = current_mil...

Thread: sense accens als menús

Image
bona tarda, fa dies (mesos), que al actualitzar de la versió d'ubuntu 8.10 la 9.04 vaig perdre els accents als menús del sistema. per exemple... enlloc de aplicacions -> gràfics, veig aplicacions -> gr^fics enlloc de aplicacions -> programació, veig aplicacions -> prgramaci- enlloc de sistema -> administració, veig sistema -> administraci- en canvi, sistemes -> preferències, ho veig correctament. podeu veure-ho al fitxer adjunt. per més misteri, això només passa amb el meu usuari. el de la meva companya ho veu tot perfectement. algú té idea de com solucionar-ho? gràcies. pd: el teclat la resta de les aplicacions funcionen perfectament. attached images accents.png (51.2 kb, 3 views) Forum The Ubuntu Forum Community Other Discussion a...

Thread: Garbage on screen after boot up

hi! need this, i'd appreciate if give me hand. i've been working jaunty few months now, happy it. tried installing ati drivers, since read solution slow fullscreen videos in youtube , stuff. have ati radeon 7500. anyway, after installing both ati drivers , catalyst add/remove, rebooted. normal: grub loads normally, splash screen shows up, bar fills normally... , then, onscreen garbage. top portion of screen garbage, while bottom part desktop (i have autologin set). after that, screen flickers once or twice , garbage changes: bottom part garbage, , top part various things on screen recently: row ubuntu splash repeated, , row bios splash (!) happened right after installed ati drivers: alright before. how can fix whatever messed up? go system->admininstration->synaptic package manager , uninstall packages. Forum The Ubuntu Forum Community Ubuntu Offici...

d

can tell me how transmission of information takes place 1 robot another...(in codings/program) quote can tell me how transmission of information takes place 1 robot another without knowing transmission medium, no, doubt could. Arduino Forum > Forum 2005-2010 (read only) > Software > Development > d arduino

Thread: Printscreen in ubuntu

Image
i'm interested in how can printscreen in ubuntu. need download or install something? sorry posting stupid question, can't figure out myself is print screen button not working? Forum The Ubuntu Forum Community Ubuntu Official Flavours Support New to Ubuntu [ubuntu] Printscreen in ubuntu Ubuntu

<< Start End >> - Joomla! Forum - community, help and support

hello instead of getting: end >> i have: _pn_lt_pn_lt start _pn_lt prev 1 2 next _pn_rt end _pn_rt_pn_rt what's causing , how fix it... thank you with joomla 1.0.4 new language strings included in default language file (english.php). need add these strings language file (???) , translate them or whether there update language available on http://developer.joomla.org/ click here see strings added or changed Board index Joomla! Older Version Support Joomla! 1.0 General Questions - 1.0.x

The help system cannot be launched

i have developed extension works fine in dreamweaver 7 , 8. however, in dreamweaver 9 (cs3) when launch chm file, getting error "the system cannot launched because folder missing. please install folder or reinstall dreamweaver". i using function dreamweaver.openhelpurl() launch chm file. in extension manager program use <helpbook-insert> <book-id .../> </helpbook-insert> did else encounter problem? if so, how did rectify it. appears me new dreamweaver doesn't use chm files. using instead? thanks, girish hi gputhanv: bad news: afaik method launch chm files no longer work. the best (and simpliest) workaround have found far using dw.openwithapp("pathtochm","hh.exe") hth, andres cayon http://www.dwug.es --------------------------------------- "gputhanv" <webforumsuser@macromedia.com> escribió en el mensaje news:f2icpn$r95$1@forums.macromedia.com... >i have developed extension works fine in dreamweaver ...