Posts

Showing posts from July, 2013

Cursivas en los títulos de noticia - Joomla! Forum - community, help and support

buenas noches, estoy interesado en poner alguna cursiva en los títulos o cambiar al color de alguna de las palabras. por cuestiones estéticas también me gustaria cambiar el color de alguna palabra en el titular, veo que el backend no me permite darle formato los títulos al igual que al cuerpo de la noticia. ¿esto es posible de alguna manera? ¿existe alguna forma de dar más opciones al backend? quizás esto sea fácil de hacer pero soy novato en joomla... muchas gracias crea una clase en tu archivo css y cuando escribas un texto o palabra le aplicas esa clase. ejemplo: creas una clase en tu template_css.css .ejemplo { } y en el texto en el editor lo abres en html y pones: texto con el formato que quieras Board index Joomla! International Language Support International Zone Spanish Forum Versiones de Joomla! obsoletas Joomla! 1.5

Login Form Horizontal Length of Boxes - Joomla! Forum - community, help and support

hi everybody, i need change dimensions of boxes in login form module. i'm using modified rt_haiku template (free rocketthemes). want make username , password boxes same size horizontally search box above it. i'm not having luck figuring out in css or anywhere. my site @ [color=maroon]www.socialistorganizer.org . appreciated! thanks, cargohook[/color] try adding following in css file: code: select all #mod_login_password, #mod_login_username {    width: 140px; } Board index Joomla! Older Version Support Joomla! 1.0 Templates & CSS - 1.0.x

Using tuple/lists and functions - Raspberry Pi Forums

i trying write python3 code following. there 7 different functions defined. user input define multiple numerical entries of numbers between 1 , 7. of varying length, example, end list of numbers between 1 , 7 - 1,4,2,3,5,6,1,2.... , on. list, want call corresponding function, first number 1 call function1, 4, function4 etc. list of functions fixed @ seven, thought using tuples define list of functions, call function tuple. didn't far. code: select all def action0(): print ('this action0') def action1(): print ('this action1') acttup=action0(),action1() print (acttup[0]) acctup tuple. hoping see 'action0()' appear when code run, instead 'none' couple of questions. why none, print command? looking @ bigger picture, best/easiest method want achieve? thanks, cj code: select all acttup=action0(),action1() action0() call function. want reference: code: select all acttup=action0,action1 not sure how call these function

Header Bar not extending in IE7 - Joomla! Forum - community, help and support

Image
i new css design , new joomla. have designed company website using free template downloaded. upgraded ie7 , noticed grey header bar/title bar in center of every page isn't extending across page. it fine in firefox, not ie7. below examples of looks in ff , ie7. please help! i'm not sure fix problem. my company's site www.msaonline.com . thank you!  good: bad: in css file this: code: select all .componentheading {    background: url(../images/subhead_bg.png) repeat-x;    color: #666666;    text-align: left;    padding-top: 4px;    padding-left: 4px;    height: 21px;    font-weight: bold;    font-size: 10px;    text-transform: uppercase; add width statement looks this: code: select all .componentheading {    background: url(../images/subhead_bg.png) repeat-x;    color: #666666;    text-align: left;    padding-top: 4px;    padding-left: 4px;    height: 21px;    font-weight: bold;    font-size: 10px;    text-transform: uppercase;         width:625px; Board

Il Vibratore dei cellulari

Image
ciao tutti, questa è una domanda un pò da niubbo (che fra parentesi lo sono), cmq volevo sapere come si chiama generalmente il motorino per far vibrare il cel, se volessi comprare il singolo componente sul web, cosa devo cercare? penso basti "vibration motor" esempi: 1.http://www.ebay.it/itm/408-hollow-glass-vibration-motor-motor-micro-massage-/161363279921?pt=automazione_domestica&hash=item2592004031 2.http://www.ebay.it/itm/motorino-vibrazione-vibration-motor-motore-vibratore-mute-vibrante-/111557674138?pt=componenti_elettronici_attivi&hash=item19f95b049a Arduino Forum > International > Italiano > Generale (Moderator: leo72) > Il Vibratore dei cellulari arduino

Libreria IRremote non funziona

