Posts

Showing posts from March, 2011

Won't let me install Smail - Raspberry Pi Forums

i'm trying install smail, mail transport agent lighter standard sendmail. when trying install via apt-get: code: select all pi@raspberrypi ~ $ sudo apt-get install smail reading package lists... done building dependency tree reading state information... done package smail not available, referred package. may mean package missing, has been obsoleted, or available source e: package 'smail' has no installation candidate suggestions ? kazordoon wrote: i'm trying install smail, mail transport agent lighter standard sendmail. when trying install via apt-get: code: select all pi@raspberrypi ~ $ sudo apt-get install smail reading package lists... done building dependency tree reading state information... done package smail not available, referred package. may mean package missing, has been obsoleted, or available source e: package 'smail' has no installation candidate suggestions ? smail ancient: https://tracker.debian.org/pkg/smail raspberrypi

Is this possible in Joomla? - Joomla! Forum - community, help and support

ok can point me towards best extensions job if possible! i'd have site users can pay using paypal component add 'credits' profile, this'll let them download products , each time download it'll cost them 'credits' - it'd necessary have recurring subscriptions users pay amonthly fee x credits day... can tell me components can this? many thanks! no one?  i've found vodes - seems have been abandoned half-made - can add credits, deduct them need code manually!? Board index Joomla! Older Version Support Joomla! 1.0 General Questions - 1.0.x

Bonjour, probleme de connection - Raspberry Pi Forums

bonjour à tous, j'ai un raspberry installer la maison pour simuler mon prog en temps reels. bon, quand je donne mon client une addresse de socket localhost(serveur demarré sur mon pc ) aucun soucis quand je donne mon client l'adresse local (192.168.***) de mon serveur sur le raspberry aucun soucis. quand je donne à mon client l'adresse ip publique de mon serveur la j'ai un java.net.connectexception: connection timed out: connect j'ai posté la question aussi sur openclassroom ne sachant pas du quel des deux cotés je devais chercher je sais pas si c'est un probleme de timeout comme l'indique le systeme ou un truc plus vicieux style port bloquer pour les connexion "publique" sur mon raspberry merci en tous les cas peux tu préciser ta configuration (surtout celle réseau) ? raspberrypi

Extensions directory is rigged and thoroughly dodgy !!!!!!! - Joomla! Forum - community, help and support

Image
i posted review of mosets tree component. while not favourable review, reflected heart-felt opinion. wanted opinion shared other users. did not contain inappropriate information. recounted experience , dissatisfaction particular software. post did not added mosets tree reviews section of extensions directory. without wanting jump conclusions, posted review 3 days ago. once again, not favourable review, balanced review based on experience. unfortunately, review did not make onto review section mosets tree. have received no notification way of email there problem - or reason - why review not included in extensions directory. leads me conclude extensions directory rigged! users of extensions directory being lied to. , annoys me! i note mosets tree, unlike other directory software, has positive reviews. because moderators of extension directory developers of mosets tree? conflict of interest? users of joomla receiving full , accurate information other users wanting share experiences them?

Unexpected op-amp behavior

i have been working on using op-amp (non-inverting) control small transistors arduino.  to simplify circuit connected negative power supply of op-amp ground , positive ten volts.  this works fine input below level when expect op amp voltage output stay low goes high.   if op-amp not designed single ended use, seeing sort of common-mode problem. use single supply op-amp, or use voltage divider provide ground reference @ vcc/2. Arduino Forum > Using Arduino > General Electronics > Unexpected op-amp behavior arduino

My Tide Vane Project

my project determine whether tide rising or falling in real time using ping sensor , looking @ last ten minutes of height change. either or arrow of leds or down arrow result.  statements within loop require 2d array of ten rows , 3 columns. first column height measurement, second column difference between oldest height measurement 9 minutes ago , new measurement. third column +1. or -1. , sum of determine rising or falling direction. assumption ten minutes enough time accurate measurement in mid-tide range tide significant. to achieve 1 minute delay between measurements plan include 4 15,000 millisecond delays total 1 minute. i believe have declare 2d array , populate data through first ten minutes. int myarray [10][3] = {6.1,+.3,+1.;6.1,+.3,+1;6.1,+.3,+1;6.2,+.2,+1;6.2,+.2,+1; 6.3,+.1,+1;6.3+.1+1;6.3,+.1,+1;6.4,+0.,+1;6.4,+.0,+1} make new measurement of h, height of device above water surface, 5.2. compare oldest data point 6.4. difference 6.4-5.2=1.2  . because sign positi

Thread: Is there any secret to getting Google Voice?

is there quicker way google voice other signing on list? do work google? otherwise https://services.google.com/fb/forms/googlevoiceinvite/ Forum The Ubuntu Forum Community Ubuntu Community Discussions The Cafe Is there any secret to getting Google Voice? Ubuntu

Can't Modify Navigation Bar!

Image
okay, i've played long enough...now i'm desperate! i have template, based on template, , have inserted navigation bar. works fine. but, when try add more elements navigation bar, error message: "making change requirechanging code locked template or translator. change discarded." and, promised, promptly disregards work did. have ideas? i'd appreciate it. More discussions in Dreamweaver support forum adobe

