Posts

Showing posts from August, 2013

No Audio in MPEG files in Premiere

starting premiere, i  imported mpeg files camera (sony hdd sr35) project, audio dose not works. works in player, bridge , there note stereo in meta data of files, no sound. wonder wrong setting, if import training files classroom in book works fine. thank sugestions. f see: faq:why there no audio in imported mpeg file? cheers eddie More discussions in Premiere Pro CC adobe

Is it a good practise to do it in this way.. (access to global variable)

hi, i ask, if practise in way:.... i have main.mxml code this: <!-- main.mxml--> ...... <mx:script source="includes/main.as"/> <!-- listapolis custom components in namespace oil--> <oil:listapolis left="10" top="0" id="listapolis"> </oil:listapolis> ........   in main.as file have declared: ... public var ac_php_results:arraycollection = new arraycollection(); ... now, use ac_php_results variable in custom components oil::listapolis, in way: <!--listapolis.mxml--> .... mx.core.application.application.ac_php_results.additem(.......); ....   this works, wonder if in way, not using mx.core.application.application. without receive error, unknown variable. best regards, mariusz i think confused domain of variable, "ac_php_results" directly used in application domain. i think should create other singleton class used between application , custom component. More discussions in Flex (Read Only) ado...

help me fot , for loop program

hello friends; i want save each bit of byte in separate variable. example, 1110101,  1 save in a0,0 save in a1, 1 save in a2, 0 save a3,... my code follows not run. int a=11110001; int led1=3; void setup() {   // put setup code here, run once: pinmode(led1,output); } void loop() {   //put main code here, run repeatedly: for (int i=0;i<=8;i++){  int b = bitread(a,i);  if (b[0]==1){   digitalwrite(led1,high);   delay(5000);  } } } code: [select] int a=11110001; hit reference pages, , see range of values fit in int. bitread() getting bits binary data, not decimal data. Arduino Forum > Using Arduino > Programming Questions > help me fot , for loop program arduino

Error 1151 Help.

keep getting this:   1151: conflict exists definition my_flvpb in namespace internal.   the is:   import mx.video.flvplayback; var my_flvpb:flvplayback; my_flvpb.autoplay = false; my_button.label = "seek point2"; function clickme(){   my_flvpb.seektonavcuepoint("point2"); } my_button.addeventlistener("click", clickme); have instance my_flvpb flvplayback component. tutorial: http://livedocs.adobe.com/flash/9.0/main/wwhelp/wwhimpl/common/html/wwhelp.htm?context=livedocs_parts&file=00001038.html any appreciated. i avoid video-related psotings, , can't offer more following:  tutorial point as2 tutorial, , flvplayback component importing as2 stockyard.  according flash docs, within as3 should using:   import fl.video.flvplayback;   beyond that, error message seems indicate have couple of things sharing same name More discussions in ActionScript 3 adobe

LilyPad Arduino generates error but works if Genuino/Uno board is selected

hey... i ran , thought worth posting. have lilypad arduino (with atmega328 chip) running dreaded avrdude: stk500_recv(): programmer not responding avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0xfc problem.  tried virtually of remedies online. finally, tried "genuino uno" board in arduino ide , able upload sketch. i'm posting if others run can give try - have ideas why works? sounds burned uno bootloader onto lilypad.  you can continue use uno or burn lilypad bootloader onto it. Arduino Forum > Using Arduino > Installation & Troubleshooting > LilyPad Arduino generates error but works if Genuino/Uno board is selected arduino

Simulating RF Remote Control

i trying send commands ceiling fans using arduino nano , rf transmitter (ucec xy-mk-5v). took me long time stage believe have right commands , can duplicated them. however, fan not respond commands. fan listed 434mhz rf device , using sdrsharp believe frequency 433.925mhz. used universal radio hacker record signals remote. used arduino transmit signal. attached image shows parts of signal. @ bottom recorded remote , on top emit. copy pretty close in timing original. note beginning , there 4x more after again timing quite similar. biggest difference original shows 4 sinus waves per bit while copy has many more (which why shows black). have feeling can't trust signals though because device runs @ 434mhz , sampling @ 1msps. record on-off states , in between random. still, maybe reason why can't control fan. if can shed light on appreciate it. looks me carrier frequency way high compared original waveform. i've never used 433mhz radio modules, ima...

Brauche Hilfe für Rtc gesteuerte Relayschaltung.

hallo ich wollte mir eine zeitschaltung mit einer rtc 3231 einem relay und einem arduino due board bauen. die zeit und das datum werden über ein lcd display ausgegeben auch funktioniert auch der scetch kompiliert ohne fehler nur das besagte relay nicht schalten. ich bin nicht sehr erfahren im programmieren und brauche dringend hilfe. code: [select] #include <time.h> #include <timelib.h> #include <liquidcrystal_i2c.h> #include <wire.h> #define relay_on 0    #define relay_off 1 #define relay_1  22 liquidcrystal_i2c lcd(0x3f,20,4); #define ds3231_i2c_address 0x68 // convert normal decimal numbers binary coded decimal byte dectobcd(byte val) {   return( (val/10*16) + (val%10) ); } // convert binary coded decimal normal decimal numbers byte bcdtodec(byte val) {   return( (val/16*10) + (val%16) ); } void setup() {   wire.begin();   lcd.init();                      // ini...

noob needs some help with coding :)

