Posts

Showing posts from May, 2013

tone() not recognized

i'm trying play around tonemelody example off site, every time verify sketch says: "error: 'tone' not declared in scope" what mean? without seeing sketch? who knows? well, isn't complaining not being able find include file, either have no "#include", or 1 have incorrect, or you're spelled wrong, or... Arduino Forum > Forum 2005-2010 (read only) > Software > Syntax & Programs > tone() not recognized arduino

Android on RPi ? - Raspberry Pi Forums

i bought magazines linuxuser @ shows how install android (razdroid) , tried ? can't see mention of on site gordon there android sub forum here, if mean didn't seem android in general mentioned. http://www.raspberrypi.org/phpbb3/viewforum.php?f=73 , putting razdroid in search box on these forums returns 18 hits, including links. cheers raspberrypi

Shifting in with 74HC165N Trouble

Image
i'm having no luck whatsoever 74hc165 entry in arduino playground. i have wired according comments when fire says inputs low states they've changed , have gone high. sits with no updates serial window regardless of whether button pressed or not. have 8 buttons wired go high when pressed , pulled down low via 100k resistors when not pressed. sketch work? has had success it? it's been frustrating me going on month now. code: [select] /* * sn74hc165n_shift_reg * * program shift in bit values sn74hc165n 8-bit * parallel-in/serial-out shift register. * * sketch demonstrates reading in 16 digital states a * pair of daisy-chained sn74hc165n shift registers while using * 4 digital pins on arduino. * * can daisy-chain these chips connecting serial-out * (q7 pin) on 1 shift register serial-in (ds pin) of * other. * * of course can daisy chain many while still * using 4 arduino pins (though have process * them 4 @ time separate unsigned long variables). * */...

Thread: Improve translations offline

Image
hello, think idea, if improve ubuntu translations faster , intuitive while off-line it. when on-line have 'power' choose sent or not translations original site. idea should improve , more intuitive , easy new updates. can vote idea below: Forum The Ubuntu Forum Community Ubuntu Specialised Support Development & Programming Packaging and Compiling Programs Improve translations offline Ubuntu

Turiu problema, padekite - Joomla! Forum - community, help and support

sveiki, trumpai tariant nesusitvarkau su koduotem kazhko veiksmas vyksta encoding'as utf-8 puslapio ir rodo viska teisingai, joomla versija 1.0.4, idetas lietuviskumas 1.0.4, stasio relyzas. template koduote irgi utf-8. problema tame kad paspaudus pvz prisijungti mygtuka pries tai nieko nesuvedus, nerodo lietuvisku raidziu. klaida ismeta bet kokiais hieroglifais vietoj lietuviskumo.  jei ranka nuimi auto select ant ie pvz tai rodo normaliai, kaip padaryt kad tik uzhsikrovus normaliai rodytu ir nereiketu rankom nuiminet? perkeltas joomla 1.0 Board index Joomla! International Language Support International Zone Lithuanian Forum Joomla! 1.0

Thread: How do you make the icon fonts blend into the desktop

i'm running xubuntu 9.04. how make icon fonts blend desktop wallpaper rather having highlighted border around them? thanks. you might try this link , haven't tried on jaunty. don't know if still works. Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Desktop Environments [xubuntu] How do you make the icon fonts blend into the desktop Ubuntu

arduino BT and serial commands

