Posts

Showing posts from April, 2015

mainmenu dukker ikke opp i adminsystemet - Joomla! Forum - community, help and support

Image
sitter å legger inn stoff adm.systemet - og da jeg skal legge til ny lenke mainmenu - så får jeg ikke opp siden! det blir bare hvit skjerm. er det noen som kjenner til dette problemet? de andre menyene kommer som vanlig opp når jeg henter dem. siden visen riktig leserne, men mainmenu viser seg ikke adm systemet8backend) har dere fått rettet opp alle andre feil som var forbindelse med flytting, og er dette også noe som dukket opp samtidig? Board index Joomla! International Language Support International Zone Norwegian Forum Eldre versjoner av Joomla! Joomla! 1.0 Administrasjon/installasjon

Controlling multiple steppers - How Best?

i have variety of arduino computers , 4 l298n driver boards , 4 small 4 phase unipolar motor 24 v/75 ohms = 0.3 a. i have scoured forums and, although there information 1 or 2 steppers, find nothing on controlling 4 steppers. if copy , modify 2 stepper sketch, can't determine how organize steppers can operated @ once, rather first one, next, etc.  there shield or takes care of or have not yet found. can give me guidance in matter? john this project controls 3 motors @ same time:- http://www.thebox.myzen.co.uk/hardware/cnc_conversion.html Arduino Forum > Using Arduino > Motors, Mechanics, and Power (Moderator: fabioc84) > Controlling multiple steppers - How Best? arduino

A first time user - Joomla! Forum - community, help and support

can recommend me template can use normal website.  want sell or have kind of forum.  idea of knowing how many people on website @ 1 given time.  search facility useful well.  each page relatively same different content assuming can design website website within dreamweaver using templates same if had designed template myself? ironside wrote: can recommend me template can use normal website.  want sell or have kind of forum.  idea of knowing how many people on website @ 1 given time.  search facility useful well.  each page relatively same different content assuming can design website website within dreamweaver using templates same if had designed template myself? here bunch of information on templates http://forum.joomla.org/index.php/board,337.0.html here tutorials on templates http://forum.joomla.org/index.php/topic,35971.0.html here can find sources of free templates http://forum.joomla.org/index.php/topic,25306.0.html welcome joomla regards dave Board index

Uploading Arduino data to Google drive

hello! i want upload sensor data arduino uno r3 google docs spreadsheet froma google docs form. this, need make http post request using following url: https://docs.google.com/forms/d/****************************-***************/formresponse?ifq&entry.********=night&entry.********=30&entry.********=27&submit=submit (**** represent formkey , entry numbers) when type url in browser, entry added spreadsheet successfully. guess, there no problem url such. there problem in arduino code using url. getting http/1.0 400 bad request error. any appreciated.  code follows: code: #include <spi.h> #include <dhcp.h> #include <dns.h> #include <ethernet.h> #include <ethernetclient.h> #include <ethernetserver.h> #include <ethernetudp.h> #include <pstring.h> #include <stdlib.h> byte mac[] = { 0x**,0x**,0x**,0x**,0x**,0x**};  //ethernet shield mac ipaddress server(74,125,232,128);// make char server[]= "www.google.com&quo

Joomla Structure - Joomla! Forum - community, help and support

hi friends can helps me structure in hierarchy or order example link menu content category section etc etc is there clear explanation, or drawing can print , stick in room, , see what??? regards' speedoflight321 wrote: is there clear explanation, or drawing can print , stick in room, , see what??? at http://help.joomla.org/ there's pdf user manual 1.0.11 available: http://help.joomla.org/images/user_manu ... 1%2006.pdf Board index Joomla! Older Version Support Joomla! 1.0 General Questions - 1.0.x

Thread: wubi vrs partition

hi! new ubuntu, have been on long enough understand how works. there 1 thing don't understand. , risks of using partition, , benefits--as opposed wubi install. want explain? thx in advance =p <-- can haz breens? hl2 much? nerd much? if have been using ubuntu while should install ubuntu dedicated partition. according wubi's developer, wubi not intended long term installations. meant users try out ubuntu: http://howsoftwareisbuilt.com/2009/0...o-wubi-ubuntu/ agostino: wubi wasn’t designed long-term installations. main aim let people try out ubuntu confidence. normally, users start wubi tend upgrade full installation dedicated partition @ next release cycle. there performance penalty running ubuntu windows have read. plus ubuntu vulnerable fragmentation when installed inside windows. go ahead , install ubuntu right way, partition. see these links: http://w