i have arduino nano ws2812b led strip 60 leds. friend helped me out combine these effects, want able switch between them ir remote, have ir reciever , remote need add here work?? #include "fastled.h" fastled_using_namespace #if defined(fastled_version) && (fastled_version < 3001000) #warning "requires fastled 3.1 or later; check github latest code." #endif #define data_pin    6 #define led_type    ws2811 #define color_order grb #define num_leds    60 crgb leds[num_leds]; #define brightness          96 #define frames_per_second  120 void setup() {   delay(3000); // 3 second delay recovery     fastled.addleds<led_type,data_pin,color_order>(leds, num_leds).setcorrection(typicalledstrip);   fastled.setbrightness(brightness); } typedef void (*simplepatternlist[])(); simplepatternlist gpatterns = { rainbow, rainbowwithglitter, confetti, sinelon, juggle, bpm }; uin...

Working on first module....Need Advice! - Joomla! Forum - community, help and support

hi there, have created flash module countdown next local teams hockey game(nhl), automatically changing next game when timer ends. finished version has canuck games right add other teams if interest there. have couple questions have never done before. team logos have used, downloaded off site on net did minor paint shop touch ups. wondering if might legalities involved if share module. either got pics or nhl? have created module can set team, time zone, , various headings , size via admin backend. made module own personal use liked thought might worth sharing. you can view working demo of module @ http://www.mowbray.ca please give thoughts... positive or negative , whether should submit and/or change logos legalities. other sporting events adding also! craig hi craig, i can answer 1 of questions: can 99.9% cannot download, modify , use logos, , liable damages if without permission of trademark holder. however, large organisations there chance have press kit logos downloadable, , can ...

Thread: CPU architechure

Image
hi all, want figure out if have i686 architecture device, how can find out? have intel core 2 duo. easy have x86-64 able run 32 bit 64 bit faster you. all intel® core™2 duo processors feature: intel® dual-core technology enhanced intel speedstep® technology execute disable bit ◊ intel® 64 architecture ◊ http://www.intel.com/products/proces...e2duo+tab_spec Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [SOLVED] CPU architechure Ubuntu

TFT Plotting

