Posts

Showing posts from January, 2015

Thread: C: capturing stdout

i want write testcase testing output of function printing stderr. somehow need stderr within same process. want avoid having execute testcase wrapperscript. found can reopen stderr filestream freopen seems impossible reattach output stderr again in portable way. unfortunately too. there way i'm overlooking capture stderr , resetting in c, without changing outputting functions code or using wrapper program around testcase? pseudo code i'm looking for: code: to_test(): print "output" test_function(): file = freopen("file", stderr) to_test(); assert(compare_with_golden_file(file, golden)) reset_stderr wait? in c? why using python in example? edit: oh... pseudocode, sorry that. Forum The Ubuntu Forum Community Ubuntu Specialised Support Development & Programming Programming Talk ...

Print and Email Page - Joomla! Forum - community, help and support

i print , email buttons in article show email page form , printing page display pdf button produces.  instead this http://coolaid.org.wedodns.com/index2.php?option=com_content&task=emailform&id=20&itemid=104 http://coolaid.org.wedodns.com/index2.php?option=com_content&task=view&id=20&pop=1&page=0&itemid=104 anyone have suggestion on how clean mess up?  want story show or form instead of site template doesn't show correct anyway.  thanks in advance jim wight php version:  5.2.3  web server:  apache/1.3.37 (unix) php/5.2.3 mod_ssl/2.8.28 openssl/0.9.8b  webserver php interface:  apache  joomla! version:  joomla! 1.0.13 stable [ sunglow ] 21 july 2007 16:00 utc  Board index Joomla! Older Version Support Joomla! 1.0 General Questions - 1.0.x

8x32 max7219 led matrix display

Image
hi , i used md_parola library (parola scrolling scroll text on 8x32 display 4 in 1), it's doesn't smoothly form 1 4  to display scroll text, (just 1 1). i think wrong ? thanks advice if it's not working, agree wrong. with setup and/or code, is. not library. Arduino Forum > Using Arduino > LEDs and Multiplexing > 8x32 max7219 led matrix display arduino

Best layout/simulation software for Arduiono projects?

i need program me layout circuit , convert pcb manufacture. it needs arudino uno simulation test design. a big plus if knows how put uno circuit diagram can make 1 board solution.  if not that, if knows how make arbitrarily sized "hat" work too. unfortunately, if single eda product, couldn't sustain development costs such small customer base.  top end packages can cost tens of thousands complete licence features. you @ high end eda packages, , of them may have arduino libraries 'help', new product arrives, you'll have wait create new component libraries - or yourself... learning curve. the overlapping schematic capture, pcb layout , simulation - along component selection , validation takes many man-years right... , prone human error. sorry, start reading. Arduino Forum > Using Arduino > Project Guidance > ...

Pre-filling form on fragment basis

hi...   i made process pre-filling form. steps included: getting data database in xml, applying xslt , rendering pdf form. xslt used avoid dependence of process on form. now, scenario changed, data pre-filled i.e. xml generated webservice on fragments basis implies if form has 20 fragments, 20 xml's generated. (hope, made myself clear!!!!!!)   thought of using xsl again making 1 xml pre-filling data. xslt takes 1 xml input.   can suggest me, should make 1 xsl form or should make xsl's per fragments. next, how merge these xmls generate 1 xml pre-filling.?   please, suggest me, if there other workaround scenario?     thanks , regards, ambika mittal hi ambika i'm not sure exact scenario, try xquery intead of xpath. info here: http://avoka.dnsalias.com/confluence/display/public/transforming+xml+documents http://www.avoka.com/blog/?s=xquery and http://avoka.dnsalias.com/confluence/display/public/xquery+dsc   download here: http://www.avoka.com/avoka/esco...

HC-05 dicident

bonjour, j'ai très récemment acheté un module bluetooth hc-05, et je n'arrive pas à le faire fonctionner. j'ai l'impression d'avoir fait tout les tutos possibles, entre l'école "diviseurs de tension" l'école "débrancher le tx et rx lors du téleversement", je suis totalement perdu et je crains que, à force de maneuvres hasardeuses, je ne l'ai grillé. quelqu'un pourrait t-il m'expliquer de à z comment faire pour le mettre en place. j'ai une fois réussi à le connecter à mon smartphone mais quelque soit ce que j'essaie d'envoyer, il recevait toujours la même chose. carte arduino: uno version de logiciel arduino: 1.8.2   quote from: vicllo on aug 04, 2017, 07:09 pm ...j'ai une fois réussi à le connecter à mon smartphone bonsoir ton hc05 seulement alimenté est il visible/detecté dans les peripheriques bluetooth d'un autre equipement (telephone,tablette,pc , autres) ...