ENTER Key

is correct way check enter key ? public function initapp():void { stage.addeventlistener(keyboardevent.key_down,testcheck) } public function testcheck(button1:keyboardevent):void { if(button1.keycode==13) { alert.show('this works'); } } the id button on stage button1. tried using code button1.addeventlistener, code failed there, added stage.addeventlistener(what using now), fails....so presume something's not right here... the not clear... check out topic: defining default button also see topic flash.ui.keyboard there enter constant has value of 13. More discussions in Flex (Read Only) adobe

Interrupts

Image
does use of interrupts affect internal clock of arduino?   i using interrupt signal generated as  hole in rotating disc passes between ir led , photo-diode. time when rotation starts and  when rotation ends , subtract 2 give measure of running time.  find that  on 1 minute of running time, consistent 54 seconds indicated. when measure time without using interrupts accurate 60 seconds indicated 1 minute. idea what's going on? quote from: glynne on mar 27, 2014, 11:47 am does use of interrupts affect internal clock of arduino? it might, rather depends on how bad code looks.  unless post examination (using "code" tags - [ # ] icon), no-one here can tell you. this excellent example of why should not try use interrupts not needed or appropriate, , description of optical interrupter on shaft classic example interrupt inappropriate.    Arduino Forum > Using Arduino

Help With The Spaceship Interface

hey guys. i'm following through arduino projects book learn board. i'm having problems project 02, spaceship one. think i've got code right, , wiring correct. red lights mean't flash when button pressed, , green led lights when isn't pressed. in version or without button pressed red lights flash. the code says input on pin 2, , if low green led lights, if high red leds flash. mean current flowing pin 2 in scenario (the red leds flash). if disconnect wire pin 2 red leds still flash. i've attached pic of circuit , breadboard here code: int switchstate = 0; void setup(){   pinmode(3,output);   pinmode(4,output);   pinmode(5,output);   pinmode(2,input); } void loop (){   switchstate = digitalread(2);   // comment   if (switchstate = low)  {     // button isn't pressed     digitalwrite(3, high) ;   //  green led     digitalwrite(4, low) ;    //  red led     digitalwrite(5, low) ;    //  red led   }   else  {  //the button pressed     digitalwrite(3, low

Frage zur xxx.print(F("%"))

hallo gibt es nachteile wenn man  xxx.print(f("test")); benutzt? es dauert etwas länger, da die zeichen erst aus dem flash ins ram kopiert werden müssen. bei serial macht das nichts, da das sowieso zigmal langsamer ist, aber bei webseiten habe leute schon geschrieben, dass die seiten spürbar langsamer aufbauen. Arduino Forum > International > Deutsch (Moderator: uwefed) > Frage zur xxx.print(F("%")) arduino

Thermistor Sensor Module Help

hello, have bought http://dx.com/p/thermistor-sensor-module-blue-199831#.uy2wc4vbtac thermistor sensor module , have connected arduino uno r3. want make simple thermometer googled tutorials on how convert value sensor outputs temperature. found lot's of tutorials none of them uses module or similar it... tried use steinhart-hart thermistor equation of tutorials values different room temperature. can me? p.s: english isn't first language there might mistakes in text. there isn't detail there interface, implies device provides digital interface. come manual or data sheet giving details? if not, figuring out how use tricky. if want simple thermometer, known reliable option ds18b20 one-wire sensor, costs same. Arduino Forum > Using Arduino > Project Guidance > Thermistor Sensor Module Help arduino

New small producer web site - Joomla! Forum - community, help and support

Image
hello all, i'd present new web site did friend of mine : http://www.monteberiot.com here details: - joomla 1.0.10 (i know, upgrade 1.0.11 soon) - custom-made template, fixed header , side menus areas. rounded corners niftycorners library - english/french (joomfish 1.7) - modified letterman component, handle multi-lingual newsletter (subscriber gets email in language selected when he/she subscribes) - modified artio sef component (called sh404sef) better multi-lingual handling (no duplicate content, iso code inserted in url, translated urls), including modified version of joomfish 1.7 language selection module - modified joomlacomment 2.33 compoment, bugfixes, , non-utf8 ajax handling (requires mbstings module) - modified rd-rss feed manager handle rss feed (bilingual, automatic!). changes : hyperlinks stays active when users receive feed, , images left in message well. - horizontal menu module, custom-dev (called shhmenu) - custom dev javascript slideshow module (called shsmoothsli

SQL QUERY HELP - Joomla! Forum - community, help and support

help i totally confused, i'm using dbq extensions try , administer database. use virtuemart offline credit card processing, meaning store cvv code until order processed. need delete number database reatin other information. i informed dbq used write sql query delete number table (or replace 000). have no idea how sql queries built or operate. the table called: jos_vm_order_payment with field being called: order_payment_code what need sql query delete / replace number in field. can help? thanks lee always bit of worry advise amending database, here goes... backup database to able update data, must have unique field on select (you not want update records in database need use clause identify particular record). table should contain kind of id field - primary key, can use safely retreive 1 record. here have called unique field some_unique_id_field you need in table find field name use. code: select all update jos_vm_order_payment set order_payment_code='000' some_unique_id_fi

Suggestion for the site showcase - Joomla! Forum - community, help and support

i have suggestion site showcase. 1 thing i've noticed in showcase forum lot of people put sites , "look @ me! @ me!", don't want review other people's sites. essentially, looks handful of regulars review peoples' sites , many sites 0 or 1 responses. part, if ask review, try review couple of sites give community. in other webmaster forums, i've seen policy says if want site reviewed, must first review 3 sites. maybe forum admins here think of doing similar. consider. here sitepoint's reviews policy reference: http://www.sitepoint.com/forums/showthread.php?t=339587 and v7n: http://www.v7n.com/forums/website-revie ... rules.html not bad idea @ all.. concern workload involved in checking user 'qualify'. will see showcase mods have on subject though.. sharing. Board index Joomla! Official Sites & Infrastructure Sites & Infrastructure - Feedback/Information

Transport Plugin OnionPi - Raspberry Pi Forums

so followed instructions adafruit , got onionpi router running. https://learn.adafruit.com/onion-pi/overview there 1 problem, i'm in china , block virtually tor traffic. however, did tor run using meek-amazon transport plugin on ubuntu computer using gui tor browser package. reading stuff , found can install plugin here https://packages.debian.org/search?keywords=obfs4proxy . have obfs4proxy_0.0.0.4-1_armhf.deb installed on raspberrypi 2. after reading man tor page found this: code: select all clienttransportplugin transport socks4|socks5 ip:port, clienttransportplugin transport exec path-to-binary [options] in first form, when set along corresponding bridge line, tor client forwards traffic socks-speaking proxy on "ip:port". it’s duty of proxy forward traffic bridge. in second form, when set along corresponding bridge line, tor client launches pluggable transport proxy executable in path-to-binary using options command-li

Reading a GPIO Pin from Python 3 - Raspberry Pi Forums

hi, had raspberry pi 2 day, fun. have been able figure out number of things on own without trouble, until now. i'm working book come raspberry pi, "vilors raspberry pi user's guide". got page 167, "reading gpio pin python 3" without trouble. reason i'm having trouble with, "reading gpio pin python 3". believe basic circuit book told me build (just resistor , switch) working correctly because it's same circuit used for, "reading gpio pin terminal window" , works fine example, pages earlier in book. believe it's .py file, life of me can't seem find solution. here copy , past of code. code: select all import rpi.gpio rpi.gpio.setmode (rpi.gpio.bcm) rpi.gpio.setup(2, rpi.gpio.in, pull_up_down=rpi.gpio.pud_up) while true: if rpi.gpio.input(2) == rpi.gpio.low: print ("switch pressed.") break rpi.gpio.cleanup() , here when try , run it. pi@raspberrypi ~/desktop $ sudo pyth

PS3 Eye Feed Freezes - Raspberry Pi Forums

i running mjpg-streamer, along using ps3 eye video feed. entire thing works great couple minutes freezes, web page still accessible. /usr/local/bin/mjpg_streamer -i "/usr/local/lib/input_uvc.so -d /dev/video0 -y -r 320x240 -f 5" -o "/usr/local/lib/output_http.so -p 8080 -w /usr/local/www -c admin:choc1992" -b running @ boot using above, there sort of driver issue? when streaming work great, freeze, along top of image in few pixels can see changes. appreciated. raspberrypi

5 Fundamental Ways to Use Data Visualization - Raspberry Pi Forums

the human brain amazing. every second, eye processes 8.96 mb of data. holy batman! may not wired read fast, we’re wired visualize fast. why think powerpoint presentations ingrained in corporate culture? love our bar charts, pie graphs, , other forms of data visualization. there’s no shame in it, folks. can’t enough. below presentation uploaded our slideshare account: http://blog.initialstate.com/5-fundamen ... alization/ enjoy! being old-fashioned sort of guy, brought foolscap - a4 new-fangled didn't trust - have disagree of presentation. powerpoint presentations badly made don't tell anything. tend pretty - clever graphics , on - extremely light on actual information. ones don't allow interaction - they're convincing audience of correctness of presenter's ideas, if use blackboard, can yell out "that's wrong", , can change things @ will did figure 8.96mb/s come from? sources, or made sound good? , why reading text supposed worse pr

FlashPaper2 hangs

Image
hi i have windowsxp , studio 8. flashpaper2 hangs when try convert word doc. doesn't matter if try word doc open or flashpaper 2 window (by drag , drop) or right clicking word file. anyone got ideas? thanks edward i'm having same problem. worked time ago , stopped working completetly. dialogue comes saying converting, never finishes. have reinstalled contribute 3 or 4 times, done repair installation , still problem persists. d More discussions in Archived Spaces adobe

OT: MySQL Dates Questions

i've been storing dates in mysql database tables in fields formatted date (e.g. 2008-08-02). want learn how manipulate data (e.g. displaying years or months or sorting days). i found several references confusing , got mixed advice on forum. first, plan on using php manipulate , store dates. given the following code display dates in text format (e.g. may 8, 2008): date("f d, y",strtotime($date)) however, doesn't appear work dates earlier 1900. also, told me should change date fields timestamp. however, haven't yet figured out how format data timestamp or assign character length timestamp. i'm getting sorts of weird results. in meantime, mysql quru told me forget timestamp. so, i'd ask methods use manipulate , display dates. dates consist of birth dates , dates various people elected public office. able display them in various formats (e.g. 2008-04-08, 2008, april 8, 2008). eventually, i'd able sort table columns such variabls year, mo

Decrypt Using Mcrypt

hi folks, i've been trawling around trying learn how encyrpt , decrypt data using mysql , php. have (i think) managed test page working encrypts data can't find out how decrypt it. i've pasted in code i'm using return series of random characters on screen guess it's working. can me find out how decrypt it? davecheet wrote: > can me find out how decrypt it? how trying php manual? http://docs.php.net/manual/en/function.mdecrypt-generic.php -- david powers, adobe community expert author, "the essential guide dreamweaver cs3" (friends of ed) author, "php solutions" (friends of ed) http://foundationphp.com/ More discussions in Develop server-side applications in Dreamweaver adobe

upload sajta - Joomla! Forum - community, help and support

pitanje jeste malo glupo verovarno je vec bila ali ja nikako da ga pronadjem pa morah da postavim ponovo dakle imam instaliran jsas na njemu jedan sat joomla sa jednom komponento nekim templateom koji sam ja malo promeni kako da prebacim na server kod provajdera ako moze neka pomoc jako se izvinjavam ako je bilo ja nemogu da pronadjem ili su mi kljucne reci lose .... prvo, tesko mogu da te razumijem... koliko shvatam, pitas kako da prebacis sajt iz lokala na web server...? Board index Joomla! International Language Support International Zone Serbian/Montenegrin Forum Tehnička pitanja

Жетоноприемник и Raspberry Pi 2? - Raspberry Pi Forums

Возможно ли настроить работу этой штуки с жетоноприемником: http://sensis.ru/catalog/monetopriemniki/2212.html ? >Работа по протоколу rs232 подключить сможете через переходник усб-ком, а вот софт под него писать, скорее всего, придется самостоятельно raspberrypi

Using modern 'smart' USB Power Adapters with Raspberry Pi? - Raspberry Pi Forums

pi / pi 2 using modern 'smart' usb power adapters supply power raspberry? once upon time there 1 way charge usb device , done @ 5v , 500ma max, or i've been told. 'modern' usb power adapters apple 1amp, 2amp , 2.4amp , many samsung chargers used tablets use way of 'negotiating' higher power draws (anything above 500ma presume) via resistors or other 'smart' circuit on d+ , d- (the data ports of usb cable). have couple of ipad chargers both 10w (5v, 2amp) , 12w (5v, 2.4amp) models , tried use them on raspberry pi 2. surprised notice pi's red power led blinking time, plus 'pulsing colored square in top right of screen' (apparently newer firmware way alert insufficient current) going on , off when used pi 2 compile something. there no question of faulty components, have 3 pi 2s exhibiting same behavior on apple chargers. conclusion pi can't use these 'smart' chargers , talk them via d+, d- data ports 'negotiate' m

List Control

hi, what's correct implementation sort of thing ? i want add list. content list user entered textbox. contents of textbox put inside list, 1 below other.....i started venture using rowcount property, can't work....i wanted simple alert see current rowcount....i have following code.... import mx.controls.alert; import mx.controls.listclasses.listbase; public function addme():void { alert.show(string(showlist.rowcount)); } but constant value of 7. don't understand how ? you want length of dataprovider. rowcount refers control's visible rows. has nothing data. to add item, use dataprovider api, probablyadditem(). tracy More discussions in Flex (Read Only) adobe

[ATTiny85] problème avec le watchdog

Image
bonsoir/bonmatin, bon je retape tout après un magnifique bsod  =( je travaille sur mon projet de fin d'année, j'utilise actuellement deux avr : un mega328p et un tiny85. la programmation du tiny85 me donne du fil à retordre. je lui demande pourtant peu de choses : il doit boucler indefiniment sur du ["i]led-fadign[/i]" sur son pin 4 , un interruption est définie sur le pin 2  ainsi qu'une autre sortie sur le pin 3 , cette dernière doit rester allumée pendant 4-5s secondes, elle doit s'activé suite à l'interruption, voici le dernier code utilisé : code: [select] #include <pinchangeinterruptsimple.h> #include <avr/wdt.h> int ledfade = 4; int locker = 3; void setup()  {   wdt_disable();   pinmode(locker, output);   attachpcinterrupt(2, blnk, change); } void loop()  {    for(int fadevalue = 0 ; fadevalue <= 255; fadevalue +=5)   {       analogwrite(ledfade, fadevalue);                   delay(30);                              }   for(

chat program - Joomla! Forum - community, help and support

hi.  me again (dumb?) question. several of clients wanting add chat (with voice if possible) feature website.  both messaging individual ppl , chat rooms nice. should run on website without using second party hosting software.  want visitor click on link , open messaging or room. i dont see in extension area meets needs.  chat not have integrated joomla, nice. thanks help. here list of chat components available joomla. http://extensions.joomla.org/component/ ... itemid,35/ i think might out of luck voice thing, though. Board index Joomla! Older Version Support Joomla! 1.0 General Questions - 1.0.x

Contenido restringido por usuario - Joomla! Forum - community, help and support

¿es posible traves de algún componente dependiendo del usuario que se registre y loguee en la web, vea un contenido especifico para el? por ejemplo, si se loguea juan, que haya un contenido que solo vea juan y si se loguea pedro, que haya un contenido que solo vea pedro saludos y muchas gracias por la ayuda yo uso esa técnica con el componente jacplus http://www.byostech.com/component/optio ... t/catid,5/ Board index Joomla! International Language Support International Zone Spanish Forum Versiones de Joomla! obsoletas Joomla! 1.5

Dreamweaver MX 2004 with Contribute CS3

good afternoon, i have adobe cs3 web premium edition, colleague located interstate using dreamweaver mx 2004. him design dreamweaver template use in contribute cs3. there known compatibility issues doing this, or dreamweaver cs3 features maybe miss out on? thanks in advance! i don't think problem, since can administer site within contribute. template souirce code hasn't changed, contribute find templates , editable regions. you decide turn of compatiblity in dreamweaver if there problems cheking in , out system. More discussions in Contribute General Discussion adobe

Wifi connection not send data after long system idle (Rpi2) - Raspberry Pi Forums

i'm using rpi2 & raspbian. i'm using tplink tl-wn722n usb wifi adapter. there no voltage problem. no rainbow alert. wifi router ralink chipset ( trenchip compatible i'm know wifi atheros ). i'm chganged default networking manager. i'm using gnome network manager. i'm compiled ar9271 1.3.2 firmware. wifi working better faster debian repo firmware. problem: after system long idle. system showing network connected. bu there no incoming data. i'm reconnect ing internet connection. done. i'm using smartphone wifi same router. there no issue that. raspberrypi

Les projets BAC

Image
bonjour, ca serait bien de créer une rubrique projet bac je trouve avec une charte. comme chaque année, on voit débouler ici des bacheliers qui demandent du tout cuit aider oui, tout créer pour eux c'est pas le du forum je pense. c'est juste une idée comme ca, car encore un autre bac vient d'arriver sans rien avoir cherché. ca fait rire au début, mais ca lasse à la fin. oui effectivement, puis pour ceux qui on le plus de dignité mais pas de respect, il mette pas un post mais vienne directement en mp quémander des prog... bref, peut être pas bac mais sujet d'étude, qu'on comprenne que la personne est la pour apprendre pas pour un résultat. skizo. Arduino Forum > International > Français > Le bar (Moderators: jfs, Snootlab) > Les projets BAC arduino

Solar Project not yielding expected results - Raspberry Pi Forums

Image
hey all, i've got cmp 12 solar controller marked 10a 12v 12ah battery , 12v 80w solar panel hooked it. manages power raspberry pi 10 hours during day time. probalby aware, im novice managing electrical systems , cannot figure out i'm going wrong. worth read www.gprsmodems.co.uk/rutland/solarexplained.pdf may not getting output in ah expect raspberrypi

Reading Initial SRAM memory values of Arduino Uno

how can read initial power values of sram memory cells of arduino uno board i.e entire 2048 byte. do need write in bootloader. please give program code same. why on earth want that? it known in trade random switch on rubbish reason. using c of initialises anyway before can it. what want when have read it? if want use indirection operator * quote please give program code same. no. Arduino Forum > Using Arduino > Project Guidance > Reading Initial SRAM memory values of Arduino Uno arduino

cool housings/cases for the boards

Image
i thinking arduino make housings or small cases each of boards. almost miniature computer casings wouldnt out in open when finished. it inspire people make own or maybe arduino use concept create whole product line. now cool!   like, little cases each type of board or controller (the 1 buttons , joystick) have case it snaps (top , bottom) more easy hold , control , such. just few suggestions. im sure of development team reading right has brainstorming caps on .. - _ ^ : : sell them in different colors : : please make white ones, me ^ _ ^ <-favorite color . . Arduino Forum > Development > Suggestions for the Arduino Project > cool housings/cases for the boards arduino

Thread: Cool hydrogen songs

Image
post creations here! btw hydrogen --> http://www.hydrogen-music.org/?p=download <-- attached files funkybeat.tar.bz2 (1.6 kb, 16 views) shame thought meant songs hydrogen! misunderstood , maligned element if airship traveller in 1930s experiencing of comeback these days hyyy dro genn floating free in atmosphere if fusion here there no global crisis fear... i'll shut Forum The Ubuntu Forum Community Ubuntu Community Discussions The Cafe Cool hydrogen songs Ubuntu

Arduino Uno e Motore dc 230v.

salve tutti, ho bisogno di controllare questo motore http://www.evermotor.com/link/ac47.html (è il terzo, ovvero 5512sp 08250). in pratica il classico progetto dello zootropio presente nello starter kit è perfetto per le mie esigenze (con l' aggiunta dei fine corsa). in pratica il problema è come dimensionarlo se è possibile per questo motore è come alimentarlo. ho cercato col fido google ma ne ho trovati solo con motori che richiedono meno tensione. sono sicuro che ci sarà ma veramente non sono stato capace di trovarlo. ringrazio per l' attenzione. ciao. lavorare con la tensione di rete non è uno scherzo, quindi se puoi usa un motore bassa tensione. a parte questo, il motore va alimentato in continua, raddrizzando la tensione di rete 230v. devi usare un ponte di diodi da almeno 600v 1a con un condensatore elettrolitico di filtro da 220uf 400v (meglio 600v) otterrai una tensione dc di circa 320v che dovrai modulare con un mosfet pilotato da pwm i

Hyperlinking a block of text

i have block of text retrieve sql dbase. need display on site. however, need search hyperlinks, defined strings start http:// , replace them <a href="thelink">thelink</a>, links hyperlink when displayed. there multiple links in 1 block of text. does have code code take care of this? guess replacenocase come place somehow thanks mark what links end with? More discussions in Advanced Techniques adobe

Detecting when switch is closed - Raspberry Pi Forums

Image
hi all, i'm new pi , electricals/electonics @ hobby level. want use pi detect when contact closed. when motor engaged, circuit closed , existing circuit has lightbulb connected comes indicate motors engaged. connect pi contact can notified through pi when motors engaged. have tried setup pictured on right, not sure if right way go it. have connected inputs pi correctly (i.e. pin , gnd)? design meaningful/appropriate? have tried connect pi pictured bcm_gpio23 , gnd , enabled internal pullup resistor. when motor closed (contact opened) high when motor opened (contact closed) randomly both high , low until motor closed , constant high again. behavious makes plan unreliable cannot tell if motor closed or opened randomly checking pin input value. please advise i've done wrong , better way. thanks photoscan.jpg (55.68 kib) viewed 727 times i see no image i'm not sure have done, if chucking if switch open/closed how d

USB slave <-> serial conector chip - Raspberry Pi Forums

hi, i'm trying program raspberry 2 usb slave. (like other people on net, nobody seems have succed yet ...) need handle full usb protocol negociation => create descriptors myself ! i've read many things usb protocol, etc ... so here know : pi can't used slave, because of hardware (usb ports connected hub, forcing host mode) => there usb otg port (the mini usb port in fact) : pins not connected , used, neeed hardware modification on board itself, ... not solution me. usb on dead, pi has serials interfaces (i2c , uart @ least). thinking connecting 1 of these "magical external chip" (here trick) convert serial usb => many chips (ttl cable example), theses handle usb protocol themselfs (needs driver on windows, etc ...) => not need. need teensy (see there : https://www.pjrc.com/teensy/ ) : can used create usb peripherical , let user program full usb protocol himself. that's perfect, i'd programm full stuff on raspberry. may have un

Thread: Getting SCO OpenServer floppy disks open on Ubuntu

hi all, i'm super unix newbie. problem: have old plasma cutting software called cybermation cimtec , on sco openserver os. motherboard died , hard drives freezes @ point when loads. friend recommended me use more popular unix os. here am. cybermation installation in floppy disks. did things found when searched "floppy" (by including file system: vfat , ext2. able read old windows floppy disks. not able read cybermation disks; error "can't mount file." missing extension? how can ubuntu read these floppy disks? appreciated. reinstalled sco openserver. website wasn't help. how read floppy drive in openserver? i'm not familiar openserver 6, 5.0.x. software floppies sco have seen either use "custom" or tar format. "custom", log in text session root , type "custom" (without quotes). use arrow keys , tab move around. select softwar

How to use 5" tft with controller?

i'm looking @ lcd... http://www.buydisplay.com/default/tft-5-inch-lcd-display-module-w-controller-board-serial-i2c-ra8875     it says easy control arduino.  how do it?  program screen , send commands , forth between screen controller , arduino?  if how program screen?  need library arduino?  tutorials on such devices? what connector ? can connect such thing ? adafruit has library ra8875 own ra8875 driver board : http://www.adafruit.com/products/1590 Arduino Forum > Using Arduino > Displays > How to use 5" tft with controller? arduino

string management and memory limitation

Image
hello arduino fans i'm bit new @ willing learn.  building module display text messages scrolling on 16 2 lcd display.  please confirm think addition of sd card required hold text strings.  or perhaps kind of physical memory chip or other board better?  string values remain after power failure. if use string constant ("this string constant") compiled flash (*a.k.a program memory or 'progmem') , copied ram @ run time.  if using .print() or .println() can use f() macro (stream.print(f("this string constant")) keep string in flash , print directly flash not take ram. there ways keep lists of strings in flash.  see: http://arduino.cc/en/reference/progmem Arduino Forum > Using Arduino > Storage > string management and memory limitation arduino

Error 2002 after changing datadir in mysql.cnf - Raspberry Pi Forums

hello, new raspberry , linux. bought pi2 piface digital 2, no problems raspbian , mysql + php5 installs. tried move newly created database nas (buffalo terastation); found lots of infos on net, mounted ok destination folder, copied db, , changed "datadir" in /etc/mysql/my.cnf file. but: no way restart mysql, consistently following "error 2002 (hy000): can't connect local mysql server through socket '/var/run/mysqld/mysqld.sock' (2)". fooled around lot different parameters, changed "bind-address" 0.0.0.0 or pi2 ip address, socket location (also in debian.cnf) etc. tried install apparmor, problem still there. reversible though, return "datadir = /var/lib/mysql" starts working again. way, "$ sudo service mysql restart" works, "$ sudo /etc/init.d/mysql stop" consistently fails. appreciate help, issue drives me crazy ! you need move /var/mysql (including subdirectories) new device update /etc/mysql/my.cnf re

XML: Variable # nodes problem...

i have nodes in xml file this: <?xml... <listings xmlns... <listing> <name>john doe</name> <address format="simple"> <component name="addr1">155 main street</component> <component name="city">new york</component> <component name="province">ny</component> <component name="postal_code">99999</component> </address> <phone type="main">(555) 555-5555</phone> <phone type="fax">(444) 444-4444</phone> </listing> </listings> the problem is, if 4 address lines aren't there, , if don't send fax or phone number. simpler xml elements, i'm able stuff , works: <cfif not structkeyexists(mydoc.listings.listing , "name")> <cfoutput>record #i#: name doesn't exist!</cfoutput><br> <cfset mydoc.listings.listing .name = xmlelemnew(mydoc,"name"

For creating a video from images - Raspberry Pi Forums

hello sir have 20 bmp images want create video, use code given below can see 1 frame(one image) contineous images see should do? import cv2 img1 = cv2.imread('1.bmp') img2 = cv2.imread('2.bmp') img3 = cv2.imread('3.bmp') height , width , layers = img1.shape video = cv2.videowriter('video.avi',-1,1,(width,height)) video.write(img1) video.write(img2) video.write(img3) cv2.destroyallwindows() video.release() there ffmeg (or avconv) utility available can make video individual files. raspberrypi

qwerty - Raspberry Pi Forums

Image
i'm trying set new rpi2 raspian . updated , upgraded sd card original rpib. have qwerty kybd, able set use first rpib. cannot kybd type correctly, have type":fhs" sudo show in terminal. in raspi config dont see option qwerty kybds . dont see chinese made kybd listed, have tried generic 104&105 option, no change dont recall did when set first pi, few years ago, think accepted ever entry highligted. i'm frustrated. have picked dvorak keyboard layout accident? raspberrypi

Bit too much white space ... - Joomla! Forum - community, help and support

hi guys, well, lot of helpfull people foray cms right on track- couple of questions though... 1. top of page banner has load of white space underneath - how remove it? http://www.blackdogsquare-design.co.uk/ ... e&itemid=1 2. want add plug banner joomla under left hand menu - how do that? cheers, pete any ideas lads? pete Board index Joomla! Older Version Support Joomla! 1.0 Templates & CSS - 1.0.x

How did the old discussion about an Arduino RPG come out?

how did discussion work out? my main game question display. text want text history right there, @ least 4 lines scroll. i think there has minimum user end (terminal) game. did one? i think should modular point of using other devices, phones , old game console/tv's , pc's. i see pc being dungeon master able display maps, etc, talk, powered hub players plug character interfaces into. players own status on own display, 4x20 do? the player arduino may covering player , player-controlled npc party, lots of data , multiplayer don't long decide times. think begs full screen , graphics, same paper , dice d&d players lay pages in small piles around them. shouldn't have scratch on paper now. i thinking in terms of space game realized work rpg , maybe been worked out more once. geez. worried unnecessarily. thought using arduino on weapons. original post of game? Arduino Forum > Com

LCD, Menu and Buttons

guys, i'm developing project filling machine there mat , pump , sensor , keypad , buttons , using arduino mega - main question in regards lcd menu want on first screen after being triggered " bverde " button message hostname , passing 1 second show amount bottled . amount value entered in keypad ; - after value entered keypad second screen shown , screen told amount of bottled , pressing " bamarelo " changes screen third screen show level of storage tank , pressing " bamarelo " again goes second screen , ie " bamarelo " act options button moves between these 2 screens ; - using decrementador want same decrement value entered in first screen showing message lot ready , entering new value ; - third button " bvermelho " emergency button pressed ie machine hangs. - whole program based on examples , projects found here on forum , other sites . follows program : code: [select] #include <keypad.h> #include <liquidcrystal