Error message after altering globals.php - Joomla! Forum - community, help and support

just installed copy of joomla, no extensions, made web standard template. i looking @ security, , .htaccess 644 chmod , saved in ascii, , addition below in globals.php (udf8) define( 'rg_emulation', 0 ); http://forum.joomla.org/index.php/topic,86525.0.html i put line of code @ end of globals.php  file in notepad, uploaded it, changing ext php. this result – @ header message (at bottom of email) came up. rest of site loaded modified typesetting. actually have been looking way of modifying “made web” banner  or header without success – isn’t solution. then saw forum entry @ http://forum.joomla.org/index.php/topic,121157.0.html i created infpphp.php file, uploaded , saw in file directory udp8 no effect. should remove code globals.php? -------------------------------------------------------------------------------------- 'rg_emulation', 0 ); warning: cannot modify header information - headers sent (output started @ /var/www/vhosts/lexobsession.org.uk/httpdocs/globals.php:1

I need help developing a new program.

code: [select] void main(){ const int ledpin = 13 const int analog_in = a0 const int min_sensorvalue = 0 const int max_sensorvalue = 2000 int sensorvalue = 0 } void setup( ){ } void loop( ){  sensorvalue = analogread(analog_in)  if(sensorvalue > max_sensorvalue){    sensorvalue = max_sensorvalue  }  else if(sensorvalue < min_sensorvalue){    sensorvalue = min_sensorvalue  }  digitalwrite(ledpin, high)  delay(sensorvalue)  digitalwrite(ledpin, low) } i keep getting ton of error messages when compile it update moderatore: replaced quotes code tags + fixed copy error do have question ? do have complete program chance ? did mean have main() function or accident ? have read http://forum.arduino.cc/index.php?topic=97455.0 ? Arduino Forum > Using Arduino > Programming Questions > I need help developing a new program.

Résolut-Démarrage en mode kiosk - Raspberry Pi Forums

Image
bonjour à tous, voilà mon problème, j'ai un raspberry pi 2 avec un serveur web qui marche très bien mais mon soucis est que je voudrais qu'il m'affiche quelque chose sur l'écran, c'est mieux. j'ai regarder beaucoup de tutorial mais je sèche un peu. exemple: http://blog.philippegarry.com/2014/10/15/pi-kiosk-mode/ en gros il faut modifier nano /etc/xdg/lxsession/lxde/autostart et ensuite faire un reboot mais moi ce que j'obtient c'est la même choses qu'avant une belle console et le pi qui me demande mon login et mon mdp. alors dans ce tutoriel il dit : enable boot desktop. mais si je fais cela, j'ai l'environnement raspbian qui s'affiche et ce n'est pas ce que je veux. donc si quelqu'un à un bout de code ou une explication pour mon pb. j'ai aussi une mise en veille de l'écran qui se fait au bout de 10 minutes même après modif du tutoriel. je cumule les pb mais si j'y arrive, j'aurais enfin un pi sympas et su

WebCam Uploaded FLV File Problems

hello, i have flash project in user records video webcam in flash. video transmitted flash communications server flv file, , leave there played later. 1. because have quality set high (90), file huge (~80 kbytes/sec). there way can compress video either client-side while uploads or server-side when gets there? 2. 1 idea had transcode video server-side format in hopes of improving compression. unfortunately, none of transcoding or compression engines recognize flv valid file. tried on2, ffmpeg, riva, sorenson, etc. flv play ok , seems valid, these tools fail when trying convert it. thanks help. to decrease bitrate, see docs camera.setmode, camera.setrate, , camera.setquality. transcoding flv files created fms tough one. problem audio encoded nellymoser's asao codec, closed , proprietary. @ moment, way leagally obtain codec buy nellymoser's conversion utility, whick comes hefty price tag. see site links flv xxx conversion discussions: http://nellymoser.codec.googlepages.

dlna server get stream - Raspberry Pi Forums

hello everyone. have raspberry in lan serves dlna server, tv. runs minidlna repository , system nice. have stream comes internet , can see in http://whateverurl:8081 username:foo , passwd:lala. can see stream pc or mobile through browser or vlc. possible stream in dlna serve in lan devices cannot see directly, such tv, please? is there way stream dlan tv content of raspicam, please? raspberrypi

Renaming a directory - Raspberry Pi Forums

hello, i'm trying work program called pipresents. instructions associated good, i'm stuck 1 of basics: wget https://github.com/kent2/pipresents-next/tarball/master -o - | tar xz, there should directory 'kent2-pipresents-next-xxxx' in home directory, , there is. how rename directory pipresents? thanks. fierojo use mv command. man mv # help raspberrypi

Power Supply jumpers

i've got 115v power supply outputs 12vdc. unit pulled machine built in japan , it's possible custom built device. can't find identifying information power supply, documentation. i plugged in , started testing output side see i'd get. there 4 terminal posts on dc output. terminals 2 , 3 jumpered -- making me think configuration is: t1 (+12v), t2 (gnd), t3 (gnd), t4 (+12v). when put multimeter on terminals 1 & 2 12v. when put on 3 & 4 -12v. obviously, reversing leads on multimeter makes +12v. so question i've got is: why 3&4 jumpered together? think done if ground. +12v on multimeter if treat terminal post #3 positive, not ground.  do 24v measuring 1 4? this great analog supply, +/-12 op amps, adcs, dacs, preferred way power things, keep signal @ dc level vs running thru caps time. Arduino Forum > Using Arduino > General Electro