hello, i cant get my flash layer back, i have windowsn vista, i used to have it, but it became unistall somehow, please help

hello, cant flash layer back, have windowsn vista, used have it, became unistall somehow, please help try this download flash player uninstaller http://www.adobe.com/go/tn_14157 close browser windows , run uninstaller reinstall flash player http://get.adobe.com/flashplayer/   if still having troubles after this, post more information, e.g. browser using. More discussions in Using Flash Player adobe

class werkt niet - Joomla! Forum - community, help and support

beste mensen ik heb een template waar een aantal standaard class elementen in zitten, nu staat in de handleiding hoe je die moet toepassen alleen als ik de code via jce in de content zet dan pakt ie de class niet......... iemand? hoi, kan je misschien iets preciezer zijn, normaal gesproken kan je namelijk geen classes of andere css codes in jce zetten (zover ik weet) die dan door het systeem in de template worden verwerkt. mvg, jeroenvd Board index Joomla! International Language Support International Zone Dutch Forum Joomla! 1.0 Templates 1.0.x

Thread: Java programming for Android - Splitting things up into classes...

i'm programming mobile interface project , have realised without classes, program going messy... basically, program menu restaurant - select different things menu , whatnot , selections sent kitchen. @ moment it's basic , can select categories of drinks , choose there , press "add". right there's "drinks" tab, "food" tab , "payment" tab. want able put "drinks tab", "food tab" , "pay tab" in own classes, attempt results in program crashing. don't think need put tabs in own classes, rather, elements populate spinners. i've never been @ oo programming i'm doing wrong. can tell me how put body of drinks in own class? :-\ http://pastebin.com/m330f9b14 cheers, if possible, is. Forum The Ubuntu Forum Community Ubuntu Specialised Support Development & Programming Programming Talk Java programming fo...

Thread: SVN w/ http: Remember Password

hi, @ work, use command line svn client in ubuntu terminal regularly access svn repository secured apache (that is, address starts "http://"). problem everytime svn operation involving repository have repeat username/password. there way avoid having authenticate? have googled no avail. thanks, françois ps : i'm relatively new ubuntu, although know basics of unix (through school , occasional use of osx terminal). here solution. somehow, code: ~/.subversion folder had owner , group set code: root , prevented svn client cache username/password. did: sudo chown -r myusername : mygroup ~/.subversion ...and now, don't have type in username/password anymore! hope helps someone. françois Forum The Ubuntu Forum Community Ubuntu Specialised Support Development & Programming Programming Talk [SOLVED] SVN w/ htt...

Bloated files - found - a painful improvised solution

having followed several items in forum concerning project files sizes bloating (within captivate 4) i've tried few experiments , results may helpful others.   test 1) : file of 1 slide (yes, one) had magically grown few kilobytes 55mb - slide review slide automatically built in captivate if select review option in quiz. change had made (native) slide put small white rectangle onto slide. why 55mb? clue had extracted slide set of 200 slides (yes, big) had size of 175mb.   so created 1 slide set (blank slide) of same screen resolution , imported review page.   i saved project under new name.   rushed file directory , new file size? 377kb. cool reduction of 54.5mb!   test 2 ): file of 20 slides containing video , audio. purged of unused library items. file size 82mb.   repeated process per test 1.   new file size? 3.5mb - , reasonable considering has audio stream.     captivate 4 has problem needs urgent attention, worst case of bloating have ev...

RTMPT unpredictable behaviour behind proxy

i have observed unpredictable behaviour when using rtmpt streams through unauthenticated proxy in browsers on windows xp.   i have seen associated bugs rtmpt , proxy: http://bugs.adobe.com/jira/browse/fp-519 http://bugs.adobe.com/jira/browse/fp-673   i have read fp not honoring browser proxy on windows systems. cannot content filtering(rtmp(t) filter) @ firewall since works times, unpredictable. but, don't know yet real issue is.   here issue: you using unauthenticated proxy on local network accessing internet. the firewall on network not allow external rtmp streams.( http://www.adobe.com/support/flashcom/ts/documents/port_test.htm shows failure rtmp , success tunneling) load swf in flash player 10 (debug version, r22) uses rtmp streams videos , falls rtmpt if rtmp fails the swf falls connect via rtmpt, naturally. the behaviour after unpredictable -  either works expected, does not work , hangs in establishing connection (fails in establishing connection) behaviour ...

