Posts

Showing posts from June, 2012

probleme a executer une boucle en port serie

Image
voir :  http://y6-multicopter.blogspot.ru/2014/ ... -post.html           http://blog.qartis.com/parsing-laser-di ... 1053946662   code que jessaie de faire fonctionner en loop bonjour   jessaie  de faire mesurer en boucle le projet du 2e lien,  il est 95% complet, mais je ne reussis pas faire comme le premier lien. soit la mesure en continue, ou bien j'aimerais quil mesure au moin 3 fois et aretes. que la mesure demarre suite l'activation dune switch. actuellement  une fois le laser allum茅  il mesure 2, 3, ou 7 fois,    et le laser seteint apres 20 secondes ...  la commande *11114#  dit au laser mesure 1 x par seconde et le maintient allum茅. je roule sur arduino mega  le code suivant,  jai les mesures sur un lcd 2x16, un panneau dot matrix 16x128  ( 4 modules dmd de freetronics)  et le terminal serie  du ide arduino. une fois le code fonctionnel je n'aurais ...

Arduino Newbie - Tripwire

hi everyone, same guy, except kid, , have no experience (unlike other noob) have kit makes laser drive small output pulse when broken.... there anyway can connect arduino, have turn signal piezo on or led or lcd.... kit powers on 9v. sorry intruding on don't know how make new topic. thanks... hi, going use tripwire for? or detected , happen after piezo/led/lcd activated? paul Arduino Forum > Using Arduino > Project Guidance > Arduino Newbie - Tripwire arduino

Thread: GNOME Sudoku no longer permits manual entering of puzzles

in previous ubuntu release (prior 9.04), gnome sudoku included ability load own puzzle. particularly useful when trying solve puzzles other sources because use of tools provided gnome sudoku, such automatic error detection , scratchpad in each square. @ point, capability removed, chagrin. know specific release in done , why done? current release have gnome sudoku 2.26.1. you have pay sudoku royalties enter own puzzles. bad fung shui. don't use 4, it's bad luck. Forum The Ubuntu Forum Community Ubuntu Specialised Support Gaming & Leisure GNOME Sudoku no longer permits manual entering of puzzles Ubuntu

Do me a favour - Raspberry Pi Forums

dear rbpi forum; trying fix wi-fi on raspberry pi, deleted important lines of codes :/ i'd if post here reply of his/her lines of next files: - /etc/network/interfaces - /etc/wpa_supplicant/wpa_supplicant.conf following commands: code: select all sudo nano /etc/network/interfaces anyway! code: select all # please note file written used dhcpcd. # static ip, consult /etc/dhcpcd.conf , 'man dhcpcd.conf'. auto lo iface lo inet loopback auto eth0 allow-hotplug eth0 iface eth0 inet manual auto wlan0 allow-hotplug wlan0 iface wlan0 inet manual wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf auto wlan1 allow-hotplug wlan1 iface wlan1 inet manual , code: select all ctrl_interface=dir=/var/run/wpa_supplicant group=netdev update_config=1 raspberrypi

interactive 3d space

do of guys know can find opensource version of interactive 3d environment implementation came accross here: http://www.publicis-consultants.com/site4/content/home.asp i kinda remember similar in bit-101.com, or perhaps elsewhere? thanks in advance. More discussions in ActionScript 1 and 2 adobe

Arduino AC Voltage Dimmer (Variable Resistor? PWM?)