Image
ciao tutti ragazzi, oggi volevo provare il funzionamento degli infrarossi con arduino. possiedo un ricevitore "vs 1838b", un emettitore generico ed un telecomando incluso insieme agli altri due led. ho connesso il ricevitore ad arduino, scaricato la libreria irremote e caricato il programma incluso negli esempi della libreria per ricevere valori sul monitor seriale. purtroppo quando vado ad aprire il monitor non appare alcun numero, resta vuoto. di seguito scriverò tutto ciò che ho già provato senza ottenere risultati: 1-ho provato ad usare altri telecomandi; 2-ho cercato una soluzione su google; 3-ho scaricato una libreria vecchia (necirrcv) e problemi sono solo aumentati; 4-ho provato vedere se il ricevitore non fosse rotto: ho impostato il pin 11 su imput e il monitor seriale stampava (come previsto) il codice binario. a questo punto non che fare, aspetto una vostra risposta p.s. una volta ho attaccato male cavi di alimentazione e dal ricevitore è uscito un po

Moving servers. MySQL 3.23.49 --> 4.1.20 (PHP 4.3.9 -> 4.4.4) - Joomla! Forum - community, help and support

hi folks, my isp upgrading of kit , have option move our joomla site 1 of newer linux servers. may fix issue have captchas , image-based features (such ecards) not working. isp local , friendly scp (or similar) between servers rather having backup , restore database phpmyadmin - cause problems if mysql v3.x files dumped onto server running v4.1.20? thanks i had similar situation migrating lower version of mysql (dont ask why), had problems , used jombackup backup of db , migrated without problems... if have problems database migration (which doubt will) recommend use of jombackup plugin clean backup of database can restore easily. Board index Joomla! Older Version Support Joomla! 1.0 Installation - 1.0.x

Using the Raspberry Pi to measure reactive power - Raspberry Pi Forums

hi, use raspberry pi measure reactive power consumed household appliances. able measure rms current , voltage using adc , therefore calculating active power. know if possible measure reactive power. if so, how can go doing it? you need sample both current , voltage fast possible, , calculate phase-angle between them. figure out how many microseconds there between peak of current , peak of voltage. there’s 46.3 µs per degree of phase shift. raspberrypi

Changing templates - First time and a bit lost... - Joomla! Forum - community, help and support

hi, ive installed joomla , i'm bit lost trying make template way want. have whole site in black, managed edit backgroung black. tables white change black , change fonts white or silver , change link colours well... files should edit? thanks! im using joomla 1.5.0 , rhuk_milkyway template. to edit template in, templates/yourtemplate/css edit template_css.css file to change colors find , replace, white - - black, #ffffff - #000000 and #fff -to #000000 meanwhile better search in templates forum theres faqs and template info / tuts. Board index Joomla! Older Version Support Joomla! 1.0 Templates & CSS - 1.0.x

I am stuck on alarm2 reading and setting on ds3231. Please help

i came across alarm clock project , wanted add second alarm (alarm2), asume have problem adressing  (last few lines of code- subroutine alarm2).is there here able me? please http://pastebin.com/p8eap9rg alternatively full code here http://pastebin.com/r9wea1w7 or copy/paste here using code: [select] tags stickies say, don't have go downloading random files.  Arduino Forum > Using Arduino > Programming Questions > I am stuck on alarm2 reading and setting on ds3231. Please help arduino

Thread: panel locking empathy on karmic

initially when first booted karmic after fresh install got sleek icons rvolution , empathy after included few accounts , added facebook empathy not getting default icon of karmic can please tell me how icons etc getting empathy icon on panel ok might put in simple manner how same desktop wheni booted first time karmic after fresh install Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Desktop Environments [gnome] panel locking empathy on karmic Ubuntu

4 *.joboptions files from old Reader version are stuck in Trash and I can't delete them

hello, all. have 5 year old mac, powerbook g4 love , don't want replace. runs mac os 10.4.11, it's 867 mhz power pc dual os 9. first acrobat 5.0, , when downloaded upgrade dragged 5.0 trash. there 4 files can't emptied trash. ebook.joboptions, press.joboptions, print.joboptions , screen.joboptions. locked , can't figure out how unlock them. i suspect problem version of acrobat runs under system 9, afraid start system 9. can me? here instructions force deleting files in trash. http://www.macfixit.com/article.php?story=20070327092656342 More discussions in Acrobat Macintosh (read-only) adobe

What battery for my games console?

Image
i thinking of making arduino powered console. there 1 problem. battery use? thanks, checkm8        use lipo , voltage depends on design ,most of components work on 3 or 5 voltdc logic levels ,i suggest 3.7vdc 18650. or if want have design flat single cell or dual/triple etc cell(based on votlage) lipo should good. Arduino Forum > Using Arduino > Project Guidance > What battery for my games console? arduino