JoomlaComment solution - Joomla! Forum - community, help and support

Image
my joomlacomment did not work properly. the errors line 160, queued admin's aproval. i found out guy has solution , detailed explanations  check out @ http://www.haanchiang.com/28 new link fixes !joomlacomment. http://www.haanchiang.com/jooma-compone ... mment.html Board index Joomla! Older Version Support Joomla! 1.0 Extensions - 1.0.x Components

Search Array with multiple values

hello, i've been helped prototype below blemmo (thanks). it allows me search array using 1 property == value. now, i'd use to: if ((prop1 == val1) &&(prop2 == val2) && (prop3 == val3) { // search array values in array values of val1, val2 , val3 }; also, way search if 1 of prop , val's blank, ie... ((prop1 == val1) &&(prop2 == val2) && (prop3 == val3) where prop2 , val2 "undefined" so search search prop , val not "undefined" make since? don't know start. help , in advance. try following returns index of element properties match values: More discussions in ActionScript 1 and 2 adobe

[OFF] Connecteur EIAJ-03?

Image
hello, je cherche où acheter des connecteurs d'alimentation eiaj-03 (dc 9v japonais à coeur jaune) http://en.wikipedia.org/wiki/eiaj_connector c'est pour alimenter 3 appareils en 9v dc à partir d'une alimentation avec prise "classique" à 2.1 mm. merci d'avance et désolé pour le hors-sujet... j'ai trouvé un adaptateur 2.1 -> ce truc sur ebay Arduino Forum > International > Français (Moderators: jfs, Snootlab) > [OFF] Connecteur EIAJ-03? arduino

Strange colourful shapes whilst booting. - Raspberry Pi Forums

hi - first time here hoping can me out. have rpi2 sandisk 8gb class 10 sd card. managed write win10 iot flash.ffu image no problem. however, when fitted rpi2 , powered on, strange colourful changing shapes. response of rpi leds , what's on screen, seems rpi doing , reboots. stops. seems displaying text totally fuzzy , unreadable. brand new pi , sd card, reformatted sd card raspian , worked perfectly. put win10 on , still same colourful changing shapes. what's interesting when put sd card pc, says there's 64mb. have run tests on sd card , got approx 8gb , runs on 10mb/s seems good experienced , more point, got work? regards terry i know graphics drivers "under development". see weirdness @ boot well. resolution of monitor? harold raspberrypi

Thread: Jaunty visual effects wont stick

hi all logging ubuntu 9.04 visual effects set none. can change them using system>preferences>appearance>visual effects>normal. when next log in reset none. ideas please graphics card nvidia lspci shows as 01:00.0 vga compatible controller [0300]: nvidia corporation g80 [geforce 8800 gtx] [10de:0191] (rev a2) motherboard msi p 965, neo2 have nvidia driver version 173 enabled , have tried 180 version regards jim ok bit more research , browsing logs found this following common problem: (excerpted nvidia's docs) q: x server fails start, , xorg log file contains error: "(ee) nvidia(0): failed initialize nvidia kernel module!" a: nothing work if nvidia kernel module doesn't function properly. if see in x log file "(ee) nvidia(0): failed initialize nvidia kernel module!" there problem nvidia kernel module. first, should verify if insta

Problem with deleting files - Raspberry Pi Forums

hello i've got problem raspbian: when plug in portable hdd cannot delete files.i'm no linux guru i've tried chown, sudo rm, sudo su -> rm file, gksudo pacmanfm -> delete file, chmod; of above commands give 1 output: "operation not permitted".i've plugged in portable hdd on desktop computer (with dual windows/ubuntu installed) lots of times , never had problem deleting/moving/renaming file , if had problem deleting/renaming/moving files simple chown or sudo [command] fixed it; hdd gets mounted in /media/ ( /media/hdd_product_name ) if information helps somehow.what doing wrong? thank much. sorry english. have nice day! choose file on hdd want delete. results of? ls -l file rm file whoami /etc/mtab entry hdd? raspberrypi

MgMediaBot PopUp Error - Joomla! Forum - community, help and support

hello all, i using mambot mgmediabot 0.13 (latest). the player in content works popup version doesnt. when click says warning: main(/configuration.php) [function.main]: failed open stream: no such file or directory in /home/g2e1hvl/public_html/graemebatsman/mambots/content/mgmediabot/players.php on line 123 fatal error: main() [function.require]: failed opening required '/configuration.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/g2e1hvl/public_html/graemebatsman/mambots/content/mgmediabot/players.php on line 123 i using: {mgmediabot}movie/mov1.flv|true(click here play)|300|300{/mgmediabot} please help. many thanks, graeme mgmediabot version 0.1.3, have same problem, ideas? line 123 of players.php is code: select all    require_once( $realpath.'/configuration.php' ); joomla 1.0.11 database version: 4.1.22-standard php version: 4.4.4 Board index Joomla! Older Version Support Joomla! 1.0

Thread: Any ubuntu package for creating forums

Image
hi, searching whether there package creating forum websites have mediawiki creating wiki. please help............ you can try phpbb3, it's in repositories. code: sudo apt-get install phpbb3 Forum The Ubuntu Forum Community Ubuntu Specialised Support Development & Programming Programming Talk Any ubuntu package for creating forums Ubuntu

Thread: 5.25 Bay Tray to hold SATA HDs?

i looking internal 5.25 bay tray hold 3.5 sata hd. not need/want hot-swap feature, or mobile tray. case doesn't have anymore room 3.5 bays, have couple of open 5.25 bays use. nice if plug in hard drive straight 5.25 bay directly motherboard and/or no gb cap well. can link me website sells these maybe newegg or something? thanks, sugi i have couple of 3.5 inch drives mounted in 5.25 bays in server. permanently mounted on adapter brackets these here http://tekgems.com/products/tg-35-to-525-adapter.htm Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Hardware [all variants] 5.25 Bay Tray to hold SATA HDs? Ubuntu

Usare Ethernet Shield e LCD contemporaneamente

ciao tutti, possiedo un arduino uno, vorrei capire come poter usare l'ethernet shield e l'lcd senza che vadino in collisione. ho provato un pò ma non ho ottenuto niente.. l' lcd mi stampa tutti simboli strani e la scheda di rete non funziona! grazie mille! semplice non pipo usare pin 10, 11, 12, 13  per l' lcd e volendo pure il pin 4, visto che sarebbe riservato all' sd Arduino Forum > International > Italiano > Generale (Moderator: leo72) > Usare Ethernet Shield e LCD contemporaneamente arduino

Problem applying CSS to list of Category Items, please help.. - Joomla! Forum - community, help and support

Image
this code handle them regular links, solution below looks better thanks. code: select all a:link {    /* general links style*/    color: #2b5784;    text-decoration: none; } a:visited {    color: #2b5784;    text-decoration: none; } a:hover {    color: #686868;    text-decoration: none; this should trick  note: affect joomlaboard links, weblinks , anywhere else has table view. change suit code: select all /******************************** service overview , service one *********************************/ .sectiontableentry1 a:link{ color: #000000; font-size: 11px; } .sectiontableentry1 a:visited{ color: #000000; font-size: 11px; } .sectiontableentry1 a:hover{ color: #999999; font-size: 11px; } /******************************** service 2 , service three *********************************/ .sectiontableentry2 a:link{ color: #000000; font-size: 11px; } .sectiontableentry2 a:visited{ color: #000000; font-size: 11px; } .sectiontableentry2 a:hover{ color: #999999; font-size: 11px; }

Coldfusion 7 cfquery change?

hello, i've used same code countless times in cfmx 6... <cfquery name="mm_rsuser" datasource="fikestudiodb"> select myusername,mypassword admininfo myusername='#form.uname#' , mypassword='#form.pword#' </cfquery> but on cf 7 server... invalid username/password error, : [macromedia][sequelink jdbc driver][odbc socket][microsoft][odbc microsoft access driver] not valid account name or password. and know name in table called "admininfo". testing username = "rey" , password = "rey"... does know might ...? test here if you'd : http://65.36.189.174/admin/login.cfm any appreciated :-) jg don't know if help. googled error "-1902" , third ranking: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/trblsql/tr_reslsyserr_1_7 31u.asp More discussions in Database Access adobe

Cheap Chinese boards Ebay / Banggood - Raspberry Pi Forums

hi, i'm tempted cheap board see on ebay or banggood arduino. buy many , sit in study, , have wired them arduino. love idea of iot , doing things display rss feeds, news or weather. raspberry pi better arduino. know arduino works on 5v, compared raspberry pi gpio 3v (though have 5v pin), able connect these types of boards raspberry pi? there article on raspi tv time ago using max7219 based device, unable see else around. http://raspi.tv/2013/8-x-8-led-array-dr ... via-python thanks the raspberry pi gpio 3v - dont connect 5v devices kill rpi use level shifter sort voltages out raspberrypi

Linking articles in Joomla to your forum - Joomla! Forum - community, help and support

hi everyone, i absolutely sure read can done , there bot made can't remember read it. i'd able post link forums (i using smf 1.1rc3) articles in joomla. simple link entitled "discuss article in our forums", automatically appear @ end of each article. does have ideas? thanks.  is you're after? http://www.joomlahacks.com/component/op ... fo/id,356/ Board index Joomla! Older Version Support Joomla! 1.0 General Questions - 1.0.x

Trianguler une carte Xbee avec 2 autres

Image
bonsoir à tous ! important : ce message principal n'est plus à jour, voir mon dernier message ! merci je suis en terminale s si et dans le cadre du projet de ppe, nous faisons de la programmation arduino. le projet est le suivant : notre groupe crée un chariot qui suit son utilisateur sans liaison mécanique, un peu à l'image de la valise "hop!". ainsi il serait déplacé grâce à deux moteurs dont la vitesse est calculée grâce à la carte électronique qui triangule l'utilisateur avec un émetteur qu'il porte sur lui. pour contrôler les moteurs, on utilise une carte arduino uno reliée à un contrôleur moteur "dc motor driver 2x15a_lite" de chez dfmotor. pour cette partie, aucun problème niveau programmation. cependant, nous sommes pressés par le temps (2h consacrées au ppe par semaine ce n'est vraiment pas suffisant) et nos connaissances en programmations sont tout de même limitées... après de nombreuses recherches, il s'est avéré que la f

Arduino running at half baudrate

i have arduino duemilanove , used burn bootloader atmega328 using minimal circuit configuration on breadboard (i.e. using in-built 8mhz clock, without external clock). atmega328 running programs @ half baud rate, i.e. if program transmit , receive data @ 9600 baud, runs @ 4800 baud. might cause of problem? , how rectify it? what board selection option using when run sketch in standalone chip? bootloader did burn it. board selection tells compiler clock speed target using baudrate use when uploading bootloader, it's in boards.txt core file. Arduino Forum > Using Arduino > Installation & Troubleshooting > Arduino running at half baudrate arduino

llamar un html con un swf en cierto frame

hola todos!! tengo un html con su swf y quiero irme otro html con otro swf pero cierto frame, es esto posible?? muchas gracias por su ayuda!!! alfge utiliza geturl() "alfredo gonzalez" <alfge@hotmail.com> escribi� en el mensaje news:ecl906$doj$1@forums.macromedia.com... > hola todos!! > > tengo un html con su swf y quiero irme otro html con otro swf pero > cierto frame, es esto posible?? > > muchas gracias por su ayuda!!! > > alfge > More discussions in Foro en español adobe

Me again Targeting not working???

trying target path... mc on main instance name mcdesign. within movie mc instance d006. when clip loaded, alpha set 0 d006._alpha=0; main>mcdesign>d006 i trying use button on main timeline when pressed return alpha 100... on (release) { _root.mcdesign.d006._alpha=100; } not sure doing wrong???? i don't see apparent mistakes here, brobably athe fla help More discussions in ActionScript 1 and 2 adobe

error con nfc... no macthing function for call to PN532::PN532(int)

hola amigos no se cual esproblema al compilar la libreria de nfc la version 2 me da este msg "no macthing function call pn532::pn532(int)"..... espero que me puedan ayudar es urgente .... gracias entiendo que no compilas la librería solamente, sino un sketch que incluye la librería. tampoco sé qué librería es exactamente, pero el error dice sencillamente que has intentado crear un objeto=pn532(int) y no existe ese constructor. si aportas tu código y dónde está esa librería te podemos dar más detalles. saludos. Arduino Forum > International > Español > Software (Moderators: surbyte, Hector_A) > error con nfc... no macthing function for call to PN532::PN532(int) arduino

DW Templates - Repeating Region &quot;locked&quot;

i'm having trouble repeating region. i'm able create repeating region , "duplicate" simple page template. however, when trying little more advanced, when go page cannot use [+ / - / move / move down ] bar - grayed out. any ideas? using dw cs3 latest updates on os x. you on child page, not template page. you doing? -- murray --- icq 71997575 adobe community expert (if *must* email me, don't laugh when so!) ================== http://www.projectseven.com/go - dw faqs, tutorials & resources http://www.dwfaq.com - dw faqs, tutorials & resources ================== "ururk" <webforumsuser@macromedia.com> wrote in message news:fuiphv$7am$1@forums.macromedia.com... > i'm having trouble repeating region. i'm able create > repeating > region , "duplicate" simple page template. > however, > when trying little more advanced, when go page > cannot use [+ / - / move / move down ] bar - grayed out. > &g

Cozir sensor co2 UART arduino uno

bonjour, je souhaite me faire une petite station météo et j'ai trouvé ce superbe capteur pour réaliser ma station. co2 cozir : http://www.gassensing.co.uk/product/cozir-ambient/ cependant, je ne parviens pas à envoyer des commandes pour changer le mode de fonctionnement ou tout simplement pour afficher une température. j'ai trouvé un exemple qui fait exactement ce que je souhaite (http://www.co2meters.com/documentation/appnotes/an128-%20cozir_arduino.pdf ) mais je ne comprend pas pourquoi je n'arrive pas à envoye rune simple commande. je me semble pourtant que lorsque je créé une liaison série (uart) vers le capteur ("softwareserial myserial(10, 11); // rx, tx") il me suffit juste d'écrire ensuite : myserial.print("k 0\r\n"); pour changer de mode. ou bien myserial.print("t\r\n") pour demander la température. mais cela ne change rien. quelqu'un aurait il une solution à me proposer ou même un bout de piste à suivre. cela fait un

Thread: Anyone else having update issues?

update manager repeatedly couldn't updates, , when chose download ones could, slow, canceled. wondering if, perhaps, because it's getting close karmic's release , maybe servers full? or, me? same issues here, trying install packages jaunty. it's hanging on: 0% [connecting us.archive.ubuntu.com (91.189.88.40)] when ping us.archive.ubuntu.com get: 64 bytes jackass.canonical.com (91.189.88.140): icmp_seq=1 ttl=47 time=118 ms 64 bytes jackass.canonical.com (91.189.88.140): icmp_seq=3 ttl=47 time=115 ms has resolved computer called jackass? or has been haxxored? Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [ubuntu] Anyone else having update issues? Ubuntu

Circuit help - Raspberry Pi Forums

Image
i trying figure out how create circuit need power 2 devices. new understanding isn't fullest yet. thinking need voltage divider power each device 1 power source. have created black box don't know how create part yet. guys can me , give me lesson. i think have lot learn. firstly, don't think relay needs 10a @ 5v. suspect that's rating of contacts. scribbled out value of 120ma sounds more plausible. secondly, if use voltage divider set voltage moment draw current voltage change. need use 5v regulator , 3.3v regulator voltages want. pi has 5v , 3.3v outputs. why can't use them? raspberrypi

Any Help Prease :)?

is there way @ remove text in picture? ex: theres picture name in background - delete ruins background of picture... i dont want ruin background of picture. please:)? have photoshop available if helps any. -thanks it can done complexity of task depends totally on image. is there way can show image in question? alex haxoii wrote: > there way @ remove text in picture? > > ex: theres picture name in background - delete ruins > background of picture... > > dont want ruin background of picture. please:)? > have photoshop available if helps any. > > -thanks > More discussions in Fireworks adobe

Eksport av brukerdatabase - Joomla! Forum - community, help and support

Image
to ting jeg lurer på... 1) kan jeg fra adminkonsollet få eksportert ut hele brukerdatabasen på en enkel måte? det eneste jeg egentlig trenger er brukernavnet og e-post adressen. 2) brukeradmin : skulle gjerne på en enkel måte opprettet grupper slik @ jeg kan administrere flere brukere på en gang. det mest prækære er @ vi ønsker å kunne skille mellom medlemmer som ønsker å motta mail fra oss (sendt via massmail fra konsollet), og de som ikke ønsker det. trenger neppe legge til @ jeg er grønn på dette og @ jeg er glad alle innspill modify : glemte å få med @ vi kjører joomla v 1.0.8 tarrant wrote: modify : glemte å få med @ vi kjører joomla v 1.0.8 da skal du først oppgradere til siste versjon..  Board index Joomla! International Language Support International Zone Norwegian Forum Eldre versjoner av Joomla! Joomla! 1.0 Generelt

Where to Load Movies

i have main file 3 links. one of these links photo gallery. when link clicked, have strip of thumbnails opens bottom of main page. want click thumbnail loads swf file. at moment strip of thumbnails internal movie clip , when click on thumnail load external swf. however links on main page on place. when click eg: photos, animation happens ok, if click link 1 photos strip still there. how can action these buttons transition between links, each link works indepenently. fade in/out. , without having separate swfs. otherwise need bring in photos strip on enterframe how , try target external swf that's not part of mother file. thanks not sure if or not it's great tutorial on talking about: http://www.flash-creations.com/notes/dynamic_slidingviewer.php More discussions in Adobe Animate CC - General adobe

Error:Could not open file `/dev/i2c-1': No such file or dire - Raspberry Pi Forums

hello, have recentry bought raspberry pi 2 model b noobs , when run command "sudo i2cdetect -y 1" response get: error: not open file `/dev/i2c-1' or `/dev/i2c/1' : no such file or directory. have tried have seen in other forums problem seems not work me: https://learn.adafruit.com/adafruits-ra ... guring-i2c http://skpang.co.uk/blog/archives/575 welcome, thank much see http://www.raspberrypi.org/forums/viewt ... 28&t=97314 summary add 1 or more of following /boot/config.txt , reboot. i2c add dtparam=i2c1=on (or dtparam=i2c0=on on old models) spi add dtparam=spi=on i2s add dtparam=i2s=on lirc-rpi add dtoverlay=lirc-rpi add module parameters end of dtoverlay line, e.g. dtoverlay=lirc-rpi,gpio_in_pin=16,gpio_in_pull=high w1-gpio if require external pullup dtoverlay=w1-gpio-pullup,gpiopin=x,pullup=y otherwise dtoverlay=w1-gpio-pullup,gpiopin=x (where x , y gpios). audio card add 1 of following dtoverlay=hifiberry-dac dtoverlay

Dreamweaver 8 removes site definitions

Image
does know if problem of dreamweaver 8 removing site definitions of previous versions of dreamweaver on installation bug in installation or machine or studio upgrade. secondly know how can retrieve site definitions had on mx2004 before installing v8. noticably has left extensions allow blanked definitions; not !!!!!!!!!! this long-standing bug hits few people. nobody seems know conditions make happen. i'm sorry happened you. in the future, use dw's facility exporting site definitions *before* installing new version. way, if new installation wipes out site definitions, can import them. -- james m. shook http://www.jshook.com More discussions in Dreamweaver support forum adobe

Thread: A progressive light and sound for wake up

hello of know how hard wake on morning, when f** alarm clock make ugly sound... on contrary, have many of experienced, me, when waken sunrise, feel far more "healthy" , ready day? that's true there special alarm clock that... expansive. wondering if reproduce such marvellous effect ubuntu. i'm pretty sure it's possible, unfortunately i'm not boss in programming... have of idea : - display 'fade in' white/yellow full screen? - apply fade in undefined sound? ('cause can transform particular mp3 audacity never playlists!) displaying biggest concern... well, hoping people have ideas , enthusiastic, goodnight everybody! i've set computer automaticly wake (from bios) @ 7 am, , play music. mind you, fans wake me first. Forum The Ubuntu Forum Community Ubuntu Community Discussions The Cafe A progressive light a

Sound recognition

hello make project end recognizing sound, bird call example. doable arduino? mean understand complication of programmatically telling 1 sound apert another, question can , arduino or have raspberry pie that? there anythig out there use base start with? mean easy vr shield 2.0 place start or going work spoken language? i thank in advance taking time answer.  i suspect vr shield it. vr systems have problems accents, may find can recognise particular bird not same call of different birds of same species. yes think pick out call of herring gull , sort out robin. mark Arduino Forum > Using Arduino > Project Guidance > Sound recognition arduino

Thread: BlackBerry Tethering - A source of confusion.

hello all. i've read webernets documentation on tethering blackberry computer. i've noticed there 2 main approaches. first approach use pppd+some_other_software communicate blackberry , use modem, dialing verizon's(or other isp)'s network. unfortunately, have pay "tethering service". other approach (as far know, implemented tetherberry, doesn't work on linux), install software on blackberry allow route cdma(data plan) usb, give free access (via data plan) computer world. do, it's cheaper , makes more sense (i pay data plan). approach possible in ubuntu? has tried it? ps: i've gotten tethering working first approach, , taken gated-in-verizon-page. (using berry4all). want do, however, route data plan(cdma network). in advance, -- spec Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Networking & Wireless [all variants] BlackBerry Tether

Sending Data - Raspberry Pi Forums

hello everybody, sorry huge noob, making program pi2 @ 2 switches , send data database when open or close. have been looking @ best way perform has been implemented in win10iot far. have done arduino sent via php worked well. ideas concerns or questions let me know, appreciate can in matter. thank much you not saying database is, if want run database locally (within pi), worth checking out sqlite ( viewtopic.php?f=105&t=111447 ). if want write db remotely azure, interesting weather station project ( http://www.hackster.io/windowsiot/build ... windows-10 ) might offer clues. 2 switches, there push button sample online ( http://ms-iot.github.io/content/en-us/w ... button.htm ) can use in similar sort of way. raspberrypi

Website images not loading

i uploaded our website www.acaciarecording.com. have run problem page loads correctly in netscape or ie homepage, subsequent pages, thing load html text , alt tags, no images load. have compared code on homepage vs others , cannot see visible difference - though not educated in code writing. safari runs site beautifully. ideas? the images called pages have not been uploaded images folder. "reneerohwer" <webforumsuser@macromedia.com> wrote in message news:ee9i6m$10c$1@forums.macromedia.com... >i uploaded our website www.acaciarecording.com. have run >the > problem page loads correctly in netscape or ie > homepage, subsequent pages, thing load html > text > , alt tags, no images load. have compared code on > homepage vs > others , cannot see visible difference - though not > educated in > code writing. safari runs site beautifully. ideas? > More discussions in Dreamweaver support forum adobe

Arduino starter kit originale....

progetto interfaccia per astronave programma ricopiato da me: code: [select] int switchstate = 0; void setup() {  pinmode (3,output);  pinmode (4,output);  pinmode (5,output);  pinmode (6,output);  }  void loop() {    switchstate = digitalread (2);    // commento di prova stesura programma    if (switchstate ==low) {      // il pulsante non è premuto      digitalwrite (3, high); // led verde      digitalwrite (4, low); // led rosso      digitalwrite (5, low); // led rosso    } nei video visti in giro mai nessuno ha messo caratteri che mi richiede ` ' prima e dopo la parentesi graffa come mai mi vengono richiesti questi caratteri ? dove sbaglio ? dalla loop, apri poi 2 graffe, devi quindi chiuderne 2. per questo motivo le graffe di apertura io le metto sempre su riga successiva in bella evidenza e devono esserci nella stessa colonna le graffe di chiusura. code: [select] void loop() { switchstate = digitalread (2);  if (switchstate ==low)

Sound detection

hello, i'm new arduino, have project in mind , want know if it's possible build using arduino. the goal of project email every time house door lock being locked/unlocked. the way found out using sound detection. there way detect sound using arduino ? use elect. microphone - https://www.sparkfun.com/products/9964  - if threshold passed call code send mail - no example, sorry - Arduino Forum > Using Arduino > Audio > Sound detection arduino

Creating a pan effect

hi, i have created booklet/pamphlet want add webpage link. want each page of booklet side side , have user pan around pages, timeline. know motion tween , have pages move slowly, id rather have more interactive. know how this? thanks much, marc you'll have code movements in actionscript. so if set button on right side named rightbutton1... on(press) { setinterval(panright, 10); } function panright() { //change ._x position +10 or whatever } something that? More discussions in Adobe Animate CC - General adobe

installing problems

new arduino cant program extracted when extract files , select folder extract comes message password needed file data flash password protected please enter password in box below/ never seen before zip file tried extract that's odd.  sure downloaded right place? http://arduino.cc/en/guide/homepage Arduino Forum > Using Arduino > Installation & Troubleshooting > installing problems arduino

16 x 2 display Help

hello, i working on sketch display humidity , temp on 16 x 2 display. second sketch display. verified code , fixed errors made. humidity being displayed on bottom line instead of top , temp not show @ all. here code: code: [select] // sketch dht11 humidity/temperature sensor lcd // written ladyada, public domain // modified bean #include "dht.h" #define dhtpin 2     // dhtpin pin 2 #define dhttype dht11   // dht 11 // connect pin 1 (on left) of sensor +5v // connect pin 2 of sensor whatever dhtpin is // connect pin 4 (on right) of sensor ground // connect 10k resistor pin 2 (data) pin 1 (power) of sensor dht dht(dhtpin, dhttype); #include <liquidcrystal.h> liquidcrystal lcd (7, 8, 9, 10, 11, 12); // lcd rs pin digital pin 7 // lcd enable digital pin 8 // lcd d4 digital pin 9 // lcd d5 digital pin 10 // lcd d6 digital pin 11 // lcd d7 digital pin 12 // lcd r/w pin ground // lcd 15 5 volts 220 ohm resistor , lcd 2 5 volts // lcd 16 , 1 ground // lcd 3 wiper on t

Is this a bug or is it me? - Joomla! Forum - community, help and support

hi - not sure if bug or i'm doing/not doing... i have section called 'property in new zealand'. within there 2 catagories called 'land' & 'property' within 'land' there 2 articles "mt pisa' & otahuna' i have version of 'latest news' module called 'more devlopments' set run on 'left' catagories 'land' & 'property' displaying article otahuna - http://www.property-newzealand.co.uk/la ... downs.html - works fine , you'll notice breadcrumbs @ top of article run home - land - otahuna showing mt pisa article - http://www.property-newzealand.co.uk/la ... state.html - you'll notice 'more devlopments' module not appear , connected breadcrumbs. should read home - land - mt pisa instead miss catagory heading , show section title instead. module set run under catagory land, isn't showing. all parameters these articles same, there locations - content different why 1 not displayi

SoftwareSerial vs Serial per bluetooth HC-05? problemi compatibilità con Servo

salve tutti, sto tentando di far funzionare il mio bluetooth hc-05 utilizzando pin rx e tx su un arduino uno ma senza successo. sono già riuscito far funzionare il modulo attraverso un softwareserial (utilizzando pin 7 e 8 ), ma lo stesso codice, con le dovute modifiche, non funziona con pin 1 e 0. ho già tentato di invertire cavi ed risolvere il problema in altri modi ma non c'è stato niente da fare. ho bisogno di utilizzare tx e rx perchè la libreria softwareserial mi crea interferenze con la libreria servo, che dovrei utilizzare insieme al bluetooth. il codice funzionante dell'esempio che ho utilizzato con il softwareserial : code: [select] #include <softwareserial.h> softwareserial bluetoothserial = softwareserial(7, 8); // rx, tx char data; const int key=11; int ledpin=13; void setup() {   pinmode(key, output);//setto il pin key del bluetooth   digitalwrite(key,high);//setto la chiave del bluetooth   bluetoothserial.begin(9600);   bluetoothserial.println(&

using newTexture with javascript

hi, i've made model in maya , exported use in director. shift texture on part of model bitmap have in libary. how can using javascript syntax??? i can't line working in javascript: member("3d world").newtexture("grass02",#fromcastmember,member(5,1)) : ) jakob syntax symbols in js symbol("whateversymbol") so try member("3d world").newtexture("grass02",symbol("fromcastmember),member(5,1)) More discussions in Director 3D adobe

Problem of Changing Header Image in a Joomla Template - Joomla! Forum - community, help and support

Image
hi can me please this.  been trying change header in joomla template, can not it.  have tried upload image via cpanel , ftp says permission denied.  got new template after installed new site module want change image header.  please need on joomla newbie.  , god bless. /rootdirectory/templates/yourtemplate/images Board index Joomla! Older Version Support Joomla! 1.0 Administration - 1.0.x

Kurze Verständnisfrage zu Variablen

hallo miteinander, ich versuche mich folgendem projekt: und zwar möchte ich eine lichtsteuerung von zwei treppengeländern realisieren. dazu habe ich mir in eine fräsnut in den geländerbalken 12v led-bänder eingelassen. gesteuert werden sollen diese über pir-sensoren und helligkeitssensor und die led-bänder über eine 4-fach relaiskarte. ein geländer besteht aus drei einzelteilen und das zweite aus nur einem. jetzt möchte ich folgendes: bei dem geländer mit den drei einzelteilen (zwei pir-sensoren, einer oben und einer unten sowie drei "lichtbalken") sollen diese je nachdem aus welcher richtung man kommt um eine sekunde verzögerung angehen und auch wieder aus. soweit kein problem. jetzt ist mein problem, dass die andere treppe (mit einem pir-sensor und einem "lichtbalken") unabhängig von der ersten agieren soll. ich habe mir dazu noch ein ds3231 rtc gekauft um mir von dort  die zeit und die aktuellen sekunden auszulesen und um mit diesen die werte für die sc