Can I get a little help here?

hello contribute users, i have more of plea discussion topic. editing website with  contribute trial , loved it! published changes , good. week, hosting company screwed it's clients , went "missing" everyone's websites. purchased hosting company , had webguy put site but, pre-edited pages. purchased contribute , have working but  cannot remember had done , had taken me weeks right. told adobe rep. when purchased yesterday find corrected pages (since vizaweb(the bastards) not respond faxes, calls, emails....to put site up). does have idea how corrected pages? cannot "find" them myself within contribute. i'm begging here! thanks jc carabellacosmetics@earthlink.net More discussions in Connection/Administration adobe

Mail merge speed/reliability issues

as company regularly conduct mail merges anywhere 50 3000 data records within indesign. merge document 3/4 layers , 3/4 linked images (but isn't cause of speed issues still slow when these removed). however, merge crashes indesign when using text files of more 500 data records. means have large mail merges in batches of ~250 maintain system performance. nb, use high-spec machines - know if indesign mail merges tend require high spec-machines?   if has suggestions performing mail merges (from text files or ms access) using indesign appreciate them? plug-ins intended mail merges or better tips on machine spec , indesign/data settings?   many thanks More discussions in InDesign adobe

Arduino UNO 8086 emulator

Image
all code in https://github.com/corax89/arduino_8086_emulator the processor emulated. peripherals not have enough space. partially emulated interrupt dos. it planned launch com applications. contains rom interpreter brainfuck deserves more attention. x86 pretty hard emulate Arduino Forum > Community > Exhibition / Gallery > Arduino UNO 8086 emulator arduino

zoom in on a large photo

i have large photo file 20,000x20,000 pixels.  want create movie zooms entire image viewing @ 1 to1 or actual pixels.  when try import image, premiere says file large.  way around file size issue?   is there way or program this?   i have tried make intermediate images, having problem getting zoom linear inbetween next photo.  there seems slowing down @ end though have curve set linear.  looks straight line, after render. zoom not smooth. the max image size in pr 4000 x 4000 pixels plenty large of editing situations.   howeverl if need zoom large of image can use after effects it, import comp after effects pr via exported movie, or importing pr via dynamic link. More discussions in Premiere Pro CC adobe

how to do this?? - Joomla! Forum - community, help and support

Image
hello all, trying add html java script scoreboard on site front page , don't no how can can please tell me how??? code thanks all, go site > site templates , choose radio button near template using. click edit html , paste code need it. cheers Board index Joomla! Older Version Support Joomla! 1.0 General Questions - 1.0.x

Closed loop of stepper motor with encoder

Image
hello   i new user of arduino , controlling stepper motor with encoder have problem cant find transfer function of stepper motor , how use on arduino .if can great thanks i don't understand. post code trying , post link datasheet motor , encoder. why find necessary use encoder stepper motor? why not keep count of step? ...r stepper motor basics simple stepper code Arduino Forum > Using Arduino > Motors, Mechanics, and Power (Moderator: fabioc84) > Closed loop of stepper motor with encoder arduino

Controleur pas à pas à base de L297/L298

Image
bonjour à tous, dans le cadre de mes études, je prépare un bras robotique 5 axes. j'utilise donc des moteurs pas à pas et j'ai voulu concevoir mes propres drivers avec le duo l297/l298. pour cela, j'utilise le schéma de la datasheet que j'ai légèrement adapté à mon besoin (ajout de pins, etc...) cependant, dès que je branche le tout, je me retrouve avec un l298 brulant en quelques secondes, et ce sans brancher le moteur, en analysant juste le signal à l'oscillo... impossible donc de faire fonctionner le moteur. j'ai beau chercher, je ne trouve pas ce qui coince dans mon schéma et je compte donc sur votre expérience pour me dépanner sur ce coup ;-) je précise que j'alimente le circuit avec une vieille alim d'ordi pour le 12v et le 5v, les masses sont donc communes. je génère le signal d'horloge à l'aide d'un arduino nano, je branche enable au 5v, h/f au gnd, cw/ccw au gnd aussi merci d'avance pour l'aide que vous pourrez m...