form field name short cut

hi all, under 'general' tab in text field properties window text field name defaults 'text 1'. when double click new interactive field created called 'text 2' etc etc. think option key in conjunction used. i used know keys press change text field name 'text1' 'text2' after copying , pasting it. helpful because properties copied on , building form faster way. hope i've been clear. k in acrobat 3, 4, , 5, if used hierarchical field name (e.g., text1.1), increment last number using "+" key , decrement using "-" key. stopped working version 6. you're thinking about? george More discussions in Acrobat Macintosh (read-only) adobe

search component dont search! - Joomla! Forum - community, help and support

Image
hi, i have joomla site 1.0.12... when search word, example “house”, appears repeated 10 times in article, shows first word “house” finds... somebody knows happens? the search function uses search mambots. mambots search article/category/section related. doesn't check if word repeated in article. locates article word found. when open article can use browser's "find on page" function. Board index Joomla! Older Version Support Joomla! 1.0 General Questions - 1.0.x

command - data exchange - Raspberry Pi Forums

i working pimoroni propeller hat , suggestions on passing commands , data between , python 3 program. propeller programmed in either spin or asm, logic or block diagrams work. propeller has 8, 32bit independent cores lots of commands , data passed , forth. board programmed using ttyama0 com of choice. want able scale communications depending on doing. (start out small) there lots of objects available functions stand alone , communicate serial terminal , want use several in robot/rov. how sense hat format commands / data @ board level? thanks if want start simple, have 1 process running on propeller accepts command strings on serial, looks @ prefix byte on command , despatches correct process on propeller, going other way each propeller process prefixes it's data identifier byte, , queues transmission host. roger tech-mech wrote: i working pimoroni propeller hat , suggestions on passing commands , data between , python 3 program. propeller programmed in either spi

Thread: Karmic Koala Final and wmv files

i have been running 9.10rc while , somehow found way wmv video files play in movie player. since have installed 9.10 final, today, have been unable play wmv files. receive error regarding windows media 9 support. missing here i had same issue when installed vlc. , watch on vlc works Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [SOLVED] Karmic Koala Final and wmv files Ubuntu

"Antenna" wires?