hi i getting weird results code. if send "a" response, once. sending "d" freezes serial monitor. if hit "b" after "a" nothing happens, no character works after that. thanks help code: [select] int ledpin =13; int solenoid1 = 5; int solenoid2 = 7; int solenoid3 = 10; int solenoid4 = 12; int solenoids[] = {solenoid1,solenoid2,solenoid3,solenoid4}; int cnt = 0; void setup() {  serial.begin(115200); //init of serial com  pinmode(ledpin, output);  for(int i=0;i<4;i++){    pinmode(solenoids[i], output);  } } void loop() {    cnt++;  cnt %= 20;  if(cnt < 10) digitalwrite(ledpin, low);  else digitalwrite(ledpin, high);      for(int i=0;i<4;i++){    digitalwrite(solenoids[i], low);  }  delay(50);  checkinput();  delay(50);  //serial.println("loop"); } void ...

Problemer med on-line webside - Joomla! Forum - community, help and support

Image
hej allesammen, jeg kan ikke forstår @ når jeg udvikler min side her: http://www.netau.hotserv.dk localhost ser alt fint ud, men hvis ser siden på url on-line på url`en så er den helt skør ie. den viser heller ikke mit baggrundsbillede fra mit css. er der noger der ved hvorfor? jeg har vedhæftet websistet winzip med dette indlæg. håber en kan hjælpe mig. problemet er løst efter en god gang debugging. men jeg må nu nok erkende @ css og internet explorer kan være en smule tricky...jeg tror jeg hopper on til mere brug af firefox. Board index Joomla! International Language Support International Zone Danish Forum Diverse (Off topic)

Bunch of Newbie Questions - Raspberry Pi Forums

Image
hey all, wanted start thread full of newbie questions aren't answered (so think in faq) , of them specific needs. here questions based upon 512mb revision b version of board 1. looking use few of different jobs. 1.1. web server couple of low traffic website (we're talking 15 hits day - or 30 hits them both) static html sites no databases[/*] 1.2. mumble server 10 people [/*] 1.3. email server push emails iphone 1 domain personal email account not lots of emails floating through [/*] 1.4 nas home - nothing not media center [/*] there os suited of or stack packages on top of each other installing multiple applications onto windows? 2. website best (i know subjective phrase) piece of software capable running couple of sites (as above) comes basic web stats , maybe gui - i'm windows guy after , not coding guru, know kinda point of raspberry 3. when comes disk storage im little unsure on options understand sd cards have limited read / write life ...

Problem on 1st installation - Raspberry Pi Forums

Image
the installer throws error "dlprogress "${dlbase}/bin/filesystem/$rootstub}" , reboots. found error in thread mirrors down i'm guessing thats not issue if no 1 else seeing problem happens after says formatting partitions, error comes , pi restarts, same thing! loop help>!!?!??!?! much more info needed. installer, running on , trying install start. raspberrypi

using an image to border the bottom of modules... - Joomla! Forum - community, help and support

this 1 has me miffed: i'm trying border bottom of module image.  theoretically, if border moduletable's column on sides assign adequate padding , background table itself, should render correctly rounded-corner background image bordering bottom , corners of module. this works in firefox , safari need work in ie - suggestions? here's i'm working: the demo site - @ features modules @ bottom - first 1 has background image applied. q./ Board index Joomla! Older Version Support Joomla! 1.0 General Questions - 1.0.x

How to make a 15 min. pause ??

hi there.. im new arduino , have no programmingexperience whatsoever.. still did manage build aquariumcontroller tells temp, ph on 4 line lcd, , these variables turns on , off various equipment.. my new quest have make 15 minutes pause on 1 of output when activate inputpin, , question : there special way or make delay(900000) ?!? thanks martin i use timer records number of seconds arduino has been on. add 15 mins , keep checking see if has expired. in way don't hang (or block) rest of processes. Arduino Forum > Forum 2005-2010 (read only) > Software > Syntax & Programs > How to make a 15 min. pause ?? arduino

Thread: AWN Dock installation failes/Mac OS X look-alike

Image
hi there, not sure if i'm posting in right forum, anyway, here's problem. trying transform ubuntu mac os x following tutorial here: http://linuxondesktop.blogspot.com/2008/05/transforming-your-ubuntu-804-desktop-to.html#comment-form part says install awn dock. start have trouble. after add repositories, (by using 'echo "deb http://ppa.launchpad.net/awn-testing/ubuntu hardy main " | sudo tee -a /etc/apt/sources.list' , 'echo " deb-src http://ppa.launchpad.net/awn-testing/ubuntu hardy main " | sudo tee -a /etc/apt/sources.list') run sudo apt-get update, , happens: w: gpg error: http://ppa.launchpad.net jaunty release: following signatures couldn't verified because public key not available: no_pubkey 7d2c7a23bf810cd5 w: may want run apt-get update correct these problems (funny, since i'm running apt-get update...) happens whether add repositories through terminal o...

Thread: Suspend activated second time on resume

i have strange problem suspend on thinkpad r61, running jaunty (9.04), kernel 2.6.28-13-generic, nvidia quadro nvs 140m using 180 version of driver. when close lid, system suspends without problems. when open lid, system resumes (i can see windows) , suspends again. when open lid second time, notebook resumes without problems. i've had problem when trying version 173 of driver too. these problems started yesterday after upgrading jaunty 8.10. not find solution on forums. bit of history: when using ubuntu 8.10, versions 177 , 180 of nvidia drivers having problems, not resume @ all. version 173 perfect, resuming , not causing problems on logout, except had have screen locked on resume, otherwise visual content of windows garbled. after upgrading jaunty, version 173 started have twice suspend problem too, and, sometimes, garbling contents of windows too; version 180 @ least had twice suspend problem. ideas on solving appreciated. if need logs, can post ...

servo>arduino>Max problem reading servo position

hi hitec digital servo potentiometer - arduino duemilanove - max 5.1.3 the configuration: servo (potentiometer) > arduino (digital pin9 pwm) > max [serial] external what works: controlling servo max what doesn't work: getting servo position servo potentiometer in max i getting frustrated because don't simpel input working. searched forum , internet , done lot of tests in arduino , max. please help. quote what works: controlling servo max with code? quote what doesn't work: getting servo position servo potentiometer in max with code? the function "read" servo position return last position servo commanded go to, not it's actual position (in case not same). doesn't max have ability remember anything? Arduino Forum > Forum 2005-2010 (read only) > Software > Interfacing ...

ds18s20 and pachube

i wanting display data 3 ds18s20 on pachube feeds, haven't found nay sample code on how this.  do replace analog lines in code digital data?  i want graph status of digital pins state track how turned on. i'm using example code http://community.pachube.com/files/ethernet_pachube_input_output_1_1.zip i adapted 1-wire sample code address each sensor directly , generate string pass pachube_in_out function - grab sensor readings before calling pachube_in_out() , avoid pin 10 bus code: [select] void readtemphex(byte *addr, byte *data) {    byte i;  byte present = 0;  // dallastemperature library can work you!  ds.reset();  ds.select(addr);  ds.write(0x44,1);         // start conversion, parasite power on @ end    delay(1000);     // maybe 750ms enough, maybe not  // might ds.depower() here, reset take care of it.    present = ds.reset();  ds.select(addr);      ds.write(0xbe);         // read scratchpad  for ( = 0; < 9; i++) ...

Disabling Embedded Video Link..?

disabling embedded video link...how can disable link that’s lies within embeded videos such sites youtube , veoh. don’t want people clicking through these embedded videos other video websites. is there way can block website (external link) opening new page within website? i appreciate this, thanks. make large transparent button , place on entire video object / swf , write script on(load) { this.handcursor=false } More discussions in Adobe Animate CC - General adobe

View class hierachy of Aruino library

hello, i wondering if there software out there willl let view class hierachy of arduino library. see  relationship between files , methods easily. looking object browser in vs. exist c/c++ files? thanks, -ren you mean uml tool? http://en.wikipedia.org/wiki/comparison_of_unified_modeling_language_tools or doxygen? http://www.doxygen.org/ Arduino Forum > Forum 2005-2010 (read only) > Software > Interfacing > View class hierachy of Aruino library arduino

Modifying/removing positions - Joomla! Forum - community, help and support

Image
hi there, i'm totally new joomla , it. my first issue fact cant seem remove positions don't want, working standard template comes joomla. here screenshot mean. area in green want gone, else (center area) takes width too. i don't understand yet, obviously, right got no modules loaded areas (user4, top , right) yet width isn't adjusting, except right position. left of one, adjust. gives me message in top position: "top module not loaded" or something. i've seen following note: http://help.joomla.org/content/view/19/125/ either don't get, cuz can't find similar code in teh index.php. there moscountmodules , stuff, not example. so question is, how edit , achieve want? if don't want position has been coded template, needs be  removed either totally or conditionaly html code. totally, chop out code . conditionally use method in referred link.         this modules assigned right.  if there aren't whole cell removed.  consideration mujst given h...

Maxuino v.008 - now for Mega and Teensy boards too

we pleased announce maxuino v.008 ready , has moved new home: http://www.maxuino.org .  maxuino allows communicate between max , arduino boards using firmata.  this major overhaul totally new gui using osc , new backend uses javascript faster translation.  please test , give feedback, hope make javascript external object near perfect speed. new version of firmata linked on page ready , functional arduino mega , arduino teensy boards along of usual firmata capable boards.   Arduino Forum > Forum 2005-2010 (read only) > Software > Interfacing > Maxuino v.008 - now for Mega and Teensy boards too arduino

Thread: Can Ubuntu Mobile be put on a old Blackberry 7130e

can ubuntu mobile put on old blackberry 7130e? if so, how done? if not, devices work on? i impression ubuntu-mobile aimed @ developers rather end-users. might wrong. see think . there's "list" of platforms ubuntu-mobile (aka ubuntu mid edition) here . put "list" in quotes because contains 2 "examples": samsung q1 ultra , elektrobit mimd. use of word "examples" suggests there other compatible platforms. may more case of: you need make compatible platform. Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [ubuntu_mobile] Can Ubuntu Mobile be put on a old Blackberry 7130e Ubuntu

Some questions about graphic

i creating tile-based map. actually, trying use bitmap class draw tiles offscreen buffer. however, seems document described how load image external file want image included in swf. so first question how load image library bitmap class. after 30mins on thinking , searching , still don't know how it. decide clone movie clip first preview map. as3 no longer use duplicatemovieclip() spend 30mins on thinking , searching still didn't find clue... my second question how clone movieclip in as3. give class name (which subclass of bitmapdata class) , use new constructor create instance of it. you'll need create bitmap of bitmapdata object can add display list. More discussions in ActionScript 1 and 2 adobe

Missing TIME in Access 2003

i'm trying fill access 2003 date/time field date , time data using following code: -form- <cfset datetime = createodbcdatetime(now())> <cfinput type="hidden" name="createddatetime" value="#datetime#"> -endform- -actionpage- <cfinsert datasource="intranet" tablename="alerts" formfields="alertid, isalertcolor, alerttext, begindatetime, enddatetime, createddatetime, createdip, createduser"> -endactionpage- this code returns: {ts '2007-05-14 14:52:11'} however, in access 2003, looks this: 5/14/2007 i'm capturing begindatetime, enddatetime , createddatetime , *need* hh:mm in fields. how go this? i'm not sure why care displays in ms access, assume have web front end db. but, that's because "display" format indicated in ms access. you need open db, select column contains date. then @ bottom of window there values can set, in there there format click on down arrow , ...

Recommendations for Arduino bot power supply?

okay, posted more or less exact same post on @ sparkfun forums, thought put here elicit feed possible. i'm working on first robot project. it's sort of mishmash of tech stuff caught eye. i started down road interest in learning electronics working arduino diecimila. since time have acquired nokia n800 internet tablet. i decided wanted rig simple diy remote controlled vehicle using nokia send commands arduino via bluetooth. purpose purchased sparkfun's blue smirf (silver) , tamiya dual gearbox , , h-bridge chip . i've had lot of fun learning how put together. curious, check out this post in this thread description of trying accomplish. this post describes did point of switching hard wired serial cable bt connection. in fact switching cable bt 1 of least complicated aspects of project. have first version of bt vehicle , running. my problem have 2 different power supplies: 9v batter powering arduino , 2aa pack powering motors. there couple of issues this. firs...

MediaRasp - Raspberry Pi Forums

Image
hi all, want transform pi in mediabox (mediarasp or mediapi ) want know: - distribution purpose - distribution can run program streaming (sopcast) - distribution simple use i've used xbian, can't install sopcast , plugin (like skins,addon,etc) not work well.. excuse me english ...thank raspberrypi

error on load

i "paypal ac trans.htm has configuration information invalid paypal sip trans.htm has configuration information invalid paypal sub trans.htm has configuration information invalid paypal vc trans.htm has configuration information invalid" when open dw or make changes doc working on (even without paypal on site) i think it's extension issue have turned off paypal related extensions (i think) any suggestions? thanks, cj it's surely extension problem. have? -- murray --- icq 71997575 adobe community expert (if *must* email me, don't laugh when so!) ================== http://www.dreamweavermx-templates.com - template triage! http://www.projectseven.com/go - dw faqs, tutorials & resources http://www.dwfaq.com - dw faqs, tutorials & resources http://www.macromedia.com/support/search/ - macromedia (mm) technotes ================== "seajaye" <webforumsuser@macromedia.com> wrote in message news:f343q5$nc0$1@forums.macromedia.com... ...

Programmer needed - Toronto Canada

Image
hi, i looking programmer arduino   rb-ard-19 . please recommend me project in toronto. thanks! i presume you're referring this: http://www.robotshop.ca/arduino-mega-2560-microcontroller-3.html why not have go @ yourself? Arduino Forum > Forum 2005-2010 (read only) > Software > Development > Programmer needed - Toronto Canada arduino

Thread: Broken Packages Problem

please me! tried install dependencies internet versions not available in synaptic. ended "breaking dependencies". have searched lot, cant solve problem. code: sarthak@sarthorks:~$ sudo apt-get install --fix-broken reading package lists... done building dependency tree reading state information... done correcting dependencies... done following packages automatically installed , no longer required: airstrike-common wx2.6-headers trigger-data kdelibs-data java-common openoffice.org-hyphenation-en-us hannah-data mysql-common libempathy-common linux-libc-dev gcc-3.4-base wx2.4-headers xmoto-data stellarium-data armagetronad-common libpthread-stubs0-dev libpthread-stubs0 maxima-doc libgtk1.2-common realtimebattle-common wx2.8-headers liquidwar-data use 'apt-get autoremove' remove them. following packages removed: aajm acl acpi acpi-support acpid adduser adobe-flashplugin airstrike alacarte alsa-base alsa-uti...

ARM programming articles/books - Raspberry Pi Forums

hello everyone, last 2 days i've been learning arm assembly, i've made basic things (hello world, small function, printf, etc.) move on more difficult topics such calling convention , making usefull functions. there indepth tutorials/articles online or should go book arm. if should go book, book recommend? know x86 i'm not complete beginner @ assembler programming concepts beginner @ programming arm. in advance. a introduction "fun assembler": http://www.vanhaarlem.eu/assembler , maybe not advanced enough you. recommend buy arm architecture book. success! raspberrypi

Setting up a Windows fileserver on RaspBMC - Raspberry Pi Forums

hey title says .. can point me guide explains, in noob friendly way, how can set fileserver in raspbmc can access on network on windows pc ? guess have use samba, im not sure .. ! ~d samba way it, has worked me , accessible windows, linux , android (i'm sure mac too, don't have 1 i've never tried it...). used archwiki set (i run archlinux though) should useful on distro. https://wiki.archlinux.org/index.php/samba nfs way it, haven't ever looked it. raspberrypi

Interfacing to PT1000 w/ limited range of interest

Image
hi all, im not sure if right forum, seemed closest match. i want interface arduino pt1000 rtd temperature sensor. range of interest 85c 95c corresponds 1328 ohms 1366 ohms. i have breadboarded circuit , using 25 ohm variable resistor simulate rtd sensor. so, reading "sensor" value, performing operation on range of values interested in , serially outputting pc. , working..... but getting integer values, whereas want 0.1 resolution. is possible serial output? later interfacing lcd, maybe can on lcd? here code.... code: [select] /*  rtd analog input read value of rtd/pot, save variable, calculate temp circuit: * wheatstone bridge feeds diff amp attached analog input 0  */ int sensorvalue = 0;  // variable store value coming sensor int tempvalue = 0; // variable store calculated temp void setup() {  serial.begin(9600); } void loop() {  // read value sensor:  int sensorvalue = analogread(0);  tempvalue = ((sensorvalue-225)/54)+85;  serial.prin...

Please, could you include codelite in Raspbian? - Raspberry Pi Forums

hello, i've been testing ides develop raspberry pi. work codeblocks, it's slow on raspberry pi, , virtually unuseful. while investigating, read codelite had interface designer codeblocks, decided give try. problem it's not included in raspbian distribution, tested in beagleboard , ubuntu, , found it's noticeably faster codeblocks , has better debugger support. please, include codelite in raspbian? more issue of getting project make available in format allows use on raspberry pi other way around. might want use feature request form project see if can provide codebase in format can used on raspberry pi.... http://sourceforge.net/p/codelite/feature-requests/ raspberrypi

Using Visual Studio as a code formatter

hi all this not question, rather answer question. i have large program, me atleast. has many nested ifs , other blocks. got more , more confused blocks ended. indenting code helps, sloppy indenting not. , commenting blocks { makes more difficult. so, tried copy paste code visual studio 2008 c++ file. , arduino ide. in visual studio there in edit/advanced menu, interesting choices. somehow managed code indented. (start "select all".) i'll check better next time need it. now code easier follow in arduino ide too. have comments. better ways this. well @ least hope helps one. quote ...any comments... ummm... see http://www.arduino.cc/en/guide/environment .  scroll down tools , see auto format . or... in arduino ide on tools dropdown menu, click on auto format .  it tell mismatched brackets (among other things) , (maybe) make easier spot kinds of block errors. i don't it, tend make indentation more consistent.  for other trivial test progra...

Thread: Firefox 3.5 doesn't support Flash

i upgraded minefield 3.6 firefox 3.5 , reason flash plugin isn't recognized firefox. works fine in minefield. how u upgrade firefox 3.5? final version? use ppa repo called ubuntu-mozilla-daily purpose? enable repo. installs minefield, not firefox 3.5 final version. can u inform me? Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [ubuntu] Firefox 3.5 doesn't support Flash Ubuntu

Newbie :) 'if' help

Image
hi guys, got self arduino other day ive been going through beginner tutorials , sketches , learning basics, started learning 'if' statements , thought try , use 1 turn 2 led's 1 , off modifying blink example, example had 1 led running normal blink used second led in if statement opposite of led 1 does. reason wont work, obvious, led 1 blinks fine led 2 stays off. ill add sketch sorry if messy, onty had 3 days thanks! (sorry dont know how add sketch properly) int ledpin1 =  5;   int ledpin2 = 7; void setup()   {                  pinmode(ledpin1, output);   pinmode(ledpin2, output);   } void loop()                     {  int ledpin1value = digitalread(ledpin1);  digitalwrite(ledpin1, high);    delay(1000);                    digitalwrite(ledpin1, low);   delay(1000)...

PHPshop en Firefox - Joomla! Forum - community, help and support

Image
beste mensen, op dit moment sta ik voor een raadsel. ik heb in mambo 4.5.2.3 phpshop geinstalleerd en dit werkt tot dusver in ie 6.0 goed. totdat ik het geheel met firefox 0.92 ging kijken. de indeling van de shop zodanig dat je via een 3-tal categorien bij de artikelkeuze uitkomt. bij elk artikel staat dan links naast de foto (thumbnail) een zgn info-link en een link van betreffend artikel. in firefox staat dit gegeven op de plaats waar de foto staat. ik heb als voorbeeld een printscreen gemaakt. weet iemand hiervoor een oplossing? mvrgr, frans komt ongetwijfeld doordat er in de fly_page (od product_page weet het zo niet meer uit mijn hoofd)  gebruik wordt gemaakt van div'jes positionering in ie en firefox kan er dan anders uitzien. alternatief om in de fly_page (of product_page) met tabellen te gebruiken. Board index Joomla! International Language Support International Zone Dutch Forum Joomla! 1....

74hc164 + 2x 4511 bcd decoder

hi everyone. i'm trying use 2 bcd decoder 1 74hc164. if use code: [select] shiftout(data, clock, lsbfirst,b10011001); i'll number 9 in both displays. i need make function convert dec number i.e 34  into b00110100  so can send 74hc164. thanks everyone! cheers the value 34 consists of 2 digits. can separate 2 digits separate variables: code: [select] byte num = 34; byte digit1 = num / 10; // digit1 3 byte digit2 = num % 10; // digit2 4 now, need convert each digit binary representation. code: [select] byte b[4]; if(digit >= 8) {    b[0] = 1;   // if digit 8 or 9, first position 1    digit -= 8; } else   b[0] = 0; // otherwise, it's 0 // digit 7 or less if(digit >= 4) {    b[1] = 1; // if digit 4, 5, 6, or 7, 2nd position 1    digit -= 4; } else    b[1] = 0; // otherwise, it's 0 // digit 3 or less if(digit >= 2) {    b[2] = 1; // if digit 2...

Having trouble finding suitable USB hub - Raspberry Pi Forums

i'm trying find 7-port hub ports on 1 side , on other, need mount inside case , want of ports , connected dongles internally, other ports exposed outside, http://www.amazon.co.uk/port-mains-powe ... m_sbs_ce_2 i'll need max of 5 ports hubs seems come in either 4 or 7-port. need 1 comes 2a+ psu, can power hub , rpi it. i've been through wiki , 1 can find available belkin f5u700 can't find information on psu comes with. know or can recommend else that's available in uk , fits requirements (and known work rpi)? don't want spend more £10 on it. if there's nothing suitable, i'll @ either getting cheap hub no psu , separately or see if can manage 4-port, although can't see getting 1 of ports on each side, i'd have have them external dongles hanging outside case wouldn't ideal. raspberrypi

Preloading Question

hi everyone, i building flash movie contain 2 "image" galleries. keep initial load time down, load 1 gallery @ startup , other once button clicked. know of action script can load library folders @ different times? thanks in advance, sunsfan13 duvalldesigns.com if, library folders, mean folders contain objects in fla's library can force flash load objects when playhead enters frame other 1, not actionscript. you can untick export in first frame, , attach instance of object (off-stage if unneeded) frame want. must repeat each object want load frame other 1. More discussions in ActionScript 1 and 2 adobe

For function going wrong?

i have made code have easy way (half)step stepper the stepper 200 steps make full circle if code: [select] stepf(200); it goes around 4 times. when do code: [select] stepf(50); it perfect circle. can help? code: [select] int steppin1 = 8; int steppin2 = 9; int steppin3 = 10; int steppin4 = 11; int val = 10; void setup() {  pinmode(steppin1, output);  pinmode(steppin2, output);  pinmode(steppin3, output);  pinmode(steppin4, output); } void stepf(int steps) {  for (int i=0; < steps; i++)  {  digitalwrite(steppin1, high);  digitalwrite(steppin2, low);  digitalwrite(steppin3, low);  digitalwrite(steppin4, low);  delay(val);  digitalwrite(steppin1, high);  digitalwrite(steppin2, low);  digitalwrite(steppin3, high);  digitalwrite(steppin4, low);  delay(val);  digitalwrite(steppin1, low);  digitalwrite(steppin2, low);  digitalwrite(steppin3, high);  digitalwrite(...

Thread: seriously f'ed my theme

i don't know happened, theme messed up. basically, color scheme has been changed. right im using darkroom, window borders white blue trim on top. when right click on desktop pop white. how fix this. go system > prefs > appearance , change theme "custom" 1 of installed ones. can start customising again based on theme. Forum The Ubuntu Forum Community Ubuntu Official Flavours Support New to Ubuntu [ubuntu] seriously f'ed my theme Ubuntu