wemos.cc D1

hoi ik heb een board gekocht enwel de wemos.cc d1 maar krijg het niet aan het werken kan geen comunicatie maken met het board er mischien een bibliotheek wat ik moet downloaden hiervoor na ettelijke avonden op het internet gespeurd te hebbennog niks gevonden met vriendelijke groet manfred a beginner's guide esp8266 hierin zou alles moeten staan wat je moet weten. pieter Arduino Forum > International > Nederlands (Moderators: Jantje, JO3RI) > wemos.cc D1 arduino

Thread: change from mint 8 to ubuntu 9.1

Image
hi m using mint 8, possible change mint 8 ubuntu 9.1 without fresh installation of ubuntu 9.1, if there way please let me know. posted poonforce hi m using mint 8, possible change mint 8 ubuntu 9.1 without fresh installation of ubuntu 9.1, if there way please let me know. thanks code: sudo apt-get install ubuntu-desktop at heart, mint ubuntu lick of paint , bolt-on packages add out-of-the-box functionality people add anyway. (i know it's more that, purposes of explanation...) installing ubuntu-desktop package overwrite mint's artwork , default settings ubuntu's own. when make new user, have default ubuntu , feel. won't overwrite current users' settings! Forum The Ubuntu Forum Community Ubuntu Official Flavours Support New to Ubuntu [ubuntu] change from mi...

Interrupt

Image
secondo vuoi impostare un timer interrupt ogni 0.00001 è sconsigliabile? ... la mcu di arduno ha un clock 16 mhz il che significa che un singolo ciclo macchina dura 62.5 nsec. impostare un interrupt 10 μsec significa interrompere quello che si sta facendo ogni 160 cicli macchina . considera ad ogni interrupt: il salvataggio dello status ( registri, stack, punto di rientro, ecc. ), l'esecuzione dell'interrupt, il ripristino dello status e ritorno al programma e ... vedi tu se, secondo te, con 160 cicli macchina, fai il tutto ed esegui anche il programma nei tempi che ti occorrono ... guglielmo Arduino Forum > International > Italiano > Software (Moderator: leo72) > Interrupt arduino

Thread: One app with many windows on multiple workspaces

i use trading platform lot of windows spread on several workspaces. however, when open application, windows on first workspace , have move them workspace belong. on post saw example of creating script specified workspace application opened to. can suggest how open application , specify workspace it's various windows should open to? i use devilspie manipulate windows , applications. devilspie , gdevilspie(easy gui automatically manipulate windows in various ways) hope works well. gl bruce Forum The Ubuntu Forum Community Ubuntu Official Flavours Support New to Ubuntu [ubuntu] One app with many windows on multiple workspaces Ubuntu

Thread: iPod Mounting Errors

Image
i using 9.10 karmic koala oct 2009 release. gtkpod not show ipod touch , , i can not mount ipod . realise there problems ipod touch syncing/mounting gtkpod has touch option, , have files synaptic using ipod touch. when usb connect ipod touch photo icon , access photos. have permanant ipod icon in file browser not mount. have ensured there /dev/sdc2 when run gtkpod blank, no music files show up. if click load ipod error: “ipod directory structure not found” not find ipod directory structure @ '/dev/sdc2'. if sure ipod mounted @ '/dev/sdc2', may not initialized use. in case, gtkpod can initialize you. want create directory structure now? then choose ipod model , mount point , msg: error initializing ipod: problem creating ipod directory or file: 'dev/sdc2' also there secondary static ipod icon in file browser if try mount or use get: unable mount location mount: special device /dev/sdc2 not exist i...

Bibliothèque incompatible ?

Image
bonjour, voici mon souci, le programme fonctionne mais bug un moment bien précis ce n'est pas aléatoire donc  je pense un problème d'incompatibilité. au démarrage chaque info qui arrive via le wire s'enregistre bien sur la carte sd ! mais si entre temps je reçois via le gsm la led s'allume ou s' éteint convenablement mais plus rien ne peut s'écrire sur la carte sd. en somme une foie la réception via le port softserial la sd.begine(4) n'est pas 1 et myfile n'est pas 1 non plus !!! je ne comprend pas pourquoi ! merci de votre aide code: [select] /*   sd card read/write  this example shows how read , write data , sd card file  the circuit:  * sd card attached spi bus follows:  ** mosi - pin 11  ** miso - pin 12  ** clk - pin 13  ** cs - pin 4    */ #include <softwareserial.h> #include <spi.h> #include <sd.h> #include <wire.h> softwareserial myserial(2, 3); string smsstorepos = s...

large file size when I split

Image
hi,   can tell me why when split 100 slide cp file 2 50 slide cp files each smaller file same file size original larger one?  100 slide cp file 54 mb. when split 2 separate files, each 50-slide file 54 mb each.  common sense tells me each 50-slide cp file should 27 mb.  went through split files , stripped out of unused library items , didn't budge.  other suggestions?   thanks! hi there   what version of captivate?   if captivate 3, there issue file doesn't shrink when remove objects. click here read thread discussed earlier today.   cheers... rick     click here adobe authorized captivate , robohelp html training click here sorcerstone blog click here robohelp , captivate ebooks More discussions in Getting Started adobe

jitter smoothing question

as first post here, hello everybody!! i know there countless threads smoothing jittery potentiometer data there 1 thing can't find answer - though it's pretty standard issue... anyway: i have analogue poti , in setup, important trigger "value change" if there turning poti. so 2 things: 1. smooth data moving average (i tried many use library: https://github.com/michaelthessel/arduino-analog-smooth). 2. know wether value changed or not, introduced deadband (i think that's called), is: trigger change when current value differs last value. this works expected regardless of how smoothing apply have case sometimes, final value oscillate between 2 numbers - triggers "value change". i can avoid increasing threshhold of deadband 0 1 run problem, if turn poti slowly, not register @ because every individual change falls within +-1 range. can turn poti way other side without "value change" being registered @ all. how solve this? any appreciated, ...

Licence Expired cs4

i have tried numerous of times download photoshop cs3 , 4 neither work me, keeps saying licence has expired. can me getting program work.. have tried 3 days sounds you're trying 30 day demo working? if once start getting message way working without purchasing reformat. it's set expire don't more 30 days, it's not 100% foolproof , if thinks there's issue trying around limit, time out.   if have licenced copy, i'm not sure mean "trying download it"...  please explain little more can help. More discussions in Photoshop Windows (read only) adobe

Visits counter - Joomla! Forum - community, help and support

is there way see how many times registered users have logged in on website? (login counter each one) this great logging component, tracks kinds of data registered users, when login, content item visited. http://extensions.joomla.org/component/ ... itemid,35/ however tend build lot of data recommend purging often. cheers Board index Joomla! Older Version Support Joomla! 1.0 General Questions - 1.0.x

Thread: Help installing Ubuntu 9.01

hey, have in front of me dell inspiron 2650. downloaded iso on other computer make live cd; well, didn't work well. old dell doesn't recognize disk when booting up. tried making ubuntu install usb drive have sitting around. disc, isn't recognized when computer boots up. appreciated! did tell 2650's bios boot cd first? have windows on now? have internet access? Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Installation & Upgrades [ubuntu] Help installing Ubuntu 9.01 Ubuntu

Thread: Back In Time: When is it going to be included by default?

Image
back in time open source app linux works in same mac os x's time machine, creating automated backups of filesystem. when going included in ubuntu default? can find out more in screenshot have attached. attached images backintime.png (118.1 kb, 61 views) it included default same day /home symlinked /dev/null default. edit: though, have btrfs or nilfs2 won't bring? Forum The Ubuntu Forum Community Ubuntu Community Discussions The Cafe Back In Time: When is it going to be included by default? Ubuntu

Request: OS "smiley" icons in toolbar

Image
if have have combined forums, can @ least couple of nice icons people can click insert post show os it's for?   something like:   or maybe?   we're getting lots of confusion in id general forum, people recommending sse register fixes mac problems or "clear caches" windows problems. if there icon people insert right @ beginning of message might help.   actually better if inserted subject line! omg! merged these forums???? he** this. there no redeeming qualities these forums! More discussions in Forum comments adobe

How do I place a transparent image over specific, centered text?

i'm helping site flows sales copy down center of browser window. want take transparent oval , place on price in copy. (it took marker , circled price.)   i had learned ap div solve problem and, extent, does. can place oval right on price. works when copy left justified, not centered. if copy centered, can place oval, if browser window resized, oval stays in place while copy reflowed new browser window size. oval no longer on correct text.   then learned layout mode might solve problem, has been removed cs4.   so question how take transparent .png file , place on copy on site if browser window resized, .png file stays correct text text "moved" stay in center of brower window?   i want avoid workaround of creating .png oval , price , inserting in middle of copy @ appropriate place. there must better way handle this. not being familiar dreamweaver, maybe there's sort of anchor function similar 1 in indesign solves issue.   i've attached simple oval .png file we'r...

Combining Spry Validation & Spry Tabbed Panel

hello,   i have site combined large form (~30 fields) several tabbs using spry tabbed panel.  i've used spry validation varlidate input prior submit -- of fields "required" rather simple.   the problem comes in when there issue 1 of validations.  user has click on 1 of 5 tabs find offending field fix.  able let user know @ least number of fields, name of fields or tabs need attension.   what's best way this?  there api hook can attach to, write own span field?   thanks.   p.s. i'm running cs4 , spry 1.6.1 what you're trying not built in, you'll have manually.   first, if you're not doing already, should validate fileds onblur in addition onsubmit. way, @ least if move field required notified if didn't enter value when leave field. beyond that, you'll have manually call each field's .validate() method see if field passed validation, , if hasn't, you'll need track field , tab on can set you're own error messages on final page.  ...

x+y+z=100

i need software. there 6 buttons 3 leds 3 3x7 segment displays. buttons x, y , z, x1, y1, z1. x button up, x1 button down, y button up, y1 button down, z button up, z1 down button. x, y, z buttons have 3x7 segment displays. here want see leds connected output, sensitive pwm connected buttons, , pwm values in 3x7 segment displays. operating logic of circuit, example, every time press or hold down x button, pwm signals seen 1 step , rising values seen numbers in 3x7 segment x indicator. x output led appear running in percent pwm. example when hold down x button or press individually, write 70 in 3x7 x segment. value indicates pwm 70%. x led 70% working. add 30% value y , z buttons. can not 70% of x value. x value can take value number down. need x1 button it. press x1 button 20 times; x value reduced 20%. x value, 3x7, x marks number 50 in notation. y , z values not change. y , z same. y = 15, z = 15 numbers same in 3x7 y , z segments. increase y , z values; y , z buttons used....

Textbox eingaben bei NodeMCU

hallo zusammen, ich habe probleme werte, die ich in einem browser einlesen im sketch zu verwenden. bisher habe ich ein paar buttons hinbekommen, die auch entsprechend meine anweisungen ausführen. bei textfelder scheitere ich allerding. vielleicht könnt ihr mir helfen?? https://pastebin.com/fxchpngh es geht im detail darum, dass ich mit dem button "vollfarbe" die rgb-werte aus drei textboxen übertragen möchte. bisher konnte ich bereits ein textfeld einfügen (zeile 58), aber dann hört es auch auf... vorab denke ich mich herzlich für eure hilfe!! stelle bitte deinen sketch in codetags hier ein, wenn du willst, das man ihn liest. gruß tommy Arduino Forum > International > Deutsch (Moderator: uwefed) > Textbox eingaben bei NodeMCU arduino

Moduli, komponente, pluginovi, mamboti - Joomla! Forum - community, help and support

moze li neko da mi ukratko napise razliku izmedju ovih par stvari? komponente komponente su glavne funkcionalne jedinice - aplikacije u joomli. u komponente spadaju npr: kontakt forme, upitnici, mass mail... shvatite ovo kao male programe koji rade na vašem sajtu. moduli moduli su mali sadržajni delovi sajta koji se mogu postaviti na određena mesta na web sajtu. ovde kada kažemo sadržaj ne mislimo na sadržaj koji je deo sekcije, kategorije... već se prevashodno odnosi na npr glavni meni, top meni, upitnike uglavnom sve ono što je vam glavnog sadržaja sajta. svaki template koji ste nabavili ima već unapred određene pozicije u koje možete postavljati module. njihove pozicije možete međusobno menjati po volji, takođe ukoliko poznajete php jezik možete na vašem web sajtu postavljati nove pozicije, mada ukoliko ne poznajete znajte da ovo nije prekopotrebno. mamboti mamboti su nalik komandama na joomla sajtu. primer za jedan mambot je: {mosimage} ova komanda služi da biste ubacili sliku po...

アニメーションに音を入れたいのですが

macos10.4、quicktime7proを使用している者です。 アニメーションに音を入れたいのですが、私の使っているアニメソフトはaiffあるいはwave形式しか使えません。 ウインドウズの方に音入りのアニメーションを見て頂くためには、ファイル形式をどのように変換する必要があるのでしょうか。尚、私が現在使用しているファイル形式変換ソフトはffmpegxで す。どうぞ宜しくお願い致します。 こんにちは。 使用しているソフトウェアで使用可能なサウンドファイル形式がaiffやwaveでも、最終的に音付きのmpegなりqtなりを書き出せれば問題は無いですよね。 音付きのムービー(映像と音声が一体化したムービー)をまず作って「マスター」とします。この時点ではファイル容量やビットレートの束縛を設ける必要はありません。例えばquicktimeフ ァイルの中にaiffの音声トラックが格納されていても、問題はありません。ここで作るのは、あくまで作者の手もとだけにあるマスター=最高品位のオリジナルです。 その後、任意の変換ソフトウェアでマスターのムービーを読み込み、希望する映像圧縮と音声圧縮を選択し処理実行すれば、そのように出力されます。例えば、配布用にムービーの容量を軽くする場合 は、この時点でおこないます。 ffmpegxならば、audioタブの項目で、圧縮形式やビットレートなどが設定できます。 Video Archives (Japan) でのその他のディスカッション adobe

Changing font size - Joomla! Forum - community, help and support

i'm trying change font size on website i'm having difficulties.  have changed value in bit of css seems obvious , still won't work.  ideas? body { color: #000000; margin-bottom: 20px; padding: 0px; background-color: #fff; font-family: arial, sans-serif; font-size: 14px;                 background: #ffffff url('../images/bg.jpg') repeat-x top center; margin-left:0px; margin-right:0px; margin-top:0px; margin-bottom:20px http://www.brixhamace.org/content/view/13/27/ Board index Joomla! Older Version Support Joomla! 1.0 General Questions - 1.0.x

How Can I Get Information of Surface With Arduino?

firstly new in arduino forum sory wrongs if there are. okey, think that; solar panel , broken solar panel , dusted solar panel. want draft arduino sensors. return information surface of solar panel. example, if solar panel broken return number or or İf solar panel dusted return different number or different thing understand solar ponal normal,broken or dusted. how can this? sensors can use ? thanks help. i doubt if can more compare performance (power delivery) of solar panel against expected performance (for same sunlight conditions) , make assessment of condition. Arduino Forum > Using Arduino > Project Guidance > How Can I Get Information of Surface With Arduino? arduino

Programming timer

heys guys, i'm new here i'm sorry if not right way start topic. let me that. my doubt here folowwing: i'm using arduino uno , trying program timer it. problem is, don't have other plug-in arduino hardwares, uno board , want program timer many hours of intervals, 18 hours led turned on , many other hours turned off. i've red function delay() don't know maximum value of milisseconds supports, people said it's not function used long time because can reset , not work anymore until reprogammed. i don't need else turn on , off light, function delay perfect it, have doubts above. thanks! admittedly, don't know how long can use delay function reliably. can use millis(); approximately 50 days , have advantage of still being able complete other tasks while timing event. Arduino Forum > Using Arduino > Microcontrollers ...

Thread: [solved] Sound Problem HP DV8-1050EG

hi all installed kubuntu 9.10 , got problem sound. kubuntu played sounds on "subwoofer" integrated notebook. fixed issue upgrading alsa newest release (1.0.22.1) update script can found here: http://ubuntuforums.org/showthread.php?p=6589810 modified file /etc/modprobe.d/alsa-base.conf options snd-hda-intel model=laptop don't know if last step nessesary (the config thing). wanted let know how fix issue. thank info, have same exact laptop. there other problems have ran laptop? use have linuxmint on previous laptop due wireless card issue (it broadcom) , wanted know how ubuntu work or if run tons of problems. you're 1 have found has put linux on laptop, kind of information or insight appreciated. time, cody. Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Hardware [all variants] [solved] Sound Problem HP ...

Scrolling Text

while new dreamweaver need have area on website number of text bullet points continuously scroll , loop can keep cell size small. way recommend this? there command within dreamweaver or should flash?   the test simple , can see bullet points talking @ www.access-smart.com   thanks http://www.dynamicdrive.com/dynamicindex2/   there's boatload of them here...  google searc for:  dynamic html scrolling text   ah! power of google!   lawrence   *adobe community expert* www.cartweaver.com complete shopping cart application dreamweaver, available in asp, php , cf More discussions in Dreamweaver support forum adobe

Using class files in Arduino IDE

Image
ive created project called semaforo.ino.  i added tab inside of project called flasher.  i thought import class using #include "flasher.h" compile error flasher file doesnt exist.  here looks like: here code: code: [select] #include <flasher.h> flasher led1(12, 100, 400); flasher led2(13, 350, 350); void setup() { } void loop() {   led1.update();   led2.update(); } try code: [select] #include "flasher.h" what header file like?  looks named flasher, not flasher.h Arduino Forum > Using Arduino > Programming Questions > Using class files in Arduino IDE arduino

Thread: Error message at top of screen

folks, have red circle white line across @ top of window.when click on following e:malformed line62 in source listetc/apt/sources.list [uri parse] think caused error following instructions on ten things must after installing ubuntu 9.10 located @ url file://media/7e74ab2b74aae55d/documents , settings. please me fix this. tanks sincerely scifisam <mrmarks@juno.com> or <blackbird-green@hotmail.com> can post file /etc/apt/sources.lst? if run following command in terminal put contents in file called sources.txt in home directory upload. able further. code: cat /etc/apt/sources.list > ~/sources.txt Forum The Ubuntu Forum Community Ubuntu Official Flavours Support New to Ubuntu [ubuntu] Error message at top of screen Ubuntu

Assigning template within a section - Joomla! Forum - community, help and support

i'm trying set sub-site on web site set of users can modify. i have set pages , assigned them menu using 'link menu' tab on each page because these pages don't show on menu list when i've selected "link static content". i can assign them template in site > template manager > site templates page, assignment doesn't work. think problem menu related. have linked home page page within larger site, , template applied. but, when link template the  menu created 'link menu' action that's done on individual pages, template not applied. my question(s) are: 1. using wrong method build menu? 2. should setting site differently? can provide advice? i'm using joomla 1.0.10 i'm pretty sure templates don't stick because aren't accessing pages via menu items created. if publish menu used created 'link menu' items , assigned templates accessed content items via menu you'd templates assigned. this has itemid gets stuck on en...

Problema con while

Image
buenas tardes todos! vengo por aqui saltearme una duda aver si pueden ayudarme, estoy iniciando en esto de la programacion en arduino haciendo un auto controlado por bt, el auto se mueve mediante botones, enciende luces y puede seguir funcionando.. ahora el problema es cuando yo le digo que con 'x' tiene que hacer tal funcion la cumple, pero me es imposible volver salir, que estoy haciendo mal? desde ya muchas gracias todos! code: [select] int izqa = 5; int izqb = 6; int dera = 10; int derb = 9; int ledfront = 13; int ledback = 11; int corneta = 3; int vel = 210;            // velocidad de los motores (0-255) int vel2 = 105;            // velocidad de los motores (0-255) int estado = 'u';         // inicia detenido int velocidadmotor1 = 12; // ena - pwm int velocidadmotor2 = 8; // enb int infrapin = 4; // izquierdo - pin del infrarrojos utilizado como entrada digital int infrapin1=2...

Thread: Ubuntu 9.10, ThinkPad T43 CPU scalling problems

Image
hello ubuntuforums members, i'm running ubuntu 9.10 on thinkpad t43 following specs: model/type : 2668-cto/vyu cpu : intel pentium m (dothan) 2.0 ghz chipset : intel 915pm i/o hub : intel 82801fbm ich6-m southbridge video : ati mobility radeon x300 problems cpu-scalling , machine staying of time @ lowest cpu speed - 800mhz. cannot force change 2.0ghz or of other available fequencies above minimum, neither gnome applet, nor tools cpufrequtils. changing of governor, or trying set speed fixed 1 unsuccessful. result system slow, , can see gnome applet time time goes 2ghz, i'm not sure if not fake, because whenever need speed.. cpu intensive task nothing happens (e.g. flash vidoes tearing). state per cpufreq-info after boot: cpufreq-info cpufrequtils 005: cpufreq-info (c) dominik brodowski 2004-2006 report errors , bugs cpufreq@vger.kernel.org , please. analyzing cpu 0: driver: acpi-cpufreq cpus need switch frequ...