ok, i'm putting on transmitter , receiver. several places suggest should have antenna @ either end. basically, 1 of pins on each of units marked "ant." so, entail? try searching arduino antenna , i'm directed things shields , advanced transmitter components. thank in advance! quote i try searching arduino antenna , i'm directed things shields , advanced transmitter components. it pretty "advanced" when tuning , impedance matching.   there's art rf design  (as science & engineering). for quick-and-dirty solution, attach wire 1 end connected (it can insulated except end that's connected). antennas 1/4 or 1/2 wavelength, might website has frequency-to-wavelength calculator see can come with...   for maximum distance, antennas should "correct", short distances dangling wire should work.    Arduino Forum > Using Arduino

Adobe-modified Axis2 WSDL code generator sources available?

first of all, apologies cross-post. i posted question on general discussion forums here: http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?forumid=60&catid=585&threadi d=1355404&enterthread=y i have since found list, seems more appropriate place (especially since spotted similar questions adobe's velocity , batik modifications) so, plans release sources axis2 modifications? if so, there estimated time frame done? thanks! hi frank,<br /><br />sorry delay in responding here.  lmaking sure fb in compliance apache license i'm not sure if we're going able take time source exposed.  might try in few months infrastructure work not insignificant.<br /><br />matt<br /><br /><br />on 4/21/08 8:27 am, "frankgrimes" <member@adobeforums.com> wrote:<br /><br />a new discussion started frankgrimes in<br /><br />developers --<br />  adobe-modified axis2 wsdl code generator so

No NTP Response

hi all, i cant ntp response using timentp example. i getting ip address using dhcp router. the same code same board , pc worked fine lan connection (different location). this brings me conclusion can 1 of 2 issues: 1. isp somehow blocking ntp port 2. router blocking ntp port. but weirdest thing pc clock can synchronize ntp (windows 7) have no idea can problem..  both udp.beginpacket() , udp.endpacket() returns 1. please help thank you quote i cant ntp response using timentp example. where did example? used udpntpclient example ide , works ok. Arduino Forum > Using Arduino > Networking, Protocols, and Devices (Moderator: fabioc84) > No NTP Response arduino

Redirect til egen template side - Joomla! Forum - community, help and support

Image
hellois joomlers sitter litt fast med en redirection: har laget et popvindu som skal virke som et lite tips en venn skjema, og det gjør den. men når jeg trykker send og sendingen er fullført får jeg oppe hele siden jeg opprinnelig kom fra  det lille popop vinduet. jeg vil gjerne @ dukker opp en egen template hvor det feks står "din link har blitt sendt, bla bla". jeg har prøvd både med form action = index.php,og  index2.php, men finner ikke  hvor den henter inn default templaten. alternativet blir å lage en egen index3.php som henter inn variablene og sender dem videre gjennom egen mailscript, men det ville ikke vært riktig joomla ånd, og det er litt viktig jepp, da løste det seg. var greit med litt søvn. brukte 4 timer går halvsøvne til å finne ut av feilen, mens jeg brukte en 1/2 time nå. det var forresten en function tredjepartkomponenten moset tree som jeg fant ut jeg kunne endre mosredirect i Board index Joomla! International Language Su

Trustzone. Boot in secure mode? non-secure mode? - Raspberry Pi Forums

hello. using pi2 , writing basic baremetal code prints out ns bit of scr register. used line read scr: asm volatile("mrc p15, 0, %0, c1, c1, 0" : "=r" (val)); cpu seems hang. tried these 2 cases: 1) boot u-boot first, load baremetal @ somewhere , go address. 2) set kernel_old=1 in config.txt, kernel=baremetal_image, loaded @ 0x0. thought might due secure/non-secure mode. so, searched if pi2 boots in secure mode or not, found that - ( viewtopic.php?p=697291#p697291 ) says boots in non-secure mode , - ( http://infocenter.arm.com/help/index.js ... echfc.html ) says boots in secure mode . wondering 1 correct. mode change depending on booting method (using u-boot or not, loading @ 0x0 or not, ...)? thank you. i found ( viewtopic.php?p=874007#p874007 ) saying pi2 firmware switches non-secure hyp mode. used old firmware, kernel-old=1 , disable_commandline_tags=1 options in config.txt, , loaded baremetal prints out scr. works fine (i.e. did not switch non-se

News items and static content - Joomla! Forum - community, help and support

im using joomla (1.0.12) create website, main reason im using cms able have news items posted me. i cant work out how similar : http://www.ogre3d.org have on home page, have project description (static content yea?) , below have news post every often, can go through old news too, rather getting latest 3 news items etc could describe need this? also, when have that, how post news items? thanks chris Board index Joomla! Older Version Support Joomla! 1.0 Administration - 1.0.x

Problem med at få smf til at passe sammen med joomla - Joomla! Forum - community, help and support

har problemer med @ få smf forum design til @ passe sammen med joomla template. smf er wrapped mode. joomla template er bygget på tables men smf theme skulle angivelig være "fluid" eller 100%. forfatteren siger man skal skrive 100% full fluid...(?) skriver man ikke bare "fluid"? der skal være plads til bagrunds billede så der skal bruges 98%.. problemmet er bare @ redigerer jeg template/theme til 98% får jeg det ikke til @ passe, der mangler lige et halvt pct. hvad er sagen? skal man lade være med @ bruge et tabel template til en "fluid" smf theme? eller er der noget andet der driller? Board index Joomla! International Language Support International Zone Danish Forum Ældre versioner (disse vedligeholdes ikke længere fra officiel side) Joomla 1.0 (Udgået version, der blev afløst af 1.5 i 2008) Template, CSS og Design

Threading

i running blazeds 3.2 turnkey - seems there 1 channel open , blaze io blocking, making single threaded. using remote object call polling servlet. calls seems stacking , wondering if there tomcat setting allow multiple channels - or might going on. have found little information on web - concerned why default. what saying io blocking , single threaded? client or server? client single threaded , think process remote object requests in order issued sounds seeing expected behavior clarification application doing , seeing tell sure. -alex More discussions in General Discussion adobe

NYT dansk SEO forum for Joomla - Joomla! Forum - community, help and support

Image
jeg har længe synes, @ der burde være en selvstændig kategori dette forum, omhandlende seo m.v. da vore moderatorer har besluttet, @ det skal der ikke være - har jeg uden @ reflektere videre on dette; åbnet et seo forum joomla på dansk. måske er der ikke behov sådan et forum, men det skal da prøves. jeg mener nu, @ søgemaskineoptimering / online markedsføring er en stadig vigtigere faktor forhold til virksomheders markedsføring, en verden hvor konkurrencen inden flere forskellige områder ert blevet skærpet nå nok om det. vi må ser om det bærer eller brister på sigt. og sig endelig til, hvis der er noget....fx forslag til kategorier forumet kan findes her;   <-- mod note jessdk: selvpromovering er ikke tilladt jf. forum reglerne derfor link fjernet --> må jeg opfordre jer til @ dele lidt ud af jeres viden om seo og joomla på dette forum: http://www.joomlamarketing.dk&nbsp; Board index Joomla! International Language Support I

acrobat auf w2k nicht zu starten

ich habe für einen ganz normalen domänen-benutzer auf seiner workstation 2000 prof acrobat 4 writer installiert. wenn der sich nun in der dom anmeldet und das prog starten will, kommt die fehlermeldung, das die registry nicht "upgedated" werden konnte (wohl wegen fehlender berechtigungen), und das ich es mit regedit versuchen möchte. gerne, aber wie? und warum überhaupt dieser scheiß?! der user ist ganz normaler domänen-beuntzer, es gibt keine einschränkenden gruppenrichtlinien. das gleiche problem übrigens auch mit dreamweaver! More discussions in Deutsche Foren adobe

Booting debian with a raspbian kernel - Raspberry Pi Forums

i'm trying run advanced debootstrap script creates customized debian system. debian jessie armhf working without problems. can boot image in vm afaik not work on rpi because there no support it. might change 4.5 kernel don't want wait several weeks ... able debootstrap raspbian system. customization not work on raspbian. debian armhf , raspbian quite similar. i'm not sure if similar enough. idea use debian system raspbian kernel. work? there differences rpi2 , other systems? in case not work, how raspbian kernels made? vanilla kernel or debian kernel? there tutorial somewhere make raspbian kernel 1 of them? as long files in /lib/modules/$(uname -r)/ match kernel7.img file, shouldn't have problems. raspberrypi

Charlieplexing - Trouble with illuminating multiple LEDs

Image
hi guys, i'm trying charlieplex 10 leds atmega328p. far works fine when illuminate led's individually. however, gets bit strange when try illuminate multiple leds. for example, when try drive leds 2 , 4, led 3 illuminated. here circuit , code i'm using: code: [select] int count = 0; void setup() {   // put setup code here, run once: } void loop() { led2(); led4(); } void led1() {     pinmode(16, input);   digitalwrite(16, low);   pinmode(17, input);   digitalwrite(17, low);   pinmode(18, output);   pinmode(19, output);     digitalwrite(19, high);   digitalwrite(18, low); } void led2() {     pinmode(16, input);   digitalwrite(16, low);   pinmode(17, input);   digitalwrite(17, low);   pinmode(18, output);   digitalwrite(18, high);   pinmode(19, output);   digitalwrite(19, low);  } void led3() {     pinmode(16, input);   digitalwrite(16, low);   pinmode(19, input);   pinmode(19, low);   pinmode(17, output);   pinmode(18, output);     digitalwrite(18, high);   digital

Mac, Firefox and Joomla text issue - Joomla! Forum - community, help and support

i have 2 mac computers, 1 powerbook , 1 powermac, both firefox , safari. now of sudden noticed strange has happend on powermac firefox. powerbook+firefox good. powermac+safari good. but powermac+firefox, has big text issue, text goes on other content, text looks doubled, , words go in eachother. problem joomla sites, im having big problems reading topics in forum because of problem. look @ picture: http://www.mogr.se/images/skoter.jpg i have tried unstall firefox , installed again, nothing helps, can wrong, ill go crazy on this, websites cant looked at. have give firefox? , why there nothing wrong on powerbook/firefox? cant figure out myself. has ideas, suggestions, solutions? if there no cure dicease has go using safari again, firefox. i think it's css handling bug in firefox on powermacs. i'm not sure going on it, has shown in of sites administer, text in lists. increasing right margin on offending items made problem vanish, , didn't have massive increase (i think used

SAP error on bluetooth service status - Raspberry Pi Forums

hello all, new rpi , getting error on bluetooth service status. please guide me resolve issue? code: select all pi@raspberrypi:~ $ sudo service bluetooth status * bluetooth.service - bluetooth service loaded: loaded (/lib/systemd/system/bluetooth.service; enabled) active: active (running) since sat 2016-01-09 19:12:47 utc; 1min 12s ago docs: man:bluetoothd(8) main pid: 370 (bluetoothd) status: "running" cgroup: /system.slice/bluetooth.service `-370 /usr/lib/bluetooth/bluetoothd jan 09 19:12:46 raspberrypi bluetoothd[370]: bluetooth daemon 5.23 jan 09 19:12:47 raspberrypi bluetoothd[370]: starting sdp server jan 09 19:12:47 raspberrypi systemd[1]: started bluetooth service. jan 09 19:12:47 raspberrypi bluetoothd[370]: bluetooth management interface 1.9 initialized jan 09 19:12:47 raspberrypi bluetoothd[370]: sap driver initialization failed. jan 09 19:12:47 raspberrypi bluetoothd[370]: sap-server: operation not permitted (1) pi@raspberrypi:~ $

Thread: BBC's Rory Cellan-Jones Ubuntu Review

in blog, off-hand ubuntu remark while commenting on windows 7 in broadcast interview, rory cellan-jones goes on, coloring opinion. 24 hours ubuntu bbc news dot.life technology blog tend long view, found excellent manure precursor. there lots of comments, expected. felt need add own. keepitsimpleengineer―if care read it it has seen - blog Forum The Ubuntu Forum Community Ubuntu Community Discussions The Cafe BBC's Rory Cellan-Jones Ubuntu Review Ubuntu

SMO Ajax Shoutbox Låse breden - Joomla! Forum - community, help and support

smo ajax shoutbox - hvordan kan jeg låse breden på den? findes der andre bedre shout end denne... for når man poster en besked eks: heeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeelp og den overgår breden så udvider den sig...den breaker ikke beskeden som nogle shout gør? mener der er en flash shout kan bare ikke huske hvilken... på forhånd tak nu har jeg leget med zigchat 1.3.5 hvordan kan man udvide breden der er det indbygget flash filen swf eller? Board index Joomla! International Language Support International Zone Danish Forum Ældre versioner (disse vedligeholdes ikke længere fra officiel side) Joomla 1.0 (Udgået version, der blev afløst af 1.5 i 2008) Komponenter, Moduler og Mambots

a Little Problem with SEF - Joomla! Forum - community, help and support

i have installed third party sef, [artio joomsef] working fine, in forum page [i'm using smf] got 404 error when click thread or post i got url http://www.mywebsite.com/forum,/www.myw ... um/14.html instead of http://www.mywebsite.com/forum/14.html the problem base url... does know how fix this? thanks in advance in component folder smf, there sef_ext.php? sometimes find components ship file. , file meant sef advance, not artio, can mess things up. if there, delete it/change name , test site again. Board index Joomla! Older Version Support Joomla! 1.0 General Questions - 1.0.x

Assertion Error: Pin 14 not set to input (MCP23017) - Raspberry Pi Forums

hey all, i've built expansion board raspberry pi b has 2x mcp23017's on it. i've controlled relay's through , can detect inputs internal pull resistors enabled. of shows fine on webio interface. i'm trying automate sections of , getting errors when trying detect inputs. error follows:- code: select all 3: 0 connected result code 0 traceback (most recent call last): file "./centralcontrol.py", line 176, in <module> if mcp1.input(14) == false: file "/root/gardencontrol/adafruit_mcp230xx.py", line 119, in input assert self.direction & (1 << pin) != 0, "pin %s not set input" % pin assertionerror: pin 14 not set input , code segment is:- code: select all # main program loop client = mqtt.client() client.on_connect = on_connect client.on_message = on_message client.connect("monique.linaus.int", 1883, 60) client.loop_start() fountainontime=0 fountainonamount=900 print "%d: %x" % (3, m

ESCRIBIR Y LEER DATOS DE SD

buenas, actualmente estoy creando un proyecto que consiste en registrar personas mediante su huella dactilar y posteriormente al leer la huella con ese id mover servomotores que realicen un movimiento u otro; dependiendo de dicha huella. ahora bien, cada id tiene asociado uno o varios movimientos del servomotor por lo tanto tendria que guardar el id y valores de variables ligados ese id. en el caso de que use tarjeta sd para guardar datos como se dispondrian en el fichero, es decir, teniendo esta disposicion: id  servo1  servo2  servo3 1       0           2          1 2       1           0          0  3       0           1          2 como podria introducir en la sd los valores de cada columna asociados entre si y como los leeria desde arduino para utilizar las variables en funciones posteriores. ¿puede ser mas conveniente crear este tipo de vectores: int vector[5]={1,0,2,1}? siendo la primera posicion del vector el id y las posteriores los valores de cada variable servo. en d

Photoshop lost connection to ESTK

i had crash in ps while running jsx script. after crash, estk not list photoshop target application anymore, , cannot recover connection. things i've tried: - restart machine (vista 32b) - delete preferences of both estk , photoshop. can me? -domnita that connection handled bridgetalk through caps database lists cs apps compatible estk, assuming you're on cs3. sounds database got corrupted, or worse. there may simpler solution, can't remember now. More discussions in Photoshop Scripting adobe

Thread: I took the red pill, but I installed the blue Linux

Image
i took red pill, installed blue linux no no, purple pill red Forum The Ubuntu Forum Community Ubuntu Community Discussions The Cafe I took the red pill, but I installed the blue Linux Ubuntu

Not able to expand tool button in Acrobat 9.0

i have implemented plugin contain 2 tool buttons using acrobat sdk 7.0. i created "flyout" using function avtoolbarnewflyout(). adding 2 tool buttons flyout using function avtoolbaraddbutton() , @ last doing avtoolbuttonsetflyout(). when load plugin acrobat version 7 , 8 flyout working fine (where can expand tool button) or without opening document in acrobat window. the problem when load same plugin acrobat version 9 flyout working fine (where can expand tool button) when document opened in acrobat window. i not able expand tool button if active document not present. please me.. as adobe no longer using flyouts it's toolbars in acrobat 9, may bug introduced. can please email me sample plugin (with source) demonstrates problem? thanks, leonard More discussions in Acrobat SDK adobe

Turn Off Distiller Prompting for Filename on MAC like you already can on windows.

i've posted before, no useful reaction. there documented feature in windows distiller, useful on mac, doesn't exist there. in adobe documentation, it's called "turn off prompting filename". in short, i'd way stop mac distiller showing dialogs not needed when controlling externally, when options 'ask pdf file destination' , 'view pdf when using distiller' turned on user, possible in windows. below copy of original post, more details. ----------------------------------------------------------------- distiller brings dialog while running applescript arnt witteveen - 06:08am dec 19, 2005 pacific hi, i've read distillerapireference.pdf (and distillerparameters.pdf) developer documentation, , have not found way need: 'override' distiller setting ask destination filename , open pdf in acrobat when it's done. on windows, not seem problem, it's documented under "distiller api windows", in paragraph "how turn off

Thread: 9.10 udevd

upgraded karmic , @ boot cpu usage crazy. gvfs-gdu-volume update-notifier udevd devkit-disks-da using much; sudo killall udevd fixes it. additional problem (unrelated) have had uninstall pulse , install esound, , have not volume 'dial' available in notification area. i have problem on kubuntu 9.10 64-bit, clean install. had in 9.04, there udevd eating cpu. Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [ubuntu] 9.10 udevd Ubuntu

grid following object height detection robot

Image
m using arduino mega make grid following robot check heights of 3 blocks placed @ node...my bot works fine uptil coordinate(3,6) , line follows without detecting node henceforthif encounters 1 or 2 blocks in mean time....if not encounter block till then works till (3,3) , has same problem...pls help! code: [select] void grid_check() {   if (       (!digitalread(els)) && (!digitalread(ers)) && (!digitalread(ls)) && (!digitalread(ms)) && (!digitalread(rs))     //if @ grid       )         {     motorcontrol(0,0);     lcd.clear(); lcd.setcursor(0,0); lcd.print(x); lcd.print(y);      //print coods         if(x==0 && y==0)       {         turn_left();         f=forward_sensor();         lcd.setcursor(0,1);lcd.print(f);         if(f<23)                             //00         {           n++;           c=millis();           while(c+700>millis()) {line_follow();}           motorcontrol(0,0);           height_sensorforward();           gr

sdbX in Raspbian Jessie Lite - Raspberry Pi Forums

hello, have sd card formatted in fat. installed raspbian jessie lite dd (as usually). build kernel raspberry pi , need copy sd card. plugged reader sd card can not find sdbx in / dev directory. code: select all pi@raspberrypi:~ $ lsusb [b]bus 001 device 080: id 058f:6366 alcor micro corp. multi flash reader[/b] bus 001 device 003: id 0424:ec00 standard microsystems corp. smsc9512/9514 fast ethernet adapter bus 001 device 002: id 0424:9514 standard microsystems corp. bus 001 device 001: id 1d6b:0002 linux foundation 2.0 root hub code: select all pi@raspberrypi:~ $ lsblk name maj:min rm size ro type mountpoint mmcblk0 179:0 0 29.7g 0 disk ├─mmcblk0p1 179:1 0 60m 0 part /boot └─mmcblk0p2 179:2 0 29.7g 0 part / code: select all [ 1816.056748] usb 1-1-port2: over-current change [ 1816.576291] usb 1-1.5: new high-speed usb device number 80 using dwc_otg [ 1816.679014] usb 1-1.5: new usb device found, idvendor=058f, idproduct=6366 [ 1816.679050] usb 1-1

java.awt.HeadlessException: - Raspberry Pi Forums

i trying enable 2-way audio communication using java servlets between rpi , windows machine. same java program works fine between 2 windows 8 machines not between rpi , window machine.it threw following exception when invoked using browser. how deal awt error? also, rpi not have mic http status 500 - type exception report message description server encountered internal error prevented fulfilling request. exception java.awt.headlessexception: no x11 display variable set, program performed operation requires it. java.awt.graphicsenvironment.checkheadless(graphicsenvironment.java:207) java.awt.window.<init>(window.java:536) java.awt.frame.<init>(frame.java:420) javax.swing.jframe.<init>(jframe.java:225) com.teqnihome.tech.client1.starter(client1.java:55) com.teqnihome.tech.clientservlet.doget(clientservlet.java:21) javax.servlet.http.httpservlet.service(httpservlet.java:622) javax.servlet.http.httpservlet.service(httpservlet.java:729) org.a

Multimedia GUI for cars - Raspberry Pi Forums

hello, have been working on project using pi create futuristic gui display cars, displays speed , rpm. gui projected pi directly on car's windshield using pico projector. obtained data car using obd adapter , created gui using javascript. gui updated using pointers printed pyobd python program. planning on enabling bluetooth audio playback , calling pairing smartphone pi. connect phone , play music on bluetooth in pi, haven't yet found soluton control (play/pause) music pi. hoping use gesture controls using either camera or arduino board interfaced pi control audio playback. there way control audio playing on bluetooth in pi? there way display name of song using id3 tags? also, haven't been able find projects on pairing phone make calls using pi either. both of these basic functionalities present in bluetooth headsets. surely must possible using pi? can provide guidance/links? thank you pairing bluetooth must possible. simple code allows interface arduino using

Acrobat crashes when I try to print...

hi, running acrobat pro 8.1.2 on mac os 10.5.5 can open , work documents fine when hit 'print' causes instant crash. i suspect it's processing of postscript data. any ideas? it acrobat's way of telling time upgrade or be simple re-installing printer driver. if re-installing printer driver doesn't work, try reset printer subsystem. removes traces of every printer. mike More discussions in Acrobat Macintosh (read-only) adobe

Flattening PDFS

hello forum, i sent pdf file generated indesign cs3 in printing. company going printing me says needs flattened. indesign document 1 layer. use "press ready" setting when creating pdf. missing something? sincerely, chris arnell el dorado seo www.eldoradoseo.com seo ppc analytics yes, that's because there more 1 kind of flattening. the printing company meant wanted indesign transparency flattened. export pdf using pdf/x pdf preset. flatten transparency. More discussions in Acrobat Macintosh (read-only) adobe

bluetooth relays, error compiling!!

Image
so.. sketch trying use switch relay on or off bluetooth via ardudroid keep getting error compiling expected } @ end of input now because incredibly tired cant see it. anyone shed light? thanks!! heres sketch char val;         // variable receive data serial port int ledpin = 2;  // led connected pin 2 (on-board led) void setup() {   pinmode(ledpin = 2, output); // pin 2 (on-board led) output   pinmode(ledpin = 3, output); // pin 3 (on-board led) output   serial.begin(9600);       // start serial communication @ 115200bps } void loop() {   if ( serial.available() )      // if data available read   {    ;   }       val = serial.read();         // read , store in 'val'   if ( val == 'a' )              // if 'a' received led 2 switched off   {     digitalwrite(ledpin = 2, high);    // turn off pin 2   }   if ( val == 'a' )              // if 'a' received led 2 on   {     digitalwrite(ledpin = 2, low);  // turn on pin 2   }   if ( val ==