hi, i use code plot readings on tft display (480x800). works great, have problem. when plot first reading, drawline starts y 0 (x 51, y 0) on display, , plots next readings within screensize set. anybody knows how fix this? thanks, the code: void loop() {   {     int a1, a2, b1, b2, c1, c2;     int color1 = c1; // green     int color2 = c2; // yellow     int color3 = c3; // red     int color4 = c4; // blue     int color5 = c5; // cyan     int color6 = c6; // purple     (int x = 51; x < 800; x++)  {       a2 = map(analogread(a0), 0, 1023, 149, 40); // map max analog read (1023) max screensize (240)       b2 = map(analogread(a1), 0, 1023, 299, 190); // map max analog read (1023) max screensize (240)       c2 = map(analogread(a2), 0, 1023, 449, 340); // map max analog read (1023) max screensize (240)       tft.drawline(x, a1, x +...

Thread: Gparted - Partitioning Question

hmm. hello. have ubuntu 9.04 . have 2 hdd's. 1 default 1 came system. bought new hdd of 500 gb. need partition 500 gb hdd. installed gparted. when select hdd2 (500 gb) , shows delete, format ext2,3,etc except ntfs ( believe formatted in ntfs). need partition it. "new" option blocked/de-selected. so, have delete option. not sure of whether should use , allow me create new drives? regards, sharks output fdisk -l plz edit: ah yes, ubuntu can't format ntfs, if want delete , create ext partitions, go right ahead... Forum The Ubuntu Forum Community Ubuntu Official Flavours Support New to Ubuntu [SOLVED] Gparted - Partitioning Question Ubuntu

Thread: Funny problem....compiz opacity

hey, ah okay here goes, playing around opacity feature in compiz config settings manager , accidently caused set 0 opacity. can never see compiz , can't undo it!! there terminal code or file change fix this? aha appreciated! rename .compiz .compiz_old in home directory. either restart xserver hitting ctrl-alt-backspace (if enabled) or restart computer. compiz should default settings. Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [SOLVED] Funny problem....compiz opacity Ubuntu

Valid Parsing Failed....Help

i created registration "form" in acrobat pro , saved pdf in golive; in status box (golive) shows "valid parsing failed", appears causing me problems.....what , how correct it? please. utaheyedoc wrote:   i created registration "form" in acrobat pro , saved pdf in golive; in status box (golive) shows "valid parsing failed", appears causing me problems.....what , how correct it? please.   problems creating , version of golive using?   john More discussions in GoLive adobe

Enciklopedia ili directory komponenta?! - Joomla! Forum - community, help and support

pozdrav dobri ljudi, potrebna mi je componenta koja u sebi ima mogucnosti enciklopedije!? hmmm... pokusacu vam docarati... zelim da napravim enciklopediju, sa pretragom reci mogucnosti dopunjavanja iste. tako da svi clanovi mogu pomoci u sredjivanju iste?!hmmm...?! ovo je nesto sto sam nasao, ali nisam siguran da mi odgovara http://extensions.joomla.org/component/ ... itemid,35/ veliki pozdrav nadam se da imate iskustva sa ovim, thx tane sobi je komponenta za reklame. tebi treba nesto poput wiki? http://extensions.joomla.org/index.php? ... &itemid=35 Board index Joomla! International Language Support International Zone Serbian/Montenegrin Forum Joomla! dodaci

Stop playing embedded swf when clicking on a link in the parent swf

ok have flash website www.sitzmarkgolf.com . have couple of embedded swf's in main flash page. when click on menu item switch page embedded swf's reload home page again until stop playing. there way via stop these swf's playing when click on link? sorry new flash , as. appreciated.   thanks, neoburn_1035 an embedded swf 1 loaded html page.  when flash link clicked external swf loaded.   when click link happens , want happen? More discussions in ActionScript 1 and 2 adobe

104 - Write a document explaining how to create a custom HTML module - Joomla! Forum - community, help and support

Image
hello, my name eduard urbach , i'm 16 years old. come germany (hannover) , open source software because think it's better proprietary software. preferred ide eclipse favourite ide c++ projects on ubuntu linux - favourite operating system. used joomla 1.0 in 1 web project i've never used joomla 1.5 before. three questions: 1.) should describe how create module html code in it? 2.) can use screenshots in document? 3.) format? i'll write in open office 2.3. okay? [edited] okay, far can see odt right format. my task: ==one line summary== write document explaining how create custom html module. ==description== for task beginning users move beyond basics take advantage of flexibility of joomla!. create 1 page document describes steps module manager to create custom html module in joomla! 1.5. == skills needed== * familiarity joomla! * writing skills * page layout skills == difficulty== basic ==work product== a 1 page polished  document explains process a beginning user. ==li...

extracting a value from an array

hi everyone, i have problems code. what want turn on several leds using charlieplexing. thees leds have light according defined number sequence (which called number). i have created function turn on led given name (for example led1, led2...) array of 2 elements (because of charlieplexing). i have defined number should control leds int (i don't know if correct) , array names of leds (ledlist). my idea "grab" first element of number (1 in case) , turn on led1 think ledlist[1] , on other numbers (123456654321). code: [select] int ledpins[] = {8,9,10}; // used pins int pincount = 3; // total number of pins int timetowait = 500; // int led1[] = {10, 9}; int led2 [] = {9,10}; int led3[] = {9, 8}; int led4 [] = {8,9}; int led5[] = {10, 8}; int led6 [] = {8,10}; int ledlist[] = {0, 'led1[]', 'led2[]', 'led3[]', 'led4[]', 'led5[]', 'led6[]'}; string number = "12345...

Inserting .swf into maincontent body.... - Joomla! Forum - community, help and support

hiya i trying insert .swf file article, have tried both using tinyeditor , editor turned off.... anyone had working in 1.5 any ideas gratefully received.......... shambeko yes i've done quite easily.  use 'insert media' button in tinymce.  put swf in root dir, entered file name without path, of course put anywhere.  several pages down, posted tip on embedding swf's without requiring "click active" in browser.  works quite nicely in custom html modules. good luck eric Board index Joomla! Older Version Support Joomla! 1.5 Administration 1.5

How can I change this part?? - Joomla! Forum - community, help and support

hi, i've changed 1 of modules output uses -3 switch instead of -2 used in standard install template. according documentation output now: module title module output is there way can modify 'module title' h3 tag far big site?? please help!! change h3 settings in templates css file (templates/name/css/) make backup first! Board index Joomla! Older Version Support Joomla! 1.0 General Questions - 1.0.x

Projector Control with RS-232

Image
hi i'm trying control projector arduino , have hardware correctly set having trouble understanding commands need send projector here link pdf think commands can see if can work out on , off commands many https://docs.sony.com/release/vplvw60_protocol.pdf quote from: diasr001 on jun 13, 2017, 09:16 pm hi i'm trying control projector arduino , have hardware correctly set having trouble understanding commands need send projector here link pdf think commands can see if can work out on , off commands many https://docs.sony.com/release/vplvw60_protocol.pdf just try each command , see happens. paul Arduino Forum > Using Arduino > Project Guidance > Projector Control with RS-232 arduino

From String to Datime procedure

hey! i've seen people asking how convert string datetime , people have found solution! thought posting since might find useful: code: [select] ////from string datetime, string--->char array--->const char*--->datetime void stringtodatetime(string mystring, datetime mydatetime){           char mychar[15];       const char* pointmychar;       mystring.tochararray(mychar, 15);       pointmychar=mychar;       datetime mydatetime= new datetime(null, pointmychar);       } //from string datetime, string--->char array--->const char*--->datetime correct please what do? Arduino Forum > Using Arduino > Programming Questions > From String to Datime procedure arduino

control stepper motor over internet using G-code and Ethernet shilled

i need control stepper motor via internet of ethernet shilled.i need send g code through ethernet shield arduino. search internet title there nothing much. there knows how this.? there 2 separate issues in question. {a} sending data using ethernet shield (gcode text). , {b} interpreting gcode control stepper motor. if describe project trying implement easier help. how many stepper motors need control?  if (as title implies) there 1 motor wonder if gcode overkill. ...r Arduino Forum > Using Arduino > Programming Questions > control stepper motor over internet using G-code and Ethernet shilled arduino

Cannot type text at all in Fireworks CS4

love fireworks. love more if type something.   text tool not work, cannot click on new doc  or make text box. draws box , start type goes away , tool changes else. i've tried making new page nothing , still not work.   anyone else have issue or solutions?   thanks in advance help. hi sandra:   have tried deleting preferences file?   have tried selecting font?   can post link problem png file? More discussions in Fireworks adobe

Illustrator CS3 Printing Incorrectly

hello, i should first clarify not professional graphic artist/printer.  graduate student of architecture has epson r1800.  printing out of photoshop cs3 seems work fine , getting reasonable color representation (after setting proof, disabling os x color controls, etc).  if attempt out of illustrator (and indesign) poor quality prints.  in illustrator have proof set epson paper using , printer settings follows: color management: illustrator determines colors printer profile: spr1800 standard (right need black line drawings on regular paper) rendering intent: relative colormetric   now, if change of print settings in illustrator, see no changes in print.  if attempt make changes "printer" window (after selecting file>print>printer), warning dialogue , still nothing seems change.  if export eps or pdf , print out of photoshop, excellent prints.  i'd cut out middle man (ps) , print straight illustrator opposed exporting numerous drawings , print...

Thread: VPN for a mmorpg

Image
i wondering if there vpn mmorpgs? posted phoenixfire900 i wondering if there vpn mmorpgs? what mean? why think need vpn? Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [ubuntu] VPN for a mmorpg Ubuntu

Hello everyone...Need help to post forum - Joomla! Forum - community, help and support

Image
hi everyone, i'm new in forum posting. can give me on how start things with?   i'm working website [edit mod: url deleted sef-promotion , not joomla...] , heard forum posting can increase traffic of website. have idea of how things done in here? hehehe feel total stranger here @ moment. , wanted make friends list here.   in advance welcome joomla! your own forums on own site able manipulated posting assist in site traffic generation, use of other peoples forums drive traffic own site severely frowned upon, bad practice , not accepted. in many cases, case forum, posts seen merely purpose of traffic generation or site/self promotion against forum rules , dealt accordingly. ensure not fall foul of or other forum rules, please review rules can found clicking button @ top of forum page. the forums here support , general discussion regarding joomla! project, please feel free post here if have questions regarding joomla! see, there many categories covering wide range of topics...

DigiKeyboard.h Bibliothek mit dt. Layout

nutzt hier auch jemand den digispark? die bibliothek digikeyboard.h nutzt ein us-layout. man kann diese aber mit einer ascii-tabelle umschreiben, dass es dem eines deutschen layouts gleicht. im internet wurde ich nicht wirklich fündig. eventuell hat ja jemand das gleiche problem gehabt und sich eine eigene bibliothek geschrieben? (ich weiß, dass es für das layout problem auf github das programm duck2spark mit convertern und encodern gibt. nur 1. zerhaut mir das programm ende meine .ino datei mit hexzeichen, sodass es nicht interpretiert werden kann und 2. muss man jedesmal das programm vorher durch den converter jagen um den digispark zu programmieren. eine deutsche bibliothek wäre immerhin eine permanente lösung). wenn du links aller oben genannten komponenten postest, können wir uns das ja mal ansehen. ohne wird's wohl nix. Arduino Forum > International > ...

Multi Frequency

hi everyone, i working metal detector sends signal ear piece. trying manipulate detector control light instead of sound earpiece. detector pi , multi frequency. there here knows how program off of output (multi frequency)? not reading correct values simple program made read 1 frequency value. thanks i suggest post program have , describe problem.  ?  should ? a diagram of how detector connected arduino helpful. Arduino Forum > Using Arduino > Project Guidance > Multi Frequency arduino

Trying To Get an IR Receiver to Work with an ATTiny85 Question

hello everyone. i'm having issue using using irremote library attiny85. i'm trying write sketch turns on led when press power button on remote control, , turns off when press again. i know irremote library supports attiny85, because says documentation. thought maybe using wrong pin, when tried other pins, wouldn't work either. pinout diagram on sparkfun says pin 1 capable of doing pwm, need ir receiver. i'm thinking maybe wiring wrong, or has "timers" column in irremote documentation says "tiny0", under attiny85 row. i'm not sure means. possibility i'm not starting ir receiver in setup() method. also, i'm using tiny avr programmer upload code attiny85. (www.sparkfun.com/products/11801) anyway, here code (i haven't put default in case statement yet): code: [select] #include <irremote.h> #define num_buttons 1   const uint16_t button_power = 0xffc03f; boolean ledenable = 0; // start led off. int recv_pin = 1; int led_...

Thread: Set Java path for all users (including root)

i trying set java path in effect users including root user. set path correctly in /etc/profile , works personal user, when try run same commands using sudo, messages saying can't find java path. can me please? interesting question. seems root uses same .profile normal user. so, root should same java path. have reboot investigate further (because i, too, upgraded java) , don't want reboot, right now. try remember follow up, later. tim Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [ubuntu] Set Java path for all users (including root) Ubuntu

Analog Pin State

on mega2560, can analog pin in (a0) used output go 0 (nothing) low? or have go either high low? can pin configure rest @ nothing until trigger go nothing low? this 101 board section. however pin can defined , set high till low signal or low till high signal. or edge detection of high or low signal. your choice. Arduino Forum > Products > Arduino 101 (Moderators: cmaglie, facchinm) > Analog Pin State arduino

Habilitar una función o codigo al presionar un boton

saludos .. tome como ejemplo  este codigo del ide ,  quisiera habilitar   al presionar un boton ,  el codigo b no quiero que me hagan el codigo si no que me den una orientacion y el orden de como deberia funcionar saludos.. codigo es codigo principal code: [select] #include <liquidcrystal.h> // initialize library numbers of interface pins liquidcrystal lcd(12, 11, 5, 4, 3, 2); void setup() {   // set lcd's number of columns , rows:   lcd.begin(16, 2);   // print message lcd.   lcd.print("hello, world!"); } void loop() {   // set cursor column 0, line 1   // (note: line 1 second row, since counting begins 0):   lcd.setcursor(0, 1);   // print number of seconds since reset:   lcd.print(millis() / 1000); } este código sería el que se habilitaría al presionar el boton, sería como un botón automático codigo b code: [select] #include <max6675.h> #in...

Remository Background Color Issue - Joomla! Forum - community, help and support

Image
ok, i've been working on getting files set on site, , using remository. when go downloads, things such brief description, , page numbers on grey background. issue text light colored well, can't read it. able me out this? here's link, can see i"m talking about. http://figment-online.org/home/index.ph ... elect&id=1 *update of 12-11-07 1:20pm* site's up. able take , out? in http://figment-online.org/home/componen ... sitory.css edit /* defines light background colour used remository */ .remositoryfilesummary dd, #remositoryuplocal, #remositoryuploadinfo, #remositorymanycommon, #remositorycontainerlist th, .remositorylight { background-color: #d3d3d3; } to change background color Board index Joomla! Older Version Support Joomla! 1.0 Templates & CSS - 1.0.x

time consuming function, how to get back to void loop?

i making program involves input(sensor), servo, , feedback(sensor). also used interrupts codes i have 2 questions: 1. in void loop, need finish function called inside in order restart loop? 2. if q1 true, can go start of loop while program @ called function. here sample code understand: code: [select] void setup() {   attachinterrupt(0, rty, falling);   //interrupt input   attachinterrupt(1, uio, falling);   //interrupt feedback } void loop() {   // here involves millis()     (if else statement)    {       abc();   //function1 called     }   // increment/transfer values.     (if else statement)     {         def(); //function2 called time consuming 4-7secs.     } } void abc() {   //do something } //interrupt input void rty() {   count1++;   recordtime= millis(); } //interrupt feedback void uio() {   count2++; ...

Thread: Running SQL from the command line with XAMPP install

just wondering if has thoughts on this. i'm doing sql work did xampp install on ubuntu 9.10. sql ran ok, had use phpmyadmin administration of db. not able run "mysql" command line. did uninstall xampp , separate apt-get installs of apache/php/mysql, , can command line stuff. ideas on why not run mysql command line xampp install? code: sudo apt-get install mysql-client in fact, can install lamp command line: code: sudo apt-get install mysql apache2 libapache2-mod-php5 (or libapache2-mod-[whatever want]) also, administer mysql database local gui-based applications (instead of phpmyadmin), install: code: sudo apt-get install mysql-query-browser mysql-admin Forum The Ubuntu Forum Community Ubuntu Specialised Support Development & Programming Programming Talk Running SQL from the command line with XAMPP install ...

Camtasia Studio 6 + Premiere = Video issues

i bought camtasia studio 6 tutorials , have never been able import file premiere without issues... the audio sounds great none of video shows properly...   i set studio 6 export avi after stop capture , have set use "techsmith screen capture code". i capture 1280x720 section of screen , import wide screen 720x480 premiere template.   it seems file formats try import premire have never worked , yet hear premiere many different file types.  doing wrong here?...i cant figure 1 out.   any tips , tricks on getting working great.   thanks, dave i don't know "techsmith screen capture code" is, , if i've never heard of premiere doesn't know it. try uncompressed avi myself. may stutter bit trying playback in premiere, can traanscode more managable first. More discussions in Premiere Pro CC adobe

Time Sheet with Date Calc - Example please

i new livecycle designer.  i've worked acrobat javascripting in past.  need automate time calculations on timesheet 4 columns (am in, out, pm in, pm out) each day of week.  how code below used in sample pdf?  found , believe work, i'm not sure should go in pdf.   function stime2min(stime) {      var atime = stime.split(":");      if(atime.length < 2) stime[1] = 0;      return (60 * number(atime[0])) + number(atime[1]); }   function min2hrsmin(fmins) {      var fhrs = math.floor(fmins / 60);      var fmins = fmins % 60;      var shrs = util.printf("%,302d", fhrs);      var smins - util.printf("%,302d", fmins):      return shrs + ":" + smins; }   var fetime = stime2min(endtime.formattedvalue) - stime2min(starttime.formattedvalue); $.rawvalue = min2hrsmin(fetime);   here acbrobat code know ...

Cannot print pdf file to Epson R1900

out of blue unable print pdf file epson stylus photo r1900. until week ago worked fine, there no updates acrobat  during time. adobe reader, same deal.   on mac g5 intel dual core os 10.5.6, acrobat professional 8.0 , 8.1.3 adobe reader 8   the printer short cleaning cycle, not feed paper, power light quits blinking. go epson website, down load latest driver. save copy backup. now go printer utlity , delete reference epson printer currentl in use. now install new driver. next go printer utility , locate new driver. add printer , save default printer. quit. now go application , slect new printer driver printer in page setup. once set click page atributes , choose save default. then go print menu. set items in print menu. now when finished choose presets, save as... give preset name. finally, try printing document. if doucument prints, set. save in case happens again drivers like, other files, subject corruption. another thing check, if printer stays on time, shut down pr...

Thread: mouse freezes for 1-3 sec periodically

i have ubuntu 9.04 , once every 30 mins or mouse freezes 1-3 seconds. not bother me except when im playing games. it's ps2 mouse (not usb). suggestions? have tried using different mouse , take batteries? mine if power low on it. Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [ubuntu] mouse freezes for 1-3 sec periodically Ubuntu

Thread: Quicktime in Firefox 3.5.7 Broken

hey all, having trouble getting quicktime work in firefox 3.5.7 on 64bit ubuntu 9.10 wubi install. have read , tried suggestions in several threads using totem, mplayer , vlc (which of 3 vlc best). when type about :plugins address bar of shows vlc can handle quicktime extensions, when go www.apple.com , try view video prompted download quicktime. here appreciated. ps www.youtube.com not work well. not experienced enough know whether problems related. please advise. thanks! patrick well, quicktime works in firefox, check out yourself. http://www.esm.psu.edu/faculty/gray/old-apple-ads.html suspect problem apple.com, since apple among least linux friendly companies. perhaps if browser doesn't identify linux/firefox, movies play. if think must watch movies apple.com, try using agent switcher extension. check out http://www.supportdetails.com/ see site gets you. youtube uses flash, apple.com q...

advanced Random() functionality?

i have need (or desire) iteratively select random value array, , each value selected remaining values have not been selected until have been selected.  have suggestion how done? thanks. only 1 way can - keep track of ones you've used array of flags.  random number.  if flag value shows has been used, random number, , keep going until 1 hasn't been used.  need figure out when need reset flags, flag them unused once again. regards, ray l. Arduino Forum > Using Arduino > Programming Questions > advanced Random() functionality? arduino

Thread: xrandr setting, save it forever?

how either save xrandr setting forever, or have following command execute @ startup without having use gnome/xfce/kde app? code: xrandr -s 1024x768 i hate huge resolution has default: 1400x1050. see https://wiki.ubuntu.com/x/config/res...20persistently Forum The Ubuntu Forum Community Ubuntu Official Flavours Support New to Ubuntu [SOLVED] xrandr setting, save it forever? Ubuntu

LED Weihnachtsbeleuchtung

hallo zusammen, bin neu hier und arbeite mich momentan durch ein paar anleitungen die ich auch schon erfolgreich umgesetzt habe. nun würde ich gerne in kleines "projekt" machen. ich hab da eine alte weihnachtsbeleuchtung rumliegen die ich den arduino anschließen will. hab da als basis die led blink anleitung genommen. funktioniert soweit auch nur komischerweise leuchtet nur jede zweite led, vertausch ich + und - leuchten die led´s die vorher dunkel waren. hab dazu leider nichts im forum und gefunden. hab dann irgendwo gelesen das solche lichterketten "getaktet" betrieben werden? hat jemand erfahrungen damit oder ein tipp wie ich diese betreiben kann. danke gruß sebastian vermutlich werden diese led-ketten mit wechselspannung betrieben. dann leuchten alle leds. Arduino Forum > International > Deutsch (Moderator: uwefed) ...

USB Shield - Arrduino Uno Issue

hi, newbie , learning arduino development, android developer wanted start off connecting phone arduino , blink 1 of led. got usb host shield amazon link but when connect shield arduino uno , connect phone shield phone doest seem charging. confused wether shield broked or there else doing wrong. nor of adk example works please out not meant charging phones. meant usb communications. eg getting usb device talk arduino , vice versa. it can supply limited amount of power hardly enough might think can. Arduino Forum > Using Arduino > Installation & Troubleshooting > USB Shield - Arrduino Uno Issue arduino

HX711 and weight cell load problem

Image
hello, i have problem project weight cell loads. i have : genuino zero hx711 sparkfun : datasheet weight cell load : datasheet i want know weighton sensor. so setup (but connect vcc 5v , vdd 3.3v due genuino zero, correct ?): with code calibrate , have raw data (from sparkfun's site): code: [select] #include "hx711.h" #define dout  3 #define clk  2 hx711 scale(dout, clk); float calibration_factor = -7050; //-7050 worked 440lb max scale setup void setup() {   serial.begin(9600);   serial.println("hx711 calibration sketch");   serial.println("remove weight scale");   serial.println("after readings begin, place known weight on scale");   serial.println("press + or increase calibration factor");   serial.println("press - or z decrease calibration factor");   scale.set_scale();   scale.tare(); //reset scale 0   long zero...

Web Service Issue - Security or Coding problem? *HELP*

hello - stuck on particular problem, i've posted under flash player post here in event it's issue, , not security/player issue.   i have built video player in flash/ as3 communicates wsdl web services using as3webservice code package wellconsidered. player makes call @ startup check user's progress in series of videos, , updates progress talking web service videos played back.   tested locally, works flawlessly. player uploaded, however, web service' hangs' - no fault produced, seems never connect. presumably because swf on 1 server, web service on another. i've tried uploading 2 different servers, both different web service server. i'm trying avoid moving web service same server hosts swf.   i've tried adding crossdomain.xml file root , subdirectories of server hosts web service:   <?xml version="1.0"?> <!doctype cross-domain-policy system " http://www.adobe.com/xml/dtds/cross-domain-policy.dtd "> <cross-domain-policy...

Thread: Youtube won't play with Namoroka

ubuntu, or something, updated namoroka (i suppose it's firefox, mozilla) yesterday , can't watch youtube videos. how fix problem? use synaptic package manager. make sure flashplugin-installer installed. Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [ubuntu] Youtube won't play with Namoroka Ubuntu

Upgraded to CS4 - what now?

i upgraded cs2 premium came mm studio 8, cs4 master collection. ordered on phone, , person talked said had keep cs2 installed. called , else said sell cs2, transfer ownership , uninstall it.   should decide sell cs2, upgrade serial numbers still ok if don't have cs2 disks?   if don't need sell it, can uninstall it, don't have duplicate copies of on hard drive? both of people spoke wrong.   you not need keep cs2 installed since used basis of upgrade can't sell it, either.   bob More discussions in Creative Suites Macintosh adobe

Wire.write Problem. Arduino nano not sending data

hello, i trying send i2c signals slave using arduino nano master. have read lot wire library , have made different attempts @ making work. however, after using oscilloscope see signals coming out saw arduino sending address of slave , nothing else. slave sending ack because pulling last bit down. i tried changing way rewrite wire.write statement still cannot see arduino sending signals please help below 2 attempts @ making work. commented out first 1 have tried both independently , still did not see data being sent. thank you code: [select] #include <wire.h> void setup() {  wire.begin();   } void loop() { int i;  unsigned long data1[5] ={0x01, 0x22, 0x14, 0x25, 0xed};  unsigned long data2[2] ={0x09, 0x0b}; /*wire.begintransmission(0b1100000); for(i = 1; < 6; i++) {  wire.write(byte(data1[i]));  if(i=5)  {wire.endtransmission();  delay(1);  }    */ wire.begintransmission(byte(0x60)); wire.write(byte(0x09)); wire....

Pb de fonctionnement de mes Nema 17

bonjour à tous, je suis sur un projet de fraiseuse numérique bien avancé, j'ai reçu mon électronique ainsi que mes moteurs, branché tout ça et la problème ! je détaille mon matériel : une alim 12v/20a un arduino uno un cnc shield v3 3 drivers drv8825 3 moteurs nema 17 (42byghw811) j'ai tout branché, réglé le driver vref= 1.25v (courant nominal 2.5a) j'ai vérifié les tensions aux bornes des drivers, le câblage moteur/cnc tout est ok et lorsque j'envoie une commande sur n'importe quel moteur via grbl controller, mes moteurs couinent un peu et tourne mal (un coup dans un sens à peu prêt, après dans l'autre sens) sans jamais réussir à faire une rotation complète et normale. en relation avec le vendeur (espagnol qui n'arrange pas bien les choses), j'ai joué sur le réglage des pilotes en + et en -, mais rien n'y fait. quelqu'un aurait-il une idée ou bien un retour sur un tel problème ? si arduino uno ou la carte cnc ou bien mes drivers étaien...

Thread: suggestion on this blog post : Nessecary Tools for Booting Issues on ubuntu and windo

Image
hey guys finished writing blog post , think have included cool necessary applications ? me adding more useful stuff (sorry bad english) nessecary tools booting issues on ubuntu , windows , bootloader, grub , mbr here full text , links wont copied here . sorry guys dont update much, stuck university in iran, funny fail courses bad scores , guys dont know thing comptuer best scores okay enough nagging let read newest article ! having windows xp, windows vista, windows 7 , ubuntu 8.04 , ubuntu 9.10 on 2 hard disks , has made me expertise in facing kind of problem dual booting (i guess should quad booting) . had written article grub 3 years ago , still receive emails saying "thank saved ***". here want introduce links , applications save more ***** warning : these list items not steps , don't them blindly 1 after another, these seprate solutions seprate problems . * first of grub 2 tutorial on forum great refere...