hello, i have passive device (let's call mylamp, see attached) requires 65v 60ac when turned on. maximum current draw in 0.04 range. my goal able manually dim "mylamp" bringing signal down, ability have load see full power. i tested 10k-100k slide potentiometer, gets me close desiring, need controlled using arduino , able not burn 65v ac source.    can recommend specific device can controlled using arduino in order / manually adjust amplitude of ac signal / adjustable resistance seen mylamp? high power voltage controlled resistor? method of pwming signal? kind sort of power transistor? thanks!   it run on 65v dc , too. what's 65v ac source? if need vac need triac. you use 120/220v transformer, put 120 220 side , 60 or out. Arduino Forum > Using Arduino > General Electronics > Arduino AC Voltage Dimmer...

wire library endTransmission() still not working with Due

i have read posts endtransmission() returning non-zero on successful transmits. supposed have been fixed in arduino 1.5.7. i testing tinyrtc board. i2c scanner relies upon wire.endtransmission()  returns 2 (nack) rtc address (0x68). however, if use rtcdue library not use wire, can access , read rtc. my conclusion wire still not fixed due. any help? make extensive use of i2c , working wire library due. i discovered rtclib assumes connection second i2c port on due, without giving option port connected to. once sorted out, works expected. #ifdef __avr__ #include <avr/pgmspace.h> #define wire wire #else #define progmem #define pgm_read_byte(addr) (*(const unsigned char *)(addr)) #define wire wire // wire1  --- have change wire1  wire use standard i2c port on due #endif Arduino Forum > Products > Arduino Due (Moderator: fabioc84) ...

new project idea... need hardware advice

Image
i new using computer boards. have project idea , wondering if cheap solution. took apart hp printer , acquired few motors, , sensors. want set them follow set of commands. motors 12vdc 2wire motors. , sensors rotory , linear plastic positioning... include pictures, , model numbers soon. want them is... 1 move linear drive linear sensor stop point 1 using motor 1 2 move linear drive stop point 2 using motor 2 3 rotate rotory disk next of 4 stop points using motor 3 want know board , shields needed start project... ask install , programing advice later. final goal read 2 sensors 3 wires each , drive 3 2 wire 12vdc motors... arduino parts need? linear sensor hp tyco c9017-80014 rotory sensor hp tyco c9017-80055 motors both hp belt drive 12v , adding 1 more function 2 soon. pictures large... sorry uploaded them project site phone Arduino Forum > Using Arduino > ...

cheap PCB printing services

hello everyone. does know , cheap cheap pcb printing services (china prefered)? i need pcb's prototipes 2 side pcb silkscreen labeling , soldermask. i've heard there many in china ships pcb worldwide i'd know recommended one. any info welcome, thanks. iteadstudio.com, seeedstudio.com, or elecrow.com give excellent results price. expect 3-4 weeks receive boards, however. Arduino Forum > Using Arduino > Project Guidance > cheap PCB printing services arduino

IDE broke upon fresh install

i'm using windows 8.1 recently picked arduino use again. ide had not been updated r2 had read after having trouble. after removal , installation of r2 problems exist. 1. cannot enter code text field of new project. 2. in bottom corner reads 'arduino uno on com3' although arduino not connected. 3. when opening previous projects or example files cannot edit code in of these. i can however, 1. verify, upload , use serial monitor communicate. 2. edit files outside of arduino environment in notepad++ , reopen them using arduino show changes. what doing wrong if anything? , thank in advance assistance. file/preferences: uncheck box next "use external editor". Arduino Forum > Using Arduino > Installation & Troubleshooting > IDE broke upon fresh install arduino

millis() not working on DUE

Image
hello everyone, i have 2 boards:   1. arduino uno r3 and  2. arduino due r3-e. i using arduino 1.5.7 on windows 8.1  64 bit my problem piece of code works fine on uno not on due. code: [select] /*program execution time*/ unsigned long time; unsigned long number = 1234567ul; void setup() {   serial.begin(9600);    for(unsigned long counter = 1ul; counter != number + 1; counter++)   {     if(number % counter == 0)     {       serial.println(counter); //print factors     }   }   time = millis();   serial.print("time: ");   serial.println(time / 1000); //print time in seconds } void loop() { ;  } on uno output on serial monitor: code: [select] 1 127 9721 1234567 time: 47 but on due same code generates compile time error: arduino: 1.5.7 (windows , board: "arduino due (programming port)" build options changed, rebuilding all progexecutiontiming.ino:3:15:...

2560 Serial weirdness under Windows

ok, i've been working on project while using 2560 mega , interfaces through 3rd party piece of software (that don't control), via serial. software cross platform , testing has been in linux , osx has been fine. go test in windows though , software won't connect. after many, many hours of playing around, there seems issue initialisation of serial channel on arduino. software i'm interfacing in java , using rxtx serial, i'm seeing there 9 second delay between serial session software starts , arduino responding. have confirmed in multiple ways serial sniffer. once initial delay over, arduino responds fine. as software i'm trying interface initialises it's connection sending command, waiting 1.5s response , shutting connection down , reinitialising, never connect arduino taking ~9 seconds after serial connection opened. the other thing i've found that, if reset arduino right after serial connection made, fires , starts working straight away,...

Thread: apt-cache

what apt cache used for how can use apt-cache try out stuff packages i speak under correction, far understand apt cache cache of packages you've downloaded. if need reinstall you've downloaded before, package file doesn't need downloaded again. friend tells me loads list of available packages repositories. Forum The Ubuntu Forum Community Ubuntu Official Flavours Support New to Ubuntu [ubuntu] apt-cache Ubuntu

open external flv in new frame

hi, i have button in frame 1 , when press it, want play flv clip, in frame 2 ? i can place flvplayback component on frame 1 , when press button (on frame1) play external flv clip. however, if press button on frame1 , try play flv file in frame 2, wont play in frame2. ? here code using. thanks, paul i assume flv player has instance name of "videolocation". if don't put flv player on stage until frame 2, instance name "videolocation" you're referencing in frame 1 doesn't exist yet, flash player doesn't know code (and nothing, failing silently). button code in frame 1 should have gotoandstop code, put code relating flv player in frame 2. should trick. good luck! More discussions in Adobe Animate CC - General adobe

decToBcd e bcdToDec

ciao tutti, nel reference non trovo riferimenti queste due funzioni, ho capito, cercando in giro, che trasformano un decimale in binario bcd e viceversa, e ho trovato che questo 猫 il codice: code: [select] uint8_t dectobcd( int val ) {     return (uint8_t) ((val / 10 * 16) + (val % 10)); } uint8_t bcdtodec( uint8_t val ) {     return (uint8_t) ((val / 16 * 10) + (val % 16)); } non riesco per貌 ad immaginarmi cosa fa di preciso, vado su un esempio pratico: quando setto l'ora attuale sul ds1307 e trovo quando segue: code: [select] byte second = 55; wire.write(dectobcd(second)); come viene inviato il numero? penso che sia come scritto nella funzione: 55/10*16 + 55 modulo 10 = 88 + 5 = 93 Arduino Forum > International > Italiano > Software (Moderator: leo72) > decToBcd e bcdToDec ...

Component for freelancers - Joomla! Forum - community, help and support

Image
hi, i'm looking component matches freelancers , customers. customers asks freelancer (something electrician or developer) , gives small description of needs. freelancers can respond question. does have idea component can this? i looking exact same component local project. see there freelancer site joomla work running on joomla site. have idea if component sale somewhere?  Board index Joomla! Older Version Support Joomla! 1.0 Extensions - 1.0.x Components

Thread: installation problems with 9.10

hi, upgraded new version. after ,it said system had restart.. upon restart, see flashing line saying boot (hd0,5).. there way fix or go 9.04 version..? have data here haven't backed up.. regarding appreciated.. regards, vishwa there no way downgrade between releases, can try recover data using livecd. if boot cd, can mount root or /home partition , copy off data backup source, external hard disk, flash drive, or network share. although 9.10 approaching release, still development release , subject problems - not recommended don't know getting in to. after backup data, should fresh install of 9.04. said, release candidate 9.10 due out in week, , many users choose upgrade @ time beat rush. still fixes still submitted between rc , final release, may worth doing fresh install of 9.10 don't have upgrade in couple more weeks. Forum The Ubuntu F...

Thread: Ubuntu Network Device Problem

hi, every time restart computer, new ethernet device created , added udev rules. (im eth13) poses problem because each new device has unique mac address, , need device , mac static in order access school network. you can delete extras /etc/udev/rules.d/70-persistent-net.rules , doesn't solve issue of mac address changing. dunno if this might help. Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Networking & Wireless [ubuntu] Ubuntu Network Device Problem Ubuntu

Contribute confused?

i have got dreamweaver test ok in manage sites contribute section. answer provide url of form "\\mycomputername\sitefolder" (ok, ok, obvious was'nt it?). great thought there. go contribute , set site connection , appears (i have not used key or password @ stage). when load informed not have connection (yellow bar @ top "you viewing page have'nt created connection to."). ok, edit connections , go create connection i'm told have connection. connection info. is: url = file://barleytwist/wmsv3/ network path = c:\inetpub\wwwroot\wmsv3\ i have not found similar problem this. suggestins appreciated. hi can know more information on you. see using iis on windows machine. here understand message - correct me if wrong? 1. created connection in dreamweaver 2. tried manage dreamweaver contribute compatibility section 3. went , created connection site in contribute using the path \\mycomputername\sitefolder? site url have given when creating connection fi...

Alcuni dubbi - Joomla! Forum - community, help and support

ciao tutti, mi 猫 stato dato il compito di preparare il sito per una associazione di cui faccio parte perch茅 sono l矛unica persona con decenti conoscenze informatiche... non ho mai preparato un sito e la scelta pi霉 ovvia mi 猫 parsa quella di usare un cms e nella fattispecie joomla! (girando su internet 猫 quello che raccoglie commenti migliori). io ho disposizione solo un pc "casalingo" con xp professional in dual boot con ubuntu ed 猫 con questo che dovrei preparare e amministrare il sito. devo installare su quale so? (detto in altro modo si pu貌 usare da windows...?) altra domanda. un amico mi aveva consigliato di usare un cms x asp poich茅 ha minori problemi con database (secondo lui). voi chiedo perch茅 dovrei preferire un cms basato su php come joomla! abbiamo intenzione di registrare il dominio della nostra associazione su http://www.aruba.it . e' una buona idea? fin quando non abbiamo il nostro dominio come posso impratichirmi con joomla! sempre dal pc di casa? andiamo ...

USB & Vin Power@ sametime on NANO. CAN IT HARM THE BOARD?????

Image
i wondering, if having the usb , vin on nano board connected @ sametime, if can harm anything?? read should not! know?? should choose between higher of voltage inputs, right??? if upload sketch too?? harm then? perfectly safe. note schottky diode prevents power flow +5v usb port, usb not concerned.  note ft232 chip powered +5v, not usb port side of schottky, operative when there no usb power (and provides minor 3.3v supply). the real concern multiple power sources, has been sudden connection of live 5v supply "v cc " port of arduinox can harm regulator charges v in reservoir capacitor, nano not have such capacitor, not problem in case. Arduino Forum > Using Arduino > Project Guidance > USB & Vin Power@ sametime on NANO. CAN IT HARM THE BOARD????? arduino

Real Time Clock

hi i have put 24 hour clock put in radio shack dmd (dot matrix display) freetronics uno , tinyrtc bought off ebay. problem clock gains 1.5 minutes day. know not lot of gain make accurate possible. not sure if programming or there problem rtc. have included sketch if have , tell me have gone wrong. any appreciated. adrian i made search, take @ links: http://forum.arduino.cc/index.php?topic=189037.0 http://forum.arduino.cc/index.php?topic=54621.0 Arduino Forum > Using Arduino > Project Guidance > Real Time Clock arduino

How to initialize SoftwareSerial in a class in another Library

this might silly question have forgotten c/c++ classes long time ago. trying create library gprs shield , want include softwareserial object inside new object creating. header file include presume declaration of class member: code: [select] class sms {   public:     sms();     void begin();     softwareserial smsserial;       private:    } the constructor softwareserial have passed rx , tx pins. , want these parameters of function, maybe begin: code: [select] sms::sms() {   smsflags = b00000000; } void sms::begin(int rxpin, int txpin) {   smsserial = new softwareserial(rxpin,txpin); //<---- i'm supposed do? } not sure if should use "new"  or not. i think 'new' work, avoided. the 'new' allocate memory, makes harder detect when arduino has run out of ram memory. you want rx , tx pin variables, have no choice , must use 'new'. but why on ...

No joy with winscp - Raspberry Pi Forums

trying use winscp copy files pi, using retropie 3.0. no joy @ all, cuts out halway through 3mb file. using edimax wifi dongle , alternative software out there? https://www.bitvise.com/ssh-client-download other windows program ( replace putty , winscp ) give 2 windows, putty , sftp file copy. not think problem winscp program, sounds more network trouble. p.s. test copy winscp 2gb file rpi, write speed 3 ..5 mb/s, copy window freeze 1..2 secs, go on. can try same copy using ethernet cable / instead of wifi /, narrow down problem. how read network setup , status? try this http://kll.engineering-news.org/kllfusi ... nfo.sh.txt raspberrypi

SD Filenames

i keep getting errors when use sd.mkdir. code: code: [select] if(char(serialreceived) == '\n') {         serial.print("mkdir: ");         serial.println(serialcommand);         serial.println(serialcommand.length());         char sen[serialcommand.length()+1];         for(int = 0; < serialcommand.length(); i++) {           sen[i] = serialcommand.charat(i);         }         if(sd.mkdir(sen)) {           serial.write(6);         } else {           serial.write(21);         }         serialstate = 0;         serialcommand = "";       } else {         serialcommand += char(serialreceived);       } when run co...

Looking to switch to Joomla...need experienced help - Joomla! Forum - community, help and support

hi! love joomla , want switch it. run website called freestufftoronto.com . i'd love replicate site in joomla don't know if can replicate design. would know component or module addin allow me replicate page? http://freestufftoronto.com/documents/whatsnew.php the listings on page can expand or contract , it's compact. it's based on template listing products. your thoughts appreciated! moving professional services forum. Board index Joomla! Older Version Support Joomla! 1.0 General Questions - 1.0.x

JFTP::connect: Bad response. JFTP::login: Bad Username. - Joomla! Forum - community, help and support

bij het installeren van een plugin in de extension manager krijg ik na verloop van ca. 30 sec. deze melding. heb allerlei instellingen van de ftp settings al meerdere keren aangepast, maar niets helpt. jinstaller::install: warnsame jinstallerplugin::install: failed copy files "/home/httpd/vhosts/markoo.nl/httpdocs/cms23/nl-nl_joomla1.5/plugins/editors/" jftp::connect: bad response. jftp::login: bad username. jftp::connect: bad response. jftp::login: bad username. jftp::connect: bad response. jftp::login: bad username. jftp::connect: bad response. jftp::login: bad username. jftp::connect: bad response. jftp::login: bad username. als ik de ftp settings uitzet krijg ik deze melding: warnfs_err01 warning: fclose(): supplied argument not valid stream resource in /home/httpd/vhosts/markoo.nl/httpdocs/cms23/nl-nl_joomla1.5/libraries/pear/file/archive/writer/files.php on line 231 warning: touch(): unable create file /home/httpd/vhosts/markoo.nl/httpdocs/cms23/nl-nl_joomla1.5/tmp/inst...

Thread: Thread shut down

it seems microsoft bashing allowed on forum, have negative ubuntu , gets shut down. trying can run ubuntu. simplicity of linux, having overcome problems should forum should about. perhaps frustration came out wanted help. this should @ forum feedback Forum The Ubuntu Forum Community Ubuntu Community Discussions Forum Feedback & Help Thread shut down Ubuntu

dati incomprensibili SoftSerial

salve tutti, ho appena montato un atmega328p su breadbord, volevo programarlo per ricevere su due pin dei valori tramite soft serial e mandarli ad un arduino nano. allora prima ancora di prendere valori ho iniziato fare delle prove per la comunicazione softseriale. sketch dello standalone che mander脿 solamente un conteggio: code: [select] #include <softwareserial.h> softwareserial myser (2,3); void setup(){ myser.begin(4800); } int t=0; void loop(){ myser.write(t); t++; } non fa nient'altro che mandare questo contatore di t crescente sulla myser che 猫 la seriale virtuale. sul nano invece 猫 caricato il classico esempio del softwareserial cio猫 quello che stampa monitor qulsiasi cosa gli arriva da seriale o da seriale virtuale. l'output che ottengo non sono numeri di t come mi aspettavo ma simboli strani e cose di questo tipo 每每每每每每每每每每每每每每每每每每每镁媒每镁镁镁镁每每每每每每每每每每每每每每镁媒媒镁每每每镁镁每每镁每每每镁每每媒每镁眉贸媒镁霉没每每每每媒每镁媒媒每没每没镁镁每每每镁每每每镁每镁每每媒每每每每每每镁每每 sapete dirmi qualcosa di pi霉 cosi d...

Ayuda! Cadena de caracteres Arduino

saludos la comunidad estoy trabajando en un proyecto de un dataloger con una tarjeta mega un rtc y claro sd. tengo el codigo para mandar datos seriales y que queden almacenados, ejemplo: si yo mando por serial algo como [1521.23] me crea el archivo .txt y dentro de el escribe: [07/07/2014     12:53   medici贸n  1721.23 bla bla bla (mas cosas 煤tiles)] >>>   el problema viene cuando lo que recibo por serial es una cadena de caracteres tipo xxxdatoquemeimportaxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*\r\n mi pregunta es ¿como tomo solo ese dato de la cadena? hola. contrapregunta: ¿c贸mo distingues t煤 el dato que te interesa en medio de la cadena? lo que se suele utilizar en los logs son, bien longitudes de datos fijas, con lo que sabes en qu茅 posici贸n est谩n los caracteres extraer, o bien utilizar un separador de datos y, adem谩s, si no sabes en qu茅 posici贸n correlativa est谩, un patr贸n que preceda al dato. por ej...

conectar lcd a arduino a unos 12 metros

muy buenas tod@s: ando algo perdido con un proyecto que tengo entre manos, es un sistema de calefaccion inteligente e individual por estancia. el tema es que me gustaria tener un arduino, concretamente un mega, en un lugar centralizado y colocar un lcd conectado al mismo en cada una de las estancias son 5. el problema viene en como los conecto, probado con i2c y mal, probado extender las se帽ales de i2c mediante rs485 pero no funciona (bueno con uno o dos lcd aparentemente no hay problema pero partir del tercero ya es un caos); por paralelo no llego 7 metros y eso que empleado cable utp cat6 ya no se me ocurre nada mas, alguna sugerencia? leido algo acerca de conexion por uart y bus rs485 pero creo que necesitaria un pic o similar en cada estancia para la conversion de se帽ales no? el motivo de querer tener un solo arduino y centralizado es mas que nada con vistas simplificar el poder dar soporte la instalacion. muchas gracias otro con tu misma idea http://...

wvdial, USB dongle, and unexpected unplugging... - Raspberry Pi Forums

hi, have pi2 sierra 3g usb dongle can connect internet using dongle , wvdial problem have unplugging usb dongle whilst has active data connection connected hangs entire pi - no local console, no networking, power cycle required bring life if there no connection opened wvdial, unplugging / replugging not problem of course dongle shouldn't unplugged whilst in use, ideally i'd handle situation better.... has else experience and/or have suggestion might help? have enabled hardware watchdog, workaround, bit messy... you can try adding simple in crontab test if network responding , if it's not case code: select all service networking restart . if pi freezing, possibility reboot manually though. raspberrypi

Events handlers in JavaScript

hi! i'm evaluating director, using vbscriptxtra connect com objects director. with xtra, can in lingo: -- event handler class in 1 script on new me return me end on onerrorevent me, args alert("onerrorevent fired") end on onresponseevent me,args alert("onerrorevent fired") end -- end event handler class -- caller class (in script) on new me me.objcomintegrator = xtra("vbscriptxtra").createobject("boinkintegrator.clsintegrator") me.objcomintegrator.eventshandler = new(script("comeventhandler")) end -- end caller class this works fine in application , can recive events com library. i want translate javascript. here code: -- event handler class function comeventhandler() { this.onerrorevent = onerrorevent; this.onresponseevent = onresponseevent; } function onerrorevent(args) { _player.alert("onerrorevent fired"); } function onresponseevent (args) { _player.alert("onresponseevent fired"); } -- end event handler...

When taking input from a button and using digitalWrite() result if flip-floped

i trying take input button , turn led on or off based on whether digitalread() returns 1 or 0. when test code press button , led turns off. when don't press button led turns on. here code: code: [select] void setup() {   serial.begin(9600);   pinmode(2, input);   pinmode(3, output); } void loop() {   int value = digitalread(2);   if(value == 1)   {     digitalwrite(3, high);   } else {     digitalwrite(3, low);   } } if change line 5 to: code: [select] digitalwrite(3, low); and line 7 to: code: [select] digitalwrite(3, high); if works rather know why behaving in sort of manner. have push button wired pin 2 5v going when close circuit. wired button wired in arduino's button tutorial. have led in pin 3. thank in advance your button floating, need pulldown resistor gnd. also use boolean instead of int getting value digitalread(); Arduino Forum ...

CFCLASSES Folders

how here deal cfclasses folder? our application dynamically generates coldfusion files , also deletes them, coldfusion never removes old files cfclasses folder. has come clever solutions on how to resolve this. i've thought using scheduled task remove any class files may older date, knowing full well still legitimate files. but unfortunately cfdirectory not allow filter on dates or limit number of rows. any ideas welcome. thanks there administrator setting limits how many class files keep on hand. check out first. don vaillancourt wrote: > how here deal cfclasses folder? > > our application dynamically generates coldfusion files , > deletes them, coldfusion never removes old files > cfclasses folder. has come clever solutions on how > resolve this. i've thought using scheduled task remove > class files may older date, knowing full > still legitimate files. > > unfortunately cfdirectory not allow filter on dates or > limit n...

The Raspberry as an Internet privacy gateway - Raspberry Pi Forums

Image
hey there, i’ve been working on new project i’d present here. feedback more welcome. project online privacy solution works on raspberry pi. purpose of software block 3rd parties gaining private data. includes blocking of advertisements, tracking links , tracking servers. our approach central solution raspberry pi transparent proxy. means there won’t necessity install plug-ins on each computer in network. in addition, various network devices tablets, smart-tvs or game consoles aren’t able install such plug-ins. we’ve come pretty far project , have founded start-up company. implement missing features, launching indiegogo campaign further financing , feedback experts you! we’ve called our project eblocker , current state: functionality of today: - advertisements can blocked - trackinglinks , servers can blocked - we have transparenr ui on every website enables user adjust settings , see amount of trackers , advertisement blocked functionality under development: - tor client ...

Overs忙tte website fra dansk til engelsk? - Joomla! Forum - community, help and support

hej.... er der nogen der ved hvor jeg kan finde en modul/komponent som jeg overs忙tte fra dansk til engelsk? jeg havde et p氓 et tidspunkt, men det kan ikke overs忙stte fra dansk. mvh rc-d rc-d wrote: hej.... er der nogen der ved hvor jeg kan finde en modul/komponent som jeg overs忙tte fra dansk til engelsk? jeg havde et p氓 et tidspunkt, men det kan ikke overs忙stte fra dansk. mvh rc-d jeg er 99% sikker p氓 det ikke findes. 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

Thread: issues after dual boot

ubuntu working charm until decided install windows along side , dual-boot. after everytime go windows, , when reset pc when gui(desktop) of files locked , many services don't start, pop-up windows ask me if want delete thing messing up. never do. have use dock program, or press power button restart/shutdown etc menu pop up. upon rebooting state pc has go through 'fsck', , doesn't work of time. had reboot 3 times in row system start normally. things i've done have caused this-edited grub file uncomment chainloader section , made +5 opposed +1 that's there, made no difference see. didn't reactivate main ubuntu partition, think may problem, i'm not sure. if need more info please let me know. didn't see anywhere supposed reactivate ubuntu partition, more think more think should check partitions. also, how change position of os/kernel choice in grub menu windows wants first os ...

Thread: Anyone use Pandora w/ Adobe Air? I have a couple problems...

i've had linux few days, bear me..... love pandora, , love fact can on ubuntu desktop adobe air. there 1 minor annoyances gives me however, , wondering if there way around it. app runs fine in air...but every time click play/pause/thumbs up/thumbs down/next song...and pretty controls within app, performs function opens browser window takes me web based pandora, have close out of. know isn't big of deal, kind of defeats purpose of using desktop app if browser opening time anyways. if there way block air opening pop ups or 10x better. help! maybe stupid question....but nobody? these popups starting annoying, wish there way block air being able that. appreciated. Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [ubuntu] Anyone use Pandora w/ Adobe Air? I have a couple problems... Ubuntu

GMAccess - problemas al instalar - Joomla! Forum - community, help and support

instalo el gmaccess y me aparecen toda esta lista de errores gmaccess version 2.2 composant/hack bas茅 sur joomla 1.0.10fr l'objectif de ce composant est de permettre la cr茅ation de groupes d'utilisateurs et de g茅rer de mani猫re centralis茅e, les droits d'acc猫s aux diff茅rents 茅l茅ments de votre site (contenus, menus, modules, contacts,...). ce composant permet de conserver les 2 groupes pr茅d茅finis de joomla (public / registered) et d'y ajouter le nombre de groupes individuels ou collectifs que vous souhaitez et ainsi d'accorder, pour chaque 茅l茅ment, un acc猫s 脿 un groupe bien pr茅cis d'utilisateurs. il offre 茅galement la possibilit茅 de propager les droits d'acc猫s aux 茅l茅ments enfants selon deux modes : mode absolu ou hi茅rarchique. la version 2.2 rajoute la possibilit茅 de g茅rer les droits 茅ditoriaux (茅diter ses articles, 茅diter tous les articles, publier) en fonction de chaque cat茅gorie et pour chaque groupe gmaccess. de plus, via la cr茅ation de menu, vous avez la ...

Dimming/fading a 50w ebay LED with PWM

hey everyone, so i'm trying dim led (see attached pics). i have circuit set illustrated led doesn't fade. driver makes loud buzzing noise when using  under 255 pwm, light output stays same. i've tried 220ohm , 1kohm resistor on base same results. here code i'm using test, i'm sure hardware issue. this same circuit worked fine on led strip have. any suggestions? thanks, -raul code: [select] int ledone = 9;  // pin led attached to int brightness = 55;    // how bright led is int fadeamount = 1;    // how many points fade led by void setup()  {   pinmode(ledone, output); } // loop routine runs on , on again forever: void loop()  {   // set brightness of pin 9:   analogwrite(ledone, brightness);   // change brightness next time through loop:   brightness = brightness + fadeamount; if (brightness == 255){   delay(5000); }   // reverse direction of fading @ ends of fade:   if (br...

Problema con instalaci贸n: Paso 1 MYSQL Configuration - Joomla! Forum - community, help and support

hola, esta es mi primera instalaci贸n de joomla, as铆 que no se si lo estoy haciendo bien. en la configuraci贸n de bases de datos, meto el "host name", que esta en otro server distinto donde instalar茅 joomla, meto el usuario mysql, password, y nombre de la base de datos mysql, el prefijo eligo el que sale por defecto "jos_", y finalmente marco la casilla "don't uncheck option unless experienced in using joomla!". pero al darle al boton "siguiente" me dice que el usuario y la contrase帽a no son correctos. voy comprobarlo al hosting donde tengo la bases de datos y me sale el "mysqladmin", meto los datos que habia metido en joomla y si me deja entrar. ¿alguien sabe que se debe? gracias. un saludo. es posible que el servidor mysql remoto no est茅 configurado para aceptar conexiones externas (desde otra m谩quina o red). Board index Joomla! International Language Support International Zone ...

Next/Previous links

does know of tutorial on how list page numbers instead of next/previous links. and limit number of page number links showing. can work in asp.net can't figure out how in coldfusion. for example similar this: << 1 2 3 [4] 5 6 ...15 next >> << 1... 3 4 [5] 6 7 ...15 next >> thanks lot, robert one way can think of 1) recordcount , divide how many records want show in each page , keep page numbers link on top 2) have start row , end row form or url variable. can check values whether "back" , "next" link needs there or not. 3) once pass start row , end row, can use display query output. i'm sure there other ways this. if know how previous/next links in coldfusion, doing asking should easy. More discussions in ColdFusion adobe

Trouble reading SN74HC165N Shift register

hello, i having trouble getting texas instuments sn74hc165n  8-bit parallel-load shift registers expect. this one: http://www.ti.com/product/sn74hc165/samplebuy?keymatch=sn74hc165n&tisearch=search-en eventually want use 2 of them read value of 12 bit counter, frist, because if have learn, i'd see work in simpelest form. i hoping can point out im doing wrong. see below code , schema, in essence, here im trying: connect following pins arduino - clk, sh/_pl,  qh connect following pins 5v - vcc, a connect other pins ground - b, c, d, e, f, g, h, _qh, ser i expect read "1" instead "2". if connect b 5v, expect read 2 4 if connect c 5v, expect read 4 8 this continues pin g reading 128 instead of 64 , pin h reading 0. i have both arduino uno , arduino due. on the due gets right first time (after hardware reset). im getting pretty desperate here, searched forum , google. have 4 of these shift registers, tried them , give same results. code: [sele...