Posts

Showing posts from March, 2010

Getting media from different server

i have 2 servers. 1 hosts site , other store media. storage server on godaddy, other elsewhere. use cfcontent serve media website server viewers. hides url , works fine. however, have limited bandwidth , space on site server , able store media on godaddy server , pull media godaddy server through site since godaddy server has higher bandwidth limitations , more space. cfcontent requires complete file system path work , have not been able figure out godaddy server have not been able figure out how use cfcontent pull server. godaddy server offers asp can have cf on little cost. any ideas on how link site godaddy server media , still hide url stop people doing direct linking? appreciated! you pull remote content cfhttp or web service calls. performance reasons might consider caching popular content locally. might consider using ajax when know you'll waiting on a request on remote site complete before server have content being requested. More discussions in Advanced Techniques

Using realtime operating system with the Yun

hello all, been while since posted on forum. i interesting in using yun need know if there real time operating system support it. want run rtos on atheros ar9331. any appreciated. thanks quote from: sonnyyu on feb 18, 2014, 02:59 pm what asking ar9331 direct gpio access. answer no. ar9331 has: i2s/spdif-out audio interface slic voip/pcm gpio/led support (gpio0~gpio28) jtag-based processor debugging supported in total 29 of gpio pins of them multiplexed pin uart,i2s,led,slic, jtag. yun breaks out 0 of them. out of luck. yun might not platform looking since has no hardware breakout. meanwhile yun supports real time application integrated mcu-atmega32u4. Arduino Forum > Products > Arduino Yún (Moderator: fabioc84) > Using realtime operating system with the Yun arduino

Arduino motor shield R3 library?

hi, i'm pretty new arduino , i'm trying make simple robot using arduino motor shield r3. see adafruit motorshield, there's pretty nice library out there, doesn't work arduino motor shield.  library exist arduino motor shield? thanks, rich ..dont worry. u wont need  library motor(s) running.. search litte. you'll find Arduino Forum > Using Arduino > Motors, Mechanics, and Power (Moderator: fabioc84) > Arduino motor shield R3 library? arduino

Thread: Update Manager error

i getting error stops me running synaptic 'e:unable parse package file /var/lib/apt/lists/security.ubuntu.com_ubuntu_dists_jaunty-security_main_binary-i386_packages (1), e:the package lists or status file not parsed or opened.' couple of times synaptic has frozen pc , forced me power off what main server in synaptic? Forum The Ubuntu Forum Community Ubuntu Official Flavours Support New to Ubuntu [all variants] Update Manager error Ubuntu

Bokse skubbes ned, når bruger er logget ind..! - Joomla! Forum - community, help and support

Image
hej der.. så er jeg igen - med noget der ligner det samme som sidst.. men men.. problemet opstår tilsyneladende kun, når man er logget ind.. det første billed er når vi er inde, det sidste billed er når vi er ude..! det er svært af se, men tager jeg fejl hvis jeg siger @ det kan være fordi din venste kolonne/menu bliver lidt bredere efter login? i så fald er det sikkert login-boxen der er problemet. prøv evt. @ placere login som et menupunkt, og derefter disable "login form" under modules. så kan du ihvert konstatere om det er det, som er problemet. hvis det er tilfældet, kan du derefter beslutte om du kan leve med login på denne måde, eller om du skal ændre templaten en smule, så den passer 100% bredden. /zorroson  Board index Joomla! International Language Support International Zone Danish Forum Ældre versioner (disse vedligeholdes ikke længere fra officiel side) Joomla 1.0

Thread: What is the solution for my ATI Radeon X1400 ?

hi, i'm using ubuntu since 1 year. works except new version have grafik problems. can't modify brightness. have try method tancom . have worked when restarted last time driver desactivated , when play videos in full screen lags. have asked in tancom blog no reponse. please if can give me help. thanks. code: my config : laptop toshiba satellite a100-788 grafik card : ati mobility radeon x1400 os : ubuntu 9.04. Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Hardware [ubuntu] What is the solution for my ATI Radeon X1400 ? Ubuntu

extract data from serial.print

i have used basic sketch rf22 module, , can push button on server , have print specific stuff on client radio arduino.  using basic sketch able serial.print incoming data, cannot figure out how capture data array control purposes. code: [select] uint8_t buf[rf22_max_message_len];     uint8_t len = sizeof(buf);     if (rf22.waitavailabletimeout(500))     {       // should message now          if (rf22.recv(buf, &len))       {         serial.print("got reply: ");         serial.println((char*)buf);         char indata[24] = {           (char*)buf        };       } i tried char indata[24] = { (char*)buf }; store serial data array , got  invalid conversion 'char*' 'char' error hi. read this page nick gammon , try understand it. it offers multiple approaches goal. after you're done, thank nick great , contributions community. Arduino Forum > Using Arduino

LoadVars send problem

i struggling appears simplest thing. please tell me why highscores.php file doesn’t open “?playerscore=5413&playername=rowan” after it. when tested in browser or on local server, outputs this: “ http://localhost/gametest/highscores.php” when tested flash (ctrl+enter), works perfectly. browser opens , displays: “///d:/work/gametest/highscores.php?playerscore=5413&playername=rowan” in address bar. what missing here? used dreamweaver create html file. (please download sample files here ) i using cs3 file must published v6. More discussions in ActionScript 1 and 2 adobe

Can I Change the Recording Area While Recording a Software Simulation?

Image
i'm captivate newbie. can change red recording area after starting recording software simulation? scenario simulation better? can crop slide after recording? have not found in on-line doc or other forums. thank support. hi steelcasemark for red recording rectangle, during recording may move different screen location if like, may not resize it. for slide sizes, may resize entire recording, not single slide. however, have option of replacing slide backgrounds different slides. theoretically, resize one. cheers... rick More discussions in Getting Started adobe

Thread: Pidgin Buddy List on Every Workspace

while have pidgin buddy list open shows on every workspace though have window set "only on workspace". suggestions? right click window list select preferences select show windows current workspace. Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [ubuntu] Pidgin Buddy List on Every Workspace Ubuntu

Thread: Filezille FTP Client; How do I install?

Image
i've tried install filezilla ftp client, receive error message reads: (could not opened, because associated helper application not exist. change association in preferences.) associated file attempts open file archive manager. there no other options chose from. file i'm attempting download is: filezilla_3.2.7.1_i586-linux-gnu.tar.bz2 posted drrose1977 i've tried install filezilla ftp client, receive error message reads: (could not opened, because associated helper application not exist. change association in preferences.) associated file attempts open file archive manager. there no other options chose from. file i'm attempting download is: filezilla_3.2.7.1_i586-linux-gnu.tar.bz2 i have listed in repos. why not install there? i've done before , works fine. way don't have fool around compressed

Atmega16 not receiving complete response on serial from GSM sim300

i working on gsm sim300. want receive sms on serial port of atmega16. when send sms " *23# "to gsm modem send,  " \r\n+cmgr:\s"rec\sunread","+919762148043",,"14/03/13,23:04:32+22"\r\n*23#\r\n\r\nok\r\n " this string in response. parsing string using logic code: [select] while(serial.available())   {     char tempchar = serial.read();     if(tempchar == '+')     {       ispresms = true;       lcd.print('+');     }     else if((tempchar == '\r') && (ispresms == true))     {       ispresms = false;       lcd.print('r');     }     else if(tempchar == '*')     {       digitalwrite(okled, high);       issms = true;       lcd.print('*');     }     else if((tempchar == '#') && (issms == true))     {       digitalwrite(powerled, high);       issms = false;       lcd.print(sms);     }     else if(issms)     {       digitalwrite(alertled, high);       sms += tempchar

php errors - Joomla! Forum - community, help and support

Image
i put in performance forum accident, someone  able remove post me? i've been using joomla month now, , other day started getting these errors, , dont know came from. errors goes away after refresh, on initial load shows. you can see here http://www.hellbentguild.com/hb errors: warning: invalid argument supplied foreach() in /home/hellbent/public_html/hb/includes/pathway.php on line 48 warning: array_keys() [function.array-keys]: first argument should array in /home/hellbent/public_html/hb/includes/pathway.php on line 63 warning: invalid argument supplied foreach() in /home/hellbent/public_html/hb/includes/frontend.php on line 94 warning: invalid argument supplied foreach() in /home/hellbent/public_html/hb/includes/frontend.php on line 94 top module empty   warning: invalid argument supplied foreach() in /home/hellbent/public_html/hb/includes/frontend.php on line 94 warning: invalid argument supplied foreach() in /home/hellbent/public_html/hb/includes/frontend.php on line 94 warnin

I was installing Adobe Dreamweaver CS3 but failed. My Op System is Windows XP Service Pack 2. What shall I do?

when installation completed, summary says: successfully installed: 1 component v shared components installed errors: 2 components x adobe dreamweaver cs3 not installed * component install failed. x shared components not installed * component install failed. thanks free blog hosting More discussions in Dreamweaver support forum adobe

Incertezze e domande su progetto semplice! Chi mi da info?

Image
salve tutti. un mio insegnante mi ha chiesto se si poteva realizzare un piccolo progetto: comandare arduino via wireless mediante un'applicazione android per fargli accendere delle lampadine. ho bisogno di alcuni chiarimenti: dato che sono quasi alle prime armi con arduino, e poche cose, per far comunicare la piattaforma android con arduino, quale shield mi conviene prendere per la comunicazione wireless? c'è bisogno di un software particolare per scrivere il programma android per mandare comandi alla scheda? premetto che di programmazione per android non ne nulla, ma mi hanno detto che conoscono persone in grado di programmarci e di aiutarmi. ho provato già fare delle ricerche, ma ho trovato tantissime schede (alcune prezzi bassi, altre prezzi altissimi) e non saprei quale sia la più semplice da usare e la più utile... se dovessi aver formulato male le domande, ditemelo che cercherò di spiegarmi meglio xd grazie in anticipo per le risposte, e buon proseguimento

Architectur SCADA +LCD&keypad

i´m planing small reactor.   , need therefore controls. , possibilities check microcontroller.  i need control 5 variables, 4 of them feedback  and between them 1 of them need high frequency of control (not high mean, air pressure inside reactor of 1 m3, can not go down or reactor "implode", below atmospheric pressure, think there reaction time of half second). the variables set via scada (http://www.acimut.com/en/monitoriza/monitorizaforarduino.html) , via local display : http://www.adafruit.com/products/772. the scada need store in database values come  this gas sensor http://www.gassensor.com.cn/product_detail_en/typeid/5/id/44.html. gas sensor has answer time of 15 s. my operative system windows, , not  would learn new ones my plan was: -arduino uno or due or leonardo micro controller, communicate scada, key pad -arduino arduino mini 05 without headers dedicated pressure. questions: -main controller in loop(sensing , control 4 variables)  and have read values se

Service for RPi Only - Raspberry Pi Forums

hi, want build service exclusively raspberry pi , pi 2, need identify or certify have raspberry. i've thinked cpuserial ( mpg , vc1 license) can identify cpu serial have rpi , not fake? think? there way certify "yes i'm real owner of rpi board". regards. what mean fake raspberry pi? it's not possible fake raspberry pi no 1 else can soc. 1 way check mac address. range reserved raspberry pi: http://hwaddress.com/mac/b827eb-000000.html how find mac address: http://www.raspberrypi-spy.co.uk/2012/0 ... pberry-pi/ raspberrypi

How I can add a link to the picture...! - Joomla! Forum - community, help and support

hi, i have added picture in article, want add link picture when body click picture he/she can see full screen image. there component available this. regards, eddy. click picture , click add link , create link full size picture. you can make advanced changes pop-up under create link menu tabs cheers , luck! nb- setting border "0" , avoiding padding avoid blue/violet border  around thumb image Board index Joomla! Older Version Support Joomla! 1.0 Administration - 1.0.x

Q: Troubleshooting local setup of CF site

okay new problem.. i trying set website locally on computer , have cold fusion 8 installed , appears working fine. getting error in client's website at: http://127.0.0.1/accelerator/. files in accelerator directory.. , referenced cfc file in there too. could not find coldfusion component or interface coldspring.beans.abstractbeanfactory. ensure name correct , component or interface exists. the error occurred in c:\inetpub\wwwroot\accelerator\application.cfm: line 4 2 : <cfsetting requesttimeout="300" /> 3 : <cfif not isdefined("application.transfer") or not isdefined("application.services") or isdefined("url.init")> 4 : <cfset beanfactory = createobject("component","coldspring.beans.defaultxmlbeanfactory").init()/> 5 : <cfset beanfactory.loadbeansfromxmlfile(expandpath("/config/coldspring.xml"),true)/> 6 : <cfset mapping = "/" /> any ideas? it looks cf server c

Using keychain as power switch

i'm new topic of arduino, apologize in advance if beginner question. intend quite simple: want add kind of sensor keys, switch on power sockets in house when keys present @ specific location. when keys not present @ location, power sockets turned off. i've found quite number of tutorials on how control power switch, that's not problem. struggling switch. thought rfid keychain make sense, far understand, control switch swiping keychain on sensor (right?). not aim though. should switched on based on presence, , switched off based on absence of keychain. i thought magnetic switch, since keys made out of metal, isn't realistic solution either. thought on kind of method use detect presence of keys? there rfid detectors want, , allow range of dozen cm or more (so don't need swipe anything). lot of hotels use them -- put rfid room key in wall holder , room lights turn on. Arduino Forum &

Raspberry PI 2 - Instant on Dual Boot OS - Raspberry Pi Forums

Image
hey everyone, i've been struggling posting , making available consider easy thing do,but after encourage others making available evaluation usage not need fight creating own build of os. give somewhere begin without beginning @ zero. instant on raspberry pi 2 – os project no.213 dual boot extended raspbian root file system partition purpose: media server (dlna) + media client (kodi) + secure communication vpn tunnel + http + sock5 proxy purpose of os project create dual boot raspberry using openelec , raspbian pi 2 sd card greater root capacity 4 gb in raspbian root partition while adding tools utilities creating ready go server , client system may used development or home media usage while incorporating secure vpn tunneling on http , sock5 wishing use http socks5 proxy gateway. specification of sd card imaged: -kingston microsd 32gb specification of os image: os1: openelec pi 2 includes installed kodi modifications such superrepo, auto-addon updates etc..

raspberry pi vpn tunnel - Raspberry Pi Forums

i need setup vpn tunnel between vpn server , raspberry pi. can point me quick guide on how achieve this? has split tunnel. tried openvpn server, downloaded ovf appliance vmware workstation seems hardware doesn't support it. i posted (my first post) 'instant on' dual boot raspberry pi 2 boot image. dont think has yet been cleared forum posting authority ill return , provide link post. 1 of features of boot image client/server contains http proxy , socks5 proxy vpn tunnel using openvpn , network manager. default configured there tunnel pi 2 vpn server on internet , locally requests can proxy through pi through tunnel internet through http https , sock5. doesnt directly answer question though on how to.. can if not interest begin. -steve raspberrypi

Thread: Making more space for Ubuntu

Image
hello, deleted linux dual booting. there 21gb of unallocated space adn want add 21gb 30gb ext3 drive. thought right click , make ext3 bigger, not let me. help. if drive mounted need boot live cd. Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [ubuntu] Making more space for Ubuntu Ubuntu

64x16 Led RGB Matrix

Image
yay! thank entering topic, please tell me if there language errors, i'm not english. soooo... thinking making 64x16 led matrix school (to put on main door). wanted make on breadboard/pcb, after searching found can find cheap rgb 8x8matrixes no more 4$ (3€). so, took sheet of paper , wrote functions matrix (ideally) have: - rgb! - animation support, can cycle through frames , move text (marquee). - show time (using rtc) - show temp, humidity, sunlight , send data server, make graphs. - show live tweets hashtag (eg. #mymatrix) - show animations loaded web do think possible accomplish on arduino mega2560? also, here's makes me major headaches: i'll use basic multiplexing method, i'll make scans in multiple of 256, i'll able dim colors. eg. want #00fff0, cycle 256 times , never lit red leds, lit 256 times green leds, lit 249 times blue ones. the columns scanned using 575 shift registers, provide current leds, while rows scanned using tip120 transistors directl

Having page redirect after a short pause

i'm sure it's simple - can't figure out keywords search on here see if has been answered before. how have page display period of time, 10 seconds or so, redirect page? want have thank page displayed after submits form, have page redirect index page after short period. thanks <meta http-equiv="refresh" content="5; url=index.htm"> the 5 seconds. do remember put clickable link in in case there browser not support above: p><font color="333333" size="6">thank contacting us!</font></p> <p><font color="333333" size="3">you redirected in 5 seconds or click <a href="index.htm">here</a>.</font></p> hope helps. More discussions in Dynamic HTML General Discussion (read only) adobe

YUN reading/getting REST values

hi, i have 2 yun's , them communicate each other via rest: on first yun, have temperature sensor, in example http://arduino.cc/en/tutorial/temperaturewebpanel#.uxvhd2eraje on second yun, install lcd screen display temperature first yun http://arduino.cc/en/guide/tft#.uxvip2eraje here catch: i want second yun get/fetch value of temperature sensor first yun. don not want fist yun initiate transaction, must initiated second yun i believe the  coding of first yun more or less standard followed above mentioned example - through browser can get/fetch value of temperature sensor my question relates programing of second yun , how program get/fetch data first yun. how go doing ? the best solution can think of using process.h library , execute curl command get/fetch data first yun. missing ? there better method of getting/fetching data ? thanks gregg this have come with: code: [select] #include <bridge.h> #include <process.h> #include <console

Seeed Protoshield Kit for Arduino questions

model  str104b2p     assembly instructions not solder adc6 , adc7 unless using seeeduino.  adc6 , adc7 i'm not supposed solder because i'm using arduino uno r3?  not know refers to.  also, if has advice on using seeed protoshield kit, please let me know.  i've ordered protoshield kit through radio shack, , should in tomorrow. ted,  in lake city,  michigan,  usa uno uses dip part, not support adc6 & 7. 2 analog input pins on smd parts. Arduino Forum > Development > Other Hardware Development > Seeed Protoshield Kit for Arduino questions arduino

Multiple timer problem

i have facility designing "dead man" timer 4 separate areas running 1 uno.  basically, timer runs 15 minutes, , if there no motion detected (a motion detector in area), output goes high.  anytime motion detected, timer needs set zero. i'm setting timers in manner: code: [select] timer1 = (millis()/1000); timer2 = (millis()/1000); timer3 = (millis()/1000); timer4 = (millis()/1000); the problem is, there 4 timers running in 4 areas, resetting uno result in areas resetting, prevent other areas working properly.  in fact, uno might not ever reset, in point i'm worried what's going happen when timers overflow. any way bring timers 0 without resetting board? quote in fact, uno might not ever reset, in point i'm worried what's going happen when timers overflow. have @ blink without delay. Arduino Forum > Using Arduino > Project Guidanc

omxplayer & VOB file - Raspberry Pi Forums

hi! i'm trying play vob file, i'm using: code: select all omxplayer -o -hdmi -r file_name.vob doesn't start, recive info: code: select all output mode 17: 720x576@50:11 ntsc_freq=0 hava nica day ;) can me ? thanks do have mpeg2 codec licence? raspberrypi

module/component Joomla core problem...? - Joomla! Forum - community, help and support

hello this may seem 3rd party component/module problem - after contacting them claimed joomla core problem - didn't know else turn here.... ive been experimenting few components , modules customise frontpage. ijoomla magazine , "mod_frontpage_thumbnails" module 2 have found perfect achieving thumbnail/intro text want. both these have problem articles linked via them open within homepage. mean modules have assigned frontpage - , front page - still on screen when article appears. can see mean here on http://www.krugermagazinetest.co.uk ..when click example "label profile - lex records" link - page reloads article placed below module displays thumbnails + plus below module mailing list sign , advert modules on right. of these should on frontpage. ijoomla claim joomla core problem, joomlaplus make "mod_frontpage_thumbnails" cannot find contact details for. on demo site http://www.downsizer.net/ not have same issue - guess theres someway around don't k

5v and ground is causing my Uno to shut off or short

hi everyone, i saw there couple of other posts people talking connecting button turn on light.  place cable 5v -, once place grd +, uno shuts off.  causing this, doing see on tutorials. i noise computer , see com disappear. sounds shorting uno out. would draw diagram showing wires connected. or better, show picture. Arduino Forum > Using Arduino > LEDs and Multiplexing > 5v and ground is causing my Uno to shut off or short arduino

Thread: VirtualBox and sound problem

virtualbox , sound problem running xp in virtual computer based on ubuntu jaunty , sun virtual box 3.0.6. when xp starts hear normal windows sound. sound host driver set pulseaudio recommended sun. controller set ich ac97. problem xp not recognize audio cd recognize data cd. suggestions please? i'm not has way linux handles audio cds , limited way in virtualbox emulates cd/dvd drive. quick google turned this bug . wouldn't surprised if affects linux. need playing audio cds in ubuntu, itself? Forum The Ubuntu Forum Community Ubuntu Specialised Support Virtualisation [ubuntu] VirtualBox and sound problem Ubuntu

High-Speed Serial Transfer

hey guys, i'm having trouble sending serial data @ fast speed (5000 samples per second) through bluetooth serial connection , having reproduced correctly @ receiving end. for setup, have pair of rn-42 modules ( https://www.sparkfun.com/products/12577 ) interfacing pair of teensy 3.1 microcontrollers ( https://www.pjrc.com/teensy/teensy31.html ). microcontrollers communicating bluetooth modules @ 230400 baud rate. basically, want send low quality audio mic transmitter receiver. i'm using interrupts @ transmitter end have audio sampled @ 5000 hz. now, when send sine wave through transmitter, on receiver a square-waveish version of sine wave, along bunch of other random jumps when analogwrite() signal. teensy has true 12-bit analog output, expected near perfect reproduction of sine wave if feed analogread values correctly receiver. thoughts on causing receiver receive poor signal? code transmitting , receiving included below. code: [select] //transmitter code int led =

Roll over image and text appears

i'm novice , in past have used images of text (as gifs) has been matter od using swap image behaviour. i'm learning use system text, how do - want roll on thumbnail, , larger image appears next it, caption below it? any appreciated quote: originally posted by: deansplit i'm novice , in past have used images of text (as gifs) has been matter od using swap image behaviour. i'm learning use system text, how do - want roll on thumbnail, , larger image appears next it, caption below it? any appreciated could create html's consisting of image , text, put them in same spot on page, use show & hide elements behaviours associated onmouseover event? More discussions in Dreamweaver support forum adobe

Det helt store valg - hvilken ISP - Joomla! Forum - community, help and support

Image
jeg har fået ny lejlighed, en hvor internet ikke følger med. så nu kommer jeg til det store valg, hvilken isp skal jeg vælge? lige nu står valget mellem cybercity og tdc, skal lige siges @ jeg ikke skal have fastnettelefon. nogen der har et godt råd? jeg ville gå efter en 8mbit solo linie fra cybercity... det kører rigtig godt, så længe man ikke skal flytte  Board index Joomla! International Language Support International Zone Danish Forum Diverse (Off topic)

Camera Troubleshooting

anyone know cameras? have micro pal cam 3 pins red (+5v) , black (ground) , white (video). to test camera should able add 5v , wire video out center pin of component cable , plug digitizer or tv right? i having lot of trouble camera purchased , thinking it's bad. did above , black screen or weird static looks image. any ideas? thank you camera: http://www.fpvhobby.com/63-1-gram-nano-camera-480tvl.html connect composite-video input on monitor or tv (the yellow rca-connector) if see static or no image, camera dead /pj Arduino Forum > Using Arduino > General Electronics > Camera Troubleshooting arduino

Progetto accenzione tramite sensore laser di una multipresa.

buonasera, ormai è un mesetto che smanetto con arduino e dopo aver costruito il mio primo robot, costruito ogni sorta di stupidata che mi venisse in mente ho deciso di darmi alla domotica. allora vi spiego, ho realizzato tramite arduino un sistema basato su un laser rosso (quelli che vendono cinesi) che nel momento in cui metto la mano nel fascio implementa un contatore che fa scattare un relè, quando ripasso la mano lo resetta e il relè si disattiva. il suo utilizzo è semplice, visto che ogni volta che mi sedevo alla mia postazione dovevo abbassarmi ed accendere la multipresa (si sono molto attivo) ho sviluppato questo sistema che mi permette di accende il tutto passando una mano sul sensore laser che  è collegato ad una piccola prolunga (schematicamente lo è, in realtà arduino è collegato alla prolunga tramite relè) che si interpone fra la multipresa e la presa di corrente. visto che comunque la tensione è molto alta mi chiedevo se ci fosse il rischio di fusione del relè o

Links in search results - Joomla! Forum - community, help and support

hello i use mod_search searching site. don't know why, results show plain text instead of link. example: searching "chimie" have 2 results that: 1. soft educational pentru chimie (vol 1) (magazin online/soft educational) 2. soft educational pentru chimie (vol 2) (magazin online/soft educational) what have that: 1. soft educational pentru chimie(vol 1) (magazin online/soft educational) 2. soft educational pentru chimie (vol 2) (magazin online/soft educational) it possible? thanks hello can have answer question? annoying find results have acces menu find them again. see results of search here: http://www.mallromania.ro thanks Board index Joomla! Older Version Support Joomla! 1.0 General Questions - 1.0.x

Scheduling such that pictures get deleted from the rpi - Raspberry Pi Forums

Image
hey guys, new rpi , wondering if there's way schedule such whenever picture taken camera module, gets saved folder , when folder exceeds limit of 10 images, 5 oldest images deleted itself. please guide me how that? appreciated. ok! so... dont know camera api can detecting the 5 oldest photos ok every time take photo use (make shure py file located in same folder or place full path of line 3 *): code: select all import glob import os photosarray = glob.glob("*.png")# gets photos in imgs fold..* print photosarray if len(photosarray)>=9:#10 photos created? print "yay lets start bubble sorting!" #sort alist = photosarray passnum in range(len(alist)-1,0,-1): in range(passnum): if os.path.getmtime(alist[i])>os.path.getmtime(alist[i+1]): temp = alist[i] alist[i] = alist[i+1] alist[i+1] = temp print photosarray = 1 while(a<5): os.remove(photosarray[a])

Can code be a substitute for a resistor? (noob alert!)

Image
i'm brand new arduino, coding, , electronics in general.  i'm reading arduino dummies, , trying understand each step before reading next. i understand led needs low voltage, , resistors used accomplish this.  if understand correctly, can send lower voltage pin lowering analogwrite value.  if value of 255 sends full power led, wouldn't value of 100 provide correct voltage without resistor? sure, use resistor, want able as possible code.  plus, if code can substitute resistor, have unlimited supply of resistors choose from, , don't need soldering! quote if value of 255 sends full power led, wouldn't value of 100 provide correct voltage without resistor? no. purpose of resistor limit amount of current led tries draw, not lower voltage led. Arduino Forum > Using Arduino > General Electronics > Can code be a su

Thread: New release, more CD's

ubuntu provides minimalistic way of installing.. (almost arch) in provides bare system mini.iso image. it's such shame have burn 9mb iso image onto cd.. thought, why doesn't canonical provide img usb images instead? way, same usb can reused everytime.. usb boot disk creator doesn't work mini iso's .. neither unetbootin there more 1 way iso made img. please remember minimal installs geared toward thoose older hardware, , older hardware migth not have usb have cd-rom drive. https://help.ubuntu.com/community/in...n/fromusbstick Forum The Ubuntu Forum Community Ubuntu Community Discussions The Cafe New release, more CD's Ubuntu

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

Image
hello all, i working in html , want learn joomla content management system. can me it. have no information it. need following support; 1. joomla , on-line editor or can configure in our dreamweaver or other software. 2. if on-line editor can found , how pay 1 year membership or hosting. 3. format used joomla, mean have used *.html or *.htm format html files , *. ? format joomla. thanks in advance. sunil saini sainisunil, you might download official user manual.  http//help.joomla.org please post questions in appropriate forum.  might first search forums various questions first. thanks understanding! Board index Joomla! Official Sites & Infrastructure Sites & Infrastructure - Feedback/Information Archived Boards - All boards closed Documentation Archive

Thread: Restricting individual users to access web thru proxy

so i've converted parents ubuntu, want me setup web filtering younger bro. found number of how to's on google dansguardian , how set up, problem needs easy turn on , off (for parents user account). found how tos on locking down firefox's preferences, realized had open konqueror (which default browser anyway) bypass of hard work did. brings me question: there way force particular user pass web traffic through proxy, in case dansguardian filter? i'd force brother's account go through proxy parents account not have to. appreciated. Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Networking & Wireless [kubuntu] Restricting individual users to access web thru proxy Ubuntu

how to make image of SD Card? - Raspberry Pi Forums

Image
i've got brand new raspberry pi sd card debian pre-installed on it. start experimenting installing applications. before starting make sure can restore sd card debian original conditions. in windows on pc achieve creating disk image using acronis. how shall on raspberry pi/debian ? i.e. how make image of sd card? andrei186 wrote: i've got brand new raspberry pi sd card debian pre-installed on it. start experimenting installing applications. before starting make sure can restore sd card debian original conditions. in windows on pc achieve creating disk image using acronis. how shall on raspberry pi/debian ? i.e. how make image of sd card? http://www.raspberrypi.org/documentatio ... /backup.md https://github.com/billw2/rpi-clone + many posts in forum raspberrypi

Transistor, MOSFET

i have arduino yun. goal control remote control emulating button press. button switches gnd. use 5 v of usb powers yun power remote (over 3v regulator of course) , use gnd switch buttons on using transistor or mosfet. the mosfet tried not able triggered yun (bs170). so found npn transistors use: s8050 s9013 s9014 s9018 2n3904 2n5551 a42 c1815 c945 what think? look logic level mosfets if want use them.  either way, assuming open-collector (or open-drain) circuit.  if case, great!  if not, you'll need revisit plans. Arduino Forum > Using Arduino > General Electronics > Transistor, MOSFET arduino

subtract previous variable value from current value

hey guys, i have 2 variables, angle_x , angle_y, accelerometer. want subtract current value of variable previous value of same variable. tried this, int x_initial = angle_x ; int x_final = x_initial - angle_x but not sure how make angle_x previous value, , x_initial current value. appreciated. thanks. sr code: [select] static int x_previous = 0; int x_initial = angle_x ; int x_final = x_initial - x_previous; x_previous = angle_x; Arduino Forum > Using Arduino > Project Guidance > subtract previous variable value from current value arduino

Vraagje over PI - Raspberry Pi Forums

hallo, ik ben van plan om mij een raspberry pi 2 model b te kopen maar ik heb een vraag. ik heb thuis veel oude toetsenborden en muizen liggen. ik weet dat je de pi via een andere computer on het netwerk kunt bedienen maar ik zou hem graag rechtstreeks bedienen. nu kan ik het toetsenbord en de muis via dit aan de pi aansluiten ? http://www.conrad.be/ce/nl/product/9937 ... t?ref=list ik weet niet of de pi daar compatibel mee is? denk het wel, dit lijkt een echter usb naar dual endpoint (usb mouse en usb keyboard) actieve adapter te zijn. heel lang geleden toen usb net zijn intrede deed, maar ps/2 nog standaard was, waren er computers met "dual function usb ps/2" ports die er uitzagen als usb, maar stiekem ook een ps/2 poort waren. de adapters daarvoor waren simpel, en slechts geschikt voor een (1) ps/2 device. dit niet zo'n adapter, maar een actieve adapter, dat betekend dat de pi een "passieve hub" ziet met daaraan twee usb devices, een muis, en een

Site Map Sec - www.sitemaps.org

has produced site map file submission google in format suggested here www.sitemaps.org is file outside of view visitor , search engines? if should include site map page this? my site map hope can give general advice. richard think might have found own answer: www.xml-sitemaps.com More discussions in Dreamweaver support forum adobe

Synaptic Package Manager - Raspberry Pi Forums

Image
i installed synaptic package manager runs ok terminal. when try , run desktop comes with: identity: pi password: blank (not word blank blank space ) didn't put password in when downloaded why asking 1 not when run terminal? brian probably screwy way configure sudo work without password, , didn't check out doesn't break other software. stick apt-get.... raspberrypi

Raspberry Pi Forums - Login

username: password: i forgot password resend activation email remember me hide online status session   register in order login must registered. registering takes few moments gives increased capabilities. board administrator may grant additional permissions registered users. before register please ensure familiar our terms of use , related policies. please ensure read forum rules navigate around board. terms of use | privacy policy register raspberrypi

&lt;cfoutput&gt; covering the entire Page &lt;/cfouput&gt;

i starting working on new project , using <cfouput> tag @ begging of page , @ end and using cfloop show data queries is there fenefits doing this? thanks i don't know how true is, i've heard cfloop performs faster cfoutput. additionally, if i'm working on page all logic, wrap in cfoutputs , use cfloops trouble shooting purposes. way, if want output results, don't have worry wrapping in cfoutput. More discussions in ColdFusion adobe

A stepper library error?

i have problem in uploading below sketch.the arduino ide give error'cnc_controller.ino: in function 'void setup()': ucnc_controller:94: error: 'initmotors' not declared in scope ucnc_controller.ino: in function 'void loop()': ucnc_controller:123: error: 'process_command' not declared in scope ucnc_controller:130: error: 'powerdown' not declared in scope" i have been told replace stepper library newer one.i have tried several versions of arduno.ranging old ide release ones.the error same.and found stepper library built-in of each arduino ide.i can't find advanced stepper library.now guess problem coding.maybe contains bugs.but not sure.so post here hoping guide me walk on it. code: [select] #include <servo.h> #include <stepper.h> /* version of progam */ float ucnc_version = 1.0; /* development functions - broken code*/ //#define builtin 1 //#define broken 1 /* conversion factor of steps per millimeter */ float st

16 X 2 display gone fritzy

i prototyping , life good.  amerlight tm lcd module 2x16 showing supposed show.  of sudden right half of display started showing garbage.  whole thing went downhill.  backlight still works, areas letters still light up, see blocks.  checked wiring, looks good.  tried resetting nano , re-uploading sketch.  indications nano fine , things running, still no joy on display.    what's best way test display standalone see if problem there or if it's nano's output?  see sort of thing before? quote the amerlight tm lcd module 2x16 showing supposed show.  of sudden right half of display started showing garbage. so 2 possibilities:- 1) wired wrong , fried part 2) wiring has come disconnected either way need post schematic , photo of have got. Arduino Forum > Using Arduino > Displays > 16 X 2 display gone fritzy

Thread: Reclutamiento para el Ubuntu Global Jam

Image
ubunteros todos, de 2 al 4 de octubre se llevará cabo el ubuntu global jam , instancia perfecta que reune la mayoría de los loco teams bajo un único objetivo: trabajar por el bien de la distribución en todos sus sentidos. este año este evento tiene la particularidad que se podrá trabajar en diferentes áreas como traducción, empaquetamiento, documentación, bugs, etc. la comunidad se hará presente el sábado 3 de octubre las 16:00 horas en el canal #ubuntu-cl del servidor irc.freenode.org. los que estén interesados en participar deben visitar el siguiente wiki e inscribirse en la sección "reclutamiento", especificando el área donde trabajarán. esperamos que varios se nos unan en esta misión, pues tenemos en claro que un buen número de ubunteros dedican algo de su tiempo libre la lucha contra bugs, la documentación o la traducción. es el momento preciso para que todos trabajemos unidos y en el mismo lugar . un abrazo.

Translating timer code from Uno to Micro ?

i have program written drive octobrite on uno. replacing uno micro. in exporting program arduino ide error message: tccr2a , additional code in segment below, not declared in scope. below section refers to. any advice on do?? china blue  // initialize 1ms timer interrupt  timsk2 &= ~(1<<toie2);  tccr2a &= ~((1<<wgm21) | (1<<wgm20));    tccr2b &= ~(1<<wgm22);  assr &= ~(1<<as2);  timsk2 &= ~(1<<ocie2a);  tccr2b |= (1<<cs22)  | (1<<cs20);  tccr2b &= ~(1<<cs21);  tcnt2 = timer_preload;  timsk2 |= (1<<toie2); quote any advice on do?? start fixing post title. have not having troubles porting data uno micro. having troubles porting code uno micro. quote n exporting program arduino ide error message: tccr2a not declared in scope. that's problem direct hardware manipulation. result not portable. you'll need @ datasheet uno, see tccr2a refers to, , @ datasheet mic

ayuda para crear un solo escritorio - Raspberry Pi Forums

quiero averiguar si es posible abrir el mismo escritorio para todo los lugares cuando abra raspberry crear como un espejo entre todos los lugares que tenga la pantalla como por ejemplo lo que veo por la pantalla conectada via hdmi, mi pc (vnc) y mi tablet también (vnc) quiero que en las tres pantalla ver los mismo y controlarlo desde los tres lugares gracias. utiliza x11vnc en la pi y desde cualquier otro dispositivo conectarás la misma sesión de escritorio que estés ejecutando en la pi. lo que nunca probado es conectar dos dispositivos la vez la misma sesión, no sé qué resultará de eso. raspberrypi

JFTP::write: Bad response. On Joomla 5619 - Joomla! Forum - community, help and support

autofind not wotking too. everything fine in alpha version. aidus wrote: autofind not wotking too. everything fine in alpha version. solved: manualy in config.php   var $ftp_host = 'ftp.yourserver.com';   var $ftp_root = '/var/www/html/joomla1.5/';  full path works me.   var $ftp_enable = '1'; thats worked me. manualy. web interface error. Board index Joomla! Official Sites & Infrastructure Sites & Infrastructure - Feedback/Information Archived Boards - All boards closed Joomla! 1.5 BETA

Reading values over ethernet via http?

i've got uno monitoring temperatures ds18b20's , has ethernet shield on it.  it's programming has simple website programmed can see within lan typing it's ip address.  works great i'd able query via web server , report temperatures on full blown web server instead of simple arduino server , i'm not sure how that.  any appreciated.  quote this works great i'd able query via web server , report temperatures on full blown web server instead of simple arduino server , i'm not sure how that. you embed arduino temperatures full blown web page. Arduino Forum > Topics > Home Automation and Networked Objects > Reading values over ethernet